http://bugs.winehq.org/show_bug.cgi?id=10273 M Welinder <terra(a)gnome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terra(a)gnome.org --- Comment #34 from M Welinder <terra(a)gnome.org> 2007-12-01 18:47:21 --- That sounds fairly simple to fix, even without gcc changes. 1. Change the .c.o rules into two rules: .c.s and .s.o 2. For the .s rule, use a specialized assembler program which throws a set of nops into the text as needed and feeds that to the regular assembler. That should be a <50 lines perl script assembler. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.