forked from Imagelibrary/rtems
2000-09-05 Joel Sherrill <joel@OARcorp.com>
* start/start.S: Include proper files to compile.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
|
||||
@@ -13,9 +13,8 @@
|
||||
|
||||
#include <libcpu/cpu.h>
|
||||
#include <libcpu/io.h>
|
||||
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
|
||||
#include <rtems/score/cpu.h>
|
||||
#include "asm.h"
|
||||
#include <asm.h> /* for targopts.h and PPC_HAS_FPU */
|
||||
#include <rtems/score/cpu.h> /* for CPU_MINIMUM_STACK_FRAME_SIZE */
|
||||
|
||||
#define SYNC \
|
||||
sync; \
|
||||
|
||||
Reference in New Issue
Block a user