summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.tgt (sparc-*openbsd): Remove entry accidentiallyMark Kettenis2002-05-122-2/+6
| | | | checked in with last change.
* * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):Mark Kettenis2002-05-122-3/+8
| | | | | Remove targets. These are canonicalized to i386-*-sysv4.2uw by config.sub.
* 2002-05-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-122-9/+26
| | | | * Makefile.in: Update dependencies.
* * language.c (local_hex_string_custom): Simplify. Do not dependAndrew Cagney2002-05-128-74/+55
| | | | | | | | | | | | | | | | | | | | | | | | on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG. * memattr.c (mem_info_command): Replace calls to longest_local_hex_string and longest_local_hex_string_custom. * buildsym.c (make_blockvector): Ditto. * solib.c (info_sharedlibrary_command): Ditto. * tracepoint.c (tracepoints_info): Ditto. * symtab.c (print_msymbol_info): Ditto. * language.c (local_hex_string): Delete. (local_hex_string_custom): Delete. (longest_local_hex_string): Rename to local_hex_string. (longest_local_hex_string_custom): Rename to local_hex_string_custom. * language.h (local_hex_string): Change parameter type to LONGEST. (local_hex_string_custom): Ditto. (longest_local_hex_string): Delete declaration. (longest_local_hex_string_custom): Ditto. * solib.c: Update copyright. * memattr.c: Update copyright.
* * arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney2002-05-1210-28/+345
| | | | | | | | | | | | | | | | | | | | | | | | (legacy_value_to_register): Declare. (legacy_convert_register_p): Declare. * arch-utils.c (legacy_register_to_value): New function. (legacy_value_to_register): New function. (legacy_convert_register_p): New function. * gdbarch.sh (REGISTER_TO_VALUE): Define. (VALUE_TO_REGISTER): Define. (CONVERT_REGISTER_P): Define. * gdbarch.h, gdbarch.c: Regenerate. * valops.c (value_assign): Use CONVERT_REGISTER_P and VALUE_TO_REGISTER. * findvar.c (value_from_register): Use REGISTER_TO_VALUE and CONVERT_REGISTER_P. * gdbint.texinfo (Target Architecture Definition): Document REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. (Target Architecture Definition): Revise section `Using Different Register and Memory Data Representations'. Add section `Raw and Virtual Register Representations'.
* 2005-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-125-53/+77
| | | | | | | | | | | | | | | | | Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * Makefile.in: Update dependencies for valops.c. * valops.c: Include "gdb_assert.h". (typecmp): Skip THIS parameter to methods. (find_method_list): Remove static_memfuncp argument, update callers. Check for stub methods. (find_value_oload_method_list): Don't set *static_memfuncp. (find_overload_match): Don't check for stub methods. Assert that methods are not stubbed. Handle static methods. (value_find_oload_method_list): Remove static_memfuncp argument. * gdbtypes.c (check_stub_method): Do not add THIS pointer to the argument list for static stub methods. * value.h (value_find_oload_method_list): Update prototype.
* * arch-utils.h (generic_register_size): Declare.Andrew Cagney2002-05-1211-35/+64
| | | | | | | | | | | | | | | | | | | | | | (generic_register_raw_size, generic_register_virtual_size): Delete declarations. * arch-utils.c (generic_register_raw_size): Delete. (generic_register_size): New function. (generic_register_virtual_size): Delete. * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make default generic_register_size. * gdbarch.h, gdbarch.c: Re-generate. * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for register_virtual_size. * x86-64-tdep.c (x86_64_gdbarch_init): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. * gdbint.texinfo (Target Architecture Definition): Mention defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. (Target Architecture Definition): Mention same. Add references to web pages.
* * gdbarch.sh (gdbarch_data): Add gdbarch parameter.Andrew Cagney2002-05-127-16/+33
| | | | | | | | | | | * gdbarch.h, gdbarch.c: Regenerate. * gnu-v3-abi.c: Update copyright. (vtable_address_point_offset): Update. (gnuv3_rtti_type): Update. (gnuv3_baseclass_offset): Update. * solib-svr4.c (svr4_fetch_link_map_offsets): Update. (init_fetch_link_map_offsets): Update. * remote.c (get_remote_state): Update.
* daily updateAlan Modra2002-05-121-1/+1
|
* *** empty log message ***gdbadmin2002-05-121-1/+1
|
* 2002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-115-115/+7
| | | | | | | * TODO: Remove value_headof/value_from_vtable_info comment. * printcmd.c (print_command_1): Don't call value_from_vtable_info. * values.c (value_headof, value_from_vtable_info): Delete. * value.h (value_from_vtable_info): Delete prototype.
* * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),Andrew Cagney2002-05-112-31/+43
| | | | | | | | gdb_string.h with $(gdb_string_h) and gdb_regex.h with $(gdb_regex_h). (gdb_assert_h): Define. (gdb_wait_h): Define. (gdb_regex_h): Define.
* 2002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-112-1/+9
| | | | | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>: * linespec.c (find_methods): Handle GCC 3.x template constructors.
* * nbsd-tdep.c: Fix comment.Jason Thorpe2002-05-112-5/+8
|
* * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.Jason Thorpe2002-05-118-89/+155
| | | | | | | | | | | | | | | | | (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list. (nbsd-tdep.o): New dependency list. * alphanbsd-tdep.c: Don't include solib-svr4.h. Include nbsd-tdep.h. (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove. (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets. * nbsd-tdep.c: New file. * nbsd-tdep.h: New file. * shnbsd-tdep.c: Don't include solib-svr4.h. Include nbsd-tdep.h. (shnbsd_solib_svr4_fetch_link_map_offsets): Remove. (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets. * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o. * config/sh/nbsd.mt (TDEPFILES): Ditto.
* * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.Jason Thorpe2002-05-117-6/+16
| | | | | | | | * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o. * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o. * config/i386/nbsd.mt (TDEPFILES): Add corelow.o. * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o. * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
* * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.Jason Thorpe2002-05-118-14/+24
| | | | | | | | | * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/m68k/nbsd.mh (NATDEPFILES): Likewise. * config/ns32k/nbsd.mh (NATDEPFILES): Likewise. * config/powerpc/nbsd.mh (NATDEPFILES): Likewise. * config/sparc/nbsd.mh (NATDEPFILES): Likewise. * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
* * i386nbsd-nat.c: Delete file. Move fetch_core_registers andJason Thorpe2002-05-117-139/+148
| | | | | | | | | | | | | | | | | fetch_elfcore_registers to... * i386nbsd-tdep.c: ...here. (i386nbsd_use_struct_convention): Rename to... (i386nbsd_aout_use_struct_convention): ...this. (i386nbsd_supply_reg): New function. (i386nbsd_fill_reg): New function. (fetch_core_registers): Use i386nbsd_supply_reg. (fetch_elfcore_registers): Likewise. (_initialize_i386nbsd_tdep): New function. * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o. * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to... (i386nbsd_aout_use_struct_convention): ...this.
* * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.Jason Thorpe2002-05-114-67/+76
| | | | | | | | | | | | | | | | | | | | | | | | | (store_inferior_registers): Use shnbsd_fill_reg. * shnbsd-tdep.c (sh_nbsd_supply_registers, sh_nbsd_supply_register): Collapse into... (shnbsd_supply_reg): ...this. (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into... (shnbsd_fill_reg): ...this. (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to... (shnbsd_solib_svr4_fetch_link_map_offsets): ...this. (fetch_core_registers): Use shnbsd_supply_reg. (fetch_elfcore_registers): Use shnbsd_supply_reg. (sh_nbsd_core_fns): Rename to... (shnbsd_core_fns): ...this. (sh_nbsd_elfcore_fns): Rename to... (shnbsd_elfcore_fns): ...this. (sh_nbsd_init_abi): Rename to... (shnbsd_init_abi): ...this. (_initialize_sh_nbsd_tdep): Rename to... (_initialize_shnbsd_tdep): ...this. * shnbsd-tdep.h (sh_nbsd_supply_registers, sh_nbsd_supply_register, sh_nbsd_fill_registers, sh_nbsd_fill_register): Remove prototypes. (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
* * Makefile.in (ALLDEPFILES): Remove i387-nat.c.Jason Thorpe2002-05-1122-362/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | (i387-nat.o): Delete dependency list. (go32-nat.o): Change i387-nat.h to i387-tdep.h. (x86-64-linux-nat.o): Likewise. * i387-nat.c: Delete file, moving contents to... * i387-tdep.c: ...here. * i387-nat.h: Rename... * i387-tdep.h: ...to this. * go32-nat.c: Include i387-tdep.h instead of i387-nat.h. * i386-linux-nat.c: Likewise. * i386bsd-nat.c: Likewise. * i386gnu-nat.c: Likewise. * i386nbsd-nat.c: Likewise. * i386v4-nat.c: Likewise. * x86-64-linux-nat.c: Likewise. * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o. * config/i386/go32.mh (NATDEPFILES): Likewise. * config/i386/i386gnu.mh (NATDEPFILES): Likewise. * config/i386/i386sol2.mh (NATDEPFILES): Likewise. * config/i386/i386v42mp.mh (NATDEPFILES): Likewise. * config/i386/linux.mh (NATDEPFILES): Likewise. * config/i386/nbsd.mh (NATDEPFILES): Likewise. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/obsd.mh (NATDEPFILES): Likewise. * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
* 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Daniel Jacobowitz2002-05-112-1/+16
| | | | | | | Daniel Jacobowitz <drow@mvista.com> * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't map BFD_RELOC_RVA.
* * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.Jason Thorpe2002-05-114-134/+98
| | | | | | | | | (alphanbsd-nat.o): Remove dependency list. (alphanbsd-tdep.o): Add $(regcache_h) to dependency list. * alphanbsd-nat.c: Delete. Contents moved to... * alphanbsd-tdep.c: ...here. (_initialize_alphanbsd_tdep): Register core functions. * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
* * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.Jason Thorpe2002-05-118-96/+192
| | | | | | | | | | | | | | | | | | | | | | | (alphabsd-nat.o): Depend on alphabsd-tdep.h. (alphanbsd-nat.o): Likewise. (alphabsd-tdep.o): New dependency list. * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg. (fill_gregset): Use alphabsd_fill_reg. (supply_fpregset): Use alphabsd_supply_fpreg. (fill_fpregset): Use alphabsd_fill_fpreg. (fetch_inferior_registers): Use struct reg and struct fpreg rather than gregset_t and fpregset_t. Use alphabsd_supply_reg and alphabsd_supply_fpreg. (store_inferior_registers): Use struct reg and struct fpreg rather than gregset_t and fpregset_t. Use alphabsd_fill_reg and alphabsd_fill_fpreg. * alphabsd-tdep.c: New file. * alphabsd-tdep.h: New file. * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg. (fetch_elfcore_registers): Use alphabsd_supply_reg and alphabsd_supply_fpreg. * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o. * config/alpha/nbsd.mt (TDEPFILES): Likewise.
* 2002-05-11 Eric Christopher <echristo@redhat.com>Eric Christopher2002-05-113-53/+59
| | | | | | * mips-tdep.c (mips_double_register_type): Fix thinko. (mips_single_register_type): Ditto. * MAINTAINERS: Add self.
* * i387-nat.c (i387_supply_register, i387_fill_fsave,Mark Kettenis2002-05-112-47/+38
| | | | | | i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the right thing on architectures with different endianness and/or integer sizes.
* Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,Nick Clifton2002-05-114-291/+317
| | | | hppa*-*-openbsd*
* From Christian Limpach <chris@Pin.LU>Jason Thorpe2002-05-113-408/+406
| | | | | | * configure.in: Change sed expression which comments out NATDEPFILES to also comment out continuation lines. * configure: Regenerate.
* daily updateAlan Modra2002-05-111-1/+1
|
* *** empty log message ***gdbadmin2002-05-111-1/+1
|
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-19/+7
| | | | | * sh-tdep.c: Clean up code erroneously reintroduced by previous big patch.
* 2002-05-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-05-102-1/+5
| | | | * gdb.base/long_long.exp: Fix typo.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-1/+5
| | | | * sh-tdep.c: Include correct file.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-103-8/+2500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New support for sh64-elf (sh5) target. * configure.tgt: For sh64-elf target, default to sh-elf. * config/sh/tm-sh.h (enum sh-abi): Possible ABI's. (struct gdbarch_tdep): Add new fields for new registers and ABI info. * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h. (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT, MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR, UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR, IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15, IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA, IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA, IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0, IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV, IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV, IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros. (sh_sh64_register_name, sh64_elf_make_msymbol_special, pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves, sh64_skip_prologue_hard_way, sh64_use_struct_convention, gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain, sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo, sh64_get_gdb_regnum, sh64_media_reg_base_num, sh64_compact_reg_base_num, translate_rn_to_arch_reg_num, sign_extend, sh64_nofp_frame_init_saved_regs, sh64_init_extra_frame_info, sh64_get_saved_register, sh64_extract_struct_value_address, sh64_pop_frame, sh64_push_arguments, sh64_extract_return_value, sh64_store_return_value, sh64_show_media_regs, sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte, sh_sh64_register_raw_size, sh_sh64_register_virtual_size, sh_sh64_register_virtual_type, sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw, sh64_pseudo_register_read, sh64_register_read, sh64_pseudo_register_write, sh64_register_write, do_fv_c_register_info, do_dr_c_register_info, do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info, sh64_do_pseudo_register, sh_compact_do_registers_info, sh64_do_registers_info, sh_gdbarch_init): New functions.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-0/+58
| | | | * sim-sh.h: New file, for sh gdb<->sim interface.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-1/+5
| | | | * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
* XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix2002-05-104-17/+142
|
* * gdb.base/printcmds.exp: Don't xfail the ptype command. This isJim Blandy2002-05-102-1/+4
| | | | a bug.
* 2002-05-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-102-13/+10
| | | | | * linespec.c (decode_line_1): Check for a double quote after a filename correctly.
* * gdb.base/printcmds.exp (test_integer_literals_rejected):Jim Blandy2002-05-103-2/+17
| | | | | | Recognize more detailed error message produced by the macro expander's lexical analyzer. * lib/gdb.exp (test_print_reject): Same.
* Properly track the size of the current objfile's .debug_line section.Jim Blandy2002-05-102-0/+25
| | | | | | | | | * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size. (DWARF_LINE_SIZE): New macro. (dwarf2_build_psymtabs_hard): Record the line section's size in the partial symbol table. (psymtab_to_symtab_1): Restore dwarf_line_size from the partial symbol table.
* Handle breakpoints on L instruction type in MLX instruction bundle byPetr Sorfa2002-05-102-0/+26
| | | | | moving the breakpoint to the third slot (X instruction type) as L holds only data.
* * elf32-i386.c (elf_i386_relocate_section): Remove overflow checksAlan Modra2002-05-102-38/+7
| | | | addend in 2002-05-09 commit.
* * dbxread.c (discarding_local_symbols_complaint): New complaint.Kevin Buettner2002-05-102-1/+24
| | | | | (process_one_symbol): Complain about discarding local symbols due to a misplaced N_LBRAC entry.
* * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,Alan Modra2002-05-102-2/+17
| | | | don't look for stubs on all undefined syms.
* 2002-05-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-102-3/+11
| | | | | | From Daniel Berlin <dan@cgsoftware.com> * linespec.c (find_toplevel_char): '<' and '>' also increase and decrease the depth we are at, in the case of templates.
* daily updateAlan Modra2002-05-101-1/+1
|
* *** empty log message ***gdbadmin2002-05-101-1/+1
|
* Check in change missed when sh*-*-netbsdelf* was added:Jason Thorpe2002-05-091-0/+1
| | | | * NEWS: Note new sh*-*-netbsdelf* configuration.
* * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.Jason Thorpe2002-05-092-8/+39
| | | | (print_insn_mode): Print some basic info about floating point values.
* H2002-05-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-092-8/+36
| | | | | | | * mips-tdep.c (mips_float_register_type): New function. (mips_double_register_type): New function. (mips_print_register): Use them. (do_fp_register_row): Likewise.