]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/ChangeLog
Update Swedish translation for the gas sub-directory and a new Serbian translation...
[thirdparty/binutils-gdb.git] / gdbsupport / ChangeLog
CommitLineData
32d1f47a
TBA
12020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
4
ff8885c3
SM
52020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * common-defs.h: Include cstdlib.h.
8
0fa7617d
TT
92020-04-20 Tom Tromey <tromey@adacore.com>
10
11 * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
12 Use initialization style. Don't call destroy.
13 * scoped_fd.h (class scoped_fd): Mark move constructor as
14 noexcept.
15 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
16 noexcept.
17
7990abcc
TT
182020-04-13 Tom Tromey <tom@tromey.com>
19
20 * event-loop.c: Move comment. Remove obsolete comment.
21
400b5eca
TT
222020-04-13 Tom Tromey <tom@tromey.com>
23
24 * event-loop.h: Move from ../gdb/.
25 * event-loop.cc: Move from ../gdb/.
26
c1cd3163
TT
272020-04-13 Tom Tromey <tom@tromey.com>
28
29 * errors.h (flush_streams): Declare.
30
06cc9596
TT
312020-04-13 Tom Tromey <tom@tromey.com>
32
33 * gdb_select.h: Move from ../gdb/.
34
8ae8e197
TT
352020-04-13 Tom Tromey <tom@tromey.com>
36
37 * config.in, configure: Rebuild.
38 * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
39 sys/select.h, and poll.
40
af62665e
TT
412020-03-31 Tom Tromey <tromey@adacore.com>
42
43 * btrace-common.cc (btrace_data_append): Conditionally call
44 memcpy.
45
8f2dae6a
AB
462020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * create-version.sh: Resolve issues highlighted by shellcheck.
49
c884cc46
SM
502020-03-20 Simon Marchi <simon.marchi@efficios.com>
51
52 * config.in: Re-generate.
53 * configure: Re-generate.
54
d3e2a5e8
KR
552020-03-17 Kamil Rytarowski <n54@gmx.com>
56
57 * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
58
21329136
TT
592020-03-12 Tom Tromey <tom@tromey.com>
60
61 * common-types.h: Remove GDBSERVER code.
62 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
63 * common-defs.h: Remove GDBSERVER code.
64
272cd5a3
SM
652020-03-12 Simon Marchi <simon.marchi@efficios.com>
66
67 * selftest.m4: Moved from gdb/.
68 * acinclude.m4: Update path to selftest.m4.
69
db6878ac
SM
702020-03-12 Simon Marchi <simon.marchi@efficios.com>
71
72 * configure.ac: Don't source bfd/development.sh.
73 * common.m4: Source bfd/development.sh.
74 * configure: Re-generate.
75
4d696a5c
SM
762020-03-12 Simon Marchi <simon.marchi@efficios.com>
77
78 * configure: Re-generate.
79
a0761e34
SM
802020-03-11 Simon Marchi <simon.marchi@efficios.com>
81
82 * configure: Re-generate.
83 * warning.m4: Enable -Wmissing-prototypes.
84
e63ee24f
TT
852020-03-08 Tom Tromey <tom@tromey.com>
86
87 * gdb_binary_search.h: Fix two typos.
88
20ea4a60
AB
892020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * .dir-locals.el: New file.
92
3d1e5a43
VP
932020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
94
95 * configure.ac: Added call development.sh.
96 * configure: Regenerate.
97
842806cb
TBA
982020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
99
100 * .gitattributes: New file.
101
89725b0d
SM
1022020-03-03 Simon Marchi <simon.marchi@efficios.com>
103
104 * Makefile.in: Re-generate.
105
d7592e97
SDJ
1062020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
107
108 * gdb-dlfcn.h (gdb_dlopen): Update comment.
109
9f1528a1
AB
1102020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * configure: Regenerate.
113
1a627e7e
TT
1142020-02-14 Tom Tromey <tom@tromey.com>
115
116 * common-defs.h: Change path to gnulib/config.h.
117
06b3c5bd
SM
1182020-02-13 Simon Marchi <simon.marchi@efficios.com>
119
120 * Makefile.am: Rename source files from .c to .cc.
121 (CC, CFLAGS): Don't override.
122 (AM_CFLAGS): Rename to ...
123 (AM_CXXFLAGS): ... this.
124 * Makefile.in: Re-generate.
125 * %.c: Rename to %.cc.
126
898e7f60
SM
1272020-02-11 Simon Marchi <simon.marchi@efficios.com>
128
129 * configure: Re-generate.
130
8ddd8e0e
SM
1312020-02-11 Simon Marchi <simon.marchi@efficios.com>
132
133 * warning.m4: Add -Wstrict-null-sentinel.
134 * configure: Re-generate.
135
58df732b
SM
1362020-02-11 Simon Marchi <simon.marchi@efficios.com>
137
138 * warning.m4: Move here, from gdb/warning.m4.
139 * acinclude.m4: Update warning.m4 path.
140 * Makefile.in: Re-generate.
141
629c2962
SM
1422020-02-11 Simon Marchi <simon.marchi@efficios.com>
143
144 * acinclude.m4: Include ../gdb/warning.m4.
145 * configure.ac: Use AM_GDB_WARNINGS.
146 * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
147 * Makefile.in: Re-generate.
148 * configure: Re-generate.
149
85f0dd3c
TV
1502020-02-10 Tom de Vries <tdevries@suse.de>
151
152 * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
153
43198d20
CB
1542020-01-24 Christian Biesinger <cbiesinger@google.com>
155
156 * thread-pool.c (set_thread_name): Add an overload for the NetBSD
157 version of pthread_setname_np.
158
67b10306
PA
1592020-01-17 Pedro Alves <palves@redhat.com>
160
161 * Makefile.am: Append CXX_DIALECT to CXX.
162 * Makefile.in: Regenerate.
163
3684d331
PA
1642020-01-17 Pedro Alves <palves@redhat.com>
165
166 * configure.ac: Generate config.h instead of support-config.h.
167 * common-defs.h: Include <gdbsupport/config.h> instead of
168 <gdbsupport/support-config.h>.
169 * Makefile.in: Regenerate.
170 * configure: Regenerate.
171
0454ef42
TT
1722020-01-14 Tom Tromey <tom@tromey.com>
173
174 * Makefile.in: Rebuild.
175 * Makefile.am (check-defines): New target.
176 * check-defines.el: New file.
177
05ea2a05
TT
1782020-01-14 Tom Tromey <tom@tromey.com>
179
180 * configure, Makefile.in, aclocal.m4, common.m4, config.in:
181 Rebuild.
182 * common.m4 (GDB_AC_COMMON): Move many checks from
183 gdb/configure.ac.
184 * acinclude.m4: Include bfd.m4, ptrace.m4.
185
01027315
TT
1862020-01-14 Tom Tromey <tom@tromey.com>
187
188 * common-defs.h: Add GDBSERVER case. Update includes.
189 * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
190 Makefile.am, Makefile.in, README: New files.
191 * Moved from ../gdb/gdbsupport/
192