mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
* dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
for the compilation unit with a zero byte.
This commit is contained in:
parent
905308801e
commit
a987bfc987
@ -1,3 +1,8 @@
|
||||
2001-02-01 Momchil Velikov <velco@fadata.bg>
|
||||
|
||||
* dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
|
||||
for the compilation unit with a zero byte.
|
||||
|
||||
2001-01-30 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* config/tc-hppa.c (pa_ip): Support 12 bit branches to absolute
|
||||
|
@ -1099,6 +1099,9 @@ out_debug_abbrev (abbrev_seg)
|
||||
out_abbrev (DW_AT_producer, DW_FORM_string);
|
||||
out_abbrev (DW_AT_language, DW_FORM_data2);
|
||||
out_abbrev (0, 0);
|
||||
|
||||
/* Terminate the abbreviations for this compilation unit. */
|
||||
out_byte (0);
|
||||
}
|
||||
|
||||
/* Emit a description of this compilation unit for .debug_info. */
|
||||
|
Loading…
Reference in New Issue
Block a user