aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/crtsavres.asm2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 912074a..7ab41c6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-18 Alan Modra <amodra@bigpond.net.au>
+
+ * config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code.
+
2003-10-17 Richard Earnshaw <rearnsha@arm.com>
Nathan Sidwell <nathan@codesourcery.com>
diff --git a/gcc/config/rs6000/crtsavres.asm b/gcc/config/rs6000/crtsavres.asm
index 0c65182..cca10ba 100644
--- a/gcc/config/rs6000/crtsavres.asm
+++ b/gcc/config/rs6000/crtsavres.asm
@@ -337,6 +337,7 @@ FUNC_START(_savef31) stfd 31,-8(1)
.long .LTfsav-.fsav
.short 4
.ascii "fsav"
+ .align 2
FUNC_END(_savef31)
FUNC_END(_savef30)
FUNC_END(_savef29)
@@ -385,6 +386,7 @@ FUNC_START(_restf31) lfd 31,-8(1)
.long .LTfres-.fres
.short 4
.ascii "fres"
+ .align 2
FUNC_END(_restf31)
FUNC_END(_restf30)
FUNC_END(_restf29)