diff options
author | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:42:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:42:15 +0000 |
commit | 3f67e000289c164137514a6419c7cc75dd26c7d7 (patch) | |
tree | 69eb51b36301a3ccd0cfad85a8ef5e231ca49534 | |
parent | 7a1d45675ede253f71a197f50d88de0cb57a19cd (diff) | |
download | gdb-3f67e000289c164137514a6419c7cc75dd26c7d7.zip gdb-3f67e000289c164137514a6419c7cc75dd26c7d7.tar.gz gdb-3f67e000289c164137514a6419c7cc75dd26c7d7.tar.bz2 |
* 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.
-rw-r--r-- | gas/ChangeLog | 10 | ||||
-rw-r--r-- | gas/config/sh.mt | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f7465b..b454494 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/sh.mt b/gas/config/sh.mt index 6bd5464..718f034 100644 --- a/gas/config/sh.mt +++ b/gas/config/sh.mt @@ -1 +1 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/h8500-opc.h +TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/sh-opc.h |