From: Gerald Pfeifer Date: Sun, 30 Oct 2011 14:17:22 +0000 (+0000) Subject: NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux. X-Git-Tag: releases/gcc-4.7.0~2703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2447313f13fbeee64b29ea5eebe81def0942d1;p=thirdparty%2Fgcc.git NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux. * NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux. (EGCS 1.0): Ditto. From-SVN: r180678 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 64c932d646c6..84d991d687b8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-25 Gerald Pfeifer + + * NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux. + (EGCS 1.0): Ditto. + 2011-10-29 Paolo Carlini PR c++/50901 diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 79a1a421b194..ed316d5a89b6 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -168,7 +168,7 @@ * Unused virtual functions can be discarded on some targets by specifying -ffunction-sections -fvtable-gc to the compiler and --gc-sections to the - linker. Unfortunately, this only works on Linux if you're linking + linker. Unfortunately, this only works on GNU/Linux if you're linking statically. * Lots of bugs stomped. @@ -343,7 +343,7 @@ translation units. * -fvtable-thunks is supported for all targets, and is the default for - Linux with glibc 2.x (also called libc 6.x). + GNU/Linux with glibc 2.x (also called libc 6.x). * bool is now always the same size as another built-in type. Previously, a 64-bit RISC target using a 32-bit ABI would have 32-bit pointers and a