mcount.c (_MCOUNT_DECL): Comment typo fix.
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com> Diego Novillo <dnovillo@google.com> * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix. Co-Authored-By: Diego Novillo <dnovillo@google.com> From-SVN: r203081
This commit is contained in:
parent
0ccbc13238
commit
c8e318b042
@ -1,3 +1,8 @@
|
||||
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
Diego Novillo <dnovillo@google.com>
|
||||
|
||||
* config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
|
||||
|
||||
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
Brendan Kehoe <brendan@zen.org>
|
||||
Simon Cook <simon.cook@embecosm.com>
|
||||
|
@ -81,7 +81,7 @@ _MCOUNT_DECL(count_ptr, selfpc) /* _mcount; may be static, inline, etc */
|
||||
GMON_PROF_ON))
|
||||
return;
|
||||
#elif defined (__ARC700__)
|
||||
/* ??? This could temporrarily loose the ERROR / OFF condition in a race,
|
||||
/* ??? This could temporarily lose the ERROR / OFF condition in a race,
|
||||
but doing an actual compare_and_exchange would be too costly. It would
|
||||
be better if we had a semaphore independent of the 'sticky' state, but
|
||||
then we could run into ABI compatibility problems with the size of struct
|
||||
|
Loading…
Reference in New Issue
Block a user