Changeset 37b2f34 in rtems
- Timestamp:
- 10/30/01 14:30:08 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6358483d
- Parents:
- 6a91771a
- Location:
- c/src/lib/libbsp/m68k/sim68000
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r6a91771a r37b2f34 1 2001-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense 4 of conditional so cpu32 does not attempt to use 68000 style 5 interrupt vectoring. 6 1 7 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/m68k/sim68000/start/start.S
r6a91771a r37b2f34 56 56 | 57 57 58 #if !defined(mcpu32)58 #if defined(__mcpu32__) 59 59 .space 1016 | reserve space for rest of vectors 60 60 #else
Note: See TracChangeset
for help on using the changeset viewer.