i386.c (asm_output_function_prefix, [...]): Use ASM_GENERATE_INTERNAL_LABEL properly.
authorRichard Henderson <rth@cygnus.com>
Sat, 4 Apr 1998 20:25:44 +0000 (12:25 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 4 Apr 1998 20:25:44 +0000 (12:25 -0800)
commit5cb6195d3bdc79f4038156fa0d87b69ffa1610d2
treec9c3d479c3c31e6428d8fd478a890d7a86e2f915
parentce1938523b2a93c11c46f6672c9b35f6b1d145d6
i386.c (asm_output_function_prefix, [...]): Use ASM_GENERATE_INTERNAL_LABEL properly.

* i386.c (asm_output_function_prefix, load_pic_register):
Use ASM_GENERATE_INTERNAL_LABEL properly.
(output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
(print_operand): Ignore it.
(load_pic_register): Use it for the got load call.
* i386.md (prologue_set_got, prologue_get_pc): Likewise.
(prologue_get_pc_and_set_got): Likewise.
* i386.h: Update print_operand docs.

From-SVN: r19000
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md