aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-18 Fix PR gdb/709Daniel Jacobowitz2-27/+24
* values.c (value_static_field): Call read_var_value.
2002-09-182002-09-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-18/+153
* valops.c (hand_function_call): Align the initial stack pointer and STRUCT_ADDR using frame_align. When STRUCT_RETURN and FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's return value. * mips-tdep.c (mips_frame_align): New function. (mips_gdbarch_init): Set frame_align. * gdbarch.sh (FRAME_ALIGN): New method. * gdbarch.h, gdbarch.c: Re-generate.
2002-09-18 * lib/gdb.exp (rerun_to_main): Allow restarting application.Corinna Vinschen3-24/+9
* gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2002-09-18 * elfcode.h (elf_slurp_reloc_table_from_section): CheckDaniel Jacobowitz2-1/+12
correct relocation count.
2002-09-182002-09-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-1/+6
* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS registers.
2002-09-18 * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.Thiemo Seufer2-8/+10
2002-09-18 * bfd-in.h (bfd_get_dynamic_symcount): Define.Daniel Jacobowitz6-2/+32
* bfd.c (struct _bfd): Add dynsymcount. * bfd-in2.h: Regenerated. * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set abfd->dynsymcount. * elfcode.h (elf_slurp_reloc_table_from_section): Check for overflow.
2002-09-18 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.Stan Cox2-44/+94
(macro): Likewise for la. Likewise for ld. (mips_after_parse_args): Make -xgot optional, not the default. (md_apply_fix3): Allow composite relocation to set up gp. (tc_gen_reloc): Allow relaxing for newabi. Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local. Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
2002-09-18 * emulparams/elf32bmipn32-defs.sh: New file.Stan Cox6-74/+91
* emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh. * emulparams/elf32btsmipn32.sh: Likewise. * emulparams/elf64bmip.sh: Likewise. * emulparams/elf64btsmip.sh: Likewise.
2002-09-18 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.Stan Cox4-4/+17
(mips_elf64_final_gp): Don't make up gp value. * elfn32-mips.c (mips_elf_final_gp): Likewise. * elfxx-mips.c (_bfd_mips_elf_final_link): Always create .MIPS.options/.options section.
2002-09-18*** empty log message ***gdbadmin1-1/+1
2002-09-18daily updateAlan Modra1-1/+1
2002-09-172002-09-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney8-26/+46
* NEWS: Mention that MIPS $fp behavior changed. * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete reference to FP_REGNUM. (mipsnbsd_cannot_store_register): Ditto. * mips-linux-nat.c: Update copyright. (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM. (mips_linux_cannot_store_register): Ditto. * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright. * config/mips/tm-mips.h: Update copyright. (FP_REGNUM): Delete macro. (MIPS_REGISTER_NAMES): Replace "fp" with "". * config/mips/tm-irix6.h (FP_REGNUM): Delete macro. * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp. (mips_r3041_reg_names, mips_r3051_reg_names) (mips_r3081_reg_names): Replace "fp" with "". Fix PR gdb/480.
2002-09-17* gdb/avr-tdep.c(avr_scan_prologue): Fix bad call toTheodore A. Roth2-8/+11
generic_read_register_dummy() (PR gdb/703). (avr_push_return_address): #if 0 out unused vars. (avr_gdbarch_init): Enable use of avr_push_return_address().
2002-09-17Fix thinko: m32r, not mips!Michael Snyder1-1/+1
2002-09-172002-09-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* mips-stub.c (restore_and_return): Postpone restoring of PSW. RTE will take care of it.
2002-09-172002-09-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-2/+18
* arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is invalid, return SP_REGNUM.
2002-09-17fix date.Andrew Cagney1-1/+1
2002-09-172002-08-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-7/+20
* mips-tdep.c (mips_pop_frame): Read saved values of floating point registers without sign extension.
2002-09-17 * mi-var-cmd.exp: Add tests to check when varobj pinned to aKeith Seitz2-0/+34
selected frame changes type.
2002-09-172002-09-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney18-56/+147
* h8300-tdep.c (h8300_frame_chain): (h8300_frame_saved_pc): * blockframe.c (deprecated_read_register_dummy): Rename generic_read_register_dummy. * frame.c (frame_unwind_signed_register): New function. (frame_unwind_unsigned_register): New function. * frame.h (frame_unwind_signed_register): Declare. (frame_unwind_unsigned_register): Declare. (deprecated_read_register_dummy): Rename generic_read_register_dummy. * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update. * rs6000-tdep.c (rs6000_frame_saved_pc): Update. * s390-tdep.c (s390_frame_saved_pc_nofix): Update. (s390_frame_chain): Update. * v850-tdep.c (v850_find_callers_reg): Update. (v850_frame_saved_pc): Update. * m32r-tdep.c (m32r_init_extra_frame_info): Update. (m32r_find_callers_reg): Update. (m32r_frame_saved_pc): Update. * sh-tdep.c (sh_find_callers_reg): Update. (sh64_get_saved_pr): Update. (sh_init_extra_frame_info): Update. (sh_init_extra_frame_info): Update. (sh64_init_extra_frame_info): Update. (sh64_init_extra_frame_info): Update. * mcore-tdep.c (mcore_find_callers_reg): Update. (mcore_frame_saved_pc): Update. (mcore_init_extra_frame_info): Update. * i386-tdep.c (i386_frame_saved_pc): Update. * ia64-tdep.c (ia64_frame_saved_pc): Update. (ia64_init_extra_frame_info): Update. (ia64_init_extra_frame_info): Update. * d10v-tdep.c (d10v_frame_saved_pc): Update. * cris-tdep.c (cris_init_extra_frame_info): Update. * avr-tdep.c (avr_frame_chain): Update. (avr_init_extra_frame_info): Update. (avr_frame_saved_pc): Update. * arm-tdep.c (arm_find_callers_reg): Update. (arm_init_extra_frame_info): Update. (arm_frame_saved_pc): Update.
2002-09-17 * mi-console.exp: Update copyright.Keith Seitz9-8/+19
* mi-var-block.exp: Likewise. * mi-var-cmd.exp: Likewise. * mi-var-display.exp: Likewise. * mi0-console.exp: Likewise. * mi0-var-child.exp: Likewise. * mi0-var-cmd.exp: Likewise. * mi0-var-display.exp: Likewise.
2002-09-172002-09-17 David O'Brien <obrien@FreeBSD.org>David O'Brien3-16/+20
* elf32-i386-fbsd.c: Always label using the EI_OSABI method. It is benign for FreeBSD < 4.1. Minor reformatting. * elf64-alpha-fbsd.c: Likewise. Approved by: Alan Modra <amodra@bigpond.net.au> Message-ID: <20020917182339.B14457@bubble.sa.bigpond.net.au>
2002-09-17Note that an implemented BFD_RELOC_ARM_IMMEDIATE has been done.Nick Clifton2-6/+41
Do not issue reloc number of unimplemented BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs - their name is already in the error message - plus remove them from the default case. Warn about unpredictable behavior of LDM and STM instructions.
2002-09-17 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoterTom Tromey2-3/+11
is "'".
2002-09-17 * gdb.base/printcmds.exp (test_print_string_constants): ExpectTom Tromey2-1/+6
\000, not \0, in double-quoted string.
2002-09-17 * MAINTAINERS: Remove "non multi-arched" text from h8300.Corinna Vinschen3-12/+19
* h8300-tdep.c (h8300_next_prologue_insn) Renamed from NEXT_PROLOGUE_INSN. (h8300_examine_prologue): Call h8300_next_prologue_insn instead of NEXT_PROLOGUE_INSN.
2002-09-17 * elf_i386_relocate_section (R_386_TLS_TPOFF32): Negate addend.Jakub Jelinek2-1/+5
2002-09-17 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra1-0/+4
* cpu-tic4x.c: Ditto.
2002-09-17 * elf64-alpha.c (alpha_elf_size_info): Make static.Alan Modra2-1/+5
2002-09-172002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>Thiemo Seufer4-0/+17
* gas/mips/jal-range.s: Check for jal overflows. * gas/mips/jal-range.l: List file for it. * gas/mips/mips.exp: Use it.
2002-09-17 * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra2-65/+240
Convert functions to K&R format.
2002-09-17 * tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra2-32/+86
Convert functions to K&R format.
2002-09-17 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra2-6/+26
* cpu-tic4x.c: Ditto.
2002-09-17 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): RemoveThiemo Seufer2-2/+5
duplicate define.
2002-09-17 * config/tc-mips.c (pdr_seg): Define only for ELF.Thiemo Seufer2-4/+12
(s_change_section): Remove unused variable. Don't use for nonELF.
2002-09-17 * config/obj-elf.c (obj_elf_change_section): Move prototype toThiemo Seufer3-2/+8
obj-elf.h * config/obj-elf.h (obj_elf_change_section): Likewise.
2002-09-17binutils:Zack Weinberg8-289/+523
* Makefile.am (CFILES): Add cxxfilt.c. (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS). (cxxfilt_LDADD): Delete. Remove all references to underscore.c. Regen dependencies. * configure.in: Define TARGET_PREPENDS_UNDERSCORE in config.h from $UNDERSCORE, rather than AC_SUBSTing it. * binutils/cxxfilt.c: Moved here from gcc/cp, minor adjustments to fit into binutils framework. * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate. gcc/cp: * Make-lang.in: Remove all references to the demangler. * cxxfilt.c: Moved to binutils.
2002-09-17 * osfsolib.c: Remove file, replaced by solib-osf.c.Joel Brobecker3-941/+5
* Makefile.in: Remove compilation rules for osfsolib.c.
2002-09-17 * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.Richard Henderson2-0/+16
(out_debug_info): Likewise.
2002-09-172002-09-16 Bruno Haible <bruno@clisp.org>David O'Brien16-5/+208
* elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included by a target variant implementation. * elf64-alpha.c: Likewise. * elf32-i386-fbsd.c: New file. * elf64-alpha-fbsd.c: New file. * targets.c: Support bfd_elf32_i386_freebsd_vec and bfd_elf64_alpha_freebsd_vec. * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec, bfd_elf64_alpha_freebsd_vec. * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo. (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c. (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo. (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c. (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies. * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate. * config/tc-i386.h (ELF_TARGET_FORMAT): New macro. (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386". * config/tc-i386.c (i386_target_format): Likewise. * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro. (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha". * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to elf32-i386-freebsd. * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to elf64-alpha-freebsd. Approved by: Alan Modra <amodra@bigpond.net.au> Message-ID: <20020715021113.GJ30362@bubble.sa.bigpond.net.au>
2002-09-17daily updateAlan Modra1-1/+1
2002-09-17*** empty log message ***gdbadmin1-1/+1
2002-09-162002-09-16 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+6
* cp-valprint.c (cp_print_class_method): Correct args to check_stub_method_group.
2002-09-16 * gdb701.exp: New file for testing varobj target type bug.Keith Seitz3-0/+87
* gdb701.c: New file.
2002-09-16 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor ofCorinna Vinschen4-666/+683
`set architecture'. Unify naming convention of functions. (h8300_skip_prologue): Improve prologue analysis. (h8300_push_arguments): Rewritten to more closely match GCC's bizarre argument-passing behavior, along with the comment describing said behavior. * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition. * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by sim, remote-e7000.c, remote-hms.c and remote.c
2002-09-16*** empty log message ***gdbadmin1-1/+1
2002-09-16daily updateAlan Modra1-1/+1
2002-09-15* i386-tdep.c (gdb_print_insn_i386): Removed.Mark Kettenis2-12/+21
(i386_print_insn): New function. (i386_gdbarch_init): Set print_insn to i386_print_insns. (_initialize_i386_tdep): Don't initialize tm_print_insn and tm_print_insn_info.
2002-09-15*** empty log message ***gdbadmin1-1/+1