OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
18 years ago2006-02-07 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 7 Feb 2006 03:50:20 +0000 (03:50 +0000)]
2006-02-07  Paul Brook  <paul@codesourcery.com>

ld/
* emultempl/armelf.em: Include elf/arm.h.
(arm_elf_finish): Set low address bit if enty point is a Thumb
function.
ld/testsuite/
* ld-arm/arm-elf.exp: Add thumb-entry test.
* ld-arm/thumb-entry.d: New test.
* ld-arm/thumb-entry.s: New test.

18 years agodaily update
Alan Modra [Mon, 6 Feb 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago * elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
Steve Ellcey [Mon, 6 Feb 2006 21:55:39 +0000 (21:55 +0000)]
* elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
if SHF_TLS is set.

18 years ago * elf/ia64.h (SHF_IA_64_HP_TLS): New.
Steve Ellcey [Mon, 6 Feb 2006 21:52:48 +0000 (21:52 +0000)]
* elf/ia64.h (SHF_IA_64_HP_TLS): New.

18 years agodaily update
Alan Modra [Sun, 5 Feb 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years agoCleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80
Arnold Metselaar [Sun, 5 Feb 2006 11:57:35 +0000 (11:57 +0000)]
Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80

18 years agodaily update
Alan Modra [Sat, 4 Feb 2006 23:00:11 +0000 (23:00 +0000)]
daily update

18 years agobfd/
Richard Sandiford [Sat, 4 Feb 2006 08:29:58 +0000 (08:29 +0000)]
bfd/
* elfxx-mips.c (mips_elf_initialize_tls_index): If a TLS symbol
has already been assigned a GOT index, copy that index to the
current hash table entry.

ld/testsuite/
* ld-mips-elf/tls-hidden2a.s, ld-mips-elf/tls-hidden2b.s,
* ld/testsuite/ld-mips-elf/tls-hidden2.d,
* ld/testsuite/ld-mips-elf/tls-hidden2-got.d: New test.
* ld-mips-elf/mips-elf.exp: Run it.

18 years ago * ld-mips-elf/rel32-n32.d: Adjust for changes in linker behaviour.
Richard Sandiford [Sat, 4 Feb 2006 08:28:29 +0000 (08:28 +0000)]
* ld-mips-elf/rel32-n32.d: Adjust for changes in linker behaviour.
* ld-mips-elf/rel32-o32.d: Likewise.
* ld-mips-elf/rel64.d: Likewise.
* ld-mips-elf/tls-multi-got-1.got: Likewise.
* ld-mips-elf/tls-multi-got-1.r: Likewise.
* ld-mips-elf/tlsdyn-o32-1.d: Likewise.
* ld-mips-elf/tlsdyn-o32-1.got: Likewise.
* ld-mips-elf/tlsdyn-o32-2.d: Likewise.
* ld-mips-elf/tlsdyn-o32-2.got: Likewise.
* ld-mips-elf/tlsdyn-o32-3.d: Likewise.
* ld-mips-elf/tlsdyn-o32-3.got: Likewise.
* ld-mips-elf/tlsdyn-o32.d: Likewise.
* ld-mips-elf/tlsdyn-o32.got: Likewise.
* ld-mips-elf/tlslib-o32-hidden.got: Likewise.
* ld-mips-elf/tlslib-o32-ver.got: Likewise.
* ld-mips-elf/tlslib-o32.got: Likewise.

18 years agodaily update
Alan Modra [Fri, 3 Feb 2006 23:00:08 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Thu, 2 Feb 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoUpdo the last change to binutils and ld/testsuite.
H.J. Lu [Thu, 2 Feb 2006 22:53:46 +0000 (22:53 +0000)]
Updo the last change to binutils and ld/testsuite.

18 years agoAdd missing entries.
H.J. Lu [Thu, 2 Feb 2006 22:16:02 +0000 (22:16 +0000)]
Add missing entries.

18 years agobinutils/
H.J. Lu [Thu, 2 Feb 2006 22:05:56 +0000 (22:05 +0000)]
binutils/

2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (process_program_headers): Undo the change made on
2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
sections.

ld/testsuite/

2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>

* ld-i386/tlsbin.rd: Update for changed segment map.
* ld-i386/tlsnopic.rd: Likewise.
* ld-i386/tlspic.rd: Likewise.
* ld-powerpc/tlsexe.r: Likewise.
* ld-powerpc/tlsexe32.r: Likewise.
* ld-powerpc/tlsexetoc.r: Likewise.
* ld-powerpc/tlsso.r: Likewise.
* ld-powerpc/tlsso32.r: Likewise.
* ld-powerpc/tlstocso.r: Likewise.
* ld-s390/tlsbin.rd: Likewise.
* ld-s390/tlsbin_64.rd: Likewise.
* ld-s390/tlspic.rd: Likewise.
* ld-s390/tlspic_64.rd: Likewise.
* ld-sh/tlsbin-2.d: Likewise.
* ld-sh/tlspic-2.d: Likewise.
* ld-x86-64/tlsbin.rd: Likewise.
* ld-x86-64/tlspic.rd: Likewise.

18 years ago2006-02-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 2 Feb 2006 20:19:56 +0000 (20:19 +0000)]
2006-02-02  Paul Brook  <paul@codesourcery.com>

* config/tc-arm.c (do_shift): Remove Thumb-1 constraint.

18 years ago2005-02-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 2 Feb 2006 13:34:17 +0000 (13:34 +0000)]
2005-02-02  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (T2_OPCODE_MASK, T2_DATA_OP_SHIFT, T2_OPCODE_AND,
T2_OPCODE_BIC, T2_OPCODE_ORR, T2_OPCODE_ORN, T2_OPCODE_EOR,
T2_OPCODE_ADD, T2_OPCODE_ADC, T2_OPCODE_SBC, T2_OPCODE_SUB,
T2_OPCODE_RSB): Define.
(thumb32_negate_data_op): New function.
(md_apply_fix): Use it.
gas/testsuite/
* gas/arm/thumb2_invert.d: New test.
* gas/arm/thumb2_invert.s: New test.

18 years agodaily update
Alan Modra [Wed, 1 Feb 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
Eric Botcazou [Wed, 1 Feb 2006 22:03:38 +0000 (22:03 +0000)]
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
for call-to-undefweak reloc overflow.

18 years ago * deffilep.y (def_image_name): If the image name does not have
Danny Smith [Wed, 1 Feb 2006 21:28:29 +0000 (21:28 +0000)]
* deffilep.y (def_image_name): If the image name does not have
a suffix, append the default.
* ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.

18 years agodaily update
Alan Modra [Wed, 1 Feb 2006 01:09:00 +0000 (01:09 +0000)]
daily update

18 years ago * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
Eric Botcazou [Tue, 31 Jan 2006 23:49:32 +0000 (23:49 +0000)]
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
and Solaris 2.6.

18 years ago * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
Eric Botcazou [Tue, 31 Jan 2006 22:42:21 +0000 (22:42 +0000)]
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
for 32-bit relocs overflow.

18 years ago * NEWS: mention support for forward exports in PE-COFF dll's.
Danny Smith [Tue, 31 Jan 2006 22:13:41 +0000 (22:13 +0000)]
* NEWS: mention support for forward exports in PE-COFF dll's.
* ld.texinfo: Expand documentation of EXPORT statements in
PE-COFF .def files.

18 years ago2006-01-31 Filip Navara <navaraf@reactos.com>
Danny Smith [Tue, 31 Jan 2006 22:08:14 +0000 (22:08 +0000)]
2006-01-31  Filip Navara  <navaraf@reactos.com>

* deffile.h (struct def_file_export): Add field flag_forward.
* pe-dll.c (process_def_file): Check for forward exports.
(generate_edata): Generate forward export symbols.
(fill_edata): Emit them.

* pe-dll.c (process_def_file): Don't crash on malformed
fastcall symbol names in .def file.

18 years ago * config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
Bob Wilson [Tue, 31 Jan 2006 19:36:57 +0000 (19:36 +0000)]
* config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
fields.
* config/tc-xtensa.h (xtensa_frag_type): Remove slot_sub_symbols field.
* config/tc-xtensa.c (md_apply_fix): Check for unexpected uses of
subtracted symbols.
(relaxation_requirements): Add pfinish_frag argument and use it to
replace setting tinsn->record_fix fields.
(xg_assemble_vliw_tokens): Adjust calls to relaxation_requirements
and vinsn_to_insnbuf.  Remove references to record_fix and
slot_sub_symbols fields.
(xtensa_mark_narrow_branches): Delete unused code.
(is_narrow_branch_guaranteed_in_range): Handle expr that is not just
a symbol.
(convert_frag_immed): Adjust vinsn_to_insnbuf call and do not set
record_fix fields.
(tinsn_immed_from_frag): Remove code for handling slot_sub_symbols.
(vinsn_to_insnbuf): Change use of record_fixup argument, replacing use
of the record_fix field.  Simplify error messages for unexpected
symbolic operands.
(set_expr_symbol_offset_diff): Delete.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 31 Jan 2006 16:19:41 +0000 (16:19 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_reg_parse): Check if reg is non-NULL.
gas/testsuite/
* gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
* gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 31 Jan 2006 14:11:13 +0000 (14:11 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>
Richard Earnshaw <rearnsha@arm.com>

* gas/config/tc-arm.c: Use arm_feature_set.
(arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
New variables.
(insns): Use them.
(md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
feature flags.
(arm_legacy_option_table, arm_option_cpu_value_table): New types.
(arm_opts): Move old cpu/arch options from here...
(arm_legacy_opts): ... to here.
(md_parse_option): Search arm_legacy_opts.
(arm_cpus, arm_archs, arm_extensions, arm_fpus)
(arm_float_abis, arm_eabis): Make const.

* include/opcode/arm.h: Use ARM_CPU_FEATURE.
(ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
(arm_feature_set): Change to a structure.
(ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
ARM_FEATURE): New macros.

18 years agodaily update
Alan Modra [Mon, 30 Jan 2006 23:00:40 +0000 (23:00 +0000)]
daily update

18 years ago* objcopy.c (copy_object): Catch the case where an attempt is made to add a
Nick Clifton [Mon, 30 Jan 2006 13:06:53 +0000 (13:06 +0000)]
* objcopy.c (copy_object): Catch the case where an attempt is made to add a
    section that already exists and produce a more helpful warning message.

18 years agoUpdated Vietnamese translation.
Nick Clifton [Mon, 30 Jan 2006 12:20:22 +0000 (12:20 +0000)]
Updated Vietnamese translation.

18 years agodaily update
Alan Modra [Sun, 29 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Sun, 29 Jan 2006 20:07:09 +0000 (20:07 +0000)]
merge from gcc

18 years agodaily update
Alan Modra [Sat, 28 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Fri, 27 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoAdding myself as DLX maintainer
Nikolaos Kavvadias [Fri, 27 Jan 2006 19:42:35 +0000 (19:42 +0000)]
Adding myself as DLX maintainer

18 years ago* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
Nick Clifton [Fri, 27 Jan 2006 17:18:13 +0000 (17:18 +0000)]
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
informational message, not a warning.

18 years ago2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 27 Jan 2006 14:32:04 +0000 (14:32 +0000)]
2006-01-27  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2218
* ld-pie/pie.exp: New file.
* ld-pie/weakundef.c: Likewise.
* ld-pie/weakundef.out: Likewise.

* lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
building PIE and shared library.

18 years ago2006-01-27 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 27 Jan 2006 14:11:43 +0000 (14:11 +0000)]
2006-01-27  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
objects.

18 years agodaily update
Alan Modra [Thu, 26 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-16 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 26 Jan 2006 18:56:02 +0000 (18:56 +0000)]
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
the assembler, linker and binutils.
* configure: Regenerate.

config:
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
(ACX_PATH_SEP): New.
(ACX_TOOL_DIRS): Move here from the gcc directory.
(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
with a complete path in either $with_build_time_tools or $exec_prefix.

18 years ago* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
David Ung [Thu, 26 Jan 2006 15:14:57 +0000 (15:14 +0000)]
* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.

18 years agoAdd new Vietnamese translation
Nick Clifton [Thu, 26 Jan 2006 14:43:56 +0000 (14:43 +0000)]
Add new Vietnamese translation

18 years ago* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
Bob Wilson [Thu, 26 Jan 2006 05:21:43 +0000 (05:21 +0000)]
* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.

18 years agodaily update
Alan Modra [Wed, 25 Jan 2006 23:00:08 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Tue, 24 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Mon, 23 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sun, 22 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sat, 21 Jan 2006 23:05:33 +0000 (23:05 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Sat, 21 Jan 2006 04:28:49 +0000 (04:28 +0000)]
merge from gcc

18 years agodaily update
Alan Modra [Fri, 20 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
Jie Zhang [Fri, 20 Jan 2006 17:22:50 +0000 (17:22 +0000)]
* config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
in load immediate intruction.

18 years ago * config/bfin-parse.y (value_match): Use correct conversion
Jie Zhang [Fri, 20 Jan 2006 16:57:09 +0000 (16:57 +0000)]
* config/bfin-parse.y (value_match): Use correct conversion
specifications in template string for __FILE__ and __LINE__.
(binary): Ditto.
(unary): Ditto.

18 years agodaily update
Alan Modra [Thu, 19 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-18 Roger Sayle <roger@eyesopen.com>
Eric Christopher [Thu, 19 Jan 2006 01:06:48 +0000 (01:06 +0000)]
2006-01-18  Roger Sayle  <roger@eyesopen.com>

* emultempl/irix.em: Use lbasename instead of basename.

18 years agodaily update
Alan Modra [Wed, 18 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agoinclude/elf/ChangeLog:
Alexandre Oliva [Wed, 18 Jan 2006 21:07:51 +0000 (21:07 +0000)]
include/elf/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
* i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
New.
* x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
R_X86_64_TLSDESC): New.
bfd/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-i386.c (elf_howto_table): New relocations.
(R_386_tls): Adjust.
(elf_i386_reloc_type_lookup): Map new relocations.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf_i386_link_hash_entry): Add tlsdesc_got field.
(struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
(elf_i386_local_tlsdesc_gotent): New macro.
(struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
(elf_i386_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
(elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf_i386_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size.
Don't zero reloc_count in srelplt.
(elf_i386_always_size_sections): New.  Set up _TLS_MODULE_BASE_.
(elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf_backend_always_size_sections): Define.
* elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
(R_X86_64_standard): Adjust.
(x86_64_reloc_map): Map new relocs.
(elf64_x86_64_rtype_to_howto): New, split out of...
(elf64_x86_64_info_to_howto): ... this function, and...
(elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
(struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
(elf64_x86_64_local_tlsdesc_gotent): New macro.
(struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
tlsdesc_got and sgotplt_jump_table_size fields.
(elf64_x86_64_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf64_x86_64_link_hash_table_create): Initialize new fields.
(elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(elf64_x86_64_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf64_x86_64_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size,
tlsdesc_plt and tlsdesc_got.  Make room for them.  Don't zero
reloc_count in srelplt.  Add dynamic entries for DT_TLSDESC_PLT
and DT_TLSDESC_GOT.
(elf64_x86_64_always_size_sections): New.  Set up
_TLS_MODULE_BASE_.
(elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
DT_TLSDESC_GOT.  Set up TLS descriptor lazy resolver PLT entry.
(elf_backend_always_size_sections): Define.
binutils/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
DT_TLSDESC_PLT.
gas/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* config/tc-i386.c (tc_i386_fix_adjustable): Handle
BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL,
BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL.
(optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and
BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the
displacement bits.
(build_modrm_byte): Set up zero modrm for TLS desc calls.
(lex_got): Handle @tlsdesc and @tlscall.
(md_apply_fix, tc_gen_reloc): Handle the new relocations.
ld/testsuite/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* ld-i386/i386.exp: Run on x86_64-*-linux* and amd64-*-linux*.
Add new tests.
* ld-i386/pcrel16.d: Add -melf_i386.
* ld-i386/pcrel8.d: Likewise.
* ld-i386/tlsbindesc.dd: New.
* ld-i386/tlsbindesc.rd: New.
* ld-i386/tlsbindesc.s: New.
* ld-i386/tlsbindesc.sd: New.
* ld-i386/tlsbindesc.td: New.
* ld-i386/tlsdesc.dd: New.
* ld-i386/tlsdesc.rd: New.
* ld-i386/tlsdesc.s: New.
* ld-i386/tlsdesc.sd: New.
* ld-i386/tlsdesc.td: New.
* ld-i386/tlsgdesc.dd: New.
* ld-i386/tlsgdesc.rd: New.
* ld-i386/tlsgdesc.s: New.
* ld-x86-64/x86-64.exp: Run new tests.
* ld-x86-64/tlsbindesc.dd: New.
* ld-x86-64/tlsbindesc.rd: New.
* ld-x86-64/tlsbindesc.s: New.
* ld-x86-64/tlsbindesc.sd: New.
* ld-x86-64/tlsbindesc.td: New.
* ld-x86-64/tlsdesc.dd: New.
* ld-x86-64/tlsdesc.pd: New.
* ld-x86-64/tlsdesc.rd: New.
* ld-x86-64/tlsdesc.s: New.
* ld-x86-64/tlsdesc.sd: New.
* ld-x86-64/tlsdesc.td: New.
* ld-x86-64/tlsgdesc.dd: New.
* ld-x86-64/tlsgdesc.rd: New.
* ld-x86-64/tlsgdesc.s: New.

18 years agomerge from gcc
DJ Delorie [Wed, 18 Jan 2006 21:05:51 +0000 (21:05 +0000)]
merge from gcc

18 years agofix typo
Arnold Metselaar [Wed, 18 Jan 2006 15:00:22 +0000 (15:00 +0000)]
fix typo

18 years agoAdd tests for instructions with offsets.
Arnold Metselaar [Wed, 18 Jan 2006 14:52:11 +0000 (14:52 +0000)]
Add tests for instructions with offsets.

18 years agofixes related to indexed operands
Arnold Metselaar [Wed, 18 Jan 2006 13:48:46 +0000 (13:48 +0000)]
fixes related to indexed operands

18 years agoPR binutils/1391
Nick Clifton [Wed, 18 Jan 2006 11:01:09 +0000 (11:01 +0000)]
PR binutils/1391
* objcopy.c (copy_object): For PE format targets set the VMA of a newly
  created gnu_debuglink section to a non-zero, aligned, contiguous value.
* Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
* Makefile.in: Regenerate.

18 years agodaily update
Alan Modra [Tue, 17 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agoUse unsigned char to hold data to be disassembled.
Arnold Metselaar [Tue, 17 Jan 2006 21:15:56 +0000 (21:15 +0000)]
Use unsigned char to hold data to be disassembled.

18 years ago PR binutils/1486
Andreas Schwab [Tue, 17 Jan 2006 17:39:20 +0000 (17:39 +0000)]
PR binutils/1486
binutils/:
* configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
* configure: Regenerate.
* objdump.c (struct objdump_disasm_info): Don't check for
DISASSEMBLER_NEEDS_RELOCS.
(objdump_print_addr): Likewise.
(disassemble_bytes): Check disassembler_needs_relocs from
disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
at compile-time.
(disassemble_section): Likewise.
(disassemble_data): Initialize it.

include/:
* dis-asm.h (struct disassemble_info): Add
disassembler_needs_relocs.

objdump/:
* disassemble.c (disassemble_init_for_target): Set
disassembler_needs_relocs for bfd_arch_arm.

18 years ago2006-01-17 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 17 Jan 2006 17:12:58 +0000 (17:12 +0000)]
2006-01-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2096
* dwarf2.c (comp_unit_contains_address): Update comment.
(_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
lma.  Return TRUE only if both comp_unit_contains_address and
comp_unit_find_nearest_line return TRUE.
(_bfd_dwarf2_find_line): Use section's vma, instead of lma.

18 years ago * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
Alan Modra [Tue, 17 Jan 2006 15:32:41 +0000 (15:32 +0000)]
* elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
(bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
* elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
elf_gc_mark_dynamic_ref_symbol.  Make global.
(bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
* elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
(elfNN_bed): Init new field.
* elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
(ppc64_elf_gc_mark_dynamic_ref): New function.

18 years ago * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
Alan Modra [Tue, 17 Jan 2006 13:00:16 +0000 (13:00 +0000)]
* elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.

18 years agoUpdate copyright date
Nick Clifton [Tue, 17 Jan 2006 11:09:56 +0000 (11:09 +0000)]
Update copyright date

18 years agoPR binutils/2159
Nick Clifton [Tue, 17 Jan 2006 10:34:43 +0000 (10:34 +0000)]
PR binutils/2159
* elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused parameters.

18 years agosplit changelogs
Alan Modra [Mon, 16 Jan 2006 23:15:07 +0000 (23:15 +0000)]
split changelogs

18 years agodaily update
Alan Modra [Mon, 16 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoSync top level config files from the master config repository
Nick Clifton [Mon, 16 Jan 2006 17:34:37 +0000 (17:34 +0000)]
Sync top level config files from the master config repository

18 years ago2006-01-16 Paul Brook <paul@codesourcery.com>
Paul Brook [Mon, 16 Jan 2006 16:23:30 +0000 (16:23 +0000)]
2006-01-16  Paul Brook  <paul@codesourcery.com>

opcodes/
* m68k-opc.c(m68k_opcodes): Fix opcodes for ColdFire f?abss,
f?add?, and f?sub? instructions.

gas/testsuite/
* gas/m68k/all.exp: Add mcf-fpu.
* gas/m68k/mcf-fpu.d: New file.
* gas/m68k/mcf-fpu.s: New file.

18 years agoAdd new Chinese (simplified) translation
Nick Clifton [Mon, 16 Jan 2006 16:15:17 +0000 (16:15 +0000)]
Add new Chinese (simplified) translation

18 years agoFix email address in previous delta
Nick Clifton [Mon, 16 Jan 2006 16:08:55 +0000 (16:08 +0000)]
Fix email address in previous delta

18 years agoFix duplicated word typo
Nick Clifton [Mon, 16 Jan 2006 16:07:45 +0000 (16:07 +0000)]
Fix duplicated word typo

18 years agodaily update
Alan Modra [Sun, 15 Jan 2006 23:00:11 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-05 Paul Brook <paul@codesourcery.com>
Paul Brook [Sun, 15 Jan 2006 16:35:21 +0000 (16:35 +0000)]
2006-01-05  Paul Brook  <paul@codesourcery.com>

* m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.

18 years agodaily update
Alan Modra [Sat, 14 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Fri, 13 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Thu, 12 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Wed, 11 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the
Nick Clifton [Wed, 11 Jan 2006 18:11:43 +0000 (18:11 +0000)]
* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the
newly (re)allocated map array.

18 years agoFixes for building on 64-bit hosts:
Nick Clifton [Wed, 11 Jan 2006 17:39:50 +0000 (17:39 +0000)]
Fixes for building on 64-bit hosts:
        * config/tc-avr.c (mod_index): New union to allow conversion
        between pointers and integers.
        (md_begin, avr_ldi_expression): Use it.
        * config/tc-i370.c (md_assemble): Add cast for argument to print
        statement.
        * config/tc-tic54x.c (subsym_substitute): Likewise.
        * config/tc-mn10200.c (md_assemble): Use a union to convert the
        opindex field of fr_cgen structure into a pointer so that it can
        be stored in a frag.
        * config/tc-mn10300.c (md_assemble): Likewise.
        * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer
        types.
        * config/tc-v850.c: Replace uses of (int) casts with correct
        types.
        * gas/tic54x/address.d: Work with 64bit hosts.
        * gas/tic54x/addrfar.d: Likewise.
        * gas/tic54x/align.d: Likewise.
        * gas/tic54x/all-opcodes.d: Likewise.
        * gas/tic54x/asg.d: Likewise.
        * gas/tic54x/cons.d: Likewise.
        * gas/tic54x/consfar.d: Likewise.
        * gas/tic54x/extaddr.d: Likewise.
        * gas/tic54x/field.d: Likewise.
        * gas/tic54x/labels.d: Likewise.
        * gas/tic54x/loop.d: Likewise.
        * gas/tic54x/lp.d: Likewise.
        * gas/tic54x/macro.d: Likewise.
        * gas/tic54x/math.d: Likewise.
        * gas/tic54x/opcodes.d: Likewise.
        * gas/tic54x/sections.d: Likewise.
       * gas/tic54x/set.d: Likewise.
       * gas/tic54x/struct.d: Likewise.
       * gas/tic54x/subsym.d: Likewise.

18 years agodaily update
Alan Modra [Tue, 10 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago * objcopy.c (copy_object): Fix thinko.
Alan Modra [Tue, 10 Jan 2006 22:34:03 +0000 (22:34 +0000)]
* objcopy.c (copy_object): Fix thinko.

18 years ago * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
Alan Modra [Tue, 10 Jan 2006 22:14:18 +0000 (22:14 +0000)]
* objcopy.c (copy_object): Set isympp and osympp to NULL after free.

18 years ago * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
Bob Wilson [Mon, 9 Jan 2006 23:47:37 +0000 (23:47 +0000)]
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.

18 years agodaily update
Alan Modra [Mon, 9 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agoDefine EM_ALTERA_NIOS2 and EM_NIOS32.
Nick Clifton [Mon, 9 Jan 2006 17:21:17 +0000 (17:21 +0000)]
Define EM_ALTERA_NIOS2 and EM_NIOS32.

18 years agogas/
H.J. Lu [Mon, 9 Jan 2006 17:14:40 +0000 (17:14 +0000)]
gas/

2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/2117
* symbols.c (snapshot_symbol): Don't change a defined symbol.

gas/testsuite/

2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/2117
* gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
ltoff22x-5.

* gas/ia64/ltoff22x-2.d: New file.
* gas/ia64/ltoff22x-2.s: Likewise.
* gas/ia64/ltoff22x-3.d: Likewise.
* gas/ia64/ltoff22x-3.s: Likewise.
* gas/ia64/ltoff22x-4.d: Likewise.
* gas/ia64/ltoff22x-4.s: Likewise.
* gas/ia64/ltoff22x-5.d: Likewise.
* gas/ia64/ltoff22x-5.s: Likewise.

18 years agoUpdate date in copyright notice
Nick Clifton [Mon, 9 Jan 2006 15:58:42 +0000 (15:58 +0000)]
Update date in copyright notice

18 years agoAdd comma after HIGH3ADJ
Nick Clifton [Mon, 9 Jan 2006 12:55:01 +0000 (12:55 +0000)]
Add comma after HIGH3ADJ

18 years agodaily update
Alan Modra [Sun, 8 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sat, 7 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago* m32c.cpu (mov.w:q): Fix mode.
DJ Delorie [Fri, 6 Jan 2006 23:25:53 +0000 (23:25 +0000)]
* m32c.cpu (mov.w:q): Fix mode.
(push32.b.imm): Likewise, for the comment.

18 years ago* m32c-desc.c: Regenerate.
DJ Delorie [Fri, 6 Jan 2006 23:25:36 +0000 (23:25 +0000)]
* m32c-desc.c: Regenerate.
* m32c-opc.c: Regenerate.
* m32c-opc.h: Regenerate.

18 years agodaily update
Alan Modra [Fri, 6 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Thu, 5 Jan 2006 23:00:13 +0000 (23:00 +0000)]
daily update

18 years ago* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
Alexandre Oliva [Thu, 5 Jan 2006 17:45:45 +0000 (17:45 +0000)]
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.