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