linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Base address of executables - weirdness?
@ 2006-06-06 15:42 H. Peter Anvin
  2006-06-06 17:33 ` Linas Vepstas
  2006-06-06 21:15 ` Andreas Schwab
  0 siblings, 2 replies; 5+ messages in thread
From: H. Peter Anvin @ 2006-06-06 15:42 UTC (permalink / raw)
  To: linuxppc-dev

I'm trying to track down an odd issue with klibc on ppc32.

Until recently, binaries linked with ld defaulted to a base address of 
0x10000000+SIZEOF_HEADERS.  However, recently I've gotten a couple of 
reports -- and I've been able to confirm this on my FC5 system -- that 
some versions of ld links at 0x01800000+SIZEOF_HEADERS.  Needless to 
say, this is more than a bit confusing, *especially* since "ld -verbose" 
still reports:

     PROVIDE (__executable_start = 0x10000000); . = 0x10000000 + 
SIZEOF_HEADERS;

... at the top of the linker script.

I'm rather baffled.  Has anyone else seen this, and/or have any other 
explanation?

	-hpa

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-06 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-06 15:42 Base address of executables - weirdness? H. Peter Anvin
2006-06-06 17:33 ` Linas Vepstas
2006-06-06 18:21   ` H. Peter Anvin
2006-06-06 21:15 ` Andreas Schwab
2006-06-06 21:21   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).