From f35abd486372d2028182858aa97d0872e2003629 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 May 1998 12:40:09 +0000 Subject: Corrected and added sections to link cleanly under powerpc-rtems (ELF). --- c/src/lib/libbsp/powerpc/psim/startup/linkcmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/psim') diff --git a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds index 7e3b59cc5f..95e02549c2 100644 --- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds +++ b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds @@ -108,6 +108,7 @@ SECTIONS PROVIDE (_GOT2_START_ = .); .got2 : { *(.got2) } >RAM PROVIDE (__GOT2_END__ = .); + PROVIDE (_GOT2_END_ = .); PROVIDE (__CTOR_LIST__ = .); .ctors : { *(.ctors) } >RAM @@ -122,7 +123,6 @@ SECTIONS .fixup : { *(.fixup) } >RAM PROVIDE (_FIXUP_END_ = .); PROVIDE (__FIXUP_END__ = .); - PROVIDE (_GOT2_END_ = .); PROVIDE (__GOT_START__ = .); PROVIDE (_GOT_START_ = .); -- cgit v1.2.3