* config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and coff-sh.
authorSteve Chamberlain <sac@cygnus>
Thu, 24 Nov 1994 03:42:15 +0000 (03:42 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 24 Nov 1994 03:42:15 +0000 (03:42 +0000)
* config/sh.mh (TARG_CPU_DEPENDENTS): Get it right.
* config/tc-sh.c  (little): New function.
(md_parse_option): Notice new option.
(build_relax, build_Mytes, md_atof, md_convert_frag, md_apply_fix):
        Cope with little endian data.
* config/tc-sh.h (COFF_MAGIC, LISTING_HEADER): Endian dependent.

gas/ChangeLog
gas/config/sh.mt

index 4f7465b5605b9cbf752976c45c9da9251b39ea7c..b454494e74db1736bd059ee5a05e64b2303c6e7c 100644 (file)
@@ -1,3 +1,13 @@
+Wed Nov 23 19:36:09 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and coff-sh.
+       * config/sh.mh (TARG_CPU_DEPENDENTS): Get it right.
+       * config/tc-sh.c  (little): New function.
+       (md_parse_option): Notice new option.
+       (build_relax, build_Mytes, md_atof, md_convert_frag, md_apply_fix):
+        Cope with little endian data.
+       * config/tc-sh.h (COFF_MAGIC, LISTING_HEADER): Endian dependent.
+
 Wed Nov 23 10:54:38 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * config/tc-hppa.c (tc_gen_reloc, ELF variant): Revert last
index 6bd546411084eed0fdef56bbb2e0d2a6ef059353..718f034fcadffb51e73baa232bb8fafab9854cd9 100644 (file)
@@ -1 +1 @@
-TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/h8500-opc.h
+TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/sh-opc.h