Teach get_osabi_name about Linux

This commit is contained in:
Alan Modra 2000-02-23 23:19:46 +00:00
parent 1efe4b1082
commit 1ce6cb432f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-02-23 H.J. Lu <hjl@gnu.org>
* readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2000-02-22 Nick Clifton <nickc@cygnus.com>
* readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.

View File

@ -1933,6 +1933,7 @@ get_osabi_name (osabi)
{
case ELFOSABI_SYSV: return _("UNIX - System V");
case ELFOSABI_HPUX: return _("UNIX - HP-UX");
case ELFOSABI_LINUX: return _("UNIX - Linux");
case ELFOSABI_STANDALONE: return _("Standalone App");
case ELFOSABI_ARM: return _("ARM");
default: