]> gcc.gnu.org Git - gcc.git/commit
dwarf2out.c (output_compilation_unit_header): For -gdwarf-4 use version 4 instead...
authorJakub Jelinek <jakub@redhat.com>
Thu, 1 Apr 2010 19:45:02 +0000 (21:45 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 1 Apr 2010 19:45:02 +0000 (21:45 +0200)
commit2f43d500a6769e563fb8f645e7530c2f144d7023
treee6a4eb02054539cf58c90a07ac8af671992f4f19
parent777351a5fdf460dc2a4a2ed6c63a1e0b899512b7
dwarf2out.c (output_compilation_unit_header): For -gdwarf-4 use version 4 instead of version 3.

* dwarf2out.c (output_compilation_unit_header): For
-gdwarf-4 use version 4 instead of version 3.
(output_line_info): For version 4 and above emit additional
maximum ops per insn header field.
(DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.

* dwarf2out.c (is_c_family, is_java): Remove.
(lower_bound_default): New function.
(add_bound_info, gen_descr_array_type_die): Use it.

From-SVN: r157930
gcc/ChangeLog
gcc/dwarf2out.c
This page took 0.066012 seconds and 6 git commands to generate.