Add BFD_RELOC_THUMB_PCREL_BLX.

This commit is contained in:
Nick Clifton 2001-03-06 20:27:50 +00:00
parent 3cac17aec8
commit f8f3c6cc37
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-03-06 Nick Clifton <nickc@redhat.com>
* coff-arm.c (coff_arm_reloc_type_lookup): Add
BFD_RELOC_THUMB_PCREL_BLX.
2001-03-06 Igor Shevlyakov <igor@windriver.com>
* archures.c (bfd_default_scan): Add Coldfire CPUs.

View File

@ -853,6 +853,7 @@ coff_arm_reloc_type_lookup (abfd, code)
ASTD (BFD_RELOC_THUMB_PCREL_BRANCH9, ARM_THUMB9);
ASTD (BFD_RELOC_THUMB_PCREL_BRANCH12, ARM_THUMB12);
ASTD (BFD_RELOC_THUMB_PCREL_BRANCH23, ARM_THUMB23);
ASTD (BFD_RELOC_THUMB_PCREL_BLX, ARM_THUMB23);
#endif
default: return (CONST struct reloc_howto_struct *) 0;
}