Fix abbrev bug during compilation causing gdb failure to load elf (#20)

This commit is contained in:
Lightning 2021-12-02 19:02:24 -08:00 committed by GitHub
parent 7fdb8b13fb
commit 8c569243c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4918,6 +4918,7 @@ output_abbrev_section ()
fprintf (asm_out_file, "\t%s\t0,0\n", ASM_BYTE_OP);
}
fprintf (asm_out_file, "\t%s\t0\n", ASM_BYTE_OP);
}
/* Output location description stack opcode's operands (if any). */