diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/s390/s390.c | 2 |
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" |
