* configure.in: Use common simulator always. Don't subst sim_gen
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 01ecd5c73e259c7e454e5abd2d853e9adfefe0a9..f3668166793aef71df95f30509c0168a6d200fc4 100644 (file)
@@ -1,3 +1,98 @@
+2004-06-26  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
+       (gregset_t, fpregset_t): Remove typedefs.
+       (REG_OFFSET): Rename argument.
+       (amd64bsd_r_reg_offset): Rename from reg_offset.
+       (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
+       Remove functions.
+       (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
+       of reg_offset.
+       * Makefile.in (amd64fbsd-nat.o): Update dependencies.
+
+       * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
+
+       * vax-tdep.c: Tweak comment.
+
+       Add OpenBSD/hppa support.
+       * NEWS (New native configurations): Mention OpenBSD/hppa.
+       * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
+       config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
+       files.
+       * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
+       (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
+       * configure.host: Add hppa*-*-openbsd*.
+       * configure.tgt: Add hppa*-*-openbsd*.
+
+2004-06-25  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (deprecated_ui_loop_hook): Deprecated.
+       * wince.c (child_wait): Update.
+       * win32-nat.c (child_wait): Update.
+       * v850ice.c (v850ice_wait): Update.
+       * top.c (deprecated_ui_loop_hook): Update.
+       * serial.h: Update.
+       * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
+       (do_unix_readchar): Update.
+       * ser-tcp.c (net_open): Update.
+       * remote-sim.c (gdb_os_poll_quit): Update.
+       * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
+
+2004-06-24  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (deprecated_pre_add_symbol_hook)
+       (deprecated_post_add_symbol_hook): Deprecated.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets) 
+       (symbol_file_add_with_addrs_or_offsets): Update references.
+
+2004-06-24  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
+       (ui_loop_hook, selected_frame_level_changed_hook): Declare.
+       * wince.c (ui_loop_hook): Delete extern declaration.
+       * win32-nat.c (ui_loop_hook): Delete extern declaration..
+       * v850ice.c (ui_loop_hook): Delete extern declaration..
+       * ser-unix.c (ui_loop_hook): Delete extern declaration..
+       * ser-tcp.c (ui_loop_hook): Delete extern declaration..
+       * remote-sim.c (ui_loop_hook): Delete extern declaration..
+       * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
+       ui_loop_hook declaration.
+
+2004-06-24  Andrew Cagney  <cagney@gnu.org>
+
+       * objfiles.h (struct entry_info): Delete entry_func_lowpc and
+       entry_func_highpc fields.
+       * objfiles.c (init_entry_point_info): Do not clear
+       entry_func_lowpc and entry_func_highpc.
+       (objfile_relocate): Do not relocate entry_func_lowpc and
+       entry_func_highpc.
+       * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
+       entry_func_highpc.
+       * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
+       entry_func_highpc.
+       * blockframe.c (legacy_frame_chain_valid): Replace tests against
+       entry_func_lowpc and entry_func_highpc with call to
+       inside_entry_func.
+
+2004-06-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64-tdep.c (sparc64_store_arguments): Fix passing
+       quad-precision floating point arguments in registers.
+
+2004-06-24  Mark Kettenis  <kettenis@gnu.org>
+
+       From Michael Mueller <m.mueller99@kay-mueller.de>:
+       * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
+       account.
+
+2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
+       to -1.
+       * breakpoint.c (bpstat_stop_status): Move check for ignoring
+       untriggered watchpoints to a separate if clause.  Update function
+       comment regarding STOPPED_BY_WATCHPOINT argument.
+
 2004-06-22  Jim Blandy  <jimb@redhat.com>
 
        * gdbarch.sh: Doc fix.
 
        * infrun.c (handle_inferior_event): Don't treat an invalid ptid
        as a new thread event.
-       * thread_db.c (thread_get_info_callback): If the thread is a
+       * thread-db.c (thread_get_info_callback): If the thread is a
        zombie, return TD_THR_ZOMBIE.
-       (thread_from_lwp): If thread_get_info_callback returns
+       (thread_from_lwp): If thread_get_info_callback returns
        TD_THR_ZOMBIE, check if the thread is still on the thread list
        and return a -1 ptid if not found.
        (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
This page took 0.025423 seconds and 4 git commands to generate.