repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
gas
/
testsuite
/
gas
/
arm
/
mapping.s
blob
c9cee8d4fa6f58b7acfbd6edbf9f252e333c2ca4
1
.text
2
.arm
3
.global mapping
4
mapping
:
5
nop
6
bl
mapping
7
8
.global thumb_mapping
9
.thumb_func
10
thumb_mapping
:
11
.thumb
12
nop
13
bl
thumb_mapping
14
15
.data
16
.word 0x123456
17
18
.section foo,
"ax"
19
nop