diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-20 23:55:08 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-20 23:55:08 +0000 |
commit | b5d187374fd66ae2bb74a38215a9213ddd517359 (patch) | |
tree | 5ec494542bc887dcbdb48fa282cc81bd8a974af6 /libgcc/config | |
parent | 7518e9d9de95908b587a24479f1984ae81afa389 (diff) | |
download | gcc-b5d187374fd66ae2bb74a38215a9213ddd517359.tar.gz |
PR libgcc/66225
* config/rs6000/morestack.S: Remove ".abiversion 1".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223464 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config')
-rw-r--r-- | libgcc/config/rs6000/morestack.S | 1 |
1 files changed, 0 insertions, 1 deletions
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) |