diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:18:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:18:32 +0000 |
commit | d8adc60f05ce2e4260c37bf4838a10ce7e431f78 (patch) | |
tree | 2c3f69940c611bd239d31406045cef044d94a08b /bfd/coff-arm.c | |
parent | 39c183c149bdfa422b5ae634deee800bb3524897 (diff) | |
download | gdb-d8adc60f05ce2e4260c37bf4838a10ce7e431f78.zip gdb-d8adc60f05ce2e4260c37bf4838a10ce7e431f78.tar.gz gdb-d8adc60f05ce2e4260c37bf4838a10ce7e431f78.tar.bz2 |
Replace VXWORKS with ARM_COFF_BUGFIX.
Diffstat (limited to 'bfd/coff-arm.c')
-rw-r--r-- | bfd/coff-arm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 8bb4e6c..bfedfdb 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1246,10 +1246,10 @@ coff_arm_relocate_section (output_bfd, info, input_bfd, input_section, continue; /* FIXME - it is not clear which targets need this next test and which do not. It is known that it is needed for the - VXworks target (hence the #ifdef), but it is also known - that it was supressed for other (arm) targets. This ought - to be sorted out one day. */ -#ifdef VXWORKS + VxWorks and EPOC-PE targets, but it is also known that it + was supressed for other ARM targets. This ought to be + sorted out one day. */ +#ifdef ARM_COFF_BUGFIX /* We must not ignore the symbol value. If the symbol is within the same section, the relocation should have already been fixed, but if it is not, we'll be handed a reloc into |