mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete.
|
||||||
|
|
||||||
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* po/POTFILES.in: Regenerated.
|
* po/POTFILES.in: Regenerated.
|
||||||
@ -23,7 +27,7 @@
|
|||||||
|
|
||||||
2006-04-09 Arnold Metselaar <arnold.metselaar@planet.nl>
|
2006-04-09 Arnold Metselaar <arnold.metselaar@planet.nl>
|
||||||
|
|
||||||
* config/tc-z80.c (z80_optimize_expr): Removed; redundant since 2006-04-04.
|
* config/tc-z80.c (z80_optimize_expr): Removed.
|
||||||
* config/tc-z80.h (z80_optimize_expr, md_optimize_expr): Removed.
|
* config/tc-z80.h (z80_optimize_expr, md_optimize_expr): Removed.
|
||||||
|
|
||||||
2006-04-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2006-04-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
@ -25,11 +25,6 @@
|
|||||||
|
|
||||||
#define TARGET_ARCH bfd_arch_xc16x
|
#define TARGET_ARCH bfd_arch_xc16x
|
||||||
|
|
||||||
#ifdef BFD_ASSEMBLER
|
|
||||||
/* Fixup debug sections since we will never relax them. */
|
|
||||||
#define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
#define TARGET_FORMAT "elf32-xc16x"
|
#define TARGET_FORMAT "elf32-xc16x"
|
||||||
#define LOCAL_LABEL_PREFIX '.'
|
#define LOCAL_LABEL_PREFIX '.'
|
||||||
|
Reference in New Issue
Block a user