Files
Fabien Chouteau 25c8e63b77 Fix tag association in tables
Global tags such as "BOOT_ROM" were only working for the first iteration
of a table, and would otherwise be empty. This resulted in invalid
linker script when more than two RAM regions were defined.

Using a String to Unbounded_String association rather the String to Tag
fixes the issue. As shown in the output of the print_tags test, the
impacted tags are no longer vectors of element.

The symbol matching tests are modified to exercise this case.

Part of W109-026.
2023-01-16 15:46:42 +01:00
..
2021-09-02 10:19:19 +02:00
2023-01-16 15:46:42 +01:00