arm.h (THUMB_FUNCTION_PROFILER): Correct typo in instruction.
2001-12-05 William Cohen <wcohen@redhat.com> * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in instruction. From-SVN: r47689
This commit is contained in:
parent
84436014bd
commit
8963284618
@ -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
|
||||
|
@ -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); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user