mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Do not use buildsym.h in some files
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "bfd.h"
|
||||
#include "symtab.h"
|
||||
#include "objfiles.h"
|
||||
#include "buildsym.h"
|
||||
#include "stabsread.h"
|
||||
|
||||
#include "coff/sym.h"
|
||||
|
||||
Reference in New Issue
Block a user