Changeset 443c35c1 in rtems


Ignore:
Timestamp:
09/05/00 15:53:22 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a2af371
Parents:
a9b84f7
Message:

2000-09-05 Joel Sherrill <joel@…>

  • start/start.S: Include proper files to compile.
Location:
c/src/lib/libbsp/powerpc/shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/shared/ChangeLog

    ra9b84f7 r443c35c1  
     1        and libcsupport.h moved from libc to lib/include/rtems and
     2        now must be referenced as <rtems/XXX.h>.   Header file order
     3        was cleaned up while doing this.
     4
    152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
    26
  • c/src/lib/libbsp/powerpc/shared/start/start.S

    ra9b84f7 r443c35c1  
    1414#include <libcpu/cpu.h>
    1515#include <libcpu/io.h>
    16 #include <rtems/score/cpuopts.h>  /* for PPC_HAS_FPU */
    17 #include <rtems/score/cpu.h>
    18 #include "asm.h"
     16#include <asm.h>               /* for targopts.h and PPC_HAS_FPU */
     17#include <rtems/score/cpu.h>   /* for CPU_MINIMUM_STACK_FRAME_SIZE */
    1918
    2019#define SYNC \
Note: See TracChangeset for help on using the changeset viewer.