X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=5828b50c065ce122bd4e78d1afffde9c881cdac7;hb=7d69eeecda86a4e30c825975c457cc6ffdc396cc;hp=2b0a1c2999106de176c02ef3cdb92683c3340160;hpb=552c04a7423afb694bd4948e8896b3c4cc4be816;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2b0a1c2999..5828b50c06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,44 @@ +2001-11-26 Jakub Jelinek + + * sparc-nat.c (fetch_inferior_registers): Don't rely + on CORE_ADDR being 32-bit. + (store_inferior_registers): Likewise. + +2001-11-25 Eli Zaretskii + + * config/djgpp/config.sed: Fix an error in etc/ at "make install" + time on non-LFN systems where standards*.inf* expands to nothing. + + * go32-nat.c (save_npx): Avoid a warning from GCC 3.x. + +2001-11-24 Pierre Muller + Christopher Faylor + + * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to + be able to remove the DLL when unloaded. Remove unused last field. + (handle_unload_dll): New function to handle unloading of DLL. + (solib_symbols_add): Change return type to struct objfile *. + (get_child_debug_event): Call handle_unload_dll function. + +2001-11-24 Christopher Faylor + + * win32-nat.c (_initialize_check_for_gdb_ini): New function. + * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__. + (GDBINIT_FILENAME): Remove. + +2001-11-23 Mark Kettenis + + Add x86 OpenBSD native configuration. + * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh, + config/i386/nm-obsd.h: New files. + * configure.host (i[3456]86-*-openbsd*): New host. + * configure.tgt (i[3456]86-*-openbsd*): New target. + * NEWS: Update. + +2001-11-21 GDB Administrator + + * GDB 5.1 was released. + 2001-11-21 Tom Tromey Fix for PR gdb/209, PR gdb/156: