From a08432bd45dd5f1349046c09591c592558ef6a4c Mon Sep 17 00:00:00 2001 From: Krister Walfridsson Date: Sat, 13 Jun 1998 15:09:41 +0200 Subject: [PATCH] netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before redefining it. * config/sparc/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before redefining it. From-SVN: r20454 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/netbsd.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f053de3b82..10fb620ec93 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 13 13:10:40 1998 Krister Walfridsson + + * config/sparc/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before + redefining it. + Fri Jun 12 18:06:45 1998 Doug Evans * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index 3fd6fe92020..a512f41e155 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -37,6 +37,7 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ +#undef DEFAULT_PCC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 0 /* Until they use ELF or something that handles dwarf2 unwinds -- 2.30.2