Skip to content

Commit

Permalink
oro: align .oro and .rodata sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 16, 2025
1 parent 1614c76 commit ad66bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oro/x86_64.ld
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SECTIONS {
KEEP(*(.oro .oro.*))
} :oro

. = ALIGN(4096);

.rodata : {
*(.rodata .rodata.*)
} :rodata
Expand Down

0 comments on commit ad66bd2

Please sign in to comment.