mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 15:00:22 +08:00
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* 3c509/3c509.c: Add <sys/errno.h>. * startup/linkcmds: Add .jcr section.
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
*
|
||||
* MODIFICATION/HISTORY:
|
||||
* $Log$
|
||||
* Revision 1.4 2004/04/21 16:01:33 ralf
|
||||
* Remove duplicate white lines.
|
||||
*
|
||||
* Revision 1.3 2004/04/21 10:42:43 ralf
|
||||
* Remove stray white spaces.
|
||||
*
|
||||
@@ -74,6 +77,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/errno.h>
|
||||
#include <rtems/error.h>
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 3c509/3c509.c: Add <sys/errno.h>.
|
||||
* startup/linkcmds: Add .jcr section.
|
||||
|
||||
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
* PR 624/bsps
|
||||
|
||||
@@ -82,6 +82,7 @@ SECTIONS
|
||||
*(.gnu.linkonce.r*)
|
||||
_erodata = ALIGN( 0x10 ) ;
|
||||
|
||||
*(.jcr)
|
||||
_etext = ALIGN( 0x10 ) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user