Commit 2e4eb9b0 by Michael Meissner

Fix handling of vt if -mminimal-toc

From-SVN: r13543
parent de22184b
......@@ -4104,11 +4104,11 @@ output_toc (file, x, labelno)
else
abort ();
STRIP_NAME_ENCODING (real_name, name);
if (TARGET_MINIMAL_TOC)
fputs ("\t.long ", file);
else
{
STRIP_NAME_ENCODING (real_name, name);
fprintf (file, "\t.tc %s", real_name);
if (offset < 0)
......
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