This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PREL_11_0 and PC12 Thumb-2 relocations


Richard Earnshaw wrote:
Yes; however, is there some reason why this


@@ -848,12 +848,12 @@ static reloc_howto_type elf32_arm_howto_
 	 13,			/* bitsize */
 	 TRUE,			/* pc_relative */
 	 0,			/* bitpos */
-	 complain_overflow_signed,/* complain_on_overflow */
+	 complain_overflow_dont,/* complain_on_overflow */
 	 bfd_elf_generic_reloc,	/* special_function */
 	 "R_ARM_THM_PC12",	/* name */
 	 FALSE,			/* partial_inplace */
-	 0x040070ff,		/* src_mask */
-	 0x040070ff,		/* dst_mask */
+	 0x0fffffff,		/* src_mask */
+	 0x0fffffff,		/* dst_mask */
 	 TRUE),			/* pcrel_offset */

uses 0x_0_fffffff rather than 0x_f_fffffff ?

No, I will change that.


Thanks,
Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]