Patches to ARC to make byte order runtime selectable.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 8 Mar 1995 04:47:31 +0000 (04:47 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 8 Mar 1995 04:47:31 +0000 (04:47 +0000)
gas/ChangeLog

index 96dfa404237d7feb5901218480f5ce72f2cf5dab..042c58ee662689aa74b85067b358ed330318bb03 100644 (file)
@@ -1,3 +1,18 @@
+start-sanitize-arc
+Tue Mar  7 20:42:35 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * config/tc-arc.h (LITTLE_ENDIAN, BIG_ENDIAN): Define.
+       (DEFAULT_TARGET_FORMAT): Define.
+       (DEFAULT_BYTE_ORDER): Define to little endian.
+       (TARGET_FORMAT): Byte order is now selectable.
+       * config/tc-arc.c (arc_target_format): New variable.
+       (byte_order): New variable.
+       (md_longopts): New options -EL, -EB.
+       (md_parse_option): Recognize them.
+       (md_show_usage): Print them.
+       (md_begin): Set target_big_endian.
+end-sanitize-arc
+
 Tue Mar  7 16:07:10 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * doc/as.texinfo: Add documentation for SPARC V9, from Doug Evans