Changeset fe484110 in rtems


Ignore:
Timestamp:
07/30/02 16:45:39 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8d7393a
Parents:
ce97171
Message:

2002-07-30 Ralf Corsepius <corsepiu@…>

  • cpuModel.S: Include <rtems/score/registers.h> instead of <libcpu/registers.h>.
  • registers.h: Removed.
  • Makefile.am: Remove registers.h.
Location:
c/src/lib/libcpu/i386
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/i386/ChangeLog

    rce97171 rfe484110  
     12002-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
    182002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libcpu/i386/Makefile.am

    rce97171 rfe484110  
    1313
    1414noinst_HEADERS = cache_.h
    15 include_libcpu_HEADERS = cpu.h registers.h cpuModel.h cache.h
     15include_libcpu_HEADERS = cpu.h cpuModel.h cache.h
    1616
    1717S_FILES = cpuModel.S idtr.S
  • c/src/lib/libcpu/i386/cpuModel.S

    rce97171 rfe484110  
    2626
    2727#include <asm.h>
    28 #include <libcpu/registers.h>
     28#include <rtems/score/registers.h>
    2929
    3030BEGIN_CODE
Note: See TracChangeset for help on using the changeset viewer.