projects
/
platform
/
upstream
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Abort if PT_GNU_RELRO segment doesn't fit in PT_LOAD segment
[platform/upstream/binutils.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr14207.s
1
2
.section .ctors, "aw"
3
.space 0x10, 1
4
5
.section .dtors, "aw"
6
.space 0x10, 2
7
8
.section .jcr, "aw"
9
.space 0x8, 3
10
11
.section .data.rel.ro
12
.p2align 4
13
.space 0x20, 3
14
15
.section .dynamic
16
.space 0xb0, 2
17
18
.section .got
19
.space 0x2a8, 4
20
21
.bss
22
.zero 0x840
23
24