aboutsummaryrefslogtreecommitdiff
path: root/contrib/make_sunver.pl
AgeCommit message (Collapse)AuthorFilesLines
2013-02-27Make make_sunver.pl robust against non-C localesRainer Orth1-0/+4
* make_sunver.pl: Enforce C locale. From-SVN: r196309
2012-09-04* make_sunver.pl: Add missing newline at the end of extern "C++" block.Eric Botcazou1-1/+1
From-SVN: r190932
2012-02-27Fix Solaris symbol versioning (PR libstdc++/52188)Rainer Orth1-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
2011-11-21Support sun symbol versioning in libitmRainer Orth1-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
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found ↵Rainer Orth1-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
2010-11-25make_sunver.pl: Use elfdump -s to extract symbols if possible, readelf -s ↵Rainer Orth1-28/+96
otherwise. * make_sunver.pl: Use elfdump -s to extract symbols if possible, readelf -s otherwise. From-SVN: r167149
2010-11-08make_sunver.pl: Ignore entries without symbol name first.Eric Botcazou1-3/+5
* make_sunver.pl: Ignore entries without symbol name first. Then do not ignore symbols marked as 'R'. From-SVN: r166432
2010-07-08* make_sunver.pl: Remove extra whitespace in regexp.Eric Botcazou1-1/+1
From-SVN: r161973
2010-07-02Missed in last commit.Rainer Orth1-0/+280
From-SVN: r161701