Correct alignment in note output
This commit is contained in:
parent
4e7a9c2e6f
commit
9be99d951b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user