Re: [patch i386]: Treat dllimported symbol as external in predicates
On 03/22/2013 01:03 AM, Kai Tietz wrote: > * config/i386/predicates.md (local_symbolic_operand): > Interprete dll-imported symbols > as none-local. Ok. r~
[patch i386]: Treat dllimported symbol as external in predicates
Hi, A dllimported symbol is always external. So treat that proper in local_symbolic_operand. ChangeLog 2013-03-22 Kai Tietz * config/i386/predicates.md (local_symbolic_operand): Interprete dll-imported symbols as none-local. Tested for x86_64-w64-mingw32, i686-w64-mingw32,