| Index: src/IceELFObjectWriter.cpp
|
| diff --git a/src/IceELFObjectWriter.cpp b/src/IceELFObjectWriter.cpp
|
| index 874b36a72db82c8283595d308450a7562df4a919..d24144ce291eeb9b4a08a38f3386a2b604e6c767 100644
|
| --- a/src/IceELFObjectWriter.cpp
|
| +++ b/src/IceELFObjectWriter.cpp
|
| @@ -64,8 +64,7 @@ uint32_t getELFFlags(TargetArch Arch) {
|
| } // end of anonymous namespace
|
|
|
| ELFObjectWriter::ELFObjectWriter(GlobalContext &Ctx, ELFStreamer &Out)
|
| - : Ctx(Ctx), Str(Out), SectionNumbersAssigned(false),
|
| - ELF64(isELF64(Ctx.getFlags().getTargetArch())) {
|
| + : Ctx(Ctx), Str(Out), ELF64(isELF64(Ctx.getFlags().getTargetArch())) {
|
| // Create the special bookkeeping sections now.
|
| const IceString NullSectionName("");
|
| NullSection = new (Ctx.allocate<ELFSection>())
|
|
|