aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-09 21:52:14 -0500
committerGraydon Hoare <[email protected]>2011-02-10 12:00:45 -0800
commitc0f997be21ae6b98aa77818dc90bff07544f1c20 (patch)
tree171682908170e27c18dd6b148069624113187f62 /src
parentAdd missing fold of native functions. (diff)
downloadrust-c0f997be21ae6b98aa77818dc90bff07544f1c20.tar.xz
rust-c0f997be21ae6b98aa77818dc90bff07544f1c20.zip
Revert EI_OSABI ELF header field back to 0 for Linux
Diffstat (limited to 'src')
-rw-r--r--src/boot/be/elf.ml1
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 *)