rs6000: Put back the 's' output modifier
commit807a0f51d7c247cf33ee81536346ea4b9026bdde
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jan 2016 19:44:31 +0000 (27 19:44 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jan 2016 19:44:31 +0000 (27 19:44 +0000)
tree8547d02c08e40dc86a41ba381b260aa739b2bb95
parent78e516ebb11c4bf359ccd08cba14e16c0a5152db
rs6000: Put back the 's' output modifier

It turns out the 's' output modifier is used in some glibc math code,
and is in an installed header even.  So let's put it back, it is much
less of a burden supporting it a bit longer than to deal with the fallout.
(It is also being fixed for glibc.)

* config/rs6000/rs6000.c (print_operand): Rollback 's' removal.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232900 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c