diff options
author | Chris Demetriou <cgd@google.com> | 2003-07-09 22:53:52 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-07-09 22:53:52 +0000 |
commit | fec0654638b5506964489a9992fd8a6e2bc724d5 (patch) | |
tree | 866c4ef5ef4576f07a8cda2b586db9da8e278faa /opcodes/ChangeLog | |
parent | 32f63c4bfff8c366a2d0c84c65245f80a8564ad4 (diff) | |
download | gdb-fec0654638b5506964489a9992fd8a6e2bc724d5.zip gdb-fec0654638b5506964489a9992fd8a6e2bc724d5.tar.gz gdb-fec0654638b5506964489a9992fd8a6e2bc724d5.tar.bz2 |
2003-07-09 Chris Demetriou <cgd@broadcom.com>
* mips-dis.c (set_default_mips_dis_options): Get BFD from
the disassembler_info's section, rather than from the
disassembler_info's symbols pointer.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a3ffab9..b1b6619 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2003-07-09 Chris Demetriou <cgd@broadcom.com> + + * mips-dis.c (set_default_mips_dis_options): Get BFD from + the disassembler_info's section, rather than from the + disassembler_info's symbols pointer. + 2003-07-07 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c: Remove NULL pointer checks. Formatting. Remove |