Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/lib/libthread_db/arch/arm/libpthread_md.c 181059 2008-07-31 16:26:58Z marcel $");
---
> __FBSDID("$FreeBSD: head/lib/libthread_db/arch/arm/libpthread_md.c 181341 2008-08-06 03:14:18Z marcel $");
88c88
< pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
---
> pt_fpreg_to_ucontext(const struct fpreg *r __unused, ucontext_t *uc)
97c97
< pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
---
> pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r)
110c110
< pt_reg_sstep(struct reg *reg, int step)
---
> pt_reg_sstep(struct reg *reg __unused, int step __unused)