From 5d89bd6f096603b610dc511e3e797ca3b4086c7e Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 30 Oct 2011 14:17:22 +0000 Subject: [PATCH] * NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux. (EGCS 1.0): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180678 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/NEWS | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 64c932d646c..84d991d687b 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 79a1a421b19..ed316d5a89b 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 -- 2.11.4.GIT