diff options
author | John Gilmore <gnu@cygnus> | 1991-10-17 05:58:34 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-17 05:58:34 +0000 |
commit | 785ce19c33afabde2eeda228aaf8cb0da873c44c (patch) | |
tree | b001fdca6cda7727282000072dbd795b1f32cfa2 /gdb | |
parent | b53d3945ed0a220074dcad48477b32565ed426b6 (diff) | |
download | gdb-785ce19c33afabde2eeda228aaf8cb0da873c44c.zip gdb-785ce19c33afabde2eeda228aaf8cb0da873c44c.tar.gz gdb-785ce19c33afabde2eeda228aaf8cb0da873c44c.tar.bz2 |
More last minute gdb-4.2 changes.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dcf6392..7e138bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,4 @@ -Wed Oct 16 12:19:51 1991 John Gilmore (gnu at cygnus.com) +Wed Oct 16 22:49:58 1991 John Gilmore (gnu at cygnus.com) GDB-4.2 release! @@ -9,6 +9,7 @@ Wed Oct 16 12:19:51 1991 John Gilmore (gnu at cygnus.com) it find the registers in the core-file header. * coredep.c (fetch_core_registers): Take new argument, use it, and pass it to register_addr to locate the block of registers. + * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit. * dbxread.c (read_dbx_symtab, process_one_symbol): Handle Sequent N_FN_SEQ like everybody else's N_FN. @@ -16,6 +17,12 @@ Wed Oct 16 12:19:51 1991 John Gilmore (gnu at cygnus.com) * main.c: Circumvent SCO cc bug with #if !!defined(USG). * tm-i386v.h: #endif guck. * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge. + * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath. + * xconfig/tahoe: Add REGEX, which seems to be missing. + + * coredep.c: Add <sys/types.h> for SCOnix. + * dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. + * printcmd.c (print_formatted): Flush output before disassembly. Tue Oct 15 20:12:32 1991 Roland H. Pesch (pesch at fowanton.cygnus.com) |