aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-03 08:52:04 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2006-03-03 08:52:04 +0100
commitf677599ed9974ede2549beab2eee10b9242bb845 (patch)
tree41d0e071e09d658a02bd90bbae689163b6247c59 /gcc
parent0f2f71b552e7c1136401c3b7c7d8a28d92aed1bc (diff)
downloadgcc-f677599ed9974ede2549beab2eee10b9242bb845.zip
gcc-f677599ed9974ede2549beab2eee10b9242bb845.tar.gz
gcc-f677599ed9974ede2549beab2eee10b9242bb845.tar.bz2
* config/arm/unwind-arm.h (_Unwind_GetIPInfo): Fix pasto.
From-SVN: r111674
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/unwind-arm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7b330e5..4f1f040 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-03 Jakub Jelinek <jakub@redhat.com>
+
+ * config/arm/unwind-arm.h (_Unwind_GetIPInfo): Fix pasto.
+
2006-03-02 Roger Sayle <roger@eyesopen.com>
* simplify-rtx.c (simplify_unary_operation): When simplifying
diff --git a/gcc/config/arm/unwind-arm.h b/gcc/config/arm/unwind-arm.h
index f7cfcab..a3040d7 100644
--- a/gcc/config/arm/unwind-arm.h
+++ b/gcc/config/arm/unwind-arm.h
@@ -250,7 +250,7 @@ extern "C" {
#define _Unwind_GetIP(context) \
(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
-#define _Unwind_GetIP(context, ip_before_insn) \
+#define _Unwind_GetIPInfo(context, ip_before_insn) \
(*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
static inline void