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 - "the ELF underscore problem"
Summary: "the ELF underscore problem"
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: main (show other bugs)
Version: HG 1.2
Hardware: x86 Solaris
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 02:48 UTC by Andras Barna
Modified: 2008-09-14 15:57 UTC (History)
0 users

See Also:


Attachments
Suggested patch (761 bytes, patch)
2008-06-17 02:49 UTC, Andras Barna
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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