(assemble_trampoline_template): Use readonly_data_section, not text_section.

From-SVN: r2885
This commit is contained in:
Richard Stallman 1992-12-16 18:59:44 +00:00
parent 7bea35e746
commit c8c29f855d
1 changed files with 1 additions and 1 deletions

View File

@ -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);