aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-16 12:09:28 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-16 12:09:28 +0200
commit0d3c08b6407402d6ced529741ad9942b777ec0e5 (patch)
tree755f09452f9f93bb8063063d56c9fbd07c59d078 /gcc
parent1cfe9d40123b9ca84337186bcc7d2afdbd1a747c (diff)
downloadgcc-0d3c08b6407402d6ced529741ad9942b777ec0e5.zip
gcc-0d3c08b6407402d6ced529741ad9942b777ec0e5.tar.gz
gcc-0d3c08b6407402d6ced529741ad9942b777ec0e5.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/s390/s390.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7bddf97..95612a2 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 f0f0fc3..5ce9a19 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"