2013-04-30 13:40:27 +00:00
|
|
|
|
2013-04-30 Will Newton <will.newton@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp: Use linker script for IFUNC test 17.
|
|
|
|
|
* ld-arm/ifunc-17.dd: Update offsets for linker script.
|
|
|
|
|
* ld-arm/ifunc-17.gd: Likewise.
|
|
|
|
|
* ld-arm/ifunc-17.rd: Likewise.
|
|
|
|
|
|
2013-04-29 09:48:32 +00:00
|
|
|
|
2013-04-29 Will Newton <will.newton@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp: Add IFUNC test 17.
|
|
|
|
|
* ld-arm/ifunc-17.dd: New file.
|
|
|
|
|
* ld-arm/ifunc-17.gd: Likewise.
|
|
|
|
|
* ld-arm/ifunc-17.rd: Likewise.
|
|
|
|
|
* ld-arm/ifunc-17.s: Likweise.
|
|
|
|
|
* ld-arm/ifunc-1.rd: Reorder relocs to match linker output.
|
|
|
|
|
* ld-arm/ifunc-2.rd: Likewise.
|
|
|
|
|
* ld-arm/ifunc-5.rd: Likewise.
|
|
|
|
|
* ld-arm/ifunc-6.rd: Likewise.
|
|
|
|
|
|
2013-04-29 08:57:48 +00:00
|
|
|
|
2013-04-29 Will Newton <will.newton@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/lto.exp: Disable ld/12942 test for gcc < 4.7.0.
|
|
|
|
|
|
2013-04-22 03:11:40 +00:00
|
|
|
|
2013-04-22 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/tlsexe.d: Adjust for section id changes.
|
|
|
|
|
* ld-powerpc/tlsexe.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlsexetoc.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlsexetoc.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlsso.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlsso.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.r: Likewise.
|
|
|
|
|
|
Check regular reference without non-GOT reference
non_got_ref may not be set when building shared library. We need to set
non_got_ref if there are any non-PIC relocations. But we only did this
when there were no PLT/GOT relocations. It failed when there is a PLT
relocation. This checkin moves the non_got_ref check out.
bfd/
2013-04-15 H.J. Lu <hongjiu.lu@intel.com>
PR ld/15371
* elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Check
regular reference without non-GOT reference when building
shared library.
ld/testsuite/
2013-04-15 H.J. Lu <hongjiu.lu@intel.com>
PR ld/15371
* ld-ifunc/ifunc-20-i386.d: New file.
* ld-ifunc/ifunc-20-x86-64.d: Likewise.
* ld-ifunc/ifunc-20.s: Likewise.
diff --git a/bfd/elf-ifunc.c b/bfd/elf-ifunc.c
index e56427d..7e7ec36 100644
--- a/bfd/elf-ifunc.c
+++ b/bfd/elf-ifunc.c
@@ -187,23 +187,20 @@ _bfd_elf_allocate_ifunc_dyn_relocs (struct bfd_link_info *info,
htab = elf_hash_table (info);
+ /* When building shared library, we need to handle the case where it is
+ marked with regular reference, but not non-GOT reference since the
+ non-GOT reference bit may not be set here. */
+ if (info->shared && !h->non_got_ref && h->ref_regular)
+ for (p = *head; p != NULL; p = p->next)
+ if (p->count)
+ {
+ h->non_got_ref = 1;
+ goto keep;
+ }
+
/* Support garbage collection against STT_GNU_IFUNC symbols. */
if (h->plt.refcount <= 0 && h->got.refcount <= 0)
{
- /* When building shared library, we need to handle the case
- where it is marked with regular reference, but not non-GOT
- reference. It may happen if we didn't see STT_GNU_IFUNC
- symbol at the time when checking relocations. */
- if (info->shared
- && !h->non_got_ref
- && h->ref_regular)
- for (p = *head; p != NULL; p = p->next)
- if (p->count)
- {
- h->non_got_ref = 1;
- goto keep;
- }
-
h->got = htab->init_got_offset;
h->plt = htab->init_plt_offset;
*head = NULL;
diff --git a/ld/testsuite/ld-ifunc/ifunc-20-i386.d b/ld/testsuite/ld-ifunc/ifunc-20-i386.d
new file mode 100644
index 0000000..9373fcf
--- /dev/null
+++ b/ld/testsuite/ld-ifunc/ifunc-20-i386.d
@@ -0,0 +1,13 @@
+#source: ifunc-20.s
+#ld: -shared -m elf_i386 -z nocombreloc
+#as: --32
+#readelf: -r --wide
+#target: x86_64-*-* i?86-*-*
+
+Relocation section '.rel.ifunc' at offset 0x[0-9a-f]+ contains 1 entries:
+[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
+[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_32[ ]+ifunc\(\)[ ]+ifunc
+
+Relocation section '.rel.plt' at offset 0x[0-9a-f]+ contains 1 entries:
+[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
+[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc
diff --git a/ld/testsuite/ld-ifunc/ifunc-20-x86-64.d b/ld/testsuite/ld-ifunc/ifunc-20-x86-64.d
new file mode 100644
index 0000000..39492d4
--- /dev/null
+++ b/ld/testsuite/ld-ifunc/ifunc-20-x86-64.d
@@ -0,0 +1,13 @@
+#source: ifunc-20.s
+#ld: -shared -m elf_x86_64 -z nocombreloc
+#as: --64
+#readelf: -r --wide
+#target: x86_64-*-*
+
+Relocation section '.rela.ifunc' at offset 0x[0-9a-f]+ contains 1 entries:
+[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
+[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_64[ ]+ifunc\(\)[ ]+ifunc \+ 0
+
+Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entries:
+[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
+[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_JUMP_SLOT[ ]+ifunc\(\)[ ]+ifunc \+ 0
diff --git a/ld/testsuite/ld-ifunc/ifunc-20.s b/ld/testsuite/ld-ifunc/ifunc-20.s
new file mode 100644
index 0000000..9d45455
--- /dev/null
+++ b/ld/testsuite/ld-ifunc/ifunc-20.s
@@ -0,0 +1,16 @@
+ .section .data.rel,"aw",@progbits
+ .globl ifunc_ptrt
+ .type ifunc_ptr, @object
+ifunc_ptr:
+ .dc.a ifunc
+ .text
+ .type ifunc, @gnu_indirect_function
+ .globl ifunc
+ifunc:
+ ret
+ .size ifunc, .-ifunc
+ .type bar, @function
+ .globl bar
+bar:
+ call ifunc@PLT
+ .size bar, .-bar
2013-04-15 21:16:18 +00:00
|
|
|
|
2013-04-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15371
|
|
|
|
|
* ld-ifunc/ifunc-20-i386.d: New file.
|
|
|
|
|
* ld-ifunc/ifunc-20-x86-64.d: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-20.s: Likewise.
|
|
|
|
|
|
2013-04-10 12:00:14 +00:00
|
|
|
|
2013-04-10 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-aarch64/gc-plt1.s: New file.
|
|
|
|
|
* ld-aarch64/gc-plt2.s: Likewise.
|
|
|
|
|
* ld-aarch64/gc-plt-hidden.s: Likewise.
|
|
|
|
|
* ld-aarch64/gc-plt-main.s: Likewise.
|
|
|
|
|
* ld-aarch64/gc-relocs-257.s: Likewise.
|
|
|
|
|
* ld-aarch64/gc-plt-relocs.d: Update expected objdump.
|
|
|
|
|
* ld-aarch64/gc-relocs-257.d: Likewise.
|
|
|
|
|
* ld-aarch64/gc-relocs-257-dyn.d: Likewise.
|
|
|
|
|
* ld-aarch64/aarch64-elf.exp: Add test.
|
|
|
|
|
|
2013-04-08 09:41:52 +00:00
|
|
|
|
2013-04-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-aarch64/gc-tls-relocs.d: Handle big endian format.
|
|
|
|
|
* ld-aarch64/gc-got-relocs.d: Likewise.
|
|
|
|
|
|
2013-04-04 14:51:48 +00:00
|
|
|
|
2013-04-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/shared.exp: Update regexp on --no-add-needed and
|
|
|
|
|
--no-copy-dt-needed-entries tests.
|
|
|
|
|
|
2013-04-03 11:44:41 +00:00
|
|
|
|
2013-04-03 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15227
|
|
|
|
|
* ld-plugin/lto.exp (PR ld/12942 (3)): Remove file name and
|
|
|
|
|
line number from regexp.
|
|
|
|
|
(PR ld/15146 (2)): Similarly.
|
|
|
|
|
* ld-plugin/pr12942a.cc (main): Use __builtin_abort.
|
|
|
|
|
|
2013-03-30 10:14:15 +00:00
|
|
|
|
2013-03-30 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15323
|
|
|
|
|
* ld-plugin/lto.exp (pr15323a.c): Compile without -flto rather
|
|
|
|
|
than using -r to effectively strip out lto info.
|
|
|
|
|
|
2013-03-30 00:38:39 +00:00
|
|
|
|
2013-03-29 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15323
|
|
|
|
|
* ld-plugin/lto.exp (lto_link_tests): Add pr15323a-r.o.
|
|
|
|
|
(lto_run_tests): Add a test for PR ld/15323.
|
|
|
|
|
|
|
|
|
|
* ld-plugin/pr15323.out: New file.
|
|
|
|
|
* ld-plugin/pr15323a.c: Likewise.
|
|
|
|
|
* ld-plugin/pr15323b.c: Likewise.
|
|
|
|
|
|
2013-03-22 09:40:06 +00:00
|
|
|
|
2013-03-22 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/init0.s: Add alloc attribute to .section directive.
|
|
|
|
|
* ld-elf/fini1.s: Likewise.
|
|
|
|
|
* ld-elf/fini2.s: Likewise.
|
|
|
|
|
* ld-elf/fini3.s: Likewise.
|
|
|
|
|
* ld-elf/finin.s: Likewise.
|
|
|
|
|
* ld-elf/init0.s: Likewise.
|
|
|
|
|
* ld-elf/init1.s: Likewise.
|
|
|
|
|
* ld-elf/init2.s: Likewise.
|
|
|
|
|
* ld-elf/init3.s: Likewise.
|
|
|
|
|
* ld-elf/initn.s: Likewise.
|
|
|
|
|
|
2013-03-21 16:08:07 +00:00
|
|
|
|
2013-02-02 Michael Schewe <michael.schewe@gmx.net>
|
|
|
|
|
|
|
|
|
|
* ld-h8300/h8300.exp: Add new relax-7 test on ELF.
|
|
|
|
|
* ld-h8300/relax-2.s: Add other direction and .w/.l variants of
|
|
|
|
|
mov insns.
|
|
|
|
|
* ld-h8300/relax-2.d: Update expected disassembly.
|
|
|
|
|
* ld-h8300/relax-7a.s: New: tests for mov @(disp:32,ERx) -> mov
|
|
|
|
|
@(disp:16,ERx).
|
|
|
|
|
* ld-h8300/relax-7b.s: New: Likewise.
|
|
|
|
|
* ld-h8300/relax-7.d: New: expected disassembly.
|
|
|
|
|
|
2013-03-20 14:57:38 +00:00
|
|
|
|
2013-03-20 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-elf/group8a.d (notarget): Remove aarch64*-*-*.
|
|
|
|
|
* ld-elf/group8b.d: Likewise.
|
|
|
|
|
* ld-elf/group9a.d: Likewise.
|
|
|
|
|
* ld-elf/group9b.d: Likewise.
|
|
|
|
|
* ld-elf/pr12851.d: Likewise.
|
|
|
|
|
* ld-elf/pr12975.d: Likewise.
|
|
|
|
|
* ld-elf/pr13177.d: Likewise.
|
|
|
|
|
* ld-elf/pr13195.d: Likewise.
|
|
|
|
|
|
2013-03-20 12:46:27 +00:00
|
|
|
|
2013-03-20 Will Newton <will.newton@linaro.org>
|
|
|
|
|
|
2013-04-22 03:11:40 +00:00
|
|
|
|
* ld-elfvers/vers.exp (objdump_symstuff): Sort objdump output
|
2013-03-20 12:46:27 +00:00
|
|
|
|
based on the symbol name rather than address.
|
|
|
|
|
* ld-elfvers/vers1.sym: Reorder contents to match changes to vers.exp.
|
|
|
|
|
* ld-elfvers/vers15.sym: Likewise.
|
|
|
|
|
* ld-elfvers/vers18.sym: Likewise.
|
|
|
|
|
* ld-elfvers/vers21.sym: Likewise.
|
|
|
|
|
* ld-elfvers/vers9.sym: Likewise.
|
|
|
|
|
|
2013-03-20 03:44:56 +00:00
|
|
|
|
2013-03-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/rel.c, ld-elf/relmain.c, ld-elf/relmain.out: New test.
|
|
|
|
|
* ld-elf/shared.exp: Build and run it.
|
|
|
|
|
|
2013-03-20 02:28:17 +00:00
|
|
|
|
2013-03-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
Will Newton <will.newton@linaro.org
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers.exp: Add -Wl,--no-as-needed to all tests
|
|
|
|
|
linking against shared libraries.
|
|
|
|
|
* ld-elfweak/elfweak.exp: Likewise. Enable for x86_64-linux.
|
|
|
|
|
Build main1.o using $picflag.
|
|
|
|
|
|
2013-03-18 02:47:03 +00:00
|
|
|
|
2013-03-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/pr14862.out: Expect no output.
|
|
|
|
|
|
2013-03-15 17:55:03 +00:00
|
|
|
|
2013-03-15 Will Newton <will.newton@linaro.org>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp: Expand *-*eabi test to cover *-*eabi*.
|
|
|
|
|
* ld-arm/gc-hidden-1.d: Likewise.
|
|
|
|
|
* ld-elfvsb/elfvsb.exp: Likewise.
|
|
|
|
|
* ld-shared/shared.exp: Likewise.
|
|
|
|
|
|
2013-03-08 17:37:30 +00:00
|
|
|
|
2013-03-08 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
|
|
|
|
|
|
2013-04-22 03:11:40 +00:00
|
|
|
|
* lib/ld-lib.exp (check_gc_sections_available): Remove aarch64
|
2013-03-08 17:37:30 +00:00
|
|
|
|
from list of targets that don't support gc-section.
|
|
|
|
|
|
2013-03-05 02:55:27 +00:00
|
|
|
|
2013-03-05 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/rgn-at6.s, * ld-scripts/rgn-at6.t, * ld-scripts/rgn-at6.d,
|
|
|
|
|
* ld-scripts/rgn-at7.t, * ld-scripts/rgn-at7.d: New tests.
|
|
|
|
|
|
2013-02-28 10:31:34 +00:00
|
|
|
|
2013-02-28 Nathan Sidwell <nathan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/tls-local-static.s: New test.
|
|
|
|
|
* ld-arm/tls-local-static.d: New.
|
|
|
|
|
* ld-arm/arm-elf.exp (tls-local-static): Add test.
|
|
|
|
|
|
|
|
|
|
2013-02-21 H.J. Lu <hongjiu.lu@intel.com>
|
2013-02-22 01:20:48 +00:00
|
|
|
|
|
|
|
|
|
PR ld/15167
|
|
|
|
|
* ld-unique/unique.exp: Add a test for shared library with
|
|
|
|
|
reference.
|
|
|
|
|
|
2013-02-19 01:10:06 +00:00
|
|
|
|
2013-02-19 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass
|
|
|
|
|
its contents to ar_simple_create and ld_simple_link after
|
|
|
|
|
objfiles.
|
|
|
|
|
* ld-aarch64/aarch64-elf.exp: Adjust accordingly.
|
|
|
|
|
* ld-alpha/alpha.exp: Likewise.
|
|
|
|
|
* ld-arm/arm-elf.exp: Likewise.
|
|
|
|
|
* ld-arm/export-class.exp: Likewise.
|
|
|
|
|
* ld-elf/comm-data.exp: Likewise.
|
|
|
|
|
* ld-elf/eh-group.exp: Likewise.
|
|
|
|
|
* ld-elf/elf.exp: Likewise.
|
|
|
|
|
* ld-elf/export-class.exp: Likewise.
|
|
|
|
|
* ld-elfvers/vers.exp: Likewise.
|
|
|
|
|
* ld-frv/tls.exp: Likewise.
|
|
|
|
|
* ld-i386/export-class.exp: Likewise.
|
|
|
|
|
* ld-i386/i386.exp: Likewise.
|
|
|
|
|
* ld-ia64/ia64.exp: Likewise.
|
|
|
|
|
* ld-libs/libs.exp: Likewise.
|
|
|
|
|
* ld-m68k/m68k.exp: Likewise.
|
|
|
|
|
* ld-metag/metag.exp: Likewise.
|
|
|
|
|
* ld-mips-elf/comm-data.exp: Likewise.
|
|
|
|
|
* ld-mips-elf/export-class.exp: Likewise.
|
|
|
|
|
* ld-mips-elf/mips-elf.exp: Likewise.
|
|
|
|
|
* ld-mn10300/mn10300.exp: Likewise.
|
|
|
|
|
* ld-pe/pe-compile.exp: Likewise.
|
|
|
|
|
* ld-pe/pe.exp: Likewise.
|
|
|
|
|
* ld-plugin/plugin.exp: Likewise.
|
|
|
|
|
* ld-powerpc/aix52.exp: Likewise.
|
|
|
|
|
* ld-powerpc/export-class.exp: Likewise.
|
|
|
|
|
* ld-powerpc/powerpc.exp: Likewise.
|
|
|
|
|
* ld-s390/s390.exp: Likewise.
|
|
|
|
|
* ld-sh/sh-vxworks.exp: Likewise.
|
|
|
|
|
* ld-sh/sh64/sh64.exp: Likewise.
|
|
|
|
|
* ld-sparc/sparc.exp: Likewise.
|
|
|
|
|
* ld-tic6x/tic6x.exp: Likewise.
|
|
|
|
|
* ld-tilegx/tilegx.exp: Likewise.
|
|
|
|
|
* ld-tilepro/tilepro.exp: Likewise.
|
|
|
|
|
* ld-undefined/entry.exp: Likewise.
|
|
|
|
|
* ld-vax-elf/vax-elf.exp: Likewise.
|
|
|
|
|
* ld-x86-64/dwarfreloc.exp: Likewise.
|
|
|
|
|
* ld-x86-64/export-class.exp: Likewise.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Likewise.
|
|
|
|
|
* ld-xc16x/xc16x.exp: Likewise.
|
|
|
|
|
* ld-xstormy16/xstormy16.exp: Likewise.
|
|
|
|
|
* ld-xtensa/xtensa.exp: Likewise.
|
|
|
|
|
|
2013-02-18 23:35:17 +00:00
|
|
|
|
2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
2013-04-22 03:11:40 +00:00
|
|
|
|
* ld-mips-elf/jalx-2.ld: Include .rel.plt in output, give .plt a
|
2013-02-18 23:35:17 +00:00
|
|
|
|
mapping.
|
2013-04-22 03:11:40 +00:00
|
|
|
|
* ld-mips-elf/jalx-2.dd: Adjust disassembly accordingly.
|
2013-02-18 23:35:17 +00:00
|
|
|
|
|
2013-02-18 09:13:11 +00:00
|
|
|
|
2013-02-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
|
|
|
|
|
(PR ld/15146 (1), (2)): Likewise.
|
|
|
|
|
(LTO 7): Likewise.
|
|
|
|
|
|
2013-02-16 17:54:37 +00:00
|
|
|
|
2013-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15146
|
|
|
|
|
* ld-plugin/pr15146.d: New file.
|
|
|
|
|
* ld-plugin/pr15146a.c: Likewise.
|
|
|
|
|
* ld-plugin/pr15146b.c: Likewise.
|
|
|
|
|
* ld-plugin/pr15146c.c: Likewise.
|
|
|
|
|
* ld-plugin/pr15146d.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-plugin/lto.exp: Add tests for PR ld/15146.
|
|
|
|
|
|
2013-02-15 14:54:28 +00:00
|
|
|
|
2013-02-15 Markos Chandras <markos.chandras@imgtec.com>
|
|
|
|
|
|
|
|
|
|
* ld-metag/pcrel.d: Fix the expected disassembler
|
|
|
|
|
output to be in little endian format
|
|
|
|
|
* ld-metag/shared.d: likewise
|
|
|
|
|
* ld-metag/stub.d: likewise
|
|
|
|
|
* ld-metag/stub_pic_app.d: likewise
|
|
|
|
|
* ld-metag/stub_pic_shared.d: likewise
|
|
|
|
|
* ld-metag/stub_shared.d: likewise
|
|
|
|
|
|
bfd/
* elfxx-mips.c (mips_got_page_ref): New structure.
(mips_got_page_entry): Use a section rather than a (bfd, symndx)
pair to represent the anchor point.
(mips_got_info): Add a got_page_refs field.
(mips_elf_link_hash_table): Add a sym_cache field.
(mips_got_page_ref_hash, mips_got_page_ref_eq): New functions.
(mips_got_page_entry_hash, mips_got_page_entry_eq): Update for
new anchor representation.
(mips_elf_create_got_info): Create got_page_refs rather than
got_page_entries.
(mips_elf_record_got_page_ref): New function.
(mips_elf_pages_for_range): Move further down file.
(mips_elf_record_got_page_entry): Likewise. Take a got as argument.
Use a section rather than a (bfd, symndx) pair to represent the
anchor point.
(mips_elf_resolve_got_page_ref): New function.
(mips_elf_resolve_final_got_entries): Use it to populate
got_page_entries.
(_bfd_mips_elf_check_relocs): Call mips_elf_record_got_page_ref
rather than mips_elf_record_got_page_entry. Only nullify h
afterwards.
(mips_elf_lay_out_got): Call mips_elf_resolve_final_got_entries
earlier.
ld/testsuite/
* ld-mips-elf/mips16-pic-2.dd,
ld-mips-elf/mips16-pic-2.gd: Remove 3 unused local GOT entries.
* ld-mips-elf/got-page-4a.s, ld-mips-elf/got-page-4b.s,
ld-mips-elf/got-page-4a.d, ld-mips-elf/got-page-4a.got,
ld-mips-elf/got-page-4b.d, ld-mips-elf/got-page-4b.got,
ld-mips-elf/got-page-5.s, ld-mips-elf/got-page-5.d,
ld-mips-elf/got-page-5.got, ld-mips-elf/got-page-6.s,
ld-mips-elf/got-page-6.d, ld-mips-elf/got-page-6.got,
ld-mips-elf/got-page-7a.s, ld-mips-elf/got-page-7b.s,
ld-mips-elf/got-page-7c.s, ld-mips-elf/got-page-7d.s,
ld-mips-elf/got-page-7e.s, ld-mips-elf/got-page-7.d,
ld-mips-elf/got-page-7.got: New tests.
* ld-mips-elf/mips-elf.exp: Run them.
2013-02-13 14:08:58 +00:00
|
|
|
|
2013-02-13 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/mips16-pic-2.dd,
|
|
|
|
|
ld-mips-elf/mips16-pic-2.gd: Remove 3 unused local GOT entries.
|
|
|
|
|
* ld-mips-elf/got-page-4a.s, ld-mips-elf/got-page-4b.s,
|
|
|
|
|
ld-mips-elf/got-page-4a.d, ld-mips-elf/got-page-4a.got,
|
|
|
|
|
ld-mips-elf/got-page-4b.d, ld-mips-elf/got-page-4b.got,
|
|
|
|
|
ld-mips-elf/got-page-5.s, ld-mips-elf/got-page-5.d,
|
|
|
|
|
ld-mips-elf/got-page-5.got, ld-mips-elf/got-page-6.s,
|
|
|
|
|
ld-mips-elf/got-page-6.d, ld-mips-elf/got-page-6.got,
|
|
|
|
|
ld-mips-elf/got-page-7a.s, ld-mips-elf/got-page-7b.s,
|
|
|
|
|
ld-mips-elf/got-page-7c.s, ld-mips-elf/got-page-7d.s,
|
|
|
|
|
ld-mips-elf/got-page-7e.s, ld-mips-elf/got-page-7.d,
|
|
|
|
|
ld-mips-elf/got-page-7.got: New tests.
|
|
|
|
|
* ld-mips-elf/mips-elf.exp: Run them.
|
|
|
|
|
|
bfd/
* elfxx-mips.c (mips_got_entry): Update comments.
(mips_elf_multi_got_entry_eq): Rename to...
(mips_elf_got_entry_eq): ...this, deleting the old definition.
(mips_elf_create_got_info): Remove master_got_p argument.
Always use mips_elf_got_entry_eq.
(mips_elf_bfd_got, mips_elf_multi_got, mips_elf_create_got_section):
Update calls accordingly.
ld/testsuite/
* ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-1.got,
ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.got,
ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-3.got,
ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got: Update
for new hash table order.
2013-02-11 18:09:24 +00:00
|
|
|
|
2013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-1.got,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.got,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-3.got,
|
|
|
|
|
ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got: Update
|
|
|
|
|
for new hash table order.
|
|
|
|
|
|
2013-02-11 18:06:10 +00:00
|
|
|
|
2013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/tls-hidden4.got, ld-mips-elf/tls-multi-got-1.d,
|
|
|
|
|
ld-mips-elf/tls-multi-got-1.got: Update for changes in the order
|
|
|
|
|
that symbols are added to per-bfd GOTs.
|
|
|
|
|
|
bfd/
* elfxx-mips.c (mips_elf_multi_got_entry_hash): Rename to...
(mips_elf_got_entry_hash): ...this, deleting the old version.
(mips_elf_create_got_info): Use mips_elf_got_entry_hash for
both types of GOT.
ld/testsuite/
* ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got,
ld-mips-elf/tls-multi-got-1.got, ld-mips-elf/tlsbin-o32.d,
ld-mips-elf/tlsbin-o32.got, ld-mips-elf/tlsdyn-o32-1.d,
ld-mips-elf/tlsdyn-o32-1.got, ld-mips-elf/tlsdyn-o32-2.d,
ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.d,
ld-mips-elf/tlsdyn-o32-3.got, ld-mips-elf/tlsdyn-o32.d,
ld-mips-elf/tlsdyn-o32.got, ld-mips-elf/tlslib-o32.d,
ld-mips-elf/tlslib-o32.got, ld-mips-elf/tlslib-o32-hidden.got,
ld-mips-elf/tlslib-o32-ver.got: Adjust GOT layout for new
got_entry hash function.
2013-02-11 17:46:02 +00:00
|
|
|
|
2013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got,
|
|
|
|
|
ld-mips-elf/tls-multi-got-1.got, ld-mips-elf/tlsbin-o32.d,
|
|
|
|
|
ld-mips-elf/tlsbin-o32.got, ld-mips-elf/tlsdyn-o32-1.d,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32-1.got, ld-mips-elf/tlsdyn-o32-2.d,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.d,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32-3.got, ld-mips-elf/tlsdyn-o32.d,
|
|
|
|
|
ld-mips-elf/tlsdyn-o32.got, ld-mips-elf/tlslib-o32.d,
|
|
|
|
|
ld-mips-elf/tlslib-o32.got, ld-mips-elf/tlslib-o32-hidden.got,
|
|
|
|
|
ld-mips-elf/tlslib-o32-ver.got: Adjust GOT layout for new
|
|
|
|
|
got_entry hash function.
|
|
|
|
|
|
2013-02-11 17:29:35 +00:00
|
|
|
|
2013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.got: Remove
|
|
|
|
|
unused GOT entries.
|
|
|
|
|
|
2013-02-08 01:33:01 +00:00
|
|
|
|
2013-02-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15107
|
|
|
|
|
* ld-unique/unique_empty.s: Add reference to "b".
|
|
|
|
|
|
2013-02-07 02:15:30 +00:00
|
|
|
|
2013-02-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size-10.rd: Updated.
|
|
|
|
|
* ld-size/size-8.rd: Likewise.
|
|
|
|
|
* ld-size/size32-2-i386.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size64-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size64-2-x86-64.d: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-size/size.exp (run_time_tests): Pass --hash-styl=gnu to
|
|
|
|
|
linker for size-8 test.
|
|
|
|
|
|
2013-02-06 23:22:26 +00:00
|
|
|
|
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
|
2013-02-07 02:15:30 +00:00
|
|
|
|
Andrew Jenner <andrew@codesourcery.com>
|
2013-02-06 23:22:26 +00:00
|
|
|
|
|
|
|
|
|
Based on patches from Altera Corporation.
|
|
|
|
|
|
|
|
|
|
* ld-nios2/emit-relocs-1a.s: New.
|
|
|
|
|
* ld-nios2/emit-relocs-1b.s: New.
|
|
|
|
|
* ld-nios2/emit-relocs-1.d: New.
|
|
|
|
|
* ld-nios2/emit-relocs-1.ld: New.
|
|
|
|
|
* ld-nios2/gprel.d: New.
|
|
|
|
|
* ld-nios2/gprel.s: New.
|
|
|
|
|
* ld-nios2/hilo16.d: New.
|
|
|
|
|
* ld-nios2/hilo16.s: New.
|
|
|
|
|
* ld-nios2/hilo16_symbol.s: New.
|
|
|
|
|
* ld-nios2/imm5.d: New.
|
|
|
|
|
* ld-nios2/imm5.s: New.
|
|
|
|
|
* ld-nios2/imm5_symbol.s: New.
|
|
|
|
|
* ld-nios2/nios2.exp: New.
|
|
|
|
|
* ld-nios2/pcrel16.d: New.
|
|
|
|
|
* ld-nios2/pcrel16_label.s: New.
|
|
|
|
|
* ld-nios2/pcrel16.s: New.
|
|
|
|
|
* ld-nios2/relax_callr.d: New.
|
|
|
|
|
* ld-nios2/relax_callr.ld: New.
|
|
|
|
|
* ld-nios2/relax_callr.s: New.
|
|
|
|
|
* ld-nios2/relax_cjmp.d: New.
|
|
|
|
|
* ld-nios2/relax_cjmp.s: New.
|
|
|
|
|
* ld-nios2/relax_jmp.ld: New.
|
|
|
|
|
* ld-nios2/relax_section.d: New.
|
|
|
|
|
* ld-nios2/relax_section.s: New.
|
|
|
|
|
* ld-nios2/relax_ujmp.d: New.
|
|
|
|
|
* ld-nios2/relax_ujmp.s: New.
|
|
|
|
|
* ld-nios2/reloc.d: New.
|
|
|
|
|
* ld-nios2/reloc.s: New.
|
|
|
|
|
* ld-nios2/reloc_symbol.s: New.
|
|
|
|
|
* ld-nios2/s16.d: New.
|
|
|
|
|
* ld-nios2/s16.s: New.
|
|
|
|
|
* ld-nios2/s16_symbol.s: New.
|
|
|
|
|
* ld-nios2/u16.d: New.
|
|
|
|
|
* ld-nios2/u16.s: New.
|
|
|
|
|
* ld-nios2/u16_symbol.s: New.
|
|
|
|
|
* ld-elf/indirect.exp: Skip on targets that don't support
|
|
|
|
|
-shared -fPIC.
|
|
|
|
|
* ld-elfcomm/elfcomm.exp: Build with -G0 for nios2.
|
|
|
|
|
* ld-plugin/lto.exp: Skip shared library tests on targets that
|
|
|
|
|
don't support them. Skip execution tests on non-native targets.
|
|
|
|
|
|
2013-02-06 16:21:51 +00:00
|
|
|
|
2013-02-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/now-1.d: New file.
|
|
|
|
|
* ld-elf/now-2.d: Likewise.
|
|
|
|
|
* ld-elf/now-3.d: Likewise.
|
|
|
|
|
* ld-elf/now-4.d: Likewise.
|
|
|
|
|
* ld-elf/rpath-1.d: Likewise.
|
|
|
|
|
* ld-elf/rpath-2.d: Likewise.
|
|
|
|
|
* ld-elf/runpath-1.d: Likewise.
|
|
|
|
|
* ld-elf/runpath-2.d: Likewise.
|
|
|
|
|
|
2013-02-05 21:47:32 +00:00
|
|
|
|
2013-02-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15096
|
|
|
|
|
* ld-elf/new-dtags-1.d: Delete.
|
|
|
|
|
* ld-elf/new-dtags-2.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-3.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-4.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-5.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-6.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-7.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-8.d: Likewise.
|
|
|
|
|
|
2013-02-05 01:36:05 +00:00
|
|
|
|
2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/15096
|
|
|
|
|
* ld-elf/new-dtags-1.d: New test.
|
|
|
|
|
* ld-elf/new-dtags-2.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-3.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-4.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-5.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-6.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-7.d: Likewise.
|
|
|
|
|
* ld-elf/new-dtags-8.d: Likewise.
|
|
|
|
|
|
2013-01-31 06:28:48 +00:00
|
|
|
|
2013-01-31 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/tlsexe.d: Update for changed stub names.
|
|
|
|
|
* ld-powerpc/tlsexe.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlsexetoc.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlsexetoc.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlsso.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlsso.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.r: Likewise.
|
|
|
|
|
|
2013-01-31 00:35:24 +00:00
|
|
|
|
2013-01-31 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
|
2013-01-31 00:44:56 +00:00
|
|
|
|
* ld-cris/libdso-13.d: Adjust for --enable-new-dtags now
|
2013-01-31 09:55:23 +00:00
|
|
|
|
default for *-*-linux-* by passing explicitly for all targets.
|
2013-01-31 00:35:24 +00:00
|
|
|
|
|
2013-01-21 02:38:37 +00:00
|
|
|
|
2013-01-21 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size.exp (build_tests <size-7, size-8>): Pass
|
|
|
|
|
--no-as-needed in cflags.
|
|
|
|
|
|
2013-01-19 19:36:37 +00:00
|
|
|
|
2013-01-19 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/default.exp (get_target_emul): Also set HOSTING_SCRT0.
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (default_ld_link): Use HOSTING_SCRT0 for -pie.
|
|
|
|
|
|
2013-01-18 22:50:30 +00:00
|
|
|
|
2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size-10.rd: Updated.
|
|
|
|
|
* ld-size/size-8.rd: Likewise.
|
|
|
|
|
* ld-size/size32-2-i386.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size64-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size64-2-x86-64.d: Likewise.
|
|
|
|
|
|
2013-01-18 00:21:52 +00:00
|
|
|
|
2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size-7.out: New file.
|
|
|
|
|
* ld-size/size-8.out: Likewise.
|
|
|
|
|
* ld-size/size-9.out: Likewise.
|
|
|
|
|
* ld-size/size-9.rd: Likewise.
|
|
|
|
|
* ld-size/size-9a.c: Likewise.
|
|
|
|
|
* ld-size/size-9b.c: Likewise.
|
|
|
|
|
* ld-size/size-10.out: Likewise.
|
|
|
|
|
* ld-size/size-10.rd: Likewise.
|
|
|
|
|
* ld-size/size-10a.c: Likewise.
|
|
|
|
|
* ld-size/size-10b.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-size/size.exp (build_tests): Build libsize-9.so and
|
|
|
|
|
libsize-10.so.
|
|
|
|
|
Run-time size relocation tests if supported.
|
|
|
|
|
(run_time_tests): New.
|
|
|
|
|
|
2013-01-18 00:01:52 +00:00
|
|
|
|
2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size-1.c: New file.
|
|
|
|
|
* ld-size/size-1.out: Likewise.
|
|
|
|
|
* ld-size/size-1a.c: Likewise.
|
|
|
|
|
* ld-size/size-1b.c: Likewise.
|
|
|
|
|
* ld-size/size-2.c: Likewise.
|
|
|
|
|
* ld-size/size-2.out: Likewise.
|
|
|
|
|
* ld-size/size-2a.c: Likewise.
|
|
|
|
|
* ld-size/size-2b.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-size/size.exp (build_tests): Build libsize-1.so and
|
|
|
|
|
libsize-2.so.
|
|
|
|
|
(run_tests): Run size-1 and size-2.
|
|
|
|
|
|
2013-01-17 23:36:10 +00:00
|
|
|
|
2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size32-3-i386.d: New file.
|
|
|
|
|
* ld-size/size32-3-x32.d: Likewise.
|
|
|
|
|
* ld-size/size32-3-x86-64.d: Likewise.
|
2013-01-17 23:39:05 +00:00
|
|
|
|
* ld-size/size32-3a.s: Likewise.
|
|
|
|
|
* ld-size/size32-3b.s: Likewise.
|
2013-01-17 23:36:10 +00:00
|
|
|
|
|
2013-01-17 04:28:48 +00:00
|
|
|
|
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-size/size.exp: New file.
|
|
|
|
|
* ld-size/size32-1-i386.d: Likewise.
|
|
|
|
|
* ld-size/size32-1-x32.d: Likewise.
|
|
|
|
|
* ld-size/size32-1-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size32-1.s: Likewise.
|
|
|
|
|
* ld-size/size32-2-i386.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size32-2-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size32-2.s: Likewise.
|
|
|
|
|
* ld-size/size64-1-x32.d: Likewise.
|
|
|
|
|
* ld-size/size64-1-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size64-1.s: Likewise.
|
|
|
|
|
* ld-size/size64-2-x32.d: Likewise.
|
|
|
|
|
* ld-size/size64-2-x86-64.d: Likewise.
|
|
|
|
|
* ld-size/size64-2.s: Likewise.
|
|
|
|
|
* ld-size/size-3.c: Likewise.
|
|
|
|
|
* ld-size/size-3.out: Likewise.
|
|
|
|
|
* ld-size/size-3a.c: Likewise.
|
|
|
|
|
* ld-size/size-3b.c: Likewise.
|
|
|
|
|
* ld-size/size-3c.c: Likewise.
|
|
|
|
|
* ld-size/size-4.out: Likewise.
|
|
|
|
|
* ld-size/size-4a.c: Likewise.
|
|
|
|
|
* ld-size/size-4b.c: Likewise.
|
|
|
|
|
* ld-size/size-5.out: Likewise.
|
|
|
|
|
* ld-size/size-5a.c: Likewise.
|
|
|
|
|
* ld-size/size-5b.c: Likewise.
|
|
|
|
|
* ld-size/size-6.out: Likewise.
|
|
|
|
|
* ld-size/size-6a.c: Likewise.
|
|
|
|
|
* ld-size/size-6b.c: Likewise.
|
|
|
|
|
* ld-size/size-7.rd: Likewise.
|
|
|
|
|
* ld-size/size-7a.c: Likewise.
|
|
|
|
|
* ld-size/size-7b.c: Likewise.
|
|
|
|
|
* ld-size/size-8.rd: Likewise.
|
|
|
|
|
* ld-size/size-8a.c: Likewise.
|
|
|
|
|
* ld-size/size-8b.c: Likewise.
|
|
|
|
|
|
2013-01-16 08:14:35 +00:00
|
|
|
|
2013-01-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/lto.exp (lto-9.o, pr13229.o): Pass -finline.
|
|
|
|
|
|
2013-01-15 06:13:26 +00:00
|
|
|
|
2013-01-15 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/tlsso.d: Adjust for plt-thread-safe stubs.
|
|
|
|
|
* ld-powerpc/tlsso.g: Likewise.
|
|
|
|
|
* ld-powerpc/tlsso.r: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.d: Likewise.
|
|
|
|
|
* ld-powerpc/tlstocso.g: Likewise.
|
|
|
|
|
|
2013-01-15 05:05:26 +00:00
|
|
|
|
2013-01-15 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/lto-16a.d: Match powerpc64 function symbol type.
|
|
|
|
|
* ld-plugin/lto-16b.d: Likewise.
|
|
|
|
|
* ld-plugin/lto-17a.d: Likewise.
|
|
|
|
|
* ld-plugin/lto-17b-2.d: Likewise.
|
|
|
|
|
|
2013-01-14 13:23:05 +00:00
|
|
|
|
2013-01-14 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/pr14926.d: Disable for d10v, msp, xstormy.
|
|
|
|
|
* ld-elf/sec-to-seg.exp: Choose correct variant output to suit
|
|
|
|
|
updated microblaze page size.
|
|
|
|
|
|
2013-01-10 09:49:22 +00:00
|
|
|
|
2013-01-10 Will Newton <will.newton@imgtec.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/merge.d: Mark Meta as xfail.
|
|
|
|
|
* ld-gc/start.d: Skip this test on Meta.
|
|
|
|
|
* ld-gc/personality.d: Skip this test on Meta.
|
|
|
|
|
* ld-metag/external.s: New file.
|
|
|
|
|
* ld-metag/metag.exp: New file.
|
|
|
|
|
* ld-metag/pcrel.d: New file.
|
|
|
|
|
* ld-metag/pcrel.s: New file.
|
|
|
|
|
* ld-metag/shared.d: New file.
|
|
|
|
|
* ld-metag/shared.r: New file.
|
|
|
|
|
* ld-metag/shared.s: New file.
|
|
|
|
|
* ld-metag/stub.d: New file.
|
|
|
|
|
* ld-metag/stub.s: New file.
|
|
|
|
|
* ld-metag/stub_pic_app.d: New file.
|
|
|
|
|
* ld-metag/stub_pic_app.r: New file.
|
|
|
|
|
* ld-metag/stub_pic_app.s: New file.
|
|
|
|
|
* ld-metag/stub_pic_shared.d: New file.
|
|
|
|
|
* ld-metag/stub_pic_shared.s: New file.
|
|
|
|
|
* ld-metag/stub_shared.d: New file.
|
|
|
|
|
* ld-metag/stub_shared.r: New file.
|
|
|
|
|
* ld-metag/stub_shared.s: New file.
|
|
|
|
|
|
2013-01-08 10:24:46 +00:00
|
|
|
|
2013-01-08 Thomas Schwinge <thomas@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-i386/export-class.exp: Restore (and reword) comment about
|
|
|
|
|
excluded targets.
|
|
|
|
|
|
2013-01-04 14:59:33 +00:00
|
|
|
|
2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-aarch64/emit-relocs-264.d: Append the '-Mno-aliases' option to
|
|
|
|
|
the objdump directive.
|
|
|
|
|
* ld-aarch64/emit-relocs-266.d: Ditto.
|
|
|
|
|
* ld-aarch64/emit-relocs-268.d: Ditto.
|
|
|
|
|
* ld-aarch64/emit-relocs-269.d: Ditto.
|
|
|
|
|
* ld-aarch64/emit-relocs-270.d: Ditto.
|
|
|
|
|
* ld-aarch64/emit-relocs-271.d: Ditto.
|
|
|
|
|
* ld-aarch64/emit-relocs-272.d: Ditto.
|
|
|
|
|
|
2013-01-02 17:06:32 +00:00
|
|
|
|
For older changes see ChangeLog-2012
|
2004-01-02 11:16:21 +00:00
|
|
|
|
|
2013-01-02 17:06:32 +00:00
|
|
|
|
Copyright (C) 2013 Free Software Foundation, Inc.
|
2012-12-10 12:48:03 +00:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
|
2004-01-02 11:16:21 +00:00
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|