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