X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=361eef39999f61cd585d85db345e8d5916210822;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=e5614ba2b9afd10534c7a0ca0cf5c36493bc6779;hpb=712ec27916b5604d29d928dec060fd1ba0fd9edb;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index e5614ba2b9..361eef3999 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,72 @@ +2016-06-16 H.J. Lu + + * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl. + * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets. + Remove .rel.plt section. + * testsuite/ld-i386/pr19636-2e-nacl.d: New file. + +2016-06-15 H.J. Lu + + * testsuite/ld-i386/no-plt-check1a.S (check): Test static + function pointer. + * testsuite/ld-i386/no-plt-check1b.S (check): Likewise. + * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise. + * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static + function pointer. + * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise. + * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise. + * testsuite/ld-i386/no-plt-1a.dd: Updated. + * testsuite/ld-i386/no-plt-1b.dd: Likewise. + * testsuite/ld-i386/no-plt-1c.dd: Likewise. + * testsuite/ld-i386/no-plt-1d.dd: Likewise. + * testsuite/ld-i386/no-plt-1e.dd: Likewise. + * testsuite/ld-i386/no-plt-1f.dd: Likewise. + * testsuite/ld-i386/no-plt-1g.dd: Likewise. + * testsuite/ld-i386/no-plt-1h.dd: Likewise. + * testsuite/ld-i386/no-plt-1i.dd: Likewise. + * testsuite/ld-i386/no-plt-1j.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1a.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1b.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1c.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1d.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1e.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1f.dd: Likewise. + * testsuite/ld-x86-64/no-plt-1g.dd: Likewise. + +2016-06-14 Senthil Kumar Selvaraj + + PR ld/20254 + * testsuite/ld-avr/avr-prop-6.d: New test. + * testsuite/ld-avr/avr-prop-6.s: New test. + +2016-06-14 Alan Modra + + * ldbuildid.c: Formatting. + * ldcref.c: Formatting. + * ldctor.c: Formatting. + * ldemul.c: Formatting. + * ldexp.c: Formatting. + * ldfile.c: Formatting. + * ldlang.c: Formatting. + * ldmain.c: Formatting. + * ldwrite.c: Formatting. + +2016-06-14 Alan Modra + + * ldlang.c: Expand uses of bfd_my_archive. + * ldmain.c: Likewise. + * ldmisc.c: Likewise. + * plugin.c: Likewise. + +2016-06-14 Alan Modra + + PR ld/20241 + * ldmain.c (add_archive_element): Just print file name of file within + thin archives. + * ldmisc.c (vfinfo): Likewise. + * plugin.c (plugin_object_p): Open file within thin archives. + (plugin_maybe_claim): Expand comment. + 2016-06-13 H.J. Lu PR ld/20244