]> gcc.gnu.org Git - gcc.git/commit
aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 28 Oct 2001 21:45:46 +0000 (21:45 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 28 Oct 2001 21:45:46 +0000 (16:45 -0500)
commitd2574c50f642ed04f7ec735db6c6674c138e5f1a
tree5ee1d0f5fffc457444e95b5bd7b13612b864f442
parentce2d32cd37c98b11b3f022695f9cfba0faf9151b
aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.

        * 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.

From-SVN: r46600
gcc/ChangeLog
gcc/config/rs6000/aix31.h
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/xcoff.h
This page took 0.057219 seconds and 5 git commands to generate.