This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Build problem with binutils/readelf.c


Hi,

I've spotted a small spelling mistake which is breaking the current CVS
build.

Dave

*** readelf.c.orig	Sat May 29 15:31:21 1999
--- readelf.c	Sat May 29 15:34:24 1999
***************
*** 377,383 ****
  /* 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)
       FILE *                 file;
       unsigned long          rel_offset;
       unsigned long          rel_size;
--- 377,383 ----
  /* Display the contents of the relocation data
     found at the specified offset.  */
  static int
! dump_relocations (file, rel_offset, rel_size, symtab, strtab, is_rela)
       FILE *                 file;
       unsigned long          rel_offset;
       unsigned long          rel_size;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]