summaryrefslogtreecommitdiff
path: root/libasm/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-03 02:05:39 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-03 02:05:39 +0000
commita38998e815ccde5d90ff0800c31da255eb3430d3 (patch)
treee5f035b73eeaf4033f159351ecad375f63d3a0aa /libasm/ChangeLog
parentef9c9c8fca98a8f9b6aa7c3604ba47e74094e181 (diff)
downloadelfutils-a38998e815ccde5d90ff0800c31da255eb3430d3.tar.gz
Add some patches from the disasm-branch branch.
The asm_begin interface changed. In text mode output is really written to the file.
Diffstat (limited to 'libasm/ChangeLog')
-rw-r--r--libasm/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 8b7b44d2..6adeef1e 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,6 +1,22 @@
+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-02-15 Ulrich Drepper <drepper@redhat.com>
- * Makefile (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
+ * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
* asm_end.c (text_end): Mark parameter as possibly unused.