From: Ian Lance Taylor Date: Tue, 17 Oct 1995 22:38:50 +0000 (+0000) Subject: * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5df68a88c4526aa6dd490d5170710459b5c59933;p=binutils-gdb.git * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment): Search trinary.cond rather than searching trinary.lhs twice. From linli@ihp.PHys.ethz.CH. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e4a38fe87a5..883158fc9ec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Tue Oct 17 12:22:05 1995 Ian Lance Taylor + * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment): + Search trinary.cond rather than searching trinary.lhs twice. From + linli@ihp.PHys.ethz.CH. + * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move directory searching code into gld${EMULATION_NAME}_search_dir. (gld${EMULATION_NAME}_search_dir): New static function, extracted