mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -55,6 +55,8 @@ SECTIONS
|
||||
} >RAM
|
||||
.init : { _init = .; *(.init) } >RAM
|
||||
.fini : { _fini = .; *(.fini) } >RAM
|
||||
.eh_frame : { *.(eh_frame) } >RAM
|
||||
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) } >RAM
|
||||
.rodata1 : { *(.rodata1) } >RAM
|
||||
_etext = .;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -40,6 +40,7 @@ SECTIONS
|
||||
*(.entry2)
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.eh_frame)
|
||||
*(.gnu.linkonce.r*)
|
||||
*(.rodata1)
|
||||
*(.gnu.linkonce.t.*)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -116,6 +116,7 @@ SECTIONS
|
||||
*(.shdata)
|
||||
*(.rodata)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
_erodata = .;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
vendor/device/instance.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: In support of gcc 3.1, added one of more
|
||||
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
|
||||
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
|
||||
|
||||
@@ -63,6 +63,7 @@ SECTIONS
|
||||
.fini : { _fini = .; *(.fini) } >CODE
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) } > CODE
|
||||
.rodata1 : { *(.rodata1) } > CODE
|
||||
.eh_frame : { *.(eh_frame) } >CODE
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
.sdata2 : { *(.sdata2) } > CODE
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -53,6 +53,7 @@ SECTIONS
|
||||
.fini : { _fini = .; *(.fini) }
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
|
||||
.rodata1 : { *(.rodata1) }
|
||||
.eh_frame : { *.(eh_frame) }
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
PROVIDE (__SDATA2_START__ = .);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -68,6 +68,7 @@ SECTIONS
|
||||
.fini : { _fini = .; __fini = .; *(.fini) } >RAM
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) } >RAM
|
||||
.rodata1 : { *(.rodata1) } >RAM
|
||||
.eh_frame : { *.(eh_frame) } >RAM
|
||||
PROVIDE (_etext = .);
|
||||
PROVIDE (etext = .);
|
||||
PROVIDE (__SDATA2_START__ = .);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -63,11 +63,10 @@ SECTIONS
|
||||
.init : { _init = .; __init = .; *(.init) }
|
||||
.fini : { _fini = .; __fini = .; *(.fini) }
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
|
||||
.rodata1 : {
|
||||
*(.rodata1)
|
||||
_etext = .;
|
||||
PROVIDE (_etext = .);
|
||||
}
|
||||
.rodata1 : { *(.rodata1) }
|
||||
.eh_frame : { *.(eh_frame) }
|
||||
_etext = .;
|
||||
PROVIDE (_etext = .);
|
||||
PROVIDE (__SDATA2_START__ = .);
|
||||
.sdata2 : { *(.sdata2) }
|
||||
.sbss2 : { *(.sbss2) }
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
* irq/irq.c: Ditto.
|
||||
* irq/irq_asm.S: Ditto.
|
||||
* irq/irq_init.c: Include <rtems/bspIo.h>.
|
||||
* start/start.S: Reflect changes to <rtems/score/cpu.h>.
|
||||
* vectors/vectors.S: Ditto.
|
||||
|
||||
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
@@ -63,6 +63,7 @@ SECTIONS
|
||||
.fini : { _fini = .; *(.fini) } >CODE
|
||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) } > CODE
|
||||
.rodata1 : { *(.rodata1) } > CODE
|
||||
.eh_frame : { *.(eh_frame) } >CODE
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
.sdata2 : { *(.sdata2) } > CODE
|
||||
|
||||
Reference in New Issue
Block a user