projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
gas: Fix some x86_64 testcases for Solaris not using R_X86_64_PLT32 [PR25732]
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
avr
/
relax.s
Commit
Line
Data
e4ef1b6c
DC
1
.file "diffreloc.s"
2
.section .text,"ax",@progbits
3
main:
4
L1:
5
jmp L1
6
L2:
7
.global x
8
.section .data
9
.type x, @object
10
.size x, 2
11
x:
12
.word L2 - L1
This page took
0.292338 seconds
and
4
git commands to generate.