]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libctf/ChangeLog
libctf: rename the type_mapping_key to type_key
[thirdparty/binutils-gdb.git] / libctf / ChangeLog
index c3e85a2ea44d1cb9be9fb1eeac7598ce87917d1f..f756fc4eeb71a9235b174a703e42406b09946059 100644 (file)
@@ -1,3 +1,22 @@
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-impl.h (ctf_link_type_mapping_key): Rename to...
+       (ctf_link_type_key): ... this, adjusting member prefixes to
+       match.
+       (ctf_hash_type_mapping_key): Rename to...
+       (ctf_hash_type_key): ... this.
+       (ctf_hash_eq_type_mapping_key): Rename to...
+       (ctf_hash_eq_type_key): ... this.
+       * ctf-hash.c (ctf_hash_type_mapping_key): Rename to...
+       (ctf_hash_type_key): ... this, and adjust for member name
+       changes.
+       (ctf_hash_eq_type_mapping_key): Rename to...
+       (ctf_hash_eq_type_key): ... this, and adjust for member name
+       changes.
+       * ctf-link.c (ctf_add_type_mapping): Adjust.  Note the lack of
+       need for out-of-memory checking in this code.
+       (ctf_type_mapping): Adjust.
+
 2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
 
        configure.ac: Check for vasprintf.