diff options
| author | Brian Anderson <[email protected]> | 2011-02-09 21:52:14 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-10 12:00:45 -0800 |
| commit | c0f997be21ae6b98aa77818dc90bff07544f1c20 (patch) | |
| tree | 171682908170e27c18dd6b148069624113187f62 /src/boot/be | |
| parent | Add missing fold of native functions. (diff) | |
| download | rust-c0f997be21ae6b98aa77818dc90bff07544f1c20.tar.xz rust-c0f997be21ae6b98aa77818dc90bff07544f1c20.zip | |
Revert EI_OSABI ELF header field back to 0 for Linux
Diffstat (limited to 'src/boot/be')
| -rw-r--r-- | src/boot/be/elf.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/be/elf.ml b/src/boot/be/elf.ml index f3e1440a..99b68042 100644 --- a/src/boot/be/elf.ml +++ b/src/boot/be/elf.ml @@ -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 *) |