mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
2003-09-25 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (process_version_sections): Indent version names.
This commit is contained in:
parent
e6beb4281a
commit
ecc2063b6c
@ -1,3 +1,7 @@
|
||||
2003-09-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* readelf.c (process_version_sections): Indent version names.
|
||||
|
||||
2003-09-15 Anthony Green <green@redhat.com>
|
||||
|
||||
* dlltool.c (prefix_encode): Fix ISO C90 conversion.
|
||||
|
@ -5226,10 +5226,10 @@ process_version_sections (FILE *file)
|
||||
aux.vna_next = BYTE_GET (eaux->vna_next);
|
||||
|
||||
if (dynamic_strings)
|
||||
printf (_(" %#06x: Name: %s"),
|
||||
printf (_(" %#06x: Name: %s"),
|
||||
isum, dynamic_strings + aux.vna_name);
|
||||
else
|
||||
printf (_(" %#06x: Name index: %lx"),
|
||||
printf (_(" %#06x: Name index: %lx"),
|
||||
isum, aux.vna_name);
|
||||
|
||||
printf (_(" Flags: %s Version: %d\n"),
|
||||
|
Loading…
Reference in New Issue
Block a user