gdbsupport: allow to specify dependencies between observers
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
9a6e099f
MW
12021-04-27 Michael Weghorn <m.weghorn@posteo.de>
2 Simon Marchi <simon.marchi@polymtl.ca>
3
4 * observable.h (class observable): Extend to allow specifying
5 dependencies between observers, keep vector holding observers
6 sorted so that dependencies are notified before observers
7 depending on them.
8
a8536c46
SM
92021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
10
11 * observable.h (observer_debug_printf,
12 OBSERVER_SCOPED_DEBUG_START_END): New.
13 (class observable) <notify, attach>: Use them.
14
0df0cce7
SM
152021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * common-debug.h (struct scoped_debug_start_end)
18 <scoped_debug_start_end>: Change start_msg/end_msg for
19 start_prefix/end_prefix. Add format string parameter and make
20 variadic.
21 <~scoped_debug_start_end>: Adjust.
22 <m_end_msg>: Rename to...
23 <m_end_prefix>: ... this.
24 <m_with_format>: New.
25 <m_msg>: New.
26 (scoped_debug_start_end): Make variadic.
27 (scoped_debug_enter_exit): Adjust.
28
c90e7d63
SM
292021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
30
31 * observable.h (class observable) <struct observer> <observer>:
32 Add name parameter.
33 <name>: New field.
34 <attach>: Add name parameter, update all callers.
35
ec098003
SM
362021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * observable.h (class observable) <struct observer>: New.
39 <detach, notify>: Update.
40 <m_observers>: Change type to vector of observers.
41
98c897e3
SM
422021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
43
44 * observable.h (observer_debug): Change to bool.
45
4d6840c3
SM
462021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
47
48 * common-debug.h: Include preprocessor.h.
49
48136e00
LM
502021-03-24 Luis Machado <luis.machado@linaro.org>
51
52 * rsp-low.cc (fromhex, hex2bin): Move to ...
53 * common-utils.cc: ... here.
54 (fromhex) Change error message text to not be RSP-specific.
55 * rsp-low.h (fromhex, hex2bin): Move to ...
56 * common-utils.h: ... here.
57
e9338841
AM
582021-03-21 Alan Modra <amodra@gmail.com>
59
60 * common-utils.h (startswith): Delete version now supplied by bfd.h.
61
9c9d63b1
PM
622021-02-05 Paul E. Murphy <murphy@linux.ibm.com>
63
64 * common-defs.h (ATTRIBUTE_PRINTF): Rename
65 _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD.
66 * common-utils.h (xfree): Use GNULIB_NAMESPACE namespace when calling
67 free if this macro is defined.
68
d3ee35db
LS
692021-01-23 Lancelot SIX <lsix@lancelotsix.com>
70
71 * gdb_tilde_expand.cc (gdb_tilde_expand): Improve
72 implementation.
73 (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
74 * gdb_tilde_expand.h (gdb_tilde_expand): Update description.
75
2189c312
SM
762021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
77
78 * common-debug.h (debug_prefixed_printf_cond_nofunc): New.
79 * common-debug.c (debug_prefixed_vprintf): Handle a nullptr
80 func.
81
6abd4cf2
SM
822021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
83
84 PR gdb/27157
85 * pathstuff.cc (get_standard_cache_dir, get_standard_config_dir,
86 find_gdb_home_config_file): Add empty string check.
87
4b186f88
MF
882021-01-06 Mike Frysinger <vapier@gentoo.org>
89
90 * common-utils.h (align_up): Fix typo in header comment.
91
3ec3145c
SM
922021-01-04 Simon Marchi <simon.marchi@efficios.com>
93
94 * common-debug.h (debug_print_depth): New.
95 (struct scoped_debug_start_end): New.
96 (scoped_debug_start_end): New.
97 (scoped_debug_enter_exit): New.
98 * common-debug.cc (debug_prefixed_vprintf): Print indentation.
99
96648494
AB
1002020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdbsupport/common-utils.cc: Change 'ctype.h' include to
103 'safe-ctype.h'.
104 (extract_string_maybe_quoted): Use safe-ctype function versions.
105 (is_digit_in_base): Likewise.
106 (digit_to_int): Likewise.
107 (strtoulst): Likewise.
108 (skip_spaces): Likewise.
109 (skip_to_space): Likewise.
110
74b773fc
SM
1112020-12-11 Simon Marchi <simon.marchi@polymtl.ca>
112
113 * common-debug.h (debug_prefixed_printf_cond): New.
114 * event-loop.h (event_loop_debug_printf): Use
115 debug_prefixed_printf_cond.
116
60a7223f
AF
1172020-12-08 Alexander Fedotov <alfedotov@gmail.com>
118
119 * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA environment
120 variable when running on Windows.
121
54e75f29
AB
1222020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * tdesc.cc (print_xml_feature::visit): Print enum fields using
125 'evalue' syntax.
126
4f36e61b
CC
1272020-12-01 Chungyi Chi <demonic@csie.io>
128
129 * tdesc.cc (print_xml_feature::visit): Print enum size attribute.
130
14f62a09
TT
1312020-11-20 Tom Tromey <tromey@adacore.com>
132
133 * thread-pool.cc (thread_pool::set_thread_count): Ignore system
134 errors.
135
6c51cf51
TT
1362020-11-10 Tom Tromey <tromey@adacore.com>
137
138 PR build/26848:
139 * pathstuff.h: Move include block here...
140 * pathstuff.cc: ... from here.
141
8768c3e3
TT
1422020-11-02 Tom Tromey <tom@tromey.com>
143
144 * pathstuff.h (get_standard_config_dir): Declare.
145 * pathstuff.cc (get_standard_config_dir): New function.
146
dda83cd7
SM
1472020-11-02 Simon Marchi <simon.marchi@efficios.com>
148
149 * common-exceptions.h: Fix indentation.
150 * event-loop.cc: Fix indentation.
151 * fileio.cc: Fix indentation.
152 * filestuff.cc: Fix indentation.
153 * gdb-dlfcn.cc: Fix indentation.
154 * gdb_string_view.h: Fix indentation.
155 * job-control.cc: Fix indentation.
156 * signals.cc: Fix indentation.
157
17417fb0
SM
1582020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
159
160 * common-debug.cc (debug_prefixed_printf): New.
161 * common-debug.h (debug_prefixed_printf): New declaration.
162 * event-loop.cc (event_loop_debug_printf_1): Remove.
163 * event-loop.h (event_loop_debug_printf_1): Remove.
164 (event_loop_debug_printf): Use debug_prefixed_printf.
165 (event_loop_ui_debug_printf): Use debug_prefixed_printf.
166
b9442ec1
SM
1672020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
168
169 * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
170 AC_LANG_PROGRAM.
171 * configure: Re-generate.
172
15dabc52
SM
1732020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
174
175 * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
176
864ca435
SM
1772020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
178
179 * configure: Re-generate.
180 * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
181 AC_LANG_PROGRAM.
182
5164c117
SM
1832020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
184
185 * configure: Re-generate.
186 * ptrace.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
187 AC_LANG_PROGRAM.
188
b6fb30ed
SM
1892020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
190
191 * configure: Re-generate.
192 * ptrace.m4: Re-indent.
193
e41fda1d
SM
1942020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
195
196 * aclocal.m4: Re-generate.
197 * configure: Re-generate.
198 * configure.ac: Remove AM_PROG_CC_STDC.
199
91e1a0ed
SM
2002020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
201
202 * configure.ac: Use AC_CANONICAL_{BUILD,HOST,TARGET} instead of
203 AC_CANONICAL_SYSTEM.
204 * configure: Re-generate.
205
d744f0f9
PA
2062020-10-26 Pedro Alves <pedro@palves.net>
207
208 * eintr.h (handle_eintr): Replace Ret template parameter with
209 ErrorValType. Use it as type of the failure value. Deduce the
210 function's return type using decltype. Use lowercase for function
211 parameter names.
212
006811bc
SM
2132020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
214
215 * Makefile.in: Re-generate.
216 * acinclude.m4: Update ptrace.m4 path.
217 * ptrace.m4: Move here.
218
51a948fd
AB
2192020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * tdesc.h (allocate_target_description): Update return type.
222
4a72de73
TT
2232020-10-07 Tom Tromey <tromey@adacore.com>
224
225 * Makefile.in: Rebuild.
226 * Makefile.am (libgdbsupport_a_SOURCES): Add search.cc.
227 * search.h: New file.
228 * search.cc: New file.
229
6b01403b
SM
2302020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
231
232 * event-loop.h (debug_event_loop): New variable declaration.
233 (event_loop_debug_printf_1): New function declaration.
234 (event_loop_debug_printf): New macro.
235 * event-loop.cc (debug_event_loop): New variable.
236 (handle_file_event): Add debug print.
237 (event_loop_debug_printf_1): New function.
238
ba988419
SM
2392020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * common-debug.cc (debug_prefixed_vprintf): Move here.
242 * common-debug.h (debug_prefixed_vprintf): Move here.
243
2554f6f5
SM
2442020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
245
246 * event-loop.h (add_file_handler): Add "name" parameter.
247 * event-loop.cc (struct file_handler) <name>: New field.
248 (create_file_handler): Add "name" parameter, assign it to file
249 handler.
250 (add_file_handler): Add "name" parameter.
251
e2a2a24a
KR
2522020-10-01 Kamil Rytarowski <n54@gmx.com>
253
254 * agent.cc (gdb_connect_sync_socket): Preinitialize addr with zeros.
255
de38d64a
PA
2562020-09-29 Pedro Alves <pedro@palves.net>
257
258 * valid-expr.h (CHECK_VALID_EXPR_INT): Make archetype a template
259 class instead of an alias template and adjust static_assert.
260
29363cfa
SM
2612020-09-24 Simon Marchi <simon.marchi@efficios.com>
262
263 * event-loop.c (struct file_handler): Remove typedef, re-format.
264
e911c666
JB
2652020-09-16 John Baldwin <jhb@FreeBSD.org>
266
267 * common.m4 (GDB_AC_COMMON): Refactor checks for kinfo_getfile().
268 * configure, config.in: Regenerate.
269
04902b09
PA
2702020-09-14 Pedro Alves <pedro@palves.net>
271
272 * enum-flags.h: Include "traits.h".
273 (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
274 structure.
275 (enum_underlying_type): Update comment.
276 (namespace enum_flags_detail): New. Move struct zero_type here.
277 (EnumIsUnsigned, EnumIsSigned): New.
278 (class enum_flags): Make most methods constexpr.
279 (operator&=, operator|=, operator^=): Take an enum_flags instead
280 of an enum_type. Make rvalue ref versions deleted.
281 (operator enum_type()): Delete.
282 (operator&, operator|, operator^, operator~): Delete, moved out of
283 class.
284 (raw()): New method.
285 (is_enum_flags_enum_type_t): Declare.
286 (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
287 (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
288 operators.
289 (operator~): Now constexpr and reimplemented.
290 (operator<<, operator>>): New deleted functions.
291 * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
292
1945192c
PA
2932020-09-14 Pedro Alves <pedro@palves.net>
294
295 * traits.h (struct nonesuch, struct detector, detected_or)
296 (detected_or_t, is_detected, detected_t, detected_or)
297 (detected_or_t, is_detected_exact, is_detected_convertible): New.
298 * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
299
48c9b433
KR
3002020-09-10 Kamil Rytarowski <n54@gmx.com>
301
302 * eintr.h: New file.
303
ece5bc8a
SM
3042020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
305
306 * selftest.h (run_tests): Change parameter to array_view.
307 * selftest.c (run_tests): Change parameter to array_view and use
308 it.
309
c8693053
RO
3102020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
311
312 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
313 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
314 <sys/procfs.h>.
315 * Makefile.in: Regenerate.
316 * configure, config.in: Regenerate.
317
866b34a1
TV
3182020-07-28 Tom de Vries <tdevries@suse.de>
319
320 PR build/26281
321 * gdb_optional.h (class optional): Add volatile member to union
322 contaning m_dummy and m_item.
323
0e267416
AB
3242020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * tdesc.h (struct target_desc_deleter): Moved here
327 from gdb/target-descriptions.h, extend comment.
328 (target_desc_up): Likewise.
329
5ac58899
TT
3302020-06-30 Tom Tromey <tromey@adacore.com>
331
332 PR build/26183:
333 * gdb_string_view.h (basic_string_view::to_string): Remove.
334 (gdb::to_string): New function.
335
6db3031e
SM
3362020-06-27 Simon Marchi <simon.marchi@efficios.com>
337
338 * tdesc.h (class print_xml_feature) <add_line>: Add
339 ATTRIBUTE_PRINTF.
340
caa7fd04
AB
3412020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
344 output content, and call indent as needed in all overloaded
345 variants.
346 (print_xml_feature::visit_post): Likewise.
347 (print_xml_feature::visit): Likewise.
348 (print_xml_feature::add_line): Two new overloaded functions.
349 * tdesc.h (print_xml_feature::indent): New member function.
350 (print_xml_feature::add_line): Two new overloaded member
351 functions.
352 (print_xml_feature::m_depth): New member variable.
353
fbf42f4e
AB
3542020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
357 information.
358 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
359 (tdesc_compatible_info_up): New typedef.
360 (tdesc_compatible_info_list): Declare new function.
361 (tdesc_compatible_info_arch_name): Declare new function.
362
7dbfcd6f
MW
3632020-05-25 Michael Weghorn <m.weghorn@posteo.de>
364
365 * common-utils.cc, common-utils.h (stringify_argv): Drop
366 now unused function stringify_argv
367
8c4b5f3d
MW
3682020-05-25 Michael Weghorn <m.weghorn@posteo.de>
369
370 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
371 Adapt to take a gdb::array_view<char * const> parameter.
372 Adapt call site.
373
c699004a
MW
3742020-05-25 Michael Weghorn <m.weghorn@posteo.de>
375
376 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
377 Adapt to handle zero args and return a std::string.
378 Adapt call site.
379
92651b1d
MW
3802020-05-25 Michael Weghorn <m.weghorn@posteo.de>
381
382 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
383 Move function here from gdb/infcmd.c, gdb/inferior.h
384
a51951c2
KB
3852020-05-14 Kevin Buettner <kevinb@redhat.com>
386
387 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
388
fc75c28b
TBA
3892020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
390
391 * common-regcache.h (regcache_read_pc_protected): New function
392 declaration.
393
32d1f47a
TBA
3942020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
395
396 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
397
ff8885c3
SM
3982020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
399
400 * common-defs.h: Include cstdlib.h.
401
0fa7617d
TT
4022020-04-20 Tom Tromey <tromey@adacore.com>
403
404 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
405 Use initialization style. Don't call destroy.
406 * scoped_fd.h (class scoped_fd): Mark move constructor as
407 noexcept.
408 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
409 noexcept.
410
7990abcc
TT
4112020-04-13 Tom Tromey <tom@tromey.com>
412
413 * event-loop.c: Move comment. Remove obsolete comment.
414
400b5eca
TT
4152020-04-13 Tom Tromey <tom@tromey.com>
416
417 * event-loop.h: Move from ../gdb/.
418 * event-loop.cc: Move from ../gdb/.
419
c1cd3163
TT
4202020-04-13 Tom Tromey <tom@tromey.com>
421
422 * errors.h (flush_streams): Declare.
423
06cc9596
TT
4242020-04-13 Tom Tromey <tom@tromey.com>
425
426 * gdb_select.h: Move from ../gdb/.
427
8ae8e197
TT
4282020-04-13 Tom Tromey <tom@tromey.com>
429
430 * config.in, configure: Rebuild.
431 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
432 sys/select.h, and poll.
433
af62665e
TT
4342020-03-31 Tom Tromey <tromey@adacore.com>
435
436 * btrace-common.cc (btrace_data_append): Conditionally call
437 memcpy.
438
8f2dae6a
AB
4392020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * create-version.sh: Resolve issues highlighted by shellcheck.
442
c884cc46
SM
4432020-03-20 Simon Marchi <simon.marchi@efficios.com>
444
445 * config.in: Re-generate.
446 * configure: Re-generate.
447
d3e2a5e8
KR
4482020-03-17 Kamil Rytarowski <n54@gmx.com>
449
450 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
451
21329136
TT
4522020-03-12 Tom Tromey <tom@tromey.com>
453
454 * common-types.h: Remove GDBSERVER code.
455 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
456 * common-defs.h: Remove GDBSERVER code.
457
272cd5a3
SM
4582020-03-12 Simon Marchi <simon.marchi@efficios.com>
459
460 * selftest.m4: Moved from gdb/.
461 * acinclude.m4: Update path to selftest.m4.
462
db6878ac
SM
4632020-03-12 Simon Marchi <simon.marchi@efficios.com>
464
465 * configure.ac: Don't source bfd/development.sh.
466 * common.m4: Source bfd/development.sh.
467 * configure: Re-generate.
468
4d696a5c
SM
4692020-03-12 Simon Marchi <simon.marchi@efficios.com>
470
471 * configure: Re-generate.
472
a0761e34
SM
4732020-03-11 Simon Marchi <simon.marchi@efficios.com>
474
475 * configure: Re-generate.
476 * warning.m4: Enable -Wmissing-prototypes.
477
e63ee24f
TT
4782020-03-08 Tom Tromey <tom@tromey.com>
479
480 * gdb_binary_search.h: Fix two typos.
481
20ea4a60
AB
4822020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * .dir-locals.el: New file.
485
3d1e5a43
VP
4862020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
487
488 * configure.ac: Added call development.sh.
489 * configure: Regenerate.
490
842806cb
TBA
4912020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
492
493 * .gitattributes: New file.
494
89725b0d
SM
4952020-03-03 Simon Marchi <simon.marchi@efficios.com>
496
497 * Makefile.in: Re-generate.
498
d7592e97
SDJ
4992020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
500
501 * gdb-dlfcn.h (gdb_dlopen): Update comment.
502
9f1528a1
AB
5032020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * configure: Regenerate.
506
1a627e7e
TT
5072020-02-14 Tom Tromey <tom@tromey.com>
508
509 * common-defs.h: Change path to gnulib/config.h.
510
06b3c5bd
SM
5112020-02-13 Simon Marchi <simon.marchi@efficios.com>
512
513 * Makefile.am: Rename source files from .c to .cc.
514 (CC, CFLAGS): Don't override.
515 (AM_CFLAGS): Rename to ...
516 (AM_CXXFLAGS): ... this.
517 * Makefile.in: Re-generate.
518 * %.c: Rename to %.cc.
519
898e7f60
SM
5202020-02-11 Simon Marchi <simon.marchi@efficios.com>
521
522 * configure: Re-generate.
523
8ddd8e0e
SM
5242020-02-11 Simon Marchi <simon.marchi@efficios.com>
525
526 * warning.m4: Add -Wstrict-null-sentinel.
527 * configure: Re-generate.
528
58df732b
SM
5292020-02-11 Simon Marchi <simon.marchi@efficios.com>
530
531 * warning.m4: Move here, from gdb/warning.m4.
532 * acinclude.m4: Update warning.m4 path.
533 * Makefile.in: Re-generate.
534
629c2962
SM
5352020-02-11 Simon Marchi <simon.marchi@efficios.com>
536
537 * acinclude.m4: Include ../gdb/warning.m4.
538 * configure.ac: Use AM_GDB_WARNINGS.
539 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
540 * Makefile.in: Re-generate.
541 * configure: Re-generate.
542
85f0dd3c
TV
5432020-02-10 Tom de Vries <tdevries@suse.de>
544
545 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
546
43198d20
CB
5472020-01-24 Christian Biesinger <cbiesinger@google.com>
548
549 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
550 version of pthread_setname_np.
551
67b10306
PA
5522020-01-17 Pedro Alves <palves@redhat.com>
553
554 * Makefile.am: Append CXX_DIALECT to CXX.
555 * Makefile.in: Regenerate.
556
3684d331
PA
5572020-01-17 Pedro Alves <palves@redhat.com>
558
559 * configure.ac: Generate config.h instead of support-config.h.
560 * common-defs.h: Include <gdbsupport/config.h> instead of
561 <gdbsupport/support-config.h>.
562 * Makefile.in: Regenerate.
563 * configure: Regenerate.
564
0454ef42
TT
5652020-01-14 Tom Tromey <tom@tromey.com>
566
567 * Makefile.in: Rebuild.
568 * Makefile.am (check-defines): New target.
569 * check-defines.el: New file.
570
05ea2a05
TT
5712020-01-14 Tom Tromey <tom@tromey.com>
572
573 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
574 Rebuild.
575 * common.m4 (GDB_AC_COMMON): Move many checks from
576 gdb/configure.ac.
577 * acinclude.m4: Include bfd.m4, ptrace.m4.
578
01027315
TT
5792020-01-14 Tom Tromey <tom@tromey.com>
580
581 * common-defs.h: Add GDBSERVER case. Update includes.
582 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
583 Makefile.am, Makefile.in, README: New files.
584 * Moved from ../gdb/gdbsupport/
This page took 0.112597 seconds and 4 git commands to generate.