Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / obj-elf.c
index e59f27b51e7b6375761ab14bbf1bac77574abb4d..4d7a8a730113848f885878698a4ed9c9eb0ba35d 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF object file format
-   Copyright (C) 1992-2014 Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -266,7 +266,7 @@ elf_file_symbol (const char *s, int appfile)
       || (symbol_rootP->bsym->flags & BSF_FILE) == 0)
     {
       symbolS *sym;
-      unsigned int name_length;
+      size_t name_length;
 
       sym = symbol_new (s, absolute_section, 0, NULL);
       symbol_set_frag (sym, &zero_address_frag);
This page took 0.023691 seconds and 4 git commands to generate.