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)
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.


No differences found
This page took 0.023681 seconds and 4 git commands to generate.