Merge pull request #319 from mid-kid/patch-317

Allow linker script to consider section attributes
This commit is contained in:
Antonio Niño Díaz
2019-01-19 16:15:37 +00:00
12 changed files with 57 additions and 19 deletions

View File

@@ -20,4 +20,5 @@ for i in *.asm; do
fi
done
rm -f $o $gb $before $after
exit $rc

View File

@@ -6,4 +6,5 @@ for i in *.asm; do
mv -f $fname ${i%.asm}.out
done
rm -f $fname
exit 0