diff options
author | Jason Merrill <merrill@gnu.org> | 1997-04-30 10:01:03 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1997-04-30 10:01:03 +0000 |
commit | a4b3b54a70b9c9cccd9b715ec896e25bfc48131f (patch) | |
tree | 752c0b74548ad73ef9621a84f611091952566738 | |
parent | c5e2f6973c5bc7c559b376cf88e5cd5f8640667e (diff) | |
download | gcc-a4b3b54a70b9c9cccd9b715ec896e25bfc48131f.zip gcc-a4b3b54a70b9c9cccd9b715ec896e25bfc48131f.tar.gz gcc-a4b3b54a70b9c9cccd9b715ec896e25bfc48131f.tar.bz2 |
Formerly extend.texi.~115~
From-SVN: r13993
-rw-r--r-- | gcc/extend.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index 49a7afc..6a250a9 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -3214,8 +3214,9 @@ compiled separately. @end table When used with GNU ld version 2.8 or later on an ELF system such as -GNU/Linux or Solaris 2, g++ supports the Borland model. On other systems, -g++ implements neither automatic model. +Linux/GNU or Solaris 2, or on Microsoft Windows, g++ supports the +Borland model. On other systems, g++ implements neither automatic +model. A future version of g++ will support a hybrid model whereby the compiler will emit any instantiations for which the template definition is |