* ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
authorDaniel Jacobowitz <drow@false.org>
Tue, 30 Jul 2002 19:03:49 +0000 (19:03 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 30 Jul 2002 19:03:49 +0000 (19:03 +0000)
commit2fda49774f178145b87bc2081c69c58c39747d1c
treeb3d7af63ae1b065714ab1617059730716dcfd536
parent3e000b18800d3409d952a46c96aa3393a1955ac7
    * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
        (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
        (fetch_core_registers, ppc_linux_supply_gregset)
        (ppc_linux_supply_fpregset): New functions.
        (ppc_linux_regset_core_fns): New.
        (_initialize_ppc_linux_tdep): Call add_core_fns.
        * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
        and ppc_linux_supply_gregset.
        * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
        (supply_fpregset): Call ppc_linux_supply_fpregset.
        * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
        corelow.o.
        * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
gdb/ChangeLog
gdb/config/powerpc/linux.mh
gdb/config/powerpc/linux.mt
gdb/ppc-linux-nat.c
gdb/ppc-linux-tdep.c
gdb/ppc-tdep.h