Changeset 2b4c86e in rtems
- Timestamp:
- 10/12/01 21:05:26 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6dd5650
- Parents:
- 10aec3b4
- Location:
- c/src/lib/libbsp/sh/gensh2
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/ChangeLog
r10aec3b4 r2b4c86e 1 2001-10-12 Joel Sherrill <joel@OARcorp.com> 2 3 * include/bsp.h, start/start.S, start/start.ram, start/start.rom, 4 startup/bspclean.c, startup/bspstart.c, startup/linkcmds, 5 startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo. 6 1 7 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/gensh2/include/bsp.h
r10aec3b4 r2b4c86e 15 15 * COPYRIGHT (c) 1998. 16 16 * On-Line Applications Research Corporation (OAR). 17 * Copyright assigned to U.S. Government, 1994.18 17 * 19 18 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/start/start.S
r10aec3b4 r2b4c86e 23 23 * COPYRIGHT (c) 1999. 24 24 * On-Line Applications Research Corporation (OAR). 25 * Copyright assigned to U.S. Government, 1994.26 25 * 27 26 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/start/start.ram
r10aec3b4 r2b4c86e 12 12 * COPYRIGHT (c) 1998. 13 13 * On-Line Applications Research Corporation (OAR). 14 * Copyright assigned to U.S. Government, 1994.15 14 * 16 15 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/start/start.rom
r10aec3b4 r2b4c86e 12 12 * COPYRIGHT (c) 1998. 13 13 * On-Line Applications Research Corporation (OAR). 14 * Copyright assigned to U.S. Government, 1994.15 14 * 16 15 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/startup/bspclean.c
r10aec3b4 r2b4c86e 24 24 * COPYRIGHT (c) 1998. 25 25 * On-Line Applications Research Corporation (OAR). 26 * Copyright assigned to U.S. Government, 1994.27 26 * 28 27 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/startup/bspstart.c
r10aec3b4 r2b4c86e 17 17 * COPYRIGHT (c) 1998. 18 18 * On-Line Applications Research Corporation (OAR). 19 * Copyright assigned to U.S. Government, 1994.20 19 * 21 20 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/startup/linkcmds
r10aec3b4 r2b4c86e 21 21 * COPYRIGHT (c) 1998. 22 22 * On-Line Applications Research Corporation (OAR). 23 * Copyright assigned to U.S. Government, 1994.24 23 * 25 24 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
r10aec3b4 r2b4c86e 21 21 * COPYRIGHT (c) 1998. 22 22 * On-Line Applications Research Corporation (OAR). 23 * Copyright assigned to U.S. Government, 1994.24 23 * 25 24 * The license and distribution terms for this file may be -
c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
r10aec3b4 r2b4c86e 21 21 * COPYRIGHT (c) 1998. 22 22 * On-Line Applications Research Corporation (OAR). 23 * Copyright assigned to U.S. Government, 1994.24 23 * 25 24 * The license and distribution terms for this file may be
Note: See TracChangeset
for help on using the changeset viewer.