aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa32-linux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 813e37d..21f659e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
PR tree-optimization/26672
diff --git a/gcc/config/pa/pa32-linux.h b/gcc/config/pa/pa32-linux.h
index 69c73fc..c424eee 100644
--- a/gcc/config/pa/pa32-linux.h
+++ b/gcc/config/pa/pa32-linux.h
@@ -52,7 +52,7 @@ call_ ## FUNC (void) \
: \
: \
: "r1", "r2", "r4", "r20", "r21", \
- "r22", "r24", "r24", "r25", "r26", \
+ "r22", "r23", "r24", "r25", "r26", \
"r27", "r28", "r29", "r31"); \
asm (TEXT_SECTION_ASM_OP); \
}