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