aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-05-21 09:25:08 +0930
committerAlan Modra <amodra@gcc.gnu.org>2015-05-21 09:25:08 +0930
commit3dafb2207ef99c02e31157aff20f984e3a3fcffb (patch)
tree5ec494542bc887dcbdb48fa282cc81bd8a974af6 /libgcc/config
parent226a93b7b7e464dd4c030b75e1d118f0e382cde1 (diff)
downloadgcc-3dafb2207ef99c02e31157aff20f984e3a3fcffb.zip
gcc-3dafb2207ef99c02e31157aff20f984e3a3fcffb.tar.gz
gcc-3dafb2207ef99c02e31157aff20f984e3a3fcffb.tar.bz2
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
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/rs6000/morestack.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgcc/config/rs6000/morestack.S b/libgcc/config/rs6000/morestack.S
index ecd1bf4..68ab9fd 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)