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] ld/ldmain.c (main): Use %F instead of %X for einfo().


On 3/18/15 09:18, Alan Modra wrote:
> On Wed, Mar 18, 2015 at 07:54:46AM +0800, Chen Gang wrote:
>> When src or dst is NULL, the next fread or fwrite will cause segment
>> fault, so we need treat it as fatal case in einfo().
>>
>> 2015-03-18  Chen Gang <gang.chen.5i5j@gmail.com>
>>
>>         * ldmain.c (main): Use %F instead of %X for einfo().
> 
> Thanks, committed.
> 

Thank you too, I shall try to find/send another patches for binutils/gdb
within this month.

At present, I found an ld issue for cross building Linux c6x kernel, it
is about OTHER_BSS_SECTIONS: it does not consider about ld -r option,
which causes _STACK_START, _HEAP_START and _HEAP_MAX multi-definition:

I am analyzing about it. At present, for me, I plan to check "-r" in
"emulparams/elf32_tic6x_le.sh", it will skip OTHER_BSS_SECTIONS for "-r".
Welcome any ideas, suggestions and completions.


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed



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