Format linker script error backtraces the same way as others (#1792)

This commit is contained in:
Rangi
2025-08-12 16:58:17 -04:00
committed by GitHub
parent 1bf1219e07
commit 50d0b101c3
28 changed files with 181 additions and 101 deletions

View File

@@ -1,3 +1,5 @@
error: script-syntax-error.link(2): syntax error, unexpected ORG, expecting end of line or OPTIONAL
error: script-syntax-error.link(5): syntax error, unexpected string, expecting end of line or FLOATING or number
error: syntax error, unexpected ORG, expecting end of line or OPTIONAL
at script-syntax-error.link(2)
error: syntax error, unexpected string, expecting end of line or FLOATING or number
at script-syntax-error.link(5)
Linking failed with 2 errors