mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Detect ELFOSABI_ARM.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-01-17 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
|
||||||
|
|
||||||
2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
|
2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
|
* debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
|
||||||
|
@ -1934,6 +1934,7 @@ get_osabi_name (osabi)
|
|||||||
case ELFOSABI_SYSV: return _("UNIX - System V");
|
case ELFOSABI_SYSV: return _("UNIX - System V");
|
||||||
case ELFOSABI_HPUX: return _("UNIX - HP-UX");
|
case ELFOSABI_HPUX: return _("UNIX - HP-UX");
|
||||||
case ELFOSABI_STANDALONE: return _("Standalone App");
|
case ELFOSABI_STANDALONE: return _("Standalone App");
|
||||||
|
case ELFOSABI_ARM: return _("ARM");
|
||||||
default:
|
default:
|
||||||
sprintf (buff, _("<unknown: %x>"), osabi);
|
sprintf (buff, _("<unknown: %x>"), osabi);
|
||||||
return buff;
|
return buff;
|
||||||
|
Reference in New Issue
Block a user