re PR libgcc/66225 (libgcc/config/rs6000/morecore.S will not build on systems with...
authorAlan Modra <amodra@gmail.com>
Wed, 20 May 2015 23:55:08 +0000 (09:25 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 20 May 2015 23:55:08 +0000 (09:25 +0930)
PR libgcc/66225
* config/rs6000/morestack.S: Remove ".abiversion 1".

From-SVN: r223464

libgcc/ChangeLog
libgcc/config/rs6000/morestack.S

index c4e716e996d4ed875d4261dcaefe630cdf66636f..0b4c298471dc78f20d316d1ac7a5ec65e08d3744 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-21  Alan Modra  <amodra@gmail.com>
+
+       PR libgcc/66225
+       * config/rs6000/morestack.S: Remove ".abiversion 1".
+
 2015-05-20  Alan Modra  <amodra@gmail.com>
 
        * config/rs6000/morestack.S: New.
index ecd1bf45c1751c4e579d79211080cc4e740ed19f..68ab9fdd1645b4501a386a6f82d168515aa91977 100644 (file)
@@ -28,7 +28,6 @@
        .abiversion 2
 #define PARAMS 32
 #else
-       .abiversion 1
 #define PARAMS 48
 #endif
 #define MORESTACK_FRAMESIZE    (PARAMS+96)