public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] the broken linker problem...
@ 2005-08-31  8:14 Gerhard Jaeger
  2005-08-31 10:03 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Gerhard Jaeger @ 2005-08-31  8:14 UTC (permalink / raw)
  To: u-boot

Hi list,

I followed the discussions about broken linker and wrong command table
relocation and decided to dig somewhat deeper. I have sent a report
to the binutils guys. Please see the short discussion on the binutils
list about that issue:
http://sourceware.org/ml/binutils/2005-08/msg00412.html

You'll also find the version information there, about the point the behaviour
of the linker changed and the explanation of Alan Modra why it has been
changed.

In the end, I got the expression, that we really need to introduce
a small change to the linker scripts to fix that issue:

  . = .;
  __u_boot_cmd_start = .;
  .u_boot_cmd : { *(.u_boot_cmd) }
  __u_boot_cmd_end = .;

The . = .; is the proposed fix. See ld.texinfo "dot outside sections"
for more explanations.

Hope that sheds some light on that issue.

Cheers
Gerhard

-- 
Gerhard Jaeger <gjaeger@sysgo.com>            
SYSGO AG                      Embedded and Real-Time Software
www.sysgo.com | www.elinos.com | www.pikeos.com | www.osek.de 

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

end of thread, other threads:[~2005-08-31 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-31  8:14 [U-Boot-Users] the broken linker problem Gerhard Jaeger
2005-08-31 10:03 ` Wolfgang Denk
2005-08-31 10:47   ` Gerhard Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox