From d2b56d8eac7541f89b6683d0448a482734e7f576 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 18 Apr 2006 09:50:08 +0000 Subject: [PATCH] * config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete. --- gas/ChangeLog | 6 +++++- gas/config/tc-xc16x.h | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 7151ac3b1..87429a76d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-04-16 Alan Modra + + * config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete. + 2006-04-16 Daniel Jacobowitz * po/POTFILES.in: Regenerated. @@ -23,7 +27,7 @@ 2006-04-09 Arnold Metselaar - * 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 diff --git a/gas/config/tc-xc16x.h b/gas/config/tc-xc16x.h index aa510d8e1..8aa6d0778 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 '.' -- 2.11.4.GIT