From 9ec36da574f8272705a3ead59bbd289f23793429 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 29 Jun 1998 15:40:49 -0600 Subject: * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for details. From-SVN: r20808 --- gcc/dwarf2out.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 6610e91..61b16ca 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -59,6 +59,9 @@ int dwarf2out_do_frame () { return (write_symbols == DWARF2_DEBUG +#ifdef DWARF2_FRAME_INFO + || DWARF2_FRAME_INFO +#endif #ifdef DWARF2_UNWIND_INFO || (flag_exceptions && ! exceptions_via_longjmp) #endif @@ -9188,7 +9191,7 @@ gen_block_die (stmt, context_die, depth) } /* Generate all of the decls declared within a given scope and (recursively) - all of it's sub-blocks. */ + all of its sub-blocks. */ static void decls_for_scope (stmt, context_die, depth) -- cgit v1.1