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:
William Cohen 2001-12-05 20:32:08 +00:00 committed by William Cohen
parent 84436014bd
commit 8963284618
2 changed files with 6 additions and 1 deletions

View 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

View 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); \
}