]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
x86: Pass --gdwarf-3 to assembler
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
866b34a1
TV
12020-07-28 Tom de Vries <tdevries@suse.de>
2
3 PR build/26281
4 * gdb_optional.h (class optional): Add volatile member to union
5 contaning m_dummy and m_item.
6
0e267416
AB
72020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * tdesc.h (struct target_desc_deleter): Moved here
10 from gdb/target-descriptions.h, extend comment.
11 (target_desc_up): Likewise.
12
5ac58899
TT
132020-06-30 Tom Tromey <tromey@adacore.com>
14
15 PR build/26183:
16 * gdb_string_view.h (basic_string_view::to_string): Remove.
17 (gdb::to_string): New function.
18
6db3031e
SM
192020-06-27 Simon Marchi <simon.marchi@efficios.com>
20
21 * tdesc.h (class print_xml_feature) <add_line>: Add
22 ATTRIBUTE_PRINTF.
23
caa7fd04
AB
242020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
27 output content, and call indent as needed in all overloaded
28 variants.
29 (print_xml_feature::visit_post): Likewise.
30 (print_xml_feature::visit): Likewise.
31 (print_xml_feature::add_line): Two new overloaded functions.
32 * tdesc.h (print_xml_feature::indent): New member function.
33 (print_xml_feature::add_line): Two new overloaded member
34 functions.
35 (print_xml_feature::m_depth): New member variable.
36
fbf42f4e
AB
372020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
40 information.
41 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
42 (tdesc_compatible_info_up): New typedef.
43 (tdesc_compatible_info_list): Declare new function.
44 (tdesc_compatible_info_arch_name): Declare new function.
45
7dbfcd6f
MW
462020-05-25 Michael Weghorn <m.weghorn@posteo.de>
47
48 * common-utils.cc, common-utils.h (stringify_argv): Drop
49 now unused function stringify_argv
50
8c4b5f3d
MW
512020-05-25 Michael Weghorn <m.weghorn@posteo.de>
52
53 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
54 Adapt to take a gdb::array_view<char * const> parameter.
55 Adapt call site.
56
c699004a
MW
572020-05-25 Michael Weghorn <m.weghorn@posteo.de>
58
59 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
60 Adapt to handle zero args and return a std::string.
61 Adapt call site.
62
92651b1d
MW
632020-05-25 Michael Weghorn <m.weghorn@posteo.de>
64
65 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
66 Move function here from gdb/infcmd.c, gdb/inferior.h
67
a51951c2
KB
682020-05-14 Kevin Buettner <kevinb@redhat.com>
69
70 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
71
fc75c28b
TBA
722020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
73
74 * common-regcache.h (regcache_read_pc_protected): New function
75 declaration.
76
32d1f47a
TBA
772020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
78
79 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
80
ff8885c3
SM
812020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * common-defs.h: Include cstdlib.h.
84
0fa7617d
TT
852020-04-20 Tom Tromey <tromey@adacore.com>
86
87 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
88 Use initialization style. Don't call destroy.
89 * scoped_fd.h (class scoped_fd): Mark move constructor as
90 noexcept.
91 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
92 noexcept.
93
7990abcc
TT
942020-04-13 Tom Tromey <tom@tromey.com>
95
96 * event-loop.c: Move comment. Remove obsolete comment.
97
400b5eca
TT
982020-04-13 Tom Tromey <tom@tromey.com>
99
100 * event-loop.h: Move from ../gdb/.
101 * event-loop.cc: Move from ../gdb/.
102
c1cd3163
TT
1032020-04-13 Tom Tromey <tom@tromey.com>
104
105 * errors.h (flush_streams): Declare.
106
06cc9596
TT
1072020-04-13 Tom Tromey <tom@tromey.com>
108
109 * gdb_select.h: Move from ../gdb/.
110
8ae8e197
TT
1112020-04-13 Tom Tromey <tom@tromey.com>
112
113 * config.in, configure: Rebuild.
114 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
115 sys/select.h, and poll.
116
af62665e
TT
1172020-03-31 Tom Tromey <tromey@adacore.com>
118
119 * btrace-common.cc (btrace_data_append): Conditionally call
120 memcpy.
121
8f2dae6a
AB
1222020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * create-version.sh: Resolve issues highlighted by shellcheck.
125
c884cc46
SM
1262020-03-20 Simon Marchi <simon.marchi@efficios.com>
127
128 * config.in: Re-generate.
129 * configure: Re-generate.
130
d3e2a5e8
KR
1312020-03-17 Kamil Rytarowski <n54@gmx.com>
132
133 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
134
21329136
TT
1352020-03-12 Tom Tromey <tom@tromey.com>
136
137 * common-types.h: Remove GDBSERVER code.
138 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
139 * common-defs.h: Remove GDBSERVER code.
140
272cd5a3
SM
1412020-03-12 Simon Marchi <simon.marchi@efficios.com>
142
143 * selftest.m4: Moved from gdb/.
144 * acinclude.m4: Update path to selftest.m4.
145
db6878ac
SM
1462020-03-12 Simon Marchi <simon.marchi@efficios.com>
147
148 * configure.ac: Don't source bfd/development.sh.
149 * common.m4: Source bfd/development.sh.
150 * configure: Re-generate.
151
4d696a5c
SM
1522020-03-12 Simon Marchi <simon.marchi@efficios.com>
153
154 * configure: Re-generate.
155
a0761e34
SM
1562020-03-11 Simon Marchi <simon.marchi@efficios.com>
157
158 * configure: Re-generate.
159 * warning.m4: Enable -Wmissing-prototypes.
160
e63ee24f
TT
1612020-03-08 Tom Tromey <tom@tromey.com>
162
163 * gdb_binary_search.h: Fix two typos.
164
20ea4a60
AB
1652020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * .dir-locals.el: New file.
168
3d1e5a43
VP
1692020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
170
171 * configure.ac: Added call development.sh.
172 * configure: Regenerate.
173
842806cb
TBA
1742020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
175
176 * .gitattributes: New file.
177
89725b0d
SM
1782020-03-03 Simon Marchi <simon.marchi@efficios.com>
179
180 * Makefile.in: Re-generate.
181
d7592e97
SDJ
1822020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
183
184 * gdb-dlfcn.h (gdb_dlopen): Update comment.
185
9f1528a1
AB
1862020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * configure: Regenerate.
189
1a627e7e
TT
1902020-02-14 Tom Tromey <tom@tromey.com>
191
192 * common-defs.h: Change path to gnulib/config.h.
193
06b3c5bd
SM
1942020-02-13 Simon Marchi <simon.marchi@efficios.com>
195
196 * Makefile.am: Rename source files from .c to .cc.
197 (CC, CFLAGS): Don't override.
198 (AM_CFLAGS): Rename to ...
199 (AM_CXXFLAGS): ... this.
200 * Makefile.in: Re-generate.
201 * %.c: Rename to %.cc.
202
898e7f60
SM
2032020-02-11 Simon Marchi <simon.marchi@efficios.com>
204
205 * configure: Re-generate.
206
8ddd8e0e
SM
2072020-02-11 Simon Marchi <simon.marchi@efficios.com>
208
209 * warning.m4: Add -Wstrict-null-sentinel.
210 * configure: Re-generate.
211
58df732b
SM
2122020-02-11 Simon Marchi <simon.marchi@efficios.com>
213
214 * warning.m4: Move here, from gdb/warning.m4.
215 * acinclude.m4: Update warning.m4 path.
216 * Makefile.in: Re-generate.
217
629c2962
SM
2182020-02-11 Simon Marchi <simon.marchi@efficios.com>
219
220 * acinclude.m4: Include ../gdb/warning.m4.
221 * configure.ac: Use AM_GDB_WARNINGS.
222 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
223 * Makefile.in: Re-generate.
224 * configure: Re-generate.
225
85f0dd3c
TV
2262020-02-10 Tom de Vries <tdevries@suse.de>
227
228 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
229
43198d20
CB
2302020-01-24 Christian Biesinger <cbiesinger@google.com>
231
232 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
233 version of pthread_setname_np.
234
67b10306
PA
2352020-01-17 Pedro Alves <palves@redhat.com>
236
237 * Makefile.am: Append CXX_DIALECT to CXX.
238 * Makefile.in: Regenerate.
239
3684d331
PA
2402020-01-17 Pedro Alves <palves@redhat.com>
241
242 * configure.ac: Generate config.h instead of support-config.h.
243 * common-defs.h: Include <gdbsupport/config.h> instead of
244 <gdbsupport/support-config.h>.
245 * Makefile.in: Regenerate.
246 * configure: Regenerate.
247
0454ef42
TT
2482020-01-14 Tom Tromey <tom@tromey.com>
249
250 * Makefile.in: Rebuild.
251 * Makefile.am (check-defines): New target.
252 * check-defines.el: New file.
253
05ea2a05
TT
2542020-01-14 Tom Tromey <tom@tromey.com>
255
256 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
257 Rebuild.
258 * common.m4 (GDB_AC_COMMON): Move many checks from
259 gdb/configure.ac.
260 * acinclude.m4: Include bfd.m4, ptrace.m4.
261
01027315
TT
2622020-01-14 Tom Tromey <tom@tromey.com>
263
264 * common-defs.h: Add GDBSERVER case. Update includes.
265 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
266 Makefile.am, Makefile.in, README: New files.
267 * Moved from ../gdb/gdbsupport/
268