diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a3d2629..ac8bc74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-06 Ben Elliston <bje@au.ibm.com> + + * gcc.c: Remove ancient comment about a bug in Sun cc. + 2008-11-05 Janis Johnson <janis187@us.ibm.com> * doc/sourcebuild.texi (Torture Tests): Add ADDITIONAL_TORTURE_OPTIONS. @@ -17,10 +17,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see -<http://www.gnu.org/licenses/>. - -This paragraph is here to try to keep Sun CC from dying. -The number of chars here seems crucial!!!! */ +<http://www.gnu.org/licenses/>. */ /* This program is the user interface to the C compiler and possibly to other compilers. It is used because compilation is a complicated procedure |