qemu-irix/linux-user
Peter Maydell e321c34aa1 linux-user: avoid gcc array overrun warning for sparc
Suppress a gcc array bounds overrun warning when filling in the SPARC
signal frame by adjusting our definition of the structure so that the
fp and callers_pc membes are part of the ins[] array rather than
separate fields; since qemu has no need to access the fields individually
there is no need to follow the kernel's structure field naming exactly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-02-01 17:03:02 +00:00
..
alpha alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
arm Delete useless 'extern' qualifiers for functions 2011-01-23 16:21:20 +00:00
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
cpu-uname.c
cpu-uname.h
elfload.c
errno_defs.h
flat.h
flatload.c
ioctls.h linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP 2011-01-12 00:06:06 +01:00
linux_loop.h
linuxload.c Remove dead code for ARM semihosting commandline handling 2011-01-07 18:20:57 +02:00
m68k-sim.c
main.c
mmap.c
qemu-types.h
qemu.h Remove dead code for ARM semihosting commandline handling 2011-01-07 18:20:57 +02:00
signal.c linux-user: avoid gcc array overrun warning for sparc 2011-02-01 17:03:02 +00:00
socket.h
strace.c
strace.list
syscall.c linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP 2011-01-12 00:06:06 +01:00
syscall_defs.h linux-user: Implement FS_IOC_FIEMAP ioctl 2011-01-07 17:20:58 +02:00
syscall_types.h linux-user: Implement FS_IOC_FIEMAP ioctl 2011-01-07 17:20:58 +02:00
uaccess.c
vm86.c