aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-10-30 14:17:22 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-10-30 14:17:22 +0000
commit7d2447313f13fbeee64b29ea5eebe81def0942d1 (patch)
treefc039ac8ef4dca1a64e3256c040d0623ffffc20c /gcc/cp/NEWS
parent732a0ad314ba1603b9fd07199dd83518ed54ad4d (diff)
downloadgcc-7d2447313f13fbeee64b29ea5eebe81def0942d1.zip
gcc-7d2447313f13fbeee64b29ea5eebe81def0942d1.tar.gz
gcc-7d2447313f13fbeee64b29ea5eebe81def0942d1.tar.bz2
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
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index 79a1a42..ed316d5 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