From 89fe245e0402db9b0101ad969af5698e1d6fe311 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Mon, 7 Dec 2009 13:21:24 -0800 Subject: Add misssing symbol type directives. --- opengl/libagl/fixed_asm.S | 2 ++ opengl/libagl/iterators.S | 1 + 2 files changed, 3 insertions(+) (limited to 'opengl') diff --git a/opengl/libagl/fixed_asm.S b/opengl/libagl/fixed_asm.S index 6cbc56f..05044f2 100644 --- a/opengl/libagl/fixed_asm.S +++ b/opengl/libagl/fixed_asm.S @@ -20,7 +20,9 @@ .align .global gglFloatToFixed + .type gglFloatToFixed, %function .global gglFloatToFixedFast + .type gglFloatToFixedFast, %function /* diff --git a/opengl/libagl/iterators.S b/opengl/libagl/iterators.S index daf2937..8c86482 100644 --- a/opengl/libagl/iterators.S +++ b/opengl/libagl/iterators.S @@ -21,6 +21,7 @@ .arm .global iterators0032 + .type iterators0032, %function /* * iterators0032 -- cgit v1.1