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".

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)

-- 
Alan Modra
Australia Development Lab, IBM

Reply via email to