summaryrefslogtreecommitdiff
path: root/gdb-xml
diff options
context:
space:
mode:
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>2016-09-19 13:44:38 +0200
committerLeon Alrae <leon.alrae@imgtec.com>2016-09-23 07:07:31 +0100
commite1be160691e1d64591c48c16b9a6f3901cee6cbf (patch)
tree0bf5ef96d8323ad4fb28a71a1bbdd58fdff300e0 /gdb-xml
parentd208ac0c2e4cb43b74153bd584fc63c7b8a93ed6 (diff)
downloadqemu-e1be160691e1d64591c48c16b9a6f3901cee6cbf.tar.gz
linux-user: Fix TARGET_SIOCATMARK definition for Mips
This patch fixes wrong definition of TARGET_SIOCATMARK for mips, alpha, and sh4. The current definition is: #define SIOCATMARK 0x8905 while the correct definition is: #define SIOCATMARK TARGET_IOR('s', 7, int) See Linux kernel source file arch/mips/include/uapi/asm/sockios.h#L19 for reference. This patch also a fixes LTP test failure for test sockioctl01, for mips, alpha, and sh4. Signed-off-by: Aleksandar Rikalo <aleksandar.rikalo@imgtec.com> Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Acked-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'gdb-xml')
0 files changed, 0 insertions, 0 deletions