glibc/sysdeps/unix/sysv/linux/aarch64
Szabolcs Nagy b8528e771c [AArch64][BZ 18648] change greg_t definition in ucontext.h
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).
2015-07-09 09:53:30 +01:00
..
bits libc-vdso.h place consolidation 2015-04-20 08:51:17 -03:00
sys [AArch64][BZ 18648] change greg_t definition in ucontext.h 2015-07-09 09:53:30 +01:00
Implies NPTL is no longer an add-on! 2014-07-07 09:29:06 -07:00
Makefile Clean up sysdep-dl-routines variable. 2015-02-06 10:42:08 -08:00
Versions Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
__read_tp.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
arch-fork.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
c++-types.data AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
clone.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
configure Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
configure.ac Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
dl-cache.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dl-static.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getcontext.S [AArch64] make setcontext etc functions consistent with the kernel 2015-07-06 12:46:43 +01:00
init-first.c Consolidate gettimeofday across aarch64/s390/tile 2015-05-26 17:03:35 -03:00
ioctl.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
kernel-features.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
kernel_rt_sigframe.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ld.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
ldconfig.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ldsodefs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libBrokenLocale.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libanl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libc-__read_tp.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc-vdso.h Consolidate vDSO macros and usage 2015-05-26 10:10:36 -03:00
libc.abilist libio: fmemopen rewrite to POSIX compliance 2015-07-08 12:07:21 -03:00
libcrypt.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libdl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libm.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libnsl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libpthread.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libresolv.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
librt.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libthread_db.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libutil.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
localplt.data Run check-localpltk/textrel/execstack over ld.so. 2014-11-06 15:48:44 -05:00
makecontext.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mmap.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
profil-counter.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pt-vfork.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readelflib.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setcontext.S [AArch64] make setcontext etc functions consistent with the kernel 2015-07-06 12:46:43 +01:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
sigaction.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigcontextinfo.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
swapcontext.S [AArch64] make setcontext etc functions consistent with the kernel 2015-07-06 12:46:43 +01:00
syscall.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sysdep-cancel.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sysdep.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sysdep.h Consolidate gettimeofday across aarch64/s390/tile 2015-05-26 17:03:35 -03:00
ucontext-internal.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ucontext_i.sym Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
vfork.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00