+
+ Partial fix for PR cli/1056.
+ * valarith.c: Check for zero in division and remainder
+ evaluation.
+
+
+ * i387-tdep.c: Remove excessive whitespace.
+
+
+ * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
+ * gdb-events.h, gdb-events.c: Re-generate.
+ * tui/tui-hooks.c (tui_install_hooks): Update.
+ (tui_remove_hooks): Update.
+ * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
+
+
+ * 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*.
+
+
+ * 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.
+
+
+ * 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.
+
+
+ * 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.
+
+
+ * 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.
+
+
+ * sparc64-tdep.c (sparc64_store_arguments): Fix passing
+ quad-precision floating point arguments in registers.
+
+
+ * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
+ account.
+
+
+ * 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.
+
+
+ * gdbarch.sh: Doc fix.
+
+
+ * config/mips/tm-mips.h (SP_REGNUM): Delete define.
+ * mips-tdep.h (MIPS_SP_REGNUM): Define.
+ * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
+ to set_gdbarch_sp_regnum(). Use cooked register number.
+ (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
+
+
+ * gdbarch.sh: When the macro field is empty, do not generate a
+ macro definition. When the macro field is "=", generate the macro
+ name from the upper-case function name.
+ (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
+ (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
+ (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
+ (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
+ (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
+ (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
+ (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
+ (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
+ (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
+ (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
+ (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
+ (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
+ (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
+ (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
+ (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
+ (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
+ (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
+ (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
+ (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
+ (DEPRECATED_USE_STRUCT_CONVENTION)
+ (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
+ (DEPRECATED_FRAME_INIT_SAVED_REGS)
+ (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
+ (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
+ (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
+ (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
+ (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
+ (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
+ (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
+ (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
+ (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
+ (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
+ (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
+ (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
+ (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
+ (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
+ (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
+ (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
+
+
+ * gdbarch.sh: For gdbarch_dump, print the "function" rather than
+ macro name, and the function rather than macro value. Only wrap
+ macro print statements in #ifdef. Move format logic to where it
+ is needed.
+ * gdbarch.c: Re-generate.
+
+ * gdbarch.sh (read): Delete "print_p" and "description", add
+ "garbage_at_eol". Check for non-empty garbage at end-of-line.
+ Delete references to print_p.
+ (TARGET_ARCHITECTURE): Delete print predicate.
+ * gdbarch.c: Re-generate.
+
+ * gdbarch.sh: Check that multi-arch methods do not provide a
+ macro.
+ (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
+ (print_registers_info, print_float_info, print_vector_info)
+ (adjust_breakpoint_address, remote_translate_xfer_address)
+ (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
+ (address_class_type_flags_to_name, unwind_sp): Remove the macro
+ name from the multi-arch definition.
+
* gdbarch.sh: Sort by the function, instead of macro name.
* 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