[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/16259] ld testsuite uses the wrong crtend for -pie
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/16259] ld testsuite uses the wrong crtend for -pie |
Date: |
Tue, 26 Nov 2013 19:22:44 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=16259
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via b27caf75c311991772b316fe7c0eecfd5788eeaf (commit)
from d24a9f159c4b62ea5a64f619bd2090bbc98d8abd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b27caf75c311991772b316fe7c0eecfd5788eeaf
commit b27caf75c311991772b316fe7c0eecfd5788eeaf
Author: H.J. Lu <address@hidden>
Date: Tue Nov 26 11:17:08 2013 -0800
Add HOSTING_SLIBS and use it for -pie
ld/
PR ld/16259
* Makefile.am (HOSTING_SLIBS): New.
* configure.host (HOSTING_SLIBS): New. Used for PIE.
* configure.in (HOSTING_SLIBS): New AC_SUBST.
* Makefile.in: Regenerated.
* configure: Likewise.
ld/testsuite/
PR ld/16259
* config/default.exp (get_target_emul): Also set HOSTING_SLIBS.
* lib/ld-lib.exp (default_ld_link): Use HOSTING_SLIBS for -pie.
-----------------------------------------------------------------------
Summary of changes:
ld/ChangeLog | 9 +++++++++
ld/Makefile.am | 1 +
ld/Makefile.in | 1 +
ld/configure | 6 ++++--
ld/configure.host | 7 +++++++
ld/configure.in | 1 +
ld/testsuite/ChangeLog | 6 ++++++
ld/testsuite/config/default.exp | 4 ++--
ld/testsuite/lib/ld-lib.exp | 4 +++-
9 files changed, 34 insertions(+), 5 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.