From: Jason Thorpe Date: Mon, 3 Jun 2002 00:28:58 +0000 (+0000) Subject: * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. X-Git-Tag: releases/gcc-3.1.1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b700820e544a16bf1bd00d8983d1840aeb636d4;p=thirdparty%2Fgcc.git * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. From-SVN: r54195 --- 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