]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
readelf: Clarify ELF header output.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 May 2006 00:01:43 +0000 (00:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 May 2006 00:01:43 +0000 (00:01 +0000)
src/ChangeLog
src/readelf.c

index cdba0763df53b4d0f6cbb12d0b5a8cb6aa7206d3..9bb0bf8c38fa6b7c8e3b676ef648b326b814f32a 100644 (file)
@@ -1,6 +1,7 @@
 2006-05-27  Ulrich Drepper  <drepper@redhat.com>
 
        * readelf.c (handle_relocs_rela): Better notations for addon value.
+       (print_ehdr): Distinguish e_ident[EI_VERSION] from e_version.
 
 2006-04-04  Ulrich Drepper  <drepper@redhat.com>
 
index c5218bdd12aee24c791b15e977265d48baca75be..135abe364046822dca52a23cdc9fbc974583e7ce 100644 (file)
@@ -556,7 +556,7 @@ print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr)
          : ehdr->e_ident[EI_DATA] == ELFDATA2MSB
          ? "2's complement, big endian" : "\?\?\?");
 
-  printf (gettext ("  Version:                           %hhd %s\n"),
+  printf (gettext ("  Ident Version:                     %hhd %s\n"),
          ehdr->e_ident[EI_VERSION],
          ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)")
          : "(\?\?\?)");