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 - hermes/mmxp2_32.asm : yasm warning
Summary: hermes/mmxp2_32.asm : yasm warning
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: main (show other bugs)
Version: HG 1.2
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 01:26 UTC by Ozkan Sezer
Modified: 2007-07-03 02:54 UTC (History)
0 users

See Also:


Attachments

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