[U-Boot-Users] u-boot mpc5xx start.s questions
278893452
278893452 at qq.com
Tue Apr 8 08:49:48 CEST 2008
dear sir or madam,
When I study the u-boot about mpc5xx, I confuse the definition in cpu/mpc5xx/start.s as follows:
/*
* Set up GOT: Global Offset Table
*
* Use r14 to access the GOT
*/
START_GOT
GOT_ENTRY(_GOT2_TABLE_)
GOT_ENTRY(_FIXUP_TABLE_)
GOT_ENTRY(_start)
GOT_ENTRY(_start_of_vectors)
GOT_ENTRY(_end_of_vectors)
GOT_ENTRY(transfer_to_handler)
GOT_ENTRY(__init_end)
GOT_ENTRY(_end)
GOT_ENTRY(__bss_start)
END_GOT
Will you please kind enough to explain what happens here to me?
Thank you!
jjbear
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080408/1a4be667/attachment.htm
More information about the U-Boot
mailing list