summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m32c/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32c/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/README4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c3
12 files changed, 0 insertions, 33 deletions
diff --git a/c/src/lib/libbsp/m32c/Makefile.am b/c/src/lib/libbsp/m32c/Makefile.am
index ede5014160..f504c03a19 100644
--- a/c/src/lib/libbsp/m32c/Makefile.am
+++ b/c/src/lib/libbsp/m32c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/m32c/configure.ac b/c/src/lib/libbsp/m32c/configure.ac
index 3f112ab370..7b8b537455 100644
--- a/c/src/lib/libbsp/m32c/configure.ac
+++ b/c/src/lib/libbsp/m32c/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m32c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
index 65ae609779..b3fe1b376a 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
+++ b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/README b/c/src/lib/libbsp/m32c/m32cbsp/README
index feba33cf12..10c0e20987 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/README
+++ b/c/src/lib/libbsp/m32c/m32cbsp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to operate on a variety of M16C and M32C variants.
It is expected that this BSP will also be able to support R8C variants.
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac b/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
index de2dcbdaec..0717a83d2d 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
+++ b/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
index db6e6d5b7b..04fff4514a 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
index b4ee45b85b..f4cabac940 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
+++ b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
@@ -1,8 +1,6 @@
/*
* System call support for simulator in gdb.
* Adapted from newlib 1.16.0.
- *
- * $Id$
*/
#define SYS_exit 1
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
index cd01218f76..ce136294d6 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
+++ b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
index 1e359381e1..cee695db7d 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
+++ b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the M32C GDB Simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
index 3d06862e1b..33192f5d25 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
index 4f75185111..15141f99b6 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
+++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x200000;
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
index 0982f76b98..5ce906c723 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
@@ -4,9 +4,6 @@
*
* COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
- *
- *
- * $Id$
*/
#include <bsp.h>