mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
Fix the ia64 libunwind build
This fixes the ia64 libunwind build. gdb/ChangeLog 2019-08-01 Tom Tromey <tromey@adacore.com> * ia64-libunwind-tdep.h (struct libunwind_descr): Include gdbarch.h.
This commit is contained in:
parent
0a7b24850e
commit
f126416240
@ -1,3 +1,8 @@
|
|||||||
|
2019-08-01 Tom Tromey <tromey@adacore.com>
|
||||||
|
|
||||||
|
* ia64-libunwind-tdep.h (struct libunwind_descr): Include
|
||||||
|
gdbarch.h.
|
||||||
|
|
||||||
2019-08-01 Christian Biesinger <cbiesinger@google.com>
|
2019-08-01 Christian Biesinger <cbiesinger@google.com>
|
||||||
|
|
||||||
* s12z-tdep.c: Fix include path for s12z-opc.h.
|
* s12z-tdep.c: Fix include path for s12z-opc.h.
|
||||||
|
@ -36,6 +36,8 @@ struct frame_unwind;
|
|||||||
running on. */
|
running on. */
|
||||||
#include "libunwind-ia64.h"
|
#include "libunwind-ia64.h"
|
||||||
|
|
||||||
|
#include "gdbarch.h"
|
||||||
|
|
||||||
struct libunwind_descr
|
struct libunwind_descr
|
||||||
{
|
{
|
||||||
int (*gdb2uw) (int);
|
int (*gdb2uw) (int);
|
||||||
|
Loading…
Reference in New Issue
Block a user