rgn-over1.d 769 B

123456789101112131415161718192021222324252627282930313233343536
  1. # name: rgn-over1
  2. # source: rgn-over.s
  3. # ld: -T rgn-over1.t -Map tmpdir/rgn-over1.map
  4. # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section \`.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 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. \*default\*\s+0x0+0000\s+0xf+ffff
  13. Linker\s+script\s+and\s+memory\s+map
  14. \s*0x0+1000\s+_start\s+=\s+0x1000
  15. \s*\.bss\s+0x0+0000\s+0x0
  16. \s*\*\(\.bss\)
  17. \s*\.bss\s+0x0+0000\s+0x0\s+.*?
  18. \s*\.text\s+0x0+1000\s+0xc
  19. \s*\*\(\.txt\)
  20. \s*\.txt\s+0x0+1000\s+0xc\s+.*?
  21. \s*\.data\s+0x0+100c\s+0xc
  22. \s*\*\(\.dat\)
  23. \s*\.dat\s+0x0+100c\s+0xc\s+.*?
  24. /DISCARD/
  25. \*\(\*\)
  26. LOAD\s+.*?
  27. OUTPUT\(.*?\)
  28. #pass