2000-11-20 H.J. Lu <hjl@gnu.org>
* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX.
This commit is contained in:
parent
ef58a6ac64
commit
bd9805457d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-20 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
|
||||
ELFOSABI_AIX.
|
||||
|
||||
2000-11-17 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* readelf.c (display_debug_lines): Adjust last change to
|
||||
|
|
|
@ -2087,7 +2087,7 @@ get_osabi_name (osabi)
|
|||
case ELFOSABI_LINUX: return _("UNIX - Linux");
|
||||
case ELFOSABI_HURD: return _("GNU/Hurd");
|
||||
case ELFOSABI_SOLARIS: return _("UNIX - Solaris");
|
||||
case ELFOSABI_MONTEREY: return _("UNIX - Monterey");
|
||||
case ELFOSABI_AIX: return _("UNIX - AIX");
|
||||
case ELFOSABI_IRIX: return _("UNIX - IRIX");
|
||||
case ELFOSABI_FREEBSD: return _("UNIX - FreeBSD");
|
||||
case ELFOSABI_TRU64: return _("UNIX - TRU64");
|
||||
|
|
Loading…
Reference in a new issue