Set default LANGUAGE to english/us.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5d247e17deed1bdf902af45cfddf29a005167d1b..eab7956c6161571ff1f8fef49cfd602a6f98f639 100644 (file)
@@ -1,3 +1,281 @@
+2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
+       is non zero as a found symbol.
+
+2002-04-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * findvar.c: Include "builtin-regs.h".
+       (value_of_register): Call value_of_builtin_reg when applicable.
+       * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
+       (target_map_name_to_register): Call
+       builtin_reg_map_name_to_regnum.
+       * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
+       (COMMON_OBS): Add builtin-regs.o and std-regs.o.
+       (builtin_regs_h): Define.
+       (builtin-regs.o): New target.
+       (findvar.o): Add $(builtin_regs_h).
+       * builtin-regs.c, builtin-regs.h: New files.
+       * std-regs.c: New file.
+       Partial fix for PR gdb/251.
+
+2002-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
+       it's no longer required.
+
+2002-04-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
+
+2002-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       From Jimi X <jimix@watson.ibm.com>:
+       * rs6000-tdep.c (rs6000_software_single_step): Use
+       rs6000_breakpoint_from_pc() to fetch breakpoint instruction
+       and size.  Use target_insert_breakpoint() and
+       target_remove_breakpoint() to insert and remove breakpoints
+       instead of explicit memory reads and writes.
+
+2002-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
+       * rs6000-tdep.c (rs6000_push_arguments): Eliminate
+       ELF_OBJECT_FORMAT ifdef.
+
+2002-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       From Jimi X <jimix@watson.ibm.com>:
+       * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
+
+2002-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       From Jimi X <jimix@watson.ibm.com>:
+       * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
+       definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
+
+2002-04-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
+       s/asprintf/xasprintf/.
+       (fbsd_make_corefile_notes): s/strdup/xstrdup/.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       I believe Jeff Law denies responsability for this one:
+       * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
+       Work-around for PR gdb/366.
+
+2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * remote-e7000.c (write_small, e7000_read_inferior_memory,
+       e7000_read_inferior_memory_large, e7000_insert_breakpoint,
+       e7000_remove_breakpoint): Use paddr_nz() to print addresses.
+
+2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * sh-tdep.c (sh_fp_frame_init_saved_regs,
+       sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
+       information.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
+       maintainer.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * README (Reporting Bugs in GDB): Document the bug web page as the
+       prefered way of submitting bugs.
+       Fix PR gdb/402.
+
+2002-04-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
+       -1.  Update comment.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-04-07  Andreas Schwab  <schwab@suse.de>
+
+       * m68klinux-nat.c (fill_fpregset): Properly pass address of
+       buffer to regcache_collect.
+
+2002-04-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
+       * gdbarch.c, gdbarch.h: Re-generate.
+
+2002-04-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
+       declaration.  Fix -Werror.
+
+2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
+       * gdbarch.c: Regenerate.
+
+2002-04-05  Michael Snyder  <msnyder@redhat.com>
+
+       * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
+
+2002-04-05  H.J. Lu  (hjl@gnu.org)
+
+       * solib-svr4.c (bkpt_names): Add "__start".
+
+2002-04-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
+       as test for 64 bit target.
+
+2002-04-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * h8500-tdep.c (h8500_write_fp): Delete function.
+       * dwarf2cfi.c (cfi_write_fp): Document as not used.
+       * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
+       * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
+       * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
+       (s390_write_fp):
+       * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
+       * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
+       * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
+       (d10v_write_fp): Delete function.
+       * inferior.h (write_fp, generic_target_write_fp): Delete
+       declarations.
+       * regcache.c (generic_target_write_fp): Delete function.
+       (write_fp): Delete function.
+       * gdbarch.sh (TARGET_WRITE_FP): Delete.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
+       * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
+       (sparc64_write_fp): Delete declaration.
+       * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
+       (h8500_write_fp): Delete declaration.
+
+2002-04-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c (sparc64_write_fp): Delete.
+       (sparc_push_dummy_frame): Replace write_fp call with code to store
+       the FP directly.
+       (sparc_gdbarch_init): Do not initialize write_fp.
+
+2002-04-05  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
+       clause.
+
+2002-03-29  Jim Blandy  <jimb@redhat.com>
+
+       * stack.c (get_selected_block): Add new argument `addr_in_block',
+       used to return the exact code address we used to select the block,
+       not just the block.
+       * blockframe.c (get_frame_block, get_current_block): Same.
+       * frame.h (get_frame_block, get_current_block,
+       get_selected_block): Update declarations.
+       * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
+       linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
+
+2002-04-05  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
+       warning message.
+
+2002-04-05  J. Brobecker  <brobecker@gnat.com>
+
+       * utils.c (xfullpath): New function.
+       * defs.h (xfullpath): Add declaration.
+       * source.c (openp): Use xfullpath in place of gdb_realpath to
+       avoid resolving the basename part of filenames when the
+       associated file is a symbolic link. This fixes a potential
+       inconsistency between the filenames known to GDB and the
+       filenames it prints in the annotations.
+       * symtab.c (lookup_symtab): Use the new xfullpath function, in order
+       to be able to match a filename with either the real filename, or
+       the name of any symbolic link to this file.
+       (lookup_partial_symtab): Ditto.
+
+2002-04-04  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c: Add support for hardware breakpoints in overlays.
+       (overlay_events_enabled): New state variable.
+       (insert_breakpoints): Use overlay_events_enabled to decide
+       whether to attempt to set a breakpoint at the overlay load addr.
+       Handle bp_hardware_breakpoint as well as bp_breakpoint.
+       (remove_breakpoint): Use overlay_events_enabled to decide
+       whether breakpoints need to be removed from overlay load addr.
+       Handle bp_hardware_breakpoint as well as bp_breakpoint.
+       (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
+       (create_overlay_event_breakpoint, enable_overlay_breakpoints, 
+       disable_overlay_breakpoints): Update overlay_events_enabled.
+
+2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * dwarf2read.c (struct function_range): New.
+       (cu_first_fn, cu_last_fn, cu_cached_fn): New.
+       (check_cu_functions): New.
+       (read_file_scope): Initialize global function lists.
+       Call dwarf_decode_line after processing children.
+       (read_func_scope): Add to global function list.
+       (dwarf_decode_lines): Call check_cu_functions everywhere
+       record_line is called.  Call record_line with a linenumber
+       of 0 to mark sequence ends.
+
+2002-04-04  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI 
+       change sync with glibc.
+
+2002-04-03  Jim Blandy  <jimb@redhat.com>
+
+       * configure.in: Call AC_C_INLINE.
+       * configure: Regenerated.
+       
+2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
+       and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
+
+2002-03-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS: Mention gcore support on FreeBSD/i386.
+
+       * fbsd-proc.c: New file.
+       * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
+       * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
+
+       * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
+       while statement.
+
+2002-03-29  Jim Blandy  <jimb@redhat.com>
+
+       * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
+       unescaped newlines in string literals, but newer ones don't.  So
+       escape them.
+
+2002-03-26  Michael Snyder  <msnyder@redhat.com>
+           Andrew Cagney <cagney@redhat.com>
+
+       * cli/cli-dump.c: New file.  Dump memory to file, 
+       restore file to memory.
+       * cli/cli-dump.h: New file.
+       * Makefile.in: Add rules, dependencies for cli-dump.o.
+       * NEWS: Mention new commands.
+
+2002-03-28  Michael Snyder  <msnyder@redhat.com>
+
+       * symfile.c (symbol_file_add): Move test for null symbols to later.
+
+2002-03-27  Andrew Cagney  <ac131313@redhat.com>
+
+       From veksler at il.ibm.com:
+       * utils.c (gdb_realpath): If canonicalize_file_name fails, return
+       the xstrduped original path.
+       Fix PR gdb/417.
+
 2002-03-27  Michael Snyder  <msnyder@redhat.com>
 
        * breakpoint.c (_initialize_breakpoint): Clean up help string.
This page took 0.025979 seconds and 4 git commands to generate.