aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-04-24 11:26:42 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-05-28 17:08:29 +0100
commit6c33b742ce19cc2fd226d84f2991572239199a62 (patch)
treeb6ef5f9c4b2aa6d1c4a716a4e279c9d6a7222c1d /libctf/ChangeLog
parentc499eb6896cd803d26da8c719bfac9c03e596c08 (diff)
downloadgdb-6c33b742ce19cc2fd226d84f2991572239199a62.zip
gdb-6c33b742ce19cc2fd226d84f2991572239199a62.tar.gz
gdb-6c33b742ce19cc2fd226d84f2991572239199a62.tar.bz2
libctf: library version enforcement
This old Solaris standard allows callers to specify that they are expecting one particular API and/or CTF file format from the library. libctf/ * ctf-impl.h (_libctf_version): New declaration. * ctf-subr.c (_libctf_version): Define it. (ctf_version): New. include/ * ctf-api.h (ctf_version): New.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index c0c98d2..a6eb11e 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,5 +1,11 @@
2019-05-28 Nick Alcock <nick.alcock@oracle.com>
+ * ctf-impl.h (_libctf_version): New declaration.
+ * ctf-subr.c (_libctf_version): Define it.
+ (ctf_version): New.
+
+2019-05-28 Nick Alcock <nick.alcock@oracle.com>
+
* ctf-create.c (enumcmp): New.
(enumadd): Likewise.
(membcmp): Likewise.