Fix .debug_line prologue header length calculation for 64-bit DWARF
authoremaste <emaste@FreeBSD.org>
Thu, 17 Oct 2013 17:25:00 +0000 (17:25 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 17 Oct 2013 17:25:00 +0000 (17:25 +0000)
commit2ba2e395d963b496a07045622a9b5823de938a62
tree4bcbb7fe1a48c30b4a895a5da2e7cbbaa9681ffe
parent9b6dd10f0c8d84491d0e93705bf7905e098ee2e8
Fix .debug_line prologue header length calculation for 64-bit DWARF

The header_length field is the number of bytes following the field to
the first byte of the line number program.  The hard-coded constants
previously here (4 + 2 + 4) were correct only for 32-bit DWARF.

Sponsored by: DARPA, AFRL
contrib/binutils/gas/dwarf2dbg.c