aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-27 05:01:14 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-27 05:01:14 +0000
commit5b88adf7a241897a0752ed4c44686d6ba95796bc (patch)
treee459ea658718f57131da9df101a97232f6d9610f
parentce868e5c943a349112b96e11829ce80f9f0c7d88 (diff)
downloadgdb-5b88adf7a241897a0752ed4c44686d6ba95796bc.zip
gdb-5b88adf7a241897a0752ed4c44686d6ba95796bc.tar.gz
gdb-5b88adf7a241897a0752ed4c44686d6ba95796bc.tar.bz2
Use tabs to indent comments, so they line up.
-rw-r--r--include/opcode/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index dc82360..3c89bb6 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -3,7 +3,7 @@ Fri Jun 26 21:27:17 1992 John Gilmore (gnu at cygnus.com)
* i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.
Fix opcodes on various sizes of fild/fist instructions
(16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix).
- Fixes suggested by Minh Tran-Le.
+ Use tabs to indent for comments. Fixes suggested by Minh Tran-Le.
Thu Jun 25 16:13:26 1992 Stu Grossman (grossman at cygnus.com)