Re: [PATCH 3/3] htl: move pthread_self into libc

2023-01-03 Thread Samuel Thibault
Samuel Thibault, le mar. 03 janv. 2023 22:50:01 +0100, a ecrit: > make -C $src_dir/htl objdir=$PWD subdir=htl ..=../ > $PWD/elf/check-abi-libpthread.out Actually make -C $src_dir/htl objdir=$PWD subdir=htl ..=../ $PWD/htl/check-abi-libpthread.out Samuel

Re: [PATCH 3/3] htl: move pthread_self into libc

2023-01-03 Thread Samuel Thibault
Hello, Make sure to run the abi checks, you can e.g. run from the build directory: make -C $src_dir/elf objdir=$PWD subdir=elf ..=../ $PWD/elf/check-localplt.out make -C $src_dir/elf objdir=$PWD subdir=elf ..=../ $PWD/elf/check-abi-libc.out make -C $src_dir/htl objdir=$PWD subdir=htl ..=../ $PWD

[PATCH 3/3] htl: move pthread_self into libc

2023-01-03 Thread Guy-Fleury Iteriteka
--- htl/Makefile | 3 +-- htl/Versions | 13 ++--- htl/forward.c | 4 htl/pt-initialize.c | 1 - htl/pt-internal.h | 1 + htl/pt-self.c