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/acconfig.h | |
parent | e28d556f6be67e728e296f83a55f6abaf4251a31 (diff) | |
download | ppe42-binutils-1ba607adba3816e5352f639a27cffa20ee71813d.tar.gz ppe42-binutils-1ba607adba3816e5352f639a27cffa20ee71813d.zip |
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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 74c3b6fdad..bb45946066 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -115,3 +115,9 @@ /* Define if gnu-regex.c included with GDB should be used. */ #undef USE_INCLUDED_REGEX + +/* BFD's default architecture. */ +#undef DEFAULT_BFD_ARCH + +/* BFD's default target vector. */ +#undef DEFAULT_BFD_VEC |