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