blob: 70fbf62845e5c0607f469f13f3d37e004cceefb6 [file] [log] [blame]
2005-07-28 Ulrich Drepper <drepper@redhat.com>
* libdwfl.h: Add a few missing extern for function prototypes.
* libdwfl_crc32.c: New file.
* libdwfl_crc32_file.c: New file.
* libdwflP.h: Declare the new functions.
* Makefile.am (libdwfl_a_SOURCES): Add libdwfl_crc32.c and
libdwfl_crc32_file.c.
* libdwfl/find-debuginfo.c (check_crc): Use __libdwfl_crc32_file
instead of crc32_file.
2005-07-28 Roland McGrath <roland@redhat.com>
* ptest.c: Moved to ../tests/dwflmodtest.c.
* Makefile.am (noinst_PROGRAMS): Variable removed.
(libdwfl_so_SOURCES, libdwfl_LIBS, libdwfl_so_LDADD): Likewise.
(EXTRA_DIST, ptest_LDADD, test2_LDADD): Likewise.
(libdwfl): Don't use libdwfl.so any more.
(libdwfl.so, install, uninstall): Targets removed.
(test2_SOURCES): Define EXTRA_DIST instead of this.
* libdwfl.map: File removed.
* libdwfl.h: Use "" for libdw.h #include.
2005-07-27 Roland McGrath <roland@redhat.com>
* libdwfl.map: Add dwfl_getmodules.
2005-07-23 Ulrich Drepper <drepper@redhat.com>
* Makefile.am: Fix rules to allow building with mudflap.
2005-07-21 Roland McGrath <roland@redhat.com>
* Makefile.am (noinst_HEADERS): Add loc2c.c.
* test2.c (main): Check sscanf result to quiet warning.
2005-07-20 Roland McGrath <roland@redhat.com>
* libdwfl-branch merged, creating this direcotry.