Title: [3898] trunk/arch/blackfin/mach-common/entry.S: [#2424] This is actually toolchain bug 3638.
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

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"
 ENTRY(_early_trap)
 	SAVE_ALL_SYS
 	trace_buffer_stop(p0,r0);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to