diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
commit | 75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb (patch) | |
tree | f89cbb1772ac1bb44cb1aa5d611cfcff046172ae /gdb/ChangeLog | |
parent | 56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff) | |
download | gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.zip gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.bz2 |
* Remove unused STACK_END_ADDR in the following files (in other
files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
tm-hp300hpux.h, tm-isi.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d25a293..20d224e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,23 @@ +Fri Jul 2 13:39:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Remove unused STACK_END_ADDR in the following files (in other + files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, + tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, + tm-hp300hpux.h, tm-isi.h. + Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com) + * config/mips/nm-riscos.h: Define NBPG and UPAGES. + config/mips/xm-riscos.h: Include <sys/types.h>. + + * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment, + not an initializer, to copy the structure. + + * gdbtypes.h (struct type): Add field tag_name. + * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): + Use it. + * {coff,dwarf,mips,stabs}read.c: Set it. + * xm-sysv4.h: Undefine HAVE_TERMIO. * config/mips/nm-riscos.h: Remove unmatched #endif. |