/* GNU ld script Add DT_NEEDED entry for -latomic only if needed. */ OUTPUT_FORMAT(elf64-x86-64) INPUT ( AS_NEEDED ( -latomic ) )