retain6a.d 333 B

12345678910111213
  1. #name: SHF_GNU_RETAIN 6a (pull section out of lib required by SHF_GNU_RETAIN section)
  2. #source: retain6main.s
  3. #ld: --gc-sections -e _start -u bar -Ltmpdir -lretain6
  4. #notarget: ![supports_gnu_osabi] ![check_gc_sections_available]
  5. #DUMPPROG: nm
  6. #...
  7. [0-9a-f]+ . bar
  8. #...
  9. [0-9a-f]+ . retain_from_lib
  10. #...
  11. [0-9a-f]+ . retained_var
  12. #pass