diff options
892 files changed, 1 insertions, 902 deletions
diff --git a/gdb/aarch32-linux-nat.c b/gdb/aarch32-linux-nat.c index 8c1b3ab..edff97b 100644 --- a/gdb/aarch32-linux-nat.c +++ b/gdb/aarch32-linux-nat.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "arm-tdep.h" diff --git a/gdb/aarch32-tdep.c b/gdb/aarch32-tdep.c index 0b7783c..5a54a71 100644 --- a/gdb/aarch32-tdep.c +++ b/gdb/aarch32-tdep.c @@ -15,8 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" - #include "aarch32-tdep.h" #include "gdbsupport/common-regcache.h" diff --git a/gdb/aarch64-fbsd-nat.c b/gdb/aarch64-fbsd-nat.c index 89ed12b..7ca8463 100644 --- a/gdb/aarch64-fbsd-nat.c +++ b/gdb/aarch64-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/aarch64-fbsd-tdep.c b/gdb/aarch64-fbsd-tdep.c index 44ca6c9..e2ff57e 100644 --- a/gdb/aarch64-fbsd-tdep.c +++ b/gdb/aarch64-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "fbsd-tdep.h" diff --git a/gdb/aarch64-linux-nat.c b/gdb/aarch64-linux-nat.c index cf7d5f8..3face34 100644 --- a/gdb/aarch64-linux-nat.c +++ b/gdb/aarch64-linux-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" diff --git a/gdb/aarch64-linux-tdep.c b/gdb/aarch64-linux-tdep.c index 4ebc173..0b9784f 100644 --- a/gdb/aarch64-linux-tdep.c +++ b/gdb/aarch64-linux-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "glibc-tdep.h" diff --git a/gdb/aarch64-nat.c b/gdb/aarch64-nat.c index 802bab6..894fb73 100644 --- a/gdb/aarch64-nat.c +++ b/gdb/aarch64-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "inferior.h" #include "cli/cli-cmds.h" diff --git a/gdb/aarch64-newlib-tdep.c b/gdb/aarch64-newlib-tdep.c index c637006..4ac42a4 100644 --- a/gdb/aarch64-newlib-tdep.c +++ b/gdb/aarch64-newlib-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "aarch64-tdep.h" diff --git a/gdb/aarch64-ravenscar-thread.c b/gdb/aarch64-ravenscar-thread.c index 155641d..5a877cd 100644 --- a/gdb/aarch64-ravenscar-thread.c +++ b/gdb/aarch64-ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "aarch64-tdep.h" diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c index d1d5486..545ec87 100644 --- a/gdb/aarch64-tdep.c +++ b/gdb/aarch64-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "language.h" diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index 2b20571..b116f31 100644 --- a/gdb/ada-exp.y +++ b/gdb/ada-exp.y @@ -35,7 +35,6 @@ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 493ef3b..c9f12d7 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "gdbsupport/gdb_regex.h" #include "frame.h" diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index 8ae94dc..864c5cf 100644 --- a/gdb/ada-tasks.c +++ b/gdb/ada-tasks.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "observable.h" #include "gdbcmd.h" #include "target.h" diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index df047d8..deead10 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "gdbtypes.h" #include "value.h" diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index ac85440..6acfb9a 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/ada-varobj.c b/gdb/ada-varobj.c index 0a4c73f..21412db 100644 --- a/gdb/ada-varobj.c +++ b/gdb/ada-varobj.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ada-lang.h" #include "varobj.h" #include "language.h" diff --git a/gdb/addrmap.c b/gdb/addrmap.c index 162ab84..0c60c0c 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "addrmap.h" #include "gdbsupport/selftest.h" diff --git a/gdb/agent.c b/gdb/agent.c index a01b02c..00e7545 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "command.h" #include "gdbcmd.h" #include "target.h" diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index c70bd82..0fe87b2 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -39,7 +39,6 @@ */ -#include "defs.h" #include "gdbthread.h" #include "target.h" #include "inferior.h" diff --git a/gdb/alloc.c b/gdb/alloc.c index 7c45c45..d07c81f 100644 --- a/gdb/alloc.c +++ b/gdb/alloc.c @@ -27,14 +27,9 @@ file can't live there. So, it lives in gdb and is built separately by gdb and gdbserver. - Please be aware of this when modifying it. + Please be aware of this when modifying it. */ - This also explains why this file includes common-defs.h and not - defs.h or server.h -- we'd prefer to avoid depending on the - GDBSERVER define when possible, and for this file it seemed - simple to do so. */ -#include "gdbsupport/common-defs.h" #include "libiberty.h" #include "gdbsupport/errors.h" diff --git a/gdb/alpha-bsd-nat.c b/gdb/alpha-bsd-nat.c index 790958e..11e1639 100644 --- a/gdb/alpha-bsd-nat.c +++ b/gdb/alpha-bsd-nat.c @@ -19,7 +19,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/alpha-bsd-tdep.c b/gdb/alpha-bsd-tdep.c index 03becf2..21e39cc 100644 --- a/gdb/alpha-bsd-tdep.c +++ b/gdb/alpha-bsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "alpha-tdep.h" diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index 618b0c8..83d6bc4 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "regcache.h" #include "linux-nat-trad.h" diff --git a/gdb/alpha-linux-tdep.c b/gdb/alpha-linux-tdep.c index 5f5e46d..9a40e0c 100644 --- a/gdb/alpha-linux-tdep.c +++ b/gdb/alpha-linux-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "osabi.h" #include "solib-svr4.h" diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index 7e9312d..abded2a 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/alpha-netbsd-tdep.c b/gdb/alpha-netbsd-tdep.c index 569fe42..f3cd62b 100644 --- a/gdb/alpha-netbsd-tdep.c +++ b/gdb/alpha-netbsd-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbcore.h" #include "osabi.h" diff --git a/gdb/alpha-obsd-tdep.c b/gdb/alpha-obsd-tdep.c index 6108668..8602e21 100644 --- a/gdb/alpha-obsd-tdep.c +++ b/gdb/alpha-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbcore.h" #include "osabi.h" diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index e5e0860..c93bd69 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c index 3fdc3cd..fcde6d2 100644 --- a/gdb/amd-dbgapi-target.c +++ b/gdb/amd-dbgapi-target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "amd-dbgapi-target.h" #include "amdgpu-tdep.h" diff --git a/gdb/amd64-bsd-nat.c b/gdb/amd64-bsd-nat.c index ea9c0f4..e0ba28f 100644 --- a/gdb/amd64-bsd-nat.c +++ b/gdb/amd64-bsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c index 001f537..b0bead0 100644 --- a/gdb/amd64-darwin-tdep.c +++ b/gdb/amd64-darwin-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "gdbcore.h" diff --git a/gdb/amd64-dicos-tdep.c b/gdb/amd64-dicos-tdep.c index cc91b92..7624289 100644 --- a/gdb/amd64-dicos-tdep.c +++ b/gdb/amd64-dicos-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "amd64-tdep.h" #include "gdbsupport/x86-xstate.h" diff --git a/gdb/amd64-fbsd-nat.c b/gdb/amd64-fbsd-nat.c index 6a74203..6ce7c45 100644 --- a/gdb/amd64-fbsd-nat.c +++ b/gdb/amd64-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/amd64-fbsd-tdep.c b/gdb/amd64-fbsd-tdep.c index a837bd1..de29509 100644 --- a/gdb/amd64-fbsd-tdep.c +++ b/gdb/amd64-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regset.h" #include "target.h" diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index 0ee878f..aa9295d 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "elf/common.h" diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index 1deb13b..9d560ac 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "gdbcore.h" diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index cb76658..5c5c368 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "regcache.h" diff --git a/gdb/amd64-netbsd-nat.c b/gdb/amd64-netbsd-nat.c index abd92ab..8bd3e12 100644 --- a/gdb/amd64-netbsd-nat.c +++ b/gdb/amd64-netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "netbsd-nat.h" diff --git a/gdb/amd64-netbsd-tdep.c b/gdb/amd64-netbsd-tdep.c index 40500ee..26404205 100644 --- a/gdb/amd64-netbsd-tdep.c +++ b/gdb/amd64-netbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "gdbcore.h" diff --git a/gdb/amd64-obsd-nat.c b/gdb/amd64-obsd-nat.c index 16c2c2d..717f6bd 100644 --- a/gdb/amd64-obsd-nat.c +++ b/gdb/amd64-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "target.h" diff --git a/gdb/amd64-obsd-tdep.c b/gdb/amd64-obsd-tdep.c index 6b37e89..f6f63bb 100644 --- a/gdb/amd64-obsd-tdep.c +++ b/gdb/amd64-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/amd64-ravenscar-thread.c b/gdb/amd64-ravenscar-thread.c index a97ed3c..a0de0d7 100644 --- a/gdb/amd64-ravenscar-thread.c +++ b/gdb/amd64-ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c index 6cc8401..070d7ed 100644 --- a/gdb/amd64-sol2-tdep.c +++ b/gdb/amd64-sol2-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 60d6b7a..0bb7a24 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "opcode/i386.h" #include "dis-asm.h" diff --git a/gdb/amd64-windows-nat.c b/gdb/amd64-windows-nat.c index b4625b2..a282762 100644 --- a/gdb/amd64-windows-nat.c +++ b/gdb/amd64-windows-nat.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "windows-nat.h" #include "x86-nat.h" #include "amd64-tdep.h" diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c index af17886..a559d96 100644 --- a/gdb/amd64-windows-tdep.c +++ b/gdb/amd64-windows-tdep.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "amd64-tdep.h" #include "gdbsupport/x86-xstate.h" diff --git a/gdb/amdgpu-tdep.c b/gdb/amdgpu-tdep.c index ac137d9..49996ae 100644 --- a/gdb/amdgpu-tdep.c +++ b/gdb/amdgpu-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "amd-dbgapi-target.h" #include "amdgpu-tdep.h" diff --git a/gdb/annotate.c b/gdb/annotate.c index 468b969..19195ac 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "annotate.h" #include "value.h" #include "target.h" diff --git a/gdb/arc-linux-nat.c b/gdb/arc-linux-nat.c index 9f8125f..66f0000 100644 --- a/gdb/arc-linux-nat.c +++ b/gdb/arc-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "gdbcore.h" diff --git a/gdb/arc-linux-tdep.c b/gdb/arc-linux-tdep.c index ca630ab..54406ac 100644 --- a/gdb/arc-linux-tdep.c +++ b/gdb/arc-linux-tdep.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* GDB header files. */ -#include "defs.h" #include "linux-tdep.h" #include "objfiles.h" #include "opcode/arc.h" diff --git a/gdb/arc-newlib-tdep.c b/gdb/arc-newlib-tdep.c index 2efea56..dbc0961 100644 --- a/gdb/arc-newlib-tdep.c +++ b/gdb/arc-newlib-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "arc-tdep.h" diff --git a/gdb/arc-tdep.c b/gdb/arc-tdep.c index 63a1fd9..5684f32 100644 --- a/gdb/arc-tdep.c +++ b/gdb/arc-tdep.c @@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* GDB header files. */ -#include "defs.h" #include "arch-utils.h" #include "elf-bfd.h" #include "disasm.h" diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index d404d1f..456bfe9 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "gdbcmd.h" diff --git a/gdb/arch/aarch32.c b/gdb/arch/aarch32.c index 9f3e250..ead368f 100644 --- a/gdb/arch/aarch32.c +++ b/gdb/arch/aarch32.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch32.h" #include "../features/arm/arm-core.c" diff --git a/gdb/arch/aarch64-insn.c b/gdb/arch/aarch64-insn.c index 65a2841..3caef45 100644 --- a/gdb/arch/aarch64-insn.c +++ b/gdb/arch/aarch64-insn.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch64-insn.h" /* Toggle this file's internal debugging dump. */ diff --git a/gdb/arch/aarch64-mte-linux.h b/gdb/arch/aarch64-mte-linux.h index e0f4a98..460b10e 100644 --- a/gdb/arch/aarch64-mte-linux.h +++ b/gdb/arch/aarch64-mte-linux.h @@ -20,7 +20,6 @@ #ifndef ARCH_AARCH64_MTE_LINUX_H #define ARCH_AARCH64_MTE_LINUX_H -#include "gdbsupport/common-defs.h" /* Feature check for Memory Tagging Extension. */ #ifndef HWCAP2_MTE diff --git a/gdb/arch/aarch64-scalable-linux.h b/gdb/arch/aarch64-scalable-linux.h index 43577c4..4d2ace8 100644 --- a/gdb/arch/aarch64-scalable-linux.h +++ b/gdb/arch/aarch64-scalable-linux.h @@ -21,7 +21,6 @@ #ifndef ARCH_AARCH64_SCALABLE_LINUX_H #define ARCH_AARCH64_SCALABLE_LINUX_H -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" /* Feature check for Scalable Matrix Extension. */ diff --git a/gdb/arch/aarch64.c b/gdb/arch/aarch64.c index dfa4f59..5526aa1 100644 --- a/gdb/arch/aarch64.c +++ b/gdb/arch/aarch64.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch64.h" #include <stdlib.h> diff --git a/gdb/arch/amd64.c b/gdb/arch/amd64.c index b8ff427..cb9683c 100644 --- a/gdb/arch/amd64.c +++ b/gdb/arch/amd64.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "amd64.h" #include "gdbsupport/x86-xstate.h" #include <stdlib.h> diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c index aeb476d..e807b60 100644 --- a/gdb/arch/arc.c +++ b/gdb/arch/arc.c @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "arc.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index 3657ac7..03115cf 100644 --- a/gdb/arch/arm-get-next-pcs.c +++ b/gdb/arch/arm-get-next-pcs.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/gdb_vecs.h" #include "gdbsupport/common-regcache.h" #include "arm.h" diff --git a/gdb/arch/arm-linux.c b/gdb/arch/arm-linux.c index 80c3cdd..246bade 100644 --- a/gdb/arch/arm-linux.c +++ b/gdb/arch/arm-linux.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" #include "arch/arm.h" #include "arm-linux.h" diff --git a/gdb/arch/arm.c b/gdb/arch/arm.c index 1118030..f1c292b 100644 --- a/gdb/arch/arm.c +++ b/gdb/arch/arm.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" #include "arm.h" diff --git a/gdb/arch/csky.c b/gdb/arch/csky.c index 3ecba61..32df2ad 100644 --- a/gdb/arch/csky.c +++ b/gdb/arch/csky.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "csky.h" #include <stdlib.h> diff --git a/gdb/arch/i386.c b/gdb/arch/i386.c index 0e46b6a..f3165c5 100644 --- a/gdb/arch/i386.c +++ b/gdb/arch/i386.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "i386.h" #include "gdbsupport/tdesc.h" #include "gdbsupport/x86-xstate.h" diff --git a/gdb/arch/loongarch.c b/gdb/arch/loongarch.c index 22f2d39..04b6dfc 100644 --- a/gdb/arch/loongarch.c +++ b/gdb/arch/loongarch.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "loongarch.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/ppc-linux-common.c b/gdb/arch/ppc-linux-common.c index e673278..0a6915c 100644 --- a/gdb/arch/ppc-linux-common.c +++ b/gdb/arch/ppc-linux-common.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "arch/ppc-linux-common.h" #include "arch/ppc-linux-tdesc.h" diff --git a/gdb/arch/riscv.c b/gdb/arch/riscv.c index cafcda5..9a84844 100644 --- a/gdb/arch/riscv.c +++ b/gdb/arch/riscv.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "riscv.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/tic6x.c b/gdb/arch/tic6x.c index dea409a..680a794 100644 --- a/gdb/arch/tic6x.c +++ b/gdb/arch/tic6x.c @@ -17,7 +17,6 @@ #include "gdbsupport/tdesc.h" #include "tic6x.h" -#include "gdbsupport/common-defs.h" #include "../features/tic6x-core.c" #include "../features/tic6x-gp.c" diff --git a/gdb/arm-bsd-tdep.c b/gdb/arm-bsd-tdep.c index 1a9ebcf..1ccabcb 100644 --- a/gdb/arm-bsd-tdep.c +++ b/gdb/arm-bsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regcache.h" #include "regset.h" diff --git a/gdb/arm-fbsd-nat.c b/gdb/arm-fbsd-nat.c index 80c9018..cbe9867 100644 --- a/gdb/arm-fbsd-nat.c +++ b/gdb/arm-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "target.h" diff --git a/gdb/arm-fbsd-tdep.c b/gdb/arm-fbsd-tdep.c index 7b82de2..dfb7532 100644 --- a/gdb/arm-fbsd-tdep.c +++ b/gdb/arm-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "elf/common.h" #include "target-descriptions.h" diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 75f498c..50c24ec 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index a8b27a7..8511abc 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "value.h" #include "gdbtypes.h" diff --git a/gdb/arm-netbsd-nat.c b/gdb/arm-netbsd-nat.c index 4b9f929..37f6530 100644 --- a/gdb/arm-netbsd-nat.c +++ b/gdb/arm-netbsd-nat.c @@ -19,7 +19,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include "gdbcore.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/arm-netbsd-tdep.c b/gdb/arm-netbsd-tdep.c index 829e1d3..f77fec7 100644 --- a/gdb/arm-netbsd-tdep.c +++ b/gdb/arm-netbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "arch/arm.h" diff --git a/gdb/arm-none-tdep.c b/gdb/arm-none-tdep.c index 72eff2c..453e752 100644 --- a/gdb/arm-none-tdep.c +++ b/gdb/arm-none-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arm-tdep.h" #include "arch-utils.h" #include "regcache.h" diff --git a/gdb/arm-obsd-tdep.c b/gdb/arm-obsd-tdep.c index 0bdecec..56102b0 100644 --- a/gdb/arm-obsd-tdep.c +++ b/gdb/arm-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "trad-frame.h" #include "tramp-frame.h" diff --git a/gdb/arm-pikeos-tdep.c b/gdb/arm-pikeos-tdep.c index 5354af6..4760755 100644 --- a/gdb/arm-pikeos-tdep.c +++ b/gdb/arm-pikeos-tdep.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "objfiles.h" #include "arm-tdep.h" #include "osabi.h" diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 3a5fbe7..b4062a8 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index b722851..eab496c 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "gdbcore.h" #include "target.h" diff --git a/gdb/async-event.c b/gdb/async-event.c index 7097c48..32b5865 100644 --- a/gdb/async-event.c +++ b/gdb/async-event.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "async-event.h" #include "ser-event.h" diff --git a/gdb/auto-load.c b/gdb/auto-load.c index a097a3b..db6d6ae 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "auto-load.h" #include "progspace.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "gdbtypes.h" #include "command.h" diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index 2d38f41..be95034 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -22,7 +22,6 @@ /* Portions of this file were taken from the original gdb-4.18 patch developed by Denis Chertykov, denisc@overta.ru */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index f6d2bc5..ae0992a 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "symfile.h" #include "gdbtypes.h" diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 19c684c..3d00745 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -21,7 +21,6 @@ dependencies, since we want to be able to use them in contexts outside of GDB (test suites, the stub, etc.) */ -#include "defs.h" #include "ax.h" #include "gdbarch.h" diff --git a/gdb/bcache.c b/gdb/bcache.c index 674ba79..a9aab28 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "bcache.h" diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 296e767..96e045e 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "bfd-target.h" #include "exec.h" diff --git a/gdb/bfin-linux-tdep.c b/gdb/bfin-linux-tdep.c index 31aa147..f67e064 100644 --- a/gdb/bfin-linux-tdep.c +++ b/gdb/bfin-linux-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "regcache.h" #include "tramp-frame.h" diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c index 357866e..dbc339d 100644 --- a/gdb/bfin-tdep.c +++ b/gdb/bfin-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "arch-utils.h" diff --git a/gdb/block.c b/gdb/block.c index 6d0d33f..511689c 100644 --- a/gdb/block.c +++ b/gdb/block.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "block.h" #include "symtab.h" #include "symfile.h" diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 4518183..b7c7513 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "bfd.h" #include "objfiles.h" diff --git a/gdb/bpf-tdep.c b/gdb/bpf-tdep.c index 1b3f3e7..098a08a 100644 --- a/gdb/bpf-tdep.c +++ b/gdb/bpf-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "frame.h" diff --git a/gdb/break-catch-exec.c b/gdb/break-catch-exec.c index 35b126c..bd412fc 100644 --- a/gdb/break-catch-exec.c +++ b/gdb/break-catch-exec.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "annotate.h" #include "arch-utils.h" diff --git a/gdb/break-catch-fork.c b/gdb/break-catch-fork.c index 9417bab..afbd847 100644 --- a/gdb/break-catch-fork.c +++ b/gdb/break-catch-fork.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "annotate.h" #include "arch-utils.h" diff --git a/gdb/break-catch-load.c b/gdb/break-catch-load.c index 9582a7c..ce30b6f 100644 --- a/gdb/break-catch-load.c +++ b/gdb/break-catch-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "annotate.h" #include "arch-utils.h" diff --git a/gdb/break-catch-sig.c b/gdb/break-catch-sig.c index b1cee14..f077fa2 100644 --- a/gdb/break-catch-sig.c +++ b/gdb/break-catch-sig.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <ctype.h> #include "breakpoint.h" diff --git a/gdb/break-catch-syscall.c b/gdb/break-catch-syscall.c index e5ddd83..a0e6e67 100644 --- a/gdb/break-catch-syscall.c +++ b/gdb/break-catch-syscall.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "breakpoint.h" #include "gdbcmd.h" diff --git a/gdb/break-catch-throw.c b/gdb/break-catch-throw.c index d053bd5..ce614ac 100644 --- a/gdb/break-catch-throw.c +++ b/gdb/break-catch-throw.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <ctype.h> #include "breakpoint.h" diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 39c1310..053d17d 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <ctype.h> #include "hashtab.h" diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c index 76021df..a1020b0 100644 --- a/gdb/bsd-kvm.c +++ b/gdb/bsd-kvm.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define _KMEMUSER -#include "defs.h" #include "cli/cli-cmds.h" #include "command.h" #include "filenames.h" diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index 10e2ca5..576a9ec 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "gdbthread.h" #include "inferior.h" diff --git a/gdb/bt-utils.c b/gdb/bt-utils.c index 6f68e26..cbca4a9 100644 --- a/gdb/bt-utils.c +++ b/gdb/bt-utils.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bt-utils.h" #include "command.h" #include "gdbcmd.h" diff --git a/gdb/btrace.c b/gdb/btrace.c index b5a047b..04ae3fd 100644 --- a/gdb/btrace.c +++ b/gdb/btrace.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "btrace.h" #include "gdbthread.h" #include "inferior.h" diff --git a/gdb/build-id.c b/gdb/build-id.c index a40c560..d1ebd8d 100644 --- a/gdb/build-id.c +++ b/gdb/build-id.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "gdb_bfd.h" #include "build-id.h" diff --git a/gdb/buildsym-legacy.c b/gdb/buildsym-legacy.c index 84bc96e..a2d786b 100644 --- a/gdb/buildsym-legacy.c +++ b/gdb/buildsym-legacy.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "buildsym-legacy.h" #include "symtab.h" diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 5061109..1c762ad 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "buildsym-legacy.h" #include "bfd.h" #include "gdbsupport/gdb_obstack.h" diff --git a/gdb/c-exp.y b/gdb/c-exp.y index fb85914..459a4cf 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -35,7 +35,6 @@ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" diff --git a/gdb/c-lang.c b/gdb/c-lang.c index cc33aad..922bf8c 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index da269da..3e29935 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "bfd.h" #include "symtab.h" diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 8911a16..28a6a6a 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/c-varobj.c b/gdb/c-varobj.c index 4a74764..4751f0a 100644 --- a/gdb/c-varobj.c +++ b/gdb/c-varobj.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "varobj.h" #include "gdbthread.h" diff --git a/gdb/charset.c b/gdb/charset.c index 2b75949..4c1debe 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "charset.h" #include "gdbcmd.h" #include "gdbsupport/gdb_obstack.h" diff --git a/gdb/cli-out.c b/gdb/cli-out.c index 2a1e721..1c303f0 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ui-out.h" #include "cli-out.h" #include "completer.h" diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index df11f95..3afe217 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "readline/tilde.h" #include "completer.h" diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index bbabd40..d9a2ab4 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include <ctype.h> #include "gdbsupport/gdb_regex.h" diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index 765117b..9b44c6e 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-decode.h" #include "cli/cli-cmds.h" #include "value.h" diff --git a/gdb/cli/cli-interp.c b/gdb/cli/cli-interp.c index a0bf32f..7cefc39 100644 --- a/gdb/cli/cli-interp.c +++ b/gdb/cli/cli-interp.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli-interp.h" #include "interps.h" #include "event-top.h" diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index 7c337c8..2b35728 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "ui-out.h" #include "interps.h" diff --git a/gdb/cli/cli-option.c b/gdb/cli/cli-option.c index 3ef210e..0553928 100644 --- a/gdb/cli/cli-option.c +++ b/gdb/cli/cli-option.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-option.h" #include "cli/cli-decode.h" #include "cli/cli-utils.h" diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index f06724a..2f73180 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include <ctype.h> diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index b1ad11c..bcc793b 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "readline/tilde.h" #include "value.h" #include <ctype.h> diff --git a/gdb/cli/cli-style.c b/gdb/cli/cli-style.c index 2fccc72..5928998 100644 --- a/gdb/cli/cli-style.c +++ b/gdb/cli/cli-style.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-cmds.h" #include "cli/cli-decode.h" #include "cli/cli-setshow.h" diff --git a/gdb/cli/cli-utils.c b/gdb/cli/cli-utils.c index c3206c4..45b3084 100644 --- a/gdb/cli/cli-utils.c +++ b/gdb/cli/cli-utils.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-utils.h" #include "value.h" diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index 271076e..43700d9 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -21,7 +21,6 @@ Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */ -#include "defs.h" #include "coff-pe-read.h" diff --git a/gdb/coffread.c b/gdb/coffread.c index abb1c18..327c014 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "demangle.h" diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c index 72e7bfe..a152e5a 100644 --- a/gdb/compile/compile-c-support.c +++ b/gdb/compile/compile-c-support.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "compile-internal.h" #include "compile-c.h" #include "compile-cplus.h" diff --git a/gdb/compile/compile-c-symbols.c b/gdb/compile/compile-c-symbols.c index 804a0a0..20e8550 100644 --- a/gdb/compile/compile-c-symbols.c +++ b/gdb/compile/compile-c-symbols.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "compile-internal.h" #include "compile-c.h" #include "symtab.h" diff --git a/gdb/compile/compile-c-types.c b/gdb/compile/compile-c-types.c index 1243be3..6407f12 100644 --- a/gdb/compile/compile-c-types.c +++ b/gdb/compile/compile-c-types.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "compile-internal.h" #include "compile-c.h" diff --git a/gdb/compile/compile-cplus-symbols.c b/gdb/compile/compile-cplus-symbols.c index c4355b8..c95c86f 100644 --- a/gdb/compile/compile-cplus-symbols.c +++ b/gdb/compile/compile-cplus-symbols.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "compile-internal.h" #include "compile-cplus.h" #include "gdbsupport/gdb_assert.h" diff --git a/gdb/compile/compile-cplus-types.c b/gdb/compile/compile-cplus-types.c index c8a2551..212db68 100644 --- a/gdb/compile/compile-cplus-types.c +++ b/gdb/compile/compile-cplus-types.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/preprocessor.h" #include "gdbtypes.h" #include "compile-internal.h" diff --git a/gdb/compile/compile-loc2c.c b/gdb/compile/compile-loc2c.c index da3a84e..fbcc3d6 100644 --- a/gdb/compile/compile-loc2c.c +++ b/gdb/compile/compile-loc2c.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2.h" #include "objfiles.h" #include "dwarf2/expr.h" diff --git a/gdb/compile/compile-object-load.c b/gdb/compile/compile-object-load.c index 33971a5..d1b5d59 100644 --- a/gdb/compile/compile-object-load.c +++ b/gdb/compile/compile-object-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "compile-object-load.h" #include "compile-internal.h" #include "command.h" diff --git a/gdb/compile/compile-object-run.c b/gdb/compile/compile-object-run.c index a3ac376..5a810d5 100644 --- a/gdb/compile/compile-object-run.c +++ b/gdb/compile/compile-object-run.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "compile-object-run.h" #include "value.h" #include "infcall.h" diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index 27cff25..2d97a1b 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ui.h" #include "ui-out.h" #include "command.h" diff --git a/gdb/complaints.c b/gdb/complaints.c index 496736f..e375c73 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "complaints.h" #include "command.h" #include "gdbcmd.h" diff --git a/gdb/completer.c b/gdb/completer.c index 8e34e30..171d1ca 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/copying.awk b/gdb/copying.awk index bbeb266..0babd83 100644 --- a/gdb/copying.awk +++ b/gdb/copying.awk @@ -6,7 +6,6 @@ BEGIN { print " It is created automatically by copying.awk."; print " Modify copying.awk instead. <== */"; print "" - print "#include \"defs.h\"" print "#include \"command.h\"" print "#include \"gdbcmd.h\"" print "" diff --git a/gdb/copying.c b/gdb/copying.c index a66a55b..bc45fe0 100644 --- a/gdb/copying.c +++ b/gdb/copying.c @@ -2,7 +2,6 @@ It is created automatically by copying.awk. Modify copying.awk instead. <== */ -#include "defs.h" #include "command.h" #include "gdbcmd.h" diff --git a/gdb/corefile.c b/gdb/corefile.c index 169d422..16cd60f 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <signal.h> #include <fcntl.h> #include "inferior.h" diff --git a/gdb/corelow.c b/gdb/corelow.c index f291b2a..f4e8273 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <signal.h> #include <fcntl.h> diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 882c1a0..a813b4a 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "value.h" #include "cp-abi.h" diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index 701ec25..87f1344 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -37,7 +37,6 @@ %{ -#include "defs.h" #include <unistd.h> #include "gdbsupport/gdb-safe-ctype.h" diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index fb9fcf8..ec72d72 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cp-support.h" #include "gdbsupport/gdb_obstack.h" #include "symtab.h" diff --git a/gdb/cp-support.c b/gdb/cp-support.c index 6b7c2f5..e6e811d 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cp-support.h" #include "language.h" #include "demangle.h" diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index d7fce64..f2a2ca5 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/cris-linux-tdep.c b/gdb/cris-linux-tdep.c index d46f3e8..7ec5505 100644 --- a/gdb/cris-linux-tdep.c +++ b/gdb/cris-linux-tdep.c @@ -21,7 +21,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "linux-tdep.h" #include "solib-svr4.h" diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 02c35da..dd013d5 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/csky-linux-tdep.c b/gdb/csky-linux-tdep.c index d485f17..a703b38 100644 --- a/gdb/csky-linux-tdep.c +++ b/gdb/csky-linux-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "glibc-tdep.h" #include "linux-tdep.h" diff --git a/gdb/csky-tdep.c b/gdb/csky-tdep.c index c1ce8a5..5f0fd3d 100644 --- a/gdb/csky-tdep.c +++ b/gdb/csky-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_assert.h" #include "frame.h" #include "inferior.h" diff --git a/gdb/ctfread.c b/gdb/ctfread.c index cbb8c3f..d8606d3 100644 --- a/gdb/ctfread.c +++ b/gdb/ctfread.c @@ -75,7 +75,6 @@ already in the symbol table, and the CTF string table does not contain any duplicated strings. */ -#include "defs.h" #include "buildsym.h" #include "complaints.h" #include "block.h" diff --git a/gdb/d-exp.y b/gdb/d-exp.y index 620d900..b2adad2 100644 --- a/gdb/d-exp.y +++ b/gdb/d-exp.y @@ -38,7 +38,6 @@ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 6af5706..d4f9956 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "language.h" #include "varobj.h" diff --git a/gdb/d-namespace.c b/gdb/d-namespace.c index 3f8f7d8..0bcd75d 100644 --- a/gdb/d-namespace.c +++ b/gdb/d-namespace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "block.h" #include "language.h" diff --git a/gdb/d-valprint.c b/gdb/d-valprint.c index 2cdbf5a..543bb19 100644 --- a/gdb/d-valprint.c +++ b/gdb/d-valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "gdbcore.h" #include "d-lang.h" diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c index 48868c8..3d3e47c 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -27,7 +27,6 @@ the future. It'd be good to remove this at some point when compiling on Tiger is no longer important. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "gdbcore.h" diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index 0eb49d8..0c5b54b 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "inferior.h" #include "target.h" diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 1734e806..9faaf0e 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -30,7 +30,6 @@ fledged symbol table by going back and reading the symbols for real. dbx_psymtab_to_symtab() is the function that does this */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include <sys/stat.h> diff --git a/gdb/dcache.c b/gdb/dcache.c index 57b39c0..ae08f35 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dcache.h" #include "gdbcmd.h" #include "gdbcore.h" diff --git a/gdb/debug.c b/gdb/debug.c index 56725b6..f7d2451 100644 --- a/gdb/debug.c +++ b/gdb/debug.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/common-debug.h" diff --git a/gdb/debuginfod-support.c b/gdb/debuginfod-support.c index 9bb3748..841b6f2 100644 --- a/gdb/debuginfod-support.c +++ b/gdb/debuginfod-support.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "diagnostics.h" #include <errno.h> #include "gdbsupport/scoped_fd.h" diff --git a/gdb/dicos-tdep.c b/gdb/dicos-tdep.c index 950a7d6..3627426 100644 --- a/gdb/dicos-tdep.c +++ b/gdb/dicos-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "solib.h" #include "solib-target.h" diff --git a/gdb/dictionary.c b/gdb/dictionary.c index 8e7eb42..6925ad4 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "gdbsupport/gdb_obstack.h" #include "symtab.h" diff --git a/gdb/disasm-selftests.c b/gdb/disasm-selftests.c index f288707..14b7fb3 100644 --- a/gdb/disasm-selftests.c +++ b/gdb/disasm-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "disasm.h" #include "gdbsupport/selftest.h" #include "selftest-arch.h" diff --git a/gdb/disasm.c b/gdb/disasm.c index cafbc07..da6f3afb 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "target.h" #include "value.h" diff --git a/gdb/displaced-stepping.c b/gdb/displaced-stepping.c index e727c6d..7869eba 100644 --- a/gdb/displaced-stepping.c +++ b/gdb/displaced-stepping.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "displaced-stepping.h" #include "cli/cli-cmds.h" diff --git a/gdb/dtrace-probe.c b/gdb/dtrace-probe.c index 5757de1..ad1a3f8 100644 --- a/gdb/dtrace-probe.c +++ b/gdb/dtrace-probe.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "probe.h" #include "elf-bfd.h" #include "gdbtypes.h" diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 5969ef2..7d72fe0 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dummy-frame.h" #include "regcache.h" #include "frame.h" diff --git a/gdb/dwarf2/abbrev-cache.c b/gdb/dwarf2/abbrev-cache.c index 01ff203..b87206c 100644 --- a/gdb/dwarf2/abbrev-cache.c +++ b/gdb/dwarf2/abbrev-cache.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/read.h" #include "dwarf2/abbrev-cache.h" diff --git a/gdb/dwarf2/abbrev.c b/gdb/dwarf2/abbrev.c index d68a86e..359a009 100644 --- a/gdb/dwarf2/abbrev.c +++ b/gdb/dwarf2/abbrev.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/read.h" #include "dwarf2/abbrev.h" #include "dwarf2/leb.h" diff --git a/gdb/dwarf2/ada-imported.c b/gdb/dwarf2/ada-imported.c index 065e2b9..9ec0d51 100644 --- a/gdb/dwarf2/ada-imported.c +++ b/gdb/dwarf2/ada-imported.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "value.h" #include "dwarf2/loc.h" diff --git a/gdb/dwarf2/aranges.c b/gdb/dwarf2/aranges.c index 4287a5a..d577db6 100644 --- a/gdb/dwarf2/aranges.c +++ b/gdb/dwarf2/aranges.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/aranges.h" #include "dwarf2/read.h" diff --git a/gdb/dwarf2/attribute.c b/gdb/dwarf2/attribute.c index 6b8f1c9..f777c14 100644 --- a/gdb/dwarf2/attribute.c +++ b/gdb/dwarf2/attribute.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/attribute.h" #include "dwarf2/stringify.h" #include "complaints.h" diff --git a/gdb/dwarf2/comp-unit-head.c b/gdb/dwarf2/comp-unit-head.c index 5a82795..a26a6c0 100644 --- a/gdb/dwarf2/comp-unit-head.c +++ b/gdb/dwarf2/comp-unit-head.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/comp-unit-head.h" #include "dwarf2/leb.h" #include "dwarf2/read.h" diff --git a/gdb/dwarf2/cooked-index.c b/gdb/dwarf2/cooked-index.c index f78b00d..66822b5 100644 --- a/gdb/dwarf2/cooked-index.c +++ b/gdb/dwarf2/cooked-index.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/cooked-index.h" #include "dwarf2/read.h" #include "dwarf2/stringify.h" diff --git a/gdb/dwarf2/cu.c b/gdb/dwarf2/cu.c index 62c0a8a..a64cb1d 100644 --- a/gdb/dwarf2/cu.c +++ b/gdb/dwarf2/cu.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/cu.h" #include "dwarf2/read.h" #include "objfiles.h" diff --git a/gdb/dwarf2/die.c b/gdb/dwarf2/die.c index 4bdf02b..bfa54e5 100644 --- a/gdb/dwarf2/die.c +++ b/gdb/dwarf2/die.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/die.h" #include "dwarf2/stringify.h" diff --git a/gdb/dwarf2/dwz.c b/gdb/dwarf2/dwz.c index f53a5b6..1eb4816 100644 --- a/gdb/dwarf2/dwz.c +++ b/gdb/dwarf2/dwz.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/dwz.h" #include "build-id.h" diff --git a/gdb/dwarf2/expr.c b/gdb/dwarf2/expr.c index d0256e7..d92facb 100644 --- a/gdb/dwarf2/expr.c +++ b/gdb/dwarf2/expr.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "block.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/dwarf2/frame-tailcall.c b/gdb/dwarf2/frame-tailcall.c index 2f6400d..bcbe41f 100644 --- a/gdb/dwarf2/frame-tailcall.c +++ b/gdb/dwarf2/frame-tailcall.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "dwarf2/frame-tailcall.h" #include "dwarf2/loc.h" diff --git a/gdb/dwarf2/frame.c b/gdb/dwarf2/frame.c index 530513c..9ebf3ac 100644 --- a/gdb/dwarf2/frame.c +++ b/gdb/dwarf2/frame.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/expr.h" #include "dwarf2.h" #include "dwarf2/leb.h" diff --git a/gdb/dwarf2/index-cache.c b/gdb/dwarf2/index-cache.c index d9047ef..1720e92 100644 --- a/gdb/dwarf2/index-cache.c +++ b/gdb/dwarf2/index-cache.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/index-cache.h" #include "build-id.h" diff --git a/gdb/dwarf2/index-common.c b/gdb/dwarf2/index-common.c index 515093a..08b2f37 100644 --- a/gdb/dwarf2/index-common.c +++ b/gdb/dwarf2/index-common.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/index-common.h" /* See dwarf-index-common.h. */ diff --git a/gdb/dwarf2/index-write.c b/gdb/dwarf2/index-write.c index a114001..3f81228 100644 --- a/gdb/dwarf2/index-write.c +++ b/gdb/dwarf2/index-write.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/index-write.h" diff --git a/gdb/dwarf2/leb.c b/gdb/dwarf2/leb.c index 7e10dc1..1b7202e 100644 --- a/gdb/dwarf2/leb.c +++ b/gdb/dwarf2/leb.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/leb.h" ULONGEST diff --git a/gdb/dwarf2/line-header.c b/gdb/dwarf2/line-header.c index a3ca49b..eddb2ef 100644 --- a/gdb/dwarf2/line-header.c +++ b/gdb/dwarf2/line-header.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/comp-unit-head.h" #include "dwarf2/leb.h" #include "dwarf2/line-header.h" diff --git a/gdb/dwarf2/loc.c b/gdb/dwarf2/loc.c index 203ad53..205d2ba 100644 --- a/gdb/dwarf2/loc.c +++ b/gdb/dwarf2/loc.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ui-out.h" #include "value.h" #include "frame.h" diff --git a/gdb/dwarf2/macro.c b/gdb/dwarf2/macro.c index 6b43aa4..a511d0a 100644 --- a/gdb/dwarf2/macro.c +++ b/gdb/dwarf2/macro.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/read.h" #include "dwarf2/leb.h" #include "dwarf2/expr.h" diff --git a/gdb/dwarf2/read-debug-names.c b/gdb/dwarf2/read-debug-names.c index 0d60b01..a3547cd 100644 --- a/gdb/dwarf2/read-debug-names.c +++ b/gdb/dwarf2/read-debug-names.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "read-debug-names.h" #include "dwarf2/aranges.h" #include "dwarf2/cooked-index.h" diff --git a/gdb/dwarf2/read-gdb-index.c b/gdb/dwarf2/read-gdb-index.c index bf4f828..8c0895b 100644 --- a/gdb/dwarf2/read-gdb-index.c +++ b/gdb/dwarf2/read-gdb-index.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "read-gdb-index.h" #include "cli/cli-cmds.h" diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index a747922..31313bc 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -27,7 +27,6 @@ /* FIXME: Various die-reading functions need to be more careful with reading off the end of the section. */ -#include "defs.h" #include "dwarf2/read.h" #include "dwarf2/abbrev.h" #include "dwarf2/aranges.h" diff --git a/gdb/dwarf2/section.c b/gdb/dwarf2/section.c index e813fc0..6aab0b9 100644 --- a/gdb/dwarf2/section.c +++ b/gdb/dwarf2/section.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/section.h" #include "gdb_bfd.h" #include "objfiles.h" diff --git a/gdb/dwarf2/stringify.c b/gdb/dwarf2/stringify.c index 3700e0c..1a4e280 100644 --- a/gdb/dwarf2/stringify.c +++ b/gdb/dwarf2/stringify.c @@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2.h" #include "dwarf2/stringify.h" diff --git a/gdb/elf-none-tdep.c b/gdb/elf-none-tdep.c index ddf26a9..00d4699 100644 --- a/gdb/elf-none-tdep.c +++ b/gdb/elf-none-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "elf-none-tdep.h" #include "regset.h" #include "elf-bfd.h" diff --git a/gdb/elfread.c b/gdb/elfread.c index e8a0c4d..9bfe127 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "elf-bfd.h" #include "elf/common.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "value.h" diff --git a/gdb/event-top.c b/gdb/event-top.c index ef4ceed..9a02ac6 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "ui.h" #include "inferior.h" diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 3a42163..3689998 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "exceptions.h" #include "breakpoint.h" #include "target.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "target.h" diff --git a/gdb/expprint.c b/gdb/expprint.c index d34604f..2d8bccd 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/extension.c b/gdb/extension.c index 9db8b53..f4bdcc1 100644 --- a/gdb/extension.c +++ b/gdb/extension.c @@ -20,7 +20,6 @@ /* Note: With few exceptions, external functions and variables in this file have "ext_lang" in the name, and no other symbol in gdb does. */ -#include "defs.h" #include <signal.h> #include "target.h" #include "auto-load.h" diff --git a/gdb/f-array-walker.h b/gdb/f-array-walker.h index 8769e57..bcbaa3d 100644 --- a/gdb/f-array-walker.h +++ b/gdb/f-array-walker.h @@ -21,7 +21,6 @@ #ifndef F_ARRAY_WALKER_H #define F_ARRAY_WALKER_H -#include "defs.h" #include "gdbtypes.h" #include "f-lang.h" diff --git a/gdb/f-exp.y b/gdb/f-exp.y index faa53ba..11cd794 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -42,7 +42,6 @@ %{ -#include "defs.h" #include "expression.h" #include "value.h" #include "parser-defs.h" diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 96d4ed8..5eeb228 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/f-typeprint.c b/gdb/f-typeprint.c index 617e87c..6e9722d 100644 --- a/gdb/f-typeprint.c +++ b/gdb/f-typeprint.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "bfd.h" #include "symtab.h" diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index 19bcd74..cd87dd2 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "annotate.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 7ac5983..2d1bb5a 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/block-signals.h" #include "gdbsupport/byte-vector.h" #include "gdbsupport/event-loop.h" diff --git a/gdb/fbsd-tdep.c b/gdb/fbsd-tdep.c index e3ebcb8..593f5b4 100644 --- a/gdb/fbsd-tdep.c +++ b/gdb/fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "auxv.h" #include "gdbcore.h" #include "inferior.h" diff --git a/gdb/features/microblaze-with-stack-protect.c b/gdb/features/microblaze-with-stack-protect.c index 574dc02..e5c0956 100644 --- a/gdb/features/microblaze-with-stack-protect.c +++ b/gdb/features/microblaze-with-stack-protect.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: microblaze-with-stack-protect.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/microblaze.c b/gdb/features/microblaze.c index 8f1fb0a..32ae3b0 100644 --- a/gdb/features/microblaze.c +++ b/gdb/features/microblaze.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: microblaze.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/mips-dsp-linux.c b/gdb/features/mips-dsp-linux.c index d9d928c..d8e4028 100644 --- a/gdb/features/mips-dsp-linux.c +++ b/gdb/features/mips-dsp-linux.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: mips-dsp-linux.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/mips-linux.c b/gdb/features/mips-linux.c index 8557bc8..f93eef5 100644 --- a/gdb/features/mips-linux.c +++ b/gdb/features/mips-linux.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: mips-linux.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/mips64-dsp-linux.c b/gdb/features/mips64-dsp-linux.c index 80bbbcb..7ea0bb7 100644 --- a/gdb/features/mips64-dsp-linux.c +++ b/gdb/features/mips64-dsp-linux.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: mips64-dsp-linux.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/mips64-linux.c b/gdb/features/mips64-linux.c index 21e8c37..f4dcf8b 100644 --- a/gdb/features/mips64-linux.c +++ b/gdb/features/mips64-linux.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: mips64-linux.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/nds32.c b/gdb/features/nds32.c index 7a08d2c..e5c5d50 100644 --- a/gdb/features/nds32.c +++ b/gdb/features/nds32.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: nds32.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/nios2.c b/gdb/features/nios2.c index 648f7ed..f53b0dd 100644 --- a/gdb/features/nios2.c +++ b/gdb/features/nios2.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: nios2.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/or1k-linux.c b/gdb/features/or1k-linux.c index 3eb6548..2473145 100644 --- a/gdb/features/or1k-linux.c +++ b/gdb/features/or1k-linux.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: or1k-linux.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/or1k.c b/gdb/features/or1k.c index 6704096..ee5e2f5 100644 --- a/gdb/features/or1k.c +++ b/gdb/features/or1k.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: or1k.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-32.c b/gdb/features/rs6000/powerpc-32.c index a4f4bed..562761e 100644 --- a/gdb/features/rs6000/powerpc-32.c +++ b/gdb/features/rs6000/powerpc-32.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-32.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-32l.c b/gdb/features/rs6000/powerpc-32l.c index f5893bf..caf81b7 100644 --- a/gdb/features/rs6000/powerpc-32l.c +++ b/gdb/features/rs6000/powerpc-32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-403.c b/gdb/features/rs6000/powerpc-403.c index 2783287..7cff21c 100644 --- a/gdb/features/rs6000/powerpc-403.c +++ b/gdb/features/rs6000/powerpc-403.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-403.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-403gc.c b/gdb/features/rs6000/powerpc-403gc.c index c69a134..e86b51c 100644 --- a/gdb/features/rs6000/powerpc-403gc.c +++ b/gdb/features/rs6000/powerpc-403gc.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-403gc.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-405.c b/gdb/features/rs6000/powerpc-405.c index 1146d66..2716e37 100644 --- a/gdb/features/rs6000/powerpc-405.c +++ b/gdb/features/rs6000/powerpc-405.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-405.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-505.c b/gdb/features/rs6000/powerpc-505.c index a36157f..51352e7 100644 --- a/gdb/features/rs6000/powerpc-505.c +++ b/gdb/features/rs6000/powerpc-505.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-505.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-601.c b/gdb/features/rs6000/powerpc-601.c index ceaf789..2b700bb 100644 --- a/gdb/features/rs6000/powerpc-601.c +++ b/gdb/features/rs6000/powerpc-601.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-601.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-602.c b/gdb/features/rs6000/powerpc-602.c index eb85e69..13591b9 100644 --- a/gdb/features/rs6000/powerpc-602.c +++ b/gdb/features/rs6000/powerpc-602.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-602.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-603.c b/gdb/features/rs6000/powerpc-603.c index 223919c..88b2b2c 100644 --- a/gdb/features/rs6000/powerpc-603.c +++ b/gdb/features/rs6000/powerpc-603.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-603.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-604.c b/gdb/features/rs6000/powerpc-604.c index 16e6c12..d266ba6 100644 --- a/gdb/features/rs6000/powerpc-604.c +++ b/gdb/features/rs6000/powerpc-604.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-604.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-64.c b/gdb/features/rs6000/powerpc-64.c index 43dee10..c2f7410 100644 --- a/gdb/features/rs6000/powerpc-64.c +++ b/gdb/features/rs6000/powerpc-64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-64l.c b/gdb/features/rs6000/powerpc-64l.c index 83a6a15..dbe06ac 100644 --- a/gdb/features/rs6000/powerpc-64l.c +++ b/gdb/features/rs6000/powerpc-64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-7400.c b/gdb/features/rs6000/powerpc-7400.c index d5fbf4b..f1f52eb 100644 --- a/gdb/features/rs6000/powerpc-7400.c +++ b/gdb/features/rs6000/powerpc-7400.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-7400.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-750.c b/gdb/features/rs6000/powerpc-750.c index 3c9e7e1..14f4905 100644 --- a/gdb/features/rs6000/powerpc-750.c +++ b/gdb/features/rs6000/powerpc-750.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-750.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-860.c b/gdb/features/rs6000/powerpc-860.c index 3e9a25f..b02fcc4 100644 --- a/gdb/features/rs6000/powerpc-860.c +++ b/gdb/features/rs6000/powerpc-860.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-860.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-altivec32.c b/gdb/features/rs6000/powerpc-altivec32.c index 41cca72..05f7348 100644 --- a/gdb/features/rs6000/powerpc-altivec32.c +++ b/gdb/features/rs6000/powerpc-altivec32.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-altivec32.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-altivec32l.c b/gdb/features/rs6000/powerpc-altivec32l.c index 9cd9355..0bcae97 100644 --- a/gdb/features/rs6000/powerpc-altivec32l.c +++ b/gdb/features/rs6000/powerpc-altivec32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-altivec32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-altivec64.c b/gdb/features/rs6000/powerpc-altivec64.c index 8422708..bdc5000 100644 --- a/gdb/features/rs6000/powerpc-altivec64.c +++ b/gdb/features/rs6000/powerpc-altivec64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-altivec64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-altivec64l.c b/gdb/features/rs6000/powerpc-altivec64l.c index 977af8c..2392f34 100644 --- a/gdb/features/rs6000/powerpc-altivec64l.c +++ b/gdb/features/rs6000/powerpc-altivec64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-altivec64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-e500.c b/gdb/features/rs6000/powerpc-e500.c index 84f721d..0442569 100644 --- a/gdb/features/rs6000/powerpc-e500.c +++ b/gdb/features/rs6000/powerpc-e500.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-e500.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-e500l.c b/gdb/features/rs6000/powerpc-e500l.c index a1e133d..4e426c3 100644 --- a/gdb/features/rs6000/powerpc-e500l.c +++ b/gdb/features/rs6000/powerpc-e500l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-e500l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-32l.c b/gdb/features/rs6000/powerpc-isa205-32l.c index 57fb20a..3834c98 100644 --- a/gdb/features/rs6000/powerpc-isa205-32l.c +++ b/gdb/features/rs6000/powerpc-isa205-32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-64l.c b/gdb/features/rs6000/powerpc-isa205-64l.c index b9ce8e6..9a36218 100644 --- a/gdb/features/rs6000/powerpc-isa205-64l.c +++ b/gdb/features/rs6000/powerpc-isa205-64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-altivec32l.c b/gdb/features/rs6000/powerpc-isa205-altivec32l.c index 54b914c..e42e1b9 100644 --- a/gdb/features/rs6000/powerpc-isa205-altivec32l.c +++ b/gdb/features/rs6000/powerpc-isa205-altivec32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-altivec32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-altivec64l.c b/gdb/features/rs6000/powerpc-isa205-altivec64l.c index 42e6f03..dc43206 100644 --- a/gdb/features/rs6000/powerpc-isa205-altivec64l.c +++ b/gdb/features/rs6000/powerpc-isa205-altivec64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-altivec64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c b/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c index a2c6172..acc1c5b 100644 --- a/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c +++ b/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-ppr-dscr-vsx32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c b/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c index 3e7915a..6bfe08d 100644 --- a/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c +++ b/gdb/features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-ppr-dscr-vsx64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-vsx32l.c b/gdb/features/rs6000/powerpc-isa205-vsx32l.c index 4cefcc3..b3f40b9 100644 --- a/gdb/features/rs6000/powerpc-isa205-vsx32l.c +++ b/gdb/features/rs6000/powerpc-isa205-vsx32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-vsx32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa205-vsx64l.c b/gdb/features/rs6000/powerpc-isa205-vsx64l.c index 2fb151d..5f54817 100644 --- a/gdb/features/rs6000/powerpc-isa205-vsx64l.c +++ b/gdb/features/rs6000/powerpc-isa205-vsx64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa205-vsx64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa207-htm-vsx32l.c b/gdb/features/rs6000/powerpc-isa207-htm-vsx32l.c index b945039..b9dfd30 100644 --- a/gdb/features/rs6000/powerpc-isa207-htm-vsx32l.c +++ b/gdb/features/rs6000/powerpc-isa207-htm-vsx32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa207-htm-vsx32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa207-htm-vsx64l.c b/gdb/features/rs6000/powerpc-isa207-htm-vsx64l.c index 3aa579f..14a911b 100644 --- a/gdb/features/rs6000/powerpc-isa207-htm-vsx64l.c +++ b/gdb/features/rs6000/powerpc-isa207-htm-vsx64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa207-htm-vsx64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa207-vsx32l.c b/gdb/features/rs6000/powerpc-isa207-vsx32l.c index e5ce7f9..bcfa7c1 100644 --- a/gdb/features/rs6000/powerpc-isa207-vsx32l.c +++ b/gdb/features/rs6000/powerpc-isa207-vsx32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa207-vsx32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-isa207-vsx64l.c b/gdb/features/rs6000/powerpc-isa207-vsx64l.c index adf6d3e..43bd6e5 100644 --- a/gdb/features/rs6000/powerpc-isa207-vsx64l.c +++ b/gdb/features/rs6000/powerpc-isa207-vsx64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-isa207-vsx64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-vsx32.c b/gdb/features/rs6000/powerpc-vsx32.c index 6fccdb3..6d60eca 100644 --- a/gdb/features/rs6000/powerpc-vsx32.c +++ b/gdb/features/rs6000/powerpc-vsx32.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-vsx32.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-vsx32l.c b/gdb/features/rs6000/powerpc-vsx32l.c index 1efe880..cf23313 100644 --- a/gdb/features/rs6000/powerpc-vsx32l.c +++ b/gdb/features/rs6000/powerpc-vsx32l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-vsx32l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-vsx64.c b/gdb/features/rs6000/powerpc-vsx64.c index df6d0f4..a5baaa2 100644 --- a/gdb/features/rs6000/powerpc-vsx64.c +++ b/gdb/features/rs6000/powerpc-vsx64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-vsx64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/powerpc-vsx64l.c b/gdb/features/rs6000/powerpc-vsx64l.c index 89aa13d..03d2b69 100644 --- a/gdb/features/rs6000/powerpc-vsx64l.c +++ b/gdb/features/rs6000/powerpc-vsx64l.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: powerpc-vsx64l.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rs6000/rs6000.c b/gdb/features/rs6000/rs6000.c index 4aa5a87..210dd96 100644 --- a/gdb/features/rs6000/rs6000.c +++ b/gdb/features/rs6000/rs6000.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: rs6000.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/rx.c b/gdb/features/rx.c index 825a4ac..f9a5584 100644 --- a/gdb/features/rx.c +++ b/gdb/features/rx.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: rx.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-gs-linux64.c b/gdb/features/s390-gs-linux64.c index d48f831..49ea08b 100644 --- a/gdb/features/s390-gs-linux64.c +++ b/gdb/features/s390-gs-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-gs-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux32.c b/gdb/features/s390-linux32.c index 03ec11a..43ceb9c 100644 --- a/gdb/features/s390-linux32.c +++ b/gdb/features/s390-linux32.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux32.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux32v1.c b/gdb/features/s390-linux32v1.c index 65de6f2..291784f 100644 --- a/gdb/features/s390-linux32v1.c +++ b/gdb/features/s390-linux32v1.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux32v1.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux32v2.c b/gdb/features/s390-linux32v2.c index 0e3e04d..6fa26da 100644 --- a/gdb/features/s390-linux32v2.c +++ b/gdb/features/s390-linux32v2.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux32v2.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux64.c b/gdb/features/s390-linux64.c index f0ec919..74c338c 100644 --- a/gdb/features/s390-linux64.c +++ b/gdb/features/s390-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux64v1.c b/gdb/features/s390-linux64v1.c index 9a360c7..0aebbdb 100644 --- a/gdb/features/s390-linux64v1.c +++ b/gdb/features/s390-linux64v1.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux64v1.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-linux64v2.c b/gdb/features/s390-linux64v2.c index 18bc6ed..3b3b491 100644 --- a/gdb/features/s390-linux64v2.c +++ b/gdb/features/s390-linux64v2.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-linux64v2.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-te-linux64.c b/gdb/features/s390-te-linux64.c index a8909b3..d49e744 100644 --- a/gdb/features/s390-te-linux64.c +++ b/gdb/features/s390-te-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-te-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-tevx-linux64.c b/gdb/features/s390-tevx-linux64.c index 8f8aec6..ffe1ddf 100644 --- a/gdb/features/s390-tevx-linux64.c +++ b/gdb/features/s390-tevx-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-tevx-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390-vx-linux64.c b/gdb/features/s390-vx-linux64.c index 0bcc14d..30262a6 100644 --- a/gdb/features/s390-vx-linux64.c +++ b/gdb/features/s390-vx-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390-vx-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-gs-linux64.c b/gdb/features/s390x-gs-linux64.c index 074c38d..501b3b2 100644 --- a/gdb/features/s390x-gs-linux64.c +++ b/gdb/features/s390x-gs-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-gs-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-linux64.c b/gdb/features/s390x-linux64.c index af5ba23..8655d5a 100644 --- a/gdb/features/s390x-linux64.c +++ b/gdb/features/s390x-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-linux64v1.c b/gdb/features/s390x-linux64v1.c index a33bdc1..11bfd85 100644 --- a/gdb/features/s390x-linux64v1.c +++ b/gdb/features/s390x-linux64v1.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-linux64v1.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-linux64v2.c b/gdb/features/s390x-linux64v2.c index 8b906a4..400b1af 100644 --- a/gdb/features/s390x-linux64v2.c +++ b/gdb/features/s390x-linux64v2.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-linux64v2.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-te-linux64.c b/gdb/features/s390x-te-linux64.c index de8bf61..74883e3 100644 --- a/gdb/features/s390x-te-linux64.c +++ b/gdb/features/s390x-te-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-te-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-tevx-linux64.c b/gdb/features/s390x-tevx-linux64.c index 8bd5cc6..1d45d60 100644 --- a/gdb/features/s390x-tevx-linux64.c +++ b/gdb/features/s390x-tevx-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-tevx-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/s390x-vx-linux64.c b/gdb/features/s390x-vx-linux64.c index f450c45..4de6585 100644 --- a/gdb/features/s390x-vx-linux64.c +++ b/gdb/features/s390x-vx-linux64.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: s390x-vx-linux64.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/sparc/sparc32-solaris.c b/gdb/features/sparc/sparc32-solaris.c index 3353d4f..dce9685 100644 --- a/gdb/features/sparc/sparc32-solaris.c +++ b/gdb/features/sparc/sparc32-solaris.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: sparc32-solaris.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/sparc/sparc64-solaris.c b/gdb/features/sparc/sparc64-solaris.c index 1150c88..d030df6 100644 --- a/gdb/features/sparc/sparc64-solaris.c +++ b/gdb/features/sparc/sparc64-solaris.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: sparc64-solaris.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/features/z80.c b/gdb/features/z80.c index f8e2a19..627649c 100644 --- a/gdb/features/z80.c +++ b/gdb/features/z80.c @@ -1,7 +1,6 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: z80.xml */ -#include "defs.h" #include "osabi.h" #include "target-descriptions.h" diff --git a/gdb/filename-seen-cache.c b/gdb/filename-seen-cache.c index d103f22..a08927f 100644 --- a/gdb/filename-seen-cache.c +++ b/gdb/filename-seen-cache.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "filename-seen-cache.h" #include "filenames.h" diff --git a/gdb/filename-seen-cache.h b/gdb/filename-seen-cache.h index e351c07..5dc800d 100644 --- a/gdb/filename-seen-cache.h +++ b/gdb/filename-seen-cache.h @@ -20,7 +20,6 @@ #ifndef FILENAME_SEEN_CACHE_H #define FILENAME_SEEN_CACHE_H -#include "defs.h" #include "gdbsupport/function-view.h" #include "gdbsupport/gdb-hashtab.h" diff --git a/gdb/filesystem.c b/gdb/filesystem.c index 62b2829..4e05b04 100644 --- a/gdb/filesystem.c +++ b/gdb/filesystem.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "filesystem.h" #include "gdbarch.h" #include "gdbcmd.h" diff --git a/gdb/findcmd.c b/gdb/findcmd.c index 2bc3fe1..2915c70 100644 --- a/gdb/findcmd.c +++ b/gdb/findcmd.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <ctype.h> #include "gdbcmd.h" diff --git a/gdb/findvar.c b/gdb/findvar.c index 516a2ca..71bfebe 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "frame.h" diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 7bd81f4..e089129 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcmd.h" #include "terminal.h" diff --git a/gdb/frame-base.c b/gdb/frame-base.c index fda19b5..7faa999 100644 --- a/gdb/frame-base.c +++ b/gdb/frame-base.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame-base.h" #include "frame.h" #include "gdbsupport/gdb_obstack.h" diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c index e9983a9..a80421a 100644 --- a/gdb/frame-unwind.c +++ b/gdb/frame-unwind.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "dummy-frame.h" diff --git a/gdb/frame.c b/gdb/frame.c index f1f9704..f042bbb 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "target.h" #include "value.h" diff --git a/gdb/frv-linux-tdep.c b/gdb/frv-linux-tdep.c index 5160c3b..0b13a81 100644 --- a/gdb/frv-linux-tdep.c +++ b/gdb/frv-linux-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "target.h" #include "frame.h" diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index bcb2c62..5c026eb 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "arch-utils.h" diff --git a/gdb/ft32-tdep.c b/gdb/ft32-tdep.c index 60cd2c9..c5a48be 100644 --- a/gdb/ft32-tdep.c +++ b/gdb/ft32-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/gcore-elf.c b/gdb/gcore-elf.c index 5b0a014d..c88fa08 100644 --- a/gdb/gcore-elf.c +++ b/gdb/gcore-elf.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gcore-elf.h" #include "elf-bfd.h" #include "target.h" diff --git a/gdb/gcore.c b/gdb/gcore.c index 3d3973b..0079662 100644 --- a/gdb/gcore.c +++ b/gdb/gcore.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "elf-bfd.h" #include "infcall.h" #include "inferior.h" diff --git a/gdb/gdb-demangle.c b/gdb/gdb-demangle.c index 20390aa..7779beb 100644 --- a/gdb/gdb-demangle.c +++ b/gdb/gdb-demangle.c @@ -23,7 +23,6 @@ /* This file contains support code for C++ demangling that is common to a styles of demangling, and GDB specific. */ -#include "defs.h" #include "cli/cli-utils.h" #include "command.h" #include "gdbcmd.h" @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "main.h" #include "interps.h" #include "run-on-main-thread.h" diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c index 3b1df48..ffff76e 100644 --- a/gdb/gdb_bfd.c +++ b/gdb/gdb_bfd.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdb_bfd.h" #include "ui-out.h" #include "gdbcmd.h" diff --git a/gdb/gdbarch-selftests.c b/gdb/gdbarch-selftests.c index 2013a0e..0dc0c50 100644 --- a/gdb/gdbarch-selftests.c +++ b/gdb/gdbarch-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "selftest-arch.h" #include "target.h" diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 960a7f4..1e1a7e9 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "symtab.h" #include "symfile.h" diff --git a/gdb/glibc-tdep.c b/gdb/glibc-tdep.c index ea1bfef..48e080a 100644 --- a/gdb/glibc-tdep.c +++ b/gdb/glibc-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "symtab.h" #include "symfile.h" diff --git a/gdb/gmp-utils.c b/gdb/gmp-utils.c index 4341ade..aabdd5f 100644 --- a/gdb/gmp-utils.c +++ b/gdb/gmp-utils.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gmp-utils.h" /* See gmp-utils.h. */ diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 0add13e..92b2858 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -49,7 +49,6 @@ extern "C" #include <portinfo.h> } -#include "defs.h" #include <ctype.h> #include <setjmp.h> diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index 725691c3d..f1694b8 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -19,8 +19,6 @@ #ifndef GNU_NAT_H #define GNU_NAT_H -#include "defs.h" - /* Work around conflict between Mach's 'thread_info' function, and GDB's 'thread_info' class. Make the former available as 'mach_thread_info'. */ #define thread_info mach_thread_info diff --git a/gdb/gnu-v2-abi.c b/gdb/gnu-v2-abi.c index 34c8f19..7b511ea 100644 --- a/gdb/gnu-v2-abi.c +++ b/gdb/gnu-v2-abi.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "value.h" diff --git a/gdb/gnu-v3-abi.c b/gdb/gnu-v3-abi.c index 133bf28..90f5b29 100644 --- a/gdb/gnu-v3-abi.c +++ b/gdb/gnu-v3-abi.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "value.h" #include "cp-abi.h" diff --git a/gdb/go-exp.y b/gdb/go-exp.y index 2e56e4b..20ab8ff 100644 --- a/gdb/go-exp.y +++ b/gdb/go-exp.y @@ -51,7 +51,6 @@ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" diff --git a/gdb/go-lang.c b/gdb/go-lang.c index 99bc5b7..8b4250b 100644 --- a/gdb/go-lang.c +++ b/gdb/go-lang.c @@ -31,7 +31,6 @@ - 6g mangling isn't supported yet */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "block.h" #include "symtab.h" diff --git a/gdb/go-typeprint.c b/gdb/go-typeprint.c index 0d2653d..7778c71 100644 --- a/gdb/go-typeprint.c +++ b/gdb/go-typeprint.c @@ -23,7 +23,6 @@ want a Python API for type printing */ -#include "defs.h" #include "gdbtypes.h" #include "c-lang.h" #include "go-lang.h" diff --git a/gdb/go-valprint.c b/gdb/go-valprint.c index b167071..43f279a 100644 --- a/gdb/go-valprint.c +++ b/gdb/go-valprint.c @@ -23,7 +23,6 @@ Strings are handled specially here, at least for now, in case the Python support is unavailable. */ -#include "defs.h" #include "gdbtypes.h" #include "gdbcore.h" #include "go-lang.h" diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 44022a2..1d8c16f 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -81,7 +81,6 @@ GDB does not use those as of this writing, and will never need to. */ -#include "defs.h" #include <fcntl.h> diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index f0db709..f540659 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "breakpoint.h" #include "cli/cli-cmds.h" #include "cli/cli-script.h" diff --git a/gdb/guile/scm-arch.c b/gdb/guile/scm-arch.c index eaa2e5e..02adad0 100644 --- a/gdb/guile/scm-arch.c +++ b/gdb/guile/scm-arch.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "gdbarch.h" #include "arch-utils.h" diff --git a/gdb/guile/scm-auto-load.c b/gdb/guile/scm-auto-load.c index 1ffa960..90c4eed 100644 --- a/gdb/guile/scm-auto-load.c +++ b/gdb/guile/scm-auto-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "gdbcmd.h" #include "objfiles.h" diff --git a/gdb/guile/scm-block.c b/gdb/guile/scm-block.c index 44097a6..4ca4311 100644 --- a/gdb/guile/scm-block.c +++ b/gdb/guile/scm-block.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "dictionary.h" #include "objfiles.h" diff --git a/gdb/guile/scm-breakpoint.c b/gdb/guile/scm-breakpoint.c index 88b6603..a32862b 100644 --- a/gdb/guile/scm-breakpoint.c +++ b/gdb/guile/scm-breakpoint.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "value.h" #include "breakpoint.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-cmd.c b/gdb/guile/scm-cmd.c index d70d489..d75d2b6 100644 --- a/gdb/guile/scm-cmd.c +++ b/gdb/guile/scm-cmd.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include <ctype.h> #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-disasm.c b/gdb/guile/scm-disasm.c index 5266faa..0c7c4ec 100644 --- a/gdb/guile/scm-disasm.c +++ b/gdb/guile/scm-disasm.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "arch-utils.h" #include "disasm.h" #include "dis-asm.h" diff --git a/gdb/guile/scm-exception.c b/gdb/guile/scm-exception.c index de17c089d..61007de 100644 --- a/gdb/guile/scm-exception.c +++ b/gdb/guile/scm-exception.c @@ -28,7 +28,6 @@ The non-static functions in this file have prefix gdbscm_ and not exscm_ on purpose. */ -#include "defs.h" #include <signal.h> #include "guile-internal.h" diff --git a/gdb/guile/scm-frame.c b/gdb/guile/scm-frame.c index b133e8d..c94fcfe 100644 --- a/gdb/guile/scm-frame.c +++ b/gdb/guile/scm-frame.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "frame.h" #include "inferior.h" diff --git a/gdb/guile/scm-gsmob.c b/gdb/guile/scm-gsmob.c index 40871e9..b3efad2 100644 --- a/gdb/guile/scm-gsmob.c +++ b/gdb/guile/scm-gsmob.c @@ -41,7 +41,6 @@ seeing if it's already in the table. Eqable gsmobs can also be used where lifetime-tracking is required. */ -#include "defs.h" #include "hashtab.h" #include "objfiles.h" #include "guile-internal.h" diff --git a/gdb/guile/scm-iterator.c b/gdb/guile/scm-iterator.c index 035aa8b..f4d5344 100644 --- a/gdb/guile/scm-iterator.c +++ b/gdb/guile/scm-iterator.c @@ -50,7 +50,6 @@ There is SRFI 41, Streams. We might support that too eventually (not with this interface of course). */ -#include "defs.h" #include "guile-internal.h" /* A smob for iterating over something. diff --git a/gdb/guile/scm-lazy-string.c b/gdb/guile/scm-lazy-string.c index 30f5a0d..94032ae 100644 --- a/gdb/guile/scm-lazy-string.c +++ b/gdb/guile/scm-lazy-string.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "value.h" #include "valprint.h" diff --git a/gdb/guile/scm-math.c b/gdb/guile/scm-math.c index b09a0ff..7a4a703 100644 --- a/gdb/guile/scm-math.c +++ b/gdb/guile/scm-math.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "arch-utils.h" #include "charset.h" #include "cp-abi.h" diff --git a/gdb/guile/scm-objfile.c b/gdb/guile/scm-objfile.c index 5db4bd2..bccf6ba 100644 --- a/gdb/guile/scm-objfile.c +++ b/gdb/guile/scm-objfile.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "objfiles.h" #include "language.h" #include "guile-internal.h" diff --git a/gdb/guile/scm-param.c b/gdb/guile/scm-param.c index b26e66e..018bd14 100644 --- a/gdb/guile/scm-param.c +++ b/gdb/guile/scm-param.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-ports.c b/gdb/guile/scm-ports.c index 3b58fff..ab78b5c 100644 --- a/gdb/guile/scm-ports.c +++ b/gdb/guile/scm-ports.c @@ -21,7 +21,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "gdbsupport/gdb_select.h" #include "ui.h" #include "target.h" diff --git a/gdb/guile/scm-pretty-print.c b/gdb/guile/scm-pretty-print.c index 068fadb..99fa243 100644 --- a/gdb/guile/scm-pretty-print.c +++ b/gdb/guile/scm-pretty-print.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "charset.h" #include "symtab.h" diff --git a/gdb/guile/scm-progspace.c b/gdb/guile/scm-progspace.c index 216985e..fcdcca2 100644 --- a/gdb/guile/scm-progspace.c +++ b/gdb/guile/scm-progspace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "charset.h" #include "progspace.h" #include "objfiles.h" diff --git a/gdb/guile/scm-safe-call.c b/gdb/guile/scm-safe-call.c index 1c5b9fa..bc0a1e6 100644 --- a/gdb/guile/scm-safe-call.c +++ b/gdb/guile/scm-safe-call.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "filenames.h" #include "guile-internal.h" #include "gdbsupport/pathstuff.h" diff --git a/gdb/guile/scm-string.c b/gdb/guile/scm-string.c index 134445d..a249bcc 100644 --- a/gdb/guile/scm-string.c +++ b/gdb/guile/scm-string.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "guile-internal.h" #include "gdbsupport/buildargv.h" diff --git a/gdb/guile/scm-symbol.c b/gdb/guile/scm-symbol.c index 860ed52..368a598 100644 --- a/gdb/guile/scm-symbol.c +++ b/gdb/guile/scm-symbol.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "frame.h" #include "symtab.h" diff --git a/gdb/guile/scm-symtab.c b/gdb/guile/scm-symtab.c index 9a34a5d..2fd4b03 100644 --- a/gdb/guile/scm-symtab.c +++ b/gdb/guile/scm-symtab.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "symtab.h" #include "source.h" #include "objfiles.h" diff --git a/gdb/guile/scm-type.c b/gdb/guile/scm-type.c index 67b8179..19324a6 100644 --- a/gdb/guile/scm-type.c +++ b/gdb/guile/scm-type.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "arch-utils.h" #include "value.h" diff --git a/gdb/guile/scm-utils.c b/gdb/guile/scm-utils.c index 1cacafd..45f42ba 100644 --- a/gdb/guile/scm-utils.c +++ b/gdb/guile/scm-utils.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "guile-internal.h" /* Define VARIABLES in the gdb module. */ diff --git a/gdb/guile/scm-value.c b/gdb/guile/scm-value.c index f8b3eea..a7b2170 100644 --- a/gdb/guile/scm-value.c +++ b/gdb/guile/scm-value.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "arch-utils.h" #include "charset.h" diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index 36cbd9d..32907e2 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -22,7 +22,6 @@ sac@cygnus.com */ -#include "defs.h" #include "value.h" #include "arch-utils.h" #include "regcache.h" diff --git a/gdb/hppa-bsd-tdep.c b/gdb/hppa-bsd-tdep.c index b1df3d1..dacda88 100644 --- a/gdb/hppa-bsd-tdep.c +++ b/gdb/hppa-bsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "objfiles.h" #include "target.h" #include "value.h" diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index 46bcb7c..96faeb3 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "inferior.h" diff --git a/gdb/hppa-linux-tdep.c b/gdb/hppa-linux-tdep.c index db0c368..659c265 100644 --- a/gdb/hppa-linux-tdep.c +++ b/gdb/hppa-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "osabi.h" #include "target.h" diff --git a/gdb/hppa-netbsd-nat.c b/gdb/hppa-netbsd-nat.c index 6966aa4..e7df997 100644 --- a/gdb/hppa-netbsd-nat.c +++ b/gdb/hppa-netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/hppa-netbsd-tdep.c b/gdb/hppa-netbsd-tdep.c index ccf32c7..c71e191 100644 --- a/gdb/hppa-netbsd-tdep.c +++ b/gdb/hppa-netbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regcache.h" #include "regset.h" diff --git a/gdb/hppa-obsd-nat.c b/gdb/hppa-obsd-nat.c index 3e9938c..f6f79cd 100644 --- a/gdb/hppa-obsd-nat.c +++ b/gdb/hppa-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/hppa-obsd-tdep.c b/gdb/hppa-obsd-tdep.c index f0097754..c4f8d1f 100644 --- a/gdb/hppa-obsd-tdep.c +++ b/gdb/hppa-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regcache.h" #include "regset.h" diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 30128ba..8becfd5 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/i386-bsd-nat.c b/gdb/i386-bsd-nat.c index 612eae9..e1db6c7 100644 --- a/gdb/i386-bsd-nat.c +++ b/gdb/i386-bsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/i386-bsd-tdep.c b/gdb/i386-bsd-tdep.c index 8470f2b..db00e18 100644 --- a/gdb/i386-bsd-tdep.c +++ b/gdb/i386-bsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "gdbcore.h" diff --git a/gdb/i386-darwin-nat.c b/gdb/i386-darwin-nat.c index 4fa86e4..acfa46a 100644 --- a/gdb/i386-darwin-nat.c +++ b/gdb/i386-darwin-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "target.h" diff --git a/gdb/i386-darwin-tdep.c b/gdb/i386-darwin-tdep.c index fc0a3dd..5a5c8bf 100644 --- a/gdb/i386-darwin-tdep.c +++ b/gdb/i386-darwin-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "gdbcore.h" diff --git a/gdb/i386-dicos-tdep.c b/gdb/i386-dicos-tdep.c index e893a04..9859c85 100644 --- a/gdb/i386-dicos-tdep.c +++ b/gdb/i386-dicos-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "dicos-tdep.h" #include "gdbarch.h" diff --git a/gdb/i386-fbsd-nat.c b/gdb/i386-fbsd-nat.c index 6b56707..f4538fb 100644 --- a/gdb/i386-fbsd-nat.c +++ b/gdb/i386-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/i386-fbsd-tdep.c b/gdb/i386-fbsd-tdep.c index 2b9ef77..d6d477a 100644 --- a/gdb/i386-fbsd-tdep.c +++ b/gdb/i386-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "osabi.h" #include "regcache.h" diff --git a/gdb/i386-gnu-nat.c b/gdb/i386-gnu-nat.c index 0b07591..52d4a4b 100644 --- a/gdb/i386-gnu-nat.c +++ b/gdb/i386-gnu-nat.c @@ -29,7 +29,6 @@ extern "C" #include <mach/exception.h> } -#include "defs.h" #include "x86-nat.h" #include "inferior.h" #include "floatformat.h" diff --git a/gdb/i386-gnu-tdep.c b/gdb/i386-gnu-tdep.c index aa18986..fb30821 100644 --- a/gdb/i386-gnu-tdep.c +++ b/gdb/i386-gnu-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "osabi.h" #include "solib-svr4.h" diff --git a/gdb/i386-go32-tdep.c b/gdb/i386-go32-tdep.c index fd1a22f..738b258 100644 --- a/gdb/i386-go32-tdep.c +++ b/gdb/i386-go32-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "i386-tdep.h" #include "gdbsupport/x86-xstate.h" #include "target-descriptions.h" diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index 25c57fc..7278dd9 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/i386-linux-tdep.c b/gdb/i386-linux-tdep.c index a2f9376..44730f2 100644 --- a/gdb/i386-linux-tdep.c +++ b/gdb/i386-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "frame.h" #include "value.h" diff --git a/gdb/i386-netbsd-nat.c b/gdb/i386-netbsd-nat.c index e4f912f..7eaaaf3 100644 --- a/gdb/i386-netbsd-nat.c +++ b/gdb/i386-netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "target.h" diff --git a/gdb/i386-netbsd-tdep.c b/gdb/i386-netbsd-tdep.c index 9596435..a437656 100644 --- a/gdb/i386-netbsd-tdep.c +++ b/gdb/i386-netbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "gdbcore.h" diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c index f4bb70c..674d45f 100644 --- a/gdb/i386-nto-tdep.c +++ b/gdb/i386-nto-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "osabi.h" #include "regcache.h" diff --git a/gdb/i386-obsd-nat.c b/gdb/i386-obsd-nat.c index 69dd67e..2b3d391 100644 --- a/gdb/i386-obsd-nat.c +++ b/gdb/i386-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "target.h" diff --git a/gdb/i386-obsd-tdep.c b/gdb/i386-obsd-tdep.c index e1480ec..6e31567 100644 --- a/gdb/i386-obsd-tdep.c +++ b/gdb/i386-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "frame-unwind.h" diff --git a/gdb/i386-sol2-nat.c b/gdb/i386-sol2-nat.c index 7b3bc3a..20ca9d6 100644 --- a/gdb/i386-sol2-nat.c +++ b/gdb/i386-sol2-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include <sys/reg.h> diff --git a/gdb/i386-sol2-tdep.c b/gdb/i386-sol2-tdep.c index bc8df37..b85ac17 100644 --- a/gdb/i386-sol2-tdep.c +++ b/gdb/i386-sol2-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "osabi.h" diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 0d4e30b..1b1efad 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "opcode/i386.h" #include "arch-utils.h" #include "command.h" diff --git a/gdb/i386-windows-nat.c b/gdb/i386-windows-nat.c index d262b5f..ec6077f 100644 --- a/gdb/i386-windows-nat.c +++ b/gdb/i386-windows-nat.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "windows-nat.h" #include "x86-nat.h" #include "i386-tdep.h" diff --git a/gdb/i386-windows-tdep.c b/gdb/i386-windows-tdep.c index e8ed043..b3a96d7 100644 --- a/gdb/i386-windows-tdep.c +++ b/gdb/i386-windows-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "i386-tdep.h" #include "windows-tdep.h" diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 3d979e2..00c9523 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbcore.h" #include "inferior.h" diff --git a/gdb/ia64-libunwind-tdep.c b/gdb/ia64-libunwind-tdep.c index 24a5162..72e4fae 100644 --- a/gdb/ia64-libunwind-tdep.c +++ b/gdb/ia64-libunwind-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "frame.h" diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 2ea7203..7a8e742 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "target.h" #include "gdbarch.h" diff --git a/gdb/ia64-linux-tdep.c b/gdb/ia64-linux-tdep.c index 68d4102..676fdb8 100644 --- a/gdb/ia64-linux-tdep.c +++ b/gdb/ia64-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ia64-tdep.h" #include "arch-utils.h" #include "gdbcore.h" diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 88f67cc..f49a8d6 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "arch-utils.h" diff --git a/gdb/ia64-vms-tdep.c b/gdb/ia64-vms-tdep.c index f5bf2b5..20308c7 100644 --- a/gdb/ia64-vms-tdep.c +++ b/gdb/ia64-vms-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame-unwind.h" #include "ia64-tdep.h" #include "osabi.h" diff --git a/gdb/inf-child.c b/gdb/inf-child.c index d44179c..1318d6b 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -22,7 +22,6 @@ new prototype target and then overriding target methods as necessary. */ -#include "defs.h" #include "regcache.h" #include "memattr.h" #include "symtab.h" diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index e23608f..41e7660 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "infrun.h" #include "gdbsupport/event-loop.h" diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 31638fc..ce303eb 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "command.h" #include "inferior.h" #include "terminal.h" diff --git a/gdb/infcall.c b/gdb/infcall.c index c9267e7..86f5004 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "infcall.h" #include "breakpoint.h" #include "tracepoint.h" diff --git a/gdb/infcmd.c b/gdb/infcmd.c index ac41ebf..600c90c 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/inferior.c b/gdb/inferior.c index 5ff5eb9..4e1d789 100644 --- a/gdb/inferior.c +++ b/gdb/inferior.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "exec.h" #include "inferior.h" #include "target.h" diff --git a/gdb/inflow.c b/gdb/inflow.c index 3dd70b9..ac71e26 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "command.h" diff --git a/gdb/infrun.c b/gdb/infrun.c index b06972b..a5030b1 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "displaced-stepping.h" #include "infrun.h" #include <ctype.h> diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index 9f3deef..f65f39b 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "breakpoint.h" #include "inline-frame.h" #include "addrmap.h" diff --git a/gdb/interps.c b/gdb/interps.c index 8e9570e..36d96ee 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -29,7 +29,6 @@ the readline command interface, and it is probably simpler to just let them take over the input in their resume proc. */ -#include "defs.h" #include "gdbcmd.h" #include "ui-out.h" #include "gdbsupport/event-loop.h" diff --git a/gdb/iq2000-tdep.c b/gdb/iq2000-tdep.c index 4177de0..b9d95bb 100644 --- a/gdb/iq2000-tdep.c +++ b/gdb/iq2000-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-base.h" #include "frame-unwind.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "jit.h" #include "jit-reader.h" diff --git a/gdb/language.c b/gdb/language.c index c5bbc31..e43e0fe 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -28,7 +28,6 @@ return data out of a "language-specific" struct pointer that is set whenever the working language changes. That would be a lot faster. */ -#include "defs.h" #include <ctype.h> #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/linespec.c b/gdb/linespec.c index b5bbd8c..ca154d2 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "frame.h" #include "command.h" diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index 0d92d61..bb8119a 100644 --- a/gdb/linux-fork.c +++ b/gdb/linux-fork.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "inferior.h" #include "infrun.h" diff --git a/gdb/linux-nat-trad.c b/gdb/linux-nat-trad.c index 3639b2e..d90d76f 100644 --- a/gdb/linux-nat-trad.c +++ b/gdb/linux-nat-trad.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "linux-nat-trad.h" #include "nat/gdb_ptrace.h" diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 3ba072b..2602e1f 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "infrun.h" #include "target.h" diff --git a/gdb/linux-record.c b/gdb/linux-record.c index 1b7330d..6430c0e 100644 --- a/gdb/linux-record.c +++ b/gdb/linux-record.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "gdbtypes.h" #include "regcache.h" diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index 701e3df..b967580 100644 --- a/gdb/linux-tdep.c +++ b/gdb/linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "linux-tdep.h" #include "auxv.h" diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 34a3989..65bf4a7 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <dlfcn.h> #include "gdb_proc_service.h" #include "nat/gdb_thread_db.h" diff --git a/gdb/lm32-tdep.c b/gdb/lm32-tdep.c index b4605e4..478f1ed 100644 --- a/gdb/lm32-tdep.c +++ b/gdb/lm32-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/location.c b/gdb/location.c index c3bea1f..851d6e4 100644 --- a/gdb/location.c +++ b/gdb/location.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_assert.h" #include "gdbsupport/gdb-checked-static-cast.h" #include "location.h" diff --git a/gdb/loongarch-linux-nat.c b/gdb/loongarch-linux-nat.c index 9bceb8a..15fca6a 100644 --- a/gdb/loongarch-linux-nat.c +++ b/gdb/loongarch-linux-nat.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "elf/common.h" #include "gregset.h" #include "inferior.h" diff --git a/gdb/loongarch-linux-tdep.c b/gdb/loongarch-linux-tdep.c index cc8121b..a57dc31 100644 --- a/gdb/loongarch-linux-tdep.c +++ b/gdb/loongarch-linux-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "glibc-tdep.h" #include "inferior.h" #include "linux-tdep.h" diff --git a/gdb/loongarch-tdep.c b/gdb/loongarch-tdep.c index 0b38e75..149fbd5 100644 --- a/gdb/loongarch-tdep.c +++ b/gdb/loongarch-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dwarf2/frame.h" #include "elf-bfd.h" diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index ce5a399..ebbc49c 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -37,7 +37,6 @@ %{ -#include "defs.h" #include "expression.h" #include "language.h" #include "value.h" diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 30c2a93..86fef96 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/m2-typeprint.c b/gdb/m2-typeprint.c index d8172c0..32cc930 100644 --- a/gdb/m2-typeprint.c +++ b/gdb/m2-typeprint.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "gdbsupport/gdb_obstack.h" #include "bfd.h" diff --git a/gdb/m2-valprint.c b/gdb/m2-valprint.c index c98f926..62bfec9 100644 --- a/gdb/m2-valprint.c +++ b/gdb/m2-valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c index 0895f7b..33ec443 100644 --- a/gdb/m32c-tdep.c +++ b/gdb/m32c-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "sim/sim-m32c.h" #include "gdbtypes.h" #include "regcache.h" diff --git a/gdb/m32r-linux-nat.c b/gdb/m32r-linux-nat.c index f482fe6..08a4db1 100644 --- a/gdb/m32r-linux-nat.c +++ b/gdb/m32r-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/m32r-linux-tdep.c b/gdb/m32r-linux-tdep.c index b74d2f3..a28e113 100644 --- a/gdb/m32r-linux-tdep.c +++ b/gdb/m32r-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "frame.h" #include "value.h" diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c index 0bd6b49..215df88 100644 --- a/gdb/m32r-tdep.c +++ b/gdb/m32r-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/m68hc11-tdep.c b/gdb/m68hc11-tdep.c index d80b190..70b3f12 100644 --- a/gdb/m68hc11-tdep.c +++ b/gdb/m68hc11-tdep.c @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/m68k-bsd-nat.c b/gdb/m68k-bsd-nat.c index 29fd98f..1fb0c20 100644 --- a/gdb/m68k-bsd-nat.c +++ b/gdb/m68k-bsd-nat.c @@ -19,7 +19,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include "gdbcore.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/m68k-bsd-tdep.c b/gdb/m68k-bsd-tdep.c index 3903a83..faec471 100644 --- a/gdb/m68k-bsd-tdep.c +++ b/gdb/m68k-bsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "osabi.h" diff --git a/gdb/m68k-linux-nat.c b/gdb/m68k-linux-nat.c index 8b1f868..7f33739 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "language.h" diff --git a/gdb/m68k-linux-tdep.c b/gdb/m68k-linux-tdep.c index eca4ede..4874db7 100644 --- a/gdb/m68k-linux-tdep.c +++ b/gdb/m68k-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "frame.h" #include "target.h" diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c index abfc605..f73f58d 100644 --- a/gdb/m68k-tdep.c +++ b/gdb/m68k-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/frame.h" #include "frame.h" #include "frame-base.h" diff --git a/gdb/machoread.c b/gdb/machoread.c index 8022fac..b65694e 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "bfd.h" diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index d3879cd..ddabfed 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "macrotab.h" #include "macroexp.h" #include "macroscope.h" diff --git a/gdb/macroexp.c b/gdb/macroexp.c index b8a9b29..bcae7ec 100644 --- a/gdb/macroexp.c +++ b/gdb/macroexp.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "macrotab.h" #include "macroexp.h" diff --git a/gdb/macroscope.c b/gdb/macroscope.c index b193b0a..4c1304f 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "macroscope.h" #include "symtab.h" diff --git a/gdb/macrotab.c b/gdb/macrotab.c index 5329d2a..f2012da 100644 --- a/gdb/macrotab.c +++ b/gdb/macrotab.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "gdbsupport/pathstuff.h" #include "splay-tree.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "ui.h" #include "target.h" diff --git a/gdb/maint-test-options.c b/gdb/maint-test-options.c index 11b0e1d..f671771 100644 --- a/gdb/maint-test-options.c +++ b/gdb/maint-test-options.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "cli/cli-option.h" diff --git a/gdb/maint-test-settings.c b/gdb/maint-test-settings.c index 22c7d2d..6145691 100644 --- a/gdb/maint-test-settings.c +++ b/gdb/maint-test-settings.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" /* Command list for "maint set test-settings". */ diff --git a/gdb/maint.c b/gdb/maint.c index f410cf1..6a5a55a 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include <ctype.h> #include <cmath> diff --git a/gdb/make-init-c b/gdb/make-init-c index 7190e69..3458333 100755 --- a/gdb/make-init-c +++ b/gdb/make-init-c @@ -41,7 +41,6 @@ set -e echo "/* Do not modify this file. */" echo "/* It is created automatically by the Makefile. */" -echo "#include \"defs.h\" /* For initialize_file_ftype. */" echo "#include <algorithm>" echo "" sed -n -e 's/^\(_initialize_[a-zA-Z0-9_]*\) ()$/\1/p' "$@" | while read -r name; do diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 4748b0c..ab4d509 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -39,7 +39,6 @@ This module can read all four of the known byte-order combinations, on any type of host. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "gdbcore.h" diff --git a/gdb/mem-break.c b/gdb/mem-break.c index 552bb28..712ad00 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "breakpoint.h" #include "inferior.h" diff --git a/gdb/memattr.c b/gdb/memattr.c index 6d406be..062611e 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "command.h" #include "gdbcmd.h" #include "memattr.h" diff --git a/gdb/memory-map.c b/gdb/memory-map.c index 7b7a0eb..26c49db 100644 --- a/gdb/memory-map.c +++ b/gdb/memory-map.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "memory-map.h" #if !defined(HAVE_LIBEXPAT) diff --git a/gdb/memrange.c b/gdb/memrange.c index 161e9ac..11687b8 100644 --- a/gdb/memrange.c +++ b/gdb/memrange.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "memrange.h" #include <algorithm> diff --git a/gdb/memtag.c b/gdb/memtag.c index 86b2f66..54bdc0a 100644 --- a/gdb/memtag.c +++ b/gdb/memtag.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "memtag.h" #include "bfd.h" diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c index f455d3e..fdb5891 100644 --- a/gdb/mep-tdep.c +++ b/gdb/mep-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index 4e64283..343a167 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "mi-cmds.h" #include "ui-out.h" diff --git a/gdb/mi/mi-cmd-catch.c b/gdb/mi/mi-cmd-catch.c index 422bbe7..6cba316 100644 --- a/gdb/mi/mi-cmd-catch.c +++ b/gdb/mi/mi-cmd-catch.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "breakpoint.h" #include "ada-lang.h" diff --git a/gdb/mi/mi-cmd-disas.c b/gdb/mi/mi-cmd-disas.c index 3121f0c..99b2ae4 100644 --- a/gdb/mi/mi-cmd-disas.c +++ b/gdb/mi/mi-cmd-disas.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "target.h" #include "value.h" diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c index e4fa89b..ae8c5e8 100644 --- a/gdb/mi/mi-cmd-env.c +++ b/gdb/mi/mi-cmd-env.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "value.h" #include "mi-out.h" diff --git a/gdb/mi/mi-cmd-file.c b/gdb/mi/mi-cmd-file.c index 95128a9..3e2702e 100644 --- a/gdb/mi/mi-cmd-file.c +++ b/gdb/mi/mi-cmd-file.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-cmds.h" #include "mi-getopt.h" #include "mi-interp.h" diff --git a/gdb/mi/mi-cmd-info.c b/gdb/mi/mi-cmd-info.c index 1af20f8..628891b 100644 --- a/gdb/mi/mi-cmd-info.c +++ b/gdb/mi/mi-cmd-info.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osdata.h" #include "mi-cmds.h" #include "ada-lang.h" diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 09c31b6..b78c169 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "frame.h" #include "value.h" diff --git a/gdb/mi/mi-cmd-target.c b/gdb/mi/mi-cmd-target.c index e9edad7..fbc6d6c 100644 --- a/gdb/mi/mi-cmd-target.c +++ b/gdb/mi/mi-cmd-target.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-cmds.h" #include "mi-getopt.h" #include "remote.h" diff --git a/gdb/mi/mi-cmd-var.c b/gdb/mi/mi-cmd-var.c index cb5bafe..f311204 100644 --- a/gdb/mi/mi-cmd-var.c +++ b/gdb/mi/mi-cmd-var.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-cmds.h" #include "mi-main.h" #include "ui-out.h" diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 53df07c..c7afb10 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "mi-cmds.h" #include "mi-main.h" diff --git a/gdb/mi/mi-common.c b/gdb/mi/mi-common.c index dc0ea56..699ead2 100644 --- a/gdb/mi/mi-common.c +++ b/gdb/mi/mi-common.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-common.h" static const char * const async_reason_string_lookup[] = diff --git a/gdb/mi/mi-console.c b/gdb/mi/mi-console.c index 74d3320..1f8d731 100644 --- a/gdb/mi/mi-console.c +++ b/gdb/mi/mi-console.c @@ -24,7 +24,6 @@ for instance, error output is normally identified by a leading "&". */ -#include "defs.h" #include "mi-console.h" /* Create a console that wraps the given output stream RAW with the diff --git a/gdb/mi/mi-getopt.c b/gdb/mi/mi-getopt.c index cf98c56..143c5b9 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-getopt.h" /* See comments about mi_getopt and mi_getopt_silent in mi-getopt.h. When there is an unknown option, if ERROR_ON_UNKNOWN is true, diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c index 38ae227..07e036f 100644 --- a/gdb/mi/mi-interp.c +++ b/gdb/mi/mi-interp.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-interp.h" diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index f4ab179..ab788a2 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "target.h" #include "inferior.h" diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index 41bb95a..ff93d2c 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-out.h" #include <vector> diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c index 6975821..8804c98 100644 --- a/gdb/mi/mi-parse.c +++ b/gdb/mi/mi-parse.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-cmds.h" #include "mi-parse.h" #include "charset.h" diff --git a/gdb/mi/mi-symbol-cmds.c b/gdb/mi/mi-symbol-cmds.c index 37cf2fb..15c032b 100644 --- a/gdb/mi/mi-symbol-cmds.c +++ b/gdb/mi/mi-symbol-cmds.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "mi-cmds.h" #include "symtab.h" #include "objfiles.h" diff --git a/gdb/microblaze-linux-tdep.c b/gdb/microblaze-linux-tdep.c index 6236ab0..999a3bc 100644 --- a/gdb/microblaze-linux-tdep.c +++ b/gdb/microblaze-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "symtab.h" diff --git a/gdb/microblaze-tdep.c b/gdb/microblaze-tdep.c index 07261bd..1886c97 100644 --- a/gdb/microblaze-tdep.c +++ b/gdb/microblaze-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "frame.h" diff --git a/gdb/mingw-hdep.c b/gdb/mingw-hdep.c index 0ef19b6..53815b2 100644 --- a/gdb/mingw-hdep.c +++ b/gdb/mingw-hdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "main.h" #include "serial.h" #include "gdbsupport/event-loop.h" diff --git a/gdb/minidebug.c b/gdb/minidebug.c index b7558b7..b3a1f12 100644 --- a/gdb/minidebug.c +++ b/gdb/minidebug.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdb_bfd.h" #include "symfile.h" #include "objfiles.h" diff --git a/gdb/minsyms.c b/gdb/minsyms.c index 6aa2010..38176c4 100644 --- a/gdb/minsyms.c +++ b/gdb/minsyms.c @@ -36,7 +36,6 @@ to figure out what full symbol table entries need to be read in. */ -#include "defs.h" #include <ctype.h> #include "symtab.h" #include "bfd.h" diff --git a/gdb/mips-fbsd-nat.c b/gdb/mips-fbsd-nat.c index 6dd7b00..b4d4104 100644 --- a/gdb/mips-fbsd-nat.c +++ b/gdb/mips-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/mips-fbsd-tdep.c b/gdb/mips-fbsd-tdep.c index 8464a92..188ef40 100644 --- a/gdb/mips-fbsd-tdep.c +++ b/gdb/mips-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regset.h" #include "trad-frame.h" diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 435aff8..97ec72e 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "command.h" #include "gdbcmd.h" #include "inferior.h" diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c index 0b5e786..79508f0 100644 --- a/gdb/mips-linux-tdep.c +++ b/gdb/mips-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "target.h" #include "solib-svr4.h" diff --git a/gdb/mips-netbsd-nat.c b/gdb/mips-netbsd-nat.c index ddf6a8d..3576c09 100644 --- a/gdb/mips-netbsd-nat.c +++ b/gdb/mips-netbsd-nat.c @@ -19,7 +19,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/mips-netbsd-tdep.c b/gdb/mips-netbsd-tdep.c index 8d3604a..63068a1 100644 --- a/gdb/mips-netbsd-tdep.c +++ b/gdb/mips-netbsd-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "regset.h" diff --git a/gdb/mips-sde-tdep.c b/gdb/mips-sde-tdep.c index 7b36789..90988cd 100644 --- a/gdb/mips-sde-tdep.c +++ b/gdb/mips-sde-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "elf-bfd.h" #include "symtab.h" diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 67bed1d..c34971c 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "symtab.h" diff --git a/gdb/mips64-obsd-nat.c b/gdb/mips64-obsd-nat.c index 2b3449c..ced3ffb 100644 --- a/gdb/mips64-obsd-nat.c +++ b/gdb/mips64-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/mips64-obsd-tdep.c b/gdb/mips64-obsd-tdep.c index cacb8bb..543938b 100644 --- a/gdb/mips64-obsd-tdep.c +++ b/gdb/mips64-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "osabi.h" #include "regcache.h" diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 40b1413..53def12 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -23,7 +23,6 @@ /* Read symbols from an ECOFF file. Most of the work is done in mdebugread.c. */ -#include "defs.h" #include "bfd.h" #include "symtab.h" #include "objfiles.h" diff --git a/gdb/mn10300-linux-tdep.c b/gdb/mn10300-linux-tdep.c index 4554cb1..8eb59d2 100644 --- a/gdb/mn10300-linux-tdep.c +++ b/gdb/mn10300-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "mn10300-tdep.h" diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c index f8c5a09..cd70f8a 100644 --- a/gdb/mn10300-tdep.c +++ b/gdb/mn10300-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "gdbtypes.h" diff --git a/gdb/moxie-tdep.c b/gdb/moxie-tdep.c index 812c92d..a6b783e 100644 --- a/gdb/moxie-tdep.c +++ b/gdb/moxie-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/msp430-tdep.c b/gdb/msp430-tdep.c index e07e3cc..9d90a6e 100644 --- a/gdb/msp430-tdep.c +++ b/gdb/msp430-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "prologue-value.h" #include "target.h" diff --git a/gdb/namespace.c b/gdb/namespace.c index 33057fe..231c7bd 100644 --- a/gdb/namespace.c +++ b/gdb/namespace.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "namespace.h" #include "frame.h" #include "symtab.h" diff --git a/gdb/nat/aarch64-hw-point.c b/gdb/nat/aarch64-hw-point.c index 08fd230..b62c462 100644 --- a/gdb/nat/aarch64-hw-point.c +++ b/gdb/nat/aarch64-hw-point.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/break-common.h" #include "gdbsupport/common-regcache.h" #include "aarch64-hw-point.h" diff --git a/gdb/nat/aarch64-linux-hw-point.c b/gdb/nat/aarch64-linux-hw-point.c index 8a06a0c..43e04fe 100644 --- a/gdb/nat/aarch64-linux-hw-point.c +++ b/gdb/nat/aarch64-linux-hw-point.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/break-common.h" #include "gdbsupport/common-regcache.h" #include "nat/linux-nat.h" diff --git a/gdb/nat/aarch64-linux.c b/gdb/nat/aarch64-linux.c index 5ebbc9b..5a95f22 100644 --- a/gdb/nat/aarch64-linux.c +++ b/gdb/nat/aarch64-linux.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/break-common.h" #include "nat/linux-nat.h" #include "nat/aarch64-linux-hw-point.h" diff --git a/gdb/nat/aarch64-mte-linux-ptrace.c b/gdb/nat/aarch64-mte-linux-ptrace.c index dfd2856..ace3e18 100644 --- a/gdb/nat/aarch64-mte-linux-ptrace.c +++ b/gdb/nat/aarch64-mte-linux-ptrace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/byte-vector.h" #include "linux-ptrace.h" diff --git a/gdb/nat/aarch64-scalable-linux-ptrace.c b/gdb/nat/aarch64-scalable-linux-ptrace.c index a840d51..81bb8ea 100644 --- a/gdb/nat/aarch64-scalable-linux-ptrace.c +++ b/gdb/nat/aarch64-scalable-linux-ptrace.c @@ -19,7 +19,6 @@ #include <sys/utsname.h> #include <sys/uio.h> -#include "gdbsupport/common-defs.h" #include "elf/external.h" #include "elf/common.h" #include "aarch64-scalable-linux-ptrace.h" diff --git a/gdb/nat/amd64-linux-siginfo.c b/gdb/nat/amd64-linux-siginfo.c index 8ced193..f5e9994 100644 --- a/gdb/nat/amd64-linux-siginfo.c +++ b/gdb/nat/amd64-linux-siginfo.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include <signal.h> #include "amd64-linux-siginfo.h" diff --git a/gdb/nat/fork-inferior.c b/gdb/nat/fork-inferior.c index dfc2f6c..a5900fe 100644 --- a/gdb/nat/fork-inferior.c +++ b/gdb/nat/fork-inferior.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "fork-inferior.h" #include "target/waitstatus.h" #include "gdbsupport/filestuff.h" diff --git a/gdb/nat/linux-btrace.c b/gdb/nat/linux-btrace.c index f8352b6..5715168 100644 --- a/gdb/nat/linux-btrace.c +++ b/gdb/nat/linux-btrace.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "linux-btrace.h" #include "gdbsupport/common-regcache.h" #include "gdbsupport/gdb_wait.h" diff --git a/gdb/nat/linux-namespaces.c b/gdb/nat/linux-namespaces.c index 292e7e7..36a245c 100644 --- a/gdb/nat/linux-namespaces.c +++ b/gdb/nat/linux-namespaces.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/linux-namespaces.h" #include "gdbsupport/filestuff.h" #include <fcntl.h> diff --git a/gdb/nat/linux-osdata.c b/gdb/nat/linux-osdata.c index c919294..6ffabe9 100644 --- a/gdb/nat/linux-osdata.c +++ b/gdb/nat/linux-osdata.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "linux-osdata.h" #include <sys/types.h> diff --git a/gdb/nat/linux-personality.c b/gdb/nat/linux-personality.c index 4978932..a406c73 100644 --- a/gdb/nat/linux-personality.c +++ b/gdb/nat/linux-personality.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/linux-personality.h" #include <sys/personality.h> diff --git a/gdb/nat/linux-procfs.c b/gdb/nat/linux-procfs.c index b17e312..e208695 100644 --- a/gdb/nat/linux-procfs.c +++ b/gdb/nat/linux-procfs.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "linux-procfs.h" #include "gdbsupport/filestuff.h" #include <dirent.h> diff --git a/gdb/nat/linux-ptrace.c b/gdb/nat/linux-ptrace.c index 4fe8ffa..9ea0e22 100644 --- a/gdb/nat/linux-ptrace.c +++ b/gdb/nat/linux-ptrace.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "linux-ptrace.h" #include "linux-procfs.h" #include "linux-waitpid.h" diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c index 7b5b095..0ac2f9f 100644 --- a/gdb/nat/linux-waitpid.c +++ b/gdb/nat/linux-waitpid.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "linux-nat.h" #include "linux-waitpid.h" diff --git a/gdb/nat/mips-linux-watch.c b/gdb/nat/mips-linux-watch.c index 091d235..7d105e8 100644 --- a/gdb/nat/mips-linux-watch.c +++ b/gdb/nat/mips-linux-watch.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/gdb_ptrace.h" #include "mips-linux-watch.h" diff --git a/gdb/nat/netbsd-nat.c b/gdb/nat/netbsd-nat.c index 5b208c1..713ed6a 100644 --- a/gdb/nat/netbsd-nat.c +++ b/gdb/nat/netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/netbsd-nat.h" #include "gdbsupport/common-debug.h" diff --git a/gdb/nat/ppc-linux.c b/gdb/nat/ppc-linux.c index cc6dffe..d64ed33 100644 --- a/gdb/nat/ppc-linux.c +++ b/gdb/nat/ppc-linux.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "ppc-linux.h" #include "nat/gdb_ptrace.h" #include <elf.h> diff --git a/gdb/nat/riscv-linux-tdesc.c b/gdb/nat/riscv-linux-tdesc.c index 32f5277..0cd3843 100644 --- a/gdb/nat/riscv-linux-tdesc.c +++ b/gdb/nat/riscv-linux-tdesc.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdb_proc_service.h" #include "arch/riscv.h" diff --git a/gdb/nat/windows-nat.c b/gdb/nat/windows-nat.c index 86b70c8..f9f6848 100644 --- a/gdb/nat/windows-nat.c +++ b/gdb/nat/windows-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/windows-nat.h" #include "gdbsupport/common-debug.h" #include "target/target.h" diff --git a/gdb/nat/x86-dregs.c b/gdb/nat/x86-dregs.c index d22e839..7ea9f49 100644 --- a/gdb/nat/x86-dregs.c +++ b/gdb/nat/x86-dregs.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "x86-dregs.h" #include "gdbsupport/break-common.h" diff --git a/gdb/nat/x86-linux-dregs.c b/gdb/nat/x86-linux-dregs.c index a1bc499..a6c0ea6 100644 --- a/gdb/nat/x86-linux-dregs.c +++ b/gdb/nat/x86-linux-dregs.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "nat/gdb_ptrace.h" #include <sys/user.h> #include "target/waitstatus.h" diff --git a/gdb/nat/x86-linux.c b/gdb/nat/x86-linux.c index e61f4d7..7a21c8f 100644 --- a/gdb/nat/x86-linux.c +++ b/gdb/nat/x86-linux.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "x86-linux.h" #include "x86-linux-dregs.h" diff --git a/gdb/nat/x86-xstate.c b/gdb/nat/x86-xstate.c index 9b64ceb..970dda1 100644 --- a/gdb/nat/x86-xstate.c +++ b/gdb/nat/x86-xstate.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/x86-xstate.h" #include "nat/x86-cpuid.h" #include "nat/x86-xstate.h" diff --git a/gdb/nds32-tdep.c b/gdb/nds32-tdep.c index e453cd0..bbbc80b 100644 --- a/gdb/nds32-tdep.c +++ b/gdb/nds32-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/netbsd-nat.c b/gdb/netbsd-nat.c index 574c1ad..90456de 100644 --- a/gdb/netbsd-nat.c +++ b/gdb/netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "netbsd-nat.h" #include "nat/netbsd-nat.h" diff --git a/gdb/netbsd-tdep.c b/gdb/netbsd-tdep.c index e21217d..953b329 100644 --- a/gdb/netbsd-tdep.c +++ b/gdb/netbsd-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "auxv.h" #include "solib-svr4.h" #include "netbsd-tdep.h" diff --git a/gdb/nios2-linux-tdep.c b/gdb/nios2-linux-tdep.c index 9d2d4ff..bd5f6cf 100644 --- a/gdb/nios2-linux-tdep.c +++ b/gdb/nios2-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "osabi.h" #include "solib-svr4.h" diff --git a/gdb/nios2-tdep.c b/gdb/nios2-tdep.c index 0a8eeb8..da2616b 100644 --- a/gdb/nios2-tdep.c +++ b/gdb/nios2-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index a076a23..95a75b4 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <fcntl.h> #include <spawn.h> diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index a164592..937902b 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <sys/stat.h> #include "nto-tdep.h" #include "top.h" diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 2424e1e..e492c82 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/objfiles.c b/gdb/objfiles.c index d880b93..ba88ed1 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -22,7 +22,6 @@ /* This file contains support routines for creating, manipulating, and destroying objfile structures. */ -#include "defs.h" #include "bfd.h" #include "symtab.h" #include "symfile.h" diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index d9134c0..69a21ad 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbthread.h" #include "inferior.h" #include "target.h" diff --git a/gdb/obsd-tdep.c b/gdb/obsd-tdep.c index da53a82..5142984 100644 --- a/gdb/obsd-tdep.c +++ b/gdb/obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "auxv.h" #include "frame.h" #include "symtab.h" diff --git a/gdb/observable.c b/gdb/observable.c index 6ee4562..0527cc6 100644 --- a/gdb/observable.c +++ b/gdb/observable.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "observable.h" #include "command.h" #include "gdbcmd.h" diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c index 2b58dee..2132778 100644 --- a/gdb/opencl-lang.c +++ b/gdb/opencl-lang.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "symtab.h" #include "expression.h" diff --git a/gdb/or1k-linux-nat.c b/gdb/or1k-linux-nat.c index 9a84bc9..2139224 100644 --- a/gdb/or1k-linux-nat.c +++ b/gdb/or1k-linux-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "gregset.h" #include "linux-nat.h" diff --git a/gdb/or1k-linux-tdep.c b/gdb/or1k-linux-tdep.c index 75ab845..00045a3 100644 --- a/gdb/or1k-linux-tdep.c +++ b/gdb/or1k-linux-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "or1k-tdep.h" #include "osabi.h" #include "glibc-tdep.h" diff --git a/gdb/or1k-tdep.c b/gdb/or1k-tdep.c index ffcb50f..d4ac0ac 100644 --- a/gdb/or1k-tdep.c +++ b/gdb/or1k-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "symtab.h" diff --git a/gdb/osabi.c b/gdb/osabi.c index 9917d36..016c203 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "arch-utils.h" diff --git a/gdb/osdata.c b/gdb/osdata.c index a1cc468..6dea100 100644 --- a/gdb/osdata.c +++ b/gdb/osdata.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "xml-support.h" #include "osdata.h" diff --git a/gdb/p-exp.y b/gdb/p-exp.y index bfb1cad..2140b60 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -43,7 +43,6 @@ Probably also lots of other problems, less well defined PM. */ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 73ba436..adc6402 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -19,7 +19,6 @@ /* This file is derived from c-lang.c */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "expression.h" diff --git a/gdb/p-typeprint.c b/gdb/p-typeprint.c index eb2d028..5c48c14 100644 --- a/gdb/p-typeprint.c +++ b/gdb/p-typeprint.c @@ -18,7 +18,6 @@ /* This file is derived from p-typeprint.c */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "bfd.h" #include "symtab.h" diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c index 2372cdf..7f6d7dc 100644 --- a/gdb/p-valprint.c +++ b/gdb/p-valprint.c @@ -19,7 +19,6 @@ /* This file is derived from c-valprint.c */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/parse.c b/gdb/parse.c index 4b0eeaf..fecaa81 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -29,7 +29,6 @@ during the process of parsing; the lower levels of the tree always come first in the result. */ -#include "defs.h" #include <ctype.h> #include "arch-utils.h" #include "symtab.h" diff --git a/gdb/posix-hdep.c b/gdb/posix-hdep.c index ae5add9..a0d5c58 100644 --- a/gdb/posix-hdep.c +++ b/gdb/posix-hdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/event-loop.h" #include "gdbsupport/gdb_select.h" #include "inferior.h" diff --git a/gdb/ppc-fbsd-nat.c b/gdb/ppc-fbsd-nat.c index 1925660..b3b20ff 100644 --- a/gdb/ppc-fbsd-nat.c +++ b/gdb/ppc-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/ppc-fbsd-tdep.c b/gdb/ppc-fbsd-tdep.c index 719ddc7..8f86607 100644 --- a/gdb/ppc-fbsd-tdep.c +++ b/gdb/ppc-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "gdbcore.h" diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 028422b..2ed6e6e 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "gdbthread.h" diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 2824cb6..2da2d32 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "symtab.h" diff --git a/gdb/ppc-netbsd-nat.c b/gdb/ppc-netbsd-nat.c index 06a7a37..a384944 100644 --- a/gdb/ppc-netbsd-nat.c +++ b/gdb/ppc-netbsd-nat.c @@ -21,7 +21,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include <sys/types.h> #include <sys/ptrace.h> diff --git a/gdb/ppc-netbsd-tdep.c b/gdb/ppc-netbsd-tdep.c index 58f5678..d8e4c42 100644 --- a/gdb/ppc-netbsd-tdep.c +++ b/gdb/ppc-netbsd-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "osabi.h" #include "regcache.h" diff --git a/gdb/ppc-obsd-nat.c b/gdb/ppc-obsd-nat.c index 06a67c3..66e7b93 100644 --- a/gdb/ppc-obsd-nat.c +++ b/gdb/ppc-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "inferior.h" #include "regcache.h" diff --git a/gdb/ppc-obsd-tdep.c b/gdb/ppc-obsd-tdep.c index b845e67..b50a24c 100644 --- a/gdb/ppc-obsd-tdep.c +++ b/gdb/ppc-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame.h" #include "frame-unwind.h" diff --git a/gdb/ppc-ravenscar-thread.c b/gdb/ppc-ravenscar-thread.c index 8e61057..fd44a9a 100644 --- a/gdb/ppc-ravenscar-thread.c +++ b/gdb/ppc-ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "ppc-tdep.h" diff --git a/gdb/ppc-sysv-tdep.c b/gdb/ppc-sysv-tdep.c index ebbf1cf..9d0e8a9 100644 --- a/gdb/ppc-sysv-tdep.c +++ b/gdb/ppc-sysv-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "gdbcore.h" #include "inferior.h" diff --git a/gdb/ppc64-tdep.c b/gdb/ppc64-tdep.c index 5797d55..8f91d06 100644 --- a/gdb/ppc64-tdep.c +++ b/gdb/ppc64-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbcore.h" #include "infrun.h" diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 63e530e..cb0d32a 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/probe.c b/gdb/probe.c index 4d68e12..b13baf0 100644 --- a/gdb/probe.c +++ b/gdb/probe.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "probe.h" #include "command.h" #include "cli/cli-cmds.h" diff --git a/gdb/proc-api.c b/gdb/proc-api.c index 07395c5..0d3f389 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -24,7 +24,6 @@ * Pretty-print trace of api calls to the /proc api */ -#include "defs.h" #include "gdbcmd.h" #include "completer.h" diff --git a/gdb/proc-events.c b/gdb/proc-events.c index 76d66de..55b7363 100644 --- a/gdb/proc-events.c +++ b/gdb/proc-events.c @@ -28,7 +28,6 @@ FIXME: At present, the syscall translation table must be initialized, which is not true of the other translation tables. */ -#include "defs.h" #include <sys/types.h> #include <sys/procfs.h> diff --git a/gdb/proc-flags.c b/gdb/proc-flags.c index 24b0cce..33075e9 100644 --- a/gdb/proc-flags.c +++ b/gdb/proc-flags.c @@ -25,7 +25,6 @@ * */ -#include "defs.h" #include <sys/types.h> #include <sys/procfs.h> diff --git a/gdb/proc-service.c b/gdb/proc-service.c index f2ba097..1889a00 100644 --- a/gdb/proc-service.c +++ b/gdb/proc-service.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "inferior.h" diff --git a/gdb/proc-why.c b/gdb/proc-why.c index 5bfc362..ec8987d 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <sys/types.h> #include <sys/procfs.h> diff --git a/gdb/process-stratum-target.c b/gdb/process-stratum-target.c index 8737938..ce8ff28 100644 --- a/gdb/process-stratum-target.c +++ b/gdb/process-stratum-target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "process-stratum-target.h" #include "inferior.h" #include <algorithm> diff --git a/gdb/procfs.c b/gdb/procfs.c index ba2b166..77fdacf 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "infrun.h" #include "target.h" diff --git a/gdb/producer.c b/gdb/producer.c index cd615a4..2ca701f 100644 --- a/gdb/producer.c +++ b/gdb/producer.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "producer.h" #include "gdbsupport/selftest.h" #include "gdbsupport/gdb_regex.h" diff --git a/gdb/progspace-and-thread.c b/gdb/progspace-and-thread.c index 092deb7..e78e56d 100644 --- a/gdb/progspace-and-thread.c +++ b/gdb/progspace-and-thread.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "progspace-and-thread.h" #include "inferior.h" diff --git a/gdb/progspace.c b/gdb/progspace.c index cda0f41..131cd2f 100644 --- a/gdb/progspace.c +++ b/gdb/progspace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "objfiles.h" #include "arch-utils.h" diff --git a/gdb/prologue-value.c b/gdb/prologue-value.c index 7183a90..2c0ce52 100644 --- a/gdb/prologue-value.c +++ b/gdb/prologue-value.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "prologue-value.h" #include "regcache.h" diff --git a/gdb/psymtab.c b/gdb/psymtab.c index a831e5e..a4f5b04 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "objfiles.h" #include "psymtab.h" diff --git a/gdb/python/py-arch.c b/gdb/python/py-arch.c index 663113d..c6f5662 100644 --- a/gdb/python/py-arch.c +++ b/gdb/python/py-arch.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "arch-utils.h" #include "disasm.h" diff --git a/gdb/python/py-auto-load.c b/gdb/python/py-auto-load.c index 4279525..8a3327b 100644 --- a/gdb/python/py-auto-load.c +++ b/gdb/python/py-auto-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "gdbcmd.h" #include "objfiles.h" diff --git a/gdb/python/py-block.c b/gdb/python/py-block.c index 9417ebc..3e30faf 100644 --- a/gdb/python/py-block.c +++ b/gdb/python/py-block.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "block.h" #include "dictionary.h" #include "symtab.h" diff --git a/gdb/python/py-bpevent.c b/gdb/python/py-bpevent.c index dc962f1..5982a26 100644 --- a/gdb/python/py-bpevent.c +++ b/gdb/python/py-bpevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-stopevent.h" /* Create and initialize a BreakpointEvent object. This acquires new diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c index 9578244..cd9ef30 100644 --- a/gdb/python/py-breakpoint.c +++ b/gdb/python/py-breakpoint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "python-internal.h" #include "python.h" diff --git a/gdb/python/py-cmd.c b/gdb/python/py-cmd.c index 91e8f10..f18a8e8 100644 --- a/gdb/python/py-cmd.c +++ b/gdb/python/py-cmd.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "value.h" #include "python-internal.h" diff --git a/gdb/python/py-connection.c b/gdb/python/py-connection.c index 84f80cf..dcca76b 100644 --- a/gdb/python/py-connection.c +++ b/gdb/python/py-connection.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "process-stratum-target.h" #include "inferior.h" diff --git a/gdb/python/py-continueevent.c b/gdb/python/py-continueevent.c index e366b4d..c859b1e 100644 --- a/gdb/python/py-continueevent.c +++ b/gdb/python/py-continueevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" #include "gdbthread.h" diff --git a/gdb/python/py-dap.c b/gdb/python/py-dap.c index 9a00130..861514d 100644 --- a/gdb/python/py-dap.c +++ b/gdb/python/py-dap.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "interps.h" #include "cli-out.h" diff --git a/gdb/python/py-disasm.c b/gdb/python/py-disasm.c index b48d562..2d8ce44 100644 --- a/gdb/python/py-disasm.c +++ b/gdb/python/py-disasm.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "language.h" #include "dis-asm.h" diff --git a/gdb/python/py-event.c b/gdb/python/py-event.c index 7ac16c8..47a2997 100644 --- a/gdb/python/py-event.c +++ b/gdb/python/py-event.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" void diff --git a/gdb/python/py-evtregistry.c b/gdb/python/py-evtregistry.c index d968815..1f486e2 100644 --- a/gdb/python/py-evtregistry.c +++ b/gdb/python/py-evtregistry.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "command.h" #include "py-events.h" diff --git a/gdb/python/py-evts.c b/gdb/python/py-evts.c index 1fbba51..4e966e1 100644 --- a/gdb/python/py-evts.c +++ b/gdb/python/py-evts.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-events.h" static struct PyModuleDef EventModuleDef = diff --git a/gdb/python/py-exitedevent.c b/gdb/python/py-exitedevent.c index bef16c9..4837468 100644 --- a/gdb/python/py-exitedevent.c +++ b/gdb/python/py-exitedevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" static gdbpy_ref<> diff --git a/gdb/python/py-finishbreakpoint.c b/gdb/python/py-finishbreakpoint.c index 617e879..c74a247 100644 --- a/gdb/python/py-finishbreakpoint.c +++ b/gdb/python/py-finishbreakpoint.c @@ -19,7 +19,6 @@ -#include "defs.h" #include "top.h" #include "python-internal.h" #include "breakpoint.h" diff --git a/gdb/python/py-frame.c b/gdb/python/py-frame.c index 7467f84..bbb42af 100644 --- a/gdb/python/py-frame.c +++ b/gdb/python/py-frame.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "charset.h" #include "block.h" diff --git a/gdb/python/py-framefilter.c b/gdb/python/py-framefilter.c index 768e3a6..0cd1597 100644 --- a/gdb/python/py-framefilter.c +++ b/gdb/python/py-framefilter.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "objfiles.h" #include "symtab.h" #include "language.h" diff --git a/gdb/python/py-function.c b/gdb/python/py-function.c index 81c4106..077396c 100644 --- a/gdb/python/py-function.c +++ b/gdb/python/py-function.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "python-internal.h" #include "charset.h" diff --git a/gdb/python/py-gdb-readline.c b/gdb/python/py-gdb-readline.c index bbf49bb..92287ee 100644 --- a/gdb/python/py-gdb-readline.c +++ b/gdb/python/py-gdb-readline.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "top.h" #include "cli/cli-utils.h" diff --git a/gdb/python/py-inferior.c b/gdb/python/py-inferior.c index c25519c..795ac65 100644 --- a/gdb/python/py-inferior.c +++ b/gdb/python/py-inferior.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "auto-load.h" #include "gdbcore.h" #include "gdbthread.h" diff --git a/gdb/python/py-infevents.c b/gdb/python/py-infevents.c index 8a15085..f53d589 100644 --- a/gdb/python/py-infevents.c +++ b/gdb/python/py-infevents.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" /* Construct either a gdb.InferiorCallPreEvent or a diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index 995397e..a17f25e 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbthread.h" #include "inferior.h" #include "python-internal.h" diff --git a/gdb/python/py-instruction.c b/gdb/python/py-instruction.c index e3c99ef..bc3945a 100644 --- a/gdb/python/py-instruction.c +++ b/gdb/python/py-instruction.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-instruction.h" /* Python type object for the abstract gdb.Instruction class. This class diff --git a/gdb/python/py-lazy-string.c b/gdb/python/py-lazy-string.c index 5d07f37..0b7f5c9 100644 --- a/gdb/python/py-lazy-string.c +++ b/gdb/python/py-lazy-string.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "charset.h" #include "value.h" diff --git a/gdb/python/py-linetable.c b/gdb/python/py-linetable.c index 3119478..e3e71f9 100644 --- a/gdb/python/py-linetable.c +++ b/gdb/python/py-linetable.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" struct linetable_entry_object { diff --git a/gdb/python/py-membuf.c b/gdb/python/py-membuf.c index 538d7f4..af48d01 100644 --- a/gdb/python/py-membuf.c +++ b/gdb/python/py-membuf.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" struct membuf_object { diff --git a/gdb/python/py-mi.c b/gdb/python/py-mi.c index 49e524a..bc95e86 100644 --- a/gdb/python/py-mi.c +++ b/gdb/python/py-mi.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "py-uiout.h" #include "utils.h" diff --git a/gdb/python/py-micmd.c b/gdb/python/py-micmd.c index aab6c5c..54427d4 100644 --- a/gdb/python/py-micmd.c +++ b/gdb/python/py-micmd.c @@ -19,7 +19,6 @@ /* GDB/MI commands implemented in Python. */ -#include "defs.h" #include "python-internal.h" #include "arch-utils.h" #include "charset.h" diff --git a/gdb/python/py-newobjfileevent.c b/gdb/python/py-newobjfileevent.c index b7a0968..deaee70 100644 --- a/gdb/python/py-newobjfileevent.c +++ b/gdb/python/py-newobjfileevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" static gdbpy_ref<> diff --git a/gdb/python/py-objfile.c b/gdb/python/py-objfile.c index ffdb7be..60a1483 100644 --- a/gdb/python/py-objfile.c +++ b/gdb/python/py-objfile.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "charset.h" #include "objfiles.h" diff --git a/gdb/python/py-param.c b/gdb/python/py-param.c index 9f3c631..ba83756 100644 --- a/gdb/python/py-param.c +++ b/gdb/python/py-param.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "python-internal.h" #include "charset.h" diff --git a/gdb/python/py-prettyprint.c b/gdb/python/py-prettyprint.c index fb141fb..368b3a3 100644 --- a/gdb/python/py-prettyprint.c +++ b/gdb/python/py-prettyprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "objfiles.h" #include "symtab.h" #include "language.h" diff --git a/gdb/python/py-progspace.c b/gdb/python/py-progspace.c index 5d883a7..a5b22ce 100644 --- a/gdb/python/py-progspace.c +++ b/gdb/python/py-progspace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "charset.h" #include "progspace.h" diff --git a/gdb/python/py-record-btrace.c b/gdb/python/py-record-btrace.c index 347100b..8c34add 100644 --- a/gdb/python/py-record-btrace.c +++ b/gdb/python/py-record-btrace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "gdbcmd.h" #include "gdbthread.h" diff --git a/gdb/python/py-record-full.c b/gdb/python/py-record-full.c index 73b2405..b6623a6 100644 --- a/gdb/python/py-record-full.c +++ b/gdb/python/py-record-full.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-record-full.h" /* Implementation of diff --git a/gdb/python/py-record.c b/gdb/python/py-record.c index 81b4c63..d489126 100644 --- a/gdb/python/py-record.c +++ b/gdb/python/py-record.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-instruction.h" #include "py-record.h" #include "py-record-btrace.h" diff --git a/gdb/python/py-registers.c b/gdb/python/py-registers.c index d7a40c9..f03274c 100644 --- a/gdb/python/py-registers.c +++ b/gdb/python/py-registers.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "arch-utils.h" #include "reggroups.h" diff --git a/gdb/python/py-signalevent.c b/gdb/python/py-signalevent.c index 73f5603..bf51106 100644 --- a/gdb/python/py-signalevent.c +++ b/gdb/python/py-signalevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-stopevent.h" gdbpy_ref<> diff --git a/gdb/python/py-stopevent.c b/gdb/python/py-stopevent.c index fcaebe2..be26bc1 100644 --- a/gdb/python/py-stopevent.c +++ b/gdb/python/py-stopevent.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-stopevent.h" #include "py-uiout.h" #include "thread-fsm.h" diff --git a/gdb/python/py-symbol.c b/gdb/python/py-symbol.c index 88da565..754420f 100644 --- a/gdb/python/py-symbol.c +++ b/gdb/python/py-symbol.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "block.h" #include "frame.h" diff --git a/gdb/python/py-symtab.c b/gdb/python/py-symtab.c index b28f6ca..7290b85 100644 --- a/gdb/python/py-symtab.c +++ b/gdb/python/py-symtab.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "charset.h" #include "symtab.h" #include "source.h" diff --git a/gdb/python/py-threadevent.c b/gdb/python/py-threadevent.c index 5c99b60..557f2b7 100644 --- a/gdb/python/py-threadevent.c +++ b/gdb/python/py-threadevent.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "py-event.h" #include "infrun.h" #include "gdbthread.h" diff --git a/gdb/python/py-tui.c b/gdb/python/py-tui.c index 089f4f8..5dcec4b 100644 --- a/gdb/python/py-tui.c +++ b/gdb/python/py-tui.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "python-internal.h" #include "gdbsupport/intrusive_list.h" diff --git a/gdb/python/py-type.c b/gdb/python/py-type.c index 8793db8..863e6f6 100644 --- a/gdb/python/py-type.c +++ b/gdb/python/py-type.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "python-internal.h" #include "charset.h" diff --git a/gdb/python/py-unwind.c b/gdb/python/py-unwind.c index 56f925b..58bcf40 100644 --- a/gdb/python/py-unwind.c +++ b/gdb/python/py-unwind.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "frame-unwind.h" #include "gdbsupport/gdb_obstack.h" diff --git a/gdb/python/py-utils.c b/gdb/python/py-utils.c index 3fcf48f..47f65f4 100644 --- a/gdb/python/py-utils.c +++ b/gdb/python/py-utils.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "charset.h" #include "value.h" diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c index ff7943d..dd17420 100644 --- a/gdb/python/py-value.c +++ b/gdb/python/py-value.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "charset.h" #include "value.h" diff --git a/gdb/python/py-varobj.c b/gdb/python/py-varobj.c index efe6b43..cbfea26 100644 --- a/gdb/python/py-varobj.c +++ b/gdb/python/py-varobj.c @@ -13,7 +13,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "python-internal.h" #include "varobj.h" #include "varobj-iter.h" diff --git a/gdb/python/py-xmethods.c b/gdb/python/py-xmethods.c index c7041eb..2fae043 100644 --- a/gdb/python/py-xmethods.c +++ b/gdb/python/py-xmethods.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "extension-priv.h" #include "objfiles.h" diff --git a/gdb/python/python.c b/gdb/python/python.c index e2ac315..d6e5883 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "command.h" #include "ui-out.h" diff --git a/gdb/ravenscar-thread.c b/gdb/ravenscar-thread.c index 75d110f..ecc9235 100644 --- a/gdb/ravenscar-thread.c +++ b/gdb/ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "gdbthread.h" #include "ada-lang.h" diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c index 6350400..0ef1dfb 100644 --- a/gdb/record-btrace.c +++ b/gdb/record-btrace.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "record.h" #include "record-btrace.h" #include "gdbthread.h" diff --git a/gdb/record-full.c b/gdb/record-full.c index 2405882..4c3667f 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "regcache.h" #include "gdbthread.h" diff --git a/gdb/record.c b/gdb/record.c index 25901d2..1843969 100644 --- a/gdb/record.c +++ b/gdb/record.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "completer.h" #include "record.h" diff --git a/gdb/regcache-dump.c b/gdb/regcache-dump.c index 709dd05..33205a4 100644 --- a/gdb/regcache-dump.c +++ b/gdb/regcache-dump.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "regcache.h" #include "gdbsupport/def-vector.h" diff --git a/gdb/regcache.c b/gdb/regcache.c index af29889..b7abbe9 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbthread.h" #include "target.h" diff --git a/gdb/regformats/regdat.sh b/gdb/regformats/regdat.sh index 344fcf5..38464c6 100755 --- a/gdb/regformats/regdat.sh +++ b/gdb/regformats/regdat.sh @@ -107,7 +107,6 @@ EOF exec > new-$2 copyright $1 -echo '#include "server.h"' echo '#include "regdef.h"' echo '#include "tdesc.h"' echo diff --git a/gdb/reggroups.c b/gdb/reggroups.c index ee76c04..8fb21bd 100644 --- a/gdb/reggroups.c +++ b/gdb/reggroups.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "reggroups.h" #include "gdbtypes.h" diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index 154cd0b..eaa0d8f 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -19,7 +19,6 @@ /* See the GDB User Guide for details of the GDB remote protocol. */ -#include "defs.h" #include "gdbcmd.h" #include "remote.h" #include "gdbsupport/gdb_wait.h" diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c index 2088b50..9acf3f8 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -31,7 +31,6 @@ remote_async_get_pending_events_handler, while in all-stop mode, they are processed in remote_resume. */ -#include "defs.h" #include "remote.h" #include "remote-notif.h" #include "observable.h" diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index e761d3a..5fccefe 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdb_bfd.h" #include "inferior.h" #include "infrun.h" diff --git a/gdb/remote.c b/gdb/remote.c index 14c8b02..e278711 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -19,7 +19,6 @@ /* See the GDB User Guide for details of the GDB remote protocol. */ -#include "defs.h" #include <ctype.h> #include <fcntl.h> #include "inferior.h" diff --git a/gdb/reverse.c b/gdb/reverse.c index 9a01163..11c76b4 100644 --- a/gdb/reverse.c +++ b/gdb/reverse.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "top.h" #include "cli/cli-cmds.h" diff --git a/gdb/riscv-fbsd-nat.c b/gdb/riscv-fbsd-nat.c index 8da2e02..bc9d613 100644 --- a/gdb/riscv-fbsd-nat.c +++ b/gdb/riscv-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "target.h" diff --git a/gdb/riscv-fbsd-tdep.c b/gdb/riscv-fbsd-tdep.c index 205f7a9..68f7267 100644 --- a/gdb/riscv-fbsd-tdep.c +++ b/gdb/riscv-fbsd-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "fbsd-tdep.h" #include "osabi.h" #include "riscv-tdep.h" diff --git a/gdb/riscv-linux-nat.c b/gdb/riscv-linux-nat.c index 5bccc1f..a5507e8 100644 --- a/gdb/riscv-linux-nat.c +++ b/gdb/riscv-linux-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "gregset.h" #include "linux-nat.h" diff --git a/gdb/riscv-linux-tdep.c b/gdb/riscv-linux-tdep.c index 0267dc6..ff478cf 100644 --- a/gdb/riscv-linux-tdep.c +++ b/gdb/riscv-linux-tdep.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "riscv-tdep.h" #include "osabi.h" #include "glibc-tdep.h" diff --git a/gdb/riscv-none-tdep.c b/gdb/riscv-none-tdep.c index 7dcab01..e98c699 100644 --- a/gdb/riscv-none-tdep.c +++ b/gdb/riscv-none-tdep.c @@ -17,7 +17,6 @@ /* This file contain code that is specific for bare-metal RISC-V targets. */ -#include "defs.h" #include "arch-utils.h" #include "regcache.h" #include "riscv-tdep.h" diff --git a/gdb/riscv-ravenscar-thread.c b/gdb/riscv-ravenscar-thread.c index 794b0c4..291b1db 100644 --- a/gdb/riscv-ravenscar-thread.c +++ b/gdb/riscv-ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/riscv-tdep.c b/gdb/riscv-tdep.c index 604a19f..f86a379 100644 --- a/gdb/riscv-tdep.c +++ b/gdb/riscv-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "symtab.h" @@ -49,7 +48,6 @@ #include "dwarf2/frame.h" #include "user-regs.h" #include "valprint.h" -#include "gdbsupport/common-defs.h" #include "opcode/riscv-opc.h" #include "cli/cli-decode.h" #include "observable.h" diff --git a/gdb/rl78-tdep.c b/gdb/rl78-tdep.c index 1e439f3..acd0731 100644 --- a/gdb/rl78-tdep.c +++ b/gdb/rl78-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "prologue-value.h" #include "target.h" diff --git a/gdb/rs6000-aix-nat.c b/gdb/rs6000-aix-nat.c index 066d34d..908671a 100644 --- a/gdb/rs6000-aix-nat.c +++ b/gdb/rs6000-aix-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "target.h" #include "gdbcore.h" diff --git a/gdb/rs6000-aix-tdep.c b/gdb/rs6000-aix-tdep.c index db76af6..5111f4f 100644 --- a/gdb/rs6000-aix-tdep.c +++ b/gdb/rs6000-aix-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regcache.h" #include "regset.h" diff --git a/gdb/rs6000-lynx178-tdep.c b/gdb/rs6000-lynx178-tdep.c index c92c71d..550e068 100644 --- a/gdb/rs6000-lynx178-tdep.c +++ b/gdb/rs6000-lynx178-tdep.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "regcache.h" #include "gdbcore.h" diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 3157213..b7ba004 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "infrun.h" diff --git a/gdb/run-on-main-thread.c b/gdb/run-on-main-thread.c index 7b9807e..e30daba 100644 --- a/gdb/run-on-main-thread.c +++ b/gdb/run-on-main-thread.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "run-on-main-thread.h" #include "ser-event.h" #if CXX_STD_THREAD diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index ab537cc..64e4057 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c index 66263b9..9300e17 100644 --- a/gdb/rust-parse.c +++ b/gdb/rust-parse.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "block.h" #include "charset.h" diff --git a/gdb/rx-tdep.c b/gdb/rx-tdep.c index 53ad5d5..844e360 100644 --- a/gdb/rx-tdep.c +++ b/gdb/rx-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "prologue-value.h" #include "target.h" diff --git a/gdb/s12z-tdep.c b/gdb/s12z-tdep.c index 60cbc26..29d4ef3 100644 --- a/gdb/s12z-tdep.c +++ b/gdb/s12z-tdep.c @@ -18,7 +18,6 @@ /* Much of this file is shamelessly copied from or1k-tdep.c and others. */ -#include "defs.h" #include "arch-utils.h" #include "dwarf2/frame.h" diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c index 1e07481..fa4aaf9 100644 --- a/gdb/s390-linux-nat.c +++ b/gdb/s390-linux-nat.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "inferior.h" #include "target.h" diff --git a/gdb/s390-linux-tdep.c b/gdb/s390-linux-tdep.c index 945b3c7..bc1db55 100644 --- a/gdb/s390-linux-tdep.c +++ b/gdb/s390-linux-tdep.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "auxv.h" #include "elf/common.h" diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index 174338e..519e3eb 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "ax-gdb.h" diff --git a/gdb/selftest-arch.c b/gdb/selftest-arch.c index 99677ed..a337f76 100644 --- a/gdb/selftest-arch.c +++ b/gdb/selftest-arch.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <functional> #if GDB_SELF_TEST diff --git a/gdb/sentinel-frame.c b/gdb/sentinel-frame.c index ca7c289..4eaeae0 100644 --- a/gdb/sentinel-frame.c +++ b/gdb/sentinel-frame.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "sentinel-frame.h" #include "inferior.h" diff --git a/gdb/ser-base.c b/gdb/ser-base.c index f630826..ccf38d2 100644 --- a/gdb/ser-base.c +++ b/gdb/ser-base.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" #include "gdbsupport/event-loop.h" diff --git a/gdb/ser-event.c b/gdb/ser-event.c index 374322e..fe1c460 100644 --- a/gdb/ser-event.c +++ b/gdb/ser-event.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ser-event.h" #include "serial.h" #include "gdbsupport/filestuff.h" diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index 57c4480..ae71f73 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -21,7 +21,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "serial.h" /* diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c index 5c2e06c..2603bb8 100644 --- a/gdb/ser-mingw.c +++ b/gdb/ser-mingw.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" #include "ser-tcp.h" diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 842b656..4931203 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" #include "ser-unix.h" diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 3f5541d..6efc245 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" #include "ser-tcp.h" diff --git a/gdb/ser-uds.c b/gdb/ser-uds.c index 39a5f6f..8da4c7a 100644 --- a/gdb/ser-uds.c +++ b/gdb/ser-uds.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index bc8b087..db1464f 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "serial.h" #include "ser-base.h" #include "ser-unix.h" diff --git a/gdb/serial.c b/gdb/serial.c index 734a580..aeab7eb 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "serial.h" #include "gdbcmd.h" diff --git a/gdb/sh-linux-tdep.c b/gdb/sh-linux-tdep.c index c78d363..affbf55 100644 --- a/gdb/sh-linux-tdep.c +++ b/gdb/sh-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "solib-svr4.h" diff --git a/gdb/sh-netbsd-nat.c b/gdb/sh-netbsd-nat.c index cf32198..c3c31e9 100644 --- a/gdb/sh-netbsd-nat.c +++ b/gdb/sh-netbsd-nat.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include <sys/types.h> diff --git a/gdb/sh-netbsd-tdep.c b/gdb/sh-netbsd-tdep.c index e04df27..fec6a2e 100644 --- a/gdb/sh-netbsd-tdep.c +++ b/gdb/sh-netbsd-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regset.h" #include "value.h" diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 16e513e..1c67ea4 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -20,7 +20,6 @@ /* Contributed by Steve Chamberlain sac@cygnus.com. */ -#include "defs.h" #include "frame.h" #include "frame-base.h" #include "frame-unwind.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "skip.h" #include "value.h" #include "valprint.h" diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index d58e2af..7c17601 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -48,7 +48,6 @@ symbols, etc... The ps_* routines actually do most of their work by calling functions in procfs.c. */ -#include "defs.h" #include <thread.h> #include <proc_service.h> #include <thread_db.h> diff --git a/gdb/sol2-tdep.c b/gdb/sol2-tdep.c index 4ee2d0a..468b132 100644 --- a/gdb/sol2-tdep.c +++ b/gdb/sol2-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "symtab.h" #include "inferior.h" diff --git a/gdb/solib-aix.c b/gdb/solib-aix.c index 8c8f219..a50bb16 100644 --- a/gdb/solib-aix.c +++ b/gdb/solib-aix.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "solib-aix.h" #include "solib.h" #include "solist.h" diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index 5ef0646..6943b2d 100644 --- a/gdb/solib-darwin.c +++ b/gdb/solib-darwin.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include "objfiles.h" diff --git a/gdb/solib-dsbt.c b/gdb/solib-dsbt.c index f1c10d0..0208ed1 100644 --- a/gdb/solib-dsbt.c +++ b/gdb/solib-dsbt.c @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "solib.h" diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index f90a0a2..aef6093 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "solib.h" #include "solist.h" diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 02ab36b..b714e4e 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "amd-dbgapi-target.h" #include "amdgpu-tdep.h" diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 2377ed3..49dd1e9 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "elf/external.h" #include "elf/common.h" diff --git a/gdb/solib-target.c b/gdb/solib-target.c index bb4c6a6..6563da0 100644 --- a/gdb/solib-target.c +++ b/gdb/solib-target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "objfiles.h" #include "solist.h" #include "symtab.h" diff --git a/gdb/solib.c b/gdb/solib.c index 9497f5d..2f69c33 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <fcntl.h> #include "symtab.h" diff --git a/gdb/source-cache.c b/gdb/source-cache.c index 8b5bd84..6af984f 100644 --- a/gdb/source-cache.c +++ b/gdb/source-cache.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "source-cache.h" #include "gdbsupport/scoped_fd.h" #include "source.h" diff --git a/gdb/source.c b/gdb/source.c index bbeb415..432301e 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "symtab.h" #include "expression.h" diff --git a/gdb/sparc-linux-nat.c b/gdb/sparc-linux-nat.c index f814243..0b3a692 100644 --- a/gdb/sparc-linux-nat.c +++ b/gdb/sparc-linux-nat.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include <sys/procfs.h> diff --git a/gdb/sparc-linux-tdep.c b/gdb/sparc-linux-tdep.c index 1590cbd..fac4c7d 100644 --- a/gdb/sparc-linux-tdep.c +++ b/gdb/sparc-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/frame.h" #include "frame.h" #include "frame-unwind.h" diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index d3149ab..b8d0bed 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/sparc-netbsd-nat.c b/gdb/sparc-netbsd-nat.c index 1f65c01..82592cc 100644 --- a/gdb/sparc-netbsd-nat.c +++ b/gdb/sparc-netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "target.h" diff --git a/gdb/sparc-netbsd-tdep.c b/gdb/sparc-netbsd-tdep.c index d2b1a4b..fc22e66 100644 --- a/gdb/sparc-netbsd-tdep.c +++ b/gdb/sparc-netbsd-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc-obsd-tdep.c b/gdb/sparc-obsd-tdep.c index 8cdbc8a..d616671 100644 --- a/gdb/sparc-obsd-tdep.c +++ b/gdb/sparc-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc-ravenscar-thread.c b/gdb/sparc-ravenscar-thread.c index 0f6dec0..82f68e1 100644 --- a/gdb/sparc-ravenscar-thread.c +++ b/gdb/sparc-ravenscar-thread.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "sparc-tdep.h" diff --git a/gdb/sparc-sol2-nat.c b/gdb/sparc-sol2-nat.c index cee9a68..8f9607f 100644 --- a/gdb/sparc-sol2-nat.c +++ b/gdb/sparc-sol2-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include <sys/procfs.h> diff --git a/gdb/sparc-sol2-tdep.c b/gdb/sparc-sol2-tdep.c index 5257844..aea3766 100644 --- a/gdb/sparc-sol2-tdep.c +++ b/gdb/sparc-sol2-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index 5eec361..fbc27ff 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "dwarf2.h" diff --git a/gdb/sparc64-fbsd-nat.c b/gdb/sparc64-fbsd-nat.c index 7c02540..c10d55f 100644 --- a/gdb/sparc64-fbsd-nat.c +++ b/gdb/sparc64-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include "target.h" diff --git a/gdb/sparc64-fbsd-tdep.c b/gdb/sparc64-fbsd-tdep.c index c992c8c..a30c7c4 100644 --- a/gdb/sparc64-fbsd-tdep.c +++ b/gdb/sparc64-fbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc64-linux-nat.c b/gdb/sparc64-linux-nat.c index 24dfa2c..bd9aafd 100644 --- a/gdb/sparc64-linux-nat.c +++ b/gdb/sparc64-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "regcache.h" #include <sys/procfs.h> diff --git a/gdb/sparc64-linux-tdep.c b/gdb/sparc64-linux-tdep.c index 33da532..e91bba3 100644 --- a/gdb/sparc64-linux-tdep.c +++ b/gdb/sparc64-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "dwarf2/frame.h" diff --git a/gdb/sparc64-nat.c b/gdb/sparc64-nat.c index a7cc440..aa07bf5 100644 --- a/gdb/sparc64-nat.c +++ b/gdb/sparc64-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbarch.h" #include "sparc64-tdep.h" diff --git a/gdb/sparc64-netbsd-nat.c b/gdb/sparc64-netbsd-nat.c index 32dc87e..111a45d 100644 --- a/gdb/sparc64-netbsd-nat.c +++ b/gdb/sparc64-netbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "target.h" diff --git a/gdb/sparc64-netbsd-tdep.c b/gdb/sparc64-netbsd-tdep.c index fe97689..b101f49 100644 --- a/gdb/sparc64-netbsd-tdep.c +++ b/gdb/sparc64-netbsd-tdep.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc64-obsd-nat.c b/gdb/sparc64-obsd-nat.c index c007edb..71589d1 100644 --- a/gdb/sparc64-obsd-nat.c +++ b/gdb/sparc64-obsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcore.h" #include "regcache.h" #include "target.h" diff --git a/gdb/sparc64-obsd-tdep.c b/gdb/sparc64-obsd-tdep.c index 3837074..6caeb10 100644 --- a/gdb/sparc64-obsd-tdep.c +++ b/gdb/sparc64-obsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/sparc64-sol2-tdep.c b/gdb/sparc64-sol2-tdep.c index 7cef98b..b7ca4ca 100644 --- a/gdb/sparc64-sol2-tdep.c +++ b/gdb/sparc64-sol2-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "gdbarch.h" diff --git a/gdb/sparc64-tdep.c b/gdb/sparc64-tdep.c index 8a90dd0..a55107f 100644 --- a/gdb/sparc64-tdep.c +++ b/gdb/sparc64-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dwarf2/frame.h" #include "frame.h" diff --git a/gdb/split-name.c b/gdb/split-name.c index eacec13..f296080 100644 --- a/gdb/split-name.c +++ b/gdb/split-name.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "split-name.h" #include "cp-support.h" diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 025cb21..85fe400 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -24,7 +24,6 @@ format). Avoid placing any object file format specific code in this file. */ -#include "defs.h" #include "bfd.h" #include "gdbsupport/gdb_obstack.h" #include "symtab.h" diff --git a/gdb/stack.c b/gdb/stack.c index 23e3891..9c67922 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index b54e4d2..0b66554 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "stap-probe.h" #include "probe.h" #include "ui-out.h" diff --git a/gdb/std-regs.c b/gdb/std-regs.c index 755e0c9..3539d8a 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "user-regs.h" #include "frame.h" #include "gdbtypes.h" diff --git a/gdb/stub-termcap.c b/gdb/stub-termcap.c index 28b046d..ff0ef99 100644 --- a/gdb/stub-termcap.c +++ b/gdb/stub-termcap.c @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" extern "C" { diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index 3955298..bc70447 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -25,7 +25,6 @@ and then if the function returns a result printing a message after it returns. */ -#include "defs.h" #include "gdbcmd.h" #include "objfiles.h" #include "observable.h" diff --git a/gdb/symfile-mem.c b/gdb/symfile-mem.c index 12a5f7d..87fcc07 100644 --- a/gdb/symfile-mem.c +++ b/gdb/symfile-mem.c @@ -41,7 +41,6 @@ entry point. */ -#include "defs.h" #include "symtab.h" #include "gdbcore.h" #include "objfiles.h" diff --git a/gdb/symfile.c b/gdb/symfile.c index db6d76e..2a7d41d 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "bfdlink.h" #include "symtab.h" diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 49b9674..f80fc5a 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "bfd.h" diff --git a/gdb/symtab.c b/gdb/symtab.c index 33b664f..86603df 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "dwarf2/call-site.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/target-connection.c b/gdb/target-connection.c index 388fd87..d9a529a 100644 --- a/gdb/target-connection.c +++ b/gdb/target-connection.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target-connection.h" #include <map> diff --git a/gdb/target-dcache.c b/gdb/target-dcache.c index 72886d7..7c6bcd8 100644 --- a/gdb/target-dcache.c +++ b/gdb/target-dcache.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target-dcache.h" #include "gdbcmd.h" #include "progspace.h" diff --git a/gdb/target-descriptions.c b/gdb/target-descriptions.c index 591ae3d..8aca5cf 100644 --- a/gdb/target-descriptions.c +++ b/gdb/target-descriptions.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "gdbcmd.h" #include "gdbtypes.h" @@ -1299,7 +1298,6 @@ public: gdb_printf (" Original: %s */\n\n", lbasename (m_filename_after_features.c_str ())); - gdb_printf ("#include \"defs.h\"\n"); gdb_printf ("#include \"osabi.h\"\n"); gdb_printf ("#include \"target-descriptions.h\"\n"); gdb_printf ("\n"); diff --git a/gdb/target-float.c b/gdb/target-float.c index 4159889..9b1b6b7 100644 --- a/gdb/target-float.c +++ b/gdb/target-float.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "floatformat.h" #include "target-float.h" diff --git a/gdb/target-memory.c b/gdb/target-memory.c index 6bb67e4..f752769 100644 --- a/gdb/target-memory.c +++ b/gdb/target-memory.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "memory-map.h" #include "inferior.h" diff --git a/gdb/target.c b/gdb/target.c index bbc1bad..107a84b 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "target-dcache.h" #include "gdbcmd.h" diff --git a/gdb/target/target.c b/gdb/target/target.c index f00506a..c84a6ff 100644 --- a/gdb/target/target.c +++ b/gdb/target/target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "target/target.h" /* Read LEN bytes of target memory at address MEMADDR, placing the diff --git a/gdb/target/waitstatus.c b/gdb/target/waitstatus.c index 411a2ec..30c0621 100644 --- a/gdb/target/waitstatus.c +++ b/gdb/target/waitstatus.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "waitstatus.h" /* See waitstatus.h. */ diff --git a/gdb/test-target.c b/gdb/test-target.c index 3d66295..4da7a08 100644 --- a/gdb/test-target.c +++ b/gdb/test-target.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "test-target.h" #if GDB_SELF_TEST diff --git a/gdb/thread-iter.c b/gdb/thread-iter.c index 31fcf1f..601d23c 100644 --- a/gdb/thread-iter.c +++ b/gdb/thread-iter.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbthread.h" #include "inferior.h" diff --git a/gdb/thread.c b/gdb/thread.c index 2252356..60a1bef 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "language.h" #include "symtab.h" #include "frame.h" diff --git a/gdb/tic6x-linux-tdep.c b/gdb/tic6x-linux-tdep.c index a9de60c..c214178 100644 --- a/gdb/tic6x-linux-tdep.c +++ b/gdb/tic6x-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "solib.h" #include "osabi.h" #include "linux-tdep.h" diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c index aa11509..3a63b0c 100644 --- a/gdb/tic6x-tdep.c +++ b/gdb/tic6x-tdep.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" diff --git a/gdb/tid-parse.c b/gdb/tid-parse.c index aa1480d..623f55e 100644 --- a/gdb/tid-parse.c +++ b/gdb/tid-parse.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tid-parse.h" #include "inferior.h" #include "gdbthread.h" diff --git a/gdb/tilegx-linux-nat.c b/gdb/tilegx-linux-nat.c index ad707d3..bbfeaef 100644 --- a/gdb/tilegx-linux-nat.c +++ b/gdb/tilegx-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbcore.h" #include "regcache.h" diff --git a/gdb/tilegx-linux-tdep.c b/gdb/tilegx-linux-tdep.c index e0ff0fc..cec2be2 100644 --- a/gdb/tilegx-linux-tdep.c +++ b/gdb/tilegx-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "osabi.h" #include "linux-tdep.h" #include "glibc-tdep.h" diff --git a/gdb/tilegx-tdep.c b/gdb/tilegx-tdep.c index c25933b..d5ea93c 100644 --- a/gdb/tilegx-tdep.c +++ b/gdb/tilegx-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-base.h" #include "frame-unwind.h" @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "cli/cli-cmds.h" #include "cli/cli-script.h" diff --git a/gdb/tracectf.c b/gdb/tracectf.c index 2ffae6b..282a825 100644 --- a/gdb/tracectf.c +++ b/gdb/tracectf.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tracectf.h" #include "tracepoint.h" #include "regcache.h" diff --git a/gdb/tracefile-tfile.c b/gdb/tracefile-tfile.c index f5696bf..79af963 100644 --- a/gdb/tracefile-tfile.c +++ b/gdb/tracefile-tfile.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tracefile.h" #include "readline/tilde.h" #include "gdbsupport/filestuff.h" diff --git a/gdb/tracefile.c b/gdb/tracefile.c index e347b3a..9db68bb 100644 --- a/gdb/tracefile.c +++ b/gdb/tracefile.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tracefile.h" #include "tracectf.h" #include "exec.h" diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 418d9ea..1586a04 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "symtab.h" #include "frame.h" diff --git a/gdb/trad-frame.c b/gdb/trad-frame.c index c35e08a..fc92613 100644 --- a/gdb/trad-frame.c +++ b/gdb/trad-frame.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "trad-frame.h" #include "regcache.h" diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index 0e730e6..4b397cb 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tramp-frame.h" #include "frame-unwind.h" #include "gdbcore.h" diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index 2587dfe..59e5955 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tui/tui.h" #include "tui/tui-data.h" #include "tui/tui-win.h" diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c index 03395d2..462771c 100644 --- a/gdb/tui/tui-data.c +++ b/gdb/tui/tui-data.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "tui/tui.h" #include "tui/tui-data.h" diff --git a/gdb/tui/tui-disasm.c b/gdb/tui/tui-disasm.c index 5dc27c3..07ca376 100644 --- a/gdb/tui/tui-disasm.c +++ b/gdb/tui/tui-disasm.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "symtab.h" #include "breakpoint.h" diff --git a/gdb/tui/tui-file.c b/gdb/tui/tui-file.c index 1cf8404..a0d72a0 100644 --- a/gdb/tui/tui-file.c +++ b/gdb/tui/tui-file.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tui/tui-file.h" #include "tui/tui-io.h" #include "tui/tui-command.h" diff --git a/gdb/tui/tui-hooks.c b/gdb/tui/tui-hooks.c index 289a259..cf48e70 100644 --- a/gdb/tui/tui-hooks.c +++ b/gdb/tui/tui-hooks.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "inferior.h" #include "command.h" diff --git a/gdb/tui/tui-interp.c b/gdb/tui/tui-interp.c index b16da31..a75708b 100644 --- a/gdb/tui/tui-interp.c +++ b/gdb/tui/tui-interp.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-interp.h" #include "interps.h" #include "ui.h" diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index ba07e3d..34e85de 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "gdbsupport/event-loop.h" #include "event-top.h" diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index a96ca85..143254b 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "command.h" #include "symtab.h" diff --git a/gdb/tui/tui-location.c b/gdb/tui/tui-location.c index 831ab14..7e8f769 100644 --- a/gdb/tui/tui-location.c +++ b/gdb/tui/tui-location.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tui/tui.h" #include "tui/tui-status.h" #include "tui/tui-data.h" diff --git a/gdb/tui/tui-regs.c b/gdb/tui/tui-regs.c index 05211eb..88e1c5a 100644 --- a/gdb/tui/tui-regs.c +++ b/gdb/tui/tui-regs.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "tui/tui.h" #include "tui/tui-data.h" diff --git a/gdb/tui/tui-source.c b/gdb/tui/tui-source.c index fa956b2..5c17aba 100644 --- a/gdb/tui/tui-source.c +++ b/gdb/tui/tui-source.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <math.h> #include <ctype.h> #include "symtab.h" diff --git a/gdb/tui/tui-status.c b/gdb/tui/tui-status.c index aac391d..c7750af 100644 --- a/gdb/tui/tui-status.c +++ b/gdb/tui/tui-status.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "breakpoint.h" #include "frame.h" diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index a2982eb..ced7e25 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -24,7 +24,6 @@ Author: Susan B. Macchia */ -#include "defs.h" #include "command.h" #include "symtab.h" #include "breakpoint.h" diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c index 4263b9c..c14ac5a 100644 --- a/gdb/tui/tui-wingeneral.c +++ b/gdb/tui/tui-wingeneral.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "tui/tui.h" #include "tui/tui-data.h" #include "tui/tui-io.h" diff --git a/gdb/tui/tui-winsource.c b/gdb/tui/tui-winsource.c index 6b8716c..4dbbe92 100644 --- a/gdb/tui/tui-winsource.c +++ b/gdb/tui/tui-winsource.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "symtab.h" #include "frame.h" diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index dea6ffb..19f0960 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "tui/tui.h" #include "tui/tui-hooks.h" diff --git a/gdb/type-stack.c b/gdb/type-stack.c index 614f7e8..09348df 100644 --- a/gdb/type-stack.c +++ b/gdb/type-stack.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "type-stack.h" #include "gdbtypes.h" diff --git a/gdb/typeprint.c b/gdb/typeprint.c index 3b100dc..4d0e764 100644 --- a/gdb/typeprint.c +++ b/gdb/typeprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/gdb_obstack.h" #include "bfd.h" #include "symtab.h" diff --git a/gdb/ui-file.c b/gdb/ui-file.c index e609210..dd15ea4 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -19,7 +19,6 @@ /* Implement the ``struct ui_file'' object. */ -#include "defs.h" #include "ui-file.h" #include "gdbsupport/gdb_obstack.h" #include "gdbsupport/gdb_select.h" diff --git a/gdb/ui-out.c b/gdb/ui-out.c index a5f1ba5..b3a2fb7 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "expression.h" #include "language.h" #include "ui-out.h" diff --git a/gdb/ui-style.c b/gdb/ui-style.c index 3d9e1b5..952102e 100644 --- a/gdb/ui-style.c +++ b/gdb/ui-style.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ui-style.h" #include "gdbsupport/gdb_regex.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "ui.h" #include "cli/cli-cmds.h" diff --git a/gdb/unittests/array-view-selftests.c b/gdb/unittests/array-view-selftests.c index 299318a..eb3ae30 100644 --- a/gdb/unittests/array-view-selftests.c +++ b/gdb/unittests/array-view-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/array-view.h" #include <array> diff --git a/gdb/unittests/child-path-selftests.c b/gdb/unittests/child-path-selftests.c index 9f77dd7..4c4014d 100644 --- a/gdb/unittests/child-path-selftests.c +++ b/gdb/unittests/child-path-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/pathstuff.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/cli-utils-selftests.c b/gdb/unittests/cli-utils-selftests.c index 69d84bf..6ade3af 100644 --- a/gdb/unittests/cli-utils-selftests.c +++ b/gdb/unittests/cli-utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-utils.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/command-def-selftests.c b/gdb/unittests/command-def-selftests.c index 74a2180..6936af7 100644 --- a/gdb/unittests/command-def-selftests.c +++ b/gdb/unittests/command-def-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "cli/cli-cmds.h" #include "cli/cli-decode.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/common-utils-selftests.c b/gdb/unittests/common-utils-selftests.c index b1f8fb8..e66e380 100644 --- a/gdb/unittests/common-utils-selftests.c +++ b/gdb/unittests/common-utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/selftest.h" namespace selftests { diff --git a/gdb/unittests/copy_bitwise-selftests.c b/gdb/unittests/copy_bitwise-selftests.c index 776d99a..c9f61b0 100644 --- a/gdb/unittests/copy_bitwise-selftests.c +++ b/gdb/unittests/copy_bitwise-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "utils.h" diff --git a/gdb/unittests/enum-flags-selftests.c b/gdb/unittests/enum-flags-selftests.c index 54e1681..b55d8c3 100644 --- a/gdb/unittests/enum-flags-selftests.c +++ b/gdb/unittests/enum-flags-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/enum-flags.h" #include "gdbsupport/valid-expr.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/environ-selftests.c b/gdb/unittests/environ-selftests.c index c016e74..9bd7360 100644 --- a/gdb/unittests/environ-selftests.c +++ b/gdb/unittests/environ-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/environ.h" #include "diagnostics.h" diff --git a/gdb/unittests/filtered_iterator-selftests.c b/gdb/unittests/filtered_iterator-selftests.c index 147f09d..dc76fe0 100644 --- a/gdb/unittests/filtered_iterator-selftests.c +++ b/gdb/unittests/filtered_iterator-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/filtered-iterator.h" diff --git a/gdb/unittests/format_pieces-selftests.c b/gdb/unittests/format_pieces-selftests.c index b4918c6..a01f248 100644 --- a/gdb/unittests/format_pieces-selftests.c +++ b/gdb/unittests/format_pieces-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/format.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/frame_info_ptr-selftests.c b/gdb/unittests/frame_info_ptr-selftests.c index f09d1c8..ec83024 100644 --- a/gdb/unittests/frame_info_ptr-selftests.c +++ b/gdb/unittests/frame_info_ptr-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/function-view-selftests.c b/gdb/unittests/function-view-selftests.c index b01c02c..dc1a630 100644 --- a/gdb/unittests/function-view-selftests.c +++ b/gdb/unittests/function-view-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/function-view.h" diff --git a/gdb/unittests/gdb_tilde_expand-selftests.c b/gdb/unittests/gdb_tilde_expand-selftests.c index 5edf4b6..165885f 100644 --- a/gdb/unittests/gdb_tilde_expand-selftests.c +++ b/gdb/unittests/gdb_tilde_expand-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/selftest.h" #include <cstdlib> diff --git a/gdb/unittests/gmp-utils-selftests.c b/gdb/unittests/gmp-utils-selftests.c index 513ebc8..3c6b710 100644 --- a/gdb/unittests/gmp-utils-selftests.c +++ b/gdb/unittests/gmp-utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gmp-utils.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/intrusive_list-selftests.c b/gdb/unittests/intrusive_list-selftests.c index 61e1343..28d0134 100644 --- a/gdb/unittests/intrusive_list-selftests.c +++ b/gdb/unittests/intrusive_list-selftests.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/intrusive_list.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/lookup_name_info-selftests.c b/gdb/unittests/lookup_name_info-selftests.c index 2fd8be9..fe87bed 100644 --- a/gdb/unittests/lookup_name_info-selftests.c +++ b/gdb/unittests/lookup_name_info-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "symtab.h" diff --git a/gdb/unittests/main-thread-selftests.c b/gdb/unittests/main-thread-selftests.c index 9fd1b99..1ba3505 100644 --- a/gdb/unittests/main-thread-selftests.c +++ b/gdb/unittests/main-thread-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/block-signals.h" #include "gdbsupport/scope-exit.h" diff --git a/gdb/unittests/memory-map-selftests.c b/gdb/unittests/memory-map-selftests.c index cc059bb..55d66fd 100644 --- a/gdb/unittests/memory-map-selftests.c +++ b/gdb/unittests/memory-map-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "memory-map.h" diff --git a/gdb/unittests/memrange-selftests.c b/gdb/unittests/memrange-selftests.c index d6a1051..df02b6a 100644 --- a/gdb/unittests/memrange-selftests.c +++ b/gdb/unittests/memrange-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "memrange.h" diff --git a/gdb/unittests/mkdir-recursive-selftests.c b/gdb/unittests/mkdir-recursive-selftests.c index 1aaf685..a96874d 100644 --- a/gdb/unittests/mkdir-recursive-selftests.c +++ b/gdb/unittests/mkdir-recursive-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/filestuff.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/observable-selftests.c b/gdb/unittests/observable-selftests.c index bc2e001..2640f68 100644 --- a/gdb/unittests/observable-selftests.c +++ b/gdb/unittests/observable-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/observable.h" diff --git a/gdb/unittests/offset-type-selftests.c b/gdb/unittests/offset-type-selftests.c index e5a24ab..95cc4f8 100644 --- a/gdb/unittests/offset-type-selftests.c +++ b/gdb/unittests/offset-type-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/offset-type.h" #include "gdbsupport/underlying.h" diff --git a/gdb/unittests/packed-selftests.c b/gdb/unittests/packed-selftests.c index 852a7d3..060c87c 100644 --- a/gdb/unittests/packed-selftests.c +++ b/gdb/unittests/packed-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/packed.h" diff --git a/gdb/unittests/parallel-for-selftests.c b/gdb/unittests/parallel-for-selftests.c index a9abbf0..0261948 100644 --- a/gdb/unittests/parallel-for-selftests.c +++ b/gdb/unittests/parallel-for-selftests.c @@ -24,7 +24,6 @@ FOR_EACH. The FOR_EACH-defined part reads like a regular function. */ #ifndef FOR_EACH -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/parallel-for.h" diff --git a/gdb/unittests/parse-connection-spec-selftests.c b/gdb/unittests/parse-connection-spec-selftests.c index 83c006b..55a7c13 100644 --- a/gdb/unittests/parse-connection-spec-selftests.c +++ b/gdb/unittests/parse-connection-spec-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/netstuff.h" #include "diagnostics.h" diff --git a/gdb/unittests/path-join-selftests.c b/gdb/unittests/path-join-selftests.c index 15df048..08fad63 100644 --- a/gdb/unittests/path-join-selftests.c +++ b/gdb/unittests/path-join-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/pathstuff.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/ptid-selftests.c b/gdb/unittests/ptid-selftests.c index a44ffa3..6fc04c1 100644 --- a/gdb/unittests/ptid-selftests.c +++ b/gdb/unittests/ptid-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/ptid.h" #include <type_traits> diff --git a/gdb/unittests/rsp-low-selftests.c b/gdb/unittests/rsp-low-selftests.c index 90141ab..7a17871 100644 --- a/gdb/unittests/rsp-low-selftests.c +++ b/gdb/unittests/rsp-low-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/rsp-low.h" diff --git a/gdb/unittests/scoped_fd-selftests.c b/gdb/unittests/scoped_fd-selftests.c index e85f9f7..1413c50 100644 --- a/gdb/unittests/scoped_fd-selftests.c +++ b/gdb/unittests/scoped_fd-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/filestuff.h" #include "gdbsupport/scoped_fd.h" diff --git a/gdb/unittests/scoped_ignore_signal-selftests.c b/gdb/unittests/scoped_ignore_signal-selftests.c index dc1d934..361928c 100644 --- a/gdb/unittests/scoped_ignore_signal-selftests.c +++ b/gdb/unittests/scoped_ignore_signal-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/scoped_ignore_signal.h" #include "gdbsupport/selftest.h" #include "gdbsupport/scope-exit.h" diff --git a/gdb/unittests/scoped_mmap-selftests.c b/gdb/unittests/scoped_mmap-selftests.c index dbf836f..7b3a6f5 100644 --- a/gdb/unittests/scoped_mmap-selftests.c +++ b/gdb/unittests/scoped_mmap-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/filestuff.h" #include "gdbsupport/scoped_mmap.h" diff --git a/gdb/unittests/scoped_restore-selftests.c b/gdb/unittests/scoped_restore-selftests.c index 074cc4c..1fd5118 100644 --- a/gdb/unittests/scoped_restore-selftests.c +++ b/gdb/unittests/scoped_restore-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/scoped_restore.h" diff --git a/gdb/unittests/search-memory-selftests.c b/gdb/unittests/search-memory-selftests.c index 109ce8b..1124633 100644 --- a/gdb/unittests/search-memory-selftests.c +++ b/gdb/unittests/search-memory-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/search.h" diff --git a/gdb/unittests/style-selftests.c b/gdb/unittests/style-selftests.c index 8a6cf2b..4dc3c84 100644 --- a/gdb/unittests/style-selftests.c +++ b/gdb/unittests/style-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "ui-style.h" diff --git a/gdb/unittests/tracepoint-selftests.c b/gdb/unittests/tracepoint-selftests.c index 7267b70..0270028 100644 --- a/gdb/unittests/tracepoint-selftests.c +++ b/gdb/unittests/tracepoint-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "tracepoint.h" diff --git a/gdb/unittests/tui-selftests.c b/gdb/unittests/tui-selftests.c index e936b20..6847207 100644 --- a/gdb/unittests/tui-selftests.c +++ b/gdb/unittests/tui-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #ifdef TUI diff --git a/gdb/unittests/ui-file-selftests.c b/gdb/unittests/ui-file-selftests.c index eff1be7..7c55b80 100644 --- a/gdb/unittests/ui-file-selftests.c +++ b/gdb/unittests/ui-file-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "ui-file.h" diff --git a/gdb/unittests/unique_xmalloc_ptr_char.c b/gdb/unittests/unique_xmalloc_ptr_char.c index e36d871..b7fd5b6 100644 --- a/gdb/unittests/unique_xmalloc_ptr_char.c +++ b/gdb/unittests/unique_xmalloc_ptr_char.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "selftest-arch.h" #include "gdbsupport/gdb_unique_ptr.h" diff --git a/gdb/unittests/unpack-selftests.c b/gdb/unittests/unpack-selftests.c index 2fc7892..35f4eee 100644 --- a/gdb/unittests/unpack-selftests.c +++ b/gdb/unittests/unpack-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/selftest.h" #include "selftest-arch.h" #include "value.h" diff --git a/gdb/unittests/utils-selftests.c b/gdb/unittests/utils-selftests.c index 2f6d104..6748dc2 100644 --- a/gdb/unittests/utils-selftests.c +++ b/gdb/unittests/utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "utils.h" #include "gdbsupport/selftest.h" diff --git a/gdb/unittests/vec-utils-selftests.c b/gdb/unittests/vec-utils-selftests.c index e7ff128..da3bcf0 100644 --- a/gdb/unittests/vec-utils-selftests.c +++ b/gdb/unittests/vec-utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/selftest.h" #include "gdbsupport/gdb_vecs.h" diff --git a/gdb/unittests/xml-utils-selftests.c b/gdb/unittests/xml-utils-selftests.c index 31f7474..627d5d8 100644 --- a/gdb/unittests/xml-utils-selftests.c +++ b/gdb/unittests/xml-utils-selftests.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbsupport/xml-utils.h" #include "gdbsupport/selftest.h" diff --git a/gdb/user-regs.c b/gdb/user-regs.c index d1b510a..ac04f63 100644 --- a/gdb/user-regs.c +++ b/gdb/user-regs.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "user-regs.h" #include "gdbtypes.h" #include "frame.h" diff --git a/gdb/utils.c b/gdb/utils.c index 68aebf3..ded03c7 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include <ctype.h> #include "gdbsupport/gdb_wait.h" #include "event-top.h" diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c index 4c1fd38..6bda14f 100644 --- a/gdb/v850-tdep.c +++ b/gdb/v850-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-base.h" #include "trad-frame.h" diff --git a/gdb/valarith.c b/gdb/valarith.c index 31b1c47..6b152ca 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/valops.c b/gdb/valops.c index 52cce28..a17b937 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "value.h" diff --git a/gdb/valprint.c b/gdb/valprint.c index 7b3ffc8..40ffdbe 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "symtab.h" #include "gdbtypes.h" #include "value.h" diff --git a/gdb/value.c b/gdb/value.c index 7ddfeb7..1bd180a 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "symtab.h" #include "gdbtypes.h" diff --git a/gdb/varobj.c b/gdb/varobj.c index af64534..8ce3cbd 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "expression.h" #include "frame.h" diff --git a/gdb/vax-bsd-nat.c b/gdb/vax-bsd-nat.c index 0f982ca..2a4db3a 100644 --- a/gdb/vax-bsd-nat.c +++ b/gdb/vax-bsd-nat.c @@ -19,7 +19,6 @@ /* We define this to get types like register_t. */ #define _KERNTYPES -#include "defs.h" #include "inferior.h" #include "regcache.h" #include "target.h" diff --git a/gdb/vax-netbsd-tdep.c b/gdb/vax-netbsd-tdep.c index 66c5622..fa528ae 100644 --- a/gdb/vax-netbsd-tdep.c +++ b/gdb/vax-netbsd-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "osabi.h" diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index 125f342..dd00898 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "frame.h" diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index b123a66..6fc4123 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -21,7 +21,6 @@ /* Originally by Steve Chamberlain, sac@cygnus.com */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "infrun.h" diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index 361ccdd..f9585ad 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "windows-tdep.h" #include "gdbsupport/gdb_obstack.h" #include "xml-support.h" diff --git a/gdb/x86-bsd-nat.c b/gdb/x86-bsd-nat.c index e2bc7a8..2bdd385 100644 --- a/gdb/x86-bsd-nat.c +++ b/gdb/x86-bsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "gdbthread.h" diff --git a/gdb/x86-fbsd-nat.c b/gdb/x86-fbsd-nat.c index eea4dd3..bfd15bf 100644 --- a/gdb/x86-fbsd-nat.c +++ b/gdb/x86-fbsd-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "x86-fbsd-nat.h" #ifdef PT_GETXSTATE_INFO #include "nat/x86-xstate.h" diff --git a/gdb/x86-linux-nat.c b/gdb/x86-linux-nat.c index b93ffca..a3d8ffb 100644 --- a/gdb/x86-linux-nat.c +++ b/gdb/x86-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "inferior.h" #include "elf/common.h" #include "gdb_proc_service.h" diff --git a/gdb/x86-nat.c b/gdb/x86-nat.c index bd4a05d..5826716 100644 --- a/gdb/x86-nat.c +++ b/gdb/x86-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "x86-nat.h" #include "gdbcmd.h" #include "inferior.h" diff --git a/gdb/x86-tdep.c b/gdb/x86-tdep.c index 4cacf3b..5d7aa95 100644 --- a/gdb/x86-tdep.c +++ b/gdb/x86-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "x86-tdep.h" #include "symtab.h" diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index e324f4e..c4914bd 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "bfd.h" #include <sys/types.h> diff --git a/gdb/xml-support.c b/gdb/xml-support.c index 65de9b2..583e101 100644 --- a/gdb/xml-support.c +++ b/gdb/xml-support.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbcmd.h" #include "xml-builtin.h" #include "xml-support.h" diff --git a/gdb/xml-syscall.c b/gdb/xml-syscall.c index fc999f0..2373d0f 100644 --- a/gdb/xml-syscall.c +++ b/gdb/xml-syscall.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "gdbtypes.h" #include "xml-support.h" #include "xml-syscall.h" diff --git a/gdb/xml-tdesc.c b/gdb/xml-tdesc.c index 0a84f2b..436c493 100644 --- a/gdb/xml-tdesc.c +++ b/gdb/xml-tdesc.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "target.h" #include "target-descriptions.h" #include "xml-support.h" diff --git a/gdb/xstormy16-tdep.c b/gdb/xstormy16-tdep.c index 12b16c2..166e6af 100644 --- a/gdb/xstormy16-tdep.c +++ b/gdb/xstormy16-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "frame-base.h" #include "frame-unwind.h" diff --git a/gdb/xtensa-config.c b/gdb/xtensa-config.c index c312fe2..77eb922 100644 --- a/gdb/xtensa-config.c +++ b/gdb/xtensa-config.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #define XTENSA_CONFIG_VERSION 0x60 diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c index e326568..f8509b0 100644 --- a/gdb/xtensa-linux-nat.c +++ b/gdb/xtensa-linux-nat.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "inferior.h" #include "gdbcore.h" diff --git a/gdb/xtensa-linux-tdep.c b/gdb/xtensa-linux-tdep.c index cc8c30b..7c215e3 100644 --- a/gdb/xtensa-linux-tdep.c +++ b/gdb/xtensa-linux-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "xtensa-tdep.h" #include "osabi.h" #include "linux-tdep.h" diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index d116b34..2c3d468 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "frame.h" #include "solib-svr4.h" #include "symtab.h" diff --git a/gdb/z80-tdep.c b/gdb/z80-tdep.c index f2d000f..ee8e36b 100644 --- a/gdb/z80-tdep.c +++ b/gdb/z80-tdep.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "arch-utils.h" #include "dis-asm.h" #include "frame.h" diff --git a/gdbserver/ax.cc b/gdbserver/ax.cc index 2307e8d..ff42795 100644 --- a/gdbserver/ax.cc +++ b/gdbserver/ax.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "ax.h" #include "gdbsupport/format.h" #include "tracepoint.h" diff --git a/gdbserver/debug.cc b/gdbserver/debug.cc index 9bdff96..ae9ca5c 100644 --- a/gdbserver/debug.cc +++ b/gdbserver/debug.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <chrono> #if !defined (IN_PROCESS_AGENT) diff --git a/gdbserver/dll.cc b/gdbserver/dll.cc index 0fb6476..ff637a0 100644 --- a/gdbserver/dll.cc +++ b/gdbserver/dll.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "dll.h" #include <algorithm> diff --git a/gdbserver/fork-child.cc b/gdbserver/fork-child.cc index 43ff57c..7e4c69b 100644 --- a/gdbserver/fork-child.cc +++ b/gdbserver/fork-child.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "gdbsupport/job-control.h" #include "gdbsupport/scoped_restore.h" #include "nat/fork-inferior.h" diff --git a/gdbserver/gdbreplay.cc b/gdbserver/gdbreplay.cc index 6263423..0219e86 100644 --- a/gdbserver/gdbreplay.cc +++ b/gdbserver/gdbreplay.cc @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" - #undef PACKAGE #undef PACKAGE_NAME #undef PACKAGE_VERSION diff --git a/gdbserver/hostio.cc b/gdbserver/hostio.cc index 255d86d..c5ae35a 100644 --- a/gdbserver/hostio.cc +++ b/gdbserver/hostio.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "gdbsupport/fileio.h" #include "hostio.h" diff --git a/gdbserver/i387-fp.cc b/gdbserver/i387-fp.cc index 60d565b..62cafd8 100644 --- a/gdbserver/i387-fp.cc +++ b/gdbserver/i387-fp.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "i387-fp.h" #include "gdbsupport/x86-xstate.h" #include "nat/x86-xstate.h" diff --git a/gdbserver/inferiors.cc b/gdbserver/inferiors.cc index c02d47a..d088340 100644 --- a/gdbserver/inferiors.cc +++ b/gdbserver/inferiors.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "gdbsupport/common-inferior.h" #include "gdbthread.h" #include "dll.h" diff --git a/gdbserver/linux-aarch32-low.cc b/gdbserver/linux-aarch32-low.cc index 940c10f..ca66e7f 100644 --- a/gdbserver/linux-aarch32-low.cc +++ b/gdbserver/linux-aarch32-low.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "arch/arm.h" #include "arch/arm-linux.h" #include "linux-low.h" diff --git a/gdbserver/linux-aarch32-tdesc.cc b/gdbserver/linux-aarch32-tdesc.cc index 54c6f62..b898775 100644 --- a/gdbserver/linux-aarch32-tdesc.cc +++ b/gdbserver/linux-aarch32-tdesc.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-aarch32-tdesc.h" diff --git a/gdbserver/linux-aarch64-ipa.cc b/gdbserver/linux-aarch64-ipa.cc index f33374e..99b7700 100644 --- a/gdbserver/linux-aarch64-ipa.cc +++ b/gdbserver/linux-aarch64-ipa.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <sys/mman.h> #include "tracepoint.h" #include <elf.h> diff --git a/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc index 28d75d0..5df67fc 100644 --- a/gdbserver/linux-aarch64-low.cc +++ b/gdbserver/linux-aarch64-low.cc @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "nat/aarch64-linux.h" #include "nat/aarch64-linux-hw-point.h" diff --git a/gdbserver/linux-aarch64-tdesc.cc b/gdbserver/linux-aarch64-tdesc.cc index 7a41769..0ed9a42 100644 --- a/gdbserver/linux-aarch64-tdesc.cc +++ b/gdbserver/linux-aarch64-tdesc.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-aarch64-tdesc.h" diff --git a/gdbserver/linux-amd64-ipa.cc b/gdbserver/linux-amd64-ipa.cc index 54e4c98..13c8a5b 100644 --- a/gdbserver/linux-amd64-ipa.cc +++ b/gdbserver/linux-amd64-ipa.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <sys/mman.h> #include "tracepoint.h" #include "linux-x86-tdesc.h" diff --git a/gdbserver/linux-arc-low.cc b/gdbserver/linux-arc-low.cc index 166a443..dda224f 100644 --- a/gdbserver/linux-arc-low.cc +++ b/gdbserver/linux-arc-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "regdef.h" #include "linux-low.h" #include "tdesc.h" diff --git a/gdbserver/linux-arm-low.cc b/gdbserver/linux-arm-low.cc index 396ec88..17b64c0 100644 --- a/gdbserver/linux-arm-low.cc +++ b/gdbserver/linux-arm-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "arch/arm.h" #include "arch/arm-linux.h" diff --git a/gdbserver/linux-arm-tdesc.cc b/gdbserver/linux-arm-tdesc.cc index 24941fe..559f9b0 100644 --- a/gdbserver/linux-arm-tdesc.cc +++ b/gdbserver/linux-arm-tdesc.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-arm-tdesc.h" diff --git a/gdbserver/linux-csky-low.cc b/gdbserver/linux-csky-low.cc index 5497f7d..2eb5a2d 100644 --- a/gdbserver/linux-csky-low.cc +++ b/gdbserver/linux-csky-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "tdesc.h" #include "linux-low.h" #include <sys/ptrace.h> diff --git a/gdbserver/linux-i386-ipa.cc b/gdbserver/linux-i386-ipa.cc index 2e4646f..8f14e09 100644 --- a/gdbserver/linux-i386-ipa.cc +++ b/gdbserver/linux-i386-ipa.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <sys/mman.h> #include "tracepoint.h" #include "linux-x86-tdesc.h" diff --git a/gdbserver/linux-ia64-low.cc b/gdbserver/linux-ia64-low.cc index 7bceaad..b7c3c64 100644 --- a/gdbserver/linux-ia64-low.cc +++ b/gdbserver/linux-ia64-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #ifdef HAVE_SYS_REG_H diff --git a/gdbserver/linux-loongarch-low.cc b/gdbserver/linux-loongarch-low.cc index f1e1deb..584ea64 100644 --- a/gdbserver/linux-loongarch-low.cc +++ b/gdbserver/linux-loongarch-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "tdesc.h" #include "elf/common.h" diff --git a/gdbserver/linux-low.cc b/gdbserver/linux-low.cc index 9d5a624..d8842f0 100644 --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "nat/linux-osdata.h" #include "gdbsupport/agent.h" diff --git a/gdbserver/linux-m68k-low.cc b/gdbserver/linux-m68k-low.cc index 1cccb25..8020e49 100644 --- a/gdbserver/linux-m68k-low.cc +++ b/gdbserver/linux-m68k-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" /* Linux target op definitions for the m68k architecture. */ diff --git a/gdbserver/linux-mips-low.cc b/gdbserver/linux-mips-low.cc index 35f92fc..6cf4a6d 100644 --- a/gdbserver/linux-mips-low.cc +++ b/gdbserver/linux-mips-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "nat/gdb_ptrace.h" diff --git a/gdbserver/linux-nios2-low.cc b/gdbserver/linux-nios2-low.cc index 31868ff..c37bb5a5 100644 --- a/gdbserver/linux-nios2-low.cc +++ b/gdbserver/linux-nios2-low.cc @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "elf/common.h" #include "nat/gdb_ptrace.h" diff --git a/gdbserver/linux-or1k-low.cc b/gdbserver/linux-or1k-low.cc index bea9251..1e0fa39 100644 --- a/gdbserver/linux-or1k-low.cc +++ b/gdbserver/linux-or1k-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "elf/common.h" #include "nat/gdb_ptrace.h" diff --git a/gdbserver/linux-ppc-ipa.cc b/gdbserver/linux-ppc-ipa.cc index 299ef37..cbbfcfa 100644 --- a/gdbserver/linux-ppc-ipa.cc +++ b/gdbserver/linux-ppc-ipa.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <sys/mman.h> #include "tracepoint.h" #include "arch/ppc-linux-tdesc.h" diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc index 5c45a3f..bd3ac14 100644 --- a/gdbserver/linux-ppc-low.cc +++ b/gdbserver/linux-ppc-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "elf/common.h" diff --git a/gdbserver/linux-riscv-low.cc b/gdbserver/linux-riscv-low.cc index 680e9f7..c4554c5 100644 --- a/gdbserver/linux-riscv-low.cc +++ b/gdbserver/linux-riscv-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "tdesc.h" diff --git a/gdbserver/linux-s390-ipa.cc b/gdbserver/linux-s390-ipa.cc index 56d1066..55ce4a4 100644 --- a/gdbserver/linux-s390-ipa.cc +++ b/gdbserver/linux-s390-ipa.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <sys/mman.h> #include "tracepoint.h" #include "linux-s390-tdesc.h" diff --git a/gdbserver/linux-s390-low.cc b/gdbserver/linux-s390-low.cc index 79937f0..ee2c192 100644 --- a/gdbserver/linux-s390-low.cc +++ b/gdbserver/linux-s390-low.cc @@ -19,7 +19,6 @@ /* This file is used for both 31-bit and 64-bit S/390 systems. */ -#include "server.h" #include "linux-low.h" #include "elf/common.h" #include "ax.h" diff --git a/gdbserver/linux-sh-low.cc b/gdbserver/linux-sh-low.cc index 910b6a0..64e6de3 100644 --- a/gdbserver/linux-sh-low.cc +++ b/gdbserver/linux-sh-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" /* Linux target op definitions for the SH architecture. */ diff --git a/gdbserver/linux-sparc-low.cc b/gdbserver/linux-sparc-low.cc index 8e3960a..4192bd3 100644 --- a/gdbserver/linux-sparc-low.cc +++ b/gdbserver/linux-sparc-low.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "nat/gdb_ptrace.h" diff --git a/gdbserver/linux-tic6x-low.cc b/gdbserver/linux-tic6x-low.cc index 7c96190..707be2e 100644 --- a/gdbserver/linux-tic6x-low.cc +++ b/gdbserver/linux-tic6x-low.cc @@ -19,7 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" #include "arch/tic6x.h" #include "tdesc.h" diff --git a/gdbserver/linux-x86-low.cc b/gdbserver/linux-x86-low.cc index 933d1fb..2532603 100644 --- a/gdbserver/linux-x86-low.cc +++ b/gdbserver/linux-x86-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include <signal.h> #include <limits.h> #include <inttypes.h> diff --git a/gdbserver/linux-x86-tdesc.cc b/gdbserver/linux-x86-tdesc.cc index 626207f..cd3b5d8 100644 --- a/gdbserver/linux-x86-tdesc.cc +++ b/gdbserver/linux-x86-tdesc.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "tdesc.h" #include "linux-x86-tdesc.h" #include "arch/i386.h" diff --git a/gdbserver/linux-xtensa-low.cc b/gdbserver/linux-xtensa-low.cc index 9ebb2e6..b20b62e 100644 --- a/gdbserver/linux-xtensa-low.cc +++ b/gdbserver/linux-xtensa-low.cc @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" /* Linux target op definitions for the Xtensa architecture. */ diff --git a/gdbserver/mem-break.cc b/gdbserver/mem-break.cc index c23bb46..eebf999 100644 --- a/gdbserver/mem-break.cc +++ b/gdbserver/mem-break.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "regcache.h" #include "ax.h" diff --git a/gdbserver/netbsd-aarch64-low.cc b/gdbserver/netbsd-aarch64-low.cc index cfb1bb7..f20a1a7 100644 --- a/gdbserver/netbsd-aarch64-low.cc +++ b/gdbserver/netbsd-aarch64-low.cc @@ -19,7 +19,6 @@ #include <sys/ptrace.h> #include <limits.h> -#include "server.h" #include "netbsd-low.h" #include "arch/aarch64.h" #include "arch/aarch64-insn.h" diff --git a/gdbserver/netbsd-amd64-low.cc b/gdbserver/netbsd-amd64-low.cc index 5555e0b..2c8c711 100644 --- a/gdbserver/netbsd-amd64-low.cc +++ b/gdbserver/netbsd-amd64-low.cc @@ -19,7 +19,6 @@ #include <sys/ptrace.h> #include <limits.h> -#include "server.h" #include "netbsd-low.h" #include "gdbsupport/x86-xstate.h" #include "arch/amd64.h" diff --git a/gdbserver/netbsd-i386-low.cc b/gdbserver/netbsd-i386-low.cc index a694609..247a397 100644 --- a/gdbserver/netbsd-i386-low.cc +++ b/gdbserver/netbsd-i386-low.cc @@ -19,7 +19,6 @@ #include <sys/ptrace.h> #include <limits.h> -#include "server.h" #include "netbsd-low.h" #include "gdbsupport/x86-xstate.h" #include "arch/i386.h" diff --git a/gdbserver/netbsd-low.cc b/gdbserver/netbsd-low.cc index bcb1bd9..4b58826 100644 --- a/gdbserver/netbsd-low.cc +++ b/gdbserver/netbsd-low.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "target.h" #include "netbsd-low.h" #include "nat/netbsd-nat.h" diff --git a/gdbserver/notif.cc b/gdbserver/notif.cc index 25e40a3..dac3c3b 100644 --- a/gdbserver/notif.cc +++ b/gdbserver/notif.cc @@ -47,7 +47,6 @@ # 3 is done by function 'handle_notif_ack'. */ -#include "server.h" #include "notif.h" static struct notif_server *notifs[] = diff --git a/gdbserver/proc-service.cc b/gdbserver/proc-service.cc index 40a0c7c..0a332b5 100644 --- a/gdbserver/proc-service.cc +++ b/gdbserver/proc-service.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" /* This file is currently tied to GNU/Linux. It should scale well to another libthread_db implementation, with the appropriate gdbserver diff --git a/gdbserver/regcache.cc b/gdbserver/regcache.cc index 55d1423..1bb71d1 100644 --- a/gdbserver/regcache.cc +++ b/gdbserver/regcache.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "regdef.h" #include "gdbthread.h" #include "tdesc.h" diff --git a/gdbserver/remote-utils.cc b/gdbserver/remote-utils.cc index 9595575..5a8eb9a 100644 --- a/gdbserver/remote-utils.cc +++ b/gdbserver/remote-utils.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #if HAVE_TERMIOS_H #include <termios.h> #endif diff --git a/gdbserver/server.cc b/gdbserver/server.cc index 74c7763..c7d5cc1 100644 --- a/gdbserver/server.cc +++ b/gdbserver/server.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "gdbthread.h" #include "gdbsupport/agent.h" #include "notif.h" diff --git a/gdbserver/symbol.cc b/gdbserver/symbol.cc index 90945dc..435acc7 100644 --- a/gdbserver/symbol.cc +++ b/gdbserver/symbol.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "gdbsupport/symbol.h" /* See gdbsupport/symbol.h. */ diff --git a/gdbserver/target.cc b/gdbserver/target.cc index 23b699d..6db32da 100644 --- a/gdbserver/target.cc +++ b/gdbserver/target.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "tracepoint.h" #include "gdbsupport/byte-vector.h" #include "hostio.h" diff --git a/gdbserver/tdesc.cc b/gdbserver/tdesc.cc index aff6f53..3265793 100644 --- a/gdbserver/tdesc.cc +++ b/gdbserver/tdesc.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "tdesc.h" #include "regdef.h" diff --git a/gdbserver/thread-db.cc b/gdbserver/thread-db.cc index d08c0f7..8cef842 100644 --- a/gdbserver/thread-db.cc +++ b/gdbserver/thread-db.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "linux-low.h" diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc index 461fa8f..b7d0ef2 100644 --- a/gdbserver/tracepoint.cc +++ b/gdbserver/tracepoint.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "tracepoint.h" #include "gdbthread.h" #include "gdbsupport/rsp-low.h" diff --git a/gdbserver/utils.cc b/gdbserver/utils.cc index 11902f7..3d3144e 100644 --- a/gdbserver/utils.cc +++ b/gdbserver/utils.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #ifdef IN_PROCESS_AGENT # define PREFIX "ipa: " diff --git a/gdbserver/win32-i386-low.cc b/gdbserver/win32-i386-low.cc index 4449030..0a761ca 100644 --- a/gdbserver/win32-i386-low.cc +++ b/gdbserver/win32-i386-low.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "win32-low.h" #include "x86-low.h" #include "gdbsupport/x86-xstate.h" diff --git a/gdbserver/win32-low.cc b/gdbserver/win32-low.cc index 58e8b08..f672e54 100644 --- a/gdbserver/win32-low.cc +++ b/gdbserver/win32-low.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "regcache.h" #include "gdbsupport/fileio.h" #include "mem-break.h" diff --git a/gdbserver/x86-low.cc b/gdbserver/x86-low.cc index 11d9028..c59b31b 100644 --- a/gdbserver/x86-low.cc +++ b/gdbserver/x86-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" #include "x86-low.h" /* Clear the reference counts and forget everything we knew about the diff --git a/gdbsupport/agent.cc b/gdbsupport/agent.cc index 862582c..c70b59a 100644 --- a/gdbsupport/agent.cc +++ b/gdbsupport/agent.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "target/target.h" #include "gdbsupport/symbol.h" #include <unistd.h> diff --git a/gdbsupport/btrace-common.cc b/gdbsupport/btrace-common.cc index 2d54e8b..2358a9f 100644 --- a/gdbsupport/btrace-common.cc +++ b/gdbsupport/btrace-common.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "btrace-common.h" diff --git a/gdbsupport/cleanups.cc b/gdbsupport/cleanups.cc index cc14523..6362ea2 100644 --- a/gdbsupport/cleanups.cc +++ b/gdbsupport/cleanups.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "cleanups.h" #include <vector> diff --git a/gdbsupport/common-debug.cc b/gdbsupport/common-debug.cc index 9a5309f..c4d9528 100644 --- a/gdbsupport/common-debug.cc +++ b/gdbsupport/common-debug.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "common-debug.h" /* See gdbsupport/common-debug.h. */ diff --git a/gdbsupport/common-exceptions.cc b/gdbsupport/common-exceptions.cc index 0caed27..5aa1612 100644 --- a/gdbsupport/common-exceptions.cc +++ b/gdbsupport/common-exceptions.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "common-exceptions.h" #include <forward_list> diff --git a/gdbsupport/common-inferior.cc b/gdbsupport/common-inferior.cc index e9824df..4211e04 100644 --- a/gdbsupport/common-inferior.cc +++ b/gdbsupport/common-inferior.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-inferior.h" /* See common-inferior.h. */ diff --git a/gdbsupport/common-regcache.cc b/gdbsupport/common-regcache.cc index 9baca31..525bb5c 100644 --- a/gdbsupport/common-regcache.cc +++ b/gdbsupport/common-regcache.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "common-regcache.h" /* Return the register's value or throw if it's not available. */ diff --git a/gdbsupport/common-utils.cc b/gdbsupport/common-utils.cc index 99b9cb8..91c14a0 100644 --- a/gdbsupport/common-utils.cc +++ b/gdbsupport/common-utils.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "common-utils.h" #include "host-defs.h" #include "gdbsupport/gdb-safe-ctype.h" diff --git a/gdbsupport/environ.cc b/gdbsupport/environ.cc index f7984c5..1b6ca61 100644 --- a/gdbsupport/environ.cc +++ b/gdbsupport/environ.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "environ.h" #include <algorithm> #include <utility> diff --git a/gdbsupport/errors.cc b/gdbsupport/errors.cc index cccdc5c..c11229a 100644 --- a/gdbsupport/errors.cc +++ b/gdbsupport/errors.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "errors.h" #if defined (USE_WIN32API) || defined(__CYGWIN__) #include <windows.h> diff --git a/gdbsupport/event-loop.cc b/gdbsupport/event-loop.cc index 0ab6974..b18a9fd 100644 --- a/gdbsupport/event-loop.cc +++ b/gdbsupport/event-loop.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/event-loop.h" #include <chrono> diff --git a/gdbsupport/event-pipe.cc b/gdbsupport/event-pipe.cc index 7e8e8d6..af6c943 100644 --- a/gdbsupport/event-pipe.cc +++ b/gdbsupport/event-pipe.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/event-pipe.h" #include "gdbsupport/filestuff.h" diff --git a/gdbsupport/fileio.cc b/gdbsupport/fileio.cc index 26fa6fd..b115e33b 100644 --- a/gdbsupport/fileio.cc +++ b/gdbsupport/fileio.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "fileio.h" #include <sys/stat.h> #include <fcntl.h> diff --git a/gdbsupport/filestuff.cc b/gdbsupport/filestuff.cc index 9d3b417..5c427e1 100644 --- a/gdbsupport/filestuff.cc +++ b/gdbsupport/filestuff.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "filestuff.h" #include "gdb_vecs.h" #include <fcntl.h> diff --git a/gdbsupport/format.cc b/gdbsupport/format.cc index 4e228a9..12173ee 100644 --- a/gdbsupport/format.cc +++ b/gdbsupport/format.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "format.h" format_pieces::format_pieces (const char **arg, bool gdb_extensions, diff --git a/gdbsupport/gdb-dlfcn.cc b/gdbsupport/gdb-dlfcn.cc index d8dbabd..1a8289a 100644 --- a/gdbsupport/gdb-dlfcn.cc +++ b/gdbsupport/gdb-dlfcn.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb-dlfcn.h" #ifdef HAVE_DLFCN_H diff --git a/gdbsupport/gdb-hashtab.cc b/gdbsupport/gdb-hashtab.cc index 7ef41cc..42f80fa 100644 --- a/gdbsupport/gdb-hashtab.cc +++ b/gdbsupport/gdb-hashtab.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb-hashtab.h" /* Allocation function for the libiberty hash table which uses an diff --git a/gdbsupport/gdb_obstack.cc b/gdbsupport/gdb_obstack.cc index 8bbd64f..f24b4fc 100644 --- a/gdbsupport/gdb_obstack.cc +++ b/gdbsupport/gdb_obstack.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb_obstack.h" /* Concatenate NULL terminated variable argument list of `const char *' diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index 4c50c4f..5570a14 100644 --- a/gdbsupport/gdb_regex.cc +++ b/gdbsupport/gdb_regex.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb_regex.h" #include "gdbsupport/def-vector.h" diff --git a/gdbsupport/gdb_tilde_expand.cc b/gdbsupport/gdb_tilde_expand.cc index 8aa4fa0..4a0a573 100644 --- a/gdbsupport/gdb_tilde_expand.cc +++ b/gdbsupport/gdb_tilde_expand.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include <algorithm> #include "filenames.h" #include "gdb_tilde_expand.h" diff --git a/gdbsupport/gdb_vecs.cc b/gdbsupport/gdb_vecs.cc index 8b7f4fb..71c7308 100644 --- a/gdbsupport/gdb_vecs.cc +++ b/gdbsupport/gdb_vecs.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb_vecs.h" #include "host-defs.h" diff --git a/gdbsupport/gdb_wait.cc b/gdbsupport/gdb_wait.cc index 5c1c424..476861d 100644 --- a/gdbsupport/gdb_wait.cc +++ b/gdbsupport/gdb_wait.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdb_wait.h" diff --git a/gdbsupport/job-control.cc b/gdbsupport/job-control.cc index 7637cc5..eff196d 100644 --- a/gdbsupport/job-control.cc +++ b/gdbsupport/job-control.cc @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "job-control.h" #ifdef HAVE_TERMIOS_H #include <termios.h> diff --git a/gdbsupport/netstuff.cc b/gdbsupport/netstuff.cc index af00f9c..73f1d3b 100644 --- a/gdbsupport/netstuff.cc +++ b/gdbsupport/netstuff.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "netstuff.h" #include <algorithm> diff --git a/gdbsupport/new-op.cc b/gdbsupport/new-op.cc index 3d3fa99..23ab0bb 100644 --- a/gdbsupport/new-op.cc +++ b/gdbsupport/new-op.cc @@ -23,7 +23,6 @@ #endif #if !__has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__) -#include "common-defs.h" #include "host-defs.h" #include <new> diff --git a/gdbsupport/pathstuff.cc b/gdbsupport/pathstuff.cc index f40df11..9c3816c 100644 --- a/gdbsupport/pathstuff.cc +++ b/gdbsupport/pathstuff.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "pathstuff.h" #include "host-defs.h" #include "filenames.h" diff --git a/gdbsupport/print-utils.cc b/gdbsupport/print-utils.cc index 1fdaf4d..565a479 100644 --- a/gdbsupport/print-utils.cc +++ b/gdbsupport/print-utils.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "print-utils.h" /* Temporary storage using circular buffer. */ diff --git a/gdbsupport/ptid.cc b/gdbsupport/ptid.cc index 08866ef..56daf92 100644 --- a/gdbsupport/ptid.cc +++ b/gdbsupport/ptid.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "ptid.h" #include "print-utils.h" diff --git a/gdbsupport/rsp-low.cc b/gdbsupport/rsp-low.cc index 37dce9d..20f249f 100644 --- a/gdbsupport/rsp-low.cc +++ b/gdbsupport/rsp-low.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "rsp-low.h" /* See rsp-low.h. */ diff --git a/gdbsupport/run-time-clock.cc b/gdbsupport/run-time-clock.cc index 4e0f980..f754b03 100644 --- a/gdbsupport/run-time-clock.cc +++ b/gdbsupport/run-time-clock.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "run-time-clock.h" #if defined HAVE_SYS_RESOURCE_H #include <sys/resource.h> diff --git a/gdbsupport/safe-strerror.cc b/gdbsupport/safe-strerror.cc index 68899df..54b3b85 100644 --- a/gdbsupport/safe-strerror.cc +++ b/gdbsupport/safe-strerror.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include <string.h> /* There are two different versions of strerror_r; one is GNU-specific, the diff --git a/gdbsupport/scoped_mmap.cc b/gdbsupport/scoped_mmap.cc index 4f70ac6..c5c527b 100644 --- a/gdbsupport/scoped_mmap.cc +++ b/gdbsupport/scoped_mmap.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "scoped_mmap.h" #include "scoped_fd.h" #include "gdbsupport/filestuff.h" diff --git a/gdbsupport/search.cc b/gdbsupport/search.cc index 896aed5..6c52643 100644 --- a/gdbsupport/search.cc +++ b/gdbsupport/search.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/search.h" #include "gdbsupport/byte-vector.h" diff --git a/gdbsupport/selftest.cc b/gdbsupport/selftest.cc index 1e6d07f..d3bed68 100644 --- a/gdbsupport/selftest.cc +++ b/gdbsupport/selftest.cc @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "common-exceptions.h" #include "common-debug.h" #include "selftest.h" diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc index 307e238..60724f9 100644 --- a/gdbsupport/signals-state-save-restore.cc +++ b/gdbsupport/signals-state-save-restore.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "signals-state-save-restore.h" #include "gdbsupport/gdb-sigmask.h" diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc index 782b490..4989b3f 100644 --- a/gdbsupport/signals.cc +++ b/gdbsupport/signals.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #ifdef HAVE_SIGNAL_H #include <signal.h> diff --git a/gdbsupport/task-group.cc b/gdbsupport/task-group.cc index 6844d85..e29ed25 100644 --- a/gdbsupport/task-group.cc +++ b/gdbsupport/task-group.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "task-group.h" #include "thread-pool.h" diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc index 1ee3e1f..080d39c 100644 --- a/gdbsupport/tdesc.cc +++ b/gdbsupport/tdesc.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdbsupport/tdesc.h" tdesc_reg::tdesc_reg (struct tdesc_feature *feature, const std::string &name_, diff --git a/gdbsupport/thread-pool.cc b/gdbsupport/thread-pool.cc index 1b46b68..04a2034 100644 --- a/gdbsupport/thread-pool.cc +++ b/gdbsupport/thread-pool.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "gdbsupport/thread-pool.h" #if CXX_STD_THREAD diff --git a/gdbsupport/xml-utils.cc b/gdbsupport/xml-utils.cc index 0490f21..b89204c 100644 --- a/gdbsupport/xml-utils.cc +++ b/gdbsupport/xml-utils.cc @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" #include "xml-utils.h" /* See xml-utils.h. */ |