mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Teach get_osabi_name about Linux
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user