Patch to fix g++.other/local1.C.
authorJim Wilson <wilson@cygnus.com>
Wed, 13 May 1998 14:04:15 +0000 (14:04 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 13 May 1998 14:04:15 +0000 (07:04 -0700)
commit92d4501f96d2e4faaced90c19ca3b986c0875366
tree840abe7eaa9ab57ad418f30aac580be8cbd04489
parentd6cc54f65926f5b8464efad260be16eddec94315
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.

From-SVN: r19723
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