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