GCC 11 fixes

The array/stringop warning removals are undesirable.
Consider removing them when a new GCC version moves back to saner checks for pointers.
This commit is contained in:
CTCaer
2021-05-11 09:51:08 +03:00
parent dfbbca4c9f
commit 80d9718770
7 changed files with 18 additions and 14 deletions

View File

@@ -5,8 +5,8 @@ SECTIONS {
. = __ipl_start;
.text : {
*(.text._start);
*(._boot_cfg);
*(._ipl_version);
KEEP(*(._boot_cfg));
KEEP(*(._ipl_version));
*(.text._irq_setup);
*(.text*);
}