From 4217b965eb33a21324e368e82a05fe6aa3aa99bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Feb 2006 12:28:38 +0000 Subject: 2006-02-08 Joel Sherrill * startup/linkcmds: Add sections required by newer gcc versions. --- c/src/lib/libbsp/sparc/leon3/startup/linkcmds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sparc/leon3/startup/linkcmds') diff --git a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds index 4e4f06f2a6..7326cc7c4b 100644 --- a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds +++ b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds @@ -91,7 +91,7 @@ SECTIONS CREATE_OBJECT_SYMBOLS text_start = .; _text_start = .; - *(.text) + *(.text*) . = ALIGN (16); /* @@ -167,7 +167,7 @@ SECTIONS __bss_start = ALIGN(0x8); _bss_start = .; bss_start = .; - *(.bss) + *(.bss*) *(COMMON) end = .; _end = ALIGN(0x8); -- cgit v1.2.3