]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 30 Oct 2011 14:17:22 +0000 (14:17 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 30 Oct 2011 14:17:22 +0000 (14:17 +0000)
* NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux.
(EGCS 1.0): Ditto.

From-SVN: r180678

gcc/cp/ChangeLog
gcc/cp/NEWS

index 64c932d646c625250d2f06296b35a6a0ff3b0fca..84d991d687b856eacafdf149f56455d68eddafc6 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux.
+       (EGCS 1.0): Ditto.
+
 2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/50901
index 79a1a421b1948d8c4680c4f8aff2f28df7f23f91..ed316d5a89b6f8cc139db1b716b85b07c4523c6c 100644 (file)
 
 * 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.
   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