2002-06-07 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 1a362eebcc5328827c640623918ef5405d159a6f..3e29c0287b14954bdf65848ecf6b542845eacd9e 100644 (file)
@@ -205,8 +205,8 @@ static char *elf_symbol_flags PARAMS ((flagword));
 void
 elf_swap_symbol_in (abfd, psrc, pshn, dst)
      bfd *abfd;
-     const PTR *psrc;
-     const PTR *pshn;
+     const PTR psrc;
+     const PTR pshn;
      Elf_Internal_Sym *dst;
 {
   const Elf_External_Sym *src = (const Elf_External_Sym *) psrc;
@@ -1244,8 +1244,8 @@ elf_slurp_symbol_table (abfd, symptrs, dynamic)
       /* Skip first symbol, which is a null dummy.  */
       for (i = 1; i < symcount; i++)
        {
-         elf_swap_symbol_in (abfd, (const PTR *) (x_symp + i),
-                             (const PTR *) (x_shndx + (x_shndx ? i : 0)),
+         elf_swap_symbol_in (abfd, (const PTR) (x_symp + i),
+                             (const PTR) (x_shndx + (x_shndx ? i : 0)),
                              &i_sym);
          memcpy (&sym->internal_elf_sym, &i_sym, sizeof (Elf_Internal_Sym));
 #ifdef ELF_KEEP_EXTSYM
This page took 0.022766 seconds and 4 git commands to generate.