Message ID | 20200719210235.21767-1-vgupta@synopsys.com |
---|---|
State | New |
Headers | show |
Series | Fix tst-libc_dlvsym{, -static} on ARC: don't check _sys_{err, sig}list | expand |
* Vineet Gupta via Libc-alpha: > diff --git a/elf/tst-libc_dlvsym.h b/elf/tst-libc_dlvsym.h > index 6b132dd7c3e4..7eda47207824 100644 > --- a/elf/tst-libc_dlvsym.h > +++ b/elf/tst-libc_dlvsym.h > @@ -117,8 +117,6 @@ compare_vsyms (void) > obtain an explicit handle for libc.so. */ > void *libc_handle = xdlopen (LIBC_SO, RTLD_LAZY | RTLD_NOLOAD); > > - compare_vsyms_1 (libc_handle, "_sys_errlist"); > - compare_vsyms_1 (libc_handle, "_sys_siglist"); > compare_vsyms_1 (libc_handle, "quick_exit"); > > xdlclose (libc_handle); Please use TEST_COMPAT, as in malloc/tst-mallocstate.c. Thanks, Florian
diff --git a/elf/tst-libc_dlvsym.h b/elf/tst-libc_dlvsym.h index 6b132dd7c3e4..7eda47207824 100644 --- a/elf/tst-libc_dlvsym.h +++ b/elf/tst-libc_dlvsym.h @@ -117,8 +117,6 @@ compare_vsyms (void) obtain an explicit handle for libc.so. */ void *libc_handle = xdlopen (LIBC_SO, RTLD_LAZY | RTLD_NOLOAD); - compare_vsyms_1 (libc_handle, "_sys_errlist"); - compare_vsyms_1 (libc_handle, "_sys_siglist"); compare_vsyms_1 (libc_handle, "quick_exit"); xdlclose (libc_handle);