<DIV>dear sir or madam,</DIV>
<DIV> When I study the u-boot about mpc5xx, I confuse the definition in cpu/mpc5xx/start.s as follows: </DIV>
<DIV>/*<BR> * Set up GOT: Global Offset Table<BR> *<BR> * Use r14 to access the GOT <BR> */<BR> START_GOT<BR> GOT_ENTRY(_GOT2_TABLE_)<BR> GOT_ENTRY(_FIXUP_TABLE_)</DIV>
<DIV> GOT_ENTRY(_start)<BR> GOT_ENTRY(_start_of_vectors)<BR> GOT_ENTRY(_end_of_vectors)<BR> GOT_ENTRY(transfer_to_handler)</DIV>
<DIV> GOT_ENTRY(__init_end)<BR> GOT_ENTRY(_end)<BR> GOT_ENTRY(__bss_start)<BR> END_GOT</DIV>
<DIV> Will you please kind enough to explain what happens here to me? </DIV>
<DIV> Thank you!</DIV>
<DIV> </DIV>
<DIV>jjbear</DIV>