diff options
author | Stu Grossman <grossman@cygnus> | 1993-02-02 00:19:26 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-02-02 00:19:26 +0000 |
commit | 797bc12b32fecd5563c5b57fe515342d827fc809 (patch) | |
tree | 5200d7521cc5ee4aba121b68070fcf529c408c5a | |
parent | e255e422d68a298b6c85b169d307dc1a2c20faaa (diff) | |
download | gdb-797bc12b32fecd5563c5b57fe515342d827fc809.zip gdb-797bc12b32fecd5563c5b57fe515342d827fc809.tar.gz gdb-797bc12b32fecd5563c5b57fe515342d827fc809.tar.bz2 |
* sparclite/aload.c: Add copyleft.
* sparclite/crt0.s: Add comment at beginning.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/sparc-stub.c | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f71bfb7..7e88dd0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com) + + + * sparclite/aload.c: Add copyleft. + * sparclite/crt0.s: Add comment at beginning. + Mon Feb 1 14:36:11 1993 Steve Chamberlain (sac@thepub.cygnus.com) * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002. 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. |