diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-18 09:50:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-18 09:50:08 +0000 |
commit | a37d486e3a46100b4b08b5030cbb51d8a47c2d59 (patch) | |
tree | 8d84a7732df0597a4ea74f8808a97459cddec3f0 /gas | |
parent | 0b49d371230ed1a85925a509755c87a750e0447c (diff) | |
download | gdb-a37d486e3a46100b4b08b5030cbb51d8a47c2d59.zip gdb-a37d486e3a46100b4b08b5030cbb51d8a47c2d59.tar.gz gdb-a37d486e3a46100b4b08b5030cbb51d8a47c2d59.tar.bz2 |
* config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/config/tc-xc16x.h | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7151ac3..87429a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> * po/POTFILES.in: Regenerated. @@ -23,7 +27,7 @@ 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. 2006-04-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de> diff --git a/gas/config/tc-xc16x.h b/gas/config/tc-xc16x.h index aa510d8..8aa6d07 100644 --- a/gas/config/tc-xc16x.h +++ b/gas/config/tc-xc16x.h @@ -25,11 +25,6 @@ #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 #define TARGET_FORMAT "elf32-xc16x" #define LOCAL_LABEL_PREFIX '.' |