From: Alan Modra Date: Wed, 20 May 2015 23:55:08 +0000 (+0930) Subject: re PR libgcc/66225 (libgcc/config/rs6000/morecore.S will not build on systems with... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3dafb2207ef99c02e31157aff20f984e3a3fcffb;p=gcc.git re PR libgcc/66225 (libgcc/config/rs6000/morecore.S will not build on systems with an older assembler) PR libgcc/66225 * config/rs6000/morestack.S: Remove ".abiversion 1". From-SVN: r223464 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index c4e716e996d..0b4c298471d 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-21 Alan Modra + + PR libgcc/66225 + * config/rs6000/morestack.S: Remove ".abiversion 1". + 2015-05-20 Alan Modra * config/rs6000/morestack.S: New. diff --git a/libgcc/config/rs6000/morestack.S b/libgcc/config/rs6000/morestack.S index ecd1bf45c17..68ab9fdd164 100644 --- a/libgcc/config/rs6000/morestack.S +++ b/libgcc/config/rs6000/morestack.S @@ -28,7 +28,6 @@ .abiversion 2 #define PARAMS 32 #else - .abiversion 1 #define PARAMS 48 #endif #define MORESTACK_FRAMESIZE (PARAMS+96)