On Nov 19, 2007 4:39 PM, <[EMAIL PROTECTED]> wrote: > Revision 3898 Author bernds Date 2007-11-19 15:39:08 -0600 (Mon, 19 Nov > 2007) > Log Message [#2424] This is actually toolchain bug 3638. > > Need to specify "ax" with the .init.text section, otherwise the linker will > make unique .init.text.1 .. .init.text.3 sections to cope with the flags > differences. > > Diffstat entry.S | 2 +- > 1 files changed, 1 insertion(+), 1 deletion(-) > > > Modified Paths > > trunk/arch/blackfin/mach-common/entry.S > > Diff > Modified: trunk/arch/blackfin/mach-common/entry.S (3897 => 3898) > --- trunk/arch/blackfin/mach-common/entry.S 2007-11-19 20:38:23 UTC (rev > 3897) > +++ trunk/arch/blackfin/mach-common/entry.S 2007-11-19 21:39:08 UTC (rev > 3898) > @@ -881,7 +881,7 @@ > #endif /* CONFIG_DEBUG_BFIN_HWTRACE_EXPAND */ > > #if CONFIG_EARLY_PRINTK > -.section .init.text > +.section .init.text,"ax"
ah, we probably want to use __INIT .... __FINIT here then ... but i'll take care of that -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
