From 7baa5366a80054035856fbd1dce69ede03e82604 Mon Sep 17 00:00:00 2001 From: aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 16 Aug 2001 10:09:28 +0000 Subject: [PATCH] * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44933 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/s390.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bddf9729d32..95612a24b13f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-16 Andreas Jaeger <aj@suse.de> + + * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame + prototype. + Wed Aug 15 15:22:52 EDT 2001 John Wehle (john@feith.com) * rtl.h (only_sets_cc0_p): New prototype. diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index f0f0fc3067c1..5ce9a19f2d2c 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #include "ggc.h" #include "target.h" #include "target-def.h" - +#include "debug.h" -- GitLab