diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-03 00:28:12 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-03 00:28:12 +0000 |
commit | 86cb04f698910d3aea883ea4334a0876894cf3d4 (patch) | |
tree | 08b856766622c873b9af9d606a4e777b427fe4b6 /gcc | |
parent | d22c2324e6bf96b3dc954de7e45dd7e0fc368d5f (diff) | |
download | gcc-86cb04f698910d3aea883ea4334a0876894cf3d4.zip gcc-86cb04f698910d3aea883ea4334a0876894cf3d4.tar.gz gcc-86cb04f698910d3aea883ea4334a0876894cf3d4.tar.bz2 |
* config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
From-SVN: r54194
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/netbsd.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71a8c5e..317ab9d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-03 Jason Thorpe <thorpej@wasabisystems.com> + + * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. + 2002-06-02 Tom Tromey <tromey@redhat.com> * fixinc/fixincl.x: Rebuilt. diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h index 95f6542..d41e576 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 |