fix typo.
authorNick Clifton <nickc@redhat.com>
Sat, 29 May 1999 09:09:39 +0000 (09:09 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 29 May 1999 09:09:39 +0000 (09:09 +0000)
binutils/ChangeLog
binutils/readelf.c

index eddefe43038f83a2b628ca5f769b658f66aa1f7a..b2f5e3c1dbfce8e6007a93e43213c177e337439b 100644 (file)
@@ -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>
 
        * readelf.c (dump_relocations): Add extra parameter: is_rela to
index ca6be94cacc6ee3451b9c8e47f0fca13fe56a631..394bf79f1b59a4d01af7b871b16b2794079a1421 100644 (file)
@@ -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;
This page took 0.033911 seconds and 4 git commands to generate.