diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-12 00:31:30 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-12 00:31:30 +0000 |
commit | 2252e863673a8c1b0c7a3753cf600a96a574e619 (patch) | |
tree | 0e96171a0cce34401e1215bad6f0b6097082ccb6 /gdb/ChangeLog | |
parent | 2a8e99b308e528f8139cfa767fe518d53c6c6e30 (diff) | |
download | gdb-2252e863673a8c1b0c7a3753cf600a96a574e619.zip gdb-2252e863673a8c1b0c7a3753cf600a96a574e619.tar.gz gdb-2252e863673a8c1b0c7a3753cf600a96a574e619.tar.bz2 |
* Makefile.in (libbfd_h): Added missing setting.
* mips-tdep.c (mips_gdbarch_init): Set disassembler_options
according to the selected ABI.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 789b3d3..9c95fca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-04-11 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (libbfd_h): Added missing setting. + * mips-tdep.c (mips_gdbarch_init): Set disassembler_options + according to the selected ABI. + 2003-04-11 Jeff Johnston <jjohnstn@redhat.com> * gdb_indent.sh: Recognize pid_t and sigset_t as types. |