This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [build, libgomp] Support Sun symbol versioning in libgomp, rev. 2


On Thu, Jul 01, 2010 at 05:45:45PM +0200, Rainer Orth wrote:
> Bootstrapped without regressions on Solaris 8 to 11, both SPARC and x86
> with Sun as and GNU as, Sun ld and GNU ld.

Please also test on Linux (e.g. x86_64, i686, powerpc*) to make sure it
doesn't regress there.

readelf -Ws $1 | sed -n '/\.symtab/,$d;/ UND /d;/@GLIBC_PRIVATE/d;/\(GLOBAL\|WEAK\|UNIQUE\)/p' | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6, $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' | LC_ALL=C sort -u

should be identical before/after your patch.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]