Fix an internal compiler error when attempting to create a second $GDB_DEBUG$ section.
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
c8693053
RO
12020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
4 * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
5 <sys/procfs.h>.
6 * Makefile.in: Regenerate.
7 * configure, config.in: Regenerate.
8
866b34a1
TV
92020-07-28 Tom de Vries <tdevries@suse.de>
10
11 PR build/26281
12 * gdb_optional.h (class optional): Add volatile member to union
13 contaning m_dummy and m_item.
14
0e267416
AB
152020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * tdesc.h (struct target_desc_deleter): Moved here
18 from gdb/target-descriptions.h, extend comment.
19 (target_desc_up): Likewise.
20
5ac58899
TT
212020-06-30 Tom Tromey <tromey@adacore.com>
22
23 PR build/26183:
24 * gdb_string_view.h (basic_string_view::to_string): Remove.
25 (gdb::to_string): New function.
26
6db3031e
SM
272020-06-27 Simon Marchi <simon.marchi@efficios.com>
28
29 * tdesc.h (class print_xml_feature) <add_line>: Add
30 ATTRIBUTE_PRINTF.
31
caa7fd04
AB
322020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
35 output content, and call indent as needed in all overloaded
36 variants.
37 (print_xml_feature::visit_post): Likewise.
38 (print_xml_feature::visit): Likewise.
39 (print_xml_feature::add_line): Two new overloaded functions.
40 * tdesc.h (print_xml_feature::indent): New member function.
41 (print_xml_feature::add_line): Two new overloaded member
42 functions.
43 (print_xml_feature::m_depth): New member variable.
44
fbf42f4e
AB
452020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * tdesc.cc (print_xml_feature::visit_pre): Print compatible
48 information.
49 * tdesc.h (struct tdesc_compatible_info): Declare new struct.
50 (tdesc_compatible_info_up): New typedef.
51 (tdesc_compatible_info_list): Declare new function.
52 (tdesc_compatible_info_arch_name): Declare new function.
53
7dbfcd6f
MW
542020-05-25 Michael Weghorn <m.weghorn@posteo.de>
55
56 * common-utils.cc, common-utils.h (stringify_argv): Drop
57 now unused function stringify_argv
58
8c4b5f3d
MW
592020-05-25 Michael Weghorn <m.weghorn@posteo.de>
60
61 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
62 Adapt to take a gdb::array_view<char * const> parameter.
63 Adapt call site.
64
c699004a
MW
652020-05-25 Michael Weghorn <m.weghorn@posteo.de>
66
67 * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
68 Adapt to handle zero args and return a std::string.
69 Adapt call site.
70
92651b1d
MW
712020-05-25 Michael Weghorn <m.weghorn@posteo.de>
72
73 * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
74 Move function here from gdb/infcmd.c, gdb/inferior.h
75
a51951c2
KB
762020-05-14 Kevin Buettner <kevinb@redhat.com>
77
78 * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
79
fc75c28b
TBA
802020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
81
82 * common-regcache.h (regcache_read_pc_protected): New function
83 declaration.
84
32d1f47a
TBA
852020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
86
87 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
88
ff8885c3
SM
892020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
90
91 * common-defs.h: Include cstdlib.h.
92
0fa7617d
TT
932020-04-20 Tom Tromey <tromey@adacore.com>
94
95 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
96 Use initialization style. Don't call destroy.
97 * scoped_fd.h (class scoped_fd): Mark move constructor as
98 noexcept.
99 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
100 noexcept.
101
7990abcc
TT
1022020-04-13 Tom Tromey <tom@tromey.com>
103
104 * event-loop.c: Move comment. Remove obsolete comment.
105
400b5eca
TT
1062020-04-13 Tom Tromey <tom@tromey.com>
107
108 * event-loop.h: Move from ../gdb/.
109 * event-loop.cc: Move from ../gdb/.
110
c1cd3163
TT
1112020-04-13 Tom Tromey <tom@tromey.com>
112
113 * errors.h (flush_streams): Declare.
114
06cc9596
TT
1152020-04-13 Tom Tromey <tom@tromey.com>
116
117 * gdb_select.h: Move from ../gdb/.
118
8ae8e197
TT
1192020-04-13 Tom Tromey <tom@tromey.com>
120
121 * config.in, configure: Rebuild.
122 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
123 sys/select.h, and poll.
124
af62665e
TT
1252020-03-31 Tom Tromey <tromey@adacore.com>
126
127 * btrace-common.cc (btrace_data_append): Conditionally call
128 memcpy.
129
8f2dae6a
AB
1302020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * create-version.sh: Resolve issues highlighted by shellcheck.
133
c884cc46
SM
1342020-03-20 Simon Marchi <simon.marchi@efficios.com>
135
136 * config.in: Re-generate.
137 * configure: Re-generate.
138
d3e2a5e8
KR
1392020-03-17 Kamil Rytarowski <n54@gmx.com>
140
141 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
142
21329136
TT
1432020-03-12 Tom Tromey <tom@tromey.com>
144
145 * common-types.h: Remove GDBSERVER code.
146 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
147 * common-defs.h: Remove GDBSERVER code.
148
272cd5a3
SM
1492020-03-12 Simon Marchi <simon.marchi@efficios.com>
150
151 * selftest.m4: Moved from gdb/.
152 * acinclude.m4: Update path to selftest.m4.
153
db6878ac
SM
1542020-03-12 Simon Marchi <simon.marchi@efficios.com>
155
156 * configure.ac: Don't source bfd/development.sh.
157 * common.m4: Source bfd/development.sh.
158 * configure: Re-generate.
159
4d696a5c
SM
1602020-03-12 Simon Marchi <simon.marchi@efficios.com>
161
162 * configure: Re-generate.
163
a0761e34
SM
1642020-03-11 Simon Marchi <simon.marchi@efficios.com>
165
166 * configure: Re-generate.
167 * warning.m4: Enable -Wmissing-prototypes.
168
e63ee24f
TT
1692020-03-08 Tom Tromey <tom@tromey.com>
170
171 * gdb_binary_search.h: Fix two typos.
172
20ea4a60
AB
1732020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * .dir-locals.el: New file.
176
3d1e5a43
VP
1772020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
178
179 * configure.ac: Added call development.sh.
180 * configure: Regenerate.
181
842806cb
TBA
1822020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
183
184 * .gitattributes: New file.
185
89725b0d
SM
1862020-03-03 Simon Marchi <simon.marchi@efficios.com>
187
188 * Makefile.in: Re-generate.
189
d7592e97
SDJ
1902020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
191
192 * gdb-dlfcn.h (gdb_dlopen): Update comment.
193
9f1528a1
AB
1942020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * configure: Regenerate.
197
1a627e7e
TT
1982020-02-14 Tom Tromey <tom@tromey.com>
199
200 * common-defs.h: Change path to gnulib/config.h.
201
06b3c5bd
SM
2022020-02-13 Simon Marchi <simon.marchi@efficios.com>
203
204 * Makefile.am: Rename source files from .c to .cc.
205 (CC, CFLAGS): Don't override.
206 (AM_CFLAGS): Rename to ...
207 (AM_CXXFLAGS): ... this.
208 * Makefile.in: Re-generate.
209 * %.c: Rename to %.cc.
210
898e7f60
SM
2112020-02-11 Simon Marchi <simon.marchi@efficios.com>
212
213 * configure: Re-generate.
214
8ddd8e0e
SM
2152020-02-11 Simon Marchi <simon.marchi@efficios.com>
216
217 * warning.m4: Add -Wstrict-null-sentinel.
218 * configure: Re-generate.
219
58df732b
SM
2202020-02-11 Simon Marchi <simon.marchi@efficios.com>
221
222 * warning.m4: Move here, from gdb/warning.m4.
223 * acinclude.m4: Update warning.m4 path.
224 * Makefile.in: Re-generate.
225
629c2962
SM
2262020-02-11 Simon Marchi <simon.marchi@efficios.com>
227
228 * acinclude.m4: Include ../gdb/warning.m4.
229 * configure.ac: Use AM_GDB_WARNINGS.
230 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
231 * Makefile.in: Re-generate.
232 * configure: Re-generate.
233
85f0dd3c
TV
2342020-02-10 Tom de Vries <tdevries@suse.de>
235
236 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
237
43198d20
CB
2382020-01-24 Christian Biesinger <cbiesinger@google.com>
239
240 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
241 version of pthread_setname_np.
242
67b10306
PA
2432020-01-17 Pedro Alves <palves@redhat.com>
244
245 * Makefile.am: Append CXX_DIALECT to CXX.
246 * Makefile.in: Regenerate.
247
3684d331
PA
2482020-01-17 Pedro Alves <palves@redhat.com>
249
250 * configure.ac: Generate config.h instead of support-config.h.
251 * common-defs.h: Include <gdbsupport/config.h> instead of
252 <gdbsupport/support-config.h>.
253 * Makefile.in: Regenerate.
254 * configure: Regenerate.
255
0454ef42
TT
2562020-01-14 Tom Tromey <tom@tromey.com>
257
258 * Makefile.in: Rebuild.
259 * Makefile.am (check-defines): New target.
260 * check-defines.el: New file.
261
05ea2a05
TT
2622020-01-14 Tom Tromey <tom@tromey.com>
263
264 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
265 Rebuild.
266 * common.m4 (GDB_AC_COMMON): Move many checks from
267 gdb/configure.ac.
268 * acinclude.m4: Include bfd.m4, ptrace.m4.
269
01027315
TT
2702020-01-14 Tom Tromey <tom@tromey.com>
271
272 * common-defs.h: Add GDBSERVER case. Update includes.
273 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
274 Makefile.am, Makefile.in, README: New files.
275 * Moved from ../gdb/gdbsupport/
276
This page took 0.16348 seconds and 4 git commands to generate.