| [2] | 1 | ## Linker script for GNU ld 2.11.94+ only.
|
|---|
| 2 | ##
|
|---|
| 3 | ## Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
|---|
| 4 | ##
|
|---|
| 5 | ## This file is part of the libstdc++ version 3 distribution.
|
|---|
| 6 | ##
|
|---|
| 7 | ## This file is part of the GNU ISO C++ Library. This library is free
|
|---|
| 8 | ## software; you can redistribute it and/or modify it under the
|
|---|
| 9 | ## terms of the GNU General Public License as published by the
|
|---|
| 10 | ## Free Software Foundation; either version 2, or (at your option)
|
|---|
| 11 | ## any later version.
|
|---|
| 12 | ##
|
|---|
| 13 | ## This library is distributed in the hope that it will be useful,
|
|---|
| 14 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 15 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|---|
| 16 | ## GNU General Public License for more details.
|
|---|
| 17 | ##
|
|---|
| 18 | ## You should have received a copy of the GNU General Public License along
|
|---|
| 19 | ## with this library; see the file COPYING. If not, write to the Free
|
|---|
| 20 | ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|---|
| 21 | ## USA.
|
|---|
| 22 |
|
|---|
| 23 | GLIBCPP_3.2 {
|
|---|
| 24 |
|
|---|
| 25 | global:
|
|---|
| 26 |
|
|---|
| 27 | # Names inside the 'extern' block are demangled names.
|
|---|
| 28 | # All but the last are terminated with a semicolon.
|
|---|
| 29 | extern "C++"
|
|---|
| 30 | {
|
|---|
| 31 | std::[A-Za]*;
|
|---|
| 32 | std::ba[a-r]*;
|
|---|
| [1391] | 33 | std::basic_[a-h]*;
|
|---|
| 34 | std::basic_ifstream*;
|
|---|
| 35 | std::basic_istringstream*;
|
|---|
| 36 | std::basic_istream*;
|
|---|
| 37 | std::basic_iostream*;
|
|---|
| 38 | std::basic_[j-r]*;
|
|---|
| [2] | 39 | std::basic_streambuf*;
|
|---|
| 40 | std::basic_stringbuf*;
|
|---|
| 41 | std::basic_stringstream*;
|
|---|
| 42 | std::basic_[t-z]*;
|
|---|
| 43 | std::ba[t-z]*;
|
|---|
| 44 | std::b[b-z]*;
|
|---|
| 45 | std::c[a-n]*;
|
|---|
| 46 | std::co[a-c]*;
|
|---|
| 47 | std::codecvt_byname*;
|
|---|
| 48 | std::codecvt::[A-Za-b]*;
|
|---|
| 49 | std::codecvt::[A-Zd-z]*;
|
|---|
| 50 | std::codecvt_c;
|
|---|
| 51 | std::codecvt_w;
|
|---|
| 52 | std::co[e-z]*;
|
|---|
| 53 | std::c[p-z]*;
|
|---|
| 54 | std::c_[a-z]*;
|
|---|
| 55 | std::[A-Zd-k]*;
|
|---|
| |
|---|