This is the mail archive of the libc-alpha@sources.redhat.com 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: Fix the linker script support


"H . J . Lu" <hjl@lucon.org> writes:

> Not all linker scripts have ". = 0 + SIZEOF_HEADERS". Here is a patch.

How about unifying the linker scripts?  If this isn't done we'll end
up with more and more changes like this.  There is no reason to write

   . = 0x00000

instead of

   . = 0

The latter seems to be used predominantly so you could simply change
the MIPS linker script and be done.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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