]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
c1c0a7e1
AB
12021-05-17 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * .dir-locals.el: Set sentence-end-double-space for all modes, and
4 set brace-list-open to 0 for C and C++ modes.
5
b6703327
SM
62021-05-08 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * Makefile.in: Re-generate.
9 * config.in: Re-generate.
10 * configure: Re-generate.
11
4655f850
PA
122021-05-08 Pedro Alves <pedro@palves.net>
13
14 * common.m4 (personality test): Remove.
15
698facb8
TT
162021-04-30 Tom Tromey <tromey@adacore.com>
17
18 * thread-pool.cc (thread_pool::post_task): Update.
19 * thread-pool.h (class thread_pool) <post_task>: Take rvalue
20 reference to function.
21
9a6e099f
MW
222021-04-27 Michael Weghorn <m.weghorn@posteo.de>
23 Simon Marchi <simon.marchi@polymtl.ca>
24
25 * observable.h (class observable): Extend to allow specifying
26 dependencies between observers, keep vector holding observers
27 sorted so that dependencies are notified before observers
28 depending on them.
29
a8536c46
SM
302021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
31
32 * observable.h (observer_debug_printf,
33 OBSERVER_SCOPED_DEBUG_START_END): New.
34 (class observable) <notify, attach>: Use them.
35
0df0cce7
SM
362021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * common-debug.h (struct scoped_debug_start_end)
39 <scoped_debug_start_end>: Change start_msg/end_msg for
40 start_prefix/end_prefix. Add format string parameter and make
41 variadic.
42 <~scoped_debug_start_end>: Adjust.
43 <m_end_msg>: Rename to...
44 <m_end_prefix>: ... this.
45 <m_with_format>: New.
46 <m_msg>: New.
47 (scoped_debug_start_end): Make variadic.
48 (scoped_debug_enter_exit): Adjust.
49
c90e7d63
SM
502021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
51
52 * observable.h (class observable) <struct observer> <observer>:
53 Add name parameter.
54 <name>: New field.
55 <attach>: Add name parameter, update all callers.
56
ec098003
SM
572021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
58
59 * observable.h (class observable) <struct observer>: New.
60 <detach, notify>: Update.
61 <m_observers>: Change type to vector of observers.
62
98c897e3
SM
632021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
64
65 * observable.h (observer_debug): Change to bool.
66
4d6840c3
SM
672021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
68
69 * common-debug.h: Include preprocessor.h.
70
48136e00
LM
712021-03-24 Luis Machado <luis.machado@linaro.org>
72
73 * rsp-low.cc (fromhex, hex2bin): Move to ...
74 * common-utils.cc: ... here.
75 (fromhex) Change error message text to not be RSP-specific.
76 * rsp-low.h (fromhex, hex2bin): Move to ...
77 * common-utils.h: ... here.
78
e9338841
AM
792021-03-21 Alan Modra <amodra@gmail.com>
80
81 * common-utils.h (startswith): Delete version now supplied by bfd.h.
82
9c9d63b1
PM
832021-02-05 Paul E. Murphy <murphy@linux.ibm.com>
84
85 * common-defs.h (ATTRIBUTE_PRINTF): Rename
86 _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD.
87 * common-utils.h (xfree): Use GNULIB_NAMESPACE namespace when calling
88 free if this macro is defined.
89
d3ee35db
LS
902021-01-23 Lancelot SIX <lsix@lancelotsix.com>
91
92 * gdb_tilde_expand.cc (gdb_tilde_expand): Improve
93 implementation.
94 (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
95 * gdb_tilde_expand.h (gdb_tilde_expand): Update description.
96
2189c312
SM
972021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
98
99 * common-debug.h (debug_prefixed_printf_cond_nofunc): New.
100 * common-debug.c (debug_prefixed_vprintf): Handle a nullptr
101 func.
102
6abd4cf2
SM
1032021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
104
105 PR gdb/27157
106 * pathstuff.cc (get_standard_cache_dir, get_standard_config_dir,
107 find_gdb_home_config_file): Add empty string check.
108
4b186f88
MF
1092021-01-06 Mike Frysinger <vapier@gentoo.org>
110
111 * common-utils.h (align_up): Fix typo in header comment.
112
3ec3145c
SM
1132021-01-04 Simon Marchi <simon.marchi@efficios.com>
114
115 * common-debug.h (debug_print_depth): New.
116 (struct scoped_debug_start_end): New.
117 (scoped_debug_start_end): New.
118 (scoped_debug_enter_exit): New.
119 * common-debug.cc (debug_prefixed_vprintf): Print indentation.
120
96648494
AB
1212020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdbsupport/common-utils.cc: Change 'ctype.h' include to
124 'safe-ctype.h'.
125 (extract_string_maybe_quoted): Use safe-ctype function versions.
126 (is_digit_in_base): Likewise.
127 (digit_to_int): Likewise.
128 (strtoulst): Likewise.
129 (skip_spaces): Likewise.
130 (skip_to_space): Likewise.
131
74b773fc
SM
1322020-12-11 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * common-debug.h (debug_prefixed_printf_cond): New.
135 * event-loop.h (event_loop_debug_printf): Use
136 debug_prefixed_printf_cond.
137
60a7223f
AF
1382020-12-08 Alexander Fedotov <alfedotov@gmail.com>
139
140 * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA environment
141 variable when running on Windows.
142
54e75f29
AB
1432020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * tdesc.cc (print_xml_feature::visit): Print enum fields using
146 'evalue' syntax.
147
4f36e61b
CC
1482020-12-01 Chungyi Chi <demonic@csie.io>
149
150 * tdesc.cc (print_xml_feature::visit): Print enum size attribute.
151
14f62a09
TT
1522020-11-20 Tom Tromey <tromey@adacore.com>
153
154 * thread-pool.cc (thread_pool::set_thread_count): Ignore system
155 errors.
156
6c51cf51
TT
1572020-11-10 Tom Tromey <tromey@adacore.com>
158
159 PR build/26848:
160 * pathstuff.h: Move include block here...
161 * pathstuff.cc: ... from here.
162
8768c3e3
TT
1632020-11-02 Tom Tromey <tom@tromey.com>
164
165 * pathstuff.h (get_standard_config_dir): Declare.
166 * pathstuff.cc (get_standard_config_dir): New function.
167
dda83cd7
SM
1682020-11-02 Simon Marchi <simon.marchi@efficios.com>
169
170 * common-exceptions.h: Fix indentation.
171 * event-loop.cc: Fix indentation.
172 * fileio.cc: Fix indentation.
173 * filestuff.cc: Fix indentation.
174 * gdb-dlfcn.cc: Fix indentation.
175 * gdb_string_view.h: Fix indentation.
176 * job-control.cc: Fix indentation.
177 * signals.cc: Fix indentation.
178
17417fb0
SM
1792020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
180
181 * common-debug.cc (debug_prefixed_printf): New.
182 * common-debug.h (debug_prefixed_printf): New declaration.
183 * event-loop.cc (event_loop_debug_printf_1): Remove.
184 * event-loop.h (event_loop_debug_printf_1): Remove.
185 (event_loop_debug_printf): Use debug_prefixed_printf.
186 (event_loop_ui_debug_printf): Use debug_prefixed_printf.
187
b9442ec1
SM
1882020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
189
190 * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
191 AC_LANG_PROGRAM.
192 * configure: Re-generate.
193
15dabc52
SM
1942020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
195
196 * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
197
864ca435
SM
1982020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * configure: Re-generate.
201 * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
202 AC_LANG_PROGRAM.
203
5164c117
SM
2042020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
205
206 * configure: Re-generate.
207 * ptrace.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
208 AC_LANG_PROGRAM.
209
b6fb30ed
SM
2102020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
211
212 * configure: Re-generate.
213 * ptrace.m4: Re-indent.
214
e41fda1d
SM
2152020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
216
217 * aclocal.m4: Re-generate.
218 * configure: Re-generate.
219 * configure.ac: Remove AM_PROG_CC_STDC.
220
91e1a0ed
SM
2212020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
222
223 * configure.ac: Use AC_CANONICAL_{BUILD,HOST,TARGET} instead of
224 AC_CANONICAL_SYSTEM.
225 * configure: Re-generate.
226
d744f0f9
PA
2272020-10-26 Pedro Alves <pedro@palves.net>
228
229 * eintr.h (handle_eintr): Replace Ret template parameter with
230 ErrorValType. Use it as type of the failure value. Deduce the
231 function's return type using decltype. Use lowercase for function
232 parameter names.
233
006811bc
SM
2342020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * Makefile.in: Re-generate.
237 * acinclude.m4: Update ptrace.m4 path.
238 * ptrace.m4: Move here.
239
51a948fd
AB
2402020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * tdesc.h (allocate_target_description): Update return type.
243
4a72de73
TT
2442020-10-07 Tom Tromey <tromey@adacore.com>
245
246 * Makefile.in: Rebuild.
247 * Makefile.am (libgdbsupport_a_SOURCES): Add search.cc.
248 * search.h: New file.
249 * search.cc: New file.
250
6b01403b
SM
2512020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
252
253 * event-loop.h (debug_event_loop): New variable declaration.
254 (event_loop_debug_printf_1): New function declaration.
255 (event_loop_debug_printf): New macro.
256 * event-loop.cc (debug_event_loop): New variable.
257 (handle_file_event): Add debug print.
258 (event_loop_debug_printf_1): New function.
259
ba988419
SM
2602020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
261
262 * common-debug.cc (debug_prefixed_vprintf): Move here.
263 * common-debug.h (debug_prefixed_vprintf): Move here.
264
2554f6f5
SM
2652020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
266
267 * event-loop.h (add_file_handler): Add "name" parameter.
268 * event-loop.cc (struct file_handler) <name>: New field.
269 (create_file_handler): Add "name" parameter, assign it to file
270 handler.
271 (add_file_handler): Add "name" parameter.
272
e2a2a24a
KR
2732020-10-01 Kamil Rytarowski <n54@gmx.com>
274
275 * agent.cc (gdb_connect_sync_socket): Preinitialize addr with zeros.
276
de38d64a
PA
2772020-09-29 Pedro Alves <pedro@palves.net>
278
279 * valid-expr.h (CHECK_VALID_EXPR_INT): Make archetype a template
280 class instead of an alias template and adjust static_assert.
281
29363cfa
SM
2822020-09-24 Simon Marchi <simon.marchi@efficios.com>
283
284 * event-loop.c (struct file_handler): Remove typedef, re-format.
285
e911c666
JB
2862020-09-16 John Baldwin <jhb@FreeBSD.org>
287
288 * common.m4 (GDB_AC_COMMON): Refactor checks for kinfo_getfile().
289 * configure, config.in: Regenerate.
290
04902b09
PA
2912020-09-14 Pedro Alves <pedro@palves.net>
292
293 * enum-flags.h: Include "traits.h".
294 (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
295 structure.
296 (enum_underlying_type): Update comment.
297 (namespace enum_flags_detail): New. Move struct zero_type here.
298 (EnumIsUnsigned, EnumIsSigned): New.
299 (class enum_flags): Make most methods constexpr.
300 (operator&=, operator|=, operator^=): Take an enum_flags instead
301 of an enum_type. Make rvalue ref versions deleted.
302 (operator enum_type()): Delete.
303 (operator&, operator|, operator^, operator~): Delete, moved out of
304 class.
305 (raw()): New method.
306 (is_enum_flags_enum_type_t): Declare.
307 (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
308 (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
309 operators.
310 (operator~): Now constexpr and reimplemented.
311 (operator<<, operator>>): New deleted functions.
312 * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
313
1945192c
PA
3142020-09-14 Pedro Alves <pedro@palves.net>
315
316 * traits.h (struct nonesuch, struct detector, detected_or)
317 (detected_or_t, is_detected, detected_t, detected_or)
318 (detected_or_t, is_detected_exact, is_detected_convertible): New.
319 * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
320
48c9b433
KR
3212020-09-10 Kamil Rytarowski <n54@gmx.com>
322
323 * eintr.h: New file.
324
ece5bc8a
SM
3252020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
326
327 * selftest.h (run_tests): Change parameter to array_view.
328 * selftest.c (run_tests): Change parameter to array_view and use
329 it.
330
c8693053
RO
3312020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
332
333 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
334 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
335 <sys/procfs.h>.
336 * Makefile.in: Regenerate.
337 * configure, config.in: Regenerate.
338
866b34a1
TV
3392020-07-28 Tom de Vries <tdevries@suse.de>
340
341 PR build/26281
342 * gdb_optional.h (class optional): Add volatile member to union
343 contaning m_dummy and m_item.
344
0e267416
AB
3452020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * tdesc.h (struct target_desc_deleter): Moved here
348 from gdb/target-descriptions.h, extend comment.
349 (target_desc_up): Likewise.
350
5ac58899
TT
3512020-06-30 Tom Tromey <tromey@adacore.com>
352
353 PR build/26183:
354 * gdb_string_view.h (basic_string_view::to_string): Remove.
355 (gdb::to_string): New function.
356
6db3031e
SM
3572020-06-27 Simon Marchi <simon.marchi@efficios.com>
358
359 * tdesc.h (class print_xml_feature) <add_line>: Add
360 ATTRIBUTE_PRINTF.
361
caa7fd04
AB
3622020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
365 output content, and call indent as needed in all overloaded
366 variants.
367 (print_xml_feature::visit_post): Likewise.
368 (print_xml_feature::visit): Likewise.
369 (print_xml_feature::add_line): Two new overloaded functions.
370 * tdesc.h (print_xml_feature::indent): New member function.
371 (print_xml_feature::add_line): Two new overloaded member
372 functions.
373 (print_xml_feature::m_depth): New member variable.
374
fbf42f4e
AB
3752020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
378 information.
379 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
380 (tdesc_compatible_info_up): New typedef.
381 (tdesc_compatible_info_list): Declare new function.
382 (tdesc_compatible_info_arch_name): Declare new function.
383
7dbfcd6f
MW
3842020-05-25 Michael Weghorn <m.weghorn@posteo.de>
385
386 * common-utils.cc, common-utils.h (stringify_argv): Drop
387 now unused function stringify_argv
388
8c4b5f3d
MW
3892020-05-25 Michael Weghorn <m.weghorn@posteo.de>
390
391 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
392 Adapt to take a gdb::array_view<char * const> parameter.
393 Adapt call site.
394
c699004a
MW
3952020-05-25 Michael Weghorn <m.weghorn@posteo.de>
396
397 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
398 Adapt to handle zero args and return a std::string.
399 Adapt call site.
400
92651b1d
MW
4012020-05-25 Michael Weghorn <m.weghorn@posteo.de>
402
403 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
404 Move function here from gdb/infcmd.c, gdb/inferior.h
405
a51951c2
KB
4062020-05-14 Kevin Buettner <kevinb@redhat.com>
407
408 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
409
fc75c28b
TBA
4102020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
411
412 * common-regcache.h (regcache_read_pc_protected): New function
413 declaration.
414
32d1f47a
TBA
4152020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
416
417 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
418
ff8885c3
SM
4192020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * common-defs.h: Include cstdlib.h.
422
0fa7617d
TT
4232020-04-20 Tom Tromey <tromey@adacore.com>
424
425 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
426 Use initialization style. Don't call destroy.
427 * scoped_fd.h (class scoped_fd): Mark move constructor as
428 noexcept.
429 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
430 noexcept.
431
7990abcc
TT
4322020-04-13 Tom Tromey <tom@tromey.com>
433
434 * event-loop.c: Move comment. Remove obsolete comment.
435
400b5eca
TT
4362020-04-13 Tom Tromey <tom@tromey.com>
437
438 * event-loop.h: Move from ../gdb/.
439 * event-loop.cc: Move from ../gdb/.
440
c1cd3163
TT
4412020-04-13 Tom Tromey <tom@tromey.com>
442
443 * errors.h (flush_streams): Declare.
444
06cc9596
TT
4452020-04-13 Tom Tromey <tom@tromey.com>
446
447 * gdb_select.h: Move from ../gdb/.
448
8ae8e197
TT
4492020-04-13 Tom Tromey <tom@tromey.com>
450
451 * config.in, configure: Rebuild.
452 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
453 sys/select.h, and poll.
454
af62665e
TT
4552020-03-31 Tom Tromey <tromey@adacore.com>
456
457 * btrace-common.cc (btrace_data_append): Conditionally call
458 memcpy.
459
8f2dae6a
AB
4602020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * create-version.sh: Resolve issues highlighted by shellcheck.
463
c884cc46
SM
4642020-03-20 Simon Marchi <simon.marchi@efficios.com>
465
466 * config.in: Re-generate.
467 * configure: Re-generate.
468
d3e2a5e8
KR
4692020-03-17 Kamil Rytarowski <n54@gmx.com>
470
471 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
472
21329136
TT
4732020-03-12 Tom Tromey <tom@tromey.com>
474
475 * common-types.h: Remove GDBSERVER code.
476 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
477 * common-defs.h: Remove GDBSERVER code.
478
272cd5a3
SM
4792020-03-12 Simon Marchi <simon.marchi@efficios.com>
480
481 * selftest.m4: Moved from gdb/.
482 * acinclude.m4: Update path to selftest.m4.
483
db6878ac
SM
4842020-03-12 Simon Marchi <simon.marchi@efficios.com>
485
486 * configure.ac: Don't source bfd/development.sh.
487 * common.m4: Source bfd/development.sh.
488 * configure: Re-generate.
489
4d696a5c
SM
4902020-03-12 Simon Marchi <simon.marchi@efficios.com>
491
492 * configure: Re-generate.
493
a0761e34
SM
4942020-03-11 Simon Marchi <simon.marchi@efficios.com>
495
496 * configure: Re-generate.
497 * warning.m4: Enable -Wmissing-prototypes.
498
e63ee24f
TT
4992020-03-08 Tom Tromey <tom@tromey.com>
500
501 * gdb_binary_search.h: Fix two typos.
502
20ea4a60
AB
5032020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * .dir-locals.el: New file.
506
3d1e5a43
VP
5072020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
508
509 * configure.ac: Added call development.sh.
510 * configure: Regenerate.
511
842806cb
TBA
5122020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
513
514 * .gitattributes: New file.
515
89725b0d
SM
5162020-03-03 Simon Marchi <simon.marchi@efficios.com>
517
518 * Makefile.in: Re-generate.
519
d7592e97
SDJ
5202020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
521
522 * gdb-dlfcn.h (gdb_dlopen): Update comment.
523
9f1528a1
AB
5242020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * configure: Regenerate.
527
1a627e7e
TT
5282020-02-14 Tom Tromey <tom@tromey.com>
529
530 * common-defs.h: Change path to gnulib/config.h.
531
06b3c5bd
SM
5322020-02-13 Simon Marchi <simon.marchi@efficios.com>
533
534 * Makefile.am: Rename source files from .c to .cc.
535 (CC, CFLAGS): Don't override.
536 (AM_CFLAGS): Rename to ...
537 (AM_CXXFLAGS): ... this.
538 * Makefile.in: Re-generate.
539 * %.c: Rename to %.cc.
540
898e7f60
SM
5412020-02-11 Simon Marchi <simon.marchi@efficios.com>
542
543 * configure: Re-generate.
544
8ddd8e0e
SM
5452020-02-11 Simon Marchi <simon.marchi@efficios.com>
546
547 * warning.m4: Add -Wstrict-null-sentinel.
548 * configure: Re-generate.
549
58df732b
SM
5502020-02-11 Simon Marchi <simon.marchi@efficios.com>
551
552 * warning.m4: Move here, from gdb/warning.m4.
553 * acinclude.m4: Update warning.m4 path.
554 * Makefile.in: Re-generate.
555
629c2962
SM
5562020-02-11 Simon Marchi <simon.marchi@efficios.com>
557
558 * acinclude.m4: Include ../gdb/warning.m4.
559 * configure.ac: Use AM_GDB_WARNINGS.
560 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
561 * Makefile.in: Re-generate.
562 * configure: Re-generate.
563
85f0dd3c
TV
5642020-02-10 Tom de Vries <tdevries@suse.de>
565
566 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
567
43198d20
CB
5682020-01-24 Christian Biesinger <cbiesinger@google.com>
569
570 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
571 version of pthread_setname_np.
572
67b10306
PA
5732020-01-17 Pedro Alves <palves@redhat.com>
574
575 * Makefile.am: Append CXX_DIALECT to CXX.
576 * Makefile.in: Regenerate.
577
3684d331
PA
5782020-01-17 Pedro Alves <palves@redhat.com>
579
580 * configure.ac: Generate config.h instead of support-config.h.
581 * common-defs.h: Include <gdbsupport/config.h> instead of
582 <gdbsupport/support-config.h>.
583 * Makefile.in: Regenerate.
584 * configure: Regenerate.
585
0454ef42
TT
5862020-01-14 Tom Tromey <tom@tromey.com>
587
588 * Makefile.in: Rebuild.
589 * Makefile.am (check-defines): New target.
590 * check-defines.el: New file.
591
05ea2a05
TT
5922020-01-14 Tom Tromey <tom@tromey.com>
593
594 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
595 Rebuild.
596 * common.m4 (GDB_AC_COMMON): Move many checks from
597 gdb/configure.ac.
598 * acinclude.m4: Include bfd.m4, ptrace.m4.
599
01027315
TT
6002020-01-14 Tom Tromey <tom@tromey.com>
601
602 * common-defs.h: Add GDBSERVER case. Update includes.
603 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
604 Makefile.am, Makefile.in, README: New files.
605 * Moved from ../gdb/gdbsupport/