Don't use catomic functions in mcount (BZ #16912)
commit978a41c35738dbe4592edb7dcaa155fec31dab50
authorAndreas Schwab <schwab@suse.de>
Tue, 6 May 2014 09:55:24 +0000 (6 11:55 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 6 May 2014 14:30:48 +0000 (6 16:30 +0200)
tree77194186d69c4cdaff3ec4b6433ba64d8af2b6e6
parentfe6588457a7b66c6cfcd6e51640453de59b8017b
Don't use catomic functions in mcount (BZ #16912)

mcount cannot use catomic functions since it is called by
__libc_start_main before TLS is set up.  This reverts the change made by
commit 8099361.
ChangeLog
NEWS
gmon/mcount.c