* gdb/defs.h: unconditionally include <fcntl.h>, and
[deliverable/binutils-gdb.git] / gdb / user-regs.h
index efc5530ceee4f78dd76f1aaebb269239661709c9..835d86272b114ddbe52680594dc6a6ee2f60957c 100644 (file)
@@ -1,6 +1,6 @@
 /* Per-frame user registers, for GDB, the GNU debugger.
 
-   Copyright 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef USER_REGS_H
 #define USER_REGS_H
@@ -40,6 +40,7 @@
    register descriptor that contains all the relvent access methods.  */
 
 struct frame_info;
+struct gdbarch;
 
 /* Given an architecture, map a user visible register name onto its
    index.  */
This page took 0.025395 seconds and 4 git commands to generate.