rgn-over3.d 927 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # name: rgn-over3
  2. # source: rgn-over.s
  3. # ld: -T rgn-over3.t -Map tmpdir/rgn-over3.map
  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
  5. #...
  6. Discarded input sections
  7. #...
  8. Memory\s+Configuration
  9. Name\s+Origin\s+Length\s+Attributes
  10. bss\s+0x0+0000\s+0x0+0000\s+xrw
  11. r1\s+0x0+1000\s+0x0+0008\s+xrw
  12. r2\s+0x0+2000\s+0x0+0008\s+xrw
  13. \*default\*\s+0x0+0000\s+0xf+ffff
  14. Linker\s+script\s+and\s+memory\s+map
  15. \s*0x0+1000\s+_start\s+=\s+0x1000
  16. \s*\.bss\s+0x0+0000\s+0x0
  17. \s*\*\(\.bss\)
  18. \s*\.bss\s+0x0+0000\s+0x0\s+.*?
  19. \s*\.text\s+0x0+1000\s+0xc
  20. \s*\*\(\.txt\)
  21. \s*\.txt\s+0x0+1000\s+0xc\s+.*?
  22. \s*\.data\s+0x0+2000\s+0xc
  23. \s*\*\(\.dat\)
  24. \s*\.dat\s+0x0+2000\s+0xc\s+.*?
  25. /DISCARD/
  26. \*\(\*\)
  27. LOAD\s+.*?
  28. OUTPUT\(.*?\)
  29. #pass