commit | d548a265ca0d998241443504afdcdc12e1507811 | [log] [tgz] |
---|---|---|
author | Doug Kwan <dougkwan@google.com> | Thu Dec 03 16:26:04 2009 -0800 |
committer | Doug Kwan <dougkwan@google.com> | Thu Dec 03 16:26:04 2009 -0800 |
tree | e9f5413f93bcdba6847848ed98e5594b9ce5e0c1 | |
parent | ff3c8dfced4205eff7eed3902ddf7076c22763e3 [diff] [blame] |
Add missing symbol type directives.
diff --git a/libc/arch-arm/bionic/__get_pc.S b/libc/arch-arm/bionic/__get_pc.S index d1377c7..4fc8929 100644 --- a/libc/arch-arm/bionic/__get_pc.S +++ b/libc/arch-arm/bionic/__get_pc.S
@@ -26,6 +26,7 @@ * SUCH DAMAGE. */ .global __get_pc +.type __get_pc, %function __get_pc: mov r0, pc