Changeset fe484110 in rtems
- Timestamp:
- 07/30/02 16:45:39 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8d7393a
- Parents:
- ce97171
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
rce97171 rfe484110 1 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpuModel.S: Include <rtems/score/registers.h> instead of 4 <libcpu/registers.h>. 5 * registers.h: Removed. 6 * Makefile.am: Remove registers.h. 7 1 8 2002-03-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/i386/Makefile.am
rce97171 rfe484110 13 13 14 14 noinst_HEADERS = cache_.h 15 include_libcpu_HEADERS = cpu.h registers.hcpuModel.h cache.h15 include_libcpu_HEADERS = cpu.h cpuModel.h cache.h 16 16 17 17 S_FILES = cpuModel.S idtr.S -
c/src/lib/libcpu/i386/cpuModel.S
rce97171 rfe484110 26 26 27 27 #include <asm.h> 28 #include < libcpu/registers.h>28 #include <rtems/score/registers.h> 29 29 30 30 BEGIN_CODE
Note: See TracChangeset
for help on using the changeset viewer.