* symfile.c (load_command): Invalidate the overlay cache.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 25d32330c966f8e4f62e2099fbea521a7cd20425..49fe5c49e18e2a841cf2c1303ef35159170b79b1 100644 (file)
@@ -1,3 +1,277 @@
+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
+       give us the absolute path to the source directory.
+       * configure: Regenerated.
+       * Makefile.in (GDBTK_SRC_DIR): Add variable so that
+       autoconf can substitue it in for us.
+       (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
+       really do need an absolute pathname.
+
+2001-08-15  Keith Seitz  <keiths@redhat.com>
+
+       * Makefile.in (GDBTK_VERSION): Set a version number.
+       (GDBTK_LIBRARY): New variable to point to location where
+       gdbtk will install its tcl library. Changed all refereneces
+       to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
+       (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
+       (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
+       (all-gdbtk): Remove.
+       (install-gdbtk): Remove.
+       (gdbtk.o): Pass srcdir to file when compiling.
+
+2001-08-15  Ian Roxborough  <irox@redhat.com>
+
+       * Makefile.in: Changed all references to the install directory
+       "gdbtcl" to read "insight1.0".
+
+2001-08-15  Corinna Vinschen  <vinschen@redhat.com>
+
+       * arch-utils.c (generic_skip_trampoline_code): New function.
+       * arch-utils.h (generic_skip_trampoline_code): Declare external.
+       * gdbarch.c: Regeberated from gdbarch.sh.
+       * gdbarch.h: Ditto.
+       * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
+       * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
+
+2001-08-14  Daniel Jacobowitz  <drow@mvista.com>
+           H.J. Lu  (hjl@gnu.org)
+
+       * partial-stab.h: valu should be a CORE_ADDR.
+
+2001-08-14  H.J. Lu  (hjl@gnu.org)
+
+       * dbxread.c (SWAP_SYMBOL): Removed.
+       (INTERNALIZE_SYMBOL): Check sign extended vma.
+
+2001-08-13  Christopher Faylor  <cgf@cygnus.com>
+
+       * top.c (SIGSETJMP): Protect env argument with parentheses.
+       (SIGLONGJMP): Protect env argument with parentheses.
+
+2001-08-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mn10300/mn10300.mt (TM_FILE): Delete.
+       * configure.tgt: Add mn10300 to list of mulit-arch targets.
+       * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
+       * mn10300-tdep.c: To here.
+
+2001-08-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
+       val a DOUBLEST.  Use floatformat_to_doublest.
+       (REGISTER_CONVERT_TO_RAW): Ditto.  Use foatformat_from_doublest.
+       * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
+       (REGISTER_CONVERT_TO_RAW): Ditto.
+
+2001-08-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
+       sp_regnum.
+
+2001-08-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * doublest.c (convert_doublest_to_floatformat): Rename
+       floatformat_from_doublest.  Make static.
+       (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
+       Make static.
+       (floatformat_to_doublest): New function.
+       (floatformat_from_doublest): New function.
+       (host_float_format, host_double_format, host_long_double_format):
+       New static variables.
+       (store_floating, extract_floating): Always use
+       floatformat_to_doublest and floatformat_from_doublest.
+       * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
+
+2001-08-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
+
+2001-08-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
+       * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+       * arch-utils.h (legacy_virtual_frame_pointer): Declare.
+       * arch-utils.c: Include "gdb_assert.h".
+       (legacy_virtual_frame_pointer): Define.
+       * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
+
+       * tracepoint.c (encode_actions): Make frame_reg an int.  Make
+       frame_offset a LONGEST.
+       * ax-gdb.c (gen_frame_args_address): Ditto.
+       (gen_frame_locals_address): Ditto.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
+       virtual_frame_pointer.
+       (mn10300_virtual_frame_pointer): Make static.  Update parameter
+       list to match function signature.
+       * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
+
+2001-08-10  Keith Seitz  <keiths@redhat.com>
+
+       * gdb-events.sh: Add architecture_changed event.
+       * gdbarch.sh: Include gdb-event.h.
+       (gdbarch_update_p): Notify UIs when architecture changes.
+       * gdb-events.h: Regenerated.
+       * gdb-events.c: Regenerated.
+       * gdbarch.c: Regenerated.
+
 2001-08-10  Michael Snyder  <msnyder@redhat.com>
 
        * regcache.c (legacy_write_register_gen): Don't 'optimize out'
This page took 0.028415 seconds and 4 git commands to generate.