Add big-endian support for tilegx.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index dda0c1a4ec14685b8b044797349f6101c19f255b..fd16b97244ca692eb4e51a9db460f40a5b4b8daa 100644 (file)
@@ -1,6 +1,19 @@
 2012-02-25  Walter Lee  <walt@tilera.com>
 
-       * tc-tilegx.c (md_begin): set architecture and machine.
+       * tc-tilegx.c (md_begin): Set architecture and machine.
+       (tilegx_target_format): Handle big endian.
+       (OPTION_EB): Define.
+       (OPTION_EL): Define.
+       (md_longopts): Add entries for "EB" and "EL".
+       (md_parse_option): Handle OPTION_EB and OPTION_EL.
+       (md_show_usage): Add -EB and -EL.
+       (md_number_to_chars): New.
+       * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
+       ifndef.
+       (md_number_to_chars): Delete.
+       * configure.tgt (tilegx*be): Handle.
+       * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
+       * doc/c-tilegx.texi: Ditto.
 
 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
 
This page took 0.106285 seconds and 4 git commands to generate.