aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-04-26 08:31:14 +0200
committerJan Beulich <jbeulich@suse.com>2018-04-26 08:31:14 +0200
commitbed3d976b7a4fd111f3e291f1bd896cf441b3479 (patch)
treeab03c0a94d2e12cd5f95c96634766137ae721ea3 /gas/ChangeLog
parent48db9223e95625a2156f60e8f7f339e4bbde3533 (diff)
downloadgdb-bed3d976b7a4fd111f3e291f1bd896cf441b3479.zip
gdb-bed3d976b7a4fd111f3e291f1bd896cf441b3479.tar.gz
gdb-bed3d976b7a4fd111f3e291f1bd896cf441b3479.tar.bz2
x86: fix indentation in build_modrm_byte()
The VEX3SOURCES code was (originally) written with just space indentation, which is not in line with general coding style as well as the style later in the function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f9a0aa9..c1109a7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2018-04-26 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
+
+2018-04-26 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (build_modrm_byte): Move and fold
source/reg_slot calculations.