diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-26 11:17:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-11-26 11:17:08 -0800 |
commit | b27caf75c311991772b316fe7c0eecfd5788eeaf (patch) | |
tree | 90f0032a6a93fcabbf0fe308995ade85e642783e /ld/ChangeLog | |
parent | d24a9f159c4b62ea5a64f619bd2090bbc98d8abd (diff) | |
download | gdb-b27caf75c311991772b316fe7c0eecfd5788eeaf.zip gdb-b27caf75c311991772b316fe7c0eecfd5788eeaf.tar.gz gdb-b27caf75c311991772b316fe7c0eecfd5788eeaf.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4582adb..310006b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2013-11-26 H.J. Lu <hongjiu.lu@intel.com> + + 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. + 2013-11-22 Cory Fields <cory@coryfields.com> * pe-dll.c (fill_edata): Only use a real timestamp if |