diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-07-26 17:28:40 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-07-26 17:28:40 +0000 |
commit | 6cab5fa170fe8d69d77a002d02ba54033e207f0d (patch) | |
tree | b04881e634ad083f0aa2ae3c7f40364c01c61931 /lang/gcc34-ada/files | |
parent | 63c263d50195d0c06e3d2fe670d02e22adcc8472 (diff) | |
download | pkgsrc-6cab5fa170fe8d69d77a002d02ba54033e207f0d.tar.gz |
1) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1
2) Added CONFIGURE_ARGS+=--with-system-zlib logic to Makefile for
consistency with gcc34
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-ada/files')
-rw-r--r-- | lang/gcc34-ada/files/baseline_symbols.txt | 3 | ||||
-rw-r--r-- | lang/gcc34-ada/files/baseline_symbols64.txt | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc34-ada/files/baseline_symbols.txt b/lang/gcc34-ada/files/baseline_symbols.txt index c09b36176a4..70ee081a31b 100644 --- a/lang/gcc34-ada/files/baseline_symbols.txt +++ b/lang/gcc34-ada/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-ada/files/baseline_symbols64.txt b/lang/gcc34-ada/files/baseline_symbols64.txt index efea379f55a..80acd4aed4e 100644 --- a/lang/gcc34-ada/files/baseline_symbols64.txt +++ b/lang/gcc34-ada/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 |