summaryrefslogtreecommitdiffstats
path: root/libasm
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-10-11 17:20:12 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-10-11 17:54:03 +0200
commit5da108a40dd24c7d3e4183ec9ae1904bb3f01575 (patch)
treeb3aacdcce39ec53a581137229e4a30ccb235f09d /libasm
parentc8dd3e3985dce3ae94bb09d6df82a516852e78c4 (diff)
parent52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff)
Merge tag 'elfutils-0.174'
elfutils 0.174 release Change-Id: Ibcbdfca61cf0b65391ab6d0ad00f18ba61027e07
Diffstat (limited to 'libasm')
-rw-r--r--libasm/ChangeLog8
-rw-r--r--libasm/asm_end.c1
-rw-r--r--libasm/asm_newscn.c1
3 files changed, 8 insertions, 2 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 26fced38..4a9a5117 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -11,6 +11,14 @@
* Makefile.am: Use the predefined common library names rather than
hardcoding to libasm.so and friends.
+2018-07-04 Ross Burton <ross.burton@intel.com>
+
+ * asm_end.c: Remove error.h include.
+ * asm_newscn.c: Likewise.
+ * i386_gendis.c: Likewise and add system.h include.
+ * i386_lex.l: Likewise.
+ * i386_parse.y: Likewise.
+
2017-02-27 Ulf Hermann <ulf.hermann@qt.io>
* Makefile.am: Use dso_LDFLAGS.
diff --git a/libasm/asm_end.c b/libasm/asm_end.c
index 7891fbb5..7d0444e8 100644
--- a/libasm/asm_end.c
+++ b/libasm/asm_end.c
@@ -32,7 +32,6 @@
#endif
#include <assert.h>
-#include <error.h>
#include <libintl.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/libasm/asm_newscn.c b/libasm/asm_newscn.c
index ddbb25df..7cdf484f 100644
--- a/libasm/asm_newscn.c
+++ b/libasm/asm_newscn.c
@@ -32,7 +32,6 @@
#endif
#include <assert.h>
-#include <error.h>
#include <libintl.h>
#include <stdlib.h>
#include <string.h>