ldgen: use uppercase keywords for flags

This commit is contained in:
Renz Bagaporo
2021-02-16 13:44:18 +08:00
parent 7af3d65868
commit 10c5226095
8 changed files with 66 additions and 66 deletions

View File

@@ -137,7 +137,7 @@ class InputSectionDescTest(unittest.TestCase):
self.assertEqual(expected, str(desc))
def test_keep(self):
# Test keep
# Test KEEP
expected = 'KEEP(*libfreertos.a:croutine.*( ))'
desc = InputSectionDesc(Entity('libfreertos.a', 'croutine'), [], keep=True)