[gdbserver] Fix IPA build.
Somehow, my builds yesterdays didn't trip on this... ../src/gdb/gdbserver/linux-amd64-ipa.c: In function ‘initialize_low_tracepoint’: ../src/gdb/gdbserver/linux-amd64-ipa.c:172:3: error: ‘ipa_tdesc’ undeclared (first use in this function) ../src/gdb/gdbserver/linux-amd64-ipa.c:172:3: note: each undeclared identifier is reported only once for each function it appears in gdb/gdbserver/ 2013-09-06 Pedro Alves <palves@redhat.com> * linux-amd64-ipa.c: Include tracepoint.h. * linux-i386-ipa.c: Include tracepoint.h.
This commit is contained in:
parent
749c8b38fa
commit
7c3a12caf5
@ -1,3 +1,8 @@
|
||||
2013-09-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* linux-amd64-ipa.c: Include tracepoint.h.
|
||||
* linux-i386-ipa.c: Include tracepoint.h.
|
||||
|
||||
2013-09-06 Ricard Wanderlof <ricardw@axis.com>
|
||||
|
||||
* linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
|
||||
|
@ -19,6 +19,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "server.h"
|
||||
#include "tracepoint.h"
|
||||
|
||||
/* Defined in auto-generated file amd64-linux.c. */
|
||||
void init_registers_amd64_linux (void);
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "server.h"
|
||||
#include <stdint.h>
|
||||
#include <sys/mman.h>
|
||||
#include "tracepoint.h"
|
||||
|
||||
/* GDB register numbers. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user