mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.
This commit is contained in:
parent
f5242db159
commit
c6c73e136a
1 changed files with 1 additions and 1 deletions
|
@ -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, $v0, $zero \n\
|
||||
or $s0, $a0, $zero \n\
|
||||
# Load the original argument count. \n\
|
||||
ld.d $a1, $sp, 0 \n\
|
||||
# Call _dl_init (struct link_map *main_map, int argc, \
|
||||
|
|
Loading…
Add table
Reference in a new issue