* alpha-opc.c (alpha_opcodes): Add wh64en.
[binutils-gdb.git] / gdb / ChangeLog
1 2001-12-06 Jim Blandy <jimb@redhat.com>
2
3 * config/s390/nm-linux.h: Watchpoints are either continuable or
4 steppable, not both. The S/390 has continuable watchpoints, so
5 delete the #definition of HAVE_STEPPABLE_WATCHPOINT.
6
7 2001-12-04 Pierre Muller <muller@ics.u-strasbg.fr>
8
9 * go32-nat.c (go32_fetch_registers): Remove call to register_buffer
10 (which is now a static function in regcache.c)
11 and use regcache_collect instead.
12
13 2001-12-05 Andrew Cagney <cagney@redhat.com>
14
15 * target.c (cleanup_target): Do not initialize to_query to
16 return_zero.
17
18 2001-12-05 Jim Blandy <jimb@redhat.com>
19
20 * s390-tdep.c (s390_get_frame_info): Recognize argument register
21 spills that use the `stm' instruction.
22 (is_arg_reg): New function.
23
24 2001-12-03 Keith Walker <keith.walker@arm.com>
25 * gdbserver/low-linux.c (arm_register_u_addr): added.
26 (initialize_arch): added for ARM target.
27 * config/arm/nm-linux.h (U_REGS_OFFSET) defined.
28 (REGISTER_U_ADDR) defined.
29 * config/arm/tm-linux.h (ARM_GNULINUX_TARGET) defined.
30
31 2001-12-04 Corinna Vinschen <vinschen@redhat.com>
32
33 * arm-tdep.c (arm_skip_prologue): Always skip prologue by scanning
34 the prologue if source is assembler.
35
36 2001-12-04 Jackie Smith Cashion <jsmith@redhat.com>
37
38 * MAINTAINERS (write-after-approval): Add self.
39
40 * d10v-tdep.c (d10v_gdbarch_init): Change size of long long to 8 bytes.
41
42 From Andrew Cagney <cagney@redhat.com>:
43 * d10v-tdep.c (d10v_frame_chain_valid): Check if the caller's PC
44 is in the entry function.
45 (d10v_use_struct_convention): Store multi-field struct and union
46 return values on the stack.
47
48 2001-12-04 Jim Blandy <jimb@redhat.com>
49
50 * s390-tdep.c (s390_get_frame_info): Recognize spills of reg
51 arguments into their stack slots.
52
53 * s390-tdep.c (s390_get_frame_info): More doc fixes.
54
55 * s390-tdep.c (s390_get_frame_info): Doc fixes.
56
57 2001-12-04 Orjan Friberg <orjanf@axis.com>
58
59 * cris-tdep.c (cris_regnums): Add DCCR_REGNUM for completeness.
60 (cris_examine): Add comment about solib prologue parsing.
61 (bdap_prefix): Read offset with correct signedness and size.
62 (move_to_preg_op): Don't rely on register numbering for register size.
63 (none_reg_mode_move_from_preg_op): Ditto.
64
65 2001-12-04 Orjan Friberg <orjanf@axis.com>
66
67 * solib.c (solib_open): Make path relative if search for absolute path
68 failed. If search for relative path in solib_search_path failed, fall
69 back to search for basename only.
70
71 2001-12-03 Martin M. Hunt <hunt@redhat.com>
72
73 * serial.h: Add a note to serial_open.
74
75 * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect.
76 Allow UI and CLI to abort connect. Instead of trying 15 times
77 with very long timeouts, just try one connect with a maximum timeout
78 of 15 seconds.
79
80 2001-12-03 Kevin Buettner <kevinb@redhat.com>
81
82 * config/powerpc/tm-macos.h (solib.h): Include.
83 * config/powerpc/tm-ppc-eabi.h (solib.h): Include.
84
85 2001-12-03 Michael Snyder <msnyder@redhat.com>
86
87 * symtab.c (search_symbols): Make sure alloca size is big enough.
88
89 2001-12-03 Andrew Cagney <ac131313@redhat.com>
90
91 * MAINTAINERS: Prune m68k targets down to just m68k-elf.
92
93 2001-12-03 Jim Blandy <jimb@redhat.com>
94
95 * s390-tdep.c (s390_get_frame_info): Don't used fextra_info to set
96 orig_sp if it's not initialized.
97
98 2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
99
100 * findvar.c (locate_var_value): Specify in which register a register
101 variable is stored.
102
103 2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
104
105 * win32-nat.c (mappings): Correct position of XMM registers,
106 based on FXSAVE instruction structure.
107
108 2001-12-02 Andrew Cagney <ac131313@redhat.com>
109
110 * jv-lang.c (get_java_class_symtab): Use xmmalloc instead of
111 mmalloc.
112
113 * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hpread.c,
114 nlmread.c, objfiles.c, os9kread.c, somread.c, source.c, symfile.c,
115 symmisc.c, xcoffread.c: Use xmfree instead of mfree.
116
117 * jv-lang.c (add_class_symtab_symbol): Use xmrealloc instead of
118 mrealloc.
119
120 2001-12-02 Andrew Cagney <ac131313@redhat.com>
121
122 * i386-tdep.c (i386go32_frame_saved_pc): New function.
123 * config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare.
124 (FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
125
126 2001-12-01 Andrew Cagney <ac131313@redhat.com>
127
128 * defs.h: Update comment on HOST_BYTE_ORDER.
129 * config/xm-aix4.h: Delete definition of HOST_BYTE_ORDER.
130 * config/xm-nbsd.h, config/alpha/xm-alphalinux.h: Ditto.
131 * config/alpha/xm-alphaosf.h, config/alpha/xm-fbsd.h: Ditto.
132 * config/arm/xm-linux.h, config/i386/xm-cygwin.h: Ditto.
133 * config/i386/xm-i386bsd.h, config/i386/xm-i386gnu.h: Ditto.
134 * config/i386/xm-i386lynx.h, config/i386/xm-i386m3.h: Ditto.
135 * config/i386/xm-i386mach.h, config/i386/xm-i386v.h: Ditto.
136 * config/i386/xm-ptx.h, config/i386/xm-symmetry.h: Ditto.
137 * config/ia64/xm-aix.h, config/ia64/xm-linux.h: Ditto.
138 * config/m68k/xm-3b1.h, config/m68k/xm-apollo68b.h: Ditto.
139 * config/m68k/xm-apollo68v.h, config/m68k/xm-delta68.h: Ditto.
140 * config/m68k/xm-dpx2.h, config/m68k/xm-hp300bsd.h: Ditto.
141 * config/m68k/xm-hp300hpux.h, config/m68k/xm-m68k.h: Ditto.
142 * config/m68k/xm-m68klynx.h, config/m68k/xm-sun2.h: Ditto.
143 * config/m68k/xm-sun3.h, config/m88k/xm-dgux.h: Ditto.
144 * config/m88k/xm-m88k.h, config/mips/xm-irix3.h: Ditto.
145 * config/mips/xm-irix5.h, config/mips/xm-linux.h: Ditto.
146 * config/mips/xm-mips.h, config/mips/xm-mipsm3.h: Ditto.
147 * config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h: Ditto.
148 * config/mips/xm-riscos.h, config/pa/xm-hppab.h: Ditto.
149 * config/pa/xm-hppah.h, config/powerpc/xm-linux.h: Ditto.
150 * config/romp/xm-rtbsd.h, config/rs6000/xm-rs6000.h: Ditto.
151 * config/rs6000/xm-rs6000ly.h, config/s390/xm-linux.h: Ditto.
152 * config/sparc/xm-sparc.h, config/sparc/xm-sparclynx.h: Ditto.
153 * config/vax/xm-vax.h: Ditto.
154
155 * config/a29k/tm-vx29k.h: Add #error as file depends on
156 HOST_BYTE_ORDER.
157 * config/a29k/tm-a29k.h: Ditto.
158 * MAINTAINERS (a29k-amd-udi): Document as broken.
159
160 2001-12-01 Andrew Cagney <ac131313@redhat.com>
161
162 * Makefile.in (tm-news.h, tm-isi.h, xm-news1000.h): Delete.
163 (ALLDEPFILES): Delete news-xdep.c.
164 (news-xdep.o): Delete.
165 (isi-xdep.o): Delete.
166 * configure.tgt: Delete m68*-isi-*, m68*-sony-*, m68*-rom68k-*,
167 m68*-*bug-*, m68*-monitor-* and m68*-est-* targets.
168 * configure.host: Delete m68030-sony-*, m68*-isi-* and m68*-sony-*
169 Hosts.
170 * m68k-tdep.c (isi_skip_prologue): Delete function.
171 * news-xdep.c: Delete file.
172 * isi-xdep.c: Delete file.
173 * config/m68k/isi.mh: Delete file.
174 * config/m68k/isi.mt: Delete file.
175 * config/m68k/news.mh: Delete file.
176 * config/m68k/news.mt: Delete file.
177 * config/m68k/news1000.mh: Delete file.
178 * config/m68k/nm-news.h: Delete file.
179 * config/m68k/tm-isi.h: Delete file.
180 * config/m68k/tm-news.h: Delete file.
181 * config/m68k/xm-isi.h: Delete file.
182 * config/m68k/xm-news.h: Delete file.
183 * config/m68k/xm-news1000.h: Delete file.
184
185 * kdb-start.c: Delete file.
186 * stuff.c: Delete file.
187
188 * NEWS: Note that a29k-nyu-sym1 and a29k-*-kern* were deleted.
189 * configure.host: Delete a29k-*-* host.
190 * configure.tgt: Delete a29k-*-kern* and a29k-*-sym1* targets.
191 * config/a29k/a29k-kern.mt: Delete file.
192 * config/a29k/nm-ultra3.h: Delete file.
193 * config/a29k/tm-ultra3.h: Delete file.
194 * config/a29k/ultra3.mh: Delete file.
195 * config/a29k/ultra3.mt: Delete file.
196 * config/a29k/xm-ultra3.h: Delete file.
197
198 * NEWS: Note that i[3456]86-*-sunos* was deleted.
199 * Makefile.in (sun386-nat.o): Delete.
200 * configure.tgt: Delete i[3456]86-*-sunos* target.
201 * configure.host: Delete i[3456]86-*-sunos* host.
202 * sun386-nat.c: Delete.file.
203 * config/i386/nm-sun386.h: Delete file.
204 * config/i386/sun386.mh: Delete file.
205 * config/i386/sun386.mt: Delete file.
206 * config/i386/tm-sun386.h: Delete file.
207 * config/i386/xm-sun386.h: Delete file.
208
209 * NEWS: Note that ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*
210 and ns32k-utek-* were deleted.
211 * Makefile.in (ultra3-nat.o, ultra3-xdep.o): Delete.
212 (umax-xdep.o, ns32km3-nat.o): Delete.
213 * configure.tgt: Delete ns32k-*-mach3*, ns32k-utek-sysv* and
214 ns32k-utek-* targets.
215 * configure.host: Delete ns32k-*-mach3*, ns32k-umax-* and
216 ns32k-utek-sysv* hosts.
217 * ultra3-nat.c: Delete file.
218 * ultra3-xdep.c: Delete file.
219 * umax-xdep.o: Delete file.
220 * ns32km3-nat: Delete file.
221 * config/ns32k/merlin.mh: Delete file.
222 * config/ns32k/merlin.mt: Delete file.
223 * config/ns32k/nm-umax.h: Delete file.
224 * config/ns32k/ns32km3.mh: Delete file.
225 * config/ns32k/ns32km3.mt: Delete file.
226 * config/ns32k/tm-merlin.h: Delete file.
227 * config/ns32k/tm-ns32km3.h: Delete file.
228 * config/ns32k/umax.mh: Delete file.
229 * config/ns32k/umax.mt: Delete file.
230 * config/ns32k/xm-merlin.h: Delete file.
231 * config/ns32k/xm-ns32km3.h: Delete file.
232 * config/ns32k/xm-umax.h: Delete file.
233
234 * NEWS: Note that m88*-harris-cxux* was deleted.
235 * configure.host: Delete m88*-harris-cxux* host.
236 * configure.tgt: Delete m88*-harris-cxux* target.
237 * config/m88k/cxux.mh: Delete file.
238 * config/m88k/cxux.mt: Delete file.
239 * config/m88k/nm-cxux.h: Delete file.
240 * config/m88k/tm-cxux.h: Delete file.
241 * config/m88k/xm-cxux.h: Delete file.
242
243 * NEWS: Note that powerpc-*-netware*, powerpcle-*-cygwin* and
244 powerpcle-*-solaris* were deleted.
245 * configure.host: Delete powerpcle-*-cygwin* and
246 powerpcle-*-solaris* hosts.
247 * configure.tgt: Delete powerpc-*-netware*, powerpcle-*-cygwin*
248 and powerpcle-*-solaris* targets.
249 * config/powerpc/cygwin.mh: Delete file.
250 * config/powerpc/cygwin.mt: Delete file.
251 * config/powerpc/nm-solaris.h: Delete.file.
252 * config/powerpc/ppc-nw.mt: Delete file.
253 * config/powerpc/solaris.mh: Delete file.
254 * config/powerpc/solaris.mt: Delete file.
255 * config/powerpc/tm-cygwin.h: Delete file.
256 * config/powerpc/tm-ppc-nw.h: Delete file.
257 * config/powerpc/tm-solaris.h: Delete file.
258 * config/powerpc/xm-cygwin.h: Delete file.
259 * config/powerpc/xm-mpw.h: Delete file.
260 * config/powerpc/xm-solaris.h: Delete file.
261
262 * NEWS, MAINTAINERS: Note that w65-*-* was deleted.
263 * configure.tgt: Delete w65-*-*.
264 * Makefile.in (w65-tdep.o): Delete.
265 * config/w65/tm-w65.h: Delete file.
266 * config/w65/w65.mt: Delete file.
267 * w65-tdep.c: Delete file.
268
269 * NEWS: Mention deleted tic80-*-*.
270 * configure.tgt: Delete tic80-*-*.
271 * Makefile.in (tic80-tdep.o): Delete.
272 * config/tic80/tic80.mt: Delete.
273 * config/tic80/tm-tic80.h: Delete.
274 * tic80-tdep.c: Delete.
275 * MAINTAINERS: Note that tic80 was deleted.
276
277 2001-11-30 Kevin Buettner <kevinb@redhat.com>
278
279 * ppc-linux-tdep.c (solib-svr4.h): Include.
280 (ppc_linux_svr4_fetch_link_map_offsets): New function.
281 * ppc-tdep.h (ppc_linux_svr4_fetch_link_map_offsets): Declare.
282 * rs6000-tdep.c (solib-svr4.h): Include.
283 (rs6000_gdbarch_init): Set up ppc_linux_svr4_fetch_link_map_offsets()
284 as the link map offsets fetcher.
285
286 * config/powerpc/aix.mt (TDEPFILES): Add solib-svr4.o.
287 * config/powerpc/macos.mt (TDEPFILES): Likewise.
288 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
289 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
290 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
291 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
292 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
293 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
294 * config/rs6000/aix4.mt (TDEPFILES): Likewise.
295 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
296 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
297
298 2001-11-30 Kevin Buettner <kevinb@redhat.com>
299
300 From Louis Hamilton <hamilton@redhat.com>:
301 * arm-tdep.c (solib-svr4.h): Include.
302 (arm_linux_svr4_fetch_link_map_offsets): New function.
303 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
304 (arm_linux_svr4_fetch_link_map_offsets): Declare.
305
306 2001-11-30 Daniel Jacobowitz <drow@mvista.com>
307
308 * values.c (value_primitive_field): Add embedded_offset to the
309 address of structure members.
310 * gnu-v3-abi.c (gnuv3_rtti_type): Cast to base type before
311 attempting to access vtable pointer. Set using_enc_p if we cast.
312 (gnuv3_virtual_fn_field): Call value_cast with structure rather than
313 structure pointer. Cast to base type before attempting to access
314 vtable pointer.
315
316 2001-11-29 Elena Zannoni <ezannoni@redhat.com>
317
318 * Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h.
319
320 * ppc-tdep.h (PPC_GPLAST_REGNUM): Define.
321
322 * ppc-linux-nat.c: Include ppc-tdep.h.
323 (ppc_register_u_addr): Don't use the static array regmap[],
324 dynamically define the mapping instead.
325 (supply_gregset): Ditto.
326 (fill_gregset): Ditto.
327 (COPY_REG): Delete macro defintion.
328 (regmap): Delete array.
329
330 2001-11-29 Jim Blandy <jimb@redhat.com>
331
332 Tighten up GDB's support for returning structs by value.
333 * s390-tdep.c (s390_use_struct_convention): New function.
334 (s390_gdbarch_init): Register it as the S/390's
335 USE_STRUCT_CONVENTION method. Register
336 generic_cannot_extract_struct_value_address as our
337 EXTRACT_STRUCT_VALUE_ADDRESS method.
338 * arch-utils.c (generic_cannot_extract_struct_value_address): New
339 function.
340 * arch-utils.h: Add corresponding prototype.
341
342 * values.c (value_being_returned): Make error message a proper
343 sentence.
344
345 2001-11-27 Keith Walker <keith.walker@arm.com>
346
347 * dwarf2read.c (read_attribute_value): New function to handle
348 DW_FORM_indirect
349 (read_attribute): uses read_attribute_value
350
351 2001-11-29 Jim Blandy <jimb@redhat.com>
352
353 * s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn't
354 save the return address register, assume that the return address
355 is still in there.
356
357 2001-11-27 Andrew Cagney <ac131313@redhat.com>
358
359 * MAINTAINERS: Clarify obvious fix a little (as suggested by Eli
360 Zaretskii).
361
362 2001-11-25 Jim Blandy <jimb@redhat.com>
363
364 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
365
366 2001-11-27 Jim Blandy <jimb@redhat.com>
367
368 * s390-tdep.c: Get frame chains and saved pc values properly from
369 dummy frames.
370 (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
371 saved PC from the dummy frame's registers.
372 (s390_frame_chain): Same for the saved SP.
373 (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
374 the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
375 set correctly.
376
377 * s390-tdep.c (s390_frame_chain): Remember that the SP's element
378 of the frame's saved_regs array is special.
379
380 * s390-tdep.c (register_names): Call the general-purpose registers
381 `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
382 match the assembly language.
383
384 2001-11-26 Pierre Muller <muller@ics.u-strasbg.fr>
385
386 * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
387 HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
388 * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
389 extended registers if HAVE_SSE_REGS is defined.
390 (mappings array): Add offset of extended registers.
391 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
392
393 2001-11-26 Tom Tromey <tromey@redhat.com>
394
395 * NEWS: Updated.
396 * event-loop.c (start_event_loop): Call
397 after_char_processing_hook.
398 * event-top.h (after_char_processing_hook): Declare.
399 * event-top.c (rl_callback_read_char_wrapper): Call
400 after_char_processing_hook.
401 (after_char_processing_hook): New global.
402 * top.c (operate_saved_history): New global.
403 (gdb_rl_operate_and_get_next): New function.
404 (init_main): Add the operate-and-get-next defun.
405 (gdb_rl_operate_and_get_next_completion): New function.
406
407 2001-11-26 Tom Tromey <tromey@redhat.com>
408
409 * NEWS: Update for --args.
410 * infcmd.c (construct_inferior_arguments): Moved from ...
411 * fork-child.c: ... here.
412
413 2001-11-26 Jim Blandy <jimb@redhat.com>
414
415 * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
416 comment explaining that hand-written assembly code can have line
417 number info but no debug info for an enclosing function.
418
419 2001-11-26 Jakub Jelinek <jakub@redhat.com>
420
421 * sparc-nat.c (fetch_inferior_registers): Don't rely
422 on CORE_ADDR being 32-bit.
423 (store_inferior_registers): Likewise.
424
425 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
426
427 * config/djgpp/config.sed: Fix an error in etc/ at "make install"
428 time on non-LFN systems where standards*.inf* expands to nothing.
429
430 * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
431
432 2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
433 Christopher Faylor <cgf@redhat.com>
434
435 * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
436 be able to remove the DLL when unloaded. Remove unused last field.
437 (handle_unload_dll): New function to handle unloading of DLL.
438 (solib_symbols_add): Change return type to struct objfile *.
439 (get_child_debug_event): Call handle_unload_dll function.
440
441 2001-11-24 Christopher Faylor <cgf@redhat.com>
442
443 * win32-nat.c (_initialize_check_for_gdb_ini): New function.
444 * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
445 (GDBINIT_FILENAME): Remove.
446
447 2001-11-23 Mark Kettenis <kettenis@gnu.org>
448
449 Add x86 OpenBSD native configuration.
450 * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
451 config/i386/nm-obsd.h: New files.
452 * configure.host (i[3456]86-*-openbsd*): New host.
453 * configure.tgt (i[3456]86-*-openbsd*): New target.
454 * NEWS: Update.
455
456 2001-11-21 GDB Administrator <gdbadmin@sourceware.cygnus.com>
457
458 * GDB 5.1 was released.
459
460 2001-11-21 Tom Tromey <tromey@redhat.com>
461
462 Fix for PR gdb/209, PR gdb/156:
463 * gdbarch.c, gdbarch.h: Rebuilt.
464 * gdbarch.sh: Added `construct_inferior_arguments'.
465 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
466 Typo fix.
467 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
468 * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
469 (inferior_argc, inferior_argv): New globals.
470 (notice_args_set): New function.
471 (set_inferior_args): Clear inferior_argc and inferior_argv.
472 (set_inferior_args_vector): New function.
473 (get_inferior_args): Handle inferior argument vector.
474 (run_command): Use get_inferior_args().
475 (notice_args_read): New function.
476 (_initialize_infcmd): Don't call set_inferior_args.
477 * command.h: Typo fix.
478 (cmd_list_element): Added pre_show_hook.
479 * main.c (captured_main): Added --args option.
480 (print_gdb_help): Document --args.
481 * inferior.h (construct_inferior_arguments): Declare.
482 (set_inferior_args_vector): Likewise.
483 * fork-child.c (construct_inferior_arguments): New function.
484
485 2001-11-21 Kevin Buettner <kevinb@redhat.com>
486
487 * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
488 blocked signals.
489
490 * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
491
492 2001-11-20 Jim Blandy <jimb@redhat.com>
493
494 * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
495 default definition; this is never used.
496
497 2001-11-20 Keith Seitz <keiths@redhat.com>
498
499 * varobj.c (c_value_of_child): Release memory for "name" when
500 finshed using it.
501 (c_type_of_child): Likewise.
502 (cplus_value_of_child): Isolate the use of name_of_child to
503 one case that needs it.
504 Release memory for "name" when finished using it.
505
506 2001-11-20 Keith Seitz <keiths@redhat.com>
507
508 * top.c (gdb_init): Call init_ui_hook before initializing
509 the default UI.
510
511 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
512
513 * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
514 declaration.
515
516 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
517
518 * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
519 accessing registers[].
520 (fill_fpregset): Ditto.
521
522 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
523
524 * infptrace.c (fetch_register): Dynamically allocate buffer for
525 register.
526 (store_register): Use regcache_collect, instead of accessing the
527 register buffer directly.
528
529 2001-11-19 Daniel Jacobowitz <drow@mvista.com>
530
531 * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
532 cur_frame to heuristic_proc_desc.
533 (heuristic_proc_desc): Add cur_frame argument. Do not read SP
534 if cur_frame == 0.
535 (after_prologue): Pass cur_frame == 0 to find_proc_desc.
536 (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
537 (mips_init_extra_frame_info): Likewise.
538
539 2001-11-19 Andrew Cagney <ac131313@redhat.com>
540
541 * defs.h (return_to_top_level): Comment.
542
543 Mon Nov 19 14:58:52 2001 Andrew Cagney <cagney@redhat.com>
544
545 * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
546 concatenation for error parameter.
547 (remote_cisco_open): Ditto.
548
549 2001-11-19 Keith Seitz <keiths@redhat.com>
550
551 * varobj.c (c_value_of_child): Use the wrapper function,
552 gdb_value_struct_elt.
553 (cplus_value_of_child): Likewise.
554
555 2001-11-18 Andrew Cagney <ac131313@redhat.com>
556
557 * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
558 * config/i386/tm-i386.h (NUM_REGS): Delete.
559
560 2001-11-18 Kevin Buettner <kevinb@redhat.com>
561
562 * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
563 conversion for I386_LINUX_ORIG_EAX_REGNUM.
564
565 2001-11-18 Andrew Cagney <ac131313@redhat.com>
566
567 * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
568 * config/i386/tm-embed.h: Delete.
569
570 2001-11-17 Andrew Cagney <ac131313@redhat.com>
571
572 * Makefile.in (distclean): Explicitly delete Makefile et.al. in
573 gdbserver sub directory.
574
575 2001-11-17 Andrew Cagney <ac131313@redhat.com>
576
577 * README: Mention need for alloca(). Mention problems with
578 alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1.
579
580 2001-11-17 Kevin Buettner <kevinb@redhat.com>
581
582 * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
583 of accessing registers[] directly.
584
585 2001-11-17 Kevin Buettner <kevinb@redhat.com>
586
587 * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
588 when fetching ORIG_EAX.
589
590 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
591
592 * arm-linux-nat.c: Don't include <asm/ptrace.h>.
593 (fetch_register): Use elf_gregset_t instead of struct pt_regs.
594 (fetch_regs): Likewise.
595 (store_register): Likewise.
596 (store_regs): Likewise.
597
598 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
599
600 * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
601 with regcache_collect.
602 (fill_fpregset): Likewise.
603
604 2001-11-17 Daniel Jacobowitz <drow@mvista.com>
605
606 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
607 and sparc-linux-nat.c to ALLDEPFILES. Add dependencies.
608 * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
609 * sparc-linux-nat.c: New file, from Mark Kettenis.
610
611 2001-11-16 Jakub Jelinek <jakub@redhat.com>
612
613 * dwarf2read.c (dwarf_str_buffer): New.
614 (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
615 (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
616 (dwarf2_has_info): Clear dwarf_str_offset.
617 (dwarf2_build_psymtabs): Read .debug_str section if present.
618 (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
619 DWARF_STR_SIZE.
620 (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
621 (read_attribute): Handle DW_FORM_strp.
622 (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
623 handling code.
624 (read_indirect_string): New.
625 (dump_die): Handle DW_FORM_strp.
626
627 2001-11-16 Jim Blandy <jimb@redhat.com>
628
629 * s390-tdep.c: Tweak argument-passing to match GCC bugs.
630 (is_float_singleton, is_struct_like, is_float_like): New
631 functions, that isolate the weirdness.
632 (is_double_or_float, is_simple_arg, pass_by_copy_ref,
633 is_double_arg): Use is_struct_like and is_float_like, rather than
634 testing the type codes ourselves.
635 (s390_push_arguments): When passing args on the stack, align each
636 on to a four-byte boundary, regardless of what the type itself
637 needs.
638
639 2001-11-16 Ben Harris <bjh21@netbsd.org>
640
641 * Makefile.in (os9kread.o): Replace $< with autoconf-approved
642 $(srcdir)/....
643 (procfs.o): Ditto.
644 (z8k-tdep.o): Ditto.
645
646 2001-11-16 Ben Harris <bjh21@netbsd.org>
647
648 * MAINTAINERS (write-after-approval): Add self.
649
650 2001-11-15 Jim Blandy <jimb@redhat.com>
651
652 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
653 bytes long should be handled as DOUBLE_ARGs; don't recognize them
654 as SIMPLE_ARGs.
655
656 2001-11-12 Andrew Cagney <ac131313@redhat.com>
657
658 * remote.c (struct packet_reg): Declare.
659 (struct remote_state): Add fields sizeof_g_packet and g_packet.
660 (init_remote_state): Initialize sizeof_g_packet and g_packet.
661 (free_remote_state): Free g_packet.
662 (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
663 (remote_wait): Use above instead of gdbarch methods
664 REGISTER_RAW_SIZE and REGISTER_BYTES.
665 (remote_async_wait): Ditto.
666 (remote_fetch_registers, remote_store_registers): Ditto.
667 (store_register_using_P): Ditto.
668
669 2001-11-15 Andrew Cagney <ac131313@redhat.com>
670
671 * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
672 Second attempt.
673
674 2001-11-15 Andrew Cagney <ac131313@redhat.com>
675
676 * utils.c (phex_nz): For default case, set str to phex_nz return
677 value.
678 (phex): Ditto.
679
680 2001-11-15 Andrew Cagney <ac131313@redhat.com>
681
682 * TODO (register_buffer): Delete.
683 * regcache.c (register_buffer): Make static.
684 (regcache_collect): New function.
685 * regcache.h (register_buffer): Delete declaration.
686 (regcache_collect): Declare.
687 * remote.c (store_register_using_P): Rewrite using
688 regcache_collect.
689 (remote_store_registers): Ditto.
690 * go32-nat.c (store_register): Ditto.
691
692 2001-11-14 Andrew Cagney <ac131313@redhat.com>
693
694 * remote.c (struct remote_state): Declare.
695 (get_remote_state): New function.
696 (init_remote_state): New function.
697 (remote_gdbarch_data_handle): New global.
698 (build_remote_packet_sizes): Delete function, moved to
699 init_remote_state.
700 (register_remote_packet_sizes): Delete function.
701 (actual_register_packet_size, remote_packet_size): Moved to
702 ``struct remote_state''.
703 (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
704 (free_remote_state): New function.
705 (get_memory_packet_size, get_memory_read_packet_size)
706 (set_thread, remote_unpack_thread_info_response)
707 (remote_get_threadinfo, parse_threadlist_response)
708 (remote_get_threadlist, remote_current_thread)
709 (remote_threads_info, remote_threads_extra_info)
710 (extended_remote_restart, get_offsets)
711 (get_offsets, remote_check_symbols, remote_open_1)
712 (remote_async_open_1, remote_detach, remote_async_detach)
713 (remote_resume, remote_async_resume, remote_wait)
714 (remote_async_wait, remote_fetch_registers)
715 (store_register_using_P, remote_store_registers)
716 (check_binary_download, putpkt_binary)
717 (remote_insert_breakpoint, remote_remove_breakpoint)
718 (remote_insert_watchpoint, remote_remove_watchpoint)
719 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
720 (compare_sections_command, remote_query)
721 (remote_rcmd, remote_rcmd, packet_command)
722 (remote_info_process): Update.
723
724 2001-11-14 Andrew Cagney <ac131313@redhat.com>
725
726 * remote.c: Include "gdb_assert.h".
727 (tty_input): Wire buffer to 400 bytes.
728 (readsocket): Check tty_input doesn't overflow.
729 (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
730 tty_input.
731
732 2001-11-14 Michael Snyder <msnyder@redhat.com>
733
734 * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
735 TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
736 into the instruction address space.
737 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
738
739 2001-11-14 Michael Snyder <msnyder@redhat.com>
740 Add address space identifiers to expression language for types.
741 * c-exp.y (space_identifier, cv_with_space_id,
742 const_or_volatile_or_space_identifier_noopt,
743 const_or_volatile_or_space_identifier): New terminals.
744 (ptype): Accept const_or_volatile_or_space_identifier.
745 (typebase): Accept const_or_volatile_or_space_identifier.
746 * c-typeprint.c (c_type_print_cv_qualifier): Rename to
747 c_type_print_modifier. Handle address space modified types.
748 * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
749 New type flags.
750 (struct type): Add new field as_type for addr-space qualified types.
751 (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
752 identical to this one except for address-space qualification.
753 * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
754 (address_space_name_to_int): New function.
755 (address_space_int_to_name): New function.
756 (make_type_with_address_space): New function.
757 (make_cv_type): Handle as_type field of new struct type object.
758 * parse.c (check_type_stack_depth): New function.
759 (push_type_address_space): New function.
760 (follow_types): Handle types with address-space qualifier.
761 * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
762
763 2001-11-14 Jim Blandy <jimb@redhat.com>
764
765 * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
766 pointer and the SP are often the same, so we can't pop the frame
767 by setting the SP to the FP; we need to get the old SP from
768 saved_regs.
769
770 * s390-tdep.c (s390_extract_return_value): Returned `float' values
771 can simply be copied bitwise from the registers into the value
772 object's buffer.
773
774 * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
775 the frame's saved_regs array correctly.
776
777 * symfile.c (simple_read_overlay_table): Make sure we can find
778 both `_novlys' and `_ovly_table' before we try anything else;
779 print a helpful error message.
780 (simple_overlay_update): No need to print error message here.
781
782 2001-11-14 Michael Snyder <msnyder@redhat.com>
783
784 * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
785
786 2001-11-10 Andrew Cagney <ac131313@redhat.com>
787
788 * arm-tdep.c (arm_register_type): New function.
789 (arm_register_convertible): Delete.
790 (arm_register_convert_to_virtual): Delete.
791 (arm_register_convert_to_raw): Delete.
792 * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
793 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
794 (REGISTER_CONVERT_TO_RAW): Delete.
795 (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
796 (arm_register_type): Declare.
797
798 2001-11-13 Elena Zannoni <ezannoni@redhat.com>
799
800 From Andrew Cagney <cagney@redhat.com>:
801 * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
802 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
803 new builtin types.
804
805 2001-11-13 Jim Blandy <jimb@redhat.com>
806
807 * s390-tdep.c: Rewrite inferior function call code. This may
808 break zSeries support; that should be fixed soon.
809 #include "gdb_assert.h".
810 (is_integer_like, is_pointer_like, is_simple_arg,
811 pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
812 round_down, alignment_of): New functions.
813 (s390_push_arguments): Rewritten to handle passing large arguments
814 by value, and to make more readable.
815
816 * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
817 interact correctly with generic dummy frames.
818 (s390_pop_frame_regular): Move the guts of the frame-popping code
819 to here, to be called by generic_pop_current_frame. Use the
820 frame's saved_regs array; this works for `return' as well as
821 inferior function calls.
822
823 * s390-tdep.c (s390_gdbarch_init): Register the function
824 `standard_coerce_float_to_double', since GCC for the S/390 follows
825 the standard rules for passing floats.
826
827 * valops.c (default_coerce_float_to_double,
828 standard_coerce_float_to_double): Doc fixes.
829
830 Patch from Peter Schauer:
831
832 * symtab.c (find_pc_sect_line): If we can't find the function
833 containing PC, we certainly won't have line number information for
834 that location, so return zero immediately.
835
836 2001-11-10 Andrew Cagney <ac131313@redhat.com>
837
838 * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
839 (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
840 undef.
841 * i960-tdep.c (i960_register_type): New function.
842 * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
843 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
844 (REGISTER_CONVERT_TO_RAW): Delete.
845 (REGISTER_VIRTUAL_TYPE): Update. Call i960_register_type.
846
847 2001-11-10 Andrew Cagney <ac131313@redhat.com>
848
849 * m88k-tdep.c (m88k_register_type): New function.
850 * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
851 (REGISTER_CONVERT_TO_VIRTUAL): Delete.
852 (REGISTER_CONVERT_TO_RAW): Delete.
853 (m88k_register_type): Declare.
854 (REGISTER_VIRTUAL_TYPE): Update. Call m88k_register_type.
855
856 2001-11-11 Mark Kettenis <kettenis@elgar.my.domain>
857
858 * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
859 * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
860 * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
861 (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
862
863 2001-11-12 Jim Blandy <jimb@redhat.com>
864
865 Patch from Andreas Schwab <schwab@suse.de>:
866 * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
867 instead of xmalloc.
868
869 2001-11-12 Jim Blandy <jimb@redhat.com>
870
871 * corefile.c (write_memory_unsigned_integer,
872 write_memory_signed_integer): New functions.
873 (write_memory): Move to be with other write_memory_* functions.
874 * gdbcore.h (write_memory_unsigned_integer,
875 write_memory_signed_integer): New declarations.
876
877 2001-11-11 Geoffrey Keating <geoffk@redhat.com>
878
879 * dwarf2read.c (dwarf_decode_lines): Properly deal with
880 unknown standard opcodes.
881
882 2001-11-11 Andrew Cagney <ac131313@redhat.com>
883
884 * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
885 (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
886 (i586-sco-sysv5uw7.1.1): Mention problem with threads.
887
888 2001-11-11 Andrew Cagney <ac131313@redhat.com>
889
890 From Mark Kettenis <kettenis@gnu.org>:
891 * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
892 breakpoints when they fail.
893
894 2001-11-10 Andrew Cagney <ac131313@redhat.com>
895
896 * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
897 gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
898 Replace value_ptr with struct value.
899
900 2001-11-10 Andrew Cagney <ac131313@redhat.com>
901
902 * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
903 p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
904 value_ptr with struct value.
905
906 2001-11-10 Andrew Cagney <ac131313@redhat.com>
907
908 * eval.c: Replace most occurances of value_ptr with struct value.
909
910 2001-11-09 Jim Blandy <jimb@redhat.com>
911
912 * s390-tdep.c: Don't use a call dummy.
913 (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
914 (s390_push_return_address): Put the address of the inferior call
915 breakpoint in r14.
916 (s390_gdbarch_init):
917 - Provide trivial definition of s390_call_dummy_words; register it
918 with the gdbarch appropriately.
919 - Delete S390x_call_dummy_words.
920 - Gather inferior-call-related settings into a group.
921 - Use generic dummy frames.
922 - Put the inferior call breakpoint at the entry point.
923 - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
924 generic_push_dummy_frame, generic_fix_call_dummy.
925 - There is a call dummy breakpoint offset; it's zero.
926
927 * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
928 into the dummy frame, to help us get backtraces.
929
930 * values.c (value_as_address): If VAL is a function or method,
931 just return its address; don't let COERCE_ARRAY convert its
932 address to a pointer, and then have unpack_long convert it back to
933 an address.
934
935 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
936
937 * p-lang.c (is_pascal_string_type): New function to determine if a
938 type is a string type.
939 * p-lang.h: Add prototype for is_pascal_string_type.
940 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
941 to display strings nicely.
942
943 2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
944
945 * p-exp.y (yylex): Only change case of expression if symbol is found.
946 Also check for GPC standard name form.
947
948 2001-11-08 Andrew Cagney <ac131313@redhat.com>
949
950 * gdb_indent.sh: New file.
951
952 2001-11-08 Jim Blandy <jimb@redhat.com>
953
954 * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
955 got_load_len, to placate compiler.
956
957 2001-11-08 Mark Kettenis <kettenis@gnu.org>
958
959 * i386-tdep.c (i386_gdbarch_init): Fix typo.
960
961 2001-11-08 Jim Blandy <jimb@redhat.com>
962
963 * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
964 file_frame_chain_valid.
965
966 * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
967 from the constant pool, but doesn't add in the constant pool's
968 address to it, then this function probably isn't using r12 as a
969 GOT pointer, and that load probably wasn't part of the prologue.
970
971 * s390-tdep.c (s390_gdbarch_init): Use the default
972 prepare_to_proceed function established by config/nm-linux.h;
973 don't try to set it to linuxthreads_prepare_to_proceed.
974
975 Wed Nov 7 20:38:14 2001 Andrew Cagney <cagney@redhat.com>
976
977 * i386-tdep.c: Include "i386-tdep.h".
978 (XMALLOC): Define.
979 (i386_gdbarch_init): New function.
980 (_initialize_i386_tdep): Register bfd_arch_i386.
981 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
982 GDB_MULTI_ARCH_PARTIAL.
983 * i386-tdep.h: When partially multi-arch, conditionally define
984 all macros.
985
986 Wed Nov 7 20:45:32 2001 Andrew Cagney <cagney@redhat.com>
987
988 * i386-tdep.c (set_disassembly_flavor): Delete function.
989 (set_disassembly_flavor_sfunc): Delete function.
990
991 2001-11-07 Elena Zannoni <ezannoni@redhat.com>
992
993 * dbxread.c (set_namestring): New function, replacing the
994 SET_NAMESTRING macro.
995 (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
996 CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
997 definitions.
998 (read_dbx_symtab): Don't include partial-stab.h any more. Don't
999 reuse code in partial-stab.h, include the code directly, instead.
1000
1001 * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
1002 (HFILES_NO_SRCDIR): Remove partial-stab.h.
1003
1004 * partial-stab.h: Remove file.
1005
1006 2001-11-07 Andrew Cagney <ac131313@redhat.com>
1007
1008 * gdbarch.sh: For multi-arch functions, check there is a
1009 predefault and use it as the static default.
1010 * gdbarch.c: Re-generate.
1011
1012 2001-11-08 Mark Kettenis <kettenis@gnu.org>
1013
1014 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
1015 terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
1016 hardcoding the register number.
1017
1018 2001-11-07 Andrew Cagney <ac131313@redhat.com>
1019
1020 * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
1021 generic_use_struct_convention.
1022 * gdbarch.h, gdbarch.c: Regenerate.
1023 * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
1024 gdbarch.h.
1025
1026 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1027
1028 * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
1029 * gdbarch.c: Regenerate.
1030
1031 2001-11-06 Fred Fish <fnf@redhat.com>
1032
1033 * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
1034 * dbxread.c: Ditto
1035 * dwarf2read.c: Ditto.
1036 * dwarfread.c: Ditto.
1037 * exec.c: Ditto.
1038 * hpread.c: Ditto.
1039 * hpread.h: Ditto.
1040 * mdebugread.c: Ditto.
1041 * os9kread.c: Ditto.
1042 * stack.c: Ditto.
1043 * symfile.c: Ditto.
1044 * tracepoint.c: Ditto.
1045
1046 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1047
1048 * MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
1049 David Taylor and Nick Duffek in past maintainers.
1050
1051 2001-11-06 Elena Zannoni <ezannoni@redhat.com>
1052
1053 * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
1054 END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
1055 (parse_partial_symbols): Don't include partial-stab.h any
1056 more. Don't reuse code in partial-stab.h, include the code
1057 directly, instead. Simplify code from partial-stab.h eliminating
1058 ifdef DBXREAD_ONLY code.
1059
1060 * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
1061
1062 2001-11-06 Jim Blandy <jimb@redhat.com>
1063
1064 * s390-nat.c: #include "regcache.h", to get declaration for
1065 `supply_register'. (The last change already added the dependency
1066 of s390-nat.o on regcache.h. Oops.)
1067
1068 * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
1069 (s390-tdep.o, s390-nat.o): New rules.
1070
1071 * s390-nat.c (s390_register_u_addr): Pass proper arguments to
1072 internal_error.
1073
1074 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1075
1076 * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
1077 * gdbarch.c: Regenerate.
1078
1079 2001-11-06 Andrew Cagney <ac131313@redhat.com>
1080
1081 * blockframe.c (get_prev_frame): Replace #ifdef
1082 INIT_EXTRA_FRAME_INFO with run-time test.
1083
1084 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1085
1086 * gdbarch.sh (push_return_address): Change to a function with
1087 predicate.
1088 * gdbarch.h, gdbarch.c: Re-generate.
1089 * valops.c (hand_function_call): Replace #ifdef
1090 PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
1091
1092 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
1093
1094 * arch-utils.c (generic_in_function_epilogue_p): New function.
1095 * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
1096 * breakpoint.c (watchpoint_check): Add test whether the pc is
1097 currently in the epilogue of a function.
1098 * gdbarch.c: Autogenerated from gdbarch.sh.
1099 * gdbarch.h: Ditto.
1100 * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
1101
1102 2001-11-05 Jim Blandy <jimb@redhat.com>
1103
1104 * config/s390/s390.mh (NATDEPFILES): Don't split this across
1105 several lines with backslashes; the `sed' command in
1106 configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
1107 assignment doesn't handle lines extended with backslashes.
1108
1109 * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
1110 using `+=' as well as `='.
1111 * configure: Regenerated.
1112
1113 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1114
1115 * gdbarch.sh (init_extra_frame_info): Change to a function with
1116 predicate.
1117 * gdbarch.h, gdbarch.c: Re-generate.
1118 * blockframe.c (create_new_frame): Replace #ifdef
1119 INIT_EXTRA_FRAME_INFO with run-time test of
1120 INIT_EXTRA_FRAME_INFO_P.
1121
1122 2001-11-05 Andrew Cagney <ac131313@redhat.com>
1123
1124 * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
1125 error messages. Print in a single batch.
1126 * gdbarch.c: Re-generate.
1127
1128 2001-11-04 Mark Kettenis <kettenis@gnu.org>
1129
1130 * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
1131 fill_gregset): Add support for "orig_eax" register.
1132
1133 Add support for "orig_eax" pseudo register on Linux/x86.
1134 * i386-linux-tdep.c: Include "inferior.h".
1135 (i386_linux_register_name, i386_linux_register_byte,
1136 i386_linux_register_raw_size): New functions.
1137 (i386_linux_write_pc): New function.
1138 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
1139 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1140 REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
1141 register.
1142 (i386_linux_register_name, i386_linux_register_byte,
1143 i386_linux_register_raw_size): New prototypes.
1144 (TARGET_WRITE_PC): New define.
1145 (i386_linux_write_pc): New prototype.
1146
1147 * i386-tdep.c (i386_register_offset): Renamed from
1148 i386_register_byte. Made static.
1149 (i386_register_size): Renamed from i386_register_raw_size. Made
1150 static.
1151 (i386_register_virtual_size): Removed.
1152 (i386_register_byte, i386_register_raw_size,
1153 i386_register_virtual_size): New functions.
1154 (_initialize_i386_tdep): Initialize i386_register_offset instead
1155 of i386_register_byte. Remove code to initialize
1156 i386_register_virtual_size.
1157 * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
1158 i386_register_byte function.
1159 (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
1160 function.
1161 (REGISTER_VIRTUAL_SIZE): Redefine to use
1162 i386_register_virtual_size function.
1163 (i386_register_byte, i386_register_raw_size,
1164 i386_register_virtual_size): New functions.
1165
1166 * Makefile.in (ALLDEPFILES): Add i387-nat.c.
1167 (i387-nat.o): Add dependencies.
1168
1169 2001-11-02 Andrew Cagney <ac131313@redhat.com>
1170
1171 * README: Mention problem with alpha-dec-osf5.1.
1172
1173 2001-11-02 Andrew Cagney <ac131313@redhat.com>
1174
1175 * utils.c (internal_verror): Restore calls to abort().
1176 Fix PR gdb/219.
1177
1178 2001-11-02 Michael Chastain <mec@shout.net>
1179
1180 * MAINTAINERS: Update my entry.
1181
1182 2001-11-01 Michael Snyder <msnyder@redhat.com>
1183
1184 * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
1185 operator names, to avoid regexp expansion.
1186 (search_symbols): Alloca buffer is too small, may get clobbered.
1187
1188 2001-11-01 Fred Fish <fnf@redhat.com>
1189
1190 * coff-solib.c (coff_solib_add): Add new readsyms arg.
1191 * irix5-nat.c (solib_add): Ditto.
1192 * osfsolib.c (solib_add): Ditto.
1193 * pa64solib.c (pa64_solib_add): Ditto.
1194 * pa64solib.c (add_to_solist): Ditto.
1195 * pa64solib.c (read_dld_descriptor): Ditto.
1196 * solib.c (solib_add): Ditto.
1197 * somsolib.c (som_solib_add): Ditto.
1198 * win32-nat.c (child_solib_add): Ditto.
1199 * xcoffsolib.c (solib_add): Ditto.
1200
1201 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
1202 * pa64solib.c (add_to_solist): Ditto.
1203 * pa64solib.c (read_dld_descriptor): Ditto.
1204 * pa64solib.h (pa64_solib_add): Ditto.
1205 * solib.h (solib_add): Ditto.
1206 * somsolib.h (som_solib_add): Ditto.
1207 * config/i386/tm-cygwin.h (child_solib_add): Ditto.
1208
1209 * coff-solib.c (coff_solib_add): If readsyms is zero don't read
1210 symbols but do any other needed work for shared libs.
1211 * irix5-nat.c: Ditto.
1212 * osfsolib.c (solib_add): Ditto.
1213 * solib.c (solib_add): Ditto.
1214 * win32-nat.c (child_solib_add): Ditto.
1215 * xcoffsolib.c (solib_add): Ditto.
1216
1217 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
1218 solib_add to force reading of shared library symbols.
1219 * osfsolib.c (sharedlibrary_command;): Ditto.
1220 * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
1221 * solib.c (sharedlibrary_command): Ditto.
1222 * somsolib.c (som_solib_sharedlibrary_command): Ditto.
1223 * xcoffsolib.c (sharedlibrary_command): Ditto.
1224
1225 * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
1226 unconditionally with auto_solib_add.
1227 * irix5-nat.c (solib_create_inferior_hook): Ditto.
1228 * osfsolib.c (solib_create_inferior_hook): Ditto.
1229 * solib.c (solib_create_inferior_hook): Ditto.
1230 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1231 * solib-svr4.c (enable_break): Ditto.
1232 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1233
1234 * corelow.c (solib_add_stub): Add auto_solib_add to args passed
1235 via SOLIB_ADD.
1236 * sol-thread.c (sol_thread_attach): Ditto.
1237 * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
1238
1239 * infcmd.c (attach_command): Remove auto_solib_add decl.
1240 Call SOLIB_ADD directly with auto_solib_add.
1241 * infrun.c (handle_inferior_event): Ditto.
1242
1243 * coff-solib.h (SOLIB_ADD): Add readsyms arg.
1244 * pa64solib.h (SOLIB_ADD): Ditto.
1245 * solib.h (SOLIB_ADD): Ditto.
1246 * somsolib.h (SOLIB_ADD): Ditto.
1247 * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
1248
1249 * fork-child.c (clone_and_follow_inferior): Remove unused
1250 auto_solib_add decl.
1251
1252 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
1253 (read_dld_descriptor): Ditto.
1254 (pa64_solib_add): Call read_dld_descriptor with readsyms.
1255 (pa64_solib_in_dynamic_linker): Ditto.
1256
1257 * corelow.c (symfile.h): Need this for auto_solib_add declaration.
1258 * sol-thread.c (symfile.h): Ditto.
1259
1260 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1261
1262 * s390-nat.c (s390_remove_watchpoint): Use xfree.
1263 (s390_insert_watchpoint): Use xmalloc.
1264
1265 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1266
1267 * varobj.c: Replace value_ptr with ``struct value *''.
1268
1269 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1270
1271 * varobj.c: Re-indent.
1272
1273 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1274
1275 * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
1276 ``value_ptr'' with ``struct value *''.
1277 * s390-tdep.c (s390_push_arguments): Ditto.
1278
1279 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1280
1281 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
1282 ``struct value *''.
1283 (struct frame_info, struct value): Add opaque declarations.
1284
1285 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1286
1287 * arch-utils.c (generic_in_solib_call_trampoline): New function.
1288 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
1289 * gdbarch.c: Regenerated from gdbarch.sh.
1290 * gdbarch.h: Ditto.
1291 * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
1292 * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
1293
1294 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1295
1296 From DJ Barrow.
1297 * s390-tdep.c: (s390_gdbarch_init): Don't initialize
1298 find_solib_trampoline_target.
1299
1300 2001-10-31 Andrew Cagney <ac131313@redhat.com>
1301
1302 * remote-vx.c (net_wait): Fix typo from PIDGET change.
1303
1304 2001-10-31 Mark Kettenis <kettenis@gnu.org>
1305
1306 * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
1307 (REGISTER_NAME): New define.
1308 (i386_register_name): New prototype.
1309 * i386-tdep.c (i386_register_names): New variable.
1310 (i386_register_name): New function.
1311 * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
1312 config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
1313 REGISTER_NAMES.
1314
1315 2001-10-31 Christopher Faylor <cgf@redhat.com>
1316
1317 * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
1318 the loaded DLL matches the on-disk case since the debugging API does
1319 not seem to ensure this. Calculate max name length here.
1320 (handle_load_dll): Move max name length calculation to
1321 register_loaded_dll.
1322
1323 2001-10-31 Daniel Jacobowitz <drow@mvista.com>
1324
1325 * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
1326
1327 2001-10-30 Keith Seitz <keiths@redhat.com>
1328
1329 * wrapper.h (gdb_value_struct_elt): New function.
1330 * wrapper.c (gdb_value_struct_elt): Ditto.
1331 (do_captured_value_struct_elt): Ditto.
1332
1333 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1334
1335 * README, NEWS: Update for 5.1.
1336
1337 2001-10-30 Andrew Cagney <ac131313@redhat.com>
1338
1339 * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
1340 -W... flags.
1341 * configure: Re-generate.
1342
1343 2001-10-30 Fred Fish <fnf@redhat.com>
1344
1345 * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
1346 * pa64solib.c (add_to_solist): Ditto.
1347 * win32-nat.c (_initialize_inftarg): Remove unnecessary
1348 initialization of auto_solib_add, it defaults to 1.
1349
1350 2001-10-27 Fred Fish <fnf@redhat.com>
1351
1352 * symfile.c (auto_solib_add): Update comment to note that
1353 this variable is now just used as a boolean to control shlib
1354 autoloading, and clarify when it is used.
1355 * symfile.h (auto_solib_add): Ditto.
1356
1357 * symfile.c (auto_solib_limit): New variable that holds the
1358 autoloading threshold instead of overloading auto_solib_add.
1359 * symfile.h (auto_solib_limit): Ditto.
1360
1361 * irix5-nat.c (_initialize_solib): Change auto-solib-add
1362 variable from var_zinteger to var_boolean and update help.
1363 * osfsolib.c (_initialize_solib): Ditto.
1364 * pa64solib.c (_initialize_pa64_solib): Ditto.
1365 * solib.c (_initialize_solib): Ditto.
1366 * somsolib.c (_initialize_som_solib): Ditto.
1367 * xcoffsolib.c (_initialize_solib): Ditto.
1368
1369 * pa64solib.c (pa64_solib_total_st_size): Update comment to
1370 note that the new auto_solib_limit variable is used instead
1371 of overloading auto_solib_add variable.
1372 (_initialize_pa64_solib): Ditto.
1373 * somsolib.c (som_solib_total_st_size): Ditto.
1374 (_initialize_som_solib): Ditto.
1375
1376 * pa64solib.c (_initialize_pa64_solib): Add new set/show
1377 commands for auto-solib-limit variable.
1378 * somsolib.c (_initialize_som_solib): Ditto
1379
1380 * pa64solib.c (add_to_solist): Check that auto_solib_add is
1381 set and use auto_solib_limit as the threshold size instead
1382 of auto_solib_add.
1383 * somsolib.c (som_solib_add): Ditto, and also change warning
1384 text about size threshold exceeded.
1385
1386 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1387
1388 * config/i386/tm-i386v.h: Don't include "regcache.h".
1389 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
1390 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
1391 Remove macros. The versions from "tm-i386.h" should work fine
1392 (and in most cases even better).
1393
1394 2001-10-30 Mark Kettenis <kettenis@gnu.org>
1395
1396 * i386-tdep.c (i386_extract_return_value): Use
1397 convert_typed_floating to extract floating-point value from
1398 register buffer.
1399 (i386_store_return_value): Use convert_typed_floating to store
1400 floating-point return balue in register buffer
1401 (i386_register_virtual_type): Change type of floating-point
1402 registers to builtin_type_i387_ext.
1403 (i386_register_convert_to_virtual): Use convert_typed_floating to
1404 do the conversion.
1405 (i386_register_convert_to_raw): Likewise.
1406
1407 2001-10-29 Mark Kettenis <kettenis@gnu.org>
1408
1409 * doublest.h (convert_typed_floating): New prototype.
1410 * doublest.c (convert_typed_floating): New function.
1411
1412 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1413
1414 * doublest.c: Improve comments a bit.
1415 (floatformat_from_length): New function.
1416 (NAN): Define to 0.0 if not already defined.
1417 (extract_floating): Rewrite to use floatformat_from_length. Warn
1418 instead of error if LEN doesn't match a known floating-point type,
1419 and return NaN (or 0.0 if NaN isn't available) in that case.
1420 (store_floating): Likewise, but zero out the target byte-stream if
1421 LEN doesn't match a known floating-point type.
1422 (extract_typed_floating): Reformat a bit.
1423 (store_typed_floating): Reformat a bit. Add comment about zeroing
1424 out padding in the target buffer.
1425 * doublest.h (extract_floating, store_floating): Fix comment about
1426 deprecation of these functions. Add parameter names to prototypes.
1427
1428 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1429
1430 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
1431 convert RAW to a DOUBLEST instead of extract_floating.
1432
1433 * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
1434 builtin_type_i387_ext to floatformat_i387_ext.
1435
1436 2001-10-24 Daniel Jacobowitz <drow@mvista.com>
1437
1438 * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
1439 (fill_fpregset): Likewise.
1440
1441 2001-10-26 Orjan Friberg <orjanf@axis.com>
1442
1443 * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
1444 struct, not just the NUM_SPECREGS first entries.
1445 (bdap_prefix): Read PC before autoincrement.
1446
1447 2001-10-24 Corinna Vinschen <vinschen@redhat.com>
1448
1449 * win32-nat.c (DebugSetProcessKillOnExit): New static function
1450 pointer to Windows' DebugSetProcessKillOnExit() function.
1451 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
1452 (has_detach_ability): New function.
1453 (child_attach): If system has detach ability, enable it.
1454 (child_detach): If system has detach ability, actually
1455 detach from process.
1456 Change tty output to Linux format.
1457
1458 2001-10-23 Jim Blandy <jimb@redhat.com>
1459
1460 Isolate STABS readers' use of the `textlow' and `texthigh' fields
1461 of `struct partial_symtab' to only a few locations. This change
1462 is not supposed to affect the way the values are computed, only
1463 where they live.
1464
1465 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
1466 to the reader-specific structure.
1467 * mdebugread.c (struct symloc): Same.
1468 * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
1469 * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
1470 * dbxread.c (dbx_symfile_read): After we've built all our partial
1471 symbol tables, set each partial symtab's `textlow' and `texthigh'
1472 fields from our reader-specific structure.
1473 * mdebugread.c (mdebug_build_psymtabs): Same.
1474 * dbxread.c (start_psymtab): Initialize the reader-specific
1475 structure's `textlow' and `texthigh' from the new psymtab's.
1476 * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
1477 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
1478 the reader-specific `textlow' and `texthigh', not the generic
1479 psymtab fields.
1480 * mdebugread.c (parse_lines, parse_partial_symbols,
1481 psymtab_to_symtab_1): Same.
1482 * partial-stab.h: Same.
1483
1484 Tue Oct 23 18:59:42 2001 Andrew Cagney <cagney@redhat.com>
1485
1486 * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
1487 problems.
1488
1489 Tue Oct 23 14:16:10 2001 Andrew Cagney <cagney@redhat.com>
1490
1491 * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
1492 (som_solib_desire_dynamic_linker_symbols): Compare integers with
1493 zero not NULL.
1494 * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
1495
1496 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1497
1498 * top.c (print_gdb_version): Do not print ``(MI_OUT)''. MI
1499 interface is always enabled.
1500
1501 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1502
1503 * Makefile.in: Replace top.h with $(top_h). Replace expression.h
1504 with $(expression_h). Replace command.h with $(command_h).
1505 (language_h): Define. Replace language.h with $(language_h).
1506 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
1507 $(varobj_h).
1508 (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
1509 (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
1510 (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
1511 (bcache_h, gdb_events_h, monitor_h): Ditto.
1512 (ser_unix_h, source_h): Ditto.
1513 (varobj_h): Update list.
1514
1515 * call-cmds.h: Add CALL_CMDS_H macro wrapper.
1516 * solist.h: Add SOLIST_H macro wrapper.
1517 * monitor.h: Add MONITOR_H macro wrapper.
1518 * typeprint.h: Add TYPEPRINT_H macro wrapper.
1519 * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
1520 * valprint.h: Add VALPRINT_H macro wrapper.
1521 * top.h: Add TOP_H macro wrapper.
1522
1523 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1524
1525 * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
1526 * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
1527 * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
1528 * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
1529 * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
1530 (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
1531 (x86-64-tdep.o): Update dependencies.
1532 * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
1533 * gdbarch.h, gdbarch.c: Re-generate.
1534
1535 2001-10-21 Mark Kettenis <kettenis@gnu.org>
1536
1537 * infptrace.c (child_xfer_memory): Fix a few coding standards
1538 violations.
1539
1540 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1541
1542 * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
1543
1544 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1545
1546 * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
1547 (struct value): Add opaque declaration. Replace value_ptr with
1548 ``struct value *''.
1549 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
1550 struct.
1551
1552 * wrapper.h (struct value): Add opaque declaration. Replace
1553 value_ptr with ``struct value *''.
1554 * wrapper.c: Replace value_ptr with ``struct value *''.
1555 * breakpoint.h, breakpoint.c: Ditto.
1556 * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
1557
1558 2001-10-20 Andrew Cagney <ac131313@redhat.com>
1559
1560 * alpha-nat.c: Include <alpha/coreregs.h> instead of
1561 <machine/reg.h>.
1562 (fetch_osf_core_registers): Define core_reg_mapping in a way that
1563 works on OSF5 as well as previous OSF versions.
1564
1565 2001-10-20 Christopher Faylor <cgf@redhat.com>
1566
1567 * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
1568 may not be able to read them in certain situations.
1569
1570 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1571
1572 * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
1573 * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
1574
1575 2001-10-18 Andrew Cagney <ac131313@redhat.com>
1576
1577 * README: Mention problems with HP/UX.
1578
1579 2001-10-16 Andrew Cagney <ac131313@redhat.com>
1580
1581 Based on code by John Moore <jmore@redhat.com>:
1582
1583 * utils.c (core_addr_to_string): New function for conversion of
1584 CORE_ADDR to string.
1585 (string_to_core_addr): New function to convert from string to
1586 CORE_ADDR.
1587 * defs.h: Added extern statements for the above.
1588
1589 2001-10-17 Jason Molenda (jason-cl@molenda.com)
1590
1591 * symtab.c (lookup_block_symbol): Break out of linear search
1592 if we're past the range of possible matches.
1593
1594 2001-10-16 Christopher Faylor <cgf@redhat.com>
1595
1596 * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
1597 load of already loaded DLL.
1598 (register_loaded_dll): Convert loaded DLL name to "posix" format or it
1599 will confuse subsequent opening of the filename due to dos paths.
1600 (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
1601
1602 2001-10-15 Elena Zannoni <ezannoni@redhat.com>
1603
1604 * symtab.c (lookup_block_symbol): Update comment.
1605
1606 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1607
1608 * value.h (value_as_address): Rename value_as_pointer.
1609 * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
1610 jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
1611 values.c: Update.
1612
1613 202001-10-15 Jim Ingham <jingham@inghji.apple.com>
1614
1615 * valarith.c (value_sub): Don't pass a raw type to
1616 value_from_pointer, it has to go through check_typedef first.
1617
1618 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1619
1620 * gdbarch.sh (fallbackdefault): Set to one when predefault is
1621 empty.
1622 * gdbarch.h: Regenerate.
1623
1624 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1625
1626 * mips-tdep.c (mips_integer_to_address): New function.
1627 (mips_gdbarch_init): Initialize pointer_to_address,
1628 address_to_pointer and integer_to_address.
1629
1630 * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
1631 (ADDRESS_TO_POINTER): Delete.
1632
1633 * d10v-tdep.c (d10v_integer_to_address): New function.
1634 (d10v_gdbarch_init): Initialize integer_to_address.
1635
1636 * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
1637 available.
1638
1639 * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
1640 * gdbarch.h, gdbarch.c: Regenerate.
1641
1642 2001-10-14 Mark Kettenis <kettenis@gnu.org>
1643
1644 * config/s390/nm-linux.h: Don't include <signal.h>.
1645 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1646 GET_THREAD_SIGNAL): Remove.
1647
1648 * config/nm-linux.h (struct objfile): Remove forward declaration.
1649 (linuxthreads_new_objfile): Remove prototype.
1650 (linuxthreads_pid_to_str): Remove prototype.
1651 (PREPARE_TO_PROCEED): Redefine in terms of
1652 lin_lwp_prepare_to_proceed.
1653 (struct target_waitstatus): Forward declaration.
1654 (child_wait): New prototype.
1655 (CHILD_WAIT): Define.
1656 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1657 GET_THREAD_SIGNAL): Moved here from arch-specific files.
1658 * config/alpha/nm-linux.h, config/arm/nm-linux.h,
1659 config/ia64/nm-linux.h, config/mips/nm-linux.h,
1660 config/powerpc/nm-linux.h: Don't include <signal.h>.
1661 (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1662 GET_THREAD_SIGNAL): Remove.
1663 * config/i386/nm-linux.h: Likewise.
1664 (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
1665 * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
1666 Remove linux-thread.o. Add proc-service.o, thread-db.o and
1667 lin-lwp.o.
1668 (LOADLIBES): New variable.
1669
1670 * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
1671
1672 * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
1673
1674 Fix attaching to cloned processes. This fixes PR gdb/61.
1675 * lin-lwp.c (struct lwp_info): Add new member `cloned'.
1676 (is_cloned) Removed.
1677 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
1678 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
1679 retry with __WCLONE flag.
1680 (lin_lwp_attach): Likewise. Warn if attaching to a cloned process.
1681 (detach_callback): Replace use of is_cloned with explicit check on
1682 LWP id and process id.
1683 (stop_wait_callback): Replace use of is_cloned with check if LWP
1684 is marked as cloned.
1685 [CHILD_WAIT] (child_wait): New function.
1686 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
1687 marked as cloned. Mark newly detected LWPs as cloned if detected
1688 by waitpid with __WCLONE flag.
1689 (kill_wait_callback): Replace use of is_cloned with check if LWP
1690 is marked as cloned.
1691 * config/i386/nm-linux.h (struct target_waitstatus): Add forward
1692 declaration.
1693 (child_wait): Add prototype.
1694 (CHILD_WAIT): Define.
1695
1696 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1697
1698 S/390 31 & 64 bit target and GNU/Linux native support.
1699 Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
1700 * s390-nat.c, s390-tdep.c: New file.
1701 * config/s390/nm-linux.h, config/s390/s390.mh: New file.
1702 * config/s390/s390.mt, config/s390/s390x.mt: New file.
1703 * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
1704 * config/s390/xm-linux.h: New file.
1705 * NEWS: Update.
1706 * MAINTAINERS: Update.
1707
1708 2001-10-13 Andrew Cagney <ac131313@redhat.com>
1709
1710 From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
1711 * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
1712 CALL_DUMMY_BREAKPOINT_OFFSET_P.
1713 * gdbarch.c: Regenerate.
1714
1715 2001-10-13 Mark Kettenis <kettenis@gnu.org>
1716
1717 * thread-db.c: Fix a few formatting mistakes.
1718
1719 2001-10-12 Christopher Faylor <cgf@redhat.com>
1720
1721 * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
1722 list pointer to beginning rather than one beyond beginning.
1723
1724 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1725
1726 * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
1727
1728 * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1729 (make_symbol_completion_list): Likewise.
1730 (make_symbol_overload_list): Likewise.
1731 * buildsym.c (finish_block): Likewise.
1732 * breakpoint.c (get_catch_sals): Likewise.
1733 * mdebugread.c (mylookup_symbol): Likewise.
1734 * objfiles.c (objfile_relocate): Likewise.
1735 * printcmd.c (print_frame_args): Likewise.
1736 * stack.c (print_block_frame_locals): Likewise.
1737 (print_block_frame_labels): Likewise.
1738 (print_frame_arg_vars): Likewise.
1739 * symmisc.c (dump_symtab): Likewise.
1740 * tracepoint.c (add_local_symbols): Likewise.
1741 (scope_info): Likewise.
1742
1743 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1744
1745 * minsyms.c (msymbol_hash): Use better hash function.
1746 (msymbol_hash_iw): Likewise. Terminate loop at '(' properly.
1747
1748 * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
1749 binaries.
1750
1751 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
1752
1753 * printcmd.c (print_frame_args): Move symbol iteration explicitly
1754 inside the func != NULL block.
1755
1756 2001-10-12 Fernando Nasser <fnasser@redhat.com>
1757
1758 * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
1759 maintainer.
1760
1761 2001-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
1762
1763 * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
1764 This fixes errors in "long long" handling for 'finish' and 'return'
1765 commands.
1766
1767 2001-10-12 Christopher Faylor <cgf@redhat.com>
1768
1769 * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
1770 library if it has already been loaded.
1771 (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
1772 any error messages.
1773 (safe_symbol_file_add): Ditto.
1774 (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass
1775 it to safe_symbol_file_add.
1776 (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
1777 (child_solib_add): Ditto.
1778
1779 * win32-nat.c (handle_exception): Don't print "first chance"
1780 exceptions.
1781 (get_child_debug_event): Continue from exceptions if !handle_exception.
1782
1783 2001-10-11 Tom Tromey <tromey@redhat.com>
1784
1785 * symtab.c (lookup_symtab): Removed.
1786 (lookup_symtab_1): Renamed to lookup_symtab.
1787
1788 2001-10-10 Christopher Faylor <cgf@redhat.com>
1789
1790 * win32-nat.c (get_child_debug_event): Close file handles created after
1791 process creation and DLL load.
1792 (child_create_inferior): Close unneeded process/thread handle after
1793 thread creation.
1794
1795 2001-10-10 Jim Blandy <jimb@redhat.com>
1796
1797 * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
1798
1799 2001-10-10 Keith Seitz <keiths@redhat.com>
1800
1801 * varobj.c (cplus_value_of_child): Deal with a failure
1802 to dereference a pointer object.
1803
1804 2001-10-08 J. Brobecker <brobecker@gnat.com>
1805
1806 * hpux-thread.c: rewrite find_active_thread() and find_tcb()
1807 to use ptid_t, instead of overloading the thread and the pid
1808 into the same 32-bit value. Make associated necessary adaptations.
1809 Also remove unused variable cached_active_thread.
1810
1811 2001-10-08 Nicholas Duffek <nsd@redhat.com>
1812
1813 * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
1814 entries.
1815
1816 2001-10-06 Mark Kettenis <kettenis@beast.freebsd.org>
1817
1818 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
1819
1820 2001-10-04 Tom Tromey <tromey@redhat.com>
1821
1822 * main.c (enable_external_editor): Don't declare.
1823 (captured_main): Don't set enable_external_editor.
1824
1825 2001-10-02 Kevin Buettner <kevinb@redhat.com>
1826
1827 * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
1828 to this list.
1829 (solib-sunos.o): Add dependencies.
1830 (solib-svr4.o): Revise dependencies.
1831 * solib-svr4.c: Remove SunOS shared library support.
1832 * solib-sunos.c: New file, created from solib-svr4.c, which still
1833 contains SunOS shared library support, but no SVR4 support.
1834
1835 * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
1836 solib-legacy.o from this list. Add solib-sunos.o.
1837 * config/i386/sun386.mt (TDEPFILES): Likewise.
1838 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1839 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1840 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1841 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1842 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1843 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1844
1845 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1846
1847 * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
1848
1849 2001-10-01 Elena Zannoni <ezannoni@redhat.com>
1850
1851 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
1852 N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
1853 CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
1854 SET_NAMESTRING): Delete definitions.
1855 Don't include language.h any more.
1856 Don't include partial-stab.h any more.
1857 (scan_xcoff_symtab): Don't jump through hoops to reuse code in
1858 partial-stab.h, include the code directly, instead.
1859
1860 * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
1861
1862 2001-10-01 Andrew Cagney <ac131313@redhat.com>
1863
1864 * infcmd.c (do_registers_info): Delete code dumping large
1865 registers. Handled by val_print.
1866
1867 2001-09-30 Andrew Cagney <ac131313@redhat.com>
1868
1869 * gdbarch.sh (gdbarch_alloc): Name the new architecture
1870 ``current_gdbarch'' so that it, and not the identically named
1871 global is refered to by macros.
1872 * gdbarch.c: Regenerate.
1873
1874 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1875
1876 * cli/cli-decode.c (add_set_boolean_cmd): Define.
1877 * cli/cli-decode.h (add_set_boolean_cmd): Declare.
1878 * command.h (add_set_boolean_cmd): Ditto.
1879 * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
1880 remotebreak"
1881
1882 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1883
1884 * gdbarch.sh (gdbarch_dump): Sort output.
1885 * gdbarch.c: Regenerate.
1886
1887 2001-09-29 Andrew Cagney <ac131313@redhat.com>
1888
1889 * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
1890 architecture to infer the wordsize. Previous architecture may not
1891 be a PowerPC.
1892
1893 2001-09-27 J. Brobecker <brobecker@gnat.com>
1894
1895 * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
1896 than a TT_PROC_STOP request to kill the inferior and its child
1897 processes. Otherwise, the inferior is not killed on HPUX 11.0.
1898 Removed the code that detaches the child processes since we just
1899 killed them.
1900
1901 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1902
1903 * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
1904 variables.
1905 (serial_set_cmd, serial_show_cmd): New functions.
1906 (_initialize_serial): Add "set/show serial" command.
1907
1908 2001-09-26 Andrew Cagney <ac131313@redhat.com>
1909
1910 * CONTRIBUTE: Update.
1911
1912 2001-09-26 Kevin Buettner <kevinb@redhat.com>
1913
1914 * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
1915 argument ``gdbarch''.
1916 * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
1917 (default_svr4_fetch_link_map_offsets): Rename to
1918 legacy_fetch_link_map_offsets().
1919 (svr4_fetch_link_map_offsets): New function.
1920 (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
1921 (fetch_link_map_offsets_gdbarch_data): New static global.
1922 (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
1923 Revise to invoke set_gdbarch_data().
1924 (init_fetch_link_map_offsets): Change return type and add an
1925 argument so that it may be used as a gdbarch_data initializer.
1926 (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
1927 Use gdbarch data mechanism instead.
1928
1929 2001-09-25 Jiri Smid <smid@suse.cz>
1930
1931 * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
1932 (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
1933 by LINUX_SIGINFO_SIZE.
1934
1935 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1936
1937 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1938 variables.
1939 (maintenance_set_profile_cmd): New function.
1940 (maintenance_show_cmd, maintenance_set_cmd): New functions.
1941 (_initialize_maint_cmds): Add "maintenance set" and "maintenance
1942 show" and, commented out, "maintenance set/show profile" commands.
1943
1944 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1945
1946 * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
1947 convert the pointer into a CORE_ADDRs.
1948
1949 2001-09-24 Andrew Cagney <ac131313@redhat.com>
1950
1951 * doublest.h (store_floating, extract_floating): Add comment
1952 indicating these functions are deprecated.
1953 (extract_typed_floating, store_typed_floating): Declare.
1954 * doublest.c: Include "gdbtypes.h".
1955 (extract_typed_floating, store_typed_floating): Define.
1956
1957 * stabsread.c (define_symbol): Use store_typed_floating.
1958 * valarith.c (value_binop): Ditto.
1959 * values.c (unpack_long): Use extract_typed_floating.
1960 (unpack_double): Ditto.
1961
1962 2001-09-24 Orjan Friberg <orjanf@axis.com>
1963
1964 * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
1965 from correct register.
1966
1967 2001-09-22 Mark Kettenis <kettenis@gnu.org>
1968
1969 * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
1970
1971 2001-09-21 Jiri Smid <smid@suse.cz>
1972
1973 * config/i386/x86-64linux.mh: New file.
1974 * config/i386/x86-64linux.mt: New file.
1975 * config/i386/nm-x86_64.h: New file.
1976 * x86-64-linux-tdep.c: New file.
1977 * x86-64-linux-nat.c: New file.
1978 * x86-64-tdep.c: New file.
1979 * x86-64-tdep.h: New file.
1980 * i386-tdep.h: New file.
1981 * i387-nat.c: Include i386-tdep.h when multiarch.
1982 * i387-tdep.c: Ditto.
1983 * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
1984 and x86_64-linux-nat.c
1985 * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
1986 x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
1987
1988 2001-09-21 Jiri Smid <smid@suse.cz>
1989
1990 * MAINTAINERS: Add myself to the write-after-approval list.
1991 * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
1992 (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
1993 i386_insert_watchpoint, i386_remove_watchpoint): Add support for
1994 8-byte wide watchpoints.
1995 (i386_show_dr): Debug message format string change.
1996
1997 2001-09-21 Michael Snyder <msnyder@redhat.com>
1998
1999 * c-exp.y (typebase): Accept (signed long long) as a type expr.
2000
2001 2001-09-20 Michael Snyder <msnyder@redhat.com>
2002 Changes by Daniel Berlin <dan@cgsoftware.com>, to support
2003 better parsing of const and volatile type expressions.
2004 * c-exp.y (const_and_volatile, const_or_volatile_noopt,
2005 const_or_volatile): New non-terminals.
2006 (ptype): Use new rule for const_or_volatile.
2007 (typebase): Use new rule for const_or_volatile_noopt.
2008 * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
2009 * parse.c (follow_types): Handle tp_const and tp_volatile on the
2010 type stack: call make_cv_type to create new const/volatile type.
2011
2012 2001-09-20 Kevin Buettner <kevinb@redhat.com>
2013
2014 * solib-svr4.c (fetch_link_map_offsets): Add comment.
2015 (fetch_link_map_offsets_init): New static global.
2016 (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
2017 Revise implementation to use ``fetch_link_map_offsets_init''
2018 instead of ``fetch_link_map_offsets''.
2019
2020 2001-09-20 Alan Modra <amodra@bigpond.net.au>
2021
2022 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
2023 * dbxread.c: Likewise.
2024 * dwarf2read.c: Likewise.
2025 * dwarfread.c: Likewise.
2026 * somread.c: Likewise.
2027 * ultra3-nat.c: Likewise.
2028 * xcoffread.c: Likewise.
2029
2030 2001-09-19 Andrew Cagney <ac131313@redhat.com>
2031
2032 * cris-tdep.c (cris_get_signed_offset): Change return type to an
2033 explicitly signed char.
2034
2035 * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
2036 function signature to match recent tracepoint.c:encode_actions
2037 changes.
2038 * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2039
2040 2001-09-18 Andrew Cagney <ac131313@redhat.com>
2041
2042 * thread.c (do_captured_thread_select): Add uiout parameter.
2043 (do_captured_list_thread_ids): Ditto.
2044 * breakpoint.c (do_captured_breakpoint_query): Ditto.
2045
2046 * breakpoint.c (gdb_breakpoint_query): Update. Use
2047 catch_exceptions.
2048 * thread.c (gdb_list_thread_ids): Ditto.
2049 (gdb_thread_select): Ditto.
2050 (thread_command): Pass uiout to gdb_thread_select.
2051
2052 * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
2053 (gdb_thread_select, gdb_list_thread_ids): Ditto.
2054
2055 2001-09-13 Kevin Buettner <kevinb@redhat.com>
2056
2057 From Ilya Golubev <gin@mo.msk.ru>:
2058 * solib.c (clear_solib): Call `remove_target_sections' to fix
2059 stale pointers in `struct target_ops'.
2060 * irix5-nat.c (clear_solib): Likewise.
2061 * osfsolib.c (clear_solib): Likewise.
2062
2063 2001-09-13 Jim Blandy <jimb@redhat.com>
2064
2065 * monitor.c (monitor_load): Don't delete symtab users, or reset
2066 inferior_ptid.
2067
2068 * monitor.c (monitor_load): Fix indentation.
2069
2070 2001-09-11 Jim Blandy <jimb@redhat.com>
2071
2072 * printcmd.c (print_scalar_formatted): Compare the length of the
2073 value against the lengths of the target's floating-point types,
2074 not the host's. Add support for `long double'.
2075
2076 * printcmd.c (print_scalar_formatted): Fix indentation.
2077
2078 2001-09-10 Jim Blandy <jimb@redhat.com>
2079
2080 * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
2081 programs running on the board can produce output.
2082
2083 2001-09-10 Jason Molenda (jmolenda@apple.com)
2084
2085 * NEWS: "ANS/ISO C" -> "ISO C".
2086 * MAINTAINERS (write-after-approval): Update my entry.
2087
2088 2001-09-08 Mark Kettenis <kettenis@gnu.org>
2089
2090 * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
2091
2092 * config/arm/xm-linux.h, config/ia64/xm-linux.h,
2093 config/m68k/xm-linux.h, config/mips/xm-linux.h,
2094 config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
2095 redundant inclusion of <unistd.h>.
2096
2097 * gdbtypes.h (struct block): Add forward declaration.
2098
2099 2001-09-07 Andrew Cagney <ac131313@redhat.com>
2100
2101 * defs.h (enum return_reason): Renumber so that all values are
2102 negative.
2103 (RETURN_MASK): Negate reason.
2104 (catch_exception_ftype): Declare.
2105 (catch_exceptions): Declare.
2106 * top.c (catcher): New function, based on catch_errors. Add in
2107 parameter func_uiout and out parameters func_val, func_caught and
2108 func_cleanup. Change type of func to catch_exceptions_ftype.
2109 Save/restore uiout.
2110 (struct catch_errors_args): Define.
2111 (do_catch_errors): New function.
2112 (catch_errors): Rewrite, use do_catch_errors and catcher.
2113 (catch_exceptions): New function, use catcher.
2114
2115 2001-09-07 Jim Blandy <jimb@redhat.com>
2116
2117 Correctly parse register values provided by the monitor.
2118 * rom68k-rom.c: #include "value.h".
2119 (is_hex_digit, hex_digit_value, is_whitespace,
2120 rom68k_supply_one_register): New static functions.
2121 (rom68k_supply_register): Call rom68k_supply_one_register, instead
2122 of monitor_supply_register; the latter was incorrectly parsing
2123 the values.
2124 * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2125
2126 2001-09-07 Mark Kettenis <kettenis@gnu.org>
2127
2128 * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
2129 to using setpgid if available now.
2130
2131 2001-09-06 Keith Seitz <keiths@redhat.com>
2132
2133 From Ian Roxborough <irox@redhat.com>
2134 * configure.in: Use ITCL_LIB_FULL_PATH and
2135 ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
2136 for gdb.
2137 * configure: Regenerated.
2138
2139 2001-09-06 Kevin Buettner <kevinb@redhat.com>
2140
2141 * dbxread.c (process_one_symbol): Don't use error result from
2142 find_stab_function_addr().
2143 * partial-stab.h (case 'F'): Likewise.
2144
2145 * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
2146 code match that used for case 'F'. This fixes the divergence
2147 that was introduced by my 1999-09-14 changes to partial-stab.h.
2148
2149 2001-09-05 Elena Zannoni <ezannoni@redhat.com>
2150
2151 * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
2152 in gdbarch.h.
2153 (TARGET_PRINT_INSN): Multiarch.
2154 * gdbarch.h: Regenerate.
2155 * gdbarch.c: Regenerate.
2156
2157 * arch-utils.c (legacy_print_insn): New function.
2158 * arch-utils.h (legacy_print_insn): Export.
2159
2160 * cris-tdep.c (cris_delayed_get_disassembler): Use
2161 TARGET_PRINT_INSN, instead of tm_print_insn.
2162 * d10v-tdep.c (print_insn): Ditto.
2163 * d30v-tdep.c (print_insn): Ditto.
2164 * m32r-tdep.c (dump_insn): Ditto.
2165 * v850-tdep.c (v850_scan_prologue): Ditto.
2166 * mcore-tdep.c (mcore_dump_insn): Ditto.
2167 * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2168
2169 2001-09-05 Jim Blandy <jimb@redhat.com>
2170
2171 * gdbtypes.h (struct type): Doc fix.
2172
2173 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2174
2175 From Daniel Jacobowitz <drow@mvista.com>
2176 * dbxread.c (free_header_files): Make global.
2177 (init_header_files): Likewise.
2178 * stabsread.h (free_header_files): Add prototype.
2179 (init_header_files): Likewise.
2180 * mdebugread.c (mdebug_build_psymtabs): Initialize
2181 properly before using the stabs debug reader.
2182
2183 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2184
2185 From Daniel Jacobowitz <drow@mvista.com>
2186 * dbxread.c (dbx_symfile_read): Only reinitialize
2187 the psymbol list if mainline or if both static
2188 and global lists are empty.
2189 * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
2190 * dwarfread.c (dwarf_build_psymtabs): Likewise.
2191 * xcoffread.c (xcoff_initial_scan): Likewise.
2192 * os9kread.c (os9k_symfile_read): Likewise.
2193
2194 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
2195
2196 From Daniel Jacobowitz <drow@mvista.com>
2197 * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
2198 a name specially.
2199
2200 2001-09-01 Mark Kettenis <kettenis@gnu.org>
2201
2202 Make GDB use libiberty regex implementation.
2203 * gdb_regex.h: Normalize protection against multiple inclusion.
2204 Include "xregex.h" instead of "gnu-regex.h".
2205 * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
2206 * cli/cli-decode.c: Likewise.
2207 * Makefile.in (REGEX): Remove.
2208 (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
2209 (ADD_FILES, ADD_DEPS): Remove $(REGEX).
2210 (POSSLIBS): Remove.
2211 (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
2212 (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
2213 xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
2214 gdb_regex.h in list of dependencies.
2215 (gnu-regex.o): Remove rule.
2216 * gnu-regex.c, gnu-regex.h: Remove files.
2217
2218 2001-08-31 Jason Molenda (jmolenda@apple.com)
2219
2220 * c-valprint.c (c_val_print): Second call to check_typedef ()
2221 is no longer necessary.
2222
2223 2001-08-31 Kevin Buettner <kevinb@redhat.com>
2224
2225 * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
2226 terminate the prologue scan.
2227
2228 2001-08-30 Jim Blandy <jimb@redhat.com>
2229
2230 * symfile.c (sections_overlap): New function.
2231 (map_overlay_command): Call sections_overlap, instead of using
2232 incorrect logic to recognize overlapping sections.
2233
2234 * symfile.c (load_command): Invalidate the overlay cache.
2235
2236 2001-08-30 Mark Kettenis <kettenis@gnu.org>
2237
2238 * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
2239
2240 2001-08-29 Kevin Buettner <kevinb@redhat.com>
2241
2242 From 2001-08-07 Daniel Jacobowitz <drow@mvista.com>:
2243 * solib-svr4.c (enable_break): Check the inferior link map
2244 before assuming the inferior PC is at the start of the dynamic
2245 loader.
2246
2247 2001-08-28 Andrew Cagney <cagney@toribio.toronto.redhat.com>
2248
2249 * frame.h (struct frame_info): Fix documentation on fields
2250 saved_regs, next and prev.
2251
2252 2001-08-23 Mark Kettenis <kettenis@gnu.org>
2253
2254 * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
2255 gratuitious whitespace changes.
2256 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
2257 * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
2258 (sigsetmask) Don't define macro.
2259 (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
2260 async_stop_sig from event-top.c.
2261 [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
2262 defined.
2263 * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
2264 order. Add sigsetmask.
2265 (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
2266 alphabetical order.
2267 * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
2268 config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
2269 (HAVE_SIGSETMASK): Remove.
2270 * aclocal.m4, config.in, configure: Regenerated.
2271
2272 2001-08-26 Andrew Cagney <ac131313@redhat.com>
2273
2274 From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
2275 * config/powerpc/nbsd.mh (XM_FILE): Delete.
2276
2277 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2278
2279 * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
2280 (HOST_DOUBLE_FORMAT): Delete macro.
2281
2282 2001-08-24 Mark Kettenis <kettenis@gnu.org>
2283
2284 * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
2285 config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
2286 inclusion of <limits.h>.
2287
2288 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2289
2290 * regcache.c (read_register_bytes): When REGISTER_NAME indicates
2291 that a register should be ignored, supply a value for the register
2292 from the raw registers[] buffer.
2293
2294 2001-08-24 Andrew Cagney <ac131313@redhat.com>
2295
2296 * go32-nat.c (go32_create_inferior): Use xfree instead of free.
2297 * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
2298 i386bsd-nat.c.
2299
2300 2001-08-21 Andrew Cagney <ac131313@redhat.com>
2301
2302 * gdbtypes.h (builtin_type_ieee_single_big)
2303 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2304 (builtin_type_ieee_double_little)
2305 (builtin_type_ieee_double_littlebyte_bigword)
2306 (builtin_type_i387_ext, builtin_type_m68881_ext)
2307 (builtin_type_i960_ext, builtin_type_m88110_ext)
2308 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2309 (builtin_type_arm_ext_littlebyte_bigword)
2310 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2311 (builtin_type_ia64_quad_big)
2312 (builtin_type_ia64_quad_little): Declare.
2313 * gdbtypes.c (builtin_type_ieee_single_big)
2314 (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
2315 (builtin_type_ieee_double_little)
2316 (builtin_type_ieee_double_littlebyte_bigword)
2317 (builtin_type_i387_ext, builtin_type_m68881_ext)
2318 (builtin_type_i960_ext, builtin_type_m88110_ext)
2319 (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
2320 (builtin_type_arm_ext_littlebyte_bigword)
2321 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
2322 (builtin_type_ia64_quad_big)
2323 (builtin_type_ia64_quad_little): Define.
2324 (_initialize_gdbtypes): Initialize builtin floatformat types.
2325
2326 2001-08-23 Mark Kettenis <kettenis@gnu.org>
2327
2328 * tracepoint.c (read_actions): Add FIXME for code depending on
2329 STOP_SIGNAL.
2330
2331 2001-08-23 Martin M. Hunt <hunt@redhat.com>
2332
2333 * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
2334 to download loop.
2335 (mips_load_srec): Ditto.
2336
2337 2001-08-22 Andrew Cagney <ac131313@redhat.com>
2338
2339 * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
2340 of builtin_type_float, builtin_type_double and
2341 builtin_type_long_double.
2342 (recursive_dump_type): Print the floatformat name.
2343 * gdbtypes.h (struct type): Add type_specific field floatformat.
2344 (TYPE_FLOATFORMAT): Define
2345
2346 2001-08-21 Keith Seitz <keiths@redhat.com>
2347
2348 * printcmd.c (print_insn): Use the given stream for
2349 output.
2350
2351 2001-07-24 Andrew Cagney <ac131313@redhat.com>
2352
2353 * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
2354 assembler version of function.
2355 (convert_from_extended, convert_to_extended): Rewrite. Use
2356 floatformat_to_doublest, floatformat_from_doublest,
2357 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
2358 (arm_push_arguments): Use extract_floating and store_floating to
2359 perform floating point conversions.
2360 (SWAP_TARGET_AND_HOST): Delete macro.
2361 * arm-linux-tdep.c (arm_linux_push_arguments): Use
2362 extract_floating and store_floating to perform floating point
2363 conversions.
2364
2365 2001-08-20 Andrew Cagney <ac131313@redhat.com>
2366
2367 * gdbtypes.h (struct type): Clarify meaning of field ``length''.
2368
2369 2001-08-17 Keith Seitz <keiths@redhat.com>
2370
2371 * varobj.c (varobj_update): Change first parameter to
2372 pointer to struct varobj*. This function can delete
2373 varobjs, so we need to give callers the new varobj
2374 when this happens.
2375 (value_of_root): Update "var", too, if "var_handle"
2376 changes.
2377 * varobj.h (varobj_update): Likewise.
2378
2379 2001-08-17 Keith Seitz <keiths@redhat.com>
2380
2381 * Makefile.in (varobj_h): Define.
2382 (mi-cmd-var.o): Depends on varobj_h.
2383 (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2384
2385 2001-08-16 Keith Seitz <keiths@redhat.com>
2386
2387 * configure.in (GDBTK_SRC_DIR): We must have autoconf
2388 give us the absolute path to the source directory.
2389 * configure: Regenerated.
2390 * Makefile.in (GDBTK_SRC_DIR): Add variable so that
2391 autoconf can substitue it in for us.
2392 (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
2393 really do need an absolute pathname.
2394
2395 2001-08-15 Keith Seitz <keiths@redhat.com>
2396
2397 * Makefile.in (GDBTK_VERSION): Set a version number.
2398 (GDBTK_LIBRARY): New variable to point to location where
2399 gdbtk will install its tcl library. Changed all refereneces
2400 to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
2401 (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
2402 (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
2403 (all-gdbtk): Remove.
2404 (install-gdbtk): Remove.
2405 (gdbtk.o): Pass srcdir to file when compiling.
2406
2407 2001-08-15 Ian Roxborough <irox@redhat.com>
2408
2409 * Makefile.in: Changed all references to the install directory
2410 "gdbtcl" to read "insight1.0".
2411
2412 2001-08-15 Corinna Vinschen <vinschen@redhat.com>
2413
2414 * arch-utils.c (generic_skip_trampoline_code): New function.
2415 * arch-utils.h (generic_skip_trampoline_code): Declare external.
2416 * gdbarch.c: Regeberated from gdbarch.sh.
2417 * gdbarch.h: Ditto.
2418 * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
2419 * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2420
2421 2001-08-14 Daniel Jacobowitz <drow@mvista.com>
2422 H.J. Lu (hjl@gnu.org)
2423
2424 * partial-stab.h: valu should be a CORE_ADDR.
2425
2426 2001-08-14 H.J. Lu (hjl@gnu.org)
2427
2428 * dbxread.c (SWAP_SYMBOL): Removed.
2429 (INTERNALIZE_SYMBOL): Check sign extended vma.
2430
2431 2001-08-13 Christopher Faylor <cgf@cygnus.com>
2432
2433 * top.c (SIGSETJMP): Protect env argument with parentheses.
2434 (SIGLONGJMP): Protect env argument with parentheses.
2435
2436 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2437
2438 * config/mn10300/mn10300.mt (TM_FILE): Delete.
2439 * configure.tgt: Add mn10300 to list of mulit-arch targets.
2440 * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
2441 * mn10300-tdep.c: To here.
2442
2443 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2444
2445 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
2446 val a DOUBLEST. Use floatformat_to_doublest.
2447 (REGISTER_CONVERT_TO_RAW): Ditto. Use foatformat_from_doublest.
2448 * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
2449 (REGISTER_CONVERT_TO_RAW): Ditto.
2450
2451 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2452
2453 * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
2454 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
2455 sp_regnum.
2456
2457 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2458
2459 * doublest.c (convert_doublest_to_floatformat): Rename
2460 floatformat_from_doublest. Make static.
2461 (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
2462 Make static.
2463 (floatformat_to_doublest): New function.
2464 (floatformat_from_doublest): New function.
2465 (host_float_format, host_double_format, host_long_double_format):
2466 New static variables.
2467 (store_floating, extract_floating): Always use
2468 floatformat_to_doublest and floatformat_from_doublest.
2469 * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2470
2471 2001-08-11 Andrew Cagney <ac131313@redhat.com>
2472
2473 * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
2474 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2475
2476 2001-08-07 Andrew Cagney <ac131313@redhat.com>
2477
2478 * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
2479 * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
2480 * gdbarch.h, gdbarch.c: Regenerate.
2481
2482 * arch-utils.h (legacy_virtual_frame_pointer): Declare.
2483 * arch-utils.c: Include "gdb_assert.h".
2484 (legacy_virtual_frame_pointer): Define.
2485 * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
2486
2487 * tracepoint.c (encode_actions): Make frame_reg an int. Make
2488 frame_offset a LONGEST.
2489 * ax-gdb.c (gen_frame_args_address): Ditto.
2490 (gen_frame_locals_address): Ditto.
2491 * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
2492 virtual_frame_pointer.
2493 (mn10300_virtual_frame_pointer): Make static. Update parameter
2494 list to match function signature.
2495 * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2496
2497 2001-08-10 Keith Seitz <keiths@redhat.com>
2498
2499 * gdb-events.sh: Add architecture_changed event.
2500 * gdbarch.sh: Include gdb-event.h.
2501 (gdbarch_update_p): Notify UIs when architecture changes.
2502 * gdb-events.h: Regenerated.
2503 * gdb-events.c: Regenerated.
2504 * gdbarch.c: Regenerated.
2505
2506 2001-08-10 Michael Snyder <msnyder@redhat.com>
2507
2508 * regcache.c (legacy_write_register_gen): Don't 'optimize out'
2509 a write_register to a pseudo-reg. Target_store_pseudo_register
2510 needs to get called, because these regs may be computed and may
2511 have side-effects.
2512
2513 2001-08-10 Keith Seitz <keiths@redhat.com>
2514
2515 * gdb-events.sh: Deal with event notifications with no
2516 arguments.
2517
2518 2001-08-10 Orjan Friberg <orjanf@axis.com>
2519
2520 * remote.c (read_frame): Correct off-by-one error in condition.
2521
2522 2001-08-08 Don Howard <dhoward@redhat.com>
2523
2524 * stabsread.c (read_type): Add support for const and volatile
2525 modifiers.
2526
2527 2001-08-02 Daniel Jacobowitz <drow@mvista.com>
2528
2529 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
2530 and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
2531
2532 2001-08-02 Keith Seitz <keiths@redhat.com>
2533
2534 * defs.h (SLASH_STRING): If not defined, set
2535 to "/", regardless of _WIN32, __CYGWIN__, or
2536 whatnot.
2537
2538 2001-08-02 Mark Kettenis <kettenis@gnu.org>
2539
2540 * cli/cli-decode.h: Include "gdb_regex.h" instead of
2541 "gnu-regex.h".
2542
2543 * NEWS: Update.
2544
2545 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * config/i386/xm-go32.h: Include xm-i386.h.
2548 (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
2549
2550 2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2551
2552 The following changes avoid polluting global namespace with the
2553 `enable' and `disable' identifiers, because some platforms define
2554 in their system headers symbols with global scope that go by those
2555 names.
2556
2557 * breakpoint.h (enum enable_state): Rename from `enum enable'.
2558 Also rename all the enum members to have the "bp_" prefix.
2559 (struct breakpoint): Rename the `enable' member to `enable_state'.
2560 (enum bpdisp): Rename all members to have the "disp_" prefix.
2561
2562 * breakpoint.c: All users of `enum enable' and `enum bpdisp'
2563 changed.
2564 (args_for_catchpoint_enable): Rename the `enable' member to
2565 `enable_p'. All users changed.
2566
2567 * tracepoint.h (enum enable): Remove.
2568 (struct tracepoint): The member `enabled' is now `int enabled_p'.
2569
2570 * tracepoint.c: All users of the `enabled' member changed.
2571
2572 * printcmd.c (struct display): The `status' member is now an int.
2573
2574 * memattr.h (struct mem_region): Rename the `status' member to
2575 `enabled_p'.
2576 (enum enable): Remove.
2577
2578 * memattr.c: Change all users of the `status' member of struct
2579 mem_region to use `enabled_p' instead.
2580
2581 * infcmd.c (run_stack_dummy): Use disp_del instead of del.
2582
2583 * go32-nat.c: Remove the kludgey work-around for conflicts between
2584 <dos.h> and "breakpoint.h".
2585
2586 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
2587
2588 * MAINTAINERS: Add myself to the write-after-approval list.
2589 * ser-tcp.c (tcp_open): Use `localhost' as default host if no
2590 hostname is given.
2591
2592 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2593
2594 * doublest.h (store_floating, floatformat_to_doublest): Make IN
2595 paramter a const void pointer.
2596 (floatformat_from_doublest): Make IN const, Make OUT a void
2597 pointer.
2598 * doublest.c (floatformat_to_doublest): Update.
2599 (floatformat_from_doublest): Update.
2600 (extract_floating): Update.
2601
2602 2001-07-31 Andrew Cagney <ac131313@redhat.com>
2603
2604 * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2605 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2606 (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
2607 (floatformat_to_doublest, floatformat_from_doublest)
2608 (floatformat_is_negative, floatformat_is_nan)
2609 (floatformat_mantissa, store_floating)
2610 (extract_floating): Move declaration from here.
2611 * doublest.h: To here. New file.
2612 * utils.c (get_field, floatformat_to_doublest, put_field)
2613 (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
2614 (floatformat_is_nan, floatformat_mantissa)
2615 (FLOATFORMAT_CHAR_BIT): Move from here.
2616 * doublest.c: To here. New file.
2617 * findvar.c (store_floating, extract_floating): Move from here.
2618 * doublest.c: To here.
2619 * Makefile.in (SFILES): Add doublest.c.
2620 (COMMON_OBS): Add doublest.o.
2621 (doublest.o): Specify dependencies.
2622 (doublest_h): Define.
2623
2624 * config/m88k/tm-m88k.h: Include "doublest.h".
2625 * config/i960/tm-i960.h: Ditto.
2626 * config/i386/tm-symmetry.h: Ditto.
2627 * rs6000-tdep.c, valarith.c: Ditto.
2628 * valprint.c, stabsread.c, sh-tdep.c: Ditto.
2629 * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
2630 * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
2631 * alpha-tdep.c, ax.h, expression.h: Ditto.
2632 * sh-tdep.c, parse.c, top.c, value.h: Ditto.
2633
2634 * Makefile.in (arm-tdep.o): Add $(doublest_h).
2635 (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
2636 (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
2637 (values.o, valprint.o, arm-linux-tdep.o): Ditto.
2638 (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
2639 (parser_defs_h): Ditto.
2640 (expression_h): Add $(doublest_h) and $(symtab_h).
2641
2642 2001-08-01 Andrew Cagney <ac131313@redhat.com>
2643
2644 * Makefile.in: Sort header definitions.
2645 (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
2646 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
2647 and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
2648 $(annotate_h). Replace target.h with $(target_h). Replace
2649 gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
2650
2651 2001-07-31 Mark Kettenis <kettenis@gnu.org>
2652
2653 * config/i386/xm-i386.h: New file.
2654 * config/i386/xm-fbsd.h: Removed.
2655 * config/i386/xm-linux.h: Removed.
2656 * config/i386/fbsd.mh: Reorganize a bit.
2657 (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
2658 * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
2659 xm-linux.h.
2660
2661 2001-07-30 Jim Blandy <jimb@redhat.com>
2662
2663 * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
2664
2665 2001-07-27 Daniel Jacobowitz <drow@mvista.com>
2666
2667 * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
2668 Check for SETPGRP_VOID separately if cross-compiling and ISO C
2669 headers are available.
2670
2671 2001-07-30 Mark Kettenis <kettenis@gnu.org>
2672
2673 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
2674 i386_dwarf_reg_to_regnum.
2675
2676 * i386-tdep.c (i386_register_convert_to_virtual): Replace
2677 assertion with a warning if we're asked to convert towards a
2678 non-floating-point type. Zero out the the buffer where the data
2679 is supposed to be stored in that case.
2680
2681 2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * config/djgpp/djconfig.sh: Unset CDPATH.
2684
2685 * go32-nat.c (get_cr3): Temporary disable support for page tables
2686 in UMBs, as it is incomplete.
2687
2688 Support for stepping through longjmp in DJGPP programs:
2689
2690 * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
2691 (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
2692 (get_longjmp_target): Add prototype.
2693
2694 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2695
2696 Fix some PID/TPID fallout for HP/UX.
2697 From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
2698 * infttrace.c (ptrace_wait): Match external declaration,
2699 and match target_post_wait declaration.
2700
2701 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2702
2703 * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
2704 (cris): Set --enable-gdb-build-warnings flag to -w.
2705
2706 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2707
2708 From 2001-07-23 Andreas Schwab <schwab@suse.de>:
2709 * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
2710 (TARGET_LONG_DOUBLE_BIT): Define.
2711 (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
2712 (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
2713 (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
2714 floating point registers.
2715 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
2716 (REGISTER_CONVERT_TO_RAW): Remove.
2717 * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
2718
2719 2001-07-26 Andrew Cagney <ac131313@redhat.com>
2720
2721 * thread.c, breakpoint.c: Include "gdb.h".
2722 * Makefile.in (gdb_h): Define.
2723 (HFILES_NO_SRCDIR): Add gdb.h.
2724 (mi-cmd-break.o, mi-main.o, thread.o)
2725 (breakpoint.o): Add dependency on $(gdb_h).
2726
2727 * defs.h (enum gdb_rc, gdb_breakpoint_query)
2728 (gdb_breakpoint, gdb_thread_select)
2729 (gdb_list_thread_ids): Move declaration from here ...
2730 * gdb.h: To here. New file.
2731
2732 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2733
2734 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
2735 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
2736 (SFILES): Likewise.
2737 (tui-out.o): Define dependencies.
2738 (tui-hooks.o): Likewise.
2739
2740 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2741
2742 * MAINTAINERS: Update e-mail address of active @cygnus.com
2743 maintainers to @redhat.com.
2744
2745 2001-07-28 Andrew Cagney <ac131313@redhat.com>
2746
2747 * README (Known bugs): Delete section.
2748 (Kernel debugging): Delete section.
2749 (Languages other than C): Delete section.
2750 (Host/target specific installation notes) New section.
2751
2752 2001-07-28 Mark Kettenis <kettenis@gnu.org>
2753
2754 * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2755 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
2756 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
2757 prototypes.
2758 * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
2759 config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
2760 i386_dwarf_reg_to_regnum.
2761 * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
2762 New functions.
2763
2764 * i386-tdep.c: Include "gdb_assert.h"
2765 (i386_register_convert_to_virtual): Fix such that it can handle
2766 conversion to any floating-point type. Assert that we are dealing
2767 with a floating-point first.
2768 (i386_register_convert_to_raw): Assert that TYPE is a
2769 floating-point type with length 12.
2770
2771 2001-07-27 John R. Moore <jmoore@redhat.com>
2772
2773 * configure.in: Added dependency of gdb on tcl/tk libraries.
2774 * Makefile.in: Likewise.
2775 * configure: Regenerated with the above using autoconf.
2776
2777 2001-07-26 Elena Zannoni <ezannoni@redhat.com>
2778
2779 * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
2780 NUM_REGS.
2781 (SH_DEFAULT_NUM_REGS): Define.
2782
2783 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * go32-nat.c (read_memory_region): Make sure the segment limit was
2786 indeed set, to work around a Windows 2000 bug.
2787
2788 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
2789
2790 * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
2791 * infttrace.c (child_xfer_memory): Likewise.
2792 * symm-nat.c (child_xfer_memory): Likewise.
2793 * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
2794 (write_inferior_memory): Likewise.
2795 * gdbserver/low-linux.c (read_inferior_memory): Likewise.
2796 (write_inferior_memory): Likewise.
2797 * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
2798 (write_inferior_memory): Likewise.
2799 * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
2800 (write_inferior_memory): Likewise.
2801 * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
2802 (write_inferior_memory): Likewise.
2803 * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
2804 (write_inferior_memory): Likewise.
2805
2806 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2807
2808 * README: Mention how to make gdb.pdf.
2809
2810 * NEWS: Update.
2811
2812 2001-07-24 Stephen P. Smith <ischis2@home.com>
2813
2814 * MAINTAINERS (Stephen P. Smith): Added to write after approval
2815 list.
2816
2817 2001-07-23 Andrew Cagney <ac131313@redhat.com>
2818
2819 * mips-tdep.c (mips_push_arguments): Add comment explaining
2820 problem with LE o32 GCC.
2821
2822 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2823
2824 * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
2825 doesn't understand them.
2826
2827 2001-07-23 Elena Zannoni <ezannoni@redhat.com>
2828
2829 * memattr.c (mem_info_command): Reformat output to look more like
2830 'info break' output.
2831 (_initialize_mem): Improve help.
2832
2833 2001-07-23 Mark Kettenis <kettenis@gnu.org>
2834
2835 * configure.in (AC_CHECK_FUNCS): Add setpggrp.
2836 (AC_FUNC_SETPGRP): Add.
2837 * aclocal.m4, configure, config.in: Regenerated.
2838 * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
2839 SETPGRP_ARGS. Always use setpgid if it is available, fall back on
2840 setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to
2841 distinguish between the two setpgrp flavours.
2842 * config/xm-sysv4.h, config/arm/xm-linux.h,
2843 config/i386/xm-i386aix.h, config/i386/xm-sco.h,
2844 config/i386/xm-linux.h, config/i386/xm-ptx.h,
2845 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2846 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
2847 config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
2848 * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
2849
2850 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * go32-nat.c (read_memory_region): Set the granularity bit of the
2853 allocated segment according to its size, and adjust the limit to
2854 be page-aligned if the segment is page-granular.
2855
2856 * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde)
2857 (display_page_table, go32_pte, go32_pte_for_address): New functions.
2858 (_initialize_go32_nat): Initialize and document them.
2859
2860 2001-07-22 Mark Kettenis <kettenis@gnu.org>
2861
2862 * i386gnu-nat.c: Include "i387-nat.h".
2863 (struct env387): Removed.
2864 (reg_offset): Fix comment.
2865 (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
2866 FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
2867 use i387_supply_fsave.
2868 (gnu_fetch_registers): Remove spurious whitespace.
2869 (convert_to_env387): Remove.
2870 (store_fpregs): Add argument regno. Use i387_fill_fsave instead
2871 of convert_to_env387.
2872 (gnu_store_registers): Remove spurious whitespace. Pass REGNO to
2873 store_fpregs.
2874 * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
2875 * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
2876 (NATDEPFILES): Add i387-nat.o.
2877
2878 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2879
2880 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
2881 (m68hc11-tdep.o): Define dependencies.
2882
2883 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2884
2885 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
2886
2887 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2888
2889 * utils.c (init_page_info): Use tui_get_command_dimension.
2890 * printcmd.c (disassemble_command): Simplify tui specific code,
2891 use tui_is_window_visible, tui_show_assembly.
2892
2893 2001-07-21 Mark Kettenis <kettenis@gnu.org>
2894
2895 * i386bsd-nat.c: Do not include <sys/sysctl.h>.
2896 (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
2897 code to ...
2898 * i386fbsd-nat.c: ... here. New file.
2899 * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
2900 * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
2901 * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
2902 (i386fbsd-nat.o): Add dependencies.
2903
2904 2001-07-19 Daniel Jacobowitz <drow@mvista.com>
2905
2906 * signals.c: New file.
2907 * Makefile.in: Add signals.o.
2908 * target.c (struct signals, target_signal_to_name)
2909 (target_signal_from_name, target_signal_from_host)
2910 (do_target_signal_to_host, target_signal_to_host_p)
2911 (target_signal_to_host, target_signal_from_command): Move to
2912 signals.c.
2913 (initialize_targets): Move check of struct signals to...
2914 * signals.c (_initialize_signals): Here.
2915
2916 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2917
2918 * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
2919
2920 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2921
2922 From Stephen Smith:
2923 * configure.tgt (i*86-*-pe*): New target.
2924
2925 2001-07-19 Andrew Cagney <ac131313@redhat.com>
2926
2927 From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
2928 * infttrace.c (child_thread_alive): Fix gdb_tid typo.
2929 * somsolib.c (no_shared_libraries): Provide stub.
2930 * xcoffsolib.c (no_shared_libraries): Provide stub.
2931
2932 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2933
2934 * Makefile.in (COMMON_OBS): Remove tui-file.o.
2935 (SUBDIR_TUI_OBS): Add it here.
2936 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
2937 (main.o): Remove dependency with tui-file.h.
2938
2939 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2940
2941 * Makefile.in (tui-file.o): Update dependencies.
2942
2943 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
2944
2945 * top.c (catch_errors): Convert PTR to void * in parameters list.
2946 (quit_cover): Ditto.
2947
2948 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2949
2950 * source.c (find_source_lines): Remove tui test, must be replaced
2951 by appropriate warning hook.
2952 (print_source_lines): Remove tui hacks, must be replaced by cli.
2953 (forward_search_command): Remove tui hacks, can be replaced by
2954 appropriate calls to identify_source_line when tui scrolls.
2955 (reverse_search_command): Likewise.
2956
2957 2001-07-16 Nick Duffek <nsd@redhat.com>
2958
2959 * remote.c (init_remote_ops, init_remote_cisco_ops,
2960 init_remote_async_ops): Set to_pid_to_str and
2961 to_extra_thread_info correctly and in the same order as declared
2962 in target.h.
2963
2964 2001-07-16 Andrew Cagney <ac131313@redhat.com>
2965
2966 * remote.c: Revert below. Included more than intended.
2967
2968 2001-07-16 Nick Duffek <nsd@redhat.com>
2969
2970 * remote.c (init_remote_ops, init_remote_cisco_ops,
2971 init_remote_async_ops): Set to_pid_to_str and
2972 to_extra_thread_info correctly and in the same order as declared
2973 in target.h.
2974
2975 2001-07-16 Nick Duffek <nsd@redhat.com>
2976
2977 * findvar.c (read_var_value): Apply value_as_pointer() to
2978 addresses retrieved from the target for LOC_BASEREG and
2979 LOC_BASEREG_ARG variables.
2980
2981 2001-07-16 Orjan Friberg <orjanf@axis.com>
2982
2983 * NEWS: New target CRIS.
2984
2985 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2986
2987 * top.c (show_commands): Remove extern decl of history_get, it's
2988 already in readline/history.h.
2989
2990 2001-07-16 Elena Zannoni <ezannoni@redhat.com>
2991
2992 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
2993 execute_user_command, do_setshow_command, get_prompt, init_proc,
2994 serial_log_command): Remove extern declarations. Include
2995 cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
2996 * gdbcmd.h (execute_user_command): Remove declaration, it's already
2997 in cli/cli-script.h.
2998 * command.h (do_setshow_command): Remove declaration, it's already
2999 in cli/cli-setshow.h.
3000 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
3001 * Makefile.in (infrun.o): Update dependencies.
3002 (top.o): Ditto.
3003 * cli/cli-setshow.h: Add comment for do_setshow_command.
3004
3005 2001-07-16 Eli Zaretskii <eliz@is.elta.co.il>
3006
3007 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
3008 call to chdir on this symbol rather than on __DJGPP__.
3009 (CANT_FORK) [__MSDOS__]: Move from here...
3010 * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
3011 (GLOBAL_CURDIR) [__MSDOS__]: Define.
3012
3013 2001-07-16 Orjan Friberg <orjanf@axis.com>
3014
3015 * configure.tgt: Recognise the CRIS architecture.
3016 * config/cris/cris.mt: New file for CRIS target.
3017 * cris-tdep.c: New file for CRIS target.
3018
3019 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
3020
3021 * top.c (quit_cover, float_handler): Move definition up before use.
3022 (gdb_init): Move to end of file, to avoid calls to not yet defined
3023 functions.
3024 Delete prototypes.
3025
3026 2001-07-14 Andrew Cagney <ac131313@redhat.com>
3027
3028 * serial.h (SERIAL_ASYNC): Delete.
3029 (DEPRECATED_SERIAL_FD): Delete.
3030 (SERIAL_DEBUG): Delete.
3031 (SERIAL_DEBUG_P): Delete.
3032 (SERIAL_DRAIN_OUTPUT): Delete.
3033 (SERIAL_FLUSH_OUTPUT): Delete.
3034 (SERIAL_FLUSH_INPUT): Delete.
3035 (SERIAL_SEND_BREAK): Delete.
3036 (SERIAL_RAW): Delete.
3037 (SERIAL_GET_TTY_STATE): Delete.
3038 (SERIAL_SET_TTY_STATE): Delete.
3039 (SERIAL_PRINT_TTY_STATE): Delete.
3040 (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
3041 (SERIAL_SETBAUDRATE): Delete.
3042 (SERIAL_SETSTOPBITS): Delete.
3043 (SERIAL_CAN_ASYNC_P): Delete.
3044 (SERIAL_IS_ASYNC_P): Delete.
3045 (SERIAL_UN_FDOPEN): Delete.
3046 (SERIAL_READCHAR): Delete.
3047 (SERIAL_CLOSE): Delete.
3048 (SERIAL_FDOPEN): Delete.
3049 (SERIAL_OPEN): Delete.
3050 * ser-unix.c: Update.
3051 * sparclet-rom.c: Update.
3052 * remote-bug.c: Update.
3053 * dsrec.c: Update.
3054 * xmodem.c: Update.
3055 * nindy-share/ttyflush.c: Update.
3056 * nindy-share/Onindy.c: Update.
3057 * utils.c: Update.
3058 * serial.c: Update.
3059 * remote-nindy.c: Update.
3060 * inflow.c: Update.
3061 * sparcl-tdep.c: Update.
3062 * sh3-rom.c: Update.
3063 * remote.c: Update.
3064 * remote-utils.c: Update.
3065 * remote-st.c: Update.
3066 * remote-sds.c: Update.
3067 * remote-rdp.c: Update.
3068 * remote-os9k.c: Update.
3069 * remote-nrom.c: Update.
3070 * remote-mips.c: Update.
3071 * remote-es.c: Update.
3072 * remote-e7000.c: Update.
3073 * remote-array.c: Update.
3074 * ocd.c: Update.
3075 * nindy-share/nindy.c: Update.
3076 * monitor.c: Update.
3077
3078 2001-07-14 Andrew Cagney <ac131313@redhat.com>
3079
3080 * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
3081 * mcore-tdep.c: Ditto.
3082 * sparc-tdep.c: Ditto.
3083 * sh-tdep.c: Ditto.
3084 * rs6000-tdep.c: Ditto.
3085 * ppc-linux-tdep.c: Ditto.
3086 * m68hc11-tdep.c: Ditto.
3087 * ia64-tdep.c: Ditto.
3088 * i386-tdep.c: Ditto.
3089 * arm-linux-tdep.c: Ditto.
3090 * hppa-tdep.c: Ditto.
3091 * h8500-tdep.c: Ditto.
3092 * fr30-tdep.c: Ditto.
3093 * arm-tdep.c: Ditto.
3094 * alpha-tdep.c: Ditto.
3095 * d30v-tdep.c: Ditto.
3096 * d10v-tdep.c: Ditto.
3097 * m32r-tdep.c: Ditto.
3098 * mips-tdep.c: Ditto.
3099 * v850-tdep.c: Ditto.
3100
3101 2001-07-15 Elena Zannoni <ezannoni@redhat.com>
3102
3103 * top.c (readline_line_completion_function, noop_completer): Move
3104 from here...
3105 * completer.c (readline_line_completion_function, noop_completer):
3106 ...to here.
3107 * gdbcmd.h (readline_line_completion_function, noop_completer):
3108 Move declarations from here...
3109 * completer.h (readline_line_completion_function, noop_completer):
3110 ...to here.
3111 * corefile.c: Include completer.h.
3112 * source.c: Ditto.
3113 * symfile.c: Ditto.
3114 * Makefile.in: Update dependencies.
3115
3116 2001-07-15 Eli Zaretskii <eliz@is.elta.co.il>
3117
3118 * go32-nat.c (go32_create_inferior): Support command lines longer
3119 than 126 characters.
3120
3121 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3122
3123 * NEWS: New target 68HC11/68HC12.
3124
3125 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3126
3127 * utils.c (query): Remove tui hacks; tui must use the query_hook.
3128 * top.c (command_loop): Remove tui insert_mode hacks; don't call
3129 tuiCleanUp because this must be made with atexit by tui.
3130 * symfile.c (symbol_file_command): Remove call to TUIDO
3131 * stack.c (show_and_print_stack_frame_stub): Remove tui check;
3132 not necessary when using the selected frame hooks.
3133 (print_stack_frame_stub): Likewise.
3134 (print_frame_info_base): Likewise.
3135 (print_frame_info): Likewise.
3136 (up_silently_command): Likewise.
3137 (down_silently_command): Likewise.
3138 (show_stack_frame): Likewise for TUIDO.
3139 (select_frame): Likewise.
3140 (select_and_print_frame): Likewise.
3141 (stack_publish_stopped_with_no_frame): Remove.
3142 (select_and_maybe_print_frame): Remove.
3143 * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
3144 must use the initialize ui hook.
3145 * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
3146 selected frame hooks.
3147 * event-top.c (command_handler): Remove tui insert_mode hack.
3148 * defs.h: Remove TUIDO; Only include tui.h.
3149 * breakpoint.c (mention): Remove calls to TUIDO.
3150 (delete_breakpoint): Remove tui hacks; tui must install
3151 the breakpoint hooks.
3152
3153 2001-07-14 Mark Kettenis <kettenis@gnu.org>
3154
3155 * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
3156 * config/i386/nm-linux.h: ...to here. Change comments about user
3157 area/struct a bit.
3158
3159 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
3160
3161 * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
3162 (i386bsd-tdep.o, i386bsd-nat.o): New targets.
3163
3164 2001-07-13 Elena Zannoni <ezannoni@redhat.com>
3165
3166 * remote-e7000.c (fetch_regs_from_dump): If register set is null,
3167 generate an internal error.
3168 (e7000_fetch_registers): Initialize variable 'wanted'.
3169 (e7000_wait): Initialize variable 'wanted_nopc'.
3170 (e7000_store_register): Fix sprintf compiler warnings.
3171 (sub2_from_pc): Ditto.
3172 (e7000_open): Close the descriptor, not the name.
3173 (e7000_load): Fix compiler warnings.
3174 (sub2_from_pc): Ditto.
3175 * Makefile.in (remote-e7000.o): Can now compile with -Werror.
3176
3177 2001-07-13 Mark Kettenis <kettenis@gnu.org>
3178
3179 * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
3180 <sys/sysctl.h>.
3181 (store_inferior_registers): Wrap long line.
3182 (i386bsd_dr_get_status): Fix typo in comment.
3183 (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
3184 file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
3185 (i386bsd_in_sigtramp): New prototype.
3186 (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
3187 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
3188 (external) variables.
3189 (SIGCONTEXT_PC_OFFSET): Removed.
3190 (FRAME_SAVED_PC): New define.
3191 (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
3192 (TDEPFILES): Add i386bsd-tdep.o.
3193
3194 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
3197 definition.
3198
3199 2001-07-13 Mark Kettenis <kettenis@gnu.org>
3200
3201 * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
3202 are no registered LWPs yet.
3203
3204 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3205
3206 * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
3207 function.
3208 (CANNOT_STORE_REGISTER): Likewise.
3209
3210 2001-07-12 Keith Seitz <keiths@redhat.com>
3211
3212 * remote-rdp.c: Include "serial.h"
3213
3214 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3215
3216 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1
3217 in HAVE_TERMIO/HAVE_TERMIOS cases.
3218
3219 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3220
3221 * lin-lwp.c (stop_wait_callback): Add support for flushing
3222 signals. Use that in favour of the old code to get rid of
3223 superfluous SIGINTs.
3224 (lin_lwp_wait): Use the new support in stop_wait_callback to
3225 flush all but one SIGINT.
3226
3227 * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
3228 to comment.
3229 (i386_store_return_value): Improve comments about storing
3230 floating-point return values.
3231
3232 * config/arm/xm-linux.h, config/i386/xm-linux.h,
3233 config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
3234 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
3235 Removed. Taken care of by autoconf and terminal.h.
3236
3237 2001-07-12 Daniel Jacobowitz <drow@mvista.com>
3238
3239 * mips-tdep.c (mips_type_needs_double_align): New function.
3240 (mips_push_arguments): Align o32 structs to even argument
3241 registers if necessary.
3242
3243 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3244
3245 * config/djgpp/fnchange.lst: Add entries for
3246 mips-linux-nat.c and mips-linux-tdep.c.
3247
3248 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3249
3250 * config/powerpc/xm-linux.h: Fix corrupted file.
3251
3252 * configure.in: Add check for sigsetjmp.
3253 * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
3254 * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
3255 * configure, config.in: Regenerated.
3256
3257 2001-07-11 Elena Zannoni <ezannoni@redhat.com>
3258
3259 * config/sh/tm-sh.h (struct gdbarch_tdep): Add
3260 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
3261 PR_REGNUM fields.
3262
3263 * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
3264 skip_prologue_hard_way().
3265 (skip_prologue_hard_way): Make it a function pointer.
3266 (sh_print_register): Use function pointer do_pseudo_register,
3267 instead of sh_do_pseudo_register.
3268 (sh_do_registers_info): Ditto.
3269 (sh_gdbarch_init): Initialize do_pseudo_register.
3270 (IS_MOV_TO_R14): Rename from IS_MOV_R14.
3271 (skip_prologue_hard_way): Update.
3272 (sh_gdbarch_init): Move setting of frame_chain,
3273 get_saved_register, init_extra_frame_info, push_arguments,
3274 extract_return_value, pop_frame, store_struct_return,
3275 extract_struct_value_address, use_struct_convention,
3276 init_extra_frame_info to before target specific settings.
3277 (sh_gdbarch_init): Initialize new tdep fields
3278 FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
3279 PR_REGNUM.
3280 (sh_push_arguments): Use new gdbarch_tdep fields
3281 {ARG0,ARGLAST}_REGNUM.
3282 (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
3283 sh_init_extra_frame_info, sh_push_return_address,
3284 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3285 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
3286 gdbarch_tdep->PR_REGNUM.
3287 (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
3288
3289 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3290
3291 * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
3292 from it. Move definitions of REALTIME_LO and REALTIME_HI above
3293 include.
3294
3295 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3296
3297 * MAINTAINERS: List myself for MIPS/Linux
3298 port.
3299
3300 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3301
3302 * gdbserver/remote-utils.c (remote_open): Only
3303 check for F_SETOWN if we had F_SETFL and FASYNC.
3304
3305 2001-07-11 Daniel Jacobowitz <drow@mvista.com>
3306
3307 From Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>:
3308
3309 * config/m68k/linux.mh: Remove core-regset.o.
3310 * m68klinux-nat.c: Fix comment.
3311 (supply_gregset): Change argument to elf_gregset_t *.
3312 (supply_fpregset): Change argument to elf_fpregset_t *.
3313 (fetch_core_registers): New function.
3314 (linux_elf_core_fns): Define.
3315 (_initialize_m68k_linux_nat): New function.
3316
3317 2001-07-11 Andrew Cagney <ac131313@redhat.com>
3318
3319 * configure.tgt: Mark d10v as pure multi-arch.
3320 * config/d10v/tm-d10v.h: Delete file.
3321 * config/d10v/d10v.mt (TM_FILE): Delete.
3322
3323 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3324
3325 * serial.h (typedef serial_t): Delete. Replace all references to
3326 serial_t with `struct serial *'.
3327 * serial.c: Update.
3328 * nindy-share/ttyflush.c: Update.
3329 * nindy-share/ttyflush.c: Update.
3330 * nindy-share/Onindy.c: Update.
3331 * nindy-share/nindy.c: Update.
3332 * remote-rdp.c: Update.
3333 * remote-sds.c: Update.
3334 * remote-st.c: Update.
3335 * remote-nindy.c: Update.
3336 * remote-mips.c: Update.
3337 * remote-e7000.c: Update.
3338 * remote-os9k.c: Update.
3339 * remote-nrom.c: Update.
3340 * remote-es.c: Update.
3341 * remote-array.c: Update.
3342 * ocd.c: Update.
3343 * mon960-rom.c: Update.
3344 * dsrec.c: Update.
3345 * inflow.c: Update.
3346 * ser-e7kpc.c: Update.
3347 * sparclet-rom.c: Update.
3348 * srec.h: Update.
3349 * ser-tcp.c: Update.
3350 * ser-go32.c: Update.
3351 * sparcl-tdep.c: Update.
3352 * w89k-rom.c: Update.
3353 * utils.c: Update.
3354 * sh3-rom.c: Update.
3355 * remote.c: Update.
3356 * ser-pipe.c: Update.
3357 * ser-unix.c: Update.
3358 * ser-unix.h: Update.
3359 * xmodem.c: Update.
3360 * xmodem.h: Update.
3361
3362 2001-07-11 J.T. Conklin <jtc@redback.com>
3363
3364 From Greg McGary <greg@mcgary.org>:
3365 * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
3366 of SIGIO.
3367 (input_interrupt): Don't block on read, in case we got redundant
3368 SIGIO. Don't gripe about redundant SIGIO.
3369 * gdbserver/low-hppabsd.c (mywait): Use waitpid(). Enable SIGIO
3370 handler while waiting.
3371 * gdbserver/low-linux.c (mywait): Likewise.
3372 * gdbserver/low-nbsd.c (mywait): Likewise.
3373 * gdbserver/low-sparc.c (mywait): Likewise.
3374
3375 2001-07-11 Keith Seitz <keiths@redhat.com>
3376
3377 * infrun.c (print_stop_reason): Add missing uiout field
3378 "reason" for SIGNAL_RECEIVED case.
3379
3380 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3381
3382 * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
3383 Remove unused macro's.
3384
3385 * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
3386 used.
3387
3388 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * go32-nat.c (info_dos_cmdlist): New variable.
3391 (go32_info_dos_command): New function.
3392 (_initialize_go32_nat): Convert all DOS-specific commands into
3393 subcommands of "info dos". Suggested by Andrew Cagney
3394 <ac131313@redhat.com>.
3395
3396 2001-07-11 Mark Kettenis <kettenis@gnu.org>
3397
3398 * config/nm-linux.h: Fix comments.
3399
3400 * thread-db.c (enable_thread_event_reporting): Correct warning
3401 message about getting thread death breakpoint.
3402 Reported by John S Kallal <jskallal@home.com>.
3403
3404 * i386-tdep.c (i386_extract_return_value): "Fix" comment.
3405 (i386_store_return_value): Frob FPU status and tag word to make
3406 sure the return value is the only value on the FPU stack.
3407
3408 * config/tm-linux.h: Do not include <signal.h>. Instead provide
3409 reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
3410 already defined.
3411 * config/nm-linux.h: Include <signal.h>.
3412 [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
3413 (__SIGRTMAX + 1) respectively.
3414
3415 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3416
3417 * mcore-rom.c: Include "serial.h".
3418 * Makefile.in (mcore-rom.o): Depends on "serial.h".
3419
3420 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3421
3422 * Makefile.in (remote-bug.o): Depends on serial.h.
3423 * remote-bug.c: Include "serial.h".
3424 * MAINTAINERS: Mark m88k target as buildable.
3425 * TODO: Update.
3426
3427 2001-07-10 Jim Blandy <jimb@redhat.com>
3428
3429 Clean up the D10V port so that GDB and the target program no
3430 longer disagree on how big pointers are.
3431 * findvar.c (value_from_register): Remove special case code for D10V.
3432 * printcmd.c (print_frame_args): Same.
3433 * valops.c (value_at, value_fetch_lazy): Same.
3434 * values.c (unpack_long): Same.
3435 * gdbarch.sh: Changes to effect the following:
3436 * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
3437 gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
3438 set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
3439 gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
3440 set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
3441 gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
3442 set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
3443 gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
3444 set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
3445 gdbarch_d10v_convert_daddr_to_raw_ftype,
3446 gdbarch_d10v_convert_daddr_to_raw,
3447 set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
3448 gdbarch_d10v_convert_iaddr_to_raw_ftype,
3449 gdbarch_d10v_convert_iaddr_to_raw,
3450 set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
3451 * gdbarch.c: Delete the corresponding definitions.
3452 (struct gdbarch): Delete members d10v_make_daddr,
3453 d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3454 d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
3455 (startup_gdbarch): Remove initializers for the above.
3456 (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
3457 more.
3458 * d10v-tdep.c (d10v_register_virtual_type): Rather that
3459 claiming the stack pointer and PC are 32 bits long (which they
3460 aren't), say that the stack pointer is an int16_t, and the
3461 program counter is a function pointer. This allows the rest
3462 of GDB to make the appropriate conversions between the code
3463 pointer format and real addresses.
3464 (d10v_register_convertible, d10v_register_convert_to_virtual,
3465 d10v_register_convert_to_raw): Delete function; no registers
3466 are convertible now, so we use
3467 generic_register_convertible_not instead.
3468 (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
3469 methods.
3470 (d10v_push_arguments, d10v_extract_return_value): Remove special
3471 cases for code and data pointers.
3472 (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
3473 the target agree on how large pointers are. Say that addresses
3474 are 32 bits long. Register the address_to_pointer and
3475 pointer_to_address conversion functions. Since no registers are
3476 convertible now, register generic_register_convertible_not as the
3477 gdbarch_register_convertible method instead of
3478 d10v_register_convertible. Remove registrations for
3479 d10v_register_convert_to_virtual,
3480 d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
3481 gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
3482 gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
3483 gdbarch_d10v_convert_iaddr_to_raw.
3484
3485 * printcmd.c (print_scalar_formatted): If we are printing an
3486 address, remember that TARGET_ADDR_BIT is not always equal to
3487 TARGET_PTR_BIT.
3488
3489 * valops.c (value_cast): When casting a pointer to an integer,
3490 don't convert it to an address.
3491
3492 2001-07-10 Andrew Cagney <ac131313@redhat.com>
3493
3494 * remote-utils.h (struct serial): Declare as opaque. Remove
3495 include of "serial.h".
3496 * Makefile.in (remote_utils_h): Update.
3497
3498 * monitor.h (struct serial): Declare as opaque. Remove include of
3499 "serial.h".
3500 (struct monitor_ops): Replace serial_t with `struct serial *'.
3501 * monitor.c (monitor_desc): Ditto.
3502
3503 2001-07-10 Daniel Jacobowitz <drow@mvista.com>
3504
3505 * mips-linux-tdep.c: New file.
3506 * mips-linux-nat.c: New file.
3507 * config/mips/linux.mh: New file.
3508 * config/mips/linux.mt: New file.
3509 * config/mips/xm-linux.h: New file.
3510 * config/mips/nm-linux.h: New file.
3511 * config/mips/tm-linux.h: New file.
3512 * configure.host: Recognize mips*-*-linux*.
3513 * configure.tgt: Likewise.
3514 * NEWS: Mention mips*-*-linux* port.
3515
3516 2001-07-09 Andrew Cagney <ac131313@redhat.com>
3517
3518 * serial.h (struct serial): Rename `struct _serial_t'.
3519 * serial.c (XMALLOC): Define.
3520 (serial_open): Update. Use XMALLOC.
3521 (serial_fdopen): Ditto.
3522
3523 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3524
3525 * gdbtypes.h (builtin_type_void_data_ptr): Rename
3526 builtin_type_ptr.
3527 * gdbtypes.c (builtin_type_void_data_ptr): Update.
3528 (build_gdbtypes): Update.
3529 (_initialize_gdbtypes): Update.
3530 * values.c (value_as_pointer): Update.
3531 * utils.c (host_pointer_to_address): Update.
3532 (address_to_host_pointer): Update.
3533
3534 2001-07-08 Andrew Cagney <ac131313@redhat.com>
3535
3536 * remote-udi.c (udi_wait): Make type, instead of name, of first
3537 parameter a ptid_t.
3538
3539 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3540
3541 * ser-mac.c: Make obsolete.
3542 * Makefile.in (ser-mac.o): Ditto.
3543
3544 2001-07-08 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
3547 (read_memory_region, get_descriptor, display_descriptor)
3548 (go32_sldt, go32_sgdt, go32_sidt): New functions.
3549 (top-level): Include ctype.h, utsname.h, dos.h, and go32.h. Ifdef
3550 away `disable' from dos.h, since breakpoint.h defines an enum
3551 member of the same name, and GCC 2.7.2 barfs.
3552 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
3553 dos-gdt, and dos-idt, all of them in the "info" class
3554
3555 2001-07-07 Kevin Buettner <kevinb@redhat.com>
3556
3557 * procfs.c (create_procinfo): Allocate space for saved_entryset
3558 and saved_exitset.
3559 (destroy_one_procinfo): Free space allocated to saved_entryset
3560 and saved_exitset.
3561
3562 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3563
3564 * TODO (5.1): Update.
3565
3566 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3567
3568 * symtab.c (main_name): New function.
3569 (set_main_name): New function.
3570 * symtab.h: Declare.
3571 * TODO: Update
3572
3573 From 2000-03-05 Anthony Green <green@redhat.com>:
3574 * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
3575 setting main_name.
3576 * blockframe.c (inside_main_func): Use main_name instead of
3577 "main".
3578 * symtab.c (find_main_psymtab): Ditto.
3579 * source.c (select_source_symtab): Ditto.
3580 * nlmread.c (nlm_symfile_read): Ditto.
3581 * rs6000-tdep.c (skip_prologue): Ditto.
3582
3583 2001-07-07 Andrew Cagney <ac131313@redhat.com>
3584
3585 * TODO: Convert most items into PRs.
3586
3587 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3588
3589 * lin-lwp.c (status_to_str): New function.
3590 (lin_lwp_wait): Use it to print debug messages where appropriate.
3591
3592 2001-07-06 Michael Chastain <chastain@redhat.com>
3593
3594 * i387-tdep.c (print_i387_value): Fix pointer glitch.
3595
3596 2001-07-07 Mark Kettenis <kettenis@gnu.org>
3597
3598 * lin-lwp.c (count_events_callback): Fix formatting. Turn check
3599 commented with "paranoia" into gdb_assert.
3600 (select_event_lwp_callback): Likewise.
3601 (cancel_breakpoints_callback): Bail out early if LP is the event
3602 LWP. Add comment about backup up breakpoints. Fix formatting and
3603 debug message.
3604 (select_event_lwp): Make solely repsonsible for switching event
3605 LWP. Fix formatting and remove bogus "ERROR" debug message.
3606 Don't backup breakpoints from here.
3607 (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
3608 handle that. Only call select_event_lwp if we're not waiting for
3609 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
3610
3611 2001-07-06 Michael Snyder <msnyder@redhat.com>
3612
3613 * procfs.c (procfs_resume): Silence noisy warning.
3614
3615 2001-06-12 Michael Snyder <msnyder@redhat.com>
3616
3617 * lin-lwp.c: Prevent thread starvation by using a monte carlo
3618 method to choose which of several event threads to handle next.
3619
3620 (stop_wait_callback): Defer pushback of breakpoint events until
3621 later; add SIGTRAP events to the queue of unhandled events.
3622 Keep calling waitpid until SIGSTOP retrieved. If more than one
3623 non-SIGSTOP event is retrieved, push them back onto the process
3624 queue using kill.
3625 (count_events_callback, select_singlestep_lwp_callback,
3626 select_event_lwp_callback, cancel_breakpoints_callback,
3627 select_event_lwp): New functions. Implement monte carlo method
3628 for selecting which of several SIGTRAP threads to handle next.
3629 Push back the breakpoint event for all threads other than the
3630 selected one.
3631 (lin_lwp_wait): Call select_event_lwp to decide which of several
3632 sigtrapped lwps to handle next.
3633 (resume_callback): Disable code that attempts to handle
3634 step_resume breakpoints. Let core gdb handle this.
3635
3636 2001-07-06 Jim Blandy <jimb@redhat.com>
3637
3638 * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
3639 * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
3640 (build_gdbtypes): Initialize it.
3641 (_initialize_gdbtypes): Swap it.
3642
3643 2001-07-04 Daniel Jacobowitz <drow@mvista.com>
3644
3645 * mips-tdep.c (mips32_op): Correct offset.
3646 (itype_op): Likewise.
3647 (itype_rs): Fix formatting.
3648 (itype_immediate): Fix formatting.
3649 (jtype_op): Correct offset.
3650 (jtype_target): Fix formatting.
3651 (rtype_op): Correct offset.
3652 (rtype_rs): Fix formatting.
3653 (rtype_rt): Likewise.
3654 (rtype_rd): Likewise.
3655 (rtype_shamt): Likewise.
3656 (rtype_funct): Likewise.
3657
3658 (mips32_next_pc): Fix formatting and comments. Recognize
3659 coprocessor 1 branches. Check the correct field for BLT family
3660 branches. Use itype_rt instead of itype_rs for the second register
3661 of a BNE or BNEL branch. Move (unreachable) default case.
3662
3663 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3664
3665 * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
3666 (ui_out_is_mi_like_p): Declare.
3667 * ui-out.c (ui_out_is_mi_like_p): Define.
3668 (default_ui_out_impl): Initialize is_mi_like_p to zero.
3669 * cli-out.c (cli_ui_out_impl): Ditto.
3670 * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
3671 (watchpoint_check, print_one_breakpoint, mention): Ditto.
3672 * infrun.c (print_stop_reason, normal_stop): Ditto.
3673
3674 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3675
3676 * mips-tdep.c (mips_software_single_step): New function.
3677 * config/mips/tm-mips.h: Add prototype for
3678 mips_software_single_step.
3679
3680 2001-07-05 Daniel Jacobowitz <drow@mvista.com>
3681
3682 * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
3683 of greg_t.
3684 (fill_gregset): Likewise.
3685
3686 2001-07-05 Andrew Cagney <ac131313@redhat.com>
3687
3688 * objfiles.c (open_mapped_file): Use lbasename instead of
3689 basename.
3690
3691 2001-07-05 Jim Blandy <jimb@redhat.com>
3692
3693 * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
3694 show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
3695 d10v_write_sp, d10v_write_fp, d10v_read_fp,
3696 d10v_push_return_address): Call the functions d10v_make_daddr,
3697 d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
3698 d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
3699 D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
3700 D10V_CONVERT_DADDR_TO_RAW.
3701
3702 * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
3703
3704 2001-07-05 Mark Kettenis <kettenis@gnu.org>
3705
3706 * config/i386/xm-go32.h (HOST_I386): Removed.
3707 * config/i386/xm-linux.h (HOST_I386): Removed.
3708
3709 2001-07-04 Mark Kettenis <kettenis@gnu.org>
3710
3711 * i387-tdep.c (print_i387_value): Add extra space after final full
3712 stop in comment.
3713
3714 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3715
3716 * TODO (5.1): Update. Doco changes committed.
3717
3718 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3719
3720 * config/arm/tm-arm.h: Include "floatformat.h".
3721
3722 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3723
3724 * i387-tdep.c: Include "gdb_assert.h".
3725 (print_i387_value): Use extract_floating to extract the FP value
3726 from a zero padded local buffer.
3727
3728 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3729
3730 * TODO: Delete all thread items. The thread code was overhauled.
3731
3732 2001-07-04 Elena Zannoni <ezannoni@redhat.com>
3733
3734 * memattr.c (create_mem_region): Move n to next memory region,
3735 to avoid infinite loop.
3736
3737 * memattr.h: Add copyright statement.
3738 * memattr.c: Ditto.
3739
3740 2001-07-04 Jim Blandy <jimb@redhat.com>
3741
3742 * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
3743 (read_partial_die): Delete fourth argument; we return this info in
3744 the struct partial_die_info object itself now.
3745 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
3746 has_pc_info field of the partial die struct, rather than passing a
3747 variable by reference to read_partial_die.
3748
3749 * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
3750 code in loop condition.
3751
3752 2001-07-03 Michael Snyder <msnyder@redhat.com>
3753
3754 * thread_db (find_new_threads_callback, thread_db_thread_alive,
3755 attach_thread): Update comments.
3756
3757 2001-06-29 Ken Whaley <ken@believe.com>
3758
3759 * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
3760 to TD_THR_UNKNOWN when looking for defunct zombie threads.
3761 (thread_db_thread_alive): Ditto.
3762 (find_new_threads_callback): Ditto.
3763
3764 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3765
3766 * MAINTAINERS: Add myself to the write-after-approval list.
3767
3768 2001-07-02 Daniel Jacobowitz <drow@mvista.com>
3769
3770 * solib-svr4.c: Include "elf/mips.h".
3771 (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
3772
3773 2001-07-02 Jim Blandy <jimb@redhat.com>
3774
3775 * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
3776 dump_die_list, store_in_ref_table, follow_die_ref): Make these
3777 static; they're private functions.
3778
3779 2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
3780
3781 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
3782
3783 2001-06-28 Elena Zannoni <ezannoni@redhat.com>
3784
3785 * TODO: Add import of readline 4.2 as a gdb 5.2 task.
3786
3787 2001-06-29 Andrew Cagney <ac131313@redhat.com>
3788
3789 * config/djgpp/fnchange.lst: Sort.
3790
3791 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3792
3793 * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
3794 mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
3795
3796 2001-06-29 Andreas Jaeger <aj@suse.de>
3797
3798 * MAINTAINERS: Add myself to the write-after-approval list.
3799
3800 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3801
3802 * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
3803 (get_hex_word): Don't use HOST_BYTE_ORDER.
3804 (array_fetch_registers): Add variable ``reg''. Use
3805 store_unsigned_integer to byte-swap the register. Delete unused
3806 local ``regs''.
3807
3808 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3809
3810 * MAINTAINERS: Add Per Bothner to Java maintainers.
3811
3812 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3813
3814 * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
3815 * rdi-share/hostchan.h (__unix): Hack, provide a default value.
3816 * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
3817 * TODO: Update.
3818 * MAINTAINERS: Update. arm-elf builds.
3819
3820 2001-06-28 Jim Blandy <jimb@redhat.com>
3821
3822 * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
3823
3824 * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
3825 d10v_breakpoint_from_pc, d10v_register_byte,
3826 d10v_register_raw_size, d10v_register_virtual_size,
3827 d10v_register_virtual_type, d10v_register_convertible,
3828 d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
3829 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3830 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
3831 d10v_store_struct_return, d10v_store_return_value,
3832 d10v_extract_struct_value_address, d10v_frame_saved_pc,
3833 d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
3834 d10v_frame_chain, d10v_frame_init_saved_regs,
3835 d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
3836 d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
3837 d10v_push_return_address, d10v_push_arguments,
3838 d10v_extract_return_value): Make these functions static.
3839
3840 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3841
3842 From Fernando Nasser:
3843 * infrun.c (handle_inferior_event): Handle "nexti" inside function
3844 prologues.
3845
3846 2001-06-28 Michael Snyder <msnyder@redhat.com>
3847
3848 * infrun.c (handle_inferior_event): Replace prev_pc test in all
3849 calls to bpstat_stop_status (removed in 1999-09-24). This test
3850 helps distinguish stepping over a breakpoint trap from stepping
3851 thru a jump to the instruction after a breakpoint trap.
3852 (handle_inferior_event): Don't bother writing the PC if
3853 DECR_PC_AFTER_BREAK is zero (optimization).
3854 * breakpoint.c (bpstat_stop_status): Add comment explaining the
3855 purpose and usage of the "not_a_breakpoint" argument in computing
3856 the breakpoint address.
3857
3858 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3859
3860 From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
3861 * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
3862 (setreg_resp_delim_pattern): Likewise.
3863 (setmem_resp_delim_fastmap): New buffer.
3864 (setreg_resp_delim_fastmap): Likewise.
3865 (monitor_open): Initialize above regexp if they are defined.
3866 (monitor_write_memory): Use regexp to check the result of write.
3867 (monitor_store_register): Likewise to check result of register set.
3868
3869 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3870
3871 From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
3872 * coff-solib.c: Include symfile.h and objfiles.h to make
3873 OBJF_SHARED visible.
3874
3875 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3876
3877 * configure.in (--enable-gdbmi): Enable by default.
3878 * configure: Regenerate.
3879 * TODO: Update.
3880 * NEWS: Update
3881
3882 2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
3883
3884 * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
3885 explaining the consequences of always returning zero. No code
3886 change.
3887
3888 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3889
3890 From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
3891 * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
3892 to TARGET_SIGNAL_REALTIME_127.
3893 * target.c (struct signals): Add SIG63 to SIG127.
3894 (target_signal_from_host): Handle up to 127 signals.
3895 (do_target_signal_to_host): Likewise.
3896
3897 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3898
3899 * remote-sds.c (sds_start_remote): Change type of ``c'' to int
3900 from possibly unsigned char.
3901
3902 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3903
3904 * ser-ocd.c: Delete file.
3905 * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
3906 (ser-ocd.o): Delete target.
3907 * TODO: Update.
3908 * NEWS: Update.
3909
3910 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3911
3912 * MAINTAINERS (Write After Approval): Sort.
3913 (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
3914
3915 2001-06-26 Andrew Cagney <ac131313@redhat.com>
3916
3917 * breakpoint.c (breakpoint_1): Always output the breakpoint
3918 headings. Leave it to ui-out to decide which
3919
3920 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3921
3922 * stack.c (print_frame): For ui_out, output a list of arguments.
3923
3924 2001-06-25 Kevin Buettner <kevinb@redhat.com>
3925
3926 * MAINTAINERS (paper trail): Update.
3927
3928 2001-06-25 Michael Snyder <msnyder@redhat.com>
3929
3930 * infrun.c: Eliminate the "thread_step_needed" state variable,
3931 and replace it with a relatively simple test in resume.
3932 (resume): Replace thread_step_needed logic with a test for
3933 stepping, breakpoint_here_p and breakpoints_inserted.
3934 Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
3935 (proceed): Discard thread_step_needed logic.
3936 (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
3937 Discard thread_step_needed logic.
3938
3939 2001-06-24 Fernando Nasser <fnasser@redhat.com>
3940
3941 * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
3942 * rdi-share/host.h: Add missing parenthesis in conditional.
3943
3944 2001-06-22 J.T. Conklin <jtc@redback.com>
3945
3946 * configure.in: include nlist.h when checking for member som_addr
3947 in struct so_map.
3948 * configure: regenerate.
3949
3950 2001-06-21 Keith Seitz <keiths@redhat.com>
3951
3952 * cli-out.c (cli_out_new): Initialize new structure member
3953 "suppress_output".
3954
3955 2001-06-20 Andrew Cagney <ac131313@redhat.com>
3956
3957 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
3958 (table_header_ftype): Ditto.
3959 * cli-out.c (cli_table_header): Update.
3960 * ui-out.c (ui_out_table_header): Update.
3961 (uo_table_header): Update.
3962 (default_table_header): Update.
3963 (append_header_to_list): Update.
3964 (struct ui_out_header): Add field ``col_name''.
3965 (append_header_to_list): Use xstrdup. Initialize col_name.
3966 * breakpoint.c (breakpoint_1): Pass COL_NAME to
3967 ui_out_table_header.
3968
3969 2001-06-19 Andrew Cagney <ac131313@redhat.com>
3970
3971 * cli-out.c: Include "gdb_assert.h'.
3972 (struct ui_out_data): Add field ``suppress_output.
3973 (cli_table_begin): When NR_ROWS is zero, suppress_output.
3974 (cli_table_end): Clear suppress_output.
3975 (cli_table_body): Check suppress_output.
3976 (cli_table_header, cli_begin): Ditto.
3977 (cli_end, cli_field_int, cli_field_skip): Ditto.
3978 (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
3979 (cli_text, cli_message, cli_wrap_hint): Ditto.
3980 * breakpoint.c (breakpoint_1): Close the ui_out table before
3981 printing the breakpoint not found message.
3982
3983 2001-06-18 Andrew Cagney <ac131313@redhat.com>
3984
3985 * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
3986 (default_table_begin): Ditto.
3987 (uo_table_begin): Ditto.
3988 * cli-out.c (cli_table_begin): Ditto.
3989 * ui-out.h (ui_out_table_begin): Update
3990 (table_begin_ftype): Update.
3991 * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
3992 ui_out_table_begin.
3993
3994 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3995
3996 * breakpoint.c (breakpoint_1): Restructure. Compute the
3997 nr_printable_breakpoints. Move the header output to before the
3998 main print breakpoints loop.
3999 (user_settable_breakpoint): New function.
4000
4001 2001-06-18 Andrew Cagney <ac131313@redhat.com>
4002
4003 * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow,
4004 "mi", "mi0" and "mi1".
4005
4006 2001-06-17 Andrew Cagney <ac131313@redhat.com>
4007
4008 * gdbarch.sh: Generate an error when conflicting macro
4009 definitions. Generate an error when both pure multi-arch and
4010 "tm.h".
4011 * gdbarch.h, gdbarch.c: Regenerate.
4012 * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
4013
4014 2001-06-17 Andrew Cagney <ac131313@redhat.com>
4015
4016 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
4017 GDB_MULTI_ARCH_PARTIAL from two.
4018
4019 2001-06-17 Fernando Nasser <fnasser@redhat.com>
4020
4021 From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
4022 * cli/cli-script.c (free_command_lines): Reset list pointer.
4023
4024 2001-06-16 Andrew Cagney <ac131313@redhat.com>
4025
4026 * arch-utils.c (init_frame_pc_default): New function
4027 * arch-utils.h (init_frame_pc_default): Declare.
4028 * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
4029 not init_frame_pc_noop.
4030 * gdbarch.h, gdbarch.c: Re-generate.
4031 * blockframe.c (INIT_FRAME_PC): Delete macro definition.
4032 * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
4033 init_frame_pc_noop.
4034
4035 2001-06-16 Andrew Cagney <ac131313@redhat.com>
4036
4037 * gdbarch.c: Regenerate. Out-of-sync with gdbarch.sh.
4038
4039 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4040
4041 * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
4042 (CANNOT_STORE_REGISTER): Ditto.
4043 * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
4044 (CANNOT_STORE_REGISTER): Ditto.
4045 * regcache.c (CANNOT_STORE_REGISTER): Ditto.
4046 * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
4047 * arch-utils.h (cannot_register_not): Define.
4048 * arch-utils.c (cannot_register_not): Declare.
4049
4050 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4051
4052 * gdbarch.sh: Clarify pre/post default
4053 (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
4054 * blockframe.c (get_prev_frame): Remove #ifdef from around
4055 INIT_FRAME_PC_FIRST call.
4056 * arch-utils.c (init_frame_pc_noop): Define.
4057 * arch-utils.h (init_frame_pc_noop): Declare.
4058 * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
4059 (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
4060 * mips-tdep.c (mips_init_frame_pc_first): Make static.
4061 (mips_gdbarch_init): Initialize init_frame_pc_first.
4062 (mips_dump_tdep): Update.
4063
4064 2001-06-15 Michael Snyder <msnyder@redhat.com>
4065
4066 * infrun.c (context_switch): New function. Abstract the operation
4067 of saving and restoring infrun's state when switching threads.
4068 (handle_inferior_event): Normalize the handling of the 'thread hop'
4069 event (when the wrong thread hits a thread-specific breakpoint,
4070 and we need to solo-step that thread past the breakpoint).
4071 Call keep_going, instead of target_resume. Handle the subsequent
4072 singlestep-trap as a normal event instead of just resuming.
4073
4074 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4075
4076 * arch-utils.c (core_addr_identity): New function. Rename
4077 default_convert_from_func_ptr_addr.
4078 * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
4079 (ADDR_BITS_REMOVE): Define. Default to core_addr_identity.
4080 * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
4081 * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
4082 * mips-tdep.c (mips_addr_bits_remove): Make static.
4083 (mips_gdbarch_init): Initialize addr_bits_remove.
4084
4085 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4086
4087 From 2001-02-26 D.J. Barrow <djbarrow@de.ibm.com>:
4088 * configure.tgt: Add S/390 31 & 64 bit target configuration.
4089 * configure.host: Ditto for host.
4090
4091 2001-06-15 Andrew Cagney <ac131313@redhat.com>
4092
4093 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
4094 (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
4095 predicate.
4096 * gdbarch.h, gdbarch.c: Regenerate.
4097 * values.c (value_being_returned): Change the reference to
4098 EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
4099
4100 2001-06-15 Joel Brobecker <brobecker@act-europe.fr>
4101
4102 * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
4103 Write After Approval list.
4104
4105 2001-06-14 Michael Snyder <msnyder@redhat.com>
4106
4107 * remote.c (show_remote_protocol_qSymbol_packet_cmd,
4108 set_remote_protocol_qSymbol_packet_cmd): New functions.
4109 (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
4110 (remote_check_symbols): New function. Implement qSymbol packet,
4111 allowing target to request symbol lookup service from gdb.
4112 (remote_open_1, remote_async_open_1): Call remote_check_symbols,
4113 allowing symbol lookup from exec_bfd on connection to target.
4114 (remote_new_objfile): New function. Catch new objfile notifications
4115 from shared library module, and call remote_check_symbols.
4116 (_initialize_remote): Hook remote_new_objfile into the shared
4117 library notification chain. Add "set remote symbol-lookup" command.
4118
4119 2001-06-14 Keith Seitz <keiths@redhat.com>
4120
4121 * tracepoint.c (trace_command): We now have tracepoint
4122 events. Get rid of those ugly hooks.
4123 (tracepoint_operation): Likewise.
4124 (trace_pass_command): Likewise.
4125
4126 2001-06-13 Michael Snyder <msnyder@redhat.com>
4127
4128 * gdbthread.h (struct thread_info): Add new fields:
4129 current_line, current_symtab, step_sp, for saved infrun state.
4130 * thread.c (save_infrun_state, load_infrun_state): Save and
4131 restore current_line, current_symtab, and step_sp.
4132 (add_thread): Rather than adding assignments to initialize
4133 the new fields, just use memset (tp, 0, sizeof (*tp).
4134 This way future new fields will not be overlooked.
4135 * infrun.c (handle_inferior_event): Save and restore save_sp,
4136 current_line, and current_symtab when switching threads.
4137
4138 2001-06-13 Elena Zannoni <ezannoni@redhat.com>
4139
4140 * MAINTAINERS: Add Andrew Cagney as co-maintainer of
4141 testsuite/gdb.mi.
4142
4143 2001-06-11 Andrew Cagney <ac131313@redhat.com>
4144
4145 * symtab.c (lookup_symtab_1): Replace basename with lbasename.
4146 (lookup_partial_symtab, file_matches): Ditto.
4147 (make_source_files_completion_list): Ditto.
4148 (make_file_symbol_completion_list): Ditto. Make local char*
4149 variable ``tail'' constant.
4150 (make_source_files_completion_list): Ditto with ``base_name''.
4151 * source.c (open_source_file): Use lbasename. Make ``p'' const
4152 char *.
4153
4154 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4155
4156 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
4157 (SLASH_STRING): Remove unused definitions.
4158 * config/i386/xm-cygwin.h: Likewise.
4159
4160 2001-06-12 Andrew Cagney <ac131313@redhat.com>
4161
4162 * ui-out.c (ui_out_list_begin): Add parameter ``id''.
4163 (make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
4164 * ui-out.h: Update declarations.
4165
4166 Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com>
4167
4168 * source.c (openp): Make parameters ``path'' and ``string''
4169 constant.
4170 (openp): Use alloca to safely duplicate ``string''. Make local
4171 variables ``p'' and ``p1'' constant. Delete char* casts.
4172 * defs.h: Update.
4173
4174 * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
4175 (lookup_symtab, lookup_partial_symtab): Ditto.
4176 * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
4177
4178 2001-06-11 Andrew Cagney <ac131313@redhat.com>
4179
4180 * ui-out.h (ui_out_table_begin): Make char* parameters constant.
4181 (ui_out_table_header, ui_out_field_int): Ditto.
4182 (ui_out_field_core_addr, ui_out_field_string): Ditto.
4183 (ui_out_field_stream, ui_out_field_fmt): Ditto.
4184 (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
4185 * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
4186 (ui_out_field_core_addr, ui_out_field_stream): Update.
4187 (ui_out_field_string, ui_out_field_fmt): Update.
4188 (ui_out_text, ui_out_message): Update.
4189 (append_header_to_list): Make char* parameters constant.
4190 (uo_table_header, uo_table_begin): Ditto.
4191 (uo_field_int, uo_field_skip): Ditto.
4192 (uo_field_string, uo_field_fmt): Ditto.
4193 (uo_text, uo_message): Ditto.
4194
4195 2001-06-11 Eli Zaretskii <eliz@is.elta.co.il>
4196
4197 * completer.c (gdb_completer_loc_break_characters): New variable.
4198 (line_completion_function): If we are completing on locations,
4199 back up the start of word pointer past all characters which can
4200 appear in a location spec.
4201 (location_completer): New function.
4202
4203 * completer.h: Add prototype for location_completer.
4204
4205 * symtab.c (make_source_files_completion_list)
4206 (add_filename_to_list, not_interesting_fname): New functions.
4207 (filename_seen): New function, body extracted from
4208 output_source_filename.
4209 (output_source_filename): Call filename_seen to check if the file
4210 was already printed.
4211 (make_symbol_completion_list): If TEXT includes a
4212 double-quoted string, return an empty list, not NULL.
4213 (make_file_symbol_completion_list): New function, similar to
4214 make_symbol_completion_list but with an additional argument
4215 SRCFILE.
4216
4217 * symtab.h (make_file_symbol_completion_list)
4218 (make_source_files_completion_list): Add prototypes.
4219
4220 * breakpoint.c (_initialize_breakpoint): Make location_completer
4221 be the completion function for all commands which set breakpoints
4222 and watchpoints.
4223 (top-level): #include "completer.h".
4224
4225 * tracepoint.c (_initialize_tracepoint): Make location_completer
4226 be the completion function for the "trace" command.
4227 (top-level): #include "completer.h".
4228
4229 * printcmd.c (_initialize_printcmd): Make location_completer be
4230 the completion function for the "print", "inspect", "call", and
4231 "disassemble" commands.
4232 (top-level): #include "completer.h".
4233
4234 * infcmd.c (_initialize_infcmd): Make location_completer be the
4235 completion function for the "go", "jump", and "until" commands.
4236 (top-level): #include "completer.h".
4237
4238 2001-06-10 Christopher Faylor <cgf@redhat.com>
4239
4240 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
4241 * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
4242 * values.c (unpack_double): Remove obsolete check for _MSC_VER.
4243 * defs.h: Ditto.
4244 * m32r-rom.c: Ditto.
4245 * p-exp.y: Ditto.
4246 * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for
4247 faster compilation.
4248 (get_ds_base): Remove _MSC_VER version of this function.
4249 * nindy-share/ttyflush.c: Ditto.
4250 * rdi-share/host.h: Ditto.
4251 * ser-go32.c (dos_readchar): Remove call to obsolete function.
4252 * remote-sim.c (gdb_os_poll_quit): Ditto.
4253 * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
4254
4255 * main.c (captured_main): Eliminate special Cygwin checks.
4256 * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
4257
4258 2001-06-09 Andrew Cagney <ac131313@redhat.com>
4259
4260 * Makefile.in (gdbcmd_h): Add ui_out_h.
4261 (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
4262 (thread.o, top.o): Ditto.
4263
4264 * ui-out.h (table_begin_ftype): Make string parameters constant.
4265 (table_header_ftype): Ditto.
4266 (field_int_ftype): Ditto.
4267 (field_skip_ftype): Ditto.
4268 (field_string_ftype): Ditto.
4269 (field_fmt_ftype): Ditto.
4270 (text_ftype): Ditto.
4271 (message_ftype): Ditto.
4272 * cli-out.c (cli_table_begin): Ditto.
4273 (cli_table_header): Ditto.
4274 (cli_field_int): Ditto.
4275 (cli_field_skip): Ditto.
4276 (cli_field_string): Ditto.
4277 (cli_field_fmt): Ditto.
4278 (cli_text): Ditto.
4279 (cli_message): Ditto.
4280 (out_field_fmt): Ditto.
4281 * ui-out.c (default_table_begin): Ditto.
4282 (default_table_header): Ditto.
4283 (default_field_int): Ditto.
4284 (default_field_skip): Ditto.
4285 (default_field_string): Ditto.
4286 (default_field_fmt): Ditto.
4287 (default_text): Ditto.
4288 (default_message): Ditto.
4289
4290 2001-06-08 Michael Snyder <msnyder@redhat.com>
4291
4292 * breakpoint.c (delete_breakpoint): Pass mark_inserted to
4293 remove_breakpoint, so that the subsequent test for
4294 bpt->inserted will succeed, and duplicates will be fixed up.
4295
4296 2001-06-08 Per Bothner <per@bothner.com>
4297
4298 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
4299
4300 2001-06-07 Keith Seitz <keiths@redhat.com>
4301
4302 * tracepoint.c (tracepoint_opertation): Add ui event
4303 notifications.
4304 (trace_pass_command): Ditto.
4305
4306 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4307
4308 * MAINTAINERS (Write After Approval): Note the entry criteria.
4309 (HP/PA): Jeff Law stepped down
4310
4311 2001-06-07 Jim Blandy <jimb@redhat.com>
4312
4313 * gdbarch.sh: Make sure that '[' doesn't interpret interesting
4314 variable values as operators.
4315
4316 2001-06-07 Keith Seitz <keiths@redhat.com>
4317
4318 * gdb-events.sh: Fix quote escaping which was obsoleted
4319 by last patch.
4320
4321 2001-06-07 Keith Seitz <keiths@redhat.com>
4322
4323 * gdb-events.sh: Make if statements and tests
4324 a little more portable.
4325 Don't use shell's echo command to put strings containing
4326 escaped characeters into a file -- different flavors of /bin/sh
4327 require differnt levels of escaping. Use cat <<EOF instead.
4328 Our internal field separator is a colon. Change all
4329 commands which assume it is a space.
4330
4331 2001-06-06 Mark Kettenis <kettenis@gnu.org>
4332
4333 * lin-lwp.c (struct lwp_info): Add member `resumed'.
4334 (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
4335 LWP it's called for.
4336 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
4337 SIGSTOP is reported.
4338 (resume_clear_callback): New function.
4339 (resume_set_callback): New function.
4340 (lin_lwp_resume): Mark all LWP's that we're going to resume as
4341 resumed, and unmark all others.
4342 (status_callback): Only report a pending wait status if we pretend
4343 that LP has been resumed.
4344 (resumed_callback): New function.
4345 (lin_lwp_wait): Add assertions to check that LWP's are properly
4346 marked as resumed. Partially revert 2001-05-25 patch by Michael
4347 Snyder: do not resume all threads. Add comment explaining the
4348 problems associated with this bit of code.
4349
4350 2001-06-07 Keith Seitz <keiths@redhat.com>
4351
4352 * MAINTAINTERS: Syd Polk is stepping down from
4353 maintaining libgui. I am replacing him.
4354
4355 2001-06-07 Eli Zaretskii <elis@is.elta.co.il>
4356
4357 * config/mips/tm-irix6.h: New file.
4358
4359 * config/mips/irix6.mh: New file.
4360
4361 * config/mips/irix6.mt: New file.
4362
4363 * config/mips/xm-irix6.h: New file.
4364
4365 * config/mips/nm-irix6.h: New file.
4366
4367 * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
4368 disassembler info in tm_print_insn_info as appropriate for the N32
4369 ABI. Force N32 ABI to be the default if the CPU is R8000 or
4370 R10000.
4371
4372 * configure.tgt (mips*-sgi-irix6*): Map to irix6.
4373
4374 * configure.host (mips*-sgi-irix6*): Ditto.
4375
4376 2001-06-07 Andrew Cagney <ac131313@redhat.com>
4377
4378 * gnu-v3-abi.c: Include "gdb_assert.h".
4379 (build_gdb_vtable_type): Replace abort() with gdb_assert().
4380
4381 2001-06-06 Jim Blandy <jimb@redhat.com>
4382
4383 * cp-abi.h: Rearrange code to put documentation comments above the
4384 functions we export. The actual function table itself simply
4385 refers to those functions. Minor doc fixes.
4386
4387 * gdbarch.sh: Changes to effect the following:
4388 * gdbarch.c (initialize_non_multiarch): New function.
4389 * gdbarch.h (initialize_non_multiarch): New declaration.
4390 * arch-utils.c (initialize_current_architecture): For
4391 non-multiarch configurations, call initialize_non_multiarch.
4392
4393 2001-06-06 Andrew Cagney <ac131313@redhat.com>
4394
4395 * symfile.c (compare_psymbols): Replace PTR with void*. Delete
4396 declaration.
4397 (compare_symbols): Ditto.
4398
4399 2001-06-06 Jonathan Larmour <jlarmour@redhat.com>
4400
4401 * arch-utils.c (generic_prepare_to_proceed): Allow for having
4402 stopped due to a Ctrl-C as well as breakpoints.
4403
4404 * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
4405 support thread switches after Ctrl-C.
4406 * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
4407 * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
4408 * m3-nat.c (mach3_prepare_to_proceed): Ditto.
4409
4410 2001-06-06 Jim Blandy <jimb@redhat.com>
4411
4412 * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
4413 per-architecture data should be registered at initialization time,
4414 before any gdbarch objects get used, so the generality is
4415 unnecessary.
4416
4417 2001-06-06 Keith Seitz <keiths@redhat.com>
4418
4419 * gdb-events.sh (function_list): Add tracepoint_create,
4420 tracepoint_delete, and tracepoint_modify events.
4421 * gdb-events.c: Regenerated.
4422 * gdb-events.h: Regenerated.
4423
4424 2001-06-06 Keith Seitz <keiths@redhat.com>
4425
4426 * gdb-events.sh: Update copyrights.
4427 Change free to xfree.
4428 * gdb-events.c: Regenerated.
4429 * gdb-events.h: Regenerated.
4430
4431 2001-06-06 Eli Zaretskii <eliz@is.elta.co.il>
4432
4433 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
4434 instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
4435 * completer.c: Ditto.
4436 * cli/cli-cmds.c (cd_command): Ditto.
4437
4438 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
4439
4440 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
4441 (mips_set_processor_type_command): Remove unused variable j.
4442 (mips_breakpoint_from_pc): Declare breakpoint instruction
4443 sequences as unsigned char, to avoid compiler warnings.
4444
4445 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
4446 instead of system-specific define's like _WIN32 and __MSDOS__.
4447 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
4448 ROOTED_P.
4449 (top-level): #include "filenames.h".
4450
4451 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
4452 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
4453 (top-level): #include "filenames.h".
4454
4455 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
4456 (SLASH_STRING): Define only for _WIN32.
4457
4458 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
4459 __MSDOS_.
4460
4461 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
4462 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
4463 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
4464 (top-level): #include "filenames.h".
4465
4466 * go32-nat.c (go32_wait): Change the return value to ptid_t.
4467
4468 * config/djgpp/fnchange.lst: Add two new files in the
4469 gdb/testsuite/gdb.c++/ directory to the remapped names.
4470
4471 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
4472
4473 2001-06-01 Jim Blandy <jimb@redhat.com>
4474
4475 Expand the gdbarch per-architecture data vector as needed, rather
4476 than requiring that all per-architecture data be registered before
4477 the first gdbarch object is allocated.
4478 * gdbarch.sh: Changes to effect the following:
4479 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
4480 declarations and definitions.
4481 (check_gdbarch_data): New function, and declaration.
4482 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
4483 zero is good enough.
4484 (free_gdbarch_data): Tolerate a null data pointer. Free only
4485 those data items gdbarch->data actually has allocated.
4486 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
4487 (gdbarch_update_p): No need to call init_gdbarch_data.
4488
4489 2001-06-01 Kevin Buettner <kevinb@redhat.com>
4490
4491 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
4492 on types that we wish to recurse on.
4493 (slot_alignment_is_next_even): New function.
4494 (ia64_push_arguments): Call slot_alignment_is_next_even() to
4495 examine the type in order to decide if it's necessary to skip
4496 an odd slot.
4497
4498 2001-06-01 Michael Snyder <msnyder@redhat.com>
4499
4500 * thread.c (delete_step_resume_breakpoint): New function.
4501 Maintain internal consistency of the thread list while deleting
4502 a step_resume_breakpoint.
4503 * gdbthread.h (delete_step_resume_breakpoint): Export.
4504 * breakpoint.c (bpstat_find_step_resume_breakpoint):
4505 Make thread-aware: don't return a step_resume_breakpoint
4506 for the wrong thread.
4507 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
4508 instead of delete_breakpoint_current_contents.
4509 (fetch_inferior_event): Ditto.
4510 (handle_inferior_event): Call delete_step_resume_breakpoint
4511 instead of delete_breakpoint.
4512 * infrun.c (handle_inferior_event): After singlestepping over a
4513 thread-specific breakpoint, use currently_stepping() to decide
4514 whether to step or continue.
4515
4516 2001-06-01 Jim Blandy <jimb@redhat.com>
4517
4518 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
4519 these static --- there's no reason other files should use these.
4520
4521 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
4522 Fix memory leak.
4523
4524 * partial-stab.h: New complaint: function_outside_compilation_unit.
4525 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
4526 complain, and don't try to set pst's start address.
4527
4528 2001-05-31 Kevin Buettner <kevinb@redhat.com>
4529
4530 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
4531 match the location at which the kernel is placing the sigcontext
4532 struct.
4533
4534 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
4535 (refine_prologue_limit): New function.
4536 (examine_prologue): Further limit number of instructions
4537 scanned by calling refine_prologue_limit(). Revise way in
4538 which the end of prologue address is computed for frameless
4539 functions.
4540
4541 2001-05-29 Christopher Faylor <cgf@redhat.com>
4542
4543 * partial-stab.h: Revert previous patch.
4544
4545 2001-05-29 Christopher Faylor <cgf@redhat.com>
4546
4547 * partial-stab.h: Consistently guard against pst being NULL.
4548
4549 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
4550
4551 * symfile.c (compare_psymbols, compare_symbols): Declare using
4552 PTR, as in the definition.
4553 * minsyms.c (compare_minimal_symbols): Likewise.
4554 * coffread.c (find_targ_sec): Likewise.
4555 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
4556 * mipsread.c (alphacoff_locate_sections): Likewise.
4557 * mdebugread.c (compare_blocks): Likewise.
4558
4559 2001-05-25 Nick Duffek <nsd@redhat.com>
4560
4561 * solib.c (update_solib_list): Move target_resize_to_sections()
4562 into solib_map_sections() loop.
4563 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
4564 bfd_get_arch_size() fails.
4565
4566 2001-05-25 Nick Duffek <nsd@redhat.com>
4567
4568 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
4569 solib-osf.o.
4570 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
4571 with solib-osf.o and solib.o.
4572 * config/alpha/alpha-osf2.mh: Likewise.
4573 * config/alpha/alpha-osf3.mh: Likewise.
4574 * solib-osf.c: New file, renamed and largely rewritten from
4575 osfsolib.c.
4576
4577 2001-05-25 Michael Snyder <msnyder@redhat.com>
4578
4579 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
4580 to consume the SIGSTOP generated by PTRACE_ATTACH.
4581 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
4582 try again to get the SIGSTOP event.
4583 (lin_lwp_wait): Resume all threads when ignoring a signal.
4584 This will insure that newly attached threads get resumed.
4585 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
4586 * remote.c (remote_write_bytes): Update 'p' packet pointer.
4587
4588 2001-05-25 Jim Blandy <jimb@redhat.com>
4589
4590 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
4591 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
4592 useful value, then we should fix that instead.
4593
4594 2001-05-24 Nick Duffek <nsd@redhat.com>
4595
4596 * solist.h (struct so_list): Document the requirement that
4597 current_sos initialize some fields to 0.
4598
4599 2001-05-24 Mark Kettenis <kettenis@gnu.org>
4600
4601 * gnu-nat.c: Include <ctype.h>.
4602 (gnu_pid_to_exec_file): Add PID parameter.
4603 (set_sig_thread_cmd): Use PIDGET on return value from
4604 thread_id_to_pid.
4605 (proc_string): Use MERGEPID to construct argument to
4606 pid_to_thread_id.
4607
4608 2001-05-22 Kevin Buettner <kevinb@redhat.com>
4609
4610 * breakpoint.c (breakpoint_address_is_meaningful): New function.
4611 (check_duplicates): Don't compare non-meaningful addresses.
4612
4613 2001-05-22 Michael Snyder <msnyder@redhat.com>
4614
4615 * thread-db.c: Allow for defunct zombie threads.
4616 (attach_thread): Do not attempt to attach zombie thread.
4617 (thread_db_thread_alive): Return false for defunct zombie thread.
4618 (find_new_threads_callback): Don't add defunct zombie thread to list.
4619
4620 2001-05-22 Jim Blandy <jimb@redhat.com>
4621
4622 Add support for the GNU V3 C++ ABI.
4623 (Includes changes by Dan Berlin.)
4624
4625 * gnu-v3-abi.c: New file.
4626 * minsyms.c: #include "value.h" and "cp-abi.h".
4627 (install_minimal_symbols): Check the minimal symbol table for
4628 symbols that look mangled in the V3 style, and select the V3 ABI
4629 if we find any.
4630 * Makefile.in (SFILES): Add gnu-v3-abi.c.
4631 (COMMON_OBS): Add gnu-v3-abi.o.
4632 (gnu-v3-abi.o): Add new rule.
4633 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
4634
4635 2001-05-21 Jim Blandy <jimb@redhat.com>
4636
4637 * values.c (value_primitive_field): If we're extracting a base
4638 class, then the type of the result should be the base class being
4639 extracted, not the type of which it is a base class.
4640
4641 * value.h (struct value): Doc fix, and rearrange members to place
4642 them near their explanations.
4643
4644 2001-05-21 Michael Snyder <msnyder@redhat.com>
4645
4646 * remote.c (remote_async_wait): Added new variable fieldsize.
4647 Add fieldsize (return value of hex2bin) to string pointer p.
4648
4649 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4650
4651 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
4652 (m68hc11_analyze_instruction): Update the pc correctly.
4653 (m68hc11_guess_from_prologue): Take into account the stack correction
4654 for the saving address.
4655
4656 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4657
4658 Changes by Jim Ingham:
4659
4660 * values.c (value_change_enclosing_type): New function. If the
4661 new enclosing type is larger than the old one, we need to allocate
4662 more space.
4663 * value.h: Add value_change_enclosing_type prototype.
4664 * valops.c (value_cast): Use it.
4665 (value_assign): Use it.
4666 (value_addr): Use it.
4667 (value_ind): Use it.
4668 (value_full_object): Use it.
4669
4670 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
4671
4672 * values.c (value_static_field): Handle static fields that have a
4673 constant value.
4674
4675 2001-05-17 Michael Snyder <msnyder@redhat.com>
4676
4677 * blockframe.c (create_new_frame): Zero all the fields via memset,
4678 rather than zeroing them one by one.
4679
4680 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * top.c (user_args): Remove unused declaration.
4683
4684 2001-05-16 Michael Snyder <msnyder@redhat.com>
4685
4686 * infcmd.c (do_registers_info): Move alloca outside of loop.
4687
4688 2001-05-15 John S Kallal <jskallal@home.com>
4689
4690 * remote.c (remote_wait): Added new variable fieldsize.
4691 Add fieldsize (return value of hex2bin) to string pointer p.
4692
4693 2001-05-15 Mark Kettenis <kettenis@gnu.org>
4694
4695 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
4696 info.bfd_arch_info.
4697
4698 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4699
4700 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
4701 Adjust format strings for printing LWPs to account for the fact
4702 that the type returned by GET_LWP() is now a long instead of an
4703 int.
4704
4705 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4706
4707 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
4708 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4709 (ptid_get_tid, ptid_equal): New function declarations.
4710 * infrun.c (null_ptid, minus_one_ptid): New variables.
4711 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4712 (ptid_get_tid, ptid_equal): New functions.
4713 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
4714 inferior_ptid, and target_last_wait_ptid.
4715
4716 * defs.h (ptid_t): Redefine to be a struct rather than an int.
4717 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
4718 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
4719 new ptid accessors and constructor.
4720
4721 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
4722 MKLID, MKTID, ISTID): Provide new definitions for these macros.
4723 The old macros are retained, but disabled via #if 0 in order
4724 to aid in future restructuring. See FIXME.
4725
4726 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
4727 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
4728 * infptrace.c (PIDGET, TIDGET): Likewise.
4729 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4730 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4731 * proc-service.c (MERGEPID): Likewise.
4732 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
4733 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4734 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4735 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4736 Likewise.
4737 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4738 Likewise.
4739
4740 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
4741 (GET_LWP): Redefine in terms of ptid_get_lwp().
4742 (GET_PID): Redefine in terms of ptid_get_pid().
4743 (is_lwp): Redefine without the need for THREAD_FLAG.
4744 (BUILD_LWP): Redefine in terms of ptid_build().
4745 * lin-thread.c (THREAD_FLAG): Delete macro definition.
4746 (GET_LWP): Redefine in terms of ptid_get_lwp().
4747 (GET_PID): Redefine in terms of ptid_get_pid().
4748 (GET_THREAD): Redefine in terms of ptid_get_tid().
4749 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4750 (is_lwp, is_thread): Redefine.
4751 (linux_child_wait, check_all_signal_numbers)
4752 (linuxthreads_discard_global_state, attach_thread): Declare these
4753 functions to squash warnings about missing declarations.
4754 * sol-thread.c (THREAD_FLAG): Delete macro definition.
4755 (GET_PID): Redefine in terms of ptid_get_pid().
4756 (GET_LWP): Redefine in terms of ptid_get_lwp().
4757 (GET_THREAD): Redefine in terms of ptid_get_tid().
4758 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4759 (is_lwp, is_thread): Redefine.
4760 * thread-db.c (THREAD_FLAG): Delete macro definition.
4761 (GET_PID): Redefine in terms of ptid_get_pid().
4762 (GET_LWP): Redefine in terms of ptid_get_lwp().
4763 (GET_THREAD): Redefine in terms of ptid_get_tid().
4764 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4765 (is_lwp, is_thread): Redefine.
4766
4767 * corelow.c (add_to_thread_list, get_core_register_section):
4768 Eliminate hacks needed to prevent regressions when inferior_ptid
4769 wasn't wide enough to hold the core file thread id in the pid
4770 component of inferior_ptid.
4771
4772 2001-05-14 Michael Snyder <msnyder@redhat.com>
4773
4774 * remote.c (hex2bin): Make first argument const.
4775 Require explicit count, don't accept null-terminated str.
4776 (remote_resume, remote_async_resume): White space fix-up.
4777 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
4778
4779 2001-05-13 Mark Kettenis <kettenis@gnu.org>
4780
4781 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
4782 basename (NAME). The FreeBSD basename returns a pointer to a
4783 static buffer, even if it's simply returning a string identical to
4784 its argument.
4785 (lookup_partial_symtab): Likewise.
4786
4787 2001-05-14 Michael Snyder <msnyder@redhat.com>
4788
4789 * solib.c, solib.h: Add comment for function no_shared_libraries.
4790
4791 2001-05-14 Kevin Buettner <kevinb@redhat.com>
4792
4793 * solib.h (no_shared_libraries): Make declaration match definition
4794 in solib.c.
4795
4796 2001-05-14 Andrew Cagney <ac131313@redhat.com>
4797
4798 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
4799 * solib.h (no_shared_libraries): Declare.
4800
4801 2001-05-12 Andrew Cagney <ac131313@redhat.com>
4802
4803 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
4804 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
4805 user specified values when available.
4806 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
4807 architecture from info.bfd_arch_info.
4808 * gdbarch.c, gdbarch.h: Regenerate.
4809
4810 2001-05-12 Fernando Nasser <fnasser@redhat.com>
4811
4812 * remote-e7000.c (e7000_open): Check for bad baud rate.
4813 * remote-st.c (st2000_open): Ditto.
4814
4815 2001-05-11 Jim Blandy <jimb@redhat.com>
4816
4817 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
4818 and ui_out_tuple_end instead of ui_out_list_begin and
4819 ui_out_list_end.
4820
4821 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
4822 dependencies. Reorder dependencies to match #includes in file,
4823 for easier verification.
4824
4825 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
4826
4827 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
4828 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
4829 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
4830 * cli/cli-setshow.c: Ditto.
4831 * printcmd.c: Ditto.
4832 * stack.c: Ditto.
4833
4834 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
4835 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
4836 (ui_out_tuple_begin): New function.
4837 (ui_out_tuple_end): New function.
4838 (ui_out_tuple_begin_end): New function.
4839 (make_cleanup_ui_out_list_begin_end): Replace
4840 make_cleanup_ui_out_list_end function.
4841 * ui-out.h (ui_out_list_begin): Update declaration.
4842 (make_cleanup_ui_out_list_begin_end): Replace
4843 make_cleanup_ui_out_list_end declaration.
4844 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
4845 (ui_out_tuple_begin_end): Declare.
4846
4847 2001-05-11 Jim Blandy <jimb@redhat.com>
4848
4849 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
4850
4851 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4852
4853 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
4854 * config/pa/tm-hppa.h: Remove trigraph.
4855 * hp-symtab-read.c (hpread_type_translate): Provide return value.
4856 (hpread_read_struct_type): Remove trigraph. Add parameter in
4857 `warning'.
4858 (hpread_read_array_type): Provide return value.
4859 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
4860 value.
4861 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
4862 trigraph.
4863
4864 2001-05-11 Jim Blandy <jimb@redhat.com>
4865
4866 * mips-tdep.c (mips_store_return_value,
4867 mips_extract_return_value): Pass arguments to
4868 return_value_location in the proper order.
4869
4870 2001-05-11 Andrew Cagney <ac131313@redhat.com>
4871
4872 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
4873 (version.c): Depends on file ``version.in''. Extract version
4874 number from ``version.in'' file.
4875 (clean mostlyclean): Update.
4876 * version.in: New file.
4877 * NEWS: Update.
4878
4879 2001-05-11 Kevin Buettner <kevinb@redhat.com>
4880
4881 * breakpoint.c (set_raw_breakpoint): Add new parameter
4882 representing the breakpoint's type. Adjust all callers.
4883 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
4884 (create_thread_event_breakpoint): Don't test for zero return
4885 value from set_raw_breakpoint(). It can never be zero.
4886 (create_exception_catchpoint, watch_command_1): Move logic
4887 which calculates the breakpoint type prior to the call to
4888 set_raw_breakpoint().
4889
4890 2001-05-11 Fernando Nasser <fnasser@redhat.com>
4891
4892 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
4893 (hardwire_setbaudrate): Set errno to EINVAL and return with error
4894 if the conversion of the baud rate to code fails.
4895
4896 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4897
4898 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
4899 * ui-out.c (struct ui_out_end_cleanup_data): Define.
4900 (do_cleanup_end): New function. Replace do_list_end.
4901 (make_cleanup_ui_out_end): New function.
4902 (make_cleanup_ui_out_begin_end): New function.
4903 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
4904
4905 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4906
4907 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
4908 and make Kevin Buettner (kevinb@redhat.com) the reference person.
4909
4910 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4911
4912 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
4913
4914 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4915
4916 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
4917
4918 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
4919
4920 * Makefile.in (mi-main.o): Compile with -Werror.
4921
4922 2001-05-10 Michael Snyder <msnyder@redhat.com>
4923
4924 * remote.c (remote_open_1): Call no_shared_libraries, so that
4925 symbols for shared libraries can be reloaded per session.
4926 (remote_async_open_1): Ditto.
4927 * remote.c (bin2hex, hex2bin): New functions. Factor out these
4928 two conversions which are coded for repeatedly in this module.
4929 (remote_threads_extra_info, remote_wait, remote_async_wait,
4930 store_register_using_P, remote_store_registers, remote_write_bytes,
4931 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
4932 of coding the conversions inline.
4933 (fromhex): Not exported, change from extern to static.
4934
4935 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4936
4937 * arch-utils.c (initialize_current_architecture): Delete obsolete
4938 ``info architecture'' command.
4939 (info_architecture): Delete function.
4940
4941 2001-05-10 Andrew Cagney <ac131313@redhat.com>
4942
4943 * TODO (5.1, 5.2): Update.
4944
4945 2001-05-09 Andrew Cagney <ac131313@redhat.com>
4946
4947 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
4948 stuff.
4949
4950 2001-05-10 Keith Seitz <keiths@cygnus.com>
4951
4952 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
4953 and gdbtk-stack.o.
4954 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
4955 (gdbtk-bp.o): New rule.
4956 (gdbtk-register.o): New rule.
4957 (gdbtk-stack.o): New rule.
4958 (gdbtk-cmds.o): Update dependencies.
4959 (gdbtk.o): Ditto.
4960 (gdbtk-hooks.o): Ditto.
4961 (gdbtk-varobj.o): Ditto.
4962
4963 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4964
4965 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
4966 variables, not just unregister them.
4967
4968 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4969
4970 * varobj.c (c_number_of_children): Check for target type of void*,
4971 not the target type name. Allow dereferencing char*.
4972
4973 2001-05-10 Fernando Nasser <fnasser@redhat.com>
4974
4975 * symfile.c (symbol_file_add_main_1): New static function.
4976 Passes the flags arguments to symbol_file_add() and takes care
4977 of any necessary reinitializations.
4978 (symbol_file_command): Call symbol_file_add_main_1() instead of
4979 symbol_file_add().
4980 (symbol_file_add_main): Ditto.
4981
4982 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4983
4984 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
4985 string change in 2001-05-03 changes.
4986 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
4987 changes.
4988
4989 2001-05-09 Kevin Buettner <kevinb@redhat.com>
4990
4991 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
4992 component from inferior_ptid.
4993 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
4994 ptid.
4995
4996 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
4997
4998 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
4999 conditional for help with connections through parallel ports,
5000 given that the actual code for downloading through a parallel port
5001 is not conditionalized.
5002
5003 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
5004 unmaintaned, and probably on its way to obsolescence.
5005
5006 2001-05-09 Mark Kettenis <kettenis@gnu.org>
5007
5008 * i386-tdep.c (i386_frame_saved_pc): New function.
5009 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
5010 i386_frame_saved_pc.
5011 (i386_frame_saved_pc): New prototype.
5012
5013 * i386-tdep.c (i386_register_virtual_type): New function.
5014 (i386_register_convertible): New function.
5015 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
5016 of i386_register_virtual_type.
5017 (REGISTER_CONVERTIBLE): Redefine in terms of
5018 i386_register_convertible.
5019 (i386_register_virtual_type, i386_register_convertible): New
5020 prototypes.
5021
5022 2001-05-08 Jim Blandy <jimb@redhat.com>
5023
5024 * Makefile.in (mn10300-tdep.o): New rule.
5025
5026 * Makefile.in (gdb_string_h): Define. Use it throughout.
5027 Some rules were already using this, even though it isn't defined.
5028
5029 * Makefile.in (obstack_h, target_h): Define; these are already
5030 used elsewhere, but have been expanding to the empty string.
5031 (memattr_h): Define; needed by target_h.
5032
5033 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
5034 static. (This was accidentally omitted from the earlier patch.)
5035
5036 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
5037 (mn10300_gdbarch_init): Register it as the architecture's
5038 dwarf2_reg_to_regnum method.
5039
5040 Correct and expand handling of `movm' instruction, and register
5041 saves in general.
5042 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
5043 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
5044 (enum movm_register_bits): New enum.
5045 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
5046 bits, not hex literals. Handle the `other', `exreg0', and
5047 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
5048 r6, and r7, not r2, r3, r4, and r5.
5049 (saved_regs_size): New function.
5050 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
5051 of computing the same thing inline, incorrectly.
5052
5053 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
5054 dummy_breakpoint_offset; it's zero.
5055
5056 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
5057 stuff out into mn10300_pop_frame_regular, and use
5058 generic_pop_current_frame. This lets us share code, and also
5059 makes this function's prototype match that expected by gdbarch.
5060 Make this function static.
5061 (mn10300_pop_frame_regular): New function.
5062 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
5063 gdbarch's pop_frame method.
5064 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
5065 (mn10300_pop_frame): Delete declaration.
5066
5067 * mn10300-tdep.c (mn10300_saved_pc_after_call,
5068 mn10300_extract_return_value,
5069 mn10300_extract_struct_value_address, mn10300_store_return_value,
5070 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
5071 mn10300_frame_chain, mn10300_skip_prologue,
5072 mn10300_push_arguments, mn10300_push_return_address,
5073 mn10300_store_struct_return, mn10300_frame_saved_pc,
5074 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
5075 Make these functions static; they should only be visible to the
5076 outside world as gdbarch methods.
5077
5078 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
5079 unused declaration.
5080
5081 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
5082 in some rational order.
5083
5084 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
5085 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
5086
5087 Use gdbarch for most target parameters for the MN10300, rather
5088 than the tm-*.h file.
5089 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
5090 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
5091 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
5092 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
5093 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
5094 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
5095 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
5096 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
5097 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
5098 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
5099 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
5100 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
5101 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
5102 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
5103 Delete definitions. We register gdbarch methods for these now.
5104 (struct frame_info, struct type, struct value): Delete forward
5105 declarations of these types; they're no longer necessary, since we
5106 don't have function declarations here any more.
5107 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
5108 some default gdbarch methods.
5109 (mn10300_store_struct_return): Return void, as expected by
5110 gdbarch.
5111 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
5112 as expected by gdbarch.
5113 (mn10300_frame_init_saved_regs): Provide dummy definition for
5114 this, as required by gdbarch.
5115 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
5116 by gdbarch. Register gdbarch methods or values for all the stuff
5117 removed from tm-10300.h, listed above.
5118
5119 2001-05-08 Andrew Cagney <ac131313@redhat.com>
5120
5121 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
5122 cli_list_end.
5123 (cli_ui_out_impl): Update.
5124
5125 * ui-out.c (default_begin, default_end): Replace
5126 default_list_begin and default_list_end.
5127 (default_ui_out_impl): Update.
5128 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
5129 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
5130 ui_out_list_end.
5131 (ui_out_list_begin, ui_out_list_end): New. Compatibility
5132 functions.
5133 (struct ui_out_level): Add field type.
5134 (push_level, pop_level): Update. Add type parameter.
5135
5136 * ui-out.h (enum ui_out_type): Declare.
5137 (ui_out_begin, ui_out_end): Declare.
5138 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
5139 and list_end_ftype.
5140 (struct ui_out_impl): Update.
5141
5142 2001-05-07 Andrew Cagney <ac131313@redhat.com>
5143
5144 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
5145 ``list_flag'' to ``depth''.
5146 * ui-out.c (default_list_begin, default_list_end): Update.
5147 (uo_list_begin, uo_list_end): Update.
5148 (MAX_UI_OUT_LEVELS): Define.
5149 (struct ui_out_level): Define.
5150 (top-level): Include "gdb_assert.h".
5151 (struct ui_out): Add fields ``level'' and ``levels''. Delete
5152 fields ``list_flag'' and ``field_count''.
5153 (ui_out_new): Update.
5154 (verify_field_proper_position): Update.
5155 (current_level, push_level, pop_level): New functions.
5156 (ui_out_list_begin): Use push_level.
5157 (ui_out_list_end): Use pop_level.
5158 (ui_out_field_int): Use current_level.
5159 (ui_out_field_skip): Ditto.
5160 (ui_out_field_fmt): Ditto.
5161
5162 2001-05-08 Michael Snyder <msnyder@redhat.com>
5163
5164 * language.c (longest_local_hex_string_custom): Strlen test is
5165 inverted -- reverse the sense of the test.
5166
5167 2001-05-08 Mark Kettenis <kettenis@gnu.org>
5168
5169 * config/i386/tm-i386v.h (struct frame_info, struct
5170 frame_saved_regs): Remove declarations.
5171 (i386_frame_num_args): Remove prototype.
5172
5173 2001-05-07 Andrew Cagney <ac131313@redhat.com>
5174
5175 * MAINTAINERS: I'm no longer actively maintaining the mn10300
5176 target.
5177
5178 2001-05-04 Andrew Cagney <ac131313@redhat.com>
5179
5180 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
5181 WinGDB.
5182
5183 2001-05-06 Kevin Buettner <kevinb@redhat.com>
5184
5185 * inferior.h (save_inferior_ptid): Declare.
5186 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
5187
5188 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5189 Delete these functions.
5190 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5191 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5192 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
5193 Likewise.
5194 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
5195 Likewise.
5196 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5197 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
5198
5199 * somsolib.c (reset_inferior_ptid): Delete.
5200 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
5201 build the cleanup struct.
5202
5203 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
5204 a cleanup to save/restore inferior_ptid.
5205
5206 2001-05-06 Mark Kettenis <kettenis@gnu.org>
5207
5208 Implement attach/detach for multi-threaded programs on Linux.
5209 * thread-db.c (keep_thread_db): Adjust comment.
5210 (deactivate_target): Removed.
5211 (thread_db_new_objfile): Don't call deactivate_target. Implement
5212 guts of deactivate_target inline instead.
5213 (attach_thread): Call ATTACH_LWP unconditionally if defined.
5214 (thread_db_attach): New function.
5215 (thread_db_detach): Don't call deactivate_target. Do necessary
5216 cleanup inline instead. Set inferior_ptid to LWP corresponding to
5217 the current user-level thread.
5218 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
5219 current user-level thread.
5220 (thread_db_create_inferior): Deactivate target vector if
5221 KEEP_THREAD_DB is zero.
5222 (thread_db_mourn_inferior): Don't call deactivate_target. Do
5223 necessary cleanup inline instead.
5224 (init_thread_db_ops): Initialize to_attach field to
5225 thread_db_attach.
5226 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
5227 (stop_wait_callback): Add prototype.
5228 (init_lwp_list): Add comment about when to re-initialize the LWP
5229 list.
5230 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
5231 Avoid adding publicates to the LWP list. Only mark an LWP as
5232 signalled if it doesn't correspond to a cloned process.
5233 (lin_lwp_attach): Add initial process to the LWP list. Make sure
5234 it's stopped and fake a SIGSTOP.
5235 (detach_callback): New function.
5236 (lin_lwp_detach): Implement.
5237 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
5238 Call child_ops.to_create_inferior directly instead of via
5239 target_beneath local.
5240 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
5241 directly instead of via target_beneath local.
5242
5243 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
5244
5245 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
5246 instead of non-portable search for `/'. Use FILENAME_CMP instead
5247 of STREQ, to account for case-insensitive filesystems.
5248 (top-level): #include "filenames.h".
5249
5250 2001-05-05 Jim Blandy <jimb@redhat.com>
5251
5252 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
5253 its address, to decide whether it's a watchpoint or not. Zero
5254 is a valid code address.
5255 (update_breakpoints_after_exec): Admonishing comments.
5256 * breakpoint.h (struct breakpoint): Doc fixes.
5257
5258 * breakpoint.c (check_duplicates): Take a breakpoint object as an
5259 argument, rather than an address and section. All callers changed.
5260
5261 2001-05-03 Kevin Buettner <kevinb@redhat.com>
5262
5263 * defs.h (ptid_t): New typedef.
5264 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
5265
5266 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
5267 blockframe.c, breakpoint.c, breakpoint.h,
5268 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
5269 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
5270 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
5271 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
5272 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
5273 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
5274 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
5275 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
5276 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
5277 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
5278 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
5279 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
5280 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
5281 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
5282 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
5283 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
5284 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
5285 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
5286 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5287 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
5288 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
5289 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
5290 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
5291 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
5292 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
5293 (inferior_pid): Rename to inferior_ptid everywhere - even in
5294 comments and obsolete ports. In cases where this variable
5295 really is supposed to be used as a process id, use PIDGET() to
5296 extract the process id component from inferior_ptid. The
5297 other cases, either involving other variables whose types had
5298 to be changed or functions whose signatures had to changed
5299 are listed separately below.
5300
5301 * arm-linux-nat.c (get_thread_id): Change type of argument
5302 representing a combined process/thread id from ``int'' to
5303 ``ptid_t''. Also change parameter name to ptid.
5304 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
5305 * corelow.c (core_file_thread_alive): Likewise.
5306 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
5307 * defs.h (*target_wait_hook): Likewise.
5308 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
5309 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
5310 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
5311 (gnu_resume): Likewise.
5312 * go32-nat.c (go32_wait, go32_resume): Likewise.
5313 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
5314 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
5315 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
5316 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
5317 (child_thread_alive): Likewise.
5318 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
5319 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
5320 * i386-linux-nat.c (child_resume): Likewise.
5321 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
5322 (store_debug_register, fetch_debug_register_pair)
5323 (store_debug_register_pair, ia64_linux_insert_watchpoint)
5324 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
5325 Likewise.
5326 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
5327 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
5328 (generic_target_write_pc, ptrace_wait, child_resume)
5329 (get_last_target_status): Likewise.
5330 * infptrace.c (ptrace_wait, child_resume): Likewise.
5331 * inftarg.c (child_wait, child_post_wait, child_thread_live)
5332 (child_pid_to_str): Likewise.
5333 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
5334 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
5335 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
5336 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
5337 (lin_lwp_pid_to_str): Likewise.
5338 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
5339 (thread_db_resume, thread_db_wait): Likewise.
5340 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
5341 (linuxthreads_resume, linuxthreads_wait): Likewise.
5342 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
5343 (child_pid_to_str): Likewise.
5344 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
5345 * mac-nat.c (child_wait, child_resume): Likewise.
5346 * mips-tdep.c (mips_read_pc): Likewise.
5347 * monitor.c (monitor_wait, monitor_resume): Likewise.
5348 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
5349 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5350 * procfs.c (do_attach, procfs_wait, procfs_resume)
5351 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
5352 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
5353 (procfs_find_LDT_entry): Likewise.
5354 * regcache.c (read_register_pid, read_signed_register_pid)
5355 (write_register_pid, generic_target_read_pc, read_pc_pid)
5356 (generic_target_write_pc, write_pc_pid): Likewise.
5357 * regcache.h (read_register_pid, read_signed_register_pid)
5358 (write_register_pid): Likewise.
5359 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
5360 * remote-array.c (array_wait, array_resume): Likewise.
5361 * remote-bug.c (bug_wait, bug_resume): Likewise.
5362 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
5363 * remote-eb.c (eb_wait, eb_resume): Likewise.
5364 * remote-es.c (es1800_wait, es1800_resume): Likewise.
5365 * remote-mips.c (mips_wait, mips_resume): Likewise.
5366 * remote-mm.c (mm_wait, mm_resume): Likewise.
5367 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
5368 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
5369 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
5370 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
5371 * remote-sds.c (sds_wait, sds_resume): Likewise.
5372 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
5373 * remote-st.c (st2000_wait, st2000_resume): Likewise.
5374 * remote-udi.c (udi_wait, udi_resume): Likewise.
5375 * remote-vx.c (vx_wait, vx_resume): Likewise.
5376 * remote.c (remote_current_thread, remote_resume, remote_wait)
5377 (remote_async_resume, remote_async_wait, remote_cisco_wait)
5378 (remote_thread_alive): Likewise.
5379 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
5380 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
5381 (solaris_pid_to_str): Likewise.
5382 * symm-nat.c (child_wait, child_resume): Likewise.
5383 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
5384 (debug_to_notice_signals, debug_to_thread_alive)
5385 (normal_target_post_startup_inferior, normal_pid_to_str)
5386 (debug_to_post_startup_inferior): Likewise.
5387 * target.h (to_resume, to_wait, to_post_wait)
5388 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
5389 (to_pid_to_str [all in struct target_ops]): Likewise.
5390 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
5391 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
5392 (attach_thread, detach_thread, thread_db_resume, check_event)
5393 (thread_db_post_startup_inferior, thread_db_thread_alive)
5394 (thread_db_pid_to_str): Likewise.
5395 * thread.c (add_thread, delete_thread, find_thread_pid)
5396 (pid_to_thread_id, in_thread_list, load_infrun_state)
5397 (save_infrun_state, switch_to_thread, restore_current_thread)
5398 (make_cleanup_restore_current_thread): Likewise.
5399 * top.c (target_wait_hook): Likewise.
5400 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
5401 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
5402 (uw_thread_pid_to_str): Likewise.
5403 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
5404 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
5405 (cywin_pid_to_str): Likewise.
5406 * wince.c (child_wait, child_resume, win32_child_thread_alive):
5407 Likewise.
5408 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
5409 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
5410 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5411 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5412 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
5413 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
5414 (procfs_set_watchpoint): Likewise.
5415 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5416 * config/i386/nm-ptx4.h (child_wait): Likewise.
5417 * config/i386/nm-symmetry.h (child_wait): Likewise.
5418 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
5419 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
5420 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
5421 (lin_lwp_attach_lwp): Likewise.
5422 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
5423 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
5424 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
5425 (hppa_pid_or_tid_to_str): Likewise.
5426 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
5427 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5428 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
5429 (procfs_set_watchpoint): Likewise.
5430
5431 * gdbthread.h (thread_id_to_pid): Change return type which
5432 represents a combined process/thread id from ``int'' to
5433 ``ptid_t''.
5434 * gnu-nat.c (gnu_wait): Likewise.
5435 * go32-nat.c (go32_wait): Likewise.
5436 * hpux-thread.c (hpux_thread_wait): Likewise.
5437 * inferior.h (procfs_first_available): Likewise.
5438 * inftarg.c (child_wait): Likewise.
5439 * infttrace.c (ptrace_wait): Likewise.
5440 * lin-lwp.c (lin_lwp_wait): Likewise.
5441 * lin-thread.c (thread_db_wait): Likewise.
5442 * linux-thread.c (linuxthreads_wait): Likewise.
5443 * lynx-nat.c (child_wait): Likewise.
5444 * m3-nat.c (mach_really_wait): Likewise.
5445 * mac-nat.c (child_wait): Likewise.
5446 * monitor.c (monitor_wait): Likewise.
5447 * ppc-bdm.c (bdm_ppc_wait): Likewise.
5448 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
5449 * remote-adapt.c (adapt_wait): Likewise.
5450 * remote-array.c (array_wait): Likewise.
5451 * remote-bug.c (bug_wait): Likewise.
5452 * remote-e7000.c (e7000_wait): Likewise.
5453 * remote-eb.c (eb_wait): Likewise.
5454 * remote-es.c (es1800_wait): Likewise.
5455 * remote-mips.c (mips_wait): Likewise.
5456 * remote-mm.c (mm_wait): Likewise.
5457 * remote-nindy.c (nindy_wait): Likewise.
5458 * remote-os9k (rombug_wait): Likewise.
5459 * remote-rdi.c (arm_rdi_wait): Likewise.
5460 * remote-rdp.c (remote_rdp_wait): Likewise.
5461 * remote-sds.c (sds_wait): Likewise.
5462 * remote-sim.c (gdbsim_wait): Likewise.
5463 * remote-st.c (st2000_wait): Likewise.
5464 * remote-udi.c (udi_wait): Likewise.
5465 * remote-vx.c (vx_wait): Likewise.
5466 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
5467 (remote_cisco_wait): Likewise.
5468 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
5469 Likewise.
5470 * symm-nat.c (child_wait): Likewise.
5471 * target.c (debug_to_wait): Likewise.
5472 * target.h (to_wait [in struct target_ops]): Likewise.
5473 * thread.c (thread_id_to_pid): Likewise.
5474 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
5475 Likewise.
5476 * top.c (*target_wait_hook): Likewise.
5477 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
5478 * v850ice.c (v850ice_wait): Likewise.
5479 * win32-nat.c (child_wait): Likewise.
5480 * wince.c (child_wait): Likewise.
5481 * config/nm-lynx.h (child_wait): Likewise.
5482 * config/i386/nm-ptx4.h (child_wait): Likewise.
5483 * config/i386/nm-symmetry.h (child_wait): Likewise.
5484
5485 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
5486 to wait_ptid and change its type from ``int'' to ``ptid_t''.
5487 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
5488 but rename saved_inferior_pid to saved_inferior_ptid.
5489 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
5490 save_pid to save_ptid.
5491 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
5492 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
5493 saved_inferior_pid to saved_inferior_ptid.
5494 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
5495 * infrun.c (previous_inferior_pid [static global]): Likewise,
5496 but rename to previous_inferior_ptid.
5497 (resume): Likewise, but rename resume_pid to resume_ptid.
5498 (struct execution_control_state): Likewise, but rename
5499 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
5500 and waiton_pid to waiton_ptid.
5501 (target_last_wait_pid): Likewise, but rename to
5502 target_last_wait_ptid.
5503 * infttrace.c (saved_real_pid): Likewise, but rename to
5504 saved_real_ptid.
5505 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
5506 to saved_inferior_ptid.
5507 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
5508 (trap_ptid): Likewise, but renamed from trap_pid.
5509 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
5510 to gdb_ptid.
5511 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
5512 (thread_db_wait): Likewise, but rename ret_pid to retptid.
5513 * procfs.c (procfs_wait): Likewise, for retval whose name
5514 doesn't change. Also, ``temp'' becomes two separate variables,
5515 one named temp_tid (an int) and the other temp_ptid.
5516 (procfs_notice_thread): Likewise (type change) for gdb_threadid
5517 whose name does not change.
5518 * regcache.c (registers_ptid): Likewise, but renamed from
5519 registers_pid.
5520 (read_register_pid, read_signed_register_pid, write_register_pid):
5521 Likewise, but rename save_pid to save_ptid.
5522 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
5523 to saved_inferior_ptid.
5524 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
5525 * sol-thread.c (struct ps_prochandle): Likewise.
5526 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
5527 (sol_thread_wait): Likewise, for rtnval whose name does not
5528 change, and for save_pid which becomes save_ptid.
5529 (solaris_pid_to_str): Likewise for lwp whose name does not change.
5530 (sol_find_new_threads_callback): Likewise, for pid which becomes
5531 ptid.
5532 * target.h (target_resume, target_wait, target_post_wait)
5533 (target_post_startup_inferior, target_notice_signals)
5534 (target_thread_alive): Likewise.
5535 * thread.c (info_threads_command): Likewise, but rename
5536 current_pid to current_ptid.
5537 (struct current_thread_cleanup): Likewise, but rename field
5538 inferior_pid to inferior_ptid.
5539 * thread-db.c (find_new_threads_callback): Likewise, but rename
5540 pid to ptid.
5541 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
5542 change.
5543 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
5544 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
5545 but rename pid to ptid.
5546 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
5547 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
5548 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
5549 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
5550 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
5551 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
5552
5553 * arch-utils.c (generic_prepare_to_proceed): Test for the
5554 "zero" ptid by using ptid_equal() to test to see if variable
5555 in question is the same as null_ptid. This replaces a direct
5556 test against zero.
5557 * cxux-nat.c (add_shared_symbol_files): Likewise.
5558 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
5559 * infcmd.c (run_command): Likewise.
5560 * inflow.c (kill_command): Likewise.
5561 * infttrace.c (call_ttrace): Likewise.
5562 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
5563 * lin-thread.c (thread_db_kill): Likewise.
5564 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
5565 * remote-es.c (es1800_kill): Likewise.
5566 * sol-thread.c (sol_thread_create_inferior): Likewise.
5567 * solib.c (locate_base): Likewise.
5568 * target.c (nosupport_runtime): Likewise.
5569 * thread-db.c (thread_db_wait): Likewise.
5570 * top.c (quit_confirm, quit_force): Likewise.
5571 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
5572
5573 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
5574 Use ptid_equal to compare value of process/thread ids instead of
5575 ``=='' and ``!='' operators.
5576 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
5577 (stop_wait_callback, lin_lwp_wait): Likewise.
5578 * procfs.c (procfs_wait): Likewise.
5579 * regcache.c (read_register_bytes, read_register_gen)
5580 (write_register_gen, read_register, read_register_pid)
5581 (read_signed_register, read_signed_register_pid, write_register)
5582 (write_register_pid, supply_register): Likewise.
5583 * remote-vx.c (vx_resume): Likewise.
5584 * sol-thread.c (sol_thread_wait): Likewise.
5585 * symm-nat.c (kill_inferior): Likewise.
5586 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
5587 (in_thread_list, info_threads_command, switch_to_thread)
5588 (restore_current_thread): Likewise.
5589 * uw-thread (libtread_stub): Likewise.
5590
5591 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
5592
5593 * corelow.c (add_to_thread_list): Convert argument in add_thread()
5594 call to a ptid_t.
5595 * gnu-nat.c (inf_validate_procs): Likewise.
5596 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
5597 * remote.c (record_currthread, remote_threads_info): Likewise.
5598 * win32-nat.c (child_add_thread): Likewise.
5599
5600 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
5601 respectively, to save_inferior_ptid() and restore_inferior_ptid().
5602 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
5603 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
5604 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5605 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5606 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
5607 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5608 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
5609
5610 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
5611 to be passed to target_resume() when all threads should resume.
5612 (resume): Set resume_ptid to RESUME_ALL rather than -1.
5613 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
5614 instead of -1.
5615 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
5616 a ptid_t in target_resume() call.
5617 * osfsolib.c (solib_create_inferior_hook): Likewise.
5618 * solib-svr4.c (solib_create_inferior_hook): Likewise.
5619
5620 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
5621 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
5622 difference being that the 0xffff pattern will be interpreted
5623 as -1.
5624 * lin-thread.c (PIDGET, PIDGET0): Likewise.
5625 * thread-db.c (PIDGET, PIDGET0): Likewise.
5626 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
5627 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
5628 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
5629 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
5630
5631 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
5632 mach_really_wait rather than mach_really__wait.
5633 * lin-thread.c (check_for_thread_event): Fix warning; make function
5634 actually return a value.
5635
5636 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
5637 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
5638 pid to ptid.
5639 * gdbarch.h, gdbarch.c: Regenerated.
5640
5641 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
5642
5643 * rdi-share/devsw.c: Include <time.h> for struct tm
5644
5645 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5646
5647 * config/djgpp/fnchange.lst: Add mappings for the new
5648 opcodes/openrisc-* files.
5649
5650 2001-05-01 Michael Snyder <msnyder@redhat.com>
5651
5652 * lin-lwp.c: Change printf to fprintf_unfiltered.
5653 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
5654
5655 2001-05-01 Nicholas Duffek <nsd@redhat.com>
5656
5657 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
5658 (rs6000_in_solib_return_trampoline): Declare.
5659 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
5660 function.
5661 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
5662 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
5663 check after the CSECT check rather than before it. Allocate
5664 separate symtabs for CSECTs whose names begin with '@'.
5665 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
5666 Activate the misc_func_recorded mechanism for whose names begin
5667 with '@'.
5668
5669 2001-04-30 J.T. Conklin <jtc@redback.com>
5670
5671 * ppcnbsd-nat.c (fetch_inferior_registers)
5672 (store_inferior_registers, fetch_core_registers): Changed to use
5673 fpreg[] instead of r_regs[] to access floating point registers.
5674
5675 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
5676
5677 * sh-tdep.c: Get rid of the function prototypes.
5678 (sh_sh4_build_float_register_type): Move earlier in file.
5679 (fv_reg_base_num): Ditto.
5680 (dr_reg_base_num): Ditto.
5681
5682 2001-04-30 Michael Snyder <msnyder@redhat.com>
5683
5684 * thread-db.c: Revert 2001-04-26 change for debugging output.
5685 * lin-lwp.c: Ditto.
5686 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
5687 command to turn extra debugging output on / off.
5688
5689 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
5692 (top-level): #include filenames.h.
5693
5694 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
5695 FILENAME_CMP, to DTRT on non-Posix platforms.
5696 (top-level): #include filenames.h.
5697
5698
5699 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5700
5701 * gdbtypes.c (check_stub_method): Always initialize ``p''.
5702
5703 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5704
5705 * configure.host: Delete romp host.
5706 * TODO: Update.
5707
5708 2001-04-27 Andrew Cagney <ac131313@redhat.com>
5709
5710 * TODO: Updates to 5.1. No more targets to obsolete.
5711
5712 2001-04-27 Don Howard <dhoward@redhat.com>
5713
5714 (Changes from Kevin Buettner, with minor update by Don Howard.)
5715
5716 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
5717 typos in which hexadecimal constants were really intended to be
5718 binary constants.
5719 (i387_tag): Swap logic regarding zero vs non-zero exponents.
5720 * MAINTAINERS (Misc): Added myself to the write-after-approval
5721 list.
5722
5723 2001-04-26 Jim Blandy <jimb@redhat.com>
5724
5725 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
5726
5727 Abstract out operations specific to particular C++ ABI's, and
5728 invoke them through a function table. This removes the C++ ABI
5729 dependencies scattered throughout the code, and allows us to
5730 cleanly add support for new C++ ABI's.
5731 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
5732 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
5733 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
5734 #include "cp-abi.h". These files all use functions now declared
5735 there.
5736 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
5737 Deleted. These services are now provided by functions declared in
5738 cp-abi.h.
5739 * value.h (value_rtti_type, value_virtual_fn_field): Same.
5740 * values.c (value_virtual_fn_field): Same, for this definition.
5741 * valops.c (value_rtti_type): Same.
5742 * c-typeprint.c (c_type_print_base): Use the functions from
5743 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
5744 tests.
5745 * dbxread.c (record_minimal_symbol): Same.
5746 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
5747 virtual_base_index_skip_primaries): Same.
5748 * jv-typeprint.c (java_type_print_base): Same.
5749 * linespec.c (find_methods, decode_line_1): Same.
5750 * symtab.c (gdb_mangle_name): Same.
5751 * Makefile.in (SFILES): Add the new .c files mentioned above.
5752 (cp_abi_h): New variable.
5753 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
5754 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
5755 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
5756 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
5757 dependency on $(cp_abi_h).
5758
5759 2001-04-26 Michael Snyder <msnyder@redhat.com>
5760
5761 * thread-db.c (_initialize_thread_db): Add set/show command
5762 "debug-linux-threads" for debugging output.
5763 * lin-lwp.c (various): Use global "debug_linux_threads to
5764 turn on extra debugging output.
5765 * lin-lwp.c: Minor cleanups in comments.
5766 * target.c (normal_pid_to_str): Get rid of an ancient hack.
5767 * remote.c (remote_pid_to_str): New function for remote target.
5768
5769 2001-04-24 Jim Blandy <jimb@redhat.com>
5770
5771 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
5772 qualifier on C++ references; all references are innately const.
5773
5774 2001-04-20 Mark Kettenis <kettenis@gnu.org>
5775
5776 * event-top.h: Fix formatting.
5777
5778 2001-04-17 Andrew Cagney <ac131313@redhat.com>
5779
5780 * source.c (openp): Obsolete #ifdef MPW code.
5781 (open_source_file): Ditto.
5782 * event-top.c (display_gdb_prompt): Ditto.
5783 * utils.c (query): Ditto.
5784 (init_page_info): Ditto.
5785 (init_page_info): Delete #ifndef MPW.
5786 * top.c (gdb_readline): Ditto.
5787 * mac-xdep.c: Obsolete.
5788 * mac-gdb.r: Obsolete.
5789 * config/powerpc/xm-mpw.h: Obsolete.
5790 * config/xm-mpw.h: Obsolete.
5791 * mpw-make.sed: Obsolete.
5792 * mpw-config.in: Obsolete.
5793 * TODO: Update
5794 * NEWS: Update
5795
5796 2001-04-19 Mark Kettenis <kettenis@gnu.org>
5797
5798 * i386-tdep.c (i386_frameless_function_invocation): New function.
5799 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
5800 in terms of i386_frameless_function_invocation. Adjust comment.
5801 (i386_frameless_function_invocation): New prototype.
5802
5803 2001-04-18 Martin M. Hunt <hunt@redhat.com>
5804
5805 * top.c (gdb_init): Don't call cli_out_new() to
5806 create global uiout if init_ui_hook is set. uiout will
5807 have to be initialized there.
5808
5809 2001-04-18 Andrew Cagney <ac131313@redhat.com>
5810
5811 * arch-utils.c: Include "regcache.h".
5812
5813 2001-04-18 Mark Kettenis <kettenis@gnu.org>
5814
5815 * i386-tdep.c (i386_saved_pc_after_call): New function.
5816 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
5817 of i386_saved_pc_after_call.
5818 (i386_saved_pc_after_call): New prototype.
5819
5820 2001-04-17 Michael Snyder <msnyder@redhat.com>
5821
5822 * i386-nat.c: Fix typo in comment.
5823 * solib.c (no_shared_libraries): New function. Discard all symbols
5824 from shared libraries.
5825 (_initialize_solib): Add command "nosharedlibrary" as complement
5826 to the command "sharedlibrary". Unloads symbols for all solibs.
5827
5828 2001-04-16 Andrew Cagney <ac131313@redhat.com>
5829
5830 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
5831 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
5832 (m68*-est-*, m68*-sony-*, m68*-isi-*):
5833 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
5834 * config/m68k/xm-news.h: Obsolete.
5835 * config/m68k/tm-news.h:
5836 * config/m68k/xm-news1000.h: Obsolete.
5837 * config/m68k/news.mh: Obsolete.
5838 * config/m68k/news.mt: Obsolete.
5839 * config/m68k/nm-news.h: Obsolete.
5840 * config/m68k/news1000.mh: Obsolete.
5841 * news-xdep.c: Obsolete.
5842 * Makefile.in (isi-xdep.o): Obsolete.
5843 (ALLDEPFILES): Delete isi-xdep.c.
5844 (tm-isi.h): Obsolete.
5845 * m68k-tdep.c (altos_skip_prologue): Update comments.
5846 (isi_skip_prologue): Obsolete.
5847 * isi-xdep.c: Obsolete.
5848 * config/m68k/xm-isi.h: Obsolete.
5849 * config/m68k/isi.mh: Obsolete.
5850 * config/m68k/tm-isi.h: Obsolete.
5851 * config/m68k/isi.mt: Obsolete.
5852
5853 * TODO: Update.
5854 * NEWS: Update.
5855
5856 2001-04-17 Michael Snyder <msnyder@redhat.com>
5857
5858 * remote.c (remote_open_1): On opening the remote target, activate
5859 the solib_create_inferior_hook, so that it can detect when the
5860 target loads shared libraries.
5861 (remote_async_open_1): Ditto.
5862
5863 2001-04-17 Michael Snyder <msnyder@redhat.com>
5864
5865 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
5866 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
5867 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
5868 * testsuite/gdb.trace/infotrace.exp: Ditto.
5869 * testsuite/gdb.trace/passcount.exp: Ditto.
5870 * testsuite/gdb.trace/while-stepping.exp: Ditto.
5871
5872 2001-04-17 Michael Snyder <msnyder@redhat.com>
5873
5874 * thread-db.c (check_thread_signals): When looping over all
5875 signals, ignore signal zero.
5876 (disable_thread_signals): Ditto.
5877
5878 2001-04-17 Eirik Fuller <eirik@netapp.com>
5879
5880 * thread.c (do_captured_thread_select): Allow the argument to the
5881 thread command to be an expression rather than a literal integer.
5882
5883 2001-04-17 Mark Kettenis <kettenis@gnu.org>
5884
5885 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
5886 read_memory_unsigned_integer instead of read_memory_integer.
5887
5888 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5889
5890 * solib-aix5.c (map_index_vs_section_name_okay): New function.
5891 (aix5_relocate_main_executable): Don't use file offsets for
5892 determining corresponding sections and map file entries. Call
5893 map_index_vs_section_name_okay() to do this instead.
5894
5895 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5896
5897 * procfs.c (open_with_retry): New function.
5898 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
5899 (proc_get_LDT_entry): Call open_with_retry() instead of open().
5900
5901 2001-04-16 Kevin Buettner <kevinb@redhat.com>
5902
5903 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
5904 comparison against TRAP_HWBKPT constant yet again to account
5905 for the various values used by different kernel versions.
5906
5907 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
5908
5909 * demangle.c (_initialize_demangler): Use xcalloc on the
5910 demangling_style_names, and make it a null terminated array of
5911 names, to avoid a crash.
5912
5913 2001-04-16 Mark Kettenis <kettenis@gnu.org>
5914
5915 * i386-tdep.c (i386_frame_chain): New function.
5916 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
5917 i386_frame_chain.
5918 (i386_frame_chain): New prototype.
5919
5920 2001-04-14 J.T. Conklin <jtc@redback.com>
5921
5922 * target.h (target_ops): Removed to_core_file_to_sym_file vector
5923 function.
5924 * corelow.c (core_ops): Updated for above change.
5925 * gnu-nat.c (core_ops): Likewise.
5926 * inftarg.c (child_ops): Likewise.
5927 * monitor.c (monitor_ops): Likewise.
5928 * ppc-bdm.c (bdm_ppc_ops): Likewise.
5929 * remote-adapt.c (adapt_ops): Likewise.
5930 * remote-bug.c (bug_ops): Likewise.
5931 * remote-e7000.c (e7000_ops): Likewise.
5932 * remote-eb.c (eb_ops): Likewise.
5933 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
5934 * remote-mm.c (mm_ops): Likewise.
5935 * remote-nindy.c (nindy_ops): Likewise.
5936 * remote-nrom.c (nrom_ops): Likewise.
5937 * remote-os9k.c (rombug_ops): Likewise.
5938 * remote-rdp.c (remote_rdp_ops): Likewise.
5939 * remote-sim.c (gdbsim_ops): Likewise.
5940 * remote-st.c (st2000_ops): Likewise.
5941 * v850ice.c (v850ice_ops): Likewise.
5942 * target.c (cleanup_target): Likewise
5943 (update_current_target): Likewise.
5944 (setup_target_debug): Likewise
5945 (debug_to_core_file_to_sym_file): Removed.
5946
5947 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
5948 sets symbol file from information obtained from the core file.
5949 * corelow.c (core_file_to_sym_file): Removed.
5950
5951 2001-04-13 Fernando Nasser <fnasser@redhat.com>
5952
5953 From Adam Mirowski <Adam.Mirowski@Sun.COM>
5954 Fixed Insight on Solaris. It was not possible to debug a process
5955 because of EINTR "errors".
5956 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
5957 with EINTR, retry the call.
5958
5959 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5960
5961 * solib-aix5.c (enum maptype): Delete.
5962 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
5963 member a pointer instead of a statically sized array.
5964 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
5965 array.
5966 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
5967 aix5_find_global_pointer): Search for correct mapping to use
5968 based on file offset instead of knowledge of whether the section
5969 is read-only or read/write.
5970 (aix5_find_gate_addresses): Use the first mapping instead of
5971 the (now defunct) MT_READONLY mapping.
5972
5973 2001-04-12 Nicholas Duffek <nsd@redhat.com>
5974
5975 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
5976 "@".
5977
5978 2001-04-12 Kevin Buettner <kevinb@redhat.com>
5979
5980 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
5981
5982 2001-04-09 Andrew Cagney <ac131313@redhat.com>
5983
5984 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
5985 * config/i386/sun386.mh: Obsolete.
5986 * config/i386/sun386.mt: Obsolete.
5987 * config/i386/xm-sun386.h: Obsolete.
5988 * config/i386/tm-sun386.h: Obsolete.
5989 * config/i386/nm-sun386.h: Obsolete.
5990 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
5991 (sun386-nat.o): Target is obsolete.
5992 * sun386-nat.c: Obsolete.
5993 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
5994 * configure.host (i[3456]86-*-sunos*): Obsolete.
5995 * NEWS: Update.
5996 * TODO: Update.
5997
5998 2001-04-10 J.T. Conklin <jtc@redback.com>
5999
6000 * maint.c: Fix typo in comment.
6001
6002 2001-04-09 Keith Seitz <keiths@cygnus.com>
6003
6004 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
6005
6006 2001-04-08 Kevin Buettner <kevinb@redhat.com>
6007
6008 * fork-child.c (fork_inferior, clone_and_follow_inferior):
6009 Document fact that apparent call to vfork() might actually be
6010 a call to fork() instead.
6011 * ser-pipe.c (pipe_open): Likewise.
6012
6013 2001-04-08 Kevin Buettner <kevinb@redhat.com>
6014
6015 * printcmd.c (print_frame_args): Use a cleanup to invoke
6016 ui_out_list_end() so that the list count nesting flag will
6017 be decremented properly when an error occurs.
6018 * stack.c (print_frame): Likewise.
6019
6020 2001-04-06 J.T. Conklin <jtc@redback.com>
6021
6022 * dcache.c (dcache_write_line): Fixed bugs where cache line was
6023 not written to target correctly.
6024
6025 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
6026 void return value;
6027 * gdbserver/low-nbsd.c: Likewise.
6028 * gdbserver/low-sparc.c: Likewise.
6029 * gdbserver/low-sun3.c: Likewise.
6030
6031 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
6032
6033 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
6034 (PTRACE_DETACH): Don't define.
6035
6036 2001-04-06 David Smith <dsmith@redhat.com>
6037
6038 * arch-utils.c (default_prepare_to_proceed)
6039 (generic_prepare_to_proceed): Added new functions.
6040 * arch-utils.h: New function declarations for
6041 default_prepare_to_proceed() and generic_prepare_to_proceed().
6042 * gdbarch.sh: Added PREPARE_TO_PROCEED.
6043 * gdbarch.c: Regenerated.
6044 * gdbarch.h: Regenerated.
6045 * inferior.h: Added get_last_target_status() declaration.
6046 * infrun.c (get_last_target_status): Added new function.
6047 (handle_inferior_event): Saves last pid and waitstatus, which will
6048 get returned by get_last_target_status().
6049
6050 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
6051 prepare_to_proceed() is potentially redundant since
6052 default_prepare_to_proceed() has been added.
6053 * linux-thread.c (prepare_to_proceed): Ditto.
6054 * lin-lwp.c (prepare_to_proceed): Ditto.
6055 * m3-nat.c (prepare_to_proceed): Ditto.
6056
6057 2001-04-05 Andrew Cagney <ac131313@redhat.com>
6058
6059 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
6060 and powerpc-*-netware* target.
6061 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
6062 Obsolete.
6063 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
6064 (powerpcle-*-solaris*): Obsolete.
6065 * config/powerpc/tm-cygwin.h: Obsolete.
6066 * config/powerpc/cygwin.mt: Obsolete.
6067 * config/powerpc/xm-cygwin.h: Obsolete.
6068 * config/powerpc/cygwin.mh: Obsolete.
6069 * config/powerpc/nm-solaris.h: Obsolete.
6070 * config/powerpc/xm-solaris.h: Obsolete.
6071 * config/powerpc/tm-solaris.h: Obsolete.
6072 * config/powerpc/solaris.mt: Obsolete.
6073 * config/powerpc/tm-ppc-nw.h: Obsolete.
6074 * config/powerpc/ppc-nw.mt: Obsolete.
6075 * TODO: Update.
6076 * NEWS: Update.
6077
6078 2001-04-06 Fernando Nasser <fnasser@redhat.com>
6079
6080 * buildsym.c (record_line): Turn off unused addr bits.
6081
6082 2001-04-06 Fernando Nasser <fnasser@redhat.com>
6083
6084 From David Deephanphongs <deephan@telocity.com>
6085 * inferior.h: Fix declarations of get_inferior_args and
6086 set_inferior_args, which were missing the trailing 's'.
6087
6088 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
6089
6090 * monitor.c (monitor_supply_register): Only report an error if we
6091 don't get a valid value.
6092
6093 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
6094
6095 * README: Don't mention gdba.el.
6096
6097 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6098
6099 From Jimmy Guo <guo@cup.hp.com>
6100 * top.c (init_main): set prompt if annotation_level>1,
6101 this is necessary when annotation_level is set to 2 via
6102 --annotate=2 command line option.
6103
6104 2001-04-04 Andrew Cagney <ac131313@redhat.com>
6105
6106 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
6107 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
6108 * configure.host (a29k-*-*): Obsolete.
6109 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
6110 ultra3-xdep.c.
6111 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
6112 * config/a29k/tm-ultra3.h: Obsolete.
6113 * config/a29k/ultra3.mt: Obsolete.
6114 * config/a29k/ultra3.mh: Obsolete.
6115 * config/a29k/nm-ultra3.h: Obsolete.
6116 * config/a29k/xm-ultra3.h: Obsolete.
6117 * ultra3-xdep.c: Obsolete.
6118 * ultra3-nat.c: Obsolete.
6119 * config/a29k/a29k-kern.mt: Obsolete.
6120 * NEWS: Update.
6121 * TODO: Update.
6122
6123 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
6124
6125 * main.c: Remove windows.h use.
6126 (gdbtk_test): Use PATH_MAX for home var calculation.
6127 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
6128 Win32 in colon test.
6129 * ser-tcp.c: Use modern __CYGWIN__ conditional.
6130 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
6131 (openp): Ditto.
6132 * symfile.c (symfile_bfd_open): Ditto.
6133
6134 2001-04-04 Martin M. Hunt <hunt@redhat.com>
6135
6136 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
6137 Handle all stream setup in gdbtk_init
6138
6139 2001-04-04 Mark Kettenis <kettenis@gnu.org>
6140
6141 * i386-tdep.c (i386_extract_return_value): Don't return the return
6142 value of a void function.
6143 (i386_store_return_value): Likewise.
6144
6145 2001-04-03 Andrew Cagney <ac131313@redhat.com>
6146
6147 Obsolete w65-*-* target.
6148 * configure.tgt (w65-*-*): Obsolete.
6149 * config/w65/w65.mt: Obsolete.
6150 * config/w65/tm-w65.h: Obsolete.
6151 * w65-tdep.c: Obsolete.
6152 * NEWS: Update. Fix TiC80 description.
6153 * TODO: Update.
6154
6155 2001-04-03 Andrew Cagney <ac131313@redhat.com>
6156
6157 Obsolete tic80-*-* target.
6158 * configure.tgt (tic80-*-*): Obsolete.
6159 * config/tic80/tic80.mt: Obsolete.
6160 * config/tic80/tm-tic80.h: Obsolete.
6161 * tic80-tdep.c: Obsolete.
6162 * TODO: Update
6163 * NEWS: Update.
6164
6165 2001-04-02 J.T. Conklin <jtc@redback.com>
6166
6167 * remote-mips.c (S_IROTH): Moved definition from here.
6168 * gdb_stat.h (S_IROTH): to here.
6169
6170 * remote.c (remote_protocol_e, remote_protocol_E): Define.
6171 (set_remote_protocol_e_packet_cmd)
6172 (set_remote_protocol_E_packet_cmd)
6173 (show_remote_protocol_e_packet_command)
6174 (show_remote_protocol_E_packet_command): New functions.
6175 (init_all_packet_configs): Initialize remote_protocol_e and
6176 remote_protocol_E.
6177 (remote_resume, remote_async_resume): Support e/E command
6178 packets.
6179 (show_remote_cmd): Show state of remote_protocol_e and
6180 remote_protocol_E.
6181 (_initialize_remote): Add "set remote step-over-range-packet"
6182 and "set remote step-over-range-w-signal-packet" to CLI.
6183
6184 2001-04-01 Andrew Cagney <ac131313@redhat.com>
6185
6186 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
6187 ns32k-utek-*.
6188 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
6189 (umax-xdep.o, ns32km3-nat.o): Obsolete.
6190 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
6191 Obsolete.
6192 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
6193 Obsolete.
6194 * config/ns32k/merlin.mh: Obsolete.
6195 * config/ns32k/merlin.mt: Obsolete.
6196 * config/ns32k/xm-merlin.h: Obsolete.
6197 * config/ns32k/tm-merlin.h: Obsolete.
6198 * config/ns32k/nm-umax.h: Obsolete.
6199 * config/ns32k/umax.mh: Obsolete.
6200 * config/ns32k/umax.mt: Obsolete.
6201 * config/ns32k/xm-umax.h: Obsolete.
6202 * umax-xdep.c: Obsolete.
6203 * config/ns32k/ns32km3.mh: Obsolete.
6204 * config/ns32k/ns32km3.mt: Obsolete.
6205 * config/ns32k/tm-ns32km3.h: Obsolete.
6206 * config/ns32k/xm-ns32km3.h: Obsolete.
6207 * ns32km3-nat.c: Obsolete.
6208 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
6209 (merlin_frame_num_args): Ditto.
6210 * NEWS: Update.
6211 * TODO: Update.
6212
6213 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6214
6215 * config/djgpp/fnchange.lst: Tweak due to
6216 expect/example/chesslib.c.
6217
6218 2001-04-02 Kevin Buettner <kevinb@redhat.com>
6219
6220 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
6221 unsigned int to unsigned long. Also, fix format string.
6222 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
6223 use an undeclared variable. Also, delete declaration and
6224 initialization of ``fp'' because it is otherwise unused.
6225 * remote-bug.c (sleep): Delete declaration.
6226 (bug_store_register, bug_write_memory, bug_read_memory)
6227 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
6228 format statements and cast certain sprintf() arguments to
6229 eliminate warnings.
6230 (bug_load): Likewise for call to printf_filtered().
6231 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
6232 assignment to ``pc''. The necessary assignment is done in
6233 hand_function_call() after the invocation of FIX_CALL_DUMMY().
6234
6235 2001-03-20 Daniel Berlin <dberlin@redhat.com>
6236
6237 * symtab.c (completion_list_add_name): Remove duplicate string checks,
6238 readline already does this, and it's much faster at it, too.
6239
6240 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
6241
6242 * go32-nat.c: Minor tweaks, to pacify the ari script.
6243
6244 2001-04-01 Mark Kettenis <kettenis@gnu.org>
6245
6246 * i386-tdep.c (i386_extract_struct_value_address): New function.
6247 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
6248 in terms of i386_extract_struct_value_address.
6249 (i386_extract_struct_value_address): New prototype.
6250
6251 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
6252 value to `unsigned long'. Change type of `value' to `unsigned
6253 long'.
6254 (i386_linux_dr_set): Change type of second argument to `unsigned
6255 long'.
6256 (i386_linux_dr_set_control): Change type of first argument to
6257 `unsigned long'.
6258 (i386_linux_dr_get_status): Change type of return value to
6259 unsigned long.
6260 * config/i386/nm-linux.h (i386_linux_dr_set_control,
6261 i386_linux_dr_get_status): Adjust prototypes accordingly.
6262
6263 2001-03-31 Kevin Buettner <kevinb@redhat.com>
6264
6265 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
6266 TRAP_HWBKPT constant to match that in the kernel headers for
6267 Linux/IA-64.
6268
6269 2001-03-31 Mark Kettenis <kettenis@gnu.org>
6270
6271 * i386bsd-nat.c: Include "gdb_assert.h".
6272 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
6273 already defined.
6274 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
6275 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
6276 i386bsd_dr_get_status): New functions.
6277 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
6278 (I386_USE_GENERIC_WATCHPOINTS): Define.
6279 Include "i386/nm-i386.h".
6280 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6281 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6282 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
6283 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
6284 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
6285 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
6286 ptrace request.
6287 * config.in, configure: Regenerate.
6288
6289 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
6290 register before enabling it by setting the control register.
6291 (i386_remove_aligned_watchpoint): Reset address register after
6292 disabling it by setting the control register.
6293
6294 * i386-tdep.c (i386_extract_return_value): If the type of the
6295 return value is TYPE_STRUCT and the number of fields is one, call
6296 ourselves with TYPE set tp the type of the first field.
6297 (i386_store_return_value): Likewise.
6298 This fixes a problem with returning structs consisting of a single
6299 `float' or `double' on *BSD.
6300
6301 2001-03-30 Mark Kettenis <kettenis@gnu.org>
6302
6303 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
6304 we're absolutely sure we're going to resume it.
6305
6306 * thread-db.c (check_event): Don't report an error if we encounter
6307 a thread creation event for a thread that's already in the thread
6308 list, since that may legitemately happen. Instead only call
6309 attach_thread if it's not already in the thread list.
6310
6311 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6312
6313 * config/pa/xm-hppah.h (malloc): Really delete declaration
6314 (MALLOC_INCOMPATIBLE): Really delete macro.
6315 * cli/cli-cmds.c (apropos_command): Use xcalloc.
6316
6317 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6318
6319 * configure.in (build_warnings): Add -Wuninitialized.
6320 * configure: Regenerate.
6321
6322 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
6323 * sparc-tdep.c (sparc64_push_arguments): Add default case to
6324 switch.
6325 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
6326 expression with if statement.
6327 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
6328 ``stack_size''.
6329 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
6330 (mips_dump_tdep): Fix setting of ef_mips_arch.
6331 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
6332 * dsrec.c (make_srec): Always initialize ``binbuf''.
6333 * monitor.c (monitor_read_memory_single): Do not pass an
6334 uninitialized buffer to monitor_error. Make ``i'' more local.
6335
6336 2001-03-28 Andrew Cagney <ac131313@redhat.com>
6337
6338 * MAINTAINERS: Change ns32k target to ,-Werror.
6339
6340 * ns32k-tdep.c: Include "gdbcore.h"
6341 (flip_bytes): Change first argument to void*. Add forward
6342 declaration.
6343 (sign_extend): Add declaration.
6344 (merlin_frame_num_args): Add final else clause to if-else chain.
6345 (umax_frame_num_args): Ditto.
6346 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
6347 (flip_bytes): Ditto.
6348
6349 2001-03-28 Mark Kettenis <kettenis@gnu.org>
6350
6351 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
6352 config/i386/nm-linux.h (including comment).
6353 (i386_linux_frame_chain): New function implementing guts of the
6354 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
6355 instead of read_memory_integer.
6356 (i386_linux_frame_saved_pc): Removed doc pointing to
6357 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
6358 now lives in this file.
6359 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
6360 i386-linux-tdep.c (including comment).
6361 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
6362 (i386_linux_frame_chain): New prototype.
6363
6364 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
6365 make it work again.
6366 (NUM_FREGS): Redefine to 0.
6367 (NUM_REGS): Redefine as NUM_GREGS.
6368 (i386_register_byte, i386_register_raw_size): Update from
6369 i386-tdep.c. Add comment about their origin.
6370 (regmap, register_u_addr): Take these from i386-linux-nat.c.
6371 (i386_register_u_addr): Removed.
6372
6373 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
6374 fails instead of calling perror_with_name. This should fix
6375 debugging remote i386 targets with a native Linux/x86 GDB. Add
6376 FIXME for this hack.
6377
6378 2001-03-19 J.T. Conklin <jtc@redback.com>
6379
6380 * arch-utils.c (#include "gdbthread.h"): Removed.
6381 (#include "symfile.h"): Removed.
6382 (XMALLOC): Removed unused macro.
6383 * breakpoint.c (tbreak_command): Removed local declaration.
6384 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
6385 Remove duplicate declarations.
6386 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
6387 (remove_solib_event_breakpoints): Fix indentation botch.
6388 * c-typeprint.c (#include "command.h"): Removed.
6389 (#include "gdbcmd.h"): Removed.
6390 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
6391 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
6392 Removed duplicate declarations.
6393 * ch-typeprint.c (#include "command.h"): Removed.
6394 (#include "gdbcmd.h"): Removed.
6395 * corefile.c (#include "frame.h"): Removed
6396 (#include "symfile.h"): Removed.
6397 (#include "language.h"): Removed.
6398 * dbxread.c (#include "command.h"): Removed.
6399 * environ.c (#include "gdbcore.h"): Removed.
6400 * event-loop.c (#include "top.h"): Removed.
6401 * f-typeprint.c (#include "command.h"): Removed.
6402 (#include "gdbcmd.h"): Removed.
6403 (#include "language.h"): Removed.
6404 (#include "typeprint.h"): Removed.
6405 (#include "frame.h"): Removed.
6406 * gdbtypes.h (print_type_scalar): Removed declaration.
6407 * infcmd.c (#include "completer.h"): Removed.
6408 * language.c (#include "frame.h"): Removed.
6409 * m2-typeprint.c (#include "command.h"): Removed.
6410 (#include "gdbcmd.h"): Removed.
6411 (#include "language.h"): Removed.
6412 * m2-valprint.c (#include "valprint.h"): Removed.
6413 * p-typeprint.c (#include "command.h"): Removed.
6414 (#include "gdbcmd.h"): Removed.
6415 * p-valprint.c (#include "typeprint.h"): Removed.
6416 * parse.c (#include "linespec.h"): Removed.
6417 * regcache.c (#include "frame.h"): Removed.
6418 * remote.c (#include "frame.h"): Removed.
6419 (getpkt_sane): Make static.
6420 * source.c (#include "completer.h"): Removed.
6421 * stack.c (#include "symfile.h"): Removed.
6422 (#include "objfiles.h"): Removed.
6423 * symfile.c (#include "completer.h"): Removed.
6424 * tracepoint.c (#include "completer.h"): Removed.
6425 * values.c (#include "frame.h"): Removed.
6426 * varobj.c (#include "valprint.h"): Removed.
6427 * wrapper.c (#include "frame.h"): Removed.
6428
6429 * memattr.c (create_mem_region): Removed unused variable.
6430 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
6431
6432 2001-03-27 Nick Clifton <nickc@redhat.com>
6433
6434 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
6435
6436 2001-03-27 Kevin Buettner <kevinb@redhat.com>
6437
6438 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
6439 of free().
6440
6441 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
6442
6443 * TODO (Cleanups): Remove the item about converting docs to GFDL.
6444
6445 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6446
6447 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
6448 type of ``bundle'' from unsigned char * to char *.
6449 (ia64_get_saved_register): Use alloca() to allocate register
6450 buffers.
6451
6452 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
6453
6454 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6455
6456 * proc-utils.h (procfs_ctl_t): New typedef.
6457 * proc-api.c (write_with_trace): Change type of ``opcode'' from
6458 long to procfs_ctl_t. Don't assume that the target has defined
6459 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
6460 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
6461 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
6462 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
6463 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
6464 Conditionally define as appropriate for AIX/non-AIX systems. Use
6465 these defines/typedefs as appropriate elsewhere in file.
6466 (struct procinfo): Change type of saved_sigset and saved_sighold
6467 from sigset_t to gdb_sigset_t. Make saved_exitset and
6468 saved_entryset pointer variables. Add two new fields, num_syscalls
6469 and syscall_names.
6470 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
6471 (sysset_t_size, sysset_t_alloc): New functions.
6472 (load_syscalls, free_syscalls, find_syscall): New functions for
6473 platforms which define DYNAMIC_SYSCALLS.
6474 (create_procinfo): Call load_syscalls.
6475 (destroy_one_procinfo): Call free_syscalls.
6476 (GDBRESET): Don't define twice.
6477 (proc_modify_flag): Change type of operation code array `arg'
6478 from long to procfs_ctl_t.
6479 (proc_stop_process, proc_wait_for_stop, proc_run_process)
6480 (proc_set_traced_signals, proc_set_traced_faults)
6481 (proc_set_traced_sysentry, proc_set_traced_sysexit)
6482 (proc_set_held_signals, proc_clear_current_fault)
6483 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
6484 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
6485 (proc_set_traced_sysentry): Dynamically allocate variable sized
6486 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
6487 (proc_set_traced_sysexit): Dynamically allocate variable
6488 sized struct gdb_proc_ctl_pcsexit. Also, free it at
6489 function exit.
6490 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
6491 for reading the sysset_t struct on AIX5.
6492 (procfs_debug_inferior): Don't assume that SYS_exit will be
6493 defined. Add new code for finding certain syscalls on AIX5.
6494 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
6495 (syscall_is_lwp_create): New functions.
6496 (procfs_wait): Restructured code which checks for certain
6497 system calls to use the new syscall_is_... functions.
6498 (procfs_notice_signals): Account for the fact that saved_entryset
6499 and saved_exitset in struct procinfo are now pointers.
6500
6501 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6502
6503 * symtab.c (find_pc_sect_line): Revise method used for finding
6504 the ending pc.
6505
6506 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6507
6508 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
6509 i386_linux_sigtramp_saved_sp): Make static.
6510 (i386_linux_frame_saved_pc): New function based on the old
6511 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
6512 of read_memory_integer.
6513 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
6514 (i386_linux_sigtramp_saved_pc): Remove prototype.
6515 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
6516 (i386_linux_frame_saved_pc): New prototype.
6517
6518 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6519
6520 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
6521 * TODO (GDB 5.1 - Cleanups): Update.
6522
6523 2001-03-26 Andrew Cagney <ac131313@redhat.com>
6524
6525 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
6526 HAVE_VFORK.
6527
6528 2001-03-26 Mark Kettenis <kettenis@gnu.org>
6529
6530 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
6531
6532 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
6533 functions.
6534 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
6535 (STORE_STRUCT_RETURN): Redefine in terms of
6536 i386_store_struct_return.
6537 (i386_push_arguments, i386_store_struct_return): New prototypes.
6538 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
6539 definition was identical to the definition in "i386/tm-i386.h" so
6540 the new definition should suffice too.
6541
6542 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
6543
6544 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
6545 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
6546
6547 * config/djgpp/djconfig.sh: Add copyright notice.
6548
6549 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
6550 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
6551 (top level) <string.h>: Include gdb_string.h instead.
6552 (dos_noop, dos_raw, dos_noflush_set_tty_state)
6553 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
6554
6555 * go32-nat.c (go32_create_inferior): Move the declaration of
6556 `environ' to here from the top level.
6557 (top level) <_initialize_go32_nat>: Remove redundant prototype.
6558 <gdb_string.h>: Include it instead of string.h.
6559 (store_register): Call register_buffer instead of accessing
6560 registers[] directly.
6561 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
6562 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
6563 the function names at the start of the line.
6564 (go32_set_dr): Throw internal_error if the argument is not a valid
6565 debug register number.
6566 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
6567 (go32_wait, go32_xfer_memory, go32_files_info)
6568 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
6569
6570 2001-03-25 Jim Blandy <jimb@redhat.com>
6571
6572 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
6573
6574 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6575
6576 From Andrew Cagney <ac131313@redhat.com>
6577
6578 * coffread.c: Include "gdb_assert.h".
6579 (coff_symtab_read): Cast the integer s_sclass to a long before
6580 casting it to a pointer.
6581
6582 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6583
6584 From Andrew Cagney <ac131313@redhat.com>
6585
6586 * coffread.c (coff_symtab_read): Initialize
6587 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
6588 the ``.ef'' info.
6589 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
6590
6591 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6592
6593 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
6594 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
6595 multi-arch.
6596
6597 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
6598 * gdbarch.h, gdbarch.c: Re-generate.
6599
6600 * target.h (SOFTWARE_SINGLE_STEP_P)
6601 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
6602
6603 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6604
6605 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
6606 * gdbarch.h, gdbarch.c: Regenerate.
6607
6608 * regcache.h (regcache_read, regcache_write): Declare.
6609 (registers, register_valid, register_buffer): Add note that these
6610 interfaces are deprecated.
6611
6612 * regcache.c: Include "gdb_assert.h".
6613 (legacy_write_register_gen): Rename write_register_gen.
6614 (legacy_read_register_gen): Rename read_register_gen.
6615 (regcache_read, regcache_write): New function.
6616 (read_register_gen, write_register_gen): New function.
6617 (write_register): Simplify. Use write_register_gen.
6618 (read_register): Ditto using read_register_gen.
6619 (read_signed_register): Ditto.
6620 (read_register_bytes): Ditto!!!!
6621 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
6622 replaced by gdbarch_register_read.
6623
6624 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
6625 deprecate.
6626
6627 2001-03-23 Jim Blandy <jimb@redhat.com>
6628
6629 Fix from Dan Berlin:
6630
6631 * stabsread.c (read_cpp_abbrev): Properly construct the names of
6632 virtual function table pointer fields.
6633
6634 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6635
6636 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
6637 xmrealloc): Move existing declarations to the one place and
6638 re-order to be consistent.
6639 (xmcalloc, xmfree): Declare.
6640 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
6641 declaration.
6642
6643 * utils.c (size_t): Delete #ifdef defining size_t.
6644 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
6645 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
6646 corresponding malloc, realloc, calloc.
6647 (mfree): Call free directly.
6648 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
6649 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
6650 function bodies to here.
6651 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
6652
6653 2001-03-23 Andrew Cagney <ac131313@redhat.com>
6654
6655 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
6656 ``shell_file'' static locals.
6657
6658 * jv-lang.c (java_link_class_type): Initialize ``field'' and
6659 ``method''.
6660
6661 * jv-valprint.c (java_value_print): Initialize ``next_element''.
6662
6663 2001-03-23 Mark Kettenis <kettenis@gnu.org>
6664
6665 * config/i386/nm-i386.h: Fix formatting and change reference to
6666 i386-tdep.c to i386-nat.c.
6667
6668 2001-03-23 David Smith <dsmith@redhat.com>
6669
6670 * configure.in: Corrected spelling errors.
6671 * configure: Regenerated.
6672
6673 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6674
6675 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
6676
6677 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6678
6679 * Makefile.in (NTSSTART): Delete.
6680 (NTSOBS): Delete.
6681 (kdb): Delete target.
6682 * kdb-start.c, stuff.c: Mark as obsolete.
6683 * NEWS: Update.
6684
6685 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6686
6687 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
6688 compiles using an ISO-C compiler.
6689 (MALLOC_INCOMPATIBLE): Ditto.
6690 * linespec.c (decode_line_1): Delete hack to work around
6691 HPPA_COMPILER_BUG.
6692
6693 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6694
6695 * exec.c (xfer_memory): Always initialize section.
6696 * infrun.c (normal_stop): Always initialize source_flag.
6697
6698 2001-03-22 Andrew Cagney <ac131313@redhat.com>
6699
6700 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
6701 non-use of a continue address and typical use of ``q'' packet.
6702
6703 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
6704
6705 Make DJGPP use the new unified support for hardware
6706 breakpoints and watchpoints on x86 targets:
6707
6708 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
6709 include nm-i386.h instead.
6710 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
6711 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
6712 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
6713 (target_stopped_data_address, target_insert_watchpoint)
6714 (target_remove_watchpoint, target_insert_hw_breakpoint)
6715 (target_remove_hw_breakpoint): Don't define.
6716 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
6717 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
6718 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
6719 functions from go32-nat.c.
6720
6721 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
6722
6723 * go32-nat.c <top level>: Remove prototypes for watchpoint-
6724 related functions. Remove definitions of watchpoint-related
6725 macros.
6726 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
6727 private cleanup_dregs function.
6728 (cleanup_dregs, go32_insert_watchpoint)
6729 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
6730 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
6731 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
6732 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
6733 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
6734
6735 2001-03-21 Kevin Buettner <kevinb@redhat.com>
6736
6737 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
6738 than two instead of generating an error.
6739
6740 2001-03-21 Jim Blandy <jimb@redhat.com>
6741
6742 * cp-valprint.c: Reformat to bring into line with GNU coding
6743 standards.
6744
6745 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6746
6747 Make Linux use the new unified support for hardware breakpoints
6748 and watchpoints on x86 targets.
6749 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
6750 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
6751 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
6752 appropriate value if not already defined.
6753 (register_u_addr): New function.
6754 (kernel_u_size): New function.
6755 (i386_linux_dr_get, i386_linux_dr_set): New functions.
6756 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6757 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
6758 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
6759 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
6760 (TARGET_HAS_HARDWARE_WATCHPOINTS,
6761 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
6762 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
6763 target_remove_watchpoint): Remove macros.
6764 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
6765 i386_remove_watchpoint): Remove prototypes.
6766 (register_u_addr): New prototype.
6767 (REGISTER_U_ADDR): Define in terms of register_u_addr.
6768 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6769 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
6770 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6771 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6772 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
6773 i386-nat.o.
6774
6775 2001-03-21 Jim Blandy <jimb@redhat.com>
6776
6777 Fix from Dan Berlin:
6778
6779 * linespec.c (find_methods): Whitespace differences aren't
6780 significant in *un*mangled method names. Use strcmp_iw to compare
6781 them, not STREQ.
6782
6783 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6784
6785 * gdbarch.sh: Allow a non- multi-arch target to override a
6786 predicate.
6787 * gdbarch.h: Regenerate.
6788
6789 2001-03-21 Andrew Cagney <ac131313@redhat.com>
6790
6791 * gdbarch.sh: Avoid use of ``!''.
6792
6793 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6794
6795 * target.h (enum target_signal): Move definition from here.
6796 * defs.h (enum target_signal): To here.
6797
6798 * config/arc/tm-arc.h (arc_software_single_step): Change type of
6799 first parameter to enum target_signal.
6800 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
6801 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
6802 * rs6000-tdep.c (rs6000_software_single_step): Update.
6803
6804 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6805
6806 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
6807 already defined.
6808
6809 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
6810 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
6811 or a reference ('a') can be in a pseudo register.
6812 * infcmd.c (do_registers_info): Must take into account the pseudo
6813 registers to print their value.
6814 (registers_info): Likewise.
6815 * stack.c (frame_info): Likewise.
6816 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
6817
6818 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
6819
6820 Unified support for hardware breakpoints and watchpoints on
6821 x86 targets:
6822
6823 * config/i386/nm-i386.h: New file.
6824
6825 * config/i386/nm-i386.h: (i386_cleanup_dregs)
6826 (i386_insert_watchpoint, i386_remove_watchpoint)
6827 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
6828 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6829 (i386_remove_hw_breakpoint): Declare prototypes.
6830 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
6831 Define if not already defined.
6832 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
6833 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
6834 (target_insert_watchpoint, target_remove_watchpoint)
6835 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
6836 to call the appropriate i386_* functions.
6837
6838 * i386-nat.c: New file.
6839
6840 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
6841 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
6842 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
6843 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
6844 (maint_show_dr): New variables.
6845 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
6846 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
6847 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
6848 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6849 (i386_stopped_data_address, i386_stopped_by_hwbp)
6850 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
6851 functions.
6852 (_initialize_i386_nat): New function.
6853 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
6854 `show-debug-regs', sets maint_show_dr to non-zero value and
6855 activates debugging print-outs in functions which insert, remove,
6856 and test watchpoints and hardware breakpoints.
6857
6858 * Makefile.in (i386-nat.o): New target.
6859 (ALLDEPFILES): Add i386-nat.o.
6860
6861 2001-03-21 Mark Kettenis <kettenis@gnu.org>
6862
6863 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
6864 appropriate comment.
6865
6866 2001-03-20 Kevin Buettner <kevinb@redhat.com>
6867
6868 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
6869 thread-db.o, and lin-lwp.o for thread support instead of
6870 linux-thread.o and lin-thread.o.
6871 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
6872 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
6873 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
6874 (lin_lwp_attach_lwp): Declare.
6875
6876 2001-03-20 Jim Blandy <jimb@redhat.com>
6877
6878 Fix from Dan Berlin:
6879
6880 * Makefile.in: Clean up dependencies on ../include/demangle.h.
6881 (demangle_h): New variable.
6882 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
6883
6884 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6885
6886 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
6887 * breakpoint.c (bpstat_stop_status): Update.
6888 * infrun.c (handle_inferior_event): Ditto.
6889 * mips-tdep.c (mips_dump_tdep): Ditto.
6890 * infrun.c (resume): Ditto.
6891 * infptrace.c (child_resume): Ditto.
6892 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6893 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6894 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6895 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6896 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6897 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6898 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6899
6900 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6901
6902 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
6903 with internal_error.
6904
6905 2001-03-20 Jim Blandy <jimb@redhat.com>
6906
6907 Fix from Dan Berlin:
6908
6909 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
6910 than asking for sym_class's type; that's circuitous. Remove
6911 sym_class, since the last use of it is gone.
6912
6913 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
6914
6915 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
6916 Correct the order of calls to ui_out_field_string and
6917 ui_out_list_begin when bs->old_val is NULL.
6918
6919 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6920
6921 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
6922 * configure: Regenerate.
6923 * config.in: Regenerate.
6924 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
6925
6926 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6927
6928 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
6929 same line to avoid problems with Unixware 7's make when building
6930 a cross debugger.
6931
6932 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6933
6934 * defs.h (malloc): Move declaration from here.
6935 * utils.c (malloc): To here.
6936 * config/pa/xm-hppah.h (malloc): Delete declaration.
6937
6938 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
6939 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
6940 (hpread_quick_traverse): Ditto.
6941 * infttrace.c (create_thread_info): Ditto.
6942 (kill_inferior): Ditto.
6943 * gnu-nat.c (make_inf): Ditto, and don't check return value.
6944 * procfs.c (proc_update_threads): Ditto.
6945 * valprint.c (print_decimal_chars): Ditto.
6946 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
6947 malloc and sprintf.
6948 * remote-rdp.c (rdp_set_command_line): Ditto.
6949
6950 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6951
6952 * defs.h (realloc): Move declaration from here.
6953 * utils.c (realloc): To here.
6954 * config/pa/xm-hppah.h (realloc): Delete declaration.
6955 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
6956 * symfile.c (add_filename_language): Ditto.
6957 * event-loop.c (create_file_handler): Ditto.
6958
6959 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6960
6961 * defs.h (free): Move declaration from here.
6962 * utils.c (free): To here.
6963 (xfree): Document as the only call to free().
6964 * config/pa/xm-hppah.h (free): Delete declaration.
6965
6966 2001-03-19 Kevin Buettner <kevinb@redhat.com>
6967
6968 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
6969 this list.
6970
6971 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6972
6973 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
6974 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
6975 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
6976
6977 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6978
6979 * TODO: List known problems with TUI.
6980
6981 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6982
6983 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
6984 gdb.hp).
6985
6986 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6987
6988 * remote.c (remote_cisco_section_offsets): Do not cast result from
6989 bfd_get_section_name.
6990 (compare_sections_command): Ditto.
6991 (remote_cisco_section_offsets): Make ``p'' a const pointer.
6992 (compare_sections_command): Ditto for ``sectname''.
6993
6994 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6995
6996 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6997 * valops.c (hand_function_call): Simplify computation of the
6998 address of the pushed argument.
6999
7000 2001-03-17 Andrew Cagney <ac131313@redhat.com>
7001
7002 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
7003 Code copied from c-exp.y.
7004
7005 2001-03-18 Kevin Buettner <kevinb@redhat.com>
7006
7007 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7008 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7009 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
7010 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
7011 of the Solaris procfs testing section. Instead, group with...
7012 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
7013 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
7014 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
7015 * configure: Regenerate.
7016 * config.in: Regenerate.
7017
7018 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
7019 new configure macros to choose which (if any) code to
7020 compile in. Added code to explicitly handle *BSD systems;
7021 these systems were previously handled only through macro
7022 redefinition. Also, due to the way the autoconf tests are set
7023 up, this function will no longer return a non-zero value when
7024 GDB is configured as a cross debugger. I.e, cross debuggers
7025 will no longer be able to "accidentally" get the host system's
7026 link map offsets.
7027
7028 2001-03-18 Kevin Buettner <kevinb@redhat.com>
7029
7030 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
7031 line to avoid build problem on NetBSD 1.4.
7032
7033 2001-03-17 Michael Chastain <chastain@redhat.com>
7034
7035 * win32-nat.c (child_attach): check args for NULL before passing
7036 to strtoul. This fixes PR gdb/43.
7037
7038 2001-03-17 Mark Kettenis <kettenis@gnu.org>
7039
7040 * i387-nat.h: Doc Fix.
7041
7042 * i386-tdep.c: Fix formatting.
7043 (i386_get_frame_setup, i386_follow_jump, codestream_read,
7044 codestream_seek, codestream_fill, skip_trampoline_code,
7045 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
7046 prototypoes.
7047
7048 2001-03-17 Mark Kettenis <kettenis@gnu.org>
7049
7050 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
7051 no longer used. Also remove associated FIXME.
7052
7053 2001-03-16 Andrew Cagney <ac131313@redhat.com>
7054
7055 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
7056 not generate macro wrappers for multi-arch functions or
7057 predicates.
7058 (class_is_info_p, class_is_predicate_p): Update.
7059 (class_is_function_p, class_is_variable_p): Ditto.
7060 (class_is_multiarch_p): New class function.
7061
7062 2001-03-16 J.T. Conklin <jtc@redback.com>
7063
7064 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
7065 h8300_frame_args_address from frame_args_address.
7066 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
7067 from frame_locals_address.
7068 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
7069 from print_register_hook.
7070 (h8300_frame_args_address): Declare.
7071 (h8300_frame_find_saved_regs): Declare.
7072 (h8300_frame_locals_address): Declare.
7073 (h8300_frame_saved_pc): Declare.
7074 (h8300_pop_frame): Declare.
7075 (h8300_print_register_hook): Declare.
7076 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
7077 (h8300_frame_args_address): Renamed from frame_args_address.
7078 (h8300_frame_locals_address): Renamed from frame_locals_address.
7079 (h8300_pop_frame): Renamed from pop_frame.
7080 (h8300_print_register_hook): Renamed from print_register_hook.
7081
7082 2001-03-16 Kevin Buettner <kevinb@redhat.com>
7083
7084 * solib-svr4.c (bfd_lookup_symbol): Change type of
7085 ``storage_needed'' from unsigned int to long in order to
7086 match return type of bfd_get_symtab_upper_bound() and
7087 bfd_get_dynamic_symtab_upper_bound().
7088 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
7089 REASONABLE_LIMIT hack which had been added to work around this
7090 problem.
7091
7092 2001-03-15 Kevin Buettner <kevinb@redhat.com>
7093
7094 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
7095 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
7096 to free() with calls to xfree().
7097 (bfd_lookup_symbol): Eliminate use of PTR.
7098 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
7099
7100 2001-03-15 Martin Hunt <hunt@redhat.com>
7101
7102 * linespec.c (decode_line_1): Remove trailing quote
7103 when parsing double quotes.
7104
7105 2001-03-15 Kevin Buettner <kevinb@redhat.com>
7106
7107 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
7108 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
7109 argument in the to_xfer_memory calls.
7110
7111 2001-03-15 Andrew Cagney <ac131313@redhat.com>
7112
7113 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
7114 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
7115
7116 2001-03-15 Andrew Cagney <ac131313@redhat.com>
7117
7118 * wince.c (child_xfer_memory): Add attrib parameter.
7119 * symm-nat.c (child_xfer_memory): Ditto.
7120 * mac-nat.c (child_xfer_memory): Ditto.
7121 * infttrace.c (child_xfer_memory): Ditto.
7122 * procfs.c (procfs_xfer_memory): Ditto.
7123 * lin-thread.c (thread_db_xfer_memory): Ditto.
7124 * gnu-nat.c (gnu_xfer_memory): Ditto.
7125
7126 2001-03-14 Andrew Cagney <ac131313@redhat.com>
7127
7128 * NEWS: Mention that Harris/CXUX m88k is obsolete.
7129
7130 2001-03-13 Andrew Cagney <ac131313@redhat.com>
7131
7132 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
7133 to regcache functions.
7134 * config/m68k/tm-m68k.h: Ditto.
7135 * config/i386/tm-i386v.h: Ditto.
7136 * config/mcore/tm-mcore.h: Ditto.
7137 * config/m88k/tm-m88k.h: Ditto.
7138 * config/m68k/tm-news.h: Ditto.
7139 * config/m68k/tm-linux.h: Ditto.
7140 * config/m68k/tm-delta68.h: Ditto.
7141 * config/m68k/nm-sun3.h: Ditto.
7142 * config/m32r/tm-m32r.h: Ditto.
7143 * config/i386/tm-symmetry.h: Ditto.
7144 * config/i386/tm-sun386.h: Ditto.
7145 * config/i386/tm-i386.h: Ditto.
7146 * config/i386/nm-symmetry.h: Ditto.
7147 * config/i386/nm-sun386.h: Ditto.
7148 * config/i386/nm-ptx4.h: Ditto.
7149 * config/i386/nm-i386mach.h: Ditto.
7150 * config/h8500/tm-h8500.h: Ditto.
7151 * config/h8300/tm-h8300.h: Ditto.
7152 * config/fr30/tm-fr30.h: Ditto.
7153 * config/d30v/tm-d30v.h: Ditto.
7154 * config/arm/tm-arm.h: Ditto.
7155 * config/arc/tm-arc.h: Ditto.
7156 * config/alpha/tm-alpha.h: Ditto.
7157 * config/a29k/tm-vx29k.h: Ditto.
7158 * config/a29k/tm-a29k.h: Ditto.
7159 * config/w65/tm-w65.h: Ditto.
7160 * config/vax/tm-vax.h: Ditto.
7161 * config/v850/tm-v850.h: Ditto.
7162 * config/tic80/tm-tic80.h: Ditto.
7163 * config/sparc/tm-sparclite.h: Ditto.
7164 * config/sparc/tm-sparclet.h: Ditto.
7165 * config/sparc/tm-sparc.h: Ditto.
7166 * config/sparc/nm-sun4sol2.h: Ditto.
7167 * config/sparc/nm-sun4os4.h: Ditto.
7168 * config/sparc/nm-nbsd.h: Ditto.
7169 * config/powerpc/nm-solaris.h: Ditto.
7170 * config/pa/tm-hppao.h: Ditto.
7171 * config/pa/tm-hppa.h: Ditto.
7172 * config/pa/nm-hppab.h: Ditto.
7173 * config/ns32k/tm-umax.h: Ditto.
7174 * config/ns32k/tm-merlin.h: Ditto.
7175 * config/nm-m3.h: Ditto.
7176 * config/nm-gnu.h: Ditto.
7177
7178 2001-03-14 Andrew Cagney <ac131313@redhat.com>
7179
7180 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
7181 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
7182 Specify an m88k target. Include sample GAWK script to generate
7183 target list. Delete non-existant romp target.
7184 * TODO (GDB 5.1 - Cleanups): Update.
7185
7186 2001-03-14 Keith Seitz <keiths@cygnus.com>
7187
7188 * linespec.c (decode_line_1): Skip argptr over a leading
7189 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
7190
7191 2001-03-14 Kevin Buettner <kevinb@redhat.com>
7192
7193 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
7194
7195 2001-03-13 Andrew Cagney <ac131313@redhat.com>
7196
7197 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
7198 * m3-nat.c: Ditto.
7199 * p-lang.h: Ditto.
7200 * printcmd.c (printf_command): Ditto.
7201 * ch-exp.c (match_integer_literal): Ditto.
7202 * scm-tags.h: Ditto.
7203 * ser-go32.c: Ditto.
7204 * hppa-tdep.c (unwind_command): Ditto.
7205 * defs.h (volatile): Delete macro definition. Assume __STDC__.
7206 * remote-adapt.c (volatile): Ditto.
7207 * remote-eb.c (volatile): Ditto.
7208 * remote-mm.c (volatile): Ditto.
7209 * defs.h (alloca): Assume __STDC__, declare returning void *.
7210
7211 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7212
7213 * inferior.h (ARCH_NUM_REGS): Delete definition.
7214 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
7215 * regcache.c (registers_changed): Ditto.
7216 (registers_fetched): Ditto.
7217 * infptrace.c (fetch_inferior_registers): Ditto.
7218 (store_inferior_registers): Ditto.
7219 * infcmd.c (do_registers_info): Ditto.
7220 (registers_info): Ditto.
7221 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
7222 (old_store_inferior_registers): Ditto.
7223 * gdbserver/low-linux.c (register_addr): Ditto.
7224 * gdbserver/low-hppabsd.c (register_addr): Ditto.
7225 * core-aout.c: Don't include "inferior.h".
7226 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
7227 (register_addr): Ditto.
7228
7229 2001-03-13 Fernando Nasser <fnasser@redhat.com>
7230
7231 From Steven Johnson <sjohnson@neurizon.net>
7232 * cli/cli-script.c (define_command): Fix setting of post hooks.
7233
7234 2001-03-13 Mark Kettenis <kettenis@gnu.org>
7235
7236 * i386-linux-tdep.c: Fix formatting and clarify comments.
7237 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
7238 where appropriate.
7239
7240 2001-03-12 Andrew Cagney <ac131313@redhat.com>
7241
7242 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
7243 (proc_update_sc): Use gdb_assert instead of assert.
7244 (proc_abort): Ditto.
7245 (inf_set_step_thread): Ditto.
7246 (gnu_wait): Ditto.
7247 (S_exception_raise_request): Ditto.
7248 (gnu_terminal_init_inferior): Ditto.
7249
7250 2001-03-09 Kevin Buettner <kevinb@redhat.com>
7251
7252 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
7253 (solib-legacy.o): New makefile target.
7254 * solib-legacy.c: New file.
7255 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7256 (default_svr4_fetch_link_map_offsets): Delete.
7257 (set_solib_svr4_fetch_link_map_offsets): Declare.
7258 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
7259 * solib-svr4.c (elf/common.h): Include.
7260 (link.h): Only include for SunOS shared library support.
7261 (_SYSCALL32): Don't define.
7262 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
7263 (default_svr4_fetch_link_map_offsets): Made static; added forward
7264 declaration.
7265 (fetch_link_map_offsets): New static global.
7266 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
7267 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
7268 of what used to be in this function now reside in
7269 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
7270 (open_symbol_file_object): Fix declaration in SunOS section
7271 of the code.
7272 (set_solib_svr4_fetch_link_map_offsets): New extern function.
7273 (init_fetch_link_map_offsets): New static function.
7274 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
7275 under multiarch control.
7276
7277 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
7278 list.
7279 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
7280 * config/arm/linux.mt (TDEPFILES): Likewise.
7281 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
7282 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
7283 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7284 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
7285 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
7286 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
7287 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7288 * config/i386/linux.mt (TDEPFILES): Likewise.
7289 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7290 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7291 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
7292 * config/i386/ptx4.mh (XDEPFILES): Likewise.
7293 * config/i386/sun386.mt (TDEPFILES): Likewise.
7294 * config/ia64/linux.mt (TDEPFILES): Likewise.
7295 * config/m68k/linux.mt (TDEPFILES): Likewise.
7296 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
7297 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7298 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
7299 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
7300 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
7301 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
7302 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7303 * config/powerpc/linux.mt (TDEPFILES): Likewise.
7304 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7305 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
7306 * config/sh/linux.mt (TDEPFILES): Likewise.
7307 * config/sparc/linux.mt (TDEPFILES): Likewise.
7308 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7309 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7310 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
7311 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
7312 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
7313
7314 2001-03-09 Kevin Buettner <kevinb@redhat.com>
7315
7316 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
7317
7318 2001-03-09 Andrew Cagney <ac131313@redhat.com>
7319
7320 * MAINTAINERS (Write After Approval): Update Philip Blundell.
7321
7322 2001-03-09 Keith Seitz <keiths@cygnus.com>
7323
7324 * MAINTAINERS: Add myself to write after approval list.
7325
7326 2001-03-09 Mark Kettenis <kettenis@gnu.org>
7327
7328 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
7329 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
7330
7331 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7332
7333 * configure.host (m88*-harris-cxux*): Mark as obsolete.
7334 * configure.tgt: Ditto.
7335 * config/m88k/xm-cxux.h: Ditto.
7336 * config/m88k/tm-cxux.h: Ditto.
7337 * config/m88k/nm-cxux.h: Ditto.
7338 * config/m88k/cxux.mt: Ditto.
7339 * config/m88k/cxux.mh: Ditto.
7340
7341 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7342
7343 * Makefile.in: Delete rules for obsolete files.
7344
7345 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
7346
7347 * stack.c (parse_frame_specification): For one argument case,
7348 handle the situation where the argument is an integer, not an
7349 address -- arguably the most common case. This matters on
7350 targets where pointers and addresses are different.
7351
7352 2001-03-08 Andrew Cagney <ac131313@redhat.com>
7353
7354 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
7355 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
7356 general.
7357
7358 2001-03-07 Andrew Cagney <ac131313@redhat.com>
7359
7360 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
7361 with SID on Solaris 8.
7362
7363 2001-03-07 Mark Kettenis <kettenis@gnu.org>
7364
7365 * defs.h: Provide prototypes for floatformat_is_negative,
7366 floatformat_is_nan and floatformat_mantissa.
7367 * utils.c: Include "gdb_assert.h".
7368 (floatformat_is_negative): New function.
7369 (floatformat_is_nan): New function.
7370 (floatformat_mantissa): New function.
7371 * valprint.c: Include "floatformat.h".
7372 (print_floating): Get rid of the Linux-specific
7373 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
7374 help these new functions. Print NaN's in a format conforming to
7375 ISO C99.
7376
7377 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * top.c (init_main): Make `set history file name' complete on file
7380 names.
7381
7382 2001-03-06 J.T. Conklin <jtc@redback.com>
7383
7384 * Makefile.in (LINTFLAGS): Update to contain all of the macros
7385 which define include paths used when compiling.
7386
7387 * util.c (savestring, msavestring): Change type of length argument.
7388 * defs.h (savestring, msavestring): Update to match.
7389
7390 * symtab.h (decode_line_1): Removed declaration.
7391
7392 * symfile.c (#include <assert.h>): Removed.
7393
7394 * arch-utils.c (#include <ctype.h>): Removed.
7395 * c-typeprint.c: Likewise.
7396 * dbxread.c: Likewise.
7397 * gdbtypes.c: Likewise.
7398 * target.c: Likewise.
7399 * os9kread.c: Likewise.
7400
7401 * c-valprint.c (#include "demangle.h"): Removed.
7402 * ch-typeprint.c: Likewise.
7403 * eval.c: Likewise.
7404 * f-typeprint.c: Likewise.
7405 * f-valprint.c: Likewise.
7406 * m2-typeprint.c: Likewise.
7407 * typeprint.c: Likewise.
7408 * p-typeprint.c: Likewise.
7409 * valarith.c: Likewise.
7410 * valprint.c: Likewise.
7411
7412 * m2-typeprint.c (#include "gdb_string.h"): Removed.
7413 * nlmread.c: Likewise.
7414
7415 * mdebugread.c (#include "gdb-stabs.h"): Removed.
7416 * minsyms.c: Likewise.
7417 * mipsread.c: Likewise.
7418 * nlmread.c: Likewise.
7419
7420 * m2-typeprint.c (#include "obstack.h"): Removed.
7421 * m2-valprint.c: Likewise.
7422
7423 * event-loop.c (#include <setjmp.h>): Removed.
7424
7425 2001-03-06 Stan Shebs <shebs@apple.com>
7426
7427 * MAINTAINERS: Remove self from specific maintenance domains
7428 (macos, gdbserver, documentation, testsuite).
7429
7430 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7431
7432 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
7433 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
7434 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
7435 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
7436 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
7437 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
7438 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
7439 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
7440 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
7441 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
7442 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
7443 coff-solib.h, coffread.c, command.h, complaints.c,
7444 complaints.h, completer.c, completer.h,
7445 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
7446 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
7447 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
7448 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
7449 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
7450 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
7451 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
7452 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
7453 config/arm/nm-linux.h, config/arm/tm-arm.h,
7454 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
7455 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7456 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7457 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
7458 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
7459 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
7460 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
7461 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
7462 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
7463 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
7464 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
7465 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
7466 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
7467 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
7468 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
7469 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
7470 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
7471 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
7472 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
7473 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
7474 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
7475 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
7476 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
7477 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
7478 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
7479 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
7480 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
7481 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
7482 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
7483 config/i960/tm-i960.h, config/i960/tm-mon960.h,
7484 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
7485 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
7486 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
7487 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
7488 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
7489 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
7490 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
7491 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
7492 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
7493 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
7494 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
7495 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
7496 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
7497 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
7498 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
7499 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
7500 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
7501 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
7502 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
7503 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
7504 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
7505 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
7506 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
7507 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
7508 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
7509 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
7510 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
7511 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
7512 config/mips/nm-irix5.h, config/mips/nm-mips.h,
7513 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
7514 config/mips/tm-embed.h, config/mips/tm-embed64.h,
7515 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
7516 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
7517 config/mips/tm-mips.h, config/mips/tm-mips64.h,
7518 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
7519 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
7520 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
7521 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
7522 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
7523 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
7524 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
7525 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
7526 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
7527 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
7528 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
7529 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
7530 config/nm-sysv4.h, config/none/nm-none.h,
7531 config/none/tm-none.h, config/none/xm-none.h,
7532 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
7533 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
7534 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
7535 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
7536 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
7537 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
7538 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
7539 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
7540 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
7541 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
7542 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
7543 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
7544 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
7545 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
7546 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
7547 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
7548 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
7549 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
7550 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
7551 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
7552 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
7553 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
7554 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
7555 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
7556 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
7557 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
7558 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
7559 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
7560 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
7561 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
7562 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
7563 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
7564 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
7565 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
7566 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
7567 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
7568 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
7569 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
7570 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
7571 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
7572 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
7573 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
7574 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
7575 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
7576 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
7577 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
7578 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
7579 gdbserver/low-sim.c, gdbserver/low-sparc.c,
7580 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
7581 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
7582 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
7583 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
7584 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
7585 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
7586 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
7587 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
7588 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
7589 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
7590 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
7591 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
7592 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
7593 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
7594 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
7595 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
7596 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
7597 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
7598 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
7599 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
7600 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
7601 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
7602 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
7603 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
7604 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
7605 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
7606 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
7607 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
7608 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
7609 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
7610 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
7611 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
7612 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
7613 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
7614 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7615 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
7616 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
7617 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
7618 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
7619 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
7620 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
7621 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
7622 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
7623 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
7624 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
7625 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
7626 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
7627 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
7628 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
7629 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
7630 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
7631 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
7632 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
7633 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
7634 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
7635 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
7636 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
7637 notices.
7638
7639 2001-03-05 Kevin Buettner <kevinb@redhat.com>
7640
7641 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
7642 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
7643 macros.
7644 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
7645 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
7646 (sys/fault.h, sys/select.h): Test for presence of these
7647 header files.
7648 (ia64-*-aix*): Define NEW_PROC_API for this host.
7649 * configure: Regenerate.
7650 * config.in: Regenerate.
7651
7652 * configure.host (ia64-*-aix*): New host.
7653 * configure.tgt (ia64-*-aix*): New target.
7654
7655 2001-03-05 Andrew Cagney <ac131313@redhat.com>
7656
7657 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
7658
7659 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
7660
7661 * wince.c: Change realloc to xrealloc throughout.
7662 (handle_load_dll): Use void * rather than PTR in argument.
7663
7664 2001-03-04 Andrew Cagney <ac131313@redhat.com>
7665
7666 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
7667 * ocd.c (ocd_xfer_memory): Ditto.
7668 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
7669 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
7670 buildable with ,-Werror.
7671
7672 * Makefile.in (symfile_h): Define.
7673 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
7674 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
7675 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
7676 ,-Werror.
7677
7678 * dsrec.c (make_srec): Fix internal_error fmt arg.
7679 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
7680
7681 2001-03-03 Kevin Buettner <kevinb@redhat.com>
7682
7683 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
7684 as an lvalue.
7685
7686 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7687
7688 * MAINTAINERS (paper trail): Update.
7689
7690 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
7691
7692 2001-03-02 Andrew Cagney <ac131313@redhat.com>
7693
7694 From 2001-03-01 Tom Rix <trix@redhat.com>:
7695 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
7696 parameter to mn10200_analyze_prologue.
7697
7698 * config/mn10200/tm-mn10200.h: Include "regcache.h".
7699 * MAINTAINERS: Document that mn10200-elf target is buildable.
7700
7701 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7702
7703 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
7704 from here...
7705 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
7706 (MONTEREY): Don't define.
7707 (AIX5): Define.
7708
7709 2001-03-02 Matt Hiller <hiller@redhat.com>
7710
7711 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
7712
7713 2001-03-02 Kevin Buettner <kevinb@redhat.com>
7714
7715 * sparc-nat.c (sparc-nat.c): Don't include self.
7716
7717 2001-03-01 J.T. Conklin <jtc@redback.com>
7718
7719 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
7720 if __CYGWIN32__ is set from here.
7721 * config/i386/xm-cygwin.h: To here.
7722 * config/powerpc/xm-cygwin.h: To here.
7723
7724 * i386-stub.c (handle_exception): Use 'T' response packet.
7725
7726 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7727
7728 * m32r-tdep.c: Fix cut and paste error in comment.
7729
7730 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7731
7732 * symtab.c (print_msymbol_info): Print addresses by portable method
7733 longest_local_hex_string_custom. Allow for 64-bit addresses.
7734
7735 2001-03-01 J.T. Conklin <jtc@redback.com>
7736
7737 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
7738 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
7739 (MIN_OF_TYPE): Likewise.
7740
7741 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
7742
7743 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7744
7745 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
7746 * os9kread.c (os9k_process_one_symbol): Add assert to detect
7747 ``loses if sizeof (char *) > sizeof (int)''.
7748
7749 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7750
7751 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
7752
7753 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7754
7755 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
7756 lists.
7757 (mi-main.o): Ditto.
7758
7759 2001-03-01 Andrew Cagney <ac131313@redhat.com>
7760
7761 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
7762 dependency lists.
7763
7764 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
7765
7766 * printcmd.c (print_address_numeric): Update comments to refer
7767 to sizeof addr, not sizeof pointer.
7768 (x_command): Remove needless whitespace (shorten long line).
7769
7770 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
7771 (read_memory_nobpt): Ditto.
7772 (ep_is_catchpoint): Ditto.
7773 (ep_is_shlib_catchpoint): Ditto.
7774 (ep_is_exception_catchpoint): Ditto.
7775 (describe_other_breakpoints): Ditto.
7776
7777 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
7778
7779 * regcache.h (register_valid): Fix comment documenting valid
7780 states.
7781
7782 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
7783
7784 From Steven Johnson:
7785 * regcache.h: New file.
7786
7787 * value.h (read_register_bytes, read_register_gen)
7788 (write_register_gen, write_register_bytes)
7789 (read_register, read_register_pid)
7790 (read_signed_register, read_signed_register_pid)
7791 (write_register, write_register_pid)
7792 (register_cached, set_register_cached)
7793 (register_changed, register_buffer)
7794 (registers_changed, supply_register): Move declaration from here.
7795 * regcache.h: To here.
7796 * gdbcore.h (registers_fetched): Ditto.
7797 * inferior.h (registers, registers_valid): Ditto.
7798
7799 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
7800 generic_target_write_pc, write_pc_pid, write_pc,
7801 generic_target_read_sp, read_sp, generic_target_write_sp,
7802 write_sp, generic_target_read_fp, read_fp,
7803 generic_target_write_fp, write_fp): Add note that these functions
7804 will be moved from this file.
7805
7806 * a29k-tdep.c: Include "regcache.h".
7807 * a68v-nat.c: Ditto.
7808 * abug-rom.c: Ditto.
7809 * alpha-nat.c: Ditto.
7810 * alpha-tdep.c: Ditto.
7811 * alphabsd-nat.c: Ditto.
7812 * arc-tdep.c: Ditto.
7813 * arm-linux-nat.c: Ditto.
7814 * arm-linux-tdep.c: Ditto.
7815 * arm-tdep.c: Ditto.
7816 * blockframe.c: Ditto.
7817 * core-aout.c: Ditto.
7818 * core-sol2.c: Ditto.
7819 * corelow.c: Ditto.
7820 * cpu32bug-rom.c: Ditto.
7821 * cxux-nat.c: Ditto.
7822 * d10v-tdep.c: Ditto.
7823 * d30v-tdep.c: Ditto.
7824 * dbug-rom.c: Ditto.
7825 * dink32-rom.c: Ditto.
7826 * dve3900-rom.c: Ditto.
7827 * findvar.c: Ditto.
7828 * fr30-tdep.c: Ditto.
7829 * frame.c: Ditto.
7830 * go32-nat.c: Ditto.
7831 * h8300-tdep.c: Ditto.
7832 * h8500-tdep.c: Ditto.
7833 * hp300ux-nat.c: Ditto.
7834 * hppa-tdep.c: Ditto.
7835 * hppab-nat.c: Ditto.
7836 * hppah-nat.c: Ditto.
7837 * hppam3-nat.c: Ditto.
7838 * hpux-thread.c: Ditto.
7839 * i386-linux-nat.c: Ditto.
7840 * i386-linux-tdep.c: Ditto.
7841 * i386-tdep.c: Ditto.
7842 * i386aix-nat.c: Ditto.
7843 * i386b-nat.c: Ditto.
7844 * i386bsd-nat.c: Ditto.
7845 * i386gnu-nat.c: Ditto.
7846 * i386ly-tdep.c: Ditto.
7847 * i386m3-nat.c: Ditto.
7848 * i386mach-nat.c: Ditto.
7849 * i386nbsd-nat.c: Ditto.
7850 * i386v4-nat.c: Ditto.
7851 * i387-nat.c: Ditto.
7852 * i387-tdep.c: Ditto.
7853 * i960-tdep.c: Ditto.
7854 * ia64-aix-nat.c: Ditto.
7855 * ia64-linux-nat.c: Ditto.
7856 * ia64-tdep.c: Ditto.
7857 * infptrace.c: Ditto.
7858 * infrun.c: Ditto.
7859 * irix4-nat.c: Ditto.
7860 * irix5-nat.c: Ditto.
7861 * lin-lwp.c: Ditto.
7862 * lin-thread.c: Ditto.
7863 * lynx-nat.c: Ditto.
7864 * m3-nat.c: Ditto.
7865 * m32r-rom.c: Ditto.
7866 * m32r-tdep.c: Ditto.
7867 * m68hc11-tdep.c: Ditto.
7868 * m68k-tdep.c: Ditto.
7869 * m68klinux-nat.c: Ditto.
7870 * m68knbsd-nat.c: Ditto.
7871 * m68knbsd-tdep.c: Ditto.
7872 * m88k-nat.c: Ditto.
7873 * m88k-tdep.c: Ditto.
7874 * mac-nat.c: Ditto.
7875 * mcore-rom.c: Ditto.
7876 * mcore-tdep.c: Ditto.
7877 * mi/mi-main.c: Ditto.
7878 * mips-nat.c: Ditto.
7879 * mips-tdep.c: Ditto.
7880 * mipsm3-nat.c: Ditto.
7881 * mipsv4-nat.c: Ditto.
7882 * mn10200-tdep.c: Ditto.
7883 * mn10300-tdep.c: Ditto.
7884 * monitor.c: Ditto.
7885 * ns32km3-nat.c: Ditto.
7886 * ns32knbsd-nat.c: Ditto.
7887 * ocd.c: Ditto.
7888 * pa64solib.c: Ditto.
7889 * ppc-bdm.c: Ditto.
7890 * ppc-linux-nat.c: Ditto.
7891 * ppc-linux-tdep.c: Ditto.
7892 * ppcbug-rom.c: Ditto.
7893 * ppcnbsd-nat.c: Ditto.
7894 * ptx4-nat.c: Ditto.
7895 * regcache.c: Ditto.
7896 * remote-adapt.c: Ditto.
7897 * remote-array.c: Ditto.
7898 * remote-bug.c: Ditto.
7899 * remote-e7000.c: Ditto.
7900 * remote-eb.c: Ditto.
7901 * remote-es.c: Ditto.
7902 * remote-est.c: Ditto.
7903 * remote-hms.c: Ditto.
7904 * remote-mips.c: Ditto.
7905 * remote-mm.c: Ditto.
7906 * remote-nindy.c: Ditto.
7907 * remote-os9k.c: Ditto.
7908 * remote-rdi.c: Ditto.
7909 * remote-rdp.c: Ditto.
7910 * remote-sds.c: Ditto.
7911 * remote-sim.c: Ditto.
7912 * remote-st.c: Ditto.
7913 * remote-udi.c: Ditto.
7914 * remote-utils.c: Ditto.
7915 * remote-vx.c: Ditto.
7916 * remote-vx29k.c: Ditto.
7917 * remote-vx68.c: Ditto.
7918 * remote-vx960.c: Ditto.
7919 * remote-vxmips.c: Ditto.
7920 * remote-vxsparc.c: Ditto.
7921 * remote.c: Ditto.
7922 * rom68k-rom.c: Ditto.
7923 * rs6000-nat.c: Ditto.
7924 * rs6000-tdep.c: Ditto.
7925 * sh-tdep.c: Ditto.
7926 * sh3-rom.c: Ditto.
7927 * sol-thread.c: Ditto.
7928 * solib-svr4.c: Ditto.
7929 * somsolib.c: Ditto.
7930 * sparc-nat.c: Ditto.
7931 * sparc-tdep.c: Ditto.
7932 * sparcl-tdep.c: Ditto.
7933 * sparclet-rom.c: Ditto.
7934 * sun3-nat.c: Ditto.
7935 * sun386-nat.c: Ditto.
7936 * symm-nat.c: Ditto.
7937 * target.c: Ditto.
7938 * thread-db.c: Ditto.
7939 * thread.c: Ditto.
7940 * tic80-tdep.c: Ditto.
7941 * tracepoint.c: Ditto.
7942 * ultra3-nat.c: Ditto.
7943 * umax-xdep.c: Ditto.
7944 * uw-thread.c: Ditto.
7945 * v850-tdep.c: Ditto.
7946 * v850ice.c: Ditto.
7947 * valops.c: Ditto.
7948 * w65-tdep.c: Ditto.
7949 * w89k-rom.c: Ditto.
7950 * win32-nat.c: Ditto.
7951 * wince.c: Ditto.
7952 * z8k-tdep.c: Ditto.
7953
7954 2001-02-28 Matt Hiller <hiller@redhat.com>
7955
7956 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
7957
7958 2001-02-27 Matt Hiller <hiller@redhat.com>
7959
7960 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
7961 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
7962 mn10300_stab_reg_to_regnum.
7963
7964 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
7965
7966 * symtab.c (search_symbols): Fix off by one error in test for
7967 error.
7968
7969 2001-02-23 Andrew Cagney <ac131313@redhat.com>
7970
7971 * config/sparc/sp64linux.mt: New file.
7972 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
7973 * configure.host: Recognize sparc64-*-linux* as a linux host.
7974
7975 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
7976 * config/sparc/tm-sp64linux.h: New file.
7977
7978 2001-02-24 Kevin Buettner <kevinb@redhat.com>
7979
7980 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
7981 with call to internal_error().
7982 * dbxread.c (process_one_symbol): Likewise.
7983 * exec.c (build_section_table, xfer_memory): Likewise.
7984 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
7985 Likewise.
7986 * hpread.c (hpread_type_translate, hpread_read_array_type)
7987 (hpread_type_lookup): Likewise.
7988 * i386-tdep.c (gdb_print_insn_i386): Likewise.
7989 * i960-tdep.c (mem): Likewise
7990 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
7991 * infptrace.c (child_resume): Likewise.
7992 * infttrace.c (_initialize_infttrace): Likewise.
7993 * language.c (binop_result_type, add_language): Likewise.
7994 * lynx-nat.c (store_inferior_registers): Likewise.
7995 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
7996 * mdebugread.c (parse_partial_symbols): Likewise.
7997 * monitor.c (monitor_printf_noecho, monitor_printf)
7998 (monitor_dump_regs): Likewise.
7999 * ocd.c (stu_put_packet): Likewise.
8000 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
8001 * remote-bug.c (bug_open): Likewise.
8002 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
8003 * remote-es.c (es1800_read_bytes): Likewise.
8004 * remote-mips.c (common_breakpoint): Likewise.
8005 * remote-rdp.c (send_rdp): Likewise.
8006 * remote-sds.c (putmessage): Likewise.
8007 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
8008 Likewise.
8009 * sparcl-tdep.c (sparclite_download): Likewise.
8010 * symtab.c (lookup_partial_symbol): Likewise.
8011 * target.c (push_target, pop_target, initialize_targets): Likewise.
8012 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
8013 Likewise.
8014 * valprint.c (print_decimal, print_longest, print_longest)
8015 (strcat_longest): Likewise.
8016 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
8017 * xmodem.c (xmodem_send_packet): Likewise.
8018 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
8019 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
8020 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
8021 (STORE_RETURN_VALUE): Likewise.
8022 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
8023 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
8024 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
8025 Likewise.
8026
8027 2001-02-23 Andrew Cagney <ac131313@redhat.com>
8028
8029 * CONTRIBUTE: Document how to cite a problem report.
8030 * TODO: Note need to replace CONTRIBUTE with generated file.
8031
8032 * CONTRIBUTE: Mention that patches do not need to include the
8033 generated files gdbarch.h and gdbarch.c.
8034
8035 2001-02-21 Andrew Cagney <ac131313@redhat.com>
8036
8037 * value.h (get_saved_register): Move from here.
8038 * frame.h: To here.
8039
8040 2001-02-21 Kevin Buettner <kevinb@redhat.com>
8041
8042 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
8043 (in_solib_dynsym_resolve_code): Add declaration.
8044 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
8045 in_solib_dynsym_resolve_code() rather than
8046 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
8047 which caused this macro to only be defined when
8048 SVR4_SHARED_LIBS is defined.
8049 * solib.c (in_solib_dynsym_resolve_code): New function.
8050 * solist.h (struct target_so_ops): Add new member
8051 in_dynsym_resolve_code.
8052 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
8053 in_svr4_dynsym_resolve_code. Also, made static.
8054 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
8055 member in aix5_so_ops.
8056 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
8057 in_svr4_dynsym_resolve_code. Also, added second version
8058 of this function which will be used when SVR4_SHARED_LIBS
8059 is not defined.
8060 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
8061 member in svr4_so_ops.
8062
8063 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
8064 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
8065 config/ia64/xm-aix.h: New files.
8066 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
8067 (ia64_aix_sigcontext_register_address): New declaration.
8068 (ia64_gdbarch_init): Provide for initialization of
8069 sigcontext_register_address member of struct tdep when
8070 on target is detected to be running AIX.
8071 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
8072 this list.
8073
8074 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8075
8076 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
8077 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
8078 for thread support instead of linux-thread.o and lin-thread.o.
8079 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
8080 ATTACH_LWP): Define to use the following lin-lwp.c functions...
8081 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
8082 lin_lwp_attach_lwp): Declare.
8083
8084 2001-02-20 Andrew Cagney <ac131313@redhat.com>
8085
8086 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
8087 formatting.
8088
8089 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8090
8091 * solib-aix5.c (solib-svr4.h): Remove include.
8092 (solib_break_names): Delete names which aren't actually
8093 used by AIX5.
8094 (bkpt_names): Remove.
8095 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
8096 to STREQ() with equivalent calls to strcmp().
8097 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
8098 aix5_solib_create_inferior_hook): Revise comments.
8099 (enable_break): Remove old ``bkpt_names'' code.
8100
8101 2001-02-19 Andrew Cagney <ac131313@redhat.com>
8102
8103 * Makefile.in (SFILES): Add frame.c .
8104 (COMMON_OBS): Add frame.o .
8105 (frame.o): New target.
8106
8107 * frame.c (find_saved_register):
8108 (default_get_saved_register):
8109 (get_saved_register):
8110 (read_relative_register_raw_bytes_for_frame):
8111 (read_relative_register_raw_bytes): Moved to here.
8112 * regcache.c: From here.
8113
8114 2001-02-20 Kevin Buettner <kevinb@redhat.com>
8115
8116 * solib-aix5.c: New file.
8117
8118 2001-02-20 Martin M. Hunt <hunt@redhat.com>
8119
8120 * solib.c (info_sharedlibrary_command): Don't assume pointers
8121 are the same size of long, call longest_local_hex_string_custom().
8122
8123 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
8124 extract_signed_integer() should be called instead of
8125 extract_address().
8126
8127 2001-02-20 Martin M. Hunt <hunt@redhat.com>
8128
8129 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
8130
8131 2001-02-19 Andrew Cagney <ac131313@redhat.com>
8132
8133 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
8134 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
8135 then floating point registers are 8 bytes.
8136
8137 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8138
8139 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
8140 accomodate 64-bit addresses.
8141
8142 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8143
8144 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
8145 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
8146 lookup_symbol, when trying to find a symbol with a mangled name,
8147 to avoid infinite recursion.
8148
8149 2001-02-18 Andrew Cagney <ac131313@redhat.com>
8150
8151 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
8152
8153 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
8154
8155 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
8156 (save_prologue_cache): Ditto.
8157
8158 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8159
8160 From: innadadadavida@yahoo.com:
8161 * partial-stab.h (switch): Check that pst is not null
8162 before dereferencing it.
8163
8164 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8165
8166 From Andrew Cagney <cagney@b1.cygnus.com>:
8167 * symfile.c (add_symbol_file_command): Always initialize
8168 my_cleanup using a NULL cleanup.
8169
8170 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
8171
8172 * demangle.c (demangling_style_names): New variable.
8173 (_initialize_demangler): Fill demangling_style_names with the
8174 names of known demangling styles from libiberty_demanglers[]. Use
8175 add_set_enum_cmd instead of add_set_cmd, to get completion on
8176 demangling style names.
8177
8178 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
8179 file-name completion.
8180
8181 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
8182
8183 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
8184 `solib-absolute-prefix'.
8185
8186 * tracepoint.c (_initialize_tracepoint): Ditto for
8187 `save-tracepoints'.
8188
8189 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
8190
8191 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
8192 file-name completion.
8193
8194 * infcmd.c (_initialize_infcmd): Make the following commands use
8195 the file-name completer: `tty', `args', `path', `paths', and
8196 `run'.
8197
8198 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
8199
8200 * go32-nat.c: Include i387-nat.h.
8201 (fetch_register): New function, uses some of the guts of
8202 go32_fetch_registers and calls i387_supply_register.
8203 (go32_fetch_registers): Most of the code moved into
8204 fetch_register. Use i387_supply_fsave.
8205 (store_register): Use i387_fill_fsave instead of custom code.
8206 (go32_store_registers): Use i387_fill_fsave.
8207
8208 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
8209
8210 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
8211
8212 * completer.c (gdb_completer_file_name_break_characters): Remove
8213 slash from file-name break characters.
8214 [__MSDOS__]: Special definition for DOS/Windows file names.
8215 (line_completion_function): When completing on file names, bump
8216 `p' to the first file-name constituent character of `word', before
8217 invoking the completer.
8218
8219 2001-02-17 Mark Kettenis <kettenis@gnu.org>
8220
8221 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
8222 consistently for parameter names. Fix comments accordingly.
8223 (i387_supply_register): New function.
8224 (i387_supply_fsave): Implement using i387_supply_register.
8225 * i387-nat.h: Use regnum instead of regno consistently for
8226 parameter names. Fix comments accordingly.
8227 (i387_supply_register): New prototype.
8228
8229 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
8230
8231 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
8232 instead of TARGET_PTR_BIT (to support Harvard architectures).
8233
8234 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8235
8236 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
8237 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
8238 argument to parameter list and to call in order to conform to
8239 to_xfer_memory field of struct target_ops.
8240
8241 2001-02-12 Michael Chastain <chastain@redhat.com>
8242
8243 * somsolib.c (som_solib_add_solib_objfile): Do not use
8244 section relocation feature of syms_from_objfile. Do my own
8245 section relocation, offsetting each section of the som by
8246 either text_addr - text_link_addr or data_start.
8247
8248 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8249
8250 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
8251
8252 2001-02-16 Andrew Cagney <ac131313@redhat.com>
8253
8254 * MAINTAINERS (paper trail): Update.
8255
8256 2001-02-16 Mark Kettenis <kettenis@gnu.org>
8257
8258 * target.h (target_fetch_registers): Fix comment.
8259
8260 2001-02-15 Andrew Cagney <ac131313@redhat.com>
8261
8262 * f-exp.y: Include <ctype.h>.
8263 (parse_number): Ensure that ``i'' is always initialized.
8264
8265 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
8266
8267 * MAINTAINERS: Add myself to paper trail section.
8268
8269 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8270
8271 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
8272 * configure, config.in: Regenerate.
8273 * corelow.c: Include <sys/file.h> if present.
8274
8275 2001-02-14 Andrew Cagney <ac131313@redhat.com>
8276
8277 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
8278 declare when have SIGTTOU.
8279
8280 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
8281
8282 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
8283
8284 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
8285
8286 * MAINTAINERS: Update my email address.
8287
8288 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
8289
8290 * NEWS: Document that "info symbol" works with COFF debug info and
8291 its variants.
8292
8293 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
8294 symbols whose SYMBOL_BFD_SECTION is NULL.
8295
8296 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8297
8298 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
8299 * xcoffsolib.c (xcoff_solib_address): Renamed from
8300 pc_load_segment_name. Return NULL if address is not in a shared
8301 library. Cleanup shared library name construction, using xasprintf.
8302 Format shared library member names consistent with format in exec.c.
8303 (solib_info): Format shared library member names consistent with
8304 format in exec.c.
8305 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
8306 using xcoff_solib_address for PC_SOLIB definition.
8307 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
8308 needed.
8309
8310 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8311
8312 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
8313 with xmalloc calls and cleanups.
8314
8315 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8316
8317 * rs6000-nat.c (child_xfer_memory): Add missing parameter
8318 'struct mem_attrib *' required by 2001-01-23 change.
8319
8320 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
8321
8322 Updates to "make TAGS":
8323 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
8324 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
8325 tahoe-tdep.c.
8326 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
8327
8328 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
8329
8330 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
8331
8332 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
8333
8334 From Dean Luick <luick@cray.com>:
8335 * defs.h (continuation): Remove unused global variable.
8336
8337 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
8338
8339 * configure.tgt: Remove references to convex, pyramid, altos and
8340 tahoe.
8341 * configure.host: Ditto.
8342 * MAINTAINERS: Ditto.
8343 * NEWS: Update.
8344
8345 * tahoe-tdep.c: Delete obsolete file.
8346 * pyr-xdep.c: Ditto.
8347 * pyr-tdep.c: Ditto.
8348 * convex-tdep.c: Ditto.
8349 * convex-xdep.c: Ditto.
8350 * config/tahoe/xm-tahoe.h: Ditto.
8351 * config/tahoe/tm-tahoe.h: Ditto.
8352 * config/tahoe/tahoe.mt: Ditto.
8353 * config/tahoe/tahoe.mh: Ditto.
8354 * config/pyr/xm-pyr.h: Ditto.
8355 * config/pyr/tm-pyr.h: Ditto.
8356 * config/pyr/pyramid.mt: Ditto.
8357 * config/pyr/pyramid.mh: Ditto.
8358 * config/m68k/xm-altos.h: Ditto.
8359 * config/m68k/tm-altos.h: Ditto.
8360 * config/m68k/altos.mt: Ditto.
8361 * config/m68k/altos.mh: Ditto.
8362 * config/convex/xm-convex.h: Ditto.
8363 * config/convex/tm-convex.h: Ditto.
8364 * config/convex/convex.mt: Ditto.
8365 * config/convex/convex.mh: Ditto.
8366 * config/convex/Convex.notes: Ditto.
8367 * config/arm/xm-arm.h: Ditto.
8368 * config/arm/nm-arm.h: Ditto.
8369 * config/arm/arm.mt: Ditto.
8370 * config/arm/arm.mh: Ditto.
8371 * arm-convert.s: Ditto.
8372 * arm-xdep.c: Ditto.
8373 * altos-xdep.c: Ditto.
8374
8375 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
8376
8377 * defs.h (internal_error, internal_verror): Add __FILE__ and
8378 __LINE__ parameter.
8379 * utils.c (internal_error, internal_verror): Update.
8380
8381 * v850-tdep.c: Update calls to internal_error.
8382 * utils.c: Ditto.
8383 * ui-out.c: Ditto.
8384 * ui-file.c: Ditto.
8385 * target.h: Ditto.
8386 * symtab.h: Ditto.
8387 * symm-nat.c: Ditto.
8388 * sparc-tdep.c: Ditto.
8389 * source.c: Ditto.
8390 * serial.c: Ditto.
8391 * rs6000-tdep.c: Ditto.
8392 * rs6000-nat.c: Ditto.
8393 * remote.c: Ditto.
8394 * remote-vx.c: Ditto.
8395 * remote-sim.c: Ditto.
8396 * remote-mips.c: Ditto.
8397 * regcache.c: Ditto.
8398 * objfiles.h: Ditto.
8399 * objfiles.c: Ditto.
8400 * mn10300-tdep.c: Ditto.
8401 * mips-tdep.c: Ditto.
8402 * maint.c: Ditto.
8403 * m68k-tdep.c: Ditto.
8404 * m3-nat.c: Ditto.
8405 * language.c: Ditto.
8406 * infptrace.c: Ditto.
8407 * inferior.h: Ditto.
8408 * infcmd.c: Ditto.
8409 * ia64-tdep.c: Ditto.
8410 * i386-tdep.c: Ditto.
8411 * i386-linux-nat.c: Ditto.
8412 * hppah-nat.c: Ditto.
8413 * go32-nat.c: Ditto.
8414 * findvar.c: Ditto.
8415 * f-lang.c: Ditto.
8416 * elfread.c: Ditto.
8417 * event-loop.c: Ditto.
8418 * dwarf2read.c: Ditto.
8419 * dsrec.c: Ditto.
8420 * d30v-tdep.c: Ditto.
8421 * d10v-tdep.c: Ditto.
8422 * cli/cli-setshow.c: Ditto.
8423 * cli/cli-script.c: Ditto.
8424 * ch-exp.c: Ditto.
8425 * breakpoint.c: Ditto.
8426 * ax-gdb.c: Ditto.
8427 * arch-utils.c: Ditto.
8428 * a29k-tdep.c: Ditto.
8429 * gdb_assert.h: Ditto.
8430 * gdbarch.sh: Ditto.
8431 * gdbarch.h, gdbarch.c: Re-generate.
8432
8433 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8434
8435 From Mark Kettenis <kettenis@gnu.org>:
8436 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
8437
8438 2001-02-07 Andrew Cagney <ac131313@redhat.com>
8439
8440 * remote-sim.c (dump_mem): Cleanup printf format argument.
8441 * MAINTAINERS: Update, mn10300-elf now builds.
8442
8443 2001-02-07 Mark Kettenis <kettenis@gnu.org>
8444
8445 * event-top.c: Remove duplicate #include <signal.h>.
8446
8447 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8448
8449 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
8450 allocated buffer.
8451 (save_inferior_pid): Restore the PID from that tempoary
8452 buffer. Delete the buffer.
8453 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
8454
8455 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8456
8457 * MAINTAINERS: Add ``The Obvious Fix Rule''.
8458
8459 2001-02-06 Andrew Cagney <ac131313@redhat.com>
8460
8461 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
8462
8463 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
8464
8465 * gdbarch.sh: Include "gdb_assert.h".
8466 (struct gdbarch): Change ``nr_data'' to unsigned.
8467 (alloc_gdbarch_data, free_gdbarch_data): New functions.
8468 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
8469 architecture vector.
8470 (struct gdbarch_data, struct gdbarch_data_registration): Move init
8471 method to gdbarch_data. Add free method, make index unsigned.
8472 (struct gdbarch_data_registry): Make nr unsigned.
8473 (register_gdbarch_data): Add free parameter. Store in
8474 gdbarch_data.
8475 (init_gdbarch_data): Use set_gdbarch_data.
8476 (set_gdbarch_data): New function.
8477
8478 * gdbarch.h, gdbarch.c: Re-generate.
8479
8480 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8481
8482 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
8483 fprintf_filtered with correct arguments.
8484
8485 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
8486 Submitted by Paul Hilfinger (hilfingr@gnat.com)
8487 and Andrei Petrov (and@genesyslab.com).
8488 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
8489 must be allocated dynamically, since these are no longer constants.
8490 * infcmd.c: Ditto.
8491 * regcache.c: Ditto.
8492 * remote.c: Ditto.
8493 * sol-thread.c: Ditto.
8494 * valops.c: Ditto.
8495 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
8496 work-around for a missing Sun header file in solaris for sparc64.
8497
8498 2001-02-04 Philip Blundell <philb@gnu.org>
8499
8500 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
8501 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
8502 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
8503 GET_THREAD_SIGNALS): Define.
8504 * arm-linux-nat.c (fill_gregset): Correct type of argument.
8505 (supply_gregset): Likewise.
8506 (fill_fpregset): Likewise.
8507 (supply_fpregset): Likewise.
8508
8509 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
8510
8511 * valops.c (value_cast): If casting a scalar to a pointer, do not
8512 issue a message about truncation unless it exceeds the length of
8513 an address, not the length of a pointer. This is because what the
8514 user gives us is an address, not a pointer, and we will ultimately
8515 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
8516 to a pointer. This allows things like "print *(int *)0x01000234"
8517 to work without generating a misleading message on a target having
8518 two byte pointers and four byte addresses.
8519
8520 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8521
8522 * win32-nat.c: Change PTR to void * throughout.
8523
8524 2001-02-05 J.T. Conklin <jtc@redback.com>
8525
8526 * signals.h: Removed.
8527 * event-top.c (#include <signal.h>): Changed from signals.h.
8528 * inflow.c: Likewise.
8529 * mac-xdep.c: Likewise.
8530 * ser-pipe.c: Likewise.
8531 * ser-tcp.c: Likewise.
8532 * standalone.c: Likewise.
8533 * top.c: Likewise.
8534 * utils.c: Likewise.
8535 * Makefile.in: Removed signals.h from dependencies.
8536
8537 2001-02-05 Christopher Faylor <cgf@cygnus.com>
8538
8539 Change suggested by Dean Luick <luick@cray.com>
8540 * inferior.h (step_over_calls_kind): Remove trailing comma from
8541 last enum element.
8542 (step_over_calls): Declare as extern rather than global.
8543
8544 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8545
8546 * sh-tdep.c: Update copyright.
8547 (sh_extract_return_value): Rewrite.
8548 (sh3e_sh4_extract_return_value): New function.
8549 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
8550 version of the function for sh3e and sh4 CPUs.
8551
8552 2001-02-05 Michael Chastain <chastain@redhat.com>
8553
8554 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
8555 to conform with interface change.
8556
8557 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * config/djgpp/fnchange.lst: Tweak to make consistent with the
8560 new files.
8561
8562 * config/djgpp/djconfig.sh: Use explicit absolute file name when
8563 invoking `find'.
8564
8565 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
8566 UART_FIFO_WORKS is defined. Otherwise use outportb.
8567 From Francisco Pastor <fpastor.etra-id@etra.es>
8568
8569 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
8570 with target.h's `to_xfer_memory' member.
8571
8572 2001-02-02 J.T. Conklin <jtc@redback.com>
8573
8574 * ppc-bdm.c (#include <signal.h>): Removed.
8575 * remote-array.c: Likewise.
8576 * remote-bug.c: Likewise.
8577 * remote-e7000.c: Likewise.
8578 * remote-mips.c: Likewise.
8579 * remote-os9k.c: Likewise.
8580 * remote-st.c: Likewise.
8581 * remote-udi.c: Likewise.
8582 * remote-vx29k.c: Likewise.
8583 * remote-vx68.c: Likewise.
8584 * remote-vx960.c: Likewise.
8585 * remote-vxmips.c: Likewise.
8586 * remote-vxsparc.c: Likewise.
8587
8588 2001-02-02 John Moore <jmoore@redhat.com>
8589
8590 * remote-utils.h (sr_set_device): Changed free() to xfree() where
8591 appropriate. Also changed Copyright to include 2001.
8592 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
8593 * value.h (value_free): Likewise.
8594 * gdbarch.sh (gdbarch_free): Likewise.
8595 * gdbarch.c, gdbarch.h: Regenerated.
8596
8597 2001-02-02 John Moore <jmoore@redhat.com>
8598
8599 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
8600 xfree(). Also changed Copyright to include 2001.
8601
8602 2001-02-02 J.T. Conklin <jtc@redback.com>
8603
8604 * monitor.c (#include "gdb_wait.h"): Removed.
8605 * ocd.c: Likewise.
8606 * ppc-bdm.c: Likewise.
8607 * remote-adapt.c: Likewise.
8608 * remote-array.c: Likewise.
8609 * remote-bug.c: Likewise.
8610 * remote-e7000.c: Likewise.
8611 * remote-eb.c: Likewise.
8612 * remote-es.c: Likewise.
8613 * remote-mips.c: Likewise.
8614 * remote-mm.c: Likewise.
8615 * remote-nindy.c: Likewise.
8616 * remote-os9k.c: Likewise.
8617 * remote-rdi.c: Likewise.
8618 * remote-rdp.c: Likewise.
8619 * remote-sds.c: Likewise.
8620 * remote-sim.c: Likewise.
8621 * remote-st.c: Likewise.
8622 * remote-udi.c: Likewise.
8623 * remote-vx.c: Likewise.
8624 * remote-vx29k.c: Likewise.
8625 * remote-vx68.c: Likewise.
8626 * remote-vx960.c: Likewise.
8627 * remote-vxmips.c: Likewise.
8628 * remote-vxsparc.c: Likewise.
8629 * remote.c: Likewise.
8630 * ser-pipe.c: Likewise.
8631 * ser-unix.c: Likewise.
8632 * Makefile.in: Updated dependencies.
8633
8634 2001-01-31 David Smith <dsmith@redhat.com>
8635
8636 * event-loop.c: Change inclusion of string.h to gdb_string.h and
8637 updated the copyright notice.
8638 * ser-pipe.c: Ditto.
8639 * mi/mi-cmds.c: Ditto.
8640 * mi/mi-console.c: Ditto.
8641 * mi/mi-getopt.c: Ditto.
8642 * mi/mi-parse.c: Ditto.
8643
8644 2001-01-31 David Smith <dsmith@redhat.com>
8645
8646 * MAINTAINERS: Add David Smith to Write After Approval list.
8647
8648 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
8649
8650 * cli/cli-utils.c (putchar_filtered): Move function from here.
8651 * utils.c (putchar_filtered): To here.
8652 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
8653 * defs.h (putchar_filtered): To here.
8654
8655 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
8656
8657 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
8658 AC_FUNC_VFORK macro.
8659 * config.in, configure: Re-generate.
8660
8661 * gdb_vfork.h: New file.
8662 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
8663 * fork-child.c (fork_inferior): Ditto.
8664
8665 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
8666
8667 * defs.h (strsave): Delete declaration.
8668 * utils.c (strsave): Delete definition.
8669 * TODO (strsave): Update
8670
8671 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
8672 * sparcl-tdep.c (sparclite_open): Ditto.
8673 * mips-tdep.c (mips_set_processor_type_command): Ditto.
8674 (_initialize_mips_tdep): Ditto.
8675 * solib.c (solib_open): Ditto.
8676 * symfile.c (add_filename_language): Ditto.
8677 (set_ext_lang_command): Ditto.
8678 * source.c (init_source_path): Ditto.
8679 (mod_path): Ditto.
8680 * sh3-rom.c (sh3_open): Ditto.
8681 (sh3e_open): Ditto.
8682 * serial.c (serial_open): Ditto.
8683 * remote-mips.c (common_open): Ditto.
8684 * monitor.c (monitor_open): Ditto.
8685 * m32r-rom.c (m32r_upload_command): Ditto.
8686 * infcmd.c (path_command): Ditto.
8687 * f-exp.y (parse_number): Ditto.
8688 * breakpoint.c (create_longjmp_breakpoint): Ditto.
8689 (create_thread_event_breakpoint): Ditto.
8690 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
8691 (_initialize_arc_tdep): Ditto.
8692
8693 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
8694
8695 * cli/cli-script.c (define_command): Check for a bad hook value in
8696 switch statement.
8697
8698 2001-01-30 J.T. Conklin <jtc@redback.com>
8699
8700 * configure/sh/embed.mt: New file.
8701 * configure/sh/linux.mt: New file.
8702 * configure/sh/sh.mt: Removed.
8703 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
8704 (sh-*-*): Removed.
8705
8706 2001-01-29 Michael Chastain <chastain@redhat.com>
8707
8708 * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
8709 symbol comparisons in binary search.
8710
8711 2001-01-27 Christopher Faylor <cgf@cygnus.com>
8712
8713 * win32-nat.c (child_xfer_memory): Add missing argument required by
8714 2001-01-23 change.
8715
8716 2001-01-27 Mark Kettenis <kettenis@gnu.org>
8717
8718 * ui-out.c (do_list_end): New function.
8719 (make_cleanup_ui_out_list_end): New function.
8720 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
8721 * stack.c (print_frame) [UI_OUT]: Call
8722 make_cleanup_ui_out_list_end to make sure we mark the end of the
8723 list if we do a non-local exit. At the end of the function,
8724 instead of calling ui_out_list_end directly, let do_cleanups
8725 handle it.
8726
8727 2001-01-26 Fernando Nasser <fnasser@redhat.com>
8728
8729 Fix double parsing of filenames passed as command line arguments
8730 to GDB (causes weird handling of escape characters).
8731 Also, remove dependencies on the CLI from libgdb.
8732 * call-cmds.h: Remove declaration of exec_file_command().
8733 * gdbcore.h: Remove declaration of exec_file_command().
8734 Add declarations for exec_open() and exec_file_clear().
8735 * symfile.h: Add declarations for symbol_file_add_main() and
8736 symbol_file_clear().
8737 * exec.c (exec_open): New function. Implements to_open for exec
8738 targets.
8739 (exec_file_clear): New function. Makes GDB forget about a previously
8740 specified executable file.
8741 (exec_file_attach): Move parsing of arguments from here ...
8742 (exec_file_command): ... to here.
8743 (init_exec_ops): Use exec_open(), not exec_file_command() to
8744 implement to_open for exec targets.
8745 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
8746 with default values. Used when the file name has already been parsed.
8747 (symbol_file_clear): New function. Makes GDB forget about previously
8748 read symbols.
8749 (symbol_file_command): Call the above function instead of inline code.
8750 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
8751 "call-cmds.h".
8752 (captured_main): Call exec_file_attach() and symbol_file_add_main()
8753 instead of exec_file_command() and symbol_file_command().
8754 (captured_main): Add comment.
8755 * corefile.c: Include "symfile.h".
8756 (core_file_command): Call symbol_file_add_main() instead of
8757 symbol_file_command().
8758 (reopen_exec_file): Call exec_open() instead of exec_file_command().
8759 * infcmd.c: Include "symfile.h".
8760 (attach_command): Call symbol_file_add_main() instead of
8761 symbol_file_command().
8762 * infrun.c: Remove comment about the inclusion of "symfile.h",
8763 not any longer appropriate.
8764 (follow_exec): Call symbol_file_add_main() instead of
8765 symbol_file_command().
8766 * remote-es.c: Include "symfile.h".
8767 (es1800_load): Call symbol_file_add_main() instead of
8768 symbol_file_command().
8769 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
8770 not any longer appropriate.
8771 (vx-wait): Call symbol_file_add_main() instead of
8772 symbol_file_command().
8773 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
8774 instead of symbol_file_command().
8775 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
8776 symbol_file_add_main() instead of exec_file_command() and
8777 symbol_file_command().
8778 * Makefile.in: Update dependencies.
8779
8780 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8781
8782 * remote-udi.c (udi_open): Change strdup to xstrdup.
8783 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
8784 Update copyright message.
8785 * varobj.c (delete_variable_1): Likewise.
8786
8787 * gdb_string.h: Remove declaration of strdup. Update copyright
8788 message.
8789 * config/xm-mpw.h: Likewise.
8790 * config/i386/xm-i386mach.h: Likewise.
8791 * config/m68k/xm-apollo68b.h: Likewise.
8792 * config/m68k/xm-hp300bsd.h: Likewise.
8793 * config/rs6000/xm-rs6000.h: Likewise.
8794 * config/vax/xm-vaxult.h: Remove declaration of strdup.
8795 * config/vax/xm-vaxult2.h: Likewise.
8796
8797 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
8798
8799 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
8800
8801 2001-01-25 J.T. Conklin <jtc@redback.com>
8802
8803 * target.c (target_xfer_memory_partial): Return -1 on failure due
8804 to invalid access mode attribute.
8805
8806 2001-01-25 Christopher Faylor <cgf@cygnus.com>
8807
8808 * win32-nat.c (_initialize_core_win32): Prototype correctly.
8809
8810 2001-01-25 Mark Kettenis <kettenis@gnu.org>
8811
8812 * config/alpha/tm-fbsd.h: Update copyright.
8813 (USE_STRUCT_CONVENTION): Define in terms of
8814 alphabsd_use_struct_convention.
8815 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
8816 * alphafbsd-tdep.c: New file.
8817
8818 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8819
8820 * top.c (print_gdb_version): Update Copyright year.
8821
8822 2001-01-24 J.T. Conklin <jtc@redback.com>
8823
8824 * dcache.c (dcache_write_line): Fix typo.
8825
8826 * memattr.c (delete_mem_region): Replace free() with xfree().
8827 (mem_number): Add explicit type.
8828
8829 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
8830 (rw_common): Likewise.
8831
8832 2001-01-24 Fernando Nasser <fnasser@redhat.com>
8833
8834 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
8835 for the inferior program arguments.
8836 (run_command, run_no_args_command, init_infcmd)): Use accessor
8837 functions to set the inferior program arguments.
8838 * inferior.h: Add definitions to the accessor functions above.
8839
8840 2001-01-23 Jim Blandy <jimb@redhat.com>
8841
8842 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
8843 Implement these correctly, using make_cv_type.
8844
8845 2001-01-23 J.T. Conklin <jtc@redback.com>
8846
8847 * exec.c (xfer_memory): Add attrib argument.
8848 * infptrace.c (child_xfer_memory): Likewise.
8849 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
8850 * monitor.c (monitor_xfer_memory): Likewise.
8851 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
8852 * remote-array.c (array_xfer_memory): Likewise.
8853 * remote-bug.c (bug_xfer_memory): Likewise.
8854 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
8855 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
8856 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
8857 * remote-mips.c (mips_xfer_memory): Likewise.
8858 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
8859 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
8860 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
8861 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
8862 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
8863 * remote-sds.c (sds_xfer_memory): Likewise.
8864 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
8865 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
8866 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
8867 * remote-vx.c (vx_xfer_memory): Likewise.
8868 * remote.c (remote_xfer_memory): Likewise.
8869 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
8870 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
8871 * thread-db.c (thread_db_xfer_memory): Likewise.
8872
8873 * target.h (#include "memattr.h"): Added.
8874 (target_ops.to_xfer_memory): Add attrib argument.
8875
8876 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
8877 * dcache.h (set_dcache_state): Removed declaration.
8878 * dcache.c (set_dcache_state): Removed definition
8879
8880 * dcache.c: Update module comment, as dcache is now enabled and
8881 disabled with memory region attributes instead of by the global
8882 variable "remotecache". Add comment describing the interaction
8883 between dcache and memory region attributes.
8884 (dcache_xfer_memory): Add comment describing benefits of moving
8885 cache writeback to a higher level.
8886 (dcache_struct): Removed cache_has_stuff field. This was used to
8887 record whether the cache had been accessed in order to invalidate
8888 it when it was disabled. However, this is not needed because the
8889 cache is write through and the code that enables, disables, and
8890 deletes memory regions invalidate the cache. Add comment which
8891 suggests that we could be more selective and only invalidate those
8892 cache lines containing data from those memory regions.
8893 (dcache_invalidate): Updated.
8894 (dcache_xfer_memory): Updated.
8895
8896 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
8897 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
8898 perform a uncached transfer if dcache_enabled_p was clear. This
8899 function is now only called if caching is enabled for the memory
8900 region.
8901 (dcache_info): Always print cache info.
8902
8903 * target.c (do_xfer_memory): Add attrib argument.
8904 (target_xfer_memory, target_xfer_memory_partial): Break transfer
8905 into chunks defined by memory regions, pass region attributes to
8906 do_xfer_memory().
8907 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
8908
8909 * Makefile.in (SFILES): Add memattr.c.
8910 (COMMON_OBS): Add memattr.o.
8911 (dcache.o): Add target.h to dependencies.
8912 * memattr.c: New file.
8913 * memattr.h: Likewise.
8914
8915 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
8916 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
8917 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
8918 * gdbserver/low-sim.c (#include "defs.h"): Removed.
8919 (mygeneric_load): Rename from generic_load.
8920
8921 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
8922 (#include "defs.h"): Removed.
8923 (inferior_pid, perror_with_name): Remove declarations.
8924 * gdbserver/low-linux.c: Likewise.
8925 * gdbserver/low-nbsd.c: Likewise.
8926 * gdbserver/low-sparc.c: Likewise.
8927 * gdbserver/low-sun3.c: Likewise.
8928
8929 * i386-stub.c: Re-indent.
8930 * m68k-stub.c: Re-indent.
8931
8932 2001-01-22 Nicholas Duffek <nsd@redhat.com>
8933
8934 * gdbarch.sh (PARM_BOUNDARY): Define.
8935 * gdbarch.c: Regenerate.
8936 * gdbarch.h: Regenerate.
8937
8938 2001-01-22 J.T. Conklin <jtc@redback.com>
8939
8940 * ns32k-tdep.c: #include "frame.h"
8941 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
8942 appears to have been inadvertantly removed sometime in May 1999.
8943
8944 * Revert 2000-11-09 changes where shared library objects were
8945 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
8946 we'd like to be able to debug dynamically linked executables,
8947 this makes it impossible to build a cross debugger on a many
8948 hosts.
8949
8950 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
8951 * config/i386/nbsdelf.mt: Likewise.
8952 * config/m68k/nbsd.mt: Likewise.
8953 * config/ns32k/nbsd.mt: Likewise.
8954 * config/powerpc/nbsd.mt: Likewise.
8955 * config/sparc/nbsd.mt: Likewise.
8956 * config/sparc/nbsdelf.mt: Likewise.
8957 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
8958 * config/i386/nbsdelf.mh: Likewise.
8959 * config/m68k/nbsd.mh: Likewise.
8960 * config/ns32k/nbsd.mh: Likewise.
8961 * config/powerpc/nbsd.mh: Likewise.
8962 * config/sparc/nbsd.mh: Likewise.
8963
8964 2001-01-19 Jason Merrill <jason@redhat.com>
8965
8966 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
8967 (process_one_symbol): Likewise.
8968 * dwarfread.c (handle_producer): Likewise.
8969
8970 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
8971
8972 * configure.in (build_warnings): Disable -Wuninitialized until GDB
8973 compiles with -Wuninitialized,-Werror.
8974 * configure: Regenerate.
8975
8976 * MAINTAINERS: Add list of buildable targets.
8977
8978 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
8979
8980 * defs.h (STRCMP): Delete macro.
8981
8982 * objfiles.c (objfile_relocate): Replace STRCMP with call to
8983 strcmp.
8984 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8985 * symfile.c (compare_symbols): Ditto.
8986 * standalone.c (open): Ditto.
8987 * remote-es.c (verify_break): Ditto.
8988 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
8989
8990 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
8991
8992 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
8993
8994 * varobj.c (FREEIF): Delete macro.
8995 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
8996 call.
8997
8998 2001-01-18 Nick Clifton <nickc@redhat.com>
8999
9000 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
9001 (arc_print_insn): No bfd available, so pass NULL to
9002 arc_get_disassembler.
9003
9004 2001-01-09 James Ingham <jingham@inghji.apple.com>
9005
9006 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
9007 a mangled symbol rather than recursing into lookup_symbol, since
9008 this will just re-unmangle the name & call lookup_symbol_aux -
9009 leading to an infinite recursion.
9010
9011 2001-01-18 Mark Kettenis <kettenis@gnu.org>
9012
9013 * infcmd.c (print_return_value): Restore another space lost by
9014 switch to UIOUT. ``$NN='' should be ``$NN =''.
9015
9016 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9017
9018 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
9019 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
9020 definition in parenthesis.
9021
9022 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
9023
9024 From 2000-10-27 Mark Salter <msalter@redhat.com>:
9025 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
9026 packet.
9027 (remote_insert_hw_breakpoint): Ditto.
9028
9029 2001-01-17 J.T. Conklin <jtc@redback.com>
9030
9031 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9032 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
9033 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
9034 * m68knbsd-tdep.c: New file.
9035
9036 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
9037
9038 * m68knbsd-nat.c: #include gdbcore.h.
9039
9040 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
9041
9042 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
9043
9044 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
9045
9046 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
9047 goes away -- just return false (ie. not stopped by watchpoint).
9048 * source.c (openp): Fix typo in comment.
9049
9050 2001-01-12 Nicholas Duffek <nsd@redhat.com>
9051
9052 * blockframe.c (generic_get_saved_register): Spelling fix.
9053 * frame.h (FRAME_FP): Spelling fix.
9054
9055 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
9056
9057 * infcmd.c (print_return_value): Restore space lost by switch to
9058 UIOUT. ``$NN='' should be ``$NN =''.
9059
9060 2001-01-08 Nicholas Duffek <nsd@redhat.com>
9061
9062 * regcache.c (set_register_cached, register_buffer,
9063 real_register, pseudo_register fetch_register, store_register):
9064 New functions.
9065 (register_changed, read_relative_register_raw_bytes_for_frame,
9066 registers_changed, registers_fetched, read_register_bytes,
9067 read_register_gen, write_register_gen, read_register,
9068 read_signed_register, write_register, supply_register): Replace
9069 register_valid[] with register_cached() and
9070 set_register_cached().
9071 (read_register_bytes, read_register_gen, write_register_gen,
9072 read_register, read_signed_register, write_register,
9073 supply_register): Replace registers[] with register_buffer().
9074 (read_register_bytes, read_register_gen, read_register,
9075 read_signed_register): Call fetch_register().
9076 (write_register_gen, write_register): Call real_register() and
9077 store_register().
9078 (write_register_bytes): Call store_register().
9079 * value.h (set_register_cached, register_buffer): Prototype.
9080 * remote.c (remote_fetch_registers): Allocate regs[] with a
9081 run-time size. Replace register_valid[] with
9082 set_register_cached().
9083 (store_register_using_P, remote_store_registers): Replace
9084 registers[] with register_buffer().
9085
9086 2001-01-08 Nicholas Duffek <nsd@redhat.com>
9087
9088 * regcache.c: Change "write-back" comment to "write-through".
9089 Change "regno" to "regnum".
9090 (read_register, read_signed_register): Remove "raw" from return
9091 value description.
9092 (supply_register): Spelling fix.
9093 * value.h: Change "regno" to "regnum".
9094
9095 2001-01-08 Fernando Nasser <fnasser@redhat.com>
9096
9097 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
9098 to be installed.
9099
9100 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
9101
9102 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
9103
9104 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9105
9106 * valops.c (VALUE_SUBSTRING_START): Delete.
9107
9108 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9109
9110 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
9111 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
9112 (cli_utils_h): New variable.
9113 (cli/cli-utils.o): New rule.
9114 * cli/cli-utils.c: New file.
9115 * cli/cli-utils.h: New file.
9116
9117 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9118
9119 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
9120 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
9121
9122 2001-01-03 J.T. Conklin <jtc@redback.com>
9123
9124 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
9125 comment.
9126
9127 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
9128
9129 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
9130 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
9131 non-float types.
9132 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
9133 Update copyright notice.
9134
9135 For older changes see ChangeLog-2000
9136 \f
9137 Local Variables:
9138 mode: change-log
9139 left-margin: 8
9140 fill-column: 74
9141 version-control: never
9142 End: