This is the mail archive of the binutils@sources.redhat.com 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: arm-wince-pe support resurrection


Hi Dmitry,

>> A simpler version of this patch would be to set the 'done' variable if
>> performing a relocatable link and the reloc has partial_inplace set as
>> false...
>
> Simpler but not safer. The if..else statement before
> _bfd_final_link_relocate is conditionally switched on via
> #if 1 /* THUMBEXTENSION */
> preprocessor directive.
>
> My patch has nothing to do with THUMBEXTENSION, so I don't want the
> mentioned conditional compilation to affect the patch.

Fair enough.  In which case I have approved and applied yoru version
of the patch.

Cheers
        Nick

bfd/ChangeLog
2004-01-08  Dmitry Semyonov  <Dmitry.Semyonov@oktet.ru>

	* coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
	are not partial_inplace during a relocatable link.

        


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