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