* gcc.misc-tests/dectest.exp: Remove defunct comment.
authorBen Elliston <bje@au.ibm.com>
Thu, 26 Jan 2006 22:08:56 +0000 (22:08 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 26 Jan 2006 22:08:56 +0000 (09:08 +1100)
From-SVN: r110279

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/dectest.exp

index 0643fe9..04f8764 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-27  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.misc-tests/dectest.exp: Remove defunct comment.
+
 2006-01-26  Laurent GUERBY <laurent@guerby.net>
 
         PR ada/21317
index 9b1a726..900d7f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2005 Free Software Foundation, Inc.
+# Copyright 2005, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 set TORTURE_OPTIONS [list {} -O1 -O2 -O3 -Os -msoft-float]
 
-# On x86 and x86-64 systems, -Os makes the stack alignment too small,
-# leading to segmentation faults when executing SSE instructions.
-# Force the alignment of the stack to 2^4 (16) bytes.
-
 proc target-specific-flags {} {
   set result "-frounding-math "
   return $result