Re: [PATCH v2,testsuite] PR79867: Merge fixes for windows DLL loading problem from libffi

2017-04-10 Thread Mike Stump
On Apr 6, 2017, at 3:40 PM, Daniel Santos wrote: > This patch merges the changes from libffi upstream which correctly solve > the Windows DLL load path problem in set_ld_library_path_env_vars and > restore_ld_library_path_env_vars, thus fixing most PR79867. Ok. I checked it in for you, after stu

[PATCH v2,testsuite] PR79867: Merge fixes for windows DLL loading problem from libffi

2017-04-06 Thread Daniel Santos
We currently have two copies of target-libpath.exp in the tree under gcc/testsuite/lib and libffi/testsuite/lib. It was originally pulled into the libffi project (from downstream gcc) in 2009 (https://github.com/libffi/libffi/commit/5cbe2058c128e848446ae79fe15ee54260a90559). Then in 2012, Anthony