This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: PR3090
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Subject: PATCH: PR3090
- From: Roman Zippel <zippel at linux-m68k dot org>
- Date: Fri, 13 Jul 2001 14:54:16 +0200 (CEST)
Hi,
Could soemone please commit the patch below?
It's only needed for the branch, as the same can be found in defaults.h
in the mainline, which doesn't exist in the branch.
This patch is really trivial and I'm already asking for the 4th time to
get this patch in. :( Could someone please commit it or tell me what's
wrong with it?
Thanks.
bye, Roman
2001-07-13 Roman Zippel <zippel@linux-m68k.org>
* dwarf2out.c: Define default for ACCUMULATE_OUTGOING_ARGS
Index: gcc/dwarf2out.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/dwarf2out.c,v
retrieving revision 1.242.2.21
diff -u -r1.242.2.21 dwarf2out.c
--- dwarf2out.c 2001/07/11 01:06:35 1.242.2.21
+++ dwarf2out.c 2001/07/13 12:45:10
@@ -57,6 +57,10 @@
#include "md5.h"
#include "tm_p.h"
+#ifndef ACCUMULATE_OUTGOING_ARGS
+#define ACCUMULATE_OUTGOING_ARGS 0
+#endif
+
/* DWARF2 Abbreviation Glossary:
CFA = Canonical Frame Address
a fixed address on the stack which identifies a call frame.