From 1cfb500fa410af550a3a09fc97c58f90df3b8522 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 22 Feb 1996 00:56:13 +0000 Subject: (consttable_end): Delete call to text_section. (align_4): Delete call to readonly_data_section. From-SVN: r11336 --- gcc/config/arm/arm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index ac701f9..f6c3de7 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 \"\"; ") -- cgit v1.1