mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Fix build error in Darwin port.
gdb/ChangeLog: From: Josh Matthews <josh@joshmatthews.net> (tiny change) Fix build error in Darwin port. * i386-darwin-nat.c: Include i386-nat.h.
This commit is contained in:
@ -8,6 +8,11 @@
|
|||||||
* symtab.h: Remove outdated comment.
|
* symtab.h: Remove outdated comment.
|
||||||
(SYMBOL_MATCHES_NATURAL_NAME): Delete.
|
(SYMBOL_MATCHES_NATURAL_NAME): Delete.
|
||||||
|
|
||||||
|
2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
|
||||||
|
|
||||||
|
Fix build error in Darwin port.
|
||||||
|
* i386-darwin-nat.c: Include i386-nat.h.
|
||||||
|
|
||||||
2012-01-30 Tom Tromey <tromey@redhat.com>
|
2012-01-30 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR breakpoints/13568:
|
PR breakpoints/13568:
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
|
|
||||||
|
#include "i386-nat.h"
|
||||||
#include "darwin-nat.h"
|
#include "darwin-nat.h"
|
||||||
#include "i386-darwin-tdep.h"
|
#include "i386-darwin-tdep.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user