2004-07-17 Andrew Cagney * hppa-linux-nat.c: Do not include . (supply_fpregset): Remove "register" attribute. Index: hppa-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-linux-nat.c,v retrieving revision 1.4 diff -p -u -r1.4 hppa-linux-nat.c --- hppa-linux-nat.c 7 Jun 2004 15:19:08 -0000 1.4 +++ hppa-linux-nat.c 17 Jul 2004 13:57:51 -0000 @@ -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, i void supply_fpregset (gdb_fpregset_t *fpregsetp) { - register int regi; + int regi; char *from; for (regi = 0; regi <= 31; regi++)