diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 22:49:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 22:49:31 +0000 |
commit | 27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5 (patch) | |
tree | 6869fcacba6e078704dc31dbbf16ed97904a9a7b /gdb/config.in | |
parent | 50abf9e57bf73e9b7fc5a1bfa83bcea1557ef029 (diff) | |
download | binutils-27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5.zip binutils-27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5.tar.gz binutils-27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5.tar.bz2 |
* acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
* configure.in: Cleanup section that sources GDB and BFD configure
subscripts. Remove evil changequotes here.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9bc7098..562ea1b 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -169,12 +169,6 @@ /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */ #undef HAVE_PT_GETXMMREGS -/* BFD's default architecture. */ -#undef DEFAULT_BFD_ARCH - -/* BFD's default target vector. */ -#undef DEFAULT_BFD_VEC - /* Multi-arch enabled. */ #undef GDB_MULTI_ARCH @@ -421,6 +415,12 @@ /* Name of this package. */ #undef PACKAGE +/* Define to BFD's default architecture. */ +#undef DEFAULT_BFD_ARCH + +/* Define to BFD's default target vector. */ +#undef DEFAULT_BFD_VEC + /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris 2.[78] when using GCC. */ #undef _MSE_INT_H |