From c8c29f855dffe19d597187293ac21e87d249357f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 16 Dec 1992 18:59:44 +0000 Subject: [PATCH] (assemble_trampoline_template): Use readonly_data_section, not text_section. From-SVN: r2885 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/varasm.c b/gcc/varasm.c index f8d011a389f..23722ca6ea5 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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); -- 2.30.2