aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-08-27 13:01:08 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-08-27 13:01:08 -0700
commit65b3d26e7d53ea03eb99791dd324d56c599f4c99 (patch)
tree8e0e6dad0aee439ec84fcc9062905a3ced17ac52 /binutils/ChangeLog
parentd3d8724aac2f207467b1004b1424fed0446b6f8a (diff)
downloadgdb-65b3d26e7d53ea03eb99791dd324d56c599f4c99.zip
gdb-65b3d26e7d53ea03eb99791dd324d56c599f4c99.tar.gz
gdb-65b3d26e7d53ea03eb99791dd324d56c599f4c99.tar.bz2
readelf.c: Break multi-statement line
* readelf.c (decode_x86_compat_isa): Break multi-statement line. (decode_x86_isa): Likewise. (decode_x86_feature_2): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ef9a5fd..82d59fb 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * readelf.c (decode_x86_compat_isa): Break multi-statement line.
+ (decode_x86_isa): Likewise.
+ (decode_x86_feature_2): Likewise.
+
2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
PR ld/23499