diff options
| author | Doug Kwan <dougkwan@google.com> | 2009-12-07 13:21:24 -0800 |
|---|---|---|
| committer | Doug Kwan <dougkwan@google.com> | 2009-12-08 11:22:38 -0800 |
| commit | 89fe245e0402db9b0101ad969af5698e1d6fe311 (patch) | |
| tree | 3e1ad60ad4377fbd23863fc4f26890a79ac3bd9f | |
| parent | c65708ef6edcc76138485095cf9c6cbe48b2bf1c (diff) | |
| download | frameworks_base-89fe245e0402db9b0101ad969af5698e1d6fe311.zip frameworks_base-89fe245e0402db9b0101ad969af5698e1d6fe311.tar.gz frameworks_base-89fe245e0402db9b0101ad969af5698e1d6fe311.tar.bz2 | |
Add misssing symbol type directives.
| -rw-r--r-- | opengl/libagl/fixed_asm.S | 2 | ||||
| -rw-r--r-- | opengl/libagl/iterators.S | 1 |
2 files changed, 3 insertions, 0 deletions
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 |
