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/configure | |
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/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 0c04eba..5f52e91 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10478,7 +10478,7 @@ $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h fi -for ac_func in canonicalize_file_name realpath getrusage getuid getgid \ +for ac_func in getrusage getuid getgid \ pipe poll pread pread64 pwrite resize_term \ sbrk setpgid setpgrp setsid \ sigaction sigprocmask sigsetmask socketpair \ |