IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT
authorMarcin Kościelnicki <koriakin@0x04.net>
Tue, 5 Apr 2016 13:23:35 +0000 (15:23 +0200)
committerMarcin Kościelnicki <koriakin@0x04.net>
Tue, 5 Apr 2016 16:04:53 +0000 (18:04 +0200)
commit4dca19f828e7b3194ea146c8e1172678f0e42f3d
tree5a74f2ebe4d5ea4d7931a7051c396111a4c6365a
parent8ddf6b2a1384ca73a16827022da5f4423703154a
IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT

The getauxval code was wrongly included in code area only compiled for
gdbserver.  Move it to a #ifdef IN_PROCESS_AGENT area that already
contains lots of IPA-only code.

gdb/gdbserver/ChangeLog:

* tracepoint.c (getauxval): Move to #ifdef IN_PROCESS_AGENT.
gdb/gdbserver/ChangeLog
gdb/gdbserver/tracepoint.c
This page took 0.024819 seconds and 4 git commands to generate.