mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
fix include file ordering problem (bfd.h vs. symfile.h)
This commit is contained in:
parent
fd09c96316
commit
77641260c5
@ -1,3 +1,7 @@
|
||||
Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||
|
||||
* remote-mips.c, remote-nindy.c: move bfd.h before symfile.h (for file_ptr decl)
|
||||
|
||||
Tue Jun 29 09:11:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
|
||||
|
@ -21,8 +21,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "defs.h"
|
||||
#include "inferior.h"
|
||||
#include "symfile.h"
|
||||
#include "bfd.h"
|
||||
#include "symfile.h"
|
||||
#include "wait.h"
|
||||
#include "gdbcmd.h"
|
||||
#include "gdbcore.h"
|
||||
|
@ -102,11 +102,11 @@ NINDY ROM monitor at the other end of the line.
|
||||
|
||||
#include "frame.h"
|
||||
#include "inferior.h"
|
||||
#include "bfd.h"
|
||||
#include "symfile.h"
|
||||
#include "target.h"
|
||||
#include "gdbcore.h"
|
||||
#include "command.h"
|
||||
#include "bfd.h"
|
||||
#include "ieee-float.h"
|
||||
|
||||
#include "wait.h"
|
||||
|
Loading…
Reference in New Issue
Block a user