mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Add "frame.h" #include in gdbarch.h.
This include is needed because gdbarch_dummy_id needs the full definition of struct frame_id. gdb/ChangeLog: * gdbarch.sh: #include "frame.h" in gdbarch.h. Delete "struct frame_info" partial declaration. * gdbarch.h: Regenerate. Tested on x86_64-linux by rebuilding GDB.
This commit is contained in:
parent
ebcc6c3a7b
commit
eb7a547ad4
@ -1,3 +1,9 @@
|
||||
2014-08-15 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdbarch.sh: #include "frame.h" in gdbarch.h. Delete "struct
|
||||
frame_info" partial declaration.
|
||||
* gdbarch.h: Regenerate.
|
||||
|
||||
2014-08-15 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* dwarf2read.c (dwarf_decode_lines_1): Remove parameter 'pst'.
|
||||
|
@ -35,9 +35,10 @@
|
||||
#ifndef GDBARCH_H
|
||||
#define GDBARCH_H
|
||||
|
||||
#include "frame.h"
|
||||
|
||||
struct floatformat;
|
||||
struct ui_file;
|
||||
struct frame_info;
|
||||
struct value;
|
||||
struct objfile;
|
||||
struct obj_section;
|
||||
|
@ -1124,9 +1124,10 @@ cat <<EOF
|
||||
#ifndef GDBARCH_H
|
||||
#define GDBARCH_H
|
||||
|
||||
#include "frame.h"
|
||||
|
||||
struct floatformat;
|
||||
struct ui_file;
|
||||
struct frame_info;
|
||||
struct value;
|
||||
struct objfile;
|
||||
struct obj_section;
|
||||
|
Loading…
Reference in New Issue
Block a user