http://bugs.winehq.org/show_bug.cgi?id=32872
--- Comment #5 from Austin English austinenglish@gmail.com 2013-02-11 19:11:22 CST --- On linux, with clang installed locally, I get some warnings now: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/../../../../x86_64-pc-linux-gnu/bin/ld: advapi32.dll-auboib.spec.o: warning: relocation in readonly section `.eh_frame'. /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in a shared object.
when gcc is used to compile, but clang's assembler is used.
It's non-fatal, but annoying. I'm not sure who's bug this would be though, if anyone's..