aboutsummaryrefslogtreecommitdiff
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
commit1ba607adba3816e5352f639a27cffa20ee71813d (patch)
treef989fb450c87839938457515038372ca07f59acd /gdb/TODO
parente28d556f6be67e728e296f83a55f6abaf4251a31 (diff)
downloadfsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.zip
fsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.gz
fsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.bz2
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 671e811..1b44dd1 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
======================