Don't bother setting the EI_OSABI entry in the core elf header, since
the kernel doesn't, nobody uses it, and RH7.2 systems don't define it.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2318 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_signals.c b/coregrind/vg_signals.c
index bf9f8ce..fedb3be 100644
--- a/coregrind/vg_signals.c
+++ b/coregrind/vg_signals.c
@@ -1307,7 +1307,6 @@
    ehdr->e_ident[EI_CLASS] = ELFCLASS32;
    ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
    ehdr->e_ident[EI_VERSION] = EV_CURRENT;
-   ehdr->e_ident[EI_OSABI] = ELFOSABI_LINUX;
 
    ehdr->e_type = ET_CORE;
    ehdr->e_machine = EM_386;