Commit 875e256a by Kazu Hirata Committed by Kazu Hirata

score.c, score.h: Fix comment typos.

	* config/score/score.c, config/score/score.h: Fix comment
	typos.

From-SVN: r117723
parent b2a43373
2006-10-14 Kazu Hirata <kazu@codesourcery.com>
* config/score/score.c, config/score/score.h: Fix comment
typos.
2006-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR bootstrap/29402
......
......@@ -928,8 +928,8 @@ score_return_addr (int count, rtx frame ATTRIBUTE_UNUSED)
'U' print hi part of a CONST_INT rtx
'D' print first part of const double
'S' selectively print '!' if operand is 15bit instrucion accessable
'V' print "v!" if operand is 15bit instruction accessable, or
'S' selectively print '!' if operand is 15bit instruction accessible
'V' print "v!" if operand is 15bit instruction accessible, or
"lfh!"
'L' low part of DImode reg operand
......
......@@ -209,7 +209,7 @@ extern GTY(()) rtx cmp_op1;
/* General Purpose Registers */ \
1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, \
/* Control Regisers */ \
/* Control Registers */ \
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
/* CEH/ CEL/ CNT/ LCR/ SCR / ARG_POINTER_REGNUM/ FRAME_POINTER_REGNUM */\
0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
......@@ -229,7 +229,7 @@ extern GTY(()) rtx cmp_op1;
/* General purpose register */ \
1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, \
0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
/* Control Regisers */ \
/* Control Registers */ \
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
/* CP 1 Registers */ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment