Skip to content
Snippets Groups Projects
  1. Feb 11, 2010
    • Ian Lance Taylor's avatar
      * dirsearch.cc (Dirsearch::initialize): Add all blockers before · fa17a3f4
      Ian Lance Taylor authored
      	queueing any tasks.
      	* gold.cc (queue_middle_gc_tasks): Likewise.  Fix final blocker.
      	(queue_middle_tasks): Add all blockers before queueing any tasks.
      	(queue_final_tasks): Likewise.
      	* token.h (Task_token::add_blockers): New function.
      	* object.h (Input_objects::number_of_relobjs): New function.
      fa17a3f4
    • Ian Lance Taylor's avatar
      Fix comment. · 612bdda1
      Ian Lance Taylor authored
      612bdda1
    • Ian Lance Taylor's avatar
      Update copyright notice. · ec6dfed6
      Ian Lance Taylor authored
      ec6dfed6
    • Ian Lance Taylor's avatar
      Forgot to commit. · 5de0e392
      Ian Lance Taylor authored
      5de0e392
    • Sebastian Pop's avatar
      2010-02-10 Quentin Neill <quentin.neill@amd.com> · a683cc34
      Sebastian Pop authored
                  Sebastian Pop  <sebastian.pop@amd.com>
      
      gas:
              * config/tc-i386.c (vec_imm4) New operand type.
              (fits_in_imm4): New.
              (VEX_check_operands): New.
              (check_reverse): Call VEX_check_operands.
              (build_modrm_byte): Reintroduce code for 5
              operand insns.  Fix whitespace.
      
      gas/testsuite:
              * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
              * gas/i386/x86-64-xop.s: Likewise.
              * gas/i386/xop.d: Likewise.
              * gas/i386/xop.s: Likewise.
      
      opcodes:
              * i386-dis.c (OP_EX_VexImmW): Reintroduced
              function to handle 5th imm8 operand.
              (PREFIX_VEX_3A48): Added.
              (PREFIX_VEX_3A49): Added.
              (VEX_W_3A48_P_2): Added.
              (VEX_W_3A49_P_2): Added.
              (prefix table): Added entries for PREFIX_VEX_3A48
              and PREFIX_VEX_3A49.
              (vex table): Added entries for VEX_W_3A48_P_2 and
              and VEX_W_3A49_P_2.
              * i386-gen.c (operand_type_init): Added OPERAND_TYPE_VEC_IMM4
              for Vec_Imm4 operands.
              * i386-opc.h (enum): Added Vec_Imm4.
              (i386_operand_type): Added vec_imm4.
              * i386-opc.tbl: Add entries for vpermilp[ds].
              * i386-init.h: Regenerated.
              * i386-tbl.h: Regenerated.
      a683cc34
    • gdbadmin's avatar
      *** empty log message *** · e543c8cb
      gdbadmin authored
      e543c8cb
    • Ian Lance Taylor's avatar
      * i386.cc (Relocate::relocate_tls): A local symbol is final if not · b3705d2a
      Ian Lance Taylor authored
      	shared, not if not position independent.
      	* x86_64.cc (Relocate::relocate_tls): Likewise.
      	* testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
      	(tls_pie_pic_test): New target.
      	* testsuite/Makefile.in: Rebuild.
      b3705d2a
    • Alan Modra's avatar
      daily update · 1677b03c
      Alan Modra authored
      1677b03c
  2. Feb 10, 2010
    • Vladimir Prus's avatar
      * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra · 7a93fb82
      Vladimir Prus authored
      	whitespace character after a dot in comment.
      	(mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
      	Likewise.
      	(list_args_or_locals): For the 'all' (that is
      	-stack-list-variables) case, always output list of tuples.
      	Output 'arg' field if variable is argument.
      7a93fb82
    • Ian Lance Taylor's avatar
      * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test. · c7177d31
      Ian Lance Taylor authored
      	(tls_test_main_pie.o, tls_test_pie.o): New targets.
      	(tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
      	* testsuite/Makefile.in: Rebuild.
      c7177d31
    • H.J. Lu's avatar
      Fix "infor reg sse" on Linux/x86-64. · 84d90c10
      H.J. Lu authored
      2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR gdb/11265
      	* amd64-linux-tdep.c (amd64_linux_register_reggroup_p): Call
      	i386_register_reggroup_p instead of default_register_reggroup_p.
      84d90c10
    • Sterling Augustine's avatar
      2010-02-10 Sterling Augustine <sterling@tensilica.com> · 3c83b96e
      Sterling Augustine authored
      	* config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
      3c83b96e
    • Richard Sandiford's avatar
      gas/ · cdc51b07
      Richard Sandiford authored
      	* config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
      	-mpwr6 and -mpwr7.
      
      opcodes/
      	* ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6"
      	and "pwr7".  Move "a2" into alphabetical order.
      cdc51b07
    • Richard Sandiford's avatar
      ld/ · 45e481d1
      Richard Sandiford authored
      	* Makefile.am (CFILES): Add ldlex-wrapper.c.
      	(OFILES): Replace ldlex.c with ldlex-wrapper.c.
      	(ldlex.o): Replace with...
      	(ldlex-wrapper.o): ...this new rule.
      	(EXTRA_ld_new_SOURCES): Add ldlex.l.
      	(ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
      	* Makefile.in: Regenerate.
      	* ldlex.l (sysdep.h): Don't include here.
      	* ldlex-wrapper.c: New file.
      45e481d1
    • Tom Tromey's avatar
      gdb · 92981e24
      Tom Tromey authored
      	* parser-defs.h (parser_debug): Declare.
      	* parse.c (_initialize_parse): Install "debug parser" set/show
      	command.
      	(parser_debug): New global.
      	(show_parserdebug): New function.
      	* c-exp.y (c_parse): Set yydebug.
      gdb/testsuite
      	* gdb.texinfo (Debugging Output): Document set debug parser and
      	show debug parser.
      92981e24
    • H.J. Lu's avatar
      Add i387_ext, i386_eflags and i386_mxcsr. · 9fd3625f
      H.J. Lu authored
      2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
      	TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
      	(tdesc_predefined_types): Add i387_ext, i386_eflags and
      	i386_mxcsr.
      	(tdesc_find_type): New.
      	(tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
      	TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
      
      	* target-descriptions.h (tdesc_find_type): New.
      9fd3625f
    • Michael Snyder's avatar
      2010-02-10 Michael Snyder <msnyder@vmware.com> · 2fe842e5
      Michael Snyder authored
      	* gdb-gdb.py: Comment fix.
      2fe842e5
    • gdbadmin's avatar
      *** empty log message *** · 6e13cd97
      gdbadmin authored
      6e13cd97
    • Alan Modra's avatar
      daily update · 4d9d59e6
      Alan Modra authored
      4d9d59e6
  3. Feb 09, 2010
    • David S. Miller's avatar
      * output.h (Output_data_dynamic::add_section_size): New method · 612a8d3d
      David S. Miller authored
      	that takes two Output_data objects.
      	(Output_data_dynamic::Dynamic_entry): Create storage for secondary
      	entry param.  Handle it in initializers.
      	* output.cc (Output_data_dynamic::Dynamic_entry::write): For
      	DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
      	* layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
      	arg.
      	* layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
      	and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
      	* arm.cc (Target_arm::do_finalize_sections): Update to pass false
      	for dynrel_includes_plt.
      	* i386.cc (Target_i386::do_finalize_sections): Likewise.
      	* x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
      	* sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
      	before .rela.plt
      	(Target_sparc::do_finalize_sections): Update to pass true for
      	dynrel_includes_plt.
      	* powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
      	output before .rela.plt
      	(Target_powerpc::do_finalize_sections): Update to pass true for
      	dynrel_includes_plt when 32-bit.
      612a8d3d
    • David S. Miller's avatar
      * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than · 684b268a
      David S. Miller authored
      	R_SPARC_RELATIVE using ->add_local_relative().
      	(Target_sparc::Scan::global): Likewise for ->add_global_relative().
      684b268a
    • Sterling Augustine's avatar
      2010-02-09 Sterling Augustine <sterling@tensilica.com> · 3a1e9c4a
      Sterling Augustine authored
      	* config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
      	(next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
      	(xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
      3a1e9c4a
    • H.J. Lu's avatar
      Document i387_ext, i386_eflags and i386_mxcsr. · 075b51b7
      H.J. Lu authored
      2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* gdb.texinfo (Predefined Target Types): Add i387_ext,
      	i386_eflags and i386_mxcsr.
      075b51b7
    • Tristan Gingold's avatar
      2010-02-09 Tristan Gingold <gingold@adacore.com> · f18b4cab
      Tristan Gingold authored
      	* machoread.c (macho_symfile_relocate): New function.
      	(macho_sym_fns): Use macho_symfile_relocate instead of
      	default_symfile_relocate.
      	(macho_oso_data): New type.
      	(current_oso): New variable.
      	(macho_add_oso_symfile): Do not compute section_addr_info, but
      	instead set vma of sections.
      	Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
      	Set and clear current_oso.
      f18b4cab
    • Christophe Lyon's avatar
      2010-02-08 Christophe Lyon <christophe.lyon@st.com> · 486499d0
      Christophe Lyon authored
      	gas/
      	* config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
      	non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
      	BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
      	BFD_RELOC_ARM_PCREL_CALL)
      
      	gas/testsuite/
      	* gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
      	gas/arm/branch-reloc.l: New tests and expected results with all
      	variants of call: ARM/Thumb, local/global, inter/intra-section,
      	using BL/BLX.
      486499d0
    • Tristan Gingold's avatar
      2010-02-09 Tristan Gingold <gingold@adacore.com> · 1523fa24
      Tristan Gingold authored
      	* mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for
      	non-external relocation.
      1523fa24
    • Joel Brobecker's avatar
      dadf0e9c
    • Joel Brobecker's avatar
      Wrong type description for tagged type parameter. · 31dbc1c5
      Joel Brobecker authored
              * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
              EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
              reference to a tagged type.
      31dbc1c5
    • Alan Modra's avatar
      * elf64-ppc.c (merge_got_entries): Move earlier in file. · 7865406b
      Alan Modra authored
      	(allocate_dynrelocs): Merge got entries here if not doing multi-toc.
      	(ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got.
      	(ppc64_elf_layout_multitoc): Don't resize if we have already
      	merged got entries.
      7865406b
    • Martin Schwidefsky's avatar
      bfd/ · d7eeb400
      Martin Schwidefsky authored
      2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
      
      	* elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
      	elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
      	elfcore_write_s390_prefix): New.
      	* elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
      	elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
      	elfcore_write_s390_prefix): New.
      	(elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
      	NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
      	(elfcore_write_register_note): Handle .reg-s390-timer,
      	.reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
      	.reg-s390-prefix section.
      
      binutils/
      
      2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
      
      	* readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
      	NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
      
      include/elf/
      
      2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
      
      	* common.h (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG,
      	NT_S390_CTRS and NT_S390_PREFIX): Define.
      d7eeb400
    • Alan Modra's avatar
      * elf64-ppc.c (has_small_toc_reloc): Don't define. · d77c8a4b
      Alan Modra authored
      	(makes_toc_func_call, call_check_in_progress): Shuffle flags.
      	(struct ppc64_elf_obj_tdata): Add has_small_toc_reloc.  Update
      	code setting the flag.
      	(ppc64_elf_next_toc_section): Group big-toc sections in
      	0x80008000 chunks.
      d77c8a4b
    • Alan Modra's avatar
    • Alan Modra's avatar
      * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect · f961d9dd
      Alan Modra authored
      	unsigned char.  Update variables and code using them throughout file.
      	(struct ppc_link_hash_entry): Likewise for tls_mask.
      f961d9dd
    • Tristan Gingold's avatar
      2010-02-08 Tristan Gingold <gingold@adacore.com> · 399f313b
      Tristan Gingold authored
      	* objfiles.c (objfile_separate_debug_iterate): Do not iterate on
      	brothers of the parent.
      399f313b
    • Nick Clifton's avatar
      * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*. · a9f844b1
      Nick Clifton authored
              * ld-shared/shared.exp: Likewise.
      a9f844b1
    • Doug Kwan's avatar
      2010-02-08 Doug Kwan <dougkwan@google.com> · cb1be87e
      Doug Kwan authored
              * arm.cc (Arm_relobj::simple_input_section_output_address): New
              method.
              (Arm_relobj::section_needs_cortex_a8_stub_scanning,
              Arm_relobj::scan_section_for_cortex_a8_stubs,
              Arm_relobj::do_relocation_section): Instead of calling
              Output_section::output_address, use faster
              Arm_relobj::simple_input_section_output_address.
      cb1be87e
    • David S. Miller's avatar
      * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP* · 024c4466
      David S. Miller authored
      	just like R_SPARC_GOT{10,13,22}.
      	(Target_sparc::Scan::local): Likewise.
      	(Target_sparc::Relocate:relocate): Likewise.
      024c4466
    • David S. Miller's avatar
      gold/ · 705b5121
      David S. Miller authored
      2010-02-08  David S. Miller  <davem@davemloft.net>
      
      	* sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
      	unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
      	relocation helper function.
      705b5121
    • gdbadmin's avatar
      *** empty log message *** · 4baec45c
      gdbadmin authored
      4baec45c
    • Alan Modra's avatar
      daily update · 207d6484
      Alan Modra authored
      207d6484
Loading