mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow linker script to consider section attributes
The linker script now allows you to assign a section with the same attributes as in the source. To do this, I've removed a check from AssignSectionAddressAndBankByName that would never be triggered, due to that condition being checked before. Shouldn't this and IsSectionSameTypeBankAndAttrs be condensed into a single function?
This commit is contained in:
@@ -20,4 +20,5 @@ for i in *.asm; do
|
||||
fi
|
||||
done
|
||||
|
||||
rm -f $o $gb $before $after
|
||||
exit $rc
|
||||
|
||||
@@ -6,4 +6,5 @@ for i in *.asm; do
|
||||
mv -f $fname ${i%.asm}.out
|
||||
done
|
||||
|
||||
rm -f $fname
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user