diff options
author | Cary Coutant <ccoutant@google.com> | 2013-11-22 15:46:51 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-11-22 15:47:18 -0800 |
commit | 6632e8ccecd8fe5de18ad78ced1c14755a24b169 (patch) | |
tree | 7ee6b668139ad83d7bbc8e2b588a4aa5620b91a4 /gold/ChangeLog | |
parent | 0c075858c711eaf6fcd23a07e86d7fadcfea4330 (diff) | |
download | gdb-6632e8ccecd8fe5de18ad78ced1c14755a24b169.zip gdb-6632e8ccecd8fe5de18ad78ced1c14755a24b169.tar.gz gdb-6632e8ccecd8fe5de18ad78ced1c14755a24b169.tar.bz2 |
Add check for which library is needed for dlopen.
gold/
PR gold/16203
* configure.ac: Add check for which library is needed for
dlopen.
* configure: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c9dd0d9..2398b0f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2013-11-22 Cary Coutant <ccoutant@google.com> + * configure.ac: Add check for which library is needed for + dlopen. + * configure: Regenerate. + +2013-11-22 Cary Coutant <ccoutant@google.com> + * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree assembler. * testsuite/Makefile.in: Regenerate. |