From 5bb00a8bd3e40e0d11fbf5e7a70c075b8a2436e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Sep 1996 19:13:44 +0000 Subject: added $Id$ string to file header --- c/src/lib/libbsp/mips/p4000/console/console.c | 2 +- c/src/lib/libbsp/mips/p4000/console/led.S | 3 +++ c/src/lib/libbsp/mips/p4000/include/bsp.h | 8 +++++++- c/src/lib/libbsp/mips/p4000/include/coverhd.h | 2 +- c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S | 4 ++++ c/src/lib/libbsp/mips/p4000/startup/bspclean.c | 3 ++- c/src/lib/libbsp/mips/p4000/startup/idtmem.S | 4 ++-- c/src/lib/libbsp/mips/p4000/startup/linkcmds | 5 ++++- c/src/lib/libbsp/mips/p4000/startup/setvec.c | 2 +- 9 files changed, 25 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/mips') diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c index cc52dc3c7c..d8797b48e0 100644 --- a/c/src/lib/libbsp/mips/p4000/console/console.c +++ b/c/src/lib/libbsp/mips/p4000/console/console.c @@ -26,7 +26,7 @@ * 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. * - * console.c,v 1.4 1995/12/05 19:23:02 joel Exp + * $Id$ */ diff --git a/c/src/lib/libbsp/mips/p4000/console/led.S b/c/src/lib/libbsp/mips/p4000/console/led.S index b9b7b7e294..e62b82e041 100644 --- a/c/src/lib/libbsp/mips/p4000/console/led.S +++ b/c/src/lib/libbsp/mips/p4000/console/led.S @@ -1,3 +1,6 @@ +/* + * $Id$ + */ #include #include diff --git a/c/src/lib/libbsp/mips/p4000/include/bsp.h b/c/src/lib/libbsp/mips/p4000/include/bsp.h index 1a9f6a5653..9b591ae3fd 100644 --- a/c/src/lib/libbsp/mips/p4000/include/bsp.h +++ b/c/src/lib/libbsp/mips/p4000/include/bsp.h @@ -12,7 +12,7 @@ * 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. * - * bsp.h,v 1.4 1995/09/11 19:29:04 joel Exp + * $Id$ */ /* @(#)bsp.h 03/15/96 1.1 */ @@ -62,6 +62,12 @@ extern unsigned32 mips_get_timer( void ); /* * Simple spin delay in microsecond units for device drivers. * This is very dependent on the clock speed of the target. + * + * NOTE: This macro generates a warning like "integer constant out + * of range" which is safe to ignore. In 64 bit mode, unsigned32 + * types are actually 64 bits long so that comparisons between + * unsigned32 types and pointers are valid. The warning is caused + * by code in the delay macro that is necessary for 64 bit mode. */ #define delay( microseconds ) \ diff --git a/c/src/lib/libbsp/mips/p4000/include/coverhd.h b/c/src/lib/libbsp/mips/p4000/include/coverhd.h index 716faef06b..57019d2870 100644 --- a/c/src/lib/libbsp/mips/p4000/include/coverhd.h +++ b/c/src/lib/libbsp/mips/p4000/include/coverhd.h @@ -22,7 +22,7 @@ * 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. * - * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp + * $Id$ */ /* @(#)coverhd.h 04/08/96 1.3 */ diff --git a/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S b/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S index 876ac9a945..ae2509ce3c 100644 --- a/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S +++ b/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #include #include diff --git a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c index ecaff11004..940d219c87 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c +++ b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c @@ -15,8 +15,9 @@ * 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. * - * bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp + * $Id$ */ + #ifndef lint static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; #endif diff --git a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S index 513c2b7a9b..70a7096877 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S +++ b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S @@ -20,6 +20,8 @@ two paragraphs in the transferred software. COPYRIGHT IDT CORPORATION 1996 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT + $Id$ + */ /************************************************************************ @@ -39,8 +41,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #include #include #include -/* #include XXX - missing*/ - .data mem_size: diff --git a/c/src/lib/libbsp/mips/p4000/startup/linkcmds b/c/src/lib/libbsp/mips/p4000/startup/linkcmds index e9d0566a12..858317853c 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/linkcmds +++ b/c/src/lib/libbsp/mips/p4000/startup/linkcmds @@ -1,4 +1,7 @@ -/* @(#)linkcmds 04/08/96 1.2 */ +/* + * $Id$ + */ + OUTPUT_FORMAT("elf32-bigmips") OUTPUT_ARCH(mips) /* Do we need any of these for elf? diff --git a/c/src/lib/libbsp/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c index 085c2ffd31..0e3c604136 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c +++ b/c/src/lib/libbsp/mips/p4000/startup/setvec.c @@ -20,7 +20,7 @@ * 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. * - * setvec.c,v 1.2 1995/05/31 16:56:35 joel Exp + * $Id$ */ #ifndef lint -- cgit v1.2.3