Changeset 7f01f89 in rtems
- Timestamp:
- Apr 1, 2004, 10:12:00 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cbdd077
- Parents:
- 206e590
- Location:
- c/src/lib/libbsp/sparc/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/shared/ChangeLog
r206e590 r7f01f89 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * start.S: Include <rtems/asm.h> instead of <asm.h>. 4 1 5 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/sparc/shared/start.S
r206e590 r7f01f89 11 11 */ 12 12 13 #include < asm.h>13 #include <rtems/asm.h> 14 14 15 15 /*
Note: See TracChangeset
for help on using the changeset viewer.