mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
b5af9297d5
This satisfies a symbol reference created with: .symver __libc_vfork, vfork@GLIBC_2.0 where `__libc_vfork' has not been defined or referenced. In this case the `vfork@GLIBC_2.0' reference is supposed to be discarded, however a bug present in GAS since forever causes an undefined symbol table entry to be created. This in turn triggers a problem in the linker that can manifest itself by link errors such as: ld: libpthread.so: invalid string offset 2765592330 >= 5154 for section `.dynstr' The GAS and linker bugs need to be resolved, but we can avoid them too by providing a `__libc_vfork' definition just like our other platforms. [BZ #17485] * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define. |
||
---|---|---|
.. | ||
bits | ||
mips32 | ||
mips64 | ||
sys | ||
____longjmp_chk.c | ||
_test_and_set.c | ||
arch-fork.h | ||
brk.c | ||
clone.S | ||
configure | ||
configure.ac | ||
dl-cache.h | ||
dl-static.c | ||
getcontext.S | ||
getmsg.c | ||
getrlimit64.c | ||
getsysstats.c | ||
Implies | ||
ipc_priv.h | ||
kernel_rt_sigframe.h | ||
kernel_sigaction.h | ||
kernel_stat.h | ||
kernel_termios.h | ||
kernel-features.h | ||
ldsodefs.h | ||
libc-abis | ||
makecontext.S | ||
Makefile | ||
pipe.S | ||
pread64.c | ||
pread.c | ||
profil-counter.h | ||
pt-vfork.S | ||
putmsg.c | ||
pwrite64.c | ||
pwrite.c | ||
readelflib.c | ||
register-dump.h | ||
setcontext.S | ||
setrlimit64.c | ||
shlib-versions | ||
sigaction.c | ||
sigcontextinfo.h | ||
swapcontext.S | ||
syscalls.list | ||
sysdep-cancel.h | ||
ucontext_i.sym | ||
ustat.c | ||
Versions | ||
vfork.S | ||
xstatconv.c |