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/acconfig.h | |
parent | 50abf9e57bf73e9b7fc5a1bfa83bcea1557ef029 (diff) | |
download | gdb-27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5.zip gdb-27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5.tar.gz gdb-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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 60c8ca6..41d9201 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -156,12 +156,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 |