OSDN Git Service

* config/i386/i386.c (asm_output_function_prefix): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2001 23:43:10 +0000 (23:43 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2001 23:43:10 +0000 (23:43 +0000)
commit6a34d485178fc921410922015d242ab81516c75a
tree9bdff5066ecd23b877619975881ff8a84b94795a
parent00a48641620be5751176be416bf61790e6cfea82
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39055 138bc75d-0d04-0410-961f-82ee72b054a4
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