OSDN Git Service

Fix a darwin10 build problem.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Nov 2011 23:36:33 +0000 (23:36 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Nov 2011 23:36:33 +0000 (23:36 +0000)
commit275b7639575b135090489a1087a0ac1c36e8d228
treed0891a591984503d7c411f9058f22a5a94d46653
parentb9dbfade6c60267bccdfb07c71844e179fbca0fa
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181182 138bc75d-0d04-0410-961f-82ee72b054a4
libitm/ChangeLog
libitm/local.cc