diff options
author | Adam Tkac <atkac@redhat.com> | 2010-01-19 11:09:59 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-01-19 11:09:59 +0000 |
commit | 364c4007a649018ada0865f909bf78a5d74593ce (patch) | |
tree | f606303e22a8b2454ec36f52fc1af39d09daafc6 /common/jpeg/simd/jiss2fst.asm | |
parent | bec66d47dc9324483dbb98e2dfb887678de09ed7 (diff) | |
download | tigervnc-364c4007a649018ada0865f909bf78a5d74593ce.tar.gz tigervnc-364c4007a649018ada0865f909bf78a5d74593ce.zip |
[Bugfix] Work around alignment issue with OS X linker which was causing
problems on Leopard and Snow Leopard (dcommander).
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3946 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg/simd/jiss2fst.asm')
-rw-r--r-- | common/jpeg/simd/jiss2fst.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jiss2fst.asm b/common/jpeg/simd/jiss2fst.asm index fda073f5..b53664d7 100644 --- a/common/jpeg/simd/jiss2fst.asm +++ b/common/jpeg/simd/jiss2fst.asm @@ -497,3 +497,6 @@ EXTN(jsimd_idct_ifast_sse2): pop ebp ret +; For some reason, the OS X linker does not honor the request to align the +; segment unless we do this. + align 16 |