diff options
-rw-r--r-- | gdb/ChangeLog | 21 | ||||
-rw-r--r-- | gdb/tm-i386v.h | 2 |
2 files changed, 21 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52e7c2b..dcfef28 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,26 @@ +Wed Oct 16 12:19:51 1991 John Gilmore (gnu at cygnus.com) + + GDB-4.2 release! + + * Makefile.in: Roll VERSION to 4.2. + + * core.c (core_open): Improve error message for bad file. + Pass .reg virtual memory address to fetch_core_registers to help + 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. + + * dbxread.c (read_dbx_symtab, process_one_symbol): Handle + Sequent N_FN_SEQ like everybody else's N_FN. + + * main.c: Circumvent SCO cc bug with #if !!defined(USG). + * tm-i386v.h: #endif guck. + * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge. + Tue Oct 15 20:12:32 1991 Roland H. Pesch (pesch at fowanton.cygnus.com) * doc/refcard.tex (sec "Working Files"): consistent metavars, due - to Franc,ois Pinard (pinard@iro.umontreal.ca) + to François Pinard (pinard@iro.umontreal.ca) * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure. diff --git a/gdb/tm-i386v.h b/gdb/tm-i386v.h index 03315bc..2f92ac6 100644 --- a/gdb/tm-i386v.h +++ b/gdb/tm-i386v.h @@ -103,7 +103,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ do this unless we *know* we aren't cross-debugging. FIXME. */ #define FLOAT_INFO { i386_float_info (); } -#endif 0 +#endif /*0*/ /* Say how long (ordinary) registers are. */ |