diff options
| -rw-r--r-- | config/elfutils.spec.in | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index f47fee48..e6f76c2b 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -183,6 +183,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Mon Aug 15 2005 Ulrich Drepper <[email protected]> 0.114-1 +- libelf: new function elf_getaroff +- ranlib: new program + * Wed Aug 10 2005 Ulrich Drepper <@redhat.com> 0.113-1 - elflint: relax a bit. Allow version definitions for defined symbols ag ainstDSO versions also for symbols in nobits sections. Allow .rodata diff --git a/tests/Makefile.am b/tests/Makefile.am index 5490291b..dd37948c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -64,7 +64,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile15.bz2 testfile15.debug.bz2 \ testfile16.bz2 testfile16.debug.bz2 \ testfile17.bz2 testfile17.debug.bz2 \ - testfile18.bz2 testfile19.bz testfile19.index.bz2 \ + testfile18.bz2 testfile19.bz2 testfile19.index.bz2 \ testfile20.bz2 testfile20.index.bz2 \ testfile21.bz2 testfile21.index.bz2 |
