Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 179a0ef08a85ebf486b5b1aa6731b6d7b621566f..2669e9766c2bf26660ff14cce3c9811cbef8aa2b 100644 (file)
@@ -538,9 +538,8 @@ elf_symtab_read (abfd, addr, objfile, dynamic)
              if (msym != NULL)
                msym->filename = filesymname;
 #endif
-#ifdef SYMBOL_IS_SPECIAL
-             if (SYMBOL_IS_SPECIAL (sym))
-               MAKE_MSYMBOL_SPECIAL (msym);
+#ifdef ELF_MAKE_MSYMBOL_SPECIAL
+             ELF_MAKE_MSYMBOL_SPECIAL(sym,msym);
 #endif
            }
        }
@@ -597,7 +596,7 @@ elf_symfile_read (objfile, section_offsets, mainline)
   memset ((char *) &ei, 0, sizeof (ei));
 
   /* Allocate struct to keep track of the symfile */
-  objfile->sym_stab_info = (PTR)
+  objfile->sym_stab_info = (struct dbx_symfile_info *)
     xmmalloc (objfile -> md, sizeof (struct dbx_symfile_info));
   memset ((char *) objfile->sym_stab_info, 0, sizeof (struct dbx_symfile_info));
   make_cleanup (free_elfinfo, (PTR) objfile);
This page took 0.023001 seconds and 4 git commands to generate.