* PROBLEMS: Remove description of java/1322.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index abb7f0d3953fb02e5593e5ec15ac4f2ad8a8e6d0..00e0e67504e0f86c588e89b87e7ef74311b5fdfd 100644 (file)
@@ -1,3 +1,587 @@
+2003-08-25  Daniel Jacobowitz  <drow@mvista.com>
+
+       PR java/1322
+       * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
+       available before calling SECT_OFF_TEXT.
+       * PROBLEMS: Remove description of java/1322.
+
+2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63, 
+       bof, and nat0-nat127 as pseudo-registers.
+       (ia64_frame_cache): New struct used to cache frame info.
+       (ia64_register_reggroup_p): New routine used to override default
+       register grouping so registers without names are still saved and 
+       restored.
+       (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their 
+       pseudo values.
+       (ia64_pseudo_register_read): New routine to read pseudo-registers.
+       (ia64_pseudo_register_write): New routine to write pseudo-registers.
+       (ia64_alloc_frame_cache): New routine to create a new 
+       ia64_frame_cache.
+       (examine_prologue): Change prototype to add next_frame pointer.
+       Assume frameless until otherwise proven.  Verify that the cfm for
+       current frame matches the cfm that should occur for the prologues 
+       alloc insn and if equal, mark as not frameless.  At end of routine,
+       if not frameless, calculate registers for the previous frame and store
+       in the cache, if a cache is provided.
+       (ia64_skip_prologue):  Use new prototype when calling examine_prologue
+       and pass 0 for next_frame.
+       (ia64_store_return_value): Change to use convert_typed_floating()
+       instead of calling ia64_convert_to_raw().
+       (ia64_extract_return_value): Change to use convert_typed_floating()
+       instead of calling ia64_convert_to_virtual().
+       (ia64_frame_cache): New routine to support new frame model.
+       (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
+       (ia64_frame_sniffer): Ditto.
+       (ia64_sigtramp_frame_init_saved_regs): Ditto.
+       (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
+       (ia64_sigtramp_frame_prev_register): Ditto.
+       (ia64_sigtramp_frame_sniffer): Ditto.
+       (ia64_frame_base_address): Ditto.
+       (ia64_extract_struct_value_address): Change to issue error message.
+       (ia64_frame_align): New routine to align sp.
+       (ia64_push_dummy_call): New routine based on ia64_push_arguments().
+       (ia64_push_arguments): Removed.  Logic moved to 
+       ia64_push_dummy_call().
+       (ia64_push_return_address): Ditto.
+       (ia64_unwind_dummy_id): New function.
+       (ia64_unwind_pc): Ditto.
+       (ia64_convert_register_p): Ditto.
+       (ia64_register_to_value): Ditto.
+       (ia64_value_to_register): Ditto.
+       (ia64_pop_frame, ia64_pop_frame_regular): Removed.
+       (ia64_register_byte, ia64_register_raw_size): Ditto.
+       (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
+       (ia64_saved_pc_after_call): Ditto.
+       (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
+       (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
+       (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
+       (ia64_register_convert_to_raw): Ditto.
+       (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
+       (ia64_init_extra_frame_info): Ditto.
+       (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
+       (ia64_gdbarch_init): Remove registering of deprecated functions that
+       are no longer used.  Add registration of new gdbarch functions.
+       Remove registering deprecated_write_sp.  Replace
+       set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
+       Delete set_gdbarch_deprecated_register_convertible(),
+       set_gdbarch_deprecated_register_convert_to_virtual(), and
+       set_gdbarch_deprecated_register_convert_to_raw() calls.  Remove
+       set_gdbarch_deprecated_register_size(),
+       set_gdbarch_deprecated_register_bytes(),
+       set_gdbarch_pcregnum(),
+       set_gdbarch_deprecated_register_byte(),
+       set_gdbarch_deprecated_register_raw_size(),
+       set_gdbarch_deprecated_max_register_raw_size(),
+       set_gdbarch_deprecated_register_virtual_size(),
+       and set_gdbarch_deprecated_max_register_virtual_size() calls.
+       Replace set_gdbarch_deprecated_extract_return_value() with
+       set_gdbarch_extract_return_value().  Remove calls to:
+       set_gdbarch_deprecated_saved_pc_after_call();
+       set_gdbarch_deprecated_frame_chain(),
+       set_gdbarch_deprecated_frame_saved_pc(),
+       set_gdbarch_deprecated_frame_init_saved_regs(),
+       set_gdbarch_deprecated_get_saved_register(),
+       set_gdbarch_deprecated_call_dummy_words(),
+       set_gdbarch_deprecated_sizeof_call_dummy_words(),
+       set_gdbarch_deprecated_init_extra_frame_info(),
+       set_gdbarch_deprecated_frame_args_address(),
+       set_gdbarch_deprecated_frame_locals_address(),
+       and set_gdbarch_deprecated_dummy_write_sp().
+       Add set_gdbarch_convert_register_p(),
+       set_gdbarch_register_to_value(),
+       set_gdbarch_value_to_register(),
+       set_gdbarch_push_dummy_call(),
+       set_gdbarch_frame_align(),
+       set_gdbarch_unwind_dummy_id(),
+       set_gdbarch_unwind_pc(),
+       frame_unwind_append_sniffer(),
+       frame_unwind_append_sniffer(),
+       and frame_base_set_default().
+
+2003-08-25  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.tgt: Document need for special "mipsisa64" handling.
+       (mipsisa64*-*-linux64): Handle as target linux64.
+       (mipsisa64*-*-*): Handle as target embed64.
+
+2003-08-18  Michael Chastain  <mec@shout.net>
+
+       * PROBLEMS: Document pr gdb/1322, the Java anonymous
+       objfile bug.
+
+2003-08-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-tdep.h: Update copyright date.
+       (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
+
+       * linux-proc.c (linux_proc_xfer_memory): Remove comment about
+       CFLAGS games to reflect reality.
+
+2003-08-24  Andrew Cagney  <cagney@redhat.com>
+
+       * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
+       GDB_MULTI_ARCH is always non-zero.
+       * osabi.c (_initialize_gdb_osabi): Ditto.
+       (gdbarch_init_osabi): Ditto.
+       * sparc-tdep.c: Ditto for #if code.
+
+2003-08-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
+       Update comments.
+       * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype.  Update
+       comments.
+       * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
+       x86_64_supply_fxsave.
+       * x86-64-linux-nat.c (supply_fpregset): Adjust call to
+       x86_64_supply_fxsave.
+       * amd64fbsd-nat.c (supply_fpregset): Adjust call to
+       x86_64_supply_fxsave.
+
+2003-08-23  Andreas Jaeger  <aj@suse.de>
+
+        * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
+        i387_supply_fxsave.
+
+2003-08-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
+       i387_supply_register.
+       (go32_fetch_registers): Adjust call to i387_supply_fsave.
+       * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
+       i387_supply_fsave.
+       (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
+       i387_supply_fxsave.
+       * i386obsd-tdep.c (fetch_core_registers): Adjust call to
+       i387_supply_fsave.
+       * i386bsd-nat.c (supply_fpregset): Adjust call to
+       i387_supply_fsave.
+       (fetch_inferior_registers): Remove extraneous whitespace.  Adjust
+       call to i387_supply_fxsave.  Call i387_supply_fsave instead of
+       supply_fpregset.
+       (store_inferior_registers): Remove extraneous whitespace.  Call
+       i387_fill_fsave instead of fill_fpregset.
+       * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
+       (supply_fpregset): Likewise.
+       * i386v4-nat.c (supply_fpregset): Adjust call to
+       i387_supply_fsave.
+       * i386-interix-nat.c (supply_fpregset): Adjust call to
+       i387_supply_fsave.
+       * i386-linux-nat.c (supply_fpregset): Adjust call to
+       i387_supply_fsave.
+       (supply_fpxregset): Adjust call to i387_adjust_fxsave.
+       * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
+       i387supply_fsave and i387_supply_fxsave.
+       * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
+       Incorporate code from `i387_supply_register.
+       (i387_supply_register): Remove.
+       (i387_supply_fxsave): Add `regnum' argument.
+       Update comments.
+       * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
+       prototype.
+       (i387_supply_register): remove prototype.
+       Update comments.
+       
+2003-08-22  Michael Chastain  <mec@shout.net>
+
+       * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
+       Add lines for files in gdb/testsuite/gdb.cp/* that are
+       still not 8.3 unique.
+
+2003-08-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
+       TYPE_VPTR_FIELDNO is valid.
+
+2003-08-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * utils.c (set_width_command): Remove prototypes.
+       (set_screen_size): New prototype.
+       (init_page_info): Simplify by fetching the screen size from
+       Readline.  Call set_screen_size.
+       (set_screen_size): New function.
+       (set_width): Add missing whitespace in comment.
+       (set_width_command): Call set_screen_size.
+       (set_height_command): New function.
+       (initialize_utils): Fix formatting.  Make "set height" command
+       call set_height_command.  Remove redundant code that turns off
+       pagination if output isn't a terminal.  Remove redundant call to
+       set_width_command.
+       
+2003-08-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64-tdep.h (sparc64_regnum): Fix comment.
+       (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
+       (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
+       * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
+       `case' keyword.
+       (sparc64_register_info): Give the reister with number
+       SPARC64_STATE_REGNUM a name.
+       (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
+       %asi and %ccr.
+       (sparc64_push_dummy_call): Take BIAS into account when checking
+       stcak alignment.
+       (sparc_software_single_step): Remove assertions that check whether
+       NPC and NNPC were zero.
+       (sparc_supply_rwindow): Make public.  Merge functionality with
+       sparc64_supply_rwindow.
+       (sparc_fill_rwindow): Make public.  Merge functionality with
+       sparc64_fill_rwindow.
+       (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
+       * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
+       SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
+       * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
+       sparc_supply_rwindow instead of sparc64_supply_rwindow.
+
+       * reggroups.c: Add whitespace after declarations of local
+       variables in functions.
+
+2003-08-21  Michael Chastain  <mec@shout.net>
+
+       * gdbtypes.h: Change array bound type from an int to enum.
+
+2003-08-21  Andrew Cagney  <cagney@redhat.com>
+
+       * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
+       * config/sparc/tm-sparc.h: Ditto.
+       * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
+       unconditionally.
+       * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
+
+2003-07-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
+       (register_objfile_data, set_objfile_data, objfile_data): New
+       prototypes.
+       * objfiles.c (objfile_alloc_data, objfile_free_data): New
+       prototypes.
+       (allocate_objfile): Call objfile_alloc_data.
+       (free_objfile): Call objfile_free_data.
+       (struct objfile_data): New.
+       (struct objfile_data_registration): New.
+       (struct objfile_data_registry): New.
+       (objfile_data_registry): New variable.
+       (register_objfile_data): New function.
+       (objfile_alloc_data, objfile_free_data): New functions.
+       (set_objfile_data, objfile_data): New functions.
+       * dwarf2-frame.c (dwarf2_frame_data): New variable.
+       (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
+       (_initialize_dwarf2_frame): New function and prototype.
+
+2003-08-21  Andrew Cagney  <cagney@redhat.com>
+
+       * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
+       a specific architecture.
+       * arch-utils.h (set_architecture_from_arch_mach): Delete
+       declaration.
+       (target_architecture_hook): Delete declaration.
+       * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
+       (default_float_format): Assume GDB_MULTI_ARCH.
+       (default_double_format): Assume GDB_MULTI_ARCH.
+       (set_endian_from_file): Delete function.
+       (arch_ok): Delete function.
+       (set_arch): Delete function.
+       (set_architecture_from_arch_mach): Delete function.
+       (set_architecture_from_file): Delete function.
+       (set_architecture): Assume GDB_MULTI_ARCH.
+       (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
+
+2003-08-21  Mark Kettenis  <kettenis@gnu.org>
+
+       Rewrite FreeBSD/sparc64 native configuration.
+       * sparcbsd-nat.c, sparcbsd-nat.h: New files.
+       * sparc64fbsd-nat.c: New file.
+       * sparc64fbsd-tdep.c: New file.
+       * sparc64-tdep.c sparc64-tdep.h: New files.
+       * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
+       sparc64fbsd-tdep.o): New dependencies.
+       (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
+       and sparc64fbsd-tdep.c.
+       (sparc64_tdep_h, sparcbsd_nat_h): New variables.
+       * config/sparc/fbsd.mh: Remove copyright notice.
+       (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
+       sparcbsd-nat.o.
+       * config/sparc/fbsd.mt: Remove copyright notice.
+       (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
+       solib-legacy.o.  Add sparc64-tdep.o and sparc64fbsd-tdep.o.
+       * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
+       (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
+       PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
+       regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
+       fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
+       * config/sparc/tm-fbsd.h: Don't include "solib.h" and
+       "sparc/tm-sp64.h".
+       (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
+       (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
+
+2003-08-21  Michael Chastain  <mec@shout.net>
+
+       * symtab.h: Add doco on the space critical structures and
+       some measurements of space usage.
+
+2003-08-21  Michael Snyder  <msnyder@redhat.com>
+
+       * tracepoint.c (trace_dump_command): Trace break address
+       is subject to DECR_PC_AFTER_BREAK.
+       (set_traceframe_context): Make "trace_line" an int.
+       Fixes suggested by Mark Newman  <mark.newman@lmco.com>
+       
+2003-08-20  Michael Snyder  <msnyder@redhat.com>
+
+       * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
+       * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set 
+       FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for 
+       argument passing.
+       (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New 
+       functions, replace sh_push_dummy_call.
+       (sh_gdbarch_init): Set push_dummy_call to one of new methods.
+
+2003-08-20  Michael Chastain  <mec@shout.net>
+
+       * gdbtypes.h (struct main_type): Rearrange to save space.
+
+2003-08-20  Michael Snyder  <msnyder@redhat.com>
+
+       * trad-frame.c: Comment typo fix.
+
+2003-08-20  Michael Snyder  <msnyder@redhat.com>
+            Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
+       (frv_frame_init_saved_regs): Add declaration.
+       (frame_extra_info): Add new field ``saved_regs''.
+       (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
+       (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
+       Update frame related code.
+       (frv_extract_struct_value_address): Adjust formatting.
+       * Makefile.in (frv-tdep.o): Update dependencies.
+       * config/frv/tm-frv.h (target_insert_watchpoint)
+       (target_remove_watchpoint, target_insert_hw_breakpoint)
+       (target_remove_hw_breakpoint): Delete these macros.
+       (remote_insert_watchpoint, remote_remove_watchpoint)
+       (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
+       these declarations.
+
+2003-08-20  Michael Chastain  <mec@shout.net>
+
+       * defs.h (ENUM_BITFIELD): New macro.
+       * symtab.h (ENUM_BITFIELD): Use it.
+       (BYTE_BITFIELD): Remove old macro, which was already disabled.
+
+2003-08-19  Shrinivas Atre <shrinivasa@kpitcummins.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+       
+2003-08-18  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * infcall.c (call_function_by_hand): Adjust the SP by
+       frame_red_zone_size before allocating any stack space.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
+       * x86-64-tdep.c (x86_64_frame_align): New function.
+       (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
+
+       * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
+       Remove code adjusting SP so that it skips over the Red Zone.
+
+2003-08-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS (New native configurations): Mention FreeBSD/amd64.
+
+2003-08-18  Andrew Cagney  <cagney@redhat.com>
+
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
+       "dwarf2_build_frame_info".  Append "m68k_frame_sniffer" instead of
+       "m68k_frame_p".
+       (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
+
+2003-08-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
+
+2003-08-18  Michal Ludvig  <mludvig@suse.cz>
+
+       * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
+       Define.
+       * i386-linux-nat.c: Include "linux-nat.h".
+       (child_post_startup_inferior): New function.
+       
+2003-08-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_analyze_register_saves): Handle register saves
+       at the start of a frameless function.  This probably fixes PR
+       backtrace/1338.
+
+2003-08-17  Michael Chastain  <mec@shout.net>
+
+       * symfile.c (find_sym_fns): Remove special case for apollo target.
+
+2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
+       (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
+       (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
+       (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
+       (linux_supports_tracevforkdone): New function.
+       (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
+       TRACEVFORKDONE.
+       (child_follow_fork): Handle vfork.
+       (linux_handle_extended_wait): Likewise.  Also handle exec.
+       (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
+       * NEWS: Mention fork tracing.
+
+2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
+
+2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (i386-linux-nat.o): Update dependencies.
+       * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
+       * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
+       (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
+       * i386-linux-nat.c: Include "linux-nat.h".
+       (child_post_startup_inferior): New function.
+       * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
+       * infptrace.c (kill_inferior): Wrap in #ifdef.
+       * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
+       attaching to each LWP.
+       (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
+       (init_lin_lwp_ops): Fill in some more operations.
+       * linux-nat.h (linux_enable_event_reporting)
+       (linux_handle_extended_wait, linux_child_post_startup_inferior): New
+       prototypes.
+       * linux-nat.c (linux_enable_event_reporting): New function.
+       (child_post_attach, linux_child_post_startup_inferior)
+       (child_post_startup_inferior, child_follow_fork)
+       (linux_handle_extended_wait, kill_inferior): New functions.
+
+2003-08-16  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2003-08-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
+
+2003-08-16  Andrew Cagney  <cagney@redhat.com>
+
+       * NEWS: Mention that "set prompt-escape-char" was deleted.
+       * top.c (get_prompt_1): Delete function.
+       (gdb_prompt_escape):
+       (init_main): Do not clear "gdb_prompt_escape".  Delete "set
+       prompt-escape-char" command.
+       (MAX_PROMPT_SIZE): Delete macro.
+       (get_prompt): Simplify, do not call get_prompt_1.
+
+2003-08-16  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (printcmd.o, valprint.o): Do not try to build with
+       -Werror.  -Wformat-nonliteral problems.
+
+2003-08-15  J. Brobecker  <brobecker@gnat.com>
+
+       Further multiarching work mostly for hppa64-*-hpux11:
+       * hppa-tdep.h: New file.
+       * hppa-tdep.c: #include hppa-tdep.c.
+       (hppa32_num_regs): Renamed from hppa_num_regs.
+       (hppa64_num_regs): New constant.
+       (hppa64_call_dummy_breakpoint_offset): New constant.
+       (hppa32_call_dummy_length): New constant.
+       (hppa64_call_dummy_length): New constant.
+       (hppa32_stack_align): Make name 32bit explicit.
+       (hppa32_register_virtual_type): Likewise.
+       (hppa32_extract_return_value): Likewise.
+       (hppa32_use_struct_convention): Likewise.
+       (hppa32_store_return_value): Likewise.
+       (hppa64_register_virtual_type): New function.
+       (hppa64_extract_return_value): New function.
+       (hppa64_use_struct_convention): New function.
+       (hppa64_store_return_value): New function.
+       (hppa_frame_locals_address): Remove declaration, function does
+       not exist anymore.
+       (hppa_register_byte): Add support for PA64 ABI.
+       (hppa_gdbarch_init): Add support for PA64 ABI.
+       * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
+       Make name 32bit explicit.
+       (hppa32_hpux_frame_base_before_sigtramp): Likewise.
+       (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
+       (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
+       (hppa64_hpux_frame_base_before_sigtramp): New function.
+       (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
+       * config/pa/tm-hppa64.h: Remove macros that are no longer
+       necessary now that the gdbarch vector is properly setup.
+       Transform some macros into function calls. Some minor cleanup. 
+       * config/pa/tm-hppah.h: Update function calls in macros
+       following the function renaming in hppa-hpux-tdep.c.
+       * Makefile.in (hppa_tdep_h): New variable.
+       (hppa-tdep.o): Add dependency over hppa_tdep_h.
+
+2003-08-14  Michael Snyder  <msnyder@redhat.com>
+
+       * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
+
+2003-08-13  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
+       bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
+       routine.
+
+2003-08-13  Michael Snyder  <msnyder@redhat.com>
+
+       * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
+       (frv_saved_pc_after_call): Use deprecated ftype.
+       (stupid_useless_init_extra_frame_info): Remove orphan prototype.
+       (frv_remote_translate_xfer_address): Remove.
+       (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
+
+2003-08-13  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
+       initialization after the common gdbarch initialization, not before.
+
+2003-08-13  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
+       (ADDR_BITS_REMOVE): Remove, redundant.
+
+2003-08-13  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
+       gdbarch method to clear the 2 low bits of text addresses.
+
+2003-08-12  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (dsrec.o): Update dependencies.
+       * dsrec.c: Include "gdb_assert.h".
+       (make_srec): Use snprintf instead of sprintf, use a literal format
+       string.
+
+2003-08-12  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
+       FRAME_OBSTACK_ZALLOC.
+
+2003-08-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * i386-tdep.c (i386_gdbarch_init): Enable default support for
+       SSE registers.
+
+2003-08-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
+       amd64fbsd_sc_reg_offset): Add extern declarations.
+       * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
+       declarations.
+
+2003-08-11  Ben Elliston  <bje@wasabisystems.com>
+
+       * MAINTAINERS (write after approval): Update my mail address.
+
 2003-08-10  Andrew Cagney  <cagney@redhat.com>
 
        * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
This page took 0.030146 seconds and 4 git commands to generate.