aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-14[ bfd/ChangeLog ]Chris Demetriou5-0/+47
2004-06-14 Chris Demetriou <cgd@broadcom.com> * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24 removal) with updated comment. (bfd_elf32_bfd_reloc_type_lookup): Add back case for BFD_RELOC_32_PCREL. (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32. * elfxx-mips.c (mips_elf_calculate_relocation): Likewise. [ include/elf/ChangeLog ] 2004-06-14 Chris Demetriou <cgd@broadcom.com> * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24), with an updated comment.
2004-06-142004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+5
* MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/ref-types.cc: Add copyright notice.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-27/+48
* lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
2004-06-14Index: ChangeLogAndrew Cagney2-1/+10
2004-06-14 Andrew Cagney <cagney@gnu.org> * MAINTAINERS (testsuite): List Michael Chastain as the lead testsuite maintainer.
2004-06-14 * ldlang.c (lang_finish): Don't free lang_definedness_table.Alan Modra2-1/+7
2004-06-14*** empty log message ***gdbadmin1-1/+1
2004-06-14daily updateAlan Modra1-1/+1
2004-06-132004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+4
* infcmd.c (print_return_value): Fix logic, allow DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2004-06-132004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-36/+40
* gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when defining any macros. * gdbarch.h: Re-generate.
2004-06-132004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-158/+149
* gdbarch.sh: Delete "level" attribute. Only check for a macro redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL. * gdbarch.h: Re-generate.
2004-06-132004-06-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+23
* gdb.cp/try_catch.cc: Add copyright notice.
2004-06-132004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-5/+8
* values.c (generic_use_struct_convention): Don't check gcc_p.
2004-06-132004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney11-165/+14
* gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE) (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete. * gdbarch.h, gdbarch.c: Regenerate. * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set deprecated_max_register_raw_size and deprecated_max_register_virtual_size. * v850-tdep.c (v850_gdbarch_init): Ditto. * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto.
2004-06-13Index: ChangeLogAndrew Cagney10-128/+47
2004-06-13 Andrew Cagney <cagney@gnu.org> * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method. * gdbarch.h, gdbarch.c: Re-generate. * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function. (m68hc11_use_struct_convention): Delete function. (m68hc11_extract_struct_value_address): Delete function. (m68hc11_return_value): New function. (m68hc11_gdbarch_init): Instead of store_return_value, extract_return_value, return_value_on_stack, deprecated_extract_struct_value_address and use_struct_convention, set return_value. * values.c (using_struct_return): Do not call RETURN_VALUE_ON_STACK. * arch-utils.h (generic_return_value_on_stack_not): Delete declaration. * arch-utils.c (generic_return_value_on_stack_not): Delete function. Index: doc/ChangeLog 2004-06-13 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Delete description of RETURN_VALUE_ON_STACK.
2004-06-13*** empty log message ***gdbadmin1-1/+1
2004-06-13daily updateAlan Modra1-1/+1
2004-06-122004-06-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-98/+62
* values.c (register_value_being_returned): Delete function. * infcmd.c (legacy_return_value): Delete function. * infcall.c (call_function_by_hand): Inline "register_value_being_returned", simplify. * values.c (using_struct_return): Update comment, refer to print_return_value instead of register_value_being_returned. * infcmd.c (print_return_value): Inline calls to register_value_being_returned and legacy_return_value. Simplify.
2004-06-122004-06-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/userdef.cc: Add copyright notice.
2004-06-12YA forced checkin to see if I can duplicate the header mismatch problem.Christopher Faylor0-0/+0
2004-06-12 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore relocAlan Modra2-0/+10
overflow on branches to undefweaks.
2004-06-122004-06-11 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/virtfunc.cc: Add copyright notice.
2004-06-12daily updateAlan Modra1-1/+1
2004-06-12*** empty log message ***gdbadmin1-1/+1
2004-06-112004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+5
* somread.c (som_symtab_read): Exclude gcc local symbols.
2004-06-112004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+17
* gdb.base/structs2.exp: Mark two tests as xfail because of a compiler problem.
2004-06-112004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2-44/+68
* infrun.c (handle_inferior_event): Handle the case when a trampoline ends up in the runtime resolver, and if the trampoline has no name. Rearrange the code so that all the trampoline processing happens before other step-out-of-range handling.
2004-06-112004-06-11 Martin Hunt <hunt@redhat.com>Martin Hunt2-0/+6
* mips-tdep.c (mips_gdbarch_init): Recognize vr4120 has no fpu.
2004-06-11 * config/tc-hppa.c (log2): Rename to exact_log2.Dave Anglin2-21/+18
(pa_next_subseg): Delete unused function. (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED. (create_new_subspace): Likewise.
2004-06-11 Bug gas/213Dave Anglin2-2/+15
* config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake labels. Fix warning.
2004-06-11* coff-alpha.c (alpha_relocate_section): Set used_by_bfd directlyMaciej W. Rozycki2-1/+6
as ecoff_section_data() does not return a valid lvalue.
2004-06-11forced checkinChristopher Faylor0-0/+0
2004-06-11forced checkinChristopher Faylor0-0/+0
2004-06-11forced checkinChristopher Faylor0-0/+0
2004-06-112004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-23/+11
* blockframe.c (legacy_inside_entry_func): Delete. (legacy_frame_chain_valid): Inline call to legacy_inside_entry_func, simplify.
2004-06-11daily updateAlan Modra1-1/+1
2004-06-11*** empty log message ***gdbadmin1-1/+1
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-6/+23
* lib/compiler.cc, lib/compiler.c: Append either __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info. * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-* instead of gcc-3-3.
2004-06-102004-06-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>. * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
2004-06-10Sorry, date was wrong.Bob Rossi1-1/+1
2004-06-10Add the -file-list-exec-source-files command to MI.Bob Rossi13-50/+229
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-2/+3
* avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention to generic_use_struct_convention, the default value.
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+4
* mn10300-tdep.c (mn10300_type_align): Call internal_error instead of abort.
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-50/+40
* ns32k-tdep.c (ns32k_push_arguments): New function. (ns32k_gdbarch_init): Set deprecated_push_arguments. * infcall.c (call_function_by_hand): Call error instead of legacy_push_arguments. * value.h (legacy_push_arguments): Delete declaration. * valops.c (legacy_push_arguments): Delete function. (value_push): Delete function.
2004-06-10* coffread.c (coff_symfile_read): Prevent mixed debugging formatsBrian Ford3-2/+19
from corrupting/reinitializing the psymtab. Support DWARF 2 frame info. * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney15-146/+60
* gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete. * gdbarch.h, gdbarch.c: Re-generate. * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp" parameters. * dummy-frame.c (deprecated_pc_in_call_dummy): Update. * arm-tdep.c (arm_pc_is_thumb_dummy): Call deprecated_pc_in_call_dummy instead of DEPRECATED_PC_IN_CALL_DUMMY. (arm_skip_prologue): Ditto. * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue) (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto. * v850-tdep.c (v850_find_callers_reg, v850_frame_chain) (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs): Ditto. * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) (sh64_init_extra_frame_info, sh64_get_saved_register) (sh64_pop_frame): Ditto. * mips-tdep.c (non_heuristic_proc_desc): Ditto. * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) (mcore_pop_frame, mcore_init_extra_frame_info): Ditto. * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) (h8300_pop_frame): Ditto. * blockframe.c (legacy_inside_entry_func) (legacy_frame_chain_valid): Ditto. * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call to deprecated_pc_in_call_dummy.
2004-06-10*** empty log message ***gdbadmin1-1/+1
2004-06-09Include Makefile.*, not just Makefile.in, in the top-level policy.Ben Elliston1-1/+1
2004-06-09Update with respect to DejaGnu and Expect.Ben Elliston1-10/+4
2004-06-092004-06-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-33/+20
* gdbarch.sh (:REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not provide a default value. (CONVERT_REGISTER_P): Default to generic_convert_register_p. * gdbarch.h, gdbarch.c: Re-generate. * arch-utils.c (generic_convert_register_p): Rename legacy_convert_register_p (legacy_register_to_value, legacy_value_to_register): Delete functions. * arch-utils.h (generic_convert_register_p): Rename legacy_convert_register_p. (legacy_register_to_value, legacy_value_to_register): Delete declarations.