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