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 | 55df7a6f63b42f29b383ac428547a0b545344529 (patch) | |
tree | 407559718de649664cfe421a7068f40e90e212fd /bfd/coff-arm.c | |
parent | 511676c4cb353326577f41b4c259b04ee05fe290 (diff) | |
download | gdb-55df7a6f63b42f29b383ac428547a0b545344529.tar.gz |
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 8bb4e6c4940..bfedfdbc68a 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 |