gas: run the sparc test dcti-couples-v9 only in ELF targets.
[deliverable/binutils-gdb.git] / gdb / alphabsd-tdep.h
index f707e76265ac1c7f7fbaae89d316a4b767c84a27..19257350d93134fe4895b06a56b320d11a8f2df6 100644 (file)
@@ -1,7 +1,6 @@
 /* Common target dependent code for Alpha BSD's.
 
-   Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,10 +31,10 @@ void alphabsd_fill_fpreg (const struct regcache *, char *, int);
 
 /* Functions exported from alphanbsd-tdep.c.  */
 
-/* Return the appropriate register set for the core section identified
-   by SECT_NAME and SECT_SIZE.  */
-extern const struct regset *
-  alphanbsd_regset_from_core_section (struct gdbarch *gdbarch,
-                                     const char *sect_name, size_t len);
+/* Iterate over supported core file register note sections. */
+void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
+                                            iterate_over_regset_sections_cb *cb,
+                                            void *cb_data,
+                                            const struct regcache *regcache);
 
 #endif /* alphabsd-tdep.h */
This page took 0.024218 seconds and 4 git commands to generate.