summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/Makefile.am4
-rw-r--r--tools/cpu/configure.ac2
-rw-r--r--tools/cpu/generic/Makefile.am4
-rw-r--r--tools/cpu/generic/configure.ac2
-rw-r--r--tools/cpu/generic/size_rtems.in3
-rw-r--r--tools/cpu/nios2/Makefile.am4
-rw-r--r--tools/cpu/nios2/README2
-rw-r--r--tools/cpu/nios2/bridges.c2
-rw-r--r--tools/cpu/nios2/bridges.h2
-rw-r--r--tools/cpu/nios2/clocks.c2
-rw-r--r--tools/cpu/nios2/clocks.h2
-rw-r--r--tools/cpu/nios2/configure.ac2
-rw-r--r--tools/cpu/nios2/devices.c2
-rw-r--r--tools/cpu/nios2/devices.h2
-rw-r--r--tools/cpu/nios2/linkcmds.c2
-rw-r--r--tools/cpu/nios2/linkcmds.h2
-rw-r--r--tools/cpu/nios2/memory.c2
-rw-r--r--tools/cpu/nios2/memory.h2
-rw-r--r--tools/cpu/nios2/nios2gen.c2
-rw-r--r--tools/cpu/nios2/output.c2
-rw-r--r--tools/cpu/nios2/output.h2
-rw-r--r--tools/cpu/nios2/ptf.c2
-rw-r--r--tools/cpu/nios2/ptf.h2
-rw-r--r--tools/cpu/sh/Makefile.am4
-rw-r--r--tools/cpu/sh/configure.ac2
25 files changed, 0 insertions, 59 deletions
diff --git a/tools/cpu/Makefile.am b/tools/cpu/Makefile.am
index 43b1da1524..460de891c2 100644
--- a/tools/cpu/Makefile.am
+++ b/tools/cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index f5ae63bfbf..918cbdf692 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/generic/Makefile.am b/tools/cpu/generic/Makefile.am
index 8f4d18658f..af48742ee0 100644
--- a/tools/cpu/generic/Makefile.am
+++ b/tools/cpu/generic/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_SCRIPTS = size_rtems
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index 0ac6687587..e76e5a9e28 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in
index 93fa1d59c6..ebe70967d9 100644
--- a/tools/cpu/generic/size_rtems.in
+++ b/tools/cpu/generic/size_rtems.in
@@ -18,9 +18,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$
-#
target=@target@
program_prefix=@program_prefix@
diff --git a/tools/cpu/nios2/Makefile.am b/tools/cpu/nios2/Makefile.am
index 254d245d27..5d67affcdc 100644
--- a/tools/cpu/nios2/Makefile.am
+++ b/tools/cpu/nios2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = nios2gen
diff --git a/tools/cpu/nios2/README b/tools/cpu/nios2/README
index f961dff6b1..1edcdb653e 100644
--- a/tools/cpu/nios2/README
+++ b/tools/cpu/nios2/README
@@ -1,5 +1,3 @@
-$Id$
-
nios2gen:
Tool to generate BSP data for boards utilizing NIOS2 soft core processor.
diff --git a/tools/cpu/nios2/bridges.c b/tools/cpu/nios2/bridges.c
index be5e889b5e..3f85bd1e89 100644
--- a/tools/cpu/nios2/bridges.c
+++ b/tools/cpu/nios2/bridges.c
@@ -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$
*/
/********************************************************/
diff --git a/tools/cpu/nios2/bridges.h b/tools/cpu/nios2/bridges.h
index 02d983871d..a2a77e217d 100644
--- a/tools/cpu/nios2/bridges.h
+++ b/tools/cpu/nios2/bridges.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 __NIOS2GEN_BRIDGES_H
diff --git a/tools/cpu/nios2/clocks.c b/tools/cpu/nios2/clocks.c
index 5a3293ef29..91aa7a978a 100644
--- a/tools/cpu/nios2/clocks.c
+++ b/tools/cpu/nios2/clocks.c
@@ -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$
*/
#include "ptf.h"
diff --git a/tools/cpu/nios2/clocks.h b/tools/cpu/nios2/clocks.h
index ef8395d39c..655af2f036 100644
--- a/tools/cpu/nios2/clocks.h
+++ b/tools/cpu/nios2/clocks.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 __NIOS2GEN_CLOCKS_H
diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac
index a2b2041074..02b9ffed78 100644
--- a/tools/cpu/nios2/configure.ac
+++ b/tools/cpu/nios2/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/tools/cpu/nios2/devices.c b/tools/cpu/nios2/devices.c
index 054d1cc29f..a7965b3d27 100644
--- a/tools/cpu/nios2/devices.c
+++ b/tools/cpu/nios2/devices.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h
index 5e62ea2c00..9355b253ad 100644
--- a/tools/cpu/nios2/devices.h
+++ b/tools/cpu/nios2/devices.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 __NIOS2GEN_DEVICES_H
diff --git a/tools/cpu/nios2/linkcmds.c b/tools/cpu/nios2/linkcmds.c
index 28a71cbbc0..1bd14efe28 100644
--- a/tools/cpu/nios2/linkcmds.c
+++ b/tools/cpu/nios2/linkcmds.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/linkcmds.h b/tools/cpu/nios2/linkcmds.h
index d2686d5e8e..808e882069 100644
--- a/tools/cpu/nios2/linkcmds.h
+++ b/tools/cpu/nios2/linkcmds.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 __LINKCMDS_H
diff --git a/tools/cpu/nios2/memory.c b/tools/cpu/nios2/memory.c
index c697e15430..4032599ee3 100644
--- a/tools/cpu/nios2/memory.c
+++ b/tools/cpu/nios2/memory.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/memory.h b/tools/cpu/nios2/memory.h
index 0fe364c4b9..f1b1ce81b6 100644
--- a/tools/cpu/nios2/memory.h
+++ b/tools/cpu/nios2/memory.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 __MEMORY_H
diff --git a/tools/cpu/nios2/nios2gen.c b/tools/cpu/nios2/nios2gen.c
index 9c36a48a99..7a54f5421f 100644
--- a/tools/cpu/nios2/nios2gen.c
+++ b/tools/cpu/nios2/nios2gen.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/output.c b/tools/cpu/nios2/output.c
index bd4a30b0fe..ca5e9dde56 100644
--- a/tools/cpu/nios2/output.c
+++ b/tools/cpu/nios2/output.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h
index ad36629bf8..bcc7987d12 100644
--- a/tools/cpu/nios2/output.h
+++ b/tools/cpu/nios2/output.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 __OUTPUT_H
diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c
index db62e557b7..cf8ff3e57d 100644
--- a/tools/cpu/nios2/ptf.c
+++ b/tools/cpu/nios2/ptf.c
@@ -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$
*/
#include <stdio.h>
diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h
index c847cf3b1f..9589b658ad 100644
--- a/tools/cpu/nios2/ptf.h
+++ b/tools/cpu/nios2/ptf.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$
*/
#if !defined(__PTF_H)
diff --git a/tools/cpu/sh/Makefile.am b/tools/cpu/sh/Makefile.am
index be30a63c12..e72f37dd77 100644
--- a/tools/cpu/sh/Makefile.am
+++ b/tools/cpu/sh/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = shgen
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index 82fae15f96..38cf5bc0d1 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])