* sparclite/aload.c: Add copyleft.
authorStu Grossman <grossman@cygnus>
Tue, 2 Feb 1993 00:19:26 +0000 (00:19 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 2 Feb 1993 00:19:26 +0000 (00:19 +0000)
* sparclite/crt0.s:  Add comment at beginning.

gdb/ChangeLog
gdb/sparc-stub.c

index f71bfb72cd67bbcb1d86b0e8be76317a1227b4a9..7e88dd08c8c8da39e24363002a548032d723cd17 100644 (file)
@@ -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.
index f58e0c215922a8907cfe17a3328512182a4cda02..2688b4263f54b21888a1f5298d3f7e9ee2aaa3be 100644 (file)
@@ -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.