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:
Joel Brobecker 2014-08-13 11:15:00 -07:00
parent ebcc6c3a7b
commit eb7a547ad4
3 changed files with 10 additions and 2 deletions

View File

@ -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'.

View File

@ -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;

View File

@ -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;