diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-05 23:52:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-05 23:52:42 +0000 |
commit | f9e90c2ec65385449807280c4f269e4ca2a8290a (patch) | |
tree | 08a81bcc9abad8b1b5d80bb191102e6ae3a70fa7 /gas/ChangeLog | |
parent | 2192180d1319287d19f7bb7e0bf64ee96e32fde8 (diff) | |
download | gdb-f9e90c2ec65385449807280c4f269e4ca2a8290a.zip gdb-f9e90c2ec65385449807280c4f269e4ca2a8290a.tar.gz gdb-f9e90c2ec65385449807280c4f269e4ca2a8290a.tar.bz2 |
* config/tc-i960.c (ARCH_HX): Define.
(arch_tab): Add HX.
(targ_has_sfr): Handle ARCH_HX.
(targ_has_iclass): Handle ARCH_HX.
(tc_coff_fix2rtype): Add return 0 to avoid warning.
(tc_headers_hook): If the architecture was specified explicitly,
use it when setting the flags. Set the extern variable coff_flags
rather than headers->filehdr.f_flags, since the latter is set
unconditionally in obj-coff.c.
(i960_handle_align): Remove unused variable fixp.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 136ab33..0622d76 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,16 @@ Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-i960.c (ARCH_HX): Define. + (arch_tab): Add HX. + (targ_has_sfr): Handle ARCH_HX. + (targ_has_iclass): Handle ARCH_HX. + (tc_coff_fix2rtype): Add return 0 to avoid warning. + (tc_headers_hook): If the architecture was specified explicitly, + use it when setting the flags. Set the extern variable coff_flags + rather than headers->filehdr.f_flags, since the latter is set + unconditionally in obj-coff.c. + (i960_handle_align): Remove unused variable fixp. + Support for building bfd and opcodes as shared libraries, based on patches from Alan Modra <alan@spri.levels.unisa.edu.au>: * configure.in: Set OPCODES and BFD to search directories. |