]> Git Repo - binutils.git/blobdiff - libctf/ctf-create.c
bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym
[binutils.git] / libctf / ctf-create.c
index c1a7a8ac62d9ea3d6750b1c4a72304219946441d..384e8cfacc887e61a6145fe5d5d99871055ac245 100644 (file)
@@ -298,6 +298,8 @@ ctf_serialize (ctf_dict_t *fp)
   hdr.cth_magic = CTF_MAGIC;
   hdr.cth_version = CTF_VERSION;
 
+  hdr.cth_flags = CTF_F_DYNSTR;
+
   /* Iterate through the dynamic type definition list and compute the
      size of the CTF type section we will need to generate.  */
 
This page took 0.024984 seconds and 4 git commands to generate.