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