summaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
commit555f14a45a8dead0cf31c1a8d31a593be6256c81 (patch)
treedb6c6998e2ef0b04009e8e4bd71552b59300a404 /gdb/TODO
parent07ad746b9ed4585120fb283dd598ced2487aab60 (diff)
downloadgdb-555f14a45a8dead0cf31c1a8d31a593be6256c81.tar.gz
Use config.bfd to determine the default architecture and byte order.
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 671e811b51d..1b44dd12007 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -109,6 +109,16 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00467.html
--
+Find something better than DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC to
+determine the default isa/byte-order.
+
+--
+
+Rely on BFD_BIG_ENDIAN and BFD_LITTLE_ENDIAN instead of host dependant
+BIG_ENDIAN and LITTLE_ENDIAN.
+
+--
+
Code Cleanups: General
======================