Re: [PATCH] blackfin / h8300 build error fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mike Frysinger
Date: Wednesday, July 30, 2008 - 8:26 pm

On Wed, Jul 30, 2008 at 4:01 PM, Andrew Morton wrote:

i thought the fix was self-evident ;)

you cant just use straight symbol names in common header files as they
dont take into consideration weird arch-specific ABI conventions.  in
the case of Blackfin/h8300, the ABI dictates that any C-visible
symbols have an underscore prefixed to them.  thus all symbols in
vmlinux.lds.h need to be wrapped in VMLINUX_SYMBOL() so that each arch
can put hide this magic in their own files.
-mike
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] blackfin / h8300 build error fix, Yoshinori Sato, (Wed Jul 30, 8:58 am)
Re: [PATCH] blackfin / h8300 build error fix, Mike Frysinger, (Wed Jul 30, 9:11 am)
Re: [PATCH] blackfin / h8300 build error fix, Yoshinori Sato, (Wed Jul 30, 12:22 pm)
Re: [PATCH] blackfin / h8300 build error fix, Andrew Morton, (Wed Jul 30, 1:01 pm)
Re: [PATCH] Missing symbol prefix on vmlinux.lds.h, Yoshinori Sato, (Wed Jul 30, 5:26 pm)
Re: [PATCH] Missing symbol prefix on vmlinux.lds.h, Andrew Morton, (Wed Jul 30, 7:06 pm)
Re: [PATCH] Missing symbol prefix on vmlinux.lds.h, Yoshinori Sato, (Wed Jul 30, 8:20 pm)
Re: [PATCH] blackfin / h8300 build error fix, Mike Frysinger, (Wed Jul 30, 8:26 pm)
Re: [PATCH] blackfin / h8300 build error fix, Andrew Morton, (Wed Jul 30, 8:37 pm)
Re: [PATCH] blackfin / h8300 build error fix, Mike Frysinger, (Wed Jul 30, 8:51 pm)