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