glibc ABI symbol list checking

Jakub Jelinek jakub@redhat.com
Sat Dec 28 06:01:00 GMT 2002


On Sat, Dec 28, 2002 at 02:53:53PM +0100, Andreas Jaeger wrote:
> My awk version cases also a problem with make check in current CVS:
> 
> /bin/sh tst-cancel-wrappers.sh /builds/glibc/main//libc_pic.a \
>     /builds/glibc/main//libc.a \
>     /builds/glibc/main/linuxthreads//libpthread_pic.a \
>     /builds/glibc/main/linuxthreads//libpthread.a > /builds/glibc/main/linuxthreads/tst-cancel-wrappers.out
> awk: cmd. line:52:       if ((!seen_enable || !seen_disable)
> awk: cmd. line:52:                                          ^ unexpected newline
> awk: cmd. line:53:        && !(object ~ /^pt-system.o/))
> awk: cmd. line:53:        ^ parse error
> awk: cmd. line:53:        && !(object ~ /^pt-system.o/))
> awk: cmd. line:53:                                     ^ parse error

Sorry for that. Adding \ at end of the 2 lines fixes this.
Will mail this as part of next patchset.

	Jakub



More information about the Libc-hacker mailing list