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