diff options
author | John Gilmore <gnu@cygnus> | 1993-07-31 01:40:26 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-07-31 01:40:26 +0000 |
commit | 308a5981e09d48a71713ab03547a023d22f7baf4 (patch) | |
tree | 9a63d8003778197ec816c37bad4483dc9a4b732d /include/ChangeLog | |
parent | c4978d689e8792df4e1b1faa6916106635065cf6 (diff) | |
download | gdb-308a5981e09d48a71713ab03547a023d22f7baf4.zip gdb-308a5981e09d48a71713ab03547a023d22f7baf4.tar.gz gdb-308a5981e09d48a71713ab03547a023d22f7baf4.tar.bz2 |
* dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
data_size, insn_type, target, target2. These are used to return
information from the instruction decoders back to the calling
program. Add comments, make more readable.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9a33333..a49556a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,14 @@ +Fri Jul 30 18:38:02 1993 John Gilmore (gnu@cygnus.com) + + * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns, + data_size, insn_type, target, target2. These are used to return + information from the instruction decoders back to the calling + program. Add comments, make more readable. + +Mon Jul 19 22:14:14 1993 Fred Fish (fnf@deneb.cygnus.com) + + * nlm: New directory containing NLM/NetWare includes. + Thu Jul 15 12:10:04 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * dis-asm.h (struct disassemble_info): New field application_data. |