Revert EI_OSABI ELF header field back to 0 for Linux

This commit is contained in:
Brian Anderson 2011-02-09 21:52:14 -05:00 committed by Graydon Hoare
parent 580d527aa2
commit c0f997be21

View File

@ -64,7 +64,6 @@ let elf_identification sess ei_class ei_data =
(* EI_OSABI *)
(match sess.Session.sess_targ with
FreeBSD_x86_elf -> 9
| Linux_x86_elf -> 3
| _ -> 0);
0; (* EI_ABIVERSION *)