diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 4 | ||||
-rw-r--r-- | libcpp/lex.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 3a63434157b..ce417632b19 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * lex.c: Remove Solaris 9 reference. + 2014-02-24 Walter Lee <walt@tilera.com> * configure.ac: Change "tilepro" triplet to "tilepro*". diff --git a/libcpp/lex.c b/libcpp/lex.c index a2168e4129c..b7836225332 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -263,11 +263,9 @@ search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) } } -/* Disable on Solaris 2/x86 until the following problems can be properly +/* Disable on Solaris 2/x86 until the following problem can be properly autoconfed: - The Solaris 9 assembler cannot assemble SSE4.2 insns. - Before Solaris 9 Update 6, SSE insns cannot be executed. The Solaris 10+ assembler tags objects with the instruction set extensions used, so SSE4.2 executables cannot run on machines that don't support that extension. */ |