aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2011-07-02 00:19:04 +0000
committerIan Lance Taylor <ian@airs.com>2011-07-02 00:19:04 +0000
commit328c7c2f681aeea5792099d68349c440a5a3d663 (patch)
tree4e47b7c7f9ed8ad63a025444f7f31581cddf458e /gold/ChangeLog
parent02d7cd4495b617a9dc356b4f5140a74d020df6f5 (diff)
downloadgdb-328c7c2f681aeea5792099d68349c440a5a3d663.zip
gdb-328c7c2f681aeea5792099d68349c440a5a3d663.tar.gz
gdb-328c7c2f681aeea5792099d68349c440a5a3d663.tar.bz2
PR gold/12525
* configure.ac: Test whether static linking works, setting the automake conditional HAVE_STATIC. * testsuite/Makefile.am: Disable tests using -static if HAVE_STATIC is not true. * configure, testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index ae36ea2..9f01893 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,6 +1,15 @@
2011-07-01 Ian Lance Taylor <iant@google.com>
PR gold/12525
+ * configure.ac: Test whether static linking works, setting
+ the automake conditional HAVE_STATIC.
+ * testsuite/Makefile.am: Disable tests using -static if
+ HAVE_STATIC is not true.
+ * configure, testsuite/Makefile.in: Rebuild.
+
+2011-07-01 Ian Lance Taylor <iant@google.com>
+
+ PR gold/12525
* ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
Assert if we see DW_EH_PE_indirect.
* target.h (Target::ehframe_datarel_base): New function.