]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
gdbsupport: allow passing format string to scoped_debug_start_end
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
0df0cce7
SM
12021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * common-debug.h (struct scoped_debug_start_end)
4 <scoped_debug_start_end>: Change start_msg/end_msg for
5 start_prefix/end_prefix. Add format string parameter and make
6 variadic.
7 <~scoped_debug_start_end>: Adjust.
8 <m_end_msg>: Rename to...
9 <m_end_prefix>: ... this.
10 <m_with_format>: New.
11 <m_msg>: New.
12 (scoped_debug_start_end): Make variadic.
13 (scoped_debug_enter_exit): Adjust.
14
c90e7d63
SM
152021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * observable.h (class observable) <struct observer> <observer>:
18 Add name parameter.
19 <name>: New field.
20 <attach>: Add name parameter, update all callers.
21
ec098003
SM
222021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
23
24 * observable.h (class observable) <struct observer>: New.
25 <detach, notify>: Update.
26 <m_observers>: Change type to vector of observers.
27
98c897e3
SM
282021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
29
30 * observable.h (observer_debug): Change to bool.
31
4d6840c3
SM
322021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
33
34 * common-debug.h: Include preprocessor.h.
35
48136e00
LM
362021-03-24 Luis Machado <luis.machado@linaro.org>
37
38 * rsp-low.cc (fromhex, hex2bin): Move to ...
39 * common-utils.cc: ... here.
40 (fromhex) Change error message text to not be RSP-specific.
41 * rsp-low.h (fromhex, hex2bin): Move to ...
42 * common-utils.h: ... here.
43
e9338841
AM
442021-03-21 Alan Modra <amodra@gmail.com>
45
46 * common-utils.h (startswith): Delete version now supplied by bfd.h.
47
9c9d63b1
PM
482021-02-05 Paul E. Murphy <murphy@linux.ibm.com>
49
50 * common-defs.h (ATTRIBUTE_PRINTF): Rename
51 _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD.
52 * common-utils.h (xfree): Use GNULIB_NAMESPACE namespace when calling
53 free if this macro is defined.
54
d3ee35db
LS
552021-01-23 Lancelot SIX <lsix@lancelotsix.com>
56
57 * gdb_tilde_expand.cc (gdb_tilde_expand): Improve
58 implementation.
59 (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
60 * gdb_tilde_expand.h (gdb_tilde_expand): Update description.
61
2189c312
SM
622021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
63
64 * common-debug.h (debug_prefixed_printf_cond_nofunc): New.
65 * common-debug.c (debug_prefixed_vprintf): Handle a nullptr
66 func.
67
6abd4cf2
SM
682021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
69
70 PR gdb/27157
71 * pathstuff.cc (get_standard_cache_dir, get_standard_config_dir,
72 find_gdb_home_config_file): Add empty string check.
73
4b186f88
MF
742021-01-06 Mike Frysinger <vapier@gentoo.org>
75
76 * common-utils.h (align_up): Fix typo in header comment.
77
3ec3145c
SM
782021-01-04 Simon Marchi <simon.marchi@efficios.com>
79
80 * common-debug.h (debug_print_depth): New.
81 (struct scoped_debug_start_end): New.
82 (scoped_debug_start_end): New.
83 (scoped_debug_enter_exit): New.
84 * common-debug.cc (debug_prefixed_vprintf): Print indentation.
85
96648494
AB
862020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdbsupport/common-utils.cc: Change 'ctype.h' include to
89 'safe-ctype.h'.
90 (extract_string_maybe_quoted): Use safe-ctype function versions.
91 (is_digit_in_base): Likewise.
92 (digit_to_int): Likewise.
93 (strtoulst): Likewise.
94 (skip_spaces): Likewise.
95 (skip_to_space): Likewise.
96
74b773fc
SM
972020-12-11 Simon Marchi <simon.marchi@polymtl.ca>
98
99 * common-debug.h (debug_prefixed_printf_cond): New.
100 * event-loop.h (event_loop_debug_printf): Use
101 debug_prefixed_printf_cond.
102
60a7223f
AF
1032020-12-08 Alexander Fedotov <alfedotov@gmail.com>
104
105 * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA environment
106 variable when running on Windows.
107
54e75f29
AB
1082020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * tdesc.cc (print_xml_feature::visit): Print enum fields using
111 'evalue' syntax.
112
4f36e61b
CC
1132020-12-01 Chungyi Chi <demonic@csie.io>
114
115 * tdesc.cc (print_xml_feature::visit): Print enum size attribute.
116
14f62a09
TT
1172020-11-20 Tom Tromey <tromey@adacore.com>
118
119 * thread-pool.cc (thread_pool::set_thread_count): Ignore system
120 errors.
121
6c51cf51
TT
1222020-11-10 Tom Tromey <tromey@adacore.com>
123
124 PR build/26848:
125 * pathstuff.h: Move include block here...
126 * pathstuff.cc: ... from here.
127
8768c3e3
TT
1282020-11-02 Tom Tromey <tom@tromey.com>
129
130 * pathstuff.h (get_standard_config_dir): Declare.
131 * pathstuff.cc (get_standard_config_dir): New function.
132
dda83cd7
SM
1332020-11-02 Simon Marchi <simon.marchi@efficios.com>
134
135 * common-exceptions.h: Fix indentation.
136 * event-loop.cc: Fix indentation.
137 * fileio.cc: Fix indentation.
138 * filestuff.cc: Fix indentation.
139 * gdb-dlfcn.cc: Fix indentation.
140 * gdb_string_view.h: Fix indentation.
141 * job-control.cc: Fix indentation.
142 * signals.cc: Fix indentation.
143
17417fb0
SM
1442020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * common-debug.cc (debug_prefixed_printf): New.
147 * common-debug.h (debug_prefixed_printf): New declaration.
148 * event-loop.cc (event_loop_debug_printf_1): Remove.
149 * event-loop.h (event_loop_debug_printf_1): Remove.
150 (event_loop_debug_printf): Use debug_prefixed_printf.
151 (event_loop_ui_debug_printf): Use debug_prefixed_printf.
152
b9442ec1
SM
1532020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
154
155 * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
156 AC_LANG_PROGRAM.
157 * configure: Re-generate.
158
15dabc52
SM
1592020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
160
161 * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
162
864ca435
SM
1632020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
164
165 * configure: Re-generate.
166 * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
167 AC_LANG_PROGRAM.
168
5164c117
SM
1692020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
170
171 * configure: Re-generate.
172 * ptrace.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
173 AC_LANG_PROGRAM.
174
b6fb30ed
SM
1752020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
176
177 * configure: Re-generate.
178 * ptrace.m4: Re-indent.
179
e41fda1d
SM
1802020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
181
182 * aclocal.m4: Re-generate.
183 * configure: Re-generate.
184 * configure.ac: Remove AM_PROG_CC_STDC.
185
91e1a0ed
SM
1862020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
187
188 * configure.ac: Use AC_CANONICAL_{BUILD,HOST,TARGET} instead of
189 AC_CANONICAL_SYSTEM.
190 * configure: Re-generate.
191
d744f0f9
PA
1922020-10-26 Pedro Alves <pedro@palves.net>
193
194 * eintr.h (handle_eintr): Replace Ret template parameter with
195 ErrorValType. Use it as type of the failure value. Deduce the
196 function's return type using decltype. Use lowercase for function
197 parameter names.
198
006811bc
SM
1992020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
200
201 * Makefile.in: Re-generate.
202 * acinclude.m4: Update ptrace.m4 path.
203 * ptrace.m4: Move here.
204
51a948fd
AB
2052020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * tdesc.h (allocate_target_description): Update return type.
208
4a72de73
TT
2092020-10-07 Tom Tromey <tromey@adacore.com>
210
211 * Makefile.in: Rebuild.
212 * Makefile.am (libgdbsupport_a_SOURCES): Add search.cc.
213 * search.h: New file.
214 * search.cc: New file.
215
6b01403b
SM
2162020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
217
218 * event-loop.h (debug_event_loop): New variable declaration.
219 (event_loop_debug_printf_1): New function declaration.
220 (event_loop_debug_printf): New macro.
221 * event-loop.cc (debug_event_loop): New variable.
222 (handle_file_event): Add debug print.
223 (event_loop_debug_printf_1): New function.
224
ba988419
SM
2252020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
226
227 * common-debug.cc (debug_prefixed_vprintf): Move here.
228 * common-debug.h (debug_prefixed_vprintf): Move here.
229
2554f6f5
SM
2302020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
231
232 * event-loop.h (add_file_handler): Add "name" parameter.
233 * event-loop.cc (struct file_handler) <name>: New field.
234 (create_file_handler): Add "name" parameter, assign it to file
235 handler.
236 (add_file_handler): Add "name" parameter.
237
e2a2a24a
KR
2382020-10-01 Kamil Rytarowski <n54@gmx.com>
239
240 * agent.cc (gdb_connect_sync_socket): Preinitialize addr with zeros.
241
de38d64a
PA
2422020-09-29 Pedro Alves <pedro@palves.net>
243
244 * valid-expr.h (CHECK_VALID_EXPR_INT): Make archetype a template
245 class instead of an alias template and adjust static_assert.
246
29363cfa
SM
2472020-09-24 Simon Marchi <simon.marchi@efficios.com>
248
249 * event-loop.c (struct file_handler): Remove typedef, re-format.
250
e911c666
JB
2512020-09-16 John Baldwin <jhb@FreeBSD.org>
252
253 * common.m4 (GDB_AC_COMMON): Refactor checks for kinfo_getfile().
254 * configure, config.in: Regenerate.
255
04902b09
PA
2562020-09-14 Pedro Alves <pedro@palves.net>
257
258 * enum-flags.h: Include "traits.h".
259 (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
260 structure.
261 (enum_underlying_type): Update comment.
262 (namespace enum_flags_detail): New. Move struct zero_type here.
263 (EnumIsUnsigned, EnumIsSigned): New.
264 (class enum_flags): Make most methods constexpr.
265 (operator&=, operator|=, operator^=): Take an enum_flags instead
266 of an enum_type. Make rvalue ref versions deleted.
267 (operator enum_type()): Delete.
268 (operator&, operator|, operator^, operator~): Delete, moved out of
269 class.
270 (raw()): New method.
271 (is_enum_flags_enum_type_t): Declare.
272 (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
273 (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
274 operators.
275 (operator~): Now constexpr and reimplemented.
276 (operator<<, operator>>): New deleted functions.
277 * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
278
1945192c
PA
2792020-09-14 Pedro Alves <pedro@palves.net>
280
281 * traits.h (struct nonesuch, struct detector, detected_or)
282 (detected_or_t, is_detected, detected_t, detected_or)
283 (detected_or_t, is_detected_exact, is_detected_convertible): New.
284 * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
285
48c9b433
KR
2862020-09-10 Kamil Rytarowski <n54@gmx.com>
287
288 * eintr.h: New file.
289
ece5bc8a
SM
2902020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
291
292 * selftest.h (run_tests): Change parameter to array_view.
293 * selftest.c (run_tests): Change parameter to array_view and use
294 it.
295
c8693053
RO
2962020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
297
298 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
299 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
300 <sys/procfs.h>.
301 * Makefile.in: Regenerate.
302 * configure, config.in: Regenerate.
303
866b34a1
TV
3042020-07-28 Tom de Vries <tdevries@suse.de>
305
306 PR build/26281
307 * gdb_optional.h (class optional): Add volatile member to union
308 contaning m_dummy and m_item.
309
0e267416
AB
3102020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * tdesc.h (struct target_desc_deleter): Moved here
313 from gdb/target-descriptions.h, extend comment.
314 (target_desc_up): Likewise.
315
5ac58899
TT
3162020-06-30 Tom Tromey <tromey@adacore.com>
317
318 PR build/26183:
319 * gdb_string_view.h (basic_string_view::to_string): Remove.
320 (gdb::to_string): New function.
321
6db3031e
SM
3222020-06-27 Simon Marchi <simon.marchi@efficios.com>
323
324 * tdesc.h (class print_xml_feature) <add_line>: Add
325 ATTRIBUTE_PRINTF.
326
caa7fd04
AB
3272020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
330 output content, and call indent as needed in all overloaded
331 variants.
332 (print_xml_feature::visit_post): Likewise.
333 (print_xml_feature::visit): Likewise.
334 (print_xml_feature::add_line): Two new overloaded functions.
335 * tdesc.h (print_xml_feature::indent): New member function.
336 (print_xml_feature::add_line): Two new overloaded member
337 functions.
338 (print_xml_feature::m_depth): New member variable.
339
fbf42f4e
AB
3402020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
343 information.
344 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
345 (tdesc_compatible_info_up): New typedef.
346 (tdesc_compatible_info_list): Declare new function.
347 (tdesc_compatible_info_arch_name): Declare new function.
348
7dbfcd6f
MW
3492020-05-25 Michael Weghorn <m.weghorn@posteo.de>
350
351 * common-utils.cc, common-utils.h (stringify_argv): Drop
352 now unused function stringify_argv
353
8c4b5f3d
MW
3542020-05-25 Michael Weghorn <m.weghorn@posteo.de>
355
356 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
357 Adapt to take a gdb::array_view<char * const> parameter.
358 Adapt call site.
359
c699004a
MW
3602020-05-25 Michael Weghorn <m.weghorn@posteo.de>
361
362 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
363 Adapt to handle zero args and return a std::string.
364 Adapt call site.
365
92651b1d
MW
3662020-05-25 Michael Weghorn <m.weghorn@posteo.de>
367
368 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
369 Move function here from gdb/infcmd.c, gdb/inferior.h
370
a51951c2
KB
3712020-05-14 Kevin Buettner <kevinb@redhat.com>
372
373 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
374
fc75c28b
TBA
3752020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
376
377 * common-regcache.h (regcache_read_pc_protected): New function
378 declaration.
379
32d1f47a
TBA
3802020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
381
382 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
383
ff8885c3
SM
3842020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
385
386 * common-defs.h: Include cstdlib.h.
387
0fa7617d
TT
3882020-04-20 Tom Tromey <tromey@adacore.com>
389
390 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
391 Use initialization style. Don't call destroy.
392 * scoped_fd.h (class scoped_fd): Mark move constructor as
393 noexcept.
394 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
395 noexcept.
396
7990abcc
TT
3972020-04-13 Tom Tromey <tom@tromey.com>
398
399 * event-loop.c: Move comment. Remove obsolete comment.
400
400b5eca
TT
4012020-04-13 Tom Tromey <tom@tromey.com>
402
403 * event-loop.h: Move from ../gdb/.
404 * event-loop.cc: Move from ../gdb/.
405
c1cd3163
TT
4062020-04-13 Tom Tromey <tom@tromey.com>
407
408 * errors.h (flush_streams): Declare.
409
06cc9596
TT
4102020-04-13 Tom Tromey <tom@tromey.com>
411
412 * gdb_select.h: Move from ../gdb/.
413
8ae8e197
TT
4142020-04-13 Tom Tromey <tom@tromey.com>
415
416 * config.in, configure: Rebuild.
417 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
418 sys/select.h, and poll.
419
af62665e
TT
4202020-03-31 Tom Tromey <tromey@adacore.com>
421
422 * btrace-common.cc (btrace_data_append): Conditionally call
423 memcpy.
424
8f2dae6a
AB
4252020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * create-version.sh: Resolve issues highlighted by shellcheck.
428
c884cc46
SM
4292020-03-20 Simon Marchi <simon.marchi@efficios.com>
430
431 * config.in: Re-generate.
432 * configure: Re-generate.
433
d3e2a5e8
KR
4342020-03-17 Kamil Rytarowski <n54@gmx.com>
435
436 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
437
21329136
TT
4382020-03-12 Tom Tromey <tom@tromey.com>
439
440 * common-types.h: Remove GDBSERVER code.
441 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
442 * common-defs.h: Remove GDBSERVER code.
443
272cd5a3
SM
4442020-03-12 Simon Marchi <simon.marchi@efficios.com>
445
446 * selftest.m4: Moved from gdb/.
447 * acinclude.m4: Update path to selftest.m4.
448
db6878ac
SM
4492020-03-12 Simon Marchi <simon.marchi@efficios.com>
450
451 * configure.ac: Don't source bfd/development.sh.
452 * common.m4: Source bfd/development.sh.
453 * configure: Re-generate.
454
4d696a5c
SM
4552020-03-12 Simon Marchi <simon.marchi@efficios.com>
456
457 * configure: Re-generate.
458
a0761e34
SM
4592020-03-11 Simon Marchi <simon.marchi@efficios.com>
460
461 * configure: Re-generate.
462 * warning.m4: Enable -Wmissing-prototypes.
463
e63ee24f
TT
4642020-03-08 Tom Tromey <tom@tromey.com>
465
466 * gdb_binary_search.h: Fix two typos.
467
20ea4a60
AB
4682020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * .dir-locals.el: New file.
471
3d1e5a43
VP
4722020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
473
474 * configure.ac: Added call development.sh.
475 * configure: Regenerate.
476
842806cb
TBA
4772020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
478
479 * .gitattributes: New file.
480
89725b0d
SM
4812020-03-03 Simon Marchi <simon.marchi@efficios.com>
482
483 * Makefile.in: Re-generate.
484
d7592e97
SDJ
4852020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
486
487 * gdb-dlfcn.h (gdb_dlopen): Update comment.
488
9f1528a1
AB
4892020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * configure: Regenerate.
492
1a627e7e
TT
4932020-02-14 Tom Tromey <tom@tromey.com>
494
495 * common-defs.h: Change path to gnulib/config.h.
496
06b3c5bd
SM
4972020-02-13 Simon Marchi <simon.marchi@efficios.com>
498
499 * Makefile.am: Rename source files from .c to .cc.
500 (CC, CFLAGS): Don't override.
501 (AM_CFLAGS): Rename to ...
502 (AM_CXXFLAGS): ... this.
503 * Makefile.in: Re-generate.
504 * %.c: Rename to %.cc.
505
898e7f60
SM
5062020-02-11 Simon Marchi <simon.marchi@efficios.com>
507
508 * configure: Re-generate.
509
8ddd8e0e
SM
5102020-02-11 Simon Marchi <simon.marchi@efficios.com>
511
512 * warning.m4: Add -Wstrict-null-sentinel.
513 * configure: Re-generate.
514
58df732b
SM
5152020-02-11 Simon Marchi <simon.marchi@efficios.com>
516
517 * warning.m4: Move here, from gdb/warning.m4.
518 * acinclude.m4: Update warning.m4 path.
519 * Makefile.in: Re-generate.
520
629c2962
SM
5212020-02-11 Simon Marchi <simon.marchi@efficios.com>
522
523 * acinclude.m4: Include ../gdb/warning.m4.
524 * configure.ac: Use AM_GDB_WARNINGS.
525 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
526 * Makefile.in: Re-generate.
527 * configure: Re-generate.
528
85f0dd3c
TV
5292020-02-10 Tom de Vries <tdevries@suse.de>
530
531 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
532
43198d20
CB
5332020-01-24 Christian Biesinger <cbiesinger@google.com>
534
535 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
536 version of pthread_setname_np.
537
67b10306
PA
5382020-01-17 Pedro Alves <palves@redhat.com>
539
540 * Makefile.am: Append CXX_DIALECT to CXX.
541 * Makefile.in: Regenerate.
542
3684d331
PA
5432020-01-17 Pedro Alves <palves@redhat.com>
544
545 * configure.ac: Generate config.h instead of support-config.h.
546 * common-defs.h: Include <gdbsupport/config.h> instead of
547 <gdbsupport/support-config.h>.
548 * Makefile.in: Regenerate.
549 * configure: Regenerate.
550
0454ef42
TT
5512020-01-14 Tom Tromey <tom@tromey.com>
552
553 * Makefile.in: Rebuild.
554 * Makefile.am (check-defines): New target.
555 * check-defines.el: New file.
556
05ea2a05
TT
5572020-01-14 Tom Tromey <tom@tromey.com>
558
559 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
560 Rebuild.
561 * common.m4 (GDB_AC_COMMON): Move many checks from
562 gdb/configure.ac.
563 * acinclude.m4: Include bfd.m4, ptrace.m4.
564
01027315
TT
5652020-01-14 Tom Tromey <tom@tromey.com>
566
567 * common-defs.h: Add GDBSERVER case. Update includes.
568 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
569 Makefile.am, Makefile.in, README: New files.
570 * Moved from ../gdb/gdbsupport/