repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-i386
/
load7.s
blob
8849a38fb7a3b802dc2c6cc21d77da2a0f4925a5
1
.section my_section,
"aw"
,@progbits
2
.long 0x12345678
3
.text
4
.globl foo
5
.type foo, @function
6
foo
:
7
ret
8
.size foo, .-foo
9
.globl _start
10
.type _start, @function
11
_start
:
12
movl foo@GOT
(%
ecx
), %
eax
13
movl bar@GOT
(%
ecx
), %
eax
14
movl __start_my_section@GOT
(%
ecx
), %
eax
15
movl __stop_my_section@GOT
(%
ecx
), %
eax
16
.size _start, .-_start
17
.comm pad,4,4
18
.comm bar,4,4