Refactor section creation errors, and simplify output for single errors (#1964)

This commit is contained in:
Rangi
2026-05-21 13:01:08 -04:00
committed by GitHub
parent 728d14879b
commit d56dbbb4bf
20 changed files with 132 additions and 87 deletions
+6
View File
@@ -0,0 +1,6 @@
error: Section "test" already exists but with type `ROM0`
at multiple-section-errors.asm(3)
error: Section "test" already declared as fixed at incompatible address $0000
at multiple-section-errors.asm(3)
FATAL: Cannot create section "test" (2 errors)
at multiple-section-errors.asm(3)