2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/linkcmds: Use wildcard on .data section.
This commit is contained in:
Joel Sherrill
2008-06-20 16:30:25 +00:00
parent 2dc5cac633
commit 14f4d654a2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Use wildcard on .data section.
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,

View File

@@ -138,7 +138,7 @@ SECTIONS
{
PROVIDE( _data_dest_start = . );
PROVIDE( _copy_start = .);
*(.data)
*(.data*)
*(.gnu.linkonce.d*)
*(.gcc_except_table*)
*(.jcr)