mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 04:14:41 +08:00
Fix handling of vt if -mminimal-toc
From-SVN: r13543
This commit is contained in:
parent
de22184bb2
commit
2e4eb9b08e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user