* v850-tdep.c (v850_type_is_scalar): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
2
3 * v850-tdep.c (v850_type_is_scalar): New function.
4 (v850_use_struct_convention): Match current gcc implementation
5 as close as possible.
6 (v850_push_arguments): Fix stack_offset handling. Don't write
7 struct_addr into register. This is done by v850_store_struct_return.
8 (v850_extract_return_value): Care for structs.
9 (v850_store_return_value): Ditto.
10 (v850_store_struct_return): Actually write address.
11
12 2002-06-11 Michal Ludvig <mludvig@suse.cz>
13
14 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
15 without debug information too.
16
17 2002-06-10 Andrew Cagney <ac131313@redhat.com>
18
19 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
20 Make multi-arch pure.
21 * gdbarch.h, gdbarch.c: Re-generate.
22 * arm-tdep.c (arm_print_float_info): Update.
23 * arch-utils.h (default_print_float_info): Update.
24 * arch-utils.c (default_print_float_info): Update.
25 * infcmd.c (float_info): Update call.
26
27 2002-06-10 Andrew Cagney <ac131313@redhat.com>
28
29 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
30 the front of the initialize list.
31
32 2002-06-10 Andrew Cagney <ac131313@redhat.com>
33
34 * infrun.c (struct inferior_status): Replace fields
35 selected_frame_address and selected_level with field
36 selected_frame_id.
37 (save_inferior_status): Update. Use get_frame_id.
38 (struct restore_selected_frame_args): Delete.
39 (restore_selected_frame): Update. Use frame_find_by_id.
40 (restore_inferior_status): Update.
41
42 * breakpoint.h (struct breakpoint): Change type of
43 watchpoint_frame to frame_id.
44 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
45 call to get_current_frame.
46 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
47 get_current_frame.
48 (watchpoint_check): Use frame_find_by_id.
49
50 * frame.h (record_selected_frame): Delete declaration.
51 * stack.c (record_selected_frame): Delete function.
52
53 * frame.h (struct frame_id): Define.
54 (get_frame_id): Declare.
55 (frame_find_by_id): Declare.
56 * frame.c (frame_find_by_id): New function.
57 (get_frame_id): New function.
58
59 2002-06-10 Andrey Volkov <avolkov@transas.com>
60
61 * ser-e7kpc.c: Fix duplicated define and call of
62 _initialize_ser_e7000pc
63
64 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
65
66 * signals/signals.c (target_signal_from_host): Fix #ifdef
67 SIGRTMIN case.
68 (do_target_signal_to_host): Likewise.
69
70 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
71
72 * mips-tdep.c (mips_find_abi_section): New function.
73 (mips_gdbarch_init): Call it.
74
75 2002-06-09 Mark Kettenis <kettenis@gnu.org>
76
77 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
78 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
79 after Andrew's 2002-06-08 gdbarch change.
80
81 2002-06-09 Mark Kettenis <kettenis@gnu.org>
82
83 * i386-linux-nat.c (suppy_gregset): Don't supply
84 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
85 register cache.
86 (fill_gregset): Don't fetch it under the same circumstances.
87
88 2002-06-09 Andrew Cagney <cagney@redhat.com>
89
90 * Makefile.in (callback_h): Define.
91 (remote_sim_h): Update path to remote-sim.h.
92 (remote-rdp.o): Add $(callback_h).
93 (remote-sim.o): Use $(callback_h).
94 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
95 * remote-rdp.c: Include "gdb/callback.h".
96
97 2002-06-09 Mark Kettenis <kettenis@gnu.org>
98
99 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
100 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
101
102 2002-06-08 Andrew Cagney <ac131313@redhat.com>
103
104 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
105 * rdi-share/serpardr.c: Ditto.
106 * rdi-share/unixcomm.c: Ditto.
107 * rdi-share/serdrv.c: Ditto.
108 * rdi-share/hostchan.h: Ditto.
109 * rdi-share/hostchan.c: Ditto.
110 * rdi-share/host.h: Ditto.
111 * rdi-share/devsw.c: Ditto.
112
113 * objfiles.h: Change type of obj_private to void pointer.
114 * pa64solib.c: Update copyright. Don't include "assert.h", use
115 strcmp instead of STREQ, use LONGEST, do not use PTR
116 * somsolib.c: Ditto.
117
118 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
119 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
120 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
121
122 2002-06-08 Andrew Cagney <ac131313@redhat.com>
123
124 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
125 (default_get_saved_register): Delete function.
126 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
127 generic_unwind_get_saved_register.
128 * gdbarch.h, gdbarch.c: Re-generate.
129
130 2002-06-08 Andrew Cagney <ac131313@redhat.com>
131
132 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
133 generic_func_frame_chain_valid.
134 * gdbarch.h, gdbarch.c: Re-generate.
135 * blockframe.c (generic_func_frame_chain_valid): Only check
136 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
137 passing FP to PC_IN_CALL_DUMMY.
138 Fix PR gdb/360.
139
140 2002-06-08 Andrew Cagney <ac131313@redhat.com>
141
142 * gdbarch.sh (struct gdbarch_data): Add field init_p.
143 (register_gdbarch_data): Initialize init_p.
144 (gdbarch_data): Initialize data pointer using the init function.
145 (init_gdbarch_data): Delete function.
146 (gdbarch_update_p): Update.
147 (initialize_non_multiarch): Update.
148 (struct gdbarch): Add field initialized_p.
149 * gdbarch.h, gdbarch.c: Re-generate.
150
151 2002-06-07 Michal Ludvig <mludvig@suse.cz>
152
153 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
154 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
155 better do the things actually here.
156 * x86-64-tdep.c (x86_64_register_name2nr): New.
157 (x86_64_register_name): Renamed to x86_64_register_nr2name.
158 (x86_64_gdbarch_init): Respect the above change.
159 * x86-64-tdep.h (x86_64_register_name2nr)
160 (x86_64_register_nr2name): Add prototypes.
161 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
162
163 2002-06-06 Michael Snyder <msnyder@redhat.com>
164
165 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
166 Delete extra braces and re-indent.
167 (d10v_store_return_value): Char return values
168 must be shifted over by one byte in R0.
169 (d10v_extract_return_value): Delete extra braces, re-indent.
170
171 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
172
173 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
174 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
175 (d10v_integer_to_address): Rewrite.
176 (d10v_frame_init_saved_regs): When reading fp and sp registers use
177 the d10v specific functions which take care of converting to the
178 correct space.
179
180 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
181
182 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
183 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
184
185 2002-06-02 Andrew Cagney <ac131313@redhat.com>
186
187 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
188 includes.
189 * config/tm-linux.h: Ditto.
190 * config/alpha/tm-alphalinux.h: Ditto.
191 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
192 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
193 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
194 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
195 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
196 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
197 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
198 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
199 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
200 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
201 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
202 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
203 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
204 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
205 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
206 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
207 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
208 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
209 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
210 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
211 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
212 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
213 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
214 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
215 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
216 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
217 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
218 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
219 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
220 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
221 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
222 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
223 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
224 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
225 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
226 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
227 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
228
229 2002-05-04 Aidan Skinner <aidan@velvet.net>
230
231 * ada-exp.tab.c: New file
232 * ada-exp.y: New file
233 * ada-lang.c: New file
234 * ada-lang.h: New file
235 * ada-lex.c: New file
236 * ada-lex.l: New file
237 * ada-tasks.c: New file
238 * ada-typeprint.c: New file
239 * ada-valprint.c: New file
240
241 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
242
243 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
244 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
245
246 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
247
248 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
249 insetead of ppc-linux-tdep.o.
250 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
251 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
252
253 2002-06-02 Andrew Cagney <ac131313@redhat.com>
254
255 2002-05-07 Christian Groessler <chris@groessler.org>
256 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
257 bit register contents for little endian hosts.
258
259 2002-06-01 Andrew Cagney <ac131313@redhat.com>
260
261 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
262 any maintainer.
263
264 2002-06-01 Andrew Cagney <ac131313@redhat.com>
265
266 * gdbarch.h: Regenerate.
267
268 2002-06-01 Andrew Cagney <ac131313@redhat.com>
269
270 * MAINTAINERS: Add everyone to write-after-approval list.
271
272 2002-06-01 Andrew Cagney <ac131313@redhat.com>
273
274 * stack.c (frame_info): Use frame_register_unwind instead of
275 saved_regs. Mention when the SP is on the stack or in a register.
276
277 * frame.h (frame_register_unwind_ftype): Define. Document.
278 (struct frame_info): Add field register_unwind and
279 register_unwind_cache.
280 (frame_register_unwind): Declare.
281 (generic_unwind_get_saved_register): Declare.
282
283 * frame.c (frame_register_unwind): New function.
284 (generic_unwind_get_saved_register): New function.
285
286 * blockframe.c (generic_call_dummy_register_unwind): New function.
287 (frame_saved_regs_register_unwind): New function.
288 (set_unwind_by_pc): New function.
289 (create_new_frame): New function.
290 (get_prev_frame): New function.
291
292 2002-05-30 Andrew Cagney <ac131313@redhat.com>
293
294 * a29k-share/: Delete directory.
295 * remote-vx29k.c: Delete file.
296
297 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
298
299 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
300 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
301
302 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
303
304 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
305 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
306 (sparc64nbsd-nat.o)
307 (sparcnbsd-nat.o)
308 (sparcnbsd-tdep.o): New dependency lists.
309 * NEWS: Note new UltraSPARC NetBSD native configuration.
310 * configure.host (sparc64-*-netbsd*): New host.
311 * configure.tgt (sparc-*-netbsdelf*)
312 (sparc-*-netbsd*): Set gdb_target to nbsd.
313 (sparc64-*-netbsd*): New target.
314 * sparc64nbsd-nat.c: New file.
315 * sparcnbsd-nat.c: New file.
316 * sparcnbsd-tdep.c: New file.
317 * sparcnbsd-tdep.h: New file.
318 * config/sparc/nbsd.mt: New file.
319 * config/sparc/nbsd64.mh: New file.
320 * config/sparc/nbsd64.mt: New file.
321 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
322 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
323 (HOST_IPC): Remove.
324 * config/sparc/nbsdaout.mt: Remove.
325 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
326 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
327 (HOST_IPC): Remove.
328 * config/sparc/nbsdelf.mt: Remove.
329 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
330 sparc-nat.c compatiblity defines.
331 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
332 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
333 * config/sparc/tm-nbsd64.h: New file.
334 * config/sparc/tm-nbsdaout.h: Remove.
335 * config/sparc/xm-nbsd.h: Remove.
336
337 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
338
339 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
340 * sparc-tdep.c: Include osabi.h.
341 (gdbarch_tdep): Add osabi member.
342 (_initialize_sparc_tdep): Use gdbarch_register.
343 (sparc_gdbarch_init): Use generic OS ABI framework.
344 (sparc_dump_tdep): New function.
345
346 2002-05-30 Kevin Buettner <kevinb@redhat.com>
347
348 * corefile.c (do_captured_read_memory_integer): Return non-zero
349 result.
350 (safe_read_memory_integer): Copy result of memory read when
351 status is non-zero. Also, add comments.
352
353 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
354
355 * Makefile.in (ppc_tdep_h): Define.
356 (ppc-linux-nat.o)
357 (ppc-linux-tdep.o)
358 (rs6000-tdep.o): Use $(ppc_tdep_h).
359 (ppc-sysv-tdep.o)
360 (ppcnbsd-nat.o)
361 (ppcnbsd-tdep.o): New dependency lists.
362 * ppc-tdep.h: Use generic OS ABI framework.
363 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
364 (ppc_linux_init_abi): New functions.
365 (ppc_sysv_abi_broken_use_struct_convention)
366 (ppc_sysv_abi_use_struct_convention)
367 (ppc_sysv_abi_push_arguments): Move to...
368 * ppc-sysv-tdep.c: ...here.
369 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
370 * rs6000-tdep.c (process_note_abi_tag_sections)
371 (get_elfosabi): Remove.
372 (rs6000_gdbarch_init): Use generic OS ABI framework.
373 (rs6000_dump_tdep): New function.
374 (_initialize_rs6000_tdep): Use gdbarch_register.
375 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
376 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
377 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
378 of ppc-linux-tdep.o.
379 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
380 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
381 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
382 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
383 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
384 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
385
386 2002-05-29 Jim Blandy <jimb@redhat.com>
387
388 * macroscope.c (default_macro_scope): Put `void' in empty argument
389 list.
390
391 2002-05-29 Andrew Cagney <ac131313@redhat.com>
392
393 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
394 * arch-utils.c: Include "sim-regno.h".
395 * gdbarch.sh: Don't include "sim-regno.h".
396 * gdbarch.h, gdbarch.c: Regenerate.
397 * sim-regno.h (legacy_register_sim_regno): Move declaration from
398 here.
399 * arch-utils.h (legacy_register_sim_regno): To here.
400 * remote-sim.c (legacy_register_sim_regno): Move function from
401 here.
402 * arch-utils.c (legacy_register_sim_regno): To here.
403
404 2002-05-28 Andrew Cagney <ac131313@redhat.com>
405
406 * sim-regno.h: New file.
407 * Makefile.in (sim_regno_h): Define.
408 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
409 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
410 (legacy_register_sim_regno): New function.
411 (one2one_register_sim_regno): New function.
412 (gdbsim_fetch_register): Rewrite.
413 (gdbsim_store_register): Only store a register when
414 REGISTER_SIM_REGNO is valid.
415 * d10v-tdep.c: Include "sim-regno.h".
416 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
417 (d10v_ts3_register_sim_regno): Ditto.
418 * gdbarch.sh: Include "sim-regno.h".
419 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
420 * gdbarch.h, gdbarch.c: Regenerate.
421 * arch-utils.h (default_register_sim_regno): Delete declaration.
422 * arch-utils.c (default_register_sim_regno): Delete function.
423
424 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
425
426 * ppcnbsd-nat.c: Rewrite.
427 * ppcnbsd-tdep.c: New file.
428 * ppcnbsd-tdep.h: New file.
429 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
430 solib.o, and solib-svr4.o.
431 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
432 nbsd-tdep.o, and corelow.o.
433
434 2002-05-28 Andrew Cagney <ac131313@redhat.com>
435
436 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
437 `tr' and `sed'. Mention that `broken' targets are not expected to
438 build.
439
440 2002-05-27 Michal Ludvig <mludvig@suse.cz>
441
442 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
443 Let PC point right after the prologue before looking up symbols.
444
445 2002-05-27 Martin M. Hunt <hunt@redhat.com>
446
447 * i386-tdep.c (i386_register_virtual_type): Return
448 builtin_type_vec128i for SSE registers.
449
450 * gdbtypes.h (builtin_type_vec128i): Declare.
451
452 * gdbtypes.c (build_builtin_type_vec128i): New function.
453 (builtin_type_v2_double, builtin_type_v4_int64): New types.
454 (builtin_type_vec128i): New type for SSE2 128-bit registers.
455 (build_gdbtypes): Initialize new builtin vector types.
456 (_initialize_gdbtypes): Register new vector types with gdbarch.
457
458 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
459
460 * MAINTAINERS: ns32k is not longer an obsolete candidate,
461 since it has been multi-arch'd.
462 * NEWS: Note that ns32k-*-* is now partial multi-arch.
463 Move Alpha and VAX multi-arch news entries to same section
464 as other multi-arch news.
465
466 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
467
468 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
469 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
470 static. Rename some register numbers to put them in ns32k-tdep
471 private namespace.
472 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
473 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
474 functions.
475 (_initialize_ns32k_tdep): Use gdbarch_register.
476 * ns32k-tdep.h: New file.
477 * ns32knbsd-tdep.c: New file.
478 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
479 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
480 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
481 REGISTER_BYTES, REGISTER_BYTE): Remove.
482 * config/ns32k/tm-ns32k.h: New file.
483 * config/ns32k/tm-umax.h: Remove.
484
485 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
486
487 * ns32k-tdep.c (ns32k_saved_pc_after_call,
488 ns32k_store_struct_return, ns32k_extract_return_value,
489 ns32k_store_return_value, ns32k_extract_struct_value_address): New
490 functions.
491 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
492 ns32k_saved_pc_after_call.
493 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
494 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
495 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
496 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
497 ns32k_extract_struct_value_address.
498
499 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
500
501 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
502 ns32k_fix_call_dummy): New.
503 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
504 ns32k_call_dummy_words.
505 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
506 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
507 CALL_DUMMY_NARGS): Remove.
508 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
509
510 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
511
512 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
513 ns32k_frame_saved_pc, ns32k_frame_args_address,
514 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
515 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
516 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
517 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
518 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
519 (BREAKPOINT): Remove..
520 (FRAME_CHAIN): Define as ns32k_frame_chain.
521 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
522 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
523 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
524 (FRAME_FIND_SAVED_REGS): Remove.
525 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
526 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
527 (POP_FRAME): Define as ns32k_pop_frame.
528
529 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
530
531 * ns32k-tdep.c (ns32k_register_byte_32082,
532 ns32k_register_byte_32382, ns32k_register_raw_size,
533 ns32k_register_virtual_size, ns32k_register_virtual_type): New
534 functions.
535 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
536 ns32k_register_byte_32382.
537 * config/ns32k/tm-umax.h: Update copyright years.
538 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
539 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
540 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
541 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
542 (ns32k_get_enter_addr): Fix prototype.
543
544 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
545
546 * ns32k-tdep.c: Update copyright years.
547 (ns32k_register_name_32082): New function.
548 (ns32k_register_name_32382): Ditto.
549 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
550 (REGISTER_NAME): Define as ns32k_register_name_32382.
551 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
552 (REGISTER_NAME): Define as ns32k_register_name_32082.
553
554 2002-05-24 Jim Blandy <jimb@redhat.com>
555
556 * dwarf2read.c (free_line_header): Use xfree, not free.
557
558 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
559
560 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
561 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
562
563 2002-05-23 Andrew Cagney <ac131313@redhat.com>
564
565 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
566
567 2002-05-23 Andrew Cagney <ac131313@redhat.com>
568
569 From Ross Alexander at NEC Europe:
570 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
571
572 2002-05-23 Michael Snyder <msnyder@redhat.com>
573
574 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
575 for input, rather than parse_and_eval_address.
576
577 2002-05-23 Andrew Cagney <ac131313@redhat.com>
578
579 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
580 * Makefile.in (sim_d10v_h): Update definition.
581
582 2002-05-24 Andrew Cagney <cagney@redhat.com>
583
584 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
585 change `2002-05-22 Michael Snyder' below.
586 (d10v_push_arguments): Ditto.
587 (d10v_extract_return_value): Ditto.
588
589 2002-05-23 Jim Blandy <jimb@redhat.com>
590
591 * macrotab.c (check_for_redefinition): Don't complain if the new
592 definition is the same as the previous one. Take more arguments
593 to allow the comparison.
594 (macro_define_object, macro_define_function): Pass more arguments
595 to check_for_redefinition.
596
597 2002-05-22 Michael Snyder <msnyder@redhat.com>
598
599 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
600 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
601 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
602 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
603 Don't bail if return_pc is PC_IN_CALL_DUMMY.
604 Add a temp variable to save a call (and a memory read).
605 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
606 if possible (so that PC_IN_CALL_DUMMY will work).
607
608 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
609
610 * MAINTAINERS: Remove status `OBSOLETE' from v850.
611
612 2002-05-22 Michal Ludvig <mludvig@suse.cz>
613
614 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
615 fde->cie_ptr.
616 (dwarf2_build_frame_info): Corrected handling of eh_frame.
617 (dwarf2_build_frame_info): Add offset to fde->initial_location
618 so that frames of shared libraries are mapped correctly.
619 (execute_stack_op): Change type of 'result' from ULONGEST to
620 CORE_ADDR.
621
622 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
623
624 * config/alpha/tm-nbsd.h: Include solib.h.
625
626 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
627
628 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
629 assumptions about the host's byte order.
630
631 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
632
633 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
634 to dependency list.
635 * alphanbsd-tdep.c: Include solib-svr4.h.
636 * shnbsd-tdep.c: Ditto.
637
638 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
639
640 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
641 nbsd-tdep.h to dependency list.
642 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
643 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
644 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
645 nbsdaout.mh and nbsdelf.mh consistently.
646 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
647 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
648 nbsdaout.mt and nbsdelf.mh consistently.
649 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
650 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
651 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
652 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
653 a.out shared library stuff from here...
654 * config/nm-nbsdaout.h: ...to here.
655 * config/tm-nbsd.h: Remove.
656 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
657 * config/arm/nbsd.mh: Remove.
658 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
659 nbsd-tdep.o.
660 * config/arm/nbsdaout.mh: New file.
661 * config/arm/nbsdelf.mh: New file.
662 * config/arm/nm-nbsdaout.h: New file.
663 * config/i386/nbsd.mh: Remove.
664 * config/i386/nbsd.mt: Remove.
665 * config/i386/nbsdaout.mh: New file.
666 * config/i386/nbsdaout.mt: New file.
667 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
668 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
669 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
670 i386_register_u_addr): Remove.
671 * config/i386/nm-nbsdaout.h: New file.
672 * config/i386/nm-nbsdelf.h: Remove.
673 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
674 (USE_STRUCT_CONVENTION): Remove.
675 * config/i386/tm-nbsdaout.h: New file.
676 * config/i386/tm-nbsdelf.h: Remove.
677 * config/m68k/nbsd.mh: Remove.
678 * config/m68k/nbsd.mt: Remove.
679 * config/m68k/nbsdaout.mh: New file.
680 * config/m68k/nbsdaout.mt: New file.
681 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
682 * config/m68k/nm-nbsdaout.h: New file.
683 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
684 (IN_SOLIB_CALL_TRAMPOLINE): Define.
685 * config/ns32k/nbsd.mh: Remove.
686 * config/ns32k/nbsd.mt: Remove.
687 * config/ns32k/nbsdaout.mh: New file.
688 * config/ns32k/nbsdaout.mt: New file.
689 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
690 * config/ns32k/nm-nbsdaout.h: New file.
691 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
692 (IN_SOLIB_CALL_TRAMPOLINE): Define.
693 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
694 (SVR4_SHARED_LIBS): Remove.
695 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
696 * config/sparc/nbsd.mh: Remove.
697 * config/sparc/nbsd.mt: Remove.
698 * config/sparc/nbsdaout.mh: New file.
699 * config/sparc/nbsdaout.mt: New file.
700 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
701 * config/sparc/nbsdelf.mt: New file.
702 * config/sparc/nm-nbsdaout.h: New file.
703 * config/sparc/nm-nbsdelf.h: Remove.
704 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
705 * config/sparc/tm-nbsdaout.h: New file.
706
707 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
708
709 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
710 mipsnbsd-tdep.c
711 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
712
713 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
714
715 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
716 shnbsd-nat.c.
717 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
718
719 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
720
721 * NEWS: Note new MIPS NetBSD native configuration.
722 * configure.host (mips*-*-netbsd*): New host.
723 * configure.tgt (mips*-*-netbsd*): New target.
724 * mipsnbsd-nat.c: New file.
725 * mipsnbsd-tdep.c: New file.
726 * mipsnbsd-tdep.h: New file.
727 * config/mips/nbsd.mh: New file.
728 * config/mips/nbsd.mt: New file.
729 * config/mips/nm-nbsd.h: New file.
730 * config/mips/tm-nbsd.h: New file.
731
732 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
733
734 * Makefile.in (SFILES): Add osabi.c.
735 (COMMON_OBS): Add osabi.o.
736 (osabi.o): New dependency list.
737 * osabi.c: New file.
738 * osabi.h: New file.
739 * doc/gdbint.texinfo: Document new generic OS ABI framework.
740
741 * Makefile.in (alpha_tdep_h): Define and use instead of
742 alpha-tdep.h.
743 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
744 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
745 Remove.
746 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
747 * alpha-tdep.h: Include osabi.h.
748 (alpha_abi): Remove.
749 (gdbarch_tdep): Use generic OS ABI framework.
750 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
751 gdbarch_register_osabi.
752 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
753 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
754 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
755
756 * Makefile.in (sh_tdep_h): Add osabi.h.
757 * sh-tdep.h (sh_osabi): Remove.
758 (gdbarch_tdep): Use generic OS ABI framework.
759 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
760 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
761 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
762 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
763
764 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
765 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
766 gdbarch_register_osabi.
767 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
768 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
769 (get_elfosabi): Rename to...
770 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
771 ABI framework support routines.
772 (arm_gdbarch_init): Use generic OS ABI framework.
773 (arm_dump_tdep): Likewise.
774 (_initialize_arm_tdep): Likewise.
775 * arm-tdep.h: Include osabi.h.
776 (arm_abi): Remove.
777 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
778 osabi member.
779 (arm_gdbarch_register_os_abi): Remove prototype.
780 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
781 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
782
783 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
784 * mips-tdep.c: Include osabi.h.
785 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
786 OS ABI framework.
787
788 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
789
790 * h8300-tdep.c: Fix formatting.
791
792 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
793
794 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
795 printing vector registers.
796
797 2002-05-19 Andrew Cagney <ac131313@redhat.com>
798
799 From Fernando Nasser:
800 * remote.c (remote_async_open_1): Re-throw the exception when the
801 connection fails.
802 (remote_cisco_open): Ditto.
803 (remote_open_1): Ditto.
804
805 2002-05-19 Andrew Cagney <ac131313@redhat.com>
806
807 * remote.c (remote_start_remote_dummy): Add uiout parameter.
808 (remote_start_remote): Add uiout parameter. Pass through to
809 remote_start_remote_dummy.
810 (remote_open_1): Use catch_exception instead of catch_errors.
811 (remote_async_open_1): Ditto.
812 (remote_cisco_open): Ditto.
813
814 2002-05-19 Andrew Cagney <ac131313@redhat.com>
815
816 * remote.c (remote_start_remote): Replace PTR with void pointer.
817 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
818 static.
819
820 2002-05-18 Andrew Cagney <ac131313@redhat.com>
821
822 * gdb_indent.sh: Allow the script to be run in the sim directory.
823
824 2002-05-18 Mark Kettenis <kettenis@gnu.org>
825
826 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
827 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
828
829 * corelow.c (core_open): Only call set_gdbarch_from_file if
830 exec_bfd is NULL.
831
832 2002-05-17 Andrey Volkov <avolkov@transas.com>
833
834 * h8300-tdep.c: Add support of EXR register
835 * config/h8300/tm-h8300.h: Ditto.
836
837 2002-05-17 Andrey Volkov <avolkov@transas.com>
838
839 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
840
841 2002-05-17 Andrey Volkov <avolkov@transas.com>
842
843 * h8300-tdep.c: Change literal regnums to REGNO.
844
845 2002-05-17 Jim Blandy <jimb@redhat.com>
846
847 * NEWS: Note addition of macro support.
848
849 Expand preprocessor macros in C expressions.
850 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
851 (scan_macro_expansion, scanning_macro_expansion,
852 finished_macro_expansion): New function declarations.
853 (expression_macro_lookup_func, expression_macro_lookup_baton): New
854 variable declarations.
855 * parser-defs.h (expression_context_pc): New declaration.
856 * parse.c (expression_context_pc): New variable.
857 (parse_exp_1): Set expression_context_pc, as well as
858 expression_context_block.
859 * c-exp.y (yylex): If we're not already reading the result of a
860 macro expansion, try to macro-expand the next token. When we're
861 done scanning a macro expansion, switch back to the mainline text.
862 Commas and `if's in a macro's expansion don't terminate the input.
863 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
864 (macro_original_text, macro_expanded_text,
865 expression_macro_lookup_func, expression_macro_lookup_baton): New
866 variables.
867 (scan_macro_expansion, scanning_macro_expansion,
868 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
869 c_preprocess_and_parse): New functions.
870 (c_language_defn, cplus_language_defn, asm_language_defn): Call
871 c_preprocess_and_parse, instead of c_parse.
872 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
873 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
874
875 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
876
877 * sh-tdep.c (gdb_print_insn_sh64): Delete.
878 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
879 (sh_gdbarch_init): Always use gdb_print_insn_sh.
880
881 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
882
883 * NEWS: Add section for multi-arched targets. Add v850 to that section.
884
885 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
886
887 * Makefile.in (sh_tdep_h): Define and use.
888 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
889 register enum): Move to...
890 * * sh-tdep.h: ...here.
891 * sh-tdep.c: Include sh-tdep.h.
892 * sh3-rom.c: Likewise.
893 * shnbsd-tdep.c: Likewise.
894
895 2002-05-16 Michael Snyder <msnyder@redhat.com>
896
897 * arm-tdep.c: Spelling fix in comment.
898
899 2002-05-16 Jim Blandy <jimb@redhat.com>
900
901 Add commands for manually expanding macros and showing their
902 definitions.
903 * macrocmd.c, macroscope.c, macroscope.h: New files.
904 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
905 (macroscope_h): New variable.
906 (HFILES_NO_SRCDIR): Add macroscope.h.
907 (COMMON_OBS): Add macrocmd.o, macroscope.o.
908 (macroscope.o, macrocmd.o): New rules.
909
910 Teach the Dwarf 2 reader to read macro information.
911 * dwarf2read.c: #include "macrotab.h".
912 (dwarf_macinfo_buffer): New variable.
913 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
914 dwarf_macinfo_size.
915 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
916 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
917 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
918 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
919 dwarf2_macro_spaces_in_definition): New complaints.
920 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
921 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
922 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
923 the partial symbol table.
924 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
925 from what's recorded in the partial symbol table.
926 (read_file_scope): If the compilation unit has a
927 `DW_AT_macro_info' attribute, read its macro information.
928 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
929
930 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
931
932 Fix PR gdb/546
933 * ser-tcp.c: Don't include <netinet/udp.h>.
934
935 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
936
937 * MAINTAINERS: Update my email address.
938
939 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
940
941 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
942 include file of the same name.
943
944 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
945
946 * configure.tgt: Mark v850 as multi-arched.
947 * config/v850/tm-v850.h: Remove file.
948 * config/v850/v850.mt: Eliminate TM_FILE.
949
950 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
951
952 * v850-tdep.c: Full multi-arch.
953 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
954 Define GDB_MULTI_ARCH to 2.
955
956 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
957
958 * p-exp.y (current_type): New static variable.
959 Carries the type of the expression at the position that is parsed.
960 (push_current_type, pop_current_type): Two new functions. Used
961 to store/restore current_type in expression on specific tokens.
962 (search_field): New static variable. Set to one after parsing a point
963 as at that point only a FIELDNAME token should be searched.
964 (FIELDNAME): New token. After a point only a token belonging to
965 current_type type definition is allowed.
966 (all over token rules): reset and change current_type according
967 to rules.
968 (exp '[' rule): insert implicit array index field if
969 exp is a pascal string type.
970
971 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
972
973 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
974 frame info. Use frame_info's saved_regs instead of matching member
975 in extra_frame_info throughout.
976 (v850_frame_init_saved_regs): New function.
977 (v850_init_extra_frame_info): Move most functionality into
978 v850_frame_init_saved_regs().
979 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
980 (v850_frame_find_saved_regs): Remove declaration.
981 (FRAME_FIND_SAVED_REGS): Remove definition.
982 (v850_frame_init_saved_regs): Add declaration.
983 (FRAME_INIT_SAVED_REGS): Add definition.
984
985 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
986
987 * v850-tdep.c: Begin multi-arch'ing v850.
988 (v850_target_architecture_hook): Remove function.
989 (v850_gdbarch_init): New function. Add code previously in
990 v850_target_architecture_hook().
991 (_initialize_v850_tdep): Don't set target_architecture_hook.
992 Call register_gdbarch_init() instead.
993
994 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
995
996 * gdbtypes.h (struct cplus_struct_type): Remove args field.
997 * hpread.c (hpread_read_struct_type): Remove assignments to args.
998 (fixup_class_method_type): Likewise.
999
1000 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
1001
1002 From Martin Pool <mbp@samba.org>:
1003 * gdbserver/server.c (gdbserver_usage): New function.
1004 (main): Call it.
1005
1006 2002-05-15 Jim Blandy <jimb@redhat.com>
1007
1008 Add macro structures to GDB's symbol tables. Nobody puts anything
1009 in them yet.
1010 * symtab.h (struct symtab): New member: `macro_table'.
1011 * buildsym.h (pending_macros): New global variable.
1012 * buildsym.c: #include "macrotab.h".
1013 (buildsym_init): Initialize `pending_macros'.
1014 (end_symtab): If we found macro information while reading a CU's
1015 debugging info, do build a symtab structure for it. Make the
1016 symtab point to the macro information, and clear the
1017 `pending_macros' pointer which held it while we were reading the
1018 debug info.
1019 (really_free_pendings): Free any pending macro table.
1020 * objfiles.h (struct objfile): New member: `macro_cache'.
1021 * objfiles.c (allocate_objfile): Set allocate and free functions
1022 for the macro cache's objstack.
1023 (free_objfile): Empty the macro cache's obstack.
1024 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
1025 set new allocate and free functions for it.
1026 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
1027 free functions for the macro cache's objstack. (Why is this
1028 function building its own objfile?)
1029 * symmisc.c (print_objfile_statistics): Print statistics on the
1030 macro bcache.
1031 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1032
1033 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1034
1035 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
1036 (REGISTER_U_ADDR): Delete definition.
1037 (arm_register_u_addr): Delete declaration.
1038
1039 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1040
1041 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1042 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1043
1044 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1045
1046 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1047 stop_at -> stop_pc.
1048
1049 2002-05-14 Andrew Cagney <ac131313@redhat.com>
1050
1051 * regcache.c (register_valid): Revise comments refering to "Not
1052 available" and "unavailable".
1053 * frame.c (frame_register_read): Ditto.
1054 * findvar.c (value_of_register): Ditto.
1055
1056 2002-05-15 Andrew Cagney <cagney@redhat.com>
1057
1058 * Makefile.in (remote_sim_h): Replace remote-sim_h.
1059 (remote-sim.o): Update dependencies.
1060 (d10v-tdep.o): Specify dependencies.
1061 (sim_d10v_h): Define.
1062
1063 2002-05-14 Jim Blandy <jimb@redhat.com>
1064
1065 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
1066 * macrotab.c (macro_lookup_inclusion, find_definition,
1067 new_macro_table): Same.
1068
1069 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
1070 not `! strcmp ()'. This is a dubious improvement.
1071 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
1072
1073 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1074 although it's not necessary, to avoid a warning.
1075
1076 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1077
1078 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
1079 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
1080 TYPE_INSTANCE_FLAGS.
1081 (struct main_type): New.
1082 (struct type): Move most members to struct main_type. Change
1083 cv_type and as_type to new type_chain member. Add instance_flags.
1084 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
1085 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
1086 (finish_cv_type): Remove prototype.
1087 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
1088 Set TYPE_CHAIN.
1089 (alloc_type_instance): New function.
1090 (smash_type): New function.
1091 (make_pointer_type, make_reference_type, make_function_type)
1092 (smash_to_member_type, smash_to_method_type): Call smash_type.
1093 (make_qualified_type): New function.
1094 (make_type_with_address_space): Call make_qualified_type.
1095 (make_cv_type): Likewise.
1096 (finish_cv_type): Remove unnecessary function.
1097 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
1098 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
1099 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
1100 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
1101 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
1102 * hpread.c (hpread_read_struct_type): Likewise.
1103 * stabsread.c (read_struct_type): Likewise.
1104
1105 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1106
1107 * configure.tgt: Add a catch all sh* target, for cases like
1108 sh[2,3,4]-elf and sh-hms.
1109
1110 2002-05-14 Keith Seitz <keiths@redhat.com>
1111
1112 * event-loop.c (create_file_handler): Don't do anything but
1113 update data when we are given a fd which we are already
1114 monitoring.
1115
1116 2002-05-14 Michal Ludvig <mludvig@suse.cz>
1117
1118 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1119 (update_context): Use __func__ in warnings.
1120
1121 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1122
1123 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
1124 and tcp_close to net_open and net_close.
1125 (net_open): Accept "udp:" and "tcp:" specifications. Connect
1126 using UDP if requested. Don't try to disable Nagle on UDP
1127 sockets.
1128 * remote.c (remote_serial_open): New function. Warn about UDP.
1129 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1130
1131 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1132
1133 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1134
1135 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1136
1137 * configure.tgt: Remove sh-hms target.
1138 * MAINTAINERS: Don't list sh-hms as a separate target.
1139
1140 2002-05-13 Jim Blandy <jimb@redhat.com>
1141
1142 Add first preprocessor macro-expansion files.
1143 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1144 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1145 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1146 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1147 (COMMON_OBS): Add macrotab.o, macroexp.o.
1148 (macroexp.o, macrotab.o): New rules.
1149
1150 2002-05-13 Andrew Cagney <ac131313@redhat.com>
1151
1152 * config/m88k/tm-m88k.h: Update copyright.
1153 (m88k_target_write_pc): Declare
1154 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
1155 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
1156 (SHIFT_INST_REGS): Update definition.
1157 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
1158 using old definition of TARGET_WRITE_PC.
1159 * regcache.c (generic_target_write_pc): Delete code handling
1160 NNPC_REGNUM.
1161 * gdbarch.sh (NNPC_REGNUM): Delete.
1162 * gdbarch.h, gdbarch.c: Regenerate.
1163
1164 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1165
1166 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1167 builtin reg number.
1168
1169 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1170
1171 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1172 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1173 (gen_address_of, gen_struct_ref, gen_repeat): Use type
1174 access macros.
1175 * c-typeprint.c (cp_type_print_method_args): Likewise.
1176 (c_type_print_args): Likewise.
1177 * d10v-tdep.c (d10v_push_arguments): Likewise.
1178 (d10v_extract_return_value): Likewise.
1179 * expprint.c (print_subexp): Likewise.
1180 * gdbtypes.c (lookup_primitive_typename): Likewise.
1181 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
1182 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
1183 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
1184 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
1185 (TYPE_VECTOR): Likewise.
1186 * hpread.c (hpread_read_struct_type)
1187 (fix_static_member_physnames, fixup_class_method_type)
1188 (hpread_type_lookup): Likewise.
1189 * mdebugread.c (parse_symbol, parse_type): Likewise.
1190 * p-lang.c (is_pascal_string_type): Likewise.
1191 * valops.c (hand_function_call): Likewise.
1192 * x86-64-tdep.c (classify_argument): Likewise.
1193
1194 * hpread.c (hpread_read_function_type)
1195 (hpread_read_doc_function_type): Call replace_type.
1196 * dstread.c (create_new_type): Delete.
1197 (decode_dst_structure, process_dst_function): Call alloc_type.
1198 Use type access macros.
1199
1200 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1201
1202 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
1203 the're not supported by the current architecture.
1204 (i387_fill_fxsave): Likewise.
1205
1206 2002-05-12 Fred Fish <fnf@redhat.com>
1207
1208 * symfile.c (default_symfile_offsets): Arrange for uninitialized
1209 sect_index_xxx members to index the first slot in section_offsets
1210 if all of the section_offsets are zero.
1211
1212 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1213
1214 * configure.tgt (sparc-*openbsd): Remove entry accidentially
1215 checked in with last change.
1216
1217 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1218
1219 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
1220 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
1221 config.sub.
1222
1223 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1224
1225 * Makefile.in: Update dependencies.
1226
1227 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1228
1229 * language.c (local_hex_string_custom): Simplify. Do not depend
1230 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
1231
1232 * memattr.c (mem_info_command): Replace calls to
1233 longest_local_hex_string and longest_local_hex_string_custom.
1234 * buildsym.c (make_blockvector): Ditto.
1235 * solib.c (info_sharedlibrary_command): Ditto.
1236 * tracepoint.c (tracepoints_info): Ditto.
1237 * symtab.c (print_msymbol_info): Ditto.
1238
1239 * language.c (local_hex_string): Delete.
1240 (local_hex_string_custom): Delete.
1241 (longest_local_hex_string): Rename to local_hex_string.
1242 (longest_local_hex_string_custom): Rename to
1243 local_hex_string_custom.
1244 * language.h (local_hex_string): Change parameter type to LONGEST.
1245 (local_hex_string_custom): Ditto.
1246 (longest_local_hex_string): Delete declaration.
1247 (longest_local_hex_string_custom): Ditto.
1248
1249 * solib.c: Update copyright.
1250 * memattr.c: Update copyright.
1251
1252 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1253
1254 * arch-utils.h (legacy_register_to_value): Declare.
1255 (legacy_value_to_register): Declare.
1256 (legacy_convert_register_p): Declare.
1257 * arch-utils.c (legacy_register_to_value): New function.
1258 (legacy_value_to_register): New function.
1259 (legacy_convert_register_p): New function.
1260
1261 * gdbarch.sh (REGISTER_TO_VALUE): Define.
1262 (VALUE_TO_REGISTER): Define.
1263 (CONVERT_REGISTER_P): Define.
1264 * gdbarch.h, gdbarch.c: Regenerate.
1265
1266 * valops.c (value_assign): Use CONVERT_REGISTER_P and
1267 VALUE_TO_REGISTER.
1268 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
1269 CONVERT_REGISTER_P.
1270
1271 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
1272 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1273
1274 * Makefile.in: Update dependencies for valops.c.
1275 * valops.c: Include "gdb_assert.h".
1276 (typecmp): Skip THIS parameter to methods.
1277 (find_method_list): Remove static_memfuncp argument,
1278 update callers. Check for stub methods.
1279 (find_value_oload_method_list): Don't set *static_memfuncp.
1280 (find_overload_match): Don't check for stub methods. Assert
1281 that methods are not stubbed. Handle static methods.
1282 (value_find_oload_method_list): Remove static_memfuncp argument.
1283 * gdbtypes.c (check_stub_method): Do not add THIS pointer
1284 to the argument list for static stub methods.
1285 * value.h (value_find_oload_method_list): Update prototype.
1286
1287 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1288
1289 * arch-utils.h (generic_register_size): Declare.
1290 (generic_register_raw_size, generic_register_virtual_size): Delete
1291 declarations.
1292 * arch-utils.c (generic_register_raw_size): Delete.
1293 (generic_register_size): New function.
1294 (generic_register_virtual_size): Delete.
1295
1296 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
1297 default generic_register_size.
1298 * gdbarch.h, gdbarch.c: Re-generate.
1299
1300 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
1301 register_virtual_size.
1302 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1303 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1304
1305 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1306
1307 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
1308 * gdbarch.h, gdbarch.c: Regenerate.
1309 * gnu-v3-abi.c: Update copyright.
1310 (vtable_address_point_offset): Update.
1311 (gnuv3_rtti_type): Update.
1312 (gnuv3_baseclass_offset): Update.
1313 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
1314 (init_fetch_link_map_offsets): Update.
1315 * remote.c (get_remote_state): Update.
1316
1317 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1318
1319 * TODO: Remove value_headof/value_from_vtable_info comment.
1320 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
1321 * values.c (value_headof, value_from_vtable_info): Delete.
1322 * value.h (value_from_vtable_info): Delete prototype.
1323
1324 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1325
1326 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
1327 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
1328 $(gdb_regex_h).
1329 (gdb_assert_h): Define.
1330 (gdb_wait_h): Define.
1331 (gdb_regex_h): Define.
1332
1333 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1334
1335 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1336 * linespec.c (find_methods): Handle GCC 3.x template constructors.
1337
1338 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1339
1340 * nbsd-tdep.c: Fix comment.
1341
1342 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1343
1344 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
1345 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
1346 (nbsd-tdep.o): New dependency list.
1347 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
1348 nbsd-tdep.h.
1349 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
1350 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
1351 * nbsd-tdep.c: New file.
1352 * nbsd-tdep.h: New file.
1353 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
1354 nbsd-tdep.h.
1355 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
1356 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1357 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1358 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1359
1360 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1361
1362 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
1363 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
1364 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
1365 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
1366 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
1367 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
1368
1369 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1370
1371 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
1372 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1373 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1374 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1375 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1376 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1377 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1378
1379 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1380
1381 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
1382 fetch_elfcore_registers to...
1383 * i386nbsd-tdep.c: ...here.
1384 (i386nbsd_use_struct_convention): Rename to...
1385 (i386nbsd_aout_use_struct_convention): ...this.
1386 (i386nbsd_supply_reg): New function.
1387 (i386nbsd_fill_reg): New function.
1388 (fetch_core_registers): Use i386nbsd_supply_reg.
1389 (fetch_elfcore_registers): Likewise.
1390 (_initialize_i386nbsd_tdep): New function.
1391 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
1392 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1393 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
1394 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
1395 (i386nbsd_aout_use_struct_convention): ...this.
1396
1397 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1398
1399 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
1400 (store_inferior_registers): Use shnbsd_fill_reg.
1401 * shnbsd-tdep.c (sh_nbsd_supply_registers,
1402 sh_nbsd_supply_register): Collapse into...
1403 (shnbsd_supply_reg): ...this.
1404 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
1405 (shnbsd_fill_reg): ...this.
1406 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
1407 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
1408 (fetch_core_registers): Use shnbsd_supply_reg.
1409 (fetch_elfcore_registers): Use shnbsd_supply_reg.
1410 (sh_nbsd_core_fns): Rename to...
1411 (shnbsd_core_fns): ...this.
1412 (sh_nbsd_elfcore_fns): Rename to...
1413 (shnbsd_elfcore_fns): ...this.
1414 (sh_nbsd_init_abi): Rename to...
1415 (shnbsd_init_abi): ...this.
1416 (_initialize_sh_nbsd_tdep): Rename to...
1417 (_initialize_shnbsd_tdep): ...this.
1418 * shnbsd-tdep.h (sh_nbsd_supply_registers,
1419 sh_nbsd_supply_register, sh_nbsd_fill_registers,
1420 sh_nbsd_fill_register): Remove prototypes.
1421 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
1422
1423 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1424
1425 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
1426 (i387-nat.o): Delete dependency list.
1427 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
1428 (x86-64-linux-nat.o): Likewise.
1429 * i387-nat.c: Delete file, moving contents to...
1430 * i387-tdep.c: ...here.
1431 * i387-nat.h: Rename...
1432 * i387-tdep.h: ...to this.
1433 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
1434 * i386-linux-nat.c: Likewise.
1435 * i386bsd-nat.c: Likewise.
1436 * i386gnu-nat.c: Likewise.
1437 * i386nbsd-nat.c: Likewise.
1438 * i386v4-nat.c: Likewise.
1439 * x86-64-linux-nat.c: Likewise.
1440 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
1441 * config/i386/go32.mh (NATDEPFILES): Likewise.
1442 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1443 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
1444 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1445 * config/i386/linux.mh (NATDEPFILES): Likewise.
1446 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1447 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1448 * config/i386/obsd.mh (NATDEPFILES): Likewise.
1449 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1450
1451 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1452
1453 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
1454 (alphanbsd-nat.o): Remove dependency list.
1455 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
1456 * alphanbsd-nat.c: Delete. Contents moved to...
1457 * alphanbsd-tdep.c: ...here.
1458 (_initialize_alphanbsd_tdep): Register core functions.
1459 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
1460
1461 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1462
1463 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
1464 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
1465 (alphanbsd-nat.o): Likewise.
1466 (alphabsd-tdep.o): New dependency list.
1467 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
1468 (fill_gregset): Use alphabsd_fill_reg.
1469 (supply_fpregset): Use alphabsd_supply_fpreg.
1470 (fill_fpregset): Use alphabsd_fill_fpreg.
1471 (fetch_inferior_registers): Use struct reg and struct fpreg
1472 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
1473 and alphabsd_supply_fpreg.
1474 (store_inferior_registers): Use struct reg and struct fpreg
1475 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
1476 and alphabsd_fill_fpreg.
1477 * alphabsd-tdep.c: New file.
1478 * alphabsd-tdep.h: New file.
1479 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
1480 (fetch_elfcore_registers): Use alphabsd_supply_reg and
1481 alphabsd_supply_fpreg.
1482 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
1483 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1484
1485 2002-05-11 Eric Christopher <echristo@redhat.com>
1486
1487 * mips-tdep.c (mips_double_register_type): Fix thinko.
1488 (mips_single_register_type): Ditto.
1489 * MAINTAINERS: Add self.
1490
1491 2002-05-11 Mark Kettenis <kettenis@gnu.org>
1492
1493 * i387-nat.c (i387_supply_register, i387_fill_fsave,
1494 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
1495 right thing on architectures with different endianness and/or
1496 integer sizes.
1497
1498 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
1499
1500 From Christian Limpach <chris@Pin.LU>
1501 * configure.in: Change sed expression which comments out
1502 NATDEPFILES to also comment out continuation lines.
1503 * configure: Regenerate.
1504
1505 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1506
1507 * sh-tdep.c: Clean up code erroneously reintroduced by previous
1508 big patch.
1509
1510 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1511
1512 * sh-tdep.c: Include correct file.
1513
1514 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1515
1516 New support for sh64-elf (sh5) target.
1517
1518 * configure.tgt: For sh64-elf target, default to sh-elf.
1519
1520 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
1521 (struct gdbarch_tdep): Add new fields for new registers and ABI
1522 info.
1523
1524 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
1525 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
1526 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
1527 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
1528 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
1529 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
1530 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
1531 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
1532 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
1533 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
1534 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
1535 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
1536 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
1537 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
1538 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
1539 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
1540 sh64_get_gdb_regnum, sh64_media_reg_base_num,
1541 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
1542 sign_extend, sh64_nofp_frame_init_saved_regs,
1543 sh64_init_extra_frame_info, sh64_get_saved_register,
1544 sh64_extract_struct_value_address, sh64_pop_frame,
1545 sh64_push_arguments, sh64_extract_return_value,
1546 sh64_store_return_value, sh64_show_media_regs,
1547 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
1548 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
1549 sh_sh64_register_virtual_type,
1550 sh_sh64_register_convert_to_virtual,
1551 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
1552 sh64_register_read, sh64_pseudo_register_write,
1553 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
1554 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
1555 sh64_do_pseudo_register, sh_compact_do_registers_info,
1556 sh64_do_registers_info, sh_gdbarch_init): New functions.
1557
1558 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1559
1560 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
1561
1562 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
1563
1564 * linespec.c (decode_line_1): Check for a double quote after
1565 a filename correctly.
1566
1567 2002-05-10 Jim Blandy <jimb@redhat.com>
1568
1569 Properly track the size of the current objfile's .debug_line section.
1570 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
1571 (DWARF_LINE_SIZE): New macro.
1572 (dwarf2_build_psymtabs_hard): Record the line section's size in
1573 the partial symbol table.
1574 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
1575 symbol table.
1576
1577 2002-05-10 Petr Sorfa <petrs@caldera.com>
1578
1579 * ia64-tdep.c: Handle breakpoints on L instruction type
1580 in MLX instruction bundle by moving the breakpoint to
1581 the third slot (X instruction type) as L holds only data.
1582
1583 2002-05-10 Kevin Buettner <kevinb@redhat.com>
1584
1585 * dbxread.c (discarding_local_symbols_complaint): New complaint.
1586 (process_one_symbol): Complain about discarding local symbols
1587 due to a misplaced N_LBRAC entry.
1588
1589 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
1590
1591 From Daniel Berlin <dan@cgsoftware.com>
1592 * linespec.c (find_toplevel_char): '<' and '>' also increase and
1593 decrease the depth we are at, in the case of templates.
1594
1595 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1596
1597 * mips-tdep.c (mips_float_register_type): New function.
1598 (mips_double_register_type): New function.
1599 (mips_print_register): Use them.
1600 (do_fp_register_row): Likewise.
1601
1602 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * signals/signals.c (signals): Remove conditional compilation around
1605 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
1606 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
1607
1608 2002-05-09 Michael Snyder <msnyder@redhat.com>
1609
1610 * remote-rdp.c (remote_rdp_can_run): Remove.
1611
1612 2002-05-09 Tom Tromey <tromey@redhat.com>
1613
1614 * jv-valprint.c (java_val_print): Handle `char' as a special case
1615 of TYPE_CODE_INT.
1616
1617 2002-05-09 Michael Snyder <msnyder@redhat.com>
1618
1619 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
1620 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
1621 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
1622 str r(0123),[sp,#nn].
1623 (arm_skip_prologue): Ditto. Also make disassembly
1624 order-independent by placing it in a loop.
1625
1626 2002-05-06 Michael Snyder <msnyder@redhat.com>
1627
1628 * stabsread.c (read_type): Add recognition for new attribute:
1629 "@V;" means that an array type is actually a vector.
1630 This is analogous to the vector flag that's been added to dwarf2.
1631
1632 2002-05-09 Mark Kettenis <kettenis@gnu.org>
1633
1634 * i386-tdep.h (i386_abi): New enum.
1635 (struct gdbarch_tdep): Replace os_ident member with abi.
1636 (i386_gdbarch_register_os_abi): New prototype.
1637 * i386-tdep.c (i386_abi_names): New array.
1638 (process_note_abi_tag_sections): Removed.
1639 (process_note_sections): New function.
1640 (i386_elf_abi_from_note, i386_elf_abi): New functions.
1641 (struct i386_abi_handler): New struct.
1642 (i386_abi_handler_list): New variable.
1643 (i386_gdbarch_register_os_abi): New function.
1644 (i386_gdbarch_init): Adapt for the changes given above.
1645
1646 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
1647
1648 * gregset.h: Say "GNU/Linux".
1649
1650 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
1651
1652 * gdbtypes.c : Add new builtin type for 64 bit vectors.
1653 (build_gdbtypes): Build builtin_type_v2_float.
1654 (_initialize_gdbtypes): Register new builtin type.
1655
1656 2002-05-08 Andrew Cagney <ac131313@redhat.com>
1657
1658 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
1659 (clear_gdbarch_swap): New function.
1660 (initialize_non_multiarch): Call.
1661 (gdbarch_update_p): Before calling init(), swap out and clear the
1662 existing architecture.
1663 * gdbarch.c: Regenerate.
1664
1665 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1666
1667 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
1668 alphanbsd-tdep.c.
1669
1670 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1671
1672 * sh-nbsd-nat.c: Rename to...
1673 * shnbsd-nat.c: ...this.
1674 * sh-nbsd-tdep.c: Rename to...
1675 * shnbsd-tdep.c: ...this.
1676 * sh-nbsd-tdep.h: Rename to...
1677 * shnbsd-tdep.h: ...this.
1678 * config/sh/nbsd.mh: Use shnbsd-nat.o.
1679 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
1680
1681 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
1682
1683 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
1684 concatenation for command help messages.
1685
1686 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1687
1688 * NEWS: Note new sh*-*-netbsdelf* configuration.
1689 * configure.host: Set gdb_host_cpu to sh for all sh*.
1690 (sh*-*-netbsdelf*): New host.
1691 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
1692 (sh*-*-netbsdelf*): New target.
1693 * sh-nbsd-nat.c: New file.
1694 * sh-nbsd-tdep.c: New file.
1695 * sh-nbsd-tdep.h: New file.
1696 * config/sh/nbsd.mh: New file.
1697 * config/sh/nbsd.mt: New file.
1698 * config/sh/nm-nbsd.h: New file.
1699 * config/sh/tm-nbsd.h: New file.
1700
1701 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1702
1703 * sh-tdep.c (sh_osabi_names): Declare.
1704 (process_note_abi_tag_sections): New function.
1705 (get_elfosabi): Ditto.
1706 (sh_gdbarch_register_os_abi): Ditto.
1707 (sh_dump_tdep): Ditto.
1708 _initialize_sh_tdep): Use gdbarch_register to register
1709 sh_gdbarch_init and sh_dump_tdep.
1710 * config/sh/tm-sh.h (sh_osabi): Declare.
1711 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1712
1713 2002-05-07 Andrew Cagney <ac131313@redhat.com>
1714
1715 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1716 (thumb_scan_prologue): Ditto.
1717 (arm_find_callers_reg): Ditto.
1718 (arm_frame_chain): Ditto.
1719 (arm_init_extra_frame_info): Ditto.
1720 (arm_frame_saved_pc): Ditto.
1721 (arm_pop_frame): Ditto.
1722 (arm_push_return_address): New function.
1723 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1724 call_dummy_location, call_dummy_breakpoint_offset_p,
1725 call_dummy_breakpoint_offset, call_dummy_p,
1726 call_dummy_stack_adjust_p, call_dummy_words,
1727 sizeof_call_dummy_words, call_dummy_start_offset,
1728 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1729 call_dummy_address, push_return_address and push_dummy_frame for
1730 generic dummy frames.
1731
1732 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1733
1734 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1735 size computation for alloca.
1736 (sh_fp_frame_init_saved_regs): Likewise.
1737
1738 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
1739
1740 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
1741 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
1742 * arm-tdep.c (arm_store_return_value): Use them.
1743 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
1744 * remote-rdp.c (remote_rdp_fetch_register): Use
1745 ARM_MAX_REGISTER_RAW_SIZE.
1746 (remote_rdp_store_register): Likewise.
1747
1748 2002-05-07 Michal Ludvig <mludvig@suse.cz>
1749
1750 * dwarf2cfi.c: Code cleanup, removed unused variables,
1751 added default labels to switch {} statements.
1752 * x86-64-tdep.c: Ditto.
1753 * x86-64-linux-nat.c: Ditto.
1754
1755 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1756
1757 * solib.h: Protect against multiple inclusion.
1758
1759 2002-05-06 Jim Blandy <jimb@redhat.com>
1760
1761 Add first preprocessor macro-expansion files.
1762 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1763 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1764 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1765 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1766 (COMMON_OBS): Add macrotab.o, macroexp.o.
1767 (macroexp.o, macrotab.o): New rules.
1768
1769 Separate the job of reading the line number info statement program
1770 header (...expialidocious) out into its own function.
1771 * dwarf2read.c (struct line_head, struct filenames, struct
1772 directories): Replace with...
1773 (struct line_header): New structure, containing the full
1774 contents of the statement program header, including the
1775 include directory and file name tables.
1776 (read_file_scope): If we have line number info, instead of just
1777 calling dwarf_decode_lines to do all the work, call
1778 dwarf_decode_line_header first to get a `struct line_header'
1779 containing the data in the statement program header, and then
1780 pass that to dwarf_decode_lines, which will pick up where that
1781 left off. Be sure to clean up the `struct line_header' object.
1782 (dwarf_decode_line_header, free_line_header, add_include_dir,
1783 add_file_name): New functions.
1784 (dwarf_decode_lines): Move all the code to read the statement
1785 program header into dwarf_decode_line_header. Take the line
1786 header it built as the first argument, instead of the offset to
1787 the compilation unit's line number info. Use the new `struct
1788 line_header' type instead of the old structures. No need to do
1789 cleanups here now, since we don't allocate anything.
1790 (dwarf2_statement_list_fits_in_line_number_section,
1791 dwarf2_line_header_too_long): New complaints.
1792
1793 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
1794
1795 * gdbtypes.c (init_vector_type): New function.
1796 (build_builtin_type_vec128): Simplify the representation of SIMD
1797 registers.
1798 (build_gdbtypes): Initialize new builtin vector types.
1799 (_initialize_gdbtypes): Register new vector types with gdbarch.
1800 (builtin_type_v4_float, builtin_type_v4_int32,
1801 builtin_type_v8_int16, builtin_type_v16_int8,
1802 builtin_type_v2_int32, builtin_type_v4_int16,
1803 builtin_type_v8_int8): New (renamed) SIMD types.
1804
1805 2002-05-06 Mark Kettenis <kettenis@gnu.org>
1806
1807 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1808 (i387_fill_fxsave): Likewise.
1809
1810 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
1811
1812 * alpha-tdep.c (alpha_extract_return_value): Don't use
1813 non-constant array size in prototype.
1814
1815 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1816
1817 From Brian Taylor <briant at model dot com>:
1818 * ui-out.c (ui_out_field_core_addr): Use the function
1819 longest_local_hex_string_custom'to format addresses > 32 bits
1820 wide.
1821
1822 * ui-out.c (ui_out_field_core_addr): Update comment.
1823
1824 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1825
1826 * stack.c (select_and_print_frame): Make static. Delete the
1827 parameter `level'.
1828 (func_command): Update call.
1829 (select_frame_command): Delete code computing the frame level.
1830 * frame.h (select_and_print_frame): Delete declaration.
1831
1832 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1833
1834 * sparc-tdep.c (sparc_get_saved_register): Comment why
1835 get_prev_frame call is safe.
1836
1837 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1838
1839 * frame.h (select_frame): Delete level parameter.
1840 * stack.c (select_frame): Update. Use frame_relative_level to
1841 obtain the frame's level.
1842 (select_and_print_frame): Update call.
1843 (select_frame_command): Ditto.
1844 (up_silently_base): Ditto.
1845 (down_silently_base): Ditto.
1846 * ocd.c (ocd_start_remote): Ditto.
1847 * remote-rdp.c (remote_rdp_open): Ditto.
1848 * remote-mips.c (mips_initialize): Ditto.
1849 (common_open): Ditto.
1850 * remote-e7000.c (e7000_start_remote): Ditto.
1851 * m3-nat.c (select_thread): Ditto.
1852 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1853 (child_get_current_exception_event): Ditto.
1854 * varobj.c (varobj_create): Ditto.
1855 (varobj_update): Ditto.
1856 (c_value_of_root): Ditto.
1857 * tracepoint.c (finish_tfind_command): Ditto.
1858 * corelow.c (core_open): Ditto.
1859 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1860 * thread.c (info_threads_command): Ditto.
1861 (switch_to_thread): Ditto.
1862 * infrun.c (normal_stop): Ditto.
1863 (restore_selected_frame): Ditto.
1864 (restore_inferior_status): Ditto.
1865 * breakpoint.c (insert_breakpoints): Ditto.
1866 (watchpoint_check): Ditto.
1867 (bpstat_stop_status): Ditto.
1868 (do_enable_breakpoint): Ditto.
1869 * blockframe.c (flush_cached_frames): Ditto.
1870 (reinit_frame_cache): Ditto.
1871
1872 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1873
1874 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1875 maintainer.
1876
1877 2002-05-04 Jim Blandy <jimb@redhat.com>
1878
1879 * gdbtypes.c (replace_type): Doc fix.
1880
1881 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1882
1883 * valprint.c (strcat_longest): Delete commented out function.
1884 Update copyright.
1885
1886 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1887
1888 * MAINTAINERS: Mark a29k as deleted.
1889 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1890 Move new configurations to the top.
1891 * configure.tgt: Remove a29k.
1892 * config/a29k/tm-vx29k.h: Delete.
1893 * config/a29k/vx29k.mt: Delete.
1894 * config/a29k/tm-a29k.h: Delete.
1895 * config/a29k/a29k-udi.mt: Delete.
1896 * config/a29k/a29k.mt: Delete.
1897 * a29k-tdep.c: Delete.
1898 * remote-udi.c: Delete.
1899 * remote-mm.c: Delete.
1900 * remote-eb.c: Delete.
1901 * remote-adapt.c: Delete.
1902 * Makefile.in: Remove obsolete code.
1903 * gdbserver/Makefile.in: Ditto.
1904 * config/s390/s390x.mt: Ditto.
1905 * config/s390/s390.mt: Ditto.
1906 * config/sparc/sparclynx.mh: Ditto.
1907 * config/sparc/linux.mh: Ditto.
1908 * config/pa/hppaosf.mh: Ditto.
1909 * config/pa/hppabsd.mh: Ditto.
1910 * config/ns32k/nbsd.mt: Ditto.
1911 * config/mips/vr5000.mt: Ditto.
1912 * config/m68k/sun3os4.mh: Ditto.
1913 * config/m68k/nbsd.mt: Ditto.
1914 * config/m68k/m68klynx.mh: Ditto.
1915 * config/m32r/m32r.mt: Ditto.
1916 * config/i386/x86-64linux.mt: Ditto.
1917 * config/i386/nbsdelf.mt: Ditto.
1918 * config/i386/nbsd.mt: Ditto.
1919 * config/i386/i386lynx.mh: Ditto.
1920
1921 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1922
1923 * target.c (debug_print_register): New function. Handle oversize
1924 registers.
1925 (debug_to_fetch_registers): Call.
1926 (debug_to_store_registers): Call.
1927
1928 2002-05-03 Jim Blandy <jimb@redhat.com>
1929
1930 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1931 (read_type): Doc fix.
1932 * gdbtypes.c (replace_type): Doc fix.
1933
1934 * stabsread.c (multiply_defined_struct): New complaint.
1935 (read_struct_type): If the type we were passed isn't empty, or
1936 incomplete, don't read the new struct type into it; complain,
1937 and return the original type unchanged. Take a new `type_code'
1938 argument, which is the type code for the new type.
1939 (read_type): Rather than storing the type's type code here, pass
1940 it as an argument to read_struct_type, and let that take care of
1941 storing it. That way, we don't overwrite the original type code,
1942 so read_struct_type can use it to decide whether we're overwriting
1943 something we shouldn't.
1944 (complain_about_struct_wipeout): New function.
1945
1946 2002-05-03 Andrew Cagney <ac131313@redhat.com>
1947
1948 * gdbarch.sh: Assert that gdbarch is non-NULL.
1949 * gdbarch.c: Regenerate.
1950
1951 2002-05-03 Jason Merrill <jason@redhat.com>
1952
1953 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1954 and return NULL.
1955
1956 2002-05-03 Michal Ludvig <mludvig@suse.cz>
1957
1958 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1959 (x86_64_dwarf2gdb_regno_map_length),
1960 (x86_64_dwarf2_reg_to_regnum): Added.
1961 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1962 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1963 (_initialize_x86_64_tdep): Synced with the change above.
1964 (x86_64_skip_prologue): Reformulated message.
1965
1966 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1967
1968 * f-exp.y: Also use new prev_lexptr variable
1969 to improve error reporting. Based on Michael Snyder
1970 2002-04-24 dated patch to c-exp.y.
1971 * jv-exp.y: Likewise.
1972 * m2-exp.y: Likewise.
1973
1974 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
1975
1976 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1977 we are dealing with vectors.
1978
1979 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1980
1981 * config/m68k/tm-nbsd.h: Obvious fix,
1982 correct machine name.
1983
1984 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1985
1986 * p-typeprint.c (pascal_type_print_base): Add support
1987 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1988
1989 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1990
1991 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1992 for fondamental pascal 'char' type.
1993
1994 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1995
1996 * p-lang.h (is_pascal_string_type): Declaration changed,
1997 new sixth argument of type char ** added.
1998 * p-lang.c (is_pascal_string_type): Implementation
1999 changed. Args length_pos, length_size, string_pos, char_size
2000 can now be NULL. New argument arrayname set to the field
2001 name of the char array. Return value set to char array
2002 field index plus one.
2003 * p-valprint.c (pascal_val_print): Adapt to new declaration of
2004 is_pascal_string_type function.
2005
2006 2002-05-02 Andrew Cagney <cagney@redhat.com>
2007
2008 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2009 <cagney@redhat.com> change.
2010 * gdbarch.c: Regenerate.
2011
2012 2002-05-02 Andrew Cagney <cagney@redhat.com>
2013
2014 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2015 before probing for a new one. Detect errorenous gdbarch_init
2016 functions.
2017 * gdbarch.c: Regenerate.
2018
2019 2002-05-01 Andrew Cagney <cagney@redhat.com>
2020
2021 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
2022 * config/mcore/tm-mcore.h: Ditto. Update copyright.
2023 * config/v850/tm-v850.h: Ditto. Update copyright.
2024
2025 2002-04-30 Andrew Cagney <ac131313@redhat.com>
2026
2027 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2028 current_gdbarch.
2029
2030 2002-04-30 Michael Snyder <msnyder@redhat.com>
2031
2032 * arm-tdep.c: Whitespace clean-ups.
2033 (arm_skip_prologue): Fix thinko; two lines
2034 should have been removed as part of 4/24 change.
2035
2036 2002-04-30 Kevin Buettner <kevinb@redhat.com>
2037
2038 * rs6000-tdep.c: Added comment describing how fpscr register
2039 numbers were chosen.
2040
2041 2002-04-30 Michael Snyder <msnyder@redhat.com>
2042
2043 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2044
2045 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2046
2047 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
2048 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
2049 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2050
2051 2002-04-29 Kevin Buettner <kevinb@redhat.com>
2052
2053 From Louis Hamilton <hamilton@redhat.com>:
2054 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
2055 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
2056 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
2057 not bfd-private xcoff data, to determine wordsize.
2058 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
2059
2060 2002-04-29 Andrew Cagney <ac131313@redhat.com>
2061
2062 GDB 5.2 released from 5.2 branch.
2063
2064 2002-04-29 Michal Ludvig <mludvig@suse.cz>
2065
2066 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
2067 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2068 (x86_64_register_info_table): Added comments with register numbers.
2069
2070 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2071
2072 * rs6000-tdep.c (rs6000_extract_return_value,
2073 rs6000_store_return_value): Handle returning vectors.
2074 (rs6000_gdbarch_init): Use
2075 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
2076 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2077 New function.
2078 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2079 vectors.
2080 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2081 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2082
2083 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2084
2085 * hpread.c (hpread_psymtab_to_symtab_1,
2086 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2087 with fprintf_unfiltered (gdb_stderr,...).
2088
2089 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2090
2091 * remote-array.c (printf_monitor, write_monitor,
2092 array_insert_breakpoint, array_remove_breakpoint ):
2093 Replace fprintf (stderr,...
2094 with fprintf_unfiltered (gdb_stderr,....
2095 * remote-es.c: Likewise.
2096 * remote-os9k.c: Likewise.
2097 * remote-st.c: Likewise.
2098
2099 2002-04-28 Andreas Schwab <schwab@suse.de>
2100
2101 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2102 linux-proc.o and gcore.o.
2103
2104 2002-04-26 Michal Ludvig <mludvig@suse.cz>
2105
2106 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2107 code without frame pointers.
2108
2109 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2110
2111 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2112 ON_STACK is needed.
2113
2114 2002-04-26 Ben Elliston <bje@redhat.com>
2115
2116 * target.c (do_xfer_memory): Correct reference to the new option
2117 "trust-readonly-sections".
2118
2119 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
2120
2121 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
2122 * gdbtypes.c (recursive_dump_type): Output the vector flag.
2123 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
2124 vectors.
2125 (read_array_type): Record the fact that this array type is really a
2126 vector (i.e. are passed in by value).
2127
2128 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2129
2130 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
2131 * alpha-tdep.c (alpha_sigcontext_addr): New function.
2132 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
2133 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
2134 * alpha-linux-tdep.c: Include frame.h.
2135 (alpha_linux_sigcontext_addr): New function.
2136 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
2137 alpha_linux_sigcontext_addr.
2138 * alpha-osf1-tdep.c: Include gdbcore.h.
2139 (alpha_osf1_sigcontext_addr): New function.
2140 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
2141 alpha_osf1_sigcontext_addr.
2142 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
2143 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2144
2145 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2146
2147 * stack.c (selected_frame_level):
2148 (select_frame): Do not set selected_frame_level.
2149 * frame.h (selected_frame_level): Delete declaration.
2150
2151 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2152
2153 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2154 convert_from_func_ptr-addr when AIX / PowerOpen.
2155
2156 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2157
2158 * valops.c (hand_function_call): Call
2159 generic_save_call_dummy_addr.
2160 * frame.h (generic_save_call_dummy_addr): Declare.
2161 * blockframe.c (struct dummy_frame): Add fields call_lo and
2162 call_hi.
2163 (generic_find_dummy_frame): Check for PC in range call_lo to
2164 call_hi instead of entry_point_address.
2165 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2166 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2167 (generic_save_call_dummy_addr): New function.
2168
2169 2002-04-24 David S. Miller <davem@redhat.com>
2170
2171 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2172 sparc_skip_prologue.
2173 (sparc_skip_prologue): Kill frameless_p arg, and use line number
2174 information to find prologue when possible.
2175 (sparc_prologue_frameless_p): Call examine_prologue directly.
2176 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
2177 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
2178 second argument.
2179 (SKIP_PROLOGUE): Likewise.
2180
2181 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2182
2183 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
2184 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
2185 indicate that the condition it was testing is always true.
2186 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
2187 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2188 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2189
2190 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2191
2192 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
2193 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
2194 tdep->jb_pc and tdep->jb_elt_size.
2195 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
2196 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
2197 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2198 * alpha-nat.c (get_longjmp_target): Remove.
2199 (JB_ELEMENT_SIZE): Ditto.
2200 (JB_PC): Ditto.
2201 * alpha-tdep.c (alpha_get_longjmp_target): New function.
2202 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
2203 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
2204 to alpha_get_longjmp_target.
2205 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
2206 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
2207 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
2208
2209 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2210
2211 * README: Update to GDB 5.2.
2212
2213 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2214
2215 * gdbarch.sh (LC_ALL): Set to `c'.
2216
2217 2002-04-25 Theodore A. Roth <troth@verinet.com>
2218
2219 * avr-tdep.c: Ran through gdb_indent.sh.
2220
2221 2002-04-25 Theodore A. Roth <troth@verinet.com>
2222
2223 * MAINTAINERS: Add myself as AVR maintainer.
2224 * NEWS: Note new target avr.
2225
2226 2002-04-25 Theodore A. Roth <troth@verinet.com>
2227
2228 * Makefile.in: Add support for AVR target.
2229 * configure.tgt: Add support for AVR target.
2230 * avr-tdep.c: New file
2231 * config/avr/avr.mt: New file.
2232
2233 2002-04-25 Theodore A. Roth <troth@verinet.com>
2234
2235 * MAINTAINERS: Add myself to write-after-approval.
2236
2237 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2238
2239 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
2240 with fprintf_unfiltered (gdb_stderr,....
2241
2242 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2243
2244 Fix PR gdb/508.
2245 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
2246
2247 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2248
2249 * p-exp.y: Also use new prev_lexptr variable
2250 to improve error reporting. Based on Michael Snyder
2251 2002-04-24 dated patch to c-exp.y.
2252
2253 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2254
2255 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
2256 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
2257 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
2258 to 0.
2259 * config/alpha/tm-alpha.h: Remove forward decls of struct type
2260 and struct value.
2261 (FUNCTION_START_OFFSET): Remove.
2262 (BREAKPOINT): Ditto.
2263
2264 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2265
2266 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
2267 * NEWS: Ditto.
2268
2269 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2270
2271 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
2272 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
2273 alpha_linux_pc_in_sigtramp.
2274 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
2275 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
2276 alpha_osf1_pc_in_sigtramp.
2277 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
2278 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
2279 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2280 alphafbsd_pc_in_sigtramp.
2281 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
2282 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2283 alphanbsd_pc_in_sigtramp.
2284 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
2285 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
2286
2287 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2288
2289 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2290
2291 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2292
2293 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
2294 alphanbsd-tdep.c.
2295 (alphanbsd-nat.o): New dependency list.
2296 (alphanbsd-tdep.o): Ditto.
2297 * NEWS: Note new native NetBSD/alpha configuration.
2298 * alphanbsd-nat.c: New file.
2299 * alphanbsd-tdep.c: Ditto.
2300 * configure.host (alpha*-*-netbsd*): New host.
2301 * configure.tgt (alpha*-*-netbsd*): New target.
2302 * config/alpha/nbsd.mh: New file.
2303 * config/alpha/nbsd.mt: Ditto.
2304 * config/alpha/nm-nbsd.h: Ditto.
2305 * config/alpha/tm-nbsd.h: Ditto.
2306
2307 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2308
2309 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
2310 (alpha-osf1-tdep.o): New dependency list.
2311 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
2312 and skip_sigtramp_frame members.
2313 * alpha-linux-tdep.c: Include gdbcore.h.
2314 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
2315 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
2316 * alpha-osf1-tdep.c: New file.
2317 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
2318 alpha-osf1-dep.c.
2319 (alpha_frame_past_sigtramp_frame): New function.
2320 (alpha_dynamic_sigtramp_offset): Ditto.
2321 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
2322 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
2323 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
2324 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
2325 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
2326 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
2327 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
2328 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
2329 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
2330 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
2331 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
2332 to find_solib_trampoline_target.
2333 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
2334 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
2335 (SKIP_TRAMPOLINE_CODE): Remove.
2336 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2337 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2338 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2339 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2340 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
2341 (PROC_SIGTRAMP_MAGIC): Ditto.
2342 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2343 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2344 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2345 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2346 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2347
2348 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2349
2350 * NEWS: Note that Alpha targets are now multi-arch.
2351
2352 2002-04-24 Michael Snyder <msnyder@redhat.com>
2353
2354 * parser-defs.h (prev_lexptr): New external variable.
2355 * parse.c (parse_exp_1): Set prev_lexptr to null before
2356 calling the language-specific parser.
2357 * c-exp.y (yylex): Set prev_lexptr to start of current token.
2358 (yyerror): Use prev_lexptr in error reporting.
2359
2360 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2361
2362 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
2363 * gregset.h: If FILL_FPXREGSET is defined, provide
2364 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
2365 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
2366 is defined, call fill_fpxregset.
2367
2368 2002-04-24 Roland McGrath <roland@frob.com>
2369
2370 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
2371 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
2372 (supply_gregset, supply_fpregset): New functions.
2373
2374 * gnu-nat.c (gnu_find_memory_regions): New function.
2375 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
2376 (gnu_xfer_memory): Add a cast.
2377
2378 2002-04-24 Michael Snyder <msnyder@redhat.com>
2379
2380 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
2381 loop. Add handling for "str lr, [sp, #-4]!" and for saves
2382 of argument regs ("str r(0123), [r11, #-nn"]).
2383 (arm_skip_prologue): Better handling for frameless functions.
2384 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
2385 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
2386
2387 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
2388
2389 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
2390 NUM_PSEUDO_REGS can be used.
2391
2392 2002-04-24 Andrew Cagney <ac131313@redhat.com>
2393
2394 * arch-utils.h: Update copyright.
2395
2396 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
2397 * gdbarch.h, gdbarch.c: Re-generate.
2398
2399 * inferior.h (IN_SIGTRAMP): Delete definition.
2400 * arch-utils.c (legacy_pc_in_sigtramp): New function.
2401 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
2402
2403 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
2404 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
2405 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
2406 (find_proc_framesize): Ditto.
2407 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
2408 (alpha_init_extra_frame_info): Ditto.
2409 * infrun.c (handle_inferior_event): Ditto.
2410 (handle_inferior_event): Ditto.
2411 (check_sigtramp2): Ditto.
2412 * blockframe.c (create_new_frame): Ditto.
2413 (get_prev_frame): Ditto.
2414 * ppc-linux-tdep.c: Update comments.
2415 * i386-linux-tdep.c: Update comments.
2416 * breakpoint.c (bpstat_what): Update comment.
2417
2418 2002-04-24 Michal Ludvig <mludvig@suse.cz>
2419
2420 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
2421 (regsets_store_inferior_registers): Removed cast to int from
2422 ptrace() calls.
2423 * gdbserver/regcache.h: Added declaration of struct inferior_info.
2424
2425 2002-04-24 David S. Miller <davem@redhat.com>
2426
2427 * i960-tdep.c (register_in_window_p): New function.
2428 (i960_find_saved_register): Use it instead of
2429 REGISTER_IN_WINDOW_P.
2430 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
2431
2432 * symtab.h (find_stab_function_addr): Kill extern.
2433 * minsyms.c (find_stab_function_addr): Remove from here...
2434 * dbxread.c: ... to here, and mark it static.
2435
2436 2002-04-20 David S. Miller <davem@redhat.com>
2437
2438 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
2439 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
2440
2441 2002-04-21 David S. Miller <davem@redhat.com>
2442
2443 * remote-vxsparc.c (vx_read_register): Fix typo, we want
2444 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
2445 (vx_write_register): Likewise.
2446
2447 2002-04-23 J. Brobecker <brobecker@gnat.com>
2448
2449 * source.c (is_regular_file): New function.
2450 (openp): Check wether file to open is a regular file
2451 to avoid opening directories.
2452
2453 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2454
2455 * findvar.c (extract_signed_integer): Cast printf argument
2456 to suppress format warning.
2457 (extract_unsigned_integer): Likewise.
2458 * infcmd.c (registers_info): Likewise.
2459 * top.c (get_prompt_1): Likewise.
2460 * valops.c (value_assign): Likewise.
2461 * valprint.c (print_decimal): Likewise.
2462
2463 2002-04-22 H.J. Lu (hjl@gnu.org)
2464
2465 * c-exp.y (typebase): Support
2466
2467 [long|long long|short] [signed|unsigned] [int|]
2468
2469 and
2470
2471 signed [long|long long|short] int
2472
2473 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2474
2475 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
2476 and vax-tdep.h.
2477 * vax-tdep.h: New file.
2478 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
2479 Make several routines static.
2480 (vax_get_saved_register): New function.
2481 (vax_gdbarch_init): New function.
2482 (_initialize_vax_tdep): Register vax_gdbarch_init.
2483 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
2484 Remove macros now under the control of gdbarch.
2485
2486 2002-04-22 Michael Snyder <msnyder@redhat.com>
2487
2488 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
2489 Some whitespace and coding standards tweaks.
2490
2491 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2492
2493 * vax-tdep.c: Include regcache.h.
2494 (vax_call_dummy_words): New.
2495 (sizeof_vax_call_dummy_words): New.
2496 (vax_fix_call_dummy): New function.
2497 (vax_saved_pc_after_call): Ditto.
2498 * config/vax/tm-vax.h: Don't include regcache.h.
2499 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
2500 (CALL_DUMMY): Remove.
2501 (CALL_DUMMY_WORDS): Define.
2502 (SIZEOF_CALL_DUMMY_WORDS): Define.
2503 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
2504
2505 2002-04-18 Michael Snyder <msnyder@redhat.com>
2506
2507 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
2508
2509 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2510
2511 * vax-tdep.c (vax_frame_chain): New function.
2512 (vax_push_dummy_frame): Ditto.
2513 (vax_pop_frame): Ditto.
2514 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
2515 (FRAMELESS_FUNCTION_INVOCATION): Use
2516 generic_frameless_function_invocation_not.
2517 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
2518 (POP_FRAME): Use vax_pop_frame.
2519
2520 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2521
2522 * vax-tdep.c (vax_store_struct_return): New function.
2523 (vax_extract_return_value): Ditto.
2524 (vax_store_return_value): Ditto.
2525 (vax_extract_struct_value_address): Ditto.
2526 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
2527 vax_store_struct_return.
2528 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
2529 (STORE_RETURN_VALUE): Use vax_store_return_value.
2530 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
2531
2532 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2533
2534 * vax-tdep.c (vax_frame_saved_pc): New function.
2535 (vax_frame_args_address_correct): Ditto.
2536 (vax_frame_args_address): Ditto.
2537 (vax_frame_locals_address): Ditto.
2538 (vax_frame_num_args): Move code to be in proximity to
2539 other frame-related functions.
2540 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
2541 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
2542 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
2543 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
2544 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
2545
2546 2002-04-22 H.J. Lu (hjl@gnu.org)
2547
2548 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
2549 includedir.
2550
2551 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2552
2553 * vax-tdep.c (vax_frame_init_saved_regs): New function.
2554 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
2555 (FRAME_INIT_SAVED_REGS): New macro.
2556
2557 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2558
2559 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
2560
2561 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2562
2563 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
2564 where needed.
2565 (fetch_osf_core_registers): Likewise.
2566 (supply_gregset): Likewise.
2567
2568 2002-04-22 J. Brobecker <brobecker@gnat.com>
2569
2570 * symfile.h (get_section_index): Define.
2571 * symfile.c (get_section_index): New function.
2572 * mdebugread.c (SC_IS_SBSS): New macro.
2573 (SC_IS_BSS): Return true for the scBss storage class only, as
2574 the scSBss storage class refers to the .sbss section.
2575 (parse_partial_symbols): Discard the symbols which associated
2576 section does not exist.
2577 Make sure to use the .sbss section index for symbols which
2578 storage class is scBss, rather than using the .bss section index.
2579
2580 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2581
2582 * vax-tdep.c: Update copyright years.
2583 (vax_register_name): New function.
2584 (vax_register_byte): Ditto.
2585 (vax_register_raw_size): Ditto.
2586 (vax_register_virtual_size): Ditto.
2587 (vax_register_virtual_type): Ditto.
2588 * config/vax/tm-vax.h: Update copyright years.
2589 (REGISTER_NAMES): Remove.
2590 (REGISTER_NAME): Define.
2591 (REGISTER_BYTE): Use vax_register_byte.
2592 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
2593 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
2594 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
2595
2596 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2597
2598 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2599 declaration
2600 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
2601
2602 2002-04-21 David S. Miller <davem@redhat.com>
2603
2604 * arch-utils.c (generic_prologue_frameless_p): Kill
2605 SKIP_PROLOGUE_FRAMELESS_P code.
2606 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2607 references.
2608 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
2609 * arc-tdep.c (arc_prologue_frameless_p): Implement.
2610 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2611 references.
2612 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
2613 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
2614 (sparc_gdbarch_init): Pass it to
2615 set_gdbarch_prologue_frameless_p.
2616
2617 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2618
2619 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
2620 (alphabsd-nat.o): New dependency list.
2621
2622 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2623
2624 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
2625 alphafbsd-tdep.c.
2626 (alpha-linux-tdep.o): New dependency list.
2627 (alphafbsd-tdep.o): Likewise.
2628
2629 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2630
2631 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
2632 to here...
2633 * alpha-tdep.c: ...from here.
2634 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
2635
2636 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2637
2638 * config/alpha/tm-alpha.h: Move alpha_software_single_step
2639 prototype from here...
2640 * alpha-tdep.h: ...to here.
2641
2642 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2643
2644 * frame.h (selected_frame_level): Document as deprecated.
2645 (frame_relative_level): Declare.
2646 * stack.c (frame_relative_level): New function.
2647 (selected_frame_level): Document as deprecated.
2648 (select_frame): Do not set the selected_frame_level.
2649
2650 * stack.c (frame_info, record_selected_frame): Update.
2651 (frame_command, current_frame_command): Update.
2652 (up_silently_base, up_command, down_silently_base): Update.
2653 (down_command): Update.
2654 * inflow.c (kill_command): Update.
2655 * tracepoint.c (finish_tfind_command): Update.
2656 * corelow.c (core_open): Update.
2657 * thread.c (info_threads_command): Update.
2658 (do_captured_thread_select): Update.
2659 * infcmd.c (finish_command): Update.
2660 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
2661
2662 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2663
2664 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
2665
2666 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2667
2668 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
2669 type const.
2670
2671 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2672
2673 * alphafbsd-tdep.c: Update copyright years. Include
2674 alpha-tdep.h.
2675 (alphafbsd_use_struct_convention): Make static.
2676 (alphafbsd_init_abi): New function.
2677 (_initialize_alphafbsd_tdep): New function.
2678 * config/alpha/tm-fbsd.h: Update copyright years.
2679 (USE_STRUCT_CONVENTION): Remove.
2680
2681 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2682
2683 * alpha-tdep.c (alpha_abi_handler): New structure to describe
2684 an Alpha ABI variant.
2685 (alpha_abi_handler_list): Declare.
2686 (alpha_gdbarch_register_os_abi): New function.
2687 (alpha_gdbarch_init): Give registered ABI variant handlers a
2688 chance to tweak the gdbarch once we have set up defaults.
2689 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
2690
2691 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2692
2693 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
2694 to standard_coerce_float_to_double.
2695 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2696
2697 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2698
2699 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
2700 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
2701 from gdbarch_tdep rather than a constant.
2702 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
2703 the default text address for all Alpha Unix ABIs.
2704 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
2705 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
2706
2707 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2708
2709 * alpha-tdep.h: New file. Includes several Alpha target constants
2710 taken from...
2711 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2712 let gdbarch deal with.
2713 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2714 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2715 to dependency list.
2716 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2717 Alpha target register names.
2718 * alphabsd-nat.c: Likewise.
2719 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2720 Alpha target register names. Make serveral routines static.
2721 (alpha_get_saved_register): New function.
2722 (alpha_abi_names): New.
2723 (process_note_abi_tag_sections): New function.
2724 (get_elfosabi): New function.
2725 (alpha_gdbarch_init): New function.
2726 (alpha_dump_tdep): New function.
2727 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2728
2729 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2730
2731 * frame.c (find_saved_register): Delete #ifdef
2732 HAVE_REGISTER_WINDOWS code.
2733 * config/sparc/tm-sparc.h: Update comments.
2734 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2735
2736 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2737
2738 * i960-tdep.c (i960_find_saved_register): New function.
2739 (i960_get_saved_register): New function.
2740 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
2741 (i960_get_saved_register): Declare.
2742 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
2743
2744 2002-04-20 David S. Miller <davem@redhat.com>
2745
2746 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
2747
2748 2002-04-20 Andrew Cagney <ac131313@redhat.com>
2749
2750 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
2751 instead of NUM_PSEUDO_REGS.
2752
2753 2002-04-20 David S. Miller <davem@redhat.com>
2754
2755 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
2756 GDB_MULTI_ARCH_PARTIAL
2757 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
2758 define, let tm-sp64.h do it.
2759
2760 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
2761
2762 * frame.c (find_saved_register): Avoid a NULL pointer
2763 dereference and actually walk the frame list.
2764
2765 2002-04-20 Andrew Cagney <ac131313@redhat.com>
2766
2767 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
2768 sorted in most most-recent-used order. Document.
2769 * gdbarch.h, gdbarch.c: Regenerate.
2770
2771 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
2772
2773 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
2774 (add_inferior): Call create_register_cache.
2775 (clear_inferiors): Call free_register_cache.
2776 (inferior_regcache_data, set_inferior_regcache_data): New functions.
2777 * gdbserver/regcache.c (struct inferior_regcache_data): New.
2778 (registers): Remove.
2779 (get_regcache): New function.
2780 (create_register_cache, free_register_cache): New functions.
2781 (set_register_cache): Don't initialize the register cache here.
2782 (registers_to_string, registers_from_string, register_data): Call
2783 get_regcache.
2784 * gdbserver/regcache.h: Add prototypes.
2785 * gdbserver/server.h: Likewise.
2786
2787 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
2788
2789 * gdbserver/mem-break.c: New file.
2790 * gdbserver/mem-break.h: New file.
2791 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
2792 dependencies.
2793 * gdbserver/inferiors.c (struct inferior_info): Add target_data
2794 member.
2795 (clear_inferiors): Free target_data member if set.
2796 (inferior_target_data, set_inferior_target_data): New functions.
2797 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2798 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2799 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2800 (struct inferior_linux_data): New.
2801 (linux_create_inferior): Use set_inferior_target_data.
2802 (linux_attach): Likewise. Call add_inferior.
2803 (linux_wait_for_one_inferior): New function.
2804 (linux_wait): Call it.
2805 (linux_write_memory): Add const.
2806 (initialize_low): Call set_breakpoint_data.
2807 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2808 handling members.
2809 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2810 call.
2811 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2812 prototypes.
2813 * gdbserver/target.c (read_inferior_memory)
2814 (write_inferior_memory): New functions.
2815 * gdbserver/target.h (read_inferior_memory)
2816 (write_inferior_memory): Change macros to prototypes.
2817 (struct target_ops): Update comments. Add const to write_memory
2818 definition.
2819
2820 2002-04-19 Andrew Cagney <ac131313@redhat.com>
2821
2822 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2823 instead of ->prev.
2824 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2825 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2826 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2827 instead of ->prev.
2828
2829 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2830
2831 Fix PR gdb/471.
2832 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2833 (build_builtin_type_vec128): Ditto.
2834 (append_composite_type_field): Fix calculation of type length in
2835 union case.
2836
2837 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * config/djgpp/README: Update.
2840
2841 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2842 compiler warnings.
2843
2844 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2845
2846 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2847 (alpha_setup_arbitrary_frame): ...to this.
2848 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2849 for alpha_setup_arbitrary_frame.
2850
2851 2002-04-18 Andrew Cagney <cagney@redhat.com>
2852
2853 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2854 * gdbarch.h, gdbarch.c: Regenerate.
2855
2856 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2857 * target.h (memory_breakpoint_from_pc): Update declaration.
2858 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2859
2860 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2861 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2862 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2863 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2864 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2865 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2866 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2867 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2868 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2869 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2870 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2871 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2872
2873 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2874 const pointer.
2875 * monitor.c (monitor_insert_breakpoint): Ditto.
2876 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2877
2878 * config/mcore/tm-mcore.h: Update copyright.
2879 * mem-break.c: Ditto.
2880 * xstormy16-tdep.c: Ditto.
2881
2882 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2883
2884 * p-exp.y: Add precedence rule for '^' token.
2885 This removes the shift/reduce conflicts.
2886 Remove the comment concerning these shift/reduce conflicts.
2887
2888 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
2889
2890 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2891 (registers_powerpc_nofp): New register set for processors
2892 without floating point unit.
2893
2894 2002-04-18 David S. Miller <davem@redhat.com>
2895
2896 * MAINTAINERS: Add myself to write-after-approval.
2897
2898 2002-04-17 Michael Snyder <msnyder@redhat.com>
2899
2900 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2901
2902 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2903
2904 * rs6000-tdep.c (frame_initial_stack_address): Use
2905 frame_register_read to read the alloca_reg.
2906
2907 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2908
2909 * frame.c (find_saved_register): Find saved registers in the next
2910 not prev frame.
2911 Fix PR gdb/365.
2912
2913 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2914
2915 * gdbarch.sh (LANG): Set to ``c''.
2916
2917 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2918
2919 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2920
2921 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2922
2923 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2924 Update copyright.
2925
2926 * hpread.c (hpread_get_lntt): Add declaration.
2927 Also fix PR gdb/391.
2928
2929 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2930
2931 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2932 * aclocal.m4, configure: Re-generate.
2933 Fix PR gdb/391.
2934
2935 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2936
2937 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2938 instead of tm_print_insn.
2939
2940 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2941
2942 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2943
2944 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2945
2946 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2947 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2948 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2949
2950 2002-04-12 Don Howard <dhoward@redhat.com>
2951
2952 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2953 max_user_call_depth.
2954 (init_cmd_lists): Initialize the new value;
2955 * cli/cli-script.c (execute_user_command): Limit the call depth of
2956 user defined commands. This avoids a core-dump when user commands
2957 are infinitly recursive.
2958
2959 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2960
2961 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2962 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2963 from tdep struct instead of DEFAULT_LR_SAVE.
2964 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2965 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2966 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2967
2968 2002-04-12 Michael Snyder <msnyder@redhat.com>
2969
2970 * Remote.c: Spelling fix.
2971 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2972 If no symbol found for "sbrk", try "_sbrk".
2973 (make_output_phdrs): Use bfd_section_name.
2974 (gcore_copy_callback): Use bfd_section_name.
2975 * eval.c: Indentation fix-ups.
2976 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2977 in case it gets applied to an address that is already
2978 in the instruction space.
2979 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2980 * symfile.c: Fix indentation, long lines.
2981 * source.c: White space fix-up.
2982
2983 2002-04-12 Andrew Cagney <cagney@redhat.com>
2984
2985 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2986 * frame.c (frame_register_read): New function. Return non-zero on
2987 success.
2988 (read_relative_register_raw_bytes_for_frame): Delete.
2989 (read_relative_register_raw_bytes): Delete.
2990 * frame.h (frame_register_read): Declare.
2991 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2992 * sh-tdep.c: Ditto.
2993 * infcmd.c (do_registers_info): Ditto.
2994 * hppa-tdep.c: Ditto.
2995 * rs6000-tdep.c: Ditto.
2996 * h8500-tdep.c: Ditto.
2997 * mips-tdep.c: Ditto.
2998 * h8300-tdep.c: Ditto.
2999 * z8k-tdep.c: Ditto.
3000
3001 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3002
3003 From Jimi X <jimix@watson.ibm.com>:
3004 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3005 64-bit SysV ABI.
3006
3007 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3008
3009 From Jimi X <jimix@watson.ibm.com>:
3010 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3011 bfd info.
3012
3013 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3014
3015 From Jimi X <jimix@watson.ibm.com>:
3016 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3017 register sets for these processor variants.
3018
3019 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
3020
3021 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
3022 registers which are allowed to fail to store.
3023 * gdbserver/linux-low.h (linux_target_ops): Likewise.
3024 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
3025 (ppc_cannot_store_register): FPSCR may not be storable.
3026 * regformats/reg-ppc.dat: Support FPSCR.
3027
3028 2002-04-11 Kevin Buettner <kevinb@redhat.com>
3029
3030 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
3031 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3032 Add fpscr as an invalid/unfetchable register.
3033 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
3034 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
3035 (fill_fpregset): Add support for register fpscr.
3036 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
3037 (fill_gregset): Account for the fact that register ``mq'' might
3038 not exist.
3039 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
3040 (registers_power): Add fpscr to register set at slot 71.
3041 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
3042 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
3043
3044 2002-04-11 Michael Snyder <msnyder@redhat.com>
3045
3046 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
3047 * configure: Regenerate.
3048 * config.in: Regenerate.
3049 * acconfig.h: Add define for _SYSCALL32.
3050 * core-sol2.c: Remove #define _SYSCALL32.
3051 * solib-legacy.c: Remove #define _SYSCALL32.
3052
3053 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3054
3055 * stack.c (select_frame): Cleanup internal error message, do not
3056 use %p.
3057
3058 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3059
3060 * stack.c (select_frame): Check that selected_frame and the
3061 specified level are as expected.
3062 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
3063 Update copyright.
3064 * frame.h (struct frame_info): Add field `level'. Update
3065 copyright.
3066 Work-in-progress PR gdb/464.
3067
3068 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3069
3070 * maint.c (maint_print_section_info): Rename print_section_info.
3071 (print_bfd_section_info, print_objfile_section_info): Update.
3072 * inferior.h (struct gdbarch): Add opaque declaration.
3073 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
3074 * gdbarch.h: Regenerate.
3075
3076 2002-04-10 Michal Ludvig <mludvig@suse.cz>
3077
3078 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
3079 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
3080 (kernel_u_size): Added.
3081 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
3082 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
3083
3084 2002-04-04 Jim Ingham <jingham@apple.com>
3085
3086 * valarith.c (find_size_for_pointer_math): New function, either returns
3087 the size for a pointer's target, returns 1 for void *, or errors for
3088 incomplete types.
3089 (value_add, value_sub): use find_size_for_pointer_math.
3090
3091 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3092
3093 * linux-low.c (linux_look_up_symbols): New hook.
3094 (linux_target_ops): Add linux_look_up_symbols.
3095 * remote-utils.c (decode_address): New function.
3096 (look_up_one_symbol): New function.
3097 * server.c (handle_query): Call target look_up_symbols hook.
3098 * server.h (look_up_one_symbol): Add prototype.
3099 * target.h (struct target_ops): Add look_up_symbols hook.
3100
3101 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3104 * ChangeLog: Correct paths in last ChangeLog entry.
3105
3106 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3107
3108 * gdbserver/linux-low.h: Remove obsolete prototypes.
3109 (struct linux_target_ops): New.
3110 (extern the_low_target): New.
3111 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
3112 (register_addr): Use the_low_target explicitly.
3113 (fetch_register): Likewise.
3114 (usr_fetch_inferior_registers): Likewise.
3115 (usr_store_inferior_registers): Likewise.
3116 * gdbserver/linux-arm-low.c (num_regs): Remove.
3117 (arm_num_regs): Define.
3118 (arm_regmap): Renamed from regmap, made static.
3119 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
3120 made static.
3121 (arm_cannot_store_register): Renamed from cannot_store_register,
3122 made static.
3123 (the_low_target): New.
3124 * gdbserver/linux-i386-low.c (num_regs): Remove.
3125 (i386_num_regs): Define.
3126 (i386_regmap): Renamed from regmap, made static.
3127 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
3128 made static.
3129 (i386_cannot_store_register): Renamed from cannot_store_register,
3130 made static.
3131 (the_low_target): New.
3132 * gdbserver/linux-ia64-low.c (num_regs): Remove.
3133 (ia64_num_regs): Define.
3134 (ia64_regmap): Renamed from regmap, made static.
3135 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
3136 made static.
3137 (ia64_cannot_store_register): Renamed from cannot_store_register,
3138 made static.
3139 (the_low_target): New.
3140 * gdbserver/linux-m68k-low.c (num_regs): Remove.
3141 (m68k_num_regs): Define.
3142 (m68k_regmap): Renamed from regmap, made static.
3143 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
3144 made static.
3145 (m68k_cannot_store_register): Renamed from cannot_store_register,
3146 made static.
3147 (the_low_target): New.
3148 * gdbserver/linux-mips-low.c (num_regs): Remove.
3149 (mips_num_regs): Define.
3150 (mips_regmap): Renamed from regmap, made static.
3151 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
3152 made static.
3153 (mips_cannot_store_register): Renamed from cannot_store_register,
3154 made static.
3155 (the_low_target): New.
3156 * gdbserver/linux-ppc-low.c (num_regs): Remove.
3157 (ppc_num_regs): Define.
3158 (ppc_regmap): Renamed from regmap, made static.
3159 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
3160 made static.
3161 (ppc_cannot_store_register): Renamed from cannot_store_register,
3162 made static.
3163 (the_low_target): New.
3164 * gdbserver/linux-s390-low.c (num_regs): Remove.
3165 (s390_num_regs): Define.
3166 (s390_regmap): Renamed from regmap, made static.
3167 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3168 made static.
3169 (s390_cannot_store_register): Renamed from cannot_store_register,
3170 made static.
3171 (the_low_target): New.
3172 * gdbserver/linux-sh-low.c (num_regs): Remove.
3173 (sh_num_regs): Define.
3174 (sh_regmap): Renamed from regmap, made static.
3175 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
3176 made static.
3177 (sh_cannot_store_register): Renamed from cannot_store_register,
3178 made static.
3179 (the_low_target): New.
3180 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
3181 (the_low_target): New.
3182
3183 2002-04-09 Andrew Cagney <ac131313@redhat.com>
3184
3185 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
3186 override FP_REGNUM with frame->fp. Update copyright.
3187 * parse.c (num_std_regs, std_regs): Delete.
3188 (target_map_name_to_register): Do not search std_regs. Update
3189 function description.
3190 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
3191 declarations. Update copyright.
3192 Fix PR gdb/251.
3193
3194 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * gdbserver/Makefile.in: Add stamp-h target.
3197 * gdbserver/configure.in: Create stamp-h.
3198 * gdbserver/configure: Regenerated.
3199
3200 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3201
3202 * gdbserver/inferiors.c: New file.
3203 * gdbserver/target.c: New file.
3204 * gdbserver/target.h: New file.
3205 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
3206 dependencies.
3207 * gdbserver/linux-low.c (inferior_pid): New static variable,
3208 moved from server.c.
3209 (linux_create_inferior): Renamed from create_inferior.
3210 Call add_inferior. Return 0 on success instead of a PID.
3211 (linux_attach): Renamed from myattach.
3212 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
3213 (linux_thread_alive): Renamed from mythread_alive.
3214 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
3215 child dies.
3216 (linux_resume): Renamed from myresume. Add missing ``return 0''.
3217 (regsets_store_inferior_registers): Correct error message.
3218 Add missing ``return 0''.
3219 (linux_fetch_registers): Renamed from fetch_inferior_registers.
3220 (linux_store_registers): Renamed from store_inferior_registers.
3221 (linux_read_memory): Renamed from read_inferior_memory.
3222 (linux_write_memory): Renamed from write_inferior_memory.
3223 (linux_target_ops): New structure.
3224 (initialize_low): Call set_target_ops ().
3225 * gdbserver/remote-utils.c (unhexify): New function.
3226 (hexify): New function.
3227 (input_interrupt): Send signals to ``signal_pid''.
3228 * gdbserver/server.c (inferior_pid): Remove.
3229 (start_inferior): Update create_inferior call.
3230 (attach_inferior): Call add_inferior.
3231 (handle_query): New function.
3232 (main): Call handle_query for `q' packets.
3233 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
3234 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
3235
3236 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3237
3238 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
3239 dependencies.
3240 * gdbserver/configure.in: Check for <string.h>
3241 * gdbserver/configure: Regenerate.
3242 * gdbserver/config.in: Regenerate.
3243 * gdbserver/gdbreplay.c: Include needed system headers.
3244 (remote_open): Remove strchr prototype.
3245 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
3246 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
3247 (supply_register_by_name): Likewise.
3248 (collect_register): Change buf argument to void *.
3249 (collect_register_by_name): Likewise.
3250 * gdbserver/regcache.h: Add missing prototypes.
3251 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
3252 * gdbserver/server.c (handle_query): New function.
3253 (attached): New static variable, moved out of main.
3254 (main): Quiet longjmp clobber warnings.
3255 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
3256 * gdbserver/utils.c (error): Remove NORETURN.
3257 (fatal): Likewise.
3258
3259 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3260
3261 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
3262 after the last symbol in a block.
3263
3264 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
3265
3266 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
3267 is non zero as a found symbol.
3268
3269 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3270
3271 * findvar.c: Include "builtin-regs.h".
3272 (value_of_register): Call value_of_builtin_reg when applicable.
3273 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
3274 (target_map_name_to_register): Call
3275 builtin_reg_map_name_to_regnum.
3276 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
3277 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
3278 (builtin_regs_h): Define.
3279 (builtin-regs.o): New target.
3280 (findvar.o): Add $(builtin_regs_h).
3281 * builtin-regs.c, builtin-regs.h: New files.
3282 * std-regs.c: New file.
3283 Partial fix for PR gdb/251.
3284
3285 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3286
3287 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
3288 it's no longer required.
3289
3290 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3291
3292 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
3293
3294 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3295
3296 From Jimi X <jimix@watson.ibm.com>:
3297 * rs6000-tdep.c (rs6000_software_single_step): Use
3298 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
3299 and size. Use target_insert_breakpoint() and
3300 target_remove_breakpoint() to insert and remove breakpoints
3301 instead of explicit memory reads and writes.
3302
3303 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3304
3305 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
3306 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
3307 ELF_OBJECT_FORMAT ifdef.
3308
3309 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3310
3311 From Jimi X <jimix@watson.ibm.com>:
3312 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
3313
3314 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3315
3316 From Jimi X <jimix@watson.ibm.com>:
3317 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
3318 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
3319
3320 2002-04-07 Mark Kettenis <kettenis@gnu.org>
3321
3322 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
3323 s/asprintf/xasprintf/.
3324 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
3325
3326 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3327
3328 I believe Jeff Law denies responsability for this one:
3329 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
3330 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
3331 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
3332 Work-around for PR gdb/366.
3333
3334 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3335
3336 * remote-e7000.c (write_small, e7000_read_inferior_memory,
3337 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
3338 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
3339
3340 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3341
3342 * sh-tdep.c (sh_fp_frame_init_saved_regs,
3343 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
3344 information.
3345
3346 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3347
3348 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
3349 maintainer.
3350
3351 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3352
3353 * README (Reporting Bugs in GDB): Document the bug web page as the
3354 prefered way of submitting bugs.
3355 Fix PR gdb/402.
3356
3357 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3358
3359 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
3360 -1. Update comment.
3361 * gdbarch.h, gdbarch.c: Re-generate.
3362
3363 2002-04-07 Andreas Schwab <schwab@suse.de>
3364
3365 * m68klinux-nat.c (fill_fpregset): Properly pass address of
3366 buffer to regcache_collect.
3367
3368 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3369
3370 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
3371 * gdbarch.c, gdbarch.h: Re-generate.
3372
3373 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3374
3375 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
3376 declaration. Fix -Werror.
3377
3378 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
3379
3380 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
3381 * gdbarch.c: Regenerate.
3382
3383 2002-04-05 Michael Snyder <msnyder@redhat.com>
3384
3385 * breakpoint.c (clear_command): Rewrite middle section to
3386 combine two loops with identical control conditions.
3387 Add a cleanup to eliminate a memory leak.
3388 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
3389
3390 2002-04-05 H.J. Lu (hjl@gnu.org)
3391
3392 * solib-svr4.c (bkpt_names): Add "__start".
3393
3394 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3395
3396 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
3397 as test for 64 bit target.
3398
3399 2002-04-05 Andrew Cagney <ac131313@redhat.com>
3400
3401 * h8500-tdep.c (h8500_write_fp): Delete function.
3402 * dwarf2cfi.c (cfi_write_fp): Document as not used.
3403 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
3404 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
3405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
3406 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
3407 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
3408 (s390_write_fp):
3409 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
3410 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
3411 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
3412 (d10v_write_fp): Delete function.
3413 * inferior.h (write_fp, generic_target_write_fp): Delete
3414 declarations.
3415 * regcache.c (generic_target_write_fp): Delete function.
3416 (write_fp): Delete function.
3417 * gdbarch.sh (TARGET_WRITE_FP): Delete.
3418 * gdbarch.h, gdbarch.c: Regenerate.
3419 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
3420 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
3421 (sparc64_write_fp): Delete declaration.
3422 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
3423 (h8500_write_fp): Delete declaration.
3424
3425 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3426
3427 * sparc-tdep.c (sparc64_write_fp): Delete.
3428 (sparc_push_dummy_frame): Replace write_fp call with code to store
3429 the FP directly.
3430 (sparc_gdbarch_init): Do not initialize write_fp.
3431
3432 2002-04-05 Kevin Buettner <kevinb@redhat.com>
3433
3434 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
3435 clause.
3436
3437 2002-03-29 Jim Blandy <jimb@redhat.com>
3438
3439 * stack.c (get_selected_block): Add new argument `addr_in_block',
3440 used to return the exact code address we used to select the block,
3441 not just the block.
3442 * blockframe.c (get_frame_block, get_current_block): Same.
3443 * frame.h (get_frame_block, get_current_block,
3444 get_selected_block): Update declarations.
3445 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
3446 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
3447
3448 2002-04-05 Michael Snyder <msnyder@redhat.com>
3449
3450 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
3451 warning message.
3452
3453 2002-04-05 J. Brobecker <brobecker@gnat.com>
3454
3455 * utils.c (xfullpath): New function.
3456 * defs.h (xfullpath): Add declaration.
3457 * source.c (openp): Use xfullpath in place of gdb_realpath to
3458 avoid resolving the basename part of filenames when the
3459 associated file is a symbolic link. This fixes a potential
3460 inconsistency between the filenames known to GDB and the
3461 filenames it prints in the annotations.
3462 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
3463 to be able to match a filename with either the real filename, or
3464 the name of any symbolic link to this file.
3465 (lookup_partial_symtab): Ditto.
3466
3467 2002-04-04 Michael Snyder <msnyder@redhat.com>
3468
3469 * breakpoint.c: Add support for hardware breakpoints in overlays.
3470 (overlay_events_enabled): New state variable.
3471 (insert_breakpoints): Use overlay_events_enabled to decide
3472 whether to attempt to set a breakpoint at the overlay load addr.
3473 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3474 (remove_breakpoint): Use overlay_events_enabled to decide
3475 whether breakpoints need to be removed from overlay load addr.
3476 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3477 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
3478 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
3479 disable_overlay_breakpoints): Update overlay_events_enabled.
3480
3481 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3482
3483 * dwarf2read.c (struct function_range): New.
3484 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
3485 (check_cu_functions): New.
3486 (read_file_scope): Initialize global function lists.
3487 Call dwarf_decode_line after processing children.
3488 (read_func_scope): Add to global function list.
3489 (dwarf_decode_lines): Call check_cu_functions everywhere
3490 record_line is called. Call record_line with a linenumber
3491 of 0 to mark sequence ends.
3492
3493 2002-04-04 Michal Ludvig <mludvig@suse.cz>
3494
3495 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
3496 change sync with glibc.
3497
3498 2002-04-03 Jim Blandy <jimb@redhat.com>
3499
3500 * configure.in: Call AC_C_INLINE.
3501 * configure: Regenerated.
3502
3503 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
3504
3505 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
3506 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
3507
3508 2002-03-31 Mark Kettenis <kettenis@gnu.org>
3509
3510 * NEWS: Mention gcore support on FreeBSD/i386.
3511
3512 * fbsd-proc.c: New file.
3513 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
3514 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
3515
3516 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
3517 while statement.
3518
3519 2002-03-29 Jim Blandy <jimb@redhat.com>
3520
3521 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
3522 unescaped newlines in string literals, but newer ones don't. So
3523 escape them.
3524
3525 2002-03-26 Michael Snyder <msnyder@redhat.com>
3526 Andrew Cagney <cagney@redhat.com>
3527
3528 * cli/cli-dump.c: New file. Dump memory to file,
3529 restore file to memory.
3530 * cli/cli-dump.h: New file.
3531 * Makefile.in: Add rules, dependencies for cli-dump.o.
3532 * NEWS: Mention new commands.
3533
3534 2002-03-28 Michael Snyder <msnyder@redhat.com>
3535
3536 * symfile.c (symbol_file_add): Move test for null symbols to later.
3537
3538 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3539
3540 From veksler at il.ibm.com:
3541 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
3542 the xstrduped original path.
3543 Fix PR gdb/417.
3544
3545 2002-03-27 Michael Snyder <msnyder@redhat.com>
3546
3547 * breakpoint.c (_initialize_breakpoint): Clean up help string.
3548 * infcmd.c (_initialize_infcmd): Ditto.
3549 * language.c (_initialize_language): Ditto.
3550 * symfile.c (_initialize_symfile): Ditto.
3551 * top.c (_init_main): Ditto.
3552 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3553
3554 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
3555
3556 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
3557 vector registers handling.
3558 (skip_prologue): Handle new AltiVec instructions. Fill in new
3559 fields of frame data.
3560 (frame_get_saved_regs): Fill in information for AltiVec registers.
3561
3562 2002-03-27 Jim Blandy <jimb@redhat.com>
3563
3564 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
3565 a function; leave this macro here to invoke that function.
3566 (symbol_init_mangled_name): Declaration for that function.
3567 * symtab.c (symbol_init_mangled_name): New function.
3568
3569 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3570
3571 * valarith.c: Replace strerror with safe_strerror.
3572 * tracepoint.c: Ditto.
3573 * lin-lwp.c: Ditto.
3574 * go32-nat.c: Ditto.
3575 * inflow.c: Ditto.
3576 * gnu-nat.c: Ditto.
3577
3578 2002-03-27 Andreas Schwab <schwab@suse.de>
3579
3580 * event-top.c (command_line_handler): Remove useless if.
3581
3582 2002-03-27 Andreas Jaeger <aj@suse.de>
3583
3584 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
3585 comment.
3586
3587 2002-03-27 Michal Ludvig <mludvig@suse.cz>
3588
3589 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
3590 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
3591 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
3592 (x86_64_linux_dr_get_status, supply_gregset),
3593 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
3594 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
3595 (x86_64_register_info_table): Add.
3596 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
3597 (x86_64_register_raw_size, x86_64_register_virtual_type),
3598 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
3599 general x86_64_register_info_table.
3600 (i386_gdbarch_init): gdbarch_register_bytes is now set
3601 dynamicaly during initialization.
3602 * regformats/reg-x86-64.dat: Synced with changes to registers above.
3603 * gdbserver/linux-x86-64-low.c: Ditto.
3604
3605 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3606
3607 * gdbserver/server.c (main): Call target_signal_to_host_p
3608 and target_signal_to_host on signals received from the remote.
3609 * gdbserver/remote-utils.c (prepare_resume_reply): Call
3610 target_signal_from_host on signals sent to the remote.
3611 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
3612 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
3613
3614 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3615
3616 * signals/signals.c: Include "server.h" in gdbserver build.
3617 (target_signal_from_name): Don't use STREQ.
3618 (_initialize_signals): Likewise. Don't include function in
3619 gdbserver build.
3620
3621 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3622
3623 * signals.c: Moved to...
3624 * signals/signals.c: Here.
3625 * Makefile (signals.o): Update.
3626
3627 2002-03-26 Jeff Law (law@redhat.com)
3628
3629 * somread.c (som_symtab_read): Remove some commented out code and
3630 updated related comments. Do not set the minimal symbol table to
3631 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
3632 in a dynamic executable.
3633 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
3634 where we are unable to find the minimal symbol for the given
3635 PC value.
3636
3637 2002-03-25 Jeff Law (law@redhat.com)
3638
3639 * linux-proc.c (read_mapping): Scan up to end of line for filename.
3640
3641 2002-03-25 Michal Ludvig <mludvig@suse.cz>
3642
3643 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
3644
3645 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3646
3647 * command.h: Update copyright.
3648 (struct cmd_list_element): Replace definition with opaque
3649 declaration.
3650 (enum cmd_types): Document that it will eventually be moved to
3651 cli/cli-decode.h
3652 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
3653 (MALLOCED_REPLACEMENT): Delete macro.
3654 * Makefile.in (cli_decode_h): Add $(command_h).
3655 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
3656 * top.c: Include "cli/cli-decode.h".
3657 * completer.c: Include "cli/cli-decode.h".
3658 * maint.c: Include "cli/cli-decode.h".
3659 * cli/cli-decode.h: Include "command.h".
3660 (enum command_class): Delete.
3661 (enum cmd_types): Comment out.
3662 (enum cmd_auto_boolean): Delete.
3663 (enum var_types): Delete.
3664
3665 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3666
3667 * cli/cli-decode.c: Include "gdb_assert.h".
3668 (add_set_or_show_cmd): New static function.
3669 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
3670 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
3671 all fields, such as func, from the set command.
3672
3673 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3674
3675 * MAINTAINERS (sh-elf): Change warning flag to -w.
3676
3677 2002-03-23 Andrew Cagney <cagney@redhat.com>
3678
3679 * defs.h (error): Add printf format attribute.
3680 * thread-db.c (thread_from_lwp): Fix error format string.
3681 * stack.c (parse_frame_specification): Ditto.
3682 * cli/cli-decode.c (undef_cmd_error): Ditto.
3683 * scm-lang.c (scm_lookup_name): Ditto.
3684 * tracepoint.c (trace_error): Ditto.
3685 * remote-utils.c (usage): Ditto.
3686 * remote.c (compare_sections_command): Ditto.
3687 Fix PR gdb/328.
3688
3689 2002-03-22 Andrew Cagney <ac131313@redhat.com>
3690
3691 * gdbtypes.c (append_composite_type_field): New function.
3692 (init_composite_type): New function.
3693 * gdbtypes.h (append_composite_type_field): Declare.
3694 (init_composite_type): Ditto.
3695
3696 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
3697
3698 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
3699 function.
3700 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
3701 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
3702 structure returning convention for SYSV ABI case, but not
3703 for GNU/Linux, FreeBSD, or NetBSD.
3704
3705 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
3706
3707 * symtab.h (lookup_block_symbol): Add mangled_name argument
3708 to prototype.
3709
3710 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
3711 with new mangled_name argument.
3712 * linespec.c (decode_line_1): Likewise.
3713 * valops (value_of_this): Likewise.
3714 * symtab.c (lookup_transparent_type): Likewise.
3715 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3716 (lookup_symbol): If we are given a mangled name, pass it down
3717 to lookup_symbol_aux.
3718 (lookup_block_symbol): If we are given a mangled name to check
3719 against, only return symbols which match it.
3720
3721 2002-03-22 Christopher Faylor <cgf@redhat.com>
3722
3723 * win32-nat.c (child_create_inferior): Check for proper shell to use
3724 here, in case the user changes it on the fly.
3725 (_initialize_inftarg): Remove shell path considerations.
3726
3727 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
3728
3729 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3730 for gdbarch_max_register_raw_size and max_register_virtual_size.
3731 Adjust copyright year.
3732
3733 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
3734
3735 * dbxread.c (process_one_symbol): Extend the first N_SLINE
3736 in a function to cover the entire beginning of the function
3737 as well if it does not already.
3738
3739 2002-03-21 Tom Rix <trix@redhat.com>
3740
3741 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
3742 (rs6000_ptrace64): Renamed from ptrace64.
3743
3744 2002-03-20 Martin M. Hunt <hunt@redhat.com>
3745
3746 * gdbserver/remote-utils.c (remote_open): Don't call
3747 getprotobyname, we're all using TCP here so just use
3748 IPPROTO_TCP.
3749 * gdbserver/gdbreplay.c (remote_open): Ditto.
3750
3751 2002-03-20 Martin M. Hunt <hunt@redhat.com>
3752
3753 * regcache.c (_initialize_regcache): No need to call
3754 build_regcache() at this time; it gets called whenever
3755 the gdbarch changes.
3756
3757 2002-03-20 David O'Brien <obrien@FreeBSD.org>
3758
3759 * sparc-nat.c: Include sys/param.h where possible.
3760
3761 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
3762
3763 Fix PR gdb/422.
3764 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
3765 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
3766 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
3767 complex types.
3768 * stabsread.c (rs6000_builtin_type): Likewise.
3769 (read_sun_floating_type): Likewise.
3770
3771 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3772
3773 * stabsread.c (read_member_functions): Remove skip code for duplicate
3774 constructor/destructor methods. Use standard parsing for these
3775 methods and just do not chain them to the list of methods after
3776 parsing.
3777
3778 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
3779
3780 * coffread.c: Remove redundant static declarations. Replace
3781 occurrences of `PTR' with `void *'.
3782 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
3783 * top.h (quit_cover): Likewise.
3784 * defs.h (catch_errors): Likewise.
3785
3786 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3787
3788 * defs.h (XMALLOC): Define.
3789 * gdb-events.sh (XMALLOC): Delete macro.
3790 * gdb-events.c, gdb-events.h: Regenerate.
3791 * gdbarch.sh (XMALLOC): Delete macro.
3792 * gdbarch.c: Regenerate.
3793 * serial.c (XMALLOC): Delete macro.
3794 * ui-file.c (XMALLOC): Ditto.
3795 * ser-unix.h (XMALLOC): Ditto.
3796 * sh-tdep.c (XMALLOC): Ditto.
3797 * ui-out.c (XMALLOC): Ditto.
3798 * utils.c (XMALLOC): Ditto.
3799 * i386-tdep.c (XMALLOC): Ditto.
3800 * gdb-events.c (XMALLOC): Ditto.
3801 * d10v-tdep.c (XMALLOC): Ditto.
3802 * cli-out.c (XMALLOC): Ditto.
3803
3804 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3805 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3806 * ui-file.c, ui-out.c: Ditto.
3807
3808 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3809
3810 * command.h (struct cmd_list_element): Add field context.
3811 (set_cmd_context, get_cmd_context): Declare.
3812 * cli/cli-decode.h: Ditto.
3813 * cli/cli-decode.c (get_cmd_context): New function.
3814 (set_cmd_context): New function.
3815 (add_cmd): Initialize context.
3816 Part of fixing PR gdb/145 and PR gdb/146.
3817
3818 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3819
3820 * cli/cli-decode.c (cmd_type): New function.
3821 * command.h (cmd_type): Declare.
3822 * infrun.c (set_schedlock_func): Call function cmd_type.
3823 * kod.c (kod_set_os): Call cmd_type.
3824 * cris-tdep.c (cris_version_update): Use function cmd_type.
3825 (cris_mode_update, cris_abi_update): Ditto.
3826
3827 * command.h: (execute_cmd_post_hook): Declare.
3828 (execute_cmd_pre_hook): Declare.
3829 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3830 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3831 functions. Execute pre/post hook while ensuring that afterwords
3832 hook_in is cleared.
3833 * top.c (execute_command): Use execute_cmd_post_hook, and
3834 execute_cmd_pre_hook to execute pre/post commands.
3835 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3836 hook_stop_stub.
3837 (hook_stop_stub): Call execute_cmd_pre_hook.
3838
3839 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3840
3841 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3842 set'' and this leads to a core dump. Move xstrdup of
3843 operating_system to after check that it is not NULL.
3844
3845 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3846
3847 * kod.c (kod_set_os): Remove unnecessary check that
3848 ``command->type'' is set_cmd.
3849
3850 * valprint.c (set_input_radix): Use input_radix.
3851 (set_output_radix): Use output_radix.
3852 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3853 isn't reverted.
3854
3855 2002-03-16 Andrew Cagney <ac131313@redhat.com>
3856
3857 * value.h (struct value): Delete field ``substring_addr''. Change
3858 aligner fields to force_doublest_align, force_longest_align,
3859 force_core_addr_align and force_pointer_aligh.
3860
3861 * value.h (struct value): Fix typo in above change.
3862
3863 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3864
3865 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3866 to fix internal_error from ``maintenance print architecture''.
3867
3868 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3869
3870 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3871 for gcc versions after gcc-2.8.1.
3872
3873 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3874
3875 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3876 for method resolution. Restore adjustment of ``this'' pointer after
3877 calling value_struct_elt, which was accidentally removed during the
3878 HP merge.
3879
3880 2002-03-15 Andrew Cagney <ac131313@redhat.com>
3881
3882 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3883 value_of_register.
3884 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3885 get_saved_register.
3886 * value.h (value_of_register): Update.
3887
3888 2002-03-14 Richard Henderson <rth@redhat.com>
3889
3890 * configure.in: Detect declaration for canonicalize_file_name.
3891 * utils.c (canonicalize_file_name): Declare, if needed.
3892 (gdb_realpath): Prefer realpath if available and usable.
3893 * config.in, configure: Rebuild.
3894
3895 2002-03-14 Richard Henderson <rth@redhat.com>
3896
3897 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3898 a constant array bound.
3899
3900 * MAINTAINERS: Add myself to write-after-approval.
3901
3902 2002-03-14 Michael Snyder <msnyder@redhat.com>
3903
3904 * symfile.c (syms_from_objfile): Return immediately if no syms.
3905 (symbol_file_add): Return immediately if no syms.
3906 (find_sym_fns): Return immediately if no syms.
3907
3908 2002-03-13 Michal Ludvig <mludvig@suse.cz>
3909
3910 * gdbserver/remote-util.c (remote_open): Print remote-side's
3911 IP address when remote debugging over the network.
3912
3913 2002-03-12 David O'Brien <obrien@FreeBSD.org>
3914
3915 * config/sparc/fbsd.mh: Fix copyright.
3916 * config/sparc/fbsd.mt: Likewise.
3917
3918 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
3919
3920 * MAINTAINERS: Fix typo in name of gdb warnings option.
3921 (x86-64): Fix formating so that this can be parsed by awk.
3922
3923 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3924
3925 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3926 * defs.h: Include "gdb/signals.h".
3927 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3928
3929 2002-03-10 Michal Ludvig <mludvig@suse.cz>
3930
3931 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3932 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3933 from x86-64-tdep.h
3934
3935 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3936 Don Howard <dhoward@redhat.com>
3937
3938 * mips-tdep.c (ST0_FR): Define.
3939 (mips2_fp_compat): New function, temporarily disabled.
3940 (mips_read_fp_register_single): New function.
3941 (mips_read_fp_register_double): New function.
3942 (mips_print_register): Use them.
3943 (do_fp_register_row): Likewise.
3944
3945 2002-03-09 Andrew Cagney <ac131313@redhat.com>
3946
3947 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3948 approval''.
3949
3950 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3951
3952 * stabsread.c (read_member_functions): Fix is_stub test for
3953 static member functions, improve comment.
3954
3955 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
3956
3957 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3958 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3959 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3960 commands that set boolean values.
3961 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3962 (arm_rdi_resume): Always initialize PC.
3963 (arm_rdi_open): Don't use rslt as a boolean.
3964 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3965 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3966 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3967 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3968
3969 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
3970
3971 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3972 * configure: Rebuilt.
3973
3974 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3975
3976 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3977 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3978
3979 2002-03-06 Andrew Cagney <ac131313@redhat.com>
3980
3981 * cli/cli-decode.c (set_cmd_completer): New function.
3982 * command.h (set_cmd_completer): Declare.
3983 * cli/cli-decode.h (set_cmd_completer): Ditto.
3984
3985 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3986 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3987 * win32-nat.c (_initialize_inftarg): Ditto.
3988 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3989 * proc-api.c (_initialize_proc_api): Ditto.
3990 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3991 * source.c (_initialize_source): Ditto.
3992 * exec.c (_initialize_exec): Ditto.
3993 * solib.c (_initialize_solib): Ditto.
3994 * top.c (init_main): Ditto.
3995 * tracepoint.c (_initialize_tracepoint): Ditto.
3996 * symfile.c (_initialize_symfile): Ditto.
3997 * printcmd.c (_initialize_printcmd): Ditto.
3998 * infcmd.c (_initialize_infcmd): Ditto.
3999 * corefile.c (_initialize_core): Ditto.
4000
4001 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4002
4003 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4004
4005 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4006
4007 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4008
4009 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4010
4011 * NEWS: Update headings, 5.2 has branched.
4012
4013 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
4014
4015 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
4016 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
4017 (register_addr, REGISTER_RAW_SIZE): Likewise.
4018 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
4019 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
4020
4021 2002-03-03 Michal Ludvig <mludvig@suse.cz>
4022
4023 * MAINTAINERS (x86-64): Add myself.
4024 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
4025 changed value_ptr -> struct value *
4026
4027 2002-03-01 David O'Brien <obrien@FreeBSD.org>
4028
4029 * configure.host (sparc64-*-freebsd): Add.
4030 * configure.tgt: Likewise.
4031 * config/sparc/fbsd.mh: New file.
4032 * config/sparc/fbsd.mt: Likewise.
4033 * config/sparc/nm-fbsd.h: Likewise.
4034 * config/sparc/tm-fbsd.h: Likewise.
4035
4036 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
4037
4038 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4039 regformats/reg-s390x.dat.
4040
4041 2002-03-01 Andrew Cagney <ac131313@redhat.com>
4042
4043 * utils.c: Add FIXME explaining true/false problem.
4044
4045 2002-02-28 Andrew Cagney <ac131313@redhat.com>
4046
4047 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4048
4049 2002-02-28 Michael Chastain <mec@shout.net>
4050
4051 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4052
4053 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
4054
4055 * gdbserver/linux-s390-low.c: New file.
4056 * regformats/reg-s390.dat: New file.
4057 * regformats/reg-s390x.dat: New file.
4058 * gdbserver/configure.srv: Add S/390.
4059 * gdbserver/Makefile.in: Add S/390.
4060 * configure.tgt: Enable gdbserver for S/390.
4061
4062 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4063
4064 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
4065 first line of the doc string for "info dos", except at the end of
4066 the sentence, since the short help stops at the first period.
4067
4068 2002-02-28 Jason Merrill <jason@redhat.com>
4069
4070 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4071
4072 2002-02-27 Fred Fish <fnf@redhat.com>
4073
4074 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4075 comment (dumy -> dummy).
4076
4077 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4078
4079 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4080
4081 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
4082
4083 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4084
4085 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4086
4087 * gdbserver/acconfig.h: New file.
4088 * gdbserver/i387-fp.c: New file.
4089 * gdbserver/i387-fp.h: New file.
4090 * gdbserver/linux-x86-64.c: New file.
4091 * regformats/reg-x86-64.dat: New file.
4092 * configure.tgt: Add x86_64-*-linux* gdbserver support.
4093 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
4094 * gdbserver/configure.in: Add support for regsets.
4095 * gdbserver/config.in: Regenerate.
4096 * gdbserver/configure: Regenerate.
4097 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
4098 * gdbserver/linux-low.h: New file.
4099 * gdbserver/linux-low.c: Include "linux-low.h". Add support
4100 for regsets.
4101 * gdbserver/linux-arm-low.c: Include "linux-low.h".
4102 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
4103 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
4104 * gdbserver/linux-mips-low.c: Include "linux-low.h".
4105 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
4106 * gdbserver/linux-sh-low.c: Include "linux-low.h".
4107 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
4108 "i387-fp.h". Add PTRACE_GETREGS and friends.
4109 * gdbserver/regcache.c (supply_register): New function.
4110 (supply_register_by_name): New function.
4111 (collect_register): New function.
4112 (collect_register_by_name): New function.
4113
4114 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4115
4116 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4117 (config.status): Add configure.srv dependency.
4118 (server_h): Add config.h dependency.
4119
4120 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4121
4122 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
4123 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
4124 * gdbserver/configure.srv: Change i386-*-linux* to use
4125 reg-i386-linux.o.
4126
4127 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4128
4129 * x86-64-tdep.c: Re-indent. Update copyright date.
4130
4131 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4132
4133 From Michal Ludvig <mludvig@suse.cz>:
4134 * x86-64-tdep.c (value.h): Delete.
4135 (gdb_assert.h): Include.
4136 (x86_64_register_convert_to_virtual,
4137 x86_64_register_convert_to_raw ): Add check which lets only
4138 floating-point values to be converted.
4139 (value_push): Delete.
4140 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
4141 (i386_gdbarch_init): Number of register_bytes fixed.
4142
4143 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4144
4145 * MAINTAINERS: Add x86-64 target.
4146
4147 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4148
4149 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
4150 * osfsolib.c (solib_map_sections): Ditto.
4151 * irix5-nat.c (solib_map_sections): Ditto.
4152 * corelow.c (gdb_check_format): Ditto.
4153 * symfile.c (symfile_bfd_open): Ditto.
4154 * solib.c (solib_map_sections): Ditto.
4155 Fix PR gdb/354.
4156
4157 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4158
4159 * remote.c (_initialize_remote): By default, disable ``e'' and
4160 ``E'' step out-of-range packets.
4161
4162 2002-02-26 Andreas Schwab <schwab@suse.de>
4163
4164 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4165 m68k_linux_frame_saved_pc.
4166 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4167 in_sigtramp.
4168 (SIGCONTEXT_PC_OFFSET): Remove.
4169 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4170 m68k_linux_sigtramp_saved_pc): New functions.
4171 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4172 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4173 (UCONTEXT_PC_OFFSET): Define.
4174 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
4175 non-RT and RT signal trampolines.
4176
4177 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
4178
4179 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
4180 (TARGET_NBPG, STACK_END_ADDR): Delete
4181 (VARIABLES_INSIDE_BLOCK): Delete.
4182
4183 2002-02-25 Andrew Cagney <ac131313@redhat.com>
4184
4185 * utils.c (perror_with_name): Make string parameter constant.
4186 (print_sys_errmsg): Ditto.
4187 (query): Ditto.
4188 * defs.h (perror_with_name): Update.
4189 (print_sys_errmsg): Update.
4190 (query): Update.
4191
4192 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
4193
4194 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
4195 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
4196
4197 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4198
4199 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
4200 if it already matches the current architecture from the exec file.
4201 Include arch-utils.h for gdbarch_info_init prototype.
4202 * Makefile.in (rs6000-nat.o): Update dependencies.
4203
4204 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
4205
4206 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
4207 list of exported variables.
4208
4209 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
4210
4211 * gdbserver/configure.srv: New file.
4212 * gdbserver/configure.in: Use configure.srv instead
4213 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
4214 from it.
4215 * gdbserver/configure: Regenerated.
4216 * gdbserver/terminal.h: New file.
4217 * gdbserver/Makefile.in: Update for configure changes. Remove
4218 more unneeded include paths.
4219
4220 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4221
4222 From wiz at danbala:
4223 * config/sparc/tm-sp64.h: Fix grammar and typos.
4224 Fix PR gdb/287.
4225
4226 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4227
4228 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
4229 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
4230 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
4231 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
4232 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
4233 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
4234 * s390-tdep.c: Ditto.
4235 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
4236 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
4237 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
4238 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
4239 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
4240 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
4241 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
4242 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
4243 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
4244 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
4245 Fix PR gdb/378.
4246
4247 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4248
4249 * lin-thread.c: Delete file.
4250 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
4251 to gdb_proc_service.h.
4252 * configure: Re-generate.
4253
4254 * ocd.c (ocd_open): Do not try to open the "ocd" device.
4255 * serial.c (serial_open): Delete check for "ocd".
4256 Fix PR gdb/349.
4257
4258 * Makefile.in (linux-thread.o): Delete target.
4259 * linux-thread.c: Delete file.
4260
4261 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
4262 renamed SH files to be consistent.
4263
4264 * symtab.c (sort_search_symbols): Use xfree.
4265
4266 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4267
4268 * arm-linux-tdep.c (arm_linux_init_abi): Register
4269 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
4270 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
4271 definition with undef, since we don't want the sysvr4 definition.
4272 (SKIP_TRAMPOLINE_CODE): Likewise.
4273
4274 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4275
4276 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
4277
4278 * configure.in: (AC_CHECK_FUNCS) Added test for
4279 canonicalize_file_name Regenerated.
4280 * config.in, configure: Regenerated.
4281 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
4282 defined use canonicalize_file_name.
4283
4284 2002-02-23 Michael Chastain <mec@shout.net>
4285
4286 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
4287
4288 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4289
4290 * README: Remove references to cygnus.com.
4291 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
4292 dot com'' form. Remove references to cygnus.com and sourceware.
4293
4294 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4295
4296 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
4297 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
4298 1003.1-2001 no longer allows "head -1".
4299 * gdb/Makefile.in (version.c): Likewise.
4300 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
4301 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
4302 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
4303
4304 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4305
4306 * cli/cli-decode.c (cmd_cfunc_eq): New function.
4307 * command.h (cmd_cfunc_eq): Declare.
4308 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
4309
4310 * cli/cli-cmds.h (is_complete_command): Change parameter to a
4311 ``struct cmd_list_element *''.
4312 * cli/cli-cmds.c (is_complete_command): Update. Use
4313 cmd_cfunc_eq.
4314 * top.c (execute_command): Pass the command to
4315 is_complete_command.
4316 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
4317
4318 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4319
4320 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
4321 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
4322 architecture defines.
4323 * s390-tdep.c (s390_gdbarch_init): Likewise.
4324
4325 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4326
4327 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
4328 (arm_linux_push_arguments): Likewise.
4329 (arm_linux_init_abi): Register them. Also register linux-specific
4330 call_dummy_words.
4331 (find_minsym_and_objfile): Use strcmp, not STREQ.
4332 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
4333 (arm_linux_call_dummy_words): Delete declaration.
4334 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
4335 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
4336 declarations.
4337 (LOWEST_PC): Delete.
4338
4339 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4340
4341 * maint.c (print_section_info): Do not prepend `0x' to filepos
4342 output, it will be handled by local_hex_string_custom.
4343
4344 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4345
4346 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
4347 (store_newfpe_double, store_newfpe_extended, store_fpregister)
4348 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
4349
4350 2002-02-22 Jim Blandy <jimb@redhat.com>
4351
4352 Indicate that the bcache functions don't change the strings
4353 they're passed.
4354 * bcache.h (bcache, hash): Add `const' keywords to declarations.
4355 * bcache.c (bcache, hash): Add `const' keywords to definitions.
4356
4357 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
4358
4359 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
4360
4361 2002-02-21 Christopher Faylor <cgf@redhat.com>
4362
4363 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
4364 find the complete path to a loaded DLL.
4365
4366 2002-02-21 Fred Fish <fnf@redhat.com>
4367
4368 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
4369 that marks the end of the range of a function, enter a line number
4370 entry that has a line number of zero and a PC offset that matches
4371 the end of the function. This starts a range of PC's for which no
4372 line number information is known.
4373 * symtab.c (find_pc_sect_line): If our best fit is in a range of
4374 PC's for which no line number info is found (line number is zero)
4375 then we didn't find any valid line information.
4376 * symtab.h: Document use of zero line number entry.
4377
4378 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
4379
4380 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
4381 (have_ptrace_getvrregs): Define for run time checks.
4382 (gdb_vrregset_t): New type for Altivec register handling.
4383 (fetch_register, store_register): Fetch/store altivec register
4384 when needed.
4385 (fetch_altivec_register, store_altivec_register): New functions.
4386 (supply_vrregset, fill_vrregset): New functions.
4387 (fetch_altivec_registers, store_altivec_registers): New functions.
4388 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
4389 registers as well.
4390
4391 2002-02-21 Jiri Smid <smid@suse.cz>
4392
4393 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
4394
4395 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4396
4397 * Makefile.in (armnbsd-nat.o): Update dependencies.
4398 * armnbsd-nat.c (supply_gregset): New function. Common code to
4399 supply the integer register set.
4400 (supply_fparegset): New function. Similar for FPA registers.
4401 (fetch_regs, fetch_fp_regs): Use them.
4402 (fetch_core_registers): Likewise.
4403 (fetch_elfcore_registers): New function.
4404 (arm_netbsd_elfcore_fns): New core-file type specification.
4405 (_initialize_arm_netbsd_nat): Register it.
4406
4407 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4408
4409 * armnbsd-nat.c: Include gdbcore.h.
4410 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
4411 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
4412 'void' to declaration, to shut up ARI.
4413 (fetch_core_registers): Make static. Rewrite using supply_register.
4414 (arm_netbsd_core_fns): New core-file type specification.
4415 (_initialize_arm_netbsd_nat): New function.
4416
4417 2002-02-21 Christopher Faylor <cgf@redhat.com>
4418
4419 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
4420 value.
4421
4422 2002-02-20 Christopher Faylor <cgf@redhat.com>
4423
4424 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
4425 fails.
4426
4427 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4428
4429 * jv-exp.y (parse_number): Change type of implicit longs
4430 to builtin_type_uint64.
4431
4432 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4433
4434 * gdbserver/linux-low.c (mywait): Change argument to waitpid
4435 to be an integer instead of a `union wait'.
4436
4437 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4438
4439 * mips-linux-nat.c: Call the operating system GNU/Linux.
4440 * mips-linux-tdep.c: Likewise.
4441 * mips-tdep.c: Likewise.
4442
4443 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4444
4445 Fix PR gdb/265.
4446 * jv-exp.y (parse_number): Handle 64-bit integers.
4447
4448 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4449
4450 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
4451 AC_STDC_HEADERS to AC_HEADER_STDC.
4452 * gdbserver/configure: Regenerated.
4453
4454 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4455
4456 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
4457 is defined.
4458 * sparc-tdep.c (get_longjmp_target): Likewise.
4459
4460 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4461
4462 * News: Add news about ARM and Multi-arch. Mention the new target
4463 arm*-*-netbsd*.
4464
4465 2002-02-19 Jim Blandy <jimb@redhat.com>
4466
4467 * stabsread.c (error_type_complaint): Improve error message.
4468
4469 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
4470
4471 * gdbserver/README: Update documentation.
4472 * gdbserver/configure.in: Update configury to match documentation.
4473 * gdbserver/Makefile.in: Likewise.
4474 * gdbserver/configure: Regenerated.
4475 * gdbserver/aclocal.m4: New file, generated by aclocal.
4476 * gdbserver/config.in: New file, generated by autoheader.
4477
4478 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4479
4480 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
4481 armnbsd-nat.c.
4482
4483 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4484
4485 * arm-tdep.h (enum arm_float_model): New enum.
4486 (struct gdbarch_tdep): Add fp_model.
4487 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
4488 up floating-point conversions until we know the floating-point model
4489 in use by the inferior. Don't complain about being unable to
4490 determine the ABI of the inferior when we don't have one.
4491 (arm_extract_return_value): Support different floating-point models.
4492 (arm_store_return_value): Likewise.
4493 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
4494 ARM_FLOAT_SOFT.
4495 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
4496
4497 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4498
4499 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
4500 of ``current_gdbarch''.
4501
4502 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4503
4504 * armnbsd-nat.c : ANSIfy all function declarations.
4505 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
4506 (fetch_inferior_registers): Re-implement in terms of above.
4507 (store_register, store_regs, store_fp_register, store_fp_regs): New.
4508 (store_inferior_registers): Re-implement in terms of above.
4509
4510 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4511
4512 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
4513 kernel.
4514 * arm-linux-tdep.c: Likewise.
4515 * config/arm/tm-linux.h: Likewise.
4516
4517 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4518
4519 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
4520 * config/arm/nbsd.mt (TM_FILE): Delete.
4521 * config/arm/tm-nbsd.h: Delete.
4522
4523 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4524
4525 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4526 Initialize CALL_DUMMY_LENGTH.
4527
4528 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4529
4530 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
4531 function.
4532 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
4533 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
4534 defines one thing and that is incorrect for this port.
4535 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
4536
4537 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4538
4539 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
4540
4541 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4542
4543 * win32-nat.c (display_selector): New function. Displays information
4544 about the information returned by GetThreadSelectorEntry API function.
4545 (display_selectors): New function. Displays the infomation of
4546 the selector given as argument, or of CS, DS ans FS selectors
4547 if no argument is given.
4548 ( _initialize_inftarg): Add "w32" as info prefix command.
4549 Add "info w32 selector" as command calling display_selectors.
4550
4551 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4552
4553 * i386-tdep.c (get_longjmp_target): Fix compilation failure
4554 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
4555 if not defined.
4556
4557 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4558
4559 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
4560
4561 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4562
4563 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
4564 (arm_fix_call_dummy): Call it.
4565 (arm_call_dummy_breakpoint_offset): Delete.
4566 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
4567 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4568
4569 2002-02-18 Andrew Cagney <ac131313@redhat.com>
4570
4571 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
4572 Default to func_frame_chain_valid.
4573 * gdbarch.h, gdbarch.c: Re-generate.
4574 * frame.h (FRAME_CHAIN_VALID): Delete definition.
4575
4576 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
4577
4578 * ppc-linux-nat.c: Update copyright.
4579 (fetch_register, store_register): Add tid parameter, don't compute
4580 tid here.
4581 (fetch_ppc_registers, store_ppc_registers): Add tid
4582 parameter. Pass it along to callees.
4583 (fetch_inferior_registers, store_inferior_registers): Compute tid
4584 here, and pass it to calleed functions.
4585 (fill_gregset, supply_fpregset): Clean up formatting.
4586
4587 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4588
4589 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
4590 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
4591
4592 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4593
4594 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
4595 * gdbarch.c gdbarch.h: Regenerate.
4596 * breakpoint.c (create_longjmp_breakpoint): Always compile this
4597 function.
4598 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
4599 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
4600 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
4601
4602 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
4603 * arm-tdep.c (arm_get_longjmp_target): New function.
4604 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
4605 this to a positive value register arm_get_longjmp_target as the
4606 longjmp handler.
4607 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
4608 (arm_linux_init_abi): Set up longjmp description in tdep.
4609 * armnbsd-nat.c (get_longjmp_target): Delete.
4610 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
4611 description in tdep.
4612 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
4613 (get_longjmp_target): Delete declaration.
4614 (GET_LONGJMP_TARGET): Delete.
4615 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
4616 (GET_LONGJMP_TARGET): Delete.
4617
4618 2002-02-17 Kevin Buettner <kevinb@redhat.com>
4619
4620 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
4621 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
4622 of ``current_gdbarch''.
4623
4624 2002-02-17 Tom Tromey <tromey@redhat.com>
4625
4626 * cli/cli-cmds.c (compare_strings): New function.
4627 (complete_command): Only print each unique item once.
4628 * completer.h (complete_line): Declare.
4629 * completer.c (complete_line): New function.
4630 (line_completion_function): Use it.
4631
4632 2002-02-16 Andrew Cagney <ac131313@redhat.com>
4633
4634 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
4635 * gdbarch.h, gdbarch.c: Re-generate.
4636
4637 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4638
4639 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
4640
4641 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4642
4643 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4644 * valops.c (value_arg_coerce): Don't take the address of a reference
4645 to convert an argument to a reference.
4646
4647 2002-02-15 Christopher Faylor <cgf@redhat.com>
4648
4649 * win32-nat.c (get_image_name): New function.
4650 (handle_load_dll): Use get_image_name function.
4651 (get_child_debug_event): Avoid registering debug events until possibly
4652 execed process is started.
4653 (child_create_inferior): Allow invocation via shell so that command
4654 line redirection, etc. works ok.
4655 (_initialize_inftarg): Add new command: "set shell" to control whether
4656 a shell is used to start a process.
4657
4658 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4659
4660 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
4661 instead of find_register_by_number.
4662 (cannot_store_register): Likewise.
4663
4664 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4665
4666 * dwarf2read.c: Replace fprintf (stderr, ...) by
4667 fprintf_unfiltered (gdb_stderr, ...).
4668
4669 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4670
4671 * gdbserver/gdbserver.1: Document --attach.
4672
4673 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4674
4675 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
4676 descriptions.
4677 * arm-tdep.c (arm_default_arm_le_breakpoint)
4678 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
4679 (arm_default_thumb_be_breakpoint): New. Initialize them from
4680 traditional breakpoint defines.
4681 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
4682 (arm_gdbarch_init): Initialize new breakpoint variables.
4683 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
4684 (arm_linux_init_abi): Initialize linux-specific breakpoint.
4685 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
4686 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
4687 code out to ...
4688 (arm_netbsd_init_abi_common): ... here; new function.
4689 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
4690 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
4691 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
4692 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
4693
4694 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4695
4696 * arm-tdep.h (enum arm_abi): New enum.
4697 (struct gdbarch_tdep): New structure.
4698 (LOWEST_PC): Provide a default.
4699 (arm_gdbarch_register_os_abi): Declare new function.
4700 * arm-tdep.c (arm_abi_names): New array.
4701 (process_note_abi_tag_sections): New function.
4702 (get_elfosabi): New function.
4703 (arm_gdbarch_register_os_abi): New function.
4704 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
4705 support for that ABI has been built in, then call the appropriate
4706 configuration routine. Use gdbarch_num_regs() to get the number
4707 of registers.
4708 (arm_dump_tdep): New function.
4709 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
4710 place-holder functions.
4711 (_initialize_arm_tdep): Register them.
4712 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4713
4714 * armnbsd-tdep.c: New file.
4715 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4716 * config/arm/nbsd.mt (TDEPFILES): Add it.
4717 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4718
4719 * armnbsd-nat.c: Include regcache.h.
4720 * Makefile.in (armnbsd-nat.o): Update dependency list.
4721
4722 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4723
4724 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4725
4726 * gdbserver/Makefile.in: Fix typos in target rules.
4727
4728 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4729
4730 Fix part of PR gdb/267.
4731 * linespec.c (find_methods): Handle constructors specially for now.
4732
4733 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
4734
4735 * arm-tdep.c (arm_push_arguments): Eliminate special float type
4736 handling.
4737 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
4738 standard_coerce_float_to_double().
4739
4740 2002-02-14 Christopher Faylor <cgf@redhat.com>
4741
4742 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
4743 GDBINIT_FILENAME.
4744
4745 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
4746
4747 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
4748 find_variant_by_name, because it confuses the multiarch
4749 framework. Return NULL if there isn't an architecture with the
4750 user supplied name, instead of forcing a different one without
4751 recording the change with the multiarch machinery.
4752 (find_variant_by_name): Delete.
4753
4754 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4755
4756 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
4757 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
4758
4759 2002-02-13 Martin M. Hunt <hunt@redhat.com>
4760
4761 * stack.c (print_frame_info_base): When calling
4762 print_frame_info_listing_hook, set current_source_symtab.
4763
4764 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4765
4766 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
4767 and remove unused $(INCLUDE_DIR).
4768 Add regcache.c to OBS.
4769 Add generated register protocol files to clean target.
4770 Update dependencies for new objects, obsolete old target code.
4771
4772 * gdbserver/linux-low.c: Remove all platform-specific code to
4773 new files. Remove various dead code. Update to use regcache
4774 functionality.
4775 * gdbserver/remote-utils.c (fromhex): Add return statement
4776 to quiet warning.
4777 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
4778 constant.
4779 (input_interrupt): Add integer parameter to match prototype
4780 of a signal handler.
4781 (outreg): Use register_data ().
4782 (prepare_resume_reply): Use gdbserver_expedite_regs.
4783 * gdbserver/server.c (main): Dynamically allocate own_buf because
4784 PBUFSIZ is no longer constant. Use registers_to_string () and
4785 registers_from_string ().
4786 * gdbserver/server.h: No longer include "defs.h". Add prototypes
4787 for error (), fatal (), and warning (). Update definition of
4788 PBUFSIZ to use regcache functionality. Add include guard.
4789 * gdbserver/utils.c (fatal): Add missing ``const''.
4790 (warning): New function.
4791
4792 * regformats/regdat.sh: Include "regcache.h" in generated files.
4793 Provide init_registers () function.
4794 * regformats/regdef.h: Add prototype for set_register_cache ().
4795 Add include guard.
4796
4797 * gdbserver/linux-arm-low.c: New file.
4798 * gdbserver/linux-i386-low.c: New file.
4799 * gdbserver/linux-ia64-low.c: New file.
4800 * gdbserver/linux-m68k-low.c: New file.
4801 * gdbserver/linux-mips-low.c: New file.
4802 * gdbserver/linux-ppc-low.c: New file.
4803 * gdbserver/linux-sh-low.c: New file.
4804
4805 * gdbserver/regcache.c: New file.
4806 * gdbserver/regcache.h: New file.
4807
4808 * gdbserver/low-linux.c: Removed obsolete file.
4809
4810 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4811
4812 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4813 * config/i386/linux.mt: Likewise.
4814 * config/ia64/linux.mt: Likewise.
4815 * config/m68k/linux.mh: Likewise.
4816 * config/powerpc/linux.mh: Likewise.
4817 * config/mips/linux.mt: Likewise.
4818
4819 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4820
4821 * config/i386/i386lynx.mh: Mark gdbserver variables
4822 as (currently) obsolete for this target.
4823 * config/i386/nbsd.mt: Likewise.
4824 * config/i386/nbsdelf.mt: Likewise.
4825 * config/m32r/m32r.mt: Likewise.
4826 * config/m68k/m68klynx.mh: Likewise.
4827 * config/m68k/nbsd.mt: Likewise.
4828 * config/m68k/sun3os4.mh: Likewise.
4829 * config/mips/vr5000.mt: Likewise.
4830 * config/ns32k/nbsd.mt: Likewise.
4831 * config/pa/hppabsd.mh: Likewise.
4832 * config/pa/hppaosf.mh: Likewise.
4833 * config/powerpc/nbsd.mt: Likewise.
4834 * config/rs6000/rs6000lynx.mh: Likewise.
4835 * config/s390/s390.mt: Likewise.
4836 * config/s390/s390x.mt: Likewise.
4837 * config/sparc/sparclynx.mh: Likewise.
4838 * config/sparc/sun4os4.mh: Likewise.
4839 * config/i386/x86-64linux.mt: Likewise.
4840 * config/sparc/linux.mh: Likewise.
4841
4842 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4843
4844 * configure.tgt: Configure gdbserver only for known working
4845 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4846 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4847 SUBDIRS if it is configured. Update comment for ${nativefile}.
4848 * configure: Regenerated.
4849
4850 2002-02-13 Michael Snyder <msnyder@redhat.com>
4851
4852 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4853
4854 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4855 (default_gcore_mach): Just return 0, work around a problem in bfd.
4856 (default_gcore_target): OK to return NULL if exec_bfd is null.
4857 (make_mem_sec): Use a cast, avoid a warning.
4858
4859 * procfs.c (find_memory_regions_callback): Use a cast instead of
4860 calling host_pointer_to_address (which complains if
4861 sizeof (host pointer) != sizeof (target pointer)).
4862 (procfs_make_note_section): Avoid overflow in psargs string.
4863
4864 * procfs.c (procfs_make_note_section): Make the default
4865 implementation return an error.
4866
4867 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
4868
4869 * procfs.c (procfs_make_note_section): Provide a default definition
4870 (for alpha-dec-osf4.0f). Fix typos.
4871
4872 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
4873
4874 * linux-proc.c: Add include of regcache.h.
4875 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4876
4877 2002-02-13 Andrew Cagney <ac131313@redhat.com>
4878
4879 From 2002-01-18 Greg McGary <greg@mcgary.org>:
4880 * memattr.c (create_mem_region): Disallow useless empty region.
4881 Regions are half-open intervals, so allow [A..B) [B..C) as
4882 non-overlapping.
4883
4884 2002-02-13 Michael Chastain <mec@shout.net>
4885
4886 * defs.h: Kill CONST_PTR.
4887 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4888 * c-lang.c (c_builtin_types): Likewise.
4889 * ch-lang.c (ch_builtin_types): Likewise.
4890 * f-lang.c (f_builtin_types): Likewise.
4891 * language.c (unknown_builtin_types): Likewise.
4892 * m2-lang.c (m2_builtin_types): Likewise.
4893 * p-lang.c (pascal_builtin_types): Likewise.
4894 * scm-lang.c (c_builtin_types): Likewise.
4895
4896 2002-02-13 Keith Seitz <keiths@redhat.com>
4897
4898 * arm-tdep.h (arm_get_next_pc): Add declaration.
4899
4900 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4901
4902 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4903 with other related struct-returning functions.
4904 (arm_extract_struct_value_address): New function.
4905 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4906 initialize float_format, double_format and long_double_format as
4907 appropriate to the endianness of the target.
4908 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4909 (arm_use_struct_convention): Delete declaration.
4910 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4911
4912 2002-02-13 Keith Seitz <keiths@redhat.com>
4913
4914 * defs.h (core_addr_to_string_nz): New function.
4915
4916 2002-02-13 Mark Kettenis <kettenis@gnu.org>
4917
4918 Apply missing bits of 2002-01-15 patch.
4919 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4920 (fill_fpregset): Use i387_fill_fsave.
4921
4922 2002-02-12 Keith Seitz <keiths@redhat.com>
4923
4924 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4925 (core_addr_to_string_nz): New function.
4926
4927 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4928
4929 * arm-linux-nat.c: Really include arm-tdep.h.
4930 * config/arm/tm-linux.h (struct type, struct value): Declare.
4931
4932 2002-02-11 Michael Snyder <msnyder@redhat.com>
4933
4934 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4935 (gcore section): Ifdef for Solaris and Unixware only.
4936 (procfs_do_thread_registers): Unixware needs one lwpstatus
4937 per thread (not one prstatus or pstatus).
4938 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4939 not over all gdb threads. For unixware, call elfcore_write_pstatus
4940 once before iterating over threads.
4941
4942 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4943
4944 * arm-tdep.h: New file.
4945 * arm-tdep.c: Include arm-tdep.h.
4946 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4947 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4948 (arm_print_float_info, arm_register_type, convert_to_extended)
4949 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4950 (arm_extract_return_value, arm_register_name): Make static.
4951 (arm_software_single_step): Similarly. Fix types in declaration.
4952 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4953 (arm_store_return_value, arm_store_struct_return): New functions.
4954 (arm_gdbarch_init): Register the above functions. Also register
4955 call_dummy_start_offset, sizeof_call_dummy_words,
4956 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4957 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4958 max_register_virtual_size, register_size. Set up
4959 prologue_cache.saved_regs here, rather than ...
4960 (_initialize_arm_tdep): ... here.
4961 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4962 declarations.
4963 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4964 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4965 (arm_print_float_info, arm_register_type, convert_to_extended)
4966 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4967 (arm_extract_return_value, arm_register_name): Delete declarations.
4968 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4969 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4970 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4971 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4972 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4973 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4974 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4975 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4976 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4977 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4978 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4979 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4980 interface.
4981 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4982 * remote-rdi.c remote-rdp.c: Likewise.
4983 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4984 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4985 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4986 definition.
4987
4988 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4989 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4990 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4991 from non-ARM_ prefixed definitions.
4992 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4993 all uses of above.
4994 * remote-rdi.c remote-rdp.c: Likewise.
4995 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4996
4997 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4998
4999 * arm-tdep.c (arm_frameless_function_invocation)
5000 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5001 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5002 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5003 (arm_pop_frame, arm_get_next_pc): Make static.
5004 (arm_gdbarch_init): Register above in gdbarch structure.
5005 (arm_read_fp): Renamed from arm_target_read_fp.
5006 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
5007 * config/arm/tm-arm.h (arm_frameless_function_invocation)
5008 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5009 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5010 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5011 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
5012 (arm_pc_is_thumb_dummy): Delete declarations.
5013 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
5014 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
5015 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
5016 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
5017
5018 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5019
5020 * symtab.c (compare_search_syms): New function.
5021 (sort_search_symbols): New function.
5022 (search_symbols): Sort symbols after searching rather than
5023 before.
5024
5025 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5026
5027 * NEWS: Linux -> GNU/Linux.
5028
5029 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5030
5031 * gdbarch.sh: For for level one methods, disallow a definition
5032 when partially multi-arched. Add comments explaining rationale.
5033 * gdbarch.h: Re-generate.
5034
5035 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5036
5037 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5038 multi-arch partial.
5039
5040 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5041
5042 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5043 field. Use diff -u.
5044 * gdbarch.c: Re-generate.
5045
5046 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5047
5048 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
5049 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5050 partial.
5051
5052 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5053
5054 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5055 multi-arch partial.
5056 (PUSH_ARGUMENTS): Switch to using predefault.
5057 * gdbarch.c: Regenerate.
5058
5059 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5060
5061 * valops.c (PUSH_ARGUMENTS): Delete definition.
5062 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
5063 partial. Default to default_push_arguments.
5064 * gdbarch.h, gdbarch.c: Regenerate.
5065
5066 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5067
5068 * defs.h (throw_exception): Rename return_to_top_level. Update
5069 comments.
5070 * utils.c (error_stream, internal_verror, quit): Ditto.
5071 * top.c (throw_exception, catcher): Ditto.
5072 * sparclet-rom.c (sparclet_load): Ditto.
5073 * remote.c (interrupt_query, minitelnet): Ditto.
5074 * remote-sds.c (interrupt_query): Ditto.
5075 * remote-mips.c (mips_error, mips_kill): Ditto.
5076 * ocd.c (interrupt_query): Ditto.
5077 * monitor.c (monitor_interrupt_query): Ditto.
5078 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
5079 * target.h: Update comment.
5080
5081 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
5082
5083 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5084
5085 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
5086 default_double_format.
5087 * gdbarch.h, gdbarch.c: Re-generate.
5088 * findvar.c (floatformat_unknown): Delete variable definition.
5089 * doublest.h (floatformat_unknown): Delete variable declaration.
5090
5091 2002-02-09 Jim Blandy <jimb@redhat.com>
5092
5093 * stabsread.c (read_type): Add code to parse Sun's syntax for
5094 prototyped function types.
5095
5096 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5097
5098 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5099 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5100
5101 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5102
5103 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
5104 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5105 now _initialize_xcoffsolib gets called again and overrides the
5106 commands from solib.c in a native configuration.
5107
5108 2002-02-09 Mark Kettenis <kettenis@gnu.org>
5109
5110 * doublest.c (store_typed_floating): Don't try to return a value.
5111 Fixes PR gdb/290.
5112
5113 2002-02-08 Jim Blandy <jimb@redhat.com>
5114
5115 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
5116 is prototyped and has no arguments, print its argument list as
5117 `(void)'.
5118
5119 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5120
5121 * MAINTAINERS (write-after-approval): Add myself.
5122 (paper-trail): I've escaped!
5123
5124 2002-02-08 Christopher Faylor <cgf@redhat.com>
5125
5126 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5127 changes.
5128 (_initialize_check_for_gdb_ini): Ditto.
5129
5130 2002-02-08 Martin M. Hunt <hunt@redhat.com>
5131
5132 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5133 xaprintf -> xasprintf.
5134
5135 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5136
5137 * win32-nat.c: Remove use of printf and sprintf functions.
5138
5139 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
5140
5141 * arm-tdep.c (arm_frame_chain_valid): Make static.
5142 (arm_push_arguments): Likewise.
5143 (arm_gdbarch_init): New function.
5144 (_initialize_arm_tdep): Call it.
5145 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
5146 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
5147 (FRAME_CHAIN_VALID): Delete.
5148 (arm_frame_chain_valid): Delete declaration.
5149 (PUSH_ARGUMENTS): Delete.
5150 (arm_push_arguments): Delete declaration.
5151 (CALL_DUMMY_P): Delete.
5152
5153 2002-02-08 Andrew Cagney <ac131313@redhat.com>
5154 Corinna Vinschen <vinschen@redhat.com>
5155
5156 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5157 on builtin float types.
5158
5159 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * utils.c: Include <curses.h> before "bfd.h".
5162 * tui/tui-hooks.c: Likewise.
5163 * tui/tui.c: Likewise.
5164 * tui/tuiCommand.c: Likewise.
5165 * tui/tuiData.c: Likewise.
5166 * tui/tuiDataWin.c: Likewise.
5167 * tui/tuiDisassem.c: Likewise.
5168 * tui/tuiGeneralWin.c: Likewise.
5169 * tui/tuiIO.c: Likewise.
5170 * tui/tuiLayout.c: Likewise.
5171 * tui/tuiRegs.c: Likewise.
5172 * tui/tuiSource.c: Likewise.
5173 * tui/tuiSourceWin.c: Likewise.
5174 * tui/tuiStack.c: Likewise.
5175 * tui/tuiWin.c: Likewise.
5176
5177 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
5178
5179 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
5180 to include space for pseudoregs as well. Update loops accordingly.
5181 (sh_fp_frame_init_saved_regs): Ditto.
5182 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
5183
5184 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5185
5186 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
5187 Add Richard Earnshaw to Arm maintainers.
5188
5189 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5190
5191 * defs.h (warning_begin): Delete declaration.
5192
5193 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
5194 Delete macro.
5195
5196 2002-02-07 Michael Snyder <msnyder@redhat.com>
5197
5198 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5199 Logic bug, remove misplaced else.
5200
5201 2002-02-07 Klee Dienes <klee@apple.com>
5202
5203 * fork-inferior.c (fork_inferior): Add '!' to the list of
5204 characters that need to be quoted when building a string for the
5205 shell. Quote '!' specifically with a backslash, since CSH chokes
5206 when trying to evaluate "str!str".
5207
5208 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
5209
5210 * rdi-share/host.h: Only provide a typedef for bool if it is not
5211 defined.
5212
5213 2002-02-04 Michael Snyder <msnyder@redhat.com>
5214
5215 * breakpoint.h (enum bptype): Add new overlay event bp type.
5216 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
5217
5218 * breakpoint.c (create_internal_breakpoint): New function.
5219 (internal_breakpoint_number): Moved into create_internal_breakpoint.
5220 (create_longjmp_breakpoint): Use create_internal_breakpoint.
5221 (create_thread_event_breakpoint): Ditto.
5222 (create_solib_event_breakpoint): Ditto.
5223 (create_overlay_event_breakpoint): New function.
5224 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
5225 (update_breakpoints_after_exec): Delete and re-initialize
5226 overlay event breakpoints after an exec. Add FIXME comment
5227 about longjmp breakpoint.
5228 (print_it_typical): Ignore overlay event breakpoints.
5229 (print_one_breakpoint): Ditto.
5230 (mention): Ditto.
5231 (bpstat_what): Do not stop for overlay event breakpoints.
5232 (delete_breakpoint): Don't delete overlay event breakpoints.
5233 (breakpoint_re_set_one): Delete the overlay event breakpoint.
5234 (breakpoint_re_set): Re-create overlay event breakpoint.
5235
5236 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
5237 (overlay_manual_command): Disable overlay breakpoints.
5238 (overlay_off_command): Disable overlay breakpoints.
5239
5240 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5241
5242 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
5243 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
5244 to here from config/tm-arm.h.
5245 (coff_sym_is_thumb): Make static.
5246 (arm_elf_make_msymbol_special): New function.
5247 (arm_coff_make_msymbol_special): New function.
5248 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
5249 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
5250 (coff_sym_is_thumb): Delete declaration.
5251 (arm_elf_make_msymbol_special): Declare.
5252 (arm_coff_make_msymbol_special): Declare.
5253 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
5254 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
5255
5256 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5257
5258 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
5259
5260 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5261
5262 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
5263 * gdbarch.c gdbarch.h: Regenerate.
5264 * arch-utils.c (default_print_float_info): New function.
5265 * arch-utils.h (default_print_float_info): Prototype it.
5266 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
5267 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
5268 (PRINT_FLOAT_INFO): Document it.
5269
5270 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
5271 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
5272 (PRINT_FLOAT_INFO): Define.
5273
5274 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5275
5276 * win32-nat.c (_initialize_check_for_gdb_ini):
5277 Add typecast to sprintf argument to suppress a warning.
5278
5279 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
5280
5281 * win32-nat.c (last_sig): Changed type of variable to target_signal,
5282 to allow easier handling of pass state.
5283 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
5284 that gives exception name and address.
5285 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
5286 and set last_sig value to ourstatus->value.sig. Some missing
5287 exceptions added.
5288 (child_continue): Correctly report continue_status.
5289 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
5290 TARGET_SIGNAL_0 (new default value).
5291 (child_resume): consider sig argument passed to decide if
5292 the exception should be passed to debuggee or not.
5293
5294 2002-02-05 Michael Snyder <msnyder@redhat.com>
5295
5296 * regcache.c (fetch_register): Call target_fetch_register
5297 only if we don't call FETCH_PSEUDO_REGISTER.
5298 (store_register): Call target_store_register only if we
5299 don't call STORE_PSEUDO_REGISTER.
5300
5301 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
5302
5303 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
5304 ELF_MAKE_MSYMBOL_SPECIAL.
5305 * gdbarch.c, gdbarch.h: Regenerate.
5306 * arch-utils.c (default_make_msymbol_special): New function.
5307 * arch-utils.h (default_make_msymbol_special): Export.
5308 * elfread.c (elf_symtab_read): Compile use of
5309 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
5310 multiarched.
5311 * coffread.c (coff_symtab_read): Ditto, for
5312 COFF_MAKE_MSYMBOL_SPECIAL.
5313
5314 2002-02-05 Jim Blandy <jimb@redhat.com>
5315
5316 * solib-svr4.c (svr4_truncate_ptr): New function.
5317 (svr4_relocate_section_addresses): Do the address arithmetic with
5318 the appropriate truncation for target addresses, even when
5319 CORE_ADDR is larger than a target address.
5320
5321 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5322
5323 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
5324 to (int *).
5325
5326 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5327
5328 * gdbserver/linux-low.c (kill_inferior): Remove commented out
5329 code.
5330
5331 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5332
5333 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
5334
5335 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * gdbserver/linux-low.c: Remove unused include files.
5338
5339 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5340
5341 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
5342 (read_inferior_memory): Use it.
5343 (write_inferior_memory): Likewise.
5344
5345 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5346
5347 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
5348 grubbing through sys_errlist.
5349
5350 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5351
5352 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
5353
5354 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5355 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
5356
5357 2002-02-04 Andrew Cagney <ac131313@redhat.com>
5358
5359 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
5360 (do_sfunc, set_cmd_sfunc): New functions.
5361
5362 * command.h (struct cmd_list_element): Add field func.
5363 * cli/cli-decode.h (struct cmd_list_element): Ditto.
5364 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
5365 * cli/cli-decode.h: Ditto.
5366
5367 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
5368 (help_all, help_cmd_list): Ditto.
5369 (find_cmd, complete_on_cmdlist): Ditto.
5370 * top.c (execute_command): Ditto.
5371
5372 * cli/cli-setshow.c (do_setshow_command): Call func instead of
5373 function.sfunc.
5374
5375 * infcmd.c (notice_args_read): Fix function signature.
5376
5377 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
5378 * cli/cli-decode.c (add_set_cmd): Ditto.
5379 * utils.c (initialize_utils): Ditto.
5380 * maint.c (_initialize_maint_cmds): Ditto.
5381 * infrun.c (_initialize_infrun): Ditto.
5382 * demangle.c (_initialize_demangler): Ditto.
5383 * remote.c (add_packet_config_cmd): Ditto.
5384 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5385 * cris-tdep.c (_initialize_cris_tdep): Ditto.
5386 * proc-api.c (_initialize_proc_api): Ditto.
5387 * kod.c (_initialize_kod): Ditto.
5388 * valprint.c (_initialize_valprint): Ditto.
5389 * top.c (init_main): Ditto.
5390 * infcmd.c (_initialize_infcmd): Ditto.
5391 * corefile.c (_initialize_core): Ditto.
5392 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5393 * arch-utils.c (initialize_current_architecture): Ditto.
5394 (_initialize_gdbarch_utils): Ditto.
5395 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
5396
5397 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
5398 * wince.c (_initialize_inftarg): Ditto.
5399 * symfile.c (_initialize_symfile): Ditto.
5400 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5401 * language.c (_initialize_language): Ditto.
5402 * arc-tdep.c (_initialize_arc_tdep): Ditto.
5403
5404 2002-02-04 Michael Snyder <msnyder@redhat.com>
5405
5406 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
5407
5408 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
5411 Add rules for building the register data files.
5412
5413 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * regformats/regdat.sh: Add braces to the definition of
5416 expedite_regs_${arch}.
5417
5418 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5419
5420 * regformats/regdef.h (struct reg): Add comment describing the
5421 requirements for offset and size fields.
5422
5423 2002-02-04 Andreas Schwab <schwab@suse.de>
5424
5425 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
5426 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
5427
5428 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
5429
5430 * gdbarch.sh (copyright): Update years in generated header.
5431 (SMASH_TEXT_ADDRESS): Add rule.
5432 * gdbarch.h, gdbarch.c: Re-generate.
5433 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
5434 * dbxread.c: Likewise.
5435 * dwarfread.c: Likewise.
5436 * elfread.c: Likewise.
5437 * somread.c: Likewise.
5438
5439 * arm-tdep.c (arm_smash_text_address): New function.
5440 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
5441
5442 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5443
5444 Add support for hardware watchpoints on win32 native.
5445 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
5446 CONTEXT_DEBUG_REGISTERS.
5447 (dr variable): New variable. Static array containing a local copy
5448 of debug registers.
5449 (debug_registers_changed): New variable. Reflects when debug registers
5450 are changed and need to be written to inferior.
5451 (debug_registers_used): New variable. Reflects when any debug register
5452 was set, used when new threads are created.
5453 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
5454 i386-nat code.
5455 (thread_rec): Set dr array if id is the thread of current_event .
5456 (child_continue, child_resume): Change the debug registers for all
5457 threads if debug_registers_changed.
5458 (child_add_thread): Change the debug registers if debug_registers_used.
5459 * config/i386/cygwin.mh: Add use of i386-nat.o file.
5460 Link nm.h to new nm-cygwin.h file.
5461 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
5462 of hardware registers.
5463
5464 2002-02-03 Andrew Cagney <ac131313@redhat.com>
5465
5466 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
5467 Restore behavour broken by 2002-01-20 Andrew Cagney
5468 <ac131313@redhat.com> IEEE_FLOAT removal.
5469
5470 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5471
5472 * c-valprint.c (c_val_print): Pass a proper valaddr to
5473 cp_print_class_method.
5474 * valops.c (search_struct_method): If there is only one method
5475 and args is NULL, return that method.
5476
5477 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5478
5479 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
5480 accessing tag_name directly.
5481
5482 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
5485 of accessing tag_name directly.
5486
5487 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5488
5489 PR gdb/280
5490 * gdbtypes.c (replace_type): New function.
5491 * gdbtypes.h (replace_type): Add prototype.
5492 * stabsread.c (read_type): Use replace_type.
5493
5494 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
5495
5496 * Makefile.in (memattr.o): Add missing dependencies rule.
5497
5498 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5499
5500 * breakpoint.c (break_at_finish_command): Really export.
5501 (break_at_finish_at_depth_command): Ditto.
5502 (tbreak_at_finish_command): Ditto.
5503 * hppa-tdep.c: Include completer.h.
5504 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
5505 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
5506
5507 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5508
5509 * utils.c (do_write): New function.
5510 (error_stream): Rewrite combining the code from error_begin and
5511 verror.
5512 (verror): Rewrite using error_stream.
5513 (error_begin): Delete function.
5514
5515 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5516
5517 * utils.c (error_begin): Make static.
5518 * defs.h (error_begin): Delete declaration.
5519
5520 * linespec.c (cplusplus_error): Replace cplusplus_hint.
5521 (decode_line_1): Use cplusplus_error instead of error_begin,
5522 cplusplus_hint and return_to_top_level.
5523 * coffread.c (coff_symfile_read): Use error instead of error_begin
5524 and return_to_top_level.
5525 * infrun.c (default_skip_permanent_breakpoint): Ditto.
5526
5527 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5528
5529 * language.h (type_error, range_error): Make string parameter
5530 constant.
5531 * language.c (warning_pre_print): Delete extern declaration.
5532 * dwarfread.c (warning_pre_print): Ditto.
5533 * language.c (type_error, range_error): Rewrite to use verror and
5534 vwarning instead of warning_begin.
5535
5536 2002-02-01 Michael Snyder <msnyder@redhat.com>
5537
5538 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
5539 (set_ignore_count): Move misplaced comment back where it belongs.
5540
5541 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5542
5543 * command.h (NO_FUNCTION): Delete macro.
5544 * cli/cli-decode.h (NO_FUNCTION): Ditto.
5545 * top.c (execute_command): Replace NO_FUNCTION with NULL.
5546 * tracepoint.c (_initialize_tracepoint): Ditto.
5547 * cli/cli-decode.c (add_set_cmd): Ditto.
5548 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5549
5550 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5551
5552 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
5553 Update ``this'' pointer when calling virtual functions.
5554
5555 2002-02-01 Michael Snyder <msnyder@redhat.com>
5556
5557 * breakpoint.c (create_temp_exception_breakpoint): Delete.
5558 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5559
5560 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5561
5562 * regformats/reg-arm.dat: New file.
5563 * regformats/reg-i386.dat: New file.
5564 * regformats/reg-ia64.dat: New file.
5565 * regformats/reg-m68k.dat: New file.
5566 * regformats/reg-mips.dat: New file.
5567 * regformats/reg-ppc.dat: New file.
5568 * regformats/reg-sh.dat: New file.
5569 * regformats/regdef.h: New file.
5570 * regformats/regdat.sh: New file.
5571
5572 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
5573
5574 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
5575 (arm_frame_args_address, arm_frame_locals_address): New functions.
5576 (arm_frame_num_args): New function.
5577 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
5578 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
5579 (FRMA_NUM_ARGS): Call arm_frame_num_args.
5580
5581 2002-01-31 Michael Snyder <msnyder@redhat.com>
5582
5583 * breakpoint.c (break_at_finish_command): Export.
5584 (break_at_finish_at_depth_command): Export.
5585 (tbreak_at_finish_command): Export.
5586 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
5587 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
5588 "tbreak" commands, which are HPPA specific.
5589
5590 * printcmd.c (disassemble_command): Remove an ancient
5591 artifact of an old merge.
5592
5593 * symfile.h (enum overlay_debugging_state):
5594 Define enum constant values for overlay mode.
5595 * symfile.c (overlay_debugging): Use enums instead of literals.
5596 (overlay_is_mapped, overlay_auto_command,
5597 overlay_manual_command): Ditto.
5598
5599 * breakpoint.c (insert_breakpoints, remove_breakpoint,
5600 breakpoint_here_p, breakpoint_inserted_here_p,
5601 breakpoint_thread_match, bpstat_stop_status,
5602 describe_other_breakpoints, check_duplicates, clear_command):
5603 Coding standard fixes.
5604
5605 * target.c (target_xfer_memory): Add spaces, coding standard.
5606 (do_xfer_memory): Add missing line to trust-readonly
5607 code: check bfd SEC_READONLY flag for section.
5608
5609 2002-01-31 Andrew Cagney <ac131313@redhat.com>
5610
5611 * PROBLEMS: Fix typo, 5.1->5.1.1.
5612
5613 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5614
5615 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
5616 data symbols, since we search based on textlow and texthigh.
5617 (find_pc_sect_symtab): Likewise.
5618
5619 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5620
5621 * defs.h (vwarning): Declare.
5622 * utils.c (vwarning): New function.
5623 (warning): Call vwarning.
5624 (warning_begin): Delete function.
5625
5626 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
5627 the warning message.
5628 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
5629 warning_begin.
5630
5631 2002-01-30 Michael Snyder <msnyder@redhat.com>
5632
5633 * NEWS: Mention "set trust-readonly-sections" command.
5634 Mention generate-core-file command.
5635
5636 2002-01-15 Michael Snyder <msnyder@redhat.com>
5637
5638 * target.c: New command, "set trust-readonly-sections on".
5639 (do_xfer_memory): Honor the suggestion to trust readonly sections
5640 by reading them from the object file instead of from the target.
5641 (initialize_targets): Register command "set trust-readonly-sections".
5642
5643 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5644
5645 * parse.c (target_map_name_to_register): Simplify, search regs and
5646 pseudo-regs using a single loop.
5647
5648 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5649
5650 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
5651
5652 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
5653
5654 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
5655 * config/i386/i386v42mp.mh: Add i387-nat.o .
5656 * i386v4-nat.c: Include i387-nat.h.
5657 (supply_fpregset): Use i387_supply_fsave.
5658 (fill_fpregset): Use i387_fill_fsave.
5659
5660 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
5661
5662 * arm-tdep.c (arm_call_dummy_words): Define.
5663 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
5664 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
5665 (CALL_DUMMY_WORDS): Define.
5666 (arm_call_dummy_words): Declare.
5667 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
5668 (arm_linux_call_dummy_words): Declare.
5669
5670 2002-01-30 Andreas Schwab <schwab@suse.de>
5671
5672 * m68klinux-nat.c: Fix last change to use regcache_collect
5673 instead of referencing registers[] directly.
5674
5675 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5676
5677 * parse.c (target_map_name_to_register): Delete code wrapped in
5678 #ifdef REGISTER_NAME_ALIAS_HOOK.
5679
5680 2002-01-28 Michael Snyder <msnyder@redhat.com>
5681
5682 * regcache.c (legacy_read_register_gen): Need to be able to
5683 read pseudo-register as well as real register.
5684 (legacy_write_register_gen): Ditto.
5685
5686 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5687
5688 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5689 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
5690 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
5691 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
5692 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
5693 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
5694 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
5695 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
5696 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
5697 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5698 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
5699 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
5700 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
5701 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
5702 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
5703 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
5704 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
5705 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
5706 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
5707 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
5708
5709 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5710
5711 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5712 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5713 (initialize_current_architecture): Update target_byte_order using
5714 information from BFD.
5715 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
5716 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5717
5718 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5719
5720 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5721 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5722
5723 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5724 #ifdef INVALID_FLOAT.
5725 * infcmd.c (do_registers_info): Ditto.
5726 * values.c (unpack_double): Ditto. Add comment.
5727
5728 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5729 already commented out.
5730
5731 2002-01-26 Andreas Schwab <schwab@suse.de>
5732
5733 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5734 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5735 registers and add support for PTRACE_GETREGS.
5736
5737 2002-01-24 Andrew Cagney <ac131313@redhat.com>
5738
5739 GDB 5.1.1 released from 5.1 branch.
5740 * NEWS: Add 5.1.1 news.
5741 * README: Sync with 5.1 branch.
5742
5743 2002-01-23 Fred Fish <fnf@redhat.com>
5744
5745 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
5746 stabstring on initial malloc. Reallocing will copy it for us,
5747 if necessary.
5748
5749 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
5750
5751 * Makefile.in (hpread_h): Delete.
5752 (HFILES_NO_SRCDIR): Remove hpread.h.
5753 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
5754 (hpread.o): Update dependencies.
5755 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
5756
5757 * hp-psymtab-read.c: Remove file.
5758 * hp-symtab-read.c: Remove file.
5759 * hpread.h: Remove file.
5760
5761 * hpread.c: Merge all contents of hp-psymtab-read.c,
5762 hp-symtab-read.c and hpread.h into this file, as it was prior to
5763 January 1999.
5764
5765 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
5766 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
5767 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
5768 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
5769
5770 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
5771
5772 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
5773 fill_gregset): Call gdbarch_tdep() just once, assign result to
5774 variable and use that, instead of calling the function several
5775 times.
5776
5777 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
5778
5779 * configure.host: Accept sparcv9 as alias for sparc64.
5780 * configure.tgt: Likewise.
5781
5782 2002-01-22 Kevin Buettner <kevinb@redhat.com>
5783
5784 * solib-aix5.c (build_so_list_from_mapfile)
5785 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
5786 arguments is not reversed.
5787 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
5788 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
5789
5790 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
5791
5792 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
5793 modified version of obsolete sh_fetch_pseudo_register.
5794 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
5795 (sh4_register_read): New function.
5796 (sh_pseudo_register_write): New function. Renamed and modified
5797 version of obsolete sh_store_pseudo_register.
5798 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5799 (sh4_register_write): New function.
5800 (sh_gdbarch_init): Remove setting of gdbarch function
5801 fetch_pseudo_register and store_pseudo_register. Remove setting of
5802 register_convert_to_raw, register_convert_to_virtual,
5803 register_convertible.
5804 (sh_sh4_register_convertible): Delete. No longer needed. All is
5805 taken care by architecture specific functions
5806 register_read/register_write.
5807 (sh_sh4_register_convert_to_virtual): Make static.
5808 (sh_sh4_register_convert_to_raw): Ditto.
5809
5810 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5811
5812 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5813 (floatformat_is_nan, floatformat_mantissa): Ditto.
5814
5815 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5816 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5817 builtin_type_ieee_double_little,
5818 builtin_type_ieee_double_littlebyte_bigword,
5819 builtin_type_m68881_ext, builtin_type_i960_ext,
5820 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5821 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5822 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5823 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5824
5825 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
5826
5827 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5828 parameter. Set frameless flag if it exists and depended of
5829 whether the scanned function is frameless or not.
5830 (xstormy16_skip_prologue): If function is frameless, return
5831 result of xstormy16_scan_prologue().
5832 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5833 call.
5834
5835 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
5836
5837 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5838 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5839 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5840 sh_sh4_register_byte, sh_sh4_register_raw_size,
5841 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5842 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5843 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5844 sh_store_pseudo_register, sh_do_pseudo_register): Call
5845 gdbarch_tdep() just once, assign result to variable and use that,
5846 instead of calling the function several times.
5847
5848 2002-01-20 Mark Kettenis <kettenis@gnu.org>
5849
5850 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5851 macros instead of LAST_FPU_CTRL_REGNUM.
5852 (store_register): Likewise.
5853
5854 2002-01-21 Jim Blandy <jimb@redhat.com>
5855
5856 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5857 is up-to-date before running the program, not just when a program
5858 exits.
5859
5860 2002-01-21 Fred Fish <fnf@redhat.com>
5861
5862 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5863 when we have found all instructions we are looking for.
5864
5865 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5866
5867 * arm-tdep.c (arm_register_name): New function.
5868 (arm_registers_names): Make static.
5869 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5870 (arm_register_name): Declare.
5871 (REGISTER_NAME): Use it.
5872
5873 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5874 Kevin Buettner <kevinb@redhat.com>
5875
5876 Convert arm targets to new FRAME interface.
5877 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5878 (arm_frame_find_save_regs): Delete.
5879 (arm_frame_init_saved_regs): New.
5880 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5881 Allocate extra_info as required. Convert all uses of fsr.regs
5882 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5883 to use extra_info.
5884 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5885 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5886 (check_prologue_cache, save_prologue_cache): Likewise.
5887 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5888 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5889 (FRAME_FIND_SAVED_REGS): Delete.
5890 (arm_frame_find_saved_regs): Delete prototype.
5891 (arm_frame_init_saved_regs): New prototype.
5892 (FRAME_INIT_SAVED_REGS): Define.
5893
5894 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5895
5896 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5897
5898 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5899
5900 From Jeff Law <law@redhat.com>:
5901 * infttrace.c: Include <sys/pstat.h>.
5902 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5903 exec file if the ttrace equivalent fails.
5904
5905 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5906
5907 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5908 (closeLogFile): Ditto.
5909
5910 2002-01-20 Michael Chastain <mec@shout.net>
5911
5912 * top.c (print_gdb_version): Bump copyright year to 2002.
5913
5914 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5915
5916 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5917 Zannoni and Eli Zaretskii.
5918
5919 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5920
5921 * buildsym.c: Update copyright years.
5922 * c-typeprint.c: Likewise.
5923 * dwarf2read.c: Likewise.
5924 * f-typeprint.c: Likewise.
5925 * gdbtypes.c: Likewise.
5926 * gdbtypes.h: Likewise.
5927 * hp-symtab-read.c: Likewise.
5928 * hpread.c: Likewise.
5929 * mdebugread.c: Likewise.
5930 * p-typeprint.c: Likewise.
5931
5932 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5933
5934 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5935 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5936 byte-order selectable.
5937 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5938 * arch-utils.c: Ditto.
5939 (set_endian): Ditto.
5940 (set_endian_from_file): Ditto.
5941 * gdbserver/low-sim.c (create_inferior): Ditto.
5942 * gdbarch.sh: Ditto.
5943 * gdbarch.h: Re-generate.
5944 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5945 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5946 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5947 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5948 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5949 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5950 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5951 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5952 macro definition.
5953 * config/mips/tm-wince.h: Remove #undef of macro
5954 TARGET_BYTE_ORDER_SELECTABLE.
5955 * config/sh/tm-wince.h: Ditto.
5956
5957 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5958
5959 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5960 member function fields. Add accessor macro
5961 TYPE_FN_FIELD_ARTIFICIAL.
5962 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5963 * c-typeprint.c (c_type_print_base): Skip artificial member
5964 functions.
5965
5966 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5967
5968 * f-typeprint.c: Delete unused function f_type_print_args.
5969 * p-typeprint.c: Delete unused function pascal_type_print_args.
5970
5971 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5972
5973 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5974 comment. Add ``artificial'' to ``union field_location''.
5975
5976 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5977
5978 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5979 * mdebugread.c (parse_symbol): Likewise.
5980 * stabsread.c (define_symbol): Likewise.
5981 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5982 initializing TYPE_FIELD_BITPOS to n (obsolete).
5983 (hpread_doc_function_type): Likewise.
5984 * hpread.c (hpread_function_type): Likewise.
5985
5986 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5987
5988 * configure.in (host_makefile_frag): Only require a host makefile
5989 fragment when a native build.
5990 * configure: Re-generate.
5991
5992 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5993
5994 * doublest.h (floatformat_from_type): Declare.
5995 * doublest.c (floatformat_from_type): New function.
5996 (convert_typed_floating): Use.
5997
5998 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5999 call to function floatformat_from_type.
6000
6001 * gdbarch.sh (IEEE_FLOAT): Delete.
6002 * gdbarch.h, gdbarch.c: Re-generate.
6003 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
6004 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
6005 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
6006 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
6007 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
6008 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
6009 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
6010 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
6011 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
6012 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
6013 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
6014 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
6015
6016 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
6017 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6018 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6019 * sh-tdep.c (sh_gdbarch_init): Ditto.
6020 * mips-tdep.c (mips_gdbarch_init): Ditto.
6021 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6022 * cris-tdep.c (cris_gdbarch_init): Ditto.
6023
6024 2002-01-20 Jiri Smid <smid@suse.cz>
6025
6026 * configure.host, configure.tgt: Support x86-64.
6027 * NEWS: Note new target x86-64.
6028
6029 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
6030 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
6031 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
6032 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
6033 x86-64-linux-nat.o): Fix dependencies.
6034
6035 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6036
6037 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
6038 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
6039 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
6040 * config/sparc/xm-sun4os4.h: Delete file.
6041 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
6042
6043 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6044
6045 * config/sparc/sparclynx.mh (XM_FILE): Delete.
6046 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
6047 * config/m68k/m68klynx.mh (XM_FILE): Delete.
6048 * config/i386/i386lynx.mh (XM_FILE): Delete.
6049 * config/rs6000/xm-rs6000ly.h: Delete file.
6050 * config/sparc/xm-sparclynx.h: Delete file.
6051 * config/m68k/xm-m68klynx.h: Delete file.
6052 * config/i386/xm-i386lynx.h: Delete file.
6053 * config/xm-lynx.h: Delete file.
6054 * config/djgpp/fnchange.lst: Update.
6055
6056 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6057
6058 * alpha-tdep.c (alpha_register_byte): New function.
6059 (alpha_register_raw_size): Ditto.
6060 (alpha_register_virtual_size): Ditto.
6061 (alpha_skip_prologue_internal): Renamed from
6062 alpha_skip_prologue.
6063 (alpha_skip_prologue): New version that calls
6064 alpha_skip_prologue_internal.
6065 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
6066 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
6067 second argument from alpha_skip_prologue.
6068 (REGISTER_BYTE): Use alpha_register_byte.
6069 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
6070 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
6071 (FRAMELESS_FUNCTION_INVOCATION): Use
6072 generic_frameless_function_invocation_not.
6073 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
6074 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
6075
6076 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6077
6078 * config/mips/xm-news-mips.h: Delete file.
6079 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6080
6081 * config/m88k/xm-m88k.h: Delete file.
6082 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
6083 * config/m88k/xm-delta88v4.h: Ditto.
6084 * config/m88k/xm-delta88.h: Ditto.
6085
6086 * config/alpha/xm-fbsd.h: Delete file.
6087 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6088
6089 * config/sparc/xm-sparc.h: Delete file.
6090 * Makefile.in (xm-sun4os4.h): Delete dependency.
6091 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
6092 * config/sparc/xm-sun4os4.h: Ditto.
6093 * config/sparc/xm-linux.h: Ditto.
6094
6095 * config/i386/xm-windows.h: Delete file.
6096
6097 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6098
6099 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6100 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6101
6102 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6103
6104 * alpha-tdep.c (alpha_call_dummy_words): New.
6105 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
6106 (CALL_DUMMY_P): Define.
6107 (CALL_DUMMY_WORDS): Define.
6108 (SIZEOF_CALL_DUMMY_WORDS): Define.
6109
6110 2002-01-19 Per Bothner <per@bothner.com>
6111
6112 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
6113 isn't NULL, which can happen with some gcj-3.x-produced code.
6114
6115 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6116
6117 * alpha-tdep.c (alpha_register_virtual_type): New function.
6118 (alpha_init_frame_pc_first): Ditto.
6119 (alpha_fix_call_dummy): Ditto.
6120 (alpha_store_struct_return): Ditto.
6121 (alpha_extract_struct_value_address): Ditto.
6122 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
6123 alpha_register_virtual_type.
6124 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
6125 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
6126 alpha_extract_struct_value_address.
6127 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
6128 (INIT_FRAME_PC): Use init_frame_pc_noop.
6129 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
6130
6131 2002-01-19 Mark Kettenis <kettenis@gnu.org>
6132
6133 * i386gnu-nat.c: Include "i386-tdep.h".
6134 (fetch_fpregs): Simplify code dealing with uninitialized floating
6135 point states such that it doesn't require FP7_REGNUM.
6136
6137 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6138
6139 * alpha-tdep.c (frame_extra_info): New.
6140 (alpha_find_saved_regs): Make static. Use
6141 frame->extra_info.
6142 (alpha_frame_init_saved_regs): New function.
6143 (alpha_frame_saved_pc): Use frame->extra_info.
6144 (temp_saved_regs): Don't declare as struct frame_saved_regs.
6145 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
6146 (init_extra_frame_info): Rename to...
6147 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
6148 (alpha_print_extra_frame_info): New function.
6149 (alpha_frame_locals_address): Ditto.
6150 (alpha_frame_args_address): Ditto.
6151 (alpha_pop_frame): Use frame->extra_info.
6152 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
6153 alpha_frame_args_address.
6154 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
6155 (alpha_find_saved_regs): Remove prototype.
6156 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
6157 (EXTRA_FRAME_INFO): Remove.
6158 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
6159 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
6160
6161 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6162
6163 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6164 (alpha_cannot_fetch_register): Ditto.
6165 (alpha_cannot_store_register): Ditto.
6166 (alpha_register_convertible): Ditto.
6167 (alpha_use_struct_convention): Ditto.
6168 * config/alpha/tm-alpha.h: Update copyright years.
6169 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6170 (INNER_THAN): Use core_addr_lessthan.
6171 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6172 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6173 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
6174 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
6175 (FRAME_CHAIN): Remove unnecessary cast.
6176
6177 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6178
6179 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
6180 obsolete.
6181
6182 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6183
6184 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
6185 * monitor.c, remote-array.c, remote-bug.c: Ditto.
6186 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
6187 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
6188 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
6189 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
6190 * x86-64-linux-nat.c: Ditto.
6191
6192 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6193
6194 * alpha-tdep.c (alpha_register_name): New function.
6195 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
6196 (REGISTER_NAME): Define.
6197
6198 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6199
6200 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
6201
6202 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6203
6204 * alpha-tdep.c: Update copyright years.
6205 (alpha_next_pc): New function.
6206 (alpha_software_single_step): Ditto.
6207 * config/alpha/tm-alpha.h: Add prototype for
6208 alpha_software_single_step.
6209
6210 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6211
6212 * alphabsd-nat.c: Update copyright years.
6213 (fill_gregset): Use regcache_collect.
6214 (fill_fpregset): Likewise.
6215 (fetch_inferior_registers): Only fetch integer registers
6216 if requested to do so.
6217 (store_inferior_registers): Only store integer registers
6218 if requested to do so.
6219
6220 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6221
6222 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
6223 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
6224 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
6225 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
6226 * config/alpha/fbsd.mh (XDEPFILES): Delete.
6227 * config/arm/linux.mh (XDEPFILES): Delete.
6228 * config/arm/nbsd.mh (XDEPFILES): Delete.
6229 * config/i386/i386dgux.mh (XDEPFILES): Delete.
6230 * config/i386/i386sol2.mh (XDEPFILES): Delete.
6231 * config/i386/i386m3.mh (XDEPFILES): Delete.
6232 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
6233 * config/i386/i386gnu.mh (XDEPFILES): Delete.
6234 * config/i386/fbsd.mh (XDEPFILES): Delete.
6235 * config/i386/i386bsd.mh (XDEPFILES): Delete.
6236 * config/i386/i386sco5.mh (XDEPFILES): Delete.
6237 * config/i386/i386v4.mh (XDEPFILES): Delete.
6238 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
6239 * config/i386/i386sco4.mh (XDEPFILES): Delete.
6240 * config/i386/i386aix.mh (XDEPFILES): Delete.
6241 * config/i386/go32.mh (XDEPFILES): Delete.
6242 * config/i386/cygwin.mh (XDEPFILES): Delete.
6243 * config/i386/i386lynx.mh (XDEPFILES): Delete.
6244 * config/i386/i386mach.mh (XDEPFILES): Delete.
6245 * config/i386/i386v32.mh (XDEPFILES): Delete.
6246 * config/i386/linux.mh (XDEPFILES): Delete.
6247 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
6248 * config/i386/ncr3000.mh (XDEPFILES): Delete.
6249 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
6250 * config/i386/i386sco.mh (XDEPFILES): Delete.
6251 * config/i386/i386v.mh (XDEPFILES): Delete.
6252 * config/i386/nbsd.mh (XDEPFILES): Delete.
6253 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
6254 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
6255 * config/i386/symmetry.mh (XDEPFILES): Delete.
6256 * config/i386/obsd.mh (XDEPFILES): Delete.
6257 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
6258 * config/ia64/linux.mh (XDEPFILES): Delete.
6259 * config/ia64/aix.mh (XDEPFILES): Delete.
6260 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
6261 * config/m68k/dpx2.mh (XDEPFILES): Delete.
6262 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
6263 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
6264 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
6265 * config/m68k/linux.mh (XDEPFILES): Delete.
6266 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
6267 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
6268 * config/m68k/nbsd.mh (XDEPFILES): Delete.
6269 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
6270 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
6271 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
6272 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
6273 * config/m88k/delta88.mh (XDEPFILES): Delete.
6274 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
6275 * config/m88k/m88k.mh (XDEPFILES): Delete.
6276 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
6277 * config/mips/linux.mh (XDEPFILES): Delete.
6278 * config/mips/irix6.mh (XDEPFILES): Delete.
6279 * config/mips/irix5.mh (XDEPFILES): Delete.
6280 * config/mips/irix4.mh (XDEPFILES): Delete.
6281 * config/mips/irix3.mh (XDEPFILES): Delete.
6282 * config/mips/decstation.mh (XDEPFILES): Delete.
6283 * config/mips/mipsm3.mh (XDEPFILES): Delete.
6284 (NATDEPFILES): Move core-aout.o to here.
6285 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
6286 * config/pa/hpux1020.mh (XDEPFILES): Delete.
6287 * config/pa/hppabsd.mh (XDEPFILES): Delete.
6288 * config/pa/hppahpux.mh (XDEPFILES): Delete.
6289 * config/pa/hpux11w.mh (XDEPFILES): Delete.
6290 * config/pa/hppaosf.mh (XDEPFILES): Delete.
6291 * config/pa/hpux11.mh (XDEPFILES): Delete.
6292 * config/powerpc/aix.mh (XDEPFILES): Delete.
6293 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
6294 * config/powerpc/linux.mh (XDEPFILES): Delete.
6295 * config/romp/rtbsd.mh: Rename XDEPFILES.
6296 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
6297 * config/rs6000/aix4.mh (XDEPFILES): Delete.
6298 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
6299 * config/s390/s390.mh (XDEPFILES): Delete.
6300 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
6301 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
6302 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
6303 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
6304 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
6305 * config/sparc/nbsd.mh (XDEPFILES): Delete.
6306 * config/sparc/linux.mh (XDEPFILES): Delete.
6307 * config/vax/vaxult.mh (XDEPFILES): Delete.
6308 * config/vax/vaxult2.mh (XDEPFILES): Delete.
6309 * Makefile.in (DEPFILES): Remove XDEPFILES.
6310
6311 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6312
6313 * utils.c (internal_verror): Fix comments, default is yes not no.
6314 Update queries to match. Default to quit and dump core.
6315
6316 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6317
6318 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
6319 copyright.
6320 * defs.h, event-top.c, gdbcmd.h: Ditto.
6321 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
6322 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
6323 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
6324 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
6325 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
6326 * mi/mi-main.c:Ditto.
6327
6328 * stack.c, symfile.c: Update copyright.
6329
6330 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6331
6332 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
6333 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
6334 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
6335 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
6336
6337 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6338
6339 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
6340 * gdbserver/low-lynx.c (myattach): Likewise.
6341 * gdbserver/low-nbsd.c (myattach): Likewise.
6342 * gdbserver/low-sim.c (myattach): Likewise.
6343 * gdbserver/low-sparc.c (myattach): Likewise.
6344 * gdbserver/low-sun3.c (myattach): Likewise.
6345
6346 * gdbserver/low-linux.c (myattach): New function.
6347
6348 * gdbserver/server.c (attach_inferior): New function.
6349 (main): Handle "--attach".
6350
6351 2002-01-16 Andrew Cagney <ac131313@redhat.com>
6352
6353 * MAINTAINERS (language support): Daniel Jacobwitz is C++
6354 maintainer.
6355
6356 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
6357
6358 * c-typeprint.c (is_type_conversion_operator): Add additional
6359 check for non-conversion operators.
6360
6361 2002-01-15 Michael Snyder <msnyder@redhat.com>
6362
6363 * linux-proc.c: Add "info proc" command, a la procfs.c.
6364 (read_mapping): New function, abstract and re-use code.
6365 (linux_find_memory_regions): Use new func read_mapping.
6366 (linux_info_proc_cmd): New function, implement "info proc".
6367 (_initialize_linux_proc): Add new command "info proc".
6368
6369 2002-01-15 Michael Snyder <msnyder@redhat.com>
6370
6371 * symfile.c (generic_load): Use bfd_map_over_sections method
6372 instead of manipulating bfd structure members directly.
6373 (add_section_size_callback): New function, bfd sections callback
6374 used by generic_load.
6375 (load_sections_callback): New function, bfd sections callback
6376 used by generic_load.
6377
6378 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
6379
6380 [Based on work by Jim Blandy]
6381 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
6382 (builtin_type_vec128): Export.
6383 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
6384 types.
6385 (builtin_type_vec128): New builtin type for 128 bit vector
6386 registers.
6387 (build_gdbtypes): Initialize builtin_type_v16qi and
6388 builtin_type_v8hi. Create the vec128 register builtin type
6389 structure.
6390 (build_builtin_type_vec128): New function.
6391 (_initialize_gdbtypes): Register builtin_type_v16qi and
6392 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
6393 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
6394 AltiVec register to new builtin type.
6395
6396 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
6397
6398 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
6399 to make_cv_type.
6400
6401 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6402
6403 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
6404 CLEAN_UP_REGISTER_VALUE.
6405 * regcache.c (supply_register): Update only call.
6406
6407 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6408
6409 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6410 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6411 a29k-*-vxworks* targets as obsolete.
6412
6413 2002-01-14 Michael Snyder <msnyder@redhat.com>
6414
6415 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
6416 until we can resolve portability issues.
6417 * gregset.h: Remove references to fpxregs.
6418 * gcore.c (gcore_command): Initialize note_sec to NULL.
6419
6420 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6421
6422 * signals.c (target_signal_to_name): Rewrite. Only use
6423 signals[].name when in bounds and non-NULL.
6424
6425 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6426
6427 From Petr Ledvina <ledvinap@kae.zcu.cz>:
6428 * signals.c (target_signal_to_name): Verify that SIG is within the
6429 bounds of the signals array.
6430
6431 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6432
6433 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
6434
6435 2002-01-13 Keith Seitz <keiths@redhat.com>
6436
6437 * stack.c (print_frame_info_base): Print the frame's pc
6438 only if when print_frame_info_listing_hook is not defined.
6439
6440 2002-01-13 Keith Seitz <keiths@redhat.com>
6441
6442 * varobj.c (varobj_set_value): Make sure that there were no
6443 errors evaluating the object before attempting to set its
6444 value.
6445 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
6446 so this offset adjustment is no longer necessary.
6447 (create_child): Don't set the error flag if the child is
6448 a CPLUS_FAKE_CHILD.
6449 (value_of_child): If value_fetch_lazy fails, return NULL
6450 so that callers will be notified that an error occurred.
6451 (c_value_of_variable): Delay check of variable's validity
6452 until later. We actually want all structs and unions to have
6453 the value "{...}".
6454 Do not return "???" for variables which could not be evaluated.
6455 This error condition must be returned to the caller so that it
6456 can get the error condition from gdb.
6457 (cplus_name_of_child): Adjust index for vptr before figuring
6458 out the name of the child.
6459 (cplus_value_of_child): If a child's (real) parent is not valid,
6460 don't even bother trying to give a value for it. Just return
6461 an error. Change all instances in this function.
6462 (cplus_type_of_child): If our parent is one of the "fake"
6463 parents, we need to get at the type of the real parent, and
6464 derive the child's true type using this information.
6465
6466 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6467
6468 From 2002-01-09 John Marshall <johnm@falch.net>:
6469 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
6470 sources.redhat.com, and tweak some related URLs which had
6471 suffered from linkrot.
6472
6473 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6474
6475 From Jeff law:
6476 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
6477 structures passed in registers.
6478
6479 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
6480
6481 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
6482 white space which prevented compilation. Reported by DSK
6483 <dsk@student.unsw.edu.au>.
6484
6485 2002-01-11 Michael Snyder <msnyder@redhat.com>
6486
6487 * symfile.c (build_section_addr_info_from_section_tab):
6488 Use bfd access method instead of manipulating bfd directly.
6489 (syms_from_objfile): Ditto.
6490 (simple_overlay_update_1): Ditto.
6491 (simple_overlay_update): Ditto.
6492 (generic_load): Ditto.
6493 (overlay_unmapped_address): FIXME comment, bfd access methods.
6494 (sections_overlap): FIXME comment, bfd access methods.
6495 (pc_in_mapped_range): FIXME comment, bfd access methods.
6496 (pc_in_unmapped_range): FIXME comment, bfd access methods.
6497 (section_is_mapped): FIXME comment, bfd access methods.
6498 (section_is_overlay): FIXME comment, bfd access methods.
6499
6500 * symfile.c (generic_load): Whitespace and long line cleanups.
6501 Remove duplicate variable, change several local variables to
6502 more appropriate data types.
6503 (print_transfer_performance): Use %lu instead of %ld for ulongs.
6504
6505 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6506
6507 From Peter Schauer:
6508 * language.c (longest_local_hex_string_custom): Use phex_nz to
6509 convert NUM to a hex string.
6510
6511 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
6512
6513 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
6514 the function.
6515 Update Copyright year.
6516
6517 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6518
6519 * language.c (longest_raw_hex_string): Delete unused function.
6520
6521 2002-01-11 Petr Sorfa <petrs@caldera.com>
6522
6523 * MAINTAINERS (write-after-approval): Add myself.
6524 * dwarf2read.c (read_tag_string_type): Handling of
6525 DW_AT_byte_size.
6526 (read_tag_string_type): FORTRAN fix to prevent propagation of
6527 first string size.
6528 (set_cu_language): Handling of DW_LANG_Fortran95
6529
6530 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
6531
6532 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
6533 GETPID(inferior_ptid).
6534 (store_inferior_registers): Likewise.
6535
6536 2002-01-10 Jason Merrill <jason@redhat.com>
6537
6538 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
6539 Fix DW_OP_minus.
6540
6541 2002-01-10 Andrew Cagney <ac131313@redhat.com>
6542
6543 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
6544 and bfd/elf32-sh-nbsd.c.
6545
6546 2002-01-10 Michael Snyder <msnyder@redhat.com>
6547
6548 * NEWS: Mention --pid and corefile/proc-id behavior change.
6549
6550 * Makefile.in: Add rules for gcore.o and linux-proc.o.
6551 * gcore.c: Include cli/cli-decode.h instead of command.h.
6552
6553 * main.c (captured_main): Add new command line option "--pid".
6554 If the second command line argument (following the symbol-file)
6555 begins with a digit, try to attach to it before trying to open
6556 it as a corefile.
6557 (print_gdb_help): Document the "--pid" argument.
6558
6559 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
6560
6561 * completer.c (command_completer): New function.
6562
6563 * completer.h <command_completer>: Add prototype.
6564
6565 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
6566 completer for the "help" command.
6567
6568 2002-01-09 Jason Merrill <jason@redhat.com>
6569
6570 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
6571
6572 2002-01-09 Michael Snyder <msnyder@redhat.com>
6573
6574 * i386-linux-nat.c (fill_fpxregset): Make global.
6575 (store_fpxregset): Ditto.
6576
6577 * gregset.h (gdb_fpxregset_t): Define.
6578 (supply_fpxregset): Prototype.
6579 (fill_fpxregset): Prototype.
6580
6581 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
6582
6583 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6584
6585 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
6586 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
6587 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
6588
6589 2002-01-09 Andrew Cagney <ac131313@redhat.com>
6590
6591 * MAINTAINERS: Update target maintainer rules so that any
6592 Maintainer can approve a tested patch for a maintenance-only
6593 target.
6594
6595 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6596
6597 * MAINTAINERS (write-after-approval): Add myself.
6598
6599 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
6600 IN_SIGTRAMP.
6601
6602 2002-01-08 Michael Snyder <msnyder@redhat.com>
6603
6604 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
6605 real name of the executable, rather than the /proc name.
6606
6607 2002-01-03 Michael Snyder <msnyder@redhat.com>
6608
6609 Implement a "generate-core-file" command in gdb, save target state.
6610 * gcore.c: New file. Implement new command 'generate-core-file'.
6611 Save a corefile image of the current state of the inferior.
6612 * linux-proc.c: Add linux-specific code for saving corefiles.
6613 * target.h (struct target_ops): Add new target vectors for saving
6614 corefiles; to_find_memory_regions and to_make_corefile_notes.
6615 (target_find_memory_regions): New macro.
6616 (target_make_corefile_notes): New macro.
6617 * target.c (update_current_target): Inherit new target methods.
6618 (dummy_find_memory_regions): New place-holder method.
6619 (dummy_make_corefile_notes): New place-holder method.
6620 (init_dummy_target): Initialize new dummy target vectors.
6621 * exec.c (exec_set_find_memory_regions): New function.
6622 Allow the exec_ops vector for memory regions to be taken over.
6623 (exec_make_note_section): New function, target vector method.
6624 * defs.h (exec_set_find_memory_regions): Export prototype.
6625 * procfs.c (proc_find_memory_regions): New function, corefile method.
6626 (procfs_make_note_section): New function, corefile method.
6627 (init_procfs_ops): Set new target vector pointers.
6628 (find_memory_regions_callback): New function.
6629 (procfs_do_thread_registers): New function.
6630 (procfs_corefile_thread_callback): New function.
6631 * sol-thread.c (sol_find_memory_regions): New function.
6632 (sol_make_note_section): New function.
6633 (init_sol_thread_ops): Initialize new target vectors.
6634 * inftarg.c (inftarg_set_find_memory_regions): New function.
6635 Allow to_find_memory_regions vector to be taken over.
6636 (inftarg_set_make_corefile_notes): New function.
6637 Allow to_make_corefile_notes vector to be taken over.
6638 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
6639 interface layer if not target_has_execution (may be a corefile).
6640 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
6641 * config/sparc/sun4sol2.mh: Ditto.
6642 * config/alpha/alpha-linux.mh: Ditto.
6643 * config/arm/linux.mh: Ditto.
6644 * config/i386/x86-64linux.mh: Ditto.
6645 * config/ia64/linux.mh: Ditto.
6646 * config/m68k/linux.mh: Ditto.
6647 * config/mips/linux.mh: Ditto.
6648 * config/powerpc/linux.mh: Ditto.
6649 * config/sparc/linux.mh: Ditto.
6650
6651 2002-01-07 Michael Snyder <msnyder@redhat.com>
6652
6653 * arm-linux-nat.c: Remove references to regcache.c internal data
6654 (registers[] and register_valid[]).
6655
6656 2002-01-07 Michael Snyder <msnyder@redhat.com>
6657
6658 * linux-proc.c: New file. Implement child_pid_to_exec_file,
6659 so that attaching to a pid will automatically read the process's
6660 symbol file and shlibs.
6661 * Makefile.in: Add rule for linux-proc.o.
6662 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
6663 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
6664 * config/arm/linux.mh: Ditto.
6665 * config/i386/linux.mh: Ditto.
6666 * config/i386/x86-64linux.mh: Ditto.
6667 * config/ia64/linux.mh: Ditto.
6668 * config/m68k/linux.mh: Ditto.
6669 * config/mips/linux.mh: Ditto.
6670 * config/powerpc/linux.mh: Ditto.
6671 * config/sparc/linux.mh: Ditto.
6672
6673 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
6674
6675 * win32-nat.c: Add i386-tdep.h dependency.
6676
6677 2002-01-07 Michael Snyder <msnyder@redhat.com>
6678
6679 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
6680 instead of bfd_get_arch_size. Don't bail out just because
6681 there's no exec_bfd.
6682
6683 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
6684 * p-valprint.c (pascal_object_print_value): Ditto.
6685 * somread.c (som_symtab_read): Ditto.
6686 * symfile.c (simple_free_overlay_region_table): Ditto.
6687 * valops.c (value_assign): Ditto.
6688
6689 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
6690 use tilde_expand and strerror for opening save-tracepoints file.
6691
6692 * thread-db.c (thread_db_new_objfile): Indendation fix.
6693
6694 * infptrace.c (GDB_MAX_ALLOCA): New define.
6695 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
6696 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
6697 can be overridden with whatever value is appropriate to the host).
6698 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
6699 alloca to allocate potentially large buffer.
6700 * rs6000-nat.c (child_xfer_memory): Ditto.
6701 * symm-nat.c (child_xfer_memory): Ditto.
6702 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
6703
6704 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
6705
6706 From Nick Clifton <nickc@redhat.com>
6707 * d10v-tdep.c: Set STACK_START to 0x200bffe.
6708
6709 2002-01-07 Michael Snyder <msnyder@redhat.com>
6710
6711 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6712 Don't use exec_bfd if it's NULL.
6713
6714 2002-01-06 Mark Kettenis <kettenis@gnu.org>
6715
6716 * valops.c (value_arg_coerce): Fix formatting.
6717
6718 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6719
6720 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6721 * gnu-nat.c: Ditto.
6722
6723 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6724
6725 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6726 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6727 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6728 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6729 z8k-coff have not been multi-arched. Update z8k-coff build
6730 status.
6731
6732 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6733
6734 * MAINTAINERS: Mark a29k target as obsolete.
6735 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
6736 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
6737 comments.
6738 * NEWS: Note that a29k targets are obsolete.
6739 * a29k-tdep.c: Mark as obsolete.
6740 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6741 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6742 a29k-*-vxworks* targets as obsolete.
6743 * remote-adapt.c: Obsolete.
6744 * remote-eb.c: Obsolete.
6745 * remote-mm.c: Obsolete.
6746 * remote-udi.c: Obsolete.
6747 * config/a29k/a29k-udi.mt: Obsolete.
6748 * config/a29k/a29k.mt: Obsolete.
6749 * config/a29k/tm-a29k.h: Obsolete.
6750 * config/a29k/tm-vx29k.h: Obsolete.
6751 * config/a29k/vx29k.mt: Obsolete.
6752
6753 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6754
6755 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
6756 with BFD_ENDIAN_BIG.
6757
6758 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6759
6760 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
6761 * configure, config.in: Re-generate.
6762 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
6763 * defs.h: Do not include <endian.h>.
6764
6765 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
6766
6767 * acconfig.h (HAVE_PT_GETXMMREGS): New.
6768 * config.in: Regenerate.
6769 * configure.in: Update copyright years.
6770 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
6771 * configure: Regenerate.
6772 * i386bsd-nat.c: Update copyright years.
6773 (fill_gregset): Use regcache_collect.
6774 (fetch_inferior_registers): Only fetch integer registers
6775 if requested to do so. Add support for XMM registers
6776 using PT_GETXMMREGS.
6777 (store_inferior_registers): Only store integer registers
6778 if requested to do so. Add support for XMM registers
6779 using PT_SETXMMREGS.
6780 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
6781 (store_inferior_registers): Remove.
6782 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
6783 (fetch_elfcore_registers): New function.
6784 (i386nbsd_elfcore_fns): New.
6785 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
6786 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
6787 i386bsd-nat.o.
6788 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6789 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
6790 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
6791 * config/i386/tm-nbsd.h: Update copyright years.
6792 (HAVE_SSE_REGS): Define.
6793 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
6794 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
6795 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6796 (SIGCONTEXT_PC_OFFSET): Remove.
6797 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6798
6799 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6800
6801 * configure.tgt: Remove powerpc-*-macos* target.
6802 * config/m68k/xm-mpw.h: Delete file.
6803 * config/xm-mpw.h: Delete file.
6804 * ser-mac.c: Delete file.
6805 * mpw-make.sed: Delete file.
6806 * mpw-config.in: Delete file.
6807 * mac-xdep.c: Delete file.
6808 * mac-gdb.r: Delete file.
6809 * mac-defs.h: Delete file.
6810 * mac-nat.c: Delete file.
6811 * config/powerpc/macos.mh: Delete file.
6812 * config/powerpc/macos.mt: Delete file.
6813 * config/powerpc/nm-macos.h: Delete file.
6814 * config/powerpc/tm-macos.h: Delete file.
6815 * source.c (openp, open_source_file): Remove obsolete code.
6816 * top.c (gdb_readline): Ditto.
6817 * utils.c (query): Ditto.
6818 * event-top.c (display_gdb_prompt): Ditto.
6819 * Makefile.in (ser-mac.o): Delete obsolete target.
6820 * NEWS: Update.
6821
6822 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6823
6824 * defs.h (BIG_ENDIAN): Delete macro definition.
6825 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6826 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6827 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6828 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6829 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6830 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6831 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6832 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6833 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6834 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6835 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6836 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6837 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6838 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6839 * gdbarch.c: Re-generate.
6840
6841 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6842
6843 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6844 for core files.
6845
6846 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6847
6848 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6849
6850 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6851
6852 * value.h (value_ptr): Delete typedef.
6853
6854 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6855
6856 * i386nbsd-nat.c: Update copyright years.
6857 Include i386-tdep.h.
6858
6859 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
6860
6861 * stabsread.c: Update copyright years.
6862
6863 From Debashis Mahata <debashis.mahata@wipro.com>:
6864 (read_struct_fields): Deal with Sun C compiler erroneous stab
6865 output for structs and unions.
6866 Fix PR gdb/269.
6867
6868 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6869
6870 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6871 prototype.
6872
6873 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6874
6875 * cp-abi.c: Fix whitespace.
6876 (baseclass_offset): New wrapper function.
6877 * cp-abi.h (baseclass_offset): Add prototype.
6878 (struct cp_abi_ops): Add baseclass_offset pointer.
6879
6880 * valops.c (vb_match): Move to...
6881 * gnu-v2-abi.c (vb_match): here.
6882 * valops.c (baseclass_offset): Move to...
6883 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6884
6885 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6886
6887 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6888 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6889 * hpacc-abi.c (init_hpacc_ops): Likewise.
6890
6891 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6892
6893 * valops.c (find_overload_match): Accept obj as a
6894 reference parameter. Update it before returning.
6895 * value.h (find_overload_match): Update prototype.
6896 * eval.c (evaluate_subexp_standard): Pass object to
6897 find_overload_match by reference.
6898
6899 2002-01-03 Andrew Cagney <ac131313@redhat.com>
6900
6901 * valarith.c: Replace value_ptr with struct value pointer. Remove
6902 register attribute from value declarations.
6903 * valops.c: Ditto.
6904 * value.h: Ditto.
6905 * scm-lang.c (scm_lookup_name): Ditto.
6906
6907 2002-01-03 Michael Snyder <msnyder@redhat.com>
6908
6909 Abstract the functionality of iterating over mapped memory
6910 regions into a general purpose iterator function.
6911 * procfs.c (iterate_over_mappings): New function, general purpose
6912 iterator for memory sections.
6913 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6914 (solib_mappings_callback): New function, callback for above.
6915 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6916 (info_mappings_callback): New function, callback for above.
6917
6918 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6919
6920 2002-01-01 Mark Kettenis <kettenis@gnu.org>
6921
6922 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6923 * i386-tdep.c: Include "elf-bfd.h".
6924 (process_note_abi_tag_sections): New function.
6925 (i386_gdbarch_init): Add code to recognize various OS/ABI
6926 combinations.
6927
6928 * maint.c (_initialize_maint_cmds): Add missing \ in
6929 string-literal.
6930
6931 For older changes see ChangeLog-2001
6932 \f
6933 Local Variables:
6934 mode: change-log
6935 left-margin: 8
6936 fill-column: 74
6937 version-control: never
6938 End:
This page took 0.179456 seconds and 5 git commands to generate.