From 8c569243c3fad470937188aa151a5f5a5e403281 Mon Sep 17 00:00:00 2001 From: Lightning Date: Thu, 2 Dec 2021 19:02:24 -0800 Subject: [PATCH] Fix abbrev bug during compilation causing gdb failure to load elf (#20) --- dwarf2out.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwarf2out.c b/dwarf2out.c index 56b66d7..14a3080 100644 --- a/dwarf2out.c +++ b/dwarf2out.c @@ -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). */