Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / obj-coff.c
index 4e7b9b7cb53cc43eaf3e0bf7d2f431b06fe7a21e..449cb4fa5717aa569416364879f518d27db27ffb 100644 (file)
@@ -1,5 +1,5 @@
 /* coff object file format
-   Copyright (C) 1989-2014 Free Software Foundation, Inc.
+   Copyright (C) 1989-2015 Free Software Foundation, Inc.
 
    This file is part of GAS.
 
@@ -387,6 +387,7 @@ coff_obj_symbol_new_hook (symbolS *symbolP)
 
   memset (s, 0, sz);
   coffsymbol (symbol_get_bfdsym (symbolP))->native = (combined_entry_type *) s;
+  coffsymbol (symbol_get_bfdsym (symbolP))->native->is_sym = TRUE;
 
   S_SET_DATA_TYPE (symbolP, T_NULL);
   S_SET_STORAGE_CLASS (symbolP, 0);
This page took 0.024694 seconds and 4 git commands to generate.