From 3b700820e544a16bf1bd00d8983d1840aeb636d4 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Mon, 3 Jun 2002 00:28:58 +0000 Subject: [PATCH] * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. From-SVN: r54195 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/netbsd.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9d855ac3742..93c162d5354f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-03 Jason Thorpe + + * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. + 2002-05-31 John David Anglin * pa-linux.h (WCHAR_UNSIGNED): Define to 0. diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h index 95f654213cd0..d41e576d4e7a 100644 --- a/gcc/config/rs6000/netbsd.h +++ b/gcc/config/rs6000/netbsd.h @@ -60,11 +60,6 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (PowerPC NetBSD/ELF)"); -/* For backward compatibility, we must continue to use the AIX - structure return convention. */ -#undef DRAFT_V4_STRUCT_RET -#define DRAFT_V4_STRUCT_RET 1 - /* Use STABS debugging information by default. DWARF2 makes a mess of the 1.5.2 linker. */ #undef PREFERRED_DEBUGGING_TYPE -- 2.47.2