diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2013-10-01 19:21:40 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-10-01 20:21:40 +0100 |
commit | c8e318b0429daac458706dd5a55a69b2a5bc9d6d (patch) | |
tree | 0019fa202db4caf0ee021289eb53f331f7d88d26 /libgcc | |
parent | 0ccbc13238004e878f742ab82f2566c42e5212f2 (diff) | |
download | gcc-c8e318b0429daac458706dd5a55a69b2a5bc9d6d.zip gcc-c8e318b0429daac458706dd5a55a69b2a5bc9d6d.tar.gz gcc-c8e318b0429daac458706dd5a55a69b2a5bc9d6d.tar.bz2 |
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
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config/arc/gmon/mcount.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 9d9db4b..0205ac9 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,4 +1,9 @@ 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> diff --git a/libgcc/config/arc/gmon/mcount.c b/libgcc/config/arc/gmon/mcount.c index 2f2eaf5..ce033a4 100644 --- a/libgcc/config/arc/gmon/mcount.c +++ b/libgcc/config/arc/gmon/mcount.c @@ -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 |