AIX: Update code alignment to 64-bytes
Code alignment was updated to 64-bytes on ppc: https://crrev.com/c/3528993 This change is required to maintain the same alignment on AIX. Change-Id: I8cc33c9abad1ceeac050fde30700d315ef549d7f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3552087 Reviewed-by: Vasili Skurydzin <vasili.skurydzin@ibm.com> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/main@{#79639}
This commit is contained in:
parent
a847182056
commit
7c6ce251e6
@ -29,7 +29,7 @@ const char* DirectiveAsString(DataDirective directive) {
|
||||
} // namespace
|
||||
|
||||
void PlatformEmbeddedFileWriterAIX::SectionText() {
|
||||
fprintf(fp_, ".csect [GL], 5\n");
|
||||
fprintf(fp_, ".csect [GL], 6\n");
|
||||
}
|
||||
|
||||
void PlatformEmbeddedFileWriterAIX::SectionData() {
|
||||
|
Loading…
Reference in New Issue
Block a user