From 350808f984240b1dc2e0336fd34dd98abd093f8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Feb 2006 12:28:11 +0000 Subject: 2006-02-08 Joel Sherrill * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add sections required by newer gcc versions. --- c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le') diff --git a/c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le b/c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le index 4382173ce1..9c37bdf2d0 100644 --- a/c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le +++ b/c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le @@ -100,8 +100,7 @@ SECTIONS .text : { . = . + 16; - *(.text) - *(.text.*) + *(.text*) *(.stub) /* @@ -191,15 +190,13 @@ SECTIONS .sbss : { *(.dynsbss) - *(.sbss) - *(.sbss.*) + *(.sbss*) *(.scommon) } > ram .bss : { *(.dynbss) - *(.bss) - *(.bss.*) + *(.bss*) *(COMMON) /* Align here to ensure that the .bss section occupies space up to _end. Align after .bss to ensure correct alignment even if the -- cgit v1.2.3