diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-10-14 15:10:45 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-10-14 15:10:45 -0400 |
commit | 19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115 (patch) | |
tree | b6cfbdffaad259ea4ff8c43d7e1e9abb33446d1f /libiberty/README | |
parent | e66d884e7b29d16a098c881bc8b577f2b39d3ca6 (diff) | |
download | gcc-19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115.tar.gz |
cplus-dem.c (demangle_signature): Don't look for return types on constructors.
Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
* cplus-dem.c (demangle_signature): Don't look for return types on
constructors. Handle member template constructors.
and update from devo.
From-SVN: r15901
Diffstat (limited to 'libiberty/README')
-rw-r--r-- | libiberty/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libiberty/README b/libiberty/README index 5081bbac196..92dc202929b 100644 --- a/libiberty/README +++ b/libiberty/README @@ -11,10 +11,9 @@ Current members include: We expect many of the GNU subroutines that are floating around to eventually arrive here. -To build the library, do: - - ./configure HOSTTYPE - make +The library must be configured from the top source directory. Don't +try to run configure in this directory. Follow the configuration +instructions in ../README. Please report bugs and fixes to "bug-gnu-utils@prep.ai.mit.edu". Thank you. |