Skip to content

Commit c0f997b

Browse files
brsongraydon
authored andcommitted
Revert EI_OSABI ELF header field back to 0 for Linux
1 parent 580d527 commit c0f997b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/boot/be/elf.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ let elf_identification sess ei_class ei_data =
6464
(* EI_OSABI *)
6565
(match sess.Session.sess_targ with
6666
FreeBSD_x86_elf -> 9
67-
| Linux_x86_elf -> 3
6867
| _ -> 0);
6968

7069
0; (* EI_ABIVERSION *)

0 commit comments

Comments
 (0)