Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
fa8740b6
SM
12021-07-05 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * scoped_ignore_signal.h (struct scoped_ignore_signal)
4 <~scoped_ignore_signal>: Use sigtimedwait if HAVE_SIGTIMEDWAIT
5 is defined, else use sigpending + sigwait.
6
507af45f
SM
72021-07-05 Simon Marchi <simon.marchi@polymtl.ca>
8
9 * common.m4 (GDB_AC_COMMON): Check for sigtimedwait.
10 * config.in, configure: Re-generate.
11
606a4313
PA
122021-06-17 Pedro Alves <pedro@palves.net>
13
14 * scoped_ignore_signal.h
15 (scoped_ignore_signal::scoped_ignore_signal)
16 [HAVE_SIGPROCMASK]: Use sigprocmask to block the signal instead of
17 changing the signal disposition for the whole process.
18 (scoped_ignore_signal::~scoped_ignore_signal) [HAVE_SIGPROCMASK]:
19 Use sigtimedwait and sigprocmask to flush and unblock the signal.
20
965febe5
PA
212021-06-17 Pedro Alves <pedro@palves.net>
22
23 * scoped_ignore_sigttou.h: New file, moved from gdb/ and renamed.
24
c1c0a7e1
AB
252021-05-17 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * .dir-locals.el: Set sentence-end-double-space for all modes, and
28 set brace-list-open to 0 for C and C++ modes.
29
b6703327
SM
302021-05-08 Simon Marchi <simon.marchi@polymtl.ca>
31
32 * Makefile.in: Re-generate.
33 * config.in: Re-generate.
34 * configure: Re-generate.
35
4655f850
PA
362021-05-08 Pedro Alves <pedro@palves.net>
37
38 * common.m4 (personality test): Remove.
39
698facb8
TT
402021-04-30 Tom Tromey <tromey@adacore.com>
41
42 * thread-pool.cc (thread_pool::post_task): Update.
43 * thread-pool.h (class thread_pool) <post_task>: Take rvalue
44 reference to function.
45
9a6e099f
MW
462021-04-27 Michael Weghorn <m.weghorn@posteo.de>
47 Simon Marchi <simon.marchi@polymtl.ca>
48
49 * observable.h (class observable): Extend to allow specifying
50 dependencies between observers, keep vector holding observers
51 sorted so that dependencies are notified before observers
52 depending on them.
53
a8536c46
SM
542021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
55
56 * observable.h (observer_debug_printf,
57 OBSERVER_SCOPED_DEBUG_START_END): New.
58 (class observable) <notify, attach>: Use them.
59
0df0cce7
SM
602021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
61
62 * common-debug.h (struct scoped_debug_start_end)
63 <scoped_debug_start_end>: Change start_msg/end_msg for
64 start_prefix/end_prefix. Add format string parameter and make
65 variadic.
66 <~scoped_debug_start_end>: Adjust.
67 <m_end_msg>: Rename to...
68 <m_end_prefix>: ... this.
69 <m_with_format>: New.
70 <m_msg>: New.
71 (scoped_debug_start_end): Make variadic.
72 (scoped_debug_enter_exit): Adjust.
73
c90e7d63
SM
742021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
75
76 * observable.h (class observable) <struct observer> <observer>:
77 Add name parameter.
78 <name>: New field.
79 <attach>: Add name parameter, update all callers.
80
ec098003
SM
812021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * observable.h (class observable) <struct observer>: New.
84 <detach, notify>: Update.
85 <m_observers>: Change type to vector of observers.
86
98c897e3
SM
872021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
88
89 * observable.h (observer_debug): Change to bool.
90
4d6840c3
SM
912021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * common-debug.h: Include preprocessor.h.
94
48136e00
LM
952021-03-24 Luis Machado <luis.machado@linaro.org>
96
97 * rsp-low.cc (fromhex, hex2bin): Move to ...
98 * common-utils.cc: ... here.
99 (fromhex) Change error message text to not be RSP-specific.
100 * rsp-low.h (fromhex, hex2bin): Move to ...
101 * common-utils.h: ... here.
102
e9338841
AM
1032021-03-21 Alan Modra <amodra@gmail.com>
104
105 * common-utils.h (startswith): Delete version now supplied by bfd.h.
106
9c9d63b1
PM
1072021-02-05 Paul E. Murphy <murphy@linux.ibm.com>
108
109 * common-defs.h (ATTRIBUTE_PRINTF): Rename
110 _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD.
111 * common-utils.h (xfree): Use GNULIB_NAMESPACE namespace when calling
112 free if this macro is defined.
113
d3ee35db
LS
1142021-01-23 Lancelot SIX <lsix@lancelotsix.com>
115
116 * gdb_tilde_expand.cc (gdb_tilde_expand): Improve
117 implementation.
118 (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
119 * gdb_tilde_expand.h (gdb_tilde_expand): Update description.
120
2189c312
SM
1212021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
122
123 * common-debug.h (debug_prefixed_printf_cond_nofunc): New.
124 * common-debug.c (debug_prefixed_vprintf): Handle a nullptr
125 func.
126
6abd4cf2
SM
1272021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
128
129 PR gdb/27157
130 * pathstuff.cc (get_standard_cache_dir, get_standard_config_dir,
131 find_gdb_home_config_file): Add empty string check.
132
4b186f88
MF
1332021-01-06 Mike Frysinger <vapier@gentoo.org>
134
135 * common-utils.h (align_up): Fix typo in header comment.
136
3ec3145c
SM
1372021-01-04 Simon Marchi <simon.marchi@efficios.com>
138
139 * common-debug.h (debug_print_depth): New.
140 (struct scoped_debug_start_end): New.
141 (scoped_debug_start_end): New.
142 (scoped_debug_enter_exit): New.
143 * common-debug.cc (debug_prefixed_vprintf): Print indentation.
144
96648494
AB
1452020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdbsupport/common-utils.cc: Change 'ctype.h' include to
148 'safe-ctype.h'.
149 (extract_string_maybe_quoted): Use safe-ctype function versions.
150 (is_digit_in_base): Likewise.
151 (digit_to_int): Likewise.
152 (strtoulst): Likewise.
153 (skip_spaces): Likewise.
154 (skip_to_space): Likewise.
155
74b773fc
SM
1562020-12-11 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * common-debug.h (debug_prefixed_printf_cond): New.
159 * event-loop.h (event_loop_debug_printf): Use
160 debug_prefixed_printf_cond.
161
60a7223f
AF
1622020-12-08 Alexander Fedotov <alfedotov@gmail.com>
163
164 * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA environment
165 variable when running on Windows.
166
54e75f29
AB
1672020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * tdesc.cc (print_xml_feature::visit): Print enum fields using
170 'evalue' syntax.
171
4f36e61b
CC
1722020-12-01 Chungyi Chi <demonic@csie.io>
173
174 * tdesc.cc (print_xml_feature::visit): Print enum size attribute.
175
14f62a09
TT
1762020-11-20 Tom Tromey <tromey@adacore.com>
177
178 * thread-pool.cc (thread_pool::set_thread_count): Ignore system
179 errors.
180
6c51cf51
TT
1812020-11-10 Tom Tromey <tromey@adacore.com>
182
183 PR build/26848:
184 * pathstuff.h: Move include block here...
185 * pathstuff.cc: ... from here.
186
8768c3e3
TT
1872020-11-02 Tom Tromey <tom@tromey.com>
188
189 * pathstuff.h (get_standard_config_dir): Declare.
190 * pathstuff.cc (get_standard_config_dir): New function.
191
dda83cd7
SM
1922020-11-02 Simon Marchi <simon.marchi@efficios.com>
193
194 * common-exceptions.h: Fix indentation.
195 * event-loop.cc: Fix indentation.
196 * fileio.cc: Fix indentation.
197 * filestuff.cc: Fix indentation.
198 * gdb-dlfcn.cc: Fix indentation.
199 * gdb_string_view.h: Fix indentation.
200 * job-control.cc: Fix indentation.
201 * signals.cc: Fix indentation.
202
17417fb0
SM
2032020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
204
205 * common-debug.cc (debug_prefixed_printf): New.
206 * common-debug.h (debug_prefixed_printf): New declaration.
207 * event-loop.cc (event_loop_debug_printf_1): Remove.
208 * event-loop.h (event_loop_debug_printf_1): Remove.
209 (event_loop_debug_printf): Use debug_prefixed_printf.
210 (event_loop_ui_debug_printf): Use debug_prefixed_printf.
211
b9442ec1
SM
2122020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
213
214 * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
215 AC_LANG_PROGRAM.
216 * configure: Re-generate.
217
15dabc52
SM
2182020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
219
220 * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
221
864ca435
SM
2222020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
223
224 * configure: Re-generate.
225 * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
226 AC_LANG_PROGRAM.
227
5164c117
SM
2282020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
229
230 * configure: Re-generate.
231 * ptrace.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
232 AC_LANG_PROGRAM.
233
b6fb30ed
SM
2342020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * configure: Re-generate.
237 * ptrace.m4: Re-indent.
238
e41fda1d
SM
2392020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * aclocal.m4: Re-generate.
242 * configure: Re-generate.
243 * configure.ac: Remove AM_PROG_CC_STDC.
244
91e1a0ed
SM
2452020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
246
247 * configure.ac: Use AC_CANONICAL_{BUILD,HOST,TARGET} instead of
248 AC_CANONICAL_SYSTEM.
249 * configure: Re-generate.
250
d744f0f9
PA
2512020-10-26 Pedro Alves <pedro@palves.net>
252
253 * eintr.h (handle_eintr): Replace Ret template parameter with
254 ErrorValType. Use it as type of the failure value. Deduce the
255 function's return type using decltype. Use lowercase for function
256 parameter names.
257
006811bc
SM
2582020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
259
260 * Makefile.in: Re-generate.
261 * acinclude.m4: Update ptrace.m4 path.
262 * ptrace.m4: Move here.
263
51a948fd
AB
2642020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * tdesc.h (allocate_target_description): Update return type.
267
4a72de73
TT
2682020-10-07 Tom Tromey <tromey@adacore.com>
269
270 * Makefile.in: Rebuild.
271 * Makefile.am (libgdbsupport_a_SOURCES): Add search.cc.
272 * search.h: New file.
273 * search.cc: New file.
274
6b01403b
SM
2752020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
276
277 * event-loop.h (debug_event_loop): New variable declaration.
278 (event_loop_debug_printf_1): New function declaration.
279 (event_loop_debug_printf): New macro.
280 * event-loop.cc (debug_event_loop): New variable.
281 (handle_file_event): Add debug print.
282 (event_loop_debug_printf_1): New function.
283
ba988419
SM
2842020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
285
286 * common-debug.cc (debug_prefixed_vprintf): Move here.
287 * common-debug.h (debug_prefixed_vprintf): Move here.
288
2554f6f5
SM
2892020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
290
291 * event-loop.h (add_file_handler): Add "name" parameter.
292 * event-loop.cc (struct file_handler) <name>: New field.
293 (create_file_handler): Add "name" parameter, assign it to file
294 handler.
295 (add_file_handler): Add "name" parameter.
296
e2a2a24a
KR
2972020-10-01 Kamil Rytarowski <n54@gmx.com>
298
299 * agent.cc (gdb_connect_sync_socket): Preinitialize addr with zeros.
300
de38d64a
PA
3012020-09-29 Pedro Alves <pedro@palves.net>
302
303 * valid-expr.h (CHECK_VALID_EXPR_INT): Make archetype a template
304 class instead of an alias template and adjust static_assert.
305
29363cfa
SM
3062020-09-24 Simon Marchi <simon.marchi@efficios.com>
307
308 * event-loop.c (struct file_handler): Remove typedef, re-format.
309
e911c666
JB
3102020-09-16 John Baldwin <jhb@FreeBSD.org>
311
312 * common.m4 (GDB_AC_COMMON): Refactor checks for kinfo_getfile().
313 * configure, config.in: Regenerate.
314
04902b09
PA
3152020-09-14 Pedro Alves <pedro@palves.net>
316
317 * enum-flags.h: Include "traits.h".
318 (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
319 structure.
320 (enum_underlying_type): Update comment.
321 (namespace enum_flags_detail): New. Move struct zero_type here.
322 (EnumIsUnsigned, EnumIsSigned): New.
323 (class enum_flags): Make most methods constexpr.
324 (operator&=, operator|=, operator^=): Take an enum_flags instead
325 of an enum_type. Make rvalue ref versions deleted.
326 (operator enum_type()): Delete.
327 (operator&, operator|, operator^, operator~): Delete, moved out of
328 class.
329 (raw()): New method.
330 (is_enum_flags_enum_type_t): Declare.
331 (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
332 (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
333 operators.
334 (operator~): Now constexpr and reimplemented.
335 (operator<<, operator>>): New deleted functions.
336 * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
337
1945192c
PA
3382020-09-14 Pedro Alves <pedro@palves.net>
339
340 * traits.h (struct nonesuch, struct detector, detected_or)
341 (detected_or_t, is_detected, detected_t, detected_or)
342 (detected_or_t, is_detected_exact, is_detected_convertible): New.
343 * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
344
48c9b433
KR
3452020-09-10 Kamil Rytarowski <n54@gmx.com>
346
347 * eintr.h: New file.
348
ece5bc8a
SM
3492020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
350
351 * selftest.h (run_tests): Change parameter to array_view.
352 * selftest.c (run_tests): Change parameter to array_view and use
353 it.
354
c8693053
RO
3552020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
356
357 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
358 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
359 <sys/procfs.h>.
360 * Makefile.in: Regenerate.
361 * configure, config.in: Regenerate.
362
866b34a1
TV
3632020-07-28 Tom de Vries <tdevries@suse.de>
364
365 PR build/26281
366 * gdb_optional.h (class optional): Add volatile member to union
367 contaning m_dummy and m_item.
368
0e267416
AB
3692020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * tdesc.h (struct target_desc_deleter): Moved here
372 from gdb/target-descriptions.h, extend comment.
373 (target_desc_up): Likewise.
374
5ac58899
TT
3752020-06-30 Tom Tromey <tromey@adacore.com>
376
377 PR build/26183:
378 * gdb_string_view.h (basic_string_view::to_string): Remove.
379 (gdb::to_string): New function.
380
6db3031e
SM
3812020-06-27 Simon Marchi <simon.marchi@efficios.com>
382
383 * tdesc.h (class print_xml_feature) <add_line>: Add
384 ATTRIBUTE_PRINTF.
385
caa7fd04
AB
3862020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
389 output content, and call indent as needed in all overloaded
390 variants.
391 (print_xml_feature::visit_post): Likewise.
392 (print_xml_feature::visit): Likewise.
393 (print_xml_feature::add_line): Two new overloaded functions.
394 * tdesc.h (print_xml_feature::indent): New member function.
395 (print_xml_feature::add_line): Two new overloaded member
396 functions.
397 (print_xml_feature::m_depth): New member variable.
398
fbf42f4e
AB
3992020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
402 information.
403 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
404 (tdesc_compatible_info_up): New typedef.
405 (tdesc_compatible_info_list): Declare new function.
406 (tdesc_compatible_info_arch_name): Declare new function.
407
7dbfcd6f
MW
4082020-05-25 Michael Weghorn <m.weghorn@posteo.de>
409
410 * common-utils.cc, common-utils.h (stringify_argv): Drop
411 now unused function stringify_argv
412
8c4b5f3d
MW
4132020-05-25 Michael Weghorn <m.weghorn@posteo.de>
414
415 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
416 Adapt to take a gdb::array_view<char * const> parameter.
417 Adapt call site.
418
c699004a
MW
4192020-05-25 Michael Weghorn <m.weghorn@posteo.de>
420
421 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
422 Adapt to handle zero args and return a std::string.
423 Adapt call site.
424
92651b1d
MW
4252020-05-25 Michael Weghorn <m.weghorn@posteo.de>
426
427 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
428 Move function here from gdb/infcmd.c, gdb/inferior.h
429
a51951c2
KB
4302020-05-14 Kevin Buettner <kevinb@redhat.com>
431
432 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
433
fc75c28b
TBA
4342020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
435
436 * common-regcache.h (regcache_read_pc_protected): New function
437 declaration.
438
32d1f47a
TBA
4392020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
440
441 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
442
ff8885c3
SM
4432020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
444
445 * common-defs.h: Include cstdlib.h.
446
0fa7617d
TT
4472020-04-20 Tom Tromey <tromey@adacore.com>
448
449 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
450 Use initialization style. Don't call destroy.
451 * scoped_fd.h (class scoped_fd): Mark move constructor as
452 noexcept.
453 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
454 noexcept.
455
7990abcc
TT
4562020-04-13 Tom Tromey <tom@tromey.com>
457
458 * event-loop.c: Move comment. Remove obsolete comment.
459
400b5eca
TT
4602020-04-13 Tom Tromey <tom@tromey.com>
461
462 * event-loop.h: Move from ../gdb/.
463 * event-loop.cc: Move from ../gdb/.
464
c1cd3163
TT
4652020-04-13 Tom Tromey <tom@tromey.com>
466
467 * errors.h (flush_streams): Declare.
468
06cc9596
TT
4692020-04-13 Tom Tromey <tom@tromey.com>
470
471 * gdb_select.h: Move from ../gdb/.
472
8ae8e197
TT
4732020-04-13 Tom Tromey <tom@tromey.com>
474
475 * config.in, configure: Rebuild.
476 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
477 sys/select.h, and poll.
478
af62665e
TT
4792020-03-31 Tom Tromey <tromey@adacore.com>
480
481 * btrace-common.cc (btrace_data_append): Conditionally call
482 memcpy.
483
8f2dae6a
AB
4842020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * create-version.sh: Resolve issues highlighted by shellcheck.
487
c884cc46
SM
4882020-03-20 Simon Marchi <simon.marchi@efficios.com>
489
490 * config.in: Re-generate.
491 * configure: Re-generate.
492
d3e2a5e8
KR
4932020-03-17 Kamil Rytarowski <n54@gmx.com>
494
495 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
496
21329136
TT
4972020-03-12 Tom Tromey <tom@tromey.com>
498
499 * common-types.h: Remove GDBSERVER code.
500 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
501 * common-defs.h: Remove GDBSERVER code.
502
272cd5a3
SM
5032020-03-12 Simon Marchi <simon.marchi@efficios.com>
504
505 * selftest.m4: Moved from gdb/.
506 * acinclude.m4: Update path to selftest.m4.
507
db6878ac
SM
5082020-03-12 Simon Marchi <simon.marchi@efficios.com>
509
510 * configure.ac: Don't source bfd/development.sh.
511 * common.m4: Source bfd/development.sh.
512 * configure: Re-generate.
513
4d696a5c
SM
5142020-03-12 Simon Marchi <simon.marchi@efficios.com>
515
516 * configure: Re-generate.
517
a0761e34
SM
5182020-03-11 Simon Marchi <simon.marchi@efficios.com>
519
520 * configure: Re-generate.
521 * warning.m4: Enable -Wmissing-prototypes.
522
e63ee24f
TT
5232020-03-08 Tom Tromey <tom@tromey.com>
524
525 * gdb_binary_search.h: Fix two typos.
526
20ea4a60
AB
5272020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * .dir-locals.el: New file.
530
3d1e5a43
VP
5312020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
532
533 * configure.ac: Added call development.sh.
534 * configure: Regenerate.
535
842806cb
TBA
5362020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
537
538 * .gitattributes: New file.
539
89725b0d
SM
5402020-03-03 Simon Marchi <simon.marchi@efficios.com>
541
542 * Makefile.in: Re-generate.
543
d7592e97
SDJ
5442020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
545
546 * gdb-dlfcn.h (gdb_dlopen): Update comment.
547
9f1528a1
AB
5482020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * configure: Regenerate.
551
1a627e7e
TT
5522020-02-14 Tom Tromey <tom@tromey.com>
553
554 * common-defs.h: Change path to gnulib/config.h.
555
06b3c5bd
SM
5562020-02-13 Simon Marchi <simon.marchi@efficios.com>
557
558 * Makefile.am: Rename source files from .c to .cc.
559 (CC, CFLAGS): Don't override.
560 (AM_CFLAGS): Rename to ...
561 (AM_CXXFLAGS): ... this.
562 * Makefile.in: Re-generate.
563 * %.c: Rename to %.cc.
564
898e7f60
SM
5652020-02-11 Simon Marchi <simon.marchi@efficios.com>
566
567 * configure: Re-generate.
568
8ddd8e0e
SM
5692020-02-11 Simon Marchi <simon.marchi@efficios.com>
570
571 * warning.m4: Add -Wstrict-null-sentinel.
572 * configure: Re-generate.
573
58df732b
SM
5742020-02-11 Simon Marchi <simon.marchi@efficios.com>
575
576 * warning.m4: Move here, from gdb/warning.m4.
577 * acinclude.m4: Update warning.m4 path.
578 * Makefile.in: Re-generate.
579
629c2962
SM
5802020-02-11 Simon Marchi <simon.marchi@efficios.com>
581
582 * acinclude.m4: Include ../gdb/warning.m4.
583 * configure.ac: Use AM_GDB_WARNINGS.
584 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
585 * Makefile.in: Re-generate.
586 * configure: Re-generate.
587
85f0dd3c
TV
5882020-02-10 Tom de Vries <tdevries@suse.de>
589
590 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
591
43198d20
CB
5922020-01-24 Christian Biesinger <cbiesinger@google.com>
593
594 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
595 version of pthread_setname_np.
596
67b10306
PA
5972020-01-17 Pedro Alves <palves@redhat.com>
598
599 * Makefile.am: Append CXX_DIALECT to CXX.
600 * Makefile.in: Regenerate.
601
3684d331
PA
6022020-01-17 Pedro Alves <palves@redhat.com>
603
604 * configure.ac: Generate config.h instead of support-config.h.
605 * common-defs.h: Include <gdbsupport/config.h> instead of
606 <gdbsupport/support-config.h>.
607 * Makefile.in: Regenerate.
608 * configure: Regenerate.
609
0454ef42
TT
6102020-01-14 Tom Tromey <tom@tromey.com>
611
612 * Makefile.in: Rebuild.
613 * Makefile.am (check-defines): New target.
614 * check-defines.el: New file.
615
05ea2a05
TT
6162020-01-14 Tom Tromey <tom@tromey.com>
617
618 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
619 Rebuild.
620 * common.m4 (GDB_AC_COMMON): Move many checks from
621 gdb/configure.ac.
622 * acinclude.m4: Include bfd.m4, ptrace.m4.
623
01027315
TT
6242020-01-14 Tom Tromey <tom@tromey.com>
625
626 * common-defs.h: Add GDBSERVER case. Update includes.
627 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
628 Makefile.am, Makefile.in, README: New files.
629 * Moved from ../gdb/gdbsupport/
This page took 0.133176 seconds and 4 git commands to generate.