This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r253467 - in /trunk/gcc: ChangeLog config/rs600...


Author: segher
Date: Thu Oct  5 21:55:50 2017
New Revision: 253467

URL: https://gcc.gnu.org/viewcvs?rev=253467&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/sysv4.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]