aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-29 09:09:39 +0000
committerNick Clifton <nickc@redhat.com>1999-05-29 09:09:39 +0000
commitccf04c82c74755646a525c3bbd8c29131f193c6c (patch)
tree9cb2958169a64b32e3d8ab46b2acd89b9e3fb28b /binutils/readelf.c
parent04a866f231231ff6078c39381915f4fad37da20f (diff)
downloadfsf-binutils-gdb-ccf04c82c74755646a525c3bbd8c29131f193c6c.zip
fsf-binutils-gdb-ccf04c82c74755646a525c3bbd8c29131f193c6c.tar.gz
fsf-binutils-gdb-ccf04c82c74755646a525c3bbd8c29131f193c6c.tar.bz2
fix typo.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index ca6be94..394bf79 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -377,7 +377,7 @@ guess_is_rela (e_machine)
/* Display the contents of the relocation data
found at the specified offset. */
static int
-dump_relocations (file, rel_offset, rel_size, symtab, strtabm, is_rela)
+dump_relocations (file, rel_offset, rel_size, symtab, strtab, is_rela)
FILE * file;
unsigned long rel_offset;
unsigned long rel_size;