2005-03-30 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 94e8b0da70e855693677417ca09747fdc7d44575..2d30e2cb7abcb562b85abf52f3211fdb75f058d9 100644 (file)
@@ -1,3 +1,83 @@
+2005-03-30  Randolph Chung  <tausq@debian.org>
+
+       * hppa-linux-tdep.c: Include regset.h.
+       (GR_REGNUM, TR_REGNUM, greg_map): New.
+       (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
+       (hppa_linux_regset, hppa_linux_fpregset): New.
+       (hppa_linux_regset_from_core_section): New.
+       (hppa_linux_init_abi): Set regset_from_core_section.
+       (_initialize_hppa_linux_tdep): Register osabi handler for
+       64-bit Linux.
+       * Makefile.in (hppa-linux-tdep.o): Update dependencies.
+       * config/pa/linux.mh: Stop using core-regset.o
+
+2006-03-30  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
+       (hppa_frame_cache): Use new function to find unwind entry.
+       (hppa_frame_this_id): Likewise.
+       (hppa_frame_unwind_sniffer): Likewise.
+
+2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention the removal of NLM.
+
+2006-03-29  Steve Ellcey  <sje@cup.hp.com>
+
+       * Makefile.in (nlm): Remove target.
+       * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
+       * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
+       * configure: Regenerate.
+       * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
+       * nlm: Remove directory.
+
+2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (utils.o): Update.
+       * top.c (in_user_command): New.
+       (command_line_input): Use input_from_terminal_p.
+       (input_from_terminal_p): Don't check caution.  Handle
+       stdin == NULL for Insight.
+       * top.h (in_user_command, caution): New declarations.
+       * utils.c: Include "top.h".
+       (query, defaulted_query): Check caution here.  Move the call
+       to input_from_terminal_p higher.
+       * cli/cli-script.c (do_restore_user_call_depth): Only decrement
+       the depth.  Update in_user_command if necessary.
+       (execute_user_command): Don't clobber old_chain.  Set
+       in_user_command.  Let do_restore_user_call_depth handle
+       user_call_depth.
+       (read_command_lines): Check whether to prompt before calling
+       Insight hooks.
+       * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
+       input_from_terminal_p check.
+
+2006-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * s390-nat.c (s390_insert_watchpoint): Add missing argument.
+       (s390_remove_watchpoint): Likewise.
+
+2006-03-28  Jim Blandy  <jimb@codesourcery.com>
+
+       * prologue-value.c, prologue-value.h: New files.
+       * Makefile.in (prologue_value_h): New variable.
+       (HFILES_NO_SRCDIR): List prologue-value.h.
+       (SFILES): List prologue-value.c.
+       (COMMON_OBS): List prologue-value.o.
+       (prologue-value.o): New rule.
+
+2006-03-27  Michael Snyder  <msnyder@redhat.com>
+
+       * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
+       xstormy16_pointer_to_address, xstormy16_address_to_pointer, 
+       xstormy16_frame_prev_register): Change void* to gdb_byte*.
+       (xstormy16_push_dummy_call): Add block-local char* val, 
+       to avoid type conflict with outer scope variable.
+
+2006-03-27  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
+
 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
        * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
This page took 0.025763 seconds and 4 git commands to generate.