From 3dafb2207ef99c02e31157aff20f984e3a3fcffb Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 21 May 2015 09:25:08 +0930 Subject: [PATCH] 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 --- libgcc/ChangeLog | 5 +++++ libgcc/config/rs6000/morestack.S | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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)