aboutsummaryrefslogtreecommitdiff
path: root/libitm/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-11-08 15:36:33 -0800
committerRichard Henderson <rth@gcc.gnu.org>2011-11-08 15:36:33 -0800
commit4408b0865b29a502144810a61296e7711e042aa5 (patch)
treed0891a591984503d7c411f9058f22a5a94d46653 /libitm/ChangeLog
parentb8bc0ff76b12959e1aefafda407c03604605728c (diff)
downloadgcc-4408b0865b29a502144810a61296e7711e042aa5.zip
gcc-4408b0865b29a502144810a61296e7711e042aa5.tar.gz
gcc-4408b0865b29a502144810a61296e7711e042aa5.tar.bz2
Fix a darwin10 build problem.
local.cc:113:6: error: only weak aliases are supported in this configuration * local.cc (_ITM_LB): Use a normal call, not a function alias. From-SVN: r181182
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r--libitm/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index c8c4279..fe1d7d0 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,5 +1,9 @@
2011-11-08 Richard Henderson <rth@redhat.com>
+ * local.cc (_ITM_LB): Use a normal call, not a function alias.
+
+2011-11-08 Richard Henderson <rth@redhat.com>
+
* configure.tgt: Test correct directory for supported cpus.
* configure.ac: Exit if unsupported.