On Sunday 05 February 2012 08:26:57 Albert ARIBAUD wrote:
> Le 05/02/2012 04:38, Mike Frysinger a écrit :
> > On Saturday 04 February 2012 22:02:46 Troy Kisky wrote:
> >> --- a/include/phy.h
> >> +++ b/include/phy.h
> >> 
> >> +extern struct phy_driver __phy_entry_start, __phy_entry_end;
> > 
> > linker symbols should be declared like:
> >     extern char __phy_entry_start[];
> 
> Why should they?

because that's what the GNU linker documentation says to, and that's how all 
existing symbols have been handled.  look at asm/sections.h in every Linux 
arch.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to