Commit 3ce428da by Richard Kenner

(ASM_DECLARE_FUNCTION_NAME): Always put out .lglobl for static

functions.

From-SVN: r8256
parent 4cabb798
...@@ -1730,7 +1730,7 @@ toc_section () \ ...@@ -1730,7 +1730,7 @@ toc_section () \
RS6000_OUTPUT_BASENAME (FILE, NAME); \ RS6000_OUTPUT_BASENAME (FILE, NAME); \
fprintf (FILE, "\n"); \ fprintf (FILE, "\n"); \
} \ } \
else if (write_symbols == XCOFF_DEBUG) \ else \
{ \ { \
fprintf (FILE, "\t.lglobl ."); \ fprintf (FILE, "\t.lglobl ."); \
RS6000_OUTPUT_BASENAME (FILE, NAME); \ RS6000_OUTPUT_BASENAME (FILE, NAME); \
......
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