Ralf Corsepius reported a number of missing CVS Id's:

> RTEMS is under CVS control and has been since rtems 3.1.16 which was
  > around May 1995.  So I just to add the $Id$.  If you notice other files
  > with missing $Id$'s let me know.  I try to keep w\up with it.

  Now that you have asked -- I'll attach a list of files lacking an RCS-Id to
  this mail. This list has been generated by a little sh-script I'll also
  enclose.
This commit is contained in:
Joel Sherrill
1998-01-16 16:56:48 +00:00
parent 3a7782b09e
commit 6f9c75c322
133 changed files with 417 additions and 169 deletions

View File

@@ -3,6 +3,8 @@
# #
# Modified by Jiri to implement autoconf and cygnus one-tree build # Modified by Jiri to implement autoconf and cygnus one-tree build
# #
# $Id$
#
@SET_MAKE@ @SET_MAKE@
srcdir = @srcdir@ srcdir = @srcdir@

View File

@@ -1,3 +1,6 @@
#
# $Id$
#
1. Autoconf support 1. Autoconf support
=================== ===================

2
aclocal.m4 vendored
View File

@@ -4,6 +4,8 @@ dnl Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de), 97/11/29
dnl dnl
dnl Last Modified: 98/01/10 dnl Last Modified: 98/01/10
dnl dnl
dnl $Id$
dnl
dnl macro to detect mkdir dnl macro to detect mkdir
AC_DEFUN(RTEMS_PATH_MKDIR, AC_DEFUN(RTEMS_PATH_MKDIR,

View File

@@ -19,7 +19,8 @@ include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/build-tools DESTDIR=$(PROJECT_RELEASE)/build-tools
PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom search-id.sh
INSTALLED=$(PGMS:%=$(DESTDIR)/%) INSTALLED=$(PGMS:%=$(DESTDIR)/%)

View File

@@ -0,0 +1,15 @@
#!/bin/sh
#
# $Id$
#
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
-print > /tmp/$$.0
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
-exec grep -l '$Id' {} \; > /tmp/$$.1
diff /tmp/$$.0 /tmp/$$.1 > /tmp/$$.2
grep "<" /tmp/$$.2 | sed 's/< //' >&1
rm -f /tmp/$$*

View File

@@ -0,0 +1,15 @@
#!/bin/sh
#
# $Id$
#
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
-print > /tmp/$$.0
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
-exec grep -l '$Id' {} \; > /tmp/$$.1
diff /tmp/$$.0 /tmp/$$.1 > /tmp/$$.2
grep "<" /tmp/$$.2 | sed 's/< //' >&1
rm -f /tmp/$$*

View File

@@ -1,3 +1,6 @@
#
# $Id$
#
The doit shell file cd's to $H, which refers to the directory The doit shell file cd's to $H, which refers to the directory
@@ -22,4 +25,4 @@ descriptor tables "into our space". ( in start.s I think )
Erik Erik

View File

@@ -10,7 +10,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko * $Id$
*/ */

View File

@@ -19,14 +19,16 @@
| ckinit.c,v 1.4 1995/12/19 20:07:13 joel Exp - go32 BSP | ckinit.c,v 1.4 1995/12/19 20:07:13 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -20,14 +20,16 @@
| rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP | rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -19,14 +19,16 @@
| console.c,v 1.4 1995/12/19 20:07:23 joel Exp - go32 BSP | console.c,v 1.4 1995/12/19 20:07:23 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -16,15 +16,18 @@
| This code is based on: | This code is based on:
| inch.c,v 1.3 1995/12/19 20:07:25 joel Exp - go32 BSP | inch.c,v 1.3 1995/12/19 20:07:25 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
#include <bsp.h> #include <bsp.h>

View File

@@ -17,14 +17,16 @@
| outch.c,v 1.4 1995/12/19 20:07:27 joel Exp - go32 BSP | outch.c,v 1.4 1995/12/19 20:07:27 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -19,14 +19,16 @@
| bsp.h,v 1.5 1995/12/19 20:07:30 joel Exp - go32 BSP | bsp.h,v 1.5 1995/12/19 20:07:30 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -3,15 +3,15 @@
* This include file has defines to represent the overhead associated * This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target. * with calling a particular directive from C on this target.
* *
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* All rights assigned to U.S. Government, 1994. * Copyright assigned to U.S. Government, 1994.
* *
* This material may be reproduced by or for the U.S. Government pursuant * The license and distribution terms for this file may be
* to the copyright license under the clause at DFARS 252.227-7013. This * found in found in the file LICENSE in this distribution or at
* notice must appear in all copies of this file and its derivatives. * http://www.OARcorp.com/rtems/license.html.
* *
* coverhd.h,v 1.2 1995/12/19 20:07:32 joel Exp * $Id$
*/ */
#ifndef __COVERHD_h #ifndef __COVERHD_h

View File

@@ -32,6 +32,8 @@
| |
| Also based on (from the Linux source tree): | Also based on (from the Linux source tree):
| video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz> | video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz>
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -21,14 +21,16 @@
| bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP | bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -19,14 +19,16 @@
| exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP | exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -24,15 +24,17 @@
| ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP | ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
| |
| $Id$
|
| Also based on (from the Linux source tree): | Also based on (from the Linux source tree):
| setup.S - Copyright (C) 1991, 1992 Linus Torvalds | setup.S - Copyright (C) 1991, 1992 Linus Torvalds
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -20,14 +20,16 @@
| linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP | linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -22,14 +22,16 @@
| sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP | sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -22,14 +22,16 @@
| timer.c,v 1.7 1995/12/19 20:07:43 joel Exp - go32 BSP | timer.c,v 1.7 1995/12/19 20:07:43 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -19,14 +19,16 @@
| timerisr.s,v 1.5 1995/12/19 20:07:45 joel Exp - go32 BSP | timerisr.s,v 1.5 1995/12/19 20:07:45 joel Exp - go32 BSP
| With the following copyright notice: | With the following copyright notice:
| ************************************************************************** | **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * | * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR). * | * On-Line Applications Research Corporation (OAR).
| * All rights assigned to U.S. Government, 1994. * | * Copyright assigned to U.S. Government, 1994.
| * * | *
| * This material may be reproduced by or for the U.S. Government pursuant * | * The license and distribution terms for this file may be
| * to the copyright license under the clause at DFARS 252.227-7013. This * | * found in found in the file LICENSE in this distribution or at
| * notice must appear in all copies of this file and its derivatives. * | * http://www.OARcorp.com/rtems/license.html.
| ************************************************************************** | **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -1,7 +1,7 @@
# #
# Timing Test Suite Results for the go32 BSP using an i486DX # Timing Test Suite Results for the go32 BSP using an i486DX
# #
# times_i486dx,v 1.4 1996/07/02 18:14:27 joel Exp # $Id$
# #
Board: PC/AT clone Board: PC/AT clone

View File

@@ -1,7 +1,7 @@
# #
# Timing Test Suite Results for the go32 BSP using a Pentium # Timing Test Suite Results for the go32 BSP using a Pentium
# #
# times_p5,v 1.3 1995/12/19 20:07:20 joel Exp # $Id$
# #
NOTE: To obtain the execution time in microseconds, divide the number of NOTE: To obtain the execution time in microseconds, divide the number of

View File

@@ -1,3 +1,6 @@
#
# $Id$
#
2-28-1995 GK 2-28-1995 GK

View File

@@ -14,6 +14,8 @@
| |
| This file is provided "AS IS" without warranty of any kind, either | This file is provided "AS IS" without warranty of any kind, either
| expressed or implied. | expressed or implied.
|
| $Id$
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -1,3 +1,6 @@
#
# $Id$
#
echo Setting up the environment for efi332 debuging.\n echo Setting up the environment for efi332 debuging.\n
target bdm /dev/pdbdm0 target bdm /dev/pdbdm0

View File

@@ -1,3 +1,7 @@
/*
* $Id
*/
#include <efi332.h> #include <efi332.h>
#include <sim.h> #include <sim.h>
#define __START_C__ #define __START_C__

View File

@@ -1,3 +1,7 @@
/*
* $Id
*/
#include <efi332.h> #include <efi332.h>
#include <sim.h> #include <sim.h>
#define __START_C__ #define __START_C__

View File

@@ -1,6 +1,6 @@
/* linkcmds /* linkcmds
* *
* linkcmds,v 1.1 1995/09/20 15:04:47 joel Exp * $Id$
*/ */
OUTPUT_ARCH(m68k) OUTPUT_ARCH(m68k)

View File

@@ -35,6 +35,7 @@
* for the RTEMS executive. Its licensing policies are those of the * for the RTEMS executive. Its licensing policies are those of the
* RTEMS above. * RTEMS above.
* *
* $Id$
*/ */
#define M162_INIT #define M162_INIT

View File

@@ -24,6 +24,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* $Id$
*/ */
#ifndef _CONSOLEX_DRIVER_h #ifndef _CONSOLEX_DRIVER_h

View File

@@ -103,6 +103,8 @@
* Host: Reply: * Host: Reply:
* $m0,10#2a +$00010203040506070809101112131415#42 * $m0,10#2a +$00010203040506070809101112131415#42
* *
* $Id$
*
****************************************************************************/ ****************************************************************************/
#include <stdio.h> #include <stdio.h>

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
The MIPS bsp are now called p4600 and p4650, referring to which cpu they use. The MIPS bsp are now called p4600 and p4650, referring to which cpu they use.
The same bsp sub-directory can be used, the cpu is selected by the bsp The same bsp sub-directory can be used, the cpu is selected by the bsp
specific makefiles (p4600.cfg and p4650.cfg). specific makefiles (p4600.cfg and p4650.cfg).

View File

@@ -1,5 +1,5 @@
# #
# README,v 1.2 1995/05/31 16:56:03 joel Exp # $Id$
# #
# @(#)README 08/20/96 1.2 # @(#)README 08/20/96 1.2
# #

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
-map -map
-sec -sec
{ {

View File

@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP # NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed. # can only be compiled -- not executed.
# #
# times,v 1.2 1995/12/07 15:44:23 joel Exp # $Id$
# #
# @(#)times 08/01/96 1.4 # @(#)times 08/01/96 1.4

View File

@@ -1,5 +1,5 @@
# #
# Makefile,v 1.2 1995/05/31 16:56:44 joel Exp # $Id$
# #
@SET_MAKE@ @SET_MAKE@

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
The MIPS bsp are now called p4600 and p4650, referring to which cpu they use. The MIPS bsp are now called p4600 and p4650, referring to which cpu they use.
The same bsp sub-directory can be used, the cpu is selected by the bsp The same bsp sub-directory can be used, the cpu is selected by the bsp
specific makefiles (p4600.cfg and p4650.cfg). specific makefiles (p4600.cfg and p4650.cfg).

View File

@@ -1,5 +1,5 @@
# #
# Makefile,v 1.2 1995/05/31 16:56:01 joel Exp # $Id$
# #
@SET_MAKE@ @SET_MAKE@

View File

@@ -1,5 +1,5 @@
# #
# README,v 1.2 1995/05/31 16:56:03 joel Exp # $Id$
# #
# @(#)README 08/20/96 1.2 # @(#)README 08/20/96 1.2
# #

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
-map -map
-sec -sec
{ {

View File

@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP # NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed. # can only be compiled -- not executed.
# #
# times,v 1.2 1995/12/07 15:44:23 joel Exp # $Id$
# #
# @(#)times 08/01/96 1.4 # @(#)times 08/01/96 1.4

View File

@@ -16,6 +16,9 @@
; Standard Hardware Register Definitions for Use with Assembler ; Standard Hardware Register Definitions for Use with Assembler
; version A.08.06 ; version A.08.06
; - fr16-31 added at Utah ; - fr16-31 added at Utah
;
; $Id$
;
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Hardware General Registers ; Hardware General Registers
r0: .equ 0 r0: .equ 0

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
M68040FPSP -- Motorola 68040 floating point support package M68040FPSP -- Motorola 68040 floating point support package
----------------------------------------------------------- -----------------------------------------------------------

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// bindec.sa 3.4 1/3/91 // bindec.sa 3.4 1/3/91
// //
// bindec // bindec

View File

@@ -1,7 +1,8 @@
// //
// $Id$
//
// binstr.sa 3.3 12/19/90 // binstr.sa 3.3 12/19/90
// //
//
// Description: Converts a 64-bit binary integer to bcd. // Description: Converts a 64-bit binary integer to bcd.
// //
// Input: 64-bit binary integer in d2:d3, desired length (LEN) in // Input: 64-bit binary integer in d2:d3, desired length (LEN) in

View File

@@ -1,7 +1,8 @@
// //
// $Id$
//
// bugfix.sa 3.2 1/31/91 // bugfix.sa 3.2 1/31/91
// //
//
// This file contains workarounds for bugs in the 040 // This file contains workarounds for bugs in the 040
// relating to the Floating-Point Software Package (FPSP) // relating to the Floating-Point Software Package (FPSP)
// //

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// decbin.sa 3.3 12/19/90 // decbin.sa 3.3 12/19/90
// //
// Description: Converts normalized packed bcd value pointed to by // Description: Converts normalized packed bcd value pointed to by

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// do_func.sa 3.4 2/18/91 // do_func.sa 3.4 2/18/91
// //
// Do_func performs the unimplemented operation. The operation // Do_func performs the unimplemented operation. The operation

View File

@@ -1,7 +1,8 @@
| |
| $Id$
|
| fpsp.h 3.3 3.3 | fpsp.h 3.3 3.3
| |
| Copyright (C) Motorola, Inc. 1990 | Copyright (C) Motorola, Inc. 1990
| All Rights Reserved | All Rights Reserved
| |

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// gen_except.sa 3.7 1/16/92 // gen_except.sa 3.7 1/16/92
// //
// gen_except --- FPSP routine to detect reportable exceptions // gen_except --- FPSP routine to detect reportable exceptions

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// get_op.sa 3.6 5/19/92 // get_op.sa 3.6 5/19/92
// //
// get_op.sa 3.5 4/26/91 // get_op.sa 3.5 4/26/91

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// kernel_ex.sa 3.3 12/19/90 // kernel_ex.sa 3.3 12/19/90
// //
// This file contains routines to force exception status in the // This file contains routines to force exception status in the

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// res_func.sa 3.9 7/29/91 // res_func.sa 3.9 7/29/91
// //
// Normalizes denormalized numbers if necessary and updates the // Normalizes denormalized numbers if necessary and updates the

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// round.sa 3.4 7/29/91 // round.sa 3.4 7/29/91
// //
// handle rounding and normalization tasks // handle rounding and normalization tasks

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// skeleton.sa 3.2 4/26/91 // skeleton.sa 3.2 4/26/91
// //
// This file contains code that is system dependent and will // This file contains code that is system dependent and will

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// sacos.sa 3.3 12/19/90 // sacos.sa 3.3 12/19/90
// //
// Description: The entry point sAcos computes the inverse cosine of // Description: The entry point sAcos computes the inverse cosine of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// sasin.sa 3.3 12/19/90 // sasin.sa 3.3 12/19/90
// //
// Description: The entry point sAsin computes the inverse sine of // Description: The entry point sAsin computes the inverse sine of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// satan.sa 3.3 12/19/90 // satan.sa 3.3 12/19/90
// //
// The entry point satan computes the arctangent of an // The entry point satan computes the arctangent of an

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// satanh.sa 3.3 12/19/90 // satanh.sa 3.3 12/19/90
// //
// The entry point satanh computes the inverse // The entry point satanh computes the inverse

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// scale.sa 3.3 7/30/91 // scale.sa 3.3 7/30/91
// //
// The entry point sSCALE computes the destination operand // The entry point sSCALE computes the destination operand

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// scosh.sa 3.1 12/10/90 // scosh.sa 3.1 12/10/90
// //
// The entry point sCosh computes the hyperbolic cosine of // The entry point sCosh computes the hyperbolic cosine of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// setox.sa 3.1 12/10/90 // setox.sa 3.1 12/10/90
// //
// The entry point setox computes the exponential of a value. // The entry point setox computes the exponential of a value.

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// sgetem.sa 3.1 12/10/90 // sgetem.sa 3.1 12/10/90
// //
// The entry point sGETEXP returns the exponent portion // The entry point sGETEXP returns the exponent portion

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// sint.sa 3.1 12/10/90 // sint.sa 3.1 12/10/90
// //
// The entry point sINT computes the rounded integer // The entry point sINT computes the rounded integer

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// slog2.sa 3.1 12/10/90 // slog2.sa 3.1 12/10/90
// //
// The entry point slog10 computes the base-10 // The entry point slog10 computes the base-10

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// slogn.sa 3.1 12/10/90 // slogn.sa 3.1 12/10/90
// //
// slogn computes the natural logarithm of an // slogn computes the natural logarithm of an

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// smovecr.sa 3.1 12/10/90 // smovecr.sa 3.1 12/10/90
// //
// The entry point sMOVECR returns the constant at the // The entry point sMOVECR returns the constant at the

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// srem_mod.sa 3.1 12/10/90 // srem_mod.sa 3.1 12/10/90
// //
// The entry point sMOD computes the floating point MOD of the // The entry point sMOD computes the floating point MOD of the

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// ssin.sa 3.3 7/29/91 // ssin.sa 3.3 7/29/91
// //
// The entry point sSIN computes the sine of an input argument // The entry point sSIN computes the sine of an input argument

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// ssinh.sa 3.1 12/10/90 // ssinh.sa 3.1 12/10/90
// //
// The entry point sSinh computes the hyperbolic sine of // The entry point sSinh computes the hyperbolic sine of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// stan.sa 3.3 7/29/91 // stan.sa 3.3 7/29/91
// //
// The entry point stan computes the tangent of // The entry point stan computes the tangent of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// stanh.sa 3.1 12/10/90 // stanh.sa 3.1 12/10/90
// //
// The entry point sTanh computes the hyperbolic tangent of // The entry point sTanh computes the hyperbolic tangent of

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// sto_res.sa 3.1 12/10/90 // sto_res.sa 3.1 12/10/90
// //
// Takes the result and puts it in where the user expects it. // Takes the result and puts it in where the user expects it.

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// stwotox.sa 3.1 12/10/90 // stwotox.sa 3.1 12/10/90
// //
// stwotox --- 2**X // stwotox --- 2**X

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// tbldo.sa 3.1 12/10/90 // tbldo.sa 3.1 12/10/90
// //
// Modified: // Modified:

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// util.sa 3.7 7/29/91 // util.sa 3.7 7/29/91
// //
// This file contains routines used by other programs. // This file contains routines used by other programs.

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_bsun.sa 3.3 7/1/91 // x_bsun.sa 3.3 7/1/91
// //
// fpsp_bsun --- FPSP handler for branch/set on unordered exception // fpsp_bsun --- FPSP handler for branch/set on unordered exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_fline.sa 3.3 1/10/91 // x_fline.sa 3.3 1/10/91
// //
// fpsp_fline --- FPSP handler for fline exception // fpsp_fline --- FPSP handler for fline exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_operr.sa 3.5 7/1/91 // x_operr.sa 3.5 7/1/91
// //
// fpsp_operr --- FPSP handler for operand error exception // fpsp_operr --- FPSP handler for operand error exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_ovfl.sa 3.5 7/1/91 // x_ovfl.sa 3.5 7/1/91
// //
// fpsp_ovfl --- FPSP handler for overflow exception // fpsp_ovfl --- FPSP handler for overflow exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_snan.sa 3.3 7/1/91 // x_snan.sa 3.3 7/1/91
// //
// fpsp_snan --- FPSP handler for signalling NAN exception // fpsp_snan --- FPSP handler for signalling NAN exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_store.sa 3.2 1/24/91 // x_store.sa 3.2 1/24/91
// //
// store --- store operand to memory or register // store --- store operand to memory or register

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_unfl.sa 3.4 7/1/91 // x_unfl.sa 3.4 7/1/91
// //
// fpsp_unfl --- FPSP handler for underflow exception // fpsp_unfl --- FPSP handler for underflow exception

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_unimp.sa 3.3 7/1/91 // x_unimp.sa 3.3 7/1/91
// //
// fpsp_unimp --- FPSP handler for unimplemented instruction // fpsp_unimp --- FPSP handler for unimplemented instruction

View File

@@ -1,4 +1,6 @@
// //
// $Id$
//
// x_unsupp.sa 3.3 7/1/91 // x_unsupp.sa 3.3 7/1/91
// //
// fpsp_unsupp --- FPSP handler for unsupported data type exception // fpsp_unsupp --- FPSP handler for unsupported data type exception

View File

@@ -1,5 +1,5 @@
# #
# README,v 1.3 1995/12/19 20:13:47 joel Exp # $Id$
# #
This directory contains a stack bounds checker. It provides two This directory contains a stack bounds checker. It provides two

View File

@@ -9,7 +9,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* check.c,v 1.13 1996/04/22 16:51:52 joel Exp * $Id$
* *
*/ */

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp * $Id$
*/ */
#ifndef __CPU_USE_h #ifndef __CPU_USE_h

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* internal.h,v 1.5 1995/12/19 20:13:50 joel Exp * $Id$
*/ */
#ifndef __INTERNAL_STACK_CHECK_h #ifndef __INTERNAL_STACK_CHECK_h

View File

@@ -1,5 +1,5 @@
# #
# README,v 1.3 1995/12/19 20:13:47 joel Exp # $Id$
# #
This directory contains a stack bounds checker. It provides two This directory contains a stack bounds checker. It provides two

View File

@@ -9,7 +9,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* check.c,v 1.13 1996/04/22 16:51:52 joel Exp * $Id$
* *
*/ */

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp * $Id$
*/ */
#ifndef __CPU_USE_h #ifndef __CPU_USE_h

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* internal.h,v 1.5 1995/12/19 20:13:50 joel Exp * $Id$
*/ */
#ifndef __INTERNAL_STACK_CHECK_h #ifndef __INTERNAL_STACK_CHECK_h

View File

@@ -15,7 +15,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* init.c,v 1.6 1996/02/13 22:16:22 joel Exp * $Id$
*/ */
#define TEST_INIT #define TEST_INIT

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* system.h,v 1.6 1995/12/19 20:18:39 joel Exp * $Id$
*/ */
#include <tmacros.h> #include <tmacros.h>

View File

@@ -16,7 +16,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* task1.c,v 1.6 1995/12/19 20:18:40 joel Exp * $Id$
*/ */
#include "system.h" #include "system.h"

View File

@@ -16,7 +16,7 @@
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.OARcorp.com/rtems/license.html.
* *
* task2.c,v 1.3 1995/12/19 20:18:42 joel Exp * $Id$
*/ */
#include "system.h" #include "system.h"

Some files were not shown because too many files have changed in this diff Show More