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
#
# $Id$
#
@SET_MAKE@
srcdir = @srcdir@

View File

@@ -1,3 +1,6 @@
#
# $Id$
#
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 Last Modified: 98/01/10
dnl
dnl $Id$
dnl
dnl macro to detect mkdir
AC_DEFUN(RTEMS_PATH_MKDIR,

View File

@@ -19,7 +19,8 @@ include $(RTEMS_ROOT)/make/leaf.cfg
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)/%)

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
@@ -22,4 +25,4 @@ descriptor tables "into our space". ( in start.s I think )
Erik

View File

@@ -10,7 +10,7 @@
* found in the file LICENSE in this distribution or at
* 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/

View File

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

View File

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

View File

@@ -3,15 +3,15 @@
* This include file has defines to represent the overhead associated
* 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).
* 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
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* coverhd.h,v 1.2 1995/12/19 20:07:32 joel Exp
* $Id$
*/
#ifndef __COVERHD_h

View File

@@ -32,6 +32,8 @@
|
| Also based on (from the Linux source tree):
| 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
|
| $Id$
|
| Also based on (from the Linux source tree):
| 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
| With the following copyright notice:
| **************************************************************************
| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
| * On-Line Applications Research Corporation (OAR). *
| * All rights assigned to U.S. Government, 1994. *
| * *
| * This material may be reproduced by or for the U.S. Government pursuant *
| * to the copyright license under the clause at DFARS 252.227-7013. This *
| * notice must appear in all copies of this file and its derivatives. *
| * COPYRIGHT (c) 1989-1997.
| * On-Line Applications Research Corporation (OAR).
| * Copyright assigned to U.S. Government, 1994.
| *
| * The license and distribution terms for this file may be
| * found in found in the file LICENSE in this distribution or at
| * 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
#
# times_i486dx,v 1.4 1996/07/02 18:14:27 joel Exp
# $Id$
#
Board: PC/AT clone

View File

@@ -1,7 +1,7 @@
#
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -103,6 +103,8 @@
* Host: Reply:
* $m0,10#2a +$00010203040506070809101112131415#42
*
* $Id$
*
****************************************************************************/
#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 same bsp sub-directory can be used, the cpu is selected by the bsp
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
#

View File

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

View File

@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# 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

View File

@@ -1,5 +1,5 @@
#
# Makefile,v 1.2 1995/05/31 16:56:44 joel Exp
# $Id$
#
@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 same bsp sub-directory can be used, the cpu is selected by the bsp
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@

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
#

View File

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

View File

@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# 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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,8 @@
//
// $Id$
//
// binstr.sa 3.3 12/19/90
//
//
// Description: Converts a 64-bit binary integer to bcd.
//
// 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
//
//
// This file contains workarounds for bugs in the 040
// relating to the Floating-Point Software Package (FPSP)
//

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// decbin.sa 3.3 12/19/90
//
// 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 performs the unimplemented operation. The operation

View File

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

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// gen_except.sa 3.7 1/16/92
//
// 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.5 4/26/91

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// kernel_ex.sa 3.3 12/19/90
//
// 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
//
// Normalizes denormalized numbers if necessary and updates the

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// srem_mod.sa 3.1 12/10/90
//
// 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
//
// 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
//
// The entry point sSinh computes the hyperbolic sine of

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// sto_res.sa 3.1 12/10/90
//
// 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 --- 2**X

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// x_bsun.sa 3.3 7/1/91
//
// 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
//
// fpsp_fline --- FPSP handler for fline exception

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
//
// $Id$
//
// x_unsupp.sa 3.3 7/1/91
//
// 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

View File

@@ -9,7 +9,7 @@
* found in the file LICENSE in this distribution or at
* 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
* 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

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at
* 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

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

View File

@@ -9,7 +9,7 @@
* found in the file LICENSE in this distribution or at
* 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
* 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

View File

@@ -11,7 +11,7 @@
* found in the file LICENSE in this distribution or at
* 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

View File

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

View File

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

View File

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

View File

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

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