summaryrefslogtreecommitdiff
path: root/ldso/ldso/sparc
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-25 15:19:00 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-25 15:19:00 +0000
commitac5506822324b3734549fb5633166af3d5eb9365 (patch)
tree6450383acf55c7aeb84986c40497439953c1b220 /ldso/ldso/sparc
parent8e4a1b8a993e8323f39dbc8f66a14ed0319259ad (diff)
Patch from Stefan Allius:
Remove unused function parameter in ldso. Remove echo option '-e' since it is not supported on Solaris.
Diffstat (limited to 'ldso/ldso/sparc')
-rw-r--r--ldso/ldso/sparc/elfinterp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/ldso/sparc/elfinterp.c b/ldso/ldso/sparc/elfinterp.c
index 44d889ff2..543489fc1 100644
--- a/ldso/ldso/sparc/elfinterp.c
+++ b/ldso/ldso/sparc/elfinterp.c
@@ -147,7 +147,7 @@ unsigned int _dl_linux_resolver(unsigned int reloc_entry, unsigned int * plt)
}
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)
{
int i;
char * strtab;
@@ -187,7 +187,7 @@ void _dl_parse_lazy_relocation_information(struct dyn_elf *rpnt,
}
int _dl_parse_relocation_information(struct dyn_elf *rpnt,
- unsigned long rel_addr, unsigned long rel_size, int type)
+ unsigned long rel_addr, unsigned long rel_size)
{
int i;
char * strtab;
@@ -297,7 +297,7 @@ int _dl_parse_relocation_information(struct dyn_elf *rpnt,
at all */
int _dl_parse_copy_information(struct dyn_elf *xpnt,
- unsigned long rel_addr, unsigned long rel_size, int type)
+ unsigned long rel_addr, unsigned long rel_size)
{
int i;
char * strtab;