From e54b12b7797ece3410070f0d634b8ba9117dc1e1 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 5 Jan 2005 17:29:41 +0000 Subject: [PATCH] 2005-01-05 H.J. Lu * readelf.c (display_debug_loc): Display base address specifiers. Always output . --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8fddbab..02ddaea 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2005-01-05 H.J. Lu + * readelf.c (display_debug_loc): Display base address + specifiers. Always output . + +2005-01-05 H.J. Lu + * readelf.c (have_frame_base): New. (need_base_address): Likewise. (saved_base_address): Likewise. diff --git a/binutils/readelf.c b/binutils/readelf.c index c12e970..3fb94e8 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9550,6 +9550,8 @@ display_debug_loc (Elf_Internal_Shdr *section, if (begin == -1UL && end != -1UL) { base_address = end; + printf (" %8.8lx %8.8lx %8.8lx (base address)\n", + offset, begin, end); continue; } @@ -9577,9 +9579,7 @@ display_debug_loc (Elf_Internal_Shdr *section, start += length; } - if (j < debug_information [i].num_loc_offsets -1) - printf (_(" ")); - printf ("\n"); + fputs (_(" \n"), stdout); } } return 1; -- 2.7.4