aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-09-27 17:23:54 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-09-27 17:23:54 -0700
commitb97d4c0b00996a4fd2fec394130f488947d7926b (patch)
tree4667eef1ba0afaa36f99f78c6716dbc83834dbf1 /gcc/dwarf2out.c
parent2f9d51b858cdcc0fca6c791da68eca8dc24a610c (diff)
downloadgcc-b97d4c0b00996a4fd2fec394130f488947d7926b.zip
gcc-b97d4c0b00996a4fd2fec394130f488947d7926b.tar.gz
gcc-b97d4c0b00996a4fd2fec394130f488947d7926b.tar.bz2
dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame in favour of .eh_frame.
* dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame in favour of .eh_frame. From-SVN: r45852
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index ca8a736..062b925 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -2095,17 +2095,10 @@ void
dwarf2out_frame_finish ()
{
/* Output call frame information. */
-#ifdef MIPS_DEBUGGING_INFO
if (write_symbols == DWARF2_DEBUG)
output_call_frame_info (0);
if (! USING_SJLJ_EXCEPTIONS && (flag_unwind_tables || flag_exceptions))
output_call_frame_info (1);
-#else
- int for_eh = (! USING_SJLJ_EXCEPTIONS
- && (flag_unwind_tables || flag_exceptions));
- if (write_symbols == DWARF2_DEBUG || for_eh)
- output_call_frame_info (for_eh);
-#endif
}
/* And now, the subset of the debugging information support code necessary