2002-05-14 Eric Norum <eric.norum@usask.ca>

* startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
	sections needed by gcc 3.1.  linkcmds had already been fixed on
	a gcc 3.1 clean up sweep.
This commit is contained in:
Joel Sherrill
2002-05-14 16:10:12 +00:00
parent 55b3616f16
commit 2d1ef9305d
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2002-05-14 Eric Norum <eric.norum@usask.ca>
* startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
sections needed by gcc 3.1. linkcmds had already been fixed on
a gcc 3.1 clean up sweep.
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more

View File

@@ -97,7 +97,7 @@ SECTIONS {
*/
. = ALIGN (16);
_rodata_start = . ;
*(.rodata)
*(.rodata*)
*(.gnu.linkonce.r*)
. = ALIGN (16);
@@ -107,6 +107,7 @@ SECTIONS {
_copy_start = .;
*(.data)
*(.gnu.linkonce.d*)
*(.jcr)
*(.gcc_except_table)
. = ALIGN (16);
PROVIDE (edata = .);

View File

@@ -96,7 +96,7 @@ SECTIONS {
*/
. = ALIGN (16);
_rodata_start = . ;
*(.rodata)
*(.rodata*)
*(.gnu.linkonce.r*)
. = ALIGN (16);
@@ -106,6 +106,7 @@ SECTIONS {
_copy_start = .;
*(.data)
*(.gnu.linkonce.d*)
*(.jcr)
*(.gcc_except_table)
. = ALIGN (16);
PROVIDE (edata = .);