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