From ccf04c82c74755646a525c3bbd8c29131f193c6c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 29 May 1999 09:09:39 +0000 Subject: [PATCH] fix typo. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index eddefe43038..b2f5e3c1dbf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +1999-05-29 Nick Clifton + + * readelf.c (dump_relocations): Fix typo. + 1999-05-28 Nick Clifton * readelf.c (dump_relocations): Add extra parameter: is_rela to diff --git a/binutils/readelf.c b/binutils/readelf.c index ca6be94cacc..394bf79f1b5 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; -- 2.30.2