aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386aix-nat.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-05 22:46:57 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-05 22:46:57 +0000
commit165a58fe68c763922f368dd66b34585d6df4b46a (patch)
tree7dc70f1c78c4f73a68bc6f5950d90e6ce81c3a65 /gdb/i386aix-nat.c
parent07e90ad5b74f7279fd3eca734b1c4594b430f794 (diff)
downloadgdb-165a58fe68c763922f368dd66b34585d6df4b46a.zip
gdb-165a58fe68c763922f368dd66b34585d6df4b46a.tar.gz
gdb-165a58fe68c763922f368dd66b34585d6df4b46a.tar.bz2
Protoization.
Diffstat (limited to 'gdb/i386aix-nat.c')
-rw-r--r--gdb/i386aix-nat.c19
1 files changed, 14 insertions, 5 deletions
diff --git a/gdb/i386aix-nat.c b/gdb/i386aix-nat.c
index 0a432dd..c32f151 100644
--- a/gdb/i386aix-nat.c
+++ b/gdb/i386aix-nat.c
@@ -314,12 +314,21 @@ static int core_regmap[] =
CD_DS, CD_ES, CD_FS, CD_GS,
};
+/* Provide registers to GDB from a core file.
+
+ CORE_REG_SECT points to an array of bytes, which were obtained from
+ a core file which BFD thinks might contain register contents.
+ CORE_REG_SIZE is its size.
+
+ WHICH says which register set corelow suspects this is:
+ 0 --- the general-purpose register set
+ 2 --- the floating-point register set
+
+ REG_ADDR isn't used. */
+
static void
-fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
- char *core_reg_sect;
- unsigned core_reg_size;
- int which;
- CORE_ADDR reg_addr; /* ignored */
+fetch_core_registers (char *core_reg_sect, unsigned core_reg_size,
+ int which, CORE_ADDR reg_addr)
{
if (which == 0)