summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/gdbstub
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/README4
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S2
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c1
4 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/README b/c/src/lib/libbsp/lm32/shared/gdbstub/README
index 027d354435..bbd1f53a9d 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/README
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a thread-aware gdb stub for the lm32 architecture. It has to be
linked with the application, which should be debugged. The application has
to call 'lm32_gdb_stub_install' to setup the stub.
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h b/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
index bed4ffa5e4..17fe75b3ae 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
@@ -10,8 +10,6 @@
* THE CONTRIBUTORS DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, WITH
* REGARD TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#ifndef _GDB_IF_H
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
index 06600972a2..448ee67764 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
@@ -10,8 +10,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include "bspopts.h"
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
index a4dc3f66f0..8ca1a91054 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
@@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
-/* $Id$ */
#include <bsp.h>
#include <string.h>