This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: glibc ABI symbol list checking


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


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