Skip to content
Snippets Groups Projects
Commit 8af2d016 authored by Lucas Russo's avatar Lucas Russo
Browse files

linker/bpm-sw.ld: align section to 8 bytes

This is good to ensure correct boundaries
on 64-bit systems.
parent 82ef3aa3
Branches
Tags
No related merge requests found
SECTIONS
{
.smio_mod_dispatch : ALIGN(4)
.smio_mod_dispatch : ALIGN(8)
{
_smio_mod_dispatch = .;
KEEP(*(.smio_mod_dispatch))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment