Commit e1835ff1 by John David Anglin Committed by John David Anglin

pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo.

	* pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo.

From-SVN: r112053
parent fb0103e5
2006-03-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo.
2006-03-14 Richard Guenther <rguenther@suse.de> 2006-03-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/26672 PR tree-optimization/26672
......
...@@ -52,7 +52,7 @@ call_ ## FUNC (void) \ ...@@ -52,7 +52,7 @@ call_ ## FUNC (void) \
: \ : \
: \ : \
: "r1", "r2", "r4", "r20", "r21", \ : "r1", "r2", "r4", "r20", "r21", \
"r22", "r24", "r24", "r25", "r26", \ "r22", "r23", "r24", "r25", "r26", \
"r27", "r28", "r29", "r31"); \ "r27", "r28", "r29", "r31"); \
asm (TEXT_SECTION_ASM_OP); \ asm (TEXT_SECTION_ASM_OP); \
} }
......
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