From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19214 invoked by alias); 1 Jan 2015 19:01:07 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 19191 invoked by uid 9733); 1 Jan 2015 19:01:06 -0000 Date: Thu, 01 Jan 2015 19:01:00 -0000 Message-ID: <20150101190104.19168.qmail@sourceware.org> From: ccoutant@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch users/ccoutant/two-level-line-tables created. b274bee1611aeae95d5e0ac9d4d55f0a75e9ed32 X-Git-Refname: refs/heads/users/ccoutant/two-level-line-tables X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: b274bee1611aeae95d5e0ac9d4d55f0a75e9ed32 X-SW-Source: 2015-q1/txt/msg00000.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, users/ccoutant/two-level-line-tables has been created at b274bee1611aeae95d5e0ac9d4d55f0a75e9ed32 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b274bee1611aeae95d5e0ac9d4d55f0a75e9ed32 commit b274bee1611aeae95d5e0ac9d4d55f0a75e9ed32 Author: Cary Coutant Date: Tue Dec 23 15:01:40 2014 -0800 Add support for DWARF-5 and experimental two-level line number tables. 2014-12-23 Cary Coutant gas/ * config/obj-elf.c (elf_pseudo_table): Add .lloc and .subprog directives. * dwarf2dbg.h (struct dwarf2_line_info): Add logical field. (dwarf2_directive_subprog): New function. (dwarf2_directive_loc): Add is_lloc parameter. * dwarf2dbg.c: Include "hash.h". (DWARF2_LINE_EXPERIMENTAL_VERSION): New macro. (DWARF2_EXPERIMENTAL_LINE_OPCODE_BASE): New macro. (opcode_base): New static variable. (DWARF2_LINE_BASE, DWARF2_LINE_RANGE): Adjust parameters. (DWARF2_LINE_MAX_OPS_PER_INSN): New macro. (SPECIAL_LINE, SPECIAL_ADDR): Use opcode_base. (struct subprog_entry): New struct. (subprogs, subprogs_in_use, subprogs_allocated): New variables. (struct logicals_entry): New struct. (logicals, logicals_in_use, logicals_allocated, logicals_with_labels): New variables. (struct string_table): New struct. (debug_line_str_table): New variable. (current): Add logical field. (dwarf2_gen_line_info): Fill in symbol and segment for recent logicals. (dwarf2_where): Add logical field. (make_subprog_entry): New function. (make_logical): New function. (dwarf2_directive_subprog): New function. (dwarf2_directive_loc): Add is_lloc parameter; add support for .lloc directive. (out_set_addr_from_logical): New function. (size_inc_line_addr): Fix signed/unsigned warnings. Use opcode_base. (emit_inc_line_addr): Likewise. (emit_logicals): New function. (process_entries): Add support for two-level line tables. (add_to_string_table): New function. (out_string_table): New function. (out_dwarf5_file_list): New function. (out_subprog_list): New function. (out_debug_line): Add support for DWARF-5 line tables and for experimental two-level line number tables. (dwarf2_finish): Likewise. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=244e0772d8332e2517bf003171ed3137c3b408b3 commit 244e0772d8332e2517bf003171ed3137c3b408b3 Author: Cary Coutant Date: Tue Dec 23 14:44:58 2014 -0800 Add experimental DWARF-5 values for two-level line number tables. http://wiki.dwarfstd.org/index.php?title=TwoLevelLineTables 2014-12-23 Cary Coutant include/ * dwarf2.def (DW_FORM_line_strp): New constant. * dwarf2.h (enum dwarf_line_number_ops): Add DW_LNS_inlined_call, DW_LNS_pop_context, DW_LNS_set_address_from_logical. (enum dwarf_line_number_content_type): Add new DW_LNCT_ codes. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils