diff mbox

[3/4] split-stack for powerpc64

Message ID 20150520235440.GI6140@bubble.grove.modra.org
State New
Headers show

Commit Message

Alan Modra May 20, 2015, 11:54 p.m. UTC
Older assemblers don't understand .abiversion, so I'm committing the
following as obvious to fix a problem Michael Meissner found when
building gcc for powerpc64-linux.

	PR libgcc/66225
	* config/rs6000/morestack.S: Remove ".abiversion 1".
diff mbox

Patch

Index: libgcc/config/rs6000/morestack.S
===================================================================
--- libgcc/config/rs6000/morestack.S	(revision 223463)
+++ libgcc/config/rs6000/morestack.S	(working copy)
@@ -28,7 +28,6 @@ 
 	.abiversion 2
 #define PARAMS 32
 #else
-	.abiversion 1
 #define PARAMS 48
 #endif
 #define MORESTACK_FRAMESIZE	(PARAMS+96)