mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
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:
parent
226a93b7b7
commit
3dafb2207e
@ -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.
|
||||
|
@ -28,7 +28,6 @@
|
||||
.abiversion 2
|
||||
#define PARAMS 32
|
||||
#else
|
||||
.abiversion 1
|
||||
#define PARAMS 48
|
||||
#endif
|
||||
#define MORESTACK_FRAMESIZE (PARAMS+96)
|
||||
|
Loading…
Reference in New Issue
Block a user