summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix31.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 21:45:46 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 21:45:46 +0000
commit2d87c8ca8a0993005af4b8179b3ad25e947cd6a7 (patch)
tree5ee1d0f5fffc457444e95b5bd7b13612b864f442 /gcc/config/rs6000/aix31.h
parent726ec87c491621121b4fbb3531d64571324dd189 (diff)
downloadgcc-2d87c8ca8a0993005af4b8179b3ad25e947cd6a7.tar.gz
* config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete. (ASM_GLOBALIZE_LABEL): Use assemble_name. (ASM_OUTPUT_COMMON): Likewise. * config/rs6000/rs6000.c (print_operand): Use assemble_name. (rs6000_output_function_epilogue): Likewise. (output_mi_thunk): Fix typo. (rs6000_output_symbol_ref): Use assemble_name. (output_toc): Likewise. * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete. * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete; assemble_name calls STRIP_NAME_ENCODING. (ASM_OUTPUT_LABEL): Use assemble_name. (ASM_GLOBALIZE_LABEL): Likewise. (ASM_DECLARE_FUNCTION_NAME): Likewise. (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op. Use assemble_name. (ASM_OUTPUT_LOCAL): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46600 138bc75d-0d04-0410-961f-82ee72b054a4
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); \
}