diff options
author | Krister Walfridsson <cato@df.lth.se> | 1998-06-13 15:09:41 +0200 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-13 06:09:41 -0700 |
commit | a08432bd45dd5f1349046c09591c592558ef6a4c (patch) | |
tree | 2e63aa18485df8bf3ff6b1456fbecec6fcad8204 | |
parent | eef4ba6139df167f30c0601c2e2b6cfa980d5dfa (diff) | |
download | gcc-a08432bd45dd5f1349046c09591c592558ef6a4c.zip gcc-a08432bd45dd5f1349046c09591c592558ef6a4c.tar.gz gcc-a08432bd45dd5f1349046c09591c592558ef6a4c.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/netbsd.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f053de..10fb620 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 13 13:10:40 1998 Krister Walfridsson <cato@df.lth.se> + + * config/sparc/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before + redefining it. + Fri Jun 12 18:06:45 1998 Doug Evans <devans@egcs.cygnus.com> * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index 3fd6fe9..a512f41 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 |