Commit 2c7ec511 by Richard Stallman

(assemble_variable): Set DECL_IN_TEXT_SECTION.

From-SVN: r5991
parent dddfb74b
......@@ -1144,6 +1144,10 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
#endif
}
/* dbxout.c needs to know this. */
if (in_text_section ())
DECL_IN_TEXT_SECTION (decl) = 1;
/* Compute and output the alignment of this data. */
align = DECL_ALIGN (decl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment