Changeset 43268440 in rtems
- Timestamp:
- 04/02/04 11:19:35 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d79aa47d
- Parents:
- cc1426bb
- Location:
- c/src/lib/libbsp/m68k/gen68340
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/ChangeLog
rcc1426bb r43268440 1 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * start/start.S: Include <rtems/asm.h> instead of <asm.h>. 4 * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>. 5 1 6 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/m68k/gen68340/start/start.S
rcc1426bb r43268440 26 26 */ 27 27 28 #include "asm.h"28 #include <rtems/asm.h> 29 29 #include <m68349.inc> 30 30 -
c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
rcc1426bb r43268440 26 26 */ 27 27 28 #include "asm.h"28 #include <rtems/asm.h> 29 29 #include <m68340.inc> 30 30
Note: See TracChangeset
for help on using the changeset viewer.