From c50fb1c5cb7601b03143745ee16e353080566434 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Feb 2006 12:25:04 +0000 Subject: 2006-02-08 Joel Sherrill * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add sections required by newer gcc versions. --- c/src/lib/libbsp/m68k/gen68360/startup/linkcmds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68360/startup/linkcmds') diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds index 8cd41d8c6a..3c5f320236 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds @@ -51,7 +51,7 @@ SECTIONS { * Text, data and bss segments */ .text : { - *(.text) + *(.text*) /* * C++ constructors/destructors @@ -123,7 +123,7 @@ SECTIONS { . += (256 * 4); _clear_start = .; *(.dynbss) - *(.bss .bss.* .gnu.linkonce.b.*) + *(.bss* .gnu.linkonce.b.*) *(COMMON) . = ALIGN (16); PROVIDE (end = .); -- cgit v1.2.3