diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-01 22:44:25 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-01 22:44:25 +0000 |
commit | 93282e61398111d4b5da995f46cf5493dba47153 (patch) | |
tree | b57b176990d5a1e354f7ad2aeb33ba73df7406a2 /gdb/ChangeLog | |
parent | 4090fe1c2bd15b1513674efc5b55ea036a481ee5 (diff) | |
download | gdb-93282e61398111d4b5da995f46cf5493dba47153.zip gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.gz gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.bz2 |
Sun3 native support.
* config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES):
new macros for native support.
(XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES,
removed sun3-xdep.o.
* xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to
nm-sun3.h.
* sun3-xdep.c: removed. All code is now in sun3-nat.c.
* sun3-nat.c, nm-sun3.h: new files for native support.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e64487..f4bb174 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,26 @@ +Thu Oct 1 14:36:42 1992 K. Richard Pixley (rich@sendai.cygnus.com) + + Sun3 native support. + + * config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES): + new macros for native support. + (XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES, + removed sun3-xdep.o. + * xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to + nm-sun3.h. + * sun3-xdep.c: removed. All code is now in sun3-nat.c. + * sun3-nat.c, nm-sun3.h: new files for native support. + +Thu Oct 1 10:30:54 1992 Fred Fish (fnf@cygnus.com) + + * dwarfread.c (dbsize): New variable to hold size of dwarf info. + * dwarfread.c (dwarf_build_psymtabs): Rename dbsize parameter to + dbfsize and use it to initialize new local file scope dbsize. + * dwarfread.c (read_ofile_symtab): Initialize dbsize and use it. + * dwarfread.c (basicdieinfo): Use dbsize to check for oversize + DIEs as well as the current check for undersize DIEs. This helps + to gracefully detect and reject corrupted DIE information. + Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com) Add `command hooks' and a hook for inferior program stopping. |