aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-02-23 23:19:46 +0000
committerAlan Modra <amodra@gmail.com>2000-02-23 23:19:46 +0000
commit1ce6cb432f6fc7509fb012e16274efc5816b193a (patch)
tree7a44d920a60cadf3c3fceef15d295ed95fe169bf /binutils/readelf.c
parent1efe4b1082c42664a2ffd63600a1d7ec0bfbcc43 (diff)
downloadgdb-1ce6cb432f6fc7509fb012e16274efc5816b193a.zip
gdb-1ce6cb432f6fc7509fb012e16274efc5816b193a.tar.gz
gdb-1ce6cb432f6fc7509fb012e16274efc5816b193a.tar.bz2
Teach get_osabi_name about Linux
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 2c53b46..604b39a 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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: