[patch] bfd/elfarm-nabi.c ABS16 masks

DJ Delorie dj@redhat.com
Tue Apr 9 17:45:00 GMT 2002


Seems obvious to me, but who knows - maybe there's a reason for empty
masks?  This isn't the only one, but it's the only one that I know how
to fix :-)

2002-04-09  DJ Delorie  <dj@redhat.com>

	* elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.

Index: elfarm-nabi.c
===================================================================
RCS file: /cvs/src/src/bfd/elfarm-nabi.c,v
retrieving revision 1.10
diff -p -3 -r1.10 elfarm-nabi.c
*** elfarm-nabi.c	18 Sep 2001 09:57:24 -0000	1.10
--- elfarm-nabi.c	10 Apr 2002 00:40:45 -0000
*************** static reloc_howto_type elf32_arm_howto_
*** 138,145 ****
  	 bfd_elf_generic_reloc,	/* special_function */
  	 "R_ARM_ABS16",		/* name */
  	 false,			/* partial_inplace */
! 	 0,			/* src_mask */
! 	 0,			/* dst_mask */
  	 false),		/* pcrel_offset */
  
    /* 12 bit absolute */
--- 138,145 ----
  	 bfd_elf_generic_reloc,	/* special_function */
  	 "R_ARM_ABS16",		/* name */
  	 false,			/* partial_inplace */
! 	 0x0000ffff,		/* src_mask */
! 	 0x0000ffff,		/* dst_mask */
  	 false),		/* pcrel_offset */
  
    /* 12 bit absolute */



More information about the Binutils mailing list