]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* config/tc-sh.c (shl): Remove.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 16 Oct 2001 02:36:20 +0000 (02:36 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 16 Oct 2001 02:36:20 +0000 (02:36 +0000)
commit05982cacb924d76c8a040683149ef0e58c208016
tree6848bf89767c7ae8e6002938f4fd23ad15a87a0d
parent1aa20aa88f25187a6947acc8d8ccaeb97daaa4d0
* config/tc-sh.c (shl): Remove.
  (big): New function.
(little): Remove shl handling.  Emit error for endian mismatch.
(md_show_usage): Add description of -big.
(md_parse_option): Handle OPTION_BIG.  Remove shl handling.
(OPTION_BIG): Add.
(md_pseudo_table): Add .big.
(md_longopts): Add -big.
(md_begin): Don't set target_big_endian here.
* config/tc-sh.h (TARGET_BYTES_BIG_ENDIAN): Remove.
(LISTING_HEADER, COFF_MAGIC, TARGET_FORMAT): Use target_big_endian.
(shl): Remove.
* configure.in (endian): Default is big.
(sh-*-pe*): Little endian.
(cpu_type): Set sh for target sh*.
* configure: Regenerate.
gas/ChangeLog
gas/config/tc-sh.c
gas/config/tc-sh.h
gas/configure
gas/configure.in