Index: opcodes/ChangeLog
commit3e22fc845bc201fcface77f506d21af1cfc8552a
authorAndrew Cagney <cagney@redhat.com>
Wed, 3 Sep 2003 23:43:18 +0000 (3 23:43 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 3 Sep 2003 23:43:18 +0000 (3 23:43 +0000)
tree093b6ffa363927878ecc64b68698510086c700e9
parent271d97acb3f612bdbdcdbf1d2e90fc8c8c23daec
Index: opcodes/ChangeLog
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* dis-init.c (init_disassemble_info): New file and function.
* Makefile.am (CFILES): Add "dis-init.c".
(libopcodes_la_SOURCES): Add "dis-init.c".
(dis-init.lo): Specify dependencies.
* Makefile.in: Regenerate.

Index: include/ChangeLog
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* dis-asm.h (init_disassemble_info): Declare.
(INIT_DISASSEMBLE_INFO): Redefine as a call to
init_disassemble_info.
(INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto.

Index: binutils/ChangeLog
2003-09-03  Andrew Cagney  <cagney@redhat.com>

* objdump.c: Refer to init_disassemble_info in comments.
(disassemble_data): Replace INIT_DISASSEMBLE_INFO with
init_disassemble_info.
binutils/ChangeLog
binutils/objdump.c
include/ChangeLog
include/dis-asm.h
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/dis-init.c [new file with mode: 0644]