* NEWS: Mention "info auto-load-scripts".
[deliverable/binutils-gdb.git] / gdb / i387-tdep.h
index bd592ba77226e7eef09440c2b6b1758c3f548e78..b87654900dde78c849710ca9bcd2752bdafed208 100644 (file)
@@ -66,8 +66,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.023216 seconds and 4 git commands to generate.