Include asm/ptrace.h for linux-aarch64-low.c
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Fri, 23 May 2014 08:01:14 +0000 (09:01 +0100)
committerRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Fri, 23 May 2014 08:01:14 +0000 (09:01 +0100)
commite9dae05e9c32efda9724330c6d5ade3ca848591d
treeb8bf341eb1cdc6d3a8201d6fd1707f2beb2ff233
parent589fdceb99db9868e34bc976b7e234dbfaf327e2
Include asm/ptrace.h for linux-aarch64-low.c

A recent change to glibc removed asm/ptrace.h from user.h for AArch64.
This meant that cross-native builds of gdbserver using trunk glibc broke
because linux-aarch64-low.c because user_hwdebug_state couldn't be found.

This is like commit #036cd38182bde32d8297b630cd5c861d53b8949e

2014-05-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * linux-aarch64-low.c (asm/ptrace.h): Include.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c
This page took 0.037416 seconds and 4 git commands to generate.