binutils-gdb/gdb/nat
Andrew Burgess 0dc327459b gdb: Remove vec.{c,h} and update code to not include vec.h
Removes vec.c and vec.h from the source tree, and remove all the
remaining includes of vec.h.  There should be no user visible changes
after this commit.

I did have a few issues rebuilding GDB after applying this patch due
to cached dependencies, I found that running this command in the build
directory resolved my build issues without requiring a 'make clean':

    rm -fr gdb/gdbserver/gdbsupport/.deps/

gdb/ChangeLog:

	* Makefile.in: Remove references to vec.h and vec.c.
	* aarch64-tdep.c: No longer include vec.h.
	* ada-lang.c: Likewise.
	* ada-lang.h: Likewise.
	* arm-tdep.c: Likewise.
	* ax.h: Likewise.
	* breakpoint.h: Likewise.
	* charset.c: Likewise.
	* cp-support.h: Likewise.
	* dtrace-probe.c: Likewise.
	* dwarf2read.c: Likewise.
	* extension.h: Likewise.
	* gdb_bfd.c: Likewise.
	* gdbsupport/gdb_vecs.h: Likewise.
	* gdbsupport/vec.c: Remove.
	* gdbsupport/vec.h: Remove.
	* gdbthread.h: Likewise.
	* guile/scm-type.c: Likewise.
	* inline-frame.c: Likewise.
	* machoread.c: Likewise.
	* memattr.c: Likewise.
	* memrange.h: Likewise.
	* namespace.h: Likewise.
	* nat/linux-btrace.h: Likewise.
	* osdata.c: Likewise.
	* parser-defs.h: Likewise.
	* progspace.h: Likewise.
	* python/py-type.c: Likewise.
	* record-btrace.c: Likewise.
	* rust-exp.y: Likewise.
	* solib-target.c: Likewise.
	* stap-probe.c: Likewise.
	* target-descriptions.c: Likewise.
	* target-memory.c: Likewise.
	* target.h: Likewise.
	* varobj.c: Likewise.
	* varobj.h: Likewise.
	* xml-support.h: Likewise.

gdb/gdbserver/ChangeLog:

	* Makefile.in: Remove references to vec.c.

Change-Id: I0c91d7170bf1b5e992a387fcd9fe4f2abe343bb5
2019-10-15 21:31:55 +01:00
..
aarch64-linux-hw-point.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux-hw-point.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
aarch64-sve-linux-ptrace.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-sve-linux-ptrace.h AArch64 SVE: Support changing vector lengths for ptrace 2019-04-15 15:12:44 +01:00
aarch64-sve-linux-sigcontext.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
amd64-linux-siginfo.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
amd64-linux-siginfo.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
fork-inferior.c Revert "Improve ptrace-error detection on Linux targets" 2019-09-26 14:24:30 -04:00
fork-inferior.h Fix type of startup_with_shell in gdbserver 2019-10-02 13:43:41 -06:00
gdb_ptrace.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
gdb_thread_db.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
glibc_thread_db.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-btrace.c gdb: Remove whitespace in 'std::vector <...>' 2019-10-03 09:42:42 +01:00
linux-btrace.h gdb: Remove vec.{c,h} and update code to not include vec.h 2019-10-15 21:31:55 +01:00
linux-namespaces.c Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00
linux-namespaces.h Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00
linux-nat.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-osdata.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-osdata.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-personality.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-personality.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
linux-procfs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-procfs.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-ptrace.c Revert "Improve ptrace-error detection on Linux targets" 2019-09-26 14:24:30 -04:00
linux-ptrace.h Revert "Improve ptrace-error detection on Linux targets" 2019-09-26 14:24:30 -04:00
linux-waitpid.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-waitpid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
mips-linux-watch.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mips-linux-watch.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
ppc-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
ppc-linux.h Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
x86-cpuid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-dregs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-dregs.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-gcc-cpuid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-linux-dregs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-linux-dregs.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00