2004-07-28 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
This commit is contained in:
Joel Sherrill
2004-07-28 15:21:08 +00:00
parent 8d2733f020
commit 1fdfc28189
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-07-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.

View File

@@ -48,6 +48,8 @@ SECTIONS
{
_sdata = .;
*(.data);
*(.gnu.linkonce.d*)
*(.gcc_except_table)
_edata = .;
}
_data_start = ADDR(.data) ;