]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* emultempl/elf32.em (global_vercheck_needed): New file static
authorIan Lance Taylor <ian@airs.com>
Mon, 27 Apr 1998 16:14:37 +0000 (16:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 27 Apr 1998 16:14:37 +0000 (16:14 +0000)
commitbef28bc98aac97d56cc8cf981ef7344a621b8d2f
tree8f84ea7fd9057f7db17e5c9c5bdd6988557ba22d
parent0d3887ba8f5ac936b40c98099814398bf78b4147
* 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.
ld/ChangeLog