1 2014-12-18 Ulrich Drepper <drepper (a] gmail.com> 2 3 * Makefile.am: Suppress output of textrel_check command. 4 5 2014-11-27 Mark Wielaard <mjw (a] redhat.com> 6 7 * Makefile.am (libasm.so): Use textrel_check. 8 9 2014-04-13 Mark Wielaard <mjw (a] redhat.com> 10 11 * Makefile.am: Remove !MUDFLAP conditions. 12 13 2013-04-24 Mark Wielaard <mjw (a] redhat.com> 14 15 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. 16 17 2011-02-08 Roland McGrath <roland (a] redhat.com> 18 19 * asm_newscn.c (asm_newscn): Remove unused variable. 20 21 2010-02-15 Roland McGrath <roland (a] redhat.com> 22 23 * Makefile.am: Use config/eu.am for common stuff. 24 25 2009-01-10 Ulrich Drepper <drepper (a] redhat.com> 26 27 * Makefile.am: Use USE_LOCKS instead of USE_TLS. 28 * asm_error.c: Always use __thread. Remove all !USE_TLS code. 29 30 2008-12-03 Ulrich Drepper <drepper (a] redhat.com> 31 32 * Makefile.am [USE_TLS]: Like libasm.so with libpthread. 33 34 2008-01-11 Ulrich Drepper <drepper (a] redhat.com> 35 36 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth 37 parameter. 38 * disasm_cb.c: Adjust accordingly. 39 40 2008-01-08 Roland McGrath <roland (a] redhat.com> 41 42 * Makefile.am (euinclude): Variable removed. 43 (pkginclude_HEADERS): Set this instead of euinclude_HEADERS. 44 45 2007-12-20 Ulrich Drepper <drepper (a] redhat.com> 46 47 * disasm_cb.c: Add initial support to resolve addresses to symbols. 48 49 2007-02-05 Ulrich Drepper <drepper (a] redhat.com> 50 51 * disasm_begin.c: New file. 52 * disasm_cb.c: New file. 53 * disasm_end.c: New file. 54 * disasm_str.c: New file. 55 56 2006-08-29 Roland McGrath <roland (a] redhat.com> 57 58 * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION). 59 60 2005-11-13 Roland McGrath <roland (a] redhat.com> 61 62 * Makefile.am (INCLUDES): Search in libdw. 63 64 2005-09-02 Ulrich Drepper <drepper (a] redhat.com> 65 66 * asm_error.c (asm_errmsg): Unify error message. 67 68 2005-08-28 Ulrich Drepper <drepper (a] redhat.com> 69 70 * Makefile.am: Use $(LINK) not $(CC) when creating DSO. 71 (%.os): Use COMPILE.os. 72 (COMPILE.os): Filter out gconv options. 73 74 2005-08-02 Ulrich Drepper <drepper (a] redhat.com> 75 76 * Makefile.am (AM_CFLAGS): Add -std=gnu99. 77 * asm_abort.c: Don't try to remove output file if there is none. 78 * asm_addint8.c: In print mode, print to file not stdout. 79 * asm_addsleb128.c: Likewise. 80 * asm_adduleb128.c: Likewise. 81 * asm_newscn.c: Likewise. 82 * asm_align.c: Implement print mode. 83 * asm_begin.c (asm_begin): Change interface. Take binary class and 84 byte order information from new Ebl parameter. 85 * libasm.h: Adjust prototype. 86 * asm_end.c (text_end): Close file if necesary. 87 * asm_error.c: Add new error ASM_E_IOERROR. 88 * libasmP.h: Add ASM_E_IOERROR definition. 89 90 2005-02-15 Ulrich Drepper <drepper (a] redhat.com> 91 92 * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2. 93 94 * asm_end.c (text_end): Mark parameter as possibly unused. 95 96 2005-02-06 Ulrich Drepper <drepper (a] redhat.com> 97 98 * Makefile.am: Remove lint handling. 99 100 2005-02-05 Ulrich Drepper <drepper (a] redhat.com> 101 102 * asm_end.c (binary_end): Don't terminate with error() in case 103 something goes wrong. 104 105 * Makefile.am: Check for text relocations in constructed DSO. 106 107 * Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP. 108 109 * asm_end.c (binary_end): Remove shadowing variables. 110 Little cleanups. 111 112 * asm_newsym.c: Allocate memory for the string parameter. 113 114 2005-02-04 Ulrich Drepper <drepper (a] redhat.com> 115 116 * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference 117 asm_newscn. 118 119 2004-09-25 Ulrich Drepper <drepper (a] redhat.com> 120 121 * asm_error.c: Make compile with gcc 4.0. 122 123 2004-01-20 Ulrich Drepper <drepper (a] redhat.com> 124 125 * Makefile.am: Support building with mudflap. 126 127 2004-01-18 Ulrich Drepper <drepper (a] redhat.com> 128 129 * libasmP.h (_): Use elfutils domain. 130 131 2004-01-17 Ulrich Drepper <drepper (a] redhat.com> 132 133 * Makefile.am: Support building with mudflap. 134 135 2003-08-13 Ulrich Drepper <drepper (a] redhat.com> 136 137 * Makefile.in: Depend on libebl.a, not libebl.so. 138 139 2003-08-11 Ulrich Drepper <drepper (a] redhat.com> 140 141 * Moved to CVS archive. 142