forked from Imagelibrary/rtems
2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Use wildcard on .data section.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -138,7 +138,7 @@ SECTIONS
|
||||
{
|
||||
PROVIDE( _data_dest_start = . );
|
||||
PROVIDE( _copy_start = .);
|
||||
*(.data)
|
||||
*(.data*)
|
||||
*(.gnu.linkonce.d*)
|
||||
*(.gcc_except_table*)
|
||||
*(.jcr)
|
||||
|
||||
Reference in New Issue
Block a user