From 9d07b40cd180aa058661dad59bba59b082be398b Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 17 Jul 2004 13:59:23 +0000 Subject: 2004-07-17 Andrew Cagney * hppa-linux-nat.c: Do not include . (supply_fpregset): Remove "register" attribute. --- gdb/ChangeLog | 5 +++++ gdb/hppa-linux-nat.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6d9455..931077e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-07-17 Andrew Cagney + * hppa-linux-nat.c: Do not include . + (supply_fpregset): Remove "register" attribute. + +2004-07-17 Andrew Cagney + * solib-frv.c (fetch_loadmap): Use xfree, not free. 2004-07-17 Mark Kettenis diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index c15e1ab..fc901ac 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -26,7 +26,6 @@ #include #include -#include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,43) @@ -342,7 +341,7 @@ fill_gregset (gdb_gregset_t *gregsetp, int regno) void supply_fpregset (gdb_fpregset_t *fpregsetp) { - register int regi; + int regi; char *from; for (regi = 0; regi <= 31; regi++) -- cgit v1.1