summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32r
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c/src/lib/libbsp/m32r
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'c/src/lib/libbsp/m32r')
-rw-r--r--c/src/lib/libbsp/m32r/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32r/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/start/start.S2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds4
12 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/m32r/Makefile.am b/c/src/lib/libbsp/m32r/Makefile.am
index ede5014160..f504c03a19 100644
--- a/c/src/lib/libbsp/m32r/Makefile.am
+++ b/c/src/lib/libbsp/m32r/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/m32r/configure.ac b/c/src/lib/libbsp/m32r/configure.ac
index ee7d0c5ca9..a9f3fe0114 100644
--- a/c/src/lib/libbsp/m32r/configure.ac
+++ b/c/src/lib/libbsp/m32r/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-m32r],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32r/m32rsim/Makefile.am b/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
index 06480ccd49..d360747774 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
+++ b/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m32r/m32rsim/configure.ac b/c/src/lib/libbsp/m32r/m32rsim/configure.ac
index 1871f262d1..43e5b9fe41 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/configure.ac
+++ b/c/src/lib/libbsp/m32r/m32rsim/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/m32r/m32rsim/console/console-io.c b/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c
index 4a479991e7..aae9d106b9 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c
+++ b/c/src/lib/libbsp/m32r/m32rsim/console/console-io.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/m32r/m32rsim/console/syscalls.S b/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S
index 604d4d9cb3..caee247086 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S
+++ b/c/src/lib/libbsp/m32r/m32rsim/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/m32r/m32rsim/include/bsp.h b/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h
index f080c2a35e..728ad988fe 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h
+++ b/c/src/lib/libbsp/m32r/m32rsim/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/m32r/m32rsim/include/tm27.h b/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
index 971636b3a0..34fb9396ac 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
+++ b/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
@@ -4,8 +4,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 _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg b/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg
index 31eafee888..7fca821565 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg
+++ b/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.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/m32r/m32rsim/start/start.S b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
index aaf96e2abc..9b11389872 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/start/start.S
+++ b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
@@ -1,7 +1,5 @@
/*
* From Newlib 1.16.0
- *
- * $Id$
*/
.text
diff --git a/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c b/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
index af288998c0..2f1902ff62 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
+++ b/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.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 <rtems.h>
diff --git a/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds b/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
index ef6a54c6be..a7a4430375 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
+++ b/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x000000;