diff options
author | shannonjr <shannonjr> | 2004-07-26 21:55:37 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-07-26 21:55:37 +0000 |
commit | 4b09525e9d87694e9f421027ec9e7dad9a3c02fe (patch) | |
tree | 03d845911308fb03648562eca50fd0dc56a9ba90 /lang/gcc34/files | |
parent | 1c1f329c9dbd4a685f84612699b2b7fe73674bd3 (diff) | |
download | pkgsrc-4b09525e9d87694e9f421027ec9e7dad9a3c02fe.tar.gz |
1) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1
2) Added include statment for zlib/buildlink3.mk to Makefile to go with
CONFIGURE_ARGS+=--with-system-zlib already there. Thank you
Georg Schwarz <geos@epost.de> for pointing out this ommision.
3) Incorporated logic from gcc3 that determines whether to add
binutils dependency or not.
4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting
other architectures.
Diffstat (limited to 'lang/gcc34/files')
-rw-r--r-- | lang/gcc34/files/baseline_symbols.txt | 3 | ||||
-rw-r--r-- | lang/gcc34/files/baseline_symbols64.txt | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc34/files/baseline_symbols.txt b/lang/gcc34/files/baseline_symbols.txt index c09b36176a4..70ee081a31b 100644 --- a/lang/gcc34/files/baseline_symbols.txt +++ b/lang/gcc34/files/baseline_symbols.txt @@ -602,6 +602,7 @@ FUNC:_ZNSt11range_errorC2ERKSs@@GLIBCXX_3.4 FUNC:_ZNSt11range_errorD0Ev@@GLIBCXX_3.4 FUNC:_ZNSt11range_errorD1Ev@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE2fdEv@@GLIBCXX_3.4 +FUNC:_ZNSt12__basic_fileIcE4fileEv@@GLIBCXX_3.4.1 FUNC:_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE4syncEv@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE5closeEv@@GLIBCXX_3.4 @@ -885,6 +886,7 @@ FUNC:_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode@@G FUNC:_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED0Ev@@GLIBCXX_3.4 FUNC:_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4 FUNC:_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev@@GLIBCXX_3.4 +FUNC:_ZNSt19istreambuf_iteratorIcSt11char_traitsIcEEppEv@@GLIBCXX_3.4 FUNC:_ZNSt5ctypeIcE13classic_tableEv@@GLIBCXX_3.4 FUNC:_ZNSt5ctypeIcEC1EPKhbj@@GLIBCXX_3.4 FUNC:_ZNSt5ctypeIcEC1EPiPKhbj@@GLIBCXX_3.4 @@ -1245,6 +1247,7 @@ FUNC:tanhl@@GLIBCXX_3.4 FUNC:tanl@@GLIBCXX_3.4 OBJECT:0:CXXABI_1.3 OBJECT:0:GLIBCXX_3.4 +OBJECT:0:GLIBCXX_3.4.1 OBJECT:12:_ZTIN10__cxxabiv116__enum_type_infoE@@CXXABI_1.3 OBJECT:12:_ZTIN10__cxxabiv117__array_type_infoE@@CXXABI_1.3 OBJECT:12:_ZTIN10__cxxabiv117__class_type_infoE@@CXXABI_1.3 diff --git a/lang/gcc34/files/baseline_symbols64.txt b/lang/gcc34/files/baseline_symbols64.txt index efea379f55a..80acd4aed4e 100644 --- a/lang/gcc34/files/baseline_symbols64.txt +++ b/lang/gcc34/files/baseline_symbols64.txt @@ -602,6 +602,7 @@ FUNC:_ZNSt11range_errorC2ERKSs@@GLIBCXX_3.4 FUNC:_ZNSt11range_errorD0Ev@@GLIBCXX_3.4 FUNC:_ZNSt11range_errorD1Ev@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE2fdEv@@GLIBCXX_3.4 +FUNC:_ZNSt12__basic_fileIcE4fileEv@@GLIBCXX_3.4.1 FUNC:_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE4syncEv@@GLIBCXX_3.4 FUNC:_ZNSt12__basic_fileIcE5closeEv@@GLIBCXX_3.4 @@ -1245,6 +1246,7 @@ FUNC:tanhl@@GLIBCXX_3.4 FUNC:tanl@@GLIBCXX_3.4 OBJECT:0:CXXABI_1.3 OBJECT:0:GLIBCXX_3.4 +OBJECT:0:GLIBCXX_3.4.1 OBJECT:104:_ZTVSt10moneypunctIcLb0EE@@GLIBCXX_3.4 OBJECT:104:_ZTVSt10moneypunctIcLb1EE@@GLIBCXX_3.4 OBJECT:104:_ZTVSt17moneypunct_bynameIcLb0EE@@GLIBCXX_3.4 |