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 | 1ba607adba3816e5352f639a27cffa20ee71813d (patch) | |
tree | f989fb450c87839938457515038372ca07f59acd /gdb/TODO | |
parent | e28d556f6be67e728e296f83a55f6abaf4251a31 (diff) | |
download | gdb-1ba607adba3816e5352f639a27cffa20ee71813d.zip gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.gz 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/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 ====================== |