Commit 1cfb500f by Doug Evans

(consttable_end): Delete call to text_section.

(align_4): Delete call to readonly_data_section.

From-SVN: r11336
parent 943a140b
...@@ -5967,7 +5967,7 @@ ...@@ -5967,7 +5967,7 @@
[(unspec_volatile [(const_int 0)] 4)] [(unspec_volatile [(const_int 0)] 4)]
"" ""
"* "*
text_section (); /* Nothing to do (currently). */
return \"\"; return \"\";
") ")
...@@ -5975,7 +5975,6 @@ ...@@ -5975,7 +5975,6 @@
[(unspec_volatile [(const_int 0)] 5)] [(unspec_volatile [(const_int 0)] 5)]
"" ""
"* "*
readonly_data_section ();
assemble_align (32); assemble_align (32);
return \"\"; return \"\";
") ")
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