From 4ca5bd8b9381f8720af1c356b40d0cc4c4dcc126 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Sep 1998 17:27:57 +0000 Subject: Changed based on patch from pc386 linkcmds from Ian Lance Taylor : The pc386 linker scripts omits .gnu.linkonce.r* sections. It's not a big deal, but they should be treated like .rodata sections. ELF versions of g++ generate them for static constants defined in template classes, such as string::npos. --- c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/no_cpu') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds index 9f53170edb..7a70a029b8 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds +++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds @@ -1,6 +1,6 @@ /* * This file contains directives for the GNU linker which are specific - * to the FORCE CPU386 board. + * to the NO_CPU NO_BSP BOARD. * * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). -- cgit v1.2.3