forked from Imagelibrary/rtems
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31f25514fb |
@@ -1,7 +1,3 @@
|
|||||||
2008-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
||||||
|
|
||||||
* bootstrap: Use find . ... preinstall.am for portability reasons.
|
|
||||||
|
|
||||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.maint: touch all documentation master files so the date on
|
* Makefile.maint: touch all documentation master files so the date on
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN([RTEMS_VERSIONING],
|
AC_DEFUN([RTEMS_VERSIONING],
|
||||||
m4_define([_RTEMS_VERSION],[4.8.1]))
|
m4_define([_RTEMS_VERSION],[4.8.0]))
|
||||||
|
|
||||||
m4_define([RTEMS_API],[4.8])
|
m4_define([RTEMS_API],[4.8])
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
2008-04-25 Till Straumann <strauman@slac.stanford.edu>
|
|
||||||
|
|
||||||
* nfsclient/Changelog.slac, nfsclient/src/nfs.c:
|
|
||||||
BUGFIX (PR#1284) -- possible memory corruption if
|
|
||||||
server connectivity is lost.
|
|
||||||
|
|
||||||
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* nfsclient/Makefile.am: Fix errors.
|
* nfsclient/Makefile.am: Fix errors.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN([RTEMS_VERSIONING],
|
AC_DEFUN([RTEMS_VERSIONING],
|
||||||
m4_define([_RTEMS_VERSION],[4.8.1]))
|
m4_define([_RTEMS_VERSION],[4.8.0]))
|
||||||
|
|
||||||
m4_define([RTEMS_API],[4.8])
|
m4_define([RTEMS_API],[4.8])
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,16 +1,3 @@
|
|||||||
2008-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* preinstall.am: Install cplb.h
|
|
||||||
|
|
||||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* preinstall.am: Install cplb.h
|
|
||||||
|
|
||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,9 +1,3 @@
|
|||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: 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
|
||||||
|
|||||||
@@ -141,7 +141,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 = .);
|
||||||
|
|||||||
@@ -141,7 +141,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 = .);
|
||||||
|
|||||||
@@ -140,7 +140,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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,9 +1,3 @@
|
|||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: 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
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ SECTIONS {
|
|||||||
_copy_start = .;
|
_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 = .);
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ SECTIONS {
|
|||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
_copy_end = .;
|
_copy_end = .;
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ SECTIONS {
|
|||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
_copy_end = .;
|
_copy_end = .;
|
||||||
|
|||||||
@@ -1,13 +1,3 @@
|
|||||||
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>
|
|
||||||
|
|
||||||
* clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
|
|
||||||
to rtems/motorola/*.h.
|
|
||||||
|
|
||||||
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
|
* console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
|
||||||
|
|||||||
@@ -67,8 +67,8 @@ rtems_isr Clock_isr(
|
|||||||
{
|
{
|
||||||
Clock_driver_ticks += 1;
|
Clock_driver_ticks += 1;
|
||||||
/* acknowledge interrupt
|
/* acknowledge interrupt
|
||||||
MC68230_TSR = 1; */
|
TSR = 1; */
|
||||||
MC68230_WRITE (MC68230_TSR, 1);
|
MC68230_WRITE (TSR, 1);
|
||||||
|
|
||||||
if ( Clock_isrs == 1 ) {
|
if ( Clock_isrs == 1 ) {
|
||||||
rtems_clock_tick();
|
rtems_clock_tick();
|
||||||
@@ -86,7 +86,7 @@ rtems_isr Clock_isr(
|
|||||||
void Disable_clock()
|
void Disable_clock()
|
||||||
{
|
{
|
||||||
/* Disable timer */
|
/* Disable timer */
|
||||||
MC68230_WRITE (MC68230_TCR, 0x00);
|
MC68230_WRITE (TCR, 0x00);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Install_clock( clock_isr )
|
void Install_clock( clock_isr )
|
||||||
@@ -99,26 +99,26 @@ rtems_isr_entry clock_isr;
|
|||||||
Old_ticker = (rtems_isr_entry) set_vector( clock_isr, CLOCK_VECTOR, 1 );
|
Old_ticker = (rtems_isr_entry) set_vector( clock_isr, CLOCK_VECTOR, 1 );
|
||||||
|
|
||||||
/* Disable timer for initialization */
|
/* Disable timer for initialization */
|
||||||
MC68230_WRITE (MC68230_TCR, 0x00);
|
MC68230_WRITE (TCR, 0x00);
|
||||||
|
|
||||||
/* some PI/T initialization stuff here -- see comment in the ckisr.c
|
/* some PI/T initialization stuff here -- see comment in the ckisr.c
|
||||||
file in this directory to understand why I use the values that I do */
|
file in this directory to understand why I use the values that I do */
|
||||||
/* Set up the interrupt vector on the MC68230 chip:
|
/* Set up the interrupt vector on the MC68230 chip:
|
||||||
MC68230_TIVR = CLOCK_VECTOR; */
|
TIVR = CLOCK_VECTOR; */
|
||||||
MC68230_WRITE (MC68230_TIVR, CLOCK_VECTOR);
|
MC68230_WRITE (TIVR, CLOCK_VECTOR);
|
||||||
|
|
||||||
/* Set CPRH through CPRL to 193 (not 203) decimal for countdown--see ckisr.c
|
/* Set CPRH through CPRL to 193 (not 203) decimal for countdown--see ckisr.c
|
||||||
CPRH = 0x00;
|
CPRH = 0x00;
|
||||||
CPRM = 0x00;
|
CPRM = 0x00;
|
||||||
CPRL = 0xC1; */
|
CPRL = 0xC1; */
|
||||||
MC68230_WRITE (MC68230_CPRH, 0x00);
|
MC68230_WRITE (CPRH, 0x00);
|
||||||
MC68230_WRITE (MC68230_CPRM, 0x00);
|
MC68230_WRITE (CPRM, 0x00);
|
||||||
MC68230_WRITE (MC68230_CPRL, 0xC1);
|
MC68230_WRITE (CPRL, 0xC1);
|
||||||
|
|
||||||
/* Enable timer and use it as an external periodic interrupt generator
|
/* Enable timer and use it as an external periodic interrupt generator
|
||||||
MC68230_TCR = 0xA1; */
|
TCR = 0xA1; */
|
||||||
/* led_putnum('a'); * for debugging purposes */
|
/* led_putnum('a'); * for debugging purposes */
|
||||||
MC68230_WRITE (MC68230_TCR, 0xA1);
|
MC68230_WRITE (TCR, 0xA1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Schedule the clock cleanup routine to execute if the application exits.
|
* Schedule the clock cleanup routine to execute if the application exits.
|
||||||
@@ -134,8 +134,8 @@ void Clock_exit( void )
|
|||||||
/* disable timer
|
/* disable timer
|
||||||
data = TCR;
|
data = TCR;
|
||||||
TCR = (data & 0xFE); */
|
TCR = (data & 0xFE); */
|
||||||
MC68230_READ (MC68230_TCR, data);
|
MC68230_READ (TCR, data);
|
||||||
MC68230_WRITE (MC68230_TCR, (data & 0xFE));
|
MC68230_WRITE (TCR, (data & 0xFE));
|
||||||
|
|
||||||
/* do not restore old vector */
|
/* do not restore old vector */
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ void init_pit()
|
|||||||
/*
|
/*
|
||||||
* install ISR for ports A and B
|
* install ISR for ports A and B
|
||||||
*/
|
*/
|
||||||
set_vector(C_Receive_ISR, (MC68230_VECT+MC68230_H3VECT), 1);
|
set_vector(C_Receive_ISR, (VECT+H3VECT), 1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* initialize pit
|
* initialize pit
|
||||||
@@ -70,12 +70,12 @@ void init_pit()
|
|||||||
* setup pivr
|
* setup pivr
|
||||||
* turn on all ports
|
* turn on all ports
|
||||||
*/
|
*/
|
||||||
MC68230_WRITE(MC68230_PGCR, 0x00);
|
MC68230_WRITE(PGCR, 0x00);
|
||||||
MC68230_WRITE(MC68230_PSRR, 0x18);
|
MC68230_WRITE(PSRR, 0x18);
|
||||||
MC68230_WRITE(MC68230_PBDDR, 0x00);
|
MC68230_WRITE(PBDDR, 0x00);
|
||||||
MC68230_WRITE(MC68230_PBCR, 0x82);
|
MC68230_WRITE(PBCR, 0x82);
|
||||||
MC68230_WRITE(MC68230_PIVR, MC68230_VECT);
|
MC68230_WRITE(PIVR, VECT);
|
||||||
MC68230_WRITE(MC68230_PGCR, 0x20);
|
MC68230_WRITE(PGCR, 0x20);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For some reason, the reset of receiver/transmitter only works for
|
* For some reason, the reset of receiver/transmitter only works for
|
||||||
@@ -186,7 +186,7 @@ rtems_isr C_Receive_ISR(rtems_vector_number vector)
|
|||||||
/*
|
/*
|
||||||
* Clear pit interrupt.
|
* Clear pit interrupt.
|
||||||
*/
|
*/
|
||||||
_addr = (unsigned char *) (MC68230_PIT_ADDR + MC68230_PITSR);
|
_addr = (unsigned char *) (PIT_ADDR + PITSR);
|
||||||
*_addr = 0x04;
|
*_addr = 0x04;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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 = .);
|
||||||
|
|||||||
@@ -45,19 +45,19 @@ void Timer_initialize()
|
|||||||
/* some PI/T initialization stuff here */
|
/* some PI/T initialization stuff here */
|
||||||
/* Set up the interrupt vector on the MC68230 chip:
|
/* Set up the interrupt vector on the MC68230 chip:
|
||||||
TIVR = TIMER_VECTOR; */
|
TIVR = TIMER_VECTOR; */
|
||||||
MC68230_WRITE (MC68230_TIVR, TIMER_VECTOR);
|
MC68230_WRITE (TIVR, TIMER_VECTOR);
|
||||||
|
|
||||||
/* Set CPRH through CPRL to maximum count to reduce interrupt overhead
|
/* Set CPRH through CPRL to maximum count to reduce interrupt overhead
|
||||||
CPRH = 0xFF;
|
CPRH = 0xFF;
|
||||||
CPRM = 0xFF;
|
CPRM = 0xFF;
|
||||||
CPRL = 0xFF; */
|
CPRL = 0xFF; */
|
||||||
MC68230_WRITE (MC68230_CPRH, 0xFF);
|
MC68230_WRITE (CPRH, 0xFF);
|
||||||
MC68230_WRITE (MC68230_CPRM, 0xFF);
|
MC68230_WRITE (CPRM, 0xFF);
|
||||||
MC68230_WRITE (MC68230_CPRL, 0xFF);
|
MC68230_WRITE (CPRL, 0xFF);
|
||||||
|
|
||||||
/* Enable timer and use it as an external periodic interrupt generator
|
/* Enable timer and use it as an external periodic interrupt generator
|
||||||
TCR = 0xA1; */
|
TCR = 0xA1; */
|
||||||
MC68230_WRITE (MC68230_TCR, 0xA1);
|
MC68230_WRITE (TCR, 0xA1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,26 +71,26 @@ int Read_timer()
|
|||||||
uint32_t remaining, total;
|
uint32_t remaining, total;
|
||||||
|
|
||||||
/* Disable timer so that timer can be read
|
/* Disable timer so that timer can be read
|
||||||
data = MC68230_TCR;
|
data = TCR;
|
||||||
MC68230_TCR = (data & 0xFE); */
|
TCR = (data & 0xFE); */
|
||||||
MC68230_READ (MC68230_TCR, data);
|
MC68230_READ (TCR, data);
|
||||||
MC68230_WRITE (MC68230_TCR, (data & 0xFE));
|
MC68230_WRITE (TCR, (data & 0xFE));
|
||||||
|
|
||||||
/* Read the counter value
|
/* Read the counter value
|
||||||
msb = MC68230_CNTRH;
|
msb = CNTRH;
|
||||||
osb = MC68230_CNTRM;
|
osb = CNTRM;
|
||||||
lsb = MC68230_CNTRL; */
|
lsb = CNTRL; */
|
||||||
MC68230_READ (MC68230_CNTRH, msb);
|
MC68230_READ (CNTRH, msb);
|
||||||
MC68230_READ (MC68230_CNTRM, osb);
|
MC68230_READ (CNTRM, osb);
|
||||||
MC68230_READ (MC68230_CNTRL, lsb);
|
MC68230_READ (CNTRL, lsb);
|
||||||
|
|
||||||
/* Calculate the time so far */
|
/* Calculate the time so far */
|
||||||
remaining = 0x1000000 - ((msb << 16) + (osb << 8) + lsb);
|
remaining = 0x1000000 - ((msb << 16) + (osb << 8) + lsb);
|
||||||
total = (Ttimer_val * 0x1000000) + remaining;
|
total = (Ttimer_val * 0x1000000) + remaining;
|
||||||
|
|
||||||
/* Enable timer so that timer can continue
|
/* Enable timer so that timer can continue
|
||||||
MC68230_TCR = 0xA1; */
|
TCR = 0xA1; */
|
||||||
MC68230_WRITE (MC68230_TCR, 0xA1);
|
MC68230_WRITE (TCR, 0xA1);
|
||||||
|
|
||||||
/* do not restore old vector */
|
/* do not restore old vector */
|
||||||
if ( Timer_driver_Find_average_overhead == 1 )
|
if ( Timer_driver_Find_average_overhead == 1 )
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds.flash: 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
|
||||||
|
|||||||
@@ -142,7 +142,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*)
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ SECTIONS
|
|||||||
*(.data)
|
*(.data)
|
||||||
. = ALIGN (0x10);
|
. = ALIGN (0x10);
|
||||||
*(.gcc_exc)
|
*(.gcc_exc)
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
. = ALIGN (0x10);
|
. = ALIGN (0x10);
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
. = ALIGN (0x10);
|
. = ALIGN (0x10);
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: 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 = .);
|
||||||
|
|||||||
@@ -153,7 +153,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 = .);
|
||||||
|
|||||||
@@ -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,9 +1,3 @@
|
|||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds_ROM: 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
|
||||||
|
|||||||
@@ -141,7 +141,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 = .);
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ SECTIONS
|
|||||||
_sdata = . ;
|
_sdata = . ;
|
||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
|
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,7 +1,3 @@
|
|||||||
2008-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* runtest: Major update. Now more likely not to run away.
|
|
||||||
|
|
||||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* runtest: Add capture to list of interative tests to skip in batch
|
* runtest: Add capture to list of interative tests to skip in batch
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ logdir=log
|
|||||||
update_on_tick="no"
|
update_on_tick="no"
|
||||||
max_run_time=$((5 * 60))
|
max_run_time=$((5 * 60))
|
||||||
using_print_buffer="yes"
|
using_print_buffer="yes"
|
||||||
simulator=mipstx39-rtems4.9-run
|
simulator=mipstx39-rtems4.8-run
|
||||||
|
|
||||||
while getopts vdl:o:s: OPT
|
while getopts vdl:o:s: OPT
|
||||||
do
|
do
|
||||||
@@ -142,7 +142,6 @@ for tfile in $tests
|
|||||||
do
|
do
|
||||||
|
|
||||||
tname=`basename $tfile .exe`
|
tname=`basename $tfile .exe`
|
||||||
tname=`basename $tname .ralf`
|
|
||||||
cpus="1"
|
cpus="1"
|
||||||
TEST_TYPE="single"
|
TEST_TYPE="single"
|
||||||
|
|
||||||
@@ -164,7 +163,7 @@ do
|
|||||||
tname=`echo $tname | sed 's/-node.*//'`
|
tname=`echo $tname | sed 's/-node.*//'`
|
||||||
TEST_TYPE="mp"
|
TEST_TYPE="mp"
|
||||||
;;
|
;;
|
||||||
minimum*|stackchk*|*fatal*|termio*)
|
minimum*|stackchk*|spfatal*|termio*)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -215,45 +214,32 @@ do
|
|||||||
fatal "Cannot currently generate device files"
|
fatal "Cannot currently generate device files"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Spin off the simulator in the background
|
# Spin off the simulator in the background
|
||||||
|
|
||||||
${simulator} --board=jmr3904 $tfile | \
|
${simulator} --board=jmr3904 $tfile | \
|
||||||
sed -e 's/
|
sed -e 's/
|
||||||
//' -e '/^$/d' > ${logfile} 2>&1 &
|
//' -e '/^$/d' > ${logfile} 2>&1 &
|
||||||
pid=$!
|
pid=$!
|
||||||
|
|
||||||
# Make sure it won't run forever...
|
# Make sure it won't run forever...
|
||||||
millilimit=`expr ${max_run_time} \* 1000`
|
time_run=0
|
||||||
milliseconds=0
|
while [ $time_run -lt $max_run_time ]
|
||||||
while :
|
do
|
||||||
do
|
# sleep 5s at a time waiting for job to finish or timer to expire
|
||||||
# sleep 10ms at a time waiting for job to finish or timer to expire
|
# if job has exited, then we exit, too.
|
||||||
# if job has exited, then we exit, too.
|
sleep 5
|
||||||
usleep 10000 # ten milliseconds
|
kill -0 $pid 2> /dev/null
|
||||||
milliseconds=`expr ${milliseconds} + 10`
|
running=$?
|
||||||
kill -0 $pid 2> /dev/null
|
if [ $running -eq 0 ]
|
||||||
running=$?
|
then
|
||||||
if [ $running -eq 0 ] ; then
|
time_run=$((time_run + 5))
|
||||||
if [ ${milliseconds} -ge ${millilimit} ]; then
|
if [ $time_run -ge $max_run_time ]
|
||||||
kill -9 $pid 2> /dev/null
|
then
|
||||||
cat ${logfile}
|
kill -9 $pid 2> /dev/null
|
||||||
echo "${testname} killed after running ${max_run_time} seconds"
|
ran_too_long="yes"
|
||||||
break
|
fi
|
||||||
fi
|
else
|
||||||
grep "^Unhandled exception" ${logfile} >/dev/null
|
ran_too_long="no"
|
||||||
exceptionExit=$?
|
|
||||||
grep "^mips-core: " ${logfile} >/dev/null
|
|
||||||
badAccessExit=$?
|
|
||||||
if [ $badAccessExit -eq 0 -o $exceptionExit -eq 0 ] ; then
|
|
||||||
kill -9 ${pid} >/dev/null 2>&1
|
|
||||||
cat ${logfile}
|
|
||||||
echo Ran in ${milliseconds} milliseconds
|
|
||||||
fi
|
|
||||||
|
|
||||||
else
|
|
||||||
# done normally
|
|
||||||
cat ${logfile}
|
|
||||||
echo "${testname} ran in ${milliseconds} milliseconds"
|
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
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,8 +1,3 @@
|
|||||||
2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* shared/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>
|
||||||
|
|
||||||
* shared/console/uart.c: Fix typo.
|
* shared/console/uart.c: Fix typo.
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
2008-03-04 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-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* console/console.c: Eliminate DEBUG_puts.
|
* console/console.c: Eliminate DEBUG_puts.
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ SECTIONS
|
|||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
}
|
}
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
.gcc_except_table : { *(.gcc_except_table*) }
|
.gcc_except_table : { *(.gcc_except_table) }
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
|
|
||||||
.data1 : { *(.data1) }
|
.data1 : { *(.data1) }
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
|
|
||||||
startup/linkcmds.pm520: 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>
|
||||||
|
|
||||||
* startup/linkcmds.brs5l: Change .bss to .bss*.
|
* startup/linkcmds.brs5l: Change .bss to .bss*.
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ SECTIONS
|
|||||||
.jcr : { KEEP (*(.jcr)) } >ram
|
.jcr : { KEEP (*(.jcr)) } >ram
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
.gcc_except_table : { *(.gcc_except_table*) } >ram
|
.gcc_except_table : { *(.gcc_except_table) } >ram
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
.got :
|
.got :
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds.hsc_cm01,
|
|
||||||
startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table
|
|
||||||
section so programs compiled with gcc 4.3.x can link.
|
|
||||||
|
|
||||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* console/console.c, irq/irq_init.c: Eliminate warnings.
|
* console/console.c, irq/irq_init.c: Eliminate warnings.
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ SECTIONS
|
|||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
s.got = .;
|
s.got = .;
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
2008-03-04 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
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ SECTIONS
|
|||||||
PROVIDE (__SDATA_END__ = .);
|
PROVIDE (__SDATA_END__ = .);
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
*(.gcc_except_table*)
|
*(.gcc_except_table)
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
|
|
||||||
PROVIDE(__GOT_START__ = .);
|
PROVIDE(__GOT_START__ = .);
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
2008-03-04 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
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ SECTIONS
|
|||||||
.rela.plt : { *(.rela.plt) }
|
.rela.plt : { *(.rela.plt) }
|
||||||
|
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
.gcc_except_table : { *(.gcc_except_table*) } >ram
|
.gcc_except_table : { *(.gcc_except_table) } >ram
|
||||||
PROVIDE (__EXCEPT_END__ = .);
|
PROVIDE (__EXCEPT_END__ = .);
|
||||||
__GOT_START__ = .;
|
__GOT_START__ = .;
|
||||||
.got :
|
.got :
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user