projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5242db
)
LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.
author
caiyinyu
<caiyinyu@loongson.cn>
Thu, 14 Sep 2023 11:48:24 +0000
(19:48 +0800)
committer
caiyinyu
<caiyinyu@loongson.cn>
Fri, 15 Sep 2023 01:07:47 +0000
(09:07 +0800)
sysdeps/loongarch/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/loongarch/dl-machine.h
b/sysdeps/loongarch/dl-machine.h
index 8a2db9de3c83558f998523da3c19d06ae5f2f564..57913cefaab761c15796e18fa99148877ab03878 100644
(file)
--- a/
sysdeps/loongarch/dl-machine.h
+++ b/
sysdeps/loongarch/dl-machine.h
@@
-90,7
+90,7
@@
static inline ElfW (Addr) elf_machine_dynamic (void)
or $a0, $sp, $zero \n\
bl _dl_start \n\
# Stash user entry point in s0. \n\
- or $s0, $
v
0, $zero \n\
+ or $s0, $
a
0, $zero \n\
# Load the original argument count. \n\
ld.d $a1, $sp, 0 \n\
# Call _dl_init (struct link_map *main_map, int argc, \