aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-17 19:57:12 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-17 19:57:12 +0000
commit26ca415260f575200c6fdde6827a19591ff835d0 (patch)
tree00a0d3842454d0e3d4829ebc55dcb7fd958ce16e /gdb/ChangeLog
parent293e9a3142dabaf46ab93191bad3a0e76fe75a0b (diff)
downloadgdb-26ca415260f575200c6fdde6827a19591ff835d0.zip
gdb-26ca415260f575200c6fdde6827a19591ff835d0.tar.gz
gdb-26ca415260f575200c6fdde6827a19591ff835d0.tar.bz2
2003-03-17 Andrew Cagney <cagney@redhat.com>
* disasm.c (gdb_disassembly): Set di.mach using the architecture's BFD. Simplify setting of di.endian.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7818695..7e9465e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-03-17 Andrew Cagney <cagney@redhat.com>
+ * disasm.c (gdb_disassembly): Set di.mach using the architecture's
+ BFD. Simplify setting of di.endian.
+
+2003-03-17 Andrew Cagney <cagney@redhat.com>
+
* rs6000-tdep.c (ppc_floating_point_unit_p): New function.
* ppc-tdep.h (ppc_floating_point_unit_p): Declare.