From a324355fb87d556edac0fee0138eb393767c5f98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Apr 2002 15:08:13 +0000 Subject: 2002-03-29 Ralf Corsepius * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h. * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h. * rtems/score/registers.h: New file, moved from libcpu. * Makefile.am: Reflect changes above. * cpu.c: Don't include cpuModel.h, #include , #include , #include . * rtems/score/cpu.h: Don't include libcpu/cpu.h. #include , #include . --- c/src/exec/score/cpu/i386/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/exec/score/cpu/i386/ChangeLog') diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog index 96bf0ec9e9..980a97e8f3 100644 --- a/c/src/exec/score/cpu/i386/ChangeLog +++ b/c/src/exec/score/cpu/i386/ChangeLog @@ -1,3 +1,17 @@ +2002-03-29 Ralf Corsepius + + * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h. + * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h. + * rtems/score/registers.h: New file, moved from libcpu. + * Makefile.am: Reflect changes above. + * cpu.c: Don't include cpuModel.h, + #include , + #include , + #include . + * rtems/score/cpu.h: Don't include libcpu/cpu.h. + #include , + #include . + 2001-04-03 Joel Sherrill * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. -- cgit v1.2.3