projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Drop 'missing mapping symbols' warning for arm and aarch64.
[deliverable/binutils-gdb.git]
/
gold
/
testsuite
/
pr12826_2.s
Commit
Line
Data
f62a3ca7
DK
1
.syntax unified
2
.arch armv7e-m
3
.thumb
4
.text
5
.align 2
6
.global f2
7
.thumb
8
.thumb_func
9
.type f2, %function
10
f2:
11
movs r0, #0
12
bx lr
13
.size f2, .-f2
This page took
0.174793 seconds
and
4
git commands to generate.