* value.h (struct value): Delete field ``substring_addr''. Change
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 01bea4b62c7aa14f254720f7e698327d671381e0..7a76faf8d95a720939b56fd6c7a2e5cc07550590 100644 (file)
@@ -1,3 +1,677 @@
+2002-03-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * value.h (struct value): Delete field ``substring_addr''.  Change
+       aligner fields to force_doublest_align, force_longest_align,
+       force_core_addr_align and force_pointer_align.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
+       to fix internal_error from ``maintenance print architecture''.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
+       for gcc versions after gcc-2.8.1.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
+       for method resolution.  Restore adjustment of ``this'' pointer after
+       calling value_struct_elt, which was accidentally removed during the
+       HP merge.
+
+2002-03-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
+       value_of_register.
+       * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
+       get_saved_register.
+       * value.h (value_of_register): Update.
+
+2002-03-14  Richard Henderson  <rth@redhat.com>
+
+       * configure.in: Detect declaration for canonicalize_file_name.
+       * utils.c (canonicalize_file_name): Declare, if needed.
+       (gdb_realpath): Prefer realpath if available and usable.
+       * config.in, configure: Rebuild.
+
+2002-03-14  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
+       a constant array bound.
+
+       * MAINTAINERS: Add myself to write-after-approval.
+
+2002-03-13  Michal Ludvig  <mludvig@suse.cz>
+
+       * gdbserver/remote-util.c (remote_open): Print remote-side's
+       IP address when remote debugging over the network.
+                
+2002-03-12  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/sparc/fbsd.mh: Fix copyright.
+       * config/sparc/fbsd.mt: Likewise.
+
+2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * MAINTAINERS: Fix typo in name of gdb warnings option.
+       (x86-64): Fix formating so that this can be parsed by awk.
+
+2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
+       * defs.h: Include "gdb/signals.h".
+       (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
+
+2002-03-10  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
+       * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here 
+       from x86-64-tdep.h
+
+2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
+           Don Howard <dhoward@redhat.com>
+
+       * mips-tdep.c (ST0_FR): Define.
+       (mips2_fp_compat): New function, temporarily disabled.
+       (mips_read_fp_register_single): New function.
+       (mips_read_fp_register_double): New function.
+       (mips_print_register): Use them.
+       (do_fp_register_row): Likewise.
+
+2002-03-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
+       approval''.
+
+2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * stabsread.c (read_member_functions): Fix is_stub test for
+       static member functions, improve comment.
+
+2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
+
+       * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
+       (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
+       (_initialize_remote_rdi): Use add_set_boolean_cmd to register
+       commands that set boolean values.
+       (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
+       (arm_rdi_resume): Always initialize PC.
+       (arm_rdi_open): Don't use rslt as a boolean.
+       (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
+       (arm_rdi_fetch_registers, arm_rdi_store_registers)
+       (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
+       (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
+
+2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
+       * configure: Rebuilt.
+
+2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
+       (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
+
+2002-03-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (set_cmd_completer): New function.
+       * command.h (set_cmd_completer): Declare.
+       * cli/cli-decode.h (set_cmd_completer): Ditto.
+
+       * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
+       * cli/cli-cmds.c (init_cli_cmds): Ditto.
+       * win32-nat.c (_initialize_inftarg): Ditto.
+       * remote-rdi.c (_initialize_remote_rdi): Ditto.
+       * proc-api.c (_initialize_proc_api): Ditto.
+       * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
+       * source.c (_initialize_source): Ditto.
+       * exec.c (_initialize_exec): Ditto.
+       * solib.c (_initialize_solib): Ditto.
+       * top.c (init_main): Ditto.
+       * tracepoint.c (_initialize_tracepoint): Ditto.
+       * symfile.c (_initialize_symfile): Ditto.
+       * printcmd.c (_initialize_printcmd): Ditto.
+       * infcmd.c (_initialize_infcmd): Ditto.
+       * corefile.c (_initialize_core): Ditto.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Update headings, 5.2 has branched.
+
+2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
+       (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
+       (register_addr, REGISTER_RAW_SIZE): Likewise.
+       (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
+       * gdbserver/linux-x86-64-low.c: Remove extra #endif.
+
+2002-03-03  Michal Ludvig <mludvig@suse.cz>
+
+       * MAINTAINERS (x86-64): Add myself.
+       * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
+       changed value_ptr -> struct value *
+
+2002-03-01  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.host (sparc64-*-freebsd): Add.
+       * configure.tgt: Likewise.
+       * config/sparc/fbsd.mh: New file.
+       * config/sparc/fbsd.mt: Likewise.
+       * config/sparc/nm-fbsd.h: Likewise.
+       * config/sparc/tm-fbsd.h: Likewise.
+
+2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
+       regformats/reg-s390x.dat.
+
+2002-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c: Add FIXME explaining true/false problem.
+
+2002-02-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
+
+2002-02-28  Michael Chastain  <mec@shout.net>
+
+       * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
+
+2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-s390-low.c: New file.
+       * regformats/reg-s390.dat: New file.
+       * regformats/reg-s390x.dat: New file.
+       * gdbserver/configure.srv: Add S/390.
+       * gdbserver/Makefile.in: Add S/390.
+       * configure.tgt: Enable gdbserver for S/390.
+
+2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (_initialize_go32_nat): Don't use periods in the
+       first line of the doc string for "info dos", except at the end of
+       the sentence, since the short help stops at the first period.
+
+2002-02-28  Jason Merrill  <jason@redhat.com>
+
+       * dwarf2read.c (dwarf_cfi_name): Add new codes.
+
+2002-02-27  Fred Fish  <fnf@redhat.com>
+
+       * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
+       comment (dumy -> dummy).
+
+2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
+
+2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
+
+      * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/acconfig.h: New file.
+       * gdbserver/i387-fp.c: New file.
+       * gdbserver/i387-fp.h: New file.
+       * gdbserver/linux-x86-64.c: New file.
+       * regformats/reg-x86-64.dat: New file.
+       * configure.tgt: Add x86_64-*-linux* gdbserver support.
+       * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
+       * gdbserver/configure.in: Add support for regsets.
+       * gdbserver/config.in: Regenerate.
+       * gdbserver/configure: Regenerate.
+       * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
+       * gdbserver/linux-low.h: New file.
+       * gdbserver/linux-low.c: Include "linux-low.h".  Add support
+       for regsets.
+       * gdbserver/linux-arm-low.c: Include "linux-low.h".
+       * gdbserver/linux-ia64-low.c: Include "linux-low.h".
+       * gdbserver/linux-m68k-low.c: Include "linux-low.h".
+       * gdbserver/linux-mips-low.c: Include "linux-low.h".
+       * gdbserver/linux-ppc-low.c: Include "linux-low.h".
+       * gdbserver/linux-sh-low.c: Include "linux-low.h".
+       * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
+       "i387-fp.h".  Add PTRACE_GETREGS and friends.
+       * gdbserver/regcache.c (supply_register): New function.
+       (supply_register_by_name): New function.
+       (collect_register): New function.
+       (collect_register_by_name): New function.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
+       (config.status): Add configure.srv dependency.
+       (server_h): Add config.h dependency.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/reg-i386-linux.dat: New file, with $orig_eax.
+       * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
+       * gdbserver/configure.srv: Change i386-*-linux* to use
+       reg-i386-linux.o.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * x86-64-tdep.c: Re-indent.  Update copyright date.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       From Michal Ludvig <mludvig@suse.cz>:
+       * x86-64-tdep.c (value.h): Delete.
+       (gdb_assert.h): Include.
+       (x86_64_register_convert_to_virtual,
+       x86_64_register_convert_to_raw ): Add check which lets only
+       floating-point values to be converted.
+       (value_push): Delete.
+       (x86_64_push_arguments): Order of arguments pushed on stack fixed.
+       (i386_gdbarch_init): Number of register_bytes fixed.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Add x86-64 target.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * memattr.c (mem_command): Eliminate ``true'' and ``false''.
+       * osfsolib.c (solib_map_sections): Ditto.
+       * irix5-nat.c (solib_map_sections): Ditto.
+       * corelow.c (gdb_check_format): Ditto.
+       * symfile.c (symfile_bfd_open): Ditto.
+       * solib.c (solib_map_sections): Ditto.
+       Fix PR gdb/354.
+       
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote.c (_initialize_remote): By default, disable ``e'' and
+       ``E'' step out-of-range packets.
+
+2002-02-26  Andreas Schwab  <schwab@suse.de>
+
+       * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
+       m68k_linux_frame_saved_pc.
+       (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
+       in_sigtramp.
+       (SIGCONTEXT_PC_OFFSET): Remove.
+       * m68klinux-nat.c (m68k_linux_frame_saved_pc,
+       m68k_linux_sigtramp_saved_pc): New functions.
+       (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
+       (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
+       (UCONTEXT_PC_OFFSET): Define.
+       (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
+       non-RT and RT signal trampolines.
+
+2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
+       (TARGET_NBPG, STACK_END_ADDR): Delete
+       (VARIABLES_INSIDE_BLOCK): Delete.
+
+2002-02-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c (perror_with_name): Make string parameter constant.
+       (print_sys_errmsg): Ditto.
+       (query): Ditto.
+       * defs.h (perror_with_name): Update.
+       (print_sys_errmsg): Update.
+       (query): Update.
+
+2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
+
+       From Eliot Dresselhaus <eliot@ayrnetworks.com>:
+       * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
+
+2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
+       if it already matches the current architecture from the exec file.
+       Include arch-utils.h for gdbarch_info_init prototype.
+       * Makefile.in (rs6000-nat.o): Update dependencies.
+
+2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
+        list of exported variables.
+
+2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/configure.srv: New file.
+       * gdbserver/configure.in: Use configure.srv instead
+       of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
+       from it.
+       * gdbserver/configure: Regenerated.
+       * gdbserver/terminal.h: New file.
+       * gdbserver/Makefile.in: Update for configure changes.  Remove
+       more unneeded include paths.
+
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       From wiz at danbala:
+       * config/sparc/tm-sp64.h: Fix grammar and typos.
+       Fix PR gdb/287.
+
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
+       with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
+       * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
+       * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
+       * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
+       * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
+       * s390-tdep.c: Ditto.
+       * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
+       * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
+       * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
+       * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
+       * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
+       * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
+       * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
+       * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
+       * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
+       * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
+       Fix PR gdb/378.
+       
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * lin-thread.c: Delete file.
+       * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
+       to gdb_proc_service.h.
+       * configure: Re-generate.
+
+       * ocd.c (ocd_open): Do not try to open the "ocd" device.
+       * serial.c (serial_open): Delete check for "ocd".
+       Fix PR gdb/349.
+
+       * Makefile.in (linux-thread.o): Delete target.
+       * linux-thread.c: Delete file.
+
+       * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
+       renamed SH files to be consistent.
+
+       * symtab.c (sort_search_symbols): Use xfree.
+
+2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-tdep.c (arm_linux_init_abi): Register
+       IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
+       * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
+       definition with undef, since we don't want the sysvr4 definition.
+       (SKIP_TRAMPOLINE_CODE): Likewise.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
+
+       * configure.in: (AC_CHECK_FUNCS) Added test for
+       canonicalize_file_name Regenerated.
+        * config.in, configure: Regenerated.
+        * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
+       defined use canonicalize_file_name.
+        
+2002-02-23  Michael Chastain  <mec@shout.net>
+
+       * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * README: Remove references to cygnus.com.
+       * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
+       dot com'' form.  Remove references to cygnus.com and sourceware.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
+       * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
+       1003.1-2001 no longer allows "head -1".
+       * gdb/Makefile.in (version.c): Likewise.
+       * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
+       * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
+       equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (cmd_cfunc_eq): New function.
+       * command.h (cmd_cfunc_eq): Declare.
+       * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
+
+       * cli/cli-cmds.h (is_complete_command): Change parameter to a
+       ``struct cmd_list_element *''.
+       * cli/cli-cmds.c (is_complete_command): Update.  Use
+       cmd_cfunc_eq.
+       * top.c (execute_command): Pass the command to
+       is_complete_command.
+       * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
+       * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
+       architecture defines.
+       * s390-tdep.c (s390_gdbarch_init): Likewise.
+
+2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
+       (arm_linux_push_arguments): Likewise.
+       (arm_linux_init_abi): Register them.  Also register linux-specific
+       call_dummy_words.
+       (find_minsym_and_objfile): Use strcmp, not STREQ.
+       * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
+       (arm_linux_call_dummy_words): Delete declaration.
+       (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
+       (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
+       declarations.
+       (LOWEST_PC): Delete.
+
+2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * maint.c (print_section_info): Do not prepend `0x' to filepos
+       output, it will be handled by local_hex_string_custom.
+
+2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
+       (store_newfpe_double, store_newfpe_extended, store_fpregister)
+       (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
+
+2002-02-22  Jim Blandy  <jimb@redhat.com>
+
+       Indicate that the bcache functions don't change the strings
+       they're passed.
+       * bcache.h (bcache, hash): Add `const' keywords to declarations.
+       * bcache.c (bcache, hash): Add `const' keywords to definitions.
+
+2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c (child_create_inferior): Fix create flags setting bug.
+
+2002-02-21  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (register_loaded_dll): Just use raw name when we can't
+       find the complete path to a loaded DLL.
+
+2002-02-21  Fred Fish  <fnf@redhat.com>
+
+       * dbxread.c (process_one_symbol): When finding an N_FUN symbol
+       that marks the end of the range of a function, enter a line number
+       entry that has a line number of zero and a PC offset that matches
+       the end of the function.  This starts a range of PC's for which no
+       line number information is known.
+       * symtab.c (find_pc_sect_line): If our best fit is in a range of
+       PC's for which no line number info is found (line number is zero)
+       then we didn't find any valid line information.
+       * symtab.h: Document use of zero line number entry.
+
+2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
+
+       * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
+       (have_ptrace_getvrregs): Define for run time checks.
+       (gdb_vrregset_t): New type for Altivec register handling.
+       (fetch_register, store_register): Fetch/store altivec register
+       when needed.
+       (fetch_altivec_register, store_altivec_register): New functions.
+       (supply_vrregset, fill_vrregset): New functions.
+       (fetch_altivec_registers, store_altivec_registers): New functions.
+       (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
+       registers as well.
+
+2002-02-21  Jiri Smid  <smid@suse.cz>
+
+       * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
+
+2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
+
+       * Makefile.in (armnbsd-nat.o): Update dependencies.
+       * armnbsd-nat.c (supply_gregset): New function.  Common code to
+       supply the integer register set.
+       (supply_fparegset): New function.  Similar for FPA registers.
+       (fetch_regs, fetch_fp_regs): Use them.
+       (fetch_core_registers): Likewise.
+       (fetch_elfcore_registers): New function.
+       (arm_netbsd_elfcore_fns): New core-file type specification.
+       (_initialize_arm_netbsd_nat): Register it.
+
+2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
+
+       * armnbsd-nat.c: Include gdbcore.h.
+       (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
+       (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
+       'void' to declaration, to shut up ARI.
+       (fetch_core_registers): Make static.  Rewrite using supply_register.
+       (arm_netbsd_core_fns): New core-file type specification.
+       (_initialize_arm_netbsd_nat): New function.
+
+2002-02-21  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
+       value.
+
+2002-02-20  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
+       fails.
+
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * jv-exp.y (parse_number): Change type of implicit longs
+       to builtin_type_uint64.
+
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (mywait): Change argument to waitpid
+       to be an integer instead of a `union wait'.
+
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * mips-linux-nat.c: Call the operating system GNU/Linux.
+       * mips-linux-tdep.c: Likewise.
+       * mips-tdep.c: Likewise.
+
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/265.
+       * jv-exp.y (parse_number): Handle 64-bit integers.
+
+2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
+       AC_STDC_HEADERS to AC_HEADER_STDC.
+       * gdbserver/configure: Regenerated.
+
+2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
+       is defined.
+       * sparc-tdep.c (get_longjmp_target): Likewise.
+
+2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * News: Add news about ARM and Multi-arch.  Mention the new target
+       arm*-*-netbsd*.
+
+2002-02-19  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (error_type_complaint): Improve error message.
+
+2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/README: Update documentation.
+       * gdbserver/configure.in: Update configury to match documentation.
+       * gdbserver/Makefile.in: Likewise.
+       * gdbserver/configure: Regenerated.
+       * gdbserver/aclocal.m4: New file, generated by aclocal.
+       * gdbserver/config.in: New file, generated by autoheader.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
+       armnbsd-nat.c.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.h (enum arm_float_model): New enum.
+       (struct gdbarch_tdep): Add fp_model.
+       * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
+       up floating-point conversions until we know the floating-point model
+       in use by the inferior.  Don't complain about being unable to
+       determine the ABI of the inferior when we don't have one.
+       (arm_extract_return_value): Support different floating-point models.
+       (arm_store_return_value): Likewise.
+       * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
+       ARM_FLOAT_SOFT.
+       (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
+
+2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
+        of ``current_gdbarch''.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * armnbsd-nat.c : ANSIfy all function declarations.
+       (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
+       (fetch_inferior_registers): Re-implement in terms of above.
+       (store_register, store_regs, store_fp_register, store_fp_regs): New.
+       (store_inferior_registers): Re-implement in terms of above.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
+       kernel.
+       * arm-linux-tdep.c: Likewise.
+       * config/arm/tm-linux.h: Likewise.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
+       * config/arm/nbsd.mt (TM_FILE): Delete.
+       * config/arm/tm-nbsd.h: Delete.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
+       Initialize CALL_DUMMY_LENGTH.
+
+2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
+       function.
+       (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
+       * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
+       defines one thing and that is incorrect for this port.
+       (IN_SOLIB_CALL_TRAMPOLINE): Delete.
+
 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
 
 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
 
-       * dwarf2read.c: Replace fprintf (stderr, ...) by 
+       * dwarf2read.c: Replace fprintf (stderr, ...) by
        fprintf_unfiltered (gdb_stderr, ...).
 
 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
 
 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
 
-       Fix part of PR gdb/267.  
+       Fix part of PR gdb/267.
        * linespec.c (find_methods): Handle constructors specially for now.
 
 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
 
 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
 
-       * stack.c (print_frame_info_base): When calling 
+       * stack.c (print_frame_info_base): When calling
        print_frame_info_listing_hook, set current_source_symtab.
 
 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
        (make_mem_sec): Use a cast, avoid a warning.
 
        * procfs.c (find_memory_regions_callback): Use a cast instead of
-       calling host_pointer_to_address (which complains if 
+       calling host_pointer_to_address (which complains if
        sizeof (host pointer) != sizeof (target pointer)).
        (procfs_make_note_section): Avoid overflow in psargs string.
 
-       * procfs.c (procfs_make_note_section): Make the default 
+       * procfs.c (procfs_make_note_section): Make the default
        implementation return an error.
 
 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
 
        From 2002-01-18 Greg McGary <greg@mcgary.org>:
-       * memattr.c (create_mem_region): Disallow useless empty region.  
-       Regions are half-open intervals, so allow [A..B) [B..C) as 
+       * memattr.c (create_mem_region): Disallow useless empty region.
+       Regions are half-open intervals, so allow [A..B) [B..C) as
        non-overlapping.
 
 2002-02-13  Michael Chastain <mec@shout.net>
        call_dummy_start_offset, sizeof_call_dummy_words,
        function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
        sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
-       max_register_virtual_size, register_size.  Set up 
+       max_register_virtual_size, register_size.  Set up
        prologue_cache.saved_regs here, rather than ...
        (_initialize_arm_tdep): ... here.
        * config/arm/tm-arm.h (struct type, struct value): Delete forward
 
        * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
        multi-arch partial.
-       
+
 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
        * monitor.c (monitor_interrupt_query): Ditto.
        * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
        * target.h: Update comment.
-       
+
        * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
-       
+
 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
 
        * MAINTAINERS (write-after-approval): Add myself.
        (paper-trail): I've escaped!
-       
+
 2002-02-08  Christopher Faylor  <cgf@redhat.com>
 
        * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
 
 2002-02-07  Michael Snyder  <msnyder@redhat.com>
 
-       * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): 
+       * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
        Logic bug, remove misplaced else.
 
 2002-02-07  Klee Dienes  <klee@apple.com>
        characters that need to be quoted when building a string for the
        shell.  Quote '!' specifically with a backslash, since CSH chokes
        when trying to evaluate "str!str".
-       
+
 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * rdi-share/host.h: Only provide a typedef for bool if it is not
 
        * breakpoint.h (enum bptype): Add new overlay event bp type.
        (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
-       
+
        * breakpoint.c (create_internal_breakpoint): New function.
        (internal_breakpoint_number): Moved into create_internal_breakpoint.
        (create_longjmp_breakpoint): Use create_internal_breakpoint.
 
 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
 
-       * win32-nat.c (_initialize_check_for_gdb_ini): 
+       * win32-nat.c (_initialize_check_for_gdb_ini):
        Add typecast to sprintf argument to suppress a warning.
 
 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
        (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
        that gives exception name and address.
        (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
-       and set last_sig value to ourstatus->value.sig. Some missing 
+       and set last_sig value to ourstatus->value.sig. Some missing
        exceptions added.
-       (child_continue): Correctly report continue_status.     
-       (get_child_debug_event,do_initial_child_stuff): Set last_sig to 
+       (child_continue): Correctly report continue_status.
+       (get_child_debug_event,do_initial_child_stuff): Set last_sig to
        TARGET_SIGNAL_0 (new default value).
-       (child_resume): consider sig argument passed to decide if 
+       (child_resume): consider sig argument passed to decide if
        the exception should be passed to debuggee or not.
 
 2002-02-05  Michael Snyder  <msnyder@redhat.com>
        ELF_MAKE_MSYMBOL_SPECIAL.
        * gdbarch.c, gdbarch.h: Regenerate.
        * arch-utils.c (default_make_msymbol_special): New function.
-       * arch-utils.h (default_make_msymbol_special): Export. 
+       * arch-utils.h (default_make_msymbol_special): Export.
        * elfread.c (elf_symtab_read): Compile use of
        ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
        multiarched.
 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        Add support for hardware watchpoints on win32 native.
-       * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of 
+       * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
        CONTEXT_DEBUG_REGISTERS.
-       (dr variable): New variable. Static array containing a local copy 
+       (dr variable): New variable. Static array containing a local copy
        of debug registers.
        (debug_registers_changed): New variable.  Reflects when debug registers
        are changed and need to be written to inferior.
-       (debug_registers_used): New variable. Reflects when any debug register 
+       (debug_registers_used): New variable. Reflects when any debug register
        was set, used when new threads are created.
        (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
        i386-nat code.
        * tracepoint.c (_initialize_tracepoint): Ditto.
        * cli/cli-decode.c (add_set_cmd): Ditto.
        * cli/cli-cmds.c (init_cli_cmds): Ditto.
-       
+
 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
 
        * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
        * printcmd.c (disassemble_command): Remove an ancient
        artifact of an old merge.
 
-       * symfile.h (enum overlay_debugging_state): 
+       * symfile.h (enum overlay_debugging_state):
        Define enum constant values for overlay mode.
        * symfile.c (overlay_debugging): Use enums instead of literals.
-       (overlay_is_mapped, overlay_auto_command, 
-       overlay_manual_command): Ditto. 
+       (overlay_is_mapped, overlay_auto_command,
+       overlay_manual_command): Ditto.
 
-       * breakpoint.c (insert_breakpoints, remove_breakpoint, 
-       breakpoint_here_p, breakpoint_inserted_here_p, 
-       breakpoint_thread_match, bpstat_stop_status, 
+       * breakpoint.c (insert_breakpoints, remove_breakpoint,
+       breakpoint_here_p, breakpoint_inserted_here_p,
+       breakpoint_thread_match, bpstat_stop_status,
        describe_other_breakpoints, check_duplicates, clear_command):
        Coding standard fixes.
 
        (target_byte_order): Initialize to BFD_ENDIAN_BIG.
        (initialize_current_architecture): Update target_byte_order using
        information from BFD.
-       * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): 
+       * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
        * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
 
 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
 
 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
 
-        * Makefile.in (hpread_h): Delete. 
+        * Makefile.in (hpread_h): Delete.
         (HFILES_NO_SRCDIR): Remove hpread.h.
         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
         (hpread.o): Update dependencies.
         January 1999.
 
         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
-        config/pa/hpux1020.mh, config/pa/hppaosf.mh, 
+        config/pa/hpux1020.mh, config/pa/hppaosf.mh,
         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
 
        arguments is not reversed.
        * solib-sunos.c (sunos_relocate_main_executable): Likewise.
        * solib-svr4.c (svr4_relocate_main_executable): Likewise.
-       
+
 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
 
        * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
        * gdbserver/low-sim.c (create_inferior): Ditto.
        * gdbarch.sh: Ditto.
        * gdbarch.h: Re-generate.
-       * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P): 
-       * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): 
-       * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE): 
-       * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P): 
-       * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P): 
-       * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P): 
-       * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE): 
+       * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
+       * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
+       * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
+       * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
+       * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
+       * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
+       * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
        * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
        macro definition.
        * config/mips/tm-wince.h: Remove #undef of macro
This page took 0.139669 seconds and 4 git commands to generate.