summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-06-19 14:22:16 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-06-19 14:22:16 +0000
commit4f13fc4698509a7ba36c1dd3af556ad1d3c9e4f8 (patch)
treedb010637c59374fe8194b738e78068644dd2f491 /llvm
parentb9b73ef9067371fbe78c34e0f3b23d014413a2f8 (diff)
downloadbcm5719-llvm-4f13fc4698509a7ba36c1dd3af556ad1d3c9e4f8.tar.gz
bcm5719-llvm-4f13fc4698509a7ba36c1dd3af556ad1d3c9e4f8.zip
Replace EM_486 with EM_IAMCU.
This matches the current http://www.sco.com/developers/gabi/latest/ch4.eheader.html#machine llvm-svn: 240132
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ELF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h
index 8b915ff0581..e23fcbb5eb8 100644
--- a/llvm/include/llvm/Support/ELF.h
+++ b/llvm/include/llvm/Support/ELF.h
@@ -133,7 +133,7 @@ enum {
EM_386 = 3, // Intel 386
EM_68K = 4, // Motorola 68000
EM_88K = 5, // Motorola 88000
- EM_486 = 6, // Intel 486 (deprecated)
+ EM_IAMCU = 6, // Intel MCU
EM_860 = 7, // Intel 80860
EM_MIPS = 8, // MIPS R3000
EM_S370 = 9, // IBM System/370
OpenPOWER on IntegriCloud