* readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
This commit is contained in:
parent
0deb8eeef3
commit
3b26c8012e
2 changed files with 5 additions and 1 deletions
|
@ -2369,7 +2369,7 @@ get_osabi_name (unsigned int osabi)
|
|||
case ELFOSABI_OPENBSD: return "UNIX - OpenBSD";
|
||||
case ELFOSABI_OPENVMS: return "VMS - OpenVMS";
|
||||
case ELFOSABI_NSK: return "HP - Non-Stop Kernel";
|
||||
case ELFOSABI_AROS: return "Amiga Research OS";
|
||||
case ELFOSABI_AROS: return "AROS";
|
||||
case ELFOSABI_STANDALONE: return _("Standalone App");
|
||||
case ELFOSABI_ARM: return "ARM";
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue