diff options
author | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-30 10:01:03 +0000 |
---|---|---|
committer | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-30 10:01:03 +0000 |
commit | 865ff07f1e5e1190dbdb1b1a15a30e0665c0e7ce (patch) | |
tree | 752c0b74548ad73ef9621a84f611091952566738 | |
parent | 95bfc53d83f5125dd560f3b3a36fa1e0bfc22c59 (diff) | |
download | gcc-865ff07f1e5e1190dbdb1b1a15a30e0665c0e7ce.tar.gz |
Formerly extend.texi.~115~
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13993 138bc75d-0d04-0410-961f-82ee72b054a4
-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 49a7afc44d8..6a250a94487 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 |