]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256692: Fix .debug_line prologue header length calculation for 64-bit DWARF
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Sep 2015 19:33:35 +0000 (19:33 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Sep 2015 19:33:35 +0000 (19:33 +0000)
commit42d40ccb324e277033e1dccfd5f991493dab258a
tree0fe1d19eba4c487550ea3d3cb8197245b225a07b
parentb722ea68e7ed573693ad681dbf695a6f78289a95
MFC r256692: 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

git-svn-id: svn://svn.freebsd.org/base/stable/10@288184 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/binutils/gas/dwarf2dbg.c