Pass NULL for the mem_attrib argument in the to_xfer_memory calls.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2001-03-15 Kevin Buettner <kevinb@redhat.com>
2
3 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
4 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
5 argument in the to_xfer_memory calls.
6
7 2001-03-15 Andrew Cagney <ac131313@redhat.com>
8
9 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
10 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
11
12 2001-03-15 Andrew Cagney <ac131313@redhat.com>
13
14 * wince.c (child_xfer_memory): Add attrib parameter.
15 * symm-nat.c (child_xfer_memory): Ditto.
16 * mac-nat.c (child_xfer_memory): Ditto.
17 * infttrace.c (child_xfer_memory): Ditto.
18 * procfs.c (procfs_xfer_memory): Ditto.
19 * lin-thread.c (thread_db_xfer_memory): Ditto.
20 * gnu-nat.c (gnu_xfer_memory): Ditto.
21
22 2001-03-14 Andrew Cagney <ac131313@redhat.com>
23
24 * NEWS: Mention that Harris/CXUX m88k is obsolete.
25
26 2001-03-13 Andrew Cagney <ac131313@redhat.com>
27
28 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
29 to regcache functions.
30 * config/m68k/tm-m68k.h: Ditto.
31 * config/i386/tm-i386v.h: Ditto.
32 * config/mcore/tm-mcore.h: Ditto.
33 * config/m88k/tm-m88k.h: Ditto.
34 * config/m68k/tm-news.h: Ditto.
35 * config/m68k/tm-linux.h: Ditto.
36 * config/m68k/tm-delta68.h: Ditto.
37 * config/m68k/nm-sun3.h: Ditto.
38 * config/m32r/tm-m32r.h: Ditto.
39 * config/i386/tm-symmetry.h: Ditto.
40 * config/i386/tm-sun386.h: Ditto.
41 * config/i386/tm-i386.h: Ditto.
42 * config/i386/nm-symmetry.h: Ditto.
43 * config/i386/nm-sun386.h: Ditto.
44 * config/i386/nm-ptx4.h: Ditto.
45 * config/i386/nm-i386mach.h: Ditto.
46 * config/h8500/tm-h8500.h: Ditto.
47 * config/h8300/tm-h8300.h: Ditto.
48 * config/fr30/tm-fr30.h: Ditto.
49 * config/d30v/tm-d30v.h: Ditto.
50 * config/arm/tm-arm.h: Ditto.
51 * config/arc/tm-arc.h: Ditto.
52 * config/alpha/tm-alpha.h: Ditto.
53 * config/a29k/tm-vx29k.h: Ditto.
54 * config/a29k/tm-a29k.h: Ditto.
55 * config/w65/tm-w65.h: Ditto.
56 * config/vax/tm-vax.h: Ditto.
57 * config/v850/tm-v850.h: Ditto.
58 * config/tic80/tm-tic80.h: Ditto.
59 * config/sparc/tm-sparclite.h: Ditto.
60 * config/sparc/tm-sparclet.h: Ditto.
61 * config/sparc/tm-sparc.h: Ditto.
62 * config/sparc/nm-sun4sol2.h: Ditto.
63 * config/sparc/nm-sun4os4.h: Ditto.
64 * config/sparc/nm-nbsd.h: Ditto.
65 * config/powerpc/nm-solaris.h: Ditto.
66 * config/pa/tm-hppao.h: Ditto.
67 * config/pa/tm-hppa.h: Ditto.
68 * config/pa/nm-hppab.h: Ditto.
69 * config/ns32k/tm-umax.h: Ditto.
70 * config/ns32k/tm-merlin.h: Ditto.
71 * config/nm-m3.h: Ditto.
72 * config/nm-gnu.h: Ditto.
73
74 2001-03-14 Andrew Cagney <ac131313@redhat.com>
75
76 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
77 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
78 Specify an m88k target. Include sample GAWK script to generate
79 target list. Delete non-existant romp target.
80 * TODO (GDB 5.1 - Cleanups): Update.
81
82 2001-03-14 Keith Seitz <keiths@cygnus.com>
83
84 * linespec.c (decode_line_1): Skip argptr over a leading
85 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
86
87 2001-03-14 Kevin Buettner <kevinb@redhat.com>
88
89 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
90
91 2001-03-13 Andrew Cagney <ac131313@redhat.com>
92
93 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
94 * m3-nat.c: Ditto.
95 * p-lang.h: Ditto.
96 * printcmd.c (printf_command): Ditto.
97 * ch-exp.c (match_integer_literal): Ditto.
98 * scm-tags.h: Ditto.
99 * ser-go32.c: Ditto.
100 * hppa-tdep.c (unwind_command): Ditto.
101 * defs.h (volatile): Delete macro definition. Assume __STDC__.
102 * remote-adapt.c (volatile): Ditto.
103 * remote-eb.c (volatile): Ditto.
104 * remote-mm.c (volatile): Ditto.
105 * defs.h (alloca): Assume __STDC__, declare returning void *.
106
107 2001-03-08 Andrew Cagney <ac131313@redhat.com>
108
109 * inferior.h (ARCH_NUM_REGS): Delete definition.
110 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
111 * regcache.c (registers_changed): Ditto.
112 (registers_fetched): Ditto.
113 * infptrace.c (fetch_inferior_registers): Ditto.
114 (store_inferior_registers): Ditto.
115 * infcmd.c (do_registers_info): Ditto.
116 (registers_info): Ditto.
117 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
118 (old_store_inferior_registers): Ditto.
119 * gdbserver/low-linux.c (register_addr): Ditto.
120 * gdbserver/low-hppabsd.c (register_addr): Ditto.
121 * core-aout.c: Don't include "inferior.h".
122 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
123 (register_addr): Ditto.
124
125 2001-03-13 Fernando Nasser <fnasser@redhat.com>
126
127 From Steven Johnson <sjohnson@neurizon.net>
128 * cli/cli-script.c (define_command): Fix setting of post hooks.
129
130 2001-03-13 Mark Kettenis <kettenis@gnu.org>
131
132 * i386-linux-tdep.c: Fix formatting and clarify comments.
133 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
134 where appropriate.
135
136 2001-03-12 Andrew Cagney <ac131313@redhat.com>
137
138 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
139 (proc_update_sc): Use gdb_assert instead of assert.
140 (proc_abort): Ditto.
141 (inf_set_step_thread): Ditto.
142 (gnu_wait): Ditto.
143 (S_exception_raise_request): Ditto.
144 (gnu_terminal_init_inferior): Ditto.
145
146 2001-03-09 Kevin Buettner <kevinb@redhat.com>
147
148 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
149 (solib-legacy.o): New makefile target.
150 * solib-legacy.c: New file.
151 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
152 (default_svr4_fetch_link_map_offsets): Delete.
153 (set_solib_svr4_fetch_link_map_offsets): Declare.
154 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
155 * solib-svr4.c (elf/common.h): Include.
156 (link.h): Only include for SunOS shared library support.
157 (_SYSCALL32): Don't define.
158 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
159 (default_svr4_fetch_link_map_offsets): Made static; added forward
160 declaration.
161 (fetch_link_map_offsets): New static global.
162 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
163 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
164 of what used to be in this function now reside in
165 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
166 (open_symbol_file_object): Fix declaration in SunOS section
167 of the code.
168 (set_solib_svr4_fetch_link_map_offsets): New extern function.
169 (init_fetch_link_map_offsets): New static function.
170 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
171 under multiarch control.
172
173 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
174 list.
175 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
176 * config/arm/linux.mt (TDEPFILES): Likewise.
177 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
178 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
179 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
180 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
181 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
182 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
183 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
184 * config/i386/linux.mt (TDEPFILES): Likewise.
185 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
186 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
187 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
188 * config/i386/ptx4.mh (XDEPFILES): Likewise.
189 * config/i386/sun386.mt (TDEPFILES): Likewise.
190 * config/ia64/linux.mt (TDEPFILES): Likewise.
191 * config/m68k/linux.mt (TDEPFILES): Likewise.
192 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
193 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
194 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
195 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
196 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
197 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
198 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
199 * config/powerpc/linux.mt (TDEPFILES): Likewise.
200 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
201 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
202 * config/sh/linux.mt (TDEPFILES): Likewise.
203 * config/sparc/linux.mt (TDEPFILES): Likewise.
204 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
205 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
206 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
207 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
208 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
209
210 2001-03-09 Kevin Buettner <kevinb@redhat.com>
211
212 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
213
214 2001-03-09 Andrew Cagney <ac131313@redhat.com>
215
216 * MAINTAINERS (Write After Approval): Update Philip Blundell.
217
218 2001-03-09 Keith Seitz <keiths@cygnus.com>
219
220 * MAINTAINERS: Add myself to write after approval list.
221
222 2001-03-09 Mark Kettenis <kettenis@gnu.org>
223
224 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
225 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
226
227 2001-03-08 Andrew Cagney <ac131313@redhat.com>
228
229 * configure.host (m88*-harris-cxux*): Mark as obsolete.
230 * configure.tgt: Ditto.
231 * config/m88k/xm-cxux.h: Ditto.
232 * config/m88k/tm-cxux.h: Ditto.
233 * config/m88k/nm-cxux.h: Ditto.
234 * config/m88k/cxux.mt: Ditto.
235 * config/m88k/cxux.mh: Ditto.
236
237 2001-03-08 Andrew Cagney <ac131313@redhat.com>
238
239 * Makefile.in: Delete rules for obsolete files.
240
241 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
242
243 * stack.c (parse_frame_specification): For one argument case,
244 handle the situation where the argument is an integer, not an
245 address -- arguably the most common case. This matters on
246 targets where pointers and addresses are different.
247
248 2001-03-08 Andrew Cagney <ac131313@redhat.com>
249
250 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
251 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
252 general.
253
254 2001-03-07 Andrew Cagney <ac131313@redhat.com>
255
256 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
257 with SID on Solaris 8.
258
259 2001-03-07 Mark Kettenis <kettenis@gnu.org>
260
261 * defs.h: Provide prototypes for floatformat_is_negative,
262 floatformat_is_nan and floatformat_mantissa.
263 * utils.c: Include "gdb_assert.h".
264 (floatformat_is_negative): New function.
265 (floatformat_is_nan): New function.
266 (floatformat_mantissa): New function.
267 * valprint.c: Include "floatformat.h".
268 (print_floating): Get rid of the Linux-specific
269 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
270 help these new functions. Print NaN's in a format conforming to
271 ISO C99.
272
273 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
274
275 * top.c (init_main): Make `set history file name' complete on file
276 names.
277
278 2001-03-06 J.T. Conklin <jtc@redback.com>
279
280 * Makefile.in (LINTFLAGS): Update to contain all of the macros
281 which define include paths used when compiling.
282
283 * util.c (savestring, msavestring): Change type of length argument.
284 * defs.h (savestring, msavestring): Update to match.
285
286 * symtab.h (decode_line_1): Removed declaration.
287
288 * symfile.c (#include <assert.h>): Removed.
289
290 * arch-utils.c (#include <ctype.h>): Removed.
291 * c-typeprint.c: Likewise.
292 * dbxread.c: Likewise.
293 * gdbtypes.c: Likewise.
294 * target.c: Likewise.
295 * os9kread.c: Likewise.
296
297 * c-valprint.c (#include "demangle.h"): Removed.
298 * ch-typeprint.c: Likewise.
299 * eval.c: Likewise.
300 * f-typeprint.c: Likewise.
301 * f-valprint.c: Likewise.
302 * m2-typeprint.c: Likewise.
303 * typeprint.c: Likewise.
304 * p-typeprint.c: Likewise.
305 * valarith.c: Likewise.
306 * valprint.c: Likewise.
307
308 * m2-typeprint.c (#include "gdb_string.h"): Removed.
309 * nlmread.c: Likewise.
310
311 * mdebugread.c (#include "gdb-stabs.h"): Removed.
312 * minsyms.c: Likewise.
313 * mipsread.c: Likewise.
314 * nlmread.c: Likewise.
315
316 * m2-typeprint.c (#include "obstack.h"): Removed.
317 * m2-valprint.c: Likewise.
318
319 * event-loop.c (#include <setjmp.h>): Removed.
320
321 2001-03-06 Stan Shebs <shebs@apple.com>
322
323 * MAINTAINERS: Remove self from specific maintenance domains
324 (macos, gdbserver, documentation, testsuite).
325
326 2001-03-06 Kevin Buettner <kevinb@redhat.com>
327
328 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
329 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
330 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
331 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
332 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
333 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
334 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
335 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
336 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
337 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
338 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
339 coff-solib.h, coffread.c, command.h, complaints.c,
340 complaints.h, completer.c, completer.h,
341 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
342 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
343 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
344 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
345 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
346 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
347 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
348 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
349 config/arm/nm-linux.h, config/arm/tm-arm.h,
350 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
351 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
352 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
353 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
354 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
355 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
356 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
357 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
358 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
359 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
360 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
361 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
362 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
363 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
364 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
365 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
366 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
367 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
368 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
369 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
370 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
371 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
372 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
373 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
374 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
375 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
376 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
377 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
378 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
379 config/i960/tm-i960.h, config/i960/tm-mon960.h,
380 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
381 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
382 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
383 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
384 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
385 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
386 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
387 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
388 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
389 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
390 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
391 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
392 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
393 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
394 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
395 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
396 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
397 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
398 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
399 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
400 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
401 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
402 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
403 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
404 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
405 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
406 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
407 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
408 config/mips/nm-irix5.h, config/mips/nm-mips.h,
409 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
410 config/mips/tm-embed.h, config/mips/tm-embed64.h,
411 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
412 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
413 config/mips/tm-mips.h, config/mips/tm-mips64.h,
414 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
415 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
416 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
417 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
418 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
419 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
420 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
421 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
422 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
423 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
424 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
425 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
426 config/nm-sysv4.h, config/none/nm-none.h,
427 config/none/tm-none.h, config/none/xm-none.h,
428 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
429 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
430 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
431 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
432 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
433 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
434 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
435 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
436 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
437 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
438 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
439 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
440 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
441 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
442 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
443 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
444 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
445 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
446 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
447 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
448 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
449 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
450 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
451 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
452 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
453 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
454 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
455 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
456 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
457 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
458 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
459 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
460 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
461 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
462 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
463 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
464 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
465 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
466 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
467 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
468 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
469 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
470 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
471 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
472 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
473 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
474 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
475 gdbserver/low-sim.c, gdbserver/low-sparc.c,
476 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
477 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
478 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
479 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
480 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
481 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
482 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
483 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
484 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
485 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
486 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
487 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
488 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
489 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
490 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
491 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
492 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
493 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
494 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
495 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
496 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
497 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
498 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
499 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
500 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
501 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
502 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
503 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
504 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
505 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
506 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
507 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
508 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
509 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
510 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
511 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
512 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
513 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
514 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
515 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
516 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
517 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
518 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
519 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
520 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
521 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
522 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
523 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
524 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
525 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
526 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
527 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
528 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
529 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
530 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
531 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
532 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
533 notices.
534
535 2001-03-05 Kevin Buettner <kevinb@redhat.com>
536
537 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
538 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
539 macros.
540 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
541 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
542 (sys/fault.h, sys/select.h): Test for presence of these
543 header files.
544 (ia64-*-aix*): Define NEW_PROC_API for this host.
545 * configure: Regenerate.
546 * config.in: Regenerate.
547
548 * configure.host (ia64-*-aix*): New host.
549 * configure.tgt (ia64-*-aix*): New target.
550
551 2001-03-05 Andrew Cagney <ac131313@redhat.com>
552
553 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
554
555 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
556
557 * wince.c: Change realloc to xrealloc throughout.
558 (handle_load_dll): Use void * rather than PTR in argument.
559
560 2001-03-04 Andrew Cagney <ac131313@redhat.com>
561
562 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
563 * ocd.c (ocd_xfer_memory): Ditto.
564 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
565 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
566 buildable with ,-Werror.
567
568 * Makefile.in (symfile_h): Define.
569 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
570 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
571 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
572 ,-Werror.
573
574 * dsrec.c (make_srec): Fix internal_error fmt arg.
575 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
576
577 2001-03-03 Kevin Buettner <kevinb@redhat.com>
578
579 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
580 as an lvalue.
581
582 2001-03-02 Andrew Cagney <ac131313@redhat.com>
583
584 * MAINTAINERS (paper trail): Update.
585
586 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
587
588 2001-03-02 Andrew Cagney <ac131313@redhat.com>
589
590 From 2001-03-01 Tom Rix <trix@redhat.com>:
591 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
592 parameter to mn10200_analyze_prologue.
593
594 * config/mn10200/tm-mn10200.h: Include "regcache.h".
595 * MAINTAINERS: Document that mn10200-elf target is buildable.
596
597 2001-03-02 Kevin Buettner <kevinb@redhat.com>
598
599 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
600 from here...
601 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
602 (MONTEREY): Don't define.
603 (AIX5): Define.
604
605 2001-03-02 Matt Hiller <hiller@redhat.com>
606
607 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
608
609 2001-03-02 Kevin Buettner <kevinb@redhat.com>
610
611 * sparc-nat.c (sparc-nat.c): Don't include self.
612
613 2001-03-01 J.T. Conklin <jtc@redback.com>
614
615 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
616 if __CYGWIN32__ is set from here.
617 * config/i386/xm-cygwin.h: To here.
618 * config/powerpc/xm-cygwin.h: To here.
619
620 * i386-stub.c (handle_exception): Use 'T' response packet.
621
622 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
623
624 * m32r-tdep.c: Fix cut and paste error in comment.
625
626 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
627
628 * symtab.c (print_msymbol_info): Print addresses by portable method
629 longest_local_hex_string_custom. Allow for 64-bit addresses.
630
631 2001-03-01 J.T. Conklin <jtc@redback.com>
632
633 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
634 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
635 (MIN_OF_TYPE): Likewise.
636
637 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
638
639 2001-03-01 Andrew Cagney <ac131313@redhat.com>
640
641 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
642 * os9kread.c (os9k_process_one_symbol): Add assert to detect
643 ``loses if sizeof (char *) > sizeof (int)''.
644
645 2001-03-01 Andrew Cagney <ac131313@redhat.com>
646
647 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
648
649 2001-03-01 Andrew Cagney <ac131313@redhat.com>
650
651 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
652 lists.
653 (mi-main.o): Ditto.
654
655 2001-03-01 Andrew Cagney <ac131313@redhat.com>
656
657 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
658 dependency lists.
659
660 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
661
662 * printcmd.c (print_address_numeric): Update comments to refer
663 to sizeof addr, not sizeof pointer.
664 (x_command): Remove needless whitespace (shorten long line).
665
666 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
667 (read_memory_nobpt): Ditto.
668 (ep_is_catchpoint): Ditto.
669 (ep_is_shlib_catchpoint): Ditto.
670 (ep_is_exception_catchpoint): Ditto.
671 (describe_other_breakpoints): Ditto.
672
673 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
674
675 * regcache.h (register_valid): Fix comment documenting valid
676 states.
677
678 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
679
680 From Steven Johnson:
681 * regcache.h: New file.
682
683 * value.h (read_register_bytes, read_register_gen)
684 (write_register_gen, write_register_bytes)
685 (read_register, read_register_pid)
686 (read_signed_register, read_signed_register_pid)
687 (write_register, write_register_pid)
688 (register_cached, set_register_cached)
689 (register_changed, register_buffer)
690 (registers_changed, supply_register): Move declaration from here.
691 * regcache.h: To here.
692 * gdbcore.h (registers_fetched): Ditto.
693 * inferior.h (registers, registers_valid): Ditto.
694
695 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
696 generic_target_write_pc, write_pc_pid, write_pc,
697 generic_target_read_sp, read_sp, generic_target_write_sp,
698 write_sp, generic_target_read_fp, read_fp,
699 generic_target_write_fp, write_fp): Add note that these functions
700 will be moved from this file.
701
702 * a29k-tdep.c: Include "regcache.h".
703 * a68v-nat.c: Ditto.
704 * abug-rom.c: Ditto.
705 * alpha-nat.c: Ditto.
706 * alpha-tdep.c: Ditto.
707 * alphabsd-nat.c: Ditto.
708 * arc-tdep.c: Ditto.
709 * arm-linux-nat.c: Ditto.
710 * arm-linux-tdep.c: Ditto.
711 * arm-tdep.c: Ditto.
712 * blockframe.c: Ditto.
713 * core-aout.c: Ditto.
714 * core-sol2.c: Ditto.
715 * corelow.c: Ditto.
716 * cpu32bug-rom.c: Ditto.
717 * cxux-nat.c: Ditto.
718 * d10v-tdep.c: Ditto.
719 * d30v-tdep.c: Ditto.
720 * dbug-rom.c: Ditto.
721 * dink32-rom.c: Ditto.
722 * dve3900-rom.c: Ditto.
723 * findvar.c: Ditto.
724 * fr30-tdep.c: Ditto.
725 * frame.c: Ditto.
726 * go32-nat.c: Ditto.
727 * h8300-tdep.c: Ditto.
728 * h8500-tdep.c: Ditto.
729 * hp300ux-nat.c: Ditto.
730 * hppa-tdep.c: Ditto.
731 * hppab-nat.c: Ditto.
732 * hppah-nat.c: Ditto.
733 * hppam3-nat.c: Ditto.
734 * hpux-thread.c: Ditto.
735 * i386-linux-nat.c: Ditto.
736 * i386-linux-tdep.c: Ditto.
737 * i386-tdep.c: Ditto.
738 * i386aix-nat.c: Ditto.
739 * i386b-nat.c: Ditto.
740 * i386bsd-nat.c: Ditto.
741 * i386gnu-nat.c: Ditto.
742 * i386ly-tdep.c: Ditto.
743 * i386m3-nat.c: Ditto.
744 * i386mach-nat.c: Ditto.
745 * i386nbsd-nat.c: Ditto.
746 * i386v4-nat.c: Ditto.
747 * i387-nat.c: Ditto.
748 * i387-tdep.c: Ditto.
749 * i960-tdep.c: Ditto.
750 * ia64-aix-nat.c: Ditto.
751 * ia64-linux-nat.c: Ditto.
752 * ia64-tdep.c: Ditto.
753 * infptrace.c: Ditto.
754 * infrun.c: Ditto.
755 * irix4-nat.c: Ditto.
756 * irix5-nat.c: Ditto.
757 * lin-lwp.c: Ditto.
758 * lin-thread.c: Ditto.
759 * lynx-nat.c: Ditto.
760 * m3-nat.c: Ditto.
761 * m32r-rom.c: Ditto.
762 * m32r-tdep.c: Ditto.
763 * m68hc11-tdep.c: Ditto.
764 * m68k-tdep.c: Ditto.
765 * m68klinux-nat.c: Ditto.
766 * m68knbsd-nat.c: Ditto.
767 * m68knbsd-tdep.c: Ditto.
768 * m88k-nat.c: Ditto.
769 * m88k-tdep.c: Ditto.
770 * mac-nat.c: Ditto.
771 * mcore-rom.c: Ditto.
772 * mcore-tdep.c: Ditto.
773 * mi/mi-main.c: Ditto.
774 * mips-nat.c: Ditto.
775 * mips-tdep.c: Ditto.
776 * mipsm3-nat.c: Ditto.
777 * mipsv4-nat.c: Ditto.
778 * mn10200-tdep.c: Ditto.
779 * mn10300-tdep.c: Ditto.
780 * monitor.c: Ditto.
781 * ns32km3-nat.c: Ditto.
782 * ns32knbsd-nat.c: Ditto.
783 * ocd.c: Ditto.
784 * pa64solib.c: Ditto.
785 * ppc-bdm.c: Ditto.
786 * ppc-linux-nat.c: Ditto.
787 * ppc-linux-tdep.c: Ditto.
788 * ppcbug-rom.c: Ditto.
789 * ppcnbsd-nat.c: Ditto.
790 * ptx4-nat.c: Ditto.
791 * regcache.c: Ditto.
792 * remote-adapt.c: Ditto.
793 * remote-array.c: Ditto.
794 * remote-bug.c: Ditto.
795 * remote-e7000.c: Ditto.
796 * remote-eb.c: Ditto.
797 * remote-es.c: Ditto.
798 * remote-est.c: Ditto.
799 * remote-hms.c: Ditto.
800 * remote-mips.c: Ditto.
801 * remote-mm.c: Ditto.
802 * remote-nindy.c: Ditto.
803 * remote-os9k.c: Ditto.
804 * remote-rdi.c: Ditto.
805 * remote-rdp.c: Ditto.
806 * remote-sds.c: Ditto.
807 * remote-sim.c: Ditto.
808 * remote-st.c: Ditto.
809 * remote-udi.c: Ditto.
810 * remote-utils.c: Ditto.
811 * remote-vx.c: Ditto.
812 * remote-vx29k.c: Ditto.
813 * remote-vx68.c: Ditto.
814 * remote-vx960.c: Ditto.
815 * remote-vxmips.c: Ditto.
816 * remote-vxsparc.c: Ditto.
817 * remote.c: Ditto.
818 * rom68k-rom.c: Ditto.
819 * rs6000-nat.c: Ditto.
820 * rs6000-tdep.c: Ditto.
821 * sh-tdep.c: Ditto.
822 * sh3-rom.c: Ditto.
823 * sol-thread.c: Ditto.
824 * solib-svr4.c: Ditto.
825 * somsolib.c: Ditto.
826 * sparc-nat.c: Ditto.
827 * sparc-tdep.c: Ditto.
828 * sparcl-tdep.c: Ditto.
829 * sparclet-rom.c: Ditto.
830 * sun3-nat.c: Ditto.
831 * sun386-nat.c: Ditto.
832 * symm-nat.c: Ditto.
833 * target.c: Ditto.
834 * thread-db.c: Ditto.
835 * thread.c: Ditto.
836 * tic80-tdep.c: Ditto.
837 * tracepoint.c: Ditto.
838 * ultra3-nat.c: Ditto.
839 * umax-xdep.c: Ditto.
840 * uw-thread.c: Ditto.
841 * v850-tdep.c: Ditto.
842 * v850ice.c: Ditto.
843 * valops.c: Ditto.
844 * w65-tdep.c: Ditto.
845 * w89k-rom.c: Ditto.
846 * win32-nat.c: Ditto.
847 * wince.c: Ditto.
848 * z8k-tdep.c: Ditto.
849
850 2001-02-28 Matt Hiller <hiller@redhat.com>
851
852 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
853
854 2001-02-27 Matt Hiller <hiller@redhat.com>
855
856 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
857 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
858 mn10300_stab_reg_to_regnum.
859
860 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
861
862 * symtab.c (search_symbols): Fix off by one error in test for
863 error.
864
865 2001-02-23 Andrew Cagney <ac131313@redhat.com>
866
867 * config/sparc/sp64linux.mt: New file.
868 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
869 * configure.host: Recognize sparc64-*-linux* as a linux host.
870
871 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
872 * config/sparc/tm-sp64linux.h: New file.
873
874 2001-02-24 Kevin Buettner <kevinb@redhat.com>
875
876 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
877 with call to internal_error().
878 * dbxread.c (process_one_symbol): Likewise.
879 * exec.c (build_section_table, xfer_memory): Likewise.
880 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
881 Likewise.
882 * hpread.c (hpread_type_translate, hpread_read_array_type)
883 (hpread_type_lookup): Likewise.
884 * i386-tdep.c (gdb_print_insn_i386): Likewise.
885 * i960-tdep.c (mem): Likewise
886 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
887 * infptrace.c (child_resume): Likewise.
888 * infttrace.c (_initialize_infttrace): Likewise.
889 * language.c (binop_result_type, add_language): Likewise.
890 * lynx-nat.c (store_inferior_registers): Likewise.
891 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
892 * mdebugread.c (parse_partial_symbols): Likewise.
893 * monitor.c (monitor_printf_noecho, monitor_printf)
894 (monitor_dump_regs): Likewise.
895 * ocd.c (stu_put_packet): Likewise.
896 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
897 * remote-bug.c (bug_open): Likewise.
898 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
899 * remote-es.c (es1800_read_bytes): Likewise.
900 * remote-mips.c (common_breakpoint): Likewise.
901 * remote-rdp.c (send_rdp): Likewise.
902 * remote-sds.c (putmessage): Likewise.
903 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
904 Likewise.
905 * sparcl-tdep.c (sparclite_download): Likewise.
906 * symtab.c (lookup_partial_symbol): Likewise.
907 * target.c (push_target, pop_target, initialize_targets): Likewise.
908 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
909 Likewise.
910 * valprint.c (print_decimal, print_longest, print_longest)
911 (strcat_longest): Likewise.
912 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
913 * xmodem.c (xmodem_send_packet): Likewise.
914 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
915 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
916 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
917 (STORE_RETURN_VALUE): Likewise.
918 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
919 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
920 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
921 Likewise.
922
923 2001-02-23 Andrew Cagney <ac131313@redhat.com>
924
925 * CONTRIBUTE: Document how to cite a problem report.
926 * TODO: Note need to replace CONTRIBUTE with generated file.
927
928 * CONTRIBUTE: Mention that patches do not need to include the
929 generated files gdbarch.h and gdbarch.c.
930
931 2001-02-21 Andrew Cagney <ac131313@redhat.com>
932
933 * value.h (get_saved_register): Move from here.
934 * frame.h: To here.
935
936 2001-02-21 Kevin Buettner <kevinb@redhat.com>
937
938 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
939 (in_solib_dynsym_resolve_code): Add declaration.
940 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
941 in_solib_dynsym_resolve_code() rather than
942 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
943 which caused this macro to only be defined when
944 SVR4_SHARED_LIBS is defined.
945 * solib.c (in_solib_dynsym_resolve_code): New function.
946 * solist.h (struct target_so_ops): Add new member
947 in_dynsym_resolve_code.
948 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
949 in_svr4_dynsym_resolve_code. Also, made static.
950 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
951 member in aix5_so_ops.
952 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
953 in_svr4_dynsym_resolve_code. Also, added second version
954 of this function which will be used when SVR4_SHARED_LIBS
955 is not defined.
956 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
957 member in svr4_so_ops.
958
959 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
960 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
961 config/ia64/xm-aix.h: New files.
962 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
963 (ia64_aix_sigcontext_register_address): New declaration.
964 (ia64_gdbarch_init): Provide for initialization of
965 sigcontext_register_address member of struct tdep when
966 on target is detected to be running AIX.
967 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
968 this list.
969
970 2001-02-20 Kevin Buettner <kevinb@redhat.com>
971
972 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
973 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
974 for thread support instead of linux-thread.o and lin-thread.o.
975 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
976 ATTACH_LWP): Define to use the following lin-lwp.c functions...
977 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
978 lin_lwp_attach_lwp): Declare.
979
980 2001-02-20 Andrew Cagney <ac131313@redhat.com>
981
982 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
983 formatting.
984
985 2001-02-20 Kevin Buettner <kevinb@redhat.com>
986
987 * solib-aix5.c (solib-svr4.h): Remove include.
988 (solib_break_names): Delete names which aren't actually
989 used by AIX5.
990 (bkpt_names): Remove.
991 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
992 to STREQ() with equivalent calls to strcmp().
993 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
994 aix5_solib_create_inferior_hook): Revise comments.
995 (enable_break): Remove old ``bkpt_names'' code.
996
997 2001-02-19 Andrew Cagney <ac131313@redhat.com>
998
999 * Makefile.in (SFILES): Add frame.c .
1000 (COMMON_OBS): Add frame.o .
1001 (frame.o): New target.
1002
1003 * frame.c (find_saved_register):
1004 (default_get_saved_register):
1005 (get_saved_register):
1006 (read_relative_register_raw_bytes_for_frame):
1007 (read_relative_register_raw_bytes): Moved to here.
1008 * regcache.c: From here.
1009
1010 2001-02-20 Kevin Buettner <kevinb@redhat.com>
1011
1012 * solib-aix5.c: New file.
1013
1014 2001-02-20 Martin M. Hunt <hunt@redhat.com>
1015
1016 * solib.c (info_sharedlibrary_command): Don't assume pointers
1017 are the same size of long, call longest_local_hex_string_custom().
1018
1019 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
1020 extract_signed_integer() should be called instead of
1021 extract_address().
1022
1023 2001-02-20 Martin M. Hunt <hunt@redhat.com>
1024
1025 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
1026
1027 2001-02-19 Andrew Cagney <ac131313@redhat.com>
1028
1029 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
1030 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
1031 then floating point registers are 8 bytes.
1032
1033 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1034
1035 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
1036 accomodate 64-bit addresses.
1037
1038 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1039
1040 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
1041 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
1042 lookup_symbol, when trying to find a symbol with a mangled name,
1043 to avoid infinite recursion.
1044
1045 2001-02-18 Andrew Cagney <ac131313@redhat.com>
1046
1047 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
1048
1049 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
1050
1051 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
1052 (save_prologue_cache): Ditto.
1053
1054 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1055
1056 From: innadadadavida@yahoo.com:
1057 * partial-stab.h (switch): Check that pst is not null
1058 before dereferencing it.
1059
1060 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1061
1062 From Andrew Cagney <cagney@b1.cygnus.com>:
1063 * symfile.c (add_symbol_file_command): Always initialize
1064 my_cleanup using a NULL cleanup.
1065
1066 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * demangle.c (demangling_style_names): New variable.
1069 (_initialize_demangler): Fill demangling_style_names with the
1070 names of known demangling styles from libiberty_demanglers[]. Use
1071 add_set_enum_cmd instead of add_set_cmd, to get completion on
1072 demangling style names.
1073
1074 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
1075 file-name completion.
1076
1077 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
1078
1079 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
1080 `solib-absolute-prefix'.
1081
1082 * tracepoint.c (_initialize_tracepoint): Ditto for
1083 `save-tracepoints'.
1084
1085 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
1086
1087 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
1088 file-name completion.
1089
1090 * infcmd.c (_initialize_infcmd): Make the following commands use
1091 the file-name completer: `tty', `args', `path', `paths', and
1092 `run'.
1093
1094 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * go32-nat.c: Include i387-nat.h.
1097 (fetch_register): New function, uses some of the guts of
1098 go32_fetch_registers and calls i387_supply_register.
1099 (go32_fetch_registers): Most of the code moved into
1100 fetch_register. Use i387_supply_fsave.
1101 (store_register): Use i387_fill_fsave instead of custom code.
1102 (go32_store_registers): Use i387_fill_fsave.
1103
1104 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
1105
1106 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
1107
1108 * completer.c (gdb_completer_file_name_break_characters): Remove
1109 slash from file-name break characters.
1110 [__MSDOS__]: Special definition for DOS/Windows file names.
1111 (line_completion_function): When completing on file names, bump
1112 `p' to the first file-name constituent character of `word', before
1113 invoking the completer.
1114
1115 2001-02-17 Mark Kettenis <kettenis@gnu.org>
1116
1117 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
1118 consistently for parameter names. Fix comments accordingly.
1119 (i387_supply_register): New function.
1120 (i387_supply_fsave): Implement using i387_supply_register.
1121 * i387-nat.h: Use regnum instead of regno consistently for
1122 parameter names. Fix comments accordingly.
1123 (i387_supply_register): New prototype.
1124
1125 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1126
1127 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
1128 instead of TARGET_PTR_BIT (to support Harvard architectures).
1129
1130 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1131
1132 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
1133 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
1134 argument to parameter list and to call in order to conform to
1135 to_xfer_memory field of struct target_ops.
1136
1137 2001-02-12 Michael Chastain <chastain@redhat.com>
1138
1139 * somsolib.c (som_solib_add_solib_objfile): Do not use
1140 section relocation feature of syms_from_objfile. Do my own
1141 section relocation, offsetting each section of the som by
1142 either text_addr - text_link_addr or data_start.
1143
1144 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1145
1146 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
1147
1148 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1149
1150 * MAINTAINERS (paper trail): Update.
1151
1152 2001-02-16 Mark Kettenis <kettenis@gnu.org>
1153
1154 * target.h (target_fetch_registers): Fix comment.
1155
1156 2001-02-15 Andrew Cagney <ac131313@redhat.com>
1157
1158 * f-exp.y: Include <ctype.h>.
1159 (parse_number): Ensure that ``i'' is always initialized.
1160
1161 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
1162
1163 * MAINTAINERS: Add myself to paper trail section.
1164
1165 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1166
1167 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
1168 * configure, config.in: Regenerate.
1169 * corelow.c: Include <sys/file.h> if present.
1170
1171 2001-02-14 Andrew Cagney <ac131313@redhat.com>
1172
1173 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
1174 declare when have SIGTTOU.
1175
1176 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
1177
1178 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
1179
1180 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
1181
1182 * MAINTAINERS: Update my email address.
1183
1184 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1185
1186 * NEWS: Document that "info symbol" works with COFF debug info and
1187 its variants.
1188
1189 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
1190 symbols whose SYMBOL_BFD_SECTION is NULL.
1191
1192 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1193
1194 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
1195 * xcoffsolib.c (xcoff_solib_address): Renamed from
1196 pc_load_segment_name. Return NULL if address is not in a shared
1197 library. Cleanup shared library name construction, using xasprintf.
1198 Format shared library member names consistent with format in exec.c.
1199 (solib_info): Format shared library member names consistent with
1200 format in exec.c.
1201 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
1202 using xcoff_solib_address for PC_SOLIB definition.
1203 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
1204 needed.
1205
1206 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1207
1208 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
1209 with xmalloc calls and cleanups.
1210
1211 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1212
1213 * rs6000-nat.c (child_xfer_memory): Add missing parameter
1214 'struct mem_attrib *' required by 2001-01-23 change.
1215
1216 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
1217
1218 Updates to "make TAGS":
1219 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
1220 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
1221 tahoe-tdep.c.
1222 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
1223
1224 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
1227
1228 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
1229
1230 From Dean Luick <luick@cray.com>:
1231 * defs.h (continuation): Remove unused global variable.
1232
1233 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
1234
1235 * configure.tgt: Remove references to convex, pyramid, altos and
1236 tahoe.
1237 * configure.host: Ditto.
1238 * MAINTAINERS: Ditto.
1239 * NEWS: Update.
1240
1241 * tahoe-tdep.c: Delete obsolete file.
1242 * pyr-xdep.c: Ditto.
1243 * pyr-tdep.c: Ditto.
1244 * convex-tdep.c: Ditto.
1245 * convex-xdep.c: Ditto.
1246 * config/tahoe/xm-tahoe.h: Ditto.
1247 * config/tahoe/tm-tahoe.h: Ditto.
1248 * config/tahoe/tahoe.mt: Ditto.
1249 * config/tahoe/tahoe.mh: Ditto.
1250 * config/pyr/xm-pyr.h: Ditto.
1251 * config/pyr/tm-pyr.h: Ditto.
1252 * config/pyr/pyramid.mt: Ditto.
1253 * config/pyr/pyramid.mh: Ditto.
1254 * config/m68k/xm-altos.h: Ditto.
1255 * config/m68k/tm-altos.h: Ditto.
1256 * config/m68k/altos.mt: Ditto.
1257 * config/m68k/altos.mh: Ditto.
1258 * config/convex/xm-convex.h: Ditto.
1259 * config/convex/tm-convex.h: Ditto.
1260 * config/convex/convex.mt: Ditto.
1261 * config/convex/convex.mh: Ditto.
1262 * config/convex/Convex.notes: Ditto.
1263 * config/arm/xm-arm.h: Ditto.
1264 * config/arm/nm-arm.h: Ditto.
1265 * config/arm/arm.mt: Ditto.
1266 * config/arm/arm.mh: Ditto.
1267 * arm-convert.s: Ditto.
1268 * arm-xdep.c: Ditto.
1269 * altos-xdep.c: Ditto.
1270
1271 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
1272
1273 * defs.h (internal_error, internal_verror): Add __FILE__ and
1274 __LINE__ parameter.
1275 * utils.c (internal_error, internal_verror): Update.
1276
1277 * v850-tdep.c: Update calls to internal_error.
1278 * utils.c: Ditto.
1279 * ui-out.c: Ditto.
1280 * ui-file.c: Ditto.
1281 * target.h: Ditto.
1282 * symtab.h: Ditto.
1283 * symm-nat.c: Ditto.
1284 * sparc-tdep.c: Ditto.
1285 * source.c: Ditto.
1286 * serial.c: Ditto.
1287 * rs6000-tdep.c: Ditto.
1288 * rs6000-nat.c: Ditto.
1289 * remote.c: Ditto.
1290 * remote-vx.c: Ditto.
1291 * remote-sim.c: Ditto.
1292 * remote-mips.c: Ditto.
1293 * regcache.c: Ditto.
1294 * objfiles.h: Ditto.
1295 * objfiles.c: Ditto.
1296 * mn10300-tdep.c: Ditto.
1297 * mips-tdep.c: Ditto.
1298 * maint.c: Ditto.
1299 * m68k-tdep.c: Ditto.
1300 * m3-nat.c: Ditto.
1301 * language.c: Ditto.
1302 * infptrace.c: Ditto.
1303 * inferior.h: Ditto.
1304 * infcmd.c: Ditto.
1305 * ia64-tdep.c: Ditto.
1306 * i386-tdep.c: Ditto.
1307 * i386-linux-nat.c: Ditto.
1308 * hppah-nat.c: Ditto.
1309 * go32-nat.c: Ditto.
1310 * findvar.c: Ditto.
1311 * f-lang.c: Ditto.
1312 * elfread.c: Ditto.
1313 * event-loop.c: Ditto.
1314 * dwarf2read.c: Ditto.
1315 * dsrec.c: Ditto.
1316 * d30v-tdep.c: Ditto.
1317 * d10v-tdep.c: Ditto.
1318 * cli/cli-setshow.c: Ditto.
1319 * cli/cli-script.c: Ditto.
1320 * ch-exp.c: Ditto.
1321 * breakpoint.c: Ditto.
1322 * ax-gdb.c: Ditto.
1323 * arch-utils.c: Ditto.
1324 * a29k-tdep.c: Ditto.
1325 * gdb_assert.h: Ditto.
1326 * gdbarch.sh: Ditto.
1327 * gdbarch.h, gdbarch.c: Re-generate.
1328
1329 2001-02-07 Andrew Cagney <ac131313@redhat.com>
1330
1331 From Mark Kettenis <kettenis@gnu.org>:
1332 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
1333
1334 2001-02-07 Andrew Cagney <ac131313@redhat.com>
1335
1336 * remote-sim.c (dump_mem): Cleanup printf format argument.
1337 * MAINTAINERS: Update, mn10300-elf now builds.
1338
1339 2001-02-07 Mark Kettenis <kettenis@gnu.org>
1340
1341 * event-top.c: Remove duplicate #include <signal.h>.
1342
1343 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1344
1345 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
1346 allocated buffer.
1347 (save_inferior_pid): Restore the PID from that tempoary
1348 buffer. Delete the buffer.
1349 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
1350
1351 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1352
1353 * MAINTAINERS: Add ``The Obvious Fix Rule''.
1354
1355 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1356
1357 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
1358
1359 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
1360
1361 * gdbarch.sh: Include "gdb_assert.h".
1362 (struct gdbarch): Change ``nr_data'' to unsigned.
1363 (alloc_gdbarch_data, free_gdbarch_data): New functions.
1364 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
1365 architecture vector.
1366 (struct gdbarch_data, struct gdbarch_data_registration): Move init
1367 method to gdbarch_data. Add free method, make index unsigned.
1368 (struct gdbarch_data_registry): Make nr unsigned.
1369 (register_gdbarch_data): Add free parameter. Store in
1370 gdbarch_data.
1371 (init_gdbarch_data): Use set_gdbarch_data.
1372 (set_gdbarch_data): New function.
1373
1374 * gdbarch.h, gdbarch.c: Re-generate.
1375
1376 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1377
1378 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
1379 fprintf_filtered with correct arguments.
1380
1381 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
1382 Submitted by Paul Hilfinger (hilfingr@gnat.com)
1383 and Andrei Petrov (and@genesyslab.com).
1384 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
1385 must be allocated dynamically, since these are no longer constants.
1386 * infcmd.c: Ditto.
1387 * regcache.c: Ditto.
1388 * remote.c: Ditto.
1389 * sol-thread.c: Ditto.
1390 * valops.c: Ditto.
1391 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
1392 work-around for a missing Sun header file in solaris for sparc64.
1393
1394 2001-02-04 Philip Blundell <philb@gnu.org>
1395
1396 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
1397 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
1398 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
1399 GET_THREAD_SIGNALS): Define.
1400 * arm-linux-nat.c (fill_gregset): Correct type of argument.
1401 (supply_gregset): Likewise.
1402 (fill_fpregset): Likewise.
1403 (supply_fpregset): Likewise.
1404
1405 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
1406
1407 * valops.c (value_cast): If casting a scalar to a pointer, do not
1408 issue a message about truncation unless it exceeds the length of
1409 an address, not the length of a pointer. This is because what the
1410 user gives us is an address, not a pointer, and we will ultimately
1411 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
1412 to a pointer. This allows things like "print *(int *)0x01000234"
1413 to work without generating a misleading message on a target having
1414 two byte pointers and four byte addresses.
1415
1416 2001-02-05 Christopher Faylor <cgf@cygnus.com>
1417
1418 * win32-nat.c: Change PTR to void * throughout.
1419
1420 2001-02-05 J.T. Conklin <jtc@redback.com>
1421
1422 * signals.h: Removed.
1423 * event-top.c (#include <signal.h>): Changed from signals.h.
1424 * inflow.c: Likewise.
1425 * mac-xdep.c: Likewise.
1426 * ser-pipe.c: Likewise.
1427 * ser-tcp.c: Likewise.
1428 * standalone.c: Likewise.
1429 * top.c: Likewise.
1430 * utils.c: Likewise.
1431 * Makefile.in: Removed signals.h from dependencies.
1432
1433 2001-02-05 Christopher Faylor <cgf@cygnus.com>
1434
1435 Change suggested by Dean Luick <luick@cray.com>
1436 * inferior.h (step_over_calls_kind): Remove trailing comma from
1437 last enum element.
1438 (step_over_calls): Declare as extern rather than global.
1439
1440 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1441
1442 * sh-tdep.c: Update copyright.
1443 (sh_extract_return_value): Rewrite.
1444 (sh3e_sh4_extract_return_value): New function.
1445 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
1446 version of the function for sh3e and sh4 CPUs.
1447
1448 2001-02-05 Michael Chastain <chastain@redhat.com>
1449
1450 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
1451 to conform with interface change.
1452
1453 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * config/djgpp/fnchange.lst: Tweak to make consistent with the
1456 new files.
1457
1458 * config/djgpp/djconfig.sh: Use explicit absolute file name when
1459 invoking `find'.
1460
1461 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
1462 UART_FIFO_WORKS is defined. Otherwise use outportb.
1463 From Francisco Pastor <fpastor.etra-id@etra.es>
1464
1465 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
1466 with target.h's `to_xfer_memory' member.
1467
1468 2001-02-02 J.T. Conklin <jtc@redback.com>
1469
1470 * ppc-bdm.c (#include <signal.h>): Removed.
1471 * remote-array.c: Likewise.
1472 * remote-bug.c: Likewise.
1473 * remote-e7000.c: Likewise.
1474 * remote-mips.c: Likewise.
1475 * remote-os9k.c: Likewise.
1476 * remote-st.c: Likewise.
1477 * remote-udi.c: Likewise.
1478 * remote-vx29k.c: Likewise.
1479 * remote-vx68.c: Likewise.
1480 * remote-vx960.c: Likewise.
1481 * remote-vxmips.c: Likewise.
1482 * remote-vxsparc.c: Likewise.
1483
1484 2001-02-02 John Moore <jmoore@redhat.com>
1485
1486 * remote-utils.h (sr_set_device): Changed free() to xfree() where
1487 appropriate. Also changed Copyright to include 2001.
1488 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
1489 * value.h (value_free): Likewise.
1490 * gdbarch.sh (gdbarch_free): Likewise.
1491 * gdbarch.c, gdbarch.h: Regenerated.
1492
1493 2001-02-02 John Moore <jmoore@redhat.com>
1494
1495 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
1496 xfree(). Also changed Copyright to include 2001.
1497
1498 2001-02-02 J.T. Conklin <jtc@redback.com>
1499
1500 * monitor.c (#include "gdb_wait.h"): Removed.
1501 * ocd.c: Likewise.
1502 * ppc-bdm.c: Likewise.
1503 * remote-adapt.c: Likewise.
1504 * remote-array.c: Likewise.
1505 * remote-bug.c: Likewise.
1506 * remote-e7000.c: Likewise.
1507 * remote-eb.c: Likewise.
1508 * remote-es.c: Likewise.
1509 * remote-mips.c: Likewise.
1510 * remote-mm.c: Likewise.
1511 * remote-nindy.c: Likewise.
1512 * remote-os9k.c: Likewise.
1513 * remote-rdi.c: Likewise.
1514 * remote-rdp.c: Likewise.
1515 * remote-sds.c: Likewise.
1516 * remote-sim.c: Likewise.
1517 * remote-st.c: Likewise.
1518 * remote-udi.c: Likewise.
1519 * remote-vx.c: Likewise.
1520 * remote-vx29k.c: Likewise.
1521 * remote-vx68.c: Likewise.
1522 * remote-vx960.c: Likewise.
1523 * remote-vxmips.c: Likewise.
1524 * remote-vxsparc.c: Likewise.
1525 * remote.c: Likewise.
1526 * ser-pipe.c: Likewise.
1527 * ser-unix.c: Likewise.
1528 * Makefile.in: Updated dependencies.
1529
1530 2001-01-31 David Smith <dsmith@redhat.com>
1531
1532 * event-loop.c: Change inclusion of string.h to gdb_string.h and
1533 updated the copyright notice.
1534 * ser-pipe.c: Ditto.
1535 * mi/mi-cmds.c: Ditto.
1536 * mi/mi-console.c: Ditto.
1537 * mi/mi-getopt.c: Ditto.
1538 * mi/mi-parse.c: Ditto.
1539
1540 2001-01-31 David Smith <dsmith@redhat.com>
1541
1542 * MAINTAINERS: Add David Smith to Write After Approval list.
1543
1544 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
1545
1546 * cli/cli-utils.c (putchar_filtered): Move function from here.
1547 * utils.c (putchar_filtered): To here.
1548 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
1549 * defs.h (putchar_filtered): To here.
1550
1551 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
1552
1553 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
1554 AC_FUNC_VFORK macro.
1555 * config.in, configure: Re-generate.
1556
1557 * gdb_vfork.h: New file.
1558 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
1559 * fork-child.c (fork_inferior): Ditto.
1560
1561 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
1562
1563 * defs.h (strsave): Delete declaration.
1564 * utils.c (strsave): Delete definition.
1565 * TODO (strsave): Update
1566
1567 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
1568 * sparcl-tdep.c (sparclite_open): Ditto.
1569 * mips-tdep.c (mips_set_processor_type_command): Ditto.
1570 (_initialize_mips_tdep): Ditto.
1571 * solib.c (solib_open): Ditto.
1572 * symfile.c (add_filename_language): Ditto.
1573 (set_ext_lang_command): Ditto.
1574 * source.c (init_source_path): Ditto.
1575 (mod_path): Ditto.
1576 * sh3-rom.c (sh3_open): Ditto.
1577 (sh3e_open): Ditto.
1578 * serial.c (serial_open): Ditto.
1579 * remote-mips.c (common_open): Ditto.
1580 * monitor.c (monitor_open): Ditto.
1581 * m32r-rom.c (m32r_upload_command): Ditto.
1582 * infcmd.c (path_command): Ditto.
1583 * f-exp.y (parse_number): Ditto.
1584 * breakpoint.c (create_longjmp_breakpoint): Ditto.
1585 (create_thread_event_breakpoint): Ditto.
1586 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
1587 (_initialize_arc_tdep): Ditto.
1588
1589 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
1590
1591 * cli/cli-script.c (define_command): Check for a bad hook value in
1592 switch statement.
1593
1594 2001-01-30 J.T. Conklin <jtc@redback.com>
1595
1596 * configure/sh/embed.mt: New file.
1597 * configure/sh/linux.mt: New file.
1598 * configure/sh/sh.mt: Removed.
1599 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
1600 (sh-*-*): Removed.
1601
1602 2001-01-29 Michael Chastain <chastain@redhat.com>
1603
1604 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
1605 symbol comparisons in binary search.
1606
1607 2001-01-27 Christopher Faylor <cgf@cygnus.com>
1608
1609 * win32-nat.c (child_xfer_memory): Add missing argument required by
1610 2001-01-23 change.
1611
1612 2001-01-27 Mark Kettenis <kettenis@gnu.org>
1613
1614 * ui-out.c (do_list_end): New function.
1615 (make_cleanup_ui_out_list_end): New function.
1616 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
1617 * stack.c (print_frame) [UI_OUT]: Call
1618 make_cleanup_ui_out_list_end to make sure we mark the end of the
1619 list if we do a non-local exit. At the end of the function,
1620 instead of calling ui_out_list_end directly, let do_cleanups
1621 handle it.
1622
1623 2001-01-26 Fernando Nasser <fnasser@redhat.com>
1624
1625 Fix double parsing of filenames passed as command line arguments
1626 to GDB (causes weird handling of escape characters).
1627 Also, remove dependencies on the CLI from libgdb.
1628 * call-cmds.h: Remove declaration of exec_file_command().
1629 * gdbcore.h: Remove declaration of exec_file_command().
1630 Add declarations for exec_open() and exec_file_clear().
1631 * symfile.h: Add declarations for symbol_file_add_main() and
1632 symbol_file_clear().
1633 * exec.c (exec_open): New function. Implements to_open for exec
1634 targets.
1635 (exec_file_clear): New function. Makes GDB forget about a previously
1636 specified executable file.
1637 (exec_file_attach): Move parsing of arguments from here ...
1638 (exec_file_command): ... to here.
1639 (init_exec_ops): Use exec_open(), not exec_file_command() to
1640 implement to_open for exec targets.
1641 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
1642 with default values. Used when the file name has already been parsed.
1643 (symbol_file_clear): New function. Makes GDB forget about previously
1644 read symbols.
1645 (symbol_file_command): Call the above function instead of inline code.
1646 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
1647 "call-cmds.h".
1648 (captured_main): Call exec_file_attach() and symbol_file_add_main()
1649 instead of exec_file_command() and symbol_file_command().
1650 (captured_main): Add comment.
1651 * corefile.c: Include "symfile.h".
1652 (core_file_command): Call symbol_file_add_main() instead of
1653 symbol_file_command().
1654 (reopen_exec_file): Call exec_open() instead of exec_file_command().
1655 * infcmd.c: Include "symfile.h".
1656 (attach_command): Call symbol_file_add_main() instead of
1657 symbol_file_command().
1658 * infrun.c: Remove comment about the inclusion of "symfile.h",
1659 not any longer appropriate.
1660 (follow_exec): Call symbol_file_add_main() instead of
1661 symbol_file_command().
1662 * remote-es.c: Include "symfile.h".
1663 (es1800_load): Call symbol_file_add_main() instead of
1664 symbol_file_command().
1665 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
1666 not any longer appropriate.
1667 (vx-wait): Call symbol_file_add_main() instead of
1668 symbol_file_command().
1669 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
1670 instead of symbol_file_command().
1671 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
1672 symbol_file_add_main() instead of exec_file_command() and
1673 symbol_file_command().
1674 * Makefile.in: Update dependencies.
1675
1676 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
1677
1678 * remote-udi.c (udi_open): Change strdup to xstrdup.
1679 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
1680 Update copyright message.
1681 * varobj.c (delete_variable_1): Likewise.
1682
1683 * gdb_string.h: Remove declaration of strdup. Update copyright
1684 message.
1685 * config/xm-mpw.h: Likewise.
1686 * config/i386/xm-i386mach.h: Likewise.
1687 * config/m68k/xm-apollo68b.h: Likewise.
1688 * config/m68k/xm-hp300bsd.h: Likewise.
1689 * config/rs6000/xm-rs6000.h: Likewise.
1690 * config/vax/xm-vaxult.h: Remove declaration of strdup.
1691 * config/vax/xm-vaxult2.h: Likewise.
1692
1693 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
1694
1695 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
1696
1697 2001-01-25 J.T. Conklin <jtc@redback.com>
1698
1699 * target.c (target_xfer_memory_partial): Return -1 on failure due
1700 to invalid access mode attribute.
1701
1702 2001-01-25 Christopher Faylor <cgf@cygnus.com>
1703
1704 * win32-nat.c (_initialize_core_win32): Prototype correctly.
1705
1706 2001-01-25 Mark Kettenis <kettenis@gnu.org>
1707
1708 * config/alpha/tm-fbsd.h: Update copyright.
1709 (USE_STRUCT_CONVENTION): Define in terms of
1710 alphabsd_use_struct_convention.
1711 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
1712 * alphafbsd-tdep.c: New file.
1713
1714 2001-01-24 Fernando Nasser <fnasser@redhat.com>
1715
1716 * top.c (print_gdb_version): Update Copyright year.
1717
1718 2001-01-24 J.T. Conklin <jtc@redback.com>
1719
1720 * dcache.c (dcache_write_line): Fix typo.
1721
1722 * memattr.c (delete_mem_region): Replace free() with xfree().
1723 (mem_number): Add explicit type.
1724
1725 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
1726 (rw_common): Likewise.
1727
1728 2001-01-24 Fernando Nasser <fnasser@redhat.com>
1729
1730 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
1731 for the inferior program arguments.
1732 (run_command, run_no_args_command, init_infcmd)): Use accessor
1733 functions to set the inferior program arguments.
1734 * inferior.h: Add definitions to the accessor functions above.
1735
1736 2001-01-23 Jim Blandy <jimb@redhat.com>
1737
1738 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
1739 Implement these correctly, using make_cv_type.
1740
1741 2001-01-23 J.T. Conklin <jtc@redback.com>
1742
1743 * exec.c (xfer_memory): Add attrib argument.
1744 * infptrace.c (child_xfer_memory): Likewise.
1745 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
1746 * monitor.c (monitor_xfer_memory): Likewise.
1747 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
1748 * remote-array.c (array_xfer_memory): Likewise.
1749 * remote-bug.c (bug_xfer_memory): Likewise.
1750 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
1751 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
1752 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
1753 * remote-mips.c (mips_xfer_memory): Likewise.
1754 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
1755 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
1756 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
1757 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
1758 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
1759 * remote-sds.c (sds_xfer_memory): Likewise.
1760 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
1761 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
1762 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
1763 * remote-vx.c (vx_xfer_memory): Likewise.
1764 * remote.c (remote_xfer_memory): Likewise.
1765 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
1766 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
1767 * thread-db.c (thread_db_xfer_memory): Likewise.
1768
1769 * target.h (#include "memattr.h"): Added.
1770 (target_ops.to_xfer_memory): Add attrib argument.
1771
1772 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
1773 * dcache.h (set_dcache_state): Removed declaration.
1774 * dcache.c (set_dcache_state): Removed definition
1775
1776 * dcache.c: Update module comment, as dcache is now enabled and
1777 disabled with memory region attributes instead of by the global
1778 variable "remotecache". Add comment describing the interaction
1779 between dcache and memory region attributes.
1780 (dcache_xfer_memory): Add comment describing benefits of moving
1781 cache writeback to a higher level.
1782 (dcache_struct): Removed cache_has_stuff field. This was used to
1783 record whether the cache had been accessed in order to invalidate
1784 it when it was disabled. However, this is not needed because the
1785 cache is write through and the code that enables, disables, and
1786 deletes memory regions invalidate the cache. Add comment which
1787 suggests that we could be more selective and only invalidate those
1788 cache lines containing data from those memory regions.
1789 (dcache_invalidate): Updated.
1790 (dcache_xfer_memory): Updated.
1791
1792 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
1793 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
1794 perform a uncached transfer if dcache_enabled_p was clear. This
1795 function is now only called if caching is enabled for the memory
1796 region.
1797 (dcache_info): Always print cache info.
1798
1799 * target.c (do_xfer_memory): Add attrib argument.
1800 (target_xfer_memory, target_xfer_memory_partial): Break transfer
1801 into chunks defined by memory regions, pass region attributes to
1802 do_xfer_memory().
1803 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
1804
1805 * Makefile.in (SFILES): Add memattr.c.
1806 (COMMON_OBS): Add memattr.o.
1807 (dcache.o): Add target.h to dependencies.
1808 * memattr.c: New file.
1809 * memattr.h: Likewise.
1810
1811 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
1812 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
1813 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
1814 * gdbserver/low-sim.c (#include "defs.h"): Removed.
1815 (mygeneric_load): Rename from generic_load.
1816
1817 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
1818 (#include "defs.h"): Removed.
1819 (inferior_pid, perror_with_name): Remove declarations.
1820 * gdbserver/low-linux.c: Likewise.
1821 * gdbserver/low-nbsd.c: Likewise.
1822 * gdbserver/low-sparc.c: Likewise.
1823 * gdbserver/low-sun3.c: Likewise.
1824
1825 * i386-stub.c: Re-indent.
1826 * m68k-stub.c: Re-indent.
1827
1828 2001-01-22 Nicholas Duffek <nsd@redhat.com>
1829
1830 * gdbarch.sh (PARM_BOUNDARY): Define.
1831 * gdbarch.c: Regenerate.
1832 * gdbarch.h: Regenerate.
1833
1834 2001-01-22 J.T. Conklin <jtc@redback.com>
1835
1836 * ns32k-tdep.c: #include "frame.h"
1837 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
1838 appears to have been inadvertantly removed sometime in May 1999.
1839
1840 * Revert 2000-11-09 changes where shared library objects were
1841 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
1842 we'd like to be able to debug dynamically linked executables,
1843 this makes it impossible to build a cross debugger on a many
1844 hosts.
1845
1846 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
1847 * config/i386/nbsdelf.mt: Likewise.
1848 * config/m68k/nbsd.mt: Likewise.
1849 * config/ns32k/nbsd.mt: Likewise.
1850 * config/powerpc/nbsd.mt: Likewise.
1851 * config/sparc/nbsd.mt: Likewise.
1852 * config/sparc/nbsdelf.mt: Likewise.
1853 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
1854 * config/i386/nbsdelf.mh: Likewise.
1855 * config/m68k/nbsd.mh: Likewise.
1856 * config/ns32k/nbsd.mh: Likewise.
1857 * config/powerpc/nbsd.mh: Likewise.
1858 * config/sparc/nbsd.mh: Likewise.
1859
1860 2001-01-19 Jason Merrill <jason@redhat.com>
1861
1862 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
1863 (process_one_symbol): Likewise.
1864 * dwarfread.c (handle_producer): Likewise.
1865
1866 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
1867
1868 * configure.in (build_warnings): Disable -Wuninitialized until GDB
1869 compiles with -Wuninitialized,-Werror.
1870 * configure: Regenerate.
1871
1872 * MAINTAINERS: Add list of buildable targets.
1873
1874 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
1875
1876 * defs.h (STRCMP): Delete macro.
1877
1878 * objfiles.c (objfile_relocate): Replace STRCMP with call to
1879 strcmp.
1880 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
1881 * symfile.c (compare_symbols): Ditto.
1882 * standalone.c (open): Ditto.
1883 * remote-es.c (verify_break): Ditto.
1884 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
1885
1886 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
1887
1888 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
1889
1890 * varobj.c (FREEIF): Delete macro.
1891 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
1892 call.
1893
1894 2001-01-18 Nick Clifton <nickc@redhat.com>
1895
1896 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
1897 (arc_print_insn): No bfd available, so pass NULL to
1898 arc_get_disassembler.
1899
1900 2001-01-09 James Ingham <jingham@inghji.apple.com>
1901
1902 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
1903 a mangled symbol rather than recursing into lookup_symbol, since
1904 this will just re-unmangle the name & call lookup_symbol_aux -
1905 leading to an infinite recursion.
1906
1907 2001-01-18 Mark Kettenis <kettenis@gnu.org>
1908
1909 * infcmd.c (print_return_value): Restore another space lost by
1910 switch to UIOUT. ``$NN='' should be ``$NN =''.
1911
1912 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
1913
1914 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
1915 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
1916 definition in parenthesis.
1917
1918 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
1919
1920 From 2000-10-27 Mark Salter <msalter@redhat.com>:
1921 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
1922 packet.
1923 (remote_insert_hw_breakpoint): Ditto.
1924
1925 2001-01-17 J.T. Conklin <jtc@redback.com>
1926
1927 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
1928 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
1929 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
1930 * m68knbsd-tdep.c: New file.
1931
1932 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
1933
1934 * m68knbsd-nat.c: #include gdbcore.h.
1935
1936 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
1937
1938 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
1939
1940 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
1941
1942 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
1943 goes away -- just return false (ie. not stopped by watchpoint).
1944 * source.c (openp): Fix typo in comment.
1945
1946 2001-01-12 Nicholas Duffek <nsd@redhat.com>
1947
1948 * blockframe.c (generic_get_saved_register): Spelling fix.
1949 * frame.h (FRAME_FP): Spelling fix.
1950
1951 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
1952
1953 * infcmd.c (print_return_value): Restore space lost by switch to
1954 UIOUT. ``$NN='' should be ``$NN =''.
1955
1956 2001-01-08 Nicholas Duffek <nsd@redhat.com>
1957
1958 * regcache.c (set_register_cached, register_buffer,
1959 real_register, pseudo_register fetch_register, store_register):
1960 New functions.
1961 (register_changed, read_relative_register_raw_bytes_for_frame,
1962 registers_changed, registers_fetched, read_register_bytes,
1963 read_register_gen, write_register_gen, read_register,
1964 read_signed_register, write_register, supply_register): Replace
1965 register_valid[] with register_cached() and
1966 set_register_cached().
1967 (read_register_bytes, read_register_gen, write_register_gen,
1968 read_register, read_signed_register, write_register,
1969 supply_register): Replace registers[] with register_buffer().
1970 (read_register_bytes, read_register_gen, read_register,
1971 read_signed_register): Call fetch_register().
1972 (write_register_gen, write_register): Call real_register() and
1973 store_register().
1974 (write_register_bytes): Call store_register().
1975 * value.h (set_register_cached, register_buffer): Prototype.
1976 * remote.c (remote_fetch_registers): Allocate regs[] with a
1977 run-time size. Replace register_valid[] with
1978 set_register_cached().
1979 (store_register_using_P, remote_store_registers): Replace
1980 registers[] with register_buffer().
1981
1982 2001-01-08 Nicholas Duffek <nsd@redhat.com>
1983
1984 * regcache.c: Change "write-back" comment to "write-through".
1985 Change "regno" to "regnum".
1986 (read_register, read_signed_register): Remove "raw" from return
1987 value description.
1988 (supply_register): Spelling fix.
1989 * value.h: Change "regno" to "regnum".
1990
1991 2001-01-08 Fernando Nasser <fnasser@redhat.com>
1992
1993 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
1994 to be installed.
1995
1996 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1997
1998 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
1999
2000 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2001
2002 * valops.c (VALUE_SUBSTRING_START): Delete.
2003
2004 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2005
2006 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
2007 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
2008 (cli_utils_h): New variable.
2009 (cli/cli-utils.o): New rule.
2010 * cli/cli-utils.c: New file.
2011 * cli/cli-utils.h: New file.
2012
2013 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2014
2015 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
2016 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
2017
2018 2001-01-03 J.T. Conklin <jtc@redback.com>
2019
2020 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
2021 comment.
2022
2023 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
2024
2025 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
2026 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
2027 non-float types.
2028 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
2029 Update copyright notice.
2030
2031 For older changes see ChangeLog-2000
2032 \f
2033 Local Variables:
2034 mode: change-log
2035 left-margin: 8
2036 fill-column: 74
2037 version-control: never
2038 End:
This page took 0.074197 seconds and 4 git commands to generate.