From: Andreas Jaeger Date: Thu, 16 Aug 2001 10:09:28 +0000 (+0200) Subject: s390.c: Include "debug.h" for dwarf2out_do_frame prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d3c08b6407402d6ced529741ad9942b777ec0e5;p=gcc.git s390.c: Include "debug.h" for dwarf2out_do_frame prototype. * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame prototype. From-SVN: r44933 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bddf9729d3..95612a24b13 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-16 Andreas Jaeger + + * 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 f0f0fc3067c..5ce9a19f2d2 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"