ELFOSABI_GNU
[deliverable/binutils-gdb.git] / elfcpp / elfcpp.h
index b3eff64c48755dfb5c294e53f0981c6c0b232990..7a70765327c6d879549b70b1f4017d5a7c1e8169 100644 (file)
@@ -129,10 +129,9 @@ enum ELFOSABI
   ELFOSABI_NONE = 0,
   ELFOSABI_HPUX = 1,
   ELFOSABI_NETBSD = 2,
-  // ELFOSABI_LINUX is not listed in the ELF standard.
+  ELFOSABI_GNU = 3,
+  // ELFOSABI_LINUX is an alias for ELFOSABI_GNU.
   ELFOSABI_LINUX = 3,
-  // ELFOSABI_HURD is not listed in the ELF standard.
-  ELFOSABI_HURD = 4,
   ELFOSABI_SOLARIS = 6,
   ELFOSABI_AIX = 7,
   ELFOSABI_IRIX = 8,
This page took 0.023366 seconds and 4 git commands to generate.