i386.c (asm_output_function_prefix): Remove.
authorRichard Henderson <rth@redhat.com>
Mon, 15 Jan 2001 23:43:10 +0000 (15:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 15 Jan 2001 23:43:10 +0000 (15:43 -0800)
commit4cf12e7e218267a97ce026848fcff54713e1483d
tree9bdff5066ecd23b877619975881ff8a84b94795a
parentad3b5aff7c758c9634febe64c8d7d29abf27f925
i386.c (asm_output_function_prefix): Remove.

        * config/i386/i386.c (asm_output_function_prefix): Remove.
        (ix86_asm_file_end): New.
        (load_pic_register): Generate pic_label_name into a
        staticly allocated buffer.
        * config/i386/i386-protos.h: Update.
        * config/i386/i386.h (ASM_OUTPUT_FUNCTION_PREFIX): Remove.
        (ASM_FILE_END): New.
        * config/i386/i386afe.h: New file.
        * config.gcc (i?86-*-elf) [tm_file]: Use it.
        (i?86-*-{freebsd,linux*,moss*}): Likewise.
        * config/elfos.h (ASM_FILE_END): Undef before redefinition.
        * config/i386/cygwin.h (ASM_FILE_END): Likewise.
        * config/i386/osfrose.h (ASM_FILE_END): Invoke ix86_asm_file_end.
        * config/i386/sco5.h (ASM_FILE_END): Likewise.
        * config/i386/winnt.c (i386_pe_asm_file_end): Likewise.

From-SVN: r39055
gcc/ChangeLog
gcc/config.gcc
gcc/config/elfos.h
gcc/config/i386/cygwin.h
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386afe.h [new file with mode: 0644]
gcc/config/i386/osfrose.h
gcc/config/i386/sco5.h
gcc/config/i386/winnt.c