diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 05:13:34 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 05:13:34 +0000 |
commit | a16f53e9e803584e112dafec0535f3e37f860c8f (patch) | |
tree | 62249dbf625a565a27f1c8985035aa222beb3522 /gdb | |
parent | d3fa0255c602ae2204ae0c0299d0db25e7e50673 (diff) | |
download | gdb-a16f53e9e803584e112dafec0535f3e37f860c8f.zip gdb-a16f53e9e803584e112dafec0535f3e37f860c8f.tar.gz gdb-a16f53e9e803584e112dafec0535f3e37f860c8f.tar.bz2 |
tm-ultra3.h slipped thru the cracks...
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd8dd22..9431ced 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -36,6 +36,9 @@ Thu Sep 12 00:22:24 1991 John Gilmore (gnu at cygint.cygnus.com) RETURN_REGNUM from GR96_REGNUM and DUMMY_SAVE_GREGS from DUMMY_SAVE_GR96, for handling kernel calling conventions that use GR64+ rather than GR96+. + * tm-ultra3.h: New file, for use on Ultra3 Unix as well as for + remote debugging of Ultra3 kernel. Includes tm-29k.h and + overrides various things. * remote-mm.c (mm_attach, mm_wait): Handle attach like child_attach does, making a clean stop in the newly attached |