From: Richard Kenner Date: Tue, 11 Oct 1994 22:40:32 +0000 (-0400) Subject: (ASM_DECLARE_FUNCTION_NAME): Always put out .lglobl for static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ce428da89d28710dfcd59b07cb3bc84fa86ae00;p=gcc.git (ASM_DECLARE_FUNCTION_NAME): Always put out .lglobl for static functions. From-SVN: r8256 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 67e81eedf05..340d50f5201 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1730,7 +1730,7 @@ toc_section () \ RS6000_OUTPUT_BASENAME (FILE, NAME); \ fprintf (FILE, "\n"); \ } \ - else if (write_symbols == XCOFF_DEBUG) \ + else \ { \ fprintf (FILE, "\t.lglobl ."); \ RS6000_OUTPUT_BASENAME (FILE, NAME); \