From ac5506822324b3734549fb5633166af3d5eb9365 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 25 Aug 2004 15:19:00 +0000 Subject: Patch from Stefan Allius: Remove unused function parameter in ldso. Remove echo option '-e' since it is not supported on Solaris. --- ldso/ldso/mips/elfinterp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ldso/ldso/mips/elfinterp.c') diff --git a/ldso/ldso/mips/elfinterp.c b/ldso/ldso/mips/elfinterp.c index 5457e6d7a..21bda6f96 100644 --- a/ldso/ldso/mips/elfinterp.c +++ b/ldso/ldso/mips/elfinterp.c @@ -158,14 +158,14 @@ unsigned long _dl_linux_resolver(unsigned long sym_index, } void _dl_parse_lazy_relocation_information(struct dyn_elf *rpnt, - unsigned long rel_addr, unsigned long rel_size, int type) + unsigned long rel_addr, unsigned long rel_size) { /* Nothing to do */ return; } int _dl_parse_copy_information(struct dyn_elf *rpnt, - unsigned long rel_addr, unsigned long rel_size, int type) + unsigned long rel_addr, unsigned long rel_size) { /* Nothing to do */ return 0; @@ -173,7 +173,7 @@ int _dl_parse_copy_information(struct dyn_elf *rpnt, int _dl_parse_relocation_information(struct dyn_elf *xpnt, - unsigned long rel_addr, unsigned long rel_size, int type) + unsigned long rel_addr, unsigned long rel_size) { Elf32_Sym *symtab; Elf32_Rel *rpnt; -- cgit v1.2.3