summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-07-18 20:36:21 +0000
committeremaste <emaste@FreeBSD.org>2013-07-18 20:36:21 +0000
commitc4029ec213f22fbb53a50427572abd40dbd2963b (patch)
tree91741ff87024fba14a169627b134ca591638db17 /contrib/binutils
parent18194db59c266fe531155bb36925a436d176cd48 (diff)
downloadFreeBSD-src-c4029ec213f22fbb53a50427572abd40dbd2963b.zip
FreeBSD-src-c4029ec213f22fbb53a50427572abd40dbd2963b.tar.gz
Correct alignment in note output
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/binutils/readelf.c b/contrib/binutils/binutils/readelf.c
index c39d27b..0546bc1 100644
--- a/contrib/binutils/binutils/readelf.c
+++ b/contrib/binutils/binutils/readelf.c
@@ -9250,7 +9250,7 @@ process_note (Elf_Internal_Note *pnote)
note type strings. */
nt = get_note_type (pnote->type);
- printf (" %s\t\t0x%08lx\t%s\n",
+ printf (" %-13s 0x%08lx\t%s\n",
pnote->namesz ? pnote->namedata : "(NONE)",
pnote->descsz, nt);
return 1;
OpenPOWER on IntegriCloud