This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] Properly handle indirect functions in ABI check on powerpc64


On 11/28/2012 03:48 PM, Carlos O'Donell wrote:
On Wed, Nov 28, 2012 at 4:25 AM, Andreas Schwab <schwab@suse.de> wrote:
On ppc64 function symbols are always in .opd.

Andreas.

         * scripts/abilist.awk: Also handle indirect functions in .opd
         section.

I'm curious, what does this break?

make check on powerpc64 fails with:


[ 3571s] --- ../sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist2012-11-27 19:30:50.000000000 +0000
[ 3571s] +++ /home/abuild/rpmbuild/BUILD/glibc-2.16.90/cc-base/rt/librt.symlist2012-11-28 04:28:42.000000000 +0000
[ 3571s] @@ -18,5 +17,0 @@ GLIBC_2.3
[ 3571s] - clock_getcpuclockid F
[ 3571s] - clock_getres F
[ 3571s] - clock_gettime F
[ 3571s] - clock_nanosleep F
[ 3571s] - clock_settime F
[ 3571s] @@ -31,0 +27,5 @@ GLIBC_2.3
[ 3571s] +clock_getcpuclockid GLIBC_2.3 g ? iD .opd 0000000000000018
[ 3571s] +clock_getres GLIBC_2.3 g ? iD .opd 0000000000000018
[ 3571s] +clock_gettime GLIBC_2.3 g ? iD .opd 0000000000000018
[ 3571s] +clock_nanosleep GLIBC_2.3 g ? iD .opd 0000000000000018
[ 3571s] +clock_settime GLIBC_2.3 g ? iD .opd 0000000000000018
[ 3571s] make[2]: *** [check-abi-librt] Error 1


--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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