Skip to content
Snippets Groups Projects
Commit b160abf5 authored by Ben Gamari's avatar Ben Gamari Committed by GHC GitLab CI
Browse files

rts/linker: Ensure that .rodata is aligned to 16 bytes

Pulled out of !4310.

(cherry picked from commit be408b86)
parent abab9157
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ typedef struct _Segment {
int n_sections;
} Segment;
#if defined(powerpc_HOST_ARCH) || defined(x86_64_HOST_ARCH)
#if defined(powerpc_HOST_ARCH) || defined(x86_64_HOST_ARCH) || defined(aarch64_HOST_ARCH)
#define NEED_SYMBOL_EXTRAS 1
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment