mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Change behavior of merging FRAGMENTs to constrain each fragment individually
Additionally, remove the deprecated merging of non-fragment SECTIONs
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
ERROR: section-union.asm(37):
|
||||
Section "test" already declared as union section
|
||||
warning: section-union.asm(37): [-Wobsolete]
|
||||
Concatenation of non-fragment sections is deprecated
|
||||
ERROR: section-union.asm(37):
|
||||
Section "test" already declared as fixed at $c000
|
||||
ERROR: section-union.asm(37):
|
||||
Section "test" already declared as aligned to 256 bytes
|
||||
Section already declared as union section
|
||||
FATAL: section-union.asm(37):
|
||||
Cannot create section "test" (3 errors)
|
||||
Cannot create section "test" (1 error)
|
||||
|
||||
Reference in New Issue
Block a user