rs6000: Fix an error message in sysv4.h
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 5 Oct 2017 21:55:50 +0000 (23:55 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 5 Oct 2017 21:55:50 +0000 (23:55 +0200)
commitb8888a0fe4a94e333a3add0804330ad337c1fd99
treed2a687191b9244a020915eee095e84db5ef5b860
parentb9760b03aaa977e865e375c69138e7bd85a7d6d3
rs6000: Fix an error message in sysv4.h

While looking at PR82411, I got the error message

error: '-msdata=-mcall' and 'eabi-linux' are incompatible

which caused some head-scratching.

* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Correct error
message for incompatible -msdata=* and -mcall-* options.

From-SVN: r253467
gcc/ChangeLog
gcc/config/rs6000/sysv4.h