Skip to content
Snippets Groups Projects
Commit 725b93d4 authored by Ingmar Steen's avatar Ingmar Steen
Browse files

Don't align text section on 4 byte boundary.

parent 0a718183
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ void MCELFStreamer::mergeFragment(MCDataFragment *DF,
void MCELFStreamer::InitSections(bool NoExecStack) {
MCContext &Ctx = getContext();
SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
EmitCodeAlignment(4);
if (NoExecStack)
SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
......
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