]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - libctf/ChangeLog
libctf: add ctf_member_count
[thirdparty/binutils-gdb.git] / libctf / ChangeLog
1 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
2
3 * ctf-types.c (ctf_member_count): New.
4 * libctf.ver: New public function.
5
6 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
7
8 * ctf-types.c (ctf_type_kind_forwarded): New.
9
10 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
11
12 * ctf-types.c (ctf_type_name_raw): New.
13 (ctf_type_aname_raw): Reimplement accordingly.
14
15 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
16
17 * ctf-subr.c (ctf_dprintf): _libctf_debug is unlikely to be set.
18
19 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
20
21 * ctf-impl.h (struct ctf_archive_internal)
22 <ctfi_unmap_on_close>: New.
23 (ctf_new_archive_internal): Adjust.
24 * ctf-archive.c (ctf_new_archive_internal): Likewise.
25 Initialize ctfi_unmap_on_close. Adjust error path.
26 (ctf_arc_bufopen): Adjust ctf_new_archive_internal call
27 (unmap_on_close is 0).
28 (ctf_arc_close): Only unmap if ctfi_unmap_on_close.
29 * ctf-open-bfd.c (ctf_fdopen): Adjust.
30
31 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
32
33 * ctf-types.c (ctf_type_aname): Return ECTF_CORRUPT if
34 ints, floats or typedefs have no name. Fix comment typo.
35
36 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
37
38 * ctf-create.c (ctf_add_slice): Support slices of any kind that
39 resolves to an integral type.
40 * ctf-types.c (ctf_type_encoding): Resolve the type before
41 fishing its encoding out.
42
43 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
44
45 * ctf-create.c (ctf_create): Mark dirty.
46
47 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
48
49 * ctf-create.c (membcmp) Skip nameless members.
50
51 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
52
53 * ctf-create.c (ctf_add_member_offset): Support names of ""
54 as if they were the null pointer.
55
56 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
57
58 * ctf-open.c (init_types): Remove typeless CTF_K_FORWARD
59 special-casing.
60
61 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
62
63 * ctf-types.c (ctf_type_reference): Add support for dynamic slices.
64
65 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
66
67 * ctf-create.c (ctf_serialize): Add cast.
68 (ctf_add_slice): Likewise.
69
70 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
71
72 * ctf-impl.h (ctf_dtdef_t) <dtu_argv>: Fix type.
73 * ctf-create.c (ctf_add_function): Check for unimplemented type
74 and populate at the same time. Populate one-by-one, not via
75 memcpy.
76 (ctf_serialize): Remove unnecessary cast.
77 * ctf-types.c (ctf_func_type_info): Likewise.
78 (ctf_func_type_args): Likewise. Fix comment typo.
79
80 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
81
82 * ctf-create.c (ctf_add_reftype): Support refs to type zero.
83 (ctf_add_array): Support array contents of type zero.
84 (ctf_add_function): Support arguments and return types of
85 type zero.
86 (ctf_add_typedef): Support typedefs to type zero.
87 (ctf_add_member_offset): Support members of type zero,
88 unless added at unspecified (naturally-aligned) offset.
89
90 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
91
92 * ctf-error.c: Include <stddef.h>, for offsetof.
93 (_ctf_errlist): Migrate to...
94 (_ctf_errlist_t): ... this.
95 (_ctf_erridx): New, indexes into _ctf_errlist_t.
96 (_ctf_nerr): Remove.
97 (ctf_errmsg): Adjust accordingly.
98 * Makefile.am (BUILT_SOURCES): Note...
99 (ctf-error.h): ... this new rule.
100 * Makefile.in: Regenerate.
101 * mkerrors.sed: New, process ctf-api.h to generate ctf-error.h.
102 * .gitignore: New, ignore ctf-error.h.
103
104 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
105
106 * ctf-impl.h: Fix typos in comments.
107
108 2020-07-22 Nick Clifton <nickc@redhat.com>
109
110 * ctf-archive.c (ctf_arc_write): Avoid calling close twice on the
111 same file descriptor.
112
113 2020-07-04 Nick Clifton <nickc@redhat.com>
114
115 Binutils 2.35 branch created.
116
117 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
118
119 * aclocal.m4: Add config/gettext-sister.m4: Shuffle into
120 alphabetical order.
121 * configure.ac: Add ZW_GNU_GETTEXT_SISTER_DIR.
122 * config.h.in: Regenerated.
123 * Makefile.in: Likewise.
124 * configure: Likewise.
125
126 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
127
128 * ctf-create.c: Include <unistd.h>.
129 * ctf-open-bfd.c: Likewise.
130
131 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
132
133 PR libctf/25120
134 * configure.ac: Check for bswap_16, bswap_32, and bswap_64 decls.
135 * swap.h (bswap_16): Do not assume that presence of <byteswap.h>
136 means this is declared.
137 (bswap_32): Likewise.
138 (bswap_64): Likewise.
139 (bswap_identity_64): Remove, unused.
140 * configure: Regenerated.
141 * config.h.in: Likewise.
142
143 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
144
145 PR libctf/25120
146 * ctf-impl.h (_libctf_printflike_): Add non-GNU-C fallback.
147 (_libctf_unlikely_): Likewise.
148 (_libctf_unused): Likewise.
149 (_libctf_malloc_): Likewise.
150
151 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
152
153 PR libctf/25120
154 * ctf-archive.c (search_nametbl): No longer global: declare...
155 (ctf_arc_open_by_name_internal): ... here. Use bsearch_r.
156 (search_modent_by_name): Take and use ARG for the nametbl.
157
158 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
159
160 * ctf-impl.h (ctf_new_archive_internal): Declare.
161 (ctf_arc_bufopen): Remove.
162 (ctf_archive_internal) <ctfi_free_symsect>: New.
163 * ctf-archive.c (ctf_arc_close): Use it.
164 (ctf_arc_bufopen): Fuse into...
165 (ctf_new_archive_internal): ... this, moved across from...
166 * ctf-open-bfd.c: ... here.
167 (ctf_bfdopen_ctfsect): Use ctf_arc_bufopen.
168 * libctf.ver: Add it.
169
170 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
171
172 * ctf-create.c (ctf_add_forward): Intern in the right namespace.
173 (ctf_dtd_delete): Remove correspondingly.
174 (ctf_rollback): Likewise.
175
176 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
177
178 * ctf-create.c (ctf_add_type_internal): Hand back existing types
179 unchanged.
180
181 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
182
183 * ctf-create.c (ctf_add_forward): Don't add forwards to
184 types that already exist.
185
186 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
187
188 * ctf-open.c (init_types): Only intern root-visible types.
189 * ctf-create.c (ctf_dtd_insert): Likewise.
190 (ctf_dtd_delete): Only remove root-visible types.
191 (ctf_rollback): Likewise.
192 (ctf_add_generic): Adjust.
193 (ctf_add_struct_sized): Adjust comment.
194 (ctf_add_union_sized): Likewise.
195 (ctf_add_enum): Likewise.
196 * ctf-impl.h (ctf_dtd_insert): Adjust prototype.
197
198 2020-03-11 John Baldwin <jhb@FreeBSD.org>
199
200 * swap.h (bswap_identity_64): Make static.
201
202 2020-01-18 Nick Clifton <nickc@redhat.com>
203
204 Binutils 2.34 branch created.
205
206 2020-01-05 Joel Brobecker <brobecker@adacore.com>
207
208 PR binutils/25155:
209 * configure.ac: Add AC_CHECK_DECLS([asprintf]).
210 * configure, config.h.in: Regenerate.
211
212 2020-01-01 Alan Modra <amodra@gmail.com>
213
214 Update year range in copyright notice of all files.
215
216 2019-10-16 Simon Marchi <simon.marchi@polymtl.ca>
217
218 * swap.h (bswap_16, bswap_32, bswap_64): Make static.
219
220 2019-09-30 Nick Alcock <nick.alcock@oracle.com>
221
222 * ctf-open.c (ctf_bufopen_internal): Fix tabdamage.
223 * ctf-types.c (ctf_type_lname): Likewise.
224
225 2019-09-23 Nick Alcock <nick.alcock@oracle.com>
226
227 * ctf-open.c (ctf_import): Do not leak a ctf_file_t ref on every
228 ctf_import after the first for a given file.
229
230 2019-09-23 Nick Alcock <nick.alcock@oracle.com>
231
232 * ctf-impl.h (ctf_str_append_noerr): Declare.
233 * ctf-util.c (ctf_str_append_noerr): Define in terms of
234 ctf_str_append.
235 * ctf-dump.c (str_append): New, call it.
236 (ctf_dump_format_type): Use str_append, not ctf_str_append.
237 (ctf_dump_label): Likewise.
238 (ctf_dump_objts): Likewise.
239 (ctf_dump_funcs): Likewise.
240 (ctf_dump_var): Likewise.
241 (ctf_dump_member): Likewise.
242 (ctf_dump_type): Likewise.
243 (ctf_dump): Likewise.
244
245 2019-09-23 Nick Alcock <nick.alcock@oracle.com>
246
247 * ctf-impl.h (ctf_alloc): Remove.
248 (ctf_free): Likewise.
249 (ctf_strdup): Likewise.
250 * ctf-subr.c (ctf_alloc): Remove.
251 (ctf_free): Likewise.
252 * ctf-util.c (ctf_strdup): Remove.
253
254 * ctf-create.c (ctf_serialize): Use malloc, not ctf_alloc; free, not
255 ctf_free; strdup, not ctf_strdup.
256 (ctf_dtd_delete): Likewise.
257 (ctf_dvd_delete): Likewise.
258 (ctf_add_generic): Likewise.
259 (ctf_add_function): Likewise.
260 (ctf_add_enumerator): Likewise.
261 (ctf_add_member_offset): Likewise.
262 (ctf_add_variable): Likewise.
263 (membadd): Likewise.
264 (ctf_compress_write): Likewise.
265 (ctf_write_mem): Likewise.
266 * ctf-decl.c (ctf_decl_push): Likewise.
267 (ctf_decl_fini): Likewise.
268 (ctf_decl_sprintf): Likewise. Check for OOM.
269 * ctf-dump.c (ctf_dump_append): Use malloc, not ctf_alloc; free, not
270 ctf_free; strdup, not ctf_strdup.
271 (ctf_dump_free): Likewise.
272 (ctf_dump): Likewise.
273 * ctf-open.c (upgrade_types_v1): Likewise.
274 (init_types): Likewise.
275 (ctf_file_close): Likewise.
276 (ctf_bufopen_internal): Likewise. Check for OOM.
277 (ctf_parent_name_set): Likewise: report the OOM to the caller.
278 (ctf_cuname_set): Likewise.
279 (ctf_import): Likewise.
280 * ctf-string.c (ctf_str_purge_atom_refs): Use malloc, not ctf_alloc;
281 free, not ctf_free; strdup, not ctf_strdup.
282 (ctf_str_free_atom): Likewise.
283 (ctf_str_create_atoms): Likewise.
284 (ctf_str_add_ref_internal): Likewise.
285 (ctf_str_remove_ref): Likewise.
286 (ctf_str_write_strtab): Likewise.
287
288 2019-08-09 Nick Alcock <nick.alcock@oracle.com>
289
290 * ctf-types.c (ctf_type_encoding): Fix the dynamic case to
291 work right for non-int/fps.
292
293 2019-08-08 Nick Alcock <nick.alcock@oracle.com>
294
295 * ctf-types.c (ctf_type_name): Don't strlen a potentially-
296 null pointer.
297
298 2019-08-07 Nick Alcock <nick.alcock@oracle.com>
299
300 * ctf-impl.h (ctf_file_t) <ctf_add_processing>: New.
301 * ctf-open.c (ctf_file_close): Free it.
302 * ctf-create.c (ctf_serialize): Adjust.
303 (membcmp): When reporting a conflict due to an error, report the
304 error.
305 (ctf_add_type): Turn into a ctf_add_processing wrapper. Rename to...
306 (ctf_add_type_internal): ... this. Hand back types we are already
307 in the middle of adding immediately. Hand back structs/unions with
308 the same number of members immediately. Do not walk the dynamic
309 list. Call ctf_add_type_internal, not ctf_add_type. Handle
310 forwards promoted to other types and the inverse case identically.
311 Add structs to the mapping as soon as we intern them, before they
312 gain any members.
313
314 2019-08-09 Nick Alcock <nick.alcock@oracle.com>
315
316 * ctf-impl.h (ctf_names_t): New.
317 (ctf_lookup_t) <ctf_hash>: Now a ctf_names_t, not a ctf_hash_t.
318 (ctf_file_t) <ctf_structs>: Likewise.
319 <ctf_unions>: Likewise.
320 <ctf_enums>: Likewise.
321 <ctf_names>: Likewise.
322 <ctf_lookups>: Improve comment.
323 <ctf_ptrtab_len>: New.
324 <ctf_prov_strtab>: New.
325 <ctf_str_prov_offset>: New.
326 <ctf_dtbyname>: Remove, redundant to the names hashes.
327 <ctf_dtnextid>: Remove, redundant to ctf_typemax.
328 (ctf_dtdef_t) <dtd_name>: Remove.
329 <dtd_data>: Note that the ctt_name is now populated.
330 (ctf_str_atom_t) <csa_offset>: This is now the strtab
331 offset for internal strings too.
332 <csa_external_offset>: New, the external strtab offset.
333 (CTF_INDEX_TO_TYPEPTR): Handle the LCTF_RDWR case.
334 (ctf_name_table): New declaration.
335 (ctf_lookup_by_rawname): Likewise.
336 (ctf_lookup_by_rawhash): Likewise.
337 (ctf_set_ctl_hashes): Likewise.
338 (ctf_serialize): Likewise.
339 (ctf_dtd_insert): Adjust.
340 (ctf_simple_open_internal): Likewise.
341 (ctf_bufopen_internal): Likewise.
342 (ctf_list_empty_p): Likewise.
343 (ctf_str_remove_ref): Likewise.
344 (ctf_str_add): Returns uint32_t now.
345 (ctf_str_add_ref): Likewise.
346 (ctf_str_add_external): Now returns a boolean (int).
347 * ctf-string.c (ctf_strraw_explicit): Check the ctf_prov_strtab
348 for strings in the appropriate range.
349 (ctf_str_create_atoms): Create the ctf_prov_strtab. Detect OOM
350 when adding the null string to the new strtab.
351 (ctf_str_free_atoms): Destroy the ctf_prov_strtab.
352 (ctf_str_add_ref_internal): Add make_provisional argument. If
353 make_provisional, populate the offset and fill in the
354 ctf_prov_strtab accordingly.
355 (ctf_str_add): Return the offset, not the string.
356 (ctf_str_add_ref): Likewise.
357 (ctf_str_add_external): Return a success integer.
358 (ctf_str_remove_ref): New, remove a single ref.
359 (ctf_str_count_strtab): Do not count the initial null string's
360 length or the existence or length of any unreferenced internal
361 atoms.
362 (ctf_str_populate_sorttab): Skip atoms with no refs.
363 (ctf_str_write_strtab): Populate the nullstr earlier. Add one
364 to the cts_len for the null string, since it is no longer done
365 in ctf_str_count_strtab. Adjust for csa_external_offset rename.
366 Populate the csa_offset for both internal and external cases.
367 Flush the ctf_prov_strtab afterwards, and reset the
368 ctf_str_prov_offset.
369 * ctf-create.c (ctf_grow_ptrtab): New.
370 (ctf_create): Call it. Initialize new fields rather than old
371 ones. Tell ctf_bufopen_internal that this is a writable dictionary.
372 Set the ctl hashes and data model.
373 (ctf_update): Rename to...
374 (ctf_serialize): ... this. Leave a compatibility function behind.
375 Tell ctf_simple_open_internal that this is a writable dictionary.
376 Pass the new fields along from the old dictionary. Drop
377 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
378 Do not zero out the DTD's ctt_name.
379 (ctf_prefixed_name): Rename to...
380 (ctf_name_table): ... this. No longer return a prefixed name: return
381 the applicable name table instead.
382 (ctf_dtd_insert): Use it, and use the right name table. Pass in the
383 kind we're adding. Migrate away from dtd_name.
384 (ctf_dtd_delete): Adjust similarly. Remove the ref to the
385 deleted ctt_name.
386 (ctf_dtd_lookup_type_by_name): Remove.
387 (ctf_dynamic_type): Always return NULL on read-only dictionaries.
388 No longer check ctf_dtnextid: check ctf_typemax instead.
389 (ctf_snapshot): No longer use ctf_dtnextid: use ctf_typemax instead.
390 (ctf_rollback): Likewise. No longer fail with ECTF_OVERROLLBACK. Use
391 ctf_name_table and the right name table, and migrate away from
392 dtd_name as in ctf_dtd_delete.
393 (ctf_add_generic): Pass in the kind explicitly and pass it to
394 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away
395 from dtd_name to using ctf_str_add_ref to populate the ctt_name.
396 Grow the ptrtab if needed.
397 (ctf_add_encoded): Pass in the kind.
398 (ctf_add_slice): Likewise.
399 (ctf_add_array): Likewise.
400 (ctf_add_function): Likewise.
401 (ctf_add_typedef): Likewise.
402 (ctf_add_reftype): Likewise. Initialize the ctf_ptrtab, checking
403 ctt_name rather than dtd_name.
404 (ctf_add_struct_sized): Pass in the kind. Use
405 ctf_lookup_by_rawname, not ctf_hash_lookup_type /
406 ctf_dtd_lookup_type_by_name.
407 (ctf_add_union_sized): Likewise.
408 (ctf_add_enum): Likewise.
409 (ctf_add_enum_encoded): Likewise.
410 (ctf_add_forward): Likewise.
411 (ctf_add_type): Likewise.
412 (ctf_compress_write): Call ctf_serialize: adjust for ctf_size not
413 being initialized until after the call.
414 (ctf_write_mem): Likewise.
415 (ctf_write): Likewise.
416 * ctf-archive.c (arc_write_one_ctf): Likewise.
417 * ctf-lookup.c (ctf_lookup_by_name): Use ctf_lookuup_by_rawhash, not
418 ctf_hash_lookup_type.
419 (ctf_lookup_by_id): No longer check the readonly types if the
420 dictionary is writable.
421 * ctf-open.c (init_types): Assert that this dictionary is not
422 writable. Adjust to use the new name hashes, ctf_name_table,
423 and ctf_ptrtab_len. GNU style fix for the final ptrtab scan.
424 (ctf_bufopen_internal): New 'writable' parameter. Flip on LCTF_RDWR
425 if set. Drop out early when dictionary is writable. Split the
426 ctf_lookups initialization into...
427 (ctf_set_cth_hashes): ... this new function.
428 (ctf_simple_open_internal): Adjust. New 'writable' parameter.
429 (ctf_simple_open): Adjust accordingly.
430 (ctf_bufopen): Likewise.
431 (ctf_file_close): Destroy the appropriate name hashes. No longer
432 destroy ctf_dtbyname, which is gone.
433 (ctf_getdatasect): Remove spurious "extern".
434 * ctf-types.c (ctf_lookup_by_rawname): New, look up types in the
435 specified name table, given a kind.
436 (ctf_lookup_by_rawhash): Likewise, given a ctf_names_t *.
437 (ctf_member_iter): Add support for iterating over the
438 dynamic type list.
439 (ctf_enum_iter): Likewise.
440 (ctf_variable_iter): Likewise.
441 (ctf_type_rvisit): Likewise.
442 (ctf_member_info): Add support for types in the dynamic type list.
443 (ctf_enum_name): Likewise.
444 (ctf_enum_value): Likewise.
445 (ctf_func_type_info): Likewise.
446 (ctf_func_type_args): Likewise.
447 * ctf-link.c (ctf_accumulate_archive_names): No longer call
448 ctf_update.
449 (ctf_link_write): Likewise.
450 (ctf_link_intern_extern_string): Adjust for new
451 ctf_str_add_external return value.
452 (ctf_link_add_strtab): Likewise.
453 * ctf-util.c (ctf_list_empty_p): New.
454
455 2019-08-05 Nick Alcock <nick.alcock@oracle.com>
456
457 * ctf-types.c (ctf_type_resolve): Return ECTF_NONREPRESENTABLE on
458 type zero.
459 * ctf-create.c (ctf_add_type): Detect and skip nonrepresentable
460 members and types.
461 (ctf_add_variable): Likewise for variables pointing to them.
462 * ctf-link.c (ctf_link_one_type): Do not warn for nonrepresentable
463 type link failure, but do warn for others.
464 * ctf-dump.c (ctf_dump_format_type): Likewise. Do not assume all
465 errors to be ENOMEM.
466 (ctf_dump_member): Likewise.
467 (ctf_dump_type): Likewise.
468 (ctf_dump_header_strfield): Do not assume all errors to be ENOMEM.
469 (ctf_dump_header_sectfield): Do not assume all errors to be ENOMEM.
470 (ctf_dump_header): Likewise.
471 (ctf_dump_label): likewise.
472 (ctf_dump_objts): likewise.
473 (ctf_dump_funcs): likewise.
474 (ctf_dump_var): likewise.
475 (ctf_dump_str): Likewise.
476
477 2019-09-30 Nick Alcock <nick.alcock@oracle.com>
478
479 * configure.ac (AC_DISABLE_SHARED): New, like opcodes/.
480 (LT_INIT): Likewise.
481 (AM_INSTALL_LIBBFD): Likewise.
482 (dlopen): Note why this is necessary in a comment.
483 (SHARED_LIBADD): Initialize for possibly-PIC libiberty: derived from
484 opcodes/.
485 (SHARED_LDFLAGS): Likewise.
486 (BFD_LIBADD): Likewise, for libbfd.
487 (BFD_DEPENDENCIES): Likewise.
488 (VERSION_FLAGS): Initialize, using a version script if ld supports
489 one, or libtool -export-symbols-regex otherwise.
490 (AC_CONFIG_MACRO_DIR): Add ../BFD.
491 * Makefile.am (ACLOCAL_AMFLAGS): Likewise.
492 (INCDIR): New.
493 (AM_CPPFLAGS): Use $(srcdir), not $(top_srcdir).
494 (noinst_LIBRARIES): Replace with...
495 [INSTALL_LIBBFD] (lib_LTLIBRARIES): This, or...
496 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): ... this, mentioning new
497 libctf-nobfd.la as well.
498 [INSTALL_LIBCTF] (include_HEADERS): Add the CTF headers.
499 [!INSTALL_LIBCTF] (include_HEADERS): New, empty.
500 (libctf_a_SOURCES): Rename to...
501 (libctf_nobfd_la_SOURCES): ... this, all of libctf other than
502 ctf-open-bfd.c.
503 (libctf_la_SOURCES): Now derived from libctf_nobfd_la_SOURCES,
504 with ctf-open-bfd.c added.
505 (libctf_nobfd_la_LIBADD): New, using @SHARED_LIBADD@.
506 (libctf_la_LIBADD): New, using @BFD_LIBADD@ as well.
507 (libctf_la_DEPENDENCIES): New, using @BFD_DEPENDENCIES@.
508 * Makefile.am [INSTALL_LIBCTF]: Use it.
509 * aclocal.m4: Add ../bfd/acinclude.m4, ../config/acx.m4, and the
510 libtool macros.
511 * libctf.ver: New, everything is version LIBCTF_1.0 currently (even
512 the unstable components).
513 * Makefile.in: Regenerated.
514 * config.h.in: Likewise.
515 * configure: Likewise.
516
517 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
518
519 * configure.ac (INSTALL_LIBCTF): New, controlled by
520 --enable-install-libctf.
521 [INSTALL_LIBCTF] (lib_LIBRARIES): Add libctf.a.
522 * Makefile.in: Regenerated.
523 * configure: Regenerated.
524
525 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
526
527 * ctf-archive.c (ctf_arc_close): Call ctfi_bfd_close if set.
528 * ctf-open-bfd.c (ctf_bfdclose): Fix comment.
529
530 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
531
532 * ctf-open-bfd.c (ctf_fdopen): Call bfd_set_cacheable.
533
534 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
535
536 * ctf-impl.h (includes): Include <sys/param.h> here.
537
538 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
539
540 * ctf-open.c (flip_lbls): Eschew for-loop initial declarations.
541 (flip_objts): Likewise.
542 (flip_vars): Likewise.
543 (flip_types): Likewise.
544
545 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
546
547 * ctf-hash.c (ctf_hashtab_insert): Pass in the key and value
548 freeing functions: if set, free the key and value if the slot
549 already exists. Always reassign the key.
550 (ctf_dynhash_insert): Adjust call appropriately.
551 (ctf_hash_insert_type): Likewise.
552
553 2019-08-03 Nick Alcock <nick.alcock@oracle.com>
554
555 * ctf-create.c (ctf_add_type): Look up and use the forwarded-to
556 type kind. Allow forwards to unify with pre-existing structs/
557 unions/enums.
558
559 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
560
561 * ctf-impl.h (ctf_file_t) <ctf_link_cu_mappping>: New.
562 <ctf_link_memb_name_changer>: Likewise.
563 <ctf_link_memb_name_changer_arg>: Likewise.
564 * ctf-create.c (ctf_update): Update accordingly.
565 * ctf-open.c (ctf_file_close): Likewise.
566 * ctf-link.c (ctf_create_per_cu): Apply the cu mapping.
567 (ctf_link_add_cu_mapping): New.
568 (ctf_link_set_memb_name_changer): Likewise.
569 (ctf_change_parent_name): New.
570 (ctf_name_list_accum_cb_arg_t) <dynames>: New, storage for names
571 allocated by the caller's ctf_link_memb_name_changer.
572 <ndynames>: Likewise.
573 (ctf_accumulate_archive_names): Call the ctf_link_memb_name_changer.
574 (ctf_link_write): Likewise (for _CTF_SECTION only): also call
575 ctf_change_parent_name. Free any resulting names.
576
577 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
578
579 * ctf-link.c (ctf_create_per_cu): New, refactored out of...
580 (ctf_link_one_type): ... here, with parent-name setting added.
581 (check_variable): New.
582 (ctf_link_one_variable): Likewise.
583 (ctf_link_one_input_archive_member): Call it.
584 * ctf-error.c (_ctf_errlist): Updated with new errors.
585
586 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
587
588 * ctf-impl.h (ctf_file_t): New field ctf_link_type_mapping.
589 (struct ctf_link_type_mapping_key): New.
590 (ctf_hash_type_mapping_key): Likewise.
591 (ctf_hash_eq_type_mapping_key): Likewise.
592 (ctf_add_type_mapping): Likewise.
593 (ctf_type_mapping): Likewise.
594 (ctf_dynhash_empty): Likewise.
595 * ctf-open.c (ctf_file_close): Update accordingly.
596 * ctf-create.c (ctf_update): Likewise.
597 (ctf_add_type): Populate the mapping.
598 * ctf-hash.c (ctf_hash_type_mapping_key): Hash a type mapping key.
599 (ctf_hash_eq_type_mapping_key): Check the key for equality.
600 (ctf_dynhash_insert): Fix comment typo.
601 (ctf_dynhash_empty): New.
602 * ctf-link.c (ctf_add_type_mapping): New.
603 (ctf_type_mapping): Likewise.
604 (empty_link_type_mapping): New.
605 (ctf_link_one_input_archive): Call it.
606
607 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
608
609 * ctf-link.c: New file, linking of the string and type sections.
610 * Makefile.am (libctf_a_SOURCES): Add it.
611 * Makefile.in: Regenerate.
612
613 * ctf-impl.h (ctf_file_t): New fields ctf_link_inputs,
614 ctf_link_outputs.
615 * ctf-create.c (ctf_update): Update accordingly.
616 * ctf-open.c (ctf_file_close): Likewise.
617 * ctf-error.c (_ctf_errlist): Updated with new errors.
618
619 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
620
621 * ctf-dump.c (ctf_dump_funcs): Check the right error value.
622
623 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
624
625 * ctf-dump.c (ctf_dump): Use ctf_type_iter_all to dump types, not
626 ctf_type_iter.
627 (ctf_dump_type): Pass down the flag from ctf_type_iter_all.
628 (ctf_dump_format_type): Add non-root-type { } notation.
629 Add root flag to prototype.
630 (ctf_dump_label): Adjust accordingly.
631 (ctf_dump_objts): Likewise.
632 (ctf_dump_var): Likewise.
633
634 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
635
636 * ctf-create.c (ctf_compress_write): Fix double-free.
637
638 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
639
640 * ctf-archive.c (ctf_arc_write): Split off, and reimplement in terms
641 of...
642 (ctf_arc_write_fd): ... this new function.
643 * ctf-create.c (ctf_write_mem): New.
644
645 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
646
647 * ctf-impl.h (ctf_str_atom_t) <csa_offset>: New field.
648 (ctf_file_t) <ctf_syn_ext_strtab>: Likewise.
649 (ctf_str_add_ref): Name the last arg.
650 (ctf_str_add_external) New.
651 (ctf_str_add_strraw_explicit): Likewise.
652 (ctf_simple_open_internal): Likewise.
653 (ctf_bufopen_internal): Likewise.
654
655 * ctf-string.c (ctf_strraw_explicit): Split from...
656 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
657 (ctf_str_add_ref_internal): Return the atom, not the
658 string.
659 (ctf_str_add): Adjust accordingly.
660 (ctf_str_add_ref): Likewise. Move up in the file.
661 (ctf_str_add_external): New: update the csa_offset.
662 (ctf_str_count_strtab): Only account for strings with no csa_offset
663 in the internal strtab length.
664 (ctf_str_write_strtab): If the csa_offset is set, update the
665 string's refs without writing the string out, and update the
666 ctf_syn_ext_strtab. Make OOM handling less ugly.
667 * ctf-create.c (struct ctf_sort_var_arg_cb): New.
668 (ctf_update): Handle failure to populate the strtab. Pass in the
669 new ctf_sort_var arg. Adjust for ctf_syn_ext_strtab addition.
670 Call ctf_simple_open_internal, not ctf_simple_open.
671 (ctf_sort_var): Call ctf_strraw_explicit rather than looking up
672 strings by hand.
673 * ctf-hash.c (ctf_hash_insert_type): Likewise (but using
674 ctf_strraw). Adjust to diagnose ECTF_STRTAB nonetheless.
675 * ctf-open.c (init_types): No longer filter out ECTF_STRTAB.
676 (ctf_file_close): Destroy the ctf_syn_ext_strtab.
677 (ctf_simple_open): Rename to, and reimplement as a wrapper around...
678 (ctf_simple_open_internal): ... this new function, which calls
679 ctf_bufopen_internal.
680 (ctf_bufopen): Rename to, and reimplement as a wrapper around...
681 (ctf_bufopen_internal): ... this new function, which sets
682 ctf_syn_ext_strtab.
683
684 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
685
686 * ctf_types.c (ctf_type_iter_all): New.
687
688 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
689
690 * ctf-open.c (init_symtab): Check for overflow against the right
691 section.
692 (upgrade_header): Set cth_objtidxoff, cth_funcidxoff to zero-length.
693 (upgrade_types_v1): Note that these sections are not checked.
694 (flip_header): Endian-swap the header fields.
695 (flip_ctf): Endian-swap the sections.
696 (flip_objts): Update comment.
697 (ctf_bufopen): Check header offsets and alignment for validity.
698
699 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
700
701 * ctf-open-bfd.c: Add <assert.h>.
702 (ctf_bfdopen_ctfsect): Open string and symbol tables using
703 techniques borrowed from bfd_elf_sym_name.
704 (ctf_new_archive_internal): Improve comment.
705 * ctf-archive.c (ctf_arc_close): Do not free the ctfi_strsect.
706 * ctf-open.c (ctf_bufopen): Allow opening with a string section but
707 no symbol section, but not vice versa.
708
709 2019-07-08 Nick Alcock <nick.alcock@oracle.com>
710
711 * ctf-impl.h (ctf_file_t): New field ctf_openflags.
712 * ctf-open.c (ctf_bufopen): Set it. No longer dump header offsets.
713 * ctf-dump.c (dump_header): New function, dump the CTF header.
714 (ctf_dump): Call it.
715 (ctf_dump_header_strfield): New function.
716 (ctf_dump_header_sectfield): Likewise.
717
718 2019-07-06 Nick Alcock <nick.alcock@oracle.com>
719
720 * ctf-impl.h (ctf_file_t): New fields ctf_header, ctf_dynbase,
721 ctf_cuname, ctf_dyncuname: ctf_base and ctf_buf are no longer const.
722 * ctf-open.c (ctf_set_base): Preserve the gap between ctf_buf and
723 ctf_base: do not assume that it is always sizeof (ctf_header_t).
724 Print out ctf_cuname: only print out ctf_parname if set.
725 (ctf_free_base): Removed, ctf_base is no longer freed: free
726 ctf_dynbase instead.
727 (ctf_set_version): Fix spacing.
728 (upgrade_header): New, in-place header upgrading.
729 (upgrade_types): Rename to...
730 (upgrade_types_v1): ... this. Free ctf_dynbase, not ctf_base. No
731 longer track old and new headers separately. No longer allow for
732 header sizes explicitly: squeeze the headers out on upgrade (they
733 are preserved in fp->ctf_header). Set ctf_dynbase, ctf_base and
734 ctf_buf explicitly. Use ctf_free, not ctf_free_base.
735 (upgrade_types): New, also handle ctf_parmax updating.
736 (flip_header): Flip ctf_cuname.
737 (flip_types): Flip BUF explicitly rather than deriving BUF from
738 BASE.
739 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
740 required alignment of objtoff and funcoff. No longer store it in
741 the ctf_buf unless that buf is derived unmodified from the input.
742 Set ctf_dynbase where ctf_base is dynamically allocated. Drop locals
743 that duplicate fields in ctf_file: move allocation of ctf_file
744 further up instead. Call upgrade_header as needed. Move
745 version-specific ctf_parmax initialization into upgrade_types. More
746 concise error handling.
747 (ctf_file_close): No longer test for null pointers before freeing.
748 Free ctf_dyncuname, ctf_dynbase, and ctf_header. Do not call
749 ctf_free_base.
750 (ctf_cuname): New.
751 (ctf_cuname_set): New.
752 * ctf-create.c (ctf_update): Populate ctf_cuname.
753 (ctf_gzwrite): Write out the header explicitly. Remove obsolescent
754 comment.
755 (ctf_write): Likewise.
756 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
757 Fix the compression length: fp->ctf_size never counted the CTF
758 header. Simplify the compress call accordingly.
759
760 2019-07-11 Hans-Peter Nilsson <hp@bitrange.com>
761
762 * ctf-endian.h: Don't assume htole64 and le64toh are always
763 present if HAVE_ENDIAN_H; also check if htole64 is defined.
764 [!WORDS_BIGENDIAN] (htole64, le64toh): Define as identity,
765 not bswap_identity_64.
766
767 2019-09-18 Alan Modra <amodra@gmail.com>
768
769 * ctf-open-bfd.c: Update throughout for bfd section macro changes.
770
771 2019-09-09 Phil Blundell <pb@pbcl.net>
772
773 binutils 2.33 branch created.
774
775 2019-07-18 Nick Alcock <nick.alcock@oracle.com>
776
777 * ctf-types.c (ctf_type_aname_raw): New.
778 (ctf_func_type_info): Likewise.
779 (ctf_func_type_args): Likewise.
780 * ctf-error.c (_ctf_errlist): Fix description.
781 * ctf-lookup.c: Fix file description.
782
783 2019-06-28 Nick Alcock <nick.alcock@oracle.com>
784
785 * ctf-create.c (ctf_create): Fix off-by-one error.
786
787 2019-06-28 Nick Alcock <nick.alcock@oracle.com>
788
789 * ctf-impl.h: (struct ctf_strs_writable): New, non-const version of
790 struct ctf_strs.
791 (struct ctf_dtdef): Note that dtd_data.ctt_name is unpopulated.
792 (struct ctf_str_atom): New, disambiguated single string.
793 (struct ctf_str_atom_ref): New, points to some other location that
794 references this string's offset.
795 (struct ctf_file): New members ctf_str_atoms and ctf_str_num_refs.
796 Remove member ctf_dtvstrlen: we no longer track the total strlen
797 as we add strings.
798 (ctf_str_create_atoms): Declare new function in ctf-string.c.
799 (ctf_str_free_atoms): Likewise.
800 (ctf_str_add): Likewise.
801 (ctf_str_add_ref): Likewise.
802 (ctf_str_rollback): Likewise.
803 (ctf_str_purge_refs): Likewise.
804 (ctf_str_write_strtab): Likewise.
805 (ctf_realloc): Declare new function in ctf-util.c.
806
807 * ctf-open.c (ctf_bufopen): Create the atoms table.
808 (ctf_file_close): Destroy it.
809 * ctf-create.c (ctf_update): Copy-and-free it on update. No longer
810 special-case the position of the parname string. Construct the
811 strtab by calling ctf_str_add_ref and ctf_str_write_strtab after the
812 rest of each buffer element is constructed, not via open-coding:
813 realloc the CTF buffer and append the strtab to it. No longer
814 maintain ctf_dtvstrlen. Sort the variable entry table later, after
815 strtab construction.
816 (ctf_copy_membnames): Remove: integrated into ctf_copy_{s,l,e}members.
817 (ctf_copy_smembers): Drop the string offset: call ctf_str_add_ref
818 after buffer element construction instead.
819 (ctf_copy_lmembers): Likewise.
820 (ctf_copy_emembers): Likewise.
821 (ctf_create): No longer maintain the ctf_dtvstrlen.
822 (ctf_dtd_delete): Likewise.
823 (ctf_dvd_delete): Likewise.
824 (ctf_add_generic): Likewise.
825 (ctf_add_enumerator): Likewise.
826 (ctf_add_member_offset): Likewise.
827 (ctf_add_variable): Likewise.
828 (membadd): Likewise.
829 * ctf-util.c (ctf_realloc): New, wrapper around realloc that aborts
830 if there are active ctf_str_num_refs.
831 (ctf_strraw): Move to ctf-string.c.
832 (ctf_strptr): Likewise.
833 * ctf-string.c: New file, strtab manipulation.
834
835 * Makefile.am (libctf_a_SOURCES): Add it.
836 * Makefile.in: Regenerate.
837
838 2019-06-28 Nick Alcock <nick.alcock@oracle.com>
839
840 * ctf-impl.h (ctf_hash_iter_f): New.
841 (ctf_dynhash_iter): New declaration.
842 (ctf_dynhash_iter_remove): New declaration.
843 * ctf-hash.c (ctf_dynhash_iter): Define.
844 (ctf_dynhash_iter_remove): Likewise.
845 (ctf_hashtab_traverse): New.
846 (ctf_hashtab_traverse_remove): Likewise.
847 (struct ctf_traverse_cb_arg): Likewise.
848 (struct ctf_traverse_remove_cb_arg): Likewise.
849
850 2019-06-28 Nick Alcock <nick.alcock@oracle.com>
851
852 * ctf-hash.c (ctf_dynhash_remove): Call with a mocked-up element.
853
854 2019-06-28 Nick Alcock <nick.alcock@oracle.com>
855
856 * ctf-dump.c (ctf_dump_format_type): Prefix hex strings with 0x.
857 (ctf_dump_funcs): Likewise.
858
859 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
860
861 * ctf-open-bfd.c: Add swap.h and ctf-endian.h.
862 (ctf_fdopen): Check for endian-swapped raw CTF magic, and
863 little-endian CTF archive magic. Do not check the CTF version:
864 ctf_simple_open does that in endian-safe ways. Do not dereference
865 null pointers on open failure.
866
867 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
868
869 * ctf-open.c (get_vbytes_common): Return the new slice size.
870 (ctf_bufopen): Flip the endianness of the CTF-section header copy.
871 Remember to copy in the CTF data when opening an uncompressed
872 foreign-endian CTF file. Prune useless variable manipulation.
873
874 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
875
876 * ctf-open.c (ctf_types): Fail when unidentified type kinds are
877 seen.
878
879 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
880
881 * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging
882 output.
883
884 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
885
886 * ctf-subr.c (_PAGESIZE): Remove.
887 (ctf_data_alloc): Likewise.
888 (ctf_data_free): Likewise.
889 (ctf_data_protect): Likewise.
890 * ctf-impl.h: Remove declarations.
891 * ctf-create.c (ctf_update): No longer call ctf_data_protect: use
892 ctf_free, not ctf_data_free.
893 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
894 the buffer again on compression error.
895 * ctf-open.c (ctf_set_base): No longer track the size: call
896 ctf_free, not ctf_data_free.
897 (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc.
898 (ctf_bufopen): Likewise. No longer call ctf_data_protect.
899
900 2019-06-19 Nick Alcock <nick.alcock@oracle.com>
901
902 * ctf-create.c (ctf_dtd_insert): Pass on error returns from
903 ctf_dynhash_insert.
904 (ctf_dvd_insert): Likewise.
905 (ctf_add_generic): Likewise.
906 (ctf_add_variable): Likewise.
907 * ctf-impl.h: Adjust declarations.
908
909 2019-06-14 Alan Modra <amodra@gmail.com>
910
911 * configure: Regenerate.
912
913 2019-06-06 Nick Alcock <nick.alcock@oracle.com>
914
915 * ctf-decls.h: Include <libiberty.h>.
916 * ctf-lookup.c (ctf_lookup_by_name): Call xstrndup(), not strndup().
917
918 2019-06-06 Nick Alcock <nick.alcock@oracle.com>
919
920 * ctf-dump.c (ctf_dump_format_type): Cast size_t's used in printf()s.
921 (ctf_dump_objts): Likewise.
922 (ctf_dump_funcs): Likewise.
923 (ctf_dump_member): Likewise.
924 (ctf_dump_str): Likewise.
925
926 2019-06-06 Nick Alcock <nick.alcock@oracle.com>
927
928 * ctf-archive.c (arc_mmap_header): Mark fd as potentially unused.
929 * ctf-subr.c (ctf_data_protect): Mark both args as potentially unused.
930
931 2019-06-05 Nick Alcock <nick.alcock@oracle.com>
932
933 * ctf-archive.c (ctf_arc_write): Eschew %zi format specifier.
934 (ctf_arc_open_by_offset): Likewise.
935 * ctf-create.c (ctf_add_type): Likewise.
936
937 2019-06-04 Tom Tromey <tromey@adacore.com>
938
939 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
940 (ctf_add_member_offset): Use CHAR_BIT, not NBBY.
941
942 2019-06-04 Nick Alcock <nick.alcock@oracle.com>
943
944 * configure.ac: Check for O_CLOEXEC.
945 * ctf-decls.h (O_CLOEXEC): Define (to 0), if need be.
946 * config.h.in: Regenerate.
947 * configure: Likewise.
948
949 2019-06-04 Nick Alcock <nick.alcock@oracle.com>
950
951 * qsort_r.c: Rename to...
952 * ctf-qsort_r.c: ... this.
953 (_quicksort): Define to ctf_qsort_r.
954 * ctf-decls.h (qsort_r): Remove.
955 (ctf_qsort_r): Add.
956 (struct ctf_qsort_arg): New, transport the real ARG and COMPAR.
957 (ctf_qsort_compar_thunk): Rearrange the arguments to COMPAR.
958 * Makefile.am (libctf_a_LIBADD): Remove.
959 (libctf_a_SOURCES): New, add ctf-qsort_r.c.
960 * ctf-archive.c (ctf_arc_write): Call ctf_qsort_r, not qsort_r.
961 * ctf-create.c (ctf_update): Likewise.
962 * configure.ac: Check for BSD versus GNU qsort_r signature.
963 * Makefile.in: Regenerate.
964 * config.h.in: Likewise.
965 * configure: Likewise.
966
967 2019-06-03 Nick Alcock <nick.alcock@oracle.com>
968
969 * ctf-dump.c (ctf_dump_funcs): Free in the right place.
970
971 2019-05-29 Nick Alcock <nick.alcock@oracle.com>
972
973 * Makefile.am (ZLIB): New.
974 (ZLIBINC): Likewise.
975 (AM_CFLAGS): Use them.
976 (libctf_a_LIBADD): New, for LIBOBJS.
977 * configure.ac: Check for zlib, endian.h, and qsort_r.
978 * ctf-endian.h: New, providing htole64 and le64toh.
979 * swap.h: Code style fixes.
980 (bswap_identity_64): New.
981 * qsort_r.c: New, from gnulib (with one added #include).
982 * ctf-decls.h: New, providing a conditional qsort_r declaration,
983 and unconditional definitions of MIN and MAX.
984 * ctf-impl.h: Use it. Do not use <sys/errno.h>.
985 (ctf_set_errno): Now returns unsigned long.
986 * ctf-util.c (ctf_set_errno): Adjust here too.
987 * ctf-archive.c: Use ctf-endian.h.
988 (ctf_arc_open_by_offset): Use memset, not bzero. Drop cts_type,
989 cts_flags and cts_offset.
990 (ctf_arc_write): Drop debugging dependent on the size of off_t.
991 * ctf-create.c: Provide a definition of roundup if not defined.
992 (ctf_create): Drop cts_type, cts_flags and cts_offset.
993 (ctf_add_reftype): Do not check if type IDs are below zero.
994 (ctf_add_slice): Likewise.
995 (ctf_add_typedef): Likewise.
996 (ctf_add_member_offset): Cast error-returning ssize_t's to size_t
997 when known error-free. Drop CTF_ERR usage for functions returning
998 int.
999 (ctf_add_member_encoded): Drop CTF_ERR usage for functions returning
1000 int.
1001 (ctf_add_variable): Likewise.
1002 (enumcmp): Likewise.
1003 (enumadd): Likewise.
1004 (membcmp): Likewise.
1005 (ctf_add_type): Likewise. Cast error-returning ssize_t's to size_t
1006 when known error-free.
1007 * ctf-dump.c (ctf_is_slice): Drop CTF_ERR usage for functions
1008 returning int: use CTF_ERR for functions returning ctf_type_id.
1009 (ctf_dump_label): Likewise.
1010 (ctf_dump_objts): Likewise.
1011 * ctf-labels.c (ctf_label_topmost): Likewise.
1012 (ctf_label_iter): Likewise.
1013 (ctf_label_info): Likewise.
1014 * ctf-lookup.c (ctf_func_args): Likewise.
1015 * ctf-open.c (upgrade_types): Cast to size_t where appropriate.
1016 (ctf_bufopen): Likewise. Use zlib types as needed.
1017 * ctf-types.c (ctf_member_iter): Drop CTF_ERR usage for functions
1018 returning int.
1019 (ctf_enum_iter): Likewise.
1020 (ctf_type_size): Likewise.
1021 (ctf_type_align): Likewise. Cast to size_t where appropriate.
1022 (ctf_type_kind_unsliced): Likewise.
1023 (ctf_type_kind): Likewise.
1024 (ctf_type_encoding): Likewise.
1025 (ctf_member_info): Likewise.
1026 (ctf_array_info): Likewise.
1027 (ctf_enum_value): Likewise.
1028 (ctf_type_rvisit): Likewise.
1029 * ctf-open-bfd.c (ctf_bfdopen): Drop cts_type, cts_flags and
1030 cts_offset.
1031 (ctf_simple_open): Likewise.
1032 (ctf_bfdopen_ctfsect): Likewise. Set cts_size properly.
1033 * Makefile.in: Regenerate.
1034 * aclocal.m4: Likewise.
1035 * config.h: Likewise.
1036 * configure: Likewise.
1037
1038 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1039
1040 * configure.in: Check for bfd_section_from_elf_index.
1041 * configure: Regenerate.
1042 * config.h.in [HAVE_BFD_ELF]: Likewise.
1043 * libctf/ctf_open_bfd (ctf_bfdopen_ctfsect): Use it.
1044 abfd is potentially unused now.
1045
1046 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1047
1048 * Makefile.am: New.
1049 * Makefile.in: Regenerated.
1050 * config.h.in: Likewise.
1051 * aclocal.m4: Likewise.
1052 * configure: Likewise.
1053
1054 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1055
1056 * ctf-dump.c: New.
1057
1058 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1059
1060 * ctf-labels.c: New.
1061
1062 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1063
1064 * ctf-impl.h (_libctf_version): New declaration.
1065 * ctf-subr.c (_libctf_version): Define it.
1066 (ctf_version): New.
1067
1068 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1069
1070 * ctf-create.c (enumcmp): New.
1071 (enumadd): Likewise.
1072 (membcmp): Likewise.
1073 (membadd): Likewise.
1074 (ctf_add_type): Likewise.
1075
1076 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1077
1078 * ctf-lookup.c (isqualifier): New.
1079 (ctf_lookup_by_name): Likewise.
1080 (struct ctf_lookup_var_key): Likewise.
1081 (ctf_lookup_var): Likewise.
1082 (ctf_lookup_variable): Likewise.
1083 (ctf_lookup_symbol_name): Likewise.
1084 (ctf_lookup_by_symbol): Likewise.
1085 (ctf_func_info): Likewise.
1086 (ctf_func_args): Likewise.
1087
1088 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1089
1090 * ctf-decl.c: New file.
1091 * ctf-types.c: Likewise.
1092 * ctf-impl.h: New declarations.
1093
1094 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1095
1096 * ctf-open-bfd.c: New file.
1097 * ctf-open.c (ctf_close): New.
1098 * ctf-impl.h: Include bfd.h.
1099 (ctf_file): New members ctf_data_mmapped, ctf_data_mmapped_len.
1100 (ctf_archive_internal): New members ctfi_abfd, ctfi_data,
1101 ctfi_bfd_close.
1102 (ctf_bfdopen_ctfsect): New declaration.
1103 (_CTF_SECTION): likewise.
1104
1105 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1106
1107 * ctf-archive.c: New.
1108 * ctf-impl.h (ctf_archive_internal): New type.
1109 (ctf_arc_open_internal): New declaration.
1110 (ctf_arc_bufopen): Likewise.
1111 (ctf_arc_close_internal): Likewise.
1112
1113 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1114
1115 * ctf-open.c: New file.
1116 * swap.h: Likewise.
1117
1118 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1119
1120 * ctf-create.c: New file.
1121 * ctf-lookup.c: New file.
1122
1123 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1124
1125 * ctf-impl.h: New definitions and declarations for type creation
1126 and lookup.
1127
1128 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1129
1130 * ctf-hash.c: New file.
1131 * ctf-impl.h: New declarations.
1132
1133 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1134
1135 * ctf-error.c: New file.
1136
1137 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1138
1139 * ctf-util.c: New file.
1140 * elf.h: Likewise.
1141 * ctf-impl.h: Include it, and add declarations.
1142
1143 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1144
1145 * ctf-impl.h: New file.
1146 * ctf-subr.c: New file.
1147
1148 \f
1149 Local Variables:
1150 mode: change-log
1151 left-margin: 8
1152 fill-column: 76
1153 version-control: never
1154 End: