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: fixup against section symbol


On Fri, Nov 07, 2003 at 11:25:44AM +0530, Vineet Sharma, Noida wrote:
> Hi,
>         Well i am porting GAS to new target i dont want the locally defined
> symbol to adjusted against section symbol(.text). I am producing COFF
> FOrmat. I have tried adjusting value of "tc_fix_adjustable", but still it
> being fixed against section symbol.Any help?

If tc_fix_adjustable returns zero, relocs won't be adjusted to be
against section syms.  At least, that's the case if you're using
BFD_ASSEMBLER.  Non-BFD assembler support will hopefully disappear some
time soon, so please use BFD_ASSEMBLER on all new ports.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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