Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-03-08 19:16:29 +0000
committerEugene Tarassov2013-03-08 19:16:29 +0000
commit00b9b7a660854bfe4c22086d9e5244e634e85823 (patch)
tree5e36948b4266e7c20111de38cf867c0bfed88c98 /agent/tcf/services/tcf_elf.h
parent62946fc446df465bba2a37f605b3a6a20a17776e (diff)
downloadorg.eclipse.tcf.agent-00b9b7a660854bfe4c22086d9e5244e634e85823.tar.gz
org.eclipse.tcf.agent-00b9b7a660854bfe4c22086d9e5244e634e85823.tar.xz
org.eclipse.tcf.agent-00b9b7a660854bfe4c22086d9e5244e634e85823.zip
TCF Agent: added MicroBlaze ELF declarations
Diffstat (limited to 'agent/tcf/services/tcf_elf.h')
-rw-r--r--agent/tcf/services/tcf_elf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/agent/tcf/services/tcf_elf.h b/agent/tcf/services/tcf_elf.h
index b9908b56..e284f859 100644
--- a/agent/tcf/services/tcf_elf.h
+++ b/agent/tcf/services/tcf_elf.h
@@ -364,7 +364,9 @@ typedef struct {
#ifndef EM_PPC64
#define EM_PPC64 21
#endif
-
+#ifndef EM_MICROBLAZE
+#define EM_MICROBLAZE 189
+#endif
#ifndef STT_GNU_IFUNC
#define STT_GNU_IFUNC 10
#endif

Back to the top