http://bugs.winehq.org/show_bug.cgi?id=10273
M Welinder terra@gnome.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |terra@gnome.org
--- Comment #34 from M Welinder terra@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.