commit | d465eb4e76c24b1e782438a4c9e2c9abc20fe66c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 19 18:59:19 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 19 18:59:19 2014 -0800 |
tree | 585ce3fcd571871c83eea24940cf583e0ba44324 | |
parent | fbaddda9f04fa504deb752bba819eb1fa5439baa [diff] [blame] |
Remove the useless _C_LABEL from generated system calls. Change-Id: Id1d2fd39972652831ea825f6f9cf940b08f42b5c
diff --git a/libc/arch-mips64/syscalls/__getcpu.S b/libc/arch-mips64/syscalls/__getcpu.S index ec2d87b..9c08710 100644 --- a/libc/arch-mips64/syscalls/__getcpu.S +++ b/libc/arch-mips64/syscalls/__getcpu.S
@@ -23,4 +23,4 @@ move ra, t0 .set pop END(__getcpu) -.hidden _C_LABEL(__getcpu) +.hidden __getcpu