summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/__main.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/linkcmds4
8 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c b/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
index 2cc6058435..24c0cfb5e6 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
+++ b/c/src/lib/libbsp/h8300/h8sim/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/h8300/h8sim/console/syscalls.S b/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
index 6623896e9e..a9816b8b1e 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
+++ b/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
@@ -1,8 +1,6 @@
/*
* System call support for simulator in gdb.
* Copied from newlib 1.16.0.
- *
- * $Id$
*/
;;;; libc/machine/h8300/setarch.h
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index cd01218f76..ce136294d6 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/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/h8300/h8sim/make/custom/h8sim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
index 35d470a5ab..5cfb1ed50e 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the H8 simulator in gdb
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
index 86c4eb9ece..cec951a4a5 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the H8 simulator in gdb compiled for SX
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/__main.c b/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
index 17a58c9a5f..13d1f016b9 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
@@ -1,7 +1,5 @@
/*
* Copied from newlib 1.8.2
- *
- * $Id$
*/
typedef void (*pfunc) (void);
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
index e964453b4f..a611fad493 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.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/h8300/h8sim/startup/linkcmds b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
index 94284b87e8..b15662a271 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;