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
This commit is contained in:
Alan Modra 2015-05-21 09:25:08 +09:30 committed by Alan Modra
parent 226a93b7b7
commit 3dafb2207e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -28,7 +28,6 @@
.abiversion 2
#define PARAMS 32
#else
.abiversion 1
#define PARAMS 48
#endif
#define MORESTACK_FRAMESIZE (PARAMS+96)