diff options
author | Alan Modra <amodra@gmail.com> | 2015-05-21 09:25:08 +0930 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2015-05-21 09:25:08 +0930 |
commit | 3dafb2207ef99c02e31157aff20f984e3a3fcffb (patch) | |
tree | 5ec494542bc887dcbdb48fa282cc81bd8a974af6 /libgcc | |
parent | 226a93b7b7e464dd4c030b75e1d118f0e382cde1 (diff) | |
download | gcc-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')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config/rs6000/morestack.S | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index c4e716e..0b4c298 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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. 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) |