gdbsupport: include cstdlib in common-defs.h
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
1 2020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * common-defs.h: Include cstdlib.h.
4
5 2020-04-20 Tom Tromey <tromey@adacore.com>
6
7 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
8 Use initialization style. Don't call destroy.
9 * scoped_fd.h (class scoped_fd): Mark move constructor as
10 noexcept.
11 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
12 noexcept.
13
14 2020-04-13 Tom Tromey <tom@tromey.com>
15
16 * event-loop.c: Move comment. Remove obsolete comment.
17
18 2020-04-13 Tom Tromey <tom@tromey.com>
19
20 * event-loop.h: Move from ../gdb/.
21 * event-loop.cc: Move from ../gdb/.
22
23 2020-04-13 Tom Tromey <tom@tromey.com>
24
25 * errors.h (flush_streams): Declare.
26
27 2020-04-13 Tom Tromey <tom@tromey.com>
28
29 * gdb_select.h: Move from ../gdb/.
30
31 2020-04-13 Tom Tromey <tom@tromey.com>
32
33 * config.in, configure: Rebuild.
34 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
35 sys/select.h, and poll.
36
37 2020-03-31 Tom Tromey <tromey@adacore.com>
38
39 * btrace-common.cc (btrace_data_append): Conditionally call
40 memcpy.
41
42 2020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * create-version.sh: Resolve issues highlighted by shellcheck.
45
46 2020-03-20 Simon Marchi <simon.marchi@efficios.com>
47
48 * config.in: Re-generate.
49 * configure: Re-generate.
50
51 2020-03-17 Kamil Rytarowski <n54@gmx.com>
52
53 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
54
55 2020-03-12 Tom Tromey <tom@tromey.com>
56
57 * common-types.h: Remove GDBSERVER code.
58 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
59 * common-defs.h: Remove GDBSERVER code.
60
61 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
62
63 * selftest.m4: Moved from gdb/.
64 * acinclude.m4: Update path to selftest.m4.
65
66 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
67
68 * configure.ac: Don't source bfd/development.sh.
69 * common.m4: Source bfd/development.sh.
70 * configure: Re-generate.
71
72 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
73
74 * configure: Re-generate.
75
76 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
77
78 * configure: Re-generate.
79 * warning.m4: Enable -Wmissing-prototypes.
80
81 2020-03-08 Tom Tromey <tom@tromey.com>
82
83 * gdb_binary_search.h: Fix two typos.
84
85 2020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * .dir-locals.el: New file.
88
89 2020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
90
91 * configure.ac: Added call development.sh.
92 * configure: Regenerate.
93
94 2020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
95
96 * .gitattributes: New file.
97
98 2020-03-03 Simon Marchi <simon.marchi@efficios.com>
99
100 * Makefile.in: Re-generate.
101
102 2020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 * gdb-dlfcn.h (gdb_dlopen): Update comment.
105
106 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * configure: Regenerate.
109
110 2020-02-14 Tom Tromey <tom@tromey.com>
111
112 * common-defs.h: Change path to gnulib/config.h.
113
114 2020-02-13 Simon Marchi <simon.marchi@efficios.com>
115
116 * Makefile.am: Rename source files from .c to .cc.
117 (CC, CFLAGS): Don't override.
118 (AM_CFLAGS): Rename to ...
119 (AM_CXXFLAGS): ... this.
120 * Makefile.in: Re-generate.
121 * %.c: Rename to %.cc.
122
123 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
124
125 * configure: Re-generate.
126
127 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
128
129 * warning.m4: Add -Wstrict-null-sentinel.
130 * configure: Re-generate.
131
132 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
133
134 * warning.m4: Move here, from gdb/warning.m4.
135 * acinclude.m4: Update warning.m4 path.
136 * Makefile.in: Re-generate.
137
138 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
139
140 * acinclude.m4: Include ../gdb/warning.m4.
141 * configure.ac: Use AM_GDB_WARNINGS.
142 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
143 * Makefile.in: Re-generate.
144 * configure: Re-generate.
145
146 2020-02-10 Tom de Vries <tdevries@suse.de>
147
148 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
149
150 2020-01-24 Christian Biesinger <cbiesinger@google.com>
151
152 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
153 version of pthread_setname_np.
154
155 2020-01-17 Pedro Alves <palves@redhat.com>
156
157 * Makefile.am: Append CXX_DIALECT to CXX.
158 * Makefile.in: Regenerate.
159
160 2020-01-17 Pedro Alves <palves@redhat.com>
161
162 * configure.ac: Generate config.h instead of support-config.h.
163 * common-defs.h: Include <gdbsupport/config.h> instead of
164 <gdbsupport/support-config.h>.
165 * Makefile.in: Regenerate.
166 * configure: Regenerate.
167
168 2020-01-14 Tom Tromey <tom@tromey.com>
169
170 * Makefile.in: Rebuild.
171 * Makefile.am (check-defines): New target.
172 * check-defines.el: New file.
173
174 2020-01-14 Tom Tromey <tom@tromey.com>
175
176 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
177 Rebuild.
178 * common.m4 (GDB_AC_COMMON): Move many checks from
179 gdb/configure.ac.
180 * acinclude.m4: Include bfd.m4, ptrace.m4.
181
182 2020-01-14 Tom Tromey <tom@tromey.com>
183
184 * common-defs.h: Add GDBSERVER case. Update includes.
185 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
186 Makefile.am, Makefile.in, README: New files.
187 * Moved from ../gdb/gdbsupport/
188
This page took 0.036467 seconds and 4 git commands to generate.