diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-03 02:05:39 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-03 02:05:39 +0000 |
| commit | a38998e815ccde5d90ff0800c31da255eb3430d3 (patch) | |
| tree | e5f035b73eeaf4033f159351ecad375f63d3a0aa /libebl/libeblP.h | |
| parent | ef9c9c8fca98a8f9b6aa7c3604ba47e74094e181 (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.h | 5 |
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; |
