Blame SOURCES/gcc32-ppc64-crtsavres.patch

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