daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 63f9662116fd0715187f5fcbf31d879597cc4f3e..d1385a23003d1184a50810bdcf0976eb7129d88d 100644 (file)
@@ -1,3 +1,714 @@
+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-18  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c (display_selector): New function. Displays information
+       about the information returned by GetThreadSelectorEntry API function.
+       (display_selectors): New function. Displays the infomation of
+       the selector given as argument, or of CS, DS ans FS selectors
+       if no argument is given.
+       ( _initialize_inftarg): Add "w32" as info prefix command.
+       Add "info w32 selector" as command calling display_selectors.
+
+2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * i386-tdep.c (get_longjmp_target): Fix compilation failure
+       by setting dummy values to JB_PC and JB_ELEMENT_SIZE
+       if not defined.
+
+2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
+
+2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
+       (arm_fix_call_dummy): Call it.
+       (arm_call_dummy_breakpoint_offset): Delete.
+       (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
+       * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
+
+2002-02-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
+       Default to func_frame_chain_valid.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * frame.h (FRAME_CHAIN_VALID): Delete definition.
+
+2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
+
+       * ppc-linux-nat.c: Update copyright.
+       (fetch_register, store_register): Add tid parameter, don't compute
+       tid here.
+       (fetch_ppc_registers, store_ppc_registers): Add tid
+       parameter. Pass it along to callees.
+       (fetch_inferior_registers, store_inferior_registers): Compute tid
+       here, and pass it to calleed functions.
+       (fill_gregset, supply_fpregset): Clean up formatting.
+
+2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
+       * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
+
+2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
+       * gdbarch.c gdbarch.h: Regenerate.
+       * breakpoint.c (create_longjmp_breakpoint): Always compile this
+       function.
+       (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
+       * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
+       (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
+
+       * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
+       * arm-tdep.c (arm_get_longjmp_target): New function.
+       (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
+       this to a positive value register arm_get_longjmp_target as the
+       longjmp handler.
+       * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
+       (arm_linux_init_abi): Set up longjmp description in tdep.
+       * armnbsd-nat.c (get_longjmp_target): Delete.
+       * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
+       description in tdep.
+       * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
+       (get_longjmp_target): Delete declaration.
+       (GET_LONGJMP_TARGET): Delete.
+       * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
+       (GET_LONGJMP_TARGET): Delete.
+
+2002-02-17  Kevin Buettner  <kevinb@redhat.com>
+
+       From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
+       * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
+       of ``current_gdbarch''.
+
+2002-02-17  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-cmds.c (compare_strings): New function.
+       (complete_command): Only print each unique item once.
+       * completer.h (complete_line): Declare.
+       * completer.c (complete_line): New function.
+       (line_completion_function): Use it.
+
+2002-02-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
+
+       * valarith.c (value_x_unop): Fix decrement; support post-decrement.
+
+2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
+
+       From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
+       * valops.c (value_arg_coerce): Don't take the address of a reference
+       to convert an argument to a reference.
+
+2002-02-15  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (get_image_name): New function.
+       (handle_load_dll): Use get_image_name function.
+       (get_child_debug_event): Avoid registering debug events until possibly
+       execed process is started.
+       (child_create_inferior): Allow invocation via shell so that command
+       line redirection, etc.  works ok.
+       (_initialize_inftarg): Add new command: "set shell" to control whether
+       a shell is used to start a process.
+
+2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
+       instead of find_register_by_number.
+       (cannot_store_register): Likewise.
+
+2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * dwarf2read.c: Replace fprintf (stderr, ...) by
+       fprintf_unfiltered (gdb_stderr, ...).
+
+2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/gdbserver.1: Document --attach.
+
+2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
+       descriptions.
+       * arm-tdep.c (arm_default_arm_le_breakpoint)
+       (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
+       (arm_default_thumb_be_breakpoint): New.  Initialize them from
+       traditional breakpoint defines.
+       (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
+       (arm_gdbarch_init): Initialize new breakpoint variables.
+       * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
+       (arm_linux_init_abi): Initialize linux-specific breakpoint.
+       * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
+       (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
+       code out to ...
+       (arm_netbsd_init_abi_common): ... here; new function.
+       * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
+       (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
+       * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
+       * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
+
+2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.h (enum arm_abi): New enum.
+       (struct gdbarch_tdep): New structure.
+       (LOWEST_PC): Provide a default.
+       (arm_gdbarch_register_os_abi): Declare new function.
+       * arm-tdep.c (arm_abi_names): New array.
+       (process_note_abi_tag_sections): New function.
+       (get_elfosabi): New function.
+       (arm_gdbarch_register_os_abi): New function.
+       (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
+       support for that ABI has been built in, then call the appropriate
+       configuration routine.  Use gdbarch_num_regs() to get the number
+       of registers.
+       (arm_dump_tdep): New function.
+       (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
+       place-holder functions.
+       (_initialize_arm_tdep): Register them.
+       * config/arm/tm-arm.h (LOWEST_PC): Delete.
+
+       * armnbsd-tdep.c: New file.
+       * Makefile.in (armnbsd-tdep.o): Add dependencies.
+       * config/arm/nbsd.mt (TDEPFILES): Add it.
+       * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
+
+       * armnbsd-nat.c: Include regcache.h.
+       * Makefile.in (armnbsd-nat.o): Update dependency list.
+
+       * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
+
+2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/Makefile.in: Fix typos in target rules.
+
+2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix part of PR gdb/267.
+       * linespec.c (find_methods): Handle constructors specially for now.
+
+2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
+
+       * arm-tdep.c (arm_push_arguments): Eliminate special float type
+       handling.
+       * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
+       standard_coerce_float_to_double().
+
+2002-02-14  Christopher Faylor  <cgf@redhat.com>
+
+       * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
+       GDBINIT_FILENAME.
+
+2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
+       find_variant_by_name, because it confuses the multiarch
+       framework. Return NULL if there isn't an architecture with the
+       user supplied name, instead of forcing a different one without
+       recording the change with the multiarch machinery.
+       (find_variant_by_name): Delete.
+
+2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
+       i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
+
+2002-02-13  Martin M. Hunt  <hunt@redhat.com>
+
+       * 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>
+
+       * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
+       and remove unused $(INCLUDE_DIR).
+       Add regcache.c to OBS.
+       Add generated register protocol files to clean target.
+       Update dependencies for new objects, obsolete old target code.
+
+       * gdbserver/linux-low.c: Remove all platform-specific code to
+       new files.  Remove various dead code.  Update to use regcache
+       functionality.
+       * gdbserver/remote-utils.c (fromhex): Add return statement
+       to quiet warning.
+       (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
+       constant.
+       (input_interrupt): Add integer parameter to match prototype
+       of a signal handler.
+       (outreg): Use register_data ().
+       (prepare_resume_reply): Use gdbserver_expedite_regs.
+       * gdbserver/server.c (main): Dynamically allocate own_buf because
+       PBUFSIZ is no longer constant.  Use registers_to_string () and
+       registers_from_string ().
+       * gdbserver/server.h: No longer include "defs.h".  Add prototypes
+       for error (), fatal (), and warning ().  Update definition of
+       PBUFSIZ to use regcache functionality.  Add include guard.
+       * gdbserver/utils.c (fatal): Add missing ``const''.
+       (warning): New function.
+
+       * regformats/regdat.sh: Include "regcache.h" in generated files.
+       Provide init_registers () function.
+       * regformats/regdef.h: Add prototype for set_register_cache ().
+       Add include guard.
+
+       * gdbserver/linux-arm-low.c: New file.
+       * gdbserver/linux-i386-low.c: New file.
+       * gdbserver/linux-ia64-low.c: New file.
+       * gdbserver/linux-m68k-low.c: New file.
+       * gdbserver/linux-mips-low.c: New file.
+       * gdbserver/linux-ppc-low.c: New file.
+       * gdbserver/linux-sh-low.c: New file.
+
+       * gdbserver/regcache.c: New file.
+       * gdbserver/regcache.h: New file.
+
+       * gdbserver/low-linux.c: Removed obsolete file.
+
+2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
+       * config/i386/linux.mt: Likewise.
+       * config/ia64/linux.mt: Likewise.
+       * config/m68k/linux.mh: Likewise.
+       * config/powerpc/linux.mh: Likewise.
+       * config/mips/linux.mt: Likewise.
+
+       * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
+
+       * config/i386/i386lynx.mh: Mark gdbserver variables
+       as (currently) obsolete for this target.
+       * config/i386/nbsd.mt: Likewise.
+       * config/i386/nbsdelf.mt: Likewise.
+       * config/m32r/m32r.mt: Likewise.
+       * config/m68k/m68klynx.mh: Likewise.
+       * config/m68k/nbsd.mt: Likewise.
+       * config/m68k/sun3os4.mh: Likewise.
+       * config/mips/vr5000.mt: Likewise.
+       * config/ns32k/nbsd.mt: Likewise.
+       * config/pa/hppabsd.mh: Likewise.
+       * config/pa/hppaosf.mh: Likewise.
+       * config/powerpc/nbsd.mt: Likewise.
+       * config/rs6000/rs6000lynx.mh: Likewise.
+       * config/s390/s390.mt: Likewise.
+       * config/s390/s390x.mt: Likewise.
+       * config/sparc/sparclynx.mh: Likewise.
+       * config/sparc/sun4os4.mh: Likewise.
+       * config/i386/x86-64linux.mt: Likewise.
+       * config/sparc/linux.mh: Likewise.
+
+2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.tgt: Configure gdbserver only for known working
+       targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
+       * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
+       SUBDIRS if it is configured.  Update comment for ${nativefile}.
+       * configure: Regenerated.
+
+2002-02-13  Michael Snyder  <msnyder@redhat.com>
+
+       * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
+       (default_gcore_mach): Just return 0, work around a problem in bfd.
+       (default_gcore_target): OK to return NULL if exec_bfd is null.
+       (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
+       sizeof (host pointer) != sizeof (target pointer)).
+       (procfs_make_note_section): Avoid overflow in psargs string.
+
+       * procfs.c (procfs_make_note_section): Make the default
+       implementation return an error.
+
+2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
+
+       * procfs.c (procfs_make_note_section): Provide a default definition
+       (for alpha-dec-osf4.0f). Fix typos.
+
+2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
+
+       * linux-proc.c: Add include of regcache.h.
+       * Makefile.in (linux-proc.o): Add dependency on regcache.h.
+
+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
+       non-overlapping.
+
+2002-02-13  Michael Chastain <mec@shout.net>
+
+       * defs.h: Kill CONST_PTR.
+       * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
+       * c-lang.c (c_builtin_types): Likewise.
+       * ch-lang.c (ch_builtin_types): Likewise.
+       * f-lang.c (f_builtin_types): Likewise.
+       * language.c (unknown_builtin_types): Likewise.
+       * m2-lang.c (m2_builtin_types): Likewise.
+       * p-lang.c (pascal_builtin_types): Likewise.
+       * scm-lang.c (c_builtin_types): Likewise.
+
+2002-02-13  Keith Seitz  <keiths@redhat.com>
+
+       * arm-tdep.h (arm_get_next_pc): Add declaration.
+
+2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
+       with other related struct-returning functions.
+       (arm_extract_struct_value_address): New function.
+       (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
+       initialize float_format, double_format and long_double_format as
+       appropriate to the endianness of the target.
+       * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
+       (arm_use_struct_convention): Delete declaration.
+       (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
+
+2002-02-13  Keith Seitz  <keiths@redhat.com>
+
+        * defs.h (core_addr_to_string_nz): New function.
+
+2002-02-13  Mark Kettenis  <kettenis@gnu.org>
+
+       Apply missing bits of 2002-01-15 patch.
+       * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
+       (fill_fpregset): Use i387_fill_fsave.
+
+2002-02-12  Keith Seitz  <keiths@redhat.com>
+
+       * utils.c (core_addr_to_string): Use phex instead of phex_nz.
+       (core_addr_to_string_nz): New function.
+
+2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-nat.c: Really include arm-tdep.h.
+       * config/arm/tm-linux.h (struct type, struct value): Declare.
+
+2002-02-11  Michael Snyder  <msnyder@redhat.com>
+
+       * procfs.c: Include elf-bfd.h (for elfcore_write functions).
+       (gcore section): Ifdef for Solaris and Unixware only.
+       (procfs_do_thread_registers): Unixware needs one lwpstatus
+       per thread (not one prstatus or pstatus).
+       (procfs_make_note_section): Iterate only over kernel threads (lwps),
+       not over all gdb threads.  For unixware, call elfcore_write_pstatus
+       once before iterating over threads.
+
+2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.h: New file.
+       * arm-tdep.c: Include arm-tdep.h.
+       (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
+       (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
+       (arm_print_float_info, arm_register_type, convert_to_extended)
+       (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
+       (arm_extract_return_value, arm_register_name): Make static.
+       (arm_software_single_step): Similarly.  Fix types in declaration.
+       (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
+       (arm_store_return_value, arm_store_struct_return): New functions.
+       (arm_gdbarch_init): Register the above functions.  Also register
+       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
+       prologue_cache.saved_regs here, rather than ...
+       (_initialize_arm_tdep): ... here.
+       * config/arm/tm-arm.h (struct type, struct value): Delete forward
+       declarations.
+       (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
+       (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
+       (arm_print_float_info, arm_register_type, convert_to_extended)
+       (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
+       (arm_extract_return_value, arm_register_name): Delete declarations.
+       (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
+       (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
+       (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
+       (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
+       (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
+       (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
+       (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
+       (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
+       (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
+       (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
+       (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
+       (arm_get_next_pc): No-longer static -- these are needed by the RDI
+       interface.
+       * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
+       * remote-rdi.c remote-rdp.c: Likewise.
+       * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
+       (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
+       * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
+       definition.
+
+       * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
+       (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
+       (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
+       from non-ARM_ prefixed definitions.
+       * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
+       all uses of above.
+       * remote-rdi.c remote-rdp.c: Likewise.
+       * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
+
+2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_frameless_function_invocation)
+       (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
+       (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
+       (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
+       (arm_pop_frame, arm_get_next_pc): Make static.
+       (arm_gdbarch_init): Register above in gdbarch structure.
+       (arm_read_fp): Renamed from arm_target_read_fp.
+       (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
+       * config/arm/tm-arm.h (arm_frameless_function_invocation)
+       (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
+       (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
+       (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
+       (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
+       (arm_pc_is_thumb_dummy): Delete declarations.
+       (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
+       (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
+       (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
+       (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symtab.c (compare_search_syms): New function.
+       (sort_search_symbols): New function.
+       (search_symbols): Sort symbols after searching rather than
+       before.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Linux -> GNU/Linux.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: For for level one methods, disallow a definition
+       when partially multi-arched.  Add comments explaining rationale.
+       * gdbarch.h: Re-generate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * 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
+       field.  Use diff -u.
+       * gdbarch.c: Re-generate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
+       * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
+       partial.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
+       multi-arch partial.
+       (PUSH_ARGUMENTS): Switch to using predefault.
+       * gdbarch.c: Regenerate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * valops.c (PUSH_ARGUMENTS): Delete definition.
+       * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
+       partial.  Default to default_push_arguments.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+2002-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (throw_exception): Rename return_to_top_level.  Update
+       comments.
+       * utils.c (error_stream, internal_verror, quit): Ditto.
+       * top.c (throw_exception, catcher): Ditto.
+       * sparclet-rom.c (sparclet_load): Ditto.
+       * remote.c (interrupt_query, minitelnet): Ditto.
+       * remote-sds.c (interrupt_query): Ditto.
+       * remote-mips.c (mips_error, mips_kill): Ditto.
+       * ocd.c (interrupt_query): Ditto.
+       * 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
+       default_double_format.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * findvar.c (floatformat_unknown): Delete variable definition.
+       * doublest.h (floatformat_unknown): Delete variable declaration.
+
 2002-02-09  Jim Blandy  <jimb@redhat.com>
 
        * stabsread.c (read_type): Add code to parse Sun's syntax for
 
        * 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.033088 seconds and 4 git commands to generate.