From adc764e7d217d3e56af988ce20cedc98d8c4cc73 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 29 Jun 2017 12:41:50 +0100 Subject: Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT struct target_desc is used by both GDBserver and IPA, but fields expedite_regs and xmltarget are only used in GDBserver, so this patch wraps these two fields by ifndef IN_PROCESS_AGENT. This patch also changes regformats/regdat.sh to generate .c files in this way too. gdb/gdbserver: 2017-06-29 Yao Qi * tdesc.h (struct target_desc) [IN_PROCESS_AGENT] : Remove. [IN_PROCESS_AGENT] : Likewise. gdb: 2017-06-29 Yao Qi * regformats/regdat.sh: Generate code with "ifndef IN_PROCESS_AGENT". --- gdb/gdbserver/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/gdbserver/ChangeLog') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 63b54f6..4ae5b33 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2017-06-29 Yao Qi + + * tdesc.h (struct target_desc) [IN_PROCESS_AGENT] : + Remove. + [IN_PROCESS_AGENT] : Likewise. + 2017-06-20 Simon Marchi * Makefile.in (IPA_OBJS): Sort and format one item per line. -- cgit v1.1