Blame SOURCES/gcc32-ppc64-crtsavres.patch

6f1b0c
2004-08-18  Jakub Jelinek  <jakub@redhat.com>
6f1b0c
6f1b0c
	* config/rs6000/crtsavres.asm (.fres): Add .align 2.
6f1b0c
6f1b0c
--- gcc/config/rs6000/crtsavres.asm.jj	2002-02-19 20:40:41.000000000 +0100
6f1b0c
+++ gcc/config/rs6000/crtsavres.asm	2004-08-18 10:58:01.952395671 +0200
6f1b0c
@@ -358,6 +358,7 @@ FUNC_END(_savef14)
6f1b0c
 
6f1b0c
 /* Routines for restoring floating point registers, called by the compiler.  */
6f1b0c
 
6f1b0c
+	.align 2
6f1b0c
 .fres:
6f1b0c
 FUNC_START(_restf14)	lfd	14,-144(1)	/* restore fp registers */
6f1b0c
 FUNC_START(_restf15)	lfd	15,-136(1)