* symfile.c (load_command): Invalidate the overlay cache.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 411cb14de1efb7a8690e5bcb18d12b5973e5ddaf..49fe5c49e18e2a841cf2c1303ef35159170b79b1 100644 (file)
@@ -1,3 +1,156 @@
+2001-08-30  Jim Blandy  <jimb@redhat.com>
+
+       * symfile.c (load_command): Invalidate the overlay cache.
+
+2001-08-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
+
+2001-08-29  Kevin Buettner  <kevinb@redhat.com>
+
+       From 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>:
+       * 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  <cagney@toribio.toronto.redhat.com>
+
+       * frame.h (struct frame_info): Fix documentation on fields
+       saved_regs, next and prev.
+
+2001-08-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * 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  <ac131313@redhat.com>
+
+       From 2001-06-29 Andrew Cagney  <ac131313@redhat.com>:
+       * config/powerpc/nbsd.mh (XM_FILE): Delete.
+
+2001-08-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
+       (HOST_DOUBLE_FORMAT): Delete macro.
+
+2001-08-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
+       config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
+       inclusion of <limits.h>.
+
+2001-08-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * regcache.c (read_register_bytes): When REGISTER_NAME indicates
+       that a register should be ignored, supply a value for the register
+       from the raw registers[] buffer.
+
+2001-08-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * go32-nat.c (go32_create_inferior): Use xfree instead of free.
+       * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
+       i386bsd-nat.c.
+
+2001-08-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbtypes.h (builtin_type_ieee_single_big)
+       (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
+       (builtin_type_ieee_double_little)
+       (builtin_type_ieee_double_littlebyte_bigword)
+       (builtin_type_i387_ext, builtin_type_m68881_ext)
+       (builtin_type_i960_ext, builtin_type_m88110_ext)
+       (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
+       (builtin_type_arm_ext_littlebyte_bigword)
+       (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
+       (builtin_type_ia64_quad_big)
+       (builtin_type_ia64_quad_little): Declare.
+       * gdbtypes.c (builtin_type_ieee_single_big)
+       (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
+       (builtin_type_ieee_double_little)
+       (builtin_type_ieee_double_littlebyte_bigword)
+       (builtin_type_i387_ext, builtin_type_m68881_ext)
+       (builtin_type_i960_ext, builtin_type_m88110_ext)
+       (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
+       (builtin_type_arm_ext_littlebyte_bigword)
+       (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
+       (builtin_type_ia64_quad_big)
+       (builtin_type_ia64_quad_little): Define.
+       (_initialize_gdbtypes): Initialize builtin floatformat types.
+       
+2001-08-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * tracepoint.c (read_actions): Add FIXME for code depending on
+       STOP_SIGNAL.
+
+2001-08-23  Martin M. Hunt  <hunt@redhat.com>
+
+       * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
+       to download loop.
+       (mips_load_srec): Ditto.
+
+2001-08-22  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
+       of builtin_type_float, builtin_type_double and
+       builtin_type_long_double.
+       (recursive_dump_type): Print the floatformat name.
+       * gdbtypes.h (struct type): Add type_specific field floatformat.
+       (TYPE_FLOATFORMAT): Define
+
+2001-08-21  Keith Seitz  <keiths@redhat.com>
+
+       * printcmd.c (print_insn): Use the given stream for
+       output.
+
+2001-07-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
+       assembler version of function.
+       (convert_from_extended, convert_to_extended): Rewrite. Use
+       floatformat_to_doublest, floatformat_from_doublest,
+       floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
+       (arm_push_arguments): Use extract_floating and store_floating to
+       perform floating point conversions.
+       (SWAP_TARGET_AND_HOST): Delete macro.
+       * arm-linux-tdep.c (arm_linux_push_arguments): Use
+       extract_floating and store_floating to perform floating point
+       conversions.
+
+2001-08-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbtypes.h (struct type): Clarify meaning of field ``length''.
+
+2001-08-17  Keith Seitz  <keiths@redhat.com>
+
+       * varobj.c (varobj_update): Change first parameter to
+       pointer to struct varobj*. This function can delete
+       varobjs, so we need to give callers the new varobj
+       when this happens.
+       (value_of_root): Update "var", too, if "var_handle"
+       changes.
+       * varobj.h (varobj_update): Likewise.
+
+2001-08-17  Keith Seitz  <keiths@redhat.com>
+
+       * Makefile.in (varobj_h): Define.
+       (mi-cmd-var.o): Depends on varobj_h.
+       (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
+
 2001-08-16  Keith Seitz  <keiths@redhat.com>
 
        * configure.in (GDBTK_SRC_DIR): We must have autoconf
This page took 0.025288 seconds and 4 git commands to generate.