From f9a656d5507e6c9db47e24036d5d5bbe7087dc7f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 22 Sep 2017 17:12:43 -0300 Subject: [PATCH] drop incorrect and unnecessary line break --- binutils/dwarf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binutils/dwarf.c b/binutils/dwarf.c index da16f32511e..af8732bb804 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -5757,8 +5757,7 @@ display_debug_loc (struct dwarf_section *section, void *file) { if (last_offset > debug_information [i].loc_offsets [j] - || (last_offset == - debug_information [i].loc_offsets [j] + || (last_offset == debug_information [i].loc_offsets [j] && last_view > debug_information [i].loc_views [j])) { locs_sorted = 0; -- 2.47.2