diff options
author | Yao Qi <yao@codesourcery.com> | 2014-11-24 14:09:43 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-11-28 18:38:16 +0800 |
commit | abbffc8924ff61b64d86ee89775c466e59a32c63 (patch) | |
tree | 1456f586fb02bec24e32b3aa6dc82bfbedbdd7aa /gdb/config.in | |
parent | 98399780958f38d70550174b8204f5085f3b23d5 (diff) | |
download | gdb-abbffc8924ff61b64d86ee89775c466e59a32c63.zip gdb-abbffc8924ff61b64d86ee89775c466e59a32c63.tar.gz gdb-abbffc8924ff61b64d86ee89775c466e59a32c63.tar.bz2 |
Use canonicalize_file_name unconditionally
gdb:
2014-11-28 Yao Qi <yao@codesourcery.com>
* configure.ac (AC_CHECK_FUNCS): Remove canonicalize_file_name
and realpath.
* config.in: Re-generated.
* configure: Re-generated.
* utils.c (gdb_realpath): Remove code calling realpath,
canonicalize_file_name and pathconf.
[!_WIN32]: Call canonicalize_file_name.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index 8c5a710..fb3c315 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -75,9 +75,6 @@ /* Define to 1 if you have the `btowc' function. */ #undef HAVE_BTOWC -/* Define to 1 if you have the `canonicalize_file_name' function. */ -#undef HAVE_CANONICALIZE_FILE_NAME - /* Define to 1 if you have the <cursesX.h> header file. */ #undef HAVE_CURSESX_H @@ -327,9 +324,6 @@ /* Define if Python interpreter is being linked in. */ #undef HAVE_PYTHON -/* Define to 1 if you have the `realpath' function. */ -#undef HAVE_REALPATH - /* Define to 1 if you have the `resize_term' function. */ #undef HAVE_RESIZE_TERM |