* config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete.
authorAlan Modra <amodra@gmail.com>
Tue, 18 Apr 2006 09:50:08 +0000 (09:50 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Apr 2006 09:50:08 +0000 (09:50 +0000)
gas/ChangeLog
gas/config/tc-xc16x.h

index 7151ac3b12b41e11c63e233ed7f01112da7912f8..87429a76d29c9e7f23f22c63c2519bdea9cd54ac 100644 (file)
@@ -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>
index aa510d8e1a59015e1f5809fe6c8bab4ba1bec5b5..8aa6d07785f37416cbf5bc85df6b3cc3f0cbddfa 100644 (file)
 
 #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  '.'
This page took 0.02728 seconds and 4 git commands to generate.