X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=49fe5c49e18e2a841cf2c1303ef35159170b79b1;hb=2889e661046068fe3d2ea7962a05ac05e5ba2123;hp=8405295de15ecf668592391acea779a4b43c1afd;hpb=c16ac28fb34a5d5542a07751a82066b507dec0e7;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8405295de15..49fe5c49e18 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,48 @@ +2001-08-30 Jim Blandy + + * symfile.c (load_command): Invalidate the overlay cache. + +2001-08-30 Mark Kettenis + + * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed. + +2001-08-29 Kevin Buettner + + From 2001-08-07 Daniel Jacobowitz : + * solib-svr4.c (enable_break): Check the inferior link map + before assuming the inferior PC is at the start of the dynamic + loader. + +2001-08-28 Andrew Cagney + + * frame.h (struct frame_info): Fix documentation on fields + saved_regs, next and prev. + +2001-08-23 Mark Kettenis + + * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some + gratuitious whitespace changes. + [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. + * top.c: Remove redundant logic to define HAVE_SIGSETMASK. + (sigsetmask) Don't define macro. + (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from + async_stop_sig from event-top.c. + [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is + defined. + * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical + order. Add sigsetmask. + (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in + alphabetical order. + * config/xm-aix4.h, config/alpha/xm-alphalinux.h, + config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h + (HAVE_SIGSETMASK): Remove. + * aclocal.m4, config.in, configure + +2001-08-26 Andrew Cagney + + From 2001-06-29 Andrew Cagney : + * config/powerpc/nbsd.mh (XM_FILE): Delete. + 2001-08-21 Andrew Cagney * doublest.h (HOST_FLOAT_FORMAT): Delete macro.