b9c361e0ad
2012-05-14 Catherine Moore <clm@codesourcery.com> * NEWS: Mention PowerPC VLE port. 2012-05-14 James Lemke <jwlemke@codesourcery.com> Catherine Moore <clm@codesourcery.com> bfd/ * bfd.c (bfd_lookup_section_flags): Add section parm. * ecoff.c (bfd_debug_section): Remove flag_info initializer. * elf-bfd.h (bfd_elf_section_data): Move in section_flag_info. (bfd_elf_lookup_section_flags): Add section parm. * elf32-ppc.c (is_ppc_vle): New function. (ppc_elf_modify_segment_map): New function. (elf_backend_modify_segment_map): Define. (has_vle_insns): New define. * elf32-ppc.h (ppc_elf_modify_segment_map): Declare. * elflink.c (bfd_elf_lookup_section_flags): Add return value & parm. Move in logic to omit / include a section. * libbfd-in.h (bfd_link_info): Add section parm. (bfd_generic_lookup_section_flags): Likewise. * reloc.c (bfd_generic_lookup_section_flags): Likewise. * section.c (bfd_section): Move out section_flag_info. (BFD_FAKE_SECTION): Remove flag_info initializer. * targets.c (_bfd_lookup_section_flags): Add section parm. 2012-05-14 Catherine Moore <clm@codesourcery.com> bfd/ * archures.c (bfd_mach_ppc_vle): New. * bfd-in2.h: Regenerated. * cpu-powerpc.c (bfd_powerpc_archs): New entry for vle. * elf32-ppc.c (split16_format_type): New enumeration. (ppc_elf_vle_split16): New function. (HOWTO): Add entries for R_PPC_VLE relocations. (ppc_elf_reloc_type_lookup): Handle PPC_VLE relocations. (ppc_elf_section_flags): New function. (ppc_elf_lookup_section_flags): New function. (ppc_elf_section_processing): New function. (ppc_elf_check_relocs): Handle PPC_VLE relocations. (ppc_elf_relocation_section): Likewise. (elf_backend_lookup_section_flags_hook): Define. (elf_backend_section_flags): Define. (elf_backend_section_processing): Define. * elf32-ppc.h (ppc_elf_section_processing): Declare. * libbfd.h: Regenerated. * reloc.c (BFD_RELOC_PPC_VLE_REL8, BFD_RELOC_PPC_VLE_REL15, BFD_RELOC_PPC_VLE_REL24, BFD_RELOC_PPC_VLE_LO16A, BFD_RELOC_PPC_VLE_LO16D, BFD_RELOC_PPC_VLE_HI16A, BFD_RELOC_PPC_VLE_HI16D, BFD_RELOC_PPC_VLE_HA16A, BFD_RELOC_PPC_VLE_HA16D, BFD_RELOC_PPC_VLE_SDA21, BFD_RELOC_PPC_VLE_SDA21_LO, BFD_RELOC_PPC_VLE_SDAREL_LO16A, BFD_RELOC_PPC_VLE_SDAREL_LO16D, BFD_RELOC_PPC_VLE_SDAREL_HI16A, BFD_RELOC_PPC_VLE_SDAREL_HI16D, BFD_RELOC_PPC_VLE_SDAREL_HA16A, BFD_RELOC_PPC_VLE_SDAREL_HA16D): New bfd relocations. 2012-05-14 James Lemke <jwlemke@codesourcery.com> gas/ * config/tc-ppc.c (insn_validate): New func of existing code to call.. (ppc_setup_opcodes): ..from 2 places here. Revise for second (VLE) opcode table. Add #ifdef'd code to print opcode tables. 2012-05-14 James Lemke <jwlemke@codesourcery.com> gas/ * config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order for the VLE conditional branches. 2012-05-14 Catherine Moore <clm@codesourcery.com> Maciej W. Rozycki <macro@codesourcery.com> Rhonda Wittels <rhonda@codesourcery.com> gas/ * config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro. (PPC_VLE_SPLIT16D): New macro. (PPC_VLE_LO16A): New macro. (PPC_VLE_LO16D): New macro. (PPC_VLE_HI16A): New macro. (PPC_VLE_HI16D): New macro. (PPC_VLE_HA16A): New macro. (PPC_VLE_HA16D): New macro. (PPC_APUINFO_VLE): New definition. (md_chars_to_number): New function. (md_parse_option): Check for combinations of little endian and -mvle. (md_show_usage): Document -mvle. (ppc_arch): Recognize VLE. (ppc_mach): Recognize bfd_mach_ppc_vle. (ppc_setup_opcodes): Print the opcode table if * config/tc-ppc.h (ppc_frag_check): Declare. * doc/c-ppc.texi: Document -mvle. * NEWS: Mention PowerPC VLE port. 2012-05-14 Catherine Moore <clm@codesourcery.com> gas/ * config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare. (DWARF2_LINE_MIN_INSN_LENGTH): Redefine. * config/tc-ppc.c (ppc_dw2_line_min_insn_length): New. * dwarf2dbg.c (scale_addr_delta): Handle values of 1 for DWARF2_LINE_MIN_INSN_LENGTH. 2012-05-14 Catherine Moore <clm@codesourcery.com> Maciej W. Rozycki <macro@codesourcery.com> Rhonda Wittels <rhonda@codesourcery.com> gas/testsuite/ * gas/ppc/ppc.exp: Run new tests. * gas/ppc/vle-reloc.d: New test. * gas/ppc/vle-reloc.s: New test. * gas/ppc/vle-simple-1.d: New test. * gas/ppc/vle-simple-1.s: New test. * gas/ppc/vle-simple-2.d: New test. * gas/ppc/vle-simple-2.s: New test. * gas/ppc/vle-simple-3.d: New test. * gas/ppc/vle-simple-3.s: New test. * gas/ppc/vle-simple-4.d: New test. * gas/ppc/vle-simple-4.s: New test. * gas/ppc/vle-simple-5.d: New test. * gas/ppc/vle-simple-5.s: New test. * gas/ppc/vle-simple-6.d: New test. * gas/ppc/vle-simple-6.s: New test. * gas/ppc/vle.d: New test. * gas/ppc/vle.s: New test. 2012-05-14 James Lemke <jwlemke@codesourcery.com> include/elf/ * ppc.h (SEC_PPC_VLE): Remove. 2012-05-14 Catherine Moore <clm@codesourcery.com> James Lemke <jwlemke@codesourcery.com> include/elf/ * ppc.h (R_PPC_VLE_REL8): New reloction. (R_PPC_VLE_REL15): Likewise. (R_PPC_VLE_REL24): Likewise. (R_PPC_VLE_LO16A): Likewise. (R_PPC_VLE_LO16D): Likewise. (R_PPC_VLE_HI16A): Likewise. (R_PPC_VLE_HI16D): Likewise. (R_PPC_VLE_HA16A): Likewise. (R_PPC_VLE_HA16D): Likewise. (R_PPC_VLE_SDA21): Likewise. (R_PPC_VLE_SDA21_LO): Likewise. (R_PPC_VLE_SDAREL_LO16A): Likewise. (R_PPC_VLE_SDAREL_LO16D): Likewise. (R_PPC_VLE_SDAREL_HI16A): Likewise. (R_PPC_VLE_SDAREL_HI16D): Likewise. (R_PPC_VLE_SDAREL_HA16A): Likewise. (R_PPC_VLE_SDAREL_HA16D): Likewise. (SEC_PPC_VLE): Remove. (PF_PPC_VLE): New program header flag. (SHF_PPC_VLE): New section header flag. (vle_opcodes, vle_num_opcodes): New. (VLE_OP): New macro. (VLE_OP_TO_SEG): New macro. 2012-05-14 Catherine Moore <clm@codesourcery.com> Maciej W. Rozycki <macro@codesourcery.com> Rhonda Wittels <rhonda@codesourcery.com> include/opcode/ * ppc.h (PPC_OPCODE_VLE): New definition. (PPC_OP_SA): New macro. (PPC_OP_SE_VLE): New macro. (PPC_OP): Use a variable shift amount. (powerpc_operand): Update comments. (PPC_OPSHIFT_INV): New macro. (PPC_OPERAND_CR): Replace with... (PPC_OPERAND_CR_BIT): ...this and (PPC_OPERAND_CR_REG): ...this. 2012-05-14 James Lemke <jwlemke@codesourcery.com> ld/ * ldlang.c (walk_wild_consider_section): Don't copy section_flag_list. Pass it to callback. (walk_wild_section_general): Pass section_flag_list to callback. (lang_add_section): Add sflag_list parm. Move out logic to keep / omit a section & call bfd_lookup_section_flags. (output_section_callback_fast): Add sflag_list parm. Add new parm to lang_add_section calls. (output_section_callback): Likewise. (check_section_callback): Add sflag_list parm. (lang_place_orphans): Add new parm to lang_add_section calls. (gc_section_callback): Add sflag_list parm. (find_relro_section_callback): Likewise. * ldlang.h (callback_t): Add flag_info parm. (lang_add_section): Add sflag_list parm. * emultempl/armelf.em (elf32_arm_add_stub_section): Add lang_add_section parm. * emultempl/beos.em (gld*_place_orphan): Likewise. * emultempl/elf32.em (gld*_place_orphan): Likewise. * emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise. * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise. * emultempl/mipself.em (mips_add_stub_section): Likewise. * emultempl/mmo.em (mmo_place_orphan): Likewise. * emultempl/pe.em (gld_*_place_orphan): Likewise. * emultempl/pep.em (gld_*_place_orphan): Likewise. * emultempl/ppc64elf.em (ppc_add_stub_section): Likewise. * emultempl/spuelf.em (spu_place_special_section): Likewise. * emultempl/vms.em (vms_place_orphan): Likewise. 2012-05-14 James Lemke <jwlemke@codesourcery.com> ld/testsuite/ * ld-powerpc/powerpc.exp: Create ppceabitests. * ld-powerpc/vle-multiseg.s: New. * ld-powerpc/vle-multiseg-1.d: New. * ld-powerpc/vle-multiseg-1.ld: New. * ld-powerpc/vle-multiseg-2.d: New. * ld-powerpc/vle-multiseg-2.ld: New. * ld-powerpc/vle-multiseg-3.d: New. * ld-powerpc/vle-multiseg-3.ld: New. * ld-powerpc/vle-multiseg-4.d: New. * ld-powerpc/vle-multiseg-4.ld: New. * ld-powerpc/vle-multiseg-5.d: New. * ld-powerpc/vle-multiseg-5.ld: New. * ld-powerpc/vle-multiseg-6.d: New. * ld-powerpc/vle-multiseg-6.ld: New. * ld-powerpc/vle-multiseg-6a.s: New. * ld-powerpc/vle-multiseg-6b.s: New. * ld-powerpc/vle-multiseg-6c.s: New. * ld-powerpc/vle-multiseg-6d.s: New. * ld-powerpc/powerpc.exp: Run new tests. 2012-05-14 Catherine Moore <clm@codesourcery.com> ld/ * NEWS: Mention PowerPC VLE port. 2012-05-14 Catherine Moore <clm@codesourcery.com> ld/testsuite/ * ld-powerpc/apuinfo.rd: Update for VLE. * ld-powerpc/vle-reloc-1.d: New. * ld-powerpc/vle-reloc-1.s: New. * ld-powerpc/vle-reloc-2.d: New. * ld-powerpc/vle-reloc-2.s: New. * ld-powerpc/vle-reloc-3.d: New. * ld-powerpc/vle-reloc-3.s: New. * ld-powerpc/vle-reloc-def-1.s: New. * ld-powerpc/vle-reloc-def-2.s: New. * ld-powerpc/vle-reloc-def-3.s: New. 2012-05-14 James Lemke <jwlemke@codesourcery.com> opcodes/ * ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle. (PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines. (vle_opcd_indices): New array. (lookup_vle): New function. (disassemble_init_powerpc): Revise for second (VLE) opcode table. (print_insn_powerpc): Likewise. * ppc-opc.c: Likewise. 2012-05-14 Catherine Moore <clm@codesourcery.com> Maciej W. Rozycki <macro@codesourcery.com> Rhonda Wittels <rhonda@codesourcery.com> Nathan Froyd <froydnj@codesourcery.com> opcodes/ * ppc-opc.c (insert_arx, extract_arx): New functions. (insert_ary, extract_ary): New functions. (insert_li20, extract_li20): New functions. (insert_rx, extract_rx): New functions. (insert_ry, extract_ry): New functions. (insert_sci8, extract_sci8): New functions. (insert_sci8n, extract_sci8n): New functions. (insert_sd4h, extract_sd4h): New functions. (insert_sd4w, extract_sd4w): New functions. (insert_vlesi, extract_vlesi): New functions. (insert_vlensi, extract_vlensi): New functions. (insert_vleui, extract_vleui): New functions. (insert_vleil, extract_vleil): New functions. (BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT. (BI16, BI32, BO32, B8): New. (B15, B24, CRD32, CRS): New. (CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG. (DB, IMM20, RD, Rx, ARX, RY, RZ): New. (ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New. (SH6_MASK): Use PPC_OPSHIFT_INV. (SI8, UI5, OIMM5, UI7, BO16): New. (VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New. (XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV. (ALLOW8_SPRG): New. (insert_sprg, extract_sprg): Check ALLOW8_SPRG. (OPVUP, OPVUP_MASK OPVUP): New (BD8, BD8_MASK, BD8IO, BD8IO_MASK): New. (EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New. (BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New. (BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New. (IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New. (IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New. (SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New. (SE_IM5, SE_IM5_MASK): New. (SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New. (EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New. (BO32DNZ, BO32DZ): New. (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE. (PPCVLE): New. (powerpc_opcodes): Add new VLE instructions. Update existing instruction to include PPCVLE if supported. * ppc-dis.c (ppc_opts): Add vle entry. (get_powerpc_dialect): New function. (powerpc_init_dialect): VLE support. (print_insn_big_powerpc): Call get_powerpc_dialect. (print_insn_little_powerpc): Likewise. (operand_value_powerpc): Handle negative shift counts. (print_insn_powerpc): Handle 2-byte instruction lengths.
617 lines
20 KiB
Text
617 lines
20 KiB
Text
2012-05-14 James Lemke <jwlemke@codesourcery.com>
|
||
|
||
* ld-powerpc/powerpc.exp: Create ppceabitests.
|
||
* ld-powerpc/vle-multiseg.s: New.
|
||
* ld-powerpc/vle-multiseg-1.d: New.
|
||
* ld-powerpc/vle-multiseg-1.ld: New.
|
||
* ld-powerpc/vle-multiseg-2.d: New.
|
||
* ld-powerpc/vle-multiseg-2.ld: New.
|
||
* ld-powerpc/vle-multiseg-3.d: New.
|
||
* ld-powerpc/vle-multiseg-3.ld: New.
|
||
* ld-powerpc/vle-multiseg-4.d: New.
|
||
* ld-powerpc/vle-multiseg-4.ld: New.
|
||
* ld-powerpc/vle-multiseg-5.d: New.
|
||
* ld-powerpc/vle-multiseg-5.ld: New.
|
||
* ld-powerpc/vle-multiseg-6.d: New.
|
||
* ld-powerpc/vle-multiseg-6.ld: New.
|
||
* ld-powerpc/vle-multiseg-6a.s: New.
|
||
* ld-powerpc/vle-multiseg-6b.s: New.
|
||
* ld-powerpc/vle-multiseg-6c.s: New.
|
||
* ld-powerpc/vle-multiseg-6d.s: New.
|
||
* ld-powerpc/powerpc.exp: Run new tests.
|
||
|
||
2012-05-14 Catherine Moore <clm@codesourcery.com>
|
||
|
||
* ld-powerpc/apuinfo.rd: Update for VLE.
|
||
* ld-powerpc/vle-reloc-1.d: New.
|
||
* ld-powerpc/vle-reloc-1.s: New.
|
||
* ld-powerpc/vle-reloc-2.d: New.
|
||
* ld-powerpc/vle-reloc-2.s: New.
|
||
* ld-powerpc/vle-reloc-3.d: New.
|
||
* ld-powerpc/vle-reloc-3.s: New.
|
||
* ld-powerpc/vle-reloc-def-1.s: New.
|
||
* ld-powerpc/vle-reloc-def-2.s: New.
|
||
* ld-powerpc/vle-reloc-def-3.s: New.
|
||
|
||
2012-05-13 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* ld-mips-elf/mips-elf.exp (mips16_call_global_test): Use the
|
||
no-shared-1.ld linker script.
|
||
* ld-mips-elf/mips16-call-global-1.s: Add alignment directive.
|
||
* ld-mips-elf/mips16-call-global-2.s: Likewise.
|
||
* ld-mips-elf/mips16-call-global-3.s: Likewise.
|
||
* ld-mips-elf/mips16-call-global.d: Use 50000 as the base address.
|
||
|
||
2012-05-13 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* ld-mips-elf/attr-gnu-4-00.d: Remove assembler options and emulator
|
||
linker option.
|
||
* ld-mips-elf/attr-gnu-4-01.d, ld-mips-elf/attr-gnu-4-02.d,
|
||
ld-mips-elf/attr-gnu-4-03.d, ld-mips-elf/attr-gnu-4-04.d,
|
||
ld-mips-elf/attr-gnu-4-05.d, ld-mips-elf/attr-gnu-4-10.d,
|
||
ld-mips-elf/attr-gnu-4-11.d, ld-mips-elf/attr-gnu-4-12.d,
|
||
ld-mips-elf/attr-gnu-4-13.d, ld-mips-elf/attr-gnu-4-14.d,
|
||
ld-mips-elf/attr-gnu-4-15.d, ld-mips-elf/attr-gnu-4-20.d,
|
||
ld-mips-elf/attr-gnu-4-21.d, ld-mips-elf/attr-gnu-4-22.d,
|
||
ld-mips-elf/attr-gnu-4-23.d, ld-mips-elf/attr-gnu-4-24.d,
|
||
ld-mips-elf/attr-gnu-4-25.d, ld-mips-elf/attr-gnu-4-30.d,
|
||
ld-mips-elf/attr-gnu-4-31.d, ld-mips-elf/attr-gnu-4-32.d,
|
||
ld-mips-elf/attr-gnu-4-33.d, ld-mips-elf/attr-gnu-4-34.d,
|
||
ld-mips-elf/attr-gnu-4-35.d, ld-mips-elf/attr-gnu-4-40.d,
|
||
ld-mips-elf/attr-gnu-4-41.d, ld-mips-elf/attr-gnu-4-42.d,
|
||
ld-mips-elf/attr-gnu-4-43.d, ld-mips-elf/attr-gnu-4-44.d,
|
||
ld-mips-elf/attr-gnu-4-45.d, ld-mips-elf/attr-gnu-4-51.d: Likewise.
|
||
|
||
2012-05-13 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* ld-mips-elf/eh-frame1.ld (.gcc_compiled_long32): Add KEEP.
|
||
* ld-mips-elf/eh-frame3.d: Move definition of foo to the link line
|
||
and change to a 32-bit value. Expect CIEs to be marged.
|
||
* ld-mips-elf/eh-frame4.d: Move definition of foo to the link line.
|
||
|
||
2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-alpha/tlspic.rd: Updated.
|
||
* ld-powerpc/tlsso.r: Likewise.
|
||
* ld-powerpc/tlsso32.r: Likewise.
|
||
* ld-powerpc/vxworks1-lib.rd: Likewise.
|
||
* ld-s390/tlspic.rd: Likewise.
|
||
* ld-s390/tlspic_64.rd: Likewise.
|
||
* ld-sh/shared-1.d: Likewise.
|
||
* ld-sh/tlspic-2.d: Likewise.
|
||
* ld-sparc/tlssunnopic32.rd: Likewise.
|
||
* ld-sparc/tlssunnopic64.rd: Likewise.
|
||
* ld-sparc/tlssunpic32.rd: Likewise.
|
||
* ld-sparc/tlssunpic64.rd: Likewise.
|
||
|
||
2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-cris/hiddef1.d: Updated.
|
||
* ld-cris/libdso-2.d: Likewise.
|
||
* ld-cris/tls-js1.d: Likewise.
|
||
* ld-cris/tls-local-63.d: Likewise.
|
||
* ld-cris/tls-local-64.d: Likewise.
|
||
|
||
2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14088
|
||
* ld-ia64/tlspic.rd: Updated.
|
||
* ld-x86-64/tlsdesc-nacl.rd: Likewise.
|
||
* ld-x86-64/tlsdesc.rd: Likewise.
|
||
* ld-x86-64/tlspic-nacl.rd: Likewise.
|
||
* ld-x86-64/tlspic.rd: Likewise.
|
||
|
||
2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-x86-64/ilp32-11.d: Updated.
|
||
|
||
2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-x86-64/pr13082-1a.d: Check RELACOUNT.
|
||
* ld-x86-64/pr13082-1b.d: Likewise.
|
||
|
||
2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-x86-64/ilp32-11.d: New file.
|
||
* ld-x86-64/ilp32-11.s: Likewise.
|
||
|
||
* ld-x86-64/x86-64.exp: Run ilp32-11.
|
||
|
||
2012-05-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/14052
|
||
* ld-elf/pr14052.d: New file.
|
||
* ld-elf/pr14052.t: Likewise.
|
||
|
||
2012-05-05 Alan Modra <amodra@gmail.com>
|
||
|
||
PR ld/14052
|
||
PR ld/13621
|
||
* ld-elf/warn2.d: Revert 2012-02-13 change.
|
||
* ld-elf/zerosize1.d, ld-elf/zerosize1.s: Delete.
|
||
|
||
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-elf/eh1.d: Skip x86_64-*-linux-gnux32.
|
||
* ld-elf/eh2.d: Likewise.
|
||
* ld-elf/eh3.d: Likewise.
|
||
* ld-elf/eh4.d: Likewise.
|
||
|
||
* ld-elfvsb/elfvsb.exp: Xfail x86_64-*-linux-gnux32.
|
||
* ld-shared/shared.exp: Likewise.
|
||
|
||
* ld-ifunc/ifunc-3a-x86.d: Support x86_64-*-linux-gnux32.
|
||
|
||
2012-04-24 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* ld-x86-64/plt-nacl.pd: Fix expected nop padding.
|
||
* ld-x86-64/tlsdesc-nacl.pd: Likewise.
|
||
|
||
2012-04-24 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR ld/13990
|
||
* ld-arm/arm-elf.exp: Run gc-hidden-1.
|
||
* ld-arm/gc-hidden-1.d: New test-file.
|
||
* ld-arm/gcdfn.s, ld-arm/hideall.ld, ld-arm/hidfn.s,
|
||
ld-arm/main.s: New files.
|
||
|
||
2012-04-23 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* ld-pie/pie.exp: Remove extra braces.
|
||
|
||
2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13947
|
||
* ld-x86-64/x86-64.exp: Run pr13947.
|
||
* ld-x86-64/pr13947.d: New file.
|
||
* ld-x86-64/pr13947.s: Likewise.
|
||
|
||
2012-04-13 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* ld-arm/arm-elf.exp (armelftests_common): Move cases using
|
||
mixed-lib.so to ...
|
||
(armelftests_nonacl): ... here.
|
||
|
||
2012-04-12 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* ld-arm/arm-elf.exp (armelftests): Split out into ...
|
||
(armelftests_common, armelftests_nonacl): ... these two.
|
||
(armeabitests): Split out into ...
|
||
(armeabitests_common, armeabitests_nonacl): ... these two.
|
||
Omit _nonacl sets for arm*-*-nacl* targets.
|
||
|
||
* ld-arm/farcall-mix.d: Don't match exact addresses, only symbolic ones.
|
||
* ld-arm/farcall-mix2.d: Likewise.
|
||
* ld-arm/farcall-group.d: Likewise.
|
||
|
||
* ld-arm/tls-gdesc-got.d: Match variant file formats too.
|
||
Accept some variation in exact addresses.
|
||
|
||
* ld-arm/thumb2-b-interwork.d: Match variant file formats too.
|
||
Fix regexps not to care about exact addresses where not relevant.
|
||
|
||
* ld-arm/thumb2-bl-undefweak.d: Match any hex strings, not any
|
||
strings of particular exact lengths.
|
||
* ld-arm/thumb2-bl-undefweak1.d: Likewise.
|
||
|
||
* ld-arm/arm-app.r: Match variant file formats too.
|
||
* ld-arm/arm-app-abs32.r: Likewise.
|
||
* ld-arm/arm-lib.d: Likewise.
|
||
* ld-arm/arm-lib.r: Likewise.
|
||
* ld-arm/arm-static-app.r: Likewise.
|
||
* ld-arm/armv4-bx.d: Likewise.
|
||
* ld-arm/data-only-map.d: Likewise.
|
||
* ld-arm/group-relocs.d: Likewise.
|
||
* ld-arm/jump19.d: Likewise.
|
||
* ld-arm/reloc-boundaries.d: Likewise.
|
||
* ld-arm/thumb1-bl.d: Likewise.
|
||
* ld-arm/thumb2-bl.d: Likewise.
|
||
* ld-arm/tls-app.d: Likewise.
|
||
* ld-arm/tls-app.r: Likewise.
|
||
* ld-arm/tls-gdierelax.d: Likewise.
|
||
* ld-arm/tls-gdierelax2.d: Likewise.
|
||
* ld-arm/tls-gdlerelax.d: Likewise.
|
||
* ld-arm/tls-lib.d: Likewise.
|
||
* ld-arm/tls-lib.r: Likewise.
|
||
* ld-arm/tls-mixed.r: Likewise.
|
||
* ld-arm/vfp11-fix-none.d: Likewise.
|
||
* ld-arm/vfp11-fix-scalar.d: Likewise.
|
||
* ld-arm/vfp11-fix-vector.d: Likewise.
|
||
* ld-arm/arm-static-app.d: Likewise.
|
||
Fix regexps not to care about exact number of leading spaces.
|
||
* ld-arm/arm-app-abs32.d: Likewise.
|
||
* ld-arm/fix-arm1176-off.d: Likewise.
|
||
* ld-arm/fix-arm1176-on.d: Likewise.
|
||
|
||
* ld-arm/arm-elf.exp: Treat nacl targets like eabi targets.
|
||
|
||
2012-04-09 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* ld-elf/eh1.d: Add explicit --64 to as options, and explicit
|
||
-melf_x86_64 and -Ttext to ld options, so we don't assume every
|
||
x86_64-*-* target uses --64 (vs --x32) by default or has the
|
||
same address space layout.
|
||
* ld-elf/eh2.d: Likewise.
|
||
* ld-elf/eh3.d: Likewise.
|
||
* ld-elf/eh4.d: Likewise.
|
||
* ld-elf/elf.exp: For target *-*-nacl*, use options_regsub(ld) to
|
||
map -melf_x86_64 to -melf_x86_64_nacl.
|
||
|
||
2012-04-07 David S. Miller <davem@davemloft.net>
|
||
|
||
* ld-sparc/tlssunbin32.rd: Fix regexp.
|
||
* ld-sparc/tlssunbin64.rd: Likewise.
|
||
|
||
2012-04-03 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* ld-x86-64/ilp32-4-nacl.d: New file.
|
||
* ld-x86-64/x86-64.exp: Run it.
|
||
|
||
* ld-discard/discard.exp: Accept nacl targets too.
|
||
* ld-elf/binutils.exp: Likewise.
|
||
* ld-elf/comm-data.exp: Likewise.
|
||
* ld-elf/elf.exp: Likewise.
|
||
* ld-elf/tls_common.exp: Likewise.
|
||
* ld-elfvers/vers.exp: Likewise.
|
||
* ld-elfvsb/elfvsb.exp: Likewise.
|
||
* ld-elfweak/elfweak.exp: Likewise.
|
||
* ld-gc/gc.exp: Likewise.
|
||
* ld-ifunc/binutils.exp: Likewise.
|
||
* ld-ifunc/ifunc.exp: Likewise.
|
||
* ld-linkonce/linkonce.exp:Likewise.
|
||
* ld-pie/pie.exp: Likewise.
|
||
* ld-shared/shared.exp: Likewise.
|
||
* ld-undefined/weak-undef.exp: Likewise.
|
||
* ld-unique/unique.exp: Likewise.
|
||
* ld-x86-64/dwarfreloc.exp: Likewise.
|
||
* ld-x86-64/line.exp: Likewise.
|
||
|
||
* lib/ld-lib.exp (slurp_options): Support global array
|
||
options_regsub to apply substitutions to the contents
|
||
of options lines read from the file.
|
||
* ld-i386/emit-relocs.d: Renamed to ...
|
||
* ld-i386/emit-relocs.rd: ... this.
|
||
* ld-i386/i386.exp: Accept nacl targets too.
|
||
For them, use options_regsub to replace elf_i386 with
|
||
elf_i386_nacl in run_dump_test cases; apply the same
|
||
substitution in $i386tests; replace foo.rd expectations
|
||
files with foo-nacl.rd in $i386tests.
|
||
(i386tests): Change emit-relocs.d to emit-relocs.rd here.
|
||
* ld-i386/emit-relocs-nacl.rd: New file.
|
||
* ld-i386/plt-nacl.pd: New file.
|
||
* ld-i386/plt-pic-nacl.pd: New file.
|
||
* ld-i386/tlsbin-nacl.rd: New file.
|
||
* ld-i386/tlsbindesc-nacl.rd: New file.
|
||
* ld-i386/tlsdesc-nacl.rd: New file.
|
||
* ld-i386/tlsgdesc-nacl.rd: New file.
|
||
* ld-i386/tlsnopic-nacl.rd: New file.
|
||
* ld-i386/tlspic-nacl.rd: New file.
|
||
* ld-x86-64/x86-64.exp: Accept nacl targets too.
|
||
For them, use options_regsub to replace elf_x86_64 with
|
||
elf_x86_64_nacl in run_dump_test cases; apply the same
|
||
substitution in $x86_64tests; replace foo.rd expectations
|
||
files with foo-nacl.rd in $x86_64tests.
|
||
Add explicit -melf_x86_64 to ld options in tests that need it,
|
||
in case the default emulation is x32 (as it is for x86_64-nacl).
|
||
* ld/testsuite/ld-x86-64/plt-nacl.pd: New file.
|
||
* ld/testsuite/ld-x86-64/split-by-file-nacl.rd: New file.
|
||
* ld/testsuite/ld-x86-64/tlsbin-nacl.rd: New file.
|
||
* ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd: New file.
|
||
* ld/testsuite/ld-x86-64/tlsdesc-nacl.pd: New file.
|
||
* ld/testsuite/ld-x86-64/tlsdesc-nacl.rd: New file.
|
||
* ld/testsuite/ld-x86-64/tlsgdesc-nacl.rd: New file.
|
||
* ld/testsuite/ld-x86-64/tlspic-nacl.rd: New file.
|
||
|
||
* ld-i386/hidden2.d: Loosen regexps to match any file format variant,
|
||
and not to depend on exact addresses, displacements, etc. where
|
||
they are irrelevant.
|
||
* ld-i386/pcrel16.d: Likewise.
|
||
* ld-i386/pcrel16abs.d: Likewise.
|
||
* ld-i386/pr12718.d: Likewise.
|
||
* ld-i386/pr12921.d: Likewise.
|
||
* ld-i386/reloc.d: Likewise.
|
||
* ld-i386/tlsbin.dd: Likewise.
|
||
* ld-i386/tlsbin.sd: Likewise.
|
||
* ld-i386/tlsbin.td: Likewise.
|
||
* ld-i386/tlsbindesc.dd: Likewise.
|
||
* ld-i386/tlsbindesc.sd: Likewise.
|
||
* ld-i386/tlsbindesc.td: Likewise.
|
||
* ld-i386/tlsdesc.dd: Likewise.
|
||
* ld-i386/tlsdesc.sd: Likewise.
|
||
* ld-i386/tlsdesc.td: Likewise.
|
||
* ld-i386/tlsg.sd: Likewise.
|
||
* ld-i386/tlsgdesc.dd: Likewise.
|
||
* ld-i386/tlsindntpoff.dd: Likewise.
|
||
* ld-i386/tlsnopic.dd: Likewise.
|
||
* ld-i386/tlsnopic.sd: Likewise.
|
||
* ld-i386/tlspic.dd: Likewise.
|
||
* ld-i386/tlspic.sd: Likewise.
|
||
* ld-i386/tlspic.td: Likewise.
|
||
* ld-i386/tlspie2.d: Likewise.
|
||
* ld-x86-64/hidden2.d: Likewise.
|
||
* ld-x86-64/pcrel16.d: Likewise.
|
||
* ld-x86-64/pr12718.d: Likewise.
|
||
* ld-x86-64/pr12921.d: Likewise.
|
||
* ld-x86-64/protected3.d: Likewise.
|
||
* ld-x86-64/tlsbin.dd: Likewise.
|
||
* ld-x86-64/tlsbin.sd: Likewise.
|
||
* ld-x86-64/tlsbin.td: Likewise.
|
||
* ld-x86-64/tlsbindesc.dd: Likewise.
|
||
* ld-x86-64/tlsbindesc.sd: Likewise.
|
||
* ld-x86-64/tlsbindesc.td: Likewise.
|
||
* ld-x86-64/tlsdesc.dd: Likewise.
|
||
* ld-x86-64/tlsdesc.sd: Likewise.
|
||
* ld-x86-64/tlsdesc.td: Likewise.
|
||
* ld-x86-64/tlsg.sd: Likewise.
|
||
* ld-x86-64/tlsgd5.dd: Likewise.
|
||
* ld-x86-64/tlsgd6.dd: Likewise.
|
||
* ld-x86-64/tlsgdesc.dd: Likewise.
|
||
* ld-x86-64/tlspic.dd: Likewise.
|
||
* ld-x86-64/tlspic.sd: Likewise.
|
||
* ld-x86-64/tlspic.td: Likewise.
|
||
|
||
* ld-x86-64/ilp32-8.d: Match any file format variant.
|
||
Use a -Ttext and adjust expected results, to handle variant layouts.
|
||
* ld-x86-64/ilp32-9.d: Likewise.
|
||
|
||
* ld-i386/alloc.t: Remove superfluous OUTPUT_FORMAT statement.
|
||
* ld-i386/pr12627.t: Likewise.
|
||
|
||
* ld-x86-64/abs-l1om.d: Add target: constraint.
|
||
* ld-x86-64/protected2-l1om.d: Likewise.
|
||
* ld-x86-64/protected3-l1om.d: Likewise.
|
||
* ld-x86-64/ilp32-4.d: Likewise.
|
||
|
||
* ld-x86-64/plt.s: New file.
|
||
* ld-x86-64/pltlib.s: New file.
|
||
* ld-x86-64/plt.pd: New file.
|
||
* ld-x86-64/x86-64.exp (x86_64tests): Add them.
|
||
|
||
* ld-i386/plt.s: New file.
|
||
* ld-i386/pltlib.s: New file.
|
||
* ld-i386/plt.pd: New file.
|
||
* ld-i386/plt-pic.s: New file.
|
||
* ld-i386/plt-pic.pd: New file.
|
||
* ld-i386/i386.exp (i386tests): Add them.
|
||
|
||
2012-03-25 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-powerpc/vxworks-relax.rd: Remove check on reloc section
|
||
file offset and reloc symbol indices.
|
||
|
||
2012-03-21 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR ld/13813
|
||
* ld-mips-elf/comm-data.exp (mips_comm_data_test): For N32 and N64
|
||
tests, also specify assembler option -march=mips3.
|
||
|
||
2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13880
|
||
* ld-i386/i386.exp: Run protected4 and protected5.
|
||
* ld-x86-64/x86-64.exp: Likewise.
|
||
|
||
* ld-i386/protected4.d: New.
|
||
* ld-i386/protected4.s: Likewise.
|
||
* ld-i386/protected5.d: Likewise.
|
||
* ld-i386/protected5.s: Likewise.
|
||
* ld-x86-64/protected4.d: Likewise.
|
||
* ld-x86-64/protected4.s: Likewise.
|
||
* ld-x86-64/protected5.d: Likewise.
|
||
* ld-x86-64/protected5.s: Likewise.
|
||
|
||
2012-03-19 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* ld-m68k/m68k.exp ("TLS indirect symbol use"): Pass
|
||
--copy-dt-needed-entries.
|
||
|
||
2012-03-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/arm-elf.exp: Add new testcases.
|
||
* ld-arm/attr-merge-2.attr: Update ouput.
|
||
* ld-arm/attr-merge-2a.s: Remove Tag_DIV_use test.
|
||
* ld-arm/attr-merge-2b.s: Likewise.
|
||
* ld-arm/attr-merge-3.attr: Updated expected output.
|
||
* ld-arm/attr-merge-4.attr: Likewise.
|
||
* ld-arm/attr-merge-5.attr: Likewise.
|
||
* ld-arm/attr-merge-6.attr: Likewise.
|
||
* ld-arm/attr-merge-7.attr: Likewise.
|
||
* ld-arm/attr-merge-arch-1.attr: Likewise.
|
||
* ld-arm/attr-merge-arch-2.attr: Likewise.
|
||
* ld-arm/attr-merge-unknown-2.d: Likewise.
|
||
* ld-arm/attr-merge-unknown-2r.d: Likewise.
|
||
* ld-arm/attr-merge-unknown-3.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-1.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-1r.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-2.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-2r.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-3.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-3r.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-4.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-4r.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-5.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-5r.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-6.d: Likewise.
|
||
* ld-arm/attr-merge-vfp-6r.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-00.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-02.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-04.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-20.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-22.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-40.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
|
||
* ld-arm/attr-merge-wchar-44.d: Likewise.
|
||
* ld-arm/attr-merge.attr: Likewise.
|
||
* ld-arm/attr-merge-div-0.s: New testcase.
|
||
* ld-arm/attr-merge-div-00.d: Likewise.
|
||
* ld-arm/attr-merge-div-01-m3.d: Likewise.
|
||
* ld-arm/attr-merge-div-01.d: Likewise.
|
||
* ld-arm/attr-merge-div-02.d: Likewise.
|
||
* ld-arm/attr-merge-div-1.s: Likewise.
|
||
* ld-arm/attr-merge-div-10-m3.d: Likewise.
|
||
* ld-arm/attr-merge-div-10.d: Likewise.
|
||
* ld-arm/attr-merge-div-11.d: Likewise.
|
||
* ld-arm/attr-merge-div-12.d: Likewise.
|
||
* ld-arm/attr-merge-div-120.d: Likewise.
|
||
* ld-arm/attr-merge-div-2.s: Likewise.
|
||
* ld-arm/attr-merge-div-20.d: Likewise.
|
||
* ld-arm/attr-merge-div-21.d: Likewise.
|
||
* ld-arm/attr-merge-div-22.d: Likewise.
|
||
|
||
2012-03-16 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-gc/pr13683.d: Accept powerpc64 function descriptor syms.
|
||
|
||
2012-03-15 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/default.exp: Update copyright date.
|
||
* ld-elf/shared.exp: Pass --no-as-needed to various tests linking
|
||
shared libs.
|
||
* ld-elfvers/vers.exp: Likewise.
|
||
|
||
2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13839
|
||
* ld-elf/pr13839.d: New.
|
||
* ld-elf/pr13839.s: Likewise.
|
||
* ld-elf/pr13839.t: Likewise.
|
||
|
||
2012-03-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13817
|
||
* ld-i386/pr13302.d: Updated.
|
||
* ld-x86-64/pr13082-5b.d: Likewise.
|
||
* ld-x86-64/pr13082-6a.d: Likewise.
|
||
* ld-x86-64/pr13082-6b.d: Likewise.
|
||
|
||
2012-03-06 Alan Modra <amodra@gmail.com>
|
||
|
||
PR ld/13683
|
||
* ld-gc/pr13683.d: Allow non-zero top address digit.
|
||
|
||
2012-03-05 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR ld/13803
|
||
* ld-arm/fix-arm1176-off.d, ld-arm/fix-arm1176-on.d: Regexpify
|
||
address of func_to_branch_to.
|
||
|
||
2012-03-01 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR ld/13789
|
||
* ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE.
|
||
|
||
2012-02-25 Walter Lee <walt@tilera.com>
|
||
|
||
* ld-tilegx/reloc-be.d: New.
|
||
* ld-tilegx/reloc-le.d: New.
|
||
* ld-tilegx/reloc.d: Delete.
|
||
* ld-tilegx/tilegx.exp: Test big and little endian.
|
||
|
||
2012-02-22 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR ld/13683
|
||
* ld-gc/pr13683.c: New test source file.
|
||
* ld-gc/pr13683.d: New test control and output file.
|
||
* ld-gc/gc.exp: Run the pr13683 test.
|
||
|
||
* ld-cris/tls-gc-68: Update expected symbol table dump.
|
||
* ld-cris/tls-gc-69: Likewise.
|
||
* ld-cris/tls-gc-70: Likewise.
|
||
* ld-cris/tls-gc-71: Likewise.
|
||
* ld-cris/tls-gc-75: Likewise.
|
||
* ld-cris/tls-gc-76.d: Likewise.
|
||
* ld-cris/tls-gc-79.d: Likewise.
|
||
|
||
2012-02-20 Thomas Schwinge <thomas@schwinge.name>
|
||
|
||
* ld-elf/comm-data.exp: Run for *-*-gnu*.
|
||
|
||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-elf/linkoncerdiff.d: Don't run for hppa64-hpux.
|
||
* ld-elf/pr11304a.s: Always have whitespace before directives.
|
||
* ld-elf/pr11304b.s: Likewise.
|
||
* ld-selective/selective.exp: Test m68hc1* variant of m6811, m6812.
|
||
* lib/ld-lib.exp: Likewise, and vice versa.
|
||
|
||
2012-02-13 Richard Henderson <rth@redhat.com>
|
||
|
||
PR ld/13621
|
||
* ld-elf/warn2.d: Expect ABS section for Foo.
|
||
* ld-elf/zerosize1.d, ld-elf/zerosize1.s: New test.
|
||
|
||
2012-02-13 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-m68hc11/m68hc11.exp: Run for m68hc11-*-* and m68hc12-*-*.
|
||
* ld-m68hc11/adj-brset.d: Remove redundant #target line. Add
|
||
-m m68hc11elf to ld invocation.
|
||
* ld-m68hc11/adj-jump.d: Likewise.
|
||
* ld-m68hc11/bug-1403.d: Likewise.
|
||
* ld-m68hc11/bug-1417.d: Likewise.
|
||
* ld-m68hc11/bug-3331.d: Likewise.
|
||
* ld-m68hc11/relax-direct.d: Likewise.
|
||
* ld-m68hc11/relax-group.d: Likewise.
|
||
* ld-m68hc11/far-hc11.d: Remove redundant #target line. Adjust for
|
||
changed addresses.
|
||
* ld-m68hc11/far-hc12.d: Remove redundant #target line.
|
||
* ld-m68hc11/link-hcs12.d: Likewise, and adjust for header changes.
|
||
|
||
2012-02-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13675
|
||
* ld-i386/tlsnopic.dd: Update no-op padding.
|
||
* ld-i386/tlspic.dd: Likewise.
|
||
|
||
2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13616
|
||
* ld-i386/tlsbindesc.dd: Update no-op padding.
|
||
* ld-i386/tlsnopic.dd: Likewise.
|
||
* ld-i386/tlspic.dd: Likewise.
|
||
* ld-x86-64/tlsbin.dd: Likewise.
|
||
* ld-x86-64/tlsbindesc.dd: Likewise.
|
||
* ld-x86-64/tlspic.dd: Likewise.
|
||
|
||
2012-01-17 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/default.exp: Provide tmpdir/ld/collect-ld.
|
||
|
||
2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/13581
|
||
* ld-x86-64/ilp32-4.s: New.
|
||
* ld-x86-64/ilp32-10.d: Likewise.
|
||
* ld-x86-64/ilp32-10.s: Likewise.
|
||
|
||
* ld-x86-64/ilp32-4.d: Adjusted.
|
||
* ld-x86-64/ilp32-5.d: Likewise.
|
||
* ld-x86-64/ilp32-5.s: Likewise.
|
||
|
||
* ld-x86-64/x86-64.exp: Run ilp32-10.
|
||
|
||
2012-01-05 Nick Clifton <nickc@redhat.com>
|
||
|
||
* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
|
||
64-bit objects when the 32-bit object (loaded first) contains 32+
|
||
local symbols, all referenced by relocs and the 64-bit object
|
||
contains a reloc that uses a symbol in the 32-bit object.
|
||
* 32bit.s: New source file.
|
||
* 64bit.s: New source file.
|
||
* incompatible.l: New expected linker output file.
|
||
|
||
For older changes see ChangeLog-2011
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|