2007-05-03 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Handle .data.* sections
This commit is contained in:
Joel Sherrill
2007-05-03 20:33:33 +00:00
parent 04a8c937f4
commit 1144653dcd
52 changed files with 138 additions and 35 deletions

View File

@@ -1,3 +1,7 @@
2007-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Handle .data.* sections
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.

View File

@@ -157,7 +157,7 @@ SECTIONS
data_start = .;
_data_start = .;
_sdata = . ;
*(.data)
*(.data*)
*(.gnu.linkonce.d*)
*(.gcc_except_table)
. = ALIGN(0x10);

View File

@@ -1,3 +1,7 @@
2007-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Handle .data.* sections
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.

View File

@@ -156,7 +156,7 @@ SECTIONS
data_start = .;
_data_start = .;
_sdata = . ;
*(.data)
*(.data*)
*(.gnu.linkonce.d*)
*(.gcc_except_table)
. = ALIGN(0x10);

View File

@@ -1,3 +1,7 @@
2007-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Handle .data.* sections
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.

View File

@@ -156,7 +156,7 @@ SECTIONS
data_start = .;
_data_start = .;
_sdata = . ;
*(.data)
*(.data*)
*(.gnu.linkonce.d*)
*(.gcc_except_table)
. = ALIGN(0x10);