diff options
| -rw-r--r-- | libelf/ChangeLog | 2 | ||||
| -rw-r--r-- | libelf/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 424eddc4..baf58974 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -4,6 +4,8 @@ * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH. (shtype_map): Add SHT_GNU_HASH entries. * gelf_xlate.c (__elf_xfctstom): Add ELF_T_GNUHASH entries. + * gnuhash_xlate.h: New file. + * Makefile.am (noinst_HEADERS): Add gnuhash_xlate.h. 2006-07-06 Ulrich Drepper <[email protected]> diff --git a/libelf/Makefile.am b/libelf/Makefile.am index fb177d04..1c2e69a2 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -132,7 +132,7 @@ uninstall: uninstall-am endif noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \ - version_xlate.h dl-hash.h + version_xlate.h gnuhash_xlate.h dl-hash.h EXTRA_DIST = libelf.map CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda |
