aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-stub.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-02-02 00:19:26 +0000
committerStu Grossman <grossman@cygnus>1993-02-02 00:19:26 +0000
commit797bc12b32fecd5563c5b57fe515342d827fc809 (patch)
tree5200d7521cc5ee4aba121b68070fcf529c408c5a /gdb/sparc-stub.c
parente255e422d68a298b6c85b169d307dc1a2c20faaa (diff)
downloadfsf-binutils-gdb-797bc12b32fecd5563c5b57fe515342d827fc809.zip
fsf-binutils-gdb-797bc12b32fecd5563c5b57fe515342d827fc809.tar.gz
fsf-binutils-gdb-797bc12b32fecd5563c5b57fe515342d827fc809.tar.bz2
* sparclite/aload.c: Add copyleft.
* sparclite/crt0.s: Add comment at beginning.
Diffstat (limited to 'gdb/sparc-stub.c')
-rw-r--r--gdb/sparc-stub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sparc-stub.c b/gdb/sparc-stub.c
index f58e0c2..2688b42 100644
--- a/gdb/sparc-stub.c
+++ b/gdb/sparc-stub.c
@@ -31,6 +31,8 @@
*
* Modified for SPARC by Stu Grossman, Cygnus Support.
*
+ * This code has been extensively tested on the Fujitsu SPARClite demo board.
+ *
* To enable debugger support, two things need to happen. One, a
* call to set_debug_traps() is necessary in order to allow any breakpoints
* or error conditions to be properly intercepted and reported to gdb.