]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Stop readelf from reporting gaps in the gnu build notes if the gap crosses a section...
authorNick Clifton <nickc@redhat.com>
Fri, 6 Jul 2018 12:52:59 +0000 (13:52 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 6 Jul 2018 12:52:59 +0000 (13:52 +0100)
commitd20e98ab59ea49d3f90bf05ac7b16c0d3588ce41
tree3c3d366162599ad1b96b6f7a8013392794097d31
parent2e48456f0236d39b6de98feb7168f56cef155912
Stop readelf from reporting gaps in the gnu build notes if the gap crosses a section boundary.

* readelf.c (same_section): New function.
(print_gnu_build_attribute_description): Do not complain about
gaps that cross a section boundary.
binutils/ChangeLog
binutils/readelf.c