mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ SECTIONS
|
|||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.data1 : { *(.data1) } > sdram
|
.data1 : { *(.data1) } > sdram
|
||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
.gcc_except_table : { *(.gcc_except_table*) } > sdram
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ SECTIONS
|
|||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.data1 : { *(.data1) } > sdram
|
.data1 : { *(.data1) } > sdram
|
||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
.gcc_except_table : { *(.gcc_except_table*) } > sdram
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ SECTIONS
|
|||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.data1 : { *(.data1) } > sdram
|
.data1 : { *(.data1) } > sdram
|
||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
.gcc_except_table : { *(.gcc_except_table*) } > sdram
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ SECTIONS
|
|||||||
|
|
||||||
.gcc_except_table :
|
.gcc_except_table :
|
||||||
{
|
{
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} =0xFF
|
} =0xFF
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ SECTIONS
|
|||||||
|
|
||||||
.gcc_except_table :
|
.gcc_except_table :
|
||||||
{
|
{
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
||||||
} >sdram = 0
|
} >sdram = 0
|
||||||
_axf_ro_end = . ;
|
_axf_ro_end = . ;
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ SECTIONS
|
|||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.data1 : { *(.data1) } > sdram
|
.data1 : { *(.data1) } > sdram
|
||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
.gcc_except_table : { *(.gcc_except_table*) } > sdram
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* preinstall.am: Include cplb.h
|
* preinstall.am: Include cplb.h
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ SECTIONS
|
|||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.data1 : { *(.data1) } > sdram
|
.data1 : { *(.data1) } > sdram
|
||||||
.eh_frame : { *(.eh_frame) } > sdram
|
.eh_frame : { *(.eh_frame) } > sdram
|
||||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
.gcc_except_table : { *(.gcc_except_table*) } > sdram
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ SECTIONS
|
|||||||
_sdata = .;
|
_sdata = .;
|
||||||
*(.data*);
|
*(.data*);
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
_edata = .;
|
_edata = .;
|
||||||
}
|
}
|
||||||
_data_start = ADDR(.data) ;
|
_data_start = ADDR(.data) ;
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1257/bsps
|
PR 1257/bsps
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ SECTIONS
|
|||||||
*(.data)
|
*(.data)
|
||||||
*(.data.*)
|
*(.data.*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
_edata = ALIGN( 0x10 ) ;
|
_edata = ALIGN( 0x10 ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ SECTIONS
|
|||||||
. = ALIGN(0x20);
|
. = ALIGN(0x20);
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
. = ALIGN(0x20);
|
. = ALIGN(0x20);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(0x20);
|
. = ALIGN(0x20);
|
||||||
_edata = .;
|
_edata = .;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ SECTIONS
|
|||||||
*(.data*)
|
*(.data*)
|
||||||
. = ALIGN (0x10);
|
. = ALIGN (0x10);
|
||||||
*(.gcc_exc)
|
*(.gcc_exc)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (0x10);
|
. = ALIGN (0x10);
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ SECTIONS {
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
|
* clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SECTIONS
|
|||||||
.vtable RAM_BASE :
|
.vtable RAM_BASE :
|
||||||
{
|
{
|
||||||
vtable_start = .;
|
vtable_start = .;
|
||||||
*(.vtable)
|
*(.vtable*)
|
||||||
evtable = .;
|
evtable = .;
|
||||||
} >ram
|
} >ram
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ SECTIONS
|
|||||||
PROVIDE (_copy_start = .);
|
PROVIDE (_copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-11-26 Eric Norum <norume@aps.anl.gov>
|
2007-11-26 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* network/network.c: Fix LED configuration to match uCDIMM.
|
* network/network.c: Fix LED configuration to match uCDIMM.
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ SECTIONS
|
|||||||
PROVIDE( _copy_start = .);
|
PROVIDE( _copy_start = .);
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (_edata = .);
|
PROVIDE (_edata = .);
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
} >ram
|
} >ram
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
} >ram
|
} >ram
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ SECTIONS
|
|||||||
*(set_domain_*);
|
*(set_domain_*);
|
||||||
*(set_pseudo_*);
|
*(set_pseudo_*);
|
||||||
|
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.eh_frame_hdr)
|
*(.eh_frame_hdr)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Separate debug IO from console so console driver is not
|
* Makefile.am: Separate debug IO from console so console driver is not
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ SECTIONS
|
|||||||
*(.eh_fram*)
|
*(.eh_fram*)
|
||||||
___EH_FRAME_END__ = .;
|
___EH_FRAME_END__ = .;
|
||||||
LONG(0);
|
LONG(0);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Separate debug IO from console so console driver is not
|
* Makefile.am: Separate debug IO from console so console driver is not
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ SECTIONS
|
|||||||
*(.eh_fram*)
|
*(.eh_fram*)
|
||||||
___EH_FRAME_END__ = .;
|
___EH_FRAME_END__ = .;
|
||||||
LONG(0);
|
LONG(0);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ SECTIONS
|
|||||||
*(.eh_fram*)
|
*(.eh_fram*)
|
||||||
___EH_FRAME_END__ = .;
|
___EH_FRAME_END__ = .;
|
||||||
LONG(0);
|
LONG(0);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
SORT(CONSTRUCTORS)
|
SORT(CONSTRUCTORS)
|
||||||
copy_end = .;
|
copy_end = .;
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* clock/ckinit.c, include/bsp.h: Fix spacing.
|
* clock/ckinit.c, include/bsp.h: Fix spacing.
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ SECTIONS
|
|||||||
_sdata = . ;
|
_sdata = . ;
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(0x10);
|
. = ALIGN(0x10);
|
||||||
edata = .;
|
edata = .;
|
||||||
_edata = .;
|
_edata = .;
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* preinstall.am: Spacing.
|
* preinstall.am: Spacing.
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ SECTIONS
|
|||||||
_sdata = . ;
|
_sdata = . ;
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(0x10);
|
. = ALIGN(0x10);
|
||||||
edata = .;
|
edata = .;
|
||||||
_edata = .;
|
_edata = .;
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
programs compiled with gcc 4.3.x can link.
|
||||||
|
|
||||||
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* preinstall.am: Spacing.
|
* preinstall.am: Spacing.
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ SECTIONS
|
|||||||
_sdata = . ;
|
_sdata = . ;
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN(0x10);
|
. = ALIGN(0x10);
|
||||||
edata = .;
|
edata = .;
|
||||||
_edata = .;
|
_edata = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user