In message <[EMAIL PROTECTED]@transmode.se> you wrote:
>
> > >  .text      :
> > >   {
> > > +    _monitor_base = . ;
> > 
> > There is no guarantee that this is the same as the start address of
> > .text
> > 
> 
> I am no link script expert, but I cannot see why that would not be the start
> of the .text segment?

There might be other segments at the start of the image...

See for example cpu/mpc8xx/start.S - while at the  moment  we  really
start with .text, it would technically be more approrpriate to change
the  first  256  bytes  (from monitor base to EXC_OFF_SYS_RESET) into
.rodata or something like this.

> Anyhow, we can go with the other solution instead, define the symbol in 
> start.S
> instead, if one is needed.

If it cannot be avoided ;-)

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Thought for the day: What if there were no hypothetical situations?

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to