arm.h (THUMB_FUNCTION_PROFILER): Correct typo in instruction.
authorWilliam Cohen <wcohen@redhat.com>
Wed, 5 Dec 2001 20:32:08 +0000 (20:32 +0000)
committerWilliam Cohen <wcohen@gcc.gnu.org>
Wed, 5 Dec 2001 20:32:08 +0000 (20:32 +0000)
2001-12-05  William Cohen  <wcohen@redhat.com>

* config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
instruction.

From-SVN: r47689

gcc/ChangeLog
gcc/config/arm/arm.h

index 1de656af3cbf4b9a0f5a002e52fe06b00458f871..806734e9434030e0fe0ba51a92f0b5185ebab26b 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-05  William Cohen  <wcohen@redhat.com>
+
+       * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
+       instruction.
+
 2001-12-05  Daniel Berlin  <dan@cgsoftware.com>
 
        * config/rs6000/rs6000.h (enum rs6000_builtins): Add more altivec
index 36a755d6a2ae1e5ba31c7bb86b03e62ea414d8af..5ea319909c98821102aee3a2f8a508e283238cd2 100644 (file)
@@ -1576,7 +1576,7 @@ typedef struct
 
 #define THUMB_FUNCTION_PROFILER(STREAM, LABELNO)       \
 {                                                      \
-  fprintf (STREAM, "\tmov\\tip, lr\n");                        \
+  fprintf (STREAM, "\tmov\tip, lr\n");                 \
   fprintf (STREAM, "\tbl\tmcount\n");                  \
   fprintf (STREAM, "\t.word\tLP%d\n", LABELNO);                \
 }