mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
This commit was generated by cvs2svn to compensate for changes in r169185,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
1e7d5fbfb0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169186
@ -142,12 +142,24 @@ fill_gregset (char *regs, int regnum)
|
||||
ppcfbsd_fill_reg (regs, regnum);
|
||||
}
|
||||
|
||||
void
|
||||
supply_gregset (char *regs)
|
||||
{
|
||||
ppcfbsd_supply_reg (regs, -1);
|
||||
}
|
||||
|
||||
void
|
||||
fill_fpregset (char *fpregs, int regnum)
|
||||
{
|
||||
ppcfbsd_fill_fpreg (fpregs, regnum);
|
||||
}
|
||||
|
||||
void
|
||||
supply_fpregset (char *fpregs)
|
||||
{
|
||||
ppcfbsd_supply_fpreg (fpregs, -1);
|
||||
}
|
||||
|
||||
/* Provide a prototype to silence -Wmissing-prototypes. */
|
||||
void _initialize_ppcfbsd_nat (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user