* c-exp.y (enum token_flags): New.
[deliverable/binutils-gdb.git] / gdb / i387-tdep.h
index bd592ba77226e7eef09440c2b6b1758c3f548e78..1969a391d785fd35c988366ace157c611abb5a78 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for the i387.
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2004, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -66,8 +65,9 @@ extern int i387_convert_register_p (struct gdbarch *gdbarch, int regnum,
 /* Read a value of type TYPE from register REGNUM in frame FRAME, and
    return its contents in TO.  */
 
-extern void i387_register_to_value (struct frame_info *frame, int regnum,
-                                   struct type *type, gdb_byte *to);
+extern int i387_register_to_value (struct frame_info *frame, int regnum,
+                                  struct type *type, gdb_byte *to,
+                                  int *optimizedp, int *unavailablep);
 
 /* Write the contents FROM of a value of type TYPE into register
    REGNUM in frame FRAME.  */
This page took 0.02381 seconds and 4 git commands to generate.