* elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
This commit is contained in:
parent
edde18a577
commit
8d0da3c2f5
@ -1,3 +1,7 @@
|
||||
2002-04-09 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
|
||||
|
||||
2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* coffcode.h (coff_read_word): New.
|
||||
|
@ -138,8 +138,8 @@ static reloc_howto_type elf32_arm_howto_table[] =
|
||||
bfd_elf_generic_reloc, /* special_function */
|
||||
"R_ARM_ABS16", /* name */
|
||||
false, /* partial_inplace */
|
||||
0, /* src_mask */
|
||||
0, /* dst_mask */
|
||||
0x0000ffff, /* src_mask */
|
||||
0x0000ffff, /* dst_mask */
|
||||
false), /* pcrel_offset */
|
||||
|
||||
/* 12 bit absolute */
|
||||
|
Loading…
x
Reference in New Issue
Block a user