orph-d-awpe.d 492 B

12345678910111213
  1. #as: -linker-allocated-gregs
  2. #source: start.s
  3. #source: data-1.s
  4. #source: tm-orph1.s
  5. #source: tm-d.s
  6. #source: tm-awpe.s
  7. #ld: -m mmo -u __etext -u __Sdata -u __Edata -u __Sbss -u __Ebss -u __Eall
  8. #error: overlaps section .text
  9. # Like orph-d-awp.d but with contents in that section. Also, mismatching
  10. # section flags for the contents will cause a linker error, but we'll
  11. # call this a doctor-it-hurts situation; either list the section in
  12. # the linker script or have consistent section flags.