On Fri, Feb 15, 2008 at 18:50, Mike Frysinger wrote:
> On Monday 24 September 2007, Mike Frysinger wrote:
>> On Sunday 23 September 2007, David McCullough wrote:
>> > Jivin Mike Frysinger lays it down ...
>> > > On Friday 29 December 2006, Mike Frysinger wrote:
>> > > > some architecture (like the blackfin) have an ABI where all symbols
>> > > > get a lovely prefix ... in our case, it's a "_"
>> > > >
>> > > > the attached patch turns the elf2flt.ld file into a configure output
>> > > > so that we can use @VARS@ in it and have configure replace it with
>> > > > the appropriate value
>> > > >
>> > > > so after applying this patch, the elf2flt.ld will need to be renamed
>> > > > to elf2flt.ld.in and autoconf will have to be run
>> > >
>> > > let's try this again ?
>> >
>> > Only a small selection a symbols have been updated,  doesn't the
>> > compiler care about the name of __CTOR_LIST__,  _stext, .... ?
>>
>> hrm, looks like i posted the wrong patch ... the newer one did all symbols
>> (and is attached)
>>
>> > As a thought, can -fleading-underscore accomplish the same thing with
>> > no changes ?
>>
>> i dont see how that would be relevant ... that is a flag that tells gcc to
>> prepend an underscore to all C symbols ... we're talking about the linker
>> script here which needs to have the symbols exactly (meaning it needs the
>> leading underscore in the script)
>
> and here it is again, rebased against current cvs

any chance of getting this in ?
-mike
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to