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