From 2e4eb9b08e77c48ce9aed8ce0403ce375ad8c686 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 21 Jan 1997 22:26:06 +0000 Subject: Fix handling of vt if -mminimal-toc From-SVN: r13543 --- gcc/config/rs6000/rs6000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index d5e1210..f021ec3 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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) -- cgit v1.1