From 4c46630639ab25de2a90507694d369116a26059b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:15:10 +0000 Subject: Patch rtems-rc-20000118-1.diff from Ralf Corsepius that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups --- c/src/lib/libcpu/a29k/clock/ckinit.c | 2 +- c/src/lib/libcpu/a29k/clock/clock.h | 4 +++- c/src/lib/libcpu/a29k/timer/Makefile.am | 3 +-- c/src/lib/libcpu/a29k/timer/timer.c | 2 +- c/src/lib/libcpu/a29k/timer/timerisr.c | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libcpu/a29k') diff --git a/c/src/lib/libcpu/a29k/clock/ckinit.c b/c/src/lib/libcpu/a29k/clock/ckinit.c index 7d2ca5fe8e..b52c7aaa63 100644 --- a/c/src/lib/libcpu/a29k/clock/ckinit.c +++ b/c/src/lib/libcpu/a29k/clock/ckinit.c @@ -10,7 +10,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. * - * ckinit.c,v 1.5 1995/10/30 21:53:23 joel Exp + * $Id$ */ #ifndef lint diff --git a/c/src/lib/libcpu/a29k/clock/clock.h b/c/src/lib/libcpu/a29k/clock/clock.h index 61b1c5905a..5e45157c86 100644 --- a/c/src/lib/libcpu/a29k/clock/clock.h +++ b/c/src/lib/libcpu/a29k/clock/clock.h @@ -1,4 +1,6 @@ -/* @(#)clock.h 03/15/96 1.1 */ +/* + * $Id$ + */ extern void a29k_init_timer( unsigned32 timer_clock_interval ); extern void a29k_disable_timer(void); diff --git a/c/src/lib/libcpu/a29k/timer/Makefile.am b/c/src/lib/libcpu/a29k/timer/Makefile.am index 61e9235ee9..f17c802679 100644 --- a/c/src/lib/libcpu/a29k/timer/Makefile.am +++ b/c/src/lib/libcpu/a29k/timer/Makefile.am @@ -1,7 +1,6 @@ ## -## Makefile,v 1.2 1995/05/31 16:56:37 joel Exp +## $Id$ ## -## @(#)Makefile 03/26/96 1.2 AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/lib/libcpu/a29k/timer/timer.c b/c/src/lib/libcpu/a29k/timer/timer.c index 39834fc399..1391106828 100644 --- a/c/src/lib/libcpu/a29k/timer/timer.c +++ b/c/src/lib/libcpu/a29k/timer/timer.c @@ -16,7 +16,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. * - * timer.c,v 1.2 1995/05/31 16:56:39 joel Exp + * $Id$ */ #ifndef lint diff --git a/c/src/lib/libcpu/a29k/timer/timerisr.c b/c/src/lib/libcpu/a29k/timer/timerisr.c index 82c3c80d9f..3567222cfa 100644 --- a/c/src/lib/libcpu/a29k/timer/timerisr.c +++ b/c/src/lib/libcpu/a29k/timer/timerisr.c @@ -21,7 +21,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. * - * timerisr.c,v 1.2 1995/05/31 16:56:40 joel Exp + * $Id$ */ #ifndef lint -- cgit v1.2.3