Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/lib/libthread_db/arch/sparc64/libpthread_md.c 181059 2008-07-31 16:26:58Z marcel $");
---
> __FBSDID("$FreeBSD: head/lib/libthread_db/arch/sparc64/libpthread_md.c 181341 2008-08-06 03:14:18Z marcel $");
37c37
< pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
---
> pt_reg_to_ucontext(const struct reg *r __unused, ucontext_t *uc __unused)
42c42
< pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
---
> pt_ucontext_to_reg(const ucontext_t *uc __unused, struct reg *r __unused)
47c47
< pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
---
> pt_fpreg_to_ucontext(const struct fpreg* r __unused, ucontext_t *uc __unused)
52c52
< pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
---
> pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r __unused)
62c62
< pt_reg_sstep(struct reg *reg, int step)
---
> pt_reg_sstep(struct reg *reg __unused, int step __unused)