mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
added ALIGN(4) for .stream section
This commit is contained in:
parent
2fe2c8b933
commit
342d2e218f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ SECTIONS
|
|||
}
|
||||
.rodata (.) : {
|
||||
_rodata = .;
|
||||
. = ALIGN(4);
|
||||
streams = . ;
|
||||
*(.rodata.streams)
|
||||
estreams = .;
|
||||
|
|
Loading…
Add table
Reference in a new issue