summaryrefslogtreecommitdiff
path: root/contrib/make_sunver.pl
Commit message (Collapse)AuthorAgeFilesLines
* Make make_sunver.pl robust against non-C localesRainer Orth2013-02-271-0/+4
| | | | | | * make_sunver.pl: Enforce C locale. From-SVN: r196309
* * make_sunver.pl: Add missing newline at the end of extern "C++" block.Eric Botcazou2012-09-041-1/+1
| | | | From-SVN: r190932
* Fix Solaris symbol versioning (PR libstdc++/52188)Rainer Orth2012-02-271-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib: PR libstdc++/52188 * make_sunver.pl: Remove #ifdef handling. libgomp: PR libstdc++/52188 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Remove symvers_renaming. Remove ENABLE_SYMVERS_SOL2. * configure: Regenerate. * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB] (comma): New variable. (PREPROCESS): New variable. (libgomp.ver): New target. [LIBGOMP_BUILD_VERSIONED_SHLIB && LIBGOMP_BUILD_VERSIONED_SHLIB_GNU]: Remove LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2 handling. Use libgomp.ver. [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Use libgomp.ver, libgomp.ver-sun. * Makefile.in: Regenerate. libstdc++-v3: PR libstdc++/52188 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Remove symvers_renaming. Remove ENABLE_SYMVERS_SOL2. * configure: Regenerate. * src/Makefile.am [ENABLE_SYMVERS] (libstdc++-symbols.ver): Postprocess mapfile. [ENABLE_SYMVERS_GNU]: Remove ENABLE_SYMVERS_SOL2 handling. * src/Makefile.in: Regenerate. * config/abi/pre/gnu.ver (GLIBCXX_3.4.5) [!__sun__ && !__svr4__]: Don't export _ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv. From-SVN: r184598
* Support sun symbol versioning in libitmRainer Orth2011-11-211-1/+2
| | | | | | | | | | | | | | | libitm: * acinclude.m4 (LIBITM_CHECK_LINKER_FEATURES): Handle gold. (LIBITM_ENABLE_SYMVERS): Handle sun style. * Makefile.am: Handle sun style versioning. (libitm_la_LINK): Add $(libitm_la_LDFLAGS). * configure: Regenerate. * Makefile.in: Regenerate. contrib: * make_sunver.pl: Convert '?' in glob patterns to '.'. From-SVN: r181588
* re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found ↵Rainer Orth2011-03-211-1/+0
| | | | | | | | | | | | | | | within /usr/perl5) contrib: PR bootstrap/48135 * make_sunver.pl: Don't use File::Glob. gcc: PR bootstrap/48135 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm reference. Solaris 8 perl works. From-SVN: r171223
* make_sunver.pl: Use elfdump -s to extract symbols if possible, readelf -s ↵Rainer Orth2010-11-251-28/+96
| | | | | | | | | otherwise. * make_sunver.pl: Use elfdump -s to extract symbols if possible, readelf -s otherwise. From-SVN: r167149
* make_sunver.pl: Ignore entries without symbol name first.Eric Botcazou2010-11-081-3/+5
| | | | | | | * make_sunver.pl: Ignore entries without symbol name first. Then do not ignore symbols marked as 'R'. From-SVN: r166432
* * make_sunver.pl: Remove extra whitespace in regexp.Eric Botcazou2010-07-081-1/+1
| | | | From-SVN: r161973
* Missed in last commit.Rainer Orth2010-07-021-0/+280
From-SVN: r161701