2005-05-01 Paul Brook <paul@codesourcery.com>

* elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat
	R_ARM_PLT32 the same as R_ARM_PC24.
	(arm_add_to_rel): Ditto.
This commit is contained in:
Paul Brook 2005-05-01 23:57:21 +00:00
parent 5dbe23a34e
commit c6596c5ecb
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-05-01 Paul Brook <paul@codesourcery.com>
* elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat
R_ARM_PLT32 the same as R_ARM_PC24.
(arm_add_to_rel): Ditto.
2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.bfd: Add h8300*-*-rtemscoff.

View File

@ -2073,6 +2073,7 @@ bfd_elf32_arm_process_before_allocation (bfd *abfd,
switch (r_type)
{
case R_ARM_PC24:
case R_ARM_PLT32:
#ifndef OLD_ARM_ABI
case R_ARM_CALL:
case R_ARM_JUMP24:
@ -2093,7 +2094,7 @@ bfd_elf32_arm_process_before_allocation (bfd *abfd,
break;
default:
break;
abort ();
}
}
@ -3557,6 +3558,7 @@ arm_add_to_rel (bfd * abfd,
break;
case R_ARM_PC24:
case R_ARM_PLT32:
#ifndef OLD_ARM_ABI
case R_ARM_CALL:
case R_ARM_JUMP24: