]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2000-01-29 Mark Kettenis <kettenis@gnu.org>
authorMark Kettenis <kettenis@gnu.org>
Sun, 5 Mar 2000 16:39:11 +0000 (16:39 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 5 Mar 2000 16:39:11 +0000 (16:39 +0000)
commit04cd15b61dc18a77b8a7359805400caa21f4189e
treea318bd7170c5e79a3ea93bb5278771509e57f5e5
parent9ec7faef5929aae878b2e6a9a5ea85e9238e2290
2000-01-29  Mark Kettenis  <kettenis@gnu.org>

* i386-linux-nat.c: Use elf_gregset_t and elf_fpregset_t instead
of gregset_t and fpregset_t.  Those are the only names that are
guaranteed to specify the right types for all supported Linux
systems out there.
Various doc fixes and gratitious local variable renames, all in an
attempt to stress similarities between the code and unify the
terminology used.  Use ISO-C all over.
(regmap): Remove trailing comma.
(FPREG_ADDR): Renamed from FPREGSET_T_FPREG_ADDR.
(convert_to_gregset): Make static.  Remove GDB_REGS argument.  It
is unnecessary and wasn't used anyway.  All callers changed.
(convert_to_fpregset, convert_to_xfpregset): Likewise.
(fetch_regs, store_regs): Remove unused variable `regno'.
(fill_fpregs): If REGNO is not -1, only update the specified
register.
(fetch_core_registers): Renamed from
i386_linux_fetch_core_registers.  There is no need for a unique
name since the function is static anyway.
(linux_elf_core_fns): Renamed from i386_linux_nat_core_functions
since it is more descriptive.
gdb/ChangeLog
gdb/i386-linux-nat.c