1 2004-08-16 Ulrich Drepper <drepper (a] redhat.com> 2 3 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of 4 the lib directory. 5 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded 6 lib in path to ebl modules. 7 8 2004-04-01 Ulrich Drepper <drepper (a] redhat.com> 9 10 * Makefile.am: Add rules for ppc and ppc64 ebl module. 11 * ppc_init..c: New file. 12 * ppc_destr.c: New file. 13 * ppc_symbol.c: New file. 14 * libebl_ppc.h: New file. 15 * libebl_ppc.map: New file. 16 * ppc64_init..c: New file. 17 * ppc64_destr.c: New file. 18 * ppc64_symbol.c: New file. 19 * libebl_ppc64.h: New file. 20 * libebl_ppc64.map: New file. 21 22 2004-01-20 Ulrich Drepper <drepper (a] redhat.com> 23 24 * Makefile.am: Support building with mudflap. 25 26 2004-01-18 Ulrich Drepper <drepper (a] redhat.com> 27 28 * libeblP.h (_): Use elfutils domain. 29 30 2004-01-16 Ulrich Drepper <drepper (a] redhat.com> 31 32 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER. 33 34 2004-01-13 Ulrich Drepper <drepper (a] redhat.com> 35 36 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for 37 PT_GNU_RELRO. 38 39 2004-01-08 Ulrich Drepper <drepper (a] redhat.com> 40 41 * libebl.h: Remove last traces of libtool. 42 43 2004-01-05 Ulrich Drepper <drepper (a] redhat.com> 44 45 * elf-knowledge.h: Move to libelf subdir. 46 47 * Makefile.am (EXTRA_DIST): Remove libebl.map. 48 * libebl.map: Removed. 49 50 2003-12-08 Ulrich Drepper <drepper (a] redhat.com> 51 52 * eblsectiontypename.c (ebl_section_type_name): Add support for 53 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST. 54 55 2003-11-19 Ulrich Drepper <drepper (a] redhat.com> 56 57 * ia64_symbol.c (ia64_dynamic_tag_name): New function. 58 * libebl_ia64.h (ia64_dynamic_tag_name): Declare. 59 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name. 60 61 2003-09-24 Ulrich Drepper <drepper (a] redhat.com> 62 63 * ia64_init.c (ia64_init): Initialize segment_type_name callback. 64 * ia64_symbol.c (ia64_segment_type_name): Define. 65 * libebl_ia64.h (ia64_segment_type_name): Declare. 66 67 2003-09-22 Ulrich Drepper <drepper (a] redhat.com> 68 69 * Makefile.am (AM_CFLAGS): Add -fpic. 70 71 2003-08-14 Ulrich Drepper <drepper (a] redhat.com> 72 73 * Makefile.am (install): Remove dependency on libebl.so. 74 75 2003-08-13 Ulrich Drepper <drepper (a] redhat.com> 76 77 * eblopenbackend.c: Adjust relative path to arch-specific DSOs 78 assuming the code ends up in the application. Add second dlopen() 79 try without any path, just the filename. 80 * Makefile.in: Remove rules to build and install libebl.so. 81 82 2003-08-11 Ulrich Drepper <drepper (a] redhat.com> 83 84 * Moved to CVS archive. 85