OSDN Git Service

Patch to fix g++.other/local1.C.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 May 1998 14:04:15 +0000 (14:04 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 May 1998 14:04:15 +0000 (14:04 +0000)
commit164b4b15dc479953c33ecffd702a240a0763d06f
tree840abe7eaa9ab57ad418f30aac580be8cbd04489
parentbd7b71e054796d2b13f5c0f8db07fdfed442baa6
Patch to fix g++.other/local1.C.
* varasm.c (make_decl_rtl): Revert April 1 change.
* alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
Get function name from the SYMBOL_REF in the DECL_RTL, not from
DECL_ASSEMBLER_NAME.
* i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
DECL_ASSEMBLER_NAME.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19723 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/alpha/win-nt.h
gcc/config/arm/arm.h
gcc/config/i386/unix.h
gcc/config/i386/winnt.c
gcc/config/i960/i960.h
gcc/config/m68k/linux.h
gcc/config/pa/pa.h
gcc/config/sparc/sparc.h
gcc/config/vax/vax.h
gcc/varasm.c