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

@ -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: