This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PE direct linking to dlls, accept any filename.


Pedro Alves escreveu:
Danny Smith wrote:

I've added tests for symlinks.  Should I guard them for MinGW?  How?
The symlink functionality comes from the host not from the target.
Using msys or 'gcc -mno-cygwin' should work, no?

Attached is the new patch, tested on i686-pc-cygwin. I'll try
testing on MinGW later.


Just tested manually on MinGW+msys and all tests passed OK. I've been learning that setting up dejagnu on MinGW is a bit convoluted, so I'll postpone that to the next weekend the soonest. Would be great if the patch could be applied nonetheless.

(On cygwin, I've also tested that deleting the dlls before
the run time tests by injecting in the proper place in direct.exp a:
catch "exec rm -f $tmpdir/direct_dll.sl" ln_catch
really FAILs with "child process exited abnormally" output.
)

Cheers,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]