BFD: Exclude sections with no content from compress check.
[deliverable/binutils-gdb.git] / gas / symbols.c
index 857a3e6c5cc44eb921ab3f63937d54e4420a06c7..160b0f74021e92e8858d331a1988b9927a34a0b2 100644 (file)
@@ -1,5 +1,5 @@
 /* symbols.c -symbol table-
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -1638,7 +1638,7 @@ resolve_symbol_value (symbolS *symp)
   if (finalize_syms)
     S_SET_VALUE (symp, final_val);
 
-exit_dont_set_value:
+ exit_dont_set_value:
   /* Always set the segment, even if not finalizing the value.
      The segment is used to determine whether a symbol is defined.  */
     S_SET_SEGMENT (symp, final_seg);
This page took 0.023809 seconds and 4 git commands to generate.