[Bug 33349] New: Use Thumb binaries on ARM?

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 7 15:53:36 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33349

             Bug #: 33349
           Summary: Use Thumb binaries on ARM?
           Product: Wine
           Version: 1.5.27
          Platform: arm
        OS/Version: Linux
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: nerv at dawncrow.de
                CC: focht at gmx.net
    Classification: Unclassified


Created attachment 44115
  --> http://bugs.winehq.org/attachment.cgi?id=44115
-mthumb -mthumb-interwork

We currently compile with "-marm", maybe we should use "-mthumb
-mthumb-interwork", or even without -mthumb-interwork?

@Anastasius: Would you mind testing the attached patch with some ARM apps,
especially with apps/msi that originate from MS, to see if it's the same
behaviour as with -marm?
Bonus would be to try the same without -mthumb-interwork. make clean should be
needed i guess.

I had a quick look at ELF sizes. it seems around 20% reduction in size with
"-mthumb -mthumb-interwork" is possible without "-g".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list