fix typo.
This commit is contained in:
parent
04a866f231
commit
ccf04c82c7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1999-05-29 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* readelf.c (dump_relocations): Fix typo.
|
||||||
|
|
||||||
1999-05-28 Nick Clifton <nickc@cygnus.com>
|
1999-05-28 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* readelf.c (dump_relocations): Add extra parameter: is_rela to
|
* readelf.c (dump_relocations): Add extra parameter: is_rela to
|
||||||
|
|
|
@ -377,7 +377,7 @@ guess_is_rela (e_machine)
|
||||||
/* Display the contents of the relocation data
|
/* Display the contents of the relocation data
|
||||||
found at the specified offset. */
|
found at the specified offset. */
|
||||||
static int
|
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;
|
FILE * file;
|
||||||
unsigned long rel_offset;
|
unsigned long rel_offset;
|
||||||
unsigned long rel_size;
|
unsigned long rel_size;
|
||||||
|
|
Loading…
Add table
Reference in a new issue