Changeset b03f4f2 in rtems
- Timestamp:
- 01/08/01 18:11:35 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f692d7e0
- Parents:
- ec5afe0
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
rec5afe0 rb03f4f2 1 2001-01-08 Joel Sherrill <joel@OARcorp.com> 2 3 * Added r46xx directory. 4 * Makefile.am, configure.in: Modified to reflect addition of r46xx. 5 * shared/interrupts/installisrentries.c: Fixed typo. 6 * r46xx/.cvsignore, r46xx/Makefile.am, 7 r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am, 8 r46xx/vectorisrs/vectorisrs.c: New files. 9 1 10 2000-12-19 Joel Sherrill <joel@OARcorp.com> 2 11 -
c/src/lib/libcpu/mips/Makefile.am
rec5afe0 rb03f4f2 13 13 14 14 if r46xx 15 CPU_SUBDIR = clock timer 15 CPU_SUBDIR = clock timer r46xx 16 16 endif 17 17 -
c/src/lib/libcpu/mips/configure.in
rec5afe0 rb03f4f2 39 39 shared/cache/Makefile 40 40 shared/interrupts/Makefile 41 r46xx/Makefile 42 r46xx/vectorisrs/Makefile 43 timer/Makefile 41 44 tx39/Makefile 42 45 tx39/include/Makefile -
c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c
rec5afe0 rb03f4f2 17 17 #elif __mips == 3 18 18 void exc_tlb_code(void); 19 void exc_ utlb_code(void);19 void exc_xtlb_code(void); 20 20 void exc_cache_code(void); 21 21 void exc_norm_code(void);
Note: See TracChangeset
for help on using the changeset viewer.