diff options
author | Fred Fish <fnf@specifix.com> | 1997-01-23 03:17:45 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-01-23 03:17:45 +0000 |
commit | 1eb54bb4633b1605185289d174922a143d57e12c (patch) | |
tree | bd6500a1f22595881e396569033dd5a8a8babafd /opcodes/ChangeLog | |
parent | 360e38f1385825c9f64df8d7b5ed8b68f8c57953 (diff) | |
download | gdb-1eb54bb4633b1605185289d174922a143d57e12c.zip gdb-1eb54bb4633b1605185289d174922a143d57e12c.tar.gz gdb-1eb54bb4633b1605185289d174922a143d57e12c.tar.bz2 |
* tic80-opc.c (tic80_opcodes): Expand comment to note that the
entries are presorted so that entries with the same mnemonic are
adjacent to each other in the table. Sort the entries for each
instruction so that this is true.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9c35c4c..95e3fb2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-tic80 +Wed Jan 22 20:13:51 1997 Fred Fish <fnf@cygnus.com> + + * tic80-opc.c (tic80_opcodes): Expand comment to note that the + entries are presorted so that entries with the same mnemonic are + adjacent to each other in the table. Sort the entries for each + instruction so that this is true. + +end-sanitize-tic80 Mon Jan 20 12:48:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * m68k-dis.c: Include <libiberty.h>. |