2002-11-15 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-15 Andrew Cagney <cagney@redhat.com>
2
3 * frame.h (sigtramp_saved_pc): Delete declaration.
4 * blockframe.c (sigtramp_saved_pc): Delete function.
5 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
6 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
7 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
8 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
9
10 2002-11-15 Andrew Cagney <ac131313@redhat.com>
11
12 * frame.c (frame_pc_unwind): New function.
13 (frame_saved_regs_pc_unwind): New function.
14 (frame_register_unwind): Pass unwind_cache instead of
15 register_unwind_cache.
16 (set_unwind_by_pc): Add unwind_pc parameter, set.
17 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
18 (get_prev_frame): Ditto.
19 * frame.h (frame_pc_unwind_ftype): Declare.
20 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
21 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
22 (frame_pc_unwind): Declare.
23 * dummy-frame.c (dummy_frame_pc_unwind): New function.
24 (struct dummy_frame): Add comment mentioning that values are for
25 previous frame.
26 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
27 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
28 (generic_file_frame_chain_valid): Ditto.
29 * stack.c (frame_info): Ditto.
30
31 2002-11-15 David Carlton <carlton@math.stanford.edu>
32
33 * linespec.c (locate_first_half): New function.
34 (decode_line_1): Move code into locate_first_half.
35
36 2002-11-15 Andrew Cagney <ac131313@redhat.com>
37
38 * complaints.h: Add comment explaining how to eliminate a
39 deprecated_complain call.
40 * complaints.h: Fix spelling errors.
41
42 2002-11-15 David Carlton <carlton@math.stanford.edu>
43
44 * printcmd.c: Remove #include "disasm.h".
45
46 2002-11-14 Andrew Cagney <ac131313@redhat.com>
47
48 * frame.h: Move the most relevant interface functions to the start
49 of the file.
50
51 2002-11-14 Andrew Cagney <ac131313@redhat.com>
52
53 * regcache.h (deprecated_registers): Rename registers.
54 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
55 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
56 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
57 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
58 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
59 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
60 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
61 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
62 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
63 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
64 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
65 * v850ice.c: Update.
66
67 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
68
69 * utils.c (gdb_realpath): Add comment mentioning realpath with a
70 NULL buffer.
71
72 2002-11-13 Andrew Cagney <cagney@redhat.com>
73
74 * regcache.h (deprecated_read_register_bytes): Rename
75 read_register_bytes.
76 (deprecated_write_register_bytes): Rename write_register_bytes.
77 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
78 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
79 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
80 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
81 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
82 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
83 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
84 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
85 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
86 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
87 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
88 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
89 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
90 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
91
92 2002-11-13 Jim Blandy <jimb@redhat.com>
93
94 * findvar.c (read_var_value): Doc fix.
95
96 2002-11-13 Andrew Cagney <cagney@redhat.com>
97
98 * regcache.c (struct regcache): Replace passthough_p with
99 readonly_p.
100 (regcache_xmalloc): Initialize readonly_p.
101 (build_regcache): Initialize readonly_p.
102 (regcache_save): New function.
103 (regcache_restore): New function.
104 (regcache_cpy): Re-implement using regcache_save and
105 regcache_restore.
106 (regcache_raw_read): Update.
107 (regcache_cooked_read): When a read-only cache, checked for cached
108 pseudo register values.
109 (regcache_raw_write): Assert that the cache is not read-only.
110 Remove code handling a non-passthrough cache.
111 * regcache.h (regcache_save): Declare.
112 (regcache_restore): Declare.
113
114 2002-11-13 Andrew Cagney <cagney@redhat.com>
115
116 * regcache.c (struct regcache_descr): Add fields
117 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
118 (init_legacy_regcache_descr): Compute the size of a cooked
119 register cache and then assign that to sizeof_raw_registers. Set
120 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
121 (init_legacy_regcache_descr): Ditto.
122
123 2002-11-13 Andrew Cagney <cagney@redhat.com>
124
125 * regcache.c (register_buffer): Move to near start of file, update
126 description.
127 (regcache_raw_read): Use.
128 (regcache_raw_write): Use.
129 (struct regcache): Rename raw_registers to registers and
130 raw_register_valid_p to register_valid_p.
131 (regcache_xmalloc): Update.
132 (regcache_xfree): Update.
133 (register_buffer): Update.
134 (regcache_cpy): Update.
135 (regcache_cpy_no_passthrough): Update.
136 (regcache_valid_p): Update.
137 (deprecated_grub_regcache_for_registers): Update.
138 (deprecated_grub_regcache_for_register_valid): Update.
139 (set_register_cached): Update.
140 (regcache_raw_write): Update.
141
142 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
143
144 * p-exp.y (name_not_typename): Use copy_name to
145 set current_type variable for fields of THIS.
146
147 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
148
149 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
150 * monitor.c (init_base_monitor_ops): Likewise.
151 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
152 * remote-array.c (init_array_ops): Likewise.
153 * remote-e7000.c (init_e7000_ops): Likewise.
154 * remote-es.c (init_es1800_ops): Likewise.
155 (init_es1800_child_ops): Likewise.
156 * remote-rdp.c (init_remote_rdp_ops): Likewise.
157 * remote-sim.c (init_gdbsim_ops): Likewise.
158 * remote-st.c (init_st2000_ops): Likewise.
159 * sol-thread.c (init_sol_core_ops): Likewise.
160 (init_sol_thread_ops): Likewise.
161 * v850ice.c (init_850ice_ops): Likewise.
162 * win32-nat.c (init_child_ops): Likewise.
163 * wince.c (init_child_ops): Likewise.
164
165 2002-11-12 Andrew Cagney <ac131313@redhat.com>
166
167 * utils.c (gdb_realpath): Make rp a constant pointer.
168
169 2002-11-12 Andrew Cagney <ac131313@redhat.com>
170
171 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
172 a constant buffer; cannonicalize_file_name(); realpath() with a
173 pathconf() defined buffer, xstrdup().
174
175 2002-11-12 Andrew Cagney <ac131313@redhat.com>
176
177 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
178 to hang2.C; hang3.c to hang3.C.
179
180 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
181
182 * findvar.c (read_var_value): Reenable TLS code.
183
184 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
185 Jim Blandy <jimb@redhat.com>
186
187 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
188 * target.c (update_current_target): Add
189 to_get_thread_local_address.
190 * target.h (to_get_thread_local_address): Export.
191 (target_get_thread_local_address): Define.
192 (target_get_thread_local_address_p): Define.
193 * thread-db.c: Include solib-svr4.h.
194 (td_thr_tls_get_addr_p): Define.
195 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
196 (thread_db_get_thread_local_address): New function.
197 (init_thread_db_ops): Initialize to_get_thread_local_address.
198 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
199 * configure: Regenerate.
200 * config.in: Regenerate.
201
202 2002-11-11 David Carlton <carlton@math.stanford.edu>
203
204 * linespec.c (set_flags): New function.
205 (decode_line_1): Move code into set_flags.
206
207 2002-11-11 David Carlton <carlton@math.stanford.edu>
208
209 * linespec.c (decode_line_1): Move chunks of code to separate
210 functions.
211 (initialize_defaults): New function.
212 (decode_indirect): New function.
213
214 2002-11-11 Andrew Cagney <ac131313@redhat.com>
215
216 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
217 instead of void_code_ptr.
218 (sigtramp_saved_pc): Ditto.
219
220 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
221 i386_fp_regnum_p.
222
223 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
224
225 * gdbtypes.h (struct main_type): Move artificial flag out of
226 loc. New member of ``struct field'' named static_kind. Reduce
227 overloaded meaning of bitsize.
228 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
229 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
230 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
231
232 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
233 new fields.
234 (template_to_fixed_record_type, template_to_static_fixed_type)
235 (to_record_with_fixed_variant_part): Likewise.
236 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
237 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
238 * dwarfread.c (struct_type, enum_type): Likewise.
239 * hpread.c (hpread_read_enum_type)
240 (hpread_read_function_type, hpread_read_doc_function_type)
241 (hpread_read_struct_type): Likewise.
242 * mdebugread.c (parse_symbol): Likewise.
243
244 2002-11-10 Andrew Cagney <ac131313@redhat.com>
245
246 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
247 * stack.c (print_frame_info_base): Update.
248 (print_frame_info_base, frame_info): Update.
249 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
250 (sparc_frame_saved_pc): Update.
251 * ada-lang.c (find_printable_frame): Update.
252 * breakpoint.c (deprecated_frame_in_dummy): Update.
253
254 2002-11-09 Mark Kettenis <kettenis@gnu.org>
255
256 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
257 defined.
258 (regmap): Extend to cover all registers.
259 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
260 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
261 definitions.
262 (fetch_register, sore_register): Simplify.
263 (old_fetch_inferior_registers, old_store_inferior_registers):
264 Remove functions.
265 (cannot_fetch_register, cannot_store_register): Change
266 implementation to use regmap array to decide which registers
267 cannot be fetched/stored. This removes $orig_eax from the
268 registers that cannot be fetched/stored.
269 (fetch_inferior_registers): Call fetch_register directly instead
270 of calling old_fetch_inferior_registers.
271 (store_inferior_registers): Call store_register directly instead
272 of calling old_store_inferior_registers.
273 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
274 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
275 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
276
277 2002-11-09 Klee Dienes <kdienes@apple.com>
278
279 * i387-tdep.c (i387_supply_register): When called with NULL as a
280 buffer, mark the register as not provided (to mirror the behavior
281 of supply_register).
282 (i387_supply_fxsave): Ditto.
283 (i387_supply_fsave): Ditto (inherits the behavior from
284 i387_supply_register).
285
286 2002-11-09 Klee Dienes <kdienes@apple.com>
287
288 * blockframe.c (sigtramp_saved_pc): Use
289 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
290 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
291 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
292
293 2002-11-09 Andrew Cagney <ac131313@redhat.com>
294
295 * frame.c (get_prev_frame): Test prev_p to identify a previously
296 unwound frame. Initialize prev_p.
297 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
298 comment.
299
300 2002-11-09 Andrew Cagney <ac131313@redhat.com>
301
302 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
303 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
304 more comments. Zap dead code.
305
306 2002-11-09 Mark Kettenis <kettenis@gnu.org>
307
308 * infcmd.c (print_vector_info, print_float_info): Move code that
309 checks whether the target has any registers and whether there is a
310 selected frame up, such that it is also used if a target provides
311 multi-arch definitions of these functions.
312
313 2002-11-08 Andrew Cagney <ac131313@redhat.com>
314
315 * Makefile.in (DESTDIR): Define.
316 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
317 prefix.
318
319 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
320 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
321
322 2002-11-08 Andrew Cagney <ac131313@redhat.com>
323
324 * i386-linux-tdep.c: Include "reggroups.h".
325 (i386_linux_register_reggroup_p): New function.
326 (i386_linux_init_abi): Set register_reggroup_p to
327 i386_linux_register_reggroup_p.
328 * i386-tdep.h (i386_register_reggroup_p): Declare.
329 * i386-tdep.c: Include "reggroups.h".
330 (i386_init_reggroups): New function.
331 (i386_add_reggroups): New function.
332 (i386_register_reggroup_p): New function.
333 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
334 (_initialize_i386_tdep): Call i386_init_reggroups.
335 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
336 specific reggroups.
337
338 2002-11-09 Mark Kettenis <kettenis@gnu.org>
339
340 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
341 request that's available in *BSD.
342
343 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
344
345 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
346 FDOFF_REGNUM.
347
348 2002-11-08 Andrew Cagney <ac131313@redhat.com>
349
350 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
351 * dummy-frame.c (find_dummy_frame): Rename
352 generic_find_dummy_frame, make static. Return the dummy frame
353 instead of the regcache.
354 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
355 (cached_find_dummy_frame): New function. Use find_dummy_frame.
356 (dummy_frame_register_unwind): Rename
357 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
358 * dummy-frame.h (dummy_frame_register_unwind): Rename
359 generic_call_dummy_register_unwind.
360
361 2002-11-08 Mark Kettenis <kettenis@gnu.org>
362
363 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
364 except the inclusion of "i386/tm-i386.h", to...
365 * config/i386/nm-i386v42mp.h: ...here.
366 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
367
368 2002-11-08 Andrew Cagney <ac131313@redhat.com>
369
370 * Makefile.in (frame.o): Update dependencies.
371 * blockframe.c (current_frame, frame_obstack_alloc)
372 (frame_saved_regs_zalloc, get_current_frame)
373 (set_current_frame, create_new_frame)
374 (set_unwind_by_pc, get_next_frame)
375 (flush_cached_frames, reinit_frame_cache)
376 (frame_saved_regs_register_unwind)
377 (deprecated_generic_get_saved_register)
378 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
379 (_initialize_blockframe): Move frame code from here...
380 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
381 "annotate.h" and "dummy-frame.h".
382 (_initialize_frame): New function.
383
384 2002-11-08 Jim Blandy <jimb@redhat.com>
385
386 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
387 when we finish a function a context.
388 * buildsym.h (outermost_context_p): New macro.
389 (Bug analyzed by David Edelsohn.)
390
391 2002-11-08 Andrew Cagney <ac131313@redhat.com>
392
393 * blockframe.c: Include "dummy-frame.h".
394 (struct dummy_frame, dummy_frame_stack)
395 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
396 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
397 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
398 (generic_save_call_dummy_addr, generic_pop_current_frame)
399 (generic_pop_dummy_frame, generic_fix_call_dummy)
400 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
401 dummy frame code from here...
402 * dummy-frame.c: ...to here. New file.
403 * dummy-frame.h: New file.
404 (generic_call_dummy_register_unwind): Declare.
405 (generic_find_dummy_frame): Declare.
406 * Makefile.in (SFILES): Add dummy-frame.c.
407 (dummy-frame.o): Specify dependencies.
408 (dummy_frame_h): Define.
409 (COMMON_OBS): Add dummy-frame.o.
410 (blockframe.o): Update dependencies.
411
412 2002-11-08 Jim Blandy <jimb@redhat.com>
413
414 * dwarf2read.c (read_func_scope): Restore local_symbols and
415 param_symbols after we finish the function context. (Based on a
416 patch from David Edelsohn.)
417
418 2002-11-08 David Carlton <carlton@math.stanford.edu>
419
420 * linespec.c (symbol_found): New function.
421 (minsym_found): New function.
422 (decode_line_1): Separate out some code into separate functions.
423
424 2002-11-08 Joel Brobecker <brobecker@gnat.com>
425
426 * i386-tdep.c (i386_frameless_signal_p): Make non static for
427 the benefit of the interix target.
428 * i386-tdep.h (i386_frameless_signal_p): Declare.
429
430 2002-11-08 Andrew Cagney <ac131313@redhat.com>
431
432 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
433 declaration that snuck in from change below.
434
435 2002-11-06 Andrew Cagney <cagney@redhat.com>
436
437 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
438 all callers.
439 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
440 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
441 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
442 (i386_mxcsr_regnum_p): new function. Use instead of
443 MXCSR_REGNUM_P.
444 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
445 (i386_sse_regnum_p): Declare.
446 (i386_mxcsr_regnum_p): Declare.
447 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
448 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
449 (IS_FP_REGNUM): Update definition.
450 (IS_FPU_CTRL_REGNUM): Update definition..
451 (IS_SSE_REGNUM): Update definition..
452 * i386v-nat.c (register_u_addr): Update.
453 * go32-nat.c (fetch_register): Update.
454 (store_register): Update.
455
456 2002-11-07 Joel Brobecker <brobecker@gnat.com>
457
458 Preparation work to convert the hppa targets to multiarch partial.
459
460 * hppa-tdep.c: Add new functions replacing macro bodies from
461 config/pa/tm-hppa.h. These function will be used to initialize
462 the gdbarch structure. Import some comments from tm-hppa.h,
463 and place them where appropriate, to avoid loosing them when
464 we cleanup this file.
465 (hppa_reg_struct_has_addr): New function.
466 (hppa_inner_than): New function.
467 (hppa_stack_align): New function.
468 (hppa_pc_requires_run_before_use): New function.
469 (hppa_instruction_nullified): New function.
470 (hppa_register_byte): New function.
471 (hppa_register_virtual_type): New function.
472 (hppa_store_struct_return): New function.
473 (hppa_cannot_store_register): New function.
474 (hppa_frame_args_address): New function.
475 (hppa_frame_locals_address): New function.
476 (hppa_smash_text_address): New function.
477 (hppa_coerce_float_to_double): New function. Requires the inclusion
478 of "language.h".
479
480 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
481
482 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
483 gdbarch-eligible macro to a call to the new associated function
484 created in hppa-tdep.c.
485 (INNER_THAN): Likewise.
486 (STACK_ALIGN): Likewise.
487 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
488 (INSTRUCTION_NULLIFIED): Likewise.
489 (REGISTER_BYTE): Likewise.
490 (REGISTER_VIRTUAL_TYPE): Likewise.
491 (STORE_STRUCT_RETURN): Likewise.
492 (CANNOT_STORE_REGISTER): Likewise.
493 (FRAME_ARGS_ADDRESS): Likewise.
494 (FRAME_LOCALS_ADDRESS): Likewise.
495 (SMASH_TEXT_ADDRESS): Likewise.
496 (COERCE_FLOAT_TO_DOUBLE): Likewise.
497 (ABOUT_TO_RETURN): Delete, as no longer used.
498
499 2002-11-07 Fernando Nasser <fnasser@redhat.com>
500
501 * printcmd.c (disassemble_command): Remove obsolete function.
502 (_initialize_printcmd): Do not create disassemble command here.
503 * cli/cli-cmds.c (disassemble_command): New function. Implements
504 disassemble command.
505 (init_cli_cmds): Create disassemble command here instead.
506
507 2002-11-07 Andrew Cagney <ac131313@redhat.com>
508
509 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
510
511 2002-11-07 Andrew Cagney <ac131313@redhat.com>
512
513 * regcache.h (regcache_cooked_read_using_offset_hack)
514 (regcache_cooked_write_using_offset_hack): Delete declarations.
515 (register_changed): Delete declaration.
516 * regcache.c (regcache_cooked_read_using_offset_hack)
517 (regcache_cooked_write_using_offset_hack): Delete functions.
518 (cooked_xfer_using_offset_hack): Delete function.
519 (register_changed): Delete function.
520
521 2002-11-07 Jim Blandy <jimb@redhat.com>
522
523 * macroscope.c: #include "complaints.h".
524 (sal_macro_scope): Cope with filenames that appear in the symtabs,
525 but not in the macro table.
526 * Makefile.in (macroscope.o): Record dependency.
527
528 2002-11-07 Joel Brobecker <brobecker@gnat.com>
529
530 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
531
532 2002-11-07 Andrew Cagney <ac131313@redhat.com>
533
534 * regcache.c (deprecated_registers_fetched): Update.
535 * regcache.h (deprecated_registers_fetched): Rename
536 registers_fetched.
537 * remote-vxsparc.c (vx_read_register): Update.
538 * remote-vxmips.c (vx_read_register): Update.
539 * remote-vx68.c (vx_read_register): Update.
540 * irix5-nat.c (fetch_core_registers): Update.
541 * mipsm3-nat.c (fetch_inferior_registers): Update.
542 * sun3-nat.c (fetch_inferior_registers): Update.
543 * symm-nat.c (fetch_inferior_registers): Update.
544 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
545 (fetch_core_registers): Update.
546 (fetch_kcore_registers): Update.
547 * mips-nat.c (fetch_inferior_registers): Update.
548 * corelow.c (get_core_registers): Update.
549 * a68v-nat.c (fetch_inferior_registers): Update.
550
551 2002-11-06 Joel Brobecker <brobecker@gnat.com>
552
553 Put in place the framework necessary for multiarching the hppa targets.
554 * hppa-tdep.c (hppa_gdbarch_init): New function.
555 (hppa_dump_tdep): New function.
556 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
557 tdep structure dumper.
558 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
559 until the multi-arching conversion has partially been completed.
560
561 2002-11-06 Andrew Cagney <ac131313@redhat.com>
562
563 * valops.c (value_assign): Merge lval_register case into
564 lval_reg_frame_relative. Use frame_register and
565 regcache_cooked_write instead of get_saved_register and
566 write_register_bytes. After flushing the register cache, try to
567 re-select the selected frame.
568
569 2002-11-06 Andrew Cagney <ac131313@redhat.com>
570
571 * regcache.h (deprecated_register_valid): Rename register_valid.
572 * regcache.c: Update.
573 * ia64-aix-nat.c: Update.
574 * i386gnu-nat.c: Update.
575 * alpha-nat.c: Update.
576 * sparc-nat.c: Update.
577 * lynx-nat.c: Update.
578 * remote-mips.c: Update.
579
580 2002-11-06 Joel Brobecker <brobecker@gnat.com>
581
582 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
583 to end of file, to be more consistent with the pratice followed
584 by other targets.
585
586 2002-11-06 Andrew Cagney <ac131313@redhat.com>
587
588 * infcmd.c: Include "reggroups.h" and <ctype.h>.
589 (print_float_info): Print registers in float_reggroup.
590 (print_vector_info): Print registers in vector_reggroup.
591 (default_print_registers_info): When all, print registers in
592 all_reggroup. Otherwize, print registers in general_reggroup.
593 (registers_info): Rewrite. Add support for register groups.
594 Eliminate a goto.
595
596 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
597
598 * symtab.c (methods_info): Delete. It has been ifdeffed out for
599 ages.
600 (symtab_symbol_info): Remove eons old ifdeffed out code.
601 (_initialize_symtab): Remove prehistoric disabled 'info methods'
602 command.
603
604 2002-11-06 Theodore A. Roth <troth@openavr.org>
605
606 * c-exp.y: Add missing semi-colons.
607 * f-exp.y: Add missing semi-colons.
608 * m2-exp.y: Add missing semi-colons.
609 * p-exp.y: Add missing semi-colons.
610 Add empty action to start rule to avoid a type clash error when
611 building with bison >= 1.50.
612
613 2002-11-06 Jim Blandy <jimb@redhat.com>
614
615 * macrotab.h (struct macro_source_file): Doc fix.
616
617 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
618
619 * varobj.c (child_exists, cplus_number_of_children): Change
620 STREQ macro references to strcmp.
621 (cplus_name_of_child): Change code to handle the fact that
622 fields are not necessarily contiguous with regards to their
623 access control. This is a fix for PR gdb/792.
624
625 2002-11-05 Andrew Cagney <ac131313@redhat.com>
626
627 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
628 * gdbarch.h, gdbarch.c: Regnerate.
629 * frame.h (frame_register): Declare.
630 * frame.c (frame_register): New function.
631 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
632 GET_SAVED_REGISTER, otherwize call
633 generic_unwind_get_saved_register.
634 (frame_register_read): Use frame_register instead of
635 get_saved_register.
636
637 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
638
639 From Jim Ingham <jingham@apple.com>:
640 * event-top.c (gdb_disable_readline): New function.
641 (_initialize_event_loop): Move comment.
642
643 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
644
645 * event-loop.c (start_event_loop): Add comment.
646 Update copyright.
647
648 2002-11-05 Andrew Cagney <ac131313@redhat.com>
649
650 * infcmd.c (default_print_registers_info): Do not call
651 PRINT_REGISTER_HOOK.
652
653 2002-11-05 Andrew Cagney <ac131313@redhat.com>
654
655 * sparc-tdep.c (sparc_print_register_hook): Make static.
656 (sparc_print_registers_info): New function.
657 (sparc_do_registers_info): New function.
658 (sparclet_print_registers_info): New function.
659 (sparclet_do_registers_info): New function.
660 (do_sparc_print_registers_info): New function.
661 (sparc_print_registers): New static function, clone of infcmd.c's
662 default_print_registers_info.
663 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
664 (sparclet_do_registers_info): Declare.
665 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
666 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
667 Re-define.
668 (sparc_do_registers_info): Declare.
669 (PRINT_REGISTER_HOOK): Delete macro.
670 (sparc_print_register_hook): Delete declaration.
671
672 2002-11-05 David Carlton <carlton@math.stanford.edu>
673
674 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
675 functions.
676 (lookup_symbol_aux_local): New function.
677 (lookup_symbol_aux_symtabs): New function.
678 (lookup_symbol_aux_psymtabs): New function.
679
680 2002-11-05 David Carlton <carlton@math.stanford.edu>
681
682 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
683 previous values of 'objfile' and 'block'.
684
685 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
686
687 * values.c (value_change_enclosing_type): Set
688 enclosing_type field correctly also for the case where
689 more memory needs to be allocated.
690
691 2002-11-03 Mark Kettenis <kettenis@gnu.org>
692
693 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
694 of puts_filtered.
695
696 * i387-tdep.c (i387_print_float_info): Replace calls to
697 register_read and deprecated_read_register_gen with calls to
698 frame_register_read, and make the necessary adjustments to the
699 surrounding code.
700
701 2002-11-02 Andrew Cagney <ac131313@redhat.com>
702
703 * gdbarch.sh (register_reggroup_p): Allow default value.
704 * gdbarch.h, gdbarch.c: Regenerate.
705
706 2002-11-02 Andrew Cagney <ac131313@redhat.com>
707
708 * regcache.h: Add coment indicating replacements for deprecated
709 functions.
710
711 2002-11-02 Andrew Cagney <cagney@redhat.com>
712
713 * reggroups.h, reggroups.c: New files.
714 * regcache.c: Include "reggroups.h".
715 (enum regcache_dump_what): Add `regcache_dump_groups'.
716 (regcache_dump): Contract size of the "Type" column. When
717 specified, dump the register's groups.
718 (maintenance_print_register_groups): New function.
719 (_initialize_regcache): Add command `maint print register-groups'.
720 * Makefile.in (COMMON_OBS): Add reggroups.o
721 (SFILES): Add reggroups.c.
722 (reggroups_h): Define.
723 (regcache.o, gdbarch.o): Update dependencies.
724 (reggroups.o): Specify dependencies.
725 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
726 Add opaque declaration for `struct reggroup' in generated .h file.
727 Include "reggroups.h" in generated .c file.
728 gdbarch.h, gdbarch.c: Re-generate.
729
730 2002-11-02 Andrew Cagney <cagney@redhat.com>
731
732 * regcache.h (deprecated_read_register_gen): Rename
733 read_register_gen.
734 (deprecated_write_register_gen): Rename write_register_gen.
735 * i387-tdep.c: Update.
736 * x86-64-linux-nat.c: Update
737 * wince.c: Update.
738 * thread-db.c: Update.
739 * win32-nat.c: Update.
740 * mips-tdep.c: Update.
741 * d10v-tdep.c: Update.
742 * cris-tdep.c: Update.
743 * remote-sim.c: Update.
744 * remote-rdi.c: Update.
745 * remote-rdp.c: Update.
746 * frame.c: Update.
747 * target.c: Update.
748 * blockframe.c: Update.
749 * x86-64-tdep.c: Update.
750 * xstormy16-tdep.c: Update.
751 * sh-tdep.c: Update.
752 * s390-tdep.c: Update.
753 * rs6000-tdep.c: Update.
754 * sparc-tdep.c: Update.
755 * i386-tdep.c: Update.
756 * dwarf2cfi.c: Update.
757 * regcache.c: Update.
758
759 2002-11-01 Joel Brobecker <brobecker@gnat.com>
760
761 New interix-specific files:
762 * config/i386/nm-interix.h: New file.
763 * config/i386/interix.mh: New file.
764 * config/i386/interix.mt: New file.
765 * i386-interix-nat.c: New file.
766 * i386-interix-tdep.c: New file.
767
768 2002-11-01 Andrew Cagney <cagney@redhat.com>
769
770 * frame.h (deprecated_generic_get_saved_register): Rename
771 generic_get_saved_register.
772 * blockframe.c (deprecated_generic_get_saved_register): Update.
773 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
774 (xstormy16_frame_saved_register): Update.
775 * sh-tdep.c (sh_gdbarch_init): Update.
776 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
777 * ia64-tdep.c (ia64_get_saved_register): Update.
778 * cris-tdep.c (cris_gdbarch_init): Update.
779 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
780 * arm-tdep.c (arm_gdbarch_init): Update.
781
782 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
783
784 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
785
786 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
787
788 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
789 trampolines in sigaction.
790
791 2002-10-31 Andrew Cagney <cagney@redhat.com>
792
793 * h8300-tdep.c: Include "gdb_assert.h".
794 (h8300_print_register): Add gdbarch, file and frame parameters.
795 Use frame_read_unsigned_register to read the register's value.
796 Use fprintf_filtered to display output.
797 (h8300_print_registers_info): Replace h8300_do_registers_info.
798 (h8300_gdbarch_init): Set print_registers_info.
799
800 2002-10-31 Andrew Cagney <cagney@redhat.com>
801
802 * frame.c (frame_read_unsigned_register): New function.
803 (frame_read_signed_register): New function.
804 * frame.h (frame_read_unsigned_register): Declare.
805 (frame_read_signed_register): Declare.
806
807 2002-10-31 Andrew Cagney <cagney@redhat.com>
808
809 * h8500-tdep.c (h8500_print_registers_info): New static function,
810 clone of infcmd.c's default_print_registers_info.
811 (h8500_do_registers_info): New funtion.
812 (h8500_print_register_hook): Rename print_register_hook, make
813 static.
814
815 * config/h8500/tm-h8500.h: Update copyright.
816 (DEPRECATED_DO_REGISTERS_INFO): Define.
817 (h8500_do_registers_info: Declare.
818 (PRINT_REGISTER_HOOK): Delete macro.
819 (print_register_hook): Delete function.
820
821 2002-10-31 Andrew Cagney <cagney@redhat.com>
822
823 * z8k-tdep.c (z8k_print_register_hook): Make static.
824 (z8k_print_registers_info): New static function, clone of
825 infcmd.c's default_print_registers_info.
826 (z8k_do_registers_info): New function. Wrap
827 z8k_print_registers_info.
828 * config/z8k/tm-z8k.h: Update copyright.
829 (PRINT_REGISTER_HOOK): Delete macro.
830 (z8k_print_register_hook): Delete declaration.
831 (DEPRECATED_DO_REGISTERS_INFO): Define.
832 (z8k_do_registers_info): Declare.
833
834 2002-10-30 Joel Brobecker <brobecker@gnat.com>
835
836 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
837 as this is already provided by value.h, and was actually causing
838 a compilation error because of a conflict in parameter type
839 declaration due to a missing const keyword.
840 (low_text_segment_addres): Fix a compilation warning.
841
842 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
843
844 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
845 registers without a name.
846 (mips_linux_cannot_store_register): Don't store registers without
847 a name.
848
849 2002-10-28 David Carlton <carlton@math.stanford.edu>
850
851 * symtab.c (find_addr_symbol): Delete. (It was already commented
852 out.)
853 * symtab.h: Delete prototype for find_addr_symbol.
854
855 2002-10-26 Andrew Cagney <cagney@redhat.com>
856
857 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
858 DO_REGISTERS_INFO.
859 gdbarch.h, gdbarch.c: Re-generate.
860 * infcmd.c (default_print_registers_info): Update reference.
861 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
862 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
863 * sh-tdep.c (sh_gdbarch_init): Ditto.
864 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
865 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
866
867 2002-10-26 Mark Kettenis <kettenis@gnu.org>
868
869 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
870 cfi_init_extra_frame_info.
871 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
872 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
873
874 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
875 target where necessary. Add more comments and remove the ones
876 that don't provide any useful information.
877
878 * i386-tdep.c (i386_frame_saved_pc): Replace call to
879 deprecated_read_register_dummy with
880 frame_unwind_unsigned_register.
881
882 * i386-tdep.c (i386_extract_struct_value_address): Use
883 regcache_raw_read_unsigned instead of
884 regcache_cooked_read_unsigned since we know that the register
885 we're reading isn't a pseudo register. Rename variable 'val' into
886 the more descriptive 'addr'.
887
888 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
889 (x86_64_push_return_address): Add comment.
890 (x86_64_pop_frame): Make static.
891 (examine_argument): Clarify comment.
892 (x86_64_skip_prologue): Make prolog_expact variable static.
893
894 * dwarf2cfi.c: Fix some formatting problems.
895 (context_cpy, read_encoded_pointer): Clarify comments.
896
897 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
898 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
899 i386 target back into x86_64_gdbarch_init. Add some comments and
900 remove meaningless ones.
901
902 2002-10-25 Andrew Cagney <cagney@redhat.com>
903
904 * complaints.h (struct deprecated_complaint): Rename `struct
905 complaint'.
906 * complaints.c (complain): Update.
907 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
908 incorrect comment indicating that "symfile.h" was being included
909 for the `struct complaint' definition.
910 * remote-vx.c: Update.
911 * objc-lang.c: Update.
912 * xcoffread.c: Update.
913 * hpread.c: Update.
914 * mdebugread.c: Update.
915 * stabsread.c: Update.
916 * dwarf2read.c: Update.
917 * dwarfread.c: Update.
918 * elfread.c: Update.
919 * coffread.c: Update.
920 * stabsread.h: Update.
921 * dbxread.c: Update.
922 * buildsym.c: Update.
923 * gdbtypes.c: Update.
924 * macrotab.c: Update.
925
926 2002-10-25 Mark Kettenis <kettenis@gnu.org>
927
928 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
929 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
930 (x86_64_init_abi): ...new function.
931
932 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
933 * i386v-nat.c: Include "i386-tdep.h".
934
935 2002-10-25 Andrew Cagney <cagney@redhat.com>
936
937 * gdbtypes.c (address_space_name_to_int): Update.
938 (address_space_int_to_name): Update.
939 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
940 multi-arch predicate.
941 (address_class_name_to_type_flags): Ditto.
942 * gdbarch.h, gdbarch.c: Re-generate.
943
944 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
945
946 2002-10-24 Martin M. Hunt <hunt@redhat.com>
947
948 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
949
950 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
951
952 * symtab.h (INIT_SAL): Delete macro.
953 (init_sal): Export.
954 * symtab.c (init_sal): New function.
955
956 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
957 to init_sal function call.
958 (find_sal_from_funcs_and_line): Ditto.
959 (all_sals_for_line): Ditto.
960 * breakpoint.c (create_internal_breakpoint): Ditto.
961 (create_fork_vfork_event_catchpoint): Ditto.
962 (create_exec_event_catchpoint): Ditto.
963 (parse_breakpoint_sals): Ditto.
964 (watch_command_1): Ditto.
965 (handle_gnu_4_16_catch_command): Ditto.
966 (clear_command): Ditto.
967 * hppa-tdep.c (child_enable_exception_callback): Ditto.
968 * infcmd.c (run_stack_dummy): Ditto.
969 * infrun.c (process_event_stop_test): Ditto.
970 (check_sigtramp2): Ditto.
971 (step_over_function): Ditto.
972 * linespec.c (decode_line_2): Ditto.
973 (decode_line_1): Ditto.
974 * source.c (line_info): Ditto.
975 * symtab.c (find_pc_sect_line): Ditto.
976
977 2002-10-24 Michal Ludvig <mludvig@suse.cz>
978
979 * dwarf2cfi.c (struct context)
980 (struct context_reg): Moved to dwarf2cfi.h
981 (context_alloc, frame_state_alloc, context_cpy):
982 Made extern instead of static, removed prototypes.
983 * dwarf2cfi.h (struct context)
984 (struct context_reg): New, moved from dwarf2cfi.c
985 (context_alloc, frame_state_alloc, context_cpy):
986 New prototypes.
987 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
988 Changed from static to extern.
989 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
990 (LINUX_SIGCONTEXT_FP_OFFSET)
991 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
992 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
993 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
994 * x86-64-tdep.c (x86_64_gdbarch_init): Several
995 set_gdbarch_*() calls now use x86-64 specific functions
996 instead of DWARF2 CFI ones.
997 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
998 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
999 (x86_64_init_extra_frame_info): New prototypes.
1000
1001 2002-10-23 David Carlton <carlton@math.stanford.edu>
1002
1003 * linespec.c: #include "parser-defs.h".
1004 Delete prototype for find_template_name_end.
1005 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1006
1007 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1008
1009 * NEWS: add recent mi fixes.
1010 * varobj.c (struct varobj): Add new "updated" flag.
1011 (new_variable): Default "updated" flag to 0.
1012 (varobj_set_value): Set "updated" flag to 1 if value
1013 changes.
1014 (varobj_update): Check varobj "updated" flag before
1015 comparing old and refreshed values. Fix for
1016 PR gdb/702.
1017
1018 2002-10-23 David Carlton <carlton@math.stanford.edu>
1019
1020 * parse.c (parse_exp_1): Use BLOCK_START.
1021 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1022 SYMBOL_BLOCK_VALUE.
1023 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1024
1025 2002-10-23 David Carlton <carlton@math.stanford.edu>
1026
1027 * symtab.c: Delete cplusplus_hint.
1028 Delete prototype for find_template_name_end.
1029
1030 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1031
1032 * symtab.h: Update comment.
1033
1034 2002-10-23 Michael Snyder <msnyder@redhat.com>
1035
1036 * printcmd.c (address_info): Restore quotes in output.
1037 * valops.c (value_of_local): Restore quotes in error message.
1038
1039 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1040
1041 * symtab.c (symbol_demangled_name): New function.
1042 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1043 turning most of it into a function.
1044 (symbol_demangled_name): Export.
1045
1046 2002-10-23 Michael Snyder <msnyder@redhat.com>
1047
1048 * valops.c (value_of_local): Restore quotes in error message.
1049
1050 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1051
1052 * symtab.c (symbol_init_language_specific): New function.
1053 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1054 turning most of it into a function.
1055 (symbol_init_language_specific): Export.
1056
1057 2002-10-23 David Carlton <carlton@math.stanford.edu>
1058
1059 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1060 (dwarf_attr_name): Ditto.
1061 (dwarf_type_encoding_name): Ditto.
1062 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1063 (process_die): Handle DW_TAG_namespace,
1064 DW_TAG_imported_declaration, DW_TAG_imported_module.
1065 (read_namespace): New function.
1066
1067 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1068
1069 * configure.in: Define NEW_PROC_API on Interix too.
1070 * configure: Regenerate.
1071
1072 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1073
1074 * configure: Regenerate using the proper version of autoconf.
1075
1076 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1077
1078 * findvar.c (read_var_value): Temporarily disable TLS code, until
1079 complete TLS support is added.
1080
1081 2002-10-21 Jim Blandy <jimb@redhat.com>
1082 Elena Zannoni <ezannoni@redhat.com>
1083
1084 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1085 for thread local storage locations.
1086 (struct symbol): Add objfile field.
1087 (SYMBOL_OBJFILE): Define.
1088 * dwarf2read.c (is_thread_local): New static variable.
1089 (new_symbol): If variable is in thread local fill in address class
1090 and objfile appropriately.
1091 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1092 stack operation.
1093 * printcmd.c (address_info): Print the information for thread
1094 local storage variable.
1095 * findvar.c (read_var_value): In case of thread local variable,
1096 defer to the target vector code to compute address.
1097
1098 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1099
1100 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1101 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1102
1103 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1104
1105 * symtab.h (address_class): Rename
1106 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1107 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1108 * printcmd.c (address_info): Ditto.
1109 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1110
1111 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1112
1113 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1114 DBREG_DRX macro to acces debug registers.
1115
1116 * Makefile.in (i386obsd-tdep.o): New target.
1117
1118 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1119 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1120
1121 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1122 * config/i386/obsd.mt: New file.
1123 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1124 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1125 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1126 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1127 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1128 * i386obsd-tdep.c: New file.
1129
1130 2002-10-19 Adam Fedor <fedor@gnu.org>
1131
1132 * objc-exp.y (name_not_typename): Fix invalid comment.
1133
1134 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1135
1136 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1137 to allocate partial syms and macro byte caches.
1138
1139 2002-10-18 David Carlton <carlton@math.stanford.edu>
1140
1141 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1142
1143 2002-10-18 Adam Fedor <fedor@gnu.org>
1144
1145 * stabsread.c (find_name_end): New function.
1146 (define_symbol): Use it.
1147
1148 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1149
1150 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1151 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1152 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1153 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1154
1155 2002-10-17 David Carlton <carlton@math.stanford.edu>
1156
1157 * symfile.h: Add opaque declaration for struct obstack.
1158 Declare obsavestring to take a const char *.
1159 * symfile.c (obsavestring): Make first argument a const char *.
1160
1161 2002-10-16 Adam Fedor <fedor@gnu.org>
1162
1163 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1164 names when matching breakpoints in current file.
1165
1166 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1167
1168 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1169 (read_tag_pointer_type): Add address class support.
1170 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1171 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1172 New methods.
1173 * gdbarch.h, gdbarch.c: Regenerate.
1174 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1175 (make_type_with_address_space, recursive_type_dump): Add address
1176 class support.
1177 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1178 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1179 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1180
1181 2002-10-16 Klee Dienes <kdienes@apple.com>
1182
1183 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1184 to get the last character of a char[] buffer, not
1185 name[sizeof(vptr_name)-1].
1186
1187 2002-10-14 Adam Fedor <fedor@gnu.org>
1188
1189 * symtab.h: New objc_specific struct.
1190 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1191 (SYMBOL_DEMANGLED_NAME): Likewise.
1192
1193 2002-10-14 Adam Fedor <fedor@gnu.org>
1194
1195 * symfile.c (init_filename_language_table): Add ObjC file extension.
1196
1197 2002-10-14 Adam Fedor <fedor@gnu.org>
1198
1199 * utils.c (puts_filtered_tabular): New function.
1200 (fprintf_symbol_filtered): Get ObjC demangled name.
1201 * defs.h (puts_filtered_tabular): Declared.
1202
1203 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1204
1205 * c-lang.h (c_type_print_varspec_prefix): Delete.
1206 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1207 ``need_post_space'' parameter. Adjust all callers.
1208
1209 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1210
1211 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1212 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1213 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1214 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1215
1216 2002-10-13 Adam Fedor <fedor@gnu.org>
1217
1218 * source.c (print_source_lines): Update comments.
1219
1220 2002-10-13 Adam Fedor <fedor@gnu.org>
1221
1222 * valops.c (value_of_local): New function.
1223 (value_of_this): Use it.
1224 * value.h (value_of_local): Declared.
1225
1226 2002-10-13 Adam Fedor <fedor@gnu.org>
1227
1228 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1229 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1230
1231 2002-10-12 Adam Fedor <fedor@gnu.org>
1232
1233 * language.c (binop_result_type): Add language_objc to case.
1234 (integral_type): Likewise.
1235 (character_type): Likewise.
1236 (string_type): Likewise.
1237 (boolean_type): Likewise.
1238 (structured_type): Likewise.
1239 (binop_type_check): Likewise.
1240
1241 2002-10-11 Adam Fedor <fedor@gnu.org>
1242
1243 * printcmd.c (address_info): Print 'self' for ObjC.
1244
1245 2002-10-11 Adam Fedor <fedor@gnu.org>
1246
1247 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1248 OP_SELF.
1249
1250 2002-10-11 Adam Fedor <fedor@gnu.org>
1251
1252 * language.h (CAST_IS_CONVERSION): Add language_objc.
1253
1254 2002-10-11 Adam Fedor <fedor@gnu.org>
1255
1256 * defs.h (enum language): Add language_objc.
1257
1258 2002-10-11 Klee Dienes <kdienes@apple.com>
1259
1260 * corefile.c (read_memory_typed_address): New function.
1261 * gdbcore.h (read_memory_typed_address): Add prototype.
1262 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1263 to read a value destined for a CORE_ADDR, not read_memory_integer.
1264 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1265 (f77_get_dynamic_lowerbound): Ditto.
1266
1267 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1268
1269 * utils.c (string_to_core_addr): After turning string into
1270 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1271 which will do necessary sign-extension, etc.
1272
1273 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * c-exp.y (THIS): Delete token and grammar rule.
1276 (yylex): Don't return THIS.
1277 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1278 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1279 * demangle.c (cplus_markers): Update comment. Put '$'
1280 first. Remove CPLUS_MARKER.
1281 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1282 * jv-exp.y (THIS): Delete token and grammar rule.
1283 (yylex): Don't return THIS.
1284 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1285 * objc-exp.y (THIS): Delete token and grammar rule.
1286 (yylex): Don't return THIS.
1287 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1288 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1289 (read_member_functions): Likewise for opname.
1290 (read_tilde_fields): Use is_cplus_marker.
1291
1292 * defs.h (CPLUS_MARKER): Don't define.
1293 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1294 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1295 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1296 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1297 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1298
1299 * config/i386/tm-i386v4.h: Delete file.
1300 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1301 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1302 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1303 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1304 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1305 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1306 * config/i386/i386v4.mt (TM_FILE): Likewise.
1307 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1308
1309 2002-10-10 Marko Mlinar <markom@opencores.org>
1310
1311 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1312 accidentially not commited 2002-10-09
1313 * gdbarch.h, gdbarch.c: Re-generate.
1314
1315 2002-10-09 Marko Mlinar <markom@opencores.org>
1316
1317 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1318 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1319 * gdbarch.h, gdbarch.c: Re-generate.
1320
1321 2002-10-08 Petr Sorfa <petrs@caldera.com>
1322
1323 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1324
1325 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1326 so we can work on more than one compilation unit at a time. This
1327 helps prepare GDB to handle inter-CU die references.
1328 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1329 the code to be defined before struct comp_unit_head.
1330 (comp_unit_head): Added new members - offset, cu_head,
1331 begin_die, next and dwarf2_abbrevs.
1332 (dwarf2_abbrevs): Removed single static var; now member of
1333 struct comp_unit_head.
1334 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1335 members.
1336 (psymtab_to_symtab_1): Changed to work with the new
1337 struct comp_unit_head.
1338 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1339 constructs the dwarf2_abbrevs[] inside the cu_header.
1340 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1341 dwarf2_abbrev table to clean up.
1342 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1343 handling of dwarf2_abbrevs inside the cu_header.
1344 (read_partial_die): Now supports the call to the new
1345 dwarf2_lookup_abbrev.
1346 (read_full_die): Now supports the call to the new
1347 dwarf2_lookup_abbrev.
1348
1349 2002-10-06 Christopher Faylor <cgf@redhat.com>
1350
1351 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1352 insure that shell variables, such as "transformed_name" are propagated
1353 to later shell statements in rule.
1354
1355 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1356
1357 * config/i386/nm-i386sco.h: Add protection against
1358 multiple-inclusion. Include "i386/nm-i386v.h".
1359 (REGISTER_U_ADDR): Remove define.
1360 (i386_register_u_addr): Remove prototype.
1361
1362 2002-10-04 Michael Snyder <msnyder@redhat.com>
1363
1364 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1365 before treating it as a single-step event.
1366
1367 2002-10-03 Adam Fedor <fedor@gnu.org>
1368
1369 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1370 (objc_demangle): Remove assignment in if statements, Replace
1371 free with xfree.
1372 (add_msglist): Likewise.
1373 (end_msglist): Likewise.
1374 (complare_selectors): Likewise.
1375 (selectors_info): Likewise.
1376 (compare_classes): Likewise.
1377 (classes_info): Likewise.
1378 (print_object_command): Likewise.
1379 (find_objc_msgcall_submethod): Replace PTR with void *.
1380 * objc-lang.h: Remove check for __STDC__.
1381
1382 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1383
1384 * ui-out.h (ui_out_field_fmt_int): New prototype.
1385 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1386 of field width and alignment.
1387 * stack.c (print_frame_info_base): When printing frame level, use
1388 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1389 PR gdb/192
1390
1391 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1392
1393 * MAINTAINERS: Add self to Write After Approval list.
1394
1395 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1396
1397 * infcmd.c (interrupt_target_command_wrapper): Delete.
1398 (interrupt_target_command): Make non static.
1399 (nofp_registers_info): Make static.
1400 * stack.c (return_command_wrapper): Delete.
1401 (return_command): Make non static.
1402
1403 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1404
1405 * event-top.c (gdb_setup_readline): New function. Code moved from
1406 _initialize_event_loop().
1407 (_initialize_event_loop): Call gdb_setup_readline().
1408
1409 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1410
1411 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1412 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1413 * gdbarch.h, gdbarch.c: Re-generate.
1414
1415 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1416
1417 Fix PR gdb/778
1418 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1419 before recursing.
1420 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1421 of fill_in_vptr_fieldno.
1422
1423 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1424
1425 * inferior.h (registers_info, stepi_command, nexti_command,
1426 continue_command, interrupt_target_command): Export from infcmd.c.
1427 * frame.h (args_info, selected_frame_level_changed_hook,
1428 return_command): Export from stack.c.
1429 * v850ice.c (stepi_command, nexti_command, continue_command): use
1430 prototypes from inferior.h.
1431 * tracepoint.c (registers_info, args_info, locals_info): Use
1432 prototypes from frame.h and inferior.h.
1433 * Makefile.in (mi-main.o): Add dependency on frame.h.
1434
1435 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1436
1437 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1438 value in register 3 adjusted by ppc_gp0_regnum.
1439
1440 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1441
1442 2002-10-02 Marko Mlinar <markom@opencores.org>
1443
1444 * MAINTAINERS: Add myself to the Write After Approval list.
1445
1446 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1447
1448 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1449 of the section for the N64 ABI, fixed.
1450
1451 * config/mips/tm-irix6.h: Include solib.h.
1452
1453 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1454
1455 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1456 GNU operators.
1457
1458 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1459
1460 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1461 and that "mi0" syntax has been removed.
1462
1463 2002-09-30 David Carlton <carlton@math.stanford.edu>
1464
1465 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1466 * ppc-sysv-tdep.c: #include "gdb_string.h".
1467 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1468 pacify GCC.
1469
1470 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1471
1472 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1473 "vrsave"'s register number.
1474
1475 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1476
1477 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1478 use frame_unwind_signed_register to obtain the PC.
1479 (mips_frame_chain): Handle a generic dummy frame.
1480 (mips_init_extra_frame_info): When a generic dummy frame, don't
1481 re-compute the frame base.
1482 (mips_pop_frame): Handle generic dummy frames.
1483 (mips_gdbarch_init): When generic dummy frames, set
1484 use_generic_dummy_frames, push_dummy_frame to
1485 generic_push_dummy_frame, pc_in_call_dummy to
1486 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1487 generic_save_dummy_frame_tos.
1488
1489 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1490
1491 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1492 against TOP when TOP was explictly set.
1493 (generic_push_dummy_frame): Set TOP to zero.
1494
1495 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1496
1497 * event-loop.c (start_event_loop): Rename variable 'result' to
1498 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1499
1500 2002-09-30 Keith Seitz <keiths@redhat.com>
1501
1502 * gdb-events.sh (selected_thread_changed): New event.
1503 * gdb-events.c: Regenerated.
1504 * gdb-events.h: Regenerated.
1505
1506 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1507
1508 * MAINTAINERS: Add self to Write After Approval list.
1509
1510 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1511
1512 * disasm.c: New file.
1513 * disasm.h: New file.
1514 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1515 (compare_lines): Ditto.
1516 (dump_insns): Ditto.
1517 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1518 argument.
1519 (do_assembly_only): Ditto.
1520 (do_disassembly): Renamed to gdb_disassembly and moved to
1521 disasm.c. Sdded uiout argument.
1522 * Makefile.in: Add new files. Reorder SFILES list. Update
1523 dependencies. Include libgdb.a later in the insight executable.
1524
1525 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1526
1527 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1528 bfd/elf64-alpha-fbsd.c.
1529
1530 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1531
1532 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1533 i386gnu-tdep.c.
1534
1535 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1536
1537 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1538 __FUNCTION__.
1539 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1540 function name.
1541 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1542 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1543 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1544 (S_msg_sig_post_reply): Ditto.
1545
1546 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1547
1548 * sh-tdep.c (sh_use_struct_convention): Use definition according
1549 to ABI.
1550 (sh_push_arguments): Store in register with correct endianess.
1551 (sh_default_store_return_value): Ditto.
1552 (sh_gdbarch_init): Set sizeof long double to 8.
1553
1554 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1555
1556 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1557 Fix some whitespace problems.
1558
1559 2002-09-27 David Carlton <carlton@math.stanford.edu>
1560
1561 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1562 (mcore-tdep.o): Ditto.
1563 (ns32k-tdep.o): Ditto.
1564 (ns32knbsd-tdep.o): Ditto.
1565 (sh3-rom.o): Ditto.
1566 (vax-tdep.o): Ditto.
1567 * cris-tdep.c: #include "gdb_string.h"
1568 * mcore-tdep.c: Ditto.
1569 * ns32k-tdep.c: Ditto.
1570 * ns32knbsd-tdep.c: Ditto.
1571 * sh3-rom.c: Ditto.
1572 * vax-tdep.c: Ditto.
1573
1574 2002-09-27 David Carlton <carlton@math.stanford.edu>
1575
1576 * config/djgpp/fnchange.lst: Add entries for
1577 gdb/testsuite/gdb.c++/m-static files.
1578
1579 2002-09-27 Jim Wilson <wilson@redhat.com>
1580
1581 * MAINTAINERS: Add myself to the Write After Approval list.
1582
1583 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1584
1585 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1586
1587
1588 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1589
1590 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1591 frame.
1592
1593 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1594
1595 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1596 (rs6000_struct_return_address): Delete variable.
1597 (rs6000_store_struct_return): Update.
1598 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1599 deprecated_extract_struct_value_address.
1600 (rs6000_frame_align): New function.
1601 (rs6000_gdbarch_init): Set frame_align.
1602
1603 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1604
1605 From Grace Sainsbury <graces@redhat.com>:
1606 * Makefile.in (gdbtk-main.o): New target.
1607 (gdb.o): New target.
1608 (main_h): Define.
1609 (main.o): Update dependencies.
1610 (gdb$(EXEEXT)): Add gdb.o.
1611 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1612 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1613 (SUBDIR_GDBTK_CLEAN): Set.
1614 (install-gdbtk): Install the insight binary.
1615 (uninstall-gdbtk): New target.
1616 (all-gdbtk, clean-gdbtk): New rule.
1617 * top.c (use_windows): Default to zero.
1618 * main.c: Include "main.h".
1619 (main): Delete.
1620 (struct captured_main_args): Delete.
1621 (gdb_main): New function.
1622 * main.h: New file.
1623 * gdb.c: New File.
1624
1625 2002-09-25 Andrew Cagney <cagney@redhat.com>
1626
1627 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1628 (frame_map_regnum_to_name): New function.
1629 (frame_map_name_to_regnum): New function.
1630 * frame.h (frame_map_name_to_regnum): Declare.
1631 (frame_map_regnum_to_name): Declare.
1632 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1633 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1634 * parse.c: Do not include "builtin-regs.h".
1635 (target_map_name_to_register): Delete function.
1636 (write_dollar_variable): Use frame_map_name_to_regnum.
1637 * parser-defs.h (target_map_name_to_register): Delete declaration.
1638 * expprint.c: Include "frame.h".
1639 (print_subexp): Use frame_map_regnum_to_name.
1640 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1641 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1642
1643 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1644
1645 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1646 wasn't saved, and the next innermost frame is a dummy, return the
1647 dummy frame's link register.
1648
1649 2002-09-24 Jim Blandy <jimb@redhat.com>
1650
1651 Fix from Paul Breed:
1652 * main.c (captured_main): Add a `break' after the case for 'b'.
1653
1654 2002-09-24 Keith Seitz <keiths@redhat.com>
1655
1656 * varobj.c (c_type_of_child): Use get_target_type instead
1657 of TYPE_TARGET_TYPE.
1658
1659 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1660
1661 * source.c (get_current_or_default_source_symtab_and_line): Remove
1662 function.
1663 (set_default_source_symtab_and_line): New function. Attempts to
1664 determine a source file to list lines from if one is not currently
1665 defined.
1666 (get_current_source_symtab_and_line): Initialize sal.pc and
1667 sal.end fields.
1668 (set_current_source_symtab_and_line): Mark argument as const.
1669 * source.h: Update declarations and comments.
1670 * linespec.c (decode_line_1): Replace call to removed routine above.
1671 * stack.c (print_frame_info_base): Ditto.
1672 * cli/cli-cmds.c (edit_command): Ditto.
1673 (list_command): Ditto.
1674
1675 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1676
1677 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1678 sal.pc and sal.end fields.
1679 (get_current_or_default_source_symtab_and_line): Ditto.
1680 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1681 so we do not cause a new source symtab to be searched for (reverting an
1682 unintentional change from the 2002-09-20 patch).
1683 * scm-lang.c (scm_unpac): Ditto.
1684
1685 2002-09-21 Andrew Cagney <cagney@redhat.com>
1686
1687 * complaints.c (symfile_explanations): Remove new-line from
1688 ``isolated_message''.
1689 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1690 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1691
1692 2002-09-20 Nick Clifton <nickc@redhat.com>
1693
1694 * NEWS: Announce that V850EA ISA is no longer supported.
1695 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1696
1697 2002-09-20 David Carlton <carlton@math.stanford.edu>
1698
1699 * Makefile.in (c-lang.o): Correct dependencies.
1700 (utils.o): Gather dependencies.
1701 (charset.o): Move.
1702 * c-lang.c: #include "gdb_string.h"
1703
1704 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1705
1706 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1707 * cli/cli-cmds.c (list_command): New function. Implements the new
1708 cli edit command.
1709 (_init_cli_cmds): Add new command definition.
1710 * gdb.1: Document edit command.
1711 * doc/gdb.texinfo: Document edit command.
1712
1713 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1714
1715 * source.c: Make global variables current_source_symtab and
1716 current_source_line static.
1717 (list_command): Moved to cli/cli-cmds.c.
1718 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1719 (get_first_line_listed): New accessor function.
1720 (get_lines_to_list): New accessor function.
1721 (get_current_source_symtab_and_line): New function. Retrieves the
1722 position in the source code that we consider current.
1723 (get_current_or_default_source_symtab_and_line): New function.
1724 Like the above but attempts to determine a default position if one
1725 is not currently defined.
1726 (set_current_source_symtab_and_line): New function. Sets the source
1727 code position considered current and returns the previously set one.
1728 (clear_current_source_symtab_and_line): Reset stored information about
1729 a current source line.
1730 (_initialize_source): Remove registration for the "list" command and
1731 its alias.
1732 * source.h: Add declarations for the new functions above.
1733 * symtab.h: Remove declarations for the global variables mentioned
1734 above.
1735 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1736 obtain current source line.
1737 * linespec.c (decode_line_1): Ditto.
1738 * macroscope.c (default_macro_scope): Ditto.
1739 * scm-lang.c (scm_unpac): Ditto.
1740 * stack.c (print_frame_info_base): Ditto.
1741 * symfile.c (clear_symtab_users): Ditto.
1742 * symtab.c (decode_line_spec): Ditto.
1743 * cli/cli-cmds.c (list_command): Moved here from source.c.
1744 (ambiguous_line_spec): Moved here from source.c.
1745 (_init_cli_cmds): Add definition for "list" and its alias.
1746 * Makefile.in: Update dependencies.
1747
1748 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1749
1750 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1751 with what gcc thinks is correct.
1752
1753 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1754
1755 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1756 multiple register push instruction.
1757
1758 2002-09-19 Jim Blandy <jimb@redhat.com>
1759
1760 Add support for distinct host and target character sets.
1761 * charset.c, charset.h: New files.
1762 * c-exp.y: #include "charset.h".
1763 (yylex): Convert character and string literals to the target
1764 character set, before returning them as the semantic value of the
1765 token.
1766 * c-lang.c: #include "charset.h".
1767 (c_emit_char): Use charset-specific methods to recognize
1768 characters with backslash escape forms, to decide which characters
1769 to print literally and which to print using numeric escape
1770 sequences, and to convert target characters to host characters
1771 before printing.
1772 * utils.c: #include "charset.h".
1773 (no_control_char_error): New function.
1774 (parse_escape): Use charset-specific methods to recognize
1775 backslash escapes, parse `control character' notation, and convert
1776 characters from the host character set to the target character set.
1777 * configure.in: Set the default host character set.
1778 Check where to find iconv, and what its argument types might be.
1779 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1780 * Makefile.in (SFILES): List charset.c.
1781 (COMMON_OBS): List charset.o.
1782 (charset.o): New rule.
1783 (charset_h): New header dependency variable.
1784 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1785 (LIBICONV): New variable, set by configure.
1786 (CLIBS): Include $(LIBICONV) here.
1787 * aclocal.m4, config.in, configure: Regenerated.
1788
1789 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1790
1791 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1792 bison 1.35 warning.
1793
1794 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1795
1796 * gdb_mbuild.sh: New file.
1797
1798 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1799
1800 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1801
1802 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1803
1804 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1805 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1806 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1807 valops.c, value.h: Revert previous change.
1808
1809 2002-09-18 Michael Snyder <msnyder@redhat.com>
1810
1811 Preliminary support for Objective-C:
1812 * defs.h (language_objc): New enum value.
1813 (puts_filtered_tabular): Declaration only, exported from utils.c.
1814 (skip_quoted): Delete, declared in completer.h.
1815 * c-exp.y: Include completer.h.
1816 * p-exp.y: Ditto.
1817 * jv-exp.y: Ditto.
1818 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1819 New operator enum values.
1820 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1821 * language.c (binop_result_type): Handle language_objc case.
1822 (integral_type, character_type, string_type, boolean_type,
1823 structured_type, binop_type_check): Ditto.
1824 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1825 (struct objc_specific): Add to general_symbol_info.
1826 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1827 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1828 * parser-defs.h (struct objc_class_str): New struct type.
1829 (start_msglist, end_msglist, add_msglist): Declaration only,
1830 exported from objc-lang.c.
1831 * value.h (value_of_local, value_nsstring,
1832 call_function_by_hand_expecting_type): Exported from valops.c.
1833 * valops.c (find_function_addr): Export.
1834 (call_function_by_hand_expecting_type): New function.
1835 (value_of_local): New function.
1836 * symfile.c (init_filename_language_table): Add ".m" extension
1837 for Objective-C.
1838 * utils.c (puts_filtered_tabular): New function.
1839 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1840 (set/show demangle): Extend help-string to refer to ObjC.
1841 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1842 * stabsread.c (symbol_reference_defined): Objective-C symbols
1843 may contain colons: make allowances when scanning stabs strings
1844 for colons.
1845 (objc_find_colon): New function.
1846 * printcmd.c (address_info): If language == objc then print
1847 "self" instead of "this".
1848 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1849 OP_NSSTRING, and OP_SELF.
1850 (prefixify_subexp): Ditto.
1851 * source.c (print_source_lines): Mention objc in comment.
1852 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1853 method names.
1854
1855 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1856
1857 * complaints.h: Update copyright.
1858 (struct complaints): Declare.
1859 (struct complaint): Make `message' constant.
1860 (internal_complaint): Declare.
1861 (complaint): Declare.
1862 (complaint_root): Delete declaration.
1863 (symfile_complaints): Delete declaration.
1864 (struct complaints): Add opaque declaration.
1865 (clear_complaints): Add a complaints parameter.
1866 * complaints.c: Update copyright.
1867 (enum complaint_series): Define.
1868 (complaint_root): Delete.
1869 (struct complaints): Define.
1870 (complaint_sentinel, symfile_complaint_book): New variables.
1871 (symfile_explanations, symfile_complaints): New variables.
1872 New variables.
1873 (get_complaints): New function.
1874 (vcomplaint): New function.
1875 (complaint): New function.
1876 (internal_complaint): New function.
1877 (complain): Call vcomplain with symfile_complaint.
1878 (clear_complaints): Rewrite.
1879 (_initialize_complaints): Use add_setshow_command.
1880 * Makefile.in (complaints.o): Update dependencies.
1881 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1882 to call to clear_complaints.
1883 (new_symfile_objfile, reread_symbols): Ditto.
1884 (oldsyms_complaint): Delete.
1885 (empty_symtab_complaint, unknown_option_complaint): Delete.
1886 (free_named_symtabs): Use complaint instead of complain.
1887
1888 2002-09-18 Michael Snyder <msnyder@redhat.com>
1889
1890 Contributed by Apple Computer, Inc. Merged with current sources
1891 by Adam Fedor <fedor@doc.com> [cagney].
1892
1893 * objc-lang.c: First clean-up round: comments, indentation.
1894 * objc-lang.h: Ditto.
1895 * objc-lang.y: Ditto.
1896
1897 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1898
1899 * maint.c (maintenance_internal_error): Print the parameter as the
1900 error message.
1901 (maintenance_internal_warning): New function.
1902 (_initialize_maint_cmds): Add command `maint internal-warning'.
1903
1904 * defs.h (internal_warning, internal_vwarning): Declare.
1905 * utils.c (struct internal_problem): Define.
1906 (internal_vproblem): New function.
1907 (internal_warning): New function.
1908 (internal_vwarning): New function.
1909 (internal_warning_problem, internal_error_problem): New variables.
1910 (internal_verror): Just call internal_vproblem.
1911
1912 2002-09-18 Michael Snyder <msnyder@redhat.com>
1913
1914 * objc-lang.c: New file, support for Objective-C.
1915 Preliminary check-in, not yet integrated into gdb.
1916 * objc-lang.h: New file.
1917 * objc-exp.y: New file.
1918
1919 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1920
1921 * infrun.c (signal_stop_update): Convert definition to ISO C.
1922 (signal_print_update): Ditto.
1923 (signal_pass_update): Ditto.
1924 * inflow.c (terminal_save_ours): Ditto.
1925
1926 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1927 comments.
1928
1929 * config/djgpp/fnchange.lst: Handle name clashes between
1930 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1931 bfd/coff-tic80.c.
1932
1933 * i386-linux-tdep.h: Fix tipo.
1934
1935 2002-09-18 Adam Fedor <fedor@gnu.org>
1936
1937 * MAINTAINERS: Add myself to the Write After Approval list.
1938
1939 2002-09-18 Jim Blandy <jimb@redhat.com>
1940
1941 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1942 texthigh and textlow to reader-specific structs caused
1943 objfile_relocate to miss them. This is fixable, but the work that
1944 the change was supposed to prepare GDB for never got done anyway.
1945
1946 2002-09-18 David Carlton <carlton@math.stanford.edu>
1947
1948 * MAINTAINERS: Alphabetize Write After Approval list.
1949
1950 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1951
1952 Fix PR gdb/709
1953 * values.c (value_static_field): Call read_var_value.
1954
1955 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1956
1957 * valops.c (hand_function_call): Align the initial stack pointer
1958 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1959 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1960 return value.
1961 * mips-tdep.c (mips_frame_align): New function.
1962 (mips_gdbarch_init): Set frame_align.
1963 * gdbarch.sh (FRAME_ALIGN): New method.
1964 * gdbarch.h, gdbarch.c: Re-generate.
1965
1966 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1967
1968 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1969 registers.
1970
1971 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1972
1973 * NEWS: Mention that MIPS $fp behavior changed.
1974 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1975 reference to FP_REGNUM.
1976 (mipsnbsd_cannot_store_register): Ditto.
1977 * mips-linux-nat.c: Update copyright.
1978 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1979 (mips_linux_cannot_store_register): Ditto.
1980 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1981 * config/mips/tm-mips.h: Update copyright.
1982 (FP_REGNUM): Delete macro.
1983 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1984 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1985 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1986 (mips_r3041_reg_names, mips_r3051_reg_names)
1987 (mips_r3081_reg_names): Replace "fp" with "".
1988 Fix PR gdb/480.
1989
1990 2002-09-17 Theodore A. Roth <troth@verinet.com>
1991
1992 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1993 generic_read_register_dummy() (PR gdb/703).
1994 (avr_push_return_address): #if 0 out unused vars.
1995 (avr_gdbarch_init): Enable use of avr_push_return_address().
1996
1997 2002-09-17 Michael Snyder <msnyder@redhat.com>
1998
1999 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2000 RTE will take care of it.
2001
2002 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2003
2004 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2005 invalid, return SP_REGNUM.
2006
2007 2002-09-17 Michael Snyder <msnyder@redhat.com>
2008
2009 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2010 point registers without sign extension.
2011
2012 2002-09-17 Andrew Cagney <cagney@redhat.com>
2013
2014 * blockframe.c (deprecated_read_register_dummy): Rename
2015 generic_read_register_dummy.
2016 * frame.c (frame_unwind_signed_register): New function.
2017 (frame_unwind_unsigned_register): New function.
2018 * frame.h (frame_unwind_signed_register): Declare.
2019 (frame_unwind_unsigned_register): Declare.
2020 (deprecated_read_register_dummy): Rename
2021 generic_read_register_dummy.
2022
2023 * h8300-tdep.c (h8300_frame_chain): Update.
2024 (h8300_frame_saved_pc): Update.
2025 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2026 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2027 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2028 (s390_frame_chain): Update.
2029 * v850-tdep.c (v850_find_callers_reg): Update.
2030 (v850_frame_saved_pc): Update.
2031 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2032 (m32r_find_callers_reg): Update.
2033 (m32r_frame_saved_pc): Update.
2034 * sh-tdep.c (sh_find_callers_reg): Update.
2035 (sh64_get_saved_pr): Update.
2036 (sh_init_extra_frame_info): Update.
2037 (sh_init_extra_frame_info): Update.
2038 (sh64_init_extra_frame_info): Update.
2039 (sh64_init_extra_frame_info): Update.
2040 * mcore-tdep.c (mcore_find_callers_reg): Update.
2041 (mcore_frame_saved_pc): Update.
2042 (mcore_init_extra_frame_info): Update.
2043 * i386-tdep.c (i386_frame_saved_pc): Update.
2044 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2045 (ia64_init_extra_frame_info): Update.
2046 (ia64_init_extra_frame_info): Update.
2047 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2048 * cris-tdep.c (cris_init_extra_frame_info): Update.
2049 * avr-tdep.c (avr_frame_chain): Update.
2050 (avr_init_extra_frame_info): Update.
2051 (avr_frame_saved_pc): Update.
2052 * arm-tdep.c (arm_find_callers_reg): Update.
2053 (arm_init_extra_frame_info): Update.
2054 (arm_frame_saved_pc): Update.
2055
2056 2002-09-17 Tom Tromey <tromey@redhat.com>
2057
2058 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2059 is "'".
2060
2061 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2062
2063 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2064 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2065 NEXT_PROLOGUE_INSN.
2066 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2067 NEXT_PROLOGUE_INSN.
2068
2069 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2070
2071 * osfsolib.c: Remove file, replaced by solib-osf.c.
2072 * Makefile.in: Remove compilation rules for osfsolib.c.
2073
2074 2002-09-16 David Carlton <carlton@math.stanford.edu>
2075
2076 * cp-valprint.c (cp_print_class_method): Correct args to
2077 check_stub_method_group.
2078
2079 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2080
2081 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2082 `set architecture'. Unify naming convention of functions.
2083 (h8300_skip_prologue): Improve prologue analysis.
2084 (h8300_push_arguments): Rewritten to more closely match GCC's
2085 bizarre argument-passing behavior, along with the comment describing
2086 said behavior.
2087 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2088 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2089 sim, remote-e7000.c, remote-hms.c and remote.c
2090
2091 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2092
2093 * i386-tdep.c (gdb_print_insn_i386): Removed.
2094 (i386_print_insn): New function.
2095 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2096 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2097 tm_print_insn_info.
2098
2099 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2100
2101 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2102 zero.
2103
2104 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2105
2106 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2107 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2108 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2109
2110 2002-09-13 Christopher Faylor <cgf@redhat.com>
2111
2112 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2113
2114 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2115
2116 * gdbtypes.c (check_stub_method): Make static.
2117 (check_stub_method_group): New function.
2118 * gdbtypes.h: Update prototypes.
2119 * cp-support.c: New file.
2120 * cp-support.h: New file.
2121
2122 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2123 (update_method_name_from_physname): New function.
2124 (read_member_functions): Correct method names for operators
2125 and v3 constructors/destructors. Separate v2 constructors and
2126 destructors.
2127 * Makefile.in (stabsread.o): Update dependencies.
2128 (SFILES): Add cp-support.c.
2129 (COMMON_OBS): Add cp-support.o.
2130 (cp_support_h, cp-support.o): Add.
2131
2132 * cp-valprint.c (cp_print_class_method): Call
2133 check_stub_method_group instead of check_stub_method. Remove
2134 extraneous QUITs.
2135 * p-valprint.c (pascal_object_print_class_method): Likewise.
2136 * valops.c (search_struct_method): Likewise.
2137 (find_method_list, value_struct_elt_for_reference): Likewise.
2138
2139 2002-09-13 Andrew Cagney <cagney@redhat.com>
2140
2141 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2142 * gdbarch.h, gdbarch.c: Regenerate.
2143
2144 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2145
2146 * frame.c (find_saved_register): Delete function.
2147 * frame.h (find_saved_register): Delete declaration.
2148 Fix PR gdb/631.
2149
2150 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2151
2152 * mips-tdep.c (read_next_frame_reg): Re-hack using
2153 frame_register_unwind.
2154
2155 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2156
2157 * mips-tdep.c (mips_get_saved_register): Re-hack using
2158 frame_register_unwind.
2159
2160 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2161
2162 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2163 vector. Will be useful for Interix.
2164 * gdbarch.h, gdbarch.c: Regenerate.
2165
2166 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2167 name of the malloc function by NAME_OF_MALLOC.
2168
2169 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2170
2171 * value.h (find_function_in_inferior): Add const keyword to
2172 one of the parameters. Allows us to invoke this function with
2173 a const char *.
2174 * valops.c (find_function_in_inferior): Likewise.
2175
2176 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2177
2178 * exec.c (xfer_memory): Fix compilation warning with old versions
2179 of GCC.
2180 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2181
2182 2002-09-12 David Carlton <carlton@math.stanford.edu>
2183
2184 * symtab.h: Run through gdb_indent.h.
2185 Add 2002 to Copyright year list.
2186
2187 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2188
2189 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2190 mach constants.
2191 * MAINTAINERS: Add myself to write after approval list.
2192
2193 2002-09-11 J. Brobecker <brobecker@gnat.com>
2194
2195 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2196
2197 2002-09-11 J. Brobecker <brobecker@gnat.com>
2198
2199 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2200 Interix.
2201
2202 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2203
2204 * procfs.c (do_detach): Clear current signal, not just fault.
2205 Corrects problem with breakpoint trap signal leaking to detached
2206 process on Tru64.
2207
2208 2002-09-10 Michael Snyder <msnyder@redhat.com>
2209
2210 * buildsym.c (finish_block): Protect against null pointer.
2211
2212 2002-09-10 Andrew Cagney <cagney@redhat.com>
2213
2214 * infcmd.c (default_print_registers_info): Send all output to
2215 ``file'' instead of ``gdb_stdout''.
2216
2217 2002-09-10 Michael Snyder <msnyder@redhat.com>
2218
2219 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2220 LONGEST, and use signed register read (addresses are sign-
2221 extended for mips).
2222
2223 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2224
2225 * event-loop.c (gdb_do_one_event): Make public.
2226 * event-loop.h (gdb_do_one_event): Declare.
2227
2228 2002-09-10 Jeff Law <law@redhat.com>
2229
2230 * infttrace.c (child_resume): Simplify and rework to avoid
2231 TT_PROC_CONTINUE.
2232
2233 2002-09-09 Fred Fish <fnf@intrinsity.com>
2234
2235 * printcmd.c (print_scalar_formatted): "len" is the number of
2236 target bytes, NOT the number of target bits.
2237
2238 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2239
2240 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2241 * top.c (init_main): Set rl_terminal_name.
2242
2243 2002-09-08 Aidan Skinner <aidan@velvet.net>
2244
2245 * ada-lang.c (ada_array_bound, ada_type_match,
2246 _initialize_ada_language): Fix K&R definitions.
2247 * ada-tasks.c (get_current_task): Fix K&R definitions.
2248 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2249
2250 2002-09-07 Christopher Faylor <cgf@redhat.com>
2251
2252 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2253 Add XP.
2254
2255 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2256
2257 * i386-tdep.c (i386_register_virtual_type,
2258 i386_register_convertible, i386_register_convert_to_virtual,
2259 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2260 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2261 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2262 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2263 Don't set push_arguments twice.
2264
2265 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2266 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2267 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2268 sigtramp_end to NULL.
2269 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2270 defines.
2271 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2272
2273 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2274 whitespace.
2275
2276 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2277 * gdbarch.h, gdbarch.c: Re-generate.
2278 * blockframe.c (find_pc_sect_partial_function): Convert to use
2279 SIGTRAMP_START_P predicate.
2280
2281 2002-09-05 Michael Snyder <msnyder@redhat.com>
2282
2283 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2284 generic_dummy_frame method and old method. Also distinguish
2285 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2286 (arm_extract_return_value): Use new regcache method.
2287
2288 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2289 adjustment that doesn't conform to the ABI.
2290 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2291 saved regcache, not from current regcache.
2292
2293 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2294
2295 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2296 * README: Update.
2297
2298 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2299
2300 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2301 if arm_apcs_32 is false.
2302
2303 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2304
2305 GDB 5.3 branch created.
2306
2307 2002-09-03 Theodore A. Roth <troth@verinet.com>
2308
2309 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2310 generic_unwind_get_saved_register.
2311
2312 2002-09-03 David Carlton <carlton@math.stanford.edu>
2313
2314 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2315 argument (PR gdb/653). Update call to smash_to_method_type.
2316 (read_structure_scope): Update call to dwarf2_add_member_fn.
2317
2318 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2319
2320 * x86-64-linux-tdep.c: Include gdb_string.h
2321 * x86-64-linux-nat.c: Ditto.
2322
2323 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2324
2325 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2326 when YYDEBUG is set to 1.
2327 * c-exp.y: Likewise.
2328 * f-exp.y: Likewise.
2329 * jv-exp.y: Likewise.
2330 * m2-exp.y: Likewise.
2331 * p-exp.y: Likewise.
2332
2333 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2334
2335 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2336 dependency list.
2337 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2338 solib_svr4_fetch_link_map_offsets to
2339 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2340 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2341 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2342 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2343 solib-svr4.o, and solib-legacy.o.
2344 * config/i386/tm-nbsd.h: Include solib.h.
2345
2346 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2347
2348 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2349 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2350 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2351 comment noting that this needs its own target configuration.
2352 * config/i386/nbsd.mt: New file.
2353 * config/i386/nbsdaout.mt: Remove.
2354 * config/i386/nbsdelf.mt: Ditto.
2355 * config/i386/tm-nbsdaout.h: Ditto.
2356
2357 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2358
2359 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2360 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2361 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2362 tdep->sigtramp_end.
2363 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2364 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2365 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2366
2367 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2368
2369 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2370 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2371 * i386-tdep.h (i386bsd_init_abi): New prototype.
2372 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2373 function declaration.
2374 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2375 for NetBSD-a.out or NetBSD-ELF.
2376 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2377 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2378 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2379 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2380 and nbsd-tdep.h.
2381 (i386nbsd_pc_in_sigtramp): New function.
2382 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2383 i386nbsd_pc_in_sigtramp.
2384 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2385 and i386nbsdelf_init_abi OS ABI handlers.
2386 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2387 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2388
2389 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2390
2391 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2392 registers if the target really has them.
2393
2394 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2395
2396 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2397 than nbsd-tdep.h.
2398
2399 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2400
2401 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2402 list.
2403 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2404 (alphanbsd_skip_sigtramp_frame): New functions.
2405 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2406 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2407 to alphanbsd_sigcontext_addr.
2408
2409 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2410
2411 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2412 list.
2413 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2414 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2415 nbsd_pc_in_sigtramp.
2416 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2417 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2418 * nbsd-tdep.c: Include gdb_string.h.
2419 (nbsd_pc_in_sigtramp): New function.
2420 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2421 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2422 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2423 ppcnbsd_pc_in_sigtramp.
2424 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2425 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2426 shnbsd_pc_in_sigtramp.
2427 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2428 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2429 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2430
2431 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2432
2433 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2434 watchpoints to NULL.
2435 (insert_breakpoints): set val field of watchpoints if NULL.
2436
2437
2438 2002-08-29 Jim Blandy <jimb@redhat.com>
2439
2440 * symtab.c (lookup_symbol_aux): In the cases where we find a
2441 minimal symbol of an appropriate name and use its address to
2442 select a symtab to read and search, use `name' (as passed to us)
2443 as the demangled name when searching the symtab's global and
2444 static blocks, not the minsym's name.
2445
2446 2002-08-29 Keith Seitz <keiths@redhat.com>
2447
2448 * stack.c (print_frame_info_base): Always set current_source_symtab
2449 and current_source_line.
2450
2451 2002-08-29 Donn Terry <donnte@microsoft.com>
2452
2453 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2454
2455 2002-08-28 Keith Seitz <keiths@redhat.com>
2456
2457 * stack.c (select_frame): Add FIXME concerning selected-frame
2458 events.
2459 (select_frame_command): Send selected-frame-level-changed
2460 event notification, but only if the level actually changed.
2461 (up_silently_base): Add selected-frame-level-changed event
2462 notification.
2463 (down_silently_base): Likewise.
2464
2465 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2466
2467 * Makefile.in: Update dependencies for all gdb/*.c files.
2468
2469 2002-08-27 Tom Tromey <tromey@redhat.com>
2470
2471 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2472 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2473 Update dependencies.
2474 * i387-tdep.c: Include gdb_string.h.
2475 * osabi.c: Likewise.
2476 * i386-linux-nat.c: Likewise.
2477 * lin-lwp.c: Likewise.
2478 * ax-gdb.c: Likewise.
2479 * signals/signals.c: Likewise.
2480 * jv-valprint.c: Likewise.
2481 * p-lang.c: Likewise.
2482 * c-valprint.c: Likewise.
2483 * cp-abi.c: Likewise.
2484
2485 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2486
2487 * cli/cli-script.h (copy_command_lines): Export.
2488 * breakpoint.c: Include cli/cli-script.h.
2489 * Makefile.in (breakpoint.o): Update dependencies.
2490
2491 2002-08-26 Michael Snyder <msnyder@redhat.com>
2492
2493 * breakpoint.c (insert_breakpoints): Protect all references
2494 to 'process_warning'. Shorten long lines.
2495
2496 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2497
2498 * cli/cli-script.c (copy_command_lines): New function.
2499 * defs.h (copy_command_lines): Export.
2500 * testsuite/gdb.base/commands.exp: New tests for commands
2501 attached to a temporary breakpoint, and for commands that
2502 delete the breakpoint they are attached to.
2503
2504 2002-08-26 Michael Snyder <msnyder@redhat.com>
2505
2506 * breakpoint.c (bpstat_stop_status): Instead of copying the
2507 pointer to the breakpoint commands struct, make a new copy
2508 of the struct and point to that.
2509 (bpstat_clear): Free the commands struct.
2510 (bpstat_clear_actions): Free the commands struct.
2511 (bpstat_do_actions): Free the command actions. Also execute
2512 the local cleanups, instead of deleting them.
2513 (delete_breakpoint): Leave the commands field of the bpstat
2514 chain alone -- it will be freed later.
2515
2516 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2517
2518 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2519 deleted in 2002-08-20 commit. This function is still used by
2520 ppc-linux-nat.c.
2521
2522 2002-08-26 Keith Seitz <keiths@redhat.com>
2523
2524 * gdb-events.sh: Add selected-frame-level-changed event.
2525 * gdb-events.c: Regenerated.
2526 * gdb-events.h: Regenerated.
2527
2528 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2529
2530 Fix PR gdb/393:
2531 * inflow.c (terminal_save_ours): New function to save terminal
2532 settings.
2533 * inferior.h (terminal_save_ours): Declare.
2534 * target.c (debug_to_terminal_save_ours): New function.
2535 (cleanup_target): Defaults to_terminal_save_ours.
2536 (update_current_target): Inherit to_terminal_save_ours.
2537 (setup_target_debug): Set to_terminal_save_ours.
2538 * target.h (target_terminal_save_ours): New to save terminal settings.
2539 (target_ops): New member to_terminal_save_ours.
2540 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2541 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2542 * inftarg.c (init_child_ops): Likewise.
2543 * m3-nat.c (init_m3_ops): Likewise.
2544 * procfs.c (init_procfs_ops): Likewise.
2545 * wince.c (init_child_ops): Likewise.
2546 * win32-nat.c (init_child_ops): Likewise.
2547 * sol-thread.c (init_sol_thread_ops): Likewise.
2548
2549 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2550
2551 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2552 use regcache_* functions.
2553 (i386_gdbarch_init): Set store_return_value instead of
2554 deprecated_store_return_value.
2555
2556 * regcache.c (regcache_raw_write_signed,
2557 regcache_raw_write_unsigned): New functions.
2558 * regcache.h (regcache_raw_write_signed,
2559 regcache_raw_write_unsigned): New prototypes.
2560
2561 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2562
2563 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2564 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2565 source file dependencies. Cleanup corresponding generator rules.
2566
2567 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2568
2569 * regcache.h (register_offset_hack): Declare.
2570 (regcache_cooked_read_using_offset_hack): Declare.
2571 (regcache_cooked_write_using_offset_hack): Declare.
2572
2573 * regcache.c (register_offset_hack): New function.
2574 (regcache_cooked_read_using_offset_hack): New function.
2575 (regcache_cooked_write_using_offset_hack): New function.
2576 (regcache_dump): Check that the registers, according to their
2577 offset, are packed hard against each other.
2578 (cooked_xfer_using_offset_hack): New function.
2579
2580 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2581
2582 * regcache.c (struct regcache_descr): Add field register_type.
2583 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2584 in as a parameter
2585 (init_regcache_descr): Initialize register_type. Pass the descr
2586 to init_legacy_regcache_descr. Use register_type instead of
2587 REGISTER_VIRTUAL_TYPE.
2588 (register_type): New function.
2589 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2590 * regcache.h (register_type): Declare.
2591
2592 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2593
2594 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2595 instead of deprecated_store_return_value. Fix fallout from
2596 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2597
2598 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2599
2600 * regcache.c (max_register_size): New function.
2601 (init_legacy_regcache_descr): Ensure that max_register_size is
2602 large enough for REGISTER_VIRTUAL_SIZE.
2603 * regcache.h (max_register_size): Declare.
2604
2605 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2606
2607 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2608 store_return_value.
2609 (e500_extract_return_value): Change type of valbuf pointer to
2610 void.
2611
2612 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2613
2614 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2615 workaround.
2616
2617 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2618 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2619 long long) to prevent compiler warning on 64-bit systems.
2620
2621 2002-08-23 Andrew Cagney <cagney@redhat.com>
2622
2623 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2624 (DEPRECATED_STORE_RETURN_VALUE): New method.
2625 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2626 * gdbarch.h, gdbarch.c: Re-generate.
2627
2628 * values.c (set_return_value): Pass current_regcache to
2629 STORE_RETURN_VALUE.
2630 * arch-utils.h (legacy_store_return_value): Declare.
2631 * arch-utils.c (legacy_store_return_value): New function.
2632 (legacy_extract_return_value): Update parameters.
2633
2634 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2635 STORE_RETURN_VALUE.
2636 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2637 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2638 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2639 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2640 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2641 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2642 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2643 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2644 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2645 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2646
2647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2648 * i386-tdep.c (i386_extract_return_value): Update.
2649 * arch-utils.c (legacy_extract_return_value): Update.
2650 * frv-tdep.c (frv_gdbarch_init): Update.
2651 * cris-tdep.c (cris_gdbarch_init): Update.
2652 * d10v-tdep.c (d10v_gdbarch_init): Update.
2653 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2654 * m68k-tdep.c (m68k_gdbarch_init): Update.
2655 * mcore-tdep.c (mcore_gdbarch_init): Update.
2656 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2657 * s390-tdep.c (s390_gdbarch_init): Update.
2658 * sparc-tdep.c (sparc_gdbarch_init): Update.
2659 * sh-tdep.c (sh_gdbarch_init): Update.
2660 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2661 * v850-tdep.c (v850_gdbarch_init): Update.
2662 * avr-tdep.c (avr_gdbarch_init): Update.
2663 * ia64-tdep.c (ia64_gdbarch_init): Update.
2664 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2665 * vax-tdep.c (vax_gdbarch_init): Update.
2666 * alpha-tdep.c (alpha_gdbarch_init): Update.
2667 * arm-tdep.c (arm_gdbarch_init): Update.
2668 * mips-tdep.c (mips_gdbarch_init): Update.
2669 * i386-tdep.c (i386_gdbarch_init): Update.
2670
2671 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2672
2673 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2674 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2675
2676 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2677
2678 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2679 problems.
2680
2681 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2682
2683 * infrun.c (handle_inferior_event): Move a comment outside of a
2684 function call, in order to avoid indent reformatting this part
2685 of the code in an unreadable way.
2686
2687 2002-08-23 Grace Sainsbury <graces@redhat.com>
2688
2689 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2690 when breakpoints fail. Move general breakpoint error messages to
2691 insert_breakpoints.
2692 * breakpoint.c (insert_breakpoints): Change warnings when
2693 breakpoints are nto inserted to specify the type. Remove call to
2694 memory_error when hardware breakpoints can't be inserted. Remove
2695 multiple calls to warning so all messages are sent to the user at
2696 once.
2697 (delete_breakpoints): Make insert error messsages more explicit.
2698
2699 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2700
2701 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2702 gdbserver/ChangeLog.
2703
2704 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2705
2706 * i386-tdep.c: Include "objfiles.h".
2707 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2708 skip_trampoline_code.
2709 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2710 (CPLUS_MARKER): Define to '.'.
2711
2712 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2713 member.
2714 (linux_corefile_thread_callback): Increase args->num_notes.
2715 (linux_make_note_section): Initialize thread_args.num_notes, and
2716 use it to determine whether notes for any threads were created.
2717
2718 2002-08-23 Donn Terry <donnte@microsoft.com>
2719
2720 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2721 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2722 and PCUNKILL.
2723 (write_with_trace): Conditionalize out the switch branch handling
2724 PCSHOLD if the corresponding macro is not defined. Likewise for
2725 PRSABORT and PRSTOP.
2726 This change will be needed by the Interix port.
2727
2728 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2729
2730 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2731 write_register wherever possible instead of manipulating the
2732 register bytes directly.
2733 Assign VALUE_CONTENTS to a variable and use that.
2734 The GPR numbers are now dependent on the architecture.
2735
2736 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2737
2738 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2739 ev_offset fields.
2740 (skip_prologue): Add support for BookE/e500 instructions.
2741 (e500_extract_return_value): New function.
2742 (frame_get_saved_regs): Add support for saving ev registers and
2743 pseudo gpr's.
2744 (e500_store_return_value): New function.
2745 (rs6000_gdbarch_init): Move up default intializations of
2746 deprecated_extract_return_value and store_return_value. Overwrite
2747 init of store_return_value with e500 specific version.
2748 Set extract_return_value for e500.
2749
2750 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2751
2752 * blockframe.c (generic_call_dummy_register_unwind): Use
2753 regcache_cooked_read to catch cases in which the variable is
2754 stored in a pseudo register.
2755
2756 2002-08-22 Andrew Cagney <cagney@redhat.com>
2757
2758 * NEWS: Mention that the i960 has been made obsolete.
2759 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2760 i960-tdep.c
2761 (remote-nrom.o): Obsolete target.
2762 (remote-nindy.o, i960-tdep.o): Ditto.
2763 * remote-nrom.c: Make file obsolete.
2764 * remote-nindy.c, remote-vx960.c: Ditto.
2765 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2766 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2767 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2768 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2769 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2770 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2771 i960-*-vxworks* obsolete.
2772 * MAINTAINERS: Note that the i960 is obsolete.
2773
2774 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2775
2776 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2777 detach to allow reinitialization.
2778
2779 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2780
2781 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2782 attempt).
2783
2784 2002-08-22 Jim Blandy <jimb@redhat.com>
2785
2786 * coffread.c (coff_symfile_read): Don't try to read the line
2787 number table from disk if the image file doesn't have a symbol
2788 table; we'll never actually look at the info anyway, and Windows
2789 ships DLL's with bogus file offsets for the line number data.
2790
2791 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2792
2793 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2794 an e500 executable.
2795
2796 2002-08-21 Michael Snyder <msnyder@redhat.com>
2797
2798 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2799 (MSYMBOL_SIZE): Replace macro with function.
2800 (DEFAULT_MIPS_TYPE): Delete unused macro.
2801 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2802 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2803
2804 2002-08-21 Jim Blandy <jimb@redhat.com>
2805
2806 * valops.c (value_cast): Simplify and correct logic for doing a
2807 static cast from a pointer to a base class to a pointer to a
2808 derived class.
2809
2810 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2811
2812 * infcmd.c (default_print_registers_info): Replace
2813 do_registers_info.
2814 (registers_info): Use gdbarch_print_registers_info instead of
2815 DO_REGISTERS_INFO.
2816 * inferior.h (default_print_registers_info): Replace
2817 do_registers_info.
2818 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2819 (DO_REGISTERS_INFO): Change to a predicate function.
2820 * gdbarch.h, gdbarch.c: Regenerate.
2821
2822 2002-08-21 Keith Seitz <keiths@redhat.com>
2823
2824 * gdb-events.sh: Add target-changed event.
2825 * gdb-events.c: Regenerated.
2826 * gdb-events.c: Regenerated.
2827 * valops.c (value_assign): Add target-changed event notification
2828 to inlval_register, lval_memory, and lval_reg_frame_relative.
2829
2830 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2831
2832 * NEWS: Add an entry regarding the improvement of the next/step
2833 operation on Alpha Tru64 multi-processor machines.
2834
2835 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2836
2837 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2838 directores.
2839 * Makefile.in: Update all _h macro definitions.
2840 * Makefile.in (install-gdbtk): Move to install section.
2841 (rdi-share/libangsd.a): Move to end of file.
2842
2843 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2844
2845 * frame.c (frame_register_unwind): When a register, set addrp to
2846 the register's byte.
2847
2848 2002-08-20 Michael Snyder <msnyder@redhat.com>
2849
2850 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2851 used locally, so move them from the target machine header to here.
2852 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2853 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2854 Make static.
2855 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2856
2857 2002-08-20 Andrew Cagney <cagney@redhat.com>
2858
2859 * NEWS: Mention that the Apollo line was made obsolete.
2860 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2861 m68*-hp-hpux* obsolete.
2862 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2863 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2864 * buildsym.c (make_blockvector): Make static.
2865 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2866 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2867 (ALLDEPFILES): Remove dstread.c.
2868 (dstread.o): Obsolete make rule.
2869 * dstread.c: Makefile obsolete.
2870 * dst.h: Ditto.
2871 * config/m68k/hp300hpux.mt: Ditto.
2872 * config/m68k/hp300hpux.mh: Ditto.
2873 * config/m68k/hp300bsd.mt: Ditto.
2874 * config/m68k/hp300bsd.mh: Ditto.
2875 * config/m68k/apollo68b.mt: Ditto.
2876 * config/m68k/apollo68v.mh: Ditto.
2877 * config/m68k/apollo68b.mh: Ditto.
2878
2879 2002-08-20 Michael Snyder <msnyder@redhat.com>
2880
2881 * mips-tdep.c (mips_in_return_stub): Make static.
2882 (mips_gdbarch_init): Set in_solib_return_trampoline.
2883 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2884
2885 2002-08-20 Michael Snyder <msnyder@redhat.com>
2886
2887 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2888 * gdbarch.c, gdbarch.h: Regenerate.
2889 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2890 Add.
2891 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2892
2893 2002-08-20 Michael Snyder <msnyder@redhat.com>
2894
2895 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2896 (mips_gdbarch_init): Set skip_trampoline_code,
2897 in_solib_call_trampoline.
2898 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2899 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2900
2901 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2902
2903 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2904
2905 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2906 vector type for ev registers.
2907 (e500_pseudo_register_read): New function.
2908 (e500_pseudo_register_write): New function.
2909 (e500_dwarf2_reg_to_regnum): New function.
2910 (PPC_UISA_NOFP_SPRS): New macro.
2911 (PPC_EV_REGS): New macro.
2912 (PPC_GPRS_PSEUDO_REGS): New macro.
2913 (registers_e500): New register set for e500.
2914 (variants): Add e500 variant.
2915 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2916 before setting architectural dependent variations. Initialize ev
2917 registers numbers. Add case for e500 architecture. Set the
2918 number of pseudo registers.
2919
2920 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2921
2922 * rs6000-tdep.c: Clean up comments.
2923
2924 2002-08-20 Andrew Cagney <cagney@redhat.com>
2925
2926 * h8300-tdep.c: Re-indent file.
2927
2928 2002-08-20 Jim Blandy <jimb@redhat.com>
2929
2930 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2931 default for this.
2932
2933 2002-08-20 Keith Seitz <keiths@redhat.com>
2934
2935 * breakpoints.c (watch_command_1): Use internal breakpoint
2936 when setting a watchpoint_scope breakpoint.
2937
2938 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2939
2940 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2941 (build_builtin_type_vec64i): Ditto.
2942 (build_builtin_type_vec128): Ditto.
2943 (build_builtin_type_vec128i): Ditto.
2944
2945 2002-08-19 Michael Snyder <msnyder@redhat.com>
2946
2947 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2948 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2949 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2950 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2951 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2952 CALL_DUMMY_ADDRESS): Delete.
2953 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2954 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2955 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2956 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2957 push_return_address.
2958 (mips_register_raw_size, mips_eabi_use_struct_convention,
2959 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2960 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2961 mips_init_extra_frame_info, mips_eabi_push_arguments,
2962 mips_n32n64_push_arguments, mips_push_return_address,
2963 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2964 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2965
2966 2002-08-19 Michael Snyder <msnyder@redhat.com>
2967
2968 * mips-tdep.c (mips_frame_num_args): New function.
2969 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2970 frame_saved_pc, frame_args_address, frame_locals_address,
2971 frame_num_args, and frame_args_skip.
2972 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2973 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2974 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2975 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2976
2977 2002-08-20 Michael Snyder <msnyder@redhat.com>
2978
2979 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2980 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2981 * mips-tdep.c (mips_store_struct_return): New function.
2982 (mips_extract_struct_value_address): New function.
2983 (mips_gdbarch_init): Set store_struct_return and
2984 extract_struct_value_address.
2985
2986 2002-08-20 David Carlton <carlton@math.stanford.edu>
2987
2988 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2989 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2990 (read_file_scope): Check that line_header is nonzero before
2991 decoding macro information.
2992
2993 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2994
2995 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2996 flag the general-purpose registers as floating-point on targets
2997 that don't support the floating-point registers.
2998
2999 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3000
3001 * rs6000-tdep.c (altivec_register_p): Delete.
3002 (rs6000_do_altivec_registers): Delete.
3003 (rs6000_altivec_registers_info): Delete.
3004 (rs6000_do_registers_info): Delete.
3005 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3006 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3007
3008 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3009
3010 * infcmd.c (do_registers_info): Print vector registers in hex
3011 format only.
3012 (print_vector_info): Check that printing registers
3013 makes sense.
3014 (print_float_info): Ditto.
3015
3016 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3017
3018 * mips-tdep.c (mips_gdbarch_init): Update.
3019 (mips_o32_extract_return_value): Rewrite.
3020 (mips_o32_store_return_value): Rewrite.
3021 (mips_o32_xfer_return_value): New function.
3022 (mips_xfer_register): Tweak debug print message. Allow for
3023 buf_offset when dumping the value transfered.
3024
3025 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3026
3027 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3028 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3029 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3030 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3031 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3032
3033 2002-08-14 Michael Snyder <msnyder@redhat.com>
3034
3035 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3036
3037 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3038
3039 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3040 register.
3041 (P): New macro to define a register as a pseudo register.
3042 (R, R4, R8, R16, FR32, R64, R0): Updated.
3043 (struct variant): Add new fields for number of pseudo registers
3044 and number of total registers.
3045 (tot_num_registers): New macro replacing....
3046 (num_registers): ...deleted macro.
3047 (num_registers): New function.
3048 (num_pseudo_registers): New function.
3049 (variants): Update all variants to intialize new fields correctly.
3050 Postpone initialization of number of pseudo regs and real regs.
3051 (init_variants): New function.
3052 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3053 registers offsets.
3054
3055 2002-08-19 David Carlton <carlton@math.stanford.edu>
3056
3057 * valops.c (search_struct_field): Change error message to treat
3058 return value of 0 from value_static_field as meaning that field is
3059 optimized out.
3060 (value_struct_elt_for_reference): Ditto.
3061 * values.c (value_static_field): Treat an unresolved location the
3062 same as a nonexistent symbol. Fix PR gdb/635.
3063 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3064 enclosed. Fix PR gdb/574.
3065 * MAINTAINERS: Add self to Write After Approval list.
3066
3067 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3068
3069 * mips-tdep.c (mips_xfer_register): New function.
3070 (mips_n32n64_extract_return_value): Rewrite.
3071 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3072 instead of deprecated_extract_return_value.
3073
3074 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3075
3076 * rs6000-tdep.c (TDEP): Delete macro.
3077 (branch_dest): Replace use of TDEP macro with its body.
3078 (rs6000_pop_frame): Ditto.
3079 (rs6000_push_arguments): Ditto.
3080 (rs6000_skip_trampoline_code): Ditto.
3081 (rs6000_frame_saved_pc): Ditto.
3082 (rs6000_frame_chain): Ditto.
3083 (rs6000_register_name): Ditto.
3084 (rs6000_register_byte): Ditto.
3085 (rs6000_register_raw_size): Ditto.
3086 (rs6000_register_virtual_type): Ditto.
3087 (rs6000_register_convertible): Ditto.
3088 (rs6000_convert_from_func_ptr_addr): Ditto.
3089
3090 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3093 conditionally.
3094 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3095 MIPS_LINUX_JB_ELEMENT_SIZE.
3096 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3097 for MAX_REGISTER_RAW_SIZE arrays.
3098 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3099 MIPS_LINUX_JB_ELEMENT_SIZE.
3100
3101 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3102
3103 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3104
3105 2002-08-19 Aidan Skinner <aidan@velvet.net>
3106
3107 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3108 ada-valprint.c ada-tasks.c.
3109 (YYFILES): Add ada-exp.y.
3110 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3111 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3112 (ada-exp.tab.o): New target.
3113
3114 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3115
3116 * regcache.c (regcache_xfer_part): New function.
3117 (regcache_raw_read_part): New function.
3118 (regcache_raw_write_part): New function.
3119 (regcache_cooked_read_part): New function.
3120 (regcache_cooked_write_part): New function.
3121 * regcache.h (regcache_raw_read_part): Declare.
3122 (regcache_raw_write_part): Declare.
3123 (regcache_cooked_read_part): Declare.
3124 (regcache_cooked_write_part): Declare.
3125
3126 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3127
3128 * remote.c (remote_open_1): Add async_p.
3129 (remote_async_open_1): Delete.
3130 (open_remote_target): Delete.
3131 (remote_open, extended_remote_open): Update calls to remote_open_1.
3132 (remote_async_open, extended_remote_async_open): Call
3133 remote_open_1 instead of remote_async_open_1.
3134
3135 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3136
3137 * blockframe.c: Fix a few coding standard violations.
3138
3139 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3140
3141 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3142 here from ...
3143 * config/i386/tm-i386sco5.h: ... here. File removed.
3144 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3145
3146 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3147 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3148 (TM_FILE): Set to tm-i386.h.
3149 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3150 * config/i386/tm-i386v.h: Remove file.
3151 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3152 instead of "i386/tm-i386v.h".
3153 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3154 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3155 "i386/tm-i386v.h".
3156 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3157 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3158 "i386/tm-i386.h".
3159
3160 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3161
3162 * config/i386/nm-i386v.h: Add protection against
3163 multiple-inclusion.
3164 (i386_register_u_addr): Remove prototype.
3165 (register_u_addr): New prototype.
3166 (REGISTER_U_ADDR): Redefine accordingly.
3167 * i386v-nat.c: Improve several comments.
3168 (i386_register_u_addr): Change signature and rename to
3169 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3170 ubase variable.
3171
3172 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3173
3174 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3175 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3176 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3177 deprecated_extract_return_value.
3178 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3179 rename mips_o32o64_push_arguments.
3180 (mips_gdbarch_init): Update.
3181 (mips_extract_return_value): Delete.
3182 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3183 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3184 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3185 (mips_n32n64_extract_return_value): Clone
3186 mips_extract_return_value.
3187 (mips_store_return_value): Delete.
3188 (mips_o32_store_return_value): Clone mips_store_return_value.
3189 (mips_o64_store_return_value): Clone mips_store_return_value.
3190 (mips_eabi_store_return_value): Clone mips_store_return_value.
3191 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3192
3193 2002-08-18 Aidan Skinner <aidan@velvet.net>
3194
3195 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3196 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3197
3198 2002-08-18 Aidan Skinner <aidan@velvet.net>
3199
3200 * ada-lang.c: Run through gdb_indent.sh.
3201 * ada-lang.h: Run through gdb_indent.sh.
3202 * ada-tasks.c: Run through gdb_indent.sh.
3203 * ada-typeprint.c: Run through gdb_indent.sh.
3204 * ada-valprint.c: Run through gdb_indent.sh.
3205
3206 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3207
3208 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3209 ABI.
3210
3211 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3212
3213 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3214
3215 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3216 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3217
3218 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3219 write_register_gen instead of write_register_bytes.
3220
3221 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3222 i[3456]-*-osf1mk* configurations have been made obsolete.
3223 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3224 i[3456]86-*-osf1mk* hosts obsolete.
3225 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3226 targets obsolete.
3227 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3228 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3229 config/i386/i386m3.mt, config/i386/nm-m3.h,
3230 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3231 config/i386/i386mk.mh, config/i386/i386mk.mt,
3232 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3233 obsolete.
3234 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3235 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3236 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3237
3238 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3239
3240 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3241 (hppa_value_returned_from_stack): Declare.
3242 (hppa_extract_return_value): Declare.
3243 * config/pa/hppa.mt: New file.
3244 * configure.tgt: Recognize hppa*-*-*.
3245 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3246
3247 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3248
3249 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3250 comment.
3251
3252 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3253
3254 * top.c (gdb_rl_operate_and_get_next): Make sure
3255 operate-and-get-next functions correctly even when the history
3256 list is completely filled.
3257
3258 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3259
3260 * MAINTAINERS (Target Instruction Set Architectures): Rename
3261 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3262 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3263 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3264 already listed under Host/Native.
3265
3266 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3267 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3268 mips*-*-*.
3269
3270 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3271
3272 * config/ia64/ia64.mt: New file.
3273 * config/alpha/alpha.mt: New file.
3274 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3275 ia64-linux-gnu. Mention that ia64-elf is broken.
3276 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3277
3278 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3279
3280 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3281 generic_func_frame_valid instead of func_frame_valid.
3282
3283 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3284
3285 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3286 procfs appears to be broken when debugging on multi-processor
3287 machines. So enable software single stepping in order to avoid
3288 using the procfs interface to do next/step operations, using
3289 internal breakpoints instead.
3290
3291 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3292 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3293 make this pc address equal to the value it would have if the
3294 system stepping capability was used. Also set a new flag used
3295 to ensure that we don't readjust the PC one more time later.
3296
3297 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3298 address by DECR_PC_AFTER_BREAK when software single step is
3299 in use for this architecture, as this has already been taken
3300 care of in handle_inferior_event().
3301
3302 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3303
3304 * infrun.c (handle_inferior_event): Minor reformatting, to make
3305 a rather long condition expression easier to read.
3306
3307 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3308
3309 * Makefile.in (gdbtk.o): Move to end of file.
3310 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3311 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3312 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3313 (gdbtk-wrapper.o, gdbres.o): Ditto.
3314
3315 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3316
3317 * Makefile.in (copying.o): Separate out compile rule.
3318 (hpux-thread.o, procfs.o, signals.o): Ditto.
3319 (v850ice.o, z8k-tdep.o): Ditto.
3320 (tui-file.o): Move to TUI section.
3321 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3322 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3323
3324 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3325
3326 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3327 skip_trampoline_code, for better namespace-proofing.
3328
3329 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3330
3331 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3332
3333 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3334
3335 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3336
3337 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3338 signal, check whether we hit a breakpoint before checking for a
3339 single step breakpoint. Otherwise, GDB fails to notice that a
3340 breakpoint has been hit when stepping onto a breakpoint.
3341
3342 2002-08-16 Keith Seitz <keiths@redhat.com>
3343
3344 * gdb-events.sh (clear_gdb_event_hooks): New function.
3345 * gdb-events.c: Regenerate.
3346 * gdb-events.h: Regenerate.
3347
3348 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3349
3350 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3351 not_a_sw_breakpoint.
3352 * breakpoint.h (bpstat_stop_status): Add parameter names.
3353
3354 2002-08-16 Grace Sainsbury <graces@redhat.com>
3355
3356 * remote.c (remote_insert_hw_breakpoint)
3357 (remote_remove_hw_breakpoint): Fix calculation of length field
3358 for Z-packet.
3359
3360 2002-08-15 Michael Snyder <msnyder@redhat.com>
3361
3362 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3363 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3364 (supply_fpregset): Ditto.
3365
3366 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3367 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3368 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3369 (TARGET_READ_SP): Delete.
3370 (DO_REGISTERS_INFO): Delete.
3371 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3372 Delete.
3373 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3374 from macros to functions.
3375
3376 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3377 (mips_register_convertible, mips_register_convert_to_virtual,
3378 mips_register_convert_to_raw): Make static.
3379 (mips_read_sp): New function.
3380 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3381 (mips_do_registers_info): Make static.
3382 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3383 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3384 (mips_register_convert_from_type, mips_register_convert_to_type):
3385 New functions.
3386 (mips_gdbarch_init): Set up function_start_offset,
3387 register_virtual_size, pc_in_sigtramp.
3388
3389 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3390
3391 * infcmd.c (vector_info): New function.
3392 (_initialize_infcmd): Add command "info vector".
3393 (print_vector_info): New function.
3394
3395 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3396 * gdbarch.h, gdbarch.c: Regenerate.
3397
3398 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3399
3400 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3401 ``print_all''. Only print vector registers when ``print_all''.
3402
3403 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3404
3405 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3406 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3407
3408 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3409 Add `args' parameter.
3410 * gdbarch.h, gdbarch.c: Regenerate.
3411
3412 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3413
3414 * infcmd.c (float_info): Call print_float_info.
3415 (print_float_info): New function. By default, print the
3416 floating-point registers.
3417
3418 * arch-utils.h (default_print_float_info): Delete declaration.
3419 * arch-utils.c (default_print_float_info): Delete function.
3420
3421 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3422
3423 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3424 out define.
3425
3426 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3427 FRAME.
3428
3429 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3430 * configure.host: Make i[3456]86-*-aix host obsolete.
3431 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3432 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3433 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3434 config/i386/xm-i386aix.h: Make files obsolete.
3435 * i386aix-nat.c: Make file obsolete.
3436 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3437 (i386aix-nat.o): Make target obsolete.
3438
3439 * config/i386/nm-gnu.h: Removed.
3440 * config/i386/nm-i386gnu.h: New file.
3441 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3442 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3443 Moved here from ...
3444 * config/i386/tm-i386gnu.h: ... here. Removed.
3445 * config/i386/xm-i386gnu.h: Removed.
3446 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3447 (NAT_FILE): Set to nm-i386gnu.h.
3448 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3449 * i386-tdep.c: New file.
3450 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3451 (i386gnu-tdep.o): Specify dependencies.
3452
3453 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3454
3455 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3456 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3457 Adjust a few comments to reflect reality a bit closer.
3458 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3459 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3460 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3461 target_insert_watchpoint, target_remove_watchpoint):
3462 Move defines to ...
3463 * config/i386/nm-i386sco5.h: ... here.
3464 (kernel_u_size): Add prototype. Improve a few comments and add
3465 protection against multiple inclusion.
3466
3467 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3468 out define.
3469
3470 * uw-thread.c (SP_ARG0): Define if not already defined.
3471 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3472
3473 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3474
3475 * config/i386/tm-i386.h: Don't include "regcache.h".
3476
3477 * i387-tdep.h (i387_print_float_info): New prototype.
3478 * i387-tdep.c (print_i387_value, print_i387_ext,
3479 print_i387_status_word, print_i387_control_word): Add `struct
3480 ui_file *' argument and use it for output.
3481 (i387_print_float_info): Renamed from i387_float_info. Add
3482 `struct gdbarch *' and `struct ui_file *' arguments and use the
3483 latter for output.
3484 * i386-tdep.c: Include "i387-tdep.h".
3485 (i386_gdbarch_init): Set print_float_info.
3486 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3487 (FLOAT_INFO): Remove define.
3488
3489 2002-08-13 Michael Snyder <msnyder@redhat.com>
3490
3491 * mips-tdep.c (mips_push_arguments): Rename to
3492 mips_eabi_push_arguments, and tune for EABI.
3493 (MIPS_REGS_HAVE_HOME_P): Delete.
3494 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3495 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3496 Delete references to mips_regs_have_home_p.
3497
3498 2002-08-14 Keith Seitz <keiths@redhat.com>
3499
3500 * Makefile.in (install-gdbtk): Create insight plugin directory.
3501 Install plugins.tcl file.
3502
3503 2002-08-14 Keith Seitz <keiths@redhat.com>
3504
3505 * configure.in: Move SUBDIRS to near top of the file so that
3506 --enable options may add things to it.
3507 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3508 * configure: Regenerate.
3509
3510 2002-08-13 Michael Snyder <msnyder@redhat.com>
3511
3512 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3513 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3514 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3515
3516 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3517
3518 * vax-tdep.c (vax_get_saved_register): Delete function.
3519 (vax_gdbarch_init): Update.
3520 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3521 (ns32k_gdbarch_init): Update.
3522 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3523 (alpha_gdbarch_init): Update.
3524
3525 2002-08-13 Andrew Cagney <cagney@redhat.com>
3526
3527 * regcache.c (init_regcache_descr): Overallocate the
3528 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3529 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3530 nr_raw_registers.
3531 (set_register_cached): Add range checking assertions. Use
3532 current_regcache.
3533
3534 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3535
3536 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3537 numbers for MMX registers.
3538
3539 2002-08-13 Andrew Cagney <cagney@redhat.com>
3540
3541 * i386-tdep.c (i386_gdbarch_init): Use
3542 generic_unwind_get_saved_register.
3543
3544 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3545
3546 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3547 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3548 target vector.
3549 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3550 Delete. Add comment regarding this now-deleted target method.
3551
3552 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3553
3554 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3555 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3556 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3557 real PC and the page number (if it's within the memory bank window).
3558 (m68hc11_pseudo_register_write): Likewise when saving.
3559 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3560 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3561 (m68hc11_register_raw_size): And use 32-bit for it.
3562 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3563 16K memory bank is used by the prog; also use the virtual pc.
3564
3565 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3566
3567 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3568 (m68hc11_gdbarch_init): Install it in gdbarch.
3569 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3570 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3571 (MSYMBOL_SIZE): New for documentation.
3572 (insn_return_kind): Enum to specify how a function returns.
3573 (frame_extra_info): Cleanup and record the return mode.
3574 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3575 register in address computation.
3576 (m68hc11_get_return_insn): New to obtain the return instruction used
3577 by the function.
3578 (m68hc11_frame_init_saved_regs): Take into account the return
3579 instruction used by the function for far and interrupt functions.
3580 (m68hc11_init_extra_frame_info): Take into account page register.
3581 (m68hc11_frame_args_address): Adjust according to the return mode.
3582 (show_regs): Print page register only when it's used.
3583
3584 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3585
3586 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3587 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3588 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3589 registers.
3590 (m68hc11_register_raw_size): Likewise.
3591
3592 2002-08-13 Andrew Cagney <cagney@redhat.com>
3593
3594 * i386-tdep.c (i386_register_name): Handle mmx registers.
3595 (mmx_regnum_p): New function.
3596 (i386_mmx_names): New array.
3597 (mmx_num_regs): New variable.
3598 (i386_pseudo_register_read): New function.
3599 (i386_pseudo_register_write): New function.
3600 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3601
3602 * regcache.c (regcache_raw_read_unsigned): New function.
3603 (regcache_raw_read_signed): New function.
3604 * regcache.h (regcache_raw_read_unsigned): Declare.
3605 (regcache_raw_read_signed): Declare.
3606
3607 2002-08-13 Andrew Cagney <cagney@redhat.com>
3608
3609 * regcache.c (regcache_raw_read_as_address): Delete function.
3610 (regcache_cooked_read_signed): New function.
3611 (regcache_cooked_read_unsigned): New function.
3612 * regcache.h (regcache_cooked_read_signed): Declare.
3613 (regcache_cooked_read_unsigned): Declare.
3614 (regcache_raw_read_as_address): Delete declaration.
3615
3616 * blockframe.c (generic_read_register_dummy): Use
3617 regcache_cooked_read_unsigned.
3618 * i386-tdep.c (i386_extract_struct_value_address): Use
3619 regcache_cooked_read_unsigned.
3620
3621 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3622
3623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3624 double sizes according to ELF ABI flags.
3625 (gdbarch_tdep): Record elf_flags.
3626
3627 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3628
3629 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3630 (m6812_prolog): They can appear in 68HC12 function prologue.
3631 (m68hc11_frame_chain): Cleanup.
3632
3633 2002-08-12 Andrew Cagney <cagney@redhat.com>
3634
3635 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3636 declarations.
3637 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3638 (i386_linux_register_raw_size): Delete function.
3639 (i386_linux_init_abi): Update.
3640 * i386-tdep.c (i386_register_raw_size): Delete function.
3641 (i386_register_byte): Delete function.
3642 (i386_gdbarch_init): Update.
3643 (i386_register_size): Delete array.
3644 (i386_register_offset): Delete array.
3645
3646 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3647 (REGISTER_RAW_SIZE): Delete macro.
3648 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3649 (REGISTER_BYTE): Delete macro.
3650
3651 2002-08-11 Aidan Skinner <aidan@velvet.net>
3652
3653 * ada-lang.c (ada_lookup_partial_symbol)
3654 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3655 prototype names so that grep ^func works properly.
3656
3657 * ada-lang.c (ada_array_element_type)
3658 (ada_lookup_partial_symbol): Fix typos in parameter list.
3659
3660 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3661 Fix prototype names so that grep ^func works properly.
3662
3663 2002-08-10 Andrew Cagney <cagney@redhat.com>
3664 Elena Zannoni <ezannoni@redhat.com>
3665 Martin M. Hunt <hunt@redhat.com>
3666
3667 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3668 (build_builtin_type_vec128i): Set the vector bit.
3669 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3670 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3671 (build_builtin_type_vec64): New function.
3672 (build_builtin_type_vec64i): New function.
3673 (build_gdbtypes): Initialize builtin_type_vec64 and
3674 builtin_type_vec64i.
3675
3676 2002-08-09 Andrew Cagney <cagney@redhat.com>
3677
3678 * regcache.c (regcache_dump): Compare the register offset
3679 with REGISTER_BYTE.
3680 * arch-utils.c (generic_register_byte): New function.
3681 * arch-utils.h (generic_register_byte): Declare.
3682 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3683 * gdbarch.h, gdbarch.c: Regenerate.
3684
3685 2002-08-09 Andrew Cagney <cagney@redhat.com>
3686
3687 * regcache.c: Include "gdbcmd.h"
3688 (_initialize_regcache): Add commands "maintenance print
3689 registers", "maintenance print raw-registers" and "maintenance
3690 print cooked-registers".
3691 (enum regcache_dump_what): Define.
3692 (dump_endian_bytes): New function.
3693 (regcache_dump): New function.
3694 (regcache_print): New function.
3695 (maintenance_print_registers): New function.
3696 (maintenance_print_raw_registers): New function.
3697 (maintenance_print_cooked_registers): New function.
3698 * Makefile.in (regcache.o): Update dependencies.
3699
3700 2002-08-09 Michael Snyder <msnyder@redhat.com>
3701
3702 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3703 (mips_push_arguments): Correct some comments. Use paddr_nz
3704 for printing addresses in debug output. Replace static
3705 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3706 (mips_n32n64_push_arguments): New function, cloned from
3707 mips_push_arguments and tuned for the n32/n64 ABI.
3708 (mips_push_register): Buffer needs dynamic allocation.
3709 (mips_print_register): Ditto.
3710 (do_gp_register_row): Ditto.
3711 (mips_store_return_value): Ditto.
3712 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3713
3714 2002-08-09 Don Howard <dhoward@redhat.com>
3715
3716 * memattr.c (mem_info_command): Print special case of upper bound
3717 as max CORE_ADDR + 1.
3718
3719 2002-08-08 Michael Snyder <msnyder@redhat.com>
3720
3721 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3722 returns structs by ref if they're too big to fit in two registers.
3723
3724 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3725
3726 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3727 saved regs value.
3728 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3729 mips_find_saved_regs().
3730 (mips_pop_frame): Likewise.
3731
3732 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3733
3734 * blockframe.c (frame_saved_regs_register_unwind): Revise
3735 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3736 frames are in use.
3737
3738 2002-08-09 Grace Sainsbury <graces@redhat.com>
3739
3740 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3741 T-packets; the 'a' is not taken as a register number.
3742 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3743 (remote_stopped_data_address): New functions; add to target
3744 vector.
3745 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3746 prototypes to match other implementations of this
3747 function. replace integer argument with pointer -- the length
3748 field in the Z-packet is the length of what is pointed to or 1 if
3749 pointer is null. Add to target vector.
3750 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3751 target vector.
3752
3753 From Mark Salter:
3754 * remote.c (remote_wait): Add support to extract optional
3755 watchpoint information from T-packet. Ignore unrecognized
3756 optional info in T-packet.
3757 (remote_async_wait): Ditto.
3758
3759 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3760
3761 * cli/cli-dump.c: Change fopen modes to use binary open modes
3762 as defined in include/fopen-bin.h throughout.
3763
3764 2002-08-08 Michael Snyder <msnyder@redhat.com>
3765
3766 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3767
3768 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3769
3770 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3771 assertion failure by returning early after a warning.
3772
3773 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3774
3775 * mips-tdep.c (mips_find_saved_regs): Make static.
3776 (mips_frame_init_saved_regs): New function.
3777 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3778 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3779 (mips_find_saved_regs): Delete declaration.
3780
3781 2002-08-08 Grace Sainsbury <graces@redhat.com>
3782
3783 * remote.c (remote_wait, remote_async_wait): Change
3784 thread_num from int to ULONGEST.
3785 (unpack_varlen_hex): Change result parameter from
3786 int * to ULONGEST *.
3787
3788 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3789
3790 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3791 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3792 powerpc*-*-*.
3793 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3794
3795 2002-08-08 Andrew Cagney <cagney@redhat.com>
3796
3797 * gcore.c (override_derive_stack_segment): Delete variable.
3798 (preempt_derive_stack_segment): Delete function.
3799 (derive_stack_segment): Delete function.
3800 (default_derive_stack_segment): Renamed to derive_stack_segment.
3801 (override_derive_heap_segment): Delete variable.
3802 (preempt_derive_heap_segment): Delete function.
3803 (derive_heap_segment): Delete function.
3804 (default_derive_heap_segment): Rename to derive_heap_segment.
3805
3806 2002-08-06 Michael Snyder <msnyder@redhat.com>
3807
3808 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3809 * mips-tdep.c (mips_EABI_use_struct_convention,
3810 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3811 New functions. (mips_use_struct_convention): Delete.
3812 (mips_gdbarch_init): set use_gdbarch_convention.
3813
3814 2002-08-06 Michael Snyder <msnyder@redhat.com>
3815
3816 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3817 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3818 mips_o32_reg_struct_has_addr): New functions.
3819 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3820
3821 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3822
3823 * regcache.c (pseudo_register): Delete function.
3824 (fetch_register): Delete function.
3825 (store_register): Delete function.
3826 (regcache_raw_read, legacy_read_register_gen): Use
3827 target_fetch_registers instead of fetch_register.
3828 (legacy_write_register_gen, regcache_raw_write): Use
3829 target_store_register instead of store_register.
3830 (write_register_bytes): Ditto.
3831
3832 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3833 (STORE_PSEUDO_REGISTER): Delete.
3834 * gdbarch.h, gdbarch.c: Regenerate.
3835
3836 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3837
3838 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3839 write dump file binary.
3840
3841 2002-08-05 Michael Snyder <msnyder@redhat.com>
3842
3843 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3844 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3845 (mips_gdbarch_init): Set N32 target to be mips64.
3846
3847 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3848
3849 * frame.c (find_saved_register): Break out of loop once saved
3850 register address is found. Don't mention sparc in loop comment
3851 anymore.
3852
3853 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3854
3855 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3856 mips_default_saved_regsize to 8.
3857
3858 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3859
3860 * gcore.c: Do not include <sys/procfs.h>.
3861 * Makefile.in (gcore.o): Update dependencies.
3862
3863 2002-08-06 Andrew Cagney <cagney@redhat.com>
3864
3865 * configure.tgt: Make arc-*-* obsolete.
3866 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3867 * MAINTAINERS: Make arc-elf obsolete.
3868 * arc-tdep.c: Make file obsolete.
3869 * config/arc/arc.mt: Ditto.
3870 * config/arc/tm-arc.h: Ditto.
3871
3872 2002-08-05 Theodore A. Roth <troth@verinet.com>
3873
3874 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3875
3876 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3877
3878 * mcore-tdep.c (mcore_gdbarch_init): Use
3879 generic_unwind_get_saved_register instead of
3880 generic_get_saved_register.
3881 * v850-tdep.c (v850_gdbarch_init): Ditto.
3882 * frv-tdep.c (frv_gdbarch_init): Ditto.
3883 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3884 * s390-tdep.c (s390_gdbarch_init): Ditto.
3885 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3886 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3887 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3888
3889 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3890
3891 * objfiles.h: Add missing #include "symfile.h"
3892
3893 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3894
3895 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3896
3897 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3898 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3899 of FIELD_BITSIZE.
3900
3901 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3902
3903 * NEWS: Cleanup and nitpick.
3904
3905 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3906
3907 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3908
3909 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3910
3911 * Makefile.in (gdbtk-bp.o): Update dependencies.
3912 (gdbtk-register.o): Ditto.
3913 (gdbtk-varobj.o): Ditto.
3914
3915 2002-08-03 Andrew Cagney <cagney@redhat.com>
3916
3917 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3918 m68hc11_fetch_pseudo_register.
3919 (m68hc11_pseudo_register_write): Replace
3920 m68hc11_store_pseudo_register.
3921 (m68hc11_gdbarch_init): Update.
3922
3923 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3924
3925 * gdbarch.sh: Include "gdb_string.h".
3926 * gdbarch.c: Regenerate.
3927
3928 * regcache.c: Include "gdb_string.h".
3929 * ax-general.c: Ditto.
3930 * varobj.c: Ditto.
3931 * std-regs.c: Ditto.
3932 * fbsd-proc.c: Ditto.
3933 * thread.c: Ditto.
3934
3935 * Makefile.in (regcache.o): Update dependencies.
3936 (thread.o, gdbarch.o): Ditto.
3937 (ax-general.o, gdbarch.o): Ditto.
3938 (varobj.o, std-regs.o): Ditto.
3939 (fbsd-proc.o): Specify dependencies.
3940
3941 2002-08-02 Andrew Cagney <cagney@redhat.com>
3942
3943 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3944 regnum.
3945 (regcache_cooked_write): Ditto.
3946
3947 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3948
3949 * regcache.c (regcache_cooked_read): New function.
3950 (regcache_cooked_write): New function.
3951 (read_register_gen): Rewrite using regcache_cooked_read.
3952 (write_register_gen): Rewrite using regcache_cooked_write.
3953
3954 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3955 Declare.
3956
3957 2002-08-02 Andrew Cagney <cagney@redhat.com>
3958
3959 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3960 Replace the architecture methods register_read and register_write.
3961 * gdbarch.h, gdbarch.c: Regenerate.
3962 * regcache.c (init_regcache_descr): Update.
3963 (read_register_gen): Update.
3964 (write_register_gen): Update.
3965 (supply_register): Update comment.
3966
3967 * sh-tdep.c (sh_gdbarch_init): Update.
3968 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3969 `regcache' and `gdbarch' parameters. Make `buffer' a void
3970 pointer. Update code.
3971 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3972 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3973 void pointer. Update code.
3974 (sh64_register_write): Delete.
3975 (sh4_register_read): Delete.
3976 (sh64_register_read): Delete.
3977 (sh4_register_write): Delete.
3978 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3979 void pointer, `to' parameter a void pointer.
3980 (sh_sh64_register_convert_to_raw): Ditto.
3981
3982 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3983
3984 * mips-tdep.c (mips_register_virtual_type): Use architecture
3985 invariant return values.
3986
3987 2002-08-01 Andrew Cagney <cagney@redhat.com>
3988
3989 * linux-proc.c: Include "gdb_string.h".
3990 * Makefile.in (linux-proc.o): Update dependency list.
3991
3992 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3993
3994 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3995 comment.
3996
3997 2002-08-01 Grace Sainsbury <graces@redhat.com>
3998
3999 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4000 to_insert_watchpoint, to_remove_watchpoint,
4001 to_stopped_by_watchpoint, to_stopped_data_address,
4002 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4003 target vecctor. Define their corresponding macros so they call
4004 them.
4005
4006 * target.c: Add default and debug versions of for
4007 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4008 to_insert_watchpoint, to_remove_watchpoint,
4009 to_stopped_by_watchpoint, to_stopped_data_address,
4010 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4011
4012 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4013
4014 * mips-tdep.c (mips_register_virtual_type): New function.
4015 (mips_gdbarch_init): Register mips_register_virtual_type()
4016 with gdbarch machinery.
4017 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4018 this file instead of tm-bigmips.h.
4019 (MIPS_REGSIZE): Delete this macro.
4020 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4021 multiarch version in mips-tdep.c will be found.
4022
4023 2002-08-01 Andrew Cagney <cagney@redhat.com>
4024
4025 * NEWS: Menion that CHILL has been made obsolete.
4026
4027 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4028 * stabsread.c (read_range_type): Ditto.
4029 * gdbtypes.h: Ditto.
4030 * language.c (binop_type_check): Ditto.
4031 (binop_result_type): Ditto.
4032 (integral_type): Ditto.
4033 (character_type): Ditto.
4034 (string_type): Ditto.
4035 (boolean_type): Ditto.
4036 (structured_type): Ditto.
4037 (lang_bool_type): Ditto.
4038 (binop_type_check): Ditto.
4039 * language.h (_LANG_chill): Ditto.
4040 * dwarfread.c (set_cu_language): Ditto.
4041 * dwarfread.c (CHILL_PRODUCER): Ditto.
4042 * dwarfread.c (handle_producer): Ditto.
4043 * expression.h (enum exp_opcode): Ditto.
4044 * eval.c: Ditto for comments.
4045 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4046 * expprint.c (print_subexp): Ditto.
4047 (print_subexp): Ditto.
4048 * valops.c (value_cast): Ditto.
4049 (search_struct_field): Ditto.
4050 * value.h (COERCE_VARYING_ARRAY): Ditto.
4051 * symfile.c (init_filename_language_table): Ditto.
4052 (add_psymbol_with_dem_name_to_list): Ditto.
4053 * valarith.c (value_binop): Ditto.
4054 (value_neg): Ditto.
4055 * valops.c (value_slice): Ditto.
4056 * symtab.h (union language_specific): Ditto.
4057 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4058 (SYMBOL_DEMANGLED_NAME): Ditto.
4059 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4060 * defs.h (enum language): Ditto.
4061 * symtab.c (got_symtab): Ditto.
4062 * utils.c (fprintf_symbol_filtered): Ditto.
4063
4064 * ch-typeprint.c: Make file obsolete.
4065 * ch-valprint.c: Make file obsolete.
4066 * ch-lang.h: Make file obsolete.
4067 * ch-exp.c: Make file obsolete.
4068 * ch-lang.c: Make file obsolete.
4069
4070 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4071 CHILL_LIB.
4072 (TARGET_FLAGS_TO_PASS): Ditto.
4073 (CHILLFLAGS): Obsolete.
4074 (CHILL): Obsolete.
4075 (CHILL_FOR_TARGET): Obsolete.
4076 (CHILL_LIB): Obsolete.
4077 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4078 ch-valprint.c.
4079 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4080 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4081 ch-lang.o.
4082 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4083 targets.
4084
4085 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4086
4087 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4088 This does not change anything at the moment, but will be helpful
4089 later when full Ada support is integrated.
4090
4091 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4092
4093 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4094 help message.
4095
4096 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4097
4098 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4099 and save it in a local variable. Use variable in later test.
4100
4101 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4102
4103 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4104 test. (Thanks to Daniel Jacobowitz.)
4105
4106 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4107
4108 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4109 (mips_abi_strings): Add "n64".
4110 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4111
4112 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4113
4114 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4115 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4116
4117 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4118
4119 * utils.c (host_pointer_to_address, address_to_host_pointer):
4120 Use gdb_assert() instead of explicit call to internal_error().
4121
4122 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4123
4124 * Makefile.in (rs6000-nat.o): Update dependencies.
4125
4126 From Nicholas Duffek:
4127 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4128 (aix-thread.o): New rule.
4129 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4130 * config/powerpc/aix432.mh: New file.
4131
4132 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4133
4134 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4135 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4136 (fetch_core_registers, ppc_linux_supply_gregset)
4137 (ppc_linux_supply_fpregset): New functions.
4138 (ppc_linux_regset_core_fns): New.
4139 (_initialize_ppc_linux_tdep): Call add_core_fns.
4140 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4141 and ppc_linux_supply_gregset.
4142 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4143 (supply_fpregset): Call ppc_linux_supply_fpregset.
4144 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4145 corelow.o.
4146 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4147
4148 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4149
4150 * symtab.c (lookup_symbol): Demangle before lowercasing.
4151
4152 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4153
4154 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4155 declaration.
4156 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4157 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4158 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4159 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4160 "gdb_string.h".
4161 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4162 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4163 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4164 (avr-tdep.o, mon960-rom.o): Ditto.
4165 (aout_stabs_gnu_h): Define.
4166 (symtab_h): Remove $(gdb_obstack_h).
4167
4168 2002-07-30 Jim Blandy <jimb@redhat.com>
4169
4170 Patch from David Carlton <carlton@math.stanford.edu>:
4171 * gdbinit.in: Move the `dir' commands that add GDB's own source
4172 directory to the search path to the end, so that the `gdb' source
4173 directory will be searched first.
4174
4175 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4176
4177 * gdb_obstack.h: New file.
4178 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4179 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4180 * objfiles.h: Include "gdb_obstack.h".
4181 * Makefile.in (gdb_obstack_h): Define.
4182 (symtab_h): Add $(gdb_obstack_h).
4183 (objfiles_h): Add $(gdb_obstack_h).
4184
4185 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4186 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4187 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4188 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4189 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4190 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4191 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4192 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4193
4194 * Makefile.in (bcache.o): Update dependencies.
4195 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4196 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4197 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4198 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4199 (stabsread.o, symfile.o, symmisc.o): Ditto.
4200 (symtab.o, typeprint.o, macroexp.o): Ditto.
4201 (macrotab.o, mdebugread.o): Ditto.
4202 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4203 (coff_ecoff_h, aout_aout64_h): Define.
4204 (aout_stabs_gnu_h, libaout_h): Define.
4205
4206 2002-07-29 Andrew Cagney <cagney@redhat.com>
4207
4208 * regcache.c (struct regcache_descr): Rename nr_registers to
4209 nr_cooked_registers. Revise comments describing the structure
4210 member fields.
4211 (init_regcache_descr): Update.
4212 (init_legacy_regcache_descr): Update.
4213 (read_register_gen, write_register_gen): When a cooked register in
4214 the raw register range, directly access the value from the raw
4215 register cache.
4216
4217 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4218
4219 * z8k-tdep.c: Do not include "obstack.h".
4220 * h8300-tdep.c, h8500-tdep.c: Ditto.
4221 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4222 * valprint.c, v850-tdep.c: Ditto.
4223 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4224 * mn10200-tdep.c: Ditto.
4225
4226 * Makefile.in (z8k-tdep.o): Update dependencies.
4227 (m68hc11-tdep.o, valprint.o): Ditto.
4228 (v850-tdep.o, d10v-tdep.o): Ditto.
4229 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4230 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4231 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4232 (sh_opc_h, gdb_sim_sh_h): Define.
4233 (elf_sh_h, elf_bfd_h): Define.
4234 (opcode_m68hc11_h): Define.
4235 (OPCODES_SRC, OPCODES_DIR): define.
4236 (OPCODES): Use $(OPCODES_DIR).
4237 (gdb_sim_d10v_h): Rename sim_d10v_h.
4238 (gdb_sim_arm_h): Rename sim_arm_h.
4239
4240 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4241
4242 * utils.c (host_pointer_to_address, address_to_host_pointer):
4243 Change internal_error() message to indicate function responsible
4244 for the error.
4245
4246 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4247
4248 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4249 calls to local_hex_string_custom().
4250
4251 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4252
4253 * irix5-nat.c: Move IRIX shared library support from here...
4254 * solib-irix.c: ...to here. Revised substantially to work with
4255 generic solib framework.
4256
4257 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4258 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4259 * mips-irix-tdep.c: New file.
4260
4261 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4262 (mips-irix-tdep.o, solib-irix.o): New rules.
4263 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4264 solib-irix.o.
4265 * config/mips/irix6.mt (TDEPFILES): Likewise.
4266 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4267
4268 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4269
4270 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4271 disabled (via ``#if 0'') includes.
4272
4273 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4274
4275 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4276 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4277 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4278 Add support for the fpscr register.
4279 * rs6000-nat.c (regmap, fetch_inferior_registers)
4280 (store_inferior_registers, fetch_core_registers): Likewise.
4281
4282 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4283
4284 * rs6000-nat.c (language.h): Include.
4285 (special_regs): Delete this array.
4286 (regmap): New function.
4287 (fetch_register, store_register): Use regmap() to map gdb
4288 register numbers to ptrace register numbers. Also, use
4289 outputs from regmap() to make decisions regarding type of
4290 ptrace() call to make. In particular, don't compare against
4291 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4292 (fetch_inferior_registers, store_inferior_registers): Where
4293 possible, obtain register numbers from tdep struct. Don't
4294 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4295 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4296 (LAST_UISA_SP_REGNUM): Delete.
4297
4298 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4299
4300 * rs6000-nat.c (ppc-tdep.h): Include.
4301 (fetch_registers, store_register, fetch_core_registers): Don't
4302 access registers[] directly. Instead, use supply_register() or
4303 regcache_collect() as appropriate.
4304 (find_toc_address): Format hex address with local_hex_string().
4305
4306 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4307
4308 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4309 bfd/elf32-frv.c.
4310
4311 2002-07-24 Tom Tromey <tromey@redhat.com>
4312
4313 * jv-exp.y: Marked all strings with _().
4314 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4315 internal_error.
4316 (MethodInvocation, CastExpression, parse_number, yyerror,
4317 java_type_from_name, push_expression_name, yylex): Typo fixes.
4318
4319 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4320
4321 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4322 (tee_file_flush, tee_file_write, tee_file_fputs)
4323 (tee_file_isatty): New.
4324 * ui-file.h (tee_file_new): Add prototype.
4325
4326 2002-07-24 Aidan Skinner <aidan@velvet.net>
4327
4328 * ada-lang.c: Change k&r style function definitions to prototyped
4329 form.
4330 * ada-typeprint.c: Change k&r style function definitions to prototyped
4331 form.
4332 * ada-valprint.c: Change k&r style function definitions to prototyped
4333 form.
4334
4335 2002-07-24 Andrew Cagney <cagney@redhat.com>
4336
4337 * README: Remove reference to remote-bug.
4338 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4339 remote-bug.c.
4340 (m88k-nat.o): Delete rule.
4341 (m88k-tdep.o): Delete rule.
4342 (remote-bug.o): Delete rule.
4343 * MAINTAINERS: Mark as obsolete.
4344 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4345 * m88k-tdep.c: Make file obsolete.
4346 * config/m88k/m88k.mh: Ditto.
4347 * config/m88k/delta88v4.mh: Ditto.
4348 * config/m88k/delta88v4.mt: Ditto.
4349 * config/m88k/delta88.mt: Ditto.
4350 * config/m88k/delta88.mh: Ditto.
4351 * remote-bug.c: Ditto.
4352 * config/m88k/tm-delta88.h: Ditto.
4353 * config/m88k/nm-delta88v4.h: Ditto.
4354 * config/m88k/xm-delta88.h: Ditto.
4355 * config/m88k/xm-dgux.h: Ditto.
4356 * config/m88k/tm-m88k.h: Ditto.
4357 * config/m88k/nm-m88k.h: Ditto.
4358 * config/m88k/tm-delta88v4.h: Ditto.
4359 * m88k-nat.c: Ditto.
4360 * cxux-nat.c: Ditto.
4361 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4362 and m88*-*-* obsolete.
4363 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4364 m88*-*-* obsolete.
4365
4366 2002-07-24 Andrew Cagney <cagney@redhat.com>
4367
4368 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4369 constant. Same for local pointer variables.
4370 (extract_signed_integer): Ditto.
4371 * defs.h (extract_unsigned_integer): Update.
4372 (extract_signed_integer): Update.
4373
4374 2002-07-24 Andrew Cagney <cagney@redhat.com>
4375
4376 * regcache.c (regcache_raw_write): Change buf parameter to a
4377 constant void pointer.
4378 (regcache_raw_read): Change buf parameter to a void pointer.
4379 (legacy_write_register_gen): Change myaddr parameter a constant
4380 void pointer.
4381 (supply_register): Change val parameter to a const void pointer.
4382 * regcache.h (regcache_raw_write): Update declaration.
4383 (regcache_raw_read): Update declaration.
4384 (supply_register): Update declaration.
4385
4386 2002-07-24 Tom Tromey <tromey@redhat.com>
4387
4388 * defs.h (gdb_readline_wrapper): Declare.
4389 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4390 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4391 * top.c (gdb_readline_wrapper): New function.
4392 (command_line_input): Use it.
4393
4394 2002-07-24 Andrew Cagney <cagney@redhat.com>
4395
4396 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4397 regcache_read and regcache_write.
4398 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4399 * regcache.c: Update.
4400 * sh-tdep.c (sh64_push_arguments): Update comment.
4401 (sh_pseudo_register_read): Update.
4402 (sh_pseudo_register_write): Update.
4403 (sh4_register_read): Update.
4404 (sh4_register_write): Update.
4405 (sh64_pseudo_register_read): Update.
4406 (sh64_pseudo_register_write): Update.
4407 (sh64_register_read): Update.
4408 (sh64_register_write): Update.
4409 * i386-tdep.c (i386_extract_return_value): Update.
4410 (i386_extract_struct_value_address): Update.
4411 (i386_extract_return_value): Update.
4412 * blockframe.c (generic_read_register_dummy): Update.
4413 (generic_call_dummy_register_unwind): Update
4414 * infrun.c (write_inferior_status_register): Update.
4415
4416 2002-07-23 Jim Blandy <jimb@redhat.com>
4417
4418 * parser-defs.h (expression_context_pc): Make this extern.
4419 (Thanks to Michael Snyder.)
4420
4421 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4422
4423 GDB 5.2.1 released from 5.2 branch.
4424 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4425 * README: Update to mention 5.2.1.
4426
4427 2002-07-23 Mark Salter <msalter@redhat.com>
4428
4429 * remote.c (remote_read_bytes): Fix check for error.
4430
4431 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4432
4433 * aix-thread.c (language.h): Include.
4434 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4435 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4436 Print newlines at end of debug messages.
4437 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4438 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4439
4440 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4441
4442 * aix-thread.c (ppc-tdep.h): Include.
4443 (special_register_p): New function.
4444 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4445 (store_regs_user_thread): Use register number information from
4446 gdbarch_tdep struct instead of hardcoded offsets relative to
4447 FIRST_UISA_SP_REGNUM.
4448 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4449 special_register_p() instead of using FPLAST_REGNUM and
4450 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4451 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4452 will be MQ's register number.
4453
4454 2002-07-22 Michael Snyder <msnyder@redhat.com>
4455
4456 * aix-thread.c (ops): Rename to aix_thread_ops.
4457 (base_ops): Rename to base_target.
4458 (ops_attach): Rename to aix_thread_attach.
4459 (ops_detach): Rename to aix_thread_detach.
4460 (ops_resume): Rename to aix_thread_detach.
4461 (ops_wait): Rename to aix_thread_wait.
4462 (ops_kill): Rename to aix_thread_kill.
4463 (init_ops): Rename to init_aix_thread_ops.
4464 (ops_fetch_register): Rename to aix_thread_fetch_register.
4465 (ops_store_register): Rename to aix_thread_store_register.
4466 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4467 (ops_thread_alive): Rename to aix_thread_thread_alive.
4468 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4469 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4470 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4471 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4472 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4473 (store_regs_lib): Rename to store_regs_user_thread.
4474 (store_regs_kern): Rename to store_regs_kernel_thread.
4475
4476 2002-07-22 Michael Snyder <msnyder@redhat.com>
4477
4478 * aix-thread.c (ops_prepare_to_store): Eliminate.
4479 (init_ops): Don't initialize ops.prepare_to_store.
4480 (store_regs_kern): Pre-fetch register buffers from child,
4481 because some registers may not be in the cache. Copy
4482 regs from register cache only if they are cached.
4483 (store_regs_lib): Copy regs from register cache only
4484 if they are cached.
4485 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4486 fill_gprs64): Ditto.
4487
4488 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4489
4490 * aix-thread.c (gdb_assert.h): Include.
4491 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4492 register sizes (from register cache) match size of buffer holding
4493 register data.
4494 (fill_sprs32): Change parameter types to match those in the ptrace()
4495 buffer.
4496 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4497 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4498
4499 2002-07-22 Michael Snyder <msnyder@redhat.com>
4500
4501 * aix-thread.c (supply_sprs64): Cosmetic change.
4502 (supply_sprs32): Cosmetic change.
4503 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4504 (fill_sprs64): Use regcache_collect instead of read_register.
4505 (store_regs_lib): Use regcache_collect instead of
4506 read_register. Use fill_sprs32 instead of fill_sprs64,
4507 if debugging a 32-bit architecture.
4508 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4509 out of the register cache, instead of passing a pointer into
4510 the register cache directly to ptrace. Use regcache_collect
4511 insteaad of read_register.
4512 (ops_prepare_to_store): Use target_read_registers instead
4513 of read_register_bytes.
4514
4515 2002-07-20 Aidan Skinner <aidan@velvet.net>
4516
4517 * MAINTAINERS: Add self under write after approval.
4518
4519 2002-07-20 Aidan Skinner <aidan@velvet.net>
4520
4521 * ada-tasks.c: Change k&r style function definitions to prototyped
4522 form.
4523
4524 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4525
4526 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4527 * x86-64-tdep.c: Include "objfiles.h".
4528 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4529 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4530
4531 2002-07-17 Michal Ludvig <michal@suse.cz>
4532
4533 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4534 (update_context): Initialise cfa variable.
4535
4536 2002-07-17 Michael Snyder <msnyder@redhat.com>
4537
4538 * aix-thread.c: Shorten some long lines.
4539 Bring comments into line with code spec.
4540
4541 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4542
4543 * infrun.c: Re-indent using gdb_indent.sh.
4544
4545 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4546
4547 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4548 Leave the indentation temporarily untouched, to minimize the diffs.
4549
4550 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4551
4552 * stabsread.c: Make os9k sections of the code obsolete,
4553 for real this time.
4554 * stabsread.h: Make os9k sections of the code obsolete.
4555
4556 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4557
4558 * linux-low.c (regsets_store_inferior_registers): Add free()
4559 at the end of a loop to prevent memory leak.
4560 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4561 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4562 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4563 line a comment.
4564 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4565
4566 2002-07-17 Jim Blandy <jimb@redhat.com>
4567
4568 * macrocmd.c (info_macro_command): Remove newline from error
4569 message.
4570
4571 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4572
4573 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4574 (sh_gdbarch_init): Use it for sh-dsp.
4575
4576 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4577
4578 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4579 64-bit DWARF2 format.
4580
4581 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4582
4583 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4584 <sys/proc.h> when not available.
4585
4586 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4587
4588 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4589 * stabsread.c: Make os9k sections of the code obsolete.
4590 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4591 * config/i386/i386os9k.mt: Make file obsolete.
4592 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4593 (COMMON_OBS): Remove os9kread.o
4594 (SFILES): Remove os9kread.c.
4595 (os9kread.o, remote-os9k.o): Make target obsolete.
4596 * remote-os9k.c: Make file obsolete.
4597 * os9kread.c: Make file obsolete.
4598 * Makefile.in
4599
4600 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4601
4602 * NEWS: Mention that the FR30 has been made obsolete.
4603 * fr30-tdep.c: Make file obsolete.
4604 * config/fr30/tm-fr30.h: Ditto.
4605 * config/fr30/fr30.mt: Ditto.
4606 * configure.tgt: Make fr30-*-elf obsolete.
4607 * MAINTAINERS: Make fr30-elf obsolete.
4608
4609 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4610
4611 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4612 found is not inside a section.
4613
4614 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4615
4616 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4617 strerror().
4618 (pdc_realloc): Use xrealloc() instead of realloc().
4619
4620 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4621
4622 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4623 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4624 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4625 macros.
4626
4627 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4628
4629 * aix-thread.c (ptrace_check): Eliminate goto.
4630 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4631 problem.
4632
4633 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4634
4635 * aix-thread.c (gdbcmd.h): Include.
4636 (DEBUG, DBG, DBG2, dbg): Eliminate.
4637 (debug_aix_thread): New static global.
4638 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4639 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4640 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4641 invocations to DBG and DBG2 macros to test against
4642 ``debug_aix_thread'' and call fprintf_unfiltered().
4643 (_initialize_aix_thread): Add new command "set debug aix-thread".
4644
4645 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4646
4647 From Gerhard Tonn <TON@de.ibm.com>:
4648 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4649 instead of supply_register.
4650
4651 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4652
4653 * dwarf2cfi.c: Include "gdb_assert.h".
4654 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4655 non-NULL.
4656 (update_context): Do not use __func__. Add missing ``break''.
4657 (update_context): Do not use __func__.
4658
4659 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4660
4661 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4662 and its setting. Set gdbarch instruction printing functions
4663 directly. For non-rs6000 case use new function
4664 gdb_print_insn_powerpc.
4665 (gdb_print_insn_powerpc): New function.
4666
4667 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4668
4669 * NEWS: Mention that the d30v has been marked obsolete.
4670 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4671 * configure.tgt: Mark d30v-*-* as obsolete.
4672 * d30v-tdep.c: Mark file as obsolete.
4673 * config/d30v/d30v.mt: Ditto.
4674 * config/d30v/tm-d30v.h: Ditto.
4675
4676 2002-07-13 Aidan Skinner <aidan@velvet.net>
4677
4678 * ada-tasks.c (add_task_entry): replace calls to
4679 malloc() with xmalloc
4680 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4681
4682 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4683 ada_finish_decode_line_1, all_sals_for_line
4684 ada_breakpoint_rewrite): replace calls to free() with xfree()
4685
4686 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4687
4688 From Nicholas Duffek (with minor changes by Martin Hunt,
4689 Louis Hamilton, and Kevin Buettner):
4690 * aix-thread.c: New file.
4691
4692 2002-07-12 Petr Sorfa <petrs@caldera.com>
4693
4694 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4695 complaint for invalid attribute class or form.
4696 (read_func_scope): DW_AT_frame_base
4697 better handling of DW_AT_block*.
4698 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4699 better handling of DW_AT_block*.
4700 (read_common_block): DW_AT_location
4701 better handling of DW_AT_block*.
4702 (read_partial_die): DW_AT_location better handling
4703 of DW_AT_block*.
4704 (new_symbol): DW_AT_external better handling of
4705 DW_AT_block*. Proper initialization of variable
4706 "addr".
4707 (attr_form_is_block): New function that returns true
4708 if the attribute's form is of DW_FORM_block*.
4709
4710 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4711
4712 * valops.c (find_method_list): Remove comment about
4713 removed STATIC_MEMFUNCP argument.
4714 (value_find_oload_method_list): Likewise.
4715
4716 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4717
4718 From Nicholas Duffek:
4719 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4720 target_new_objfile_hook.
4721
4722 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4723
4724 From Nicholas Duffek:
4725 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4726 csect.
4727
4728 2002-07-12 Andrew Cagney <cagney@redhat.com>
4729
4730 * MAINTAINERS: Mention --enable-sim-build-warnings.
4731 (m68hc11-elf): Disable sim build warnings.
4732 (m32r-elf): Mark as broken obsolete candidate.
4733 (x86_64-linux-gnu): Mark as buildable with -Werror.
4734 (arm-elf): Change -w to ``,'' which enables warnings but not
4735 -Werror.
4736
4737 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4738
4739 * bcache.h: Update copyright.
4740 (struct bstring, struct bcache): Move definition to "bcache.c".
4741 Replaced by opaque declaration.
4742 (bcache_xfree): Replace free_bcache.
4743 (bcache_xmalloc, bcache_memory_used): Declare.
4744
4745 * bcache.c: Update copyright.
4746 (struct bstring, struct bcache): Moved to here from "bcache.h".
4747 Update comments.
4748 (bcache_xmalloc, bcache_memory_used): New functions.
4749 (bcache_xfree): Replace function free_bcache.
4750
4751 * Makefile.in (objfiles.o): Add $(bcache_h).
4752 (objfiles_h): Remove $(bcache_h).
4753 (symfile.o): Add $(bcache_h).
4754
4755 * symmisc.c: Update copyright.
4756 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4757 (print_objfile_statistics): Use bcache_memory_used.
4758
4759 * symfile.c: Include "bcache.h".
4760 (reread_symbols): Use bcache_xfree.
4761 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4762 (add_psymbol_to_list): Pass psymbol_cache by value.
4763 (add_psymbol_with_dem_name_to_list): Ditto.
4764
4765 * objfiles.h: Update copyright.
4766 (struct bcache): Declare opaque. Do not include "bcache.h".
4767 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4768 bcache'' pointers.
4769 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4770
4771 * objfiles.c: Include "bcache.h". Update copyright.
4772 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4773 macro_cache.
4774 (free_objfile): Use bcache_xfree.
4775
4776 2002-07-11 Grace Sainsbury <graces@redhat.com>
4777
4778 * monitor.c (monitor_fetch_register): Make name a constant.
4779 (monitor_store_register): Same.
4780
4781 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4782
4783 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4784 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4785 (finish_block) For non-function blocks, hash the symbol table. For
4786 function blocks, mark the symbol table as unhashed.
4787 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4788 (msymbol_hash_iw): Likewise.
4789 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4790 value.
4791 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4792 (lookup_minimal_symbol): Likewise for both.
4793 * symtab.h (struct block): Add `hashtable' flag. Comment the
4794 hashtable.
4795 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4796 (ALL_BLOCK_SYMBOLS): Update.
4797 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4798 (struct symbol): Add `hash_next' pointer.
4799 * symtab.c (lookup_block_symbol): Search using the hash table when
4800 possible.
4801 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4802 (search_symbols, find_addr_symbol): Likewise.
4803
4804 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4805 (read_dst_symtab): Likewise.
4806 * jv-lang.c (get_java_class_symtab): Likewise.
4807 * mdebugread.c: Include "gdb_assert.h".
4808 (shrink_block): Assert that the block being modified is not hashed.
4809 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4810 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4811 symbols.
4812 (dump_symtab): Recognize hashed blocks.
4813 * printcmd.c (print_frame_args): Assert that function blocks do not
4814 have hashed symbol tables.
4815 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4816 (fill_in_ada_prototype, debug_print_block): Likewise.
4817 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4818
4819 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4820
4821 * stack.c (print_frame): Use result of frame_address_in_block()
4822 instead of fi->pc when evaluating symbols.
4823 (backtrace_command_1): Ditto.
4824
4825 2002-07-11 Andrew Cagney <cagney@redhat.com>
4826
4827 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4828 Make static.
4829
4830 * arm-tdep.c (arm_register_name): Make return type constant.
4831
4832 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4833
4834 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4835 prototype.
4836 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4837 * s390-tdep.c (s390_fp_regnum): Ditto.
4838 (s390_read_fp): Ditto.
4839 (s390_pop_frame): Ditto.
4840 (_initialize_s390_tdep): Ditto.
4841 * remote.c (get_remote_state): Ditto.
4842 * procfs.c (mappingflags): Ditto.
4843 * memattr.c (_initialize_mem): Ditto.
4844 * mcore-tdep.c (mcore_pop_frame): Ditto.
4845 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4846 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4847 * language.c (set_case_str): Ditto.
4848 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4849 * frv-tdep.c (new_variant): Ditto.
4850 (frv_stopped_data_address): Ditto.
4851 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4852 (context_alloc): Ditto.
4853 (frame_state_alloc): Ditto.
4854 (unwind_tmp_obstack_init): Ditto.
4855 (unwind_tmp_obstack_free): Ditto.
4856 (cfi_read_fp): Ditto.
4857 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4858 (cris_pop_frame): Ditto.
4859 * c-lang.c (scanning_macro_expansion): Ditto.
4860 (finished_macro_expansion): Ditto.
4861 (c_preprocess_and_parse): Ditto.
4862 * gdbarch.sh: Ditto.
4863 * gdbarch.h, gdbarch.c: Regenerate.
4864 * config/mn10200/tm-mn10200.h: Adjust indentation.
4865 * target.c: Adjust indentation.
4866 * symtab.h: Adjust indentation.
4867 * stabsread.h: Adjust indentation.
4868 * remote-es.c: Adjust indentation.
4869 * os9kread.c: Adjust indentation.
4870
4871 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4872
4873 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4874 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4875
4876 2002-07-10 Grace Sainsbury <graces@redhat.com>
4877
4878 * NEWS: Mention m68k, mcore multi-arching.
4879 * MAINTAINERS: Change status of m68k, mcore to reflect
4880 multi-arching.
4881
4882 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4883
4884 * valops.c (find_overload_match): Free oload_syms.
4885
4886 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4887
4888 Define HAVE_SYS_PROC_H if sys/proc.h exists
4889 * configure.in: Add check for sys/proc.h
4890 * config.in: Regenerate.
4891 * configure: Regenerate.
4892
4893 2002-07-09 Grace Sainsbury <graces@redhat.com>
4894
4895 * config/m68k/tm-m68k.h: Remove macros wrapped in
4896 #if !GDB_MULTI_ARCH.
4897
4898 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4899
4900 * config.in, configure: Regenerate.
4901
4902 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4903
4904 * dwarf2cfi.c: Include "gcore.h".
4905 (execute_stack_op): Fix implementation of the
4906 DW_OP_deref and DW_OP_deref_size operators by letting do their
4907 lookup in the target.
4908
4909 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4910
4911 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4912 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4913 tdep->sc_sp_offset.
4914
4915 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4916
4917 Fix PR gdb/595, gdb/602
4918 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4919 Don't call value_cast, just read the vtable pointer; update comments
4920 to match.
4921
4922 2002-07-05 Grace Sainsbury <graces@redhat.com>
4923
4924 * config/mcore/tm-mcore.h: Remove file.
4925 * config/mcore/mcore.mt: Remove definition of TM_FILE
4926 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4927
4928 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4929
4930 * i386bsd-tdep.c: Include "gdb_string.h".
4931
4932 2002-07-04 Grace Sainsbury <graces@redhat.com>
4933
4934 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4935 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4936 mcore-tdep.
4937 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4938 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4939 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4940 (RETVAL_REGNUM): Move macros from tm-mcore.h
4941 (mcore_reg_struct_has_addr): New function.
4942 (mcore_gdbarch_init): Added initializations for the macros removed
4943 from tm-mcore.h.
4944
4945 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4946
4947 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4948 traditonal string branding within the ELF header.
4949
4950 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4951
4952 * symtab.c (remove_params): New function.
4953 (make_symbol_overload_list): Use it instead of cplus_demangle.
4954 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4955
4956 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4957
4958 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4959
4960 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4961 New variables.
4962 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4963 and tdep->sigtramp_end.
4964 * i386obsd-nat.c: New file.
4965 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4966
4967 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4968 Don't call get_current_frame().
4969
4970 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4971
4972 * i386-nat.c (child_post_startup_inferior): New function
4973 calling i386_cleanup_dregs if
4974 I386_USE_GENERIC_WATCHPOINTS is defined.
4975 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4976 conditional to acknowledge that i386-nat.c has its
4977 own child_post_startup_inferior function.
4978
4979 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4980
4981 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4982 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4983 instead of MAX_REGISTER_RAW_SIZE.
4984 (i386_extract_return_value, i386_extract_struct_value_address):
4985 Convert to use regcache.
4986 (i386_gdbarch_init): Set max_register_raw_size and
4987 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4988 Set extract_return_value and extract_struct_value_address instead
4989 of their deprecated variants.
4990
4991 Convert i386 target to generic dummy frames.
4992 * i386-tdep.c: Include "symfile.h".
4993 (i386_frameless_signal_p): Consider a function to be frameless if
4994 the pc points at the first instruction of the function.
4995 (i386_frame_chain): Handle (generic) call dummies.
4996 (i386_frame_saved_pc): Likewise.
4997 (i386_frame_init_saved_regs): Remove code dealing with call
4998 dummies on the stack.
4999 (i386_push_dummy_frame): Removed.
5000 (i386_call_dummy_words): Removed.
5001 (i386_fix_call_dummy): Removed.
5002 (i386_push_return_address): New function.
5003 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5004 parameter, and don't call get_current_frame.
5005 (i386_pop_frame): New function.
5006 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5007 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5008 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5009 call_dummy_length to 0, set call_dummy_words to NULL, set
5010 sizeof_call_dummy_words to 0, set fix_call_dummy to
5011 generic_fix_call_dummy, set pc_in_call_dummy to
5012 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5013 generic_push_dummy_frame, set push_return_address to
5014 i386_push_return_address and set frame_chain_valid to
5015 generic_file_frame_chain_valid.
5016
5017 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5018
5019 * gdbarch.sh (struct regcache): Add opaque declaration.
5020 (EXTRACT_RETURN_VALUE): New architecture method.
5021 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5022 * gdbarch.h, gdbarch.c: Regenerate.
5023 * arch-utils.c (legacy_extract_return_value): New function.
5024 * arch-utils.h (legacy_extract_return_value): Declare.
5025 * values.c (value_being_returned): Re-enable code handling
5026 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5027 deprecated_grub_regcache_for_registers call to block handling
5028 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5029 (EXTRACT_RETURN_VALUE): Do not define.
5030
5031 2002-07-03 Grace Sainsbury <graces@redhat.com>
5032
5033 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5034 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5035 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5036 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5037 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5038 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5039 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5040 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5041 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5042 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5043 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5044 argument so the function fits the prototype in the architecture
5045 vector.
5046 (mcore_pop_frame): Remove argument so the function fits the
5047 prototype. Use get_current_frame instead of the argument.
5048 (mcore_push_arguments): Change type of struct_return so the
5049 function can be used in the architecture vector.
5050 (mcore_store_struct_return): Add.
5051 (mcore_frame_init_saved_regs): Add.
5052 (mcore_gdbarch_init): Add function calls to replace the macros
5053 removed from tm-mcore.h
5054
5055 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5056
5057 * infcmd.c (print_return_value): Remove compatibility code calling
5058 deprecated_grub_regcache_for_registers.
5059
5060 * values.c: Include "regcache.h".
5061 (value_being_returned): Update. Use
5062 deprecated_grub_regcache_for_registers to extract the register
5063 buffer address.
5064 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5065 ``struct regcache''.
5066 * Makefile.in (values.o): Add dependency on $(regcache_h).
5067
5068 * inferior.h (run_stack_dummy): Change type of second parameter to
5069 a ``struct regcache''.
5070 * valops.c (hand_function_call): Change type of retbuf to ``struct
5071 regcache''. Allocate using regcache_xmalloc, clean using
5072 make_cleanup_regcache_xfree.
5073 * infcmd.c (run_stack_dummy): Update. Use
5074 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5075
5076 * regcache.c (do_regcache_xfree): New function.
5077 (make_cleanup_regcache_xfree): New function.
5078 * regcache.h (make_cleanup_regcache_xfree): Declare.
5079
5080 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5081
5082 * event-top.c (command_line_handler): Don't read past
5083 beginning of buffer.
5084
5085 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5086
5087 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5088 struct frame_id.
5089 (varobj_create): Store frame_id for root.
5090 (varobj_gen_name): Use xasprintf.
5091 (varobj_update): Save and restore frame using get_frame_id() and
5092 frame_find_by_id().
5093 (create_child): Use xasprintf.
5094 (new_root_variable): Initialize frame_id.
5095 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5096 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5097 to prevent memory leak.
5098
5099 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5100
5101 * valops.c (hand_function_call): Move declaration of retbuf to
5102 start of function, allocate using malloc, add a cleanup but before
5103 the inf_status cleanup, cleanup the buffer. Rename local variable
5104 old_chain to inf_status_cleanup.
5105
5106 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5107
5108 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5109
5110 * cli/cli-decode.c (cmd_func_p): New function.
5111 (cmd_func): New function.
5112
5113 * command.h: Add cmd_func() and cmd_func_p().
5114
5115 2002-07-03 Grace Sainsbury <graces@redhat.com>
5116
5117 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5118 (REGISTER_SIZE): Remove.
5119 (MAX_REGISTER_RAW_SIZE): Remove.
5120 (REGISTER_VIRTUAL_TYPE): Remove.
5121 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5122 (REGISTER_NAME): Remove.
5123 (USE_GENERIC_DUMMY_FRAMES): Remove.
5124 (CALL_DUMMY): Remove.
5125 (CALL_DUMMY_START_OFFSET): Remove.
5126 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5127 (CALL_DUMMY_LOCATION): Remove.
5128 (FIX_CALL_DUMMY): Remove.
5129 (CALL_DUMMY_ADDRESS): Remove.
5130 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5131 (SAVE_DUMMY_FRAME_TOS): Remove.
5132 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5133 (mcore_register_virtual_type): New function.
5134 (mcore_register_byte): New function.
5135 (mcore_register_size): New function.
5136 (mcore_register_name): New function.
5137 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5138 macros removed from tm-mcore.h.
5139 (mcore_dump_tdep): Add.
5140 (_initialize_mcore_tdep): Add gdbarch_register call.
5141
5142 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5143
5144 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5145 frameless_look_for_prologue, such that we actually call this
5146 function.
5147
5148 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5149
5150 * frame.h (frame_address_in_block): New function.
5151
5152 * blockframe.c (frame_address_in_block): New function extracted
5153 from get_frame_block().
5154 (get_frame_block): Use frame_address_in_block().
5155 (block_innermost_frame): Use frame_address_in_block() to match
5156 the frame pc address against the block boundaries rather than
5157 the frame pc directly. This prevents a failure when a frame pc
5158 is actually a return-address pointing immediately after the end
5159 of the given block.
5160
5161 2002-07-02 Grace Sainsbury <graces@redhat.com>
5162
5163 * MAINTAINERS: Add self under write after approval.
5164
5165 2002-07-02 Grace Sainsbury <graces@redhat.com>
5166
5167 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5168 used in architecture vector. The default is
5169 m68k_local_breakpoint_from_pc.
5170 (m68k_local_breakpoint_from_pc): Add.
5171 (enum): Add register numbers from tm-m68k.h.
5172 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5173 vector.
5174 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5175 GDB_MULTI_ARCH_PARTIAL.
5176 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5177 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5178 m68k-tdep.c.
5179 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5180 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5181 to enum in m68k-tdep.c
5182
5183 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5184
5185 * solib-osf.c (open_map): Compute the list of shared libraries
5186 loaded by the inferior, rather than the list of libraries loaded
5187 by GDB itself. Otherwise, GDB ends up reading the symbols from
5188 the wrong shared libraries...
5189
5190 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5191
5192 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5193 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5194 macros.
5195 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5196 Remove functions.
5197 (FRAMELESS_SIGNAL): Remove function.
5198 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5199 i386_linux_saved_pc_after_call): Removed.
5200 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5201 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5202 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5203
5204 * i386-tdep.c (i386_frameless_signal_p): New function.
5205 (i386_frame_chain): Deal with frameless signals.
5206 (i386_sigtramp_saved_sp): New function.
5207 (i386_frame_saved_pc): Deal with frameless signals.
5208 (i386_saved_pc_after_call): Make sure the correct value is
5209 returned just after entry into a sigtramp.
5210 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5211 i386fbsd4_sc_sp_offset): New variables.
5212 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5213 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5214 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5215 similiar to what we already did for sc_pc_offset.
5216 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5217 tdep->sc_sp_offset.
5218
5219 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5220
5221 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5222
5223 * config/i386/tm-x86-64linux.h: New.
5224 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5225 definitions.
5226 * config/i386/nm-x86-64.h: Rename to ...
5227 * config/i386/nm-x86-64linux.h: ... this one.
5228 * config/i386/x86-64linux.mh: Reflect the above change.
5229
5230 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5231
5232 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5233 with sigcontext_addr. Add sc_sp_offset.
5234 (i386bsd_sigtramp_saved_pc): Remove prototype.
5235 (i386bsd_sicontext_addr): Add prototype.
5236 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5237 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5238 (i386_svr4_sigtramp_saved_pc): Removed.
5239 (i386_svr4_sigcontext_addr): New function.
5240 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5241 Initialize tdep->sigcontext_addr instead. Initialize
5242 tdep->sc_pc_offset and tdep->sc_sp_offset.
5243 (i386_gdbarch_init): Likewise.
5244 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5245 any more.
5246 (i386bsd_sigtramp_saved_pc): Remove function.
5247 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5248 Initialize tdep->sigcontext_addr instead. Initialize
5249 tdep->sc_pc_offset.
5250 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5251 of tdep->sigtramp_saved_pc.
5252 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5253 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5254 instead.
5255
5256 * i386-tdep.c (i386_frameless_function_invocation,
5257 i386_frame_num_args, i386_frame_init_saved_regs,
5258 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5259 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5260 i386_extract_return_value, i386_store_return_value,
5261 i386_extract_struct_value_address, i386_register_virtual_type,
5262 i386_register_convertible, i386_register_convert_to_virtual,
5263 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5264 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5265 static.
5266
5267 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5268
5269 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5270
5271 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5272 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5273 this macro. Include "value.h".
5274
5275 2002-06-30 Aidan Skinner <aidan@velvet.net>
5276
5277 * ada-exp.tab.c: remove as it's a generated file
5278 * ada-lex.c: remove as it's a generated file
5279
5280 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5281
5282 * config/i386/tm-i386.h (struct frame_info, struct
5283 frame_saved_regs, struct value, struct type): Remove forward
5284 declarations.
5285
5286 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5287 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5288 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5289 (FILL_FPXREGSET): Define.
5290
5291 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5292
5293 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5294 i[3456]86-*-netbsd* case.
5295 * config/i386/tm-obsd.h: Removed.
5296 * config/i386/obsd.mt: Removed.
5297 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5298 core-aout.o.
5299 (MH_CFLAGS): Add -DYYDEBUG=0.
5300
5301 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5302 i386nbsd_sc_pc_offset on OpenBSD too.
5303
5304 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5305 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5306 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5307 define.
5308 * i386bsd-tdep.c: Include "arch-utils.h".
5309 (i386bsd_aout_in_solib_call_trampoline): New function.
5310 (i386bsd_init_abi): Set in_solib_call_trampoline to
5311 i386bsd_aout_in_solib_call_trampoline.
5312 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5313 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5314
5315 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5316
5317 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5318 (struct obstack, struct bcache): Add opaque declarations.
5319 * Makefile.in (macrotab_h): Update
5320
5321 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5322
5323 * blockframe.c (generic_find_dummy_frame): Change return type to
5324 ``struct regcache''.
5325 (struct dummy_frame): Replace field ``registers'' with regcache, a
5326 struct regcache object.
5327 (generic_find_dummy_frame): Update.
5328 (generic_push_dummy_frame): Update. Use regcache_xfree,
5329 regcache_xmalloc and regcache_cpy.
5330 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5331 regcache_xfree.
5332 (deprecated_generic_find_dummy_frame): Update.
5333 (generic_read_register_dummy): Update. Use
5334 regcache_read_as_address.
5335 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5336 (generic_get_saved_register): Update. Use regcache_read.
5337
5338 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5339
5340 * Makefile.in (objfiles_h): Add $(bcache_h).
5341 * objfiles.h: Include "bcache.h".
5342
5343 * Makefile.in (symtab_h): Remove $(bcache_h).
5344 * symtab.h: Do not include "bcache.h".
5345
5346 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5347
5348 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5349 generic_func_frame_chain_valid.
5350
5351 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5352
5353 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5354 * config/i386/tm-fbsd.h: Likewise.
5355
5356 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5357
5358 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5359 generic_unwind_get_saved_register.
5360
5361 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5362
5363 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5364 * regcache.c (supply_register): Add missing argument to
5365 register_buffer call.
5366
5367 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5368
5369 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5370 Solaris /bin/grep does not not like it. From Peter Schauer.
5371
5372 2002-06-26 Tom Tromey <tromey@redhat.com>
5373
5374 * command.h (add_setshow_cmd): Declare.
5375 (add_setshow_cmd_full): Declare.
5376 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5377 returns void. Use add_setshow_cmd_full.
5378 (add_setshow_cmd_full): New function.
5379 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5380 (add_setshow_boolean_cmd): Likewise.
5381
5382 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5383
5384 * config/vax/tm-vax.h: Protect from multiple inclusion.
5385 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5386 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5387 * config/vax/tm-vaxbsd.h: ...here. New file.
5388 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5389
5390 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5391
5392 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5393 (BELIEVE_PCC_PROMOTION): Remove.
5394 (AP_REGNUM): Move to...
5395 * config/vax/nm-vax.h: ...here.
5396 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5397 (vax_breakpoint_from_pc): New function.
5398 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5399 and gdbarch_believe_pcc_promotion.
5400
5401 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5402
5403 * Makefile.in (vax_tdep_h): Define.
5404 (vax-tdep.o): Use $(vax_tdep_h).
5405 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5406 (vax_dump_tdep): New function.
5407 (_initialize_vax_tdep): Register vax_dump_tdep.
5408 * vax-tdep.h: Include osabi.h.
5409 (struct gdbarch_tdep): New.
5410
5411 2002-06-26 Andrew Cagney <cagney@redhat.com>
5412
5413 * frame.h (deprecated_generic_find_dummy_frame): Rename
5414 generic_find_dummy_frame.
5415 * blockframe.c (generic_find_dummy_frame): Make static.
5416 (deprecated_generic_find_dummy_frame): New function.
5417 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5418 generic_find_dummy_frame with deprecated_find_dummy_frame.
5419 (sh64_nofp_frame_init_saved_regs): Ditto.
5420 (sh_fp_frame_init_saved_regs): Ditto.
5421 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5422 (s390_frame_chain): Ditto.
5423 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5424
5425 2002-06-26 Grace Sainsbury <graces@redhat.com>
5426
5427 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5428 gdbarch vector are at the top.
5429 (NUM_REGS): Remove.
5430 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5431 (FRAME_ARGS_ADDRESS): Remove.
5432 (FRAME_LOCALS_ADDRESS): Remove.
5433 (FRAME_NUM_ARGS): Remove.
5434 (FRAME_ARGS_SKIP): Remove.
5435 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5436 (m68k_gdbarch_init): Add gdbarch initializations for macros
5437 undefined in tm-m68k.h
5438
5439 2002-06-26 Grace Sainsbury <graces@redhat.com>
5440
5441 * monitor.h: Add the function regname to monitor_ops
5442 structure. This way NUM_REGS does not have to be a constant.
5443 * monitor.c (monitor_fetch_register): Added support for regname
5444 function. The function is called if the array regnames is NULL.
5445 (monitor_store_register): Same.
5446 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5447 regnames array.
5448 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5449 cpu32bug_cmds.regname to point to new function.
5450 * abug-rom.c (abug_regname): Same as above.
5451 (init_abug_cmds): Same.
5452 * dbug-rom.c (dbug_regname): Same as above.
5453 (init_dbug_cmds): Same.
5454 * remote-est.c (est_regname): Same.
5455 (init_est_cmds): Same.
5456 * rom68k-rom.c (rom68k_regname): Same.
5457 (init_rom68k_cmds): Same.
5458
5459 2002-06-25 Tom Tromey <tromey@redhat.com>
5460
5461 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5462
5463 2002-06-25 Andrew Cagney <cagney@redhat.com>
5464
5465 * infrun.c (stop_registers): Change variable's type to ``struct
5466 regcache'''.
5467 (xmalloc_inferior_status): Delete function.
5468 (free_inferior_status): Delete function.
5469 (normal_stop): Use regcache_cpy.
5470 (struct inferior_status): Change type of fields ``stop_registers''
5471 and ``registers'' to ``struct regcache''.
5472 (write_inferior_status_register): Use regcache_write.
5473 (save_inferior_status): Instead of calling
5474 xmalloc_inferior_status, allocate the inf_status buffer directly.
5475 Use regcache_dup_no_passthrough and regcache_dup to save the
5476 buffers.
5477 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5478 Replace the stop_registers regcache instead of overriding it. Use
5479 regcache_xfree. Instead of calling free_inferior_status, xfree
5480 the buffer directly.
5481 (discard_inferior_status): Use regcache_xfree. Instead of calling
5482 free_inferior_status, xfree the buffer directly.
5483 (build_infrun): Use regcache_xmalloc.
5484 (_initialize_infrun): Delete redundant call to build_infrun.
5485
5486 * Makefile.in (infcmd.o): Add $(regcache_h).
5487
5488 * infcmd.c: Include "regcache.h".
5489 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5490 obtain the address of `stop_registers' register buffer.
5491 (print_return_value): Ditto.
5492
5493 * inferior.h (struct regcache): Add opaque declaration.
5494 (stop_registers): Change variable's declared type to ``struct
5495 regcache''.
5496
5497 2002-06-24 Tom Tromey <tromey@redhat.com>
5498
5499 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5500 * target.c (initialize_targets): Fixed typo in
5501 trust-readonly-sections `show' documentation.
5502
5503 * main.c: Marked all strings with _().
5504
5505 2002-06-24 Don Howard <dhoward@redhat.com>
5506
5507 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5508 that means max CORE_ADDR+1.
5509 (lookup_mem_region): Ditto.
5510 (mem_info_command): Ditto.
5511
5512 2002-06-24 Grace Sainsbury <graces@redhat.com>
5513
5514 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5515 (REGISTER_BYTES_OK): Remove.
5516 (REGISTER_BYTES): Remove.
5517 (STORE_STRUCT_RETURN): Remove.
5518 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5519 (STORE_RETURN_VALUE): Remove.
5520 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5521 (FRAME_CHAIN): Remove.
5522 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5523 (FRAME_SAVED_PC): Remove.
5524 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5525 (m68k_store_struct_return): Add.
5526 (m68k_deprecated_extract_return_value): Add.
5527 (m68k_deprecated_extract_struct_value_address): Add.
5528 (m68k_store_return_value): Add.
5529 (m68k_frame_chain): Add.
5530 (m68k_frameless_function_invocation): Add.
5531 (m68k_frame_saved_pc): Add.
5532 (m68k_gdbarch_init): added set_gdbarch calls for new
5533 functions and deleted macros.
5534
5535 2002-06-23 Tom Tromey <tromey@redhat.com>
5536
5537 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5538 (ALLDEPFILES): Likewise.
5539 (udiheaders): Removed.
5540 (udip2soc.o): Likewise.
5541 (udi2go32.o): Likewise.
5542 (udr.o): Likewise.
5543 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5544
5545 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5546
5547 * infrun.c (_initialize_infrun): Delete unnecessary call to
5548 build_infrun.
5549
5550 * regcache.h: Update comments describing the regcache_cpy family
5551 of functions.
5552 (regcache_save, regcache_restore): Delete declaration.
5553 (regcache_save_no_passthrough): Delete declaration.
5554 (regcache_restore_no_passthrough): Delete declaration.
5555 * regcache.c (regcache_save): Delete function.
5556 (regcache_save_no_passthrough): Delete function.
5557 (regcache_restore): Delete function.
5558 (regcache_restore_no_passthrough): Delete function.
5559
5560 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5561
5562 * config/m68k/tm-m68k.h: Fix typo.
5563 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5564 (m68k_frame_init_saved_regs): Declare.
5565
5566 2002-06-21 Jim Blandy <jimb@redhat.com>
5567
5568 Remove some vestiges of Harris 88k support.
5569 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5570 register numbering quirk.
5571 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5572 odd symbols occurring in Harris 88k ELF targets.
5573
5574 2002-06-21 Tom Tromey <tromey@redhat.com>
5575
5576 * gdb_locale.h: New file.
5577 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5578 (defs_h): Added gdb_locale.h.
5579 * configure, config.in: Rebuilt.
5580 * configure.in (PACKAGE): Define.
5581 * defs.h: Include gdb_locale.h.
5582 * main.c (captured_main): Call setlocale, bindtextdomain,
5583 textdomain.
5584
5585 2002-06-21 Dave Brolley <brolley@redhat.com>
5586
5587 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5588 * config/frv/frv.mt: New file.
5589 * config/frv/tm-frv.h: New file.
5590 * configure.tgt: Support frv-*-*.
5591 * Makefile.in (frv-tdep.o): New target.
5592 * frv-tdep.c: New file.
5593 * NEWS: Mention frv.
5594
5595 2002-06-21 Dave Brolley <brolley@redhat.com>
5596
5597 * MAINTAINERS: Add self to "Write After Approval" list.
5598
5599 2002-06-21 Grace Sainsbury <graces@redhat.com>
5600
5601 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5602 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5603 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5604 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5605 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5606
5607 * m68k-tdep.c: Include arch-utils.h
5608 (m68k_register_raw_size): Add.
5609 (m68k_register_virtual_size): Add.
5610 (m68k_register_virtual_type): Add.
5611 (m68k_register_name): Add.
5612 (m68k_stack_align): Add.
5613 (m68k_register_byte): Add.
5614 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5615 tm-m68k.h.
5616
5617 2002-06-21 Grace Sainsbury <graces@redhat.com>
5618
5619 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5620 m68k_find_saved_regs.
5621 (m68k_pop_frame): Removed saved_regs structure, and replaced
5622 references to it with frame->saved_regs.
5623 (m68k_gdbarch_init): Added function calls to initialize the
5624 gdbarch structure.
5625 (m68k_fix_call_dummy): Add.
5626 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5627 (CALL_DUMMY): Remove.
5628 (CALL_DUMMY_LENGTH): Remove.
5629 (CALL_DUMMY_START_OFFSET): Remove.
5630 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5631 (FIX_CALL_DUMMY): Remove.
5632 (PUSH_DUMMY_FRAME): Remove.
5633 (POP_FRAME): Remove.
5634
5635 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5636
5637 * parse.c (parse_fprintf): New function used to avoid calls to
5638 fprintf in bison parser generated debug code.
5639 * parser-defs.h: Declaration of new parse_fprintf function.
5640 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5641 Set YYDEBUG to 1 by default.
5642 Set YYFPRINTF as parse_fprintf.
5643
5644 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5645
5646 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5647 encoding anymore.
5648 (pointer_encoding, enum ptr_encoding): New.
5649 (execute_cfa_program): Take care about pointer encoding.
5650 (dwarf2_build_frame_info): Only call parse_frame_info for
5651 .debug_frame and .eh_frame.
5652 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5653 fixed augmentation handling, added relative addressing,
5654 ignore duplicate FDEs. Added comments.
5655 * dwarf2cfi.c: Reindented.
5656
5657 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5658
5659 * event-top.c (command_handler): Don't use space_at_cmd_start
5660 unless there is sbrk() on the host. Assign time and space data
5661 to union fields of the appropriate length.
5662
5663 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5664
5665 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5666 x86_64_register_name. Return type changed to 'const char *'.
5667 (x86_64_register_name2nr): Rename to x86_64_register_number.
5668 (x86_64_gdbarch_init): Update to reflect the change.
5669 * x86-64-tdep.h: Ditto.
5670 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5671 (supply_fpregset): Ditto.
5672
5673 2002-06-19 Andrew Cagney <cagney@redhat.com>
5674
5675 * regcache.h: Update copyright.
5676 (struct regcache, struct gdbarch): Add opaque declarations.
5677 (current_regcache): Declare global variable.
5678 (regcache_read, regcache_write): Add gdbarch parameter.
5679 (regcache_save, regcache_save_no_passthrough)
5680 (regcache_restore, regcache_restore_no_passthrough)
5681 (regcache_dup, regcache_dup_no_passthrough)
5682 (regcache_cpy, regcache_cpy_no_passthrough)
5683 (deprecated_grub_regcache_for_registers)
5684 (deprecated_grub_regcache_for_register_valid)
5685 (regcache_valid_p): Add function declarations.
5686
5687 * regcache.c: Update copyright.
5688 (regcache_descr_handle): New global variable.
5689 (struct regcache_descr): Define.
5690 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5691 (regcache_descr, xfree_regcache_descr): New functions.
5692 (struct regcache): Define.
5693 (regcache_xmalloc, regcache_xfree): New functions.
5694 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5695 (regcache_dup, regcache_dup_no_passthrough): New functions.
5696 (regcache_valid_p, regcache_read_as_address): New functions.
5697 (deprecated_grub_regcache_for_registers): New function.
5698 (deprecated_grub_regcache_for_register_valid): New function.
5699 (current_regcache): New global variable.
5700 (register_buffer): Add regcache parameter. Update calls.
5701 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5702 (read_register_gen, write_register_gen): Update register_buffer
5703 call. Test for legacy_p instead of gdbarch_register_read_p or
5704 gdbarch_register_write_p.
5705 (regcache_collect): Update register_buffer call.
5706 (build_regcache): Rewrite. Use deprecated grub functions.
5707 (regcache_save, regcache_save_no_passthrough): New functions.
5708 (regcache_restore, regcache_restore_no_passthrough): New
5709 functions.
5710 (_initialize_regcache): Create the regcache_data_handle. Swap
5711 current_regcache global variable.
5712
5713 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5714 parameter to regcache_read and regcache_write calls.
5715 (sh4_register_read): Ditto.
5716 (sh64_pseudo_register_read): Ditto.
5717 (sh64_register_read): Ditto.
5718 (sh_pseudo_register_write): Ditto.
5719 (sh4_register_write): Ditto.
5720 (sh64_pseudo_register_write): Ditto.
5721 (sh64_register_write): Ditto.
5722
5723 * defs.h (XCALLOC): Define.
5724
5725 2002-06-19 Grace Sainsbury <graces@redhat.com>
5726
5727 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5728 * m68k-tdep.c (m68k_gdbarch_init): Added.
5729 (m68k_dump_tdep): Added.
5730
5731 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5732
5733 * ada-lang.c (fill_in_ada_prototype): Update comment.
5734
5735 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5736
5737 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5738 MIPS_ABI_LAST.
5739 (mips_abi_string, mips_abi_strings): New.
5740 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5741 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5742 tdep->mips_abi_string. Honor mips_abi_string. Default to
5743 O32 if no ABI is found.
5744 (mips_dump_tdep): Use mips_abi_strings.
5745 (mips_abi_update): New function.
5746 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5747 ``set mips abi'' and ``show mips abi''. Check the size of
5748 mips_abi_strings.
5749
5750 2002-06-19 Andrew Cagney <cagney@redhat.com>
5751
5752 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5753 constant.
5754
5755 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5756
5757 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5758 current frame using only the first stack size adjustment. All
5759 subsequent size adjustments are not considered to be part of
5760 the "static" part of the current frame.
5761 Compute the address of the saved registers relative to the
5762 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5763 in use in this frame.
5764
5765 2002-06-18 Don Howard <dhoward@redhat.com>
5766
5767 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5768 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5769 suggesting this solution.
5770
5771 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5772
5773 * config/romp/xm-rtbsd.h: Delete file.
5774 * config/romp/rtbsd.mh: Delete file.
5775
5776 2002-06-18 Keith Seitz <keiths@redhat.com>
5777
5778 * breakpoint.c (condition_command): Post breakpoint_modify
5779 when a condition is added to an existing breakpoint.
5780 (commands_command): Likewise for commands.
5781 (set_ignore_count): Likewise for ignore counts.
5782 If no tty, do not simply return, still need to send event
5783 notification.
5784 (ignore_command): Only print a newline if the command came
5785 from a tty.
5786 Don't call breakpoints_changed, since this is now properly
5787 handled by set_ignore_count.
5788
5789 2002-06-18 Andrew Cagney <cagney@redhat.com>
5790
5791 * MAINTAINERS: Note that cris-elf target can be compiled with
5792 -Werror.
5793 * cris-tdep.c (cris_register_name): Make return type constant.
5794 (cris_breakpoint_from_pc): Ditto.
5795
5796 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5797
5798 * frame.h (struct frame_info): Change type of context to
5799 'struct context'.
5800
5801 2002-06-17 Andrew Cagney <cagney@redhat.com>
5802
5803 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5804 pointer.
5805 * gdbarch.h, gdbarch.c: Regenerate.
5806 * config/mips/tm-mips.h (mips_register_name): Update.
5807 * i386-tdep.h (i386_register_name): Update.
5808 * mips-tdep.c (mips_register_name): Update
5809 * alpha-tdep.c (alpha_register_name): Update.
5810 * arch-utils.c (legacy_register_name): Update.
5811 * arch-utils.h (legacy_register_name): Update.
5812 * avr-tdep.c (avr_register_name): Update.
5813 * ia64-tdep.c (ia64_register_name): Update.
5814 * i386-tdep.c (i386_register_name): Update.
5815 * sparc-tdep.c (sparc32_register_name): Update.
5816 (sparc64_register_name): Update.
5817 (sparclite_register_name): Update.
5818 (sparclet_register_name): Update.
5819 * sh-tdep.c (sh_generic_register_name): Update.
5820 (sh_sh_register_name): Update.
5821 (sh_sh3_register_name): Update.
5822 (sh_sh3e_register_name): Update.
5823 (sh_sh_dsp_register_name): Update.
5824 (sh_sh3_dsp_register_name): Update.
5825 (sh_sh4_register_name): Update.
5826 (sh_sh64_register_name): Update.
5827 * s390-tdep.c (s390_register_name): Update.
5828 * rs6000-tdep.c (rs6000_register_name): Update.
5829 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5830 (ns32k_register_name_32382): Update.
5831 * d10v-tdep.c (d10v_ts2_register_name): Update.
5832 (d10v_ts3_register_name): Update.
5833 * xstormy16-tdep.c (xstormy16_register_name): Update.
5834 * vax-tdep.c (vax_register_name): Update.
5835 * v850-tdep.c (v850_register_name): Update.
5836 * m68hc11-tdep.c (m68hc11_register_name): Update.
5837 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5838 (am33_register_name): Update.
5839
5840 2002-06-17 Grace Sainsbury <graces@redhat.com>
5841
5842 * m68k-tdep.c: Reindented.
5843
5844 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5845
5846 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5847 list of predefined types.
5848
5849 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5850
5851 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5852 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5853 REGISTER_CONVERT_TO_RAW): Remove defines.
5854 (i386_register_virtual_type, i386_register_convertible,
5855 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5856 Remove prototypes.
5857 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5858 macros mentioned above.
5859
5860 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5861 (i386lynx_saved_pc_after_call): Remove prototype.
5862 * i386ly-tdep.c: Include "i386-tdep.h".
5863 (i386lynx_saved_pc_after_call): Make static. Use
5864 read_memory_nobpt instead of read_memory. Use
5865 read_memory_unsigned_integer instead of read_memory_integer.
5866 (i386lynx_init_abi): New function.
5867 (i386lynx_coff_osabi_sniffer): New function.
5868 (_initialize_i386bsd_tdep): New function.
5869
5870 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5871 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5872 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5873 (i386_fix_call_dummy): Remove prototype.
5874 * i386-tdep.c (i386_call_dummy_words): New variable.
5875 (i386_gdbarch_init): Adjust for removal of the
5876 macros mentioned above.
5877
5878 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5879
5880 * command.h (add_setshow_auto_boolean_cmd): Replace
5881 add_set_auto_boolean_cmd.
5882 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5883 add_set_auto_boolean_cmd.
5884 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5885 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5886 mask-address'' command.
5887 (show_mask_address): Add cmd parameter.
5888 * remote.c (add_packet_config_cmd): Update. Change type of
5889 set_func and show_func to cmd_sfunc_ftype.
5890 (_initialize_remote): Update `set remote Z-packet'
5891 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5892 (show_remote_protocol_e_packet_cmd): Ditto.
5893 (show_remote_protocol_E_packet_cmd): Ditto.
5894 (show_remote_protocol_P_packet_cmd): Ditto.
5895 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5896 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5897 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5898 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5899 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5900 (show_remote_protocol_Z_packet_cmd): Ditto.
5901 (show_remote_protocol_binary_download_cmd): Ditto.
5902 (show_remote_cmd): Pass NULL to all of above.
5903
5904 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5905
5906 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5907 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5908 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5909 POP_FRAME): Remove defines.
5910 (i386_push_arguments, i386_store_struct_return,
5911 i386_extract_return_value, i386_store_return_value,
5912 i386_extract_struct_value_address, i386_push_dummy_frame,
5913 i386_pop_frame): Renove prototypes.
5914 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5915 macros mentioned above.
5916
5917 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5918
5919 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5920 add_set_boolean_cmd.
5921 (add_setshow_cmd): New function.
5922 * command.h (add_setshow_boolean_cmd): Replace
5923 add_set_boolean_cmd.
5924 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5925 and ``set rdiromatzero''.
5926 * maint.c (_initialize_maint_cmds): Update commented out code.
5927 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5928 * target.c (initialize_targets): Update `set
5929 trust-readonly-sections'.
5930 * remote.c (_initialize_remote): Update `set remotebreak'.
5931
5932 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5933
5934 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5935 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5936 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5937 fit into multi-arch framework.
5938 (i386_breakpoint_from_pc): New function.
5939 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5940 above.
5941
5942 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5943 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5944 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5945 (i386_frameless_function_invocation, i386_frame_num_args,
5946 i386_frame_init_saved_regs): Remove prototypes.
5947 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5948 macros mentioned above.
5949
5950 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5951
5952 * cli/cli-decode.c (set_cmd_cfunc): Update.
5953 (set_cmd_sfunc): Update.
5954 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5955 (set_cmd_sfunc, set_cmd_cfunc): Update.
5956 * cli/cli-decode.h: Update.
5957
5958 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5959
5960 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5961 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5962
5963 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5964
5965 * defs.h (auto_boolean): Declare enum.
5966 * command.h (cmd_auto_boolean): Delete enum.
5967 * mips-tdep.c (mask_address_var): Update.
5968 (mips_mask_address_p): Update.
5969 (show_mask_address): Update.
5970 * remote.c (struct packet_config): Update.
5971 (update_packet_config): Update.
5972 (show_packet_config_cmd): Update.
5973 (packet_ok): Update.
5974 (add_packet_config_cmd): Update.
5975 (_initialize_remote):
5976 * command.h: Update.
5977 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5978 (do_setshow_command): Update.
5979 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5980 * cli/cli-decode.h: Update.
5981
5982 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5983
5984 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5985 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5986 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5987 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5988 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5989 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5990
5991 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5992 list of DJGPP COFF targets.
5993
5994 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5995 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5996 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5997 (FP0_REGNUM): Remove define.
5998 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5999 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6000 (i386_register_virtual_size): Remove protoype.
6001 * i386-tdep.c (i386_register_virtual_size): Removed.
6002 (i386_extract_return_value, i386_store_return_value): Use
6003 FP0_REGNUM instead of NUM_FREGS to determine whether the
6004 floating-point registers are available.
6005 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6006 Adjust for removal of macros mentioned above.
6007
6008 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6009
6010 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6011 comments.
6012 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6013 Remove prototypes.
6014 (supply_gregset, fill_gregset): Remove use of register keyword and
6015 remove declaration for regmap. Use I386_NUM_GREGS instead of
6016 NUM_REGS and NUM_FREGS.
6017 (FPREGSET_FSAVE_OFFSET): Remove.
6018 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6019 NUM_FREGS to determine whether the floating-point registers are
6020 available.
6021
6022 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6023 gnu_store_registers): Replace usage of NUM_GREGS with
6024 I386_NUM_GREGS.
6025
6026 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6027 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6028 usage of NUM_GREGS with I386_NUM_GREGS.
6029
6030 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6031
6032 * i386bsd-nat.c: Include "i386-tdep.h".
6033 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6034 I386_NUM_GREGS.
6035
6036 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6037 and associated comment. They no longer make any sense, since we
6038 don't use this file anymore on Linux.
6039
6040 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6041 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6042 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6043 elements in these arrays.
6044 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6045 MAX_NUM_REGS.
6046
6047 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6048
6049 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6050 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6051
6052 2002-06-14 Andrew Cagney <cagney@redhat.com>
6053
6054 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6055 EXTRACT_RETURN_VALUE.
6056 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6057 EXTRACT_STRUCT_VALUE_ADDRESS.
6058 * gdbarch.h, gdbarch.c: Regenerate.
6059
6060 * values.c (value_being_returned): Handle
6061 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6062 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6063
6064 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6065 * arm-tdep.c (arm_gdbarch_init): Update.
6066 * avr-tdep.c (avr_gdbarch_init): Update.
6067 * cris-tdep.c (cris_gdbarch_init): Update.
6068 * d10v-tdep.c (d10v_gdbarch_init): Update.
6069 * ia64-tdep.c (ia64_gdbarch_init): Update.
6070 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6071 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6072 * s390-tdep.c (s390_gdbarch_init): Update.
6073 * sh-tdep.c (sh_gdbarch_init): Update.
6074 * s390-tdep.c (s390_gdbarch_init): Update.
6075 * sparc-tdep.c (sparc_gdbarch_init): Update.
6076 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6077 * v850-tdep.c (v850_gdbarch_init): Update.
6078 * vax-tdep.c (vax_gdbarch_init): Update.
6079 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6081
6082 * config/arc/tm-arc.h: Update.
6083 * config/d30v/tm-d30v.h: Update.
6084 * config/fr30/tm-fr30.h: Update.
6085 * config/h8300/tm-h8300.h: Update.
6086 * config/h8500/tm-h8500.h: Update.
6087 * config/i386/tm-i386.h: Update.
6088 * config/i386/tm-ptx.h: Update.
6089 * config/i386/tm-symmetry.h: Update.
6090 * config/i960/tm-i960.h: Update.
6091 * config/m32r/tm-m32r.h: Update.
6092 * config/m68k/tm-delta68.h: Update.
6093 * config/m68k/tm-linux.h: Update.
6094 * config/m68k/tm-m68k.h: Update.
6095 * config/m88k/tm-m88k.h: Update.
6096 * config/mcore/tm-mcore.h: Update.
6097 * config/mips/tm-mips.h: Update.
6098 * config/mn10200/tm-mn10200.h: Update.
6099 * config/pa/tm-hppa.h: Update.
6100 * config/pa/tm-hppa64.h: Update.
6101 * config/sparc/tm-sp64.h: Update.
6102 * config/sparc/tm-sparc.h: Update.
6103 * config/sparc/tm-sparclet.h: Update.
6104 * config/z8k/tm-z8k.h: Update.
6105
6106 2002-06-14 Andrew Cagney <cagney@redhat.com>
6107
6108 * Makefile.in (i386_linux_tdep_h): Define.
6109 (i386_tdep_h, i387_tdep_h): Define.
6110 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6111 $(i386_tdep_h) and $(i387_tdep_h).
6112 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6113
6114 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6115
6116 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6117 Already covered by the default.
6118
6119 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6120 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6121 (i386_gdbarch_init): Initialize long_double_format and long_double
6122 bit.
6123
6124 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6125 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6126 Move these to ...
6127 * config/i386/i386sol2.mh: ... here.
6128 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6129 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6130 (SIGCONTEXT_PC_OFFSET): Remove define.
6131 (IN_SIGTRAMP): Remove define.
6132 * i386-sol2-tdep.c: New file.
6133
6134 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6135 * config/i386/tm-i386nw.h: Removed.
6136
6137 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6138 USE_STRUCT_CONVENTION): Remove defines.
6139 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6140 (get_longjmp_target): Remove prototype.
6141 (IN_SIGTRAMP): Remove define.
6142 (i386bsd_in_sigtramp): Remove prototype.
6143 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6144 function. Update comment accordingly
6145 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6146 (FRAME_SAVED_PC): Remove define.
6147 (i386bsd_frame_saved_pc): Remove prototype.
6148 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6149 GET_LONGJMP_TARGET): Remove defines.
6150 (get_longjmp_target): Remove prototype.
6151 (IN_SIGTRAMP): Remove define.
6152 (i386bsd_in_sigtramp): Remove prototype.
6153 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6154 function. Update comment accordingly
6155 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6156 (FRAME_SAVED_PC): Remove define.
6157 (i386bsd_frame_saved_pc): Remove prototype.
6158 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6159 Remove prototype.
6160 (USE_STRUCT_CONVENTION): Remove prototype.
6161 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6162 declaration.
6163 (_initialize_i386bsd_nat): Revise logic to determine some
6164 constants at compile time when compiling a native GDB. Warn if
6165 things don't match up with what we expect.
6166 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6167 Remove variables.
6168 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6169 to use date stored in `struct gdbarch_tdep'.
6170 (i386bsd_sigcontext_offset): Remove varaible.
6171 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6172 stored in `struct gdbarch_tdep'.
6173 (i386bsd_frame_saved_pc): Make static.
6174 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6175 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6176 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6177 i386fbsd4_sc_pc_offset): New variables.
6178 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6179 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6180 functions.
6181 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6182 functions.
6183 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6184 Modify the value of i386fbsd_sigtramp_start and
6185 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6186 i386fbsd_sigtramp_end.
6187 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6188 function.
6189
6190 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6191 define to i386-linux-tdep.h.
6192 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6193 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6194 defines.
6195 (i386_linux_register_name, i386_linux_register_byte,
6196 i386_linux_register_raw_size): Remove prototypes.
6197 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6198 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6199 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6200 TARGET_WRITE_PC): Remove defines.
6201 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6202 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6203 i386_linux_write_pc): Remove prototypes.
6204 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6205 (get_longjmp_target): Remove prototype.
6206 * i386-linux-tdep.h: New file.
6207 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6208 * i386-linux-tdep.c: Include "i386-tdep.h" and
6209 "i386-linux-tdep.h".
6210 (i386_linux_register_name, i386_linux_register_byte,
6211 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6212 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6213 Make static.
6214 (i386_linux_init_abi): New function.
6215 (_initialize_i386_linux_tdep): New function.
6216
6217 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6218 (i386_saved_pc_after_call): Remove prototype.
6219 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6220 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6221 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6222 (i386_register_name, i386_stab_reg_to_regnum,
6223 i386_dwarf_reg_to_regnum): Remove prototypes.
6224 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6225 SIZEOF_SSE_REGS): Remove defines.
6226 (REGISTER_BYTES): Remove define.
6227 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6228 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6229 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6230 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6231 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6232 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6233 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6234 (get_longjmp_target): Remove prototype.
6235 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6236 (sigtramp_saved_pc): Remove define.
6237 (i386v4_sigtramp_saved_pc): Remove prototype.
6238 * config/i386/tm-go32.h (FRAME_CHAIN,
6239 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6240 (i386go32_frame_saved_pc): Remove prototype.
6241 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6242 (get_longjmp_target): Remove prototype.
6243 * i386-tdep.h: Include "osabi.h".
6244 (enum i386_abi): Removed.
6245 (enum struct_return): New enum.
6246 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6247 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6248 sc_pc_offset members.
6249 (i386_gdbarch_register_os_abi): Remove prototype.
6250 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6251 I386_SSE_NUM_REGS): New defines.
6252 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6253 I386_SSE_SIZEOF_REGS): New defines.
6254 (i386_register_name, i386_register_byte, i386_register_raw_size):
6255 New prototypes.
6256 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6257 (i386bsd_sigtramp_saved_pc): New prototype.
6258 * i386-tdep.c: Don't include "elf-bfd.h".
6259 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6260 i386_frame_chain, i386_saved_pc_after_call): Make static.
6261 (i386_frame_saved_pc): Rewrite to call architecture dependent
6262 function to deal with signal handlers. Make static.
6263 (i386go32_frame_saved_pc): Removed.
6264 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6265 Removed.
6266 (i386_get_longjmp_target): New function.
6267 (default_struct_convention, pcc_struct_convention,
6268 reg_struct_convention, valid_conventions, struct_convention): New
6269 variables.
6270 (i386_use_struct_convention): New function.
6271 (i386v4_sigtramp_saved_pc): Renamed to
6272 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6273 (i386_pc_in_sigtramp): New function.
6274 (i386_abi_names): Removed.
6275 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6276 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6277 Removed.
6278 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6279 i386_gdbarch_register_os_abi): Removed.
6280 (struct i386_abi_handler): Removed.
6281 (i386_abi_handler_list): Removed.
6282 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6283 functions.
6284 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6285 i386_nw_init_abi): New functions.
6286 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6287 Use set_gdbarch_xxx() calls instead of relying on macros for a
6288 number of calls.
6289 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6290 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6291 Register the various architecture variants defined in this file.
6292
6293 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6296 (struct main_type): Remove arg_types member. Update comments for
6297 struct field.
6298 (TYPE_ARG_TYPES): Remove.
6299 (TYPE_FN_FIELD_ARGS): Update.
6300 (smash_to_method_type): Update prototype.
6301
6302 * c-typeprint.c (cp_type_print_method_args): Take method type
6303 instead of argument list. Use new argument layout. Simplify.
6304 (c_type_print_args): Use new argument layout. Simplify.
6305 (c_type_print_base): Update call to cp_type_print_method_args.
6306 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6307 argument; use die->type instead. Update call to
6308 smash_to_method_type.
6309 (read_structure_scope): Update call to dwarf2_add_member_fn.
6310 * gdbtypes.c (allocate_stub_method): Update comment.
6311 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6312 Use new argument layout.
6313 (check_stub_method): Use new argument layout. Don't count
6314 void as an argument.
6315 (print_arg_types): Update comments. Use new argument layout.
6316 (recursive_dump_type): Don't print arg_types member.
6317 * hpread.c (hpread_read_struct_type): Use new argument layout.
6318 (fixup_class_method_type): Likewise.
6319 (hpread_type_lookup): Likewise.
6320 * stabsread.c (read_type): Update calls to read_args and
6321 smash_to_method_type.
6322 (read_args): Use new argument layout. Simplify.
6323 * valops.c (typecmp): Use new argument layout. Update parameters
6324 and comments. Simplify.
6325 (hand_function_call): Use new argument layout.
6326 (search_struct_method): Update call to typecmp.
6327 (find_overload_match): Use new argument layout.
6328
6329 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6330
6331 * NEWS: Mention multithreaded debug support for gdbserver.
6332
6333 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6334
6335 * MAINTAINERS: Mention NEWS.
6336
6337 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6338
6339 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6340 (struct mips_objfile_private, compare_pdr_entries): New.
6341 (non_heuristic_proc_desc): Read the ".pdr" section if it
6342 is present.
6343
6344 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6345
6346 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6347 (arm_debug): New static variable.
6348 (_initialize_arm_tdep): Add ``set debug arm'' command.
6349
6350 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6351
6352 * Makefile.in (sim_arm_h): Define.
6353 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6354 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6355 (arm_register_sim_regno): New function, map an internal REGNUM
6356 onto a simulator register number.
6357 (arm_gdbarch_init): Set register_sim_regno.
6358
6359 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6360
6361 * MAINTAINERS: Add self.
6362
6363 2002-06-11 Jim Blandy <jimb@redhat.com>
6364
6365 * source.c (source_info): Mention whether the symtab has
6366 information about preprocessor macros.
6367
6368 Call the command `info macro', not `show macro'.
6369 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6370 Fix error message.
6371 (_initialize_macrocmd): Register `info_macro_command' in
6372 `infolist', not `showlist'.
6373
6374 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6375
6376 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6377 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6378 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6379 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6380 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6381 unconditionally.
6382 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6383 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6384 (_initialize_mips_tdep): Remove dead code.
6385 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6386 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6387 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6388 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6389 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6390 MIPS_LAST_FP_ARG_REGNUM): Remove.
6391
6392 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6393
6394 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6395 (unwind_tmp_obstack_free, parse_frame_info)
6396 (update_context, cfi_read_fp, cfi_write_fp)
6397 (cfi_frame_chain, cfi_init_extra_frame_info)
6398 (cfi_virtual_frame_pointer): Use the above function.
6399 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6400
6401 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6402
6403 * v850-tdep.c (v850_type_is_scalar): New function.
6404 (v850_use_struct_convention): Match current gcc implementation
6405 as close as possible.
6406 (v850_push_arguments): Fix stack_offset handling. Don't write
6407 struct_addr into register. This is done by v850_store_struct_return.
6408 (v850_extract_return_value): Care for structs.
6409 (v850_store_return_value): Ditto.
6410 (v850_store_struct_return): Actually write address.
6411
6412 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6413
6414 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6415 without debug information too.
6416
6417 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6418
6419 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6420 Make multi-arch pure.
6421 * gdbarch.h, gdbarch.c: Re-generate.
6422 * arm-tdep.c (arm_print_float_info): Update.
6423 * arch-utils.h (default_print_float_info): Update.
6424 * arch-utils.c (default_print_float_info): Update.
6425 * infcmd.c (float_info): Update call.
6426
6427 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6428
6429 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6430 the front of the initialize list.
6431
6432 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6433
6434 * infrun.c (struct inferior_status): Replace fields
6435 selected_frame_address and selected_level with field
6436 selected_frame_id.
6437 (save_inferior_status): Update. Use get_frame_id.
6438 (struct restore_selected_frame_args): Delete.
6439 (restore_selected_frame): Update. Use frame_find_by_id.
6440 (restore_inferior_status): Update.
6441
6442 * breakpoint.h (struct breakpoint): Change type of
6443 watchpoint_frame to frame_id.
6444 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6445 call to get_current_frame.
6446 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6447 get_current_frame.
6448 (watchpoint_check): Use frame_find_by_id.
6449
6450 * frame.h (record_selected_frame): Delete declaration.
6451 * stack.c (record_selected_frame): Delete function.
6452
6453 * frame.h (struct frame_id): Define.
6454 (get_frame_id): Declare.
6455 (frame_find_by_id): Declare.
6456 * frame.c (frame_find_by_id): New function.
6457 (get_frame_id): New function.
6458
6459 2002-06-10 Andrey Volkov <avolkov@transas.com>
6460
6461 * ser-e7kpc.c: Fix duplicated define and call of
6462 _initialize_ser_e7000pc
6463
6464 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6465
6466 * signals/signals.c (target_signal_from_host): Fix #ifdef
6467 SIGRTMIN case.
6468 (do_target_signal_to_host): Likewise.
6469
6470 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6471
6472 * mips-tdep.c (mips_find_abi_section): New function.
6473 (mips_gdbarch_init): Call it.
6474
6475 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6476
6477 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6478 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6479 after Andrew's 2002-06-08 gdbarch change.
6480
6481 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6482
6483 * i386-linux-nat.c (suppy_gregset): Don't supply
6484 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6485 register cache.
6486 (fill_gregset): Don't fetch it under the same circumstances.
6487
6488 2002-06-09 Andrew Cagney <cagney@redhat.com>
6489
6490 * Makefile.in (callback_h): Define.
6491 (remote_sim_h): Update path to remote-sim.h.
6492 (remote-rdp.o): Add $(callback_h).
6493 (remote-sim.o): Use $(callback_h).
6494 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6495 * remote-rdp.c: Include "gdb/callback.h".
6496
6497 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6498
6499 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6500 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6501
6502 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6503
6504 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6505 * rdi-share/serpardr.c: Ditto.
6506 * rdi-share/unixcomm.c: Ditto.
6507 * rdi-share/serdrv.c: Ditto.
6508 * rdi-share/hostchan.h: Ditto.
6509 * rdi-share/hostchan.c: Ditto.
6510 * rdi-share/host.h: Ditto.
6511 * rdi-share/devsw.c: Ditto.
6512
6513 * objfiles.h: Change type of obj_private to void pointer.
6514 * pa64solib.c: Update copyright. Don't include "assert.h", use
6515 strcmp instead of STREQ, use LONGEST, do not use PTR
6516 * somsolib.c: Ditto.
6517
6518 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6519 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6520 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6521
6522 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6523
6524 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6525 (default_get_saved_register): Delete function.
6526 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6527 generic_unwind_get_saved_register.
6528 * gdbarch.h, gdbarch.c: Re-generate.
6529
6530 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6531
6532 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6533 generic_func_frame_chain_valid.
6534 * gdbarch.h, gdbarch.c: Re-generate.
6535 * blockframe.c (generic_func_frame_chain_valid): Only check
6536 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6537 passing FP to PC_IN_CALL_DUMMY.
6538 Fix PR gdb/360.
6539
6540 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6541
6542 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6543 (register_gdbarch_data): Initialize init_p.
6544 (gdbarch_data): Initialize data pointer using the init function.
6545 (init_gdbarch_data): Delete function.
6546 (gdbarch_update_p): Update.
6547 (initialize_non_multiarch): Update.
6548 (struct gdbarch): Add field initialized_p.
6549 * gdbarch.h, gdbarch.c: Re-generate.
6550
6551 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6552
6553 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6554 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6555 better do the things actually here.
6556 * x86-64-tdep.c (x86_64_register_name2nr): New.
6557 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6558 (x86_64_gdbarch_init): Respect the above change.
6559 * x86-64-tdep.h (x86_64_register_name2nr)
6560 (x86_64_register_nr2name): Add prototypes.
6561 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6562
6563 2002-06-06 Michael Snyder <msnyder@redhat.com>
6564
6565 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6566 Delete extra braces and re-indent.
6567 (d10v_store_return_value): Char return values
6568 must be shifted over by one byte in R0.
6569 (d10v_extract_return_value): Delete extra braces, re-indent.
6570
6571 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6572
6573 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6574 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6575 (d10v_integer_to_address): Rewrite.
6576 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6577 the d10v specific functions which take care of converting to the
6578 correct space.
6579
6580 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6581
6582 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6583 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6584
6585 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6586
6587 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6588 includes.
6589 * config/tm-linux.h: Ditto.
6590 * config/alpha/tm-alphalinux.h: Ditto.
6591 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6592 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6593 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6594 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6595 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6596 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6597 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6598 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6599 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6600 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6601 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6602 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6603 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6604 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6605 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6606 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6607 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6608 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6609 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6610 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6611 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6612 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6613 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6614 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6615 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6616 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6617 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6618 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6619 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6620 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6621 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6622 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6623 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6624 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6625 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6626 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6627 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6628
6629 2002-05-04 Aidan Skinner <aidan@velvet.net>
6630
6631 * ada-exp.tab.c: New file
6632 * ada-exp.y: New file
6633 * ada-lang.c: New file
6634 * ada-lang.h: New file
6635 * ada-lex.c: New file
6636 * ada-lex.l: New file
6637 * ada-tasks.c: New file
6638 * ada-typeprint.c: New file
6639 * ada-valprint.c: New file
6640
6641 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6642
6643 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6644 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6645
6646 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6647
6648 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6649 insetead of ppc-linux-tdep.o.
6650 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6651 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6652
6653 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6654
6655 2002-05-07 Christian Groessler <chris@groessler.org>
6656 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6657 bit register contents for little endian hosts.
6658
6659 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6660
6661 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6662 any maintainer.
6663
6664 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6665
6666 * gdbarch.h: Regenerate.
6667
6668 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6669
6670 * MAINTAINERS: Add everyone to write-after-approval list.
6671
6672 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6673
6674 * stack.c (frame_info): Use frame_register_unwind instead of
6675 saved_regs. Mention when the SP is on the stack or in a register.
6676
6677 * frame.h (frame_register_unwind_ftype): Define. Document.
6678 (struct frame_info): Add field register_unwind and
6679 register_unwind_cache.
6680 (frame_register_unwind): Declare.
6681 (generic_unwind_get_saved_register): Declare.
6682
6683 * frame.c (frame_register_unwind): New function.
6684 (generic_unwind_get_saved_register): New function.
6685
6686 * blockframe.c (generic_call_dummy_register_unwind): New function.
6687 (frame_saved_regs_register_unwind): New function.
6688 (set_unwind_by_pc): New function.
6689 (create_new_frame): New function.
6690 (get_prev_frame): New function.
6691
6692 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6693
6694 * a29k-share/: Delete directory.
6695 * remote-vx29k.c: Delete file.
6696
6697 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6698
6699 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6700 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6701
6702 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6703
6704 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6705 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6706 (sparc64nbsd-nat.o)
6707 (sparcnbsd-nat.o)
6708 (sparcnbsd-tdep.o): New dependency lists.
6709 * NEWS: Note new UltraSPARC NetBSD native configuration.
6710 * configure.host (sparc64-*-netbsd*): New host.
6711 * configure.tgt (sparc-*-netbsdelf*)
6712 (sparc-*-netbsd*): Set gdb_target to nbsd.
6713 (sparc64-*-netbsd*): New target.
6714 * sparc64nbsd-nat.c: New file.
6715 * sparcnbsd-nat.c: New file.
6716 * sparcnbsd-tdep.c: New file.
6717 * sparcnbsd-tdep.h: New file.
6718 * config/sparc/nbsd.mt: New file.
6719 * config/sparc/nbsd64.mh: New file.
6720 * config/sparc/nbsd64.mt: New file.
6721 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6722 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6723 (HOST_IPC): Remove.
6724 * config/sparc/nbsdaout.mt: Remove.
6725 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6726 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6727 (HOST_IPC): Remove.
6728 * config/sparc/nbsdelf.mt: Remove.
6729 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6730 sparc-nat.c compatiblity defines.
6731 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6732 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6733 * config/sparc/tm-nbsd64.h: New file.
6734 * config/sparc/tm-nbsdaout.h: Remove.
6735 * config/sparc/xm-nbsd.h: Remove.
6736
6737 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6738
6739 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6740 * sparc-tdep.c: Include osabi.h.
6741 (gdbarch_tdep): Add osabi member.
6742 (_initialize_sparc_tdep): Use gdbarch_register.
6743 (sparc_gdbarch_init): Use generic OS ABI framework.
6744 (sparc_dump_tdep): New function.
6745
6746 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6747
6748 * corefile.c (do_captured_read_memory_integer): Return non-zero
6749 result.
6750 (safe_read_memory_integer): Copy result of memory read when
6751 status is non-zero. Also, add comments.
6752
6753 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6754
6755 * Makefile.in (ppc_tdep_h): Define.
6756 (ppc-linux-nat.o)
6757 (ppc-linux-tdep.o)
6758 (rs6000-tdep.o): Use $(ppc_tdep_h).
6759 (ppc-sysv-tdep.o)
6760 (ppcnbsd-nat.o)
6761 (ppcnbsd-tdep.o): New dependency lists.
6762 * ppc-tdep.h: Use generic OS ABI framework.
6763 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6764 (ppc_linux_init_abi): New functions.
6765 (ppc_sysv_abi_broken_use_struct_convention)
6766 (ppc_sysv_abi_use_struct_convention)
6767 (ppc_sysv_abi_push_arguments): Move to...
6768 * ppc-sysv-tdep.c: ...here.
6769 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6770 * rs6000-tdep.c (process_note_abi_tag_sections)
6771 (get_elfosabi): Remove.
6772 (rs6000_gdbarch_init): Use generic OS ABI framework.
6773 (rs6000_dump_tdep): New function.
6774 (_initialize_rs6000_tdep): Use gdbarch_register.
6775 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6776 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6777 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6778 of ppc-linux-tdep.o.
6779 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6780 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6781 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6782 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6783 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6784 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6785
6786 2002-05-29 Jim Blandy <jimb@redhat.com>
6787
6788 * macroscope.c (default_macro_scope): Put `void' in empty argument
6789 list.
6790
6791 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6792
6793 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6794 * arch-utils.c: Include "sim-regno.h".
6795 * gdbarch.sh: Don't include "sim-regno.h".
6796 * gdbarch.h, gdbarch.c: Regenerate.
6797 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6798 here.
6799 * arch-utils.h (legacy_register_sim_regno): To here.
6800 * remote-sim.c (legacy_register_sim_regno): Move function from
6801 here.
6802 * arch-utils.c (legacy_register_sim_regno): To here.
6803
6804 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6805
6806 * sim-regno.h: New file.
6807 * Makefile.in (sim_regno_h): Define.
6808 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6809 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6810 (legacy_register_sim_regno): New function.
6811 (one2one_register_sim_regno): New function.
6812 (gdbsim_fetch_register): Rewrite.
6813 (gdbsim_store_register): Only store a register when
6814 REGISTER_SIM_REGNO is valid.
6815 * d10v-tdep.c: Include "sim-regno.h".
6816 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6817 (d10v_ts3_register_sim_regno): Ditto.
6818 * gdbarch.sh: Include "sim-regno.h".
6819 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6820 * gdbarch.h, gdbarch.c: Regenerate.
6821 * arch-utils.h (default_register_sim_regno): Delete declaration.
6822 * arch-utils.c (default_register_sim_regno): Delete function.
6823
6824 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6825
6826 * ppcnbsd-nat.c: Rewrite.
6827 * ppcnbsd-tdep.c: New file.
6828 * ppcnbsd-tdep.h: New file.
6829 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6830 solib.o, and solib-svr4.o.
6831 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6832 nbsd-tdep.o, and corelow.o.
6833
6834 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6835
6836 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6837 `tr' and `sed'. Mention that `broken' targets are not expected to
6838 build.
6839
6840 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6841
6842 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6843 Let PC point right after the prologue before looking up symbols.
6844
6845 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6846
6847 * i386-tdep.c (i386_register_virtual_type): Return
6848 builtin_type_vec128i for SSE registers.
6849
6850 * gdbtypes.h (builtin_type_vec128i): Declare.
6851
6852 * gdbtypes.c (build_builtin_type_vec128i): New function.
6853 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6854 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6855 (build_gdbtypes): Initialize new builtin vector types.
6856 (_initialize_gdbtypes): Register new vector types with gdbarch.
6857
6858 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6859
6860 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6861 since it has been multi-arch'd.
6862 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6863 Move Alpha and VAX multi-arch news entries to same section
6864 as other multi-arch news.
6865
6866 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6867
6868 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6869 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6870 static. Rename some register numbers to put them in ns32k-tdep
6871 private namespace.
6872 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6873 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6874 functions.
6875 (_initialize_ns32k_tdep): Use gdbarch_register.
6876 * ns32k-tdep.h: New file.
6877 * ns32knbsd-tdep.c: New file.
6878 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6879 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6880 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6881 REGISTER_BYTES, REGISTER_BYTE): Remove.
6882 * config/ns32k/tm-ns32k.h: New file.
6883 * config/ns32k/tm-umax.h: Remove.
6884
6885 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6886
6887 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6888 ns32k_store_struct_return, ns32k_extract_return_value,
6889 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6890 functions.
6891 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6892 ns32k_saved_pc_after_call.
6893 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6894 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6895 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6896 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6897 ns32k_extract_struct_value_address.
6898
6899 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6900
6901 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6902 ns32k_fix_call_dummy): New.
6903 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6904 ns32k_call_dummy_words.
6905 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6906 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6907 CALL_DUMMY_NARGS): Remove.
6908 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6909
6910 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6911
6912 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6913 ns32k_frame_saved_pc, ns32k_frame_args_address,
6914 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6915 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6916 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6917 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6918 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6919 (BREAKPOINT): Remove..
6920 (FRAME_CHAIN): Define as ns32k_frame_chain.
6921 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6922 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6923 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6924 (FRAME_FIND_SAVED_REGS): Remove.
6925 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6926 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6927 (POP_FRAME): Define as ns32k_pop_frame.
6928
6929 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6930
6931 * ns32k-tdep.c (ns32k_register_byte_32082,
6932 ns32k_register_byte_32382, ns32k_register_raw_size,
6933 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6934 functions.
6935 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6936 ns32k_register_byte_32382.
6937 * config/ns32k/tm-umax.h: Update copyright years.
6938 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6939 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6940 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6941 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6942 (ns32k_get_enter_addr): Fix prototype.
6943
6944 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6945
6946 * ns32k-tdep.c: Update copyright years.
6947 (ns32k_register_name_32082): New function.
6948 (ns32k_register_name_32382): Ditto.
6949 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6950 (REGISTER_NAME): Define as ns32k_register_name_32382.
6951 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6952 (REGISTER_NAME): Define as ns32k_register_name_32082.
6953
6954 2002-05-24 Jim Blandy <jimb@redhat.com>
6955
6956 * dwarf2read.c (free_line_header): Use xfree, not free.
6957
6958 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6959
6960 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6961 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6962
6963 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6964
6965 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6966
6967 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6968
6969 From Ross Alexander at NEC Europe:
6970 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6971
6972 2002-05-23 Michael Snyder <msnyder@redhat.com>
6973
6974 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6975 for input, rather than parse_and_eval_address.
6976
6977 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6978
6979 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6980 * Makefile.in (sim_d10v_h): Update definition.
6981
6982 2002-05-24 Andrew Cagney <cagney@redhat.com>
6983
6984 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6985 change `2002-05-22 Michael Snyder' below.
6986 (d10v_push_arguments): Ditto.
6987 (d10v_extract_return_value): Ditto.
6988
6989 2002-05-23 Jim Blandy <jimb@redhat.com>
6990
6991 * macrotab.c (check_for_redefinition): Don't complain if the new
6992 definition is the same as the previous one. Take more arguments
6993 to allow the comparison.
6994 (macro_define_object, macro_define_function): Pass more arguments
6995 to check_for_redefinition.
6996
6997 2002-05-22 Michael Snyder <msnyder@redhat.com>
6998
6999 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7000 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7001 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7002 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7003 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7004 Add a temp variable to save a call (and a memory read).
7005 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7006 if possible (so that PC_IN_CALL_DUMMY will work).
7007
7008 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7009
7010 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7011
7012 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7013
7014 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7015 fde->cie_ptr.
7016 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7017 (dwarf2_build_frame_info): Add offset to fde->initial_location
7018 so that frames of shared libraries are mapped correctly.
7019 (execute_stack_op): Change type of 'result' from ULONGEST to
7020 CORE_ADDR.
7021
7022 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7023
7024 * config/alpha/tm-nbsd.h: Include solib.h.
7025
7026 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7027
7028 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7029 assumptions about the host's byte order.
7030
7031 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7032
7033 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7034 to dependency list.
7035 * alphanbsd-tdep.c: Include solib-svr4.h.
7036 * shnbsd-tdep.c: Ditto.
7037
7038 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7039
7040 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7041 nbsd-tdep.h to dependency list.
7042 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7043 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7044 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7045 nbsdaout.mh and nbsdelf.mh consistently.
7046 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7047 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7048 nbsdaout.mt and nbsdelf.mh consistently.
7049 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7050 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7051 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7052 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7053 a.out shared library stuff from here...
7054 * config/nm-nbsdaout.h: ...to here.
7055 * config/tm-nbsd.h: Remove.
7056 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7057 * config/arm/nbsd.mh: Remove.
7058 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7059 nbsd-tdep.o.
7060 * config/arm/nbsdaout.mh: New file.
7061 * config/arm/nbsdelf.mh: New file.
7062 * config/arm/nm-nbsdaout.h: New file.
7063 * config/i386/nbsd.mh: Remove.
7064 * config/i386/nbsd.mt: Remove.
7065 * config/i386/nbsdaout.mh: New file.
7066 * config/i386/nbsdaout.mt: New file.
7067 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7068 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7069 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7070 i386_register_u_addr): Remove.
7071 * config/i386/nm-nbsdaout.h: New file.
7072 * config/i386/nm-nbsdelf.h: Remove.
7073 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7074 (USE_STRUCT_CONVENTION): Remove.
7075 * config/i386/tm-nbsdaout.h: New file.
7076 * config/i386/tm-nbsdelf.h: Remove.
7077 * config/m68k/nbsd.mh: Remove.
7078 * config/m68k/nbsd.mt: Remove.
7079 * config/m68k/nbsdaout.mh: New file.
7080 * config/m68k/nbsdaout.mt: New file.
7081 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7082 * config/m68k/nm-nbsdaout.h: New file.
7083 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7084 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7085 * config/ns32k/nbsd.mh: Remove.
7086 * config/ns32k/nbsd.mt: Remove.
7087 * config/ns32k/nbsdaout.mh: New file.
7088 * config/ns32k/nbsdaout.mt: New file.
7089 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7090 * config/ns32k/nm-nbsdaout.h: New file.
7091 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7092 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7093 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7094 (SVR4_SHARED_LIBS): Remove.
7095 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7096 * config/sparc/nbsd.mh: Remove.
7097 * config/sparc/nbsd.mt: Remove.
7098 * config/sparc/nbsdaout.mh: New file.
7099 * config/sparc/nbsdaout.mt: New file.
7100 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7101 * config/sparc/nbsdelf.mt: New file.
7102 * config/sparc/nm-nbsdaout.h: New file.
7103 * config/sparc/nm-nbsdelf.h: Remove.
7104 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7105 * config/sparc/tm-nbsdaout.h: New file.
7106
7107 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7108
7109 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7110 mipsnbsd-tdep.c
7111 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7112
7113 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7114
7115 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7116 shnbsd-nat.c.
7117 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7118
7119 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7120
7121 * NEWS: Note new MIPS NetBSD native configuration.
7122 * configure.host (mips*-*-netbsd*): New host.
7123 * configure.tgt (mips*-*-netbsd*): New target.
7124 * mipsnbsd-nat.c: New file.
7125 * mipsnbsd-tdep.c: New file.
7126 * mipsnbsd-tdep.h: New file.
7127 * config/mips/nbsd.mh: New file.
7128 * config/mips/nbsd.mt: New file.
7129 * config/mips/nm-nbsd.h: New file.
7130 * config/mips/tm-nbsd.h: New file.
7131
7132 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7133
7134 * Makefile.in (SFILES): Add osabi.c.
7135 (COMMON_OBS): Add osabi.o.
7136 (osabi.o): New dependency list.
7137 * osabi.c: New file.
7138 * osabi.h: New file.
7139 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7140
7141 * Makefile.in (alpha_tdep_h): Define and use instead of
7142 alpha-tdep.h.
7143 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7144 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7145 Remove.
7146 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7147 * alpha-tdep.h: Include osabi.h.
7148 (alpha_abi): Remove.
7149 (gdbarch_tdep): Use generic OS ABI framework.
7150 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7151 gdbarch_register_osabi.
7152 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7153 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7154 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7155
7156 * Makefile.in (sh_tdep_h): Add osabi.h.
7157 * sh-tdep.h (sh_osabi): Remove.
7158 (gdbarch_tdep): Use generic OS ABI framework.
7159 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7160 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7161 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7162 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7163
7164 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7165 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7166 gdbarch_register_osabi.
7167 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7168 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7169 (get_elfosabi): Rename to...
7170 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7171 ABI framework support routines.
7172 (arm_gdbarch_init): Use generic OS ABI framework.
7173 (arm_dump_tdep): Likewise.
7174 (_initialize_arm_tdep): Likewise.
7175 * arm-tdep.h: Include osabi.h.
7176 (arm_abi): Remove.
7177 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7178 osabi member.
7179 (arm_gdbarch_register_os_abi): Remove prototype.
7180 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7181 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7182
7183 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7184 * mips-tdep.c: Include osabi.h.
7185 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7186 OS ABI framework.
7187
7188 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7189
7190 * h8300-tdep.c: Fix formatting.
7191
7192 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7193
7194 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7195 printing vector registers.
7196
7197 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7198
7199 From Fernando Nasser:
7200 * remote.c (remote_async_open_1): Re-throw the exception when the
7201 connection fails.
7202 (remote_cisco_open): Ditto.
7203 (remote_open_1): Ditto.
7204
7205 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7206
7207 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7208 (remote_start_remote): Add uiout parameter. Pass through to
7209 remote_start_remote_dummy.
7210 (remote_open_1): Use catch_exception instead of catch_errors.
7211 (remote_async_open_1): Ditto.
7212 (remote_cisco_open): Ditto.
7213
7214 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7215
7216 * remote.c (remote_start_remote): Replace PTR with void pointer.
7217 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7218 static.
7219
7220 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7221
7222 * gdb_indent.sh: Allow the script to be run in the sim directory.
7223
7224 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7225
7226 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7227 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7228
7229 * corelow.c (core_open): Only call set_gdbarch_from_file if
7230 exec_bfd is NULL.
7231
7232 2002-05-17 Andrey Volkov <avolkov@transas.com>
7233
7234 * h8300-tdep.c: Add support of EXR register
7235 * config/h8300/tm-h8300.h: Ditto.
7236
7237 2002-05-17 Andrey Volkov <avolkov@transas.com>
7238
7239 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7240
7241 2002-05-17 Andrey Volkov <avolkov@transas.com>
7242
7243 * h8300-tdep.c: Change literal regnums to REGNO.
7244
7245 2002-05-17 Jim Blandy <jimb@redhat.com>
7246
7247 * NEWS: Note addition of macro support.
7248
7249 Expand preprocessor macros in C expressions.
7250 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7251 (scan_macro_expansion, scanning_macro_expansion,
7252 finished_macro_expansion): New function declarations.
7253 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7254 variable declarations.
7255 * parser-defs.h (expression_context_pc): New declaration.
7256 * parse.c (expression_context_pc): New variable.
7257 (parse_exp_1): Set expression_context_pc, as well as
7258 expression_context_block.
7259 * c-exp.y (yylex): If we're not already reading the result of a
7260 macro expansion, try to macro-expand the next token. When we're
7261 done scanning a macro expansion, switch back to the mainline text.
7262 Commas and `if's in a macro's expansion don't terminate the input.
7263 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7264 (macro_original_text, macro_expanded_text,
7265 expression_macro_lookup_func, expression_macro_lookup_baton): New
7266 variables.
7267 (scan_macro_expansion, scanning_macro_expansion,
7268 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7269 c_preprocess_and_parse): New functions.
7270 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7271 c_preprocess_and_parse, instead of c_parse.
7272 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7273 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7274
7275 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7276
7277 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7278 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7279 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7280
7281 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7282
7283 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7284
7285 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7286
7287 * Makefile.in (sh_tdep_h): Define and use.
7288 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7289 register enum): Move to...
7290 * * sh-tdep.h: ...here.
7291 * sh-tdep.c: Include sh-tdep.h.
7292 * sh3-rom.c: Likewise.
7293 * shnbsd-tdep.c: Likewise.
7294
7295 2002-05-16 Michael Snyder <msnyder@redhat.com>
7296
7297 * arm-tdep.c: Spelling fix in comment.
7298
7299 2002-05-16 Jim Blandy <jimb@redhat.com>
7300
7301 Add commands for manually expanding macros and showing their
7302 definitions.
7303 * macrocmd.c, macroscope.c, macroscope.h: New files.
7304 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7305 (macroscope_h): New variable.
7306 (HFILES_NO_SRCDIR): Add macroscope.h.
7307 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7308 (macroscope.o, macrocmd.o): New rules.
7309
7310 Teach the Dwarf 2 reader to read macro information.
7311 * dwarf2read.c: #include "macrotab.h".
7312 (dwarf_macinfo_buffer): New variable.
7313 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7314 dwarf_macinfo_size.
7315 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7316 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7317 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7318 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7319 dwarf2_macro_spaces_in_definition): New complaints.
7320 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7321 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7322 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7323 the partial symbol table.
7324 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7325 from what's recorded in the partial symbol table.
7326 (read_file_scope): If the compilation unit has a
7327 `DW_AT_macro_info' attribute, read its macro information.
7328 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7329
7330 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7331
7332 Fix PR gdb/546
7333 * ser-tcp.c: Don't include <netinet/udp.h>.
7334
7335 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7336
7337 * MAINTAINERS: Update my email address.
7338
7339 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7340
7341 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7342 include file of the same name.
7343
7344 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7345
7346 * configure.tgt: Mark v850 as multi-arched.
7347 * config/v850/tm-v850.h: Remove file.
7348 * config/v850/v850.mt: Eliminate TM_FILE.
7349
7350 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7351
7352 * v850-tdep.c: Full multi-arch.
7353 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7354 Define GDB_MULTI_ARCH to 2.
7355
7356 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7357
7358 * p-exp.y (current_type): New static variable.
7359 Carries the type of the expression at the position that is parsed.
7360 (push_current_type, pop_current_type): Two new functions. Used
7361 to store/restore current_type in expression on specific tokens.
7362 (search_field): New static variable. Set to one after parsing a point
7363 as at that point only a FIELDNAME token should be searched.
7364 (FIELDNAME): New token. After a point only a token belonging to
7365 current_type type definition is allowed.
7366 (all over token rules): reset and change current_type according
7367 to rules.
7368 (exp '[' rule): insert implicit array index field if
7369 exp is a pascal string type.
7370
7371 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7372
7373 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7374 frame info. Use frame_info's saved_regs instead of matching member
7375 in extra_frame_info throughout.
7376 (v850_frame_init_saved_regs): New function.
7377 (v850_init_extra_frame_info): Move most functionality into
7378 v850_frame_init_saved_regs().
7379 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7380 (v850_frame_find_saved_regs): Remove declaration.
7381 (FRAME_FIND_SAVED_REGS): Remove definition.
7382 (v850_frame_init_saved_regs): Add declaration.
7383 (FRAME_INIT_SAVED_REGS): Add definition.
7384
7385 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7386
7387 * v850-tdep.c: Begin multi-arch'ing v850.
7388 (v850_target_architecture_hook): Remove function.
7389 (v850_gdbarch_init): New function. Add code previously in
7390 v850_target_architecture_hook().
7391 (_initialize_v850_tdep): Don't set target_architecture_hook.
7392 Call register_gdbarch_init() instead.
7393
7394 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7395
7396 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7397 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7398 (fixup_class_method_type): Likewise.
7399
7400 2002-05-15 Jim Blandy <jimb@redhat.com>
7401
7402 Add macro structures to GDB's symbol tables. Nobody puts anything
7403 in them yet.
7404 * symtab.h (struct symtab): New member: `macro_table'.
7405 * buildsym.h (pending_macros): New global variable.
7406 * buildsym.c: #include "macrotab.h".
7407 (buildsym_init): Initialize `pending_macros'.
7408 (end_symtab): If we found macro information while reading a CU's
7409 debugging info, do build a symtab structure for it. Make the
7410 symtab point to the macro information, and clear the
7411 `pending_macros' pointer which held it while we were reading the
7412 debug info.
7413 (really_free_pendings): Free any pending macro table.
7414 * objfiles.h (struct objfile): New member: `macro_cache'.
7415 * objfiles.c (allocate_objfile): Set allocate and free functions
7416 for the macro cache's objstack.
7417 (free_objfile): Empty the macro cache's obstack.
7418 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7419 set new allocate and free functions for it.
7420 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7421 free functions for the macro cache's objstack. (Why is this
7422 function building its own objfile?)
7423 * symmisc.c (print_objfile_statistics): Print statistics on the
7424 macro bcache.
7425 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7426
7427 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7428
7429 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7430 (REGISTER_U_ADDR): Delete definition.
7431 (arm_register_u_addr): Delete declaration.
7432
7433 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7434
7435 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7436 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7437
7438 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7439
7440 * regcache.c (register_valid): Revise comments refering to "Not
7441 available" and "unavailable".
7442 * frame.c (frame_register_read): Ditto.
7443 * findvar.c (value_of_register): Ditto.
7444
7445 2002-05-15 Andrew Cagney <cagney@redhat.com>
7446
7447 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7448 (remote-sim.o): Update dependencies.
7449 (d10v-tdep.o): Specify dependencies.
7450 (sim_d10v_h): Define.
7451
7452 2002-05-14 Jim Blandy <jimb@redhat.com>
7453
7454 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7455 * macrotab.c (macro_lookup_inclusion, find_definition,
7456 new_macro_table): Same.
7457
7458 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7459 not `! strcmp ()'. This is a dubious improvement.
7460 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7461
7462 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7463 although it's not necessary, to avoid a warning.
7464
7465 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7466
7467 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7468 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7469 TYPE_INSTANCE_FLAGS.
7470 (struct main_type): New.
7471 (struct type): Move most members to struct main_type. Change
7472 cv_type and as_type to new type_chain member. Add instance_flags.
7473 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7474 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7475 (finish_cv_type): Remove prototype.
7476 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7477 Set TYPE_CHAIN.
7478 (alloc_type_instance): New function.
7479 (smash_type): New function.
7480 (make_pointer_type, make_reference_type, make_function_type)
7481 (smash_to_member_type, smash_to_method_type): Call smash_type.
7482 (make_qualified_type): New function.
7483 (make_type_with_address_space): Call make_qualified_type.
7484 (make_cv_type): Likewise.
7485 (finish_cv_type): Remove unnecessary function.
7486 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7487 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7488 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7489 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7490 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7491 * hpread.c (hpread_read_struct_type): Likewise.
7492 * stabsread.c (read_struct_type): Likewise.
7493
7494 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7495
7496 * configure.tgt: Add a catch all sh* target, for cases like
7497 sh[2,3,4]-elf and sh-hms.
7498
7499 2002-05-14 Keith Seitz <keiths@redhat.com>
7500
7501 * event-loop.c (create_file_handler): Don't do anything but
7502 update data when we are given a fd which we are already
7503 monitoring.
7504
7505 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7506
7507 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7508 (update_context): Use __func__ in warnings.
7509
7510 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7511
7512 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7513 and tcp_close to net_open and net_close.
7514 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7515 using UDP if requested. Don't try to disable Nagle on UDP
7516 sockets.
7517 * remote.c (remote_serial_open): New function. Warn about UDP.
7518 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7519
7520 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7521
7522 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7523
7524 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7525
7526 * configure.tgt: Remove sh-hms target.
7527 * MAINTAINERS: Don't list sh-hms as a separate target.
7528
7529 2002-05-13 Jim Blandy <jimb@redhat.com>
7530
7531 Add first preprocessor macro-expansion files.
7532 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7533 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7534 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7535 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7536 (COMMON_OBS): Add macrotab.o, macroexp.o.
7537 (macroexp.o, macrotab.o): New rules.
7538
7539 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7540
7541 * config/m88k/tm-m88k.h: Update copyright.
7542 (m88k_target_write_pc): Declare
7543 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7544 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7545 (SHIFT_INST_REGS): Update definition.
7546 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7547 using old definition of TARGET_WRITE_PC.
7548 * regcache.c (generic_target_write_pc): Delete code handling
7549 NNPC_REGNUM.
7550 * gdbarch.sh (NNPC_REGNUM): Delete.
7551 * gdbarch.h, gdbarch.c: Regenerate.
7552
7553 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7554
7555 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7556 builtin reg number.
7557
7558 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7559
7560 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7561 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7562 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7563 access macros.
7564 * c-typeprint.c (cp_type_print_method_args): Likewise.
7565 (c_type_print_args): Likewise.
7566 * d10v-tdep.c (d10v_push_arguments): Likewise.
7567 (d10v_extract_return_value): Likewise.
7568 * expprint.c (print_subexp): Likewise.
7569 * gdbtypes.c (lookup_primitive_typename): Likewise.
7570 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7571 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7572 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7573 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7574 (TYPE_VECTOR): Likewise.
7575 * hpread.c (hpread_read_struct_type)
7576 (fix_static_member_physnames, fixup_class_method_type)
7577 (hpread_type_lookup): Likewise.
7578 * mdebugread.c (parse_symbol, parse_type): Likewise.
7579 * p-lang.c (is_pascal_string_type): Likewise.
7580 * valops.c (hand_function_call): Likewise.
7581 * x86-64-tdep.c (classify_argument): Likewise.
7582
7583 * hpread.c (hpread_read_function_type)
7584 (hpread_read_doc_function_type): Call replace_type.
7585 * dstread.c (create_new_type): Delete.
7586 (decode_dst_structure, process_dst_function): Call alloc_type.
7587 Use type access macros.
7588
7589 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7590
7591 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7592 the're not supported by the current architecture.
7593 (i387_fill_fxsave): Likewise.
7594
7595 2002-05-12 Fred Fish <fnf@redhat.com>
7596
7597 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7598 sect_index_xxx members to index the first slot in section_offsets
7599 if all of the section_offsets are zero.
7600
7601 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7602
7603 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7604 checked in with last change.
7605
7606 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7607
7608 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7609 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7610 config.sub.
7611
7612 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * Makefile.in: Update dependencies.
7615
7616 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7617
7618 * language.c (local_hex_string_custom): Simplify. Do not depend
7619 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7620
7621 * memattr.c (mem_info_command): Replace calls to
7622 longest_local_hex_string and longest_local_hex_string_custom.
7623 * buildsym.c (make_blockvector): Ditto.
7624 * solib.c (info_sharedlibrary_command): Ditto.
7625 * tracepoint.c (tracepoints_info): Ditto.
7626 * symtab.c (print_msymbol_info): Ditto.
7627
7628 * language.c (local_hex_string): Delete.
7629 (local_hex_string_custom): Delete.
7630 (longest_local_hex_string): Rename to local_hex_string.
7631 (longest_local_hex_string_custom): Rename to
7632 local_hex_string_custom.
7633 * language.h (local_hex_string): Change parameter type to LONGEST.
7634 (local_hex_string_custom): Ditto.
7635 (longest_local_hex_string): Delete declaration.
7636 (longest_local_hex_string_custom): Ditto.
7637
7638 * solib.c: Update copyright.
7639 * memattr.c: Update copyright.
7640
7641 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7642
7643 * arch-utils.h (legacy_register_to_value): Declare.
7644 (legacy_value_to_register): Declare.
7645 (legacy_convert_register_p): Declare.
7646 * arch-utils.c (legacy_register_to_value): New function.
7647 (legacy_value_to_register): New function.
7648 (legacy_convert_register_p): New function.
7649
7650 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7651 (VALUE_TO_REGISTER): Define.
7652 (CONVERT_REGISTER_P): Define.
7653 * gdbarch.h, gdbarch.c: Regenerate.
7654
7655 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7656 VALUE_TO_REGISTER.
7657 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7658 CONVERT_REGISTER_P.
7659
7660 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7661 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7662
7663 * Makefile.in: Update dependencies for valops.c.
7664 * valops.c: Include "gdb_assert.h".
7665 (typecmp): Skip THIS parameter to methods.
7666 (find_method_list): Remove static_memfuncp argument,
7667 update callers. Check for stub methods.
7668 (find_value_oload_method_list): Don't set *static_memfuncp.
7669 (find_overload_match): Don't check for stub methods. Assert
7670 that methods are not stubbed. Handle static methods.
7671 (value_find_oload_method_list): Remove static_memfuncp argument.
7672 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7673 to the argument list for static stub methods.
7674 * value.h (value_find_oload_method_list): Update prototype.
7675
7676 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7677
7678 * arch-utils.h (generic_register_size): Declare.
7679 (generic_register_raw_size, generic_register_virtual_size): Delete
7680 declarations.
7681 * arch-utils.c (generic_register_raw_size): Delete.
7682 (generic_register_size): New function.
7683 (generic_register_virtual_size): Delete.
7684
7685 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7686 default generic_register_size.
7687 * gdbarch.h, gdbarch.c: Re-generate.
7688
7689 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7690 register_virtual_size.
7691 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7692 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7693
7694 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7695
7696 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7697 * gdbarch.h, gdbarch.c: Regenerate.
7698 * gnu-v3-abi.c: Update copyright.
7699 (vtable_address_point_offset): Update.
7700 (gnuv3_rtti_type): Update.
7701 (gnuv3_baseclass_offset): Update.
7702 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7703 (init_fetch_link_map_offsets): Update.
7704 * remote.c (get_remote_state): Update.
7705
7706 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7707
7708 * TODO: Remove value_headof/value_from_vtable_info comment.
7709 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7710 * values.c (value_headof, value_from_vtable_info): Delete.
7711 * value.h (value_from_vtable_info): Delete prototype.
7712
7713 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7714
7715 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7716 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7717 $(gdb_regex_h).
7718 (gdb_assert_h): Define.
7719 (gdb_wait_h): Define.
7720 (gdb_regex_h): Define.
7721
7722 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7723
7724 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7725 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7726
7727 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7728
7729 * nbsd-tdep.c: Fix comment.
7730
7731 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7732
7733 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7734 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7735 (nbsd-tdep.o): New dependency list.
7736 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7737 nbsd-tdep.h.
7738 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7739 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7740 * nbsd-tdep.c: New file.
7741 * nbsd-tdep.h: New file.
7742 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7743 nbsd-tdep.h.
7744 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7745 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7746 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7747 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7748
7749 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7752 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7753 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7754 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7755 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7756 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7757
7758 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7759
7760 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7761 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7762 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7763 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7764 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7765 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7766 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7767
7768 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7769
7770 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7771 fetch_elfcore_registers to...
7772 * i386nbsd-tdep.c: ...here.
7773 (i386nbsd_use_struct_convention): Rename to...
7774 (i386nbsd_aout_use_struct_convention): ...this.
7775 (i386nbsd_supply_reg): New function.
7776 (i386nbsd_fill_reg): New function.
7777 (fetch_core_registers): Use i386nbsd_supply_reg.
7778 (fetch_elfcore_registers): Likewise.
7779 (_initialize_i386nbsd_tdep): New function.
7780 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7781 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7782 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7783 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7784 (i386nbsd_aout_use_struct_convention): ...this.
7785
7786 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7787
7788 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7789 (store_inferior_registers): Use shnbsd_fill_reg.
7790 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7791 sh_nbsd_supply_register): Collapse into...
7792 (shnbsd_supply_reg): ...this.
7793 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7794 (shnbsd_fill_reg): ...this.
7795 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7796 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7797 (fetch_core_registers): Use shnbsd_supply_reg.
7798 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7799 (sh_nbsd_core_fns): Rename to...
7800 (shnbsd_core_fns): ...this.
7801 (sh_nbsd_elfcore_fns): Rename to...
7802 (shnbsd_elfcore_fns): ...this.
7803 (sh_nbsd_init_abi): Rename to...
7804 (shnbsd_init_abi): ...this.
7805 (_initialize_sh_nbsd_tdep): Rename to...
7806 (_initialize_shnbsd_tdep): ...this.
7807 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7808 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7809 sh_nbsd_fill_register): Remove prototypes.
7810 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7811
7812 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7813
7814 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7815 (i387-nat.o): Delete dependency list.
7816 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7817 (x86-64-linux-nat.o): Likewise.
7818 * i387-nat.c: Delete file, moving contents to...
7819 * i387-tdep.c: ...here.
7820 * i387-nat.h: Rename...
7821 * i387-tdep.h: ...to this.
7822 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7823 * i386-linux-nat.c: Likewise.
7824 * i386bsd-nat.c: Likewise.
7825 * i386gnu-nat.c: Likewise.
7826 * i386nbsd-nat.c: Likewise.
7827 * i386v4-nat.c: Likewise.
7828 * x86-64-linux-nat.c: Likewise.
7829 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7830 * config/i386/go32.mh (NATDEPFILES): Likewise.
7831 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7832 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7833 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7834 * config/i386/linux.mh (NATDEPFILES): Likewise.
7835 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7836 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7837 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7838 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7839
7840 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7841
7842 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7843 (alphanbsd-nat.o): Remove dependency list.
7844 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7845 * alphanbsd-nat.c: Delete. Contents moved to...
7846 * alphanbsd-tdep.c: ...here.
7847 (_initialize_alphanbsd_tdep): Register core functions.
7848 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7849
7850 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7851
7852 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7853 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7854 (alphanbsd-nat.o): Likewise.
7855 (alphabsd-tdep.o): New dependency list.
7856 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7857 (fill_gregset): Use alphabsd_fill_reg.
7858 (supply_fpregset): Use alphabsd_supply_fpreg.
7859 (fill_fpregset): Use alphabsd_fill_fpreg.
7860 (fetch_inferior_registers): Use struct reg and struct fpreg
7861 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7862 and alphabsd_supply_fpreg.
7863 (store_inferior_registers): Use struct reg and struct fpreg
7864 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7865 and alphabsd_fill_fpreg.
7866 * alphabsd-tdep.c: New file.
7867 * alphabsd-tdep.h: New file.
7868 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7869 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7870 alphabsd_supply_fpreg.
7871 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7872 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7873
7874 2002-05-11 Eric Christopher <echristo@redhat.com>
7875
7876 * mips-tdep.c (mips_double_register_type): Fix thinko.
7877 (mips_single_register_type): Ditto.
7878 * MAINTAINERS: Add self.
7879
7880 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7881
7882 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7883 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7884 right thing on architectures with different endianness and/or
7885 integer sizes.
7886
7887 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7888
7889 From Christian Limpach <chris@Pin.LU>
7890 * configure.in: Change sed expression which comments out
7891 NATDEPFILES to also comment out continuation lines.
7892 * configure: Regenerate.
7893
7894 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7895
7896 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7897 big patch.
7898
7899 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7900
7901 * sh-tdep.c: Include correct file.
7902
7903 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7904
7905 New support for sh64-elf (sh5) target.
7906
7907 * configure.tgt: For sh64-elf target, default to sh-elf.
7908
7909 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7910 (struct gdbarch_tdep): Add new fields for new registers and ABI
7911 info.
7912
7913 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7914 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7915 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7916 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7917 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7918 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7919 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7920 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7921 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7922 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7923 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7924 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7925 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7926 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7927 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7928 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7929 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7930 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7931 sign_extend, sh64_nofp_frame_init_saved_regs,
7932 sh64_init_extra_frame_info, sh64_get_saved_register,
7933 sh64_extract_struct_value_address, sh64_pop_frame,
7934 sh64_push_arguments, sh64_extract_return_value,
7935 sh64_store_return_value, sh64_show_media_regs,
7936 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7937 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7938 sh_sh64_register_virtual_type,
7939 sh_sh64_register_convert_to_virtual,
7940 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7941 sh64_register_read, sh64_pseudo_register_write,
7942 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7943 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7944 sh64_do_pseudo_register, sh_compact_do_registers_info,
7945 sh64_do_registers_info, sh_gdbarch_init): New functions.
7946
7947 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7948
7949 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7950
7951 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7952
7953 * linespec.c (decode_line_1): Check for a double quote after
7954 a filename correctly.
7955
7956 2002-05-10 Jim Blandy <jimb@redhat.com>
7957
7958 Properly track the size of the current objfile's .debug_line section.
7959 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7960 (DWARF_LINE_SIZE): New macro.
7961 (dwarf2_build_psymtabs_hard): Record the line section's size in
7962 the partial symbol table.
7963 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7964 symbol table.
7965
7966 2002-05-10 Petr Sorfa <petrs@caldera.com>
7967
7968 * ia64-tdep.c: Handle breakpoints on L instruction type
7969 in MLX instruction bundle by moving the breakpoint to
7970 the third slot (X instruction type) as L holds only data.
7971
7972 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7973
7974 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7975 (process_one_symbol): Complain about discarding local symbols
7976 due to a misplaced N_LBRAC entry.
7977
7978 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7979
7980 From Daniel Berlin <dan@cgsoftware.com>
7981 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7982 decrease the depth we are at, in the case of templates.
7983
7984 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7985
7986 * mips-tdep.c (mips_float_register_type): New function.
7987 (mips_double_register_type): New function.
7988 (mips_print_register): Use them.
7989 (do_fp_register_row): Likewise.
7990
7991 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7992
7993 * signals/signals.c (signals): Remove conditional compilation around
7994 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7995 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7996
7997 2002-05-09 Michael Snyder <msnyder@redhat.com>
7998
7999 * remote-rdp.c (remote_rdp_can_run): Remove.
8000
8001 2002-05-09 Tom Tromey <tromey@redhat.com>
8002
8003 * jv-valprint.c (java_val_print): Handle `char' as a special case
8004 of TYPE_CODE_INT.
8005
8006 2002-05-09 Michael Snyder <msnyder@redhat.com>
8007
8008 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8009 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8010 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8011 str r(0123),[sp,#nn].
8012 (arm_skip_prologue): Ditto. Also make disassembly
8013 order-independent by placing it in a loop.
8014
8015 2002-05-06 Michael Snyder <msnyder@redhat.com>
8016
8017 * stabsread.c (read_type): Add recognition for new attribute:
8018 "@V;" means that an array type is actually a vector.
8019 This is analogous to the vector flag that's been added to dwarf2.
8020
8021 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8022
8023 * i386-tdep.h (i386_abi): New enum.
8024 (struct gdbarch_tdep): Replace os_ident member with abi.
8025 (i386_gdbarch_register_os_abi): New prototype.
8026 * i386-tdep.c (i386_abi_names): New array.
8027 (process_note_abi_tag_sections): Removed.
8028 (process_note_sections): New function.
8029 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8030 (struct i386_abi_handler): New struct.
8031 (i386_abi_handler_list): New variable.
8032 (i386_gdbarch_register_os_abi): New function.
8033 (i386_gdbarch_init): Adapt for the changes given above.
8034
8035 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8036
8037 * gregset.h: Say "GNU/Linux".
8038
8039 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8040
8041 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8042 (build_gdbtypes): Build builtin_type_v2_float.
8043 (_initialize_gdbtypes): Register new builtin type.
8044
8045 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8046
8047 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8048 (clear_gdbarch_swap): New function.
8049 (initialize_non_multiarch): Call.
8050 (gdbarch_update_p): Before calling init(), swap out and clear the
8051 existing architecture.
8052 * gdbarch.c: Regenerate.
8053
8054 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8055
8056 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8057 alphanbsd-tdep.c.
8058
8059 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8060
8061 * sh-nbsd-nat.c: Rename to...
8062 * shnbsd-nat.c: ...this.
8063 * sh-nbsd-tdep.c: Rename to...
8064 * shnbsd-tdep.c: ...this.
8065 * sh-nbsd-tdep.h: Rename to...
8066 * shnbsd-tdep.h: ...this.
8067 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8068 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8069
8070 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8071
8072 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8073 concatenation for command help messages.
8074
8075 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8076
8077 * NEWS: Note new sh*-*-netbsdelf* configuration.
8078 * configure.host: Set gdb_host_cpu to sh for all sh*.
8079 (sh*-*-netbsdelf*): New host.
8080 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8081 (sh*-*-netbsdelf*): New target.
8082 * sh-nbsd-nat.c: New file.
8083 * sh-nbsd-tdep.c: New file.
8084 * sh-nbsd-tdep.h: New file.
8085 * config/sh/nbsd.mh: New file.
8086 * config/sh/nbsd.mt: New file.
8087 * config/sh/nm-nbsd.h: New file.
8088 * config/sh/tm-nbsd.h: New file.
8089
8090 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8091
8092 * sh-tdep.c (sh_osabi_names): Declare.
8093 (process_note_abi_tag_sections): New function.
8094 (get_elfosabi): Ditto.
8095 (sh_gdbarch_register_os_abi): Ditto.
8096 (sh_dump_tdep): Ditto.
8097 _initialize_sh_tdep): Use gdbarch_register to register
8098 sh_gdbarch_init and sh_dump_tdep.
8099 * config/sh/tm-sh.h (sh_osabi): Declare.
8100 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8101
8102 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8103
8104 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8105 (thumb_scan_prologue): Ditto.
8106 (arm_find_callers_reg): Ditto.
8107 (arm_frame_chain): Ditto.
8108 (arm_init_extra_frame_info): Ditto.
8109 (arm_frame_saved_pc): Ditto.
8110 (arm_pop_frame): Ditto.
8111 (arm_push_return_address): New function.
8112 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8113 call_dummy_location, call_dummy_breakpoint_offset_p,
8114 call_dummy_breakpoint_offset, call_dummy_p,
8115 call_dummy_stack_adjust_p, call_dummy_words,
8116 sizeof_call_dummy_words, call_dummy_start_offset,
8117 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8118 call_dummy_address, push_return_address and push_dummy_frame for
8119 generic dummy frames.
8120
8121 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8122
8123 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8124 size computation for alloca.
8125 (sh_fp_frame_init_saved_regs): Likewise.
8126
8127 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8128
8129 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8130 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8131 * arm-tdep.c (arm_store_return_value): Use them.
8132 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8133 * remote-rdp.c (remote_rdp_fetch_register): Use
8134 ARM_MAX_REGISTER_RAW_SIZE.
8135 (remote_rdp_store_register): Likewise.
8136
8137 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8138
8139 * dwarf2cfi.c: Code cleanup, removed unused variables,
8140 added default labels to switch {} statements.
8141 * x86-64-tdep.c: Ditto.
8142 * x86-64-linux-nat.c: Ditto.
8143
8144 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8145
8146 * solib.h: Protect against multiple inclusion.
8147
8148 2002-05-06 Jim Blandy <jimb@redhat.com>
8149
8150 Add first preprocessor macro-expansion files.
8151 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8152 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8153 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8154 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8155 (COMMON_OBS): Add macrotab.o, macroexp.o.
8156 (macroexp.o, macrotab.o): New rules.
8157
8158 Separate the job of reading the line number info statement program
8159 header (...expialidocious) out into its own function.
8160 * dwarf2read.c (struct line_head, struct filenames, struct
8161 directories): Replace with...
8162 (struct line_header): New structure, containing the full
8163 contents of the statement program header, including the
8164 include directory and file name tables.
8165 (read_file_scope): If we have line number info, instead of just
8166 calling dwarf_decode_lines to do all the work, call
8167 dwarf_decode_line_header first to get a `struct line_header'
8168 containing the data in the statement program header, and then
8169 pass that to dwarf_decode_lines, which will pick up where that
8170 left off. Be sure to clean up the `struct line_header' object.
8171 (dwarf_decode_line_header, free_line_header, add_include_dir,
8172 add_file_name): New functions.
8173 (dwarf_decode_lines): Move all the code to read the statement
8174 program header into dwarf_decode_line_header. Take the line
8175 header it built as the first argument, instead of the offset to
8176 the compilation unit's line number info. Use the new `struct
8177 line_header' type instead of the old structures. No need to do
8178 cleanups here now, since we don't allocate anything.
8179 (dwarf2_statement_list_fits_in_line_number_section,
8180 dwarf2_line_header_too_long): New complaints.
8181
8182 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8183
8184 * gdbtypes.c (init_vector_type): New function.
8185 (build_builtin_type_vec128): Simplify the representation of SIMD
8186 registers.
8187 (build_gdbtypes): Initialize new builtin vector types.
8188 (_initialize_gdbtypes): Register new vector types with gdbarch.
8189 (builtin_type_v4_float, builtin_type_v4_int32,
8190 builtin_type_v8_int16, builtin_type_v16_int8,
8191 builtin_type_v2_int32, builtin_type_v4_int16,
8192 builtin_type_v8_int8): New (renamed) SIMD types.
8193
8194 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8195
8196 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8197 (i387_fill_fxsave): Likewise.
8198
8199 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * alpha-tdep.c (alpha_extract_return_value): Don't use
8202 non-constant array size in prototype.
8203
8204 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8205
8206 From Brian Taylor <briant at model dot com>:
8207 * ui-out.c (ui_out_field_core_addr): Use the function
8208 longest_local_hex_string_custom'to format addresses > 32 bits
8209 wide.
8210
8211 * ui-out.c (ui_out_field_core_addr): Update comment.
8212
8213 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8214
8215 * stack.c (select_and_print_frame): Make static. Delete the
8216 parameter `level'.
8217 (func_command): Update call.
8218 (select_frame_command): Delete code computing the frame level.
8219 * frame.h (select_and_print_frame): Delete declaration.
8220
8221 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8222
8223 * sparc-tdep.c (sparc_get_saved_register): Comment why
8224 get_prev_frame call is safe.
8225
8226 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8227
8228 * frame.h (select_frame): Delete level parameter.
8229 * stack.c (select_frame): Update. Use frame_relative_level to
8230 obtain the frame's level.
8231 (select_and_print_frame): Update call.
8232 (select_frame_command): Ditto.
8233 (up_silently_base): Ditto.
8234 (down_silently_base): Ditto.
8235 * ocd.c (ocd_start_remote): Ditto.
8236 * remote-rdp.c (remote_rdp_open): Ditto.
8237 * remote-mips.c (mips_initialize): Ditto.
8238 (common_open): Ditto.
8239 * remote-e7000.c (e7000_start_remote): Ditto.
8240 * m3-nat.c (select_thread): Ditto.
8241 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8242 (child_get_current_exception_event): Ditto.
8243 * varobj.c (varobj_create): Ditto.
8244 (varobj_update): Ditto.
8245 (c_value_of_root): Ditto.
8246 * tracepoint.c (finish_tfind_command): Ditto.
8247 * corelow.c (core_open): Ditto.
8248 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8249 * thread.c (info_threads_command): Ditto.
8250 (switch_to_thread): Ditto.
8251 * infrun.c (normal_stop): Ditto.
8252 (restore_selected_frame): Ditto.
8253 (restore_inferior_status): Ditto.
8254 * breakpoint.c (insert_breakpoints): Ditto.
8255 (watchpoint_check): Ditto.
8256 (bpstat_stop_status): Ditto.
8257 (do_enable_breakpoint): Ditto.
8258 * blockframe.c (flush_cached_frames): Ditto.
8259 (reinit_frame_cache): Ditto.
8260
8261 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8262
8263 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8264 maintainer.
8265
8266 2002-05-04 Jim Blandy <jimb@redhat.com>
8267
8268 * gdbtypes.c (replace_type): Doc fix.
8269
8270 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8271
8272 * valprint.c (strcat_longest): Delete commented out function.
8273 Update copyright.
8274
8275 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8276
8277 * MAINTAINERS: Mark a29k as deleted.
8278 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8279 Move new configurations to the top.
8280 * configure.tgt: Remove a29k.
8281 * config/a29k/tm-vx29k.h: Delete.
8282 * config/a29k/vx29k.mt: Delete.
8283 * config/a29k/tm-a29k.h: Delete.
8284 * config/a29k/a29k-udi.mt: Delete.
8285 * config/a29k/a29k.mt: Delete.
8286 * a29k-tdep.c: Delete.
8287 * remote-udi.c: Delete.
8288 * remote-mm.c: Delete.
8289 * remote-eb.c: Delete.
8290 * remote-adapt.c: Delete.
8291 * Makefile.in: Remove obsolete code.
8292 * config/s390/s390x.mt: Ditto.
8293 * config/s390/s390.mt: Ditto.
8294 * config/sparc/sparclynx.mh: Ditto.
8295 * config/sparc/linux.mh: Ditto.
8296 * config/pa/hppaosf.mh: Ditto.
8297 * config/pa/hppabsd.mh: Ditto.
8298 * config/ns32k/nbsd.mt: Ditto.
8299 * config/mips/vr5000.mt: Ditto.
8300 * config/m68k/sun3os4.mh: Ditto.
8301 * config/m68k/nbsd.mt: Ditto.
8302 * config/m68k/m68klynx.mh: Ditto.
8303 * config/m32r/m32r.mt: Ditto.
8304 * config/i386/x86-64linux.mt: Ditto.
8305 * config/i386/nbsdelf.mt: Ditto.
8306 * config/i386/nbsd.mt: Ditto.
8307 * config/i386/i386lynx.mh: Ditto.
8308
8309 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8310
8311 * target.c (debug_print_register): New function. Handle oversize
8312 registers.
8313 (debug_to_fetch_registers): Call.
8314 (debug_to_store_registers): Call.
8315
8316 2002-05-03 Jim Blandy <jimb@redhat.com>
8317
8318 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8319 (read_type): Doc fix.
8320 * gdbtypes.c (replace_type): Doc fix.
8321
8322 * stabsread.c (multiply_defined_struct): New complaint.
8323 (read_struct_type): If the type we were passed isn't empty, or
8324 incomplete, don't read the new struct type into it; complain,
8325 and return the original type unchanged. Take a new `type_code'
8326 argument, which is the type code for the new type.
8327 (read_type): Rather than storing the type's type code here, pass
8328 it as an argument to read_struct_type, and let that take care of
8329 storing it. That way, we don't overwrite the original type code,
8330 so read_struct_type can use it to decide whether we're overwriting
8331 something we shouldn't.
8332 (complain_about_struct_wipeout): New function.
8333
8334 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8335
8336 * gdbarch.sh: Assert that gdbarch is non-NULL.
8337 * gdbarch.c: Regenerate.
8338
8339 2002-05-03 Jason Merrill <jason@redhat.com>
8340
8341 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8342 and return NULL.
8343
8344 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8345
8346 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8347 (x86_64_dwarf2gdb_regno_map_length),
8348 (x86_64_dwarf2_reg_to_regnum): Added.
8349 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8350 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8351 (_initialize_x86_64_tdep): Synced with the change above.
8352 (x86_64_skip_prologue): Reformulated message.
8353
8354 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8355
8356 * f-exp.y: Also use new prev_lexptr variable
8357 to improve error reporting. Based on Michael Snyder
8358 2002-04-24 dated patch to c-exp.y.
8359 * jv-exp.y: Likewise.
8360 * m2-exp.y: Likewise.
8361
8362 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8363
8364 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8365 we are dealing with vectors.
8366
8367 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8368
8369 * config/m68k/tm-nbsd.h: Obvious fix,
8370 correct machine name.
8371
8372 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8373
8374 * p-typeprint.c (pascal_type_print_base): Add support
8375 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8376
8377 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8378
8379 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8380 for fondamental pascal 'char' type.
8381
8382 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8383
8384 * p-lang.h (is_pascal_string_type): Declaration changed,
8385 new sixth argument of type char ** added.
8386 * p-lang.c (is_pascal_string_type): Implementation
8387 changed. Args length_pos, length_size, string_pos, char_size
8388 can now be NULL. New argument arrayname set to the field
8389 name of the char array. Return value set to char array
8390 field index plus one.
8391 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8392 is_pascal_string_type function.
8393
8394 2002-05-02 Andrew Cagney <cagney@redhat.com>
8395
8396 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8397 <cagney@redhat.com> change.
8398 * gdbarch.c: Regenerate.
8399
8400 2002-05-02 Andrew Cagney <cagney@redhat.com>
8401
8402 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8403 before probing for a new one. Detect errorenous gdbarch_init
8404 functions.
8405 * gdbarch.c: Regenerate.
8406
8407 2002-05-01 Andrew Cagney <cagney@redhat.com>
8408
8409 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8410 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8411 * config/v850/tm-v850.h: Ditto. Update copyright.
8412
8413 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8414
8415 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8416 current_gdbarch.
8417
8418 2002-04-30 Michael Snyder <msnyder@redhat.com>
8419
8420 * arm-tdep.c: Whitespace clean-ups.
8421 (arm_skip_prologue): Fix thinko; two lines
8422 should have been removed as part of 4/24 change.
8423
8424 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8425
8426 * rs6000-tdep.c: Added comment describing how fpscr register
8427 numbers were chosen.
8428
8429 2002-04-30 Michael Snyder <msnyder@redhat.com>
8430
8431 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8432
8433 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8434
8435 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8436 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8437 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8438
8439 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8440
8441 From Louis Hamilton <hamilton@redhat.com>:
8442 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8443 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8444 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8445 not bfd-private xcoff data, to determine wordsize.
8446 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8447
8448 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8449
8450 GDB 5.2 released from 5.2 branch.
8451
8452 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8453
8454 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8455 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8456 (x86_64_register_info_table): Added comments with register numbers.
8457
8458 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8459
8460 * rs6000-tdep.c (rs6000_extract_return_value,
8461 rs6000_store_return_value): Handle returning vectors.
8462 (rs6000_gdbarch_init): Use
8463 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8464 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8465 New function.
8466 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8467 vectors.
8468 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8469 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8470
8471 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8472
8473 * hpread.c (hpread_psymtab_to_symtab_1,
8474 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8475 with fprintf_unfiltered (gdb_stderr,...).
8476
8477 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8478
8479 * remote-array.c (printf_monitor, write_monitor,
8480 array_insert_breakpoint, array_remove_breakpoint ):
8481 Replace fprintf (stderr,...
8482 with fprintf_unfiltered (gdb_stderr,....
8483 * remote-es.c: Likewise.
8484 * remote-os9k.c: Likewise.
8485 * remote-st.c: Likewise.
8486
8487 2002-04-28 Andreas Schwab <schwab@suse.de>
8488
8489 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8490 linux-proc.o and gcore.o.
8491
8492 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8493
8494 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8495 code without frame pointers.
8496
8497 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8498
8499 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8500 ON_STACK is needed.
8501
8502 2002-04-26 Ben Elliston <bje@redhat.com>
8503
8504 * target.c (do_xfer_memory): Correct reference to the new option
8505 "trust-readonly-sections".
8506
8507 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8508
8509 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8510 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8511 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8512 vectors.
8513 (read_array_type): Record the fact that this array type is really a
8514 vector (i.e. are passed in by value).
8515
8516 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8517
8518 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8519 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8520 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8521 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8522 * alpha-linux-tdep.c: Include frame.h.
8523 (alpha_linux_sigcontext_addr): New function.
8524 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8525 alpha_linux_sigcontext_addr.
8526 * alpha-osf1-tdep.c: Include gdbcore.h.
8527 (alpha_osf1_sigcontext_addr): New function.
8528 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8529 alpha_osf1_sigcontext_addr.
8530 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8531 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8532
8533 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8534
8535 * stack.c (selected_frame_level):
8536 (select_frame): Do not set selected_frame_level.
8537 * frame.h (selected_frame_level): Delete declaration.
8538
8539 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8540
8541 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8542 convert_from_func_ptr-addr when AIX / PowerOpen.
8543
8544 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8545
8546 * valops.c (hand_function_call): Call
8547 generic_save_call_dummy_addr.
8548 * frame.h (generic_save_call_dummy_addr): Declare.
8549 * blockframe.c (struct dummy_frame): Add fields call_lo and
8550 call_hi.
8551 (generic_find_dummy_frame): Check for PC in range call_lo to
8552 call_hi instead of entry_point_address.
8553 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8554 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8555 (generic_save_call_dummy_addr): New function.
8556
8557 2002-04-24 David S. Miller <davem@redhat.com>
8558
8559 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8560 sparc_skip_prologue.
8561 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8562 information to find prologue when possible.
8563 (sparc_prologue_frameless_p): Call examine_prologue directly.
8564 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8565 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8566 second argument.
8567 (SKIP_PROLOGUE): Likewise.
8568
8569 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8570
8571 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8572 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8573 indicate that the condition it was testing is always true.
8574 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8575 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8576 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8577
8578 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8579
8580 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8581 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8582 tdep->jb_pc and tdep->jb_elt_size.
8583 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8584 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8585 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8586 * alpha-nat.c (get_longjmp_target): Remove.
8587 (JB_ELEMENT_SIZE): Ditto.
8588 (JB_PC): Ditto.
8589 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8590 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8591 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8592 to alpha_get_longjmp_target.
8593 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8594 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8595 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8596
8597 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8598
8599 * README: Update to GDB 5.2.
8600
8601 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8602
8603 * gdbarch.sh (LC_ALL): Set to `c'.
8604
8605 2002-04-25 Theodore A. Roth <troth@verinet.com>
8606
8607 * avr-tdep.c: Ran through gdb_indent.sh.
8608
8609 2002-04-25 Theodore A. Roth <troth@verinet.com>
8610
8611 * MAINTAINERS: Add myself as AVR maintainer.
8612 * NEWS: Note new target avr.
8613
8614 2002-04-25 Theodore A. Roth <troth@verinet.com>
8615
8616 * Makefile.in: Add support for AVR target.
8617 * configure.tgt: Add support for AVR target.
8618 * avr-tdep.c: New file
8619 * config/avr/avr.mt: New file.
8620
8621 2002-04-25 Theodore A. Roth <troth@verinet.com>
8622
8623 * MAINTAINERS: Add myself to write-after-approval.
8624
8625 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8626
8627 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8628 with fprintf_unfiltered (gdb_stderr,....
8629
8630 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8631
8632 Fix PR gdb/508.
8633 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8634
8635 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8636
8637 * p-exp.y: Also use new prev_lexptr variable
8638 to improve error reporting. Based on Michael Snyder
8639 2002-04-24 dated patch to c-exp.y.
8640
8641 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8642
8643 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8644 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8645 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8646 to 0.
8647 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8648 and struct value.
8649 (FUNCTION_START_OFFSET): Remove.
8650 (BREAKPOINT): Ditto.
8651
8652 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8653
8654 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8655 * NEWS: Ditto.
8656
8657 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8658
8659 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8660 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8661 alpha_linux_pc_in_sigtramp.
8662 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8663 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8664 alpha_osf1_pc_in_sigtramp.
8665 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8666 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8667 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8668 alphafbsd_pc_in_sigtramp.
8669 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8670 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8671 alphanbsd_pc_in_sigtramp.
8672 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8673 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8674
8675 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8676
8677 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8678
8679 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8680
8681 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8682 alphanbsd-tdep.c.
8683 (alphanbsd-nat.o): New dependency list.
8684 (alphanbsd-tdep.o): Ditto.
8685 * NEWS: Note new native NetBSD/alpha configuration.
8686 * alphanbsd-nat.c: New file.
8687 * alphanbsd-tdep.c: Ditto.
8688 * configure.host (alpha*-*-netbsd*): New host.
8689 * configure.tgt (alpha*-*-netbsd*): New target.
8690 * config/alpha/nbsd.mh: New file.
8691 * config/alpha/nbsd.mt: Ditto.
8692 * config/alpha/nm-nbsd.h: Ditto.
8693 * config/alpha/tm-nbsd.h: Ditto.
8694
8695 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8696
8697 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8698 (alpha-osf1-tdep.o): New dependency list.
8699 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8700 and skip_sigtramp_frame members.
8701 * alpha-linux-tdep.c: Include gdbcore.h.
8702 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8703 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8704 * alpha-osf1-tdep.c: New file.
8705 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8706 alpha-osf1-dep.c.
8707 (alpha_frame_past_sigtramp_frame): New function.
8708 (alpha_dynamic_sigtramp_offset): Ditto.
8709 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8710 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8711 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8712 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8713 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8714 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8715 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8716 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8717 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8718 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8719 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8720 to find_solib_trampoline_target.
8721 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8722 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8723 (SKIP_TRAMPOLINE_CODE): Remove.
8724 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8725 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8726 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8727 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8728 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8729 (PROC_SIGTRAMP_MAGIC): Ditto.
8730 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8731 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8732 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8733 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8734 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8735
8736 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8737
8738 * NEWS: Note that Alpha targets are now multi-arch.
8739
8740 2002-04-24 Michael Snyder <msnyder@redhat.com>
8741
8742 * parser-defs.h (prev_lexptr): New external variable.
8743 * parse.c (parse_exp_1): Set prev_lexptr to null before
8744 calling the language-specific parser.
8745 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8746 (yyerror): Use prev_lexptr in error reporting.
8747
8748 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8749
8750 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8751 * gregset.h: If FILL_FPXREGSET is defined, provide
8752 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8753 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8754 is defined, call fill_fpxregset.
8755
8756 2002-04-24 Roland McGrath <roland@frob.com>
8757
8758 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8759 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8760 (supply_gregset, supply_fpregset): New functions.
8761
8762 * gnu-nat.c (gnu_find_memory_regions): New function.
8763 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8764 (gnu_xfer_memory): Add a cast.
8765
8766 2002-04-24 Michael Snyder <msnyder@redhat.com>
8767
8768 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8769 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8770 of argument regs ("str r(0123), [r11, #-nn"]).
8771 (arm_skip_prologue): Better handling for frameless functions.
8772 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8773 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8774
8775 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8776
8777 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8778 NUM_PSEUDO_REGS can be used.
8779
8780 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8781
8782 * arch-utils.h: Update copyright.
8783
8784 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8785 * gdbarch.h, gdbarch.c: Re-generate.
8786
8787 * inferior.h (IN_SIGTRAMP): Delete definition.
8788 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8789 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8790
8791 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8792 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8793 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8794 (find_proc_framesize): Ditto.
8795 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8796 (alpha_init_extra_frame_info): Ditto.
8797 * infrun.c (handle_inferior_event): Ditto.
8798 (handle_inferior_event): Ditto.
8799 (check_sigtramp2): Ditto.
8800 * blockframe.c (create_new_frame): Ditto.
8801 (get_prev_frame): Ditto.
8802 * ppc-linux-tdep.c: Update comments.
8803 * i386-linux-tdep.c: Update comments.
8804 * breakpoint.c (bpstat_what): Update comment.
8805
8806 2002-04-24 David S. Miller <davem@redhat.com>
8807
8808 * i960-tdep.c (register_in_window_p): New function.
8809 (i960_find_saved_register): Use it instead of
8810 REGISTER_IN_WINDOW_P.
8811 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8812
8813 * symtab.h (find_stab_function_addr): Kill extern.
8814 * minsyms.c (find_stab_function_addr): Remove from here...
8815 * dbxread.c: ... to here, and mark it static.
8816
8817 2002-04-20 David S. Miller <davem@redhat.com>
8818
8819 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8820 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8821
8822 2002-04-21 David S. Miller <davem@redhat.com>
8823
8824 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8825 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8826 (vx_write_register): Likewise.
8827
8828 2002-04-23 J. Brobecker <brobecker@gnat.com>
8829
8830 * source.c (is_regular_file): New function.
8831 (openp): Check wether file to open is a regular file
8832 to avoid opening directories.
8833
8834 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8835
8836 * findvar.c (extract_signed_integer): Cast printf argument
8837 to suppress format warning.
8838 (extract_unsigned_integer): Likewise.
8839 * infcmd.c (registers_info): Likewise.
8840 * top.c (get_prompt_1): Likewise.
8841 * valops.c (value_assign): Likewise.
8842 * valprint.c (print_decimal): Likewise.
8843
8844 2002-04-22 H.J. Lu (hjl@gnu.org)
8845
8846 * c-exp.y (typebase): Support
8847
8848 [long|long long|short] [signed|unsigned] [int|]
8849
8850 and
8851
8852 signed [long|long long|short] int
8853
8854 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8855
8856 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8857 and vax-tdep.h.
8858 * vax-tdep.h: New file.
8859 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8860 Make several routines static.
8861 (vax_get_saved_register): New function.
8862 (vax_gdbarch_init): New function.
8863 (_initialize_vax_tdep): Register vax_gdbarch_init.
8864 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8865 Remove macros now under the control of gdbarch.
8866
8867 2002-04-22 Michael Snyder <msnyder@redhat.com>
8868
8869 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8870 Some whitespace and coding standards tweaks.
8871
8872 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8873
8874 * vax-tdep.c: Include regcache.h.
8875 (vax_call_dummy_words): New.
8876 (sizeof_vax_call_dummy_words): New.
8877 (vax_fix_call_dummy): New function.
8878 (vax_saved_pc_after_call): Ditto.
8879 * config/vax/tm-vax.h: Don't include regcache.h.
8880 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8881 (CALL_DUMMY): Remove.
8882 (CALL_DUMMY_WORDS): Define.
8883 (SIZEOF_CALL_DUMMY_WORDS): Define.
8884 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8885
8886 2002-04-18 Michael Snyder <msnyder@redhat.com>
8887
8888 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8889
8890 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8891
8892 * vax-tdep.c (vax_frame_chain): New function.
8893 (vax_push_dummy_frame): Ditto.
8894 (vax_pop_frame): Ditto.
8895 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8896 (FRAMELESS_FUNCTION_INVOCATION): Use
8897 generic_frameless_function_invocation_not.
8898 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8899 (POP_FRAME): Use vax_pop_frame.
8900
8901 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8902
8903 * vax-tdep.c (vax_store_struct_return): New function.
8904 (vax_extract_return_value): Ditto.
8905 (vax_store_return_value): Ditto.
8906 (vax_extract_struct_value_address): Ditto.
8907 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8908 vax_store_struct_return.
8909 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8910 (STORE_RETURN_VALUE): Use vax_store_return_value.
8911 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8912
8913 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8914
8915 * vax-tdep.c (vax_frame_saved_pc): New function.
8916 (vax_frame_args_address_correct): Ditto.
8917 (vax_frame_args_address): Ditto.
8918 (vax_frame_locals_address): Ditto.
8919 (vax_frame_num_args): Move code to be in proximity to
8920 other frame-related functions.
8921 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8922 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8923 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8924 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8925 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8926
8927 2002-04-22 H.J. Lu (hjl@gnu.org)
8928
8929 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8930 includedir.
8931
8932 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8933
8934 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8935 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8936 (FRAME_INIT_SAVED_REGS): New macro.
8937
8938 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8939
8940 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8941
8942 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8943
8944 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8945 where needed.
8946 (fetch_osf_core_registers): Likewise.
8947 (supply_gregset): Likewise.
8948
8949 2002-04-22 J. Brobecker <brobecker@gnat.com>
8950
8951 * symfile.h (get_section_index): Define.
8952 * symfile.c (get_section_index): New function.
8953 * mdebugread.c (SC_IS_SBSS): New macro.
8954 (SC_IS_BSS): Return true for the scBss storage class only, as
8955 the scSBss storage class refers to the .sbss section.
8956 (parse_partial_symbols): Discard the symbols which associated
8957 section does not exist.
8958 Make sure to use the .sbss section index for symbols which
8959 storage class is scBss, rather than using the .bss section index.
8960
8961 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8962
8963 * vax-tdep.c: Update copyright years.
8964 (vax_register_name): New function.
8965 (vax_register_byte): Ditto.
8966 (vax_register_raw_size): Ditto.
8967 (vax_register_virtual_size): Ditto.
8968 (vax_register_virtual_type): Ditto.
8969 * config/vax/tm-vax.h: Update copyright years.
8970 (REGISTER_NAMES): Remove.
8971 (REGISTER_NAME): Define.
8972 (REGISTER_BYTE): Use vax_register_byte.
8973 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8974 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8975 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8976
8977 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8978
8979 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8980 declaration
8981 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8982
8983 2002-04-21 David S. Miller <davem@redhat.com>
8984
8985 * arch-utils.c (generic_prologue_frameless_p): Kill
8986 SKIP_PROLOGUE_FRAMELESS_P code.
8987 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8988 references.
8989 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8990 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8991 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8992 references.
8993 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8994 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8995 (sparc_gdbarch_init): Pass it to
8996 set_gdbarch_prologue_frameless_p.
8997
8998 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8999
9000 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9001 (alphabsd-nat.o): New dependency list.
9002
9003 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9004
9005 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9006 alphafbsd-tdep.c.
9007 (alpha-linux-tdep.o): New dependency list.
9008 (alphafbsd-tdep.o): Likewise.
9009
9010 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9011
9012 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9013 to here...
9014 * alpha-tdep.c: ...from here.
9015 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9016
9017 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9018
9019 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9020 prototype from here...
9021 * alpha-tdep.h: ...to here.
9022
9023 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9024
9025 * frame.h (selected_frame_level): Document as deprecated.
9026 (frame_relative_level): Declare.
9027 * stack.c (frame_relative_level): New function.
9028 (selected_frame_level): Document as deprecated.
9029 (select_frame): Do not set the selected_frame_level.
9030
9031 * stack.c (frame_info, record_selected_frame): Update.
9032 (frame_command, current_frame_command): Update.
9033 (up_silently_base, up_command, down_silently_base): Update.
9034 (down_command): Update.
9035 * inflow.c (kill_command): Update.
9036 * tracepoint.c (finish_tfind_command): Update.
9037 * corelow.c (core_open): Update.
9038 * thread.c (info_threads_command): Update.
9039 (do_captured_thread_select): Update.
9040 * infcmd.c (finish_command): Update.
9041 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9042
9043 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9044
9045 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9046
9047 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9048
9049 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9050 type const.
9051
9052 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9053
9054 * alphafbsd-tdep.c: Update copyright years. Include
9055 alpha-tdep.h.
9056 (alphafbsd_use_struct_convention): Make static.
9057 (alphafbsd_init_abi): New function.
9058 (_initialize_alphafbsd_tdep): New function.
9059 * config/alpha/tm-fbsd.h: Update copyright years.
9060 (USE_STRUCT_CONVENTION): Remove.
9061
9062 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9063
9064 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9065 an Alpha ABI variant.
9066 (alpha_abi_handler_list): Declare.
9067 (alpha_gdbarch_register_os_abi): New function.
9068 (alpha_gdbarch_init): Give registered ABI variant handlers a
9069 chance to tweak the gdbarch once we have set up defaults.
9070 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9071
9072 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9073
9074 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9075 to standard_coerce_float_to_double.
9076 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9077
9078 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9079
9080 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9081 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9082 from gdbarch_tdep rather than a constant.
9083 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9084 the default text address for all Alpha Unix ABIs.
9085 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9086 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9087
9088 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9089
9090 * alpha-tdep.h: New file. Includes several Alpha target constants
9091 taken from...
9092 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9093 let gdbarch deal with.
9094 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9095 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9096 to dependency list.
9097 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9098 Alpha target register names.
9099 * alphabsd-nat.c: Likewise.
9100 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9101 Alpha target register names. Make serveral routines static.
9102 (alpha_get_saved_register): New function.
9103 (alpha_abi_names): New.
9104 (process_note_abi_tag_sections): New function.
9105 (get_elfosabi): New function.
9106 (alpha_gdbarch_init): New function.
9107 (alpha_dump_tdep): New function.
9108 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9109
9110 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9111
9112 * frame.c (find_saved_register): Delete #ifdef
9113 HAVE_REGISTER_WINDOWS code.
9114 * config/sparc/tm-sparc.h: Update comments.
9115 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9116
9117 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9118
9119 * i960-tdep.c (i960_find_saved_register): New function.
9120 (i960_get_saved_register): New function.
9121 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9122 (i960_get_saved_register): Declare.
9123 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9124
9125 2002-04-20 David S. Miller <davem@redhat.com>
9126
9127 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9128
9129 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9130
9131 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9132 instead of NUM_PSEUDO_REGS.
9133
9134 2002-04-20 David S. Miller <davem@redhat.com>
9135
9136 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9137 GDB_MULTI_ARCH_PARTIAL
9138 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9139 define, let tm-sp64.h do it.
9140
9141 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9142
9143 * frame.c (find_saved_register): Avoid a NULL pointer
9144 dereference and actually walk the frame list.
9145
9146 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9147
9148 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9149 sorted in most most-recent-used order. Document.
9150 * gdbarch.h, gdbarch.c: Regenerate.
9151
9152 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9153
9154 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9155 instead of ->prev.
9156 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9157 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9158 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9159 instead of ->prev.
9160
9161 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9162
9163 Fix PR gdb/471.
9164 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9165 (build_builtin_type_vec128): Ditto.
9166 (append_composite_type_field): Fix calculation of type length in
9167 union case.
9168
9169 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9170
9171 * config/djgpp/README: Update.
9172
9173 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9174 compiler warnings.
9175
9176 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9177
9178 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9179 (alpha_setup_arbitrary_frame): ...to this.
9180 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9181 for alpha_setup_arbitrary_frame.
9182
9183 2002-04-18 Andrew Cagney <cagney@redhat.com>
9184
9185 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9186 * gdbarch.h, gdbarch.c: Regenerate.
9187
9188 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9189 * target.h (memory_breakpoint_from_pc): Update declaration.
9190 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9191
9192 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9193 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9194 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9195 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9196 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9197 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9198 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9199 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9200 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9201 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9202 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9203 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9204
9205 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9206 const pointer.
9207 * monitor.c (monitor_insert_breakpoint): Ditto.
9208 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9209
9210 * config/mcore/tm-mcore.h: Update copyright.
9211 * mem-break.c: Ditto.
9212 * xstormy16-tdep.c: Ditto.
9213
9214 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9215
9216 * p-exp.y: Add precedence rule for '^' token.
9217 This removes the shift/reduce conflicts.
9218 Remove the comment concerning these shift/reduce conflicts.
9219
9220 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9221
9222 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9223 (registers_powerpc_nofp): New register set for processors
9224 without floating point unit.
9225
9226 2002-04-18 David S. Miller <davem@redhat.com>
9227
9228 * MAINTAINERS: Add myself to write-after-approval.
9229
9230 2002-04-17 Michael Snyder <msnyder@redhat.com>
9231
9232 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9233
9234 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9235
9236 * rs6000-tdep.c (frame_initial_stack_address): Use
9237 frame_register_read to read the alloca_reg.
9238
9239 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9240
9241 * frame.c (find_saved_register): Find saved registers in the next
9242 not prev frame.
9243 Fix PR gdb/365.
9244
9245 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9246
9247 * gdbarch.sh (LANG): Set to ``c''.
9248
9249 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9250
9251 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9252
9253 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9254
9255 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9256 Update copyright.
9257
9258 * hpread.c (hpread_get_lntt): Add declaration.
9259 Also fix PR gdb/391.
9260
9261 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9262
9263 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9264 * aclocal.m4, configure: Re-generate.
9265 Fix PR gdb/391.
9266
9267 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9268
9269 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9270 instead of tm_print_insn.
9271
9272 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9273
9274 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9275
9276 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9277
9278 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9279 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9280 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9281
9282 2002-04-12 Don Howard <dhoward@redhat.com>
9283
9284 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9285 max_user_call_depth.
9286 (init_cmd_lists): Initialize the new value;
9287 * cli/cli-script.c (execute_user_command): Limit the call depth of
9288 user defined commands. This avoids a core-dump when user commands
9289 are infinitly recursive.
9290
9291 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9292
9293 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9294 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9295 from tdep struct instead of DEFAULT_LR_SAVE.
9296 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9297 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9298 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9299
9300 2002-04-12 Michael Snyder <msnyder@redhat.com>
9301
9302 * Remote.c: Spelling fix.
9303 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9304 If no symbol found for "sbrk", try "_sbrk".
9305 (make_output_phdrs): Use bfd_section_name.
9306 (gcore_copy_callback): Use bfd_section_name.
9307 * eval.c: Indentation fix-ups.
9308 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9309 in case it gets applied to an address that is already
9310 in the instruction space.
9311 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9312 * symfile.c: Fix indentation, long lines.
9313 * source.c: White space fix-up.
9314
9315 2002-04-12 Andrew Cagney <cagney@redhat.com>
9316
9317 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9318 * frame.c (frame_register_read): New function. Return non-zero on
9319 success.
9320 (read_relative_register_raw_bytes_for_frame): Delete.
9321 (read_relative_register_raw_bytes): Delete.
9322 * frame.h (frame_register_read): Declare.
9323 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9324 * sh-tdep.c: Ditto.
9325 * infcmd.c (do_registers_info): Ditto.
9326 * hppa-tdep.c: Ditto.
9327 * rs6000-tdep.c: Ditto.
9328 * h8500-tdep.c: Ditto.
9329 * mips-tdep.c: Ditto.
9330 * h8300-tdep.c: Ditto.
9331 * z8k-tdep.c: Ditto.
9332
9333 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9334
9335 From Jimi X <jimix@watson.ibm.com>:
9336 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9337 64-bit SysV ABI.
9338
9339 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9340
9341 From Jimi X <jimix@watson.ibm.com>:
9342 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9343 bfd info.
9344
9345 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9346
9347 From Jimi X <jimix@watson.ibm.com>:
9348 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9349 register sets for these processor variants.
9350
9351 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9352
9353 * regformats/reg-ppc.dat: Support FPSCR.
9354
9355 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9356
9357 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9358 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9359 Add fpscr as an invalid/unfetchable register.
9360 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9361 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9362 (fill_fpregset): Add support for register fpscr.
9363 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9364 (fill_gregset): Account for the fact that register ``mq'' might
9365 not exist.
9366 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9367 (registers_power): Add fpscr to register set at slot 71.
9368 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9369 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9370
9371 2002-04-11 Michael Snyder <msnyder@redhat.com>
9372
9373 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9374 * configure: Regenerate.
9375 * config.in: Regenerate.
9376 * acconfig.h: Add define for _SYSCALL32.
9377 * core-sol2.c: Remove #define _SYSCALL32.
9378 * solib-legacy.c: Remove #define _SYSCALL32.
9379
9380 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9381
9382 * stack.c (select_frame): Cleanup internal error message, do not
9383 use %p.
9384
9385 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9386
9387 * stack.c (select_frame): Check that selected_frame and the
9388 specified level are as expected.
9389 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9390 Update copyright.
9391 * frame.h (struct frame_info): Add field `level'. Update
9392 copyright.
9393 Work-in-progress PR gdb/464.
9394
9395 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9396
9397 * maint.c (maint_print_section_info): Rename print_section_info.
9398 (print_bfd_section_info, print_objfile_section_info): Update.
9399 * inferior.h (struct gdbarch): Add opaque declaration.
9400 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9401 * gdbarch.h: Regenerate.
9402
9403 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9404
9405 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9406 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9407 (kernel_u_size): Added.
9408 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9409 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9410
9411 2002-04-04 Jim Ingham <jingham@apple.com>
9412
9413 * valarith.c (find_size_for_pointer_math): New function, either returns
9414 the size for a pointer's target, returns 1 for void *, or errors for
9415 incomplete types.
9416 (value_add, value_sub): use find_size_for_pointer_math.
9417
9418 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9419
9420 * linux-low.c (linux_look_up_symbols): New hook.
9421 (linux_target_ops): Add linux_look_up_symbols.
9422 * remote-utils.c (decode_address): New function.
9423 (look_up_one_symbol): New function.
9424 * server.c (handle_query): Call target look_up_symbols hook.
9425 * server.h (look_up_one_symbol): Add prototype.
9426 * target.h (struct target_ops): Add look_up_symbols hook.
9427
9428 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9429
9430 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9431 override FP_REGNUM with frame->fp. Update copyright.
9432 * parse.c (num_std_regs, std_regs): Delete.
9433 (target_map_name_to_register): Do not search std_regs. Update
9434 function description.
9435 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9436 declarations. Update copyright.
9437 Fix PR gdb/251.
9438
9439 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9440
9441 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9442 after the last symbol in a block.
9443
9444 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9445
9446 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9447 is non zero as a found symbol.
9448
9449 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9450
9451 * findvar.c: Include "builtin-regs.h".
9452 (value_of_register): Call value_of_builtin_reg when applicable.
9453 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9454 (target_map_name_to_register): Call
9455 builtin_reg_map_name_to_regnum.
9456 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9457 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9458 (builtin_regs_h): Define.
9459 (builtin-regs.o): New target.
9460 (findvar.o): Add $(builtin_regs_h).
9461 * builtin-regs.c, builtin-regs.h: New files.
9462 * std-regs.c: New file.
9463 Partial fix for PR gdb/251.
9464
9465 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9466
9467 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9468 it's no longer required.
9469
9470 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9471
9472 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9473
9474 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9475
9476 From Jimi X <jimix@watson.ibm.com>:
9477 * rs6000-tdep.c (rs6000_software_single_step): Use
9478 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9479 and size. Use target_insert_breakpoint() and
9480 target_remove_breakpoint() to insert and remove breakpoints
9481 instead of explicit memory reads and writes.
9482
9483 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9484
9485 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9486 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9487 ELF_OBJECT_FORMAT ifdef.
9488
9489 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9490
9491 From Jimi X <jimix@watson.ibm.com>:
9492 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9493
9494 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9495
9496 From Jimi X <jimix@watson.ibm.com>:
9497 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9498 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9499
9500 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9501
9502 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9503 s/asprintf/xasprintf/.
9504 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9505
9506 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9507
9508 I believe Jeff Law denies responsability for this one:
9509 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9510 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9511 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9512 Work-around for PR gdb/366.
9513
9514 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9515
9516 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9517 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9518 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9519
9520 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9521
9522 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9523 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9524 information.
9525
9526 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9527
9528 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9529 maintainer.
9530
9531 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9532
9533 * README (Reporting Bugs in GDB): Document the bug web page as the
9534 prefered way of submitting bugs.
9535 Fix PR gdb/402.
9536
9537 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9538
9539 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9540 -1. Update comment.
9541 * gdbarch.h, gdbarch.c: Re-generate.
9542
9543 2002-04-07 Andreas Schwab <schwab@suse.de>
9544
9545 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9546 buffer to regcache_collect.
9547
9548 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9549
9550 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9551 * gdbarch.c, gdbarch.h: Re-generate.
9552
9553 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9554
9555 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9556 declaration. Fix -Werror.
9557
9558 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9559
9560 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9561 * gdbarch.c: Regenerate.
9562
9563 2002-04-05 Michael Snyder <msnyder@redhat.com>
9564
9565 * breakpoint.c (clear_command): Rewrite middle section to
9566 combine two loops with identical control conditions.
9567 Add a cleanup to eliminate a memory leak.
9568 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9569
9570 2002-04-05 H.J. Lu (hjl@gnu.org)
9571
9572 * solib-svr4.c (bkpt_names): Add "__start".
9573
9574 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9575
9576 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9577 as test for 64 bit target.
9578
9579 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9580
9581 * h8500-tdep.c (h8500_write_fp): Delete function.
9582 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9583 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9584 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9585 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9586 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9587 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9588 (s390_write_fp):
9589 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9590 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9591 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9592 (d10v_write_fp): Delete function.
9593 * inferior.h (write_fp, generic_target_write_fp): Delete
9594 declarations.
9595 * regcache.c (generic_target_write_fp): Delete function.
9596 (write_fp): Delete function.
9597 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9598 * gdbarch.h, gdbarch.c: Regenerate.
9599 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9600 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9601 (sparc64_write_fp): Delete declaration.
9602 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9603 (h8500_write_fp): Delete declaration.
9604
9605 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9606
9607 * sparc-tdep.c (sparc64_write_fp): Delete.
9608 (sparc_push_dummy_frame): Replace write_fp call with code to store
9609 the FP directly.
9610 (sparc_gdbarch_init): Do not initialize write_fp.
9611
9612 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9613
9614 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9615 clause.
9616
9617 2002-03-29 Jim Blandy <jimb@redhat.com>
9618
9619 * stack.c (get_selected_block): Add new argument `addr_in_block',
9620 used to return the exact code address we used to select the block,
9621 not just the block.
9622 * blockframe.c (get_frame_block, get_current_block): Same.
9623 * frame.h (get_frame_block, get_current_block,
9624 get_selected_block): Update declarations.
9625 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9626 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9627
9628 2002-04-05 Michael Snyder <msnyder@redhat.com>
9629
9630 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9631 warning message.
9632
9633 2002-04-05 J. Brobecker <brobecker@gnat.com>
9634
9635 * utils.c (xfullpath): New function.
9636 * defs.h (xfullpath): Add declaration.
9637 * source.c (openp): Use xfullpath in place of gdb_realpath to
9638 avoid resolving the basename part of filenames when the
9639 associated file is a symbolic link. This fixes a potential
9640 inconsistency between the filenames known to GDB and the
9641 filenames it prints in the annotations.
9642 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9643 to be able to match a filename with either the real filename, or
9644 the name of any symbolic link to this file.
9645 (lookup_partial_symtab): Ditto.
9646
9647 2002-04-04 Michael Snyder <msnyder@redhat.com>
9648
9649 * breakpoint.c: Add support for hardware breakpoints in overlays.
9650 (overlay_events_enabled): New state variable.
9651 (insert_breakpoints): Use overlay_events_enabled to decide
9652 whether to attempt to set a breakpoint at the overlay load addr.
9653 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9654 (remove_breakpoint): Use overlay_events_enabled to decide
9655 whether breakpoints need to be removed from overlay load addr.
9656 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9657 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9658 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9659 disable_overlay_breakpoints): Update overlay_events_enabled.
9660
9661 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9662
9663 * dwarf2read.c (struct function_range): New.
9664 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9665 (check_cu_functions): New.
9666 (read_file_scope): Initialize global function lists.
9667 Call dwarf_decode_line after processing children.
9668 (read_func_scope): Add to global function list.
9669 (dwarf_decode_lines): Call check_cu_functions everywhere
9670 record_line is called. Call record_line with a linenumber
9671 of 0 to mark sequence ends.
9672
9673 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9674
9675 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9676 change sync with glibc.
9677
9678 2002-04-03 Jim Blandy <jimb@redhat.com>
9679
9680 * configure.in: Call AC_C_INLINE.
9681 * configure: Regenerated.
9682
9683 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9686 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9687
9688 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9689
9690 * NEWS: Mention gcore support on FreeBSD/i386.
9691
9692 * fbsd-proc.c: New file.
9693 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9694 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9695
9696 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9697 while statement.
9698
9699 2002-03-29 Jim Blandy <jimb@redhat.com>
9700
9701 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9702 unescaped newlines in string literals, but newer ones don't. So
9703 escape them.
9704
9705 2002-03-26 Michael Snyder <msnyder@redhat.com>
9706 Andrew Cagney <cagney@redhat.com>
9707
9708 * cli/cli-dump.c: New file. Dump memory to file,
9709 restore file to memory.
9710 * cli/cli-dump.h: New file.
9711 * Makefile.in: Add rules, dependencies for cli-dump.o.
9712 * NEWS: Mention new commands.
9713
9714 2002-03-28 Michael Snyder <msnyder@redhat.com>
9715
9716 * symfile.c (symbol_file_add): Move test for null symbols to later.
9717
9718 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9719
9720 From veksler at il.ibm.com:
9721 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9722 the xstrduped original path.
9723 Fix PR gdb/417.
9724
9725 2002-03-27 Michael Snyder <msnyder@redhat.com>
9726
9727 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9728 * infcmd.c (_initialize_infcmd): Ditto.
9729 * language.c (_initialize_language): Ditto.
9730 * symfile.c (_initialize_symfile): Ditto.
9731 * top.c (_init_main): Ditto.
9732 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9733
9734 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9735
9736 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9737 vector registers handling.
9738 (skip_prologue): Handle new AltiVec instructions. Fill in new
9739 fields of frame data.
9740 (frame_get_saved_regs): Fill in information for AltiVec registers.
9741
9742 2002-03-27 Jim Blandy <jimb@redhat.com>
9743
9744 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9745 a function; leave this macro here to invoke that function.
9746 (symbol_init_mangled_name): Declaration for that function.
9747 * symtab.c (symbol_init_mangled_name): New function.
9748
9749 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9750
9751 * valarith.c: Replace strerror with safe_strerror.
9752 * tracepoint.c: Ditto.
9753 * lin-lwp.c: Ditto.
9754 * go32-nat.c: Ditto.
9755 * inflow.c: Ditto.
9756 * gnu-nat.c: Ditto.
9757
9758 2002-03-27 Andreas Schwab <schwab@suse.de>
9759
9760 * event-top.c (command_line_handler): Remove useless if.
9761
9762 2002-03-27 Andreas Jaeger <aj@suse.de>
9763
9764 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9765 comment.
9766
9767 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9768
9769 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9770 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9771 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9772 (x86_64_linux_dr_get_status, supply_gregset),
9773 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9774 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9775 (x86_64_register_info_table): Add.
9776 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9777 (x86_64_register_raw_size, x86_64_register_virtual_type),
9778 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9779 general x86_64_register_info_table.
9780 (i386_gdbarch_init): gdbarch_register_bytes is now set
9781 dynamicaly during initialization.
9782 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9783 * gdbserver/linux-x86-64-low.c: Ditto.
9784
9785 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * gdbserver/server.c (main): Call target_signal_to_host_p
9788 and target_signal_to_host on signals received from the remote.
9789 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9790 target_signal_from_host on signals sent to the remote.
9791 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9792 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9793
9794 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9795
9796 * signals/signals.c: Include "server.h" in gdbserver build.
9797 (target_signal_from_name): Don't use STREQ.
9798 (_initialize_signals): Likewise. Don't include function in
9799 gdbserver build.
9800
9801 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9802
9803 * signals.c: Moved to...
9804 * signals/signals.c: Here.
9805 * Makefile (signals.o): Update.
9806
9807 2002-03-26 Jeff Law (law@redhat.com)
9808
9809 * somread.c (som_symtab_read): Remove some commented out code and
9810 updated related comments. Do not set the minimal symbol table to
9811 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9812 in a dynamic executable.
9813 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9814 where we are unable to find the minimal symbol for the given
9815 PC value.
9816
9817 2002-03-25 Jeff Law (law@redhat.com)
9818
9819 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9820
9821 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9822
9823 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9824
9825 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9826
9827 * command.h: Update copyright.
9828 (struct cmd_list_element): Replace definition with opaque
9829 declaration.
9830 (enum cmd_types): Document that it will eventually be moved to
9831 cli/cli-decode.h
9832 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9833 (MALLOCED_REPLACEMENT): Delete macro.
9834 * Makefile.in (cli_decode_h): Add $(command_h).
9835 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9836 * top.c: Include "cli/cli-decode.h".
9837 * completer.c: Include "cli/cli-decode.h".
9838 * maint.c: Include "cli/cli-decode.h".
9839 * cli/cli-decode.h: Include "command.h".
9840 (enum command_class): Delete.
9841 (enum cmd_types): Comment out.
9842 (enum cmd_auto_boolean): Delete.
9843 (enum var_types): Delete.
9844
9845 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9846
9847 * cli/cli-decode.c: Include "gdb_assert.h".
9848 (add_set_or_show_cmd): New static function.
9849 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9850 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9851 all fields, such as func, from the set command.
9852
9853 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9854
9855 * MAINTAINERS (sh-elf): Change warning flag to -w.
9856
9857 2002-03-23 Andrew Cagney <cagney@redhat.com>
9858
9859 * defs.h (error): Add printf format attribute.
9860 * thread-db.c (thread_from_lwp): Fix error format string.
9861 * stack.c (parse_frame_specification): Ditto.
9862 * cli/cli-decode.c (undef_cmd_error): Ditto.
9863 * scm-lang.c (scm_lookup_name): Ditto.
9864 * tracepoint.c (trace_error): Ditto.
9865 * remote-utils.c (usage): Ditto.
9866 * remote.c (compare_sections_command): Ditto.
9867 Fix PR gdb/328.
9868
9869 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdbtypes.c (append_composite_type_field): New function.
9872 (init_composite_type): New function.
9873 * gdbtypes.h (append_composite_type_field): Declare.
9874 (init_composite_type): Ditto.
9875
9876 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9877
9878 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9879 function.
9880 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9881 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9882 structure returning convention for SYSV ABI case, but not
9883 for GNU/Linux, FreeBSD, or NetBSD.
9884
9885 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9886
9887 * symtab.h (lookup_block_symbol): Add mangled_name argument
9888 to prototype.
9889
9890 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9891 with new mangled_name argument.
9892 * linespec.c (decode_line_1): Likewise.
9893 * valops (value_of_this): Likewise.
9894 * symtab.c (lookup_transparent_type): Likewise.
9895 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9896 (lookup_symbol): If we are given a mangled name, pass it down
9897 to lookup_symbol_aux.
9898 (lookup_block_symbol): If we are given a mangled name to check
9899 against, only return symbols which match it.
9900
9901 2002-03-22 Christopher Faylor <cgf@redhat.com>
9902
9903 * win32-nat.c (child_create_inferior): Check for proper shell to use
9904 here, in case the user changes it on the fly.
9905 (_initialize_inftarg): Remove shell path considerations.
9906
9907 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9908
9909 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9910 for gdbarch_max_register_raw_size and max_register_virtual_size.
9911 Adjust copyright year.
9912
9913 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9914
9915 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9916 in a function to cover the entire beginning of the function
9917 as well if it does not already.
9918
9919 2002-03-21 Tom Rix <trix@redhat.com>
9920
9921 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9922 (rs6000_ptrace64): Renamed from ptrace64.
9923
9924 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9925
9926 * gdbserver/remote-utils.c (remote_open): Don't call
9927 getprotobyname, we're all using TCP here so just use
9928 IPPROTO_TCP.
9929 * gdbserver/gdbreplay.c (remote_open): Ditto.
9930
9931 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9932
9933 * regcache.c (_initialize_regcache): No need to call
9934 build_regcache() at this time; it gets called whenever
9935 the gdbarch changes.
9936
9937 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9938
9939 * sparc-nat.c: Include sys/param.h where possible.
9940
9941 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9942
9943 Fix PR gdb/422.
9944 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9945 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9946 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9947 complex types.
9948 * stabsread.c (rs6000_builtin_type): Likewise.
9949 (read_sun_floating_type): Likewise.
9950
9951 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9952
9953 * stabsread.c (read_member_functions): Remove skip code for duplicate
9954 constructor/destructor methods. Use standard parsing for these
9955 methods and just do not chain them to the list of methods after
9956 parsing.
9957
9958 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9959
9960 * coffread.c: Remove redundant static declarations. Replace
9961 occurrences of `PTR' with `void *'.
9962 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9963 * top.h (quit_cover): Likewise.
9964 * defs.h (catch_errors): Likewise.
9965
9966 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9967
9968 * defs.h (XMALLOC): Define.
9969 * gdb-events.sh (XMALLOC): Delete macro.
9970 * gdb-events.c, gdb-events.h: Regenerate.
9971 * gdbarch.sh (XMALLOC): Delete macro.
9972 * gdbarch.c: Regenerate.
9973 * serial.c (XMALLOC): Delete macro.
9974 * ui-file.c (XMALLOC): Ditto.
9975 * ser-unix.h (XMALLOC): Ditto.
9976 * sh-tdep.c (XMALLOC): Ditto.
9977 * ui-out.c (XMALLOC): Ditto.
9978 * utils.c (XMALLOC): Ditto.
9979 * i386-tdep.c (XMALLOC): Ditto.
9980 * gdb-events.c (XMALLOC): Ditto.
9981 * d10v-tdep.c (XMALLOC): Ditto.
9982 * cli-out.c (XMALLOC): Ditto.
9983
9984 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9985 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9986 * ui-file.c, ui-out.c: Ditto.
9987
9988 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9989
9990 * command.h (struct cmd_list_element): Add field context.
9991 (set_cmd_context, get_cmd_context): Declare.
9992 * cli/cli-decode.h: Ditto.
9993 * cli/cli-decode.c (get_cmd_context): New function.
9994 (set_cmd_context): New function.
9995 (add_cmd): Initialize context.
9996 Part of fixing PR gdb/145 and PR gdb/146.
9997
9998 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9999
10000 * cli/cli-decode.c (cmd_type): New function.
10001 * command.h (cmd_type): Declare.
10002 * infrun.c (set_schedlock_func): Call function cmd_type.
10003 * kod.c (kod_set_os): Call cmd_type.
10004 * cris-tdep.c (cris_version_update): Use function cmd_type.
10005 (cris_mode_update, cris_abi_update): Ditto.
10006
10007 * command.h: (execute_cmd_post_hook): Declare.
10008 (execute_cmd_pre_hook): Declare.
10009 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10010 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10011 functions. Execute pre/post hook while ensuring that afterwords
10012 hook_in is cleared.
10013 * top.c (execute_command): Use execute_cmd_post_hook, and
10014 execute_cmd_pre_hook to execute pre/post commands.
10015 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10016 hook_stop_stub.
10017 (hook_stop_stub): Call execute_cmd_pre_hook.
10018
10019 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10020
10021 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10022 set'' and this leads to a core dump. Move xstrdup of
10023 operating_system to after check that it is not NULL.
10024
10025 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10026
10027 * kod.c (kod_set_os): Remove unnecessary check that
10028 ``command->type'' is set_cmd.
10029
10030 * valprint.c (set_input_radix): Use input_radix.
10031 (set_output_radix): Use output_radix.
10032 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10033 isn't reverted.
10034
10035 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10036
10037 * value.h (struct value): Delete field ``substring_addr''. Change
10038 aligner fields to force_doublest_align, force_longest_align,
10039 force_core_addr_align and force_pointer_aligh.
10040
10041 * value.h (struct value): Fix typo in above change.
10042
10043 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10044
10045 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10046 to fix internal_error from ``maintenance print architecture''.
10047
10048 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10049
10050 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10051 for gcc versions after gcc-2.8.1.
10052
10053 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10054
10055 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10056 for method resolution. Restore adjustment of ``this'' pointer after
10057 calling value_struct_elt, which was accidentally removed during the
10058 HP merge.
10059
10060 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10061
10062 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10063 value_of_register.
10064 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10065 get_saved_register.
10066 * value.h (value_of_register): Update.
10067
10068 2002-03-14 Richard Henderson <rth@redhat.com>
10069
10070 * configure.in: Detect declaration for canonicalize_file_name.
10071 * utils.c (canonicalize_file_name): Declare, if needed.
10072 (gdb_realpath): Prefer realpath if available and usable.
10073 * config.in, configure: Rebuild.
10074
10075 2002-03-14 Richard Henderson <rth@redhat.com>
10076
10077 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10078 a constant array bound.
10079
10080 * MAINTAINERS: Add myself to write-after-approval.
10081
10082 2002-03-14 Michael Snyder <msnyder@redhat.com>
10083
10084 * symfile.c (syms_from_objfile): Return immediately if no syms.
10085 (symbol_file_add): Return immediately if no syms.
10086 (find_sym_fns): Return immediately if no syms.
10087
10088 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10089
10090 * gdbserver/remote-util.c (remote_open): Print remote-side's
10091 IP address when remote debugging over the network.
10092
10093 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10094
10095 * config/sparc/fbsd.mh: Fix copyright.
10096 * config/sparc/fbsd.mt: Likewise.
10097
10098 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10099
10100 * MAINTAINERS: Fix typo in name of gdb warnings option.
10101 (x86-64): Fix formating so that this can be parsed by awk.
10102
10103 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10106 * defs.h: Include "gdb/signals.h".
10107 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10108
10109 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10110
10111 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10112 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10113 from x86-64-tdep.h
10114
10115 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10116 Don Howard <dhoward@redhat.com>
10117
10118 * mips-tdep.c (ST0_FR): Define.
10119 (mips2_fp_compat): New function, temporarily disabled.
10120 (mips_read_fp_register_single): New function.
10121 (mips_read_fp_register_double): New function.
10122 (mips_print_register): Use them.
10123 (do_fp_register_row): Likewise.
10124
10125 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10126
10127 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10128 approval''.
10129
10130 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10131
10132 * stabsread.c (read_member_functions): Fix is_stub test for
10133 static member functions, improve comment.
10134
10135 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10136
10137 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10138 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10139 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10140 commands that set boolean values.
10141 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10142 (arm_rdi_resume): Always initialize PC.
10143 (arm_rdi_open): Don't use rslt as a boolean.
10144 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10145 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10146 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10147 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10148
10149 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10150
10151 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10152 * configure: Rebuilt.
10153
10154 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10155
10156 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10157 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10158
10159 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10160
10161 * cli/cli-decode.c (set_cmd_completer): New function.
10162 * command.h (set_cmd_completer): Declare.
10163 * cli/cli-decode.h (set_cmd_completer): Ditto.
10164
10165 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10166 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10167 * win32-nat.c (_initialize_inftarg): Ditto.
10168 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10169 * proc-api.c (_initialize_proc_api): Ditto.
10170 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10171 * source.c (_initialize_source): Ditto.
10172 * exec.c (_initialize_exec): Ditto.
10173 * solib.c (_initialize_solib): Ditto.
10174 * top.c (init_main): Ditto.
10175 * tracepoint.c (_initialize_tracepoint): Ditto.
10176 * symfile.c (_initialize_symfile): Ditto.
10177 * printcmd.c (_initialize_printcmd): Ditto.
10178 * infcmd.c (_initialize_infcmd): Ditto.
10179 * corefile.c (_initialize_core): Ditto.
10180
10181 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10182
10183 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10184
10185 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10186
10187 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10188
10189 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10190
10191 * NEWS: Update headings, 5.2 has branched.
10192
10193 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10194
10195 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10196 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10197 (register_addr, REGISTER_RAW_SIZE): Likewise.
10198 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10199 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10200
10201 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10202
10203 * MAINTAINERS (x86-64): Add myself.
10204 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10205 changed value_ptr -> struct value *
10206
10207 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10208
10209 * configure.host (sparc64-*-freebsd): Add.
10210 * configure.tgt: Likewise.
10211 * config/sparc/fbsd.mh: New file.
10212 * config/sparc/fbsd.mt: Likewise.
10213 * config/sparc/nm-fbsd.h: Likewise.
10214 * config/sparc/tm-fbsd.h: Likewise.
10215
10216 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10219 regformats/reg-s390x.dat.
10220
10221 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10222
10223 * utils.c: Add FIXME explaining true/false problem.
10224
10225 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10226
10227 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10228
10229 2002-02-28 Michael Chastain <mec@shout.net>
10230
10231 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10232
10233 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10234
10235 * gdbserver/linux-s390-low.c: New file.
10236 * regformats/reg-s390.dat: New file.
10237 * regformats/reg-s390x.dat: New file.
10238 * gdbserver/configure.srv: Add S/390.
10239 * gdbserver/Makefile.in: Add S/390.
10240 * configure.tgt: Enable gdbserver for S/390.
10241
10242 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10243
10244 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10245 first line of the doc string for "info dos", except at the end of
10246 the sentence, since the short help stops at the first period.
10247
10248 2002-02-28 Jason Merrill <jason@redhat.com>
10249
10250 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10251
10252 2002-02-27 Fred Fish <fnf@redhat.com>
10253
10254 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10255 comment (dumy -> dummy).
10256
10257 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10258
10259 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10260
10261 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10262
10263 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10264
10265 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10266
10267 * gdbserver/acconfig.h: New file.
10268 * gdbserver/i387-fp.c: New file.
10269 * gdbserver/i387-fp.h: New file.
10270 * gdbserver/linux-x86-64.c: New file.
10271 * regformats/reg-x86-64.dat: New file.
10272 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10273 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10274 * gdbserver/configure.in: Add support for regsets.
10275 * gdbserver/config.in: Regenerate.
10276 * gdbserver/configure: Regenerate.
10277 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10278 * gdbserver/linux-low.h: New file.
10279 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10280 for regsets.
10281 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10282 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10283 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10284 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10285 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10286 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10287 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10288 "i387-fp.h". Add PTRACE_GETREGS and friends.
10289 * gdbserver/regcache.c (supply_register): New function.
10290 (supply_register_by_name): New function.
10291 (collect_register): New function.
10292 (collect_register_by_name): New function.
10293
10294 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10295
10296 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10297 (config.status): Add configure.srv dependency.
10298 (server_h): Add config.h dependency.
10299
10300 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10303 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10304 * gdbserver/configure.srv: Change i386-*-linux* to use
10305 reg-i386-linux.o.
10306
10307 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10308
10309 * x86-64-tdep.c: Re-indent. Update copyright date.
10310
10311 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10312
10313 From Michal Ludvig <mludvig@suse.cz>:
10314 * x86-64-tdep.c (value.h): Delete.
10315 (gdb_assert.h): Include.
10316 (x86_64_register_convert_to_virtual,
10317 x86_64_register_convert_to_raw ): Add check which lets only
10318 floating-point values to be converted.
10319 (value_push): Delete.
10320 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10321 (i386_gdbarch_init): Number of register_bytes fixed.
10322
10323 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10324
10325 * MAINTAINERS: Add x86-64 target.
10326
10327 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10328
10329 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10330 * osfsolib.c (solib_map_sections): Ditto.
10331 * irix5-nat.c (solib_map_sections): Ditto.
10332 * corelow.c (gdb_check_format): Ditto.
10333 * symfile.c (symfile_bfd_open): Ditto.
10334 * solib.c (solib_map_sections): Ditto.
10335 Fix PR gdb/354.
10336
10337 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10338
10339 * remote.c (_initialize_remote): By default, disable ``e'' and
10340 ``E'' step out-of-range packets.
10341
10342 2002-02-26 Andreas Schwab <schwab@suse.de>
10343
10344 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10345 m68k_linux_frame_saved_pc.
10346 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10347 in_sigtramp.
10348 (SIGCONTEXT_PC_OFFSET): Remove.
10349 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10350 m68k_linux_sigtramp_saved_pc): New functions.
10351 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10352 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10353 (UCONTEXT_PC_OFFSET): Define.
10354 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10355 non-RT and RT signal trampolines.
10356
10357 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10358
10359 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10360 (TARGET_NBPG, STACK_END_ADDR): Delete
10361 (VARIABLES_INSIDE_BLOCK): Delete.
10362
10363 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10364
10365 * utils.c (perror_with_name): Make string parameter constant.
10366 (print_sys_errmsg): Ditto.
10367 (query): Ditto.
10368 * defs.h (perror_with_name): Update.
10369 (print_sys_errmsg): Update.
10370 (query): Update.
10371
10372 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10373
10374 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10375 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10376
10377 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10378
10379 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10380 if it already matches the current architecture from the exec file.
10381 Include arch-utils.h for gdbarch_info_init prototype.
10382 * Makefile.in (rs6000-nat.o): Update dependencies.
10383
10384 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10385
10386 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10387 list of exported variables.
10388
10389 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * gdbserver/configure.srv: New file.
10392 * gdbserver/configure.in: Use configure.srv instead
10393 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10394 from it.
10395 * gdbserver/configure: Regenerated.
10396 * gdbserver/terminal.h: New file.
10397 * gdbserver/Makefile.in: Update for configure changes. Remove
10398 more unneeded include paths.
10399
10400 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10401
10402 From wiz at danbala:
10403 * config/sparc/tm-sp64.h: Fix grammar and typos.
10404 Fix PR gdb/287.
10405
10406 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10407
10408 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10409 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10410 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10411 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10412 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10413 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10414 * s390-tdep.c: Ditto.
10415 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10416 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10417 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10418 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10419 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10420 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10421 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10422 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10423 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10424 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10425 Fix PR gdb/378.
10426
10427 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10428
10429 * lin-thread.c: Delete file.
10430 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10431 to gdb_proc_service.h.
10432 * configure: Re-generate.
10433
10434 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10435 * serial.c (serial_open): Delete check for "ocd".
10436 Fix PR gdb/349.
10437
10438 * Makefile.in (linux-thread.o): Delete target.
10439 * linux-thread.c: Delete file.
10440
10441 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10442 renamed SH files to be consistent.
10443
10444 * symtab.c (sort_search_symbols): Use xfree.
10445
10446 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10447
10448 * arm-linux-tdep.c (arm_linux_init_abi): Register
10449 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10450 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10451 definition with undef, since we don't want the sysvr4 definition.
10452 (SKIP_TRAMPOLINE_CODE): Likewise.
10453
10454 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10455
10456 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10457
10458 * configure.in: (AC_CHECK_FUNCS) Added test for
10459 canonicalize_file_name Regenerated.
10460 * config.in, configure: Regenerated.
10461 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10462 defined use canonicalize_file_name.
10463
10464 2002-02-23 Michael Chastain <mec@shout.net>
10465
10466 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10467
10468 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10469
10470 * README: Remove references to cygnus.com.
10471 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10472 dot com'' form. Remove references to cygnus.com and sourceware.
10473
10474 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10475
10476 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10477 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10478 1003.1-2001 no longer allows "head -1".
10479 * gdb/Makefile.in (version.c): Likewise.
10480 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10481 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10482 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10483
10484 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10485
10486 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10487 * command.h (cmd_cfunc_eq): Declare.
10488 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10489
10490 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10491 ``struct cmd_list_element *''.
10492 * cli/cli-cmds.c (is_complete_command): Update. Use
10493 cmd_cfunc_eq.
10494 * top.c (execute_command): Pass the command to
10495 is_complete_command.
10496 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10497
10498 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10499
10500 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10501 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10502 architecture defines.
10503 * s390-tdep.c (s390_gdbarch_init): Likewise.
10504
10505 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10506
10507 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10508 (arm_linux_push_arguments): Likewise.
10509 (arm_linux_init_abi): Register them. Also register linux-specific
10510 call_dummy_words.
10511 (find_minsym_and_objfile): Use strcmp, not STREQ.
10512 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10513 (arm_linux_call_dummy_words): Delete declaration.
10514 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10515 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10516 declarations.
10517 (LOWEST_PC): Delete.
10518
10519 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10520
10521 * maint.c (print_section_info): Do not prepend `0x' to filepos
10522 output, it will be handled by local_hex_string_custom.
10523
10524 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10525
10526 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10527 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10528 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10529
10530 2002-02-22 Jim Blandy <jimb@redhat.com>
10531
10532 Indicate that the bcache functions don't change the strings
10533 they're passed.
10534 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10535 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10536
10537 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10538
10539 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10540
10541 2002-02-21 Christopher Faylor <cgf@redhat.com>
10542
10543 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10544 find the complete path to a loaded DLL.
10545
10546 2002-02-21 Fred Fish <fnf@redhat.com>
10547
10548 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10549 that marks the end of the range of a function, enter a line number
10550 entry that has a line number of zero and a PC offset that matches
10551 the end of the function. This starts a range of PC's for which no
10552 line number information is known.
10553 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10554 PC's for which no line number info is found (line number is zero)
10555 then we didn't find any valid line information.
10556 * symtab.h: Document use of zero line number entry.
10557
10558 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10559
10560 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10561 (have_ptrace_getvrregs): Define for run time checks.
10562 (gdb_vrregset_t): New type for Altivec register handling.
10563 (fetch_register, store_register): Fetch/store altivec register
10564 when needed.
10565 (fetch_altivec_register, store_altivec_register): New functions.
10566 (supply_vrregset, fill_vrregset): New functions.
10567 (fetch_altivec_registers, store_altivec_registers): New functions.
10568 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10569 registers as well.
10570
10571 2002-02-21 Jiri Smid <smid@suse.cz>
10572
10573 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10574
10575 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10576
10577 * Makefile.in (armnbsd-nat.o): Update dependencies.
10578 * armnbsd-nat.c (supply_gregset): New function. Common code to
10579 supply the integer register set.
10580 (supply_fparegset): New function. Similar for FPA registers.
10581 (fetch_regs, fetch_fp_regs): Use them.
10582 (fetch_core_registers): Likewise.
10583 (fetch_elfcore_registers): New function.
10584 (arm_netbsd_elfcore_fns): New core-file type specification.
10585 (_initialize_arm_netbsd_nat): Register it.
10586
10587 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * armnbsd-nat.c: Include gdbcore.h.
10590 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10591 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10592 'void' to declaration, to shut up ARI.
10593 (fetch_core_registers): Make static. Rewrite using supply_register.
10594 (arm_netbsd_core_fns): New core-file type specification.
10595 (_initialize_arm_netbsd_nat): New function.
10596
10597 2002-02-21 Christopher Faylor <cgf@redhat.com>
10598
10599 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10600 value.
10601
10602 2002-02-20 Christopher Faylor <cgf@redhat.com>
10603
10604 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10605 fails.
10606
10607 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10608
10609 * jv-exp.y (parse_number): Change type of implicit longs
10610 to builtin_type_uint64.
10611
10612 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10613
10614 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10615 to be an integer instead of a `union wait'.
10616
10617 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10618
10619 * mips-linux-nat.c: Call the operating system GNU/Linux.
10620 * mips-linux-tdep.c: Likewise.
10621 * mips-tdep.c: Likewise.
10622
10623 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10624
10625 Fix PR gdb/265.
10626 * jv-exp.y (parse_number): Handle 64-bit integers.
10627
10628 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10629
10630 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10631 AC_STDC_HEADERS to AC_HEADER_STDC.
10632 * gdbserver/configure: Regenerated.
10633
10634 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10635
10636 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10637 is defined.
10638 * sparc-tdep.c (get_longjmp_target): Likewise.
10639
10640 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10641
10642 * News: Add news about ARM and Multi-arch. Mention the new target
10643 arm*-*-netbsd*.
10644
10645 2002-02-19 Jim Blandy <jimb@redhat.com>
10646
10647 * stabsread.c (error_type_complaint): Improve error message.
10648
10649 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10650
10651 * gdbserver/README: Update documentation.
10652 * gdbserver/configure.in: Update configury to match documentation.
10653 * gdbserver/Makefile.in: Likewise.
10654 * gdbserver/configure: Regenerated.
10655 * gdbserver/aclocal.m4: New file, generated by aclocal.
10656 * gdbserver/config.in: New file, generated by autoheader.
10657
10658 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10659
10660 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10661 armnbsd-nat.c.
10662
10663 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10664
10665 * arm-tdep.h (enum arm_float_model): New enum.
10666 (struct gdbarch_tdep): Add fp_model.
10667 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10668 up floating-point conversions until we know the floating-point model
10669 in use by the inferior. Don't complain about being unable to
10670 determine the ABI of the inferior when we don't have one.
10671 (arm_extract_return_value): Support different floating-point models.
10672 (arm_store_return_value): Likewise.
10673 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10674 ARM_FLOAT_SOFT.
10675 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10676
10677 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10678
10679 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10680 of ``current_gdbarch''.
10681
10682 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10683
10684 * armnbsd-nat.c : ANSIfy all function declarations.
10685 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10686 (fetch_inferior_registers): Re-implement in terms of above.
10687 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10688 (store_inferior_registers): Re-implement in terms of above.
10689
10690 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10691
10692 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10693 kernel.
10694 * arm-linux-tdep.c: Likewise.
10695 * config/arm/tm-linux.h: Likewise.
10696
10697 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10698
10699 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10700 * config/arm/nbsd.mt (TM_FILE): Delete.
10701 * config/arm/tm-nbsd.h: Delete.
10702
10703 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10704
10705 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10706 Initialize CALL_DUMMY_LENGTH.
10707
10708 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10709
10710 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10711 function.
10712 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10713 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10714 defines one thing and that is incorrect for this port.
10715 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10716
10717 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10718
10719 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10720
10721 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10722
10723 * win32-nat.c (display_selector): New function. Displays information
10724 about the information returned by GetThreadSelectorEntry API function.
10725 (display_selectors): New function. Displays the infomation of
10726 the selector given as argument, or of CS, DS ans FS selectors
10727 if no argument is given.
10728 ( _initialize_inftarg): Add "w32" as info prefix command.
10729 Add "info w32 selector" as command calling display_selectors.
10730
10731 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10732
10733 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10734 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10735 if not defined.
10736
10737 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10738
10739 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10740
10741 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10742
10743 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10744 (arm_fix_call_dummy): Call it.
10745 (arm_call_dummy_breakpoint_offset): Delete.
10746 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10747 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10748
10749 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10750
10751 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10752 Default to func_frame_chain_valid.
10753 * gdbarch.h, gdbarch.c: Re-generate.
10754 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10755
10756 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10757
10758 * ppc-linux-nat.c: Update copyright.
10759 (fetch_register, store_register): Add tid parameter, don't compute
10760 tid here.
10761 (fetch_ppc_registers, store_ppc_registers): Add tid
10762 parameter. Pass it along to callees.
10763 (fetch_inferior_registers, store_inferior_registers): Compute tid
10764 here, and pass it to calleed functions.
10765 (fill_gregset, supply_fpregset): Clean up formatting.
10766
10767 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10768
10769 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10770 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10771
10772 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10773
10774 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10775 * gdbarch.c gdbarch.h: Regenerate.
10776 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10777 function.
10778 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10779 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10780 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10781
10782 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10783 * arm-tdep.c (arm_get_longjmp_target): New function.
10784 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10785 this to a positive value register arm_get_longjmp_target as the
10786 longjmp handler.
10787 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10788 (arm_linux_init_abi): Set up longjmp description in tdep.
10789 * armnbsd-nat.c (get_longjmp_target): Delete.
10790 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10791 description in tdep.
10792 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10793 (get_longjmp_target): Delete declaration.
10794 (GET_LONGJMP_TARGET): Delete.
10795 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10796 (GET_LONGJMP_TARGET): Delete.
10797
10798 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10799
10800 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10801 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10802 of ``current_gdbarch''.
10803
10804 2002-02-17 Tom Tromey <tromey@redhat.com>
10805
10806 * cli/cli-cmds.c (compare_strings): New function.
10807 (complete_command): Only print each unique item once.
10808 * completer.h (complete_line): Declare.
10809 * completer.c (complete_line): New function.
10810 (line_completion_function): Use it.
10811
10812 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10813
10814 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10815 * gdbarch.h, gdbarch.c: Re-generate.
10816
10817 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10818
10819 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10820
10821 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10822
10823 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10824 * valops.c (value_arg_coerce): Don't take the address of a reference
10825 to convert an argument to a reference.
10826
10827 2002-02-15 Christopher Faylor <cgf@redhat.com>
10828
10829 * win32-nat.c (get_image_name): New function.
10830 (handle_load_dll): Use get_image_name function.
10831 (get_child_debug_event): Avoid registering debug events until possibly
10832 execed process is started.
10833 (child_create_inferior): Allow invocation via shell so that command
10834 line redirection, etc. works ok.
10835 (_initialize_inftarg): Add new command: "set shell" to control whether
10836 a shell is used to start a process.
10837
10838 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10839
10840 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10841 instead of find_register_by_number.
10842 (cannot_store_register): Likewise.
10843
10844 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10845
10846 * dwarf2read.c: Replace fprintf (stderr, ...) by
10847 fprintf_unfiltered (gdb_stderr, ...).
10848
10849 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10850
10851 * gdbserver/gdbserver.1: Document --attach.
10852
10853 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10854
10855 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10856 descriptions.
10857 * arm-tdep.c (arm_default_arm_le_breakpoint)
10858 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10859 (arm_default_thumb_be_breakpoint): New. Initialize them from
10860 traditional breakpoint defines.
10861 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10862 (arm_gdbarch_init): Initialize new breakpoint variables.
10863 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10864 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10865 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10866 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10867 code out to ...
10868 (arm_netbsd_init_abi_common): ... here; new function.
10869 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10870 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10871 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10872 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10873
10874 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10875
10876 * arm-tdep.h (enum arm_abi): New enum.
10877 (struct gdbarch_tdep): New structure.
10878 (LOWEST_PC): Provide a default.
10879 (arm_gdbarch_register_os_abi): Declare new function.
10880 * arm-tdep.c (arm_abi_names): New array.
10881 (process_note_abi_tag_sections): New function.
10882 (get_elfosabi): New function.
10883 (arm_gdbarch_register_os_abi): New function.
10884 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10885 support for that ABI has been built in, then call the appropriate
10886 configuration routine. Use gdbarch_num_regs() to get the number
10887 of registers.
10888 (arm_dump_tdep): New function.
10889 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10890 place-holder functions.
10891 (_initialize_arm_tdep): Register them.
10892 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10893
10894 * armnbsd-tdep.c: New file.
10895 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10896 * config/arm/nbsd.mt (TDEPFILES): Add it.
10897 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10898
10899 * armnbsd-nat.c: Include regcache.h.
10900 * Makefile.in (armnbsd-nat.o): Update dependency list.
10901
10902 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10903
10904 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10905
10906 * gdbserver/Makefile.in: Fix typos in target rules.
10907
10908 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10909
10910 Fix part of PR gdb/267.
10911 * linespec.c (find_methods): Handle constructors specially for now.
10912
10913 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10914
10915 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10916 handling.
10917 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10918 standard_coerce_float_to_double().
10919
10920 2002-02-14 Christopher Faylor <cgf@redhat.com>
10921
10922 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10923 GDBINIT_FILENAME.
10924
10925 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10926
10927 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10928 find_variant_by_name, because it confuses the multiarch
10929 framework. Return NULL if there isn't an architecture with the
10930 user supplied name, instead of forcing a different one without
10931 recording the change with the multiarch machinery.
10932 (find_variant_by_name): Delete.
10933
10934 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10935
10936 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10937 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10938
10939 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10940
10941 * stack.c (print_frame_info_base): When calling
10942 print_frame_info_listing_hook, set current_source_symtab.
10943
10944 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10945
10946 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10947 and remove unused $(INCLUDE_DIR).
10948 Add regcache.c to OBS.
10949 Add generated register protocol files to clean target.
10950 Update dependencies for new objects, obsolete old target code.
10951
10952 * gdbserver/linux-low.c: Remove all platform-specific code to
10953 new files. Remove various dead code. Update to use regcache
10954 functionality.
10955 * gdbserver/remote-utils.c (fromhex): Add return statement
10956 to quiet warning.
10957 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10958 constant.
10959 (input_interrupt): Add integer parameter to match prototype
10960 of a signal handler.
10961 (outreg): Use register_data ().
10962 (prepare_resume_reply): Use gdbserver_expedite_regs.
10963 * gdbserver/server.c (main): Dynamically allocate own_buf because
10964 PBUFSIZ is no longer constant. Use registers_to_string () and
10965 registers_from_string ().
10966 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10967 for error (), fatal (), and warning (). Update definition of
10968 PBUFSIZ to use regcache functionality. Add include guard.
10969 * gdbserver/utils.c (fatal): Add missing ``const''.
10970 (warning): New function.
10971
10972 * regformats/regdat.sh: Include "regcache.h" in generated files.
10973 Provide init_registers () function.
10974 * regformats/regdef.h: Add prototype for set_register_cache ().
10975 Add include guard.
10976
10977 * gdbserver/linux-arm-low.c: New file.
10978 * gdbserver/linux-i386-low.c: New file.
10979 * gdbserver/linux-ia64-low.c: New file.
10980 * gdbserver/linux-m68k-low.c: New file.
10981 * gdbserver/linux-mips-low.c: New file.
10982 * gdbserver/linux-ppc-low.c: New file.
10983 * gdbserver/linux-sh-low.c: New file.
10984
10985 * gdbserver/regcache.c: New file.
10986 * gdbserver/regcache.h: New file.
10987
10988 * gdbserver/low-linux.c: Removed obsolete file.
10989
10990 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10991
10992 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10993 * config/i386/linux.mt: Likewise.
10994 * config/ia64/linux.mt: Likewise.
10995 * config/m68k/linux.mh: Likewise.
10996 * config/powerpc/linux.mh: Likewise.
10997 * config/mips/linux.mt: Likewise.
10998
10999 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11000
11001 * config/i386/i386lynx.mh: Mark gdbserver variables
11002 as (currently) obsolete for this target.
11003 * config/i386/nbsd.mt: Likewise.
11004 * config/i386/nbsdelf.mt: Likewise.
11005 * config/m32r/m32r.mt: Likewise.
11006 * config/m68k/m68klynx.mh: Likewise.
11007 * config/m68k/nbsd.mt: Likewise.
11008 * config/m68k/sun3os4.mh: Likewise.
11009 * config/mips/vr5000.mt: Likewise.
11010 * config/ns32k/nbsd.mt: Likewise.
11011 * config/pa/hppabsd.mh: Likewise.
11012 * config/pa/hppaosf.mh: Likewise.
11013 * config/powerpc/nbsd.mt: Likewise.
11014 * config/rs6000/rs6000lynx.mh: Likewise.
11015 * config/s390/s390.mt: Likewise.
11016 * config/s390/s390x.mt: Likewise.
11017 * config/sparc/sparclynx.mh: Likewise.
11018 * config/sparc/sun4os4.mh: Likewise.
11019 * config/i386/x86-64linux.mt: Likewise.
11020 * config/sparc/linux.mh: Likewise.
11021
11022 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11023
11024 * configure.tgt: Configure gdbserver only for known working
11025 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11026 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11027 SUBDIRS if it is configured. Update comment for ${nativefile}.
11028 * configure: Regenerated.
11029
11030 2002-02-13 Michael Snyder <msnyder@redhat.com>
11031
11032 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11033
11034 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11035 (default_gcore_mach): Just return 0, work around a problem in bfd.
11036 (default_gcore_target): OK to return NULL if exec_bfd is null.
11037 (make_mem_sec): Use a cast, avoid a warning.
11038
11039 * procfs.c (find_memory_regions_callback): Use a cast instead of
11040 calling host_pointer_to_address (which complains if
11041 sizeof (host pointer) != sizeof (target pointer)).
11042 (procfs_make_note_section): Avoid overflow in psargs string.
11043
11044 * procfs.c (procfs_make_note_section): Make the default
11045 implementation return an error.
11046
11047 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11048
11049 * procfs.c (procfs_make_note_section): Provide a default definition
11050 (for alpha-dec-osf4.0f). Fix typos.
11051
11052 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11053
11054 * linux-proc.c: Add include of regcache.h.
11055 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11056
11057 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11058
11059 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11060 * memattr.c (create_mem_region): Disallow useless empty region.
11061 Regions are half-open intervals, so allow [A..B) [B..C) as
11062 non-overlapping.
11063
11064 2002-02-13 Michael Chastain <mec@shout.net>
11065
11066 * defs.h: Kill CONST_PTR.
11067 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11068 * c-lang.c (c_builtin_types): Likewise.
11069 * ch-lang.c (ch_builtin_types): Likewise.
11070 * f-lang.c (f_builtin_types): Likewise.
11071 * language.c (unknown_builtin_types): Likewise.
11072 * m2-lang.c (m2_builtin_types): Likewise.
11073 * p-lang.c (pascal_builtin_types): Likewise.
11074 * scm-lang.c (c_builtin_types): Likewise.
11075
11076 2002-02-13 Keith Seitz <keiths@redhat.com>
11077
11078 * arm-tdep.h (arm_get_next_pc): Add declaration.
11079
11080 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11081
11082 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11083 with other related struct-returning functions.
11084 (arm_extract_struct_value_address): New function.
11085 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11086 initialize float_format, double_format and long_double_format as
11087 appropriate to the endianness of the target.
11088 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11089 (arm_use_struct_convention): Delete declaration.
11090 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11091
11092 2002-02-13 Keith Seitz <keiths@redhat.com>
11093
11094 * defs.h (core_addr_to_string_nz): New function.
11095
11096 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11097
11098 Apply missing bits of 2002-01-15 patch.
11099 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11100 (fill_fpregset): Use i387_fill_fsave.
11101
11102 2002-02-12 Keith Seitz <keiths@redhat.com>
11103
11104 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11105 (core_addr_to_string_nz): New function.
11106
11107 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11108
11109 * arm-linux-nat.c: Really include arm-tdep.h.
11110 * config/arm/tm-linux.h (struct type, struct value): Declare.
11111
11112 2002-02-11 Michael Snyder <msnyder@redhat.com>
11113
11114 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11115 (gcore section): Ifdef for Solaris and Unixware only.
11116 (procfs_do_thread_registers): Unixware needs one lwpstatus
11117 per thread (not one prstatus or pstatus).
11118 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11119 not over all gdb threads. For unixware, call elfcore_write_pstatus
11120 once before iterating over threads.
11121
11122 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11123
11124 * arm-tdep.h: New file.
11125 * arm-tdep.c: Include arm-tdep.h.
11126 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11127 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11128 (arm_print_float_info, arm_register_type, convert_to_extended)
11129 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11130 (arm_extract_return_value, arm_register_name): Make static.
11131 (arm_software_single_step): Similarly. Fix types in declaration.
11132 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11133 (arm_store_return_value, arm_store_struct_return): New functions.
11134 (arm_gdbarch_init): Register the above functions. Also register
11135 call_dummy_start_offset, sizeof_call_dummy_words,
11136 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11137 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11138 max_register_virtual_size, register_size. Set up
11139 prologue_cache.saved_regs here, rather than ...
11140 (_initialize_arm_tdep): ... here.
11141 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11142 declarations.
11143 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11144 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11145 (arm_print_float_info, arm_register_type, convert_to_extended)
11146 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11147 (arm_extract_return_value, arm_register_name): Delete declarations.
11148 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11149 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11150 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11151 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11152 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11153 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11154 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11155 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11156 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11157 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11158 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11159 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11160 interface.
11161 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11162 * remote-rdi.c remote-rdp.c: Likewise.
11163 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11164 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11165 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11166 definition.
11167
11168 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11169 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11170 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11171 from non-ARM_ prefixed definitions.
11172 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11173 all uses of above.
11174 * remote-rdi.c remote-rdp.c: Likewise.
11175 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11176
11177 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11178
11179 * arm-tdep.c (arm_frameless_function_invocation)
11180 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11181 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11182 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11183 (arm_pop_frame, arm_get_next_pc): Make static.
11184 (arm_gdbarch_init): Register above in gdbarch structure.
11185 (arm_read_fp): Renamed from arm_target_read_fp.
11186 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11187 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11188 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11189 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11190 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11191 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11192 (arm_pc_is_thumb_dummy): Delete declarations.
11193 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11194 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11195 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11196 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11197
11198 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11199
11200 * symtab.c (compare_search_syms): New function.
11201 (sort_search_symbols): New function.
11202 (search_symbols): Sort symbols after searching rather than
11203 before.
11204
11205 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11206
11207 * NEWS: Linux -> GNU/Linux.
11208
11209 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11210
11211 * gdbarch.sh: For for level one methods, disallow a definition
11212 when partially multi-arched. Add comments explaining rationale.
11213 * gdbarch.h: Re-generate.
11214
11215 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11216
11217 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11218 multi-arch partial.
11219
11220 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11221
11222 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11223 field. Use diff -u.
11224 * gdbarch.c: Re-generate.
11225
11226 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11227
11228 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11229 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11230 partial.
11231
11232 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11233
11234 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11235 multi-arch partial.
11236 (PUSH_ARGUMENTS): Switch to using predefault.
11237 * gdbarch.c: Regenerate.
11238
11239 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11240
11241 * valops.c (PUSH_ARGUMENTS): Delete definition.
11242 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11243 partial. Default to default_push_arguments.
11244 * gdbarch.h, gdbarch.c: Regenerate.
11245
11246 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11247
11248 * defs.h (throw_exception): Rename return_to_top_level. Update
11249 comments.
11250 * utils.c (error_stream, internal_verror, quit): Ditto.
11251 * top.c (throw_exception, catcher): Ditto.
11252 * sparclet-rom.c (sparclet_load): Ditto.
11253 * remote.c (interrupt_query, minitelnet): Ditto.
11254 * remote-sds.c (interrupt_query): Ditto.
11255 * remote-mips.c (mips_error, mips_kill): Ditto.
11256 * ocd.c (interrupt_query): Ditto.
11257 * monitor.c (monitor_interrupt_query): Ditto.
11258 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11259 * target.h: Update comment.
11260
11261 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11262
11263 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11264
11265 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11266 default_double_format.
11267 * gdbarch.h, gdbarch.c: Re-generate.
11268 * findvar.c (floatformat_unknown): Delete variable definition.
11269 * doublest.h (floatformat_unknown): Delete variable declaration.
11270
11271 2002-02-09 Jim Blandy <jimb@redhat.com>
11272
11273 * stabsread.c (read_type): Add code to parse Sun's syntax for
11274 prototyped function types.
11275
11276 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11277
11278 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11279 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11280
11281 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11282
11283 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11284 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11285 now _initialize_xcoffsolib gets called again and overrides the
11286 commands from solib.c in a native configuration.
11287
11288 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11289
11290 * doublest.c (store_typed_floating): Don't try to return a value.
11291 Fixes PR gdb/290.
11292
11293 2002-02-08 Jim Blandy <jimb@redhat.com>
11294
11295 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11296 is prototyped and has no arguments, print its argument list as
11297 `(void)'.
11298
11299 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11300
11301 * MAINTAINERS (write-after-approval): Add myself.
11302 (paper-trail): I've escaped!
11303
11304 2002-02-08 Christopher Faylor <cgf@redhat.com>
11305
11306 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11307 changes.
11308 (_initialize_check_for_gdb_ini): Ditto.
11309
11310 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11311
11312 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11313 xaprintf -> xasprintf.
11314
11315 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11316
11317 * win32-nat.c: Remove use of printf and sprintf functions.
11318
11319 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11320
11321 * arm-tdep.c (arm_frame_chain_valid): Make static.
11322 (arm_push_arguments): Likewise.
11323 (arm_gdbarch_init): New function.
11324 (_initialize_arm_tdep): Call it.
11325 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11326 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11327 (FRAME_CHAIN_VALID): Delete.
11328 (arm_frame_chain_valid): Delete declaration.
11329 (PUSH_ARGUMENTS): Delete.
11330 (arm_push_arguments): Delete declaration.
11331 (CALL_DUMMY_P): Delete.
11332
11333 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11334 Corinna Vinschen <vinschen@redhat.com>
11335
11336 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11337 on builtin float types.
11338
11339 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11340
11341 * utils.c: Include <curses.h> before "bfd.h".
11342 * tui/tui-hooks.c: Likewise.
11343 * tui/tui.c: Likewise.
11344 * tui/tuiCommand.c: Likewise.
11345 * tui/tuiData.c: Likewise.
11346 * tui/tuiDataWin.c: Likewise.
11347 * tui/tuiDisassem.c: Likewise.
11348 * tui/tuiGeneralWin.c: Likewise.
11349 * tui/tuiIO.c: Likewise.
11350 * tui/tuiLayout.c: Likewise.
11351 * tui/tuiRegs.c: Likewise.
11352 * tui/tuiSource.c: Likewise.
11353 * tui/tuiSourceWin.c: Likewise.
11354 * tui/tuiStack.c: Likewise.
11355 * tui/tuiWin.c: Likewise.
11356
11357 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11358
11359 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11360 to include space for pseudoregs as well. Update loops accordingly.
11361 (sh_fp_frame_init_saved_regs): Ditto.
11362 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11363
11364 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11365
11366 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11367 Add Richard Earnshaw to Arm maintainers.
11368
11369 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11370
11371 * defs.h (warning_begin): Delete declaration.
11372
11373 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11374 Delete macro.
11375
11376 2002-02-07 Michael Snyder <msnyder@redhat.com>
11377
11378 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11379 Logic bug, remove misplaced else.
11380
11381 2002-02-07 Klee Dienes <klee@apple.com>
11382
11383 * fork-inferior.c (fork_inferior): Add '!' to the list of
11384 characters that need to be quoted when building a string for the
11385 shell. Quote '!' specifically with a backslash, since CSH chokes
11386 when trying to evaluate "str!str".
11387
11388 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11389
11390 * rdi-share/host.h: Only provide a typedef for bool if it is not
11391 defined.
11392
11393 2002-02-04 Michael Snyder <msnyder@redhat.com>
11394
11395 * breakpoint.h (enum bptype): Add new overlay event bp type.
11396 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11397
11398 * breakpoint.c (create_internal_breakpoint): New function.
11399 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11400 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11401 (create_thread_event_breakpoint): Ditto.
11402 (create_solib_event_breakpoint): Ditto.
11403 (create_overlay_event_breakpoint): New function.
11404 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11405 (update_breakpoints_after_exec): Delete and re-initialize
11406 overlay event breakpoints after an exec. Add FIXME comment
11407 about longjmp breakpoint.
11408 (print_it_typical): Ignore overlay event breakpoints.
11409 (print_one_breakpoint): Ditto.
11410 (mention): Ditto.
11411 (bpstat_what): Do not stop for overlay event breakpoints.
11412 (delete_breakpoint): Don't delete overlay event breakpoints.
11413 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11414 (breakpoint_re_set): Re-create overlay event breakpoint.
11415
11416 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11417 (overlay_manual_command): Disable overlay breakpoints.
11418 (overlay_off_command): Disable overlay breakpoints.
11419
11420 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11421
11422 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11423 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11424 to here from config/tm-arm.h.
11425 (coff_sym_is_thumb): Make static.
11426 (arm_elf_make_msymbol_special): New function.
11427 (arm_coff_make_msymbol_special): New function.
11428 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11429 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11430 (coff_sym_is_thumb): Delete declaration.
11431 (arm_elf_make_msymbol_special): Declare.
11432 (arm_coff_make_msymbol_special): Declare.
11433 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11434 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11435
11436 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11437
11438 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11439
11440 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11441
11442 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11443 * gdbarch.c gdbarch.h: Regenerate.
11444 * arch-utils.c (default_print_float_info): New function.
11445 * arch-utils.h (default_print_float_info): Prototype it.
11446 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11447 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11448 (PRINT_FLOAT_INFO): Document it.
11449
11450 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11451 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11452 (PRINT_FLOAT_INFO): Define.
11453
11454 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11455
11456 * win32-nat.c (_initialize_check_for_gdb_ini):
11457 Add typecast to sprintf argument to suppress a warning.
11458
11459 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11460
11461 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11462 to allow easier handling of pass state.
11463 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11464 that gives exception name and address.
11465 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11466 and set last_sig value to ourstatus->value.sig. Some missing
11467 exceptions added.
11468 (child_continue): Correctly report continue_status.
11469 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11470 TARGET_SIGNAL_0 (new default value).
11471 (child_resume): consider sig argument passed to decide if
11472 the exception should be passed to debuggee or not.
11473
11474 2002-02-05 Michael Snyder <msnyder@redhat.com>
11475
11476 * regcache.c (fetch_register): Call target_fetch_register
11477 only if we don't call FETCH_PSEUDO_REGISTER.
11478 (store_register): Call target_store_register only if we
11479 don't call STORE_PSEUDO_REGISTER.
11480
11481 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11482
11483 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11484 ELF_MAKE_MSYMBOL_SPECIAL.
11485 * gdbarch.c, gdbarch.h: Regenerate.
11486 * arch-utils.c (default_make_msymbol_special): New function.
11487 * arch-utils.h (default_make_msymbol_special): Export.
11488 * elfread.c (elf_symtab_read): Compile use of
11489 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11490 multiarched.
11491 * coffread.c (coff_symtab_read): Ditto, for
11492 COFF_MAKE_MSYMBOL_SPECIAL.
11493
11494 2002-02-05 Jim Blandy <jimb@redhat.com>
11495
11496 * solib-svr4.c (svr4_truncate_ptr): New function.
11497 (svr4_relocate_section_addresses): Do the address arithmetic with
11498 the appropriate truncation for target addresses, even when
11499 CORE_ADDR is larger than a target address.
11500
11501 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11502
11503 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11504 to (int *).
11505
11506 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11507
11508 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11509 code.
11510
11511 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11512
11513 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11514
11515 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11516
11517 * gdbserver/linux-low.c: Remove unused include files.
11518
11519 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11520
11521 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11522 (read_inferior_memory): Use it.
11523 (write_inferior_memory): Likewise.
11524
11525 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11528 grubbing through sys_errlist.
11529
11530 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11531
11532 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11533
11534 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11535 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11536
11537 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11538
11539 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11540 (do_sfunc, set_cmd_sfunc): New functions.
11541
11542 * command.h (struct cmd_list_element): Add field func.
11543 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11544 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11545 * cli/cli-decode.h: Ditto.
11546
11547 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11548 (help_all, help_cmd_list): Ditto.
11549 (find_cmd, complete_on_cmdlist): Ditto.
11550 * top.c (execute_command): Ditto.
11551
11552 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11553 function.sfunc.
11554
11555 * infcmd.c (notice_args_read): Fix function signature.
11556
11557 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11558 * cli/cli-decode.c (add_set_cmd): Ditto.
11559 * utils.c (initialize_utils): Ditto.
11560 * maint.c (_initialize_maint_cmds): Ditto.
11561 * infrun.c (_initialize_infrun): Ditto.
11562 * demangle.c (_initialize_demangler): Ditto.
11563 * remote.c (add_packet_config_cmd): Ditto.
11564 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11565 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11566 * proc-api.c (_initialize_proc_api): Ditto.
11567 * kod.c (_initialize_kod): Ditto.
11568 * valprint.c (_initialize_valprint): Ditto.
11569 * top.c (init_main): Ditto.
11570 * infcmd.c (_initialize_infcmd): Ditto.
11571 * corefile.c (_initialize_core): Ditto.
11572 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11573 * arch-utils.c (initialize_current_architecture): Ditto.
11574 (_initialize_gdbarch_utils): Ditto.
11575 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11576
11577 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11578 * wince.c (_initialize_inftarg): Ditto.
11579 * symfile.c (_initialize_symfile): Ditto.
11580 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11581 * language.c (_initialize_language): Ditto.
11582 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11583
11584 2002-02-04 Michael Snyder <msnyder@redhat.com>
11585
11586 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11587
11588 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11589
11590 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11591 Add rules for building the register data files.
11592
11593 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11594
11595 * regformats/regdat.sh: Add braces to the definition of
11596 expedite_regs_${arch}.
11597
11598 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11599
11600 * regformats/regdef.h (struct reg): Add comment describing the
11601 requirements for offset and size fields.
11602
11603 2002-02-04 Andreas Schwab <schwab@suse.de>
11604
11605 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11606 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11607
11608 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11609
11610 * gdbarch.sh (copyright): Update years in generated header.
11611 (SMASH_TEXT_ADDRESS): Add rule.
11612 * gdbarch.h, gdbarch.c: Re-generate.
11613 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11614 * dbxread.c: Likewise.
11615 * dwarfread.c: Likewise.
11616 * elfread.c: Likewise.
11617 * somread.c: Likewise.
11618
11619 * arm-tdep.c (arm_smash_text_address): New function.
11620 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11621
11622 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11623
11624 Add support for hardware watchpoints on win32 native.
11625 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11626 CONTEXT_DEBUG_REGISTERS.
11627 (dr variable): New variable. Static array containing a local copy
11628 of debug registers.
11629 (debug_registers_changed): New variable. Reflects when debug registers
11630 are changed and need to be written to inferior.
11631 (debug_registers_used): New variable. Reflects when any debug register
11632 was set, used when new threads are created.
11633 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11634 i386-nat code.
11635 (thread_rec): Set dr array if id is the thread of current_event .
11636 (child_continue, child_resume): Change the debug registers for all
11637 threads if debug_registers_changed.
11638 (child_add_thread): Change the debug registers if debug_registers_used.
11639 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11640 Link nm.h to new nm-cygwin.h file.
11641 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11642 of hardware registers.
11643
11644 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11645
11646 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11647 Restore behavour broken by 2002-01-20 Andrew Cagney
11648 <ac131313@redhat.com> IEEE_FLOAT removal.
11649
11650 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11651
11652 * c-valprint.c (c_val_print): Pass a proper valaddr to
11653 cp_print_class_method.
11654 * valops.c (search_struct_method): If there is only one method
11655 and args is NULL, return that method.
11656
11657 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11658
11659 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11660 accessing tag_name directly.
11661
11662 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11663
11664 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11665 of accessing tag_name directly.
11666
11667 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11668
11669 PR gdb/280
11670 * gdbtypes.c (replace_type): New function.
11671 * gdbtypes.h (replace_type): Add prototype.
11672 * stabsread.c (read_type): Use replace_type.
11673
11674 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11675
11676 * Makefile.in (memattr.o): Add missing dependencies rule.
11677
11678 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11679
11680 * breakpoint.c (break_at_finish_command): Really export.
11681 (break_at_finish_at_depth_command): Ditto.
11682 (tbreak_at_finish_command): Ditto.
11683 * hppa-tdep.c: Include completer.h.
11684 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11685 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11686
11687 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11688
11689 * utils.c (do_write): New function.
11690 (error_stream): Rewrite combining the code from error_begin and
11691 verror.
11692 (verror): Rewrite using error_stream.
11693 (error_begin): Delete function.
11694
11695 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11696
11697 * utils.c (error_begin): Make static.
11698 * defs.h (error_begin): Delete declaration.
11699
11700 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11701 (decode_line_1): Use cplusplus_error instead of error_begin,
11702 cplusplus_hint and return_to_top_level.
11703 * coffread.c (coff_symfile_read): Use error instead of error_begin
11704 and return_to_top_level.
11705 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11706
11707 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11708
11709 * language.h (type_error, range_error): Make string parameter
11710 constant.
11711 * language.c (warning_pre_print): Delete extern declaration.
11712 * dwarfread.c (warning_pre_print): Ditto.
11713 * language.c (type_error, range_error): Rewrite to use verror and
11714 vwarning instead of warning_begin.
11715
11716 2002-02-01 Michael Snyder <msnyder@redhat.com>
11717
11718 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11719 (set_ignore_count): Move misplaced comment back where it belongs.
11720
11721 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11722
11723 * command.h (NO_FUNCTION): Delete macro.
11724 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11725 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11726 * tracepoint.c (_initialize_tracepoint): Ditto.
11727 * cli/cli-decode.c (add_set_cmd): Ditto.
11728 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11729
11730 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11731
11732 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11733 Update ``this'' pointer when calling virtual functions.
11734
11735 2002-02-01 Michael Snyder <msnyder@redhat.com>
11736
11737 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11738 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11739
11740 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11741
11742 * regformats/reg-arm.dat: New file.
11743 * regformats/reg-i386.dat: New file.
11744 * regformats/reg-ia64.dat: New file.
11745 * regformats/reg-m68k.dat: New file.
11746 * regformats/reg-mips.dat: New file.
11747 * regformats/reg-ppc.dat: New file.
11748 * regformats/reg-sh.dat: New file.
11749 * regformats/regdef.h: New file.
11750 * regformats/regdat.sh: New file.
11751
11752 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11753
11754 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11755 (arm_frame_args_address, arm_frame_locals_address): New functions.
11756 (arm_frame_num_args): New function.
11757 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11758 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11759 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11760
11761 2002-01-31 Michael Snyder <msnyder@redhat.com>
11762
11763 * breakpoint.c (break_at_finish_command): Export.
11764 (break_at_finish_at_depth_command): Export.
11765 (tbreak_at_finish_command): Export.
11766 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11767 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11768 "txbreak" commands, which are HPPA specific.
11769
11770 * printcmd.c (disassemble_command): Remove an ancient
11771 artifact of an old merge.
11772
11773 * symfile.h (enum overlay_debugging_state):
11774 Define enum constant values for overlay mode.
11775 * symfile.c (overlay_debugging): Use enums instead of literals.
11776 (overlay_is_mapped, overlay_auto_command,
11777 overlay_manual_command): Ditto.
11778
11779 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11780 breakpoint_here_p, breakpoint_inserted_here_p,
11781 breakpoint_thread_match, bpstat_stop_status,
11782 describe_other_breakpoints, check_duplicates, clear_command):
11783 Coding standard fixes.
11784
11785 * target.c (target_xfer_memory): Add spaces, coding standard.
11786 (do_xfer_memory): Add missing line to trust-readonly
11787 code: check bfd SEC_READONLY flag for section.
11788
11789 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11790
11791 * PROBLEMS: Fix typo, 5.1->5.1.1.
11792
11793 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11794
11795 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11796 data symbols, since we search based on textlow and texthigh.
11797 (find_pc_sect_symtab): Likewise.
11798
11799 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11800
11801 * defs.h (vwarning): Declare.
11802 * utils.c (vwarning): New function.
11803 (warning): Call vwarning.
11804 (warning_begin): Delete function.
11805
11806 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11807 the warning message.
11808 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11809 warning_begin.
11810
11811 2002-01-30 Michael Snyder <msnyder@redhat.com>
11812
11813 * NEWS: Mention "set trust-readonly-sections" command.
11814 Mention generate-core-file command.
11815
11816 2002-01-15 Michael Snyder <msnyder@redhat.com>
11817
11818 * target.c: New command, "set trust-readonly-sections on".
11819 (do_xfer_memory): Honor the suggestion to trust readonly sections
11820 by reading them from the object file instead of from the target.
11821 (initialize_targets): Register command "set trust-readonly-sections".
11822
11823 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11824
11825 * parse.c (target_map_name_to_register): Simplify, search regs and
11826 pseudo-regs using a single loop.
11827
11828 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11829
11830 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11831
11832 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11833
11834 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11835 * config/i386/i386v42mp.mh: Add i387-nat.o .
11836 * i386v4-nat.c: Include i387-nat.h.
11837 (supply_fpregset): Use i387_supply_fsave.
11838 (fill_fpregset): Use i387_fill_fsave.
11839
11840 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11841
11842 * arm-tdep.c (arm_call_dummy_words): Define.
11843 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11844 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11845 (CALL_DUMMY_WORDS): Define.
11846 (arm_call_dummy_words): Declare.
11847 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11848 (arm_linux_call_dummy_words): Declare.
11849
11850 2002-01-30 Andreas Schwab <schwab@suse.de>
11851
11852 * m68klinux-nat.c: Fix last change to use regcache_collect
11853 instead of referencing registers[] directly.
11854
11855 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11856
11857 * parse.c (target_map_name_to_register): Delete code wrapped in
11858 #ifdef REGISTER_NAME_ALIAS_HOOK.
11859
11860 2002-01-28 Michael Snyder <msnyder@redhat.com>
11861
11862 * regcache.c (legacy_read_register_gen): Need to be able to
11863 read pseudo-register as well as real register.
11864 (legacy_write_register_gen): Ditto.
11865
11866 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11867
11868 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11869 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11870 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11871 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11872 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11873 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11874 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11875 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11876 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11877 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11878 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11879 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11880 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11881 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11882 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11883 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11884 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11885 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11886 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11887 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11888
11889 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11890
11891 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11892 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11893 (initialize_current_architecture): Update target_byte_order using
11894 information from BFD.
11895 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11896 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11897
11898 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11899
11900 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11901 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11902
11903 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11904 #ifdef INVALID_FLOAT.
11905 * infcmd.c (do_registers_info): Ditto.
11906 * values.c (unpack_double): Ditto. Add comment.
11907
11908 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11909 already commented out.
11910
11911 2002-01-26 Andreas Schwab <schwab@suse.de>
11912
11913 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11914 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11915 registers and add support for PTRACE_GETREGS.
11916
11917 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11918
11919 GDB 5.1.1 released from 5.1 branch.
11920 * NEWS: Add 5.1.1 news.
11921 * README: Sync with 5.1 branch.
11922
11923 2002-01-23 Fred Fish <fnf@redhat.com>
11924
11925 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11926 stabstring on initial malloc. Reallocing will copy it for us,
11927 if necessary.
11928
11929 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11930
11931 * Makefile.in (hpread_h): Delete.
11932 (HFILES_NO_SRCDIR): Remove hpread.h.
11933 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11934 (hpread.o): Update dependencies.
11935 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11936
11937 * hp-psymtab-read.c: Remove file.
11938 * hp-symtab-read.c: Remove file.
11939 * hpread.h: Remove file.
11940
11941 * hpread.c: Merge all contents of hp-psymtab-read.c,
11942 hp-symtab-read.c and hpread.h into this file, as it was prior to
11943 January 1999.
11944
11945 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11946 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11947 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11948 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11949
11950 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11951
11952 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11953 fill_gregset): Call gdbarch_tdep() just once, assign result to
11954 variable and use that, instead of calling the function several
11955 times.
11956
11957 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11958
11959 * configure.host: Accept sparcv9 as alias for sparc64.
11960 * configure.tgt: Likewise.
11961
11962 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11963
11964 * solib-aix5.c (build_so_list_from_mapfile)
11965 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11966 arguments is not reversed.
11967 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11968 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11969
11970 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11971
11972 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11973 modified version of obsolete sh_fetch_pseudo_register.
11974 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11975 (sh4_register_read): New function.
11976 (sh_pseudo_register_write): New function. Renamed and modified
11977 version of obsolete sh_store_pseudo_register.
11978 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11979 (sh4_register_write): New function.
11980 (sh_gdbarch_init): Remove setting of gdbarch function
11981 fetch_pseudo_register and store_pseudo_register. Remove setting of
11982 register_convert_to_raw, register_convert_to_virtual,
11983 register_convertible.
11984 (sh_sh4_register_convertible): Delete. No longer needed. All is
11985 taken care by architecture specific functions
11986 register_read/register_write.
11987 (sh_sh4_register_convert_to_virtual): Make static.
11988 (sh_sh4_register_convert_to_raw): Ditto.
11989
11990 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11991
11992 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11993 (floatformat_is_nan, floatformat_mantissa): Ditto.
11994
11995 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11996 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11997 builtin_type_ieee_double_little,
11998 builtin_type_ieee_double_littlebyte_bigword,
11999 builtin_type_m68881_ext, builtin_type_i960_ext,
12000 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12001 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12002 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12003 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12004
12005 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12006
12007 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12008 parameter. Set frameless flag if it exists and depended of
12009 whether the scanned function is frameless or not.
12010 (xstormy16_skip_prologue): If function is frameless, return
12011 result of xstormy16_scan_prologue().
12012 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12013 call.
12014
12015 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12016
12017 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12018 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12019 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12020 sh_sh4_register_byte, sh_sh4_register_raw_size,
12021 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12022 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12023 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12024 sh_store_pseudo_register, sh_do_pseudo_register): Call
12025 gdbarch_tdep() just once, assign result to variable and use that,
12026 instead of calling the function several times.
12027
12028 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12029
12030 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12031 macros instead of LAST_FPU_CTRL_REGNUM.
12032 (store_register): Likewise.
12033
12034 2002-01-21 Jim Blandy <jimb@redhat.com>
12035
12036 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12037 is up-to-date before running the program, not just when a program
12038 exits.
12039
12040 2002-01-21 Fred Fish <fnf@redhat.com>
12041
12042 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12043 when we have found all instructions we are looking for.
12044
12045 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12046
12047 * arm-tdep.c (arm_register_name): New function.
12048 (arm_registers_names): Make static.
12049 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12050 (arm_register_name): Declare.
12051 (REGISTER_NAME): Use it.
12052
12053 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12054 Kevin Buettner <kevinb@redhat.com>
12055
12056 Convert arm targets to new FRAME interface.
12057 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12058 (arm_frame_find_save_regs): Delete.
12059 (arm_frame_init_saved_regs): New.
12060 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12061 Allocate extra_info as required. Convert all uses of fsr.regs
12062 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12063 to use extra_info.
12064 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12065 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12066 (check_prologue_cache, save_prologue_cache): Likewise.
12067 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12068 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12069 (FRAME_FIND_SAVED_REGS): Delete.
12070 (arm_frame_find_saved_regs): Delete prototype.
12071 (arm_frame_init_saved_regs): New prototype.
12072 (FRAME_INIT_SAVED_REGS): Define.
12073
12074 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12075
12076 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12077
12078 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12079
12080 From Jeff Law <law@redhat.com>:
12081 * infttrace.c: Include <sys/pstat.h>.
12082 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12083 exec file if the ttrace equivalent fails.
12084
12085 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12086
12087 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12088 (closeLogFile): Ditto.
12089
12090 2002-01-20 Michael Chastain <mec@shout.net>
12091
12092 * top.c (print_gdb_version): Bump copyright year to 2002.
12093
12094 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12095
12096 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12097 Zannoni and Eli Zaretskii.
12098
12099 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12100
12101 * buildsym.c: Update copyright years.
12102 * c-typeprint.c: Likewise.
12103 * dwarf2read.c: Likewise.
12104 * f-typeprint.c: Likewise.
12105 * gdbtypes.c: Likewise.
12106 * gdbtypes.h: Likewise.
12107 * hp-symtab-read.c: Likewise.
12108 * hpread.c: Likewise.
12109 * mdebugread.c: Likewise.
12110 * p-typeprint.c: Likewise.
12111
12112 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12113
12114 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12115 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12116 byte-order selectable.
12117 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12118 * arch-utils.c: Ditto.
12119 (set_endian): Ditto.
12120 (set_endian_from_file): Ditto.
12121 * gdbserver/low-sim.c (create_inferior): Ditto.
12122 * gdbarch.sh: Ditto.
12123 * gdbarch.h: Re-generate.
12124 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12125 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12126 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12127 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12128 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12129 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12130 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12131 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12132 macro definition.
12133 * config/mips/tm-wince.h: Remove #undef of macro
12134 TARGET_BYTE_ORDER_SELECTABLE.
12135 * config/sh/tm-wince.h: Ditto.
12136
12137 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12138
12139 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12140 member function fields. Add accessor macro
12141 TYPE_FN_FIELD_ARTIFICIAL.
12142 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12143 * c-typeprint.c (c_type_print_base): Skip artificial member
12144 functions.
12145
12146 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12147
12148 * f-typeprint.c: Delete unused function f_type_print_args.
12149 * p-typeprint.c: Delete unused function pascal_type_print_args.
12150
12151 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12152
12153 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12154 comment. Add ``artificial'' to ``union field_location''.
12155
12156 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12157
12158 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12159 * mdebugread.c (parse_symbol): Likewise.
12160 * stabsread.c (define_symbol): Likewise.
12161 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12162 initializing TYPE_FIELD_BITPOS to n (obsolete).
12163 (hpread_doc_function_type): Likewise.
12164 * hpread.c (hpread_function_type): Likewise.
12165
12166 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12167
12168 * configure.in (host_makefile_frag): Only require a host makefile
12169 fragment when a native build.
12170 * configure: Re-generate.
12171
12172 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12173
12174 * doublest.h (floatformat_from_type): Declare.
12175 * doublest.c (floatformat_from_type): New function.
12176 (convert_typed_floating): Use.
12177
12178 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12179 call to function floatformat_from_type.
12180
12181 * gdbarch.sh (IEEE_FLOAT): Delete.
12182 * gdbarch.h, gdbarch.c: Re-generate.
12183 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12184 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12185 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12186 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12187 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12188 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12189 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12190 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12191 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12192 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12193 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12194 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12195
12196 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12197 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12198 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12199 * sh-tdep.c (sh_gdbarch_init): Ditto.
12200 * mips-tdep.c (mips_gdbarch_init): Ditto.
12201 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12202 * cris-tdep.c (cris_gdbarch_init): Ditto.
12203
12204 2002-01-20 Jiri Smid <smid@suse.cz>
12205
12206 * configure.host, configure.tgt: Support x86-64.
12207 * NEWS: Note new target x86-64.
12208
12209 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12210 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12211 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12212 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12213 x86-64-linux-nat.o): Fix dependencies.
12214
12215 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12216
12217 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12218 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12219 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12220 * config/sparc/xm-sun4os4.h: Delete file.
12221 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12222
12223 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12224
12225 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12226 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12227 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12228 * config/i386/i386lynx.mh (XM_FILE): Delete.
12229 * config/rs6000/xm-rs6000ly.h: Delete file.
12230 * config/sparc/xm-sparclynx.h: Delete file.
12231 * config/m68k/xm-m68klynx.h: Delete file.
12232 * config/i386/xm-i386lynx.h: Delete file.
12233 * config/xm-lynx.h: Delete file.
12234 * config/djgpp/fnchange.lst: Update.
12235
12236 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12237
12238 * alpha-tdep.c (alpha_register_byte): New function.
12239 (alpha_register_raw_size): Ditto.
12240 (alpha_register_virtual_size): Ditto.
12241 (alpha_skip_prologue_internal): Renamed from
12242 alpha_skip_prologue.
12243 (alpha_skip_prologue): New version that calls
12244 alpha_skip_prologue_internal.
12245 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12246 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12247 second argument from alpha_skip_prologue.
12248 (REGISTER_BYTE): Use alpha_register_byte.
12249 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12250 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12251 (FRAMELESS_FUNCTION_INVOCATION): Use
12252 generic_frameless_function_invocation_not.
12253 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12254 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12255
12256 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12257
12258 * config/mips/xm-news-mips.h: Delete file.
12259 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12260
12261 * config/m88k/xm-m88k.h: Delete file.
12262 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12263 * config/m88k/xm-delta88v4.h: Ditto.
12264 * config/m88k/xm-delta88.h: Ditto.
12265
12266 * config/alpha/xm-fbsd.h: Delete file.
12267 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12268
12269 * config/sparc/xm-sparc.h: Delete file.
12270 * Makefile.in (xm-sun4os4.h): Delete dependency.
12271 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12272 * config/sparc/xm-sun4os4.h: Ditto.
12273 * config/sparc/xm-linux.h: Ditto.
12274
12275 * config/i386/xm-windows.h: Delete file.
12276
12277 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12278
12279 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12280 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12281
12282 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12283
12284 * alpha-tdep.c (alpha_call_dummy_words): New.
12285 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12286 (CALL_DUMMY_P): Define.
12287 (CALL_DUMMY_WORDS): Define.
12288 (SIZEOF_CALL_DUMMY_WORDS): Define.
12289
12290 2002-01-19 Per Bothner <per@bothner.com>
12291
12292 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12293 isn't NULL, which can happen with some gcj-3.x-produced code.
12294
12295 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12296
12297 * alpha-tdep.c (alpha_register_virtual_type): New function.
12298 (alpha_init_frame_pc_first): Ditto.
12299 (alpha_fix_call_dummy): Ditto.
12300 (alpha_store_struct_return): Ditto.
12301 (alpha_extract_struct_value_address): Ditto.
12302 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12303 alpha_register_virtual_type.
12304 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12305 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12306 alpha_extract_struct_value_address.
12307 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12308 (INIT_FRAME_PC): Use init_frame_pc_noop.
12309 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12310
12311 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12312
12313 * i386gnu-nat.c: Include "i386-tdep.h".
12314 (fetch_fpregs): Simplify code dealing with uninitialized floating
12315 point states such that it doesn't require FP7_REGNUM.
12316
12317 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12318
12319 * alpha-tdep.c (frame_extra_info): New.
12320 (alpha_find_saved_regs): Make static. Use
12321 frame->extra_info.
12322 (alpha_frame_init_saved_regs): New function.
12323 (alpha_frame_saved_pc): Use frame->extra_info.
12324 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12325 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12326 (init_extra_frame_info): Rename to...
12327 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12328 (alpha_print_extra_frame_info): New function.
12329 (alpha_frame_locals_address): Ditto.
12330 (alpha_frame_args_address): Ditto.
12331 (alpha_pop_frame): Use frame->extra_info.
12332 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12333 alpha_frame_args_address.
12334 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12335 (alpha_find_saved_regs): Remove prototype.
12336 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12337 (EXTRA_FRAME_INFO): Remove.
12338 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12339 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12340
12341 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12342
12343 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12344 (alpha_cannot_fetch_register): Ditto.
12345 (alpha_cannot_store_register): Ditto.
12346 (alpha_register_convertible): Ditto.
12347 (alpha_use_struct_convention): Ditto.
12348 * config/alpha/tm-alpha.h: Update copyright years.
12349 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12350 (INNER_THAN): Use core_addr_lessthan.
12351 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12352 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12353 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12354 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12355 (FRAME_CHAIN): Remove unnecessary cast.
12356
12357 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12358
12359 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12360 obsolete.
12361
12362 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12363
12364 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12365 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12366 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12367 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12368 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12369 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12370 * x86-64-linux-nat.c: Ditto.
12371
12372 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12373
12374 * alpha-tdep.c (alpha_register_name): New function.
12375 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12376 (REGISTER_NAME): Define.
12377
12378 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12379
12380 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12381
12382 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12383
12384 * alpha-tdep.c: Update copyright years.
12385 (alpha_next_pc): New function.
12386 (alpha_software_single_step): Ditto.
12387 * config/alpha/tm-alpha.h: Add prototype for
12388 alpha_software_single_step.
12389
12390 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12391
12392 * alphabsd-nat.c: Update copyright years.
12393 (fill_gregset): Use regcache_collect.
12394 (fill_fpregset): Likewise.
12395 (fetch_inferior_registers): Only fetch integer registers
12396 if requested to do so.
12397 (store_inferior_registers): Only store integer registers
12398 if requested to do so.
12399
12400 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12401
12402 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12403 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12404 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12405 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12406 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12407 * config/arm/linux.mh (XDEPFILES): Delete.
12408 * config/arm/nbsd.mh (XDEPFILES): Delete.
12409 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12410 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12411 * config/i386/i386m3.mh (XDEPFILES): Delete.
12412 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12413 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12414 * config/i386/fbsd.mh (XDEPFILES): Delete.
12415 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12416 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12417 * config/i386/i386v4.mh (XDEPFILES): Delete.
12418 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12419 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12420 * config/i386/i386aix.mh (XDEPFILES): Delete.
12421 * config/i386/go32.mh (XDEPFILES): Delete.
12422 * config/i386/cygwin.mh (XDEPFILES): Delete.
12423 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12424 * config/i386/i386mach.mh (XDEPFILES): Delete.
12425 * config/i386/i386v32.mh (XDEPFILES): Delete.
12426 * config/i386/linux.mh (XDEPFILES): Delete.
12427 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12428 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12429 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12430 * config/i386/i386sco.mh (XDEPFILES): Delete.
12431 * config/i386/i386v.mh (XDEPFILES): Delete.
12432 * config/i386/nbsd.mh (XDEPFILES): Delete.
12433 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12434 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12435 * config/i386/symmetry.mh (XDEPFILES): Delete.
12436 * config/i386/obsd.mh (XDEPFILES): Delete.
12437 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12438 * config/ia64/linux.mh (XDEPFILES): Delete.
12439 * config/ia64/aix.mh (XDEPFILES): Delete.
12440 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12441 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12442 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12443 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12444 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12445 * config/m68k/linux.mh (XDEPFILES): Delete.
12446 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12447 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12448 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12449 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12450 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12451 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12452 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12453 * config/m88k/delta88.mh (XDEPFILES): Delete.
12454 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12455 * config/m88k/m88k.mh (XDEPFILES): Delete.
12456 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12457 * config/mips/linux.mh (XDEPFILES): Delete.
12458 * config/mips/irix6.mh (XDEPFILES): Delete.
12459 * config/mips/irix5.mh (XDEPFILES): Delete.
12460 * config/mips/irix4.mh (XDEPFILES): Delete.
12461 * config/mips/irix3.mh (XDEPFILES): Delete.
12462 * config/mips/decstation.mh (XDEPFILES): Delete.
12463 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12464 (NATDEPFILES): Move core-aout.o to here.
12465 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12466 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12467 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12468 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12469 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12470 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12471 * config/pa/hpux11.mh (XDEPFILES): Delete.
12472 * config/powerpc/aix.mh (XDEPFILES): Delete.
12473 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12474 * config/powerpc/linux.mh (XDEPFILES): Delete.
12475 * config/romp/rtbsd.mh: Rename XDEPFILES.
12476 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12477 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12478 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12479 * config/s390/s390.mh (XDEPFILES): Delete.
12480 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12481 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12482 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12483 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12484 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12485 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12486 * config/sparc/linux.mh (XDEPFILES): Delete.
12487 * config/vax/vaxult.mh (XDEPFILES): Delete.
12488 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12489 * Makefile.in (DEPFILES): Remove XDEPFILES.
12490
12491 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12492
12493 * utils.c (internal_verror): Fix comments, default is yes not no.
12494 Update queries to match. Default to quit and dump core.
12495
12496 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12497
12498 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12499 copyright.
12500 * defs.h, event-top.c, gdbcmd.h: Ditto.
12501 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12502 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12503 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12504 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12505 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12506 * mi/mi-main.c:Ditto.
12507
12508 * stack.c, symfile.c: Update copyright.
12509
12510 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12511
12512 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12513 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12514 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12515 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12516
12517 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12518
12519 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12520 * gdbserver/low-lynx.c (myattach): Likewise.
12521 * gdbserver/low-nbsd.c (myattach): Likewise.
12522 * gdbserver/low-sim.c (myattach): Likewise.
12523 * gdbserver/low-sparc.c (myattach): Likewise.
12524 * gdbserver/low-sun3.c (myattach): Likewise.
12525
12526 * gdbserver/low-linux.c (myattach): New function.
12527
12528 * gdbserver/server.c (attach_inferior): New function.
12529 (main): Handle "--attach".
12530
12531 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12532
12533 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12534 maintainer.
12535
12536 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12537
12538 * c-typeprint.c (is_type_conversion_operator): Add additional
12539 check for non-conversion operators.
12540
12541 2002-01-15 Michael Snyder <msnyder@redhat.com>
12542
12543 * linux-proc.c: Add "info proc" command, a la procfs.c.
12544 (read_mapping): New function, abstract and re-use code.
12545 (linux_find_memory_regions): Use new func read_mapping.
12546 (linux_info_proc_cmd): New function, implement "info proc".
12547 (_initialize_linux_proc): Add new command "info proc".
12548
12549 2002-01-15 Michael Snyder <msnyder@redhat.com>
12550
12551 * symfile.c (generic_load): Use bfd_map_over_sections method
12552 instead of manipulating bfd structure members directly.
12553 (add_section_size_callback): New function, bfd sections callback
12554 used by generic_load.
12555 (load_sections_callback): New function, bfd sections callback
12556 used by generic_load.
12557
12558 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12559
12560 [Based on work by Jim Blandy]
12561 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12562 (builtin_type_vec128): Export.
12563 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12564 types.
12565 (builtin_type_vec128): New builtin type for 128 bit vector
12566 registers.
12567 (build_gdbtypes): Initialize builtin_type_v16qi and
12568 builtin_type_v8hi. Create the vec128 register builtin type
12569 structure.
12570 (build_builtin_type_vec128): New function.
12571 (_initialize_gdbtypes): Register builtin_type_v16qi and
12572 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12573 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12574 AltiVec register to new builtin type.
12575
12576 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12577
12578 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12579 to make_cv_type.
12580
12581 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12582
12583 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12584 CLEAN_UP_REGISTER_VALUE.
12585 * regcache.c (supply_register): Update only call.
12586
12587 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12588
12589 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12590 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12591 a29k-*-vxworks* targets as obsolete.
12592
12593 2002-01-14 Michael Snyder <msnyder@redhat.com>
12594
12595 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12596 until we can resolve portability issues.
12597 * gregset.h: Remove references to fpxregs.
12598 * gcore.c (gcore_command): Initialize note_sec to NULL.
12599
12600 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12601
12602 * signals.c (target_signal_to_name): Rewrite. Only use
12603 signals[].name when in bounds and non-NULL.
12604
12605 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12606
12607 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12608 * signals.c (target_signal_to_name): Verify that SIG is within the
12609 bounds of the signals array.
12610
12611 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12612
12613 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12614
12615 2002-01-13 Keith Seitz <keiths@redhat.com>
12616
12617 * stack.c (print_frame_info_base): Print the frame's pc
12618 only if when print_frame_info_listing_hook is not defined.
12619
12620 2002-01-13 Keith Seitz <keiths@redhat.com>
12621
12622 * varobj.c (varobj_set_value): Make sure that there were no
12623 errors evaluating the object before attempting to set its
12624 value.
12625 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12626 so this offset adjustment is no longer necessary.
12627 (create_child): Don't set the error flag if the child is
12628 a CPLUS_FAKE_CHILD.
12629 (value_of_child): If value_fetch_lazy fails, return NULL
12630 so that callers will be notified that an error occurred.
12631 (c_value_of_variable): Delay check of variable's validity
12632 until later. We actually want all structs and unions to have
12633 the value "{...}".
12634 Do not return "???" for variables which could not be evaluated.
12635 This error condition must be returned to the caller so that it
12636 can get the error condition from gdb.
12637 (cplus_name_of_child): Adjust index for vptr before figuring
12638 out the name of the child.
12639 (cplus_value_of_child): If a child's (real) parent is not valid,
12640 don't even bother trying to give a value for it. Just return
12641 an error. Change all instances in this function.
12642 (cplus_type_of_child): If our parent is one of the "fake"
12643 parents, we need to get at the type of the real parent, and
12644 derive the child's true type using this information.
12645
12646 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12647
12648 From 2002-01-09 John Marshall <johnm@falch.net>:
12649 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12650 sources.redhat.com, and tweak some related URLs which had
12651 suffered from linkrot.
12652
12653 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12654
12655 From Jeff law:
12656 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12657 structures passed in registers.
12658
12659 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12660
12661 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12662 white space which prevented compilation. Reported by DSK
12663 <dsk@student.unsw.edu.au>.
12664
12665 2002-01-11 Michael Snyder <msnyder@redhat.com>
12666
12667 * symfile.c (build_section_addr_info_from_section_tab):
12668 Use bfd access method instead of manipulating bfd directly.
12669 (syms_from_objfile): Ditto.
12670 (simple_overlay_update_1): Ditto.
12671 (simple_overlay_update): Ditto.
12672 (generic_load): Ditto.
12673 (overlay_unmapped_address): FIXME comment, bfd access methods.
12674 (sections_overlap): FIXME comment, bfd access methods.
12675 (pc_in_mapped_range): FIXME comment, bfd access methods.
12676 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12677 (section_is_mapped): FIXME comment, bfd access methods.
12678 (section_is_overlay): FIXME comment, bfd access methods.
12679
12680 * symfile.c (generic_load): Whitespace and long line cleanups.
12681 Remove duplicate variable, change several local variables to
12682 more appropriate data types.
12683 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12684
12685 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12686
12687 From Peter Schauer:
12688 * language.c (longest_local_hex_string_custom): Use phex_nz to
12689 convert NUM to a hex string.
12690
12691 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12692
12693 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12694 the function.
12695 Update Copyright year.
12696
12697 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12698
12699 * language.c (longest_raw_hex_string): Delete unused function.
12700
12701 2002-01-11 Petr Sorfa <petrs@caldera.com>
12702
12703 * MAINTAINERS (write-after-approval): Add myself.
12704 * dwarf2read.c (read_tag_string_type): Handling of
12705 DW_AT_byte_size.
12706 (read_tag_string_type): FORTRAN fix to prevent propagation of
12707 first string size.
12708 (set_cu_language): Handling of DW_LANG_Fortran95
12709
12710 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12711
12712 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12713 GETPID(inferior_ptid).
12714 (store_inferior_registers): Likewise.
12715
12716 2002-01-10 Jason Merrill <jason@redhat.com>
12717
12718 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12719 Fix DW_OP_minus.
12720
12721 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12722
12723 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12724 and bfd/elf32-sh-nbsd.c.
12725
12726 2002-01-10 Michael Snyder <msnyder@redhat.com>
12727
12728 * NEWS: Mention --pid and corefile/proc-id behavior change.
12729
12730 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12731 * gcore.c: Include cli/cli-decode.h instead of command.h.
12732
12733 * main.c (captured_main): Add new command line option "--pid".
12734 If the second command line argument (following the symbol-file)
12735 begins with a digit, try to attach to it before trying to open
12736 it as a corefile.
12737 (print_gdb_help): Document the "--pid" argument.
12738
12739 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12740
12741 * completer.c (command_completer): New function.
12742
12743 * completer.h <command_completer>: Add prototype.
12744
12745 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12746 completer for the "help" command.
12747
12748 2002-01-09 Jason Merrill <jason@redhat.com>
12749
12750 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12751
12752 2002-01-09 Michael Snyder <msnyder@redhat.com>
12753
12754 * i386-linux-nat.c (fill_fpxregset): Make global.
12755 (store_fpxregset): Ditto.
12756
12757 * gregset.h (gdb_fpxregset_t): Define.
12758 (supply_fpxregset): Prototype.
12759 (fill_fpxregset): Prototype.
12760
12761 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12762
12763 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12764
12765 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12766 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12767 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12768
12769 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12770
12771 * MAINTAINERS: Update target maintainer rules so that any
12772 Maintainer can approve a tested patch for a maintenance-only
12773 target.
12774
12775 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12776
12777 * MAINTAINERS (write-after-approval): Add myself.
12778
12779 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12780 IN_SIGTRAMP.
12781
12782 2002-01-08 Michael Snyder <msnyder@redhat.com>
12783
12784 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12785 real name of the executable, rather than the /proc name.
12786
12787 2002-01-03 Michael Snyder <msnyder@redhat.com>
12788
12789 Implement a "generate-core-file" command in gdb, save target state.
12790 * gcore.c: New file. Implement new command 'generate-core-file'.
12791 Save a corefile image of the current state of the inferior.
12792 * linux-proc.c: Add linux-specific code for saving corefiles.
12793 * target.h (struct target_ops): Add new target vectors for saving
12794 corefiles; to_find_memory_regions and to_make_corefile_notes.
12795 (target_find_memory_regions): New macro.
12796 (target_make_corefile_notes): New macro.
12797 * target.c (update_current_target): Inherit new target methods.
12798 (dummy_find_memory_regions): New place-holder method.
12799 (dummy_make_corefile_notes): New place-holder method.
12800 (init_dummy_target): Initialize new dummy target vectors.
12801 * exec.c (exec_set_find_memory_regions): New function.
12802 Allow the exec_ops vector for memory regions to be taken over.
12803 (exec_make_note_section): New function, target vector method.
12804 * defs.h (exec_set_find_memory_regions): Export prototype.
12805 * procfs.c (proc_find_memory_regions): New function, corefile method.
12806 (procfs_make_note_section): New function, corefile method.
12807 (init_procfs_ops): Set new target vector pointers.
12808 (find_memory_regions_callback): New function.
12809 (procfs_do_thread_registers): New function.
12810 (procfs_corefile_thread_callback): New function.
12811 * sol-thread.c (sol_find_memory_regions): New function.
12812 (sol_make_note_section): New function.
12813 (init_sol_thread_ops): Initialize new target vectors.
12814 * inftarg.c (inftarg_set_find_memory_regions): New function.
12815 Allow to_find_memory_regions vector to be taken over.
12816 (inftarg_set_make_corefile_notes): New function.
12817 Allow to_make_corefile_notes vector to be taken over.
12818 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12819 interface layer if not target_has_execution (may be a corefile).
12820 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12821 * config/sparc/sun4sol2.mh: Ditto.
12822 * config/alpha/alpha-linux.mh: Ditto.
12823 * config/arm/linux.mh: Ditto.
12824 * config/i386/x86-64linux.mh: Ditto.
12825 * config/ia64/linux.mh: Ditto.
12826 * config/m68k/linux.mh: Ditto.
12827 * config/mips/linux.mh: Ditto.
12828 * config/powerpc/linux.mh: Ditto.
12829 * config/sparc/linux.mh: Ditto.
12830
12831 2002-01-07 Michael Snyder <msnyder@redhat.com>
12832
12833 * arm-linux-nat.c: Remove references to regcache.c internal data
12834 (registers[] and register_valid[]).
12835
12836 2002-01-07 Michael Snyder <msnyder@redhat.com>
12837
12838 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12839 so that attaching to a pid will automatically read the process's
12840 symbol file and shlibs.
12841 * Makefile.in: Add rule for linux-proc.o.
12842 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12843 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12844 * config/arm/linux.mh: Ditto.
12845 * config/i386/linux.mh: Ditto.
12846 * config/i386/x86-64linux.mh: Ditto.
12847 * config/ia64/linux.mh: Ditto.
12848 * config/m68k/linux.mh: Ditto.
12849 * config/mips/linux.mh: Ditto.
12850 * config/powerpc/linux.mh: Ditto.
12851 * config/sparc/linux.mh: Ditto.
12852
12853 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12854
12855 * win32-nat.c: Add i386-tdep.h dependency.
12856
12857 2002-01-07 Michael Snyder <msnyder@redhat.com>
12858
12859 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12860 instead of bfd_get_arch_size. Don't bail out just because
12861 there's no exec_bfd.
12862
12863 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12864 * p-valprint.c (pascal_object_print_value): Ditto.
12865 * somread.c (som_symtab_read): Ditto.
12866 * symfile.c (simple_free_overlay_region_table): Ditto.
12867 * valops.c (value_assign): Ditto.
12868
12869 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12870 use tilde_expand and strerror for opening save-tracepoints file.
12871
12872 * thread-db.c (thread_db_new_objfile): Indendation fix.
12873
12874 * infptrace.c (GDB_MAX_ALLOCA): New define.
12875 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12876 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12877 can be overridden with whatever value is appropriate to the host).
12878 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12879 alloca to allocate potentially large buffer.
12880 * rs6000-nat.c (child_xfer_memory): Ditto.
12881 * symm-nat.c (child_xfer_memory): Ditto.
12882 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12883
12884 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12885
12886 From Nick Clifton <nickc@redhat.com>
12887 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12888
12889 2002-01-07 Michael Snyder <msnyder@redhat.com>
12890
12891 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12892 Don't use exec_bfd if it's NULL.
12893
12894 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12895
12896 * valops.c (value_arg_coerce): Fix formatting.
12897
12898 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12899
12900 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12901 * gnu-nat.c: Ditto.
12902
12903 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12904
12905 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12906 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12907 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12908 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12909 z8k-coff have not been multi-arched. Update z8k-coff build
12910 status.
12911
12912 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12913
12914 * MAINTAINERS: Mark a29k target as obsolete.
12915 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12916 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12917 comments.
12918 * NEWS: Note that a29k targets are obsolete.
12919 * a29k-tdep.c: Mark as obsolete.
12920 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12921 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12922 a29k-*-vxworks* targets as obsolete.
12923 * remote-adapt.c: Obsolete.
12924 * remote-eb.c: Obsolete.
12925 * remote-mm.c: Obsolete.
12926 * remote-udi.c: Obsolete.
12927 * config/a29k/a29k-udi.mt: Obsolete.
12928 * config/a29k/a29k.mt: Obsolete.
12929 * config/a29k/tm-a29k.h: Obsolete.
12930 * config/a29k/tm-vx29k.h: Obsolete.
12931 * config/a29k/vx29k.mt: Obsolete.
12932
12933 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12934
12935 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12936 with BFD_ENDIAN_BIG.
12937
12938 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12939
12940 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12941 * configure, config.in: Re-generate.
12942 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12943 * defs.h: Do not include <endian.h>.
12944
12945 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12946
12947 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12948 * config.in: Regenerate.
12949 * configure.in: Update copyright years.
12950 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12951 * configure: Regenerate.
12952 * i386bsd-nat.c: Update copyright years.
12953 (fill_gregset): Use regcache_collect.
12954 (fetch_inferior_registers): Only fetch integer registers
12955 if requested to do so. Add support for XMM registers
12956 using PT_GETXMMREGS.
12957 (store_inferior_registers): Only store integer registers
12958 if requested to do so. Add support for XMM registers
12959 using PT_SETXMMREGS.
12960 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12961 (store_inferior_registers): Remove.
12962 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12963 (fetch_elfcore_registers): New function.
12964 (i386nbsd_elfcore_fns): New.
12965 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12966 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12967 i386bsd-nat.o.
12968 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12969 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12970 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12971 * config/i386/tm-nbsd.h: Update copyright years.
12972 (HAVE_SSE_REGS): Define.
12973 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12974 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12975 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12976 (SIGCONTEXT_PC_OFFSET): Remove.
12977 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12978
12979 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12980
12981 * configure.tgt: Remove powerpc-*-macos* target.
12982 * config/m68k/xm-mpw.h: Delete file.
12983 * config/xm-mpw.h: Delete file.
12984 * ser-mac.c: Delete file.
12985 * mpw-make.sed: Delete file.
12986 * mpw-config.in: Delete file.
12987 * mac-xdep.c: Delete file.
12988 * mac-gdb.r: Delete file.
12989 * mac-defs.h: Delete file.
12990 * mac-nat.c: Delete file.
12991 * config/powerpc/macos.mh: Delete file.
12992 * config/powerpc/macos.mt: Delete file.
12993 * config/powerpc/nm-macos.h: Delete file.
12994 * config/powerpc/tm-macos.h: Delete file.
12995 * source.c (openp, open_source_file): Remove obsolete code.
12996 * top.c (gdb_readline): Ditto.
12997 * utils.c (query): Ditto.
12998 * event-top.c (display_gdb_prompt): Ditto.
12999 * Makefile.in (ser-mac.o): Delete obsolete target.
13000 * NEWS: Update.
13001
13002 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13003
13004 * defs.h (BIG_ENDIAN): Delete macro definition.
13005 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13006 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13007 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13008 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13009 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13010 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13011 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13012 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13013 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13014 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13015 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13016 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13017 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13018 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13019 * gdbarch.c: Re-generate.
13020
13021 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13022
13023 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13024 for core files.
13025
13026 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13027
13028 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13029
13030 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13031
13032 * value.h (value_ptr): Delete typedef.
13033
13034 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13035
13036 * i386nbsd-nat.c: Update copyright years.
13037 Include i386-tdep.h.
13038
13039 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13040
13041 * stabsread.c: Update copyright years.
13042
13043 From Debashis Mahata <debashis.mahata@wipro.com>:
13044 (read_struct_fields): Deal with Sun C compiler erroneous stab
13045 output for structs and unions.
13046 Fix PR gdb/269.
13047
13048 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13049
13050 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13051 prototype.
13052
13053 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13054
13055 * cp-abi.c: Fix whitespace.
13056 (baseclass_offset): New wrapper function.
13057 * cp-abi.h (baseclass_offset): Add prototype.
13058 (struct cp_abi_ops): Add baseclass_offset pointer.
13059
13060 * valops.c (vb_match): Move to...
13061 * gnu-v2-abi.c (vb_match): here.
13062 * valops.c (baseclass_offset): Move to...
13063 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13064
13065 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13066
13067 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13068 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13069 * hpacc-abi.c (init_hpacc_ops): Likewise.
13070
13071 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13072
13073 * valops.c (find_overload_match): Accept obj as a
13074 reference parameter. Update it before returning.
13075 * value.h (find_overload_match): Update prototype.
13076 * eval.c (evaluate_subexp_standard): Pass object to
13077 find_overload_match by reference.
13078
13079 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13080
13081 * valarith.c: Replace value_ptr with struct value pointer. Remove
13082 register attribute from value declarations.
13083 * valops.c: Ditto.
13084 * value.h: Ditto.
13085 * scm-lang.c (scm_lookup_name): Ditto.
13086
13087 2002-01-03 Michael Snyder <msnyder@redhat.com>
13088
13089 Abstract the functionality of iterating over mapped memory
13090 regions into a general purpose iterator function.
13091 * procfs.c (iterate_over_mappings): New function, general purpose
13092 iterator for memory sections.
13093 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13094 (solib_mappings_callback): New function, callback for above.
13095 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13096 (info_mappings_callback): New function, callback for above.
13097
13098 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13099
13100 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13101
13102 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13103 * i386-tdep.c: Include "elf-bfd.h".
13104 (process_note_abi_tag_sections): New function.
13105 (i386_gdbarch_init): Add code to recognize various OS/ABI
13106 combinations.
13107
13108 * maint.c (_initialize_maint_cmds): Add missing \ in
13109 string-literal.
13110
13111 For older changes see ChangeLog-2001
13112 \f
13113 Local Variables:
13114 mode: change-log
13115 left-margin: 8
13116 fill-column: 74
13117 version-control: never
13118 End:
This page took 0.487735 seconds and 5 git commands to generate.