mirror of git://sourceware.org/git/glibc.git
This is an ABI breaking change, but typedef int greg_t; is not a useful definition on aarch64. greg_t is usually used for defining gregset_t which is used in mcontext_t. The general registers in mcontext_t can only be accessed by target specific code and on aarch64 greg_t is not needed for that so this change is not supposed to break existing code, just fix the definition. [BZ #18648] * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the definition to elf_greg_t. (Added another BZ entry that was missed in the previous commit). |
||
---|---|---|
.. | ||
bits | ||
sys | ||
Implies | ||
Makefile | ||
Versions | ||
__read_tp.S | ||
arch-fork.h | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
dl-cache.h | ||
dl-static.c | ||
getcontext.S | ||
init-first.c | ||
ioctl.S | ||
kernel-features.h | ||
kernel_rt_sigframe.h | ||
ld.abilist | ||
ldconfig.h | ||
ldsodefs.h | ||
libBrokenLocale.abilist | ||
libanl.abilist | ||
libc-__read_tp.S | ||
libc-vdso.h | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
localplt.data | ||
makecontext.c | ||
mmap.c | ||
profil-counter.h | ||
pt-vfork.c | ||
readelflib.c | ||
setcontext.S | ||
shlib-versions | ||
sigaction.c | ||
sigcontextinfo.h | ||
swapcontext.S | ||
syscall.S | ||
sysdep-cancel.h | ||
sysdep.c | ||
sysdep.h | ||
ucontext-internal.h | ||
ucontext_i.sym | ||
vfork.S |