Files
third_party_elfutils/backends/x32_corenote.c
T
H.J. Lu 28ce4e89d3 backends: Add x32_corenote.c
This patch adds x32_corenote.c to support x32 coredump.  X32 coredump is
a hybrid between ia32 coredump and x86-64 coredump.  The exact formats
are described in bfd/hosts/x86-64linux.h in GNU binutils source tree.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
2015-04-01 20:45:13 +02:00

3 lines
45 B
C

#define BITS 32
#include "x86_64_corenote.c"