5a68afcf73
2012-04-03 Roland McGrath <mcgrathr@google.com> * elf-nacl.c: New file. * elf-nacl.h: New file. * elf32-i386.c (elf_backend_modify_segment_map): Define for bfd_elf32_i386_nacl_vec. (elf_backend_modify_program_headers): Likewise. * elf64-x86-64.c (elf_backend_modify_segment_map): Define for bfd_elf64_x86_64_nacl_vec and bfd_elf32_x86_64_nacl_vec. (elf_backend_modify_program_headers): Likewise. * Makefile.am (BFD32_BACKENDS, BFD64_BACKENDS): Add elf-nacl.lo here. (BFD32_BACKENDS_CFILES, BFD64_BACKENDS_CFILES): Add elf-nacl.c here. * Makefile.in: Regenerated. * configure.in (bfd_elf64_x86_64_nacl_vec): Add elf-nacl.o to tb here. (bfd_elf32_x86_64_nacl_vec): Likewise. (bfd_elf64_x86_64_vec, bfd_elf32_x86_64_vec): Likewise. (bfd_elf64_x86_64_freebsd_vec, bfd_elf64_x86_64_sol2_vec): Likewise. (bfd_elf64_l1om_vec, bfd_elf64_l1om_freebsd_vec): Likewise. (bfd_elf64_k1om_vec, bfd_elf64_k1om_freebsd_vec): Likewise. (bfd_elf32_i386_nacl_vec): Likewise. (bfd_elf32_i386_sol2_vec, bfd_elf32_i386_freebsd_vec): Likewise. (bfd_elf32_i386_vxworks_vec, bfd_elf32_i386_vec): Likewise. * configure: Regenerated. binutils/testsuite/ 2012-04-03 Roland McGrath <mcgrathr@google.com> * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to be ELF too. * binutils-all/elfedit-4.d: Add "#as: --64" option. * binutils-all/i386/i386.exp: Accept nacl targets too. * binutils-all/x86-64/x86-64.exp: Likewise. gas/testsuite/ 2012-04-03 Roland McGrath <mcgrathr@google.com> * gas/i386/k1om.d: Add not-target match for *-*-nacl*. * gas/i386/l1om.d: Likewise. ld/ 2012-04-03 Roland McGrath <mcgrathr@google.com> * configure.tgt (i[3-7]86-*-nacl*, x86_64-*-nacl*): Handle them. * emulparams/elf_nacl.sh: New file. * emulparams/elf_i386_nacl.sh: New file. * emulparams/elf32_x86_64_nacl.sh: New file. * emulparams/elf_x86_64_nacl.sh: New file. * Makefile.am (ALL_EMULATION_SOURCES): Add eelf_i386_nacl.c here. (ALL_64_EMULATION_SOURCES): Add eelf32_x86_64_nacl.c and eelf_x86_64_nacl.c here. (eelf_i386_nacl.c, eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c): New targets. * Makefile.in: Regenerated. * scripttempl/elf.sc: Handle SEPARATE_CODE cases. ld/testsuite/ 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.
373 lines
12 KiB
Text
373 lines
12 KiB
Text
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:
|