mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Port linkerscript parser to Bison (#1266)
Notable side effects: * Use the standard-conformant MSVC preproc * Add test for linker script INCLUDE * Improve wording of placement conflict errors * Fix errors from not newline-terminated files * Teach checkdiff about the linker script doc * Call linker script "commands" "directives" instead --------- Co-authored-by: Rangi42 <remy.oukaour+rangi42@gmail.com>
This commit is contained in:
2
test/link/linkerscript-include.out
Normal file
2
test/link/linkerscript-include.out
Normal file
@@ -0,0 +1,2 @@
|
||||
error: linkerscript-include.inc(1): The linker script assigns section "test" to address $0000, but it was already at $002a
|
||||
Linking failed with 1 error
|
||||
Reference in New Issue
Block a user