From b6f298c7e3b22cf9e089efce6ae446f795a36d20 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 19:28:50 +0000 Subject: 2008-09-17 Joel Sherrill * startup/linkcmds: Add start symbol to eliminate warning. --- c/src/lib/libbsp/sparc/erc32/startup/linkcmds | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libbsp/sparc/erc32/startup/linkcmds') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds index 163d24c691..2ea6cd8bbd 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds +++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds @@ -94,6 +94,7 @@ SECTIONS .text : { CREATE_OBJECT_SYMBOLS + start = .; text_start = .; _text_start = .; *(.text*) -- cgit v1.2.3