commit | dd46c864c12f592896e4da14758accbcd54afd10 | [log] [tgz] |
---|---|---|
author | synergy dev <synergye@codefi.re> | Sun Feb 23 23:43:26 2014 -0800 |
committer | SynergyDev <synergye@codefi.re> | Wed Apr 02 03:02:48 2014 +0000 |
tree | d966ca1c9a5a66a43e01d696d39a655339bf9b90 | |
parent | 3ebb877e52a2661de56c3f44827f33824e735730 [diff] |
opengl: fix UAL conformity GAS assumes .align 2 if .align only is set, however the UAL doesn't enforce this assumption. Change-Id: I88b567dc84ee8f04a13f2b8e80c3ee41530a9e49
diff --git a/opengl/libagl/fixed_asm.S b/opengl/libagl/fixed_asm.S index 05044f2..5e08856 100644 --- a/opengl/libagl/fixed_asm.S +++ b/opengl/libagl/fixed_asm.S
@@ -17,7 +17,7 @@ .text - .align + .align 2 .global gglFloatToFixed .type gglFloatToFixed, %function
diff --git a/opengl/libagl/iterators.S b/opengl/libagl/iterators.S index 8c86482..8fe9039 100644 --- a/opengl/libagl/iterators.S +++ b/opengl/libagl/iterators.S
@@ -17,7 +17,7 @@ .text - .align + .align 2 .arm .global iterators0032