Needed by FreeBSD base system.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/elf2/linkerscript.s | ||
---|---|---|
26 | Noticed that I misunderstood this test. Its testing double-quoted path name. Linker script doesn't distinguish them, so either echo "SEARCH_DIR(/lib/foo/blah)" > %t.script or echo 'SEARCH_DIR("/lib/foo/blah")' > %t.script is fine with me. This is not a test for the tokenizer after all. I'd just avoid using double quotes inside double quotes. |