879aeed38f7282087d0784f69662924f83e8e33c
[deliverable/binutils-gdb.git] / libctf / ChangeLog
1 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
2
3 * configure.in: Check for bfd_section_from_elf_index.
4 * configure: Regenerate.
5 * config.h.in [HAVE_BFD_ELF]: Likewise.
6 * libctf/ctf_open_bfd (ctf_bfdopen_ctfsect): Use it.
7 abfd is potentially unused now.
8
9 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
10
11 * Makefile.am: New.
12 * Makefile.in: Regenerated.
13 * config.h.in: Likewise.
14 * aclocal.m4: Likewise.
15 * configure: Likewise.
16
17 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
18
19 * ctf-dump.c: New.
20
21 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
22
23 * ctf-labels.c: New.
24
25 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
26
27 * ctf-impl.h (_libctf_version): New declaration.
28 * ctf-subr.c (_libctf_version): Define it.
29 (ctf_version): New.
30
31 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
32
33 * ctf-create.c (enumcmp): New.
34 (enumadd): Likewise.
35 (membcmp): Likewise.
36 (membadd): Likewise.
37 (ctf_add_type): Likewise.
38
39 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
40
41 * ctf-lookup.c (isqualifier): New.
42 (ctf_lookup_by_name): Likewise.
43 (struct ctf_lookup_var_key): Likewise.
44 (ctf_lookup_var): Likewise.
45 (ctf_lookup_variable): Likewise.
46 (ctf_lookup_symbol_name): Likewise.
47 (ctf_lookup_by_symbol): Likewise.
48 (ctf_func_info): Likewise.
49 (ctf_func_args): Likewise.
50
51 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
52
53 * ctf-decl.c: New file.
54 * ctf-types.c: Likewise.
55 * ctf-impl.h: New declarations.
56
57 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
58
59 * ctf-open-bfd.c: New file.
60 * ctf-open.c (ctf_close): New.
61 * ctf-impl.h: Include bfd.h.
62 (ctf_file): New members ctf_data_mmapped, ctf_data_mmapped_len.
63 (ctf_archive_internal): New members ctfi_abfd, ctfi_data,
64 ctfi_bfd_close.
65 (ctf_bfdopen_ctfsect): New declaration.
66 (_CTF_SECTION): likewise.
67
68 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
69
70 * ctf-archive.c: New.
71 * ctf-impl.h (ctf_archive_internal): New type.
72 (ctf_arc_open_internal): New declaration.
73 (ctf_arc_bufopen): Likewise.
74 (ctf_arc_close_internal): Likewise.
75
76 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
77
78 * ctf-open.c: New file.
79 * swap.h: Likewise.
80
81 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
82
83 * ctf-create.c: New file.
84 * ctf-lookup.c: New file.
85
86 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
87
88 * ctf-impl.h: New definitions and declarations for type creation
89 and lookup.
90
91 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
92
93 * ctf-hash.c: New file.
94 * ctf-impl.h: New declarations.
95
96 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
97
98 * ctf-error.c: New file.
99
100 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
101
102 * ctf-util.c: New file.
103 * elf.h: Likewise.
104 * ctf-impl.h: Include it, and add declarations.
105
106 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
107
108 * ctf-impl.h: New file.
109 * ctf-subr.c: New file.
110
111 \f
112 Local Variables:
113 mode: change-log
114 left-margin: 8
115 fill-column: 76
116 version-control: never
117 End:
This page took 0.032026 seconds and 3 git commands to generate.