Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / elfread.c
index d5f810eb9a1bfa306df136400a4ebb94ea4ae192..2669e9766c2bf26660ff14cce3c9811cbef8aa2b 100644 (file)
@@ -538,8 +538,8 @@ elf_symtab_read (abfd, addr, objfile, dynamic)
              if (msym != NULL)
                msym->filename = filesymname;
 #endif
-#ifdef MAKE_MSYMBOL_SPECIAL
-             MAKE_MSYMBOL_SPECIAL (sym,msym);
+#ifdef ELF_MAKE_MSYMBOL_SPECIAL
+             ELF_MAKE_MSYMBOL_SPECIAL(sym,msym);
 #endif
            }
        }
@@ -596,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.023824 seconds and 4 git commands to generate.