This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [Patch] Fix xcoff relocation adjustment in gas
On Jun 11, 2011, at 6:14 AM, Alan Modra wrote:
> On Fri, Jun 10, 2011 at 11:13:32AM +0200, Tristan Gingold wrote:
>> gas/
>> 2011-06-10 Tristan Gingold <gingold@adacore.com>
>>
>> * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
>> (tc_new_dot_label): Define.
>> (ppc_new_dot_label): Declare.
>> * config/tc-ppc.c (ppc_frob_label): Set within target field.
>> (ppc_fix_adjustable): Use this field to adjust the reloc.
>> (ppc_new_dot_label): New function.
>>
>> gas/testsuite/
>> 2011-06-10 Tristan Gingold <gingold@adacore.com>
>>
>> * gas/ppc/test1xcoff32.d: Adjust for csect anchor.
>
> OK.
Thanks, committed.
Tristan.