* macroscope.c (default_macro_scope): Put `void' in empty argument
[binutils-gdb.git] / gdb / ChangeLog
index 57a965ff5985a0c16be84ef3edf0f85e18f794d5..01b1a5b64471181e4fa6714e152269a0b1715dfa 100644 (file)
@@ -1,3 +1,349 @@
+2002-05-29  Jim Blandy  <jimb@redhat.com>
+
+       * macroscope.c (default_macro_scope): Put `void' in empty argument
+       list.
+
+2002-05-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (arch-utils.o): Add $(sim_regno_h).
+       * arch-utils.c: Include "sim-regno.h".
+       * gdbarch.sh: Don't include "sim-regno.h".
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * sim-regno.h (legacy_register_sim_regno): Move declaration from
+       here.
+       * arch-utils.h (legacy_register_sim_regno): To here.
+       * remote-sim.c (legacy_register_sim_regno): Move function from
+       here.
+       * arch-utils.c (legacy_register_sim_regno): To here.
+
+2002-05-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * sim-regno.h: New file.
+       * Makefile.in (sim_regno_h): Define.
+       (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
+       * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
+       (legacy_register_sim_regno): New function.
+       (one2one_register_sim_regno): New function.
+       (gdbsim_fetch_register): Rewrite.
+       (gdbsim_store_register): Only store a register when
+       REGISTER_SIM_REGNO is valid.
+       * d10v-tdep.c: Include "sim-regno.h".
+       (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
+       (d10v_ts3_register_sim_regno): Ditto.
+       * gdbarch.sh: Include "sim-regno.h".
+       (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * arch-utils.h (default_register_sim_regno): Delete declaration.
+       * arch-utils.c (default_register_sim_regno): Delete function.
+
+2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ppcnbsd-nat.c: Rewrite.
+       * ppcnbsd-tdep.c: New file.
+       * ppcnbsd-tdep.h: New file.
+       * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
+       solib.o, and solib-svr4.o.
+       * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
+       nbsd-tdep.o, and corelow.o.
+
+2002-05-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
+       `tr' and `sed'.  Mention that `broken' targets are not expected to
+       build.
+
+2002-05-27  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
+       Let PC point right after the prologue before looking up symbols.
+       
+2002-05-27  Martin M. Hunt  <hunt@redhat.com>
+
+       * i386-tdep.c (i386_register_virtual_type): Return 
+       builtin_type_vec128i for SSE registers.
+
+       * gdbtypes.h (builtin_type_vec128i): Declare.
+
+       * gdbtypes.c (build_builtin_type_vec128i): New function.
+       (builtin_type_v2_double, builtin_type_v4_int64): New types.
+       (builtin_type_vec128i): New type for SSE2 128-bit registers.
+       (build_gdbtypes): Initialize new builtin vector types.
+       (_initialize_gdbtypes): Register new vector types with gdbarch.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * MAINTAINERS: ns32k is not longer an obsolete candidate,
+       since it has been multi-arch'd.
+       * NEWS: Note that ns32k-*-* is now partial multi-arch.
+       Move Alpha and VAX multi-arch news entries to same section
+       as other multi-arch news.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
+       target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
+       static.  Rename some register numbers to put them in ns32k-tdep
+       private namespace.
+       (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
+       ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
+       functions.
+       (_initialize_ns32k_tdep): Use gdbarch_register.
+       * ns32k-tdep.h: New file.
+       * ns32knbsd-tdep.c: New file.
+       * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
+       * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
+       (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
+       REGISTER_BYTES, REGISTER_BYTE): Remove.
+       * config/ns32k/tm-ns32k.h: New file.
+       * config/ns32k/tm-umax.h: Remove.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c (ns32k_saved_pc_after_call,
+       ns32k_store_struct_return, ns32k_extract_return_value,
+       ns32k_store_return_value, ns32k_extract_struct_value_address): New
+       functions.
+       * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
+       ns32k_saved_pc_after_call.
+       (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
+       (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
+       (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
+       (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
+       ns32k_extract_struct_value_address.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
+       ns32k_fix_call_dummy): New.
+       * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
+       ns32k_call_dummy_words.
+       (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
+       (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
+       CALL_DUMMY_NARGS): Remove.
+       (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
+       ns32k_frame_saved_pc, ns32k_frame_args_address,
+       ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
+       ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
+       * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
+       * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
+       (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
+       (BREAKPOINT): Remove..
+       (FRAME_CHAIN): Define as ns32k_frame_chain.
+       (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
+       (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
+       (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
+       (FRAME_FIND_SAVED_REGS): Remove.
+       (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
+       (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
+       (POP_FRAME): Define as ns32k_pop_frame.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c (ns32k_register_byte_32082,
+       ns32k_register_byte_32382, ns32k_register_raw_size,
+       ns32k_register_virtual_size, ns32k_register_virtual_type): New
+       functions.
+       * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
+       ns32k_register_byte_32382.
+       * config/ns32k/tm-umax.h: Update copyright years.
+       (REGISTER_BYTE): Define as ns32k_register_byte_32082.
+       (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
+       (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
+       (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
+       (ns32k_get_enter_addr): Fix prototype.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * ns32k-tdep.c: Update copyright years.
+       (ns32k_register_name_32082): New function.
+       (ns32k_register_name_32382): Ditto.
+       * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
+       (REGISTER_NAME): Define as ns32k_register_name_32382.
+       * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
+       (REGISTER_NAME): Define as ns32k_register_name_32082.
+
+2002-05-24  Jim Blandy  <jimb@redhat.com>
+
+       * dwarf2read.c (free_line_header): Use xfree, not free.
+
+2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
+       alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
+
+2002-05-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
+
+2002-05-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From Ross Alexander at NEC Europe:
+       * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
+
+2002-05-23  Michael Snyder  <msnyder@redhat.com>
+
+       * cli/cli-dump.c (restore_command): Use parse_and_eval_long
+       for input, rather than parse_and_eval_address.  
+
+2002-05-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
+       * Makefile.in (sim_d10v_h): Update definition.
+
+2002-05-24  Andrew Cagney  <cagney@redhat.com>
+
+       * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
+       change `2002-05-22 Michael Snyder' below.
+       (d10v_push_arguments): Ditto.
+       (d10v_extract_return_value): Ditto.
+
+2002-05-23  Jim Blandy  <jimb@redhat.com>
+
+       * macrotab.c (check_for_redefinition): Don't complain if the new
+       definition is the same as the previous one.  Take more arguments
+       to allow the comparison.
+       (macro_define_object, macro_define_function): Pass more arguments
+       to check_for_redefinition.
+
+2002-05-22  Michael Snyder  <msnyder@redhat.com>
+
+       * d10v-tdep.c: Change a few macros to enums for ease of debugging.
+       (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
+       (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
+       (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
+       Don't bail if return_pc is PC_IN_CALL_DUMMY.
+       Add a temp variable to save a call (and a memory read).
+       (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
+       if possible (so that PC_IN_CALL_DUMMY will work).
+
+2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
+
+       * MAINTAINERS: Remove status `OBSOLETE' from v850.
+
+2002-05-22  Michal Ludvig  <mludvig@suse.cz>
+
+       * dwarf2cfi.c (frame_state_for): Added safety check for a valid
+       fde->cie_ptr.
+       (dwarf2_build_frame_info): Corrected handling of eh_frame.
+       (dwarf2_build_frame_info): Add offset to fde->initial_location 
+       so that frames of shared libraries are mapped correctly.
+       (execute_stack_op): Change type of 'result' from ULONGEST to
+       CORE_ADDR.
+       
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/alpha/tm-nbsd.h: Include solib.h.
+
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
+       assumptions about the host's byte order.
+
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
+       to dependency list.
+       * alphanbsd-tdep.c: Include solib-svr4.h.
+       * shnbsd-tdep.c: Ditto.
+
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
+       nbsd-tdep.h to dependency list.
+       * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
+       i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
+       ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
+       nbsdaout.mh and nbsdelf.mh consistently.
+       * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
+       ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
+       nbsdaout.mt and nbsdelf.mh consistently.
+       * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
+       (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
+       to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
+       * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
+       a.out shared library stuff from here...
+       * config/nm-nbsdaout.h: ...to here.
+       * config/tm-nbsd.h: Remove.
+       * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
+       * config/arm/nbsd.mh: Remove.
+       * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
+       nbsd-tdep.o.
+       * config/arm/nbsdaout.mh: New file. 
+       * config/arm/nbsdelf.mh: New file.
+       * config/arm/nm-nbsdaout.h: New file.
+       * config/i386/nbsd.mh: Remove.
+       * config/i386/nbsd.mt: Remove.
+       * config/i386/nbsdaout.mh: New file.
+       * config/i386/nbsdaout.mt: New file.
+       * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
+       * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
+       * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
+       i386_register_u_addr): Remove.
+       * config/i386/nm-nbsdaout.h: New file.
+       * config/i386/nm-nbsdelf.h: Remove.
+       * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
+       (USE_STRUCT_CONVENTION): Remove.
+       * config/i386/tm-nbsdaout.h: New file.
+       * config/i386/tm-nbsdelf.h: Remove.
+       * config/m68k/nbsd.mh: Remove.
+       * config/m68k/nbsd.mt: Remove.
+       * config/m68k/nbsdaout.mh: New file.
+       * config/m68k/nbsdaout.mt: New file. 
+       * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
+       * config/m68k/nm-nbsdaout.h: New file.
+       * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
+       (IN_SOLIB_CALL_TRAMPOLINE): Define.
+       * config/ns32k/nbsd.mh: Remove.
+       * config/ns32k/nbsd.mt: Remove. 
+       * config/ns32k/nbsdaout.mh: New file.
+       * config/ns32k/nbsdaout.mt: New file.
+       * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
+       * config/ns32k/nm-nbsdaout.h: New file.
+       * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
+       (IN_SOLIB_CALL_TRAMPOLINE): Define.
+       * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
+       (SVR4_SHARED_LIBS): Remove.
+       * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
+       * config/sparc/nbsd.mh: Remove.
+       * config/sparc/nbsd.mt: Remove.
+       * config/sparc/nbsdaout.mh: New file.
+       * config/sparc/nbsdaout.mt: New file.
+       * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
+       * config/sparc/nbsdelf.mt: New file.
+       * config/sparc/nm-nbsdaout.h: New file.   
+       * config/sparc/nm-nbsdelf.h: Remove.
+       * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
+       * config/sparc/tm-nbsdaout.h: New file.
+
+2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
+       mipsnbsd-tdep.c
+       (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
+
+2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
+       shnbsd-nat.c.
+       (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
+
+2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * NEWS: Note new MIPS NetBSD native configuration. 
+       * configure.host (mips*-*-netbsd*): New host. 
+       * configure.tgt (mips*-*-netbsd*): New target. 
+       * mipsnbsd-nat.c: New file.
+       * mipsnbsd-tdep.c: New file.
+       * mipsnbsd-tdep.h: New file.
+       * config/mips/nbsd.mh: New file.
+       * config/mips/nbsd.mt: New file.
+       * config/mips/nm-nbsd.h: New file.
+       * config/mips/tm-nbsd.h: New file.
+
 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * Makefile.in (SFILES): Add osabi.c.