diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-11 01:40:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-11 01:40:18 +0000 |
commit | 7a91e76ad19a372bc9f010500c75bd0a85ef7826 (patch) | |
tree | 1f44bbb79084bd1c6960d6ab1a5e6143d56af20e /gas/config/tc-arm.h | |
parent | aa257fcdbd8bc5816be8bebb39d05dba68de0c95 (diff) | |
download | gdb-7a91e76ad19a372bc9f010500c75bd0a85ef7826.zip gdb-7a91e76ad19a372bc9f010500c75bd0a85ef7826.tar.gz gdb-7a91e76ad19a372bc9f010500c75bd0a85ef7826.tar.bz2 |
Allow ADRL relocs to be adjusted in arm-coff
Diffstat (limited to 'gas/config/tc-arm.h')
-rw-r--r-- | gas/config/tc-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h index 365591c..0a823dd 100644 --- a/gas/config/tc-arm.h +++ b/gas/config/tc-arm.h @@ -116,7 +116,7 @@ #define TC_FIX_TYPE PTR #define TC_INIT_FIX_DATA(FIXP) ((FIXP)->tc_fix_data = NULL) -#ifdef OBJ_ELF +#if defined OBJ_ELF || defined OBJ_COFF #include "write.h" /* For definition of fixS */ #define obj_fix_adjustable(fixP) arm_fix_adjustable (fixP) boolean arm_fix_adjustable PARAMS ((fixS *)); |