diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-xc16x.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 '.' |