mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
* sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
Align 32 bit compat elf_greg to 8 bytes.
This commit is contained in:
parent
f315524e03
commit
4e39af6eca
@ -1,3 +1,8 @@
|
||||
2013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
|
||||
Align 32 bit compat elf_greg to 8 bytes.
|
||||
|
||||
2013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* elf/setup-vdso.h (setup_vdso): Fix missing string termination.
|
||||
|
@ -123,7 +123,8 @@ typedef struct elf_prpsinfo prpsinfo_t;
|
||||
core files. */
|
||||
#define ELF_NGREG32 36
|
||||
typedef unsigned int elf_greg_t32;
|
||||
typedef elf_greg_t32 elf_gregset_t32[ELF_NGREG32];
|
||||
typedef elf_greg_t32
|
||||
elf_gregset_t32[ELF_NGREG32] __attribute__ ((__aligned__ (8)));
|
||||
typedef elf_fpregset_t elf_fpregset_t32;
|
||||
|
||||
struct elf_prstatus32
|
||||
|
Loading…
Reference in New Issue
Block a user