diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-21 13:23:37 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-21 13:23:37 +0000 |
commit | 240a3425129e374d7c8a973032d63fff0e540b8c (patch) | |
tree | 2fa6865a25f653b779a9be4b483caa9803c0bb4b /gas | |
parent | c160f130d2562e4eefd0a3e3ddaa01dc51381b29 (diff) | |
download | gdb-240a3425129e374d7c8a973032d63fff0e540b8c.zip gdb-240a3425129e374d7c8a973032d63fff0e540b8c.tar.gz gdb-240a3425129e374d7c8a973032d63fff0e540b8c.tar.bz2 |
bfd/
* Makefile.am (BFD32_BACKENDS): Remove cf-m68klynx.lo.
(BFD32_BACKENDS): Likewise, remove m68klynx.lo.
(BFD32_BACKENDS_CFILES): Remove cf-m68klynx.c, m68klynx.c.
(cf-m68klynx.lo, m68klynx.lo): Remove targets.
* Makefile.in: Regenerate.
* cf-m68klynx.c: Remove.
* m68klynx.c: Likewise.
* configure.in (m68klynx_aout_vec): Remove vector.
(m68klynx_coff_vec): Likewise.
* configure: Regenerate.
* targets.c (m68klynx_aout_vec): Remove extern.
(m68klynx_coff_vec): Likewise.
(_bfd_target_vector): Remove m68klynx_{aout,coff}_vec.
* po/SRC-POTFILES.in: Remove cf-m68klynx.c, m68klynx.c.
gas/
* config/tc-m68k.h: Remove TE_LYNX conditional code.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-m68k.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 453ae6f..53b6d27 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Ben Elliston <bje@gnu.org> + + * config/tc-m68k.h: Remove TE_LYNX conditional code. + 2005-07-21 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (encode_thumb32_addr_mode): Don't set diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index f5de3ac..7f46592 100644 --- a/gas/config/tc-m68k.h +++ b/gas/config/tc-m68k.h @@ -51,9 +51,6 @@ struct fix; #undef OBJ_COFF_OMIT_OPTIONAL_HEADER #endif -#ifdef TE_LYNX -#define TARGET_FORMAT "coff-m68k-lynx" -#endif #ifdef TE_AUX #define TARGET_FORMAT "coff-m68k-aux" #endif |