summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix31.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/aix31.h')
-rw-r--r--gcc/config/rs6000/aix31.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix31.h b/gcc/config/rs6000/aix31.h
index 1156b1eb0d4..8915292f40f 100644
--- a/gcc/config/rs6000/aix31.h
+++ b/gcc/config/rs6000/aix31.h
@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */
if (TREE_CODE (DECL) == FUNCTION_DECL) \
{ \
fputs ("\n\t.extern .", FILE); \
- RS6000_OUTPUT_BASENAME (FILE, XSTR (_symref, 0)); \
+ assemble_name (FILE, XSTR (_symref, 0)); \
} \
putc ('\n', FILE); \
}