From: Stu Grossman Date: Tue, 2 Feb 1993 00:19:26 +0000 (+0000) Subject: * sparclite/aload.c: Add copyleft. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=797bc12b32fecd5563c5b57fe515342d827fc809;p=binutils-gdb.git * sparclite/aload.c: Add copyleft. * sparclite/crt0.s: Add comment at beginning. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f71bfb72cd6..7e88dd08c8c 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 f58e0c21592..2688b4263f5 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.