Commit 1b2d6edd by Alan Modra Committed by Alan Modra

* config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code.

From-SVN: r72609
parent d938f171
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> 2003-10-17 Richard Earnshaw <rearnsha@arm.com>
Nathan Sidwell <nathan@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com>
......
...@@ -337,6 +337,7 @@ FUNC_START(_savef31) stfd 31,-8(1) ...@@ -337,6 +337,7 @@ FUNC_START(_savef31) stfd 31,-8(1)
.long .LTfsav-.fsav .long .LTfsav-.fsav
.short 4 .short 4
.ascii "fsav" .ascii "fsav"
.align 2
FUNC_END(_savef31) FUNC_END(_savef31)
FUNC_END(_savef30) FUNC_END(_savef30)
FUNC_END(_savef29) FUNC_END(_savef29)
...@@ -385,6 +386,7 @@ FUNC_START(_restf31) lfd 31,-8(1) ...@@ -385,6 +386,7 @@ FUNC_START(_restf31) lfd 31,-8(1)
.long .LTfres-.fres .long .LTfres-.fres
.short 4 .short 4
.ascii "fres" .ascii "fres"
.align 2
FUNC_END(_restf31) FUNC_END(_restf31)
FUNC_END(_restf30) FUNC_END(_restf30)
FUNC_END(_restf29) FUNC_END(_restf29)
......
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