* sparclite/aload.c: Add copyleft.

* sparclite/crt0.s:  Add comment at beginning.
This commit is contained in:
Stu Grossman 1993-02-02 00:19:26 +00:00
parent e255e422d6
commit 797bc12b32
2 changed files with 8 additions and 0 deletions

View 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.

View 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.