mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13527d85af
This reverts commit ffc528aed5
. It was
applied unapproved.
6 lines
88 B
ArmAsm
6 lines
88 B
ArmAsm
.global foo
|
|
.text
|
|
foo:
|
|
lui $t0, %hi(_gp_disp)
|
|
addi $t0, $t0, %lo(_gp_disp)
|