http://bugs.winehq.org/show_bug.cgi?id=3635
Summary: winebuild generates broken PowerPC assembler Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ports AssignedTo: wine-bugs@winehq.org ReportedBy: Simon.Richter@hogyros.de
winebuild generates references to the high bits of labels with the form (label)@hi. Current gas chokes on that. The low bits are currently accessed correctly with @l(reg), so I believe this is merely an oversight.