Changeset cff1aa3a in rtems


Ignore:
Timestamp:
10/17/00 20:33:24 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bad7e90
Parents:
563ed95
Message:

2000-10-17 Joel Sherrill <joel@…>

  • idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so i386 RTEMS can be multilib'ed.
Location:
c/src/lib/libcpu/i386
Files:
1 deleted
2 edited

Legend:

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

    r563ed95 rcff1aa3a  
     12000-10-17      Joel Sherrill <joel@OARcorp.com>
     2
     3        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
     4        i386 RTEMS can be multilib'ed.
     5
    162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libcpu/i386/Makefile.am

    r563ed95 rcff1aa3a  
    88VPATH = @srcdir@:@srcdir@/../shared/src
    99
    10 C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c idt.c \
    11     page.c
     10C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c page.c
    1211C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1312
Note: See TracChangeset for help on using the changeset viewer.