]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo in macro name.
authorNick Clifton <nickc@redhat.com>
Fri, 20 May 2011 11:21:13 +0000 (11:21 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 20 May 2011 11:21:13 +0000 (11:21 +0000)
From-SVN: r173940

gcc/ChangeLog
gcc/config/rx/rx.h

index c23602c954414d4bb3d3bd392b70a73ba2f4c170..ab0121c99e44e9d00eab8c92ca77c7c1c5e1cc8e 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-20  Nick Clifton  <nickc@redhat.com>
+
+       * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo in macro name.
+
 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.md (*movxf_internal): Disable CONST_DOUBLE
index 215f394fe3e9535fdf866dae80e5bd0a6c6eb9f6..217789fcea7e5d2da6e08155ec362b5bc2f42697 100644 (file)
@@ -168,7 +168,7 @@ extern enum rx_cpu_types  rx_cpu_type;
 
 #define HANDLE_PRAGMA_PACK_PUSH_POP    1
 
-#define HAVE_PRE_DECCREMENT            1
+#define HAVE_PRE_DECREMENT             1
 #define HAVE_POST_INCREMENT            1
 
 #define MOVE_RATIO(SPEED)              ((SPEED) ? 4 : 2)