summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-03 20:33:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-03 20:33:33 +0000
commit1144653dcd1df9844984268a4417a44547f24190 (patch)
treecfceb3e0f7ae9e620d11de6f350dc95953a35a31 /c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
parent2007-05-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1144653dcd1df9844984268a4417a44547f24190.tar.bz2
2007-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Handle .data.* sections
Diffstat (limited to 'c/src/lib/libbsp/m68k/dmv152/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/linkcmds4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
index 98d738e0e8..0e8b26b973 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
@@ -2,7 +2,7 @@
* This file contains directives for the GNU linker which are specific
* to the DY-4 DMV152/SVME153 boards.
*
- * COPYRIGHT (c) 1989-2003.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -115,7 +115,7 @@ SECTIONS
} >ram
.data : {
copy_start = .;
- *(.data)
+ *(.data*)
*(.gnu.linkonce.d*)
*(.gcc_except_table)
*(.jcr)