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-Tag: prereleases/libstdc++-3.0.95~2628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3c08b6407402d6ced529741ad9942b777ec0e5;p=thirdparty%2Fgcc.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 7bddf9729d32..95612a24b13f 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 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"