]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - libctf/ctf-create.c
libctf, create: empty dicts are dirty to start with
authorNick Alcock <nick.alcock@oracle.com>
Tue, 2 Jun 2020 19:39:15 +0000 (20:39 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 22 Jul 2020 16:57:29 +0000 (17:57 +0100)
commitdd987f004301f6a737fcd431a9ae14d2fc2675bf
tree5c9ca1320b9bf271d15045e3fb5163ac26490b50
parentf47ca3113561ba3189b892a1a956ba6bd0fdb773
libctf, create: empty dicts are dirty to start with

Without this, an empty dict that is written out immediately never gets
any content at all: even the header is left empty.

libctf/
* ctf-create.c (ctf_create): Mark dirty.
libctf/ChangeLog
libctf/ctf-create.c