diff options
author | Roland McGrath <roland@redhat.com> | 2011-01-11 10:17:01 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2011-01-11 10:17:01 -0800 |
commit | 5ad466d544bdca479626d07d65288b2cc2638b4a (patch) | |
tree | 3b5b3c04c4802ce19f1a54ef7ca86350dd871861 /libdwfl/libdwflP.h | |
parent | ffa02004b21f24b14281c30045139be61075b73f (diff) | |
download | elfutils-5ad466d544bdca479626d07d65288b2cc2638b4a.tar.gz |
libdwfl: Rejigger address synchronization using .gnu.prelink_undo information.
Diffstat (limited to 'libdwfl/libdwflP.h')
-rw-r--r-- | libdwfl/libdwflP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 93db5298..1f7532bf 100644 --- a/libdwfl/libdwflP.h +++ b/libdwfl/libdwflP.h @@ -94,7 +94,8 @@ DWFL_ERROR (ALREADY_ELF, N_("ELF file opened")) \ DWFL_ERROR (BADELF, N_("not a valid ELF file")) \ DWFL_ERROR (WEIRD_TYPE, N_("cannot handle DWARF type description")) \ - DWFL_ERROR (WRONG_ID_ELF, N_("ELF file does not match build ID")) + DWFL_ERROR (WRONG_ID_ELF, N_("ELF file does not match build ID")) \ + DWFL_ERROR (BAD_PRELINK, N_("corrupt .gnu.prelink_undo section data")) #define DWFL_ERROR(name, text) DWFL_E_##name, typedef enum { DWFL_ERRORS DWFL_E_NUM } Dwfl_Error; |