mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* configure, config.in: Rebuilt.
* configure.in: Check for realpath. * defs.h (gdb_realpath): Declare. * symtab.h (partial_symtab): Added fullname field. * source.c (openp): Use gdb_realpath. (forget_cached_source_info): Clear full name of each partial symtab. * utils.c (gdb_realpath): New function. * symtab.c (lookup_symtab): Removed. (lookup_symtab_1): Renamed to lookup_symtab. (lookup_symtab): Look for real path. (lookup_partial_symtab): Likewise.
This commit is contained in:
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -3582,7 +3582,7 @@ EOF
|
||||
fi
|
||||
|
||||
|
||||
for ac_func in bcopy btowc bzero isascii poll sbrk setpgid setpgrp \
|
||||
for ac_func in bcopy btowc bzero isascii poll realpath sbrk setpgid setpgrp \
|
||||
sigaction sigprocmask sigsetmask
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
|
Reference in New Issue
Block a user