updated cost model from gcc 4.3.0
[libfirm] / ir / be / begnuas.c
index 7016855..b78ab81 100644 (file)
@@ -1125,6 +1125,8 @@ static void dump_global(be_gas_decl_env_t *env, ir_entity *ent)
                section = GAS_SECTION_COMMON;
                if (visibility != visibility_local)
                        emit_as_common = 1;
+       } else {
+               section = GAS_SECTION_DATA;
        }
 
        if(!emit_as_common) {