summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***gdbadmin2009-09-061-1/+1
|
* * coffcode.h: Include libiberty.h.Eli Zaretskii2009-09-052-0/+6
|
* * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.Eli Zaretskii2009-09-053-20/+26
| | | | * config/djgpp/config.sed: Fix for Autoconf 2.64.
* 2009-09-05 Hui Zhu <teawater@gmail.com>Hui Zhu2009-09-052-44/+66
| | | | | | | * i386-tdep.c (i386_record_s): Add orig_addr. (i386_record_check_override): New function. (i386_record_lea_modrm): Call i386_record_check_override. (i386_process_record): Ditto.
* * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton2009-09-0523-103/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (record_thumb_to_arm_glue, bfd_arm_process_before_allocation): Change member name class to symbol_class. * bfd/coff-i960.c (coff_i960_relocate_section) Rename variable class to class_val. Change member name class to symbol_class. * bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in) (_bfd_xcoff_swap_aux_out): Rename arguments class to in_class. * bfd/coff-stgo32.c (adjust_aux_in_post) (adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class to in_class. * bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in) (_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class. * bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class to n_sclass. * bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename variables named class to n_sclass. (coff_write_symbols): Rename variable class to sym_class. (bfd_coff_set_symbol_class): Rename argument class to symbol_class. * bfd/cofflink.c (_bfd_coff_link_hash_newfunc) (coff_link_add_symbols, _bfd_coff_link_input_bfd) (_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section): Update code to use renamed members. * bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename argument class to in_class. * bfd/libcoff-in.h (struct coff_link_hash_entry, struct coff_debug_merge_type) Renamed members class to symbol_class and type_class. * bfd/libcoff.h Regenerated. * bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out): Rename argument class to in_class. * bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use renamed members. * bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of member class to symbol_class. * binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class) (ieee_read_reference): Rename variables named class to cxxclass. * gas/config/tc-arc.c (struct syntax_classes): Rename member class to s_class. (arc_extinst): Rename variable class to s_class. Update code to use renamed members. * gas/config/tc-mips.c (insn_uses_reg): Rename argument class to regclass. * gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function) (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label) (ppc_fix_adjustable, md_apply_fix): Update code to use renamed members. * gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update code to use renamed members. * gas/config/tc-score.c (s3_adjust_paritybit): Rename argument class to i_class. * gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument class to i_class. * gprof/corefile.c (core_create_function_syms): Rename variable class to cxxclass. * include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name of class variable to in_class to match changes in function that use this macro. * include/opcode/ia64.h (struct ia64_operand): Renamed member class to op_class * ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols) (gld${EMULATION_NAME}_try_needed): Rename variable class to link_class * opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed member. * opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class. * opcodes/tic80-opc.c (tic80_symbol_to_value) (tic80_value_to_symbol): Rename argument class to symbol_class.
* *** empty log message ***gdbadmin2009-09-051-1/+1
|
* daily updateAlan Modra2009-09-051-1/+1
|
* * dwarf2loc.c (struct piece_closure): New.Nathan Froyd2009-09-042-23/+139
| | | | | | | | | | | (allocate_piece_closure): New function. (read_pieced_value): New function. (write_pieced_value): New function. (copy_pieced_value_closure): New function. (free_pieced_value_closure): New function. (pieced_value_funcs): Define. (dwarf2_evaluate_loc_desc): Return a computed value for a variable described with pieces.
* 2009-09-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-09-042-2/+5
| | | | * configure: Regenerated.
* 2009-09-04 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-044-28/+90
| | | | | | | | PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated.
* bfd/Tristan Gingold2009-09-042-1/+6
| | | | | | | 2009-09-04 Tristan Gingold <gingold@adacore.com> * configure.in: Bump version to 2.20.51 * configure: Regenerated.
* * elf32-spu.c (spu_elf_relocate_section): Correct 2009-07-24 logic.Alan Modra2009-09-042-2/+7
|
* gas/Jie Zhang2009-09-044-11/+33
| | | | | | | | | | | | | | | | | | | | | * config/bfin-parse.y (asm_1): Implement HLT instruction. Fix comments for DBGA, DBGAH and DBGAL. * config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according to the new encoding of DBGA, DBGAH, and DBGAL. include/ * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp. (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define. (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask, PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask): Adjust accordingly. (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and PseudoDbg_Assert_grp_mask. opcodes/ * bfin-dis.c (decode_pseudodbg_assert_0): Change according to the new encoding of DBGA, DBGAH, and DBGAL. (_print_insn_bfin): Likewise.
* * elf32-bfin.c (elf32_bfinfdpic_create_dynamic_sections): AlwaysJie Zhang2009-09-042-2/+17
| | | | | | create .rela.bss. (elf32_bfinfdpic_size_dynamic_sections): Set SEC_EXCLUDE flag for empty .rela.bss and .rel.plt sections.
* daily updateAlan Modra2009-09-041-1/+1
|
* *** empty log message ***gdbadmin2009-09-041-1/+1
|
* * gdb.base/ending-run.exp: Restrict regular expression matchingJoseph Myers2009-09-032-1/+6
| | | | line number to require closing brace following.
* * gdb.base/store.exp (check_set): Fix typo in expected value message.Doug Evans2009-09-032-1/+5
|
* * arm-tdep.c (displaced_write_reg): Replace call to abort by callJoel Brobecker2009-09-032-1/+8
| | | | to internal_error.
* * elfxx-mips.c (mips_elf_calculate_relocation): Don't relocateAdam Nemet2009-09-032-2/+7
| | | | R_MIPS_JALR unless symbol resolves locally.
* * elfxx-mips.c (_bfd_mips_elf_check_relocs): Don't setAdam Nemet2009-09-032-0/+10
| | | | has_static_relocs for R_MIPS_JALR.
* gas/Jie Zhang2009-09-032-8/+10
| | | | | | | | | | | | | | * config/bfin-parse.y: Remove trailing whitespace. (ccstat): Indent. * config/tc-bfin.c (struct bfin_reg_entry): Remove. (bfin_reg_info[]): Remove. opcodes/ * bfin-dis.c (_print_insn_bfin): Don't declare. (print_insn_bfin): Don't declare. (dregs_pair): Remove. (ignore_bits): Remove. (ccstat): Remove.
* 2009-09-03 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-035-1/+25
| | | | | | | | | PR target/39065 * configure.ac: Also check for intptr_t. * config.h.in: Regenerated. * configure: Regenerated. * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t instead of of long.
* gas/Jie Zhang2009-09-032-1/+33
| | | | | | | | | | | | | | | | | | | | | | * config/bfin-defs.h (IS_GENREG): Define. (IS_DAGREG): Define. (IS_SYSREG): Define. * config/bfin-parse.y (asm_1): Check illegal register move instructions. gas/testsuite/ * gas/bfin/expected_move_errors.s, gas/bfin/expected_move_errors.l: Add "LC1 = I0;". * gas/bfin/move.s, gas/bfin/move.d: Remove "CYCLES = A0.W". opcodes/ * bfin-dis.c (IS_DREG): Define. (IS_PREG): Define. (IS_AREG): Define. (IS_GENREG): Define. (IS_DAGREG): Define. (IS_SYSREG): Define. (decode_REGMV_0): Check illegal register move instructions.
* * elf64-mips.c (mips_elf64_howto_table_rela): Add support forMaciej W. Rozycki2009-09-032-2/+35
| | | | | R_MIPS_TLS_DTPMOD64 and R_MIPS_TLS_TPREL64, replacing the respective stubs.
* * Makefile.am (BUILD_LIBINTL): New variable.Dave Korn2009-09-033-12/+24
| | | | | | | (i386-gen$(EXEEXT_FOR_BUILD)): Use it. (ia64-gen$(EXEEXT_FOR_BUILD)): And here. (z8kgen$(EXEEXT_FOR_BUILD)): And here. * Makefile.in: Regenerate.
* update copyright datesAlan Modra2009-09-033-3/+5
|
* daily updateAlan Modra2009-09-031-1/+1
|
* *** empty log message ***gdbadmin2009-09-031-1/+1
|
* * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.Tom Tromey2009-09-022-2/+10
|
* merge from gccDJ Delorie2009-09-023-5/+3
|
* (Also add missing entry for configure.com)Tristan Gingold2009-09-023-172/+11
| | | | | | | | | | 2009-09-02 Tristan Gingold <gingold@adacore.com> * vmsbuild.com: Removed as unused and superceeded by makefile.vms. * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
* gdbTom Tromey2009-09-0211-0/+465
| | | | | | | | | | | | | | | | | | | | | * frame.h (frame_unwinder_is): Declare. * frame.c (frame_unwinder_is): New function. * dwarf2loc.c: Include dwarf2-frame.h. (dwarf_expr_frame_cfa): New function. (dwarf2_evaluate_loc_desc): Use it. (needs_frame_frame_cfa): New function. (dwarf2_loc_desc_needs_frame): Use it. * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New field. * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New case. * dwarf2-frame.h (dwarf2_frame_cfa): Declare. * dwarf2-frame.c (no_get_frame_cfa): New function. (execute_stack_op): Use it. (dwarf2_frame_cfa): New function. gdb/testsuite * gdb.dwarf2/callframecfa.exp: New file. * gdb.dwarf2/callframecfa.S: New file.
* regenerate copyright updateAlan Modra2009-09-022-2/+2
|
* update copyright datesAlan Modra2009-09-0229-30/+35
|
* update copyright datesAlan Modra2009-09-02308-310/+337
|
* 2009-09-02 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2009-09-026-1/+144
| | | | | | | | | | | | | | * Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. 2009-09-02 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Detect awk and sed. * Makefile.def (flags_to_pass): Add AWK and SED. * Makefile.tpl (AWK, SED): New. (BASE_FLAGS_TO_PASS): Add AWK and SED. * configure: Regenerate. * Makefile.in: Regenerate.
* [cgen]DJ Delorie2009-09-024-85/+93
| | | | | | | | | | | | * cpu/mep.opc (parse_signed16_range): Mark as potentially unused. (parse_unsigned16_range): Likewise. (mep_cgen_insn_supported_asm): Make BSR12 check dependent on VLIW isa. [opcodes] * mep-asm.c: Regenerate. * mep-desc.c: Regenerate. * mep-opc.c: Regenerate.
* 2009-09-02 Hui Zhu <teawater@gmail.com>Hui Zhu2009-09-022-2/+6
| | | | * record.c (record_resume): Change "signal" to "siggnal".
* *** empty log message ***gdbadmin2009-09-021-1/+1
|
* daily updateAlan Modra2009-09-021-1/+1
|
* 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-09-012-1/+8
| | | | | * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Declare plt earlier.
* * gdb.texinfo (Caching Data of Remote Targets): Add note onDoug Evans2009-09-012-2/+13
| | | | non-stop mode's affect on remote caching.
* merge from gccDJ Delorie2009-09-012-8/+2
|
* 2009-09-01 Tristan Gingold <gingold@adacore.com>sid-snapshot-20090901Tristan Gingold2009-09-012-18/+36
| | | | | | | * makefile.vms: Adjust include pathes. Remove useless vaxctrl library. * configure.com: Ported to Itanium VMS. Create build.com DCL script. Make edit silent.
* 2009-09-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-09-013-2/+46
| | | | | | | * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
* 2009-09-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-09-013-17/+74
| | | | | | | * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
* 2009-09-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-09-016-53/+144
| | | | | | | | | | * makefile.vms: Ported to Itanium VMS. Remove useless variable and dependencies. Reindent. * configure.com: Ported to Itanium VMS. Now generates a build.com to build without make. Add messages but make edit silent. * hosts/alphavms.h: Add a prototype for stpcpy. * vms.c: Add a missing include for Alpha VMS. * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
* gdb/testsuite/Jan Kratochvil2009-09-014-0/+196
| | | | | * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c, gdb.base/solib-overlap-main.c: New.
* 2009-09-01 Hui Zhu <teawater@gmail.com>Hui Zhu2009-09-012-2/+6
| | | | * record.c (record_resume): Change "siggnal" to "signal".