diff options
author | Cary Coutant <ccoutant@google.com> | 2011-09-14 01:29:01 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-09-14 01:29:01 +0000 |
commit | ebb300b24427606d99c2808b0f204ed6ce77fa3e (patch) | |
tree | abb98c84674c47702d5bc8f0628da6608bae5877 /gold/ChangeLog | |
parent | 1206d0d51475805105f990eaa2a02e2a7699aa80 (diff) | |
download | gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.zip gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.tar.gz gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.tar.bz2 |
* configure.ac: Check for glibc support for gnu_indirect_function
support with static linking, setting automake conditional
IFUNC_STATIC.
* Makefile.in: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
(ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
for IFUNC_STATIC.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index d3d8719..a44b8b5 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,18 @@ 2011-09-13 Cary Coutant <ccoutant@google.com> + * configure.ac: Check for glibc support for gnu_indirect_function + support with static linking, setting automake conditional + IFUNC_STATIC. + * Makefile.in: Regenerate. + * configure: Regenerate. + + * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static) + (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check + for IFUNC_STATIC. + * testsuite/Makefile.in: Regenerate. + +2011-09-13 Cary Coutant <ccoutant@google.com> + * incremental.cc (Sized_relobj_incr::do_layout): Call report_comdat_group for kept comdat sections. * testsuite/Makefile.am (incremental_comdat_test_1): New test. |