Commit 86cb04f6 by Jason Thorpe Committed by Jason Thorpe

* config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.

From-SVN: r54194
parent d22c2324
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> 2002-06-02 Tom Tromey <tromey@redhat.com>
* fixinc/fixincl.x: Rebuilt. * fixinc/fixincl.x: Rebuilt.
......
...@@ -60,11 +60,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -60,11 +60,6 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_VERSION #undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (PowerPC NetBSD/ELF)"); #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 /* Use STABS debugging information by default. DWARF2 makes a mess of
the 1.5.2 linker. */ the 1.5.2 linker. */
#undef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment