From dd46c864c12f592896e4da14758accbcd54afd10 Mon Sep 17 00:00:00 2001 From: synergy dev Date: Sun, 23 Feb 2014 23:43:26 -0800 Subject: [PATCH] opengl: fix UAL conformity GAS assumes .align 2 if .align only is set, however the UAL doesn't enforce this assumption. Change-Id: I88b567dc84ee8f04a13f2b8e80c3ee41530a9e49 --- opengl/libagl/fixed_asm.S | 2 +- opengl/libagl/iterators.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opengl/libagl/fixed_asm.S b/opengl/libagl/fixed_asm.S index 05044f2cd..5e08856d0 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 8c8648212..8fe903908 100644 --- a/opengl/libagl/iterators.S +++ b/opengl/libagl/iterators.S @@ -17,7 +17,7 @@ .text - .align + .align 2 .arm .global iterators0032