2000-09-05 Joel Sherrill <joel@OARcorp.com>

* start/start.S: Include proper files to compile.
This commit is contained in:
Joel Sherrill
2000-09-05 15:53:22 +00:00
parent a9b84f724e
commit 443c35c196
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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; \