Do not use buildsym.h in some files
authorTom Tromey <tom@tromey.com>
Tue, 22 May 2018 20:13:46 +0000 (14:13 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:51 +0000 (09:42 -0600)
A few files no longer need to include buildsym.h.

gdb/ChangeLog
2018-07-20  Tom Tromey  <tom@tromey.com>

* arch-utils.c: Do not include buildsym.h.
* mipsread.c: Do not include buildsym.h.
* machoread.c: Do not include buildsym.h.
* elfread.c: Do not include buildsym.h.

gdb/ChangeLog
gdb/arch-utils.c
gdb/elfread.c
gdb/machoread.c
gdb/mipsread.c

index ccec301bc1a10708d03872992e3e4c202d9616a4..b8fba4701f9e7e987758308654bca4a3a1975b64 100644 (file)
@@ -1,3 +1,10 @@
+2018-07-20  Tom Tromey  <tom@tromey.com>
+
+       * arch-utils.c: Do not include buildsym.h.
+       * mipsread.c: Do not include buildsym.h.
+       * machoread.c: Do not include buildsym.h.
+       * elfread.c: Do not include buildsym.h.
+
 2018-07-20  Tom Tromey  <tom@tromey.com>
 
        * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
index a65f01f83368688d4075b5cc2292ffcd237f462d..6b40cb91607f0a15a8183722a008f9dfc5c8deeb 100644 (file)
@@ -20,7 +20,6 @@
 #include "defs.h"
 
 #include "arch-utils.h"
-#include "buildsym.h"
 #include "gdbcmd.h"
 #include "inferior.h"          /* enum CALL_DUMMY_LOCATION et al.  */
 #include "infrun.h"
index 10daef053697eeea617ed475983aafc1f0b04d58..71dcb237c323559050626c9dd58770020eb3a099 100644 (file)
@@ -28,7 +28,6 @@
 #include "symtab.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "buildsym.h"
 #include "stabsread.h"
 #include "gdb-stabs.h"
 #include "complaints.h"
index 07e1cdaf4f8aaac1ce2505eb1adc99d7b144db8e..0cbd209893e8dc9c88cb76e159463d1c6322e603 100644 (file)
@@ -24,7 +24,6 @@
 #include "bfd.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "buildsym.h"
 #include "gdbcmd.h"
 #include "gdbcore.h"
 #include "mach-o.h"
index 52130dab200f142a724f607c636fb943f699aae2..cbfa9cc03c9a5ec0d501088589604e96e1fd90c8 100644 (file)
@@ -27,7 +27,6 @@
 #include "bfd.h"
 #include "symtab.h"
 #include "objfiles.h"
-#include "buildsym.h"
 #include "stabsread.h"
 
 #include "coff/sym.h"