This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] _begin missing


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



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