From a38998e815ccde5d90ff0800c31da255eb3430d3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Aug 2005 02:05:39 +0000 Subject: Add some patches from the disasm-branch branch. The asm_begin interface changed. In text mode output is really written to the file. --- libebl/libeblP.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libebl/libeblP.h') 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; -- cgit v1.2.3