Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-over3.d
CommitLineData
20e56351
DJ
1# name: rgn-over3
2# source: rgn-over.s
3# ld: -T rgn-over3.t -Map tmpdir/rgn-over3.map
4a93e180 4# error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.data' will not fit in region `r2'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\n[^ \n]*?ld[^:\n]*?: region `r2' overflowed by 4 bytes\Z
20e56351 5
d2ef37eb 6#...
20e56351
DJ
7Discarded input sections
8#...
9Memory\s+Configuration
10
11Name\s+Origin\s+Length\s+Attributes
12bss\s+0x0+0000\s+0x0+0000\s+xrw
13r1\s+0x0+1000\s+0x0+0008\s+xrw
14r2\s+0x0+2000\s+0x0+0008\s+xrw
15\*default\*\s+0x0+0000\s+0xf+ffff
16
17Linker\s+script\s+and\s+memory\s+map
18
19\s*0x0+1000\s+_start\s+=\s+0x1000
20
21\s*\.bss\s+0x0+0000\s+0x0
22\s*\*\(\.bss\)
23\s*\.bss\s+0x0+0000\s+0x0\s+.*?
24
25\s*\.text\s+0x0+1000\s+0xc
26\s*\*\(\.txt\)
27\s*\.txt\s+0x0+1000\s+0xc\s+.*?
28
29\s*\.data\s+0x0+2000\s+0xc
30\s*\*\(\.dat\)
31\s*\.dat\s+0x0+2000\s+0xc\s+.*?
32
33/DISCARD/
34 \*\(\*\)
35LOAD\s+.*?
36OUTPUT\(.*?\)
c4b21a5f 37#pass
This page took 0.550181 seconds and 4 git commands to generate.