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:
Joel Sherrill
2004-07-25 14:21:43 +00:00
parent a3a214293b
commit 0e5db09193
3 changed files with 10 additions and 0 deletions
@@ -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>
+5
View File
@@ -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 ) ;
}