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 446

Summary: hermes/mmxp2_32.asm : yasm warning
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: mainAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Linux   

Description Ozkan Sezer 2007-06-28 01:26:41 UTC
I first thought that this was due to the recent textrels
changes, but it also appears in the 1.2.11 release. Anyways,
here's the warning:

yasm -f elf -I ./src/hermes/ -DHIDDEN_VISIBILITY ./src/hermes/mmxp2_32.asm -o build/.libs/mmxp2_32.o
./src/hermes/mmxp2_32.asm:286: warning: value does not fit in signed 8 bit field

# yasm --version
yasm 0.6.1.1880

I'm no asm guy, so this is just a FYI report.
Comment 1 Ryan C. Gordon 2007-07-03 02:54:53 UTC
Fixed in svn revision #3126 for the 1.2 branch and #3127 for the 1.3 branch.

Thanks!

--ryan.