mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2003-06-03 Kris Warkentin <kewarken@qnx.com>
* solib.c (solib_open): Update comment to reflect actual search order.
This commit is contained in:
parent
ae1e741769
commit
f43caff87c
@ -1,3 +1,7 @@
|
||||
2003-06-03 Kris Warkentin <kewarken@qnx.com>
|
||||
|
||||
* solib.c (solib_open): Update comment to reflect actual search order.
|
||||
|
||||
2003-06-03 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* frame.c (get_frame_memory_signed): New function.
|
||||
|
@ -91,6 +91,7 @@ static char *solib_search_path = NULL;
|
||||
* If path is absolute, look in SOLIB_ABSOLUTE_PREFIX.
|
||||
* If path is absolute or relative, look for it literally (unmodified).
|
||||
* Look in SOLIB_SEARCH_PATH.
|
||||
* If available, use target defined search function.
|
||||
* Look in inferior's $PATH.
|
||||
* Look in inferior's $LD_LIBRARY_PATH.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user