diff options
author | Stu Grossman <grossman@cygnus> | 1996-07-15 23:59:26 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-07-15 23:59:26 +0000 |
commit | a29322f78525c50e19a0111eb1173eb942bc2a2e (patch) | |
tree | 50ccec6b005394f7584e0891b352667ac0afd059 /include/ChangeLog | |
parent | 2dcfc9c781fd264ccf89a0fd74fe95f13b8c1d34 (diff) | |
download | binutils-a29322f78525c50e19a0111eb1173eb942bc2a2e.zip binutils-a29322f78525c50e19a0111eb1173eb942bc2a2e.tar.gz binutils-a29322f78525c50e19a0111eb1173eb942bc2a2e.tar.bz2 |
* dis-asm.h: Get rid of decls for print_insn_i8086,
print_insn_sparc64 and print_insn_sparclite.
* (INIT_DISASSEMBLE_INFO): Split into two pieces. One,
INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
mach, and arch.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index da089e2..ef0cdb4 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +Mon Jul 15 16:55:38 1996 Stu Grossman (grossman@critters.cygnus.com) + + * dis-asm.h: Get rid of decls for print_insn_i8086, + print_insn_sparc64 and print_insn_sparclite. + * (INIT_DISASSEMBLE_INFO): Split into two pieces. One, + INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian, + mach, and arch. + Fri Jul 12 10:19:27 1996 Stu Grossman (grossman@critters.cygnus.com) * dis-asm.h (print_insn_i8086): Declare. |