Changeset 173fd7c in rtems
- Timestamp:
- 04/01/04 10:08:08 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8529cf6
- Parents:
- c0a200e
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
rc0a200e r173fd7c 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>. 4 * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>. 5 1 6 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libcpu/sparc/reg_win/window.S
rc0a200e r173fd7c 24 24 */ 25 25 26 #include < asm.h>26 #include <rtems/asm.h> 27 27 28 28 .seg "text" -
c/src/lib/libcpu/sparc/syscall/syscall.S
rc0a200e r173fd7c 17 17 */ 18 18 19 #include < asm.h>19 #include <rtems/asm.h> 20 20 #include "syscall.h" 21 21
Note: See TracChangeset
for help on using the changeset viewer.