summaryrefslogtreecommitdiff
path: root/libasm/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-09-04 12:04:11 -0700
committerMark Wielaard <mjw@redhat.com>2015-09-07 22:04:21 +0200
commitaa1c2ca808a267a5a3c372de5461c1f67f9a8869 (patch)
tree099c81057ef43a2717c6549f05b09d785889377d /libasm/ChangeLog
parent2ec957327cdfae6cee592a52958a9c937ea4b13c (diff)
downloadelfutils-aa1c2ca808a267a5a3c372de5461c1f67f9a8869.tar.gz
Replace some K&R function definitions with ansi-C definitions.
Signed-off-by: Chih-Hung Hsieh <chh@google.com> Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libasm/ChangeLog')
-rw-r--r--libasm/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 9b25af99..91338d09 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-04 Chih-Hung Hsieh <chh@google.com>
+
+ * asm_addint8.c (FCT): Replace K&R function definition
+ with ansi-C definitions.
+ * asm_adduint8.c (UFCT): Likewise.
+ * asm_begin.c (asm_begin): Likewise.
+
2014-12-18 Ulrich Drepper <drepper@gmail.com>
* Makefile.am: Suppress output of textrel_check command.