We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 595

Summary: "the ELF underscore problem"
Product: SDL Reporter: Andras Barna <andras.barna>
Component: mainAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Solaris   
Attachments: Suggested patch

Description Andras Barna 2008-06-17 02:48:31 UTC
when compiling on solaris with Sun Studio "the ELF underscore problem" in "src/hermes/HeadMMX.h" and "src/hermes/HeadX86.h" isnt fixed on solaris because the
#if defined(__ELF__) && defined(__GNUC__)
isn't applied
Comment 1 Andras Barna 2008-06-17 02:49:37 UTC
Created attachment 256 [details]
Suggested patch
Comment 2 Andras Barna 2008-09-12 12:50:37 UTC
hello?
Comment 3 Ryan C. Gordon 2008-09-14 14:44:13 UTC
Fixed in svn revision #4085, thanks!

--ryan.


Comment 4 Andras Barna 2008-09-14 15:57:05 UTC
thanks