]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: add ctf_type_kind_forwarded
authorNick Alcock <nick.alcock@oracle.com>
Tue, 2 Jun 2020 20:09:49 +0000 (21:09 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 22 Jul 2020 16:57:37 +0000 (17:57 +0100)
commit9b15cbb7891f6b8b185fed41e5e6ecea0a6a6c36
treef63eea374097ed96af2fb1e2df12648438688265
parent01d9317436cd824306b9856861408a40bf8da36a
libctf: add ctf_type_kind_forwarded

This is just like ctf_type_kind, except that forwards get the
type of the thing being pointed to rather than CTF_K_FORWARD.

include/
* ctf-api.h (ctf_type_kind_forwarded): New.
libctf/
* ctf-types.c (ctf_type_kind_forwarded): New.
include/ChangeLog
include/ctf-api.h
libctf/ChangeLog
libctf/ctf-types.c
libctf/libctf.ver