* srconv.c (wr_tr): Write out handcrafted tr block.
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 185beab21a8f56179ac455dd5f5e2d6aa6bf50f3..14326fbe5313a01562e556833553f84b729bdef8 100644 (file)
@@ -2449,7 +2449,7 @@ coff_slurp_symbol_table (abfd)
 #if 0
              dst->symbol.value = src->u.syment.n_value - dst->symbol.section->vma;
              dst->symbol.flags = BSF_EXPORT | BSF_GLOBAL;
-             dst->symbol.flags |= BSF_NOT_AT_END;
+             dst->symbol.flags |= BSF_NOT_AT_END | BSF_FUNCTION;
 #endif
              /* Fall through to next case */
 
@@ -2491,7 +2491,7 @@ coff_slurp_symbol_table (abfd)
                      /*
              A function ext does not go at the end of a file
              */
-                     dst->symbol.flags |= BSF_NOT_AT_END;
+                     dst->symbol.flags |= BSF_NOT_AT_END | BSF_FUNCTION;
                    }
                }
 
This page took 0.023972 seconds and 4 git commands to generate.