forked from Imagelibrary/binutils-gdb
libctf: lookup, open: chase header field changes
Nothing exciting here, just header fields slightly changing name and a couple of new comments and indentation fixes.
This commit is contained in:
@@ -620,6 +620,9 @@ extern ctf_id_t ctf_lookup_by_kind (ctf_dict_t *, int kind, const char *);
|
||||
typedef of a type with a *different width* (because this slice has not been
|
||||
applied to it).
|
||||
|
||||
May error with ECTF_NONREPRESENTABLE if type 0 is seen (rare, but can happen:
|
||||
not only types GCC cannot encode, but also e.g. const void variables).
|
||||
|
||||
Most of the time you don't need to call this: the type-querying functions
|
||||
will do it for you (as noted below). */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user