diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-08 04:00:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-08 04:00:56 +0000 |
commit | 555f14a45a8dead0cf31c1a8d31a593be6256c81 (patch) | |
tree | db6c6998e2ef0b04009e8e4bd71552b59300a404 /gdb/TODO | |
parent | 07ad746b9ed4585120fb283dd598ced2487aab60 (diff) | |
download | gdb-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/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ====================== |