summaryrefslogtreecommitdiffstats
path: root/libebl/libeblP.h
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-03 02:05:39 +0000
committerUlrich Drepper <[email protected]>2005-08-03 02:05:39 +0000
commita38998e815ccde5d90ff0800c31da255eb3430d3 (patch)
treee5f035b73eeaf4033f159351ecad375f63d3a0aa /libebl/libeblP.h
parentef9c9c8fca98a8f9b6aa7c3604ba47e74094e181 (diff)
Add some patches from the disasm-branch branch.
The asm_begin interface changed. In text mode output is really written to the file.
Diffstat (limited to 'libebl/libeblP.h')
-rw-r--r--libebl/libeblP.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h
index 21bb8fff..9d47e8c4 100644
--- a/libebl/libeblP.h
+++ b/libebl/libeblP.h
@@ -28,6 +28,11 @@ struct ebl
/* Emulation name. */
const char *emulation;
+ /* ELF machine, class, and data encoding. */
+ int machine;
+ int class;
+ int data;
+
/* The libelf handle (if known). */
Elf *elf;