mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete.
(COFF_MAGIC): Delete.
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
2006-04-16 Alan Modra <amodra@bigpond.net.au>
|
||||
2006-04-18 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete.
|
||||
(COFF_MAGIC): Delete.
|
||||
|
||||
* config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete.
|
||||
|
||||
|
@ -48,10 +48,6 @@ extern bfd_boolean md_dlx_fix_adjustable (struct fix *);
|
||||
|
||||
#define tc_unrecognized_line(c) dlx_unrecognized_line (c)
|
||||
|
||||
#define tc_coff_symbol_emit_hook(a) ; /* Not used. */
|
||||
|
||||
#define COFF_MAGIC DLXMAGIC
|
||||
|
||||
/* No shared lib support, so we don't need to ensure externally
|
||||
visible symbols can be overridden. */
|
||||
#define EXTERN_FORCE_RELOC 0
|
||||
|
Reference in New Issue
Block a user