From 1144653dcd1df9844984268a4417a44547f24190 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2007 20:33:33 +0000 Subject: 2007-05-03 Joel Sherrill * startup/linkcmds: Handle .data.* sections --- c/src/lib/libbsp/m68k/mvme162/startup/linkcmds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme162/startup') diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds index 25040e9651..57c52c4d48 100644 --- a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds @@ -2,7 +2,7 @@ * This file contains directives for the GNU linker which are specific * to the Motorola MVME162 board. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -122,7 +122,7 @@ SECTIONS } >ram .data : { PROVIDE (_copy_start = .); - *(.data) + *(.data*) *(.gnu.linkonce.d*) *(.gcc_except_table) *(.jcr) -- cgit v1.2.3