* config/arm/unwind-arm.h (_Unwind_GetIPInfo): Fix pasto.
authorJakub Jelinek <jakub@redhat.com>
Fri, 3 Mar 2006 07:52:04 +0000 (08:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 3 Mar 2006 07:52:04 +0000 (08:52 +0100)
From-SVN: r111674

gcc/ChangeLog
gcc/config/arm/unwind-arm.h

index 7b330e58e41593127a42b27fdefe99b07036ef04..4f1f040941de56c237217a1c6ed4dc87fe1e9d82 100644 (file)
@@ -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
index f7cfcab88903e662f9e5aa4311037fe7531abd68..a3040d7ad7774abf4e59e610734c925b4a570855 100644 (file)
@@ -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