[PATCH] _begin missing
Andrew Stubbs
ams@codesourcery.com
Mon Feb 9 14:25:00 GMT 2009
I see this patch has now been applied.
Thanks a lot.
Andrew
Andrew Stubbs wrote:
> The sed script used to insert the definition of _begin into the linker
> script does not always work.
>
> In particular, the lastest SH linker script reads as follows:
>
> . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
>
> whereas the sed script requires:
>
> . = 0 + SIZEOF_HEADERS;
>
> Please apply this patch to match both types of script.
>
> Thanks
>
> Andrew Stubbs
>
More information about the Libc-alpha
mailing list