diff options
author | Jeff Law <law@redhat.com> | 2002-08-22 16:24:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2002-08-22 16:24:24 +0000 |
commit | dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (patch) | |
tree | 9120e79eafb0cf6717d90079e6233efd344fdcde /gas/config | |
parent | 75c832834627b7a75a118a8522bf759d965b1a4d (diff) | |
download | gdb-dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8.zip gdb-dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8.tar.gz gdb-dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8.tar.bz2 |
* config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-h8300.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index e3208f4..79647a6 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -26,6 +26,10 @@ #define TARGET_ARCH bfd_arch_h8300 +#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-h8300" #endif |