This is the mail archive of the binutils@sources.redhat.com 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]

Re: [RFA]: dynamic library search order on pei386



> 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
> 
>         * src/ld/emultempl/pe.em
> (gld_${EMULATION_NAME}_open_dynamic_archive): New search order for
> dynamic library '-lfoo' on pei386: libfoo.dll.a, foo.dll.a,
> libfoo.a, libfoo.dll, foo.dll. This fixes compatibility errors
> introduced by the old dynamic lib search order.

Applied.  Thanks!

FYI: I noticed that this code only gets used with -Bdynamic.  Without,
it uses the .a/.lib search instead.  Is this intentional?

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