Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / gdb / i386-tdep.h
index bb2f2c73884b9f9b50e1cb06f39eeee8026f964d..de11f68ea724f93813b8b3af010902f49a06596e 100644 (file)
@@ -311,9 +311,11 @@ extern int i386_ymm_regnum_p (struct gdbarch *gdbarch, int regnum);
 extern const char *i386_pseudo_register_name (struct gdbarch *gdbarch,
                                              int regnum);
 
-extern void i386_pseudo_register_read (struct gdbarch *gdbarch,
-                                      struct regcache *regcache,
-                                      int regnum, gdb_byte *buf);
+extern void i386_pseudo_register_read_into_value (struct gdbarch *gdbarch,
+                                                 struct regcache *regcache,
+                                                 int regnum,
+                                                 struct value *result);
+
 extern void i386_pseudo_register_write (struct gdbarch *gdbarch,
                                        struct regcache *regcache,
                                        int regnum, const gdb_byte *buf);
This page took 0.023456 seconds and 4 git commands to generate.