include/elf/
[deliverable/binutils-gdb.git] / gdb / elfread.c
index c0dd7fb41b74f47a9f5b187c9bfabb4014b138d4..5a201c9197a06174f9cb919e8a9f464752fc98d0 100644 (file)
@@ -333,7 +333,7 @@ elf_symtab_read (struct objfile *objfile, int type,
 
                 NOTE: uweigand-20071112: Synthetic symbols do not
                 have an ELF-private part, so do not touch those.  */
-             unsigned short shndx = type == ST_SYNTHETIC ? 0 : 
+             unsigned int shndx = type == ST_SYNTHETIC ? 0 : 
                ((elf_symbol_type *) sym)->internal_elf_sym.st_shndx;
 
              switch (shndx)
This page took 0.026072 seconds and 4 git commands to generate.