summaryrefslogtreecommitdiffstats
path: root/libgcc
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-01 19:21:40 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-01 19:21:40 +0000
commit8abf21c0f4cf594deb2e103d32eb6136515b6213 (patch)
tree0019fa202db4caf0ee021289eb53f331f7d88d26 /libgcc
parent1a979e86bdf95a33f27f64f8cbe02f01856dec50 (diff)
downloadppe42-gcc-8abf21c0f4cf594deb2e103d32eb6136515b6213.tar.gz
ppe42-gcc-8abf21c0f4cf594deb2e103d32eb6136515b6213.zip
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
Diego Novillo <dnovillo@google.com> * config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config/arc/gmon/mcount.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 9d9db4b49b0..0205ac968e4 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 2f2eaf5da23..ce033a4146e 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
OpenPOWER on IntegriCloud