c0e157e3b2
One must build yasm (included in the yasm directory) before building GMP, if building on an x86_64 machine. Note: make test and make tune do not currently build.
11 lines
182 B
NASM
11 lines
182 B
NASM
.text
|
|
foo:
|
|
movl %eax, foo@PLT
|
|
movl %eax, foo@GOTPCREL
|
|
movl %eax, bar@TLSGD
|
|
movl %eax, bar@TLSLD
|
|
movl %eax, bar@GOTTPOFF
|
|
movl %eax, bar@TPOFF
|
|
movl %eax, bar@DTPOFF
|
|
movl %eax, foo@GOT
|