diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-27 16:14:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-27 16:14:37 +0000 |
commit | bef28bc98aac97d56cc8cf981ef7344a621b8d2f (patch) | |
tree | 8f84ea7fd9057f7db17e5c9c5bdd6988557ba22d /ld | |
parent | 0d3887ba8f5ac936b40c98099814398bf78b4147 (diff) | |
download | gdb-bef28bc98aac97d56cc8cf981ef7344a621b8d2f.zip gdb-bef28bc98aac97d56cc8cf981ef7344a621b8d2f.tar.gz gdb-bef28bc98aac97d56cc8cf981ef7344a621b8d2f.tar.bz2 |
* emultempl/elf32.em (global_vercheck_needed): New file static
variable.
(global_vercheck_failed): New file static variable.
(gld${EMULATION_NAME}_after_open): Check for shared libraries
twice, once with force set to 0 and once with it set to 1.
(gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
Change all callers.
(gld${EMULATION_NAME}_search_needed): Likewise.
(gld${EMULATION_NAME}_try_needed): Likewise. If not force, check
whether the libraries needs any incompatible versions.
(gld${EMULATION_NAME}_vercheck): New static function.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 564d5c2..e0f4986 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +Mon Apr 27 11:56:21 1998 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/elf32.em (global_vercheck_needed): New file static + variable. + (global_vercheck_failed): New file static variable. + (gld${EMULATION_NAME}_after_open): Check for shared libraries + twice, once with force set to 0 and once with it set to 1. + (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter. + Change all callers. + (gld${EMULATION_NAME}_search_needed): Likewise. + (gld${EMULATION_NAME}_try_needed): Likewise. If not force, check + whether the libraries needs any incompatible versions. + (gld${EMULATION_NAME}_vercheck): New static function. + Wed Apr 22 16:01:35 1998 Tom Tromey <tromey@cygnus.com> * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). |