Commit c8c29f85 by Richard Stallman

(assemble_trampoline_template): Use readonly_data_section, not text_section.

From-SVN: r2885
parent 7bea35e7
......@@ -1074,7 +1074,7 @@ assemble_trampoline_template ()
/* Some assemblers don't like instructions in data segment, so always
put trampoline template in text segment. */
text_section ();
readonly_data_section ();
/* Write the assembler code to define one. */
align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT);
......
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