* configure.host: Add x86_64-*-freebsd*.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0c9998431e52b734a8ee8318dc166285765eab8f..1013883c5bb349e656b5975a04868968a9f60520 100644 (file)
@@ -1,3 +1,148 @@
+2003-07-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.host: Add x86_64-*-freebsd*.
+       * configure.tgt: Add x86_64-*-freebsd*.
+       * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
+       * amd64fbsd-nat.c: New file.
+       * amd64fbsd-tdep.c: New file.
+       * config/i386/nm-fbsd64.h: New file.
+       * config/i386/fbsd64.mh: New file.
+       * config/i386/fbsd64.mt: New file.
+
+2003-07-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
+       `sc_regs_offset' and `sc_fpregs_offset'.
+       * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
+       SIGFRAME_FPREGSAVE_OFF): Remove defines.
+       (alpha_sigtramp_register_address): Rewrite to use new members of
+       `struct gdbarch_tdep'.
+       (alpha_gdbarch_init): Initialize new members of struct
+       gdbarch_tdep'.
+       * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
+       ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
+       (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
+       (alphafbsd_pc_in_sigtramp): Implement.
+       (alphafbsd_sigtramp_offset): New function.
+       (alphafbsd_sigcontext_addr): New function.
+       (alphafbsd_init_abi): Initialize signal trampoline related members
+       of `struct gdbarch_tdep'.
+       (_initialize_alphafbsd_tdep): Add prototype.
+
+2003-07-11  Theodore A. Roth  <troth@openavr.org>
+
+       * Makefile.in (install-only): Quote sed expression when generating
+       transformed_name.
+
+2003-07-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (dwarf2-frame.o): Add complaints_h.
+       * dwarf2-frame.c: Include complaints.h.
+       (decode_frame_entry_1): Rename from decode_frame_entry; tidy
+       variable initialization; return NULL on error.
+       (decode_frame_entry): New.
+
+2003-07-11  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.h (frame_address_in_block): Delete declaration.
+       * blockframe.c (frame_address_in_block): Delete function.
+       (get_frame_block): Use get_frame_address_in_block.
+       (block_innermost_frame): Ditto.
+       * stack.c (print_frame, backtrace_command_1): Ditto.
+
+       * frame.h (get_frame_address_in_block): Declare.
+       (frame_unwind_address_in_block): Declare.
+       * frame.c (frame_unwind_address_in_block): New function.
+       (get_frame_address_in_block): New function.
+
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Simplify predicate methods.  Remove need to provide
+       pre-default.   Note: re-generate has no effect.
+       
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: When a variable, but not a function, compare against
+       0.  Fix problem in previous patch.
+       * gdbarch.c: Re-generate.
+       
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Use gdb_assert instead of internal_error.  Compare
+       functions against NULL, not 0.
+       * gdbarch.c: Re-generate.
+       
+2003-07-10  Fred Fish  <fnf@ninemoons.com>
+
+       * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
+       null string instead of a null pointer.
+       * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
+
+2003-07-09  Michael Snyder  <msnyder@redhat.com>
+
+       * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
+
+2003-07-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
+       X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
+       X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
+       X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
+       * x86-64-tdep.c: ... from here.
+
+2003-07-09  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-tdep.h (enum struct_return): Define.
+       (struct gdbarch_tdep): Add struct_return.
+       * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
+       bytes are padded to the right, not to the left.  Pass struct value
+       address in register %a1, not on stack.
+       (m68k_use_struct_convention): New function.
+       (m68k_gdbarch_init): Set use_struct_convention.  Initialize
+       struct_return in tdep to pcc_struct_return.
+       * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
+       reg_struct_return.
+
+2003-07-09  Joel Brobecker  <brobecker@gnat.com>      
+
+       * somread.c (som_symfile_offsets): Fix compilation error.   
+
+2003-07-09  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
+       Add comments about the checks.
+
+2003-07-08  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in: Make dependency section headers consistent.
+       (config_h): Move to $BUILD headers section.
+       (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
+       (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
+       (ada-exp.tab.c): Move to YACC/LEX section.
+       (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
+       (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
+
+2003-07-08  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-procfs.c: Cleaned up a bunch of ARI hits.
+       Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
+       of strerror with safe_strerror, use ISO C function definitions,
+       and replace instances of sprintf with snprintf.
+
+2003-07-07  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (get_prev_frame): Enable check for identical frames.
+       Update comments.  Update error messages.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+        * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+        * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
+        sort_symtab_syms, no longer necessary.
+
 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
 
        * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
This page took 0.039134 seconds and 4 git commands to generate.