From: Doug Evans Date: Thu, 22 Feb 1996 00:56:13 +0000 (+0000) Subject: (consttable_end): Delete call to text_section. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cfb500fa410af550a3a09fc97c58f90df3b8522;p=gcc.git (consttable_end): Delete call to text_section. (align_4): Delete call to readonly_data_section. From-SVN: r11336 --- diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index ac701f9e858..f6c3de7cbb3 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -5967,7 +5967,7 @@ [(unspec_volatile [(const_int 0)] 4)] "" "* - text_section (); + /* Nothing to do (currently). */ return \"\"; ") @@ -5975,7 +5975,6 @@ [(unspec_volatile [(const_int 0)] 5)] "" "* - readonly_data_section (); assemble_align (32); return \"\"; ")