Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config/mips don't do dwarf2 eh if not...



details:   https://anonhg.NetBSD.org/src/rev/5a633a164baa
branches:  trunk
changeset: 512974:5a633a164baa
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 19 23:41:12 2001 +0000

description:
don't do dwarf2 eh if not DWARF2_UNWIND_INFO

diffstat:

 gnu/dist/toolchain/gcc/config/mips/mips.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r c60d9556a6dc -r 5a633a164baa gnu/dist/toolchain/gcc/config/mips/mips.c
--- a/gnu/dist/toolchain/gcc/config/mips/mips.c Thu Jul 19 23:40:36 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/mips/mips.c Thu Jul 19 23:41:12 2001 +0000
@@ -6278,8 +6278,10 @@
          fprintf (file, "\t.cprestore %ld\n", current_frame_info.args_size);
        }
 
+#ifdef DWARF2_UNWIND_INFO
       if (dwarf2out_do_frame ())
        dwarf2out_def_cfa ("", STACK_POINTER_REGNUM, tsize);
+#endif
     }
 }
 



Home | Main Index | Thread Index | Old Index