These changes clean things up a bit, and improve Solaris cross
[deliverable/binutils-gdb.git] / gas / config / obj-coffbfd.c
index 58a03021b2ffc73da10735ba826cfec47e7405d3..2af4978d85916a3a2695aae4ef883ea57ba55fbc 100644 (file)
@@ -481,7 +481,7 @@ static void DEFUN(fill_section,(abfd, filehdr, file_cursor),
       else if (strcmp(s->s_name,".data")==0)
        s->s_flags |= STYP_DATA;
       else if (strcmp(s->s_name,".bss")==0)
-       s->s_flags |= STYP_BSS;
+       s->s_flags |= STYP_BSS | STYP_NOLOAD;
       else if (strcmp(s->s_name,".lit")==0)
        s->s_flags = STYP_LIT | STYP_TEXT;
 
This page took 0.023825 seconds and 4 git commands to generate.