2002-11-16 Klee Dienes <kdienes@apple.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-15 Andrew Cagney <cagney@redhat.com>
2
3 * frame.c (generic_unwind_get_saved_register): Make static.
4 * frame.h (generic_unwind_get_saved_register): Delete declaration.
5 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
6 defaults to generic_unwind_get_saved_register.
7 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9 * frv-tdep.c (frv_gdbarch_init): Ditto.
10 * i386-tdep.c (i386_gdbarch_init): Ditto.
11 * s390-tdep.c (s390_gdbarch_init): Ditto.
12 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13 * v850-tdep.c (v850_gdbarch_init): Ditto.
14 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
15 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
16 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
17
18 2002-11-15 Andrew Cagney <cagney@redhat.com>
19
20 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
21 i386-tdep.c.
22
23 2002-11-15 Andrew Cagney <cagney@redhat.com>
24
25 * frame.h (sigtramp_saved_pc): Delete declaration.
26 * blockframe.c (sigtramp_saved_pc): Delete function.
27 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
28 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
29 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
30 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
31
32 2002-11-15 Andrew Cagney <ac131313@redhat.com>
33
34 * frame.c (frame_pc_unwind): New function.
35 (frame_saved_regs_pc_unwind): New function.
36 (frame_register_unwind): Pass unwind_cache instead of
37 register_unwind_cache.
38 (set_unwind_by_pc): Add unwind_pc parameter, set.
39 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
40 (get_prev_frame): Ditto.
41 * frame.h (frame_pc_unwind_ftype): Declare.
42 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
43 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
44 (frame_pc_unwind): Declare.
45 * dummy-frame.c (dummy_frame_pc_unwind): New function.
46 (struct dummy_frame): Add comment mentioning that values are for
47 previous frame.
48 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
49 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
50 (generic_file_frame_chain_valid): Ditto.
51 * stack.c (frame_info): Ditto.
52
53 2002-11-15 David Carlton <carlton@math.stanford.edu>
54
55 * linespec.c (locate_first_half): New function.
56 (decode_line_1): Move code into locate_first_half.
57
58 2002-11-15 Andrew Cagney <ac131313@redhat.com>
59
60 * complaints.h: Add comment explaining how to eliminate a
61 deprecated_complain call.
62 * complaints.h: Fix spelling errors.
63
64 2002-11-15 David Carlton <carlton@math.stanford.edu>
65
66 * printcmd.c: Remove #include "disasm.h".
67
68 2002-11-14 Andrew Cagney <ac131313@redhat.com>
69
70 * frame.h: Move the most relevant interface functions to the start
71 of the file.
72
73 2002-11-14 Andrew Cagney <ac131313@redhat.com>
74
75 * regcache.h (deprecated_registers): Rename registers.
76 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
77 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
78 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
79 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
80 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
81 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
82 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
83 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
84 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
85 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
86 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
87 * v850ice.c: Update.
88
89 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
90
91 * utils.c (gdb_realpath): Add comment mentioning realpath with a
92 NULL buffer.
93
94 2002-11-13 Andrew Cagney <cagney@redhat.com>
95
96 * regcache.h (deprecated_read_register_bytes): Rename
97 read_register_bytes.
98 (deprecated_write_register_bytes): Rename write_register_bytes.
99 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
100 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
101 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
102 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
103 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
104 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
105 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
106 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
107 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
108 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
109 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
110 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
111 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
112 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
113
114 2002-11-13 Jim Blandy <jimb@redhat.com>
115
116 * findvar.c (read_var_value): Doc fix.
117
118 2002-11-13 Andrew Cagney <cagney@redhat.com>
119
120 * regcache.c (struct regcache): Replace passthough_p with
121 readonly_p.
122 (regcache_xmalloc): Initialize readonly_p.
123 (build_regcache): Initialize readonly_p.
124 (regcache_save): New function.
125 (regcache_restore): New function.
126 (regcache_cpy): Re-implement using regcache_save and
127 regcache_restore.
128 (regcache_raw_read): Update.
129 (regcache_cooked_read): When a read-only cache, checked for cached
130 pseudo register values.
131 (regcache_raw_write): Assert that the cache is not read-only.
132 Remove code handling a non-passthrough cache.
133 * regcache.h (regcache_save): Declare.
134 (regcache_restore): Declare.
135
136 2002-11-13 Andrew Cagney <cagney@redhat.com>
137
138 * regcache.c (struct regcache_descr): Add fields
139 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
140 (init_legacy_regcache_descr): Compute the size of a cooked
141 register cache and then assign that to sizeof_raw_registers. Set
142 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
143 (init_legacy_regcache_descr): Ditto.
144
145 2002-11-13 Andrew Cagney <cagney@redhat.com>
146
147 * regcache.c (register_buffer): Move to near start of file, update
148 description.
149 (regcache_raw_read): Use.
150 (regcache_raw_write): Use.
151 (struct regcache): Rename raw_registers to registers and
152 raw_register_valid_p to register_valid_p.
153 (regcache_xmalloc): Update.
154 (regcache_xfree): Update.
155 (register_buffer): Update.
156 (regcache_cpy): Update.
157 (regcache_cpy_no_passthrough): Update.
158 (regcache_valid_p): Update.
159 (deprecated_grub_regcache_for_registers): Update.
160 (deprecated_grub_regcache_for_register_valid): Update.
161 (set_register_cached): Update.
162 (regcache_raw_write): Update.
163
164 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
165
166 * p-exp.y (name_not_typename): Use copy_name to
167 set current_type variable for fields of THIS.
168
169 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
170
171 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
172 * monitor.c (init_base_monitor_ops): Likewise.
173 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
174 * remote-array.c (init_array_ops): Likewise.
175 * remote-e7000.c (init_e7000_ops): Likewise.
176 * remote-es.c (init_es1800_ops): Likewise.
177 (init_es1800_child_ops): Likewise.
178 * remote-rdp.c (init_remote_rdp_ops): Likewise.
179 * remote-sim.c (init_gdbsim_ops): Likewise.
180 * remote-st.c (init_st2000_ops): Likewise.
181 * sol-thread.c (init_sol_core_ops): Likewise.
182 (init_sol_thread_ops): Likewise.
183 * v850ice.c (init_850ice_ops): Likewise.
184 * win32-nat.c (init_child_ops): Likewise.
185 * wince.c (init_child_ops): Likewise.
186
187 2002-11-12 Andrew Cagney <ac131313@redhat.com>
188
189 * utils.c (gdb_realpath): Make rp a constant pointer.
190
191 2002-11-12 Andrew Cagney <ac131313@redhat.com>
192
193 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
194 a constant buffer; cannonicalize_file_name(); realpath() with a
195 pathconf() defined buffer, xstrdup().
196
197 2002-11-12 Andrew Cagney <ac131313@redhat.com>
198
199 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
200 to hang2.C; hang3.c to hang3.C.
201
202 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
203
204 * findvar.c (read_var_value): Reenable TLS code.
205
206 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
207 Jim Blandy <jimb@redhat.com>
208
209 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
210 * target.c (update_current_target): Add
211 to_get_thread_local_address.
212 * target.h (to_get_thread_local_address): Export.
213 (target_get_thread_local_address): Define.
214 (target_get_thread_local_address_p): Define.
215 * thread-db.c: Include solib-svr4.h.
216 (td_thr_tls_get_addr_p): Define.
217 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
218 (thread_db_get_thread_local_address): New function.
219 (init_thread_db_ops): Initialize to_get_thread_local_address.
220 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
221 * configure: Regenerate.
222 * config.in: Regenerate.
223
224 2002-11-11 David Carlton <carlton@math.stanford.edu>
225
226 * linespec.c (set_flags): New function.
227 (decode_line_1): Move code into set_flags.
228
229 2002-11-11 David Carlton <carlton@math.stanford.edu>
230
231 * linespec.c (decode_line_1): Move chunks of code to separate
232 functions.
233 (initialize_defaults): New function.
234 (decode_indirect): New function.
235
236 2002-11-11 Andrew Cagney <ac131313@redhat.com>
237
238 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
239 instead of void_code_ptr.
240 (sigtramp_saved_pc): Ditto.
241
242 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
243 i386_fp_regnum_p.
244
245 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
246
247 * gdbtypes.h (struct main_type): Move artificial flag out of
248 loc. New member of ``struct field'' named static_kind. Reduce
249 overloaded meaning of bitsize.
250 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
251 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
252 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
253
254 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
255 new fields.
256 (template_to_fixed_record_type, template_to_static_fixed_type)
257 (to_record_with_fixed_variant_part): Likewise.
258 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
259 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
260 * dwarfread.c (struct_type, enum_type): Likewise.
261 * hpread.c (hpread_read_enum_type)
262 (hpread_read_function_type, hpread_read_doc_function_type)
263 (hpread_read_struct_type): Likewise.
264 * mdebugread.c (parse_symbol): Likewise.
265
266 2002-11-10 Andrew Cagney <ac131313@redhat.com>
267
268 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
269 * stack.c (print_frame_info_base): Update.
270 (print_frame_info_base, frame_info): Update.
271 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
272 (sparc_frame_saved_pc): Update.
273 * ada-lang.c (find_printable_frame): Update.
274 * breakpoint.c (deprecated_frame_in_dummy): Update.
275
276 2002-11-09 Mark Kettenis <kettenis@gnu.org>
277
278 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
279 defined.
280 (regmap): Extend to cover all registers.
281 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
282 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
283 definitions.
284 (fetch_register, sore_register): Simplify.
285 (old_fetch_inferior_registers, old_store_inferior_registers):
286 Remove functions.
287 (cannot_fetch_register, cannot_store_register): Change
288 implementation to use regmap array to decide which registers
289 cannot be fetched/stored. This removes $orig_eax from the
290 registers that cannot be fetched/stored.
291 (fetch_inferior_registers): Call fetch_register directly instead
292 of calling old_fetch_inferior_registers.
293 (store_inferior_registers): Call store_register directly instead
294 of calling old_store_inferior_registers.
295 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
296 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
297 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
298
299 2002-11-09 Klee Dienes <kdienes@apple.com>
300
301 * i387-tdep.c (i387_supply_register): When called with NULL as a
302 buffer, mark the register as not provided (to mirror the behavior
303 of supply_register).
304 (i387_supply_fxsave): Ditto.
305 (i387_supply_fsave): Ditto (inherits the behavior from
306 i387_supply_register).
307
308 2002-11-09 Klee Dienes <kdienes@apple.com>
309
310 * blockframe.c (sigtramp_saved_pc): Use
311 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
312 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
313 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
314
315 2002-11-09 Andrew Cagney <ac131313@redhat.com>
316
317 * frame.c (get_prev_frame): Test prev_p to identify a previously
318 unwound frame. Initialize prev_p.
319 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
320 comment.
321
322 2002-11-09 Andrew Cagney <ac131313@redhat.com>
323
324 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
325 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
326 more comments. Zap dead code.
327
328 2002-11-09 Mark Kettenis <kettenis@gnu.org>
329
330 * infcmd.c (print_vector_info, print_float_info): Move code that
331 checks whether the target has any registers and whether there is a
332 selected frame up, such that it is also used if a target provides
333 multi-arch definitions of these functions.
334
335 2002-11-08 Andrew Cagney <ac131313@redhat.com>
336
337 * Makefile.in (DESTDIR): Define.
338 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
339 prefix.
340
341 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
342 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
343
344 2002-11-08 Andrew Cagney <ac131313@redhat.com>
345
346 * i386-linux-tdep.c: Include "reggroups.h".
347 (i386_linux_register_reggroup_p): New function.
348 (i386_linux_init_abi): Set register_reggroup_p to
349 i386_linux_register_reggroup_p.
350 * i386-tdep.h (i386_register_reggroup_p): Declare.
351 * i386-tdep.c: Include "reggroups.h".
352 (i386_init_reggroups): New function.
353 (i386_add_reggroups): New function.
354 (i386_register_reggroup_p): New function.
355 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
356 (_initialize_i386_tdep): Call i386_init_reggroups.
357 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
358 specific reggroups.
359
360 2002-11-09 Mark Kettenis <kettenis@gnu.org>
361
362 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
363 request that's available in *BSD.
364
365 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
366
367 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
368 FDOFF_REGNUM.
369
370 2002-11-08 Andrew Cagney <ac131313@redhat.com>
371
372 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
373 * dummy-frame.c (find_dummy_frame): Rename
374 generic_find_dummy_frame, make static. Return the dummy frame
375 instead of the regcache.
376 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
377 (cached_find_dummy_frame): New function. Use find_dummy_frame.
378 (dummy_frame_register_unwind): Rename
379 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
380 * dummy-frame.h (dummy_frame_register_unwind): Rename
381 generic_call_dummy_register_unwind.
382
383 2002-11-08 Mark Kettenis <kettenis@gnu.org>
384
385 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
386 except the inclusion of "i386/tm-i386.h", to...
387 * config/i386/nm-i386v42mp.h: ...here.
388 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
389
390 2002-11-08 Andrew Cagney <ac131313@redhat.com>
391
392 * Makefile.in (frame.o): Update dependencies.
393 * blockframe.c (current_frame, frame_obstack_alloc)
394 (frame_saved_regs_zalloc, get_current_frame)
395 (set_current_frame, create_new_frame)
396 (set_unwind_by_pc, get_next_frame)
397 (flush_cached_frames, reinit_frame_cache)
398 (frame_saved_regs_register_unwind)
399 (deprecated_generic_get_saved_register)
400 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
401 (_initialize_blockframe): Move frame code from here...
402 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
403 "annotate.h" and "dummy-frame.h".
404 (_initialize_frame): New function.
405
406 2002-11-08 Jim Blandy <jimb@redhat.com>
407
408 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
409 when we finish a function a context.
410 * buildsym.h (outermost_context_p): New macro.
411 (Bug analyzed by David Edelsohn.)
412
413 2002-11-08 Andrew Cagney <ac131313@redhat.com>
414
415 * blockframe.c: Include "dummy-frame.h".
416 (struct dummy_frame, dummy_frame_stack)
417 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
418 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
419 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
420 (generic_save_call_dummy_addr, generic_pop_current_frame)
421 (generic_pop_dummy_frame, generic_fix_call_dummy)
422 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
423 dummy frame code from here...
424 * dummy-frame.c: ...to here. New file.
425 * dummy-frame.h: New file.
426 (generic_call_dummy_register_unwind): Declare.
427 (generic_find_dummy_frame): Declare.
428 * Makefile.in (SFILES): Add dummy-frame.c.
429 (dummy-frame.o): Specify dependencies.
430 (dummy_frame_h): Define.
431 (COMMON_OBS): Add dummy-frame.o.
432 (blockframe.o): Update dependencies.
433
434 2002-11-08 Jim Blandy <jimb@redhat.com>
435
436 * dwarf2read.c (read_func_scope): Restore local_symbols and
437 param_symbols after we finish the function context. (Based on a
438 patch from David Edelsohn.)
439
440 2002-11-08 David Carlton <carlton@math.stanford.edu>
441
442 * linespec.c (symbol_found): New function.
443 (minsym_found): New function.
444 (decode_line_1): Separate out some code into separate functions.
445
446 2002-11-08 Joel Brobecker <brobecker@gnat.com>
447
448 * i386-tdep.c (i386_frameless_signal_p): Make non static for
449 the benefit of the interix target.
450 * i386-tdep.h (i386_frameless_signal_p): Declare.
451
452 2002-11-08 Andrew Cagney <ac131313@redhat.com>
453
454 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
455 declaration that snuck in from change below.
456
457 2002-11-06 Andrew Cagney <cagney@redhat.com>
458
459 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
460 all callers.
461 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
462 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
463 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
464 (i386_mxcsr_regnum_p): new function. Use instead of
465 MXCSR_REGNUM_P.
466 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
467 (i386_sse_regnum_p): Declare.
468 (i386_mxcsr_regnum_p): Declare.
469 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
470 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
471 (IS_FP_REGNUM): Update definition.
472 (IS_FPU_CTRL_REGNUM): Update definition..
473 (IS_SSE_REGNUM): Update definition..
474 * i386v-nat.c (register_u_addr): Update.
475 * go32-nat.c (fetch_register): Update.
476 (store_register): Update.
477
478 2002-11-07 Joel Brobecker <brobecker@gnat.com>
479
480 Preparation work to convert the hppa targets to multiarch partial.
481
482 * hppa-tdep.c: Add new functions replacing macro bodies from
483 config/pa/tm-hppa.h. These function will be used to initialize
484 the gdbarch structure. Import some comments from tm-hppa.h,
485 and place them where appropriate, to avoid loosing them when
486 we cleanup this file.
487 (hppa_reg_struct_has_addr): New function.
488 (hppa_inner_than): New function.
489 (hppa_stack_align): New function.
490 (hppa_pc_requires_run_before_use): New function.
491 (hppa_instruction_nullified): New function.
492 (hppa_register_byte): New function.
493 (hppa_register_virtual_type): New function.
494 (hppa_store_struct_return): New function.
495 (hppa_cannot_store_register): New function.
496 (hppa_frame_args_address): New function.
497 (hppa_frame_locals_address): New function.
498 (hppa_smash_text_address): New function.
499 (hppa_coerce_float_to_double): New function. Requires the inclusion
500 of "language.h".
501
502 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
503
504 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
505 gdbarch-eligible macro to a call to the new associated function
506 created in hppa-tdep.c.
507 (INNER_THAN): Likewise.
508 (STACK_ALIGN): Likewise.
509 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
510 (INSTRUCTION_NULLIFIED): Likewise.
511 (REGISTER_BYTE): Likewise.
512 (REGISTER_VIRTUAL_TYPE): Likewise.
513 (STORE_STRUCT_RETURN): Likewise.
514 (CANNOT_STORE_REGISTER): Likewise.
515 (FRAME_ARGS_ADDRESS): Likewise.
516 (FRAME_LOCALS_ADDRESS): Likewise.
517 (SMASH_TEXT_ADDRESS): Likewise.
518 (COERCE_FLOAT_TO_DOUBLE): Likewise.
519 (ABOUT_TO_RETURN): Delete, as no longer used.
520
521 2002-11-07 Fernando Nasser <fnasser@redhat.com>
522
523 * printcmd.c (disassemble_command): Remove obsolete function.
524 (_initialize_printcmd): Do not create disassemble command here.
525 * cli/cli-cmds.c (disassemble_command): New function. Implements
526 disassemble command.
527 (init_cli_cmds): Create disassemble command here instead.
528
529 2002-11-07 Andrew Cagney <ac131313@redhat.com>
530
531 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
532
533 2002-11-07 Andrew Cagney <ac131313@redhat.com>
534
535 * regcache.h (regcache_cooked_read_using_offset_hack)
536 (regcache_cooked_write_using_offset_hack): Delete declarations.
537 (register_changed): Delete declaration.
538 * regcache.c (regcache_cooked_read_using_offset_hack)
539 (regcache_cooked_write_using_offset_hack): Delete functions.
540 (cooked_xfer_using_offset_hack): Delete function.
541 (register_changed): Delete function.
542
543 2002-11-07 Jim Blandy <jimb@redhat.com>
544
545 * macroscope.c: #include "complaints.h".
546 (sal_macro_scope): Cope with filenames that appear in the symtabs,
547 but not in the macro table.
548 * Makefile.in (macroscope.o): Record dependency.
549
550 2002-11-07 Joel Brobecker <brobecker@gnat.com>
551
552 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
553
554 2002-11-07 Andrew Cagney <ac131313@redhat.com>
555
556 * regcache.c (deprecated_registers_fetched): Update.
557 * regcache.h (deprecated_registers_fetched): Rename
558 registers_fetched.
559 * remote-vxsparc.c (vx_read_register): Update.
560 * remote-vxmips.c (vx_read_register): Update.
561 * remote-vx68.c (vx_read_register): Update.
562 * irix5-nat.c (fetch_core_registers): Update.
563 * mipsm3-nat.c (fetch_inferior_registers): Update.
564 * sun3-nat.c (fetch_inferior_registers): Update.
565 * symm-nat.c (fetch_inferior_registers): Update.
566 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
567 (fetch_core_registers): Update.
568 (fetch_kcore_registers): Update.
569 * mips-nat.c (fetch_inferior_registers): Update.
570 * corelow.c (get_core_registers): Update.
571 * a68v-nat.c (fetch_inferior_registers): Update.
572
573 2002-11-06 Joel Brobecker <brobecker@gnat.com>
574
575 Put in place the framework necessary for multiarching the hppa targets.
576 * hppa-tdep.c (hppa_gdbarch_init): New function.
577 (hppa_dump_tdep): New function.
578 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
579 tdep structure dumper.
580 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
581 until the multi-arching conversion has partially been completed.
582
583 2002-11-06 Andrew Cagney <ac131313@redhat.com>
584
585 * valops.c (value_assign): Merge lval_register case into
586 lval_reg_frame_relative. Use frame_register and
587 regcache_cooked_write instead of get_saved_register and
588 write_register_bytes. After flushing the register cache, try to
589 re-select the selected frame.
590
591 2002-11-06 Andrew Cagney <ac131313@redhat.com>
592
593 * regcache.h (deprecated_register_valid): Rename register_valid.
594 * regcache.c: Update.
595 * ia64-aix-nat.c: Update.
596 * i386gnu-nat.c: Update.
597 * alpha-nat.c: Update.
598 * sparc-nat.c: Update.
599 * lynx-nat.c: Update.
600 * remote-mips.c: Update.
601
602 2002-11-06 Joel Brobecker <brobecker@gnat.com>
603
604 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
605 to end of file, to be more consistent with the pratice followed
606 by other targets.
607
608 2002-11-06 Andrew Cagney <ac131313@redhat.com>
609
610 * infcmd.c: Include "reggroups.h" and <ctype.h>.
611 (print_float_info): Print registers in float_reggroup.
612 (print_vector_info): Print registers in vector_reggroup.
613 (default_print_registers_info): When all, print registers in
614 all_reggroup. Otherwize, print registers in general_reggroup.
615 (registers_info): Rewrite. Add support for register groups.
616 Eliminate a goto.
617
618 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
619
620 * symtab.c (methods_info): Delete. It has been ifdeffed out for
621 ages.
622 (symtab_symbol_info): Remove eons old ifdeffed out code.
623 (_initialize_symtab): Remove prehistoric disabled 'info methods'
624 command.
625
626 2002-11-06 Theodore A. Roth <troth@openavr.org>
627
628 * c-exp.y: Add missing semi-colons.
629 * f-exp.y: Add missing semi-colons.
630 * m2-exp.y: Add missing semi-colons.
631 * p-exp.y: Add missing semi-colons.
632 Add empty action to start rule to avoid a type clash error when
633 building with bison >= 1.50.
634
635 2002-11-06 Jim Blandy <jimb@redhat.com>
636
637 * macrotab.h (struct macro_source_file): Doc fix.
638
639 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
640
641 * varobj.c (child_exists, cplus_number_of_children): Change
642 STREQ macro references to strcmp.
643 (cplus_name_of_child): Change code to handle the fact that
644 fields are not necessarily contiguous with regards to their
645 access control. This is a fix for PR gdb/792.
646
647 2002-11-05 Andrew Cagney <ac131313@redhat.com>
648
649 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
650 * gdbarch.h, gdbarch.c: Regnerate.
651 * frame.h (frame_register): Declare.
652 * frame.c (frame_register): New function.
653 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
654 GET_SAVED_REGISTER, otherwize call
655 generic_unwind_get_saved_register.
656 (frame_register_read): Use frame_register instead of
657 get_saved_register.
658
659 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
660
661 From Jim Ingham <jingham@apple.com>:
662 * event-top.c (gdb_disable_readline): New function.
663 (_initialize_event_loop): Move comment.
664
665 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
666
667 * event-loop.c (start_event_loop): Add comment.
668 Update copyright.
669
670 2002-11-05 Andrew Cagney <ac131313@redhat.com>
671
672 * infcmd.c (default_print_registers_info): Do not call
673 PRINT_REGISTER_HOOK.
674
675 2002-11-05 Andrew Cagney <ac131313@redhat.com>
676
677 * sparc-tdep.c (sparc_print_register_hook): Make static.
678 (sparc_print_registers_info): New function.
679 (sparc_do_registers_info): New function.
680 (sparclet_print_registers_info): New function.
681 (sparclet_do_registers_info): New function.
682 (do_sparc_print_registers_info): New function.
683 (sparc_print_registers): New static function, clone of infcmd.c's
684 default_print_registers_info.
685 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
686 (sparclet_do_registers_info): Declare.
687 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
688 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
689 Re-define.
690 (sparc_do_registers_info): Declare.
691 (PRINT_REGISTER_HOOK): Delete macro.
692 (sparc_print_register_hook): Delete declaration.
693
694 2002-11-05 David Carlton <carlton@math.stanford.edu>
695
696 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
697 functions.
698 (lookup_symbol_aux_local): New function.
699 (lookup_symbol_aux_symtabs): New function.
700 (lookup_symbol_aux_psymtabs): New function.
701
702 2002-11-05 David Carlton <carlton@math.stanford.edu>
703
704 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
705 previous values of 'objfile' and 'block'.
706
707 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
708
709 * values.c (value_change_enclosing_type): Set
710 enclosing_type field correctly also for the case where
711 more memory needs to be allocated.
712
713 2002-11-03 Mark Kettenis <kettenis@gnu.org>
714
715 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
716 of puts_filtered.
717
718 * i387-tdep.c (i387_print_float_info): Replace calls to
719 register_read and deprecated_read_register_gen with calls to
720 frame_register_read, and make the necessary adjustments to the
721 surrounding code.
722
723 2002-11-02 Andrew Cagney <ac131313@redhat.com>
724
725 * gdbarch.sh (register_reggroup_p): Allow default value.
726 * gdbarch.h, gdbarch.c: Regenerate.
727
728 2002-11-02 Andrew Cagney <ac131313@redhat.com>
729
730 * regcache.h: Add coment indicating replacements for deprecated
731 functions.
732
733 2002-11-02 Andrew Cagney <cagney@redhat.com>
734
735 * reggroups.h, reggroups.c: New files.
736 * regcache.c: Include "reggroups.h".
737 (enum regcache_dump_what): Add `regcache_dump_groups'.
738 (regcache_dump): Contract size of the "Type" column. When
739 specified, dump the register's groups.
740 (maintenance_print_register_groups): New function.
741 (_initialize_regcache): Add command `maint print register-groups'.
742 * Makefile.in (COMMON_OBS): Add reggroups.o
743 (SFILES): Add reggroups.c.
744 (reggroups_h): Define.
745 (regcache.o, gdbarch.o): Update dependencies.
746 (reggroups.o): Specify dependencies.
747 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
748 Add opaque declaration for `struct reggroup' in generated .h file.
749 Include "reggroups.h" in generated .c file.
750 gdbarch.h, gdbarch.c: Re-generate.
751
752 2002-11-02 Andrew Cagney <cagney@redhat.com>
753
754 * regcache.h (deprecated_read_register_gen): Rename
755 read_register_gen.
756 (deprecated_write_register_gen): Rename write_register_gen.
757 * i387-tdep.c: Update.
758 * x86-64-linux-nat.c: Update
759 * wince.c: Update.
760 * thread-db.c: Update.
761 * win32-nat.c: Update.
762 * mips-tdep.c: Update.
763 * d10v-tdep.c: Update.
764 * cris-tdep.c: Update.
765 * remote-sim.c: Update.
766 * remote-rdi.c: Update.
767 * remote-rdp.c: Update.
768 * frame.c: Update.
769 * target.c: Update.
770 * blockframe.c: Update.
771 * x86-64-tdep.c: Update.
772 * xstormy16-tdep.c: Update.
773 * sh-tdep.c: Update.
774 * s390-tdep.c: Update.
775 * rs6000-tdep.c: Update.
776 * sparc-tdep.c: Update.
777 * i386-tdep.c: Update.
778 * dwarf2cfi.c: Update.
779 * regcache.c: Update.
780
781 2002-11-01 Joel Brobecker <brobecker@gnat.com>
782
783 New interix-specific files:
784 * config/i386/nm-interix.h: New file.
785 * config/i386/interix.mh: New file.
786 * config/i386/interix.mt: New file.
787 * i386-interix-nat.c: New file.
788 * i386-interix-tdep.c: New file.
789
790 2002-11-01 Andrew Cagney <cagney@redhat.com>
791
792 * frame.h (deprecated_generic_get_saved_register): Rename
793 generic_get_saved_register.
794 * blockframe.c (deprecated_generic_get_saved_register): Update.
795 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
796 (xstormy16_frame_saved_register): Update.
797 * sh-tdep.c (sh_gdbarch_init): Update.
798 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
799 * ia64-tdep.c (ia64_get_saved_register): Update.
800 * cris-tdep.c (cris_gdbarch_init): Update.
801 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
802 * arm-tdep.c (arm_gdbarch_init): Update.
803
804 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
805
806 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
807
808 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
809
810 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
811 trampolines in sigaction.
812
813 2002-10-31 Andrew Cagney <cagney@redhat.com>
814
815 * h8300-tdep.c: Include "gdb_assert.h".
816 (h8300_print_register): Add gdbarch, file and frame parameters.
817 Use frame_read_unsigned_register to read the register's value.
818 Use fprintf_filtered to display output.
819 (h8300_print_registers_info): Replace h8300_do_registers_info.
820 (h8300_gdbarch_init): Set print_registers_info.
821
822 2002-10-31 Andrew Cagney <cagney@redhat.com>
823
824 * frame.c (frame_read_unsigned_register): New function.
825 (frame_read_signed_register): New function.
826 * frame.h (frame_read_unsigned_register): Declare.
827 (frame_read_signed_register): Declare.
828
829 2002-10-31 Andrew Cagney <cagney@redhat.com>
830
831 * h8500-tdep.c (h8500_print_registers_info): New static function,
832 clone of infcmd.c's default_print_registers_info.
833 (h8500_do_registers_info): New funtion.
834 (h8500_print_register_hook): Rename print_register_hook, make
835 static.
836
837 * config/h8500/tm-h8500.h: Update copyright.
838 (DEPRECATED_DO_REGISTERS_INFO): Define.
839 (h8500_do_registers_info: Declare.
840 (PRINT_REGISTER_HOOK): Delete macro.
841 (print_register_hook): Delete function.
842
843 2002-10-31 Andrew Cagney <cagney@redhat.com>
844
845 * z8k-tdep.c (z8k_print_register_hook): Make static.
846 (z8k_print_registers_info): New static function, clone of
847 infcmd.c's default_print_registers_info.
848 (z8k_do_registers_info): New function. Wrap
849 z8k_print_registers_info.
850 * config/z8k/tm-z8k.h: Update copyright.
851 (PRINT_REGISTER_HOOK): Delete macro.
852 (z8k_print_register_hook): Delete declaration.
853 (DEPRECATED_DO_REGISTERS_INFO): Define.
854 (z8k_do_registers_info): Declare.
855
856 2002-10-30 Joel Brobecker <brobecker@gnat.com>
857
858 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
859 as this is already provided by value.h, and was actually causing
860 a compilation error because of a conflict in parameter type
861 declaration due to a missing const keyword.
862 (low_text_segment_addres): Fix a compilation warning.
863
864 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
865
866 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
867 registers without a name.
868 (mips_linux_cannot_store_register): Don't store registers without
869 a name.
870
871 2002-10-28 David Carlton <carlton@math.stanford.edu>
872
873 * symtab.c (find_addr_symbol): Delete. (It was already commented
874 out.)
875 * symtab.h: Delete prototype for find_addr_symbol.
876
877 2002-10-26 Andrew Cagney <cagney@redhat.com>
878
879 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
880 DO_REGISTERS_INFO.
881 gdbarch.h, gdbarch.c: Re-generate.
882 * infcmd.c (default_print_registers_info): Update reference.
883 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
884 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
885 * sh-tdep.c (sh_gdbarch_init): Ditto.
886 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
887 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
888
889 2002-10-26 Mark Kettenis <kettenis@gnu.org>
890
891 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
892 cfi_init_extra_frame_info.
893 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
894 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
895
896 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
897 target where necessary. Add more comments and remove the ones
898 that don't provide any useful information.
899
900 * i386-tdep.c (i386_frame_saved_pc): Replace call to
901 deprecated_read_register_dummy with
902 frame_unwind_unsigned_register.
903
904 * i386-tdep.c (i386_extract_struct_value_address): Use
905 regcache_raw_read_unsigned instead of
906 regcache_cooked_read_unsigned since we know that the register
907 we're reading isn't a pseudo register. Rename variable 'val' into
908 the more descriptive 'addr'.
909
910 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
911 (x86_64_push_return_address): Add comment.
912 (x86_64_pop_frame): Make static.
913 (examine_argument): Clarify comment.
914 (x86_64_skip_prologue): Make prolog_expact variable static.
915
916 * dwarf2cfi.c: Fix some formatting problems.
917 (context_cpy, read_encoded_pointer): Clarify comments.
918
919 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
920 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
921 i386 target back into x86_64_gdbarch_init. Add some comments and
922 remove meaningless ones.
923
924 2002-10-25 Andrew Cagney <cagney@redhat.com>
925
926 * complaints.h (struct deprecated_complaint): Rename `struct
927 complaint'.
928 * complaints.c (complain): Update.
929 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
930 incorrect comment indicating that "symfile.h" was being included
931 for the `struct complaint' definition.
932 * remote-vx.c: Update.
933 * objc-lang.c: Update.
934 * xcoffread.c: Update.
935 * hpread.c: Update.
936 * mdebugread.c: Update.
937 * stabsread.c: Update.
938 * dwarf2read.c: Update.
939 * dwarfread.c: Update.
940 * elfread.c: Update.
941 * coffread.c: Update.
942 * stabsread.h: Update.
943 * dbxread.c: Update.
944 * buildsym.c: Update.
945 * gdbtypes.c: Update.
946 * macrotab.c: Update.
947
948 2002-10-25 Mark Kettenis <kettenis@gnu.org>
949
950 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
951 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
952 (x86_64_init_abi): ...new function.
953
954 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
955 * i386v-nat.c: Include "i386-tdep.h".
956
957 2002-10-25 Andrew Cagney <cagney@redhat.com>
958
959 * gdbtypes.c (address_space_name_to_int): Update.
960 (address_space_int_to_name): Update.
961 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
962 multi-arch predicate.
963 (address_class_name_to_type_flags): Ditto.
964 * gdbarch.h, gdbarch.c: Re-generate.
965
966 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
967
968 2002-10-24 Martin M. Hunt <hunt@redhat.com>
969
970 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
971
972 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
973
974 * symtab.h (INIT_SAL): Delete macro.
975 (init_sal): Export.
976 * symtab.c (init_sal): New function.
977
978 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
979 to init_sal function call.
980 (find_sal_from_funcs_and_line): Ditto.
981 (all_sals_for_line): Ditto.
982 * breakpoint.c (create_internal_breakpoint): Ditto.
983 (create_fork_vfork_event_catchpoint): Ditto.
984 (create_exec_event_catchpoint): Ditto.
985 (parse_breakpoint_sals): Ditto.
986 (watch_command_1): Ditto.
987 (handle_gnu_4_16_catch_command): Ditto.
988 (clear_command): Ditto.
989 * hppa-tdep.c (child_enable_exception_callback): Ditto.
990 * infcmd.c (run_stack_dummy): Ditto.
991 * infrun.c (process_event_stop_test): Ditto.
992 (check_sigtramp2): Ditto.
993 (step_over_function): Ditto.
994 * linespec.c (decode_line_2): Ditto.
995 (decode_line_1): Ditto.
996 * source.c (line_info): Ditto.
997 * symtab.c (find_pc_sect_line): Ditto.
998
999 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1000
1001 * dwarf2cfi.c (struct context)
1002 (struct context_reg): Moved to dwarf2cfi.h
1003 (context_alloc, frame_state_alloc, context_cpy):
1004 Made extern instead of static, removed prototypes.
1005 * dwarf2cfi.h (struct context)
1006 (struct context_reg): New, moved from dwarf2cfi.c
1007 (context_alloc, frame_state_alloc, context_cpy):
1008 New prototypes.
1009 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1010 Changed from static to extern.
1011 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1012 (LINUX_SIGCONTEXT_FP_OFFSET)
1013 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1014 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1015 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1016 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1017 set_gdbarch_*() calls now use x86-64 specific functions
1018 instead of DWARF2 CFI ones.
1019 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1020 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1021 (x86_64_init_extra_frame_info): New prototypes.
1022
1023 2002-10-23 David Carlton <carlton@math.stanford.edu>
1024
1025 * linespec.c: #include "parser-defs.h".
1026 Delete prototype for find_template_name_end.
1027 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1028
1029 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1030
1031 * NEWS: add recent mi fixes.
1032 * varobj.c (struct varobj): Add new "updated" flag.
1033 (new_variable): Default "updated" flag to 0.
1034 (varobj_set_value): Set "updated" flag to 1 if value
1035 changes.
1036 (varobj_update): Check varobj "updated" flag before
1037 comparing old and refreshed values. Fix for
1038 PR gdb/702.
1039
1040 2002-10-23 David Carlton <carlton@math.stanford.edu>
1041
1042 * parse.c (parse_exp_1): Use BLOCK_START.
1043 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1044 SYMBOL_BLOCK_VALUE.
1045 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1046
1047 2002-10-23 David Carlton <carlton@math.stanford.edu>
1048
1049 * symtab.c: Delete cplusplus_hint.
1050 Delete prototype for find_template_name_end.
1051
1052 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1053
1054 * symtab.h: Update comment.
1055
1056 2002-10-23 Michael Snyder <msnyder@redhat.com>
1057
1058 * printcmd.c (address_info): Restore quotes in output.
1059 * valops.c (value_of_local): Restore quotes in error message.
1060
1061 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1062
1063 * symtab.c (symbol_demangled_name): New function.
1064 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1065 turning most of it into a function.
1066 (symbol_demangled_name): Export.
1067
1068 2002-10-23 Michael Snyder <msnyder@redhat.com>
1069
1070 * valops.c (value_of_local): Restore quotes in error message.
1071
1072 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1073
1074 * symtab.c (symbol_init_language_specific): New function.
1075 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1076 turning most of it into a function.
1077 (symbol_init_language_specific): Export.
1078
1079 2002-10-23 David Carlton <carlton@math.stanford.edu>
1080
1081 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1082 (dwarf_attr_name): Ditto.
1083 (dwarf_type_encoding_name): Ditto.
1084 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1085 (process_die): Handle DW_TAG_namespace,
1086 DW_TAG_imported_declaration, DW_TAG_imported_module.
1087 (read_namespace): New function.
1088
1089 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1090
1091 * configure.in: Define NEW_PROC_API on Interix too.
1092 * configure: Regenerate.
1093
1094 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1095
1096 * configure: Regenerate using the proper version of autoconf.
1097
1098 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1099
1100 * findvar.c (read_var_value): Temporarily disable TLS code, until
1101 complete TLS support is added.
1102
1103 2002-10-21 Jim Blandy <jimb@redhat.com>
1104 Elena Zannoni <ezannoni@redhat.com>
1105
1106 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1107 for thread local storage locations.
1108 (struct symbol): Add objfile field.
1109 (SYMBOL_OBJFILE): Define.
1110 * dwarf2read.c (is_thread_local): New static variable.
1111 (new_symbol): If variable is in thread local fill in address class
1112 and objfile appropriately.
1113 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1114 stack operation.
1115 * printcmd.c (address_info): Print the information for thread
1116 local storage variable.
1117 * findvar.c (read_var_value): In case of thread local variable,
1118 defer to the target vector code to compute address.
1119
1120 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1121
1122 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1123 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1124
1125 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * symtab.h (address_class): Rename
1128 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1129 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1130 * printcmd.c (address_info): Ditto.
1131 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1132
1133 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1134
1135 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1136 DBREG_DRX macro to acces debug registers.
1137
1138 * Makefile.in (i386obsd-tdep.o): New target.
1139
1140 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1141 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1142
1143 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1144 * config/i386/obsd.mt: New file.
1145 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1146 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1147 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1148 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1149 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1150 * i386obsd-tdep.c: New file.
1151
1152 2002-10-19 Adam Fedor <fedor@gnu.org>
1153
1154 * objc-exp.y (name_not_typename): Fix invalid comment.
1155
1156 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1157
1158 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1159 to allocate partial syms and macro byte caches.
1160
1161 2002-10-18 David Carlton <carlton@math.stanford.edu>
1162
1163 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1164
1165 2002-10-18 Adam Fedor <fedor@gnu.org>
1166
1167 * stabsread.c (find_name_end): New function.
1168 (define_symbol): Use it.
1169
1170 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1173 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1174 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1175 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1176
1177 2002-10-17 David Carlton <carlton@math.stanford.edu>
1178
1179 * symfile.h: Add opaque declaration for struct obstack.
1180 Declare obsavestring to take a const char *.
1181 * symfile.c (obsavestring): Make first argument a const char *.
1182
1183 2002-10-16 Adam Fedor <fedor@gnu.org>
1184
1185 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1186 names when matching breakpoints in current file.
1187
1188 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1189
1190 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1191 (read_tag_pointer_type): Add address class support.
1192 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1193 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1194 New methods.
1195 * gdbarch.h, gdbarch.c: Regenerate.
1196 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1197 (make_type_with_address_space, recursive_type_dump): Add address
1198 class support.
1199 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1200 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1201 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1202
1203 2002-10-16 Klee Dienes <kdienes@apple.com>
1204
1205 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1206 to get the last character of a char[] buffer, not
1207 name[sizeof(vptr_name)-1].
1208
1209 2002-10-14 Adam Fedor <fedor@gnu.org>
1210
1211 * symtab.h: New objc_specific struct.
1212 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1213 (SYMBOL_DEMANGLED_NAME): Likewise.
1214
1215 2002-10-14 Adam Fedor <fedor@gnu.org>
1216
1217 * symfile.c (init_filename_language_table): Add ObjC file extension.
1218
1219 2002-10-14 Adam Fedor <fedor@gnu.org>
1220
1221 * utils.c (puts_filtered_tabular): New function.
1222 (fprintf_symbol_filtered): Get ObjC demangled name.
1223 * defs.h (puts_filtered_tabular): Declared.
1224
1225 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1226
1227 * c-lang.h (c_type_print_varspec_prefix): Delete.
1228 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1229 ``need_post_space'' parameter. Adjust all callers.
1230
1231 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1232
1233 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1234 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1235 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1236 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1237
1238 2002-10-13 Adam Fedor <fedor@gnu.org>
1239
1240 * source.c (print_source_lines): Update comments.
1241
1242 2002-10-13 Adam Fedor <fedor@gnu.org>
1243
1244 * valops.c (value_of_local): New function.
1245 (value_of_this): Use it.
1246 * value.h (value_of_local): Declared.
1247
1248 2002-10-13 Adam Fedor <fedor@gnu.org>
1249
1250 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1251 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1252
1253 2002-10-12 Adam Fedor <fedor@gnu.org>
1254
1255 * language.c (binop_result_type): Add language_objc to case.
1256 (integral_type): Likewise.
1257 (character_type): Likewise.
1258 (string_type): Likewise.
1259 (boolean_type): Likewise.
1260 (structured_type): Likewise.
1261 (binop_type_check): Likewise.
1262
1263 2002-10-11 Adam Fedor <fedor@gnu.org>
1264
1265 * printcmd.c (address_info): Print 'self' for ObjC.
1266
1267 2002-10-11 Adam Fedor <fedor@gnu.org>
1268
1269 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1270 OP_SELF.
1271
1272 2002-10-11 Adam Fedor <fedor@gnu.org>
1273
1274 * language.h (CAST_IS_CONVERSION): Add language_objc.
1275
1276 2002-10-11 Adam Fedor <fedor@gnu.org>
1277
1278 * defs.h (enum language): Add language_objc.
1279
1280 2002-10-11 Klee Dienes <kdienes@apple.com>
1281
1282 * corefile.c (read_memory_typed_address): New function.
1283 * gdbcore.h (read_memory_typed_address): Add prototype.
1284 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1285 to read a value destined for a CORE_ADDR, not read_memory_integer.
1286 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1287 (f77_get_dynamic_lowerbound): Ditto.
1288
1289 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1290
1291 * utils.c (string_to_core_addr): After turning string into
1292 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1293 which will do necessary sign-extension, etc.
1294
1295 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * c-exp.y (THIS): Delete token and grammar rule.
1298 (yylex): Don't return THIS.
1299 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1300 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1301 * demangle.c (cplus_markers): Update comment. Put '$'
1302 first. Remove CPLUS_MARKER.
1303 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1304 * jv-exp.y (THIS): Delete token and grammar rule.
1305 (yylex): Don't return THIS.
1306 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1307 * objc-exp.y (THIS): Delete token and grammar rule.
1308 (yylex): Don't return THIS.
1309 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1310 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1311 (read_member_functions): Likewise for opname.
1312 (read_tilde_fields): Use is_cplus_marker.
1313
1314 * defs.h (CPLUS_MARKER): Don't define.
1315 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1316 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1317 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1318 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1319 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1320
1321 * config/i386/tm-i386v4.h: Delete file.
1322 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1323 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1324 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1325 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1326 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1327 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1328 * config/i386/i386v4.mt (TM_FILE): Likewise.
1329 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1330
1331 2002-10-10 Marko Mlinar <markom@opencores.org>
1332
1333 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1334 accidentially not commited 2002-10-09
1335 * gdbarch.h, gdbarch.c: Re-generate.
1336
1337 2002-10-09 Marko Mlinar <markom@opencores.org>
1338
1339 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1340 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1341 * gdbarch.h, gdbarch.c: Re-generate.
1342
1343 2002-10-08 Petr Sorfa <petrs@caldera.com>
1344
1345 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1346
1347 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1348 so we can work on more than one compilation unit at a time. This
1349 helps prepare GDB to handle inter-CU die references.
1350 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1351 the code to be defined before struct comp_unit_head.
1352 (comp_unit_head): Added new members - offset, cu_head,
1353 begin_die, next and dwarf2_abbrevs.
1354 (dwarf2_abbrevs): Removed single static var; now member of
1355 struct comp_unit_head.
1356 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1357 members.
1358 (psymtab_to_symtab_1): Changed to work with the new
1359 struct comp_unit_head.
1360 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1361 constructs the dwarf2_abbrevs[] inside the cu_header.
1362 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1363 dwarf2_abbrev table to clean up.
1364 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1365 handling of dwarf2_abbrevs inside the cu_header.
1366 (read_partial_die): Now supports the call to the new
1367 dwarf2_lookup_abbrev.
1368 (read_full_die): Now supports the call to the new
1369 dwarf2_lookup_abbrev.
1370
1371 2002-10-06 Christopher Faylor <cgf@redhat.com>
1372
1373 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1374 insure that shell variables, such as "transformed_name" are propagated
1375 to later shell statements in rule.
1376
1377 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1378
1379 * config/i386/nm-i386sco.h: Add protection against
1380 multiple-inclusion. Include "i386/nm-i386v.h".
1381 (REGISTER_U_ADDR): Remove define.
1382 (i386_register_u_addr): Remove prototype.
1383
1384 2002-10-04 Michael Snyder <msnyder@redhat.com>
1385
1386 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1387 before treating it as a single-step event.
1388
1389 2002-10-03 Adam Fedor <fedor@gnu.org>
1390
1391 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1392 (objc_demangle): Remove assignment in if statements, Replace
1393 free with xfree.
1394 (add_msglist): Likewise.
1395 (end_msglist): Likewise.
1396 (complare_selectors): Likewise.
1397 (selectors_info): Likewise.
1398 (compare_classes): Likewise.
1399 (classes_info): Likewise.
1400 (print_object_command): Likewise.
1401 (find_objc_msgcall_submethod): Replace PTR with void *.
1402 * objc-lang.h: Remove check for __STDC__.
1403
1404 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1405
1406 * ui-out.h (ui_out_field_fmt_int): New prototype.
1407 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1408 of field width and alignment.
1409 * stack.c (print_frame_info_base): When printing frame level, use
1410 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1411 PR gdb/192
1412
1413 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1414
1415 * MAINTAINERS: Add self to Write After Approval list.
1416
1417 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1418
1419 * infcmd.c (interrupt_target_command_wrapper): Delete.
1420 (interrupt_target_command): Make non static.
1421 (nofp_registers_info): Make static.
1422 * stack.c (return_command_wrapper): Delete.
1423 (return_command): Make non static.
1424
1425 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1426
1427 * event-top.c (gdb_setup_readline): New function. Code moved from
1428 _initialize_event_loop().
1429 (_initialize_event_loop): Call gdb_setup_readline().
1430
1431 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1432
1433 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1434 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1435 * gdbarch.h, gdbarch.c: Re-generate.
1436
1437 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1438
1439 Fix PR gdb/778
1440 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1441 before recursing.
1442 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1443 of fill_in_vptr_fieldno.
1444
1445 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1446
1447 * inferior.h (registers_info, stepi_command, nexti_command,
1448 continue_command, interrupt_target_command): Export from infcmd.c.
1449 * frame.h (args_info, selected_frame_level_changed_hook,
1450 return_command): Export from stack.c.
1451 * v850ice.c (stepi_command, nexti_command, continue_command): use
1452 prototypes from inferior.h.
1453 * tracepoint.c (registers_info, args_info, locals_info): Use
1454 prototypes from frame.h and inferior.h.
1455 * Makefile.in (mi-main.o): Add dependency on frame.h.
1456
1457 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1458
1459 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1460 value in register 3 adjusted by ppc_gp0_regnum.
1461
1462 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1463
1464 2002-10-02 Marko Mlinar <markom@opencores.org>
1465
1466 * MAINTAINERS: Add myself to the Write After Approval list.
1467
1468 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1469
1470 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1471 of the section for the N64 ABI, fixed.
1472
1473 * config/mips/tm-irix6.h: Include solib.h.
1474
1475 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1476
1477 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1478 GNU operators.
1479
1480 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1481
1482 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1483 and that "mi0" syntax has been removed.
1484
1485 2002-09-30 David Carlton <carlton@math.stanford.edu>
1486
1487 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1488 * ppc-sysv-tdep.c: #include "gdb_string.h".
1489 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1490 pacify GCC.
1491
1492 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1493
1494 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1495 "vrsave"'s register number.
1496
1497 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1498
1499 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1500 use frame_unwind_signed_register to obtain the PC.
1501 (mips_frame_chain): Handle a generic dummy frame.
1502 (mips_init_extra_frame_info): When a generic dummy frame, don't
1503 re-compute the frame base.
1504 (mips_pop_frame): Handle generic dummy frames.
1505 (mips_gdbarch_init): When generic dummy frames, set
1506 use_generic_dummy_frames, push_dummy_frame to
1507 generic_push_dummy_frame, pc_in_call_dummy to
1508 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1509 generic_save_dummy_frame_tos.
1510
1511 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1512
1513 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1514 against TOP when TOP was explictly set.
1515 (generic_push_dummy_frame): Set TOP to zero.
1516
1517 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1518
1519 * event-loop.c (start_event_loop): Rename variable 'result' to
1520 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1521
1522 2002-09-30 Keith Seitz <keiths@redhat.com>
1523
1524 * gdb-events.sh (selected_thread_changed): New event.
1525 * gdb-events.c: Regenerated.
1526 * gdb-events.h: Regenerated.
1527
1528 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1529
1530 * MAINTAINERS: Add self to Write After Approval list.
1531
1532 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1533
1534 * disasm.c: New file.
1535 * disasm.h: New file.
1536 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1537 (compare_lines): Ditto.
1538 (dump_insns): Ditto.
1539 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1540 argument.
1541 (do_assembly_only): Ditto.
1542 (do_disassembly): Renamed to gdb_disassembly and moved to
1543 disasm.c. Sdded uiout argument.
1544 * Makefile.in: Add new files. Reorder SFILES list. Update
1545 dependencies. Include libgdb.a later in the insight executable.
1546
1547 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1548
1549 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1550 bfd/elf64-alpha-fbsd.c.
1551
1552 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1553
1554 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1555 i386gnu-tdep.c.
1556
1557 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1558
1559 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1560 __FUNCTION__.
1561 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1562 function name.
1563 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1564 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1565 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1566 (S_msg_sig_post_reply): Ditto.
1567
1568 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1569
1570 * sh-tdep.c (sh_use_struct_convention): Use definition according
1571 to ABI.
1572 (sh_push_arguments): Store in register with correct endianess.
1573 (sh_default_store_return_value): Ditto.
1574 (sh_gdbarch_init): Set sizeof long double to 8.
1575
1576 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1577
1578 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1579 Fix some whitespace problems.
1580
1581 2002-09-27 David Carlton <carlton@math.stanford.edu>
1582
1583 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1584 (mcore-tdep.o): Ditto.
1585 (ns32k-tdep.o): Ditto.
1586 (ns32knbsd-tdep.o): Ditto.
1587 (sh3-rom.o): Ditto.
1588 (vax-tdep.o): Ditto.
1589 * cris-tdep.c: #include "gdb_string.h"
1590 * mcore-tdep.c: Ditto.
1591 * ns32k-tdep.c: Ditto.
1592 * ns32knbsd-tdep.c: Ditto.
1593 * sh3-rom.c: Ditto.
1594 * vax-tdep.c: Ditto.
1595
1596 2002-09-27 David Carlton <carlton@math.stanford.edu>
1597
1598 * config/djgpp/fnchange.lst: Add entries for
1599 gdb/testsuite/gdb.c++/m-static files.
1600
1601 2002-09-27 Jim Wilson <wilson@redhat.com>
1602
1603 * MAINTAINERS: Add myself to the Write After Approval list.
1604
1605 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1606
1607 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1608
1609
1610 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1611
1612 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1613 frame.
1614
1615 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1616
1617 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1618 (rs6000_struct_return_address): Delete variable.
1619 (rs6000_store_struct_return): Update.
1620 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1621 deprecated_extract_struct_value_address.
1622 (rs6000_frame_align): New function.
1623 (rs6000_gdbarch_init): Set frame_align.
1624
1625 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1626
1627 From Grace Sainsbury <graces@redhat.com>:
1628 * Makefile.in (gdbtk-main.o): New target.
1629 (gdb.o): New target.
1630 (main_h): Define.
1631 (main.o): Update dependencies.
1632 (gdb$(EXEEXT)): Add gdb.o.
1633 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1634 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1635 (SUBDIR_GDBTK_CLEAN): Set.
1636 (install-gdbtk): Install the insight binary.
1637 (uninstall-gdbtk): New target.
1638 (all-gdbtk, clean-gdbtk): New rule.
1639 * top.c (use_windows): Default to zero.
1640 * main.c: Include "main.h".
1641 (main): Delete.
1642 (struct captured_main_args): Delete.
1643 (gdb_main): New function.
1644 * main.h: New file.
1645 * gdb.c: New File.
1646
1647 2002-09-25 Andrew Cagney <cagney@redhat.com>
1648
1649 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1650 (frame_map_regnum_to_name): New function.
1651 (frame_map_name_to_regnum): New function.
1652 * frame.h (frame_map_name_to_regnum): Declare.
1653 (frame_map_regnum_to_name): Declare.
1654 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1655 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1656 * parse.c: Do not include "builtin-regs.h".
1657 (target_map_name_to_register): Delete function.
1658 (write_dollar_variable): Use frame_map_name_to_regnum.
1659 * parser-defs.h (target_map_name_to_register): Delete declaration.
1660 * expprint.c: Include "frame.h".
1661 (print_subexp): Use frame_map_regnum_to_name.
1662 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1663 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1664
1665 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1666
1667 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1668 wasn't saved, and the next innermost frame is a dummy, return the
1669 dummy frame's link register.
1670
1671 2002-09-24 Jim Blandy <jimb@redhat.com>
1672
1673 Fix from Paul Breed:
1674 * main.c (captured_main): Add a `break' after the case for 'b'.
1675
1676 2002-09-24 Keith Seitz <keiths@redhat.com>
1677
1678 * varobj.c (c_type_of_child): Use get_target_type instead
1679 of TYPE_TARGET_TYPE.
1680
1681 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1682
1683 * source.c (get_current_or_default_source_symtab_and_line): Remove
1684 function.
1685 (set_default_source_symtab_and_line): New function. Attempts to
1686 determine a source file to list lines from if one is not currently
1687 defined.
1688 (get_current_source_symtab_and_line): Initialize sal.pc and
1689 sal.end fields.
1690 (set_current_source_symtab_and_line): Mark argument as const.
1691 * source.h: Update declarations and comments.
1692 * linespec.c (decode_line_1): Replace call to removed routine above.
1693 * stack.c (print_frame_info_base): Ditto.
1694 * cli/cli-cmds.c (edit_command): Ditto.
1695 (list_command): Ditto.
1696
1697 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1698
1699 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1700 sal.pc and sal.end fields.
1701 (get_current_or_default_source_symtab_and_line): Ditto.
1702 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1703 so we do not cause a new source symtab to be searched for (reverting an
1704 unintentional change from the 2002-09-20 patch).
1705 * scm-lang.c (scm_unpac): Ditto.
1706
1707 2002-09-21 Andrew Cagney <cagney@redhat.com>
1708
1709 * complaints.c (symfile_explanations): Remove new-line from
1710 ``isolated_message''.
1711 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1712 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1713
1714 2002-09-20 Nick Clifton <nickc@redhat.com>
1715
1716 * NEWS: Announce that V850EA ISA is no longer supported.
1717 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1718
1719 2002-09-20 David Carlton <carlton@math.stanford.edu>
1720
1721 * Makefile.in (c-lang.o): Correct dependencies.
1722 (utils.o): Gather dependencies.
1723 (charset.o): Move.
1724 * c-lang.c: #include "gdb_string.h"
1725
1726 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1727
1728 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1729 * cli/cli-cmds.c (list_command): New function. Implements the new
1730 cli edit command.
1731 (_init_cli_cmds): Add new command definition.
1732 * gdb.1: Document edit command.
1733 * doc/gdb.texinfo: Document edit command.
1734
1735 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1736
1737 * source.c: Make global variables current_source_symtab and
1738 current_source_line static.
1739 (list_command): Moved to cli/cli-cmds.c.
1740 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1741 (get_first_line_listed): New accessor function.
1742 (get_lines_to_list): New accessor function.
1743 (get_current_source_symtab_and_line): New function. Retrieves the
1744 position in the source code that we consider current.
1745 (get_current_or_default_source_symtab_and_line): New function.
1746 Like the above but attempts to determine a default position if one
1747 is not currently defined.
1748 (set_current_source_symtab_and_line): New function. Sets the source
1749 code position considered current and returns the previously set one.
1750 (clear_current_source_symtab_and_line): Reset stored information about
1751 a current source line.
1752 (_initialize_source): Remove registration for the "list" command and
1753 its alias.
1754 * source.h: Add declarations for the new functions above.
1755 * symtab.h: Remove declarations for the global variables mentioned
1756 above.
1757 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1758 obtain current source line.
1759 * linespec.c (decode_line_1): Ditto.
1760 * macroscope.c (default_macro_scope): Ditto.
1761 * scm-lang.c (scm_unpac): Ditto.
1762 * stack.c (print_frame_info_base): Ditto.
1763 * symfile.c (clear_symtab_users): Ditto.
1764 * symtab.c (decode_line_spec): Ditto.
1765 * cli/cli-cmds.c (list_command): Moved here from source.c.
1766 (ambiguous_line_spec): Moved here from source.c.
1767 (_init_cli_cmds): Add definition for "list" and its alias.
1768 * Makefile.in: Update dependencies.
1769
1770 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1771
1772 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1773 with what gcc thinks is correct.
1774
1775 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1776
1777 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1778 multiple register push instruction.
1779
1780 2002-09-19 Jim Blandy <jimb@redhat.com>
1781
1782 Add support for distinct host and target character sets.
1783 * charset.c, charset.h: New files.
1784 * c-exp.y: #include "charset.h".
1785 (yylex): Convert character and string literals to the target
1786 character set, before returning them as the semantic value of the
1787 token.
1788 * c-lang.c: #include "charset.h".
1789 (c_emit_char): Use charset-specific methods to recognize
1790 characters with backslash escape forms, to decide which characters
1791 to print literally and which to print using numeric escape
1792 sequences, and to convert target characters to host characters
1793 before printing.
1794 * utils.c: #include "charset.h".
1795 (no_control_char_error): New function.
1796 (parse_escape): Use charset-specific methods to recognize
1797 backslash escapes, parse `control character' notation, and convert
1798 characters from the host character set to the target character set.
1799 * configure.in: Set the default host character set.
1800 Check where to find iconv, and what its argument types might be.
1801 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1802 * Makefile.in (SFILES): List charset.c.
1803 (COMMON_OBS): List charset.o.
1804 (charset.o): New rule.
1805 (charset_h): New header dependency variable.
1806 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1807 (LIBICONV): New variable, set by configure.
1808 (CLIBS): Include $(LIBICONV) here.
1809 * aclocal.m4, config.in, configure: Regenerated.
1810
1811 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1812
1813 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1814 bison 1.35 warning.
1815
1816 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1817
1818 * gdb_mbuild.sh: New file.
1819
1820 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1821
1822 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1823
1824 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1825
1826 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1827 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1828 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1829 valops.c, value.h: Revert previous change.
1830
1831 2002-09-18 Michael Snyder <msnyder@redhat.com>
1832
1833 Preliminary support for Objective-C:
1834 * defs.h (language_objc): New enum value.
1835 (puts_filtered_tabular): Declaration only, exported from utils.c.
1836 (skip_quoted): Delete, declared in completer.h.
1837 * c-exp.y: Include completer.h.
1838 * p-exp.y: Ditto.
1839 * jv-exp.y: Ditto.
1840 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1841 New operator enum values.
1842 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1843 * language.c (binop_result_type): Handle language_objc case.
1844 (integral_type, character_type, string_type, boolean_type,
1845 structured_type, binop_type_check): Ditto.
1846 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1847 (struct objc_specific): Add to general_symbol_info.
1848 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1849 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1850 * parser-defs.h (struct objc_class_str): New struct type.
1851 (start_msglist, end_msglist, add_msglist): Declaration only,
1852 exported from objc-lang.c.
1853 * value.h (value_of_local, value_nsstring,
1854 call_function_by_hand_expecting_type): Exported from valops.c.
1855 * valops.c (find_function_addr): Export.
1856 (call_function_by_hand_expecting_type): New function.
1857 (value_of_local): New function.
1858 * symfile.c (init_filename_language_table): Add ".m" extension
1859 for Objective-C.
1860 * utils.c (puts_filtered_tabular): New function.
1861 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1862 (set/show demangle): Extend help-string to refer to ObjC.
1863 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1864 * stabsread.c (symbol_reference_defined): Objective-C symbols
1865 may contain colons: make allowances when scanning stabs strings
1866 for colons.
1867 (objc_find_colon): New function.
1868 * printcmd.c (address_info): If language == objc then print
1869 "self" instead of "this".
1870 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1871 OP_NSSTRING, and OP_SELF.
1872 (prefixify_subexp): Ditto.
1873 * source.c (print_source_lines): Mention objc in comment.
1874 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1875 method names.
1876
1877 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1878
1879 * complaints.h: Update copyright.
1880 (struct complaints): Declare.
1881 (struct complaint): Make `message' constant.
1882 (internal_complaint): Declare.
1883 (complaint): Declare.
1884 (complaint_root): Delete declaration.
1885 (symfile_complaints): Delete declaration.
1886 (struct complaints): Add opaque declaration.
1887 (clear_complaints): Add a complaints parameter.
1888 * complaints.c: Update copyright.
1889 (enum complaint_series): Define.
1890 (complaint_root): Delete.
1891 (struct complaints): Define.
1892 (complaint_sentinel, symfile_complaint_book): New variables.
1893 (symfile_explanations, symfile_complaints): New variables.
1894 New variables.
1895 (get_complaints): New function.
1896 (vcomplaint): New function.
1897 (complaint): New function.
1898 (internal_complaint): New function.
1899 (complain): Call vcomplain with symfile_complaint.
1900 (clear_complaints): Rewrite.
1901 (_initialize_complaints): Use add_setshow_command.
1902 * Makefile.in (complaints.o): Update dependencies.
1903 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1904 to call to clear_complaints.
1905 (new_symfile_objfile, reread_symbols): Ditto.
1906 (oldsyms_complaint): Delete.
1907 (empty_symtab_complaint, unknown_option_complaint): Delete.
1908 (free_named_symtabs): Use complaint instead of complain.
1909
1910 2002-09-18 Michael Snyder <msnyder@redhat.com>
1911
1912 Contributed by Apple Computer, Inc. Merged with current sources
1913 by Adam Fedor <fedor@doc.com> [cagney].
1914
1915 * objc-lang.c: First clean-up round: comments, indentation.
1916 * objc-lang.h: Ditto.
1917 * objc-lang.y: Ditto.
1918
1919 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1920
1921 * maint.c (maintenance_internal_error): Print the parameter as the
1922 error message.
1923 (maintenance_internal_warning): New function.
1924 (_initialize_maint_cmds): Add command `maint internal-warning'.
1925
1926 * defs.h (internal_warning, internal_vwarning): Declare.
1927 * utils.c (struct internal_problem): Define.
1928 (internal_vproblem): New function.
1929 (internal_warning): New function.
1930 (internal_vwarning): New function.
1931 (internal_warning_problem, internal_error_problem): New variables.
1932 (internal_verror): Just call internal_vproblem.
1933
1934 2002-09-18 Michael Snyder <msnyder@redhat.com>
1935
1936 * objc-lang.c: New file, support for Objective-C.
1937 Preliminary check-in, not yet integrated into gdb.
1938 * objc-lang.h: New file.
1939 * objc-exp.y: New file.
1940
1941 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1942
1943 * infrun.c (signal_stop_update): Convert definition to ISO C.
1944 (signal_print_update): Ditto.
1945 (signal_pass_update): Ditto.
1946 * inflow.c (terminal_save_ours): Ditto.
1947
1948 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1949 comments.
1950
1951 * config/djgpp/fnchange.lst: Handle name clashes between
1952 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1953 bfd/coff-tic80.c.
1954
1955 * i386-linux-tdep.h: Fix tipo.
1956
1957 2002-09-18 Adam Fedor <fedor@gnu.org>
1958
1959 * MAINTAINERS: Add myself to the Write After Approval list.
1960
1961 2002-09-18 Jim Blandy <jimb@redhat.com>
1962
1963 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1964 texthigh and textlow to reader-specific structs caused
1965 objfile_relocate to miss them. This is fixable, but the work that
1966 the change was supposed to prepare GDB for never got done anyway.
1967
1968 2002-09-18 David Carlton <carlton@math.stanford.edu>
1969
1970 * MAINTAINERS: Alphabetize Write After Approval list.
1971
1972 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1973
1974 Fix PR gdb/709
1975 * values.c (value_static_field): Call read_var_value.
1976
1977 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1978
1979 * valops.c (hand_function_call): Align the initial stack pointer
1980 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1981 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1982 return value.
1983 * mips-tdep.c (mips_frame_align): New function.
1984 (mips_gdbarch_init): Set frame_align.
1985 * gdbarch.sh (FRAME_ALIGN): New method.
1986 * gdbarch.h, gdbarch.c: Re-generate.
1987
1988 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1989
1990 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1991 registers.
1992
1993 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1994
1995 * NEWS: Mention that MIPS $fp behavior changed.
1996 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1997 reference to FP_REGNUM.
1998 (mipsnbsd_cannot_store_register): Ditto.
1999 * mips-linux-nat.c: Update copyright.
2000 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2001 (mips_linux_cannot_store_register): Ditto.
2002 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2003 * config/mips/tm-mips.h: Update copyright.
2004 (FP_REGNUM): Delete macro.
2005 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2006 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2007 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2008 (mips_r3041_reg_names, mips_r3051_reg_names)
2009 (mips_r3081_reg_names): Replace "fp" with "".
2010 Fix PR gdb/480.
2011
2012 2002-09-17 Theodore A. Roth <troth@verinet.com>
2013
2014 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2015 generic_read_register_dummy() (PR gdb/703).
2016 (avr_push_return_address): #if 0 out unused vars.
2017 (avr_gdbarch_init): Enable use of avr_push_return_address().
2018
2019 2002-09-17 Michael Snyder <msnyder@redhat.com>
2020
2021 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2022 RTE will take care of it.
2023
2024 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2025
2026 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2027 invalid, return SP_REGNUM.
2028
2029 2002-09-17 Michael Snyder <msnyder@redhat.com>
2030
2031 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2032 point registers without sign extension.
2033
2034 2002-09-17 Andrew Cagney <cagney@redhat.com>
2035
2036 * blockframe.c (deprecated_read_register_dummy): Rename
2037 generic_read_register_dummy.
2038 * frame.c (frame_unwind_signed_register): New function.
2039 (frame_unwind_unsigned_register): New function.
2040 * frame.h (frame_unwind_signed_register): Declare.
2041 (frame_unwind_unsigned_register): Declare.
2042 (deprecated_read_register_dummy): Rename
2043 generic_read_register_dummy.
2044
2045 * h8300-tdep.c (h8300_frame_chain): Update.
2046 (h8300_frame_saved_pc): Update.
2047 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2048 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2049 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2050 (s390_frame_chain): Update.
2051 * v850-tdep.c (v850_find_callers_reg): Update.
2052 (v850_frame_saved_pc): Update.
2053 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2054 (m32r_find_callers_reg): Update.
2055 (m32r_frame_saved_pc): Update.
2056 * sh-tdep.c (sh_find_callers_reg): Update.
2057 (sh64_get_saved_pr): Update.
2058 (sh_init_extra_frame_info): Update.
2059 (sh_init_extra_frame_info): Update.
2060 (sh64_init_extra_frame_info): Update.
2061 (sh64_init_extra_frame_info): Update.
2062 * mcore-tdep.c (mcore_find_callers_reg): Update.
2063 (mcore_frame_saved_pc): Update.
2064 (mcore_init_extra_frame_info): Update.
2065 * i386-tdep.c (i386_frame_saved_pc): Update.
2066 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2067 (ia64_init_extra_frame_info): Update.
2068 (ia64_init_extra_frame_info): Update.
2069 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2070 * cris-tdep.c (cris_init_extra_frame_info): Update.
2071 * avr-tdep.c (avr_frame_chain): Update.
2072 (avr_init_extra_frame_info): Update.
2073 (avr_frame_saved_pc): Update.
2074 * arm-tdep.c (arm_find_callers_reg): Update.
2075 (arm_init_extra_frame_info): Update.
2076 (arm_frame_saved_pc): Update.
2077
2078 2002-09-17 Tom Tromey <tromey@redhat.com>
2079
2080 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2081 is "'".
2082
2083 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2084
2085 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2086 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2087 NEXT_PROLOGUE_INSN.
2088 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2089 NEXT_PROLOGUE_INSN.
2090
2091 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2092
2093 * osfsolib.c: Remove file, replaced by solib-osf.c.
2094 * Makefile.in: Remove compilation rules for osfsolib.c.
2095
2096 2002-09-16 David Carlton <carlton@math.stanford.edu>
2097
2098 * cp-valprint.c (cp_print_class_method): Correct args to
2099 check_stub_method_group.
2100
2101 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2102
2103 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2104 `set architecture'. Unify naming convention of functions.
2105 (h8300_skip_prologue): Improve prologue analysis.
2106 (h8300_push_arguments): Rewritten to more closely match GCC's
2107 bizarre argument-passing behavior, along with the comment describing
2108 said behavior.
2109 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2110 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2111 sim, remote-e7000.c, remote-hms.c and remote.c
2112
2113 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2114
2115 * i386-tdep.c (gdb_print_insn_i386): Removed.
2116 (i386_print_insn): New function.
2117 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2118 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2119 tm_print_insn_info.
2120
2121 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2122
2123 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2124 zero.
2125
2126 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2127
2128 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2129 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2130 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2131
2132 2002-09-13 Christopher Faylor <cgf@redhat.com>
2133
2134 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2135
2136 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2137
2138 * gdbtypes.c (check_stub_method): Make static.
2139 (check_stub_method_group): New function.
2140 * gdbtypes.h: Update prototypes.
2141 * cp-support.c: New file.
2142 * cp-support.h: New file.
2143
2144 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2145 (update_method_name_from_physname): New function.
2146 (read_member_functions): Correct method names for operators
2147 and v3 constructors/destructors. Separate v2 constructors and
2148 destructors.
2149 * Makefile.in (stabsread.o): Update dependencies.
2150 (SFILES): Add cp-support.c.
2151 (COMMON_OBS): Add cp-support.o.
2152 (cp_support_h, cp-support.o): Add.
2153
2154 * cp-valprint.c (cp_print_class_method): Call
2155 check_stub_method_group instead of check_stub_method. Remove
2156 extraneous QUITs.
2157 * p-valprint.c (pascal_object_print_class_method): Likewise.
2158 * valops.c (search_struct_method): Likewise.
2159 (find_method_list, value_struct_elt_for_reference): Likewise.
2160
2161 2002-09-13 Andrew Cagney <cagney@redhat.com>
2162
2163 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2164 * gdbarch.h, gdbarch.c: Regenerate.
2165
2166 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2167
2168 * frame.c (find_saved_register): Delete function.
2169 * frame.h (find_saved_register): Delete declaration.
2170 Fix PR gdb/631.
2171
2172 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2173
2174 * mips-tdep.c (read_next_frame_reg): Re-hack using
2175 frame_register_unwind.
2176
2177 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2178
2179 * mips-tdep.c (mips_get_saved_register): Re-hack using
2180 frame_register_unwind.
2181
2182 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2183
2184 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2185 vector. Will be useful for Interix.
2186 * gdbarch.h, gdbarch.c: Regenerate.
2187
2188 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2189 name of the malloc function by NAME_OF_MALLOC.
2190
2191 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2192
2193 * value.h (find_function_in_inferior): Add const keyword to
2194 one of the parameters. Allows us to invoke this function with
2195 a const char *.
2196 * valops.c (find_function_in_inferior): Likewise.
2197
2198 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2199
2200 * exec.c (xfer_memory): Fix compilation warning with old versions
2201 of GCC.
2202 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2203
2204 2002-09-12 David Carlton <carlton@math.stanford.edu>
2205
2206 * symtab.h: Run through gdb_indent.h.
2207 Add 2002 to Copyright year list.
2208
2209 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2210
2211 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2212 mach constants.
2213 * MAINTAINERS: Add myself to write after approval list.
2214
2215 2002-09-11 J. Brobecker <brobecker@gnat.com>
2216
2217 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2218
2219 2002-09-11 J. Brobecker <brobecker@gnat.com>
2220
2221 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2222 Interix.
2223
2224 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2225
2226 * procfs.c (do_detach): Clear current signal, not just fault.
2227 Corrects problem with breakpoint trap signal leaking to detached
2228 process on Tru64.
2229
2230 2002-09-10 Michael Snyder <msnyder@redhat.com>
2231
2232 * buildsym.c (finish_block): Protect against null pointer.
2233
2234 2002-09-10 Andrew Cagney <cagney@redhat.com>
2235
2236 * infcmd.c (default_print_registers_info): Send all output to
2237 ``file'' instead of ``gdb_stdout''.
2238
2239 2002-09-10 Michael Snyder <msnyder@redhat.com>
2240
2241 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2242 LONGEST, and use signed register read (addresses are sign-
2243 extended for mips).
2244
2245 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2246
2247 * event-loop.c (gdb_do_one_event): Make public.
2248 * event-loop.h (gdb_do_one_event): Declare.
2249
2250 2002-09-10 Jeff Law <law@redhat.com>
2251
2252 * infttrace.c (child_resume): Simplify and rework to avoid
2253 TT_PROC_CONTINUE.
2254
2255 2002-09-09 Fred Fish <fnf@intrinsity.com>
2256
2257 * printcmd.c (print_scalar_formatted): "len" is the number of
2258 target bytes, NOT the number of target bits.
2259
2260 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2261
2262 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2263 * top.c (init_main): Set rl_terminal_name.
2264
2265 2002-09-08 Aidan Skinner <aidan@velvet.net>
2266
2267 * ada-lang.c (ada_array_bound, ada_type_match,
2268 _initialize_ada_language): Fix K&R definitions.
2269 * ada-tasks.c (get_current_task): Fix K&R definitions.
2270 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2271
2272 2002-09-07 Christopher Faylor <cgf@redhat.com>
2273
2274 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2275 Add XP.
2276
2277 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2278
2279 * i386-tdep.c (i386_register_virtual_type,
2280 i386_register_convertible, i386_register_convert_to_virtual,
2281 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2282 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2283 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2284 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2285 Don't set push_arguments twice.
2286
2287 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2288 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2289 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2290 sigtramp_end to NULL.
2291 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2292 defines.
2293 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2294
2295 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2296 whitespace.
2297
2298 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2299 * gdbarch.h, gdbarch.c: Re-generate.
2300 * blockframe.c (find_pc_sect_partial_function): Convert to use
2301 SIGTRAMP_START_P predicate.
2302
2303 2002-09-05 Michael Snyder <msnyder@redhat.com>
2304
2305 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2306 generic_dummy_frame method and old method. Also distinguish
2307 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2308 (arm_extract_return_value): Use new regcache method.
2309
2310 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2311 adjustment that doesn't conform to the ABI.
2312 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2313 saved regcache, not from current regcache.
2314
2315 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2316
2317 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2318 * README: Update.
2319
2320 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2321
2322 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2323 if arm_apcs_32 is false.
2324
2325 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2326
2327 GDB 5.3 branch created.
2328
2329 2002-09-03 Theodore A. Roth <troth@verinet.com>
2330
2331 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2332 generic_unwind_get_saved_register.
2333
2334 2002-09-03 David Carlton <carlton@math.stanford.edu>
2335
2336 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2337 argument (PR gdb/653). Update call to smash_to_method_type.
2338 (read_structure_scope): Update call to dwarf2_add_member_fn.
2339
2340 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2341
2342 * x86-64-linux-tdep.c: Include gdb_string.h
2343 * x86-64-linux-nat.c: Ditto.
2344
2345 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2346
2347 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2348 when YYDEBUG is set to 1.
2349 * c-exp.y: Likewise.
2350 * f-exp.y: Likewise.
2351 * jv-exp.y: Likewise.
2352 * m2-exp.y: Likewise.
2353 * p-exp.y: Likewise.
2354
2355 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2356
2357 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2358 dependency list.
2359 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2360 solib_svr4_fetch_link_map_offsets to
2361 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2362 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2363 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2364 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2365 solib-svr4.o, and solib-legacy.o.
2366 * config/i386/tm-nbsd.h: Include solib.h.
2367
2368 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2369
2370 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2371 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2372 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2373 comment noting that this needs its own target configuration.
2374 * config/i386/nbsd.mt: New file.
2375 * config/i386/nbsdaout.mt: Remove.
2376 * config/i386/nbsdelf.mt: Ditto.
2377 * config/i386/tm-nbsdaout.h: Ditto.
2378
2379 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2380
2381 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2382 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2383 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2384 tdep->sigtramp_end.
2385 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2386 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2387 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2388
2389 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2390
2391 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2392 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2393 * i386-tdep.h (i386bsd_init_abi): New prototype.
2394 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2395 function declaration.
2396 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2397 for NetBSD-a.out or NetBSD-ELF.
2398 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2399 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2400 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2401 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2402 and nbsd-tdep.h.
2403 (i386nbsd_pc_in_sigtramp): New function.
2404 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2405 i386nbsd_pc_in_sigtramp.
2406 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2407 and i386nbsdelf_init_abi OS ABI handlers.
2408 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2409 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2410
2411 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2412
2413 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2414 registers if the target really has them.
2415
2416 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2417
2418 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2419 than nbsd-tdep.h.
2420
2421 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2422
2423 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2424 list.
2425 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2426 (alphanbsd_skip_sigtramp_frame): New functions.
2427 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2428 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2429 to alphanbsd_sigcontext_addr.
2430
2431 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2432
2433 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2434 list.
2435 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2436 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2437 nbsd_pc_in_sigtramp.
2438 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2439 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2440 * nbsd-tdep.c: Include gdb_string.h.
2441 (nbsd_pc_in_sigtramp): New function.
2442 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2443 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2444 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2445 ppcnbsd_pc_in_sigtramp.
2446 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2447 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2448 shnbsd_pc_in_sigtramp.
2449 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2450 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2451 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2452
2453 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2454
2455 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2456 watchpoints to NULL.
2457 (insert_breakpoints): set val field of watchpoints if NULL.
2458
2459
2460 2002-08-29 Jim Blandy <jimb@redhat.com>
2461
2462 * symtab.c (lookup_symbol_aux): In the cases where we find a
2463 minimal symbol of an appropriate name and use its address to
2464 select a symtab to read and search, use `name' (as passed to us)
2465 as the demangled name when searching the symtab's global and
2466 static blocks, not the minsym's name.
2467
2468 2002-08-29 Keith Seitz <keiths@redhat.com>
2469
2470 * stack.c (print_frame_info_base): Always set current_source_symtab
2471 and current_source_line.
2472
2473 2002-08-29 Donn Terry <donnte@microsoft.com>
2474
2475 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2476
2477 2002-08-28 Keith Seitz <keiths@redhat.com>
2478
2479 * stack.c (select_frame): Add FIXME concerning selected-frame
2480 events.
2481 (select_frame_command): Send selected-frame-level-changed
2482 event notification, but only if the level actually changed.
2483 (up_silently_base): Add selected-frame-level-changed event
2484 notification.
2485 (down_silently_base): Likewise.
2486
2487 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2488
2489 * Makefile.in: Update dependencies for all gdb/*.c files.
2490
2491 2002-08-27 Tom Tromey <tromey@redhat.com>
2492
2493 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2494 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2495 Update dependencies.
2496 * i387-tdep.c: Include gdb_string.h.
2497 * osabi.c: Likewise.
2498 * i386-linux-nat.c: Likewise.
2499 * lin-lwp.c: Likewise.
2500 * ax-gdb.c: Likewise.
2501 * signals/signals.c: Likewise.
2502 * jv-valprint.c: Likewise.
2503 * p-lang.c: Likewise.
2504 * c-valprint.c: Likewise.
2505 * cp-abi.c: Likewise.
2506
2507 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2508
2509 * cli/cli-script.h (copy_command_lines): Export.
2510 * breakpoint.c: Include cli/cli-script.h.
2511 * Makefile.in (breakpoint.o): Update dependencies.
2512
2513 2002-08-26 Michael Snyder <msnyder@redhat.com>
2514
2515 * breakpoint.c (insert_breakpoints): Protect all references
2516 to 'process_warning'. Shorten long lines.
2517
2518 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2519
2520 * cli/cli-script.c (copy_command_lines): New function.
2521 * defs.h (copy_command_lines): Export.
2522 * testsuite/gdb.base/commands.exp: New tests for commands
2523 attached to a temporary breakpoint, and for commands that
2524 delete the breakpoint they are attached to.
2525
2526 2002-08-26 Michael Snyder <msnyder@redhat.com>
2527
2528 * breakpoint.c (bpstat_stop_status): Instead of copying the
2529 pointer to the breakpoint commands struct, make a new copy
2530 of the struct and point to that.
2531 (bpstat_clear): Free the commands struct.
2532 (bpstat_clear_actions): Free the commands struct.
2533 (bpstat_do_actions): Free the command actions. Also execute
2534 the local cleanups, instead of deleting them.
2535 (delete_breakpoint): Leave the commands field of the bpstat
2536 chain alone -- it will be freed later.
2537
2538 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2539
2540 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2541 deleted in 2002-08-20 commit. This function is still used by
2542 ppc-linux-nat.c.
2543
2544 2002-08-26 Keith Seitz <keiths@redhat.com>
2545
2546 * gdb-events.sh: Add selected-frame-level-changed event.
2547 * gdb-events.c: Regenerated.
2548 * gdb-events.h: Regenerated.
2549
2550 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2551
2552 Fix PR gdb/393:
2553 * inflow.c (terminal_save_ours): New function to save terminal
2554 settings.
2555 * inferior.h (terminal_save_ours): Declare.
2556 * target.c (debug_to_terminal_save_ours): New function.
2557 (cleanup_target): Defaults to_terminal_save_ours.
2558 (update_current_target): Inherit to_terminal_save_ours.
2559 (setup_target_debug): Set to_terminal_save_ours.
2560 * target.h (target_terminal_save_ours): New to save terminal settings.
2561 (target_ops): New member to_terminal_save_ours.
2562 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2563 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2564 * inftarg.c (init_child_ops): Likewise.
2565 * m3-nat.c (init_m3_ops): Likewise.
2566 * procfs.c (init_procfs_ops): Likewise.
2567 * wince.c (init_child_ops): Likewise.
2568 * win32-nat.c (init_child_ops): Likewise.
2569 * sol-thread.c (init_sol_thread_ops): Likewise.
2570
2571 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2572
2573 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2574 use regcache_* functions.
2575 (i386_gdbarch_init): Set store_return_value instead of
2576 deprecated_store_return_value.
2577
2578 * regcache.c (regcache_raw_write_signed,
2579 regcache_raw_write_unsigned): New functions.
2580 * regcache.h (regcache_raw_write_signed,
2581 regcache_raw_write_unsigned): New prototypes.
2582
2583 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2584
2585 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2586 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2587 source file dependencies. Cleanup corresponding generator rules.
2588
2589 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2590
2591 * regcache.h (register_offset_hack): Declare.
2592 (regcache_cooked_read_using_offset_hack): Declare.
2593 (regcache_cooked_write_using_offset_hack): Declare.
2594
2595 * regcache.c (register_offset_hack): New function.
2596 (regcache_cooked_read_using_offset_hack): New function.
2597 (regcache_cooked_write_using_offset_hack): New function.
2598 (regcache_dump): Check that the registers, according to their
2599 offset, are packed hard against each other.
2600 (cooked_xfer_using_offset_hack): New function.
2601
2602 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2603
2604 * regcache.c (struct regcache_descr): Add field register_type.
2605 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2606 in as a parameter
2607 (init_regcache_descr): Initialize register_type. Pass the descr
2608 to init_legacy_regcache_descr. Use register_type instead of
2609 REGISTER_VIRTUAL_TYPE.
2610 (register_type): New function.
2611 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2612 * regcache.h (register_type): Declare.
2613
2614 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2615
2616 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2617 instead of deprecated_store_return_value. Fix fallout from
2618 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2619
2620 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2621
2622 * regcache.c (max_register_size): New function.
2623 (init_legacy_regcache_descr): Ensure that max_register_size is
2624 large enough for REGISTER_VIRTUAL_SIZE.
2625 * regcache.h (max_register_size): Declare.
2626
2627 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2628
2629 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2630 store_return_value.
2631 (e500_extract_return_value): Change type of valbuf pointer to
2632 void.
2633
2634 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2635
2636 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2637 workaround.
2638
2639 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2640 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2641 long long) to prevent compiler warning on 64-bit systems.
2642
2643 2002-08-23 Andrew Cagney <cagney@redhat.com>
2644
2645 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2646 (DEPRECATED_STORE_RETURN_VALUE): New method.
2647 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2648 * gdbarch.h, gdbarch.c: Re-generate.
2649
2650 * values.c (set_return_value): Pass current_regcache to
2651 STORE_RETURN_VALUE.
2652 * arch-utils.h (legacy_store_return_value): Declare.
2653 * arch-utils.c (legacy_store_return_value): New function.
2654 (legacy_extract_return_value): Update parameters.
2655
2656 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2657 STORE_RETURN_VALUE.
2658 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2659 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2660 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2661 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2662 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2663 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2664 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2665 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2666 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2667 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2668
2669 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2670 * i386-tdep.c (i386_extract_return_value): Update.
2671 * arch-utils.c (legacy_extract_return_value): Update.
2672 * frv-tdep.c (frv_gdbarch_init): Update.
2673 * cris-tdep.c (cris_gdbarch_init): Update.
2674 * d10v-tdep.c (d10v_gdbarch_init): Update.
2675 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2676 * m68k-tdep.c (m68k_gdbarch_init): Update.
2677 * mcore-tdep.c (mcore_gdbarch_init): Update.
2678 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2679 * s390-tdep.c (s390_gdbarch_init): Update.
2680 * sparc-tdep.c (sparc_gdbarch_init): Update.
2681 * sh-tdep.c (sh_gdbarch_init): Update.
2682 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2683 * v850-tdep.c (v850_gdbarch_init): Update.
2684 * avr-tdep.c (avr_gdbarch_init): Update.
2685 * ia64-tdep.c (ia64_gdbarch_init): Update.
2686 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2687 * vax-tdep.c (vax_gdbarch_init): Update.
2688 * alpha-tdep.c (alpha_gdbarch_init): Update.
2689 * arm-tdep.c (arm_gdbarch_init): Update.
2690 * mips-tdep.c (mips_gdbarch_init): Update.
2691 * i386-tdep.c (i386_gdbarch_init): Update.
2692
2693 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2694
2695 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2696 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2697
2698 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2699
2700 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2701 problems.
2702
2703 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2704
2705 * infrun.c (handle_inferior_event): Move a comment outside of a
2706 function call, in order to avoid indent reformatting this part
2707 of the code in an unreadable way.
2708
2709 2002-08-23 Grace Sainsbury <graces@redhat.com>
2710
2711 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2712 when breakpoints fail. Move general breakpoint error messages to
2713 insert_breakpoints.
2714 * breakpoint.c (insert_breakpoints): Change warnings when
2715 breakpoints are nto inserted to specify the type. Remove call to
2716 memory_error when hardware breakpoints can't be inserted. Remove
2717 multiple calls to warning so all messages are sent to the user at
2718 once.
2719 (delete_breakpoints): Make insert error messsages more explicit.
2720
2721 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2722
2723 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2724 gdbserver/ChangeLog.
2725
2726 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2727
2728 * i386-tdep.c: Include "objfiles.h".
2729 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2730 skip_trampoline_code.
2731 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2732 (CPLUS_MARKER): Define to '.'.
2733
2734 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2735 member.
2736 (linux_corefile_thread_callback): Increase args->num_notes.
2737 (linux_make_note_section): Initialize thread_args.num_notes, and
2738 use it to determine whether notes for any threads were created.
2739
2740 2002-08-23 Donn Terry <donnte@microsoft.com>
2741
2742 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2743 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2744 and PCUNKILL.
2745 (write_with_trace): Conditionalize out the switch branch handling
2746 PCSHOLD if the corresponding macro is not defined. Likewise for
2747 PRSABORT and PRSTOP.
2748 This change will be needed by the Interix port.
2749
2750 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2751
2752 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2753 write_register wherever possible instead of manipulating the
2754 register bytes directly.
2755 Assign VALUE_CONTENTS to a variable and use that.
2756 The GPR numbers are now dependent on the architecture.
2757
2758 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2759
2760 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2761 ev_offset fields.
2762 (skip_prologue): Add support for BookE/e500 instructions.
2763 (e500_extract_return_value): New function.
2764 (frame_get_saved_regs): Add support for saving ev registers and
2765 pseudo gpr's.
2766 (e500_store_return_value): New function.
2767 (rs6000_gdbarch_init): Move up default intializations of
2768 deprecated_extract_return_value and store_return_value. Overwrite
2769 init of store_return_value with e500 specific version.
2770 Set extract_return_value for e500.
2771
2772 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2773
2774 * blockframe.c (generic_call_dummy_register_unwind): Use
2775 regcache_cooked_read to catch cases in which the variable is
2776 stored in a pseudo register.
2777
2778 2002-08-22 Andrew Cagney <cagney@redhat.com>
2779
2780 * NEWS: Mention that the i960 has been made obsolete.
2781 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2782 i960-tdep.c
2783 (remote-nrom.o): Obsolete target.
2784 (remote-nindy.o, i960-tdep.o): Ditto.
2785 * remote-nrom.c: Make file obsolete.
2786 * remote-nindy.c, remote-vx960.c: Ditto.
2787 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2788 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2789 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2790 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2791 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2792 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2793 i960-*-vxworks* obsolete.
2794 * MAINTAINERS: Note that the i960 is obsolete.
2795
2796 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2797
2798 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2799 detach to allow reinitialization.
2800
2801 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2802
2803 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2804 attempt).
2805
2806 2002-08-22 Jim Blandy <jimb@redhat.com>
2807
2808 * coffread.c (coff_symfile_read): Don't try to read the line
2809 number table from disk if the image file doesn't have a symbol
2810 table; we'll never actually look at the info anyway, and Windows
2811 ships DLL's with bogus file offsets for the line number data.
2812
2813 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2814
2815 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2816 an e500 executable.
2817
2818 2002-08-21 Michael Snyder <msnyder@redhat.com>
2819
2820 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2821 (MSYMBOL_SIZE): Replace macro with function.
2822 (DEFAULT_MIPS_TYPE): Delete unused macro.
2823 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2824 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2825
2826 2002-08-21 Jim Blandy <jimb@redhat.com>
2827
2828 * valops.c (value_cast): Simplify and correct logic for doing a
2829 static cast from a pointer to a base class to a pointer to a
2830 derived class.
2831
2832 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2833
2834 * infcmd.c (default_print_registers_info): Replace
2835 do_registers_info.
2836 (registers_info): Use gdbarch_print_registers_info instead of
2837 DO_REGISTERS_INFO.
2838 * inferior.h (default_print_registers_info): Replace
2839 do_registers_info.
2840 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2841 (DO_REGISTERS_INFO): Change to a predicate function.
2842 * gdbarch.h, gdbarch.c: Regenerate.
2843
2844 2002-08-21 Keith Seitz <keiths@redhat.com>
2845
2846 * gdb-events.sh: Add target-changed event.
2847 * gdb-events.c: Regenerated.
2848 * gdb-events.c: Regenerated.
2849 * valops.c (value_assign): Add target-changed event notification
2850 to inlval_register, lval_memory, and lval_reg_frame_relative.
2851
2852 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2853
2854 * NEWS: Add an entry regarding the improvement of the next/step
2855 operation on Alpha Tru64 multi-processor machines.
2856
2857 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2858
2859 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2860 directores.
2861 * Makefile.in: Update all _h macro definitions.
2862 * Makefile.in (install-gdbtk): Move to install section.
2863 (rdi-share/libangsd.a): Move to end of file.
2864
2865 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2866
2867 * frame.c (frame_register_unwind): When a register, set addrp to
2868 the register's byte.
2869
2870 2002-08-20 Michael Snyder <msnyder@redhat.com>
2871
2872 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2873 used locally, so move them from the target machine header to here.
2874 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2875 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2876 Make static.
2877 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2878
2879 2002-08-20 Andrew Cagney <cagney@redhat.com>
2880
2881 * NEWS: Mention that the Apollo line was made obsolete.
2882 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2883 m68*-hp-hpux* obsolete.
2884 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2885 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2886 * buildsym.c (make_blockvector): Make static.
2887 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2888 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2889 (ALLDEPFILES): Remove dstread.c.
2890 (dstread.o): Obsolete make rule.
2891 * dstread.c: Makefile obsolete.
2892 * dst.h: Ditto.
2893 * config/m68k/hp300hpux.mt: Ditto.
2894 * config/m68k/hp300hpux.mh: Ditto.
2895 * config/m68k/hp300bsd.mt: Ditto.
2896 * config/m68k/hp300bsd.mh: Ditto.
2897 * config/m68k/apollo68b.mt: Ditto.
2898 * config/m68k/apollo68v.mh: Ditto.
2899 * config/m68k/apollo68b.mh: Ditto.
2900
2901 2002-08-20 Michael Snyder <msnyder@redhat.com>
2902
2903 * mips-tdep.c (mips_in_return_stub): Make static.
2904 (mips_gdbarch_init): Set in_solib_return_trampoline.
2905 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2906
2907 2002-08-20 Michael Snyder <msnyder@redhat.com>
2908
2909 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2910 * gdbarch.c, gdbarch.h: Regenerate.
2911 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2912 Add.
2913 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2914
2915 2002-08-20 Michael Snyder <msnyder@redhat.com>
2916
2917 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2918 (mips_gdbarch_init): Set skip_trampoline_code,
2919 in_solib_call_trampoline.
2920 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2921 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2922
2923 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2924
2925 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2926
2927 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2928 vector type for ev registers.
2929 (e500_pseudo_register_read): New function.
2930 (e500_pseudo_register_write): New function.
2931 (e500_dwarf2_reg_to_regnum): New function.
2932 (PPC_UISA_NOFP_SPRS): New macro.
2933 (PPC_EV_REGS): New macro.
2934 (PPC_GPRS_PSEUDO_REGS): New macro.
2935 (registers_e500): New register set for e500.
2936 (variants): Add e500 variant.
2937 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2938 before setting architectural dependent variations. Initialize ev
2939 registers numbers. Add case for e500 architecture. Set the
2940 number of pseudo registers.
2941
2942 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2943
2944 * rs6000-tdep.c: Clean up comments.
2945
2946 2002-08-20 Andrew Cagney <cagney@redhat.com>
2947
2948 * h8300-tdep.c: Re-indent file.
2949
2950 2002-08-20 Jim Blandy <jimb@redhat.com>
2951
2952 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2953 default for this.
2954
2955 2002-08-20 Keith Seitz <keiths@redhat.com>
2956
2957 * breakpoints.c (watch_command_1): Use internal breakpoint
2958 when setting a watchpoint_scope breakpoint.
2959
2960 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2961
2962 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2963 (build_builtin_type_vec64i): Ditto.
2964 (build_builtin_type_vec128): Ditto.
2965 (build_builtin_type_vec128i): Ditto.
2966
2967 2002-08-19 Michael Snyder <msnyder@redhat.com>
2968
2969 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2970 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2971 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2972 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2973 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2974 CALL_DUMMY_ADDRESS): Delete.
2975 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2976 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2977 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2978 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2979 push_return_address.
2980 (mips_register_raw_size, mips_eabi_use_struct_convention,
2981 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2982 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2983 mips_init_extra_frame_info, mips_eabi_push_arguments,
2984 mips_n32n64_push_arguments, mips_push_return_address,
2985 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2986 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2987
2988 2002-08-19 Michael Snyder <msnyder@redhat.com>
2989
2990 * mips-tdep.c (mips_frame_num_args): New function.
2991 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2992 frame_saved_pc, frame_args_address, frame_locals_address,
2993 frame_num_args, and frame_args_skip.
2994 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2995 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2996 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2997 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2998
2999 2002-08-20 Michael Snyder <msnyder@redhat.com>
3000
3001 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3002 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3003 * mips-tdep.c (mips_store_struct_return): New function.
3004 (mips_extract_struct_value_address): New function.
3005 (mips_gdbarch_init): Set store_struct_return and
3006 extract_struct_value_address.
3007
3008 2002-08-20 David Carlton <carlton@math.stanford.edu>
3009
3010 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3011 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3012 (read_file_scope): Check that line_header is nonzero before
3013 decoding macro information.
3014
3015 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3016
3017 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3018 flag the general-purpose registers as floating-point on targets
3019 that don't support the floating-point registers.
3020
3021 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3022
3023 * rs6000-tdep.c (altivec_register_p): Delete.
3024 (rs6000_do_altivec_registers): Delete.
3025 (rs6000_altivec_registers_info): Delete.
3026 (rs6000_do_registers_info): Delete.
3027 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3028 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3029
3030 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3031
3032 * infcmd.c (do_registers_info): Print vector registers in hex
3033 format only.
3034 (print_vector_info): Check that printing registers
3035 makes sense.
3036 (print_float_info): Ditto.
3037
3038 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3039
3040 * mips-tdep.c (mips_gdbarch_init): Update.
3041 (mips_o32_extract_return_value): Rewrite.
3042 (mips_o32_store_return_value): Rewrite.
3043 (mips_o32_xfer_return_value): New function.
3044 (mips_xfer_register): Tweak debug print message. Allow for
3045 buf_offset when dumping the value transfered.
3046
3047 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3048
3049 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3050 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3051 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3052 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3053 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3054
3055 2002-08-14 Michael Snyder <msnyder@redhat.com>
3056
3057 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3058
3059 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3060
3061 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3062 register.
3063 (P): New macro to define a register as a pseudo register.
3064 (R, R4, R8, R16, FR32, R64, R0): Updated.
3065 (struct variant): Add new fields for number of pseudo registers
3066 and number of total registers.
3067 (tot_num_registers): New macro replacing....
3068 (num_registers): ...deleted macro.
3069 (num_registers): New function.
3070 (num_pseudo_registers): New function.
3071 (variants): Update all variants to intialize new fields correctly.
3072 Postpone initialization of number of pseudo regs and real regs.
3073 (init_variants): New function.
3074 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3075 registers offsets.
3076
3077 2002-08-19 David Carlton <carlton@math.stanford.edu>
3078
3079 * valops.c (search_struct_field): Change error message to treat
3080 return value of 0 from value_static_field as meaning that field is
3081 optimized out.
3082 (value_struct_elt_for_reference): Ditto.
3083 * values.c (value_static_field): Treat an unresolved location the
3084 same as a nonexistent symbol. Fix PR gdb/635.
3085 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3086 enclosed. Fix PR gdb/574.
3087 * MAINTAINERS: Add self to Write After Approval list.
3088
3089 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3090
3091 * mips-tdep.c (mips_xfer_register): New function.
3092 (mips_n32n64_extract_return_value): Rewrite.
3093 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3094 instead of deprecated_extract_return_value.
3095
3096 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3097
3098 * rs6000-tdep.c (TDEP): Delete macro.
3099 (branch_dest): Replace use of TDEP macro with its body.
3100 (rs6000_pop_frame): Ditto.
3101 (rs6000_push_arguments): Ditto.
3102 (rs6000_skip_trampoline_code): Ditto.
3103 (rs6000_frame_saved_pc): Ditto.
3104 (rs6000_frame_chain): Ditto.
3105 (rs6000_register_name): Ditto.
3106 (rs6000_register_byte): Ditto.
3107 (rs6000_register_raw_size): Ditto.
3108 (rs6000_register_virtual_type): Ditto.
3109 (rs6000_register_convertible): Ditto.
3110 (rs6000_convert_from_func_ptr_addr): Ditto.
3111
3112 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3113
3114 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3115 conditionally.
3116 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3117 MIPS_LINUX_JB_ELEMENT_SIZE.
3118 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3119 for MAX_REGISTER_RAW_SIZE arrays.
3120 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3121 MIPS_LINUX_JB_ELEMENT_SIZE.
3122
3123 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3124
3125 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3126
3127 2002-08-19 Aidan Skinner <aidan@velvet.net>
3128
3129 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3130 ada-valprint.c ada-tasks.c.
3131 (YYFILES): Add ada-exp.y.
3132 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3133 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3134 (ada-exp.tab.o): New target.
3135
3136 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3137
3138 * regcache.c (regcache_xfer_part): New function.
3139 (regcache_raw_read_part): New function.
3140 (regcache_raw_write_part): New function.
3141 (regcache_cooked_read_part): New function.
3142 (regcache_cooked_write_part): New function.
3143 * regcache.h (regcache_raw_read_part): Declare.
3144 (regcache_raw_write_part): Declare.
3145 (regcache_cooked_read_part): Declare.
3146 (regcache_cooked_write_part): Declare.
3147
3148 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3149
3150 * remote.c (remote_open_1): Add async_p.
3151 (remote_async_open_1): Delete.
3152 (open_remote_target): Delete.
3153 (remote_open, extended_remote_open): Update calls to remote_open_1.
3154 (remote_async_open, extended_remote_async_open): Call
3155 remote_open_1 instead of remote_async_open_1.
3156
3157 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3158
3159 * blockframe.c: Fix a few coding standard violations.
3160
3161 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3162
3163 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3164 here from ...
3165 * config/i386/tm-i386sco5.h: ... here. File removed.
3166 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3167
3168 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3169 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3170 (TM_FILE): Set to tm-i386.h.
3171 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3172 * config/i386/tm-i386v.h: Remove file.
3173 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3174 instead of "i386/tm-i386v.h".
3175 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3176 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3177 "i386/tm-i386v.h".
3178 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3179 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3180 "i386/tm-i386.h".
3181
3182 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3183
3184 * config/i386/nm-i386v.h: Add protection against
3185 multiple-inclusion.
3186 (i386_register_u_addr): Remove prototype.
3187 (register_u_addr): New prototype.
3188 (REGISTER_U_ADDR): Redefine accordingly.
3189 * i386v-nat.c: Improve several comments.
3190 (i386_register_u_addr): Change signature and rename to
3191 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3192 ubase variable.
3193
3194 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3195
3196 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3197 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3198 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3199 deprecated_extract_return_value.
3200 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3201 rename mips_o32o64_push_arguments.
3202 (mips_gdbarch_init): Update.
3203 (mips_extract_return_value): Delete.
3204 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3205 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3206 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3207 (mips_n32n64_extract_return_value): Clone
3208 mips_extract_return_value.
3209 (mips_store_return_value): Delete.
3210 (mips_o32_store_return_value): Clone mips_store_return_value.
3211 (mips_o64_store_return_value): Clone mips_store_return_value.
3212 (mips_eabi_store_return_value): Clone mips_store_return_value.
3213 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3214
3215 2002-08-18 Aidan Skinner <aidan@velvet.net>
3216
3217 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3218 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3219
3220 2002-08-18 Aidan Skinner <aidan@velvet.net>
3221
3222 * ada-lang.c: Run through gdb_indent.sh.
3223 * ada-lang.h: Run through gdb_indent.sh.
3224 * ada-tasks.c: Run through gdb_indent.sh.
3225 * ada-typeprint.c: Run through gdb_indent.sh.
3226 * ada-valprint.c: Run through gdb_indent.sh.
3227
3228 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3229
3230 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3231 ABI.
3232
3233 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3234
3235 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3236
3237 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3238 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3239
3240 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3241 write_register_gen instead of write_register_bytes.
3242
3243 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3244 i[3456]-*-osf1mk* configurations have been made obsolete.
3245 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3246 i[3456]86-*-osf1mk* hosts obsolete.
3247 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3248 targets obsolete.
3249 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3250 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3251 config/i386/i386m3.mt, config/i386/nm-m3.h,
3252 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3253 config/i386/i386mk.mh, config/i386/i386mk.mt,
3254 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3255 obsolete.
3256 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3257 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3258 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3259
3260 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3261
3262 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3263 (hppa_value_returned_from_stack): Declare.
3264 (hppa_extract_return_value): Declare.
3265 * config/pa/hppa.mt: New file.
3266 * configure.tgt: Recognize hppa*-*-*.
3267 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3268
3269 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3270
3271 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3272 comment.
3273
3274 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3275
3276 * top.c (gdb_rl_operate_and_get_next): Make sure
3277 operate-and-get-next functions correctly even when the history
3278 list is completely filled.
3279
3280 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3281
3282 * MAINTAINERS (Target Instruction Set Architectures): Rename
3283 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3284 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3285 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3286 already listed under Host/Native.
3287
3288 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3289 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3290 mips*-*-*.
3291
3292 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3293
3294 * config/ia64/ia64.mt: New file.
3295 * config/alpha/alpha.mt: New file.
3296 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3297 ia64-linux-gnu. Mention that ia64-elf is broken.
3298 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3299
3300 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3301
3302 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3303 generic_func_frame_valid instead of func_frame_valid.
3304
3305 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3306
3307 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3308 procfs appears to be broken when debugging on multi-processor
3309 machines. So enable software single stepping in order to avoid
3310 using the procfs interface to do next/step operations, using
3311 internal breakpoints instead.
3312
3313 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3314 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3315 make this pc address equal to the value it would have if the
3316 system stepping capability was used. Also set a new flag used
3317 to ensure that we don't readjust the PC one more time later.
3318
3319 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3320 address by DECR_PC_AFTER_BREAK when software single step is
3321 in use for this architecture, as this has already been taken
3322 care of in handle_inferior_event().
3323
3324 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3325
3326 * infrun.c (handle_inferior_event): Minor reformatting, to make
3327 a rather long condition expression easier to read.
3328
3329 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3330
3331 * Makefile.in (gdbtk.o): Move to end of file.
3332 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3333 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3334 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3335 (gdbtk-wrapper.o, gdbres.o): Ditto.
3336
3337 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3338
3339 * Makefile.in (copying.o): Separate out compile rule.
3340 (hpux-thread.o, procfs.o, signals.o): Ditto.
3341 (v850ice.o, z8k-tdep.o): Ditto.
3342 (tui-file.o): Move to TUI section.
3343 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3344 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3345
3346 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3347
3348 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3349 skip_trampoline_code, for better namespace-proofing.
3350
3351 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3352
3353 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3354
3355 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3356
3357 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3358
3359 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3360 signal, check whether we hit a breakpoint before checking for a
3361 single step breakpoint. Otherwise, GDB fails to notice that a
3362 breakpoint has been hit when stepping onto a breakpoint.
3363
3364 2002-08-16 Keith Seitz <keiths@redhat.com>
3365
3366 * gdb-events.sh (clear_gdb_event_hooks): New function.
3367 * gdb-events.c: Regenerate.
3368 * gdb-events.h: Regenerate.
3369
3370 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3371
3372 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3373 not_a_sw_breakpoint.
3374 * breakpoint.h (bpstat_stop_status): Add parameter names.
3375
3376 2002-08-16 Grace Sainsbury <graces@redhat.com>
3377
3378 * remote.c (remote_insert_hw_breakpoint)
3379 (remote_remove_hw_breakpoint): Fix calculation of length field
3380 for Z-packet.
3381
3382 2002-08-15 Michael Snyder <msnyder@redhat.com>
3383
3384 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3385 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3386 (supply_fpregset): Ditto.
3387
3388 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3389 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3390 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3391 (TARGET_READ_SP): Delete.
3392 (DO_REGISTERS_INFO): Delete.
3393 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3394 Delete.
3395 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3396 from macros to functions.
3397
3398 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3399 (mips_register_convertible, mips_register_convert_to_virtual,
3400 mips_register_convert_to_raw): Make static.
3401 (mips_read_sp): New function.
3402 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3403 (mips_do_registers_info): Make static.
3404 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3405 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3406 (mips_register_convert_from_type, mips_register_convert_to_type):
3407 New functions.
3408 (mips_gdbarch_init): Set up function_start_offset,
3409 register_virtual_size, pc_in_sigtramp.
3410
3411 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3412
3413 * infcmd.c (vector_info): New function.
3414 (_initialize_infcmd): Add command "info vector".
3415 (print_vector_info): New function.
3416
3417 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3418 * gdbarch.h, gdbarch.c: Regenerate.
3419
3420 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3421
3422 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3423 ``print_all''. Only print vector registers when ``print_all''.
3424
3425 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3426
3427 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3428 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3429
3430 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3431 Add `args' parameter.
3432 * gdbarch.h, gdbarch.c: Regenerate.
3433
3434 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3435
3436 * infcmd.c (float_info): Call print_float_info.
3437 (print_float_info): New function. By default, print the
3438 floating-point registers.
3439
3440 * arch-utils.h (default_print_float_info): Delete declaration.
3441 * arch-utils.c (default_print_float_info): Delete function.
3442
3443 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3444
3445 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3446 out define.
3447
3448 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3449 FRAME.
3450
3451 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3452 * configure.host: Make i[3456]86-*-aix host obsolete.
3453 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3454 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3455 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3456 config/i386/xm-i386aix.h: Make files obsolete.
3457 * i386aix-nat.c: Make file obsolete.
3458 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3459 (i386aix-nat.o): Make target obsolete.
3460
3461 * config/i386/nm-gnu.h: Removed.
3462 * config/i386/nm-i386gnu.h: New file.
3463 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3464 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3465 Moved here from ...
3466 * config/i386/tm-i386gnu.h: ... here. Removed.
3467 * config/i386/xm-i386gnu.h: Removed.
3468 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3469 (NAT_FILE): Set to nm-i386gnu.h.
3470 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3471 * i386-tdep.c: New file.
3472 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3473 (i386gnu-tdep.o): Specify dependencies.
3474
3475 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3476
3477 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3478 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3479 Adjust a few comments to reflect reality a bit closer.
3480 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3481 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3482 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3483 target_insert_watchpoint, target_remove_watchpoint):
3484 Move defines to ...
3485 * config/i386/nm-i386sco5.h: ... here.
3486 (kernel_u_size): Add prototype. Improve a few comments and add
3487 protection against multiple inclusion.
3488
3489 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3490 out define.
3491
3492 * uw-thread.c (SP_ARG0): Define if not already defined.
3493 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3494
3495 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3496
3497 * config/i386/tm-i386.h: Don't include "regcache.h".
3498
3499 * i387-tdep.h (i387_print_float_info): New prototype.
3500 * i387-tdep.c (print_i387_value, print_i387_ext,
3501 print_i387_status_word, print_i387_control_word): Add `struct
3502 ui_file *' argument and use it for output.
3503 (i387_print_float_info): Renamed from i387_float_info. Add
3504 `struct gdbarch *' and `struct ui_file *' arguments and use the
3505 latter for output.
3506 * i386-tdep.c: Include "i387-tdep.h".
3507 (i386_gdbarch_init): Set print_float_info.
3508 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3509 (FLOAT_INFO): Remove define.
3510
3511 2002-08-13 Michael Snyder <msnyder@redhat.com>
3512
3513 * mips-tdep.c (mips_push_arguments): Rename to
3514 mips_eabi_push_arguments, and tune for EABI.
3515 (MIPS_REGS_HAVE_HOME_P): Delete.
3516 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3517 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3518 Delete references to mips_regs_have_home_p.
3519
3520 2002-08-14 Keith Seitz <keiths@redhat.com>
3521
3522 * Makefile.in (install-gdbtk): Create insight plugin directory.
3523 Install plugins.tcl file.
3524
3525 2002-08-14 Keith Seitz <keiths@redhat.com>
3526
3527 * configure.in: Move SUBDIRS to near top of the file so that
3528 --enable options may add things to it.
3529 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3530 * configure: Regenerate.
3531
3532 2002-08-13 Michael Snyder <msnyder@redhat.com>
3533
3534 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3535 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3536 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3537
3538 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3539
3540 * vax-tdep.c (vax_get_saved_register): Delete function.
3541 (vax_gdbarch_init): Update.
3542 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3543 (ns32k_gdbarch_init): Update.
3544 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3545 (alpha_gdbarch_init): Update.
3546
3547 2002-08-13 Andrew Cagney <cagney@redhat.com>
3548
3549 * regcache.c (init_regcache_descr): Overallocate the
3550 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3551 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3552 nr_raw_registers.
3553 (set_register_cached): Add range checking assertions. Use
3554 current_regcache.
3555
3556 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3557
3558 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3559 numbers for MMX registers.
3560
3561 2002-08-13 Andrew Cagney <cagney@redhat.com>
3562
3563 * i386-tdep.c (i386_gdbarch_init): Use
3564 generic_unwind_get_saved_register.
3565
3566 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3567
3568 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3569 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3570 target vector.
3571 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3572 Delete. Add comment regarding this now-deleted target method.
3573
3574 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3575
3576 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3577 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3578 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3579 real PC and the page number (if it's within the memory bank window).
3580 (m68hc11_pseudo_register_write): Likewise when saving.
3581 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3582 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3583 (m68hc11_register_raw_size): And use 32-bit for it.
3584 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3585 16K memory bank is used by the prog; also use the virtual pc.
3586
3587 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3588
3589 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3590 (m68hc11_gdbarch_init): Install it in gdbarch.
3591 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3592 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3593 (MSYMBOL_SIZE): New for documentation.
3594 (insn_return_kind): Enum to specify how a function returns.
3595 (frame_extra_info): Cleanup and record the return mode.
3596 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3597 register in address computation.
3598 (m68hc11_get_return_insn): New to obtain the return instruction used
3599 by the function.
3600 (m68hc11_frame_init_saved_regs): Take into account the return
3601 instruction used by the function for far and interrupt functions.
3602 (m68hc11_init_extra_frame_info): Take into account page register.
3603 (m68hc11_frame_args_address): Adjust according to the return mode.
3604 (show_regs): Print page register only when it's used.
3605
3606 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3607
3608 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3609 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3610 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3611 registers.
3612 (m68hc11_register_raw_size): Likewise.
3613
3614 2002-08-13 Andrew Cagney <cagney@redhat.com>
3615
3616 * i386-tdep.c (i386_register_name): Handle mmx registers.
3617 (mmx_regnum_p): New function.
3618 (i386_mmx_names): New array.
3619 (mmx_num_regs): New variable.
3620 (i386_pseudo_register_read): New function.
3621 (i386_pseudo_register_write): New function.
3622 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3623
3624 * regcache.c (regcache_raw_read_unsigned): New function.
3625 (regcache_raw_read_signed): New function.
3626 * regcache.h (regcache_raw_read_unsigned): Declare.
3627 (regcache_raw_read_signed): Declare.
3628
3629 2002-08-13 Andrew Cagney <cagney@redhat.com>
3630
3631 * regcache.c (regcache_raw_read_as_address): Delete function.
3632 (regcache_cooked_read_signed): New function.
3633 (regcache_cooked_read_unsigned): New function.
3634 * regcache.h (regcache_cooked_read_signed): Declare.
3635 (regcache_cooked_read_unsigned): Declare.
3636 (regcache_raw_read_as_address): Delete declaration.
3637
3638 * blockframe.c (generic_read_register_dummy): Use
3639 regcache_cooked_read_unsigned.
3640 * i386-tdep.c (i386_extract_struct_value_address): Use
3641 regcache_cooked_read_unsigned.
3642
3643 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3644
3645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3646 double sizes according to ELF ABI flags.
3647 (gdbarch_tdep): Record elf_flags.
3648
3649 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3650
3651 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3652 (m6812_prolog): They can appear in 68HC12 function prologue.
3653 (m68hc11_frame_chain): Cleanup.
3654
3655 2002-08-12 Andrew Cagney <cagney@redhat.com>
3656
3657 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3658 declarations.
3659 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3660 (i386_linux_register_raw_size): Delete function.
3661 (i386_linux_init_abi): Update.
3662 * i386-tdep.c (i386_register_raw_size): Delete function.
3663 (i386_register_byte): Delete function.
3664 (i386_gdbarch_init): Update.
3665 (i386_register_size): Delete array.
3666 (i386_register_offset): Delete array.
3667
3668 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3669 (REGISTER_RAW_SIZE): Delete macro.
3670 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3671 (REGISTER_BYTE): Delete macro.
3672
3673 2002-08-11 Aidan Skinner <aidan@velvet.net>
3674
3675 * ada-lang.c (ada_lookup_partial_symbol)
3676 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3677 prototype names so that grep ^func works properly.
3678
3679 * ada-lang.c (ada_array_element_type)
3680 (ada_lookup_partial_symbol): Fix typos in parameter list.
3681
3682 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3683 Fix prototype names so that grep ^func works properly.
3684
3685 2002-08-10 Andrew Cagney <cagney@redhat.com>
3686 Elena Zannoni <ezannoni@redhat.com>
3687 Martin M. Hunt <hunt@redhat.com>
3688
3689 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3690 (build_builtin_type_vec128i): Set the vector bit.
3691 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3692 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3693 (build_builtin_type_vec64): New function.
3694 (build_builtin_type_vec64i): New function.
3695 (build_gdbtypes): Initialize builtin_type_vec64 and
3696 builtin_type_vec64i.
3697
3698 2002-08-09 Andrew Cagney <cagney@redhat.com>
3699
3700 * regcache.c (regcache_dump): Compare the register offset
3701 with REGISTER_BYTE.
3702 * arch-utils.c (generic_register_byte): New function.
3703 * arch-utils.h (generic_register_byte): Declare.
3704 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3705 * gdbarch.h, gdbarch.c: Regenerate.
3706
3707 2002-08-09 Andrew Cagney <cagney@redhat.com>
3708
3709 * regcache.c: Include "gdbcmd.h"
3710 (_initialize_regcache): Add commands "maintenance print
3711 registers", "maintenance print raw-registers" and "maintenance
3712 print cooked-registers".
3713 (enum regcache_dump_what): Define.
3714 (dump_endian_bytes): New function.
3715 (regcache_dump): New function.
3716 (regcache_print): New function.
3717 (maintenance_print_registers): New function.
3718 (maintenance_print_raw_registers): New function.
3719 (maintenance_print_cooked_registers): New function.
3720 * Makefile.in (regcache.o): Update dependencies.
3721
3722 2002-08-09 Michael Snyder <msnyder@redhat.com>
3723
3724 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3725 (mips_push_arguments): Correct some comments. Use paddr_nz
3726 for printing addresses in debug output. Replace static
3727 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3728 (mips_n32n64_push_arguments): New function, cloned from
3729 mips_push_arguments and tuned for the n32/n64 ABI.
3730 (mips_push_register): Buffer needs dynamic allocation.
3731 (mips_print_register): Ditto.
3732 (do_gp_register_row): Ditto.
3733 (mips_store_return_value): Ditto.
3734 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3735
3736 2002-08-09 Don Howard <dhoward@redhat.com>
3737
3738 * memattr.c (mem_info_command): Print special case of upper bound
3739 as max CORE_ADDR + 1.
3740
3741 2002-08-08 Michael Snyder <msnyder@redhat.com>
3742
3743 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3744 returns structs by ref if they're too big to fit in two registers.
3745
3746 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3747
3748 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3749 saved regs value.
3750 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3751 mips_find_saved_regs().
3752 (mips_pop_frame): Likewise.
3753
3754 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3755
3756 * blockframe.c (frame_saved_regs_register_unwind): Revise
3757 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3758 frames are in use.
3759
3760 2002-08-09 Grace Sainsbury <graces@redhat.com>
3761
3762 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3763 T-packets; the 'a' is not taken as a register number.
3764 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3765 (remote_stopped_data_address): New functions; add to target
3766 vector.
3767 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3768 prototypes to match other implementations of this
3769 function. replace integer argument with pointer -- the length
3770 field in the Z-packet is the length of what is pointed to or 1 if
3771 pointer is null. Add to target vector.
3772 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3773 target vector.
3774
3775 From Mark Salter:
3776 * remote.c (remote_wait): Add support to extract optional
3777 watchpoint information from T-packet. Ignore unrecognized
3778 optional info in T-packet.
3779 (remote_async_wait): Ditto.
3780
3781 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3782
3783 * cli/cli-dump.c: Change fopen modes to use binary open modes
3784 as defined in include/fopen-bin.h throughout.
3785
3786 2002-08-08 Michael Snyder <msnyder@redhat.com>
3787
3788 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3789
3790 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3791
3792 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3793 assertion failure by returning early after a warning.
3794
3795 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3796
3797 * mips-tdep.c (mips_find_saved_regs): Make static.
3798 (mips_frame_init_saved_regs): New function.
3799 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3800 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3801 (mips_find_saved_regs): Delete declaration.
3802
3803 2002-08-08 Grace Sainsbury <graces@redhat.com>
3804
3805 * remote.c (remote_wait, remote_async_wait): Change
3806 thread_num from int to ULONGEST.
3807 (unpack_varlen_hex): Change result parameter from
3808 int * to ULONGEST *.
3809
3810 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3811
3812 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3813 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3814 powerpc*-*-*.
3815 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3816
3817 2002-08-08 Andrew Cagney <cagney@redhat.com>
3818
3819 * gcore.c (override_derive_stack_segment): Delete variable.
3820 (preempt_derive_stack_segment): Delete function.
3821 (derive_stack_segment): Delete function.
3822 (default_derive_stack_segment): Renamed to derive_stack_segment.
3823 (override_derive_heap_segment): Delete variable.
3824 (preempt_derive_heap_segment): Delete function.
3825 (derive_heap_segment): Delete function.
3826 (default_derive_heap_segment): Rename to derive_heap_segment.
3827
3828 2002-08-06 Michael Snyder <msnyder@redhat.com>
3829
3830 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3831 * mips-tdep.c (mips_EABI_use_struct_convention,
3832 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3833 New functions. (mips_use_struct_convention): Delete.
3834 (mips_gdbarch_init): set use_gdbarch_convention.
3835
3836 2002-08-06 Michael Snyder <msnyder@redhat.com>
3837
3838 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3839 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3840 mips_o32_reg_struct_has_addr): New functions.
3841 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3842
3843 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3844
3845 * regcache.c (pseudo_register): Delete function.
3846 (fetch_register): Delete function.
3847 (store_register): Delete function.
3848 (regcache_raw_read, legacy_read_register_gen): Use
3849 target_fetch_registers instead of fetch_register.
3850 (legacy_write_register_gen, regcache_raw_write): Use
3851 target_store_register instead of store_register.
3852 (write_register_bytes): Ditto.
3853
3854 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3855 (STORE_PSEUDO_REGISTER): Delete.
3856 * gdbarch.h, gdbarch.c: Regenerate.
3857
3858 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3859
3860 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3861 write dump file binary.
3862
3863 2002-08-05 Michael Snyder <msnyder@redhat.com>
3864
3865 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3866 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3867 (mips_gdbarch_init): Set N32 target to be mips64.
3868
3869 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3870
3871 * frame.c (find_saved_register): Break out of loop once saved
3872 register address is found. Don't mention sparc in loop comment
3873 anymore.
3874
3875 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3876
3877 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3878 mips_default_saved_regsize to 8.
3879
3880 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3881
3882 * gcore.c: Do not include <sys/procfs.h>.
3883 * Makefile.in (gcore.o): Update dependencies.
3884
3885 2002-08-06 Andrew Cagney <cagney@redhat.com>
3886
3887 * configure.tgt: Make arc-*-* obsolete.
3888 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3889 * MAINTAINERS: Make arc-elf obsolete.
3890 * arc-tdep.c: Make file obsolete.
3891 * config/arc/arc.mt: Ditto.
3892 * config/arc/tm-arc.h: Ditto.
3893
3894 2002-08-05 Theodore A. Roth <troth@verinet.com>
3895
3896 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3897
3898 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3899
3900 * mcore-tdep.c (mcore_gdbarch_init): Use
3901 generic_unwind_get_saved_register instead of
3902 generic_get_saved_register.
3903 * v850-tdep.c (v850_gdbarch_init): Ditto.
3904 * frv-tdep.c (frv_gdbarch_init): Ditto.
3905 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3906 * s390-tdep.c (s390_gdbarch_init): Ditto.
3907 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3908 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3909 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3910
3911 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3912
3913 * objfiles.h: Add missing #include "symfile.h"
3914
3915 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3916
3917 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3918
3919 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3920 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3921 of FIELD_BITSIZE.
3922
3923 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3924
3925 * NEWS: Cleanup and nitpick.
3926
3927 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3928
3929 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3930
3931 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3932
3933 * Makefile.in (gdbtk-bp.o): Update dependencies.
3934 (gdbtk-register.o): Ditto.
3935 (gdbtk-varobj.o): Ditto.
3936
3937 2002-08-03 Andrew Cagney <cagney@redhat.com>
3938
3939 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3940 m68hc11_fetch_pseudo_register.
3941 (m68hc11_pseudo_register_write): Replace
3942 m68hc11_store_pseudo_register.
3943 (m68hc11_gdbarch_init): Update.
3944
3945 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3946
3947 * gdbarch.sh: Include "gdb_string.h".
3948 * gdbarch.c: Regenerate.
3949
3950 * regcache.c: Include "gdb_string.h".
3951 * ax-general.c: Ditto.
3952 * varobj.c: Ditto.
3953 * std-regs.c: Ditto.
3954 * fbsd-proc.c: Ditto.
3955 * thread.c: Ditto.
3956
3957 * Makefile.in (regcache.o): Update dependencies.
3958 (thread.o, gdbarch.o): Ditto.
3959 (ax-general.o, gdbarch.o): Ditto.
3960 (varobj.o, std-regs.o): Ditto.
3961 (fbsd-proc.o): Specify dependencies.
3962
3963 2002-08-02 Andrew Cagney <cagney@redhat.com>
3964
3965 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3966 regnum.
3967 (regcache_cooked_write): Ditto.
3968
3969 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3970
3971 * regcache.c (regcache_cooked_read): New function.
3972 (regcache_cooked_write): New function.
3973 (read_register_gen): Rewrite using regcache_cooked_read.
3974 (write_register_gen): Rewrite using regcache_cooked_write.
3975
3976 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3977 Declare.
3978
3979 2002-08-02 Andrew Cagney <cagney@redhat.com>
3980
3981 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3982 Replace the architecture methods register_read and register_write.
3983 * gdbarch.h, gdbarch.c: Regenerate.
3984 * regcache.c (init_regcache_descr): Update.
3985 (read_register_gen): Update.
3986 (write_register_gen): Update.
3987 (supply_register): Update comment.
3988
3989 * sh-tdep.c (sh_gdbarch_init): Update.
3990 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3991 `regcache' and `gdbarch' parameters. Make `buffer' a void
3992 pointer. Update code.
3993 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3994 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3995 void pointer. Update code.
3996 (sh64_register_write): Delete.
3997 (sh4_register_read): Delete.
3998 (sh64_register_read): Delete.
3999 (sh4_register_write): Delete.
4000 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4001 void pointer, `to' parameter a void pointer.
4002 (sh_sh64_register_convert_to_raw): Ditto.
4003
4004 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4005
4006 * mips-tdep.c (mips_register_virtual_type): Use architecture
4007 invariant return values.
4008
4009 2002-08-01 Andrew Cagney <cagney@redhat.com>
4010
4011 * linux-proc.c: Include "gdb_string.h".
4012 * Makefile.in (linux-proc.o): Update dependency list.
4013
4014 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4015
4016 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4017 comment.
4018
4019 2002-08-01 Grace Sainsbury <graces@redhat.com>
4020
4021 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4022 to_insert_watchpoint, to_remove_watchpoint,
4023 to_stopped_by_watchpoint, to_stopped_data_address,
4024 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4025 target vecctor. Define their corresponding macros so they call
4026 them.
4027
4028 * target.c: Add default and debug versions of for
4029 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4030 to_insert_watchpoint, to_remove_watchpoint,
4031 to_stopped_by_watchpoint, to_stopped_data_address,
4032 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4033
4034 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4035
4036 * mips-tdep.c (mips_register_virtual_type): New function.
4037 (mips_gdbarch_init): Register mips_register_virtual_type()
4038 with gdbarch machinery.
4039 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4040 this file instead of tm-bigmips.h.
4041 (MIPS_REGSIZE): Delete this macro.
4042 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4043 multiarch version in mips-tdep.c will be found.
4044
4045 2002-08-01 Andrew Cagney <cagney@redhat.com>
4046
4047 * NEWS: Menion that CHILL has been made obsolete.
4048
4049 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4050 * stabsread.c (read_range_type): Ditto.
4051 * gdbtypes.h: Ditto.
4052 * language.c (binop_type_check): Ditto.
4053 (binop_result_type): Ditto.
4054 (integral_type): Ditto.
4055 (character_type): Ditto.
4056 (string_type): Ditto.
4057 (boolean_type): Ditto.
4058 (structured_type): Ditto.
4059 (lang_bool_type): Ditto.
4060 (binop_type_check): Ditto.
4061 * language.h (_LANG_chill): Ditto.
4062 * dwarfread.c (set_cu_language): Ditto.
4063 * dwarfread.c (CHILL_PRODUCER): Ditto.
4064 * dwarfread.c (handle_producer): Ditto.
4065 * expression.h (enum exp_opcode): Ditto.
4066 * eval.c: Ditto for comments.
4067 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4068 * expprint.c (print_subexp): Ditto.
4069 (print_subexp): Ditto.
4070 * valops.c (value_cast): Ditto.
4071 (search_struct_field): Ditto.
4072 * value.h (COERCE_VARYING_ARRAY): Ditto.
4073 * symfile.c (init_filename_language_table): Ditto.
4074 (add_psymbol_with_dem_name_to_list): Ditto.
4075 * valarith.c (value_binop): Ditto.
4076 (value_neg): Ditto.
4077 * valops.c (value_slice): Ditto.
4078 * symtab.h (union language_specific): Ditto.
4079 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4080 (SYMBOL_DEMANGLED_NAME): Ditto.
4081 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4082 * defs.h (enum language): Ditto.
4083 * symtab.c (got_symtab): Ditto.
4084 * utils.c (fprintf_symbol_filtered): Ditto.
4085
4086 * ch-typeprint.c: Make file obsolete.
4087 * ch-valprint.c: Make file obsolete.
4088 * ch-lang.h: Make file obsolete.
4089 * ch-exp.c: Make file obsolete.
4090 * ch-lang.c: Make file obsolete.
4091
4092 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4093 CHILL_LIB.
4094 (TARGET_FLAGS_TO_PASS): Ditto.
4095 (CHILLFLAGS): Obsolete.
4096 (CHILL): Obsolete.
4097 (CHILL_FOR_TARGET): Obsolete.
4098 (CHILL_LIB): Obsolete.
4099 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4100 ch-valprint.c.
4101 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4102 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4103 ch-lang.o.
4104 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4105 targets.
4106
4107 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4108
4109 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4110 This does not change anything at the moment, but will be helpful
4111 later when full Ada support is integrated.
4112
4113 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4114
4115 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4116 help message.
4117
4118 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4119
4120 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4121 and save it in a local variable. Use variable in later test.
4122
4123 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4124
4125 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4126 test. (Thanks to Daniel Jacobowitz.)
4127
4128 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4129
4130 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4131 (mips_abi_strings): Add "n64".
4132 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4133
4134 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4135
4136 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4137 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4138
4139 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4140
4141 * utils.c (host_pointer_to_address, address_to_host_pointer):
4142 Use gdb_assert() instead of explicit call to internal_error().
4143
4144 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4145
4146 * Makefile.in (rs6000-nat.o): Update dependencies.
4147
4148 From Nicholas Duffek:
4149 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4150 (aix-thread.o): New rule.
4151 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4152 * config/powerpc/aix432.mh: New file.
4153
4154 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4155
4156 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4157 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4158 (fetch_core_registers, ppc_linux_supply_gregset)
4159 (ppc_linux_supply_fpregset): New functions.
4160 (ppc_linux_regset_core_fns): New.
4161 (_initialize_ppc_linux_tdep): Call add_core_fns.
4162 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4163 and ppc_linux_supply_gregset.
4164 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4165 (supply_fpregset): Call ppc_linux_supply_fpregset.
4166 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4167 corelow.o.
4168 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4169
4170 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4171
4172 * symtab.c (lookup_symbol): Demangle before lowercasing.
4173
4174 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4175
4176 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4177 declaration.
4178 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4179 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4180 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4181 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4182 "gdb_string.h".
4183 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4184 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4185 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4186 (avr-tdep.o, mon960-rom.o): Ditto.
4187 (aout_stabs_gnu_h): Define.
4188 (symtab_h): Remove $(gdb_obstack_h).
4189
4190 2002-07-30 Jim Blandy <jimb@redhat.com>
4191
4192 Patch from David Carlton <carlton@math.stanford.edu>:
4193 * gdbinit.in: Move the `dir' commands that add GDB's own source
4194 directory to the search path to the end, so that the `gdb' source
4195 directory will be searched first.
4196
4197 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4198
4199 * gdb_obstack.h: New file.
4200 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4201 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4202 * objfiles.h: Include "gdb_obstack.h".
4203 * Makefile.in (gdb_obstack_h): Define.
4204 (symtab_h): Add $(gdb_obstack_h).
4205 (objfiles_h): Add $(gdb_obstack_h).
4206
4207 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4208 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4209 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4210 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4211 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4212 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4213 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4214 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4215
4216 * Makefile.in (bcache.o): Update dependencies.
4217 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4218 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4219 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4220 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4221 (stabsread.o, symfile.o, symmisc.o): Ditto.
4222 (symtab.o, typeprint.o, macroexp.o): Ditto.
4223 (macrotab.o, mdebugread.o): Ditto.
4224 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4225 (coff_ecoff_h, aout_aout64_h): Define.
4226 (aout_stabs_gnu_h, libaout_h): Define.
4227
4228 2002-07-29 Andrew Cagney <cagney@redhat.com>
4229
4230 * regcache.c (struct regcache_descr): Rename nr_registers to
4231 nr_cooked_registers. Revise comments describing the structure
4232 member fields.
4233 (init_regcache_descr): Update.
4234 (init_legacy_regcache_descr): Update.
4235 (read_register_gen, write_register_gen): When a cooked register in
4236 the raw register range, directly access the value from the raw
4237 register cache.
4238
4239 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4240
4241 * z8k-tdep.c: Do not include "obstack.h".
4242 * h8300-tdep.c, h8500-tdep.c: Ditto.
4243 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4244 * valprint.c, v850-tdep.c: Ditto.
4245 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4246 * mn10200-tdep.c: Ditto.
4247
4248 * Makefile.in (z8k-tdep.o): Update dependencies.
4249 (m68hc11-tdep.o, valprint.o): Ditto.
4250 (v850-tdep.o, d10v-tdep.o): Ditto.
4251 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4252 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4253 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4254 (sh_opc_h, gdb_sim_sh_h): Define.
4255 (elf_sh_h, elf_bfd_h): Define.
4256 (opcode_m68hc11_h): Define.
4257 (OPCODES_SRC, OPCODES_DIR): define.
4258 (OPCODES): Use $(OPCODES_DIR).
4259 (gdb_sim_d10v_h): Rename sim_d10v_h.
4260 (gdb_sim_arm_h): Rename sim_arm_h.
4261
4262 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4263
4264 * utils.c (host_pointer_to_address, address_to_host_pointer):
4265 Change internal_error() message to indicate function responsible
4266 for the error.
4267
4268 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4269
4270 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4271 calls to local_hex_string_custom().
4272
4273 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4274
4275 * irix5-nat.c: Move IRIX shared library support from here...
4276 * solib-irix.c: ...to here. Revised substantially to work with
4277 generic solib framework.
4278
4279 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4280 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4281 * mips-irix-tdep.c: New file.
4282
4283 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4284 (mips-irix-tdep.o, solib-irix.o): New rules.
4285 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4286 solib-irix.o.
4287 * config/mips/irix6.mt (TDEPFILES): Likewise.
4288 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4289
4290 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4291
4292 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4293 disabled (via ``#if 0'') includes.
4294
4295 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4296
4297 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4298 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4299 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4300 Add support for the fpscr register.
4301 * rs6000-nat.c (regmap, fetch_inferior_registers)
4302 (store_inferior_registers, fetch_core_registers): Likewise.
4303
4304 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4305
4306 * rs6000-nat.c (language.h): Include.
4307 (special_regs): Delete this array.
4308 (regmap): New function.
4309 (fetch_register, store_register): Use regmap() to map gdb
4310 register numbers to ptrace register numbers. Also, use
4311 outputs from regmap() to make decisions regarding type of
4312 ptrace() call to make. In particular, don't compare against
4313 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4314 (fetch_inferior_registers, store_inferior_registers): Where
4315 possible, obtain register numbers from tdep struct. Don't
4316 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4317 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4318 (LAST_UISA_SP_REGNUM): Delete.
4319
4320 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4321
4322 * rs6000-nat.c (ppc-tdep.h): Include.
4323 (fetch_registers, store_register, fetch_core_registers): Don't
4324 access registers[] directly. Instead, use supply_register() or
4325 regcache_collect() as appropriate.
4326 (find_toc_address): Format hex address with local_hex_string().
4327
4328 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4329
4330 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4331 bfd/elf32-frv.c.
4332
4333 2002-07-24 Tom Tromey <tromey@redhat.com>
4334
4335 * jv-exp.y: Marked all strings with _().
4336 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4337 internal_error.
4338 (MethodInvocation, CastExpression, parse_number, yyerror,
4339 java_type_from_name, push_expression_name, yylex): Typo fixes.
4340
4341 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4342
4343 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4344 (tee_file_flush, tee_file_write, tee_file_fputs)
4345 (tee_file_isatty): New.
4346 * ui-file.h (tee_file_new): Add prototype.
4347
4348 2002-07-24 Aidan Skinner <aidan@velvet.net>
4349
4350 * ada-lang.c: Change k&r style function definitions to prototyped
4351 form.
4352 * ada-typeprint.c: Change k&r style function definitions to prototyped
4353 form.
4354 * ada-valprint.c: Change k&r style function definitions to prototyped
4355 form.
4356
4357 2002-07-24 Andrew Cagney <cagney@redhat.com>
4358
4359 * README: Remove reference to remote-bug.
4360 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4361 remote-bug.c.
4362 (m88k-nat.o): Delete rule.
4363 (m88k-tdep.o): Delete rule.
4364 (remote-bug.o): Delete rule.
4365 * MAINTAINERS: Mark as obsolete.
4366 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4367 * m88k-tdep.c: Make file obsolete.
4368 * config/m88k/m88k.mh: Ditto.
4369 * config/m88k/delta88v4.mh: Ditto.
4370 * config/m88k/delta88v4.mt: Ditto.
4371 * config/m88k/delta88.mt: Ditto.
4372 * config/m88k/delta88.mh: Ditto.
4373 * remote-bug.c: Ditto.
4374 * config/m88k/tm-delta88.h: Ditto.
4375 * config/m88k/nm-delta88v4.h: Ditto.
4376 * config/m88k/xm-delta88.h: Ditto.
4377 * config/m88k/xm-dgux.h: Ditto.
4378 * config/m88k/tm-m88k.h: Ditto.
4379 * config/m88k/nm-m88k.h: Ditto.
4380 * config/m88k/tm-delta88v4.h: Ditto.
4381 * m88k-nat.c: Ditto.
4382 * cxux-nat.c: Ditto.
4383 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4384 and m88*-*-* obsolete.
4385 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4386 m88*-*-* obsolete.
4387
4388 2002-07-24 Andrew Cagney <cagney@redhat.com>
4389
4390 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4391 constant. Same for local pointer variables.
4392 (extract_signed_integer): Ditto.
4393 * defs.h (extract_unsigned_integer): Update.
4394 (extract_signed_integer): Update.
4395
4396 2002-07-24 Andrew Cagney <cagney@redhat.com>
4397
4398 * regcache.c (regcache_raw_write): Change buf parameter to a
4399 constant void pointer.
4400 (regcache_raw_read): Change buf parameter to a void pointer.
4401 (legacy_write_register_gen): Change myaddr parameter a constant
4402 void pointer.
4403 (supply_register): Change val parameter to a const void pointer.
4404 * regcache.h (regcache_raw_write): Update declaration.
4405 (regcache_raw_read): Update declaration.
4406 (supply_register): Update declaration.
4407
4408 2002-07-24 Tom Tromey <tromey@redhat.com>
4409
4410 * defs.h (gdb_readline_wrapper): Declare.
4411 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4412 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4413 * top.c (gdb_readline_wrapper): New function.
4414 (command_line_input): Use it.
4415
4416 2002-07-24 Andrew Cagney <cagney@redhat.com>
4417
4418 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4419 regcache_read and regcache_write.
4420 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4421 * regcache.c: Update.
4422 * sh-tdep.c (sh64_push_arguments): Update comment.
4423 (sh_pseudo_register_read): Update.
4424 (sh_pseudo_register_write): Update.
4425 (sh4_register_read): Update.
4426 (sh4_register_write): Update.
4427 (sh64_pseudo_register_read): Update.
4428 (sh64_pseudo_register_write): Update.
4429 (sh64_register_read): Update.
4430 (sh64_register_write): Update.
4431 * i386-tdep.c (i386_extract_return_value): Update.
4432 (i386_extract_struct_value_address): Update.
4433 (i386_extract_return_value): Update.
4434 * blockframe.c (generic_read_register_dummy): Update.
4435 (generic_call_dummy_register_unwind): Update
4436 * infrun.c (write_inferior_status_register): Update.
4437
4438 2002-07-23 Jim Blandy <jimb@redhat.com>
4439
4440 * parser-defs.h (expression_context_pc): Make this extern.
4441 (Thanks to Michael Snyder.)
4442
4443 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4444
4445 GDB 5.2.1 released from 5.2 branch.
4446 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4447 * README: Update to mention 5.2.1.
4448
4449 2002-07-23 Mark Salter <msalter@redhat.com>
4450
4451 * remote.c (remote_read_bytes): Fix check for error.
4452
4453 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4454
4455 * aix-thread.c (language.h): Include.
4456 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4457 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4458 Print newlines at end of debug messages.
4459 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4460 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4461
4462 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4463
4464 * aix-thread.c (ppc-tdep.h): Include.
4465 (special_register_p): New function.
4466 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4467 (store_regs_user_thread): Use register number information from
4468 gdbarch_tdep struct instead of hardcoded offsets relative to
4469 FIRST_UISA_SP_REGNUM.
4470 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4471 special_register_p() instead of using FPLAST_REGNUM and
4472 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4473 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4474 will be MQ's register number.
4475
4476 2002-07-22 Michael Snyder <msnyder@redhat.com>
4477
4478 * aix-thread.c (ops): Rename to aix_thread_ops.
4479 (base_ops): Rename to base_target.
4480 (ops_attach): Rename to aix_thread_attach.
4481 (ops_detach): Rename to aix_thread_detach.
4482 (ops_resume): Rename to aix_thread_detach.
4483 (ops_wait): Rename to aix_thread_wait.
4484 (ops_kill): Rename to aix_thread_kill.
4485 (init_ops): Rename to init_aix_thread_ops.
4486 (ops_fetch_register): Rename to aix_thread_fetch_register.
4487 (ops_store_register): Rename to aix_thread_store_register.
4488 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4489 (ops_thread_alive): Rename to aix_thread_thread_alive.
4490 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4491 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4492 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4493 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4494 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4495 (store_regs_lib): Rename to store_regs_user_thread.
4496 (store_regs_kern): Rename to store_regs_kernel_thread.
4497
4498 2002-07-22 Michael Snyder <msnyder@redhat.com>
4499
4500 * aix-thread.c (ops_prepare_to_store): Eliminate.
4501 (init_ops): Don't initialize ops.prepare_to_store.
4502 (store_regs_kern): Pre-fetch register buffers from child,
4503 because some registers may not be in the cache. Copy
4504 regs from register cache only if they are cached.
4505 (store_regs_lib): Copy regs from register cache only
4506 if they are cached.
4507 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4508 fill_gprs64): Ditto.
4509
4510 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4511
4512 * aix-thread.c (gdb_assert.h): Include.
4513 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4514 register sizes (from register cache) match size of buffer holding
4515 register data.
4516 (fill_sprs32): Change parameter types to match those in the ptrace()
4517 buffer.
4518 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4519 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4520
4521 2002-07-22 Michael Snyder <msnyder@redhat.com>
4522
4523 * aix-thread.c (supply_sprs64): Cosmetic change.
4524 (supply_sprs32): Cosmetic change.
4525 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4526 (fill_sprs64): Use regcache_collect instead of read_register.
4527 (store_regs_lib): Use regcache_collect instead of
4528 read_register. Use fill_sprs32 instead of fill_sprs64,
4529 if debugging a 32-bit architecture.
4530 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4531 out of the register cache, instead of passing a pointer into
4532 the register cache directly to ptrace. Use regcache_collect
4533 insteaad of read_register.
4534 (ops_prepare_to_store): Use target_read_registers instead
4535 of read_register_bytes.
4536
4537 2002-07-20 Aidan Skinner <aidan@velvet.net>
4538
4539 * MAINTAINERS: Add self under write after approval.
4540
4541 2002-07-20 Aidan Skinner <aidan@velvet.net>
4542
4543 * ada-tasks.c: Change k&r style function definitions to prototyped
4544 form.
4545
4546 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4547
4548 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4549 * x86-64-tdep.c: Include "objfiles.h".
4550 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4551 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4552
4553 2002-07-17 Michal Ludvig <michal@suse.cz>
4554
4555 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4556 (update_context): Initialise cfa variable.
4557
4558 2002-07-17 Michael Snyder <msnyder@redhat.com>
4559
4560 * aix-thread.c: Shorten some long lines.
4561 Bring comments into line with code spec.
4562
4563 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4564
4565 * infrun.c: Re-indent using gdb_indent.sh.
4566
4567 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4568
4569 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4570 Leave the indentation temporarily untouched, to minimize the diffs.
4571
4572 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4573
4574 * stabsread.c: Make os9k sections of the code obsolete,
4575 for real this time.
4576 * stabsread.h: Make os9k sections of the code obsolete.
4577
4578 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4579
4580 * linux-low.c (regsets_store_inferior_registers): Add free()
4581 at the end of a loop to prevent memory leak.
4582 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4583 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4584 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4585 line a comment.
4586 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4587
4588 2002-07-17 Jim Blandy <jimb@redhat.com>
4589
4590 * macrocmd.c (info_macro_command): Remove newline from error
4591 message.
4592
4593 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4594
4595 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4596 (sh_gdbarch_init): Use it for sh-dsp.
4597
4598 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4599
4600 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4601 64-bit DWARF2 format.
4602
4603 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4604
4605 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4606 <sys/proc.h> when not available.
4607
4608 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4609
4610 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4611 * stabsread.c: Make os9k sections of the code obsolete.
4612 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4613 * config/i386/i386os9k.mt: Make file obsolete.
4614 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4615 (COMMON_OBS): Remove os9kread.o
4616 (SFILES): Remove os9kread.c.
4617 (os9kread.o, remote-os9k.o): Make target obsolete.
4618 * remote-os9k.c: Make file obsolete.
4619 * os9kread.c: Make file obsolete.
4620 * Makefile.in
4621
4622 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4623
4624 * NEWS: Mention that the FR30 has been made obsolete.
4625 * fr30-tdep.c: Make file obsolete.
4626 * config/fr30/tm-fr30.h: Ditto.
4627 * config/fr30/fr30.mt: Ditto.
4628 * configure.tgt: Make fr30-*-elf obsolete.
4629 * MAINTAINERS: Make fr30-elf obsolete.
4630
4631 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4632
4633 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4634 found is not inside a section.
4635
4636 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4637
4638 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4639 strerror().
4640 (pdc_realloc): Use xrealloc() instead of realloc().
4641
4642 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4643
4644 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4645 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4646 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4647 macros.
4648
4649 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4650
4651 * aix-thread.c (ptrace_check): Eliminate goto.
4652 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4653 problem.
4654
4655 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4656
4657 * aix-thread.c (gdbcmd.h): Include.
4658 (DEBUG, DBG, DBG2, dbg): Eliminate.
4659 (debug_aix_thread): New static global.
4660 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4661 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4662 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4663 invocations to DBG and DBG2 macros to test against
4664 ``debug_aix_thread'' and call fprintf_unfiltered().
4665 (_initialize_aix_thread): Add new command "set debug aix-thread".
4666
4667 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4668
4669 From Gerhard Tonn <TON@de.ibm.com>:
4670 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4671 instead of supply_register.
4672
4673 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4674
4675 * dwarf2cfi.c: Include "gdb_assert.h".
4676 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4677 non-NULL.
4678 (update_context): Do not use __func__. Add missing ``break''.
4679 (update_context): Do not use __func__.
4680
4681 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4684 and its setting. Set gdbarch instruction printing functions
4685 directly. For non-rs6000 case use new function
4686 gdb_print_insn_powerpc.
4687 (gdb_print_insn_powerpc): New function.
4688
4689 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4690
4691 * NEWS: Mention that the d30v has been marked obsolete.
4692 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4693 * configure.tgt: Mark d30v-*-* as obsolete.
4694 * d30v-tdep.c: Mark file as obsolete.
4695 * config/d30v/d30v.mt: Ditto.
4696 * config/d30v/tm-d30v.h: Ditto.
4697
4698 2002-07-13 Aidan Skinner <aidan@velvet.net>
4699
4700 * ada-tasks.c (add_task_entry): replace calls to
4701 malloc() with xmalloc
4702 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4703
4704 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4705 ada_finish_decode_line_1, all_sals_for_line
4706 ada_breakpoint_rewrite): replace calls to free() with xfree()
4707
4708 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4709
4710 From Nicholas Duffek (with minor changes by Martin Hunt,
4711 Louis Hamilton, and Kevin Buettner):
4712 * aix-thread.c: New file.
4713
4714 2002-07-12 Petr Sorfa <petrs@caldera.com>
4715
4716 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4717 complaint for invalid attribute class or form.
4718 (read_func_scope): DW_AT_frame_base
4719 better handling of DW_AT_block*.
4720 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4721 better handling of DW_AT_block*.
4722 (read_common_block): DW_AT_location
4723 better handling of DW_AT_block*.
4724 (read_partial_die): DW_AT_location better handling
4725 of DW_AT_block*.
4726 (new_symbol): DW_AT_external better handling of
4727 DW_AT_block*. Proper initialization of variable
4728 "addr".
4729 (attr_form_is_block): New function that returns true
4730 if the attribute's form is of DW_FORM_block*.
4731
4732 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4733
4734 * valops.c (find_method_list): Remove comment about
4735 removed STATIC_MEMFUNCP argument.
4736 (value_find_oload_method_list): Likewise.
4737
4738 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4739
4740 From Nicholas Duffek:
4741 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4742 target_new_objfile_hook.
4743
4744 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4745
4746 From Nicholas Duffek:
4747 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4748 csect.
4749
4750 2002-07-12 Andrew Cagney <cagney@redhat.com>
4751
4752 * MAINTAINERS: Mention --enable-sim-build-warnings.
4753 (m68hc11-elf): Disable sim build warnings.
4754 (m32r-elf): Mark as broken obsolete candidate.
4755 (x86_64-linux-gnu): Mark as buildable with -Werror.
4756 (arm-elf): Change -w to ``,'' which enables warnings but not
4757 -Werror.
4758
4759 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4760
4761 * bcache.h: Update copyright.
4762 (struct bstring, struct bcache): Move definition to "bcache.c".
4763 Replaced by opaque declaration.
4764 (bcache_xfree): Replace free_bcache.
4765 (bcache_xmalloc, bcache_memory_used): Declare.
4766
4767 * bcache.c: Update copyright.
4768 (struct bstring, struct bcache): Moved to here from "bcache.h".
4769 Update comments.
4770 (bcache_xmalloc, bcache_memory_used): New functions.
4771 (bcache_xfree): Replace function free_bcache.
4772
4773 * Makefile.in (objfiles.o): Add $(bcache_h).
4774 (objfiles_h): Remove $(bcache_h).
4775 (symfile.o): Add $(bcache_h).
4776
4777 * symmisc.c: Update copyright.
4778 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4779 (print_objfile_statistics): Use bcache_memory_used.
4780
4781 * symfile.c: Include "bcache.h".
4782 (reread_symbols): Use bcache_xfree.
4783 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4784 (add_psymbol_to_list): Pass psymbol_cache by value.
4785 (add_psymbol_with_dem_name_to_list): Ditto.
4786
4787 * objfiles.h: Update copyright.
4788 (struct bcache): Declare opaque. Do not include "bcache.h".
4789 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4790 bcache'' pointers.
4791 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4792
4793 * objfiles.c: Include "bcache.h". Update copyright.
4794 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4795 macro_cache.
4796 (free_objfile): Use bcache_xfree.
4797
4798 2002-07-11 Grace Sainsbury <graces@redhat.com>
4799
4800 * monitor.c (monitor_fetch_register): Make name a constant.
4801 (monitor_store_register): Same.
4802
4803 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4804
4805 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4806 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4807 (finish_block) For non-function blocks, hash the symbol table. For
4808 function blocks, mark the symbol table as unhashed.
4809 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4810 (msymbol_hash_iw): Likewise.
4811 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4812 value.
4813 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4814 (lookup_minimal_symbol): Likewise for both.
4815 * symtab.h (struct block): Add `hashtable' flag. Comment the
4816 hashtable.
4817 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4818 (ALL_BLOCK_SYMBOLS): Update.
4819 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4820 (struct symbol): Add `hash_next' pointer.
4821 * symtab.c (lookup_block_symbol): Search using the hash table when
4822 possible.
4823 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4824 (search_symbols, find_addr_symbol): Likewise.
4825
4826 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4827 (read_dst_symtab): Likewise.
4828 * jv-lang.c (get_java_class_symtab): Likewise.
4829 * mdebugread.c: Include "gdb_assert.h".
4830 (shrink_block): Assert that the block being modified is not hashed.
4831 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4832 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4833 symbols.
4834 (dump_symtab): Recognize hashed blocks.
4835 * printcmd.c (print_frame_args): Assert that function blocks do not
4836 have hashed symbol tables.
4837 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4838 (fill_in_ada_prototype, debug_print_block): Likewise.
4839 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4840
4841 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4842
4843 * stack.c (print_frame): Use result of frame_address_in_block()
4844 instead of fi->pc when evaluating symbols.
4845 (backtrace_command_1): Ditto.
4846
4847 2002-07-11 Andrew Cagney <cagney@redhat.com>
4848
4849 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4850 Make static.
4851
4852 * arm-tdep.c (arm_register_name): Make return type constant.
4853
4854 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4855
4856 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4857 prototype.
4858 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4859 * s390-tdep.c (s390_fp_regnum): Ditto.
4860 (s390_read_fp): Ditto.
4861 (s390_pop_frame): Ditto.
4862 (_initialize_s390_tdep): Ditto.
4863 * remote.c (get_remote_state): Ditto.
4864 * procfs.c (mappingflags): Ditto.
4865 * memattr.c (_initialize_mem): Ditto.
4866 * mcore-tdep.c (mcore_pop_frame): Ditto.
4867 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4868 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4869 * language.c (set_case_str): Ditto.
4870 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4871 * frv-tdep.c (new_variant): Ditto.
4872 (frv_stopped_data_address): Ditto.
4873 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4874 (context_alloc): Ditto.
4875 (frame_state_alloc): Ditto.
4876 (unwind_tmp_obstack_init): Ditto.
4877 (unwind_tmp_obstack_free): Ditto.
4878 (cfi_read_fp): Ditto.
4879 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4880 (cris_pop_frame): Ditto.
4881 * c-lang.c (scanning_macro_expansion): Ditto.
4882 (finished_macro_expansion): Ditto.
4883 (c_preprocess_and_parse): Ditto.
4884 * gdbarch.sh: Ditto.
4885 * gdbarch.h, gdbarch.c: Regenerate.
4886 * config/mn10200/tm-mn10200.h: Adjust indentation.
4887 * target.c: Adjust indentation.
4888 * symtab.h: Adjust indentation.
4889 * stabsread.h: Adjust indentation.
4890 * remote-es.c: Adjust indentation.
4891 * os9kread.c: Adjust indentation.
4892
4893 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4894
4895 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4896 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4897
4898 2002-07-10 Grace Sainsbury <graces@redhat.com>
4899
4900 * NEWS: Mention m68k, mcore multi-arching.
4901 * MAINTAINERS: Change status of m68k, mcore to reflect
4902 multi-arching.
4903
4904 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4905
4906 * valops.c (find_overload_match): Free oload_syms.
4907
4908 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4909
4910 Define HAVE_SYS_PROC_H if sys/proc.h exists
4911 * configure.in: Add check for sys/proc.h
4912 * config.in: Regenerate.
4913 * configure: Regenerate.
4914
4915 2002-07-09 Grace Sainsbury <graces@redhat.com>
4916
4917 * config/m68k/tm-m68k.h: Remove macros wrapped in
4918 #if !GDB_MULTI_ARCH.
4919
4920 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4921
4922 * config.in, configure: Regenerate.
4923
4924 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4925
4926 * dwarf2cfi.c: Include "gcore.h".
4927 (execute_stack_op): Fix implementation of the
4928 DW_OP_deref and DW_OP_deref_size operators by letting do their
4929 lookup in the target.
4930
4931 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4932
4933 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4934 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4935 tdep->sc_sp_offset.
4936
4937 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4938
4939 Fix PR gdb/595, gdb/602
4940 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4941 Don't call value_cast, just read the vtable pointer; update comments
4942 to match.
4943
4944 2002-07-05 Grace Sainsbury <graces@redhat.com>
4945
4946 * config/mcore/tm-mcore.h: Remove file.
4947 * config/mcore/mcore.mt: Remove definition of TM_FILE
4948 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4949
4950 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4951
4952 * i386bsd-tdep.c: Include "gdb_string.h".
4953
4954 2002-07-04 Grace Sainsbury <graces@redhat.com>
4955
4956 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4957 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4958 mcore-tdep.
4959 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4960 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4961 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4962 (RETVAL_REGNUM): Move macros from tm-mcore.h
4963 (mcore_reg_struct_has_addr): New function.
4964 (mcore_gdbarch_init): Added initializations for the macros removed
4965 from tm-mcore.h.
4966
4967 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4968
4969 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4970 traditonal string branding within the ELF header.
4971
4972 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4973
4974 * symtab.c (remove_params): New function.
4975 (make_symbol_overload_list): Use it instead of cplus_demangle.
4976 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4977
4978 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4979
4980 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4981
4982 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4983 New variables.
4984 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4985 and tdep->sigtramp_end.
4986 * i386obsd-nat.c: New file.
4987 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4988
4989 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4990 Don't call get_current_frame().
4991
4992 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4993
4994 * i386-nat.c (child_post_startup_inferior): New function
4995 calling i386_cleanup_dregs if
4996 I386_USE_GENERIC_WATCHPOINTS is defined.
4997 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4998 conditional to acknowledge that i386-nat.c has its
4999 own child_post_startup_inferior function.
5000
5001 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5002
5003 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5004 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5005 instead of MAX_REGISTER_RAW_SIZE.
5006 (i386_extract_return_value, i386_extract_struct_value_address):
5007 Convert to use regcache.
5008 (i386_gdbarch_init): Set max_register_raw_size and
5009 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5010 Set extract_return_value and extract_struct_value_address instead
5011 of their deprecated variants.
5012
5013 Convert i386 target to generic dummy frames.
5014 * i386-tdep.c: Include "symfile.h".
5015 (i386_frameless_signal_p): Consider a function to be frameless if
5016 the pc points at the first instruction of the function.
5017 (i386_frame_chain): Handle (generic) call dummies.
5018 (i386_frame_saved_pc): Likewise.
5019 (i386_frame_init_saved_regs): Remove code dealing with call
5020 dummies on the stack.
5021 (i386_push_dummy_frame): Removed.
5022 (i386_call_dummy_words): Removed.
5023 (i386_fix_call_dummy): Removed.
5024 (i386_push_return_address): New function.
5025 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5026 parameter, and don't call get_current_frame.
5027 (i386_pop_frame): New function.
5028 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5029 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5030 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5031 call_dummy_length to 0, set call_dummy_words to NULL, set
5032 sizeof_call_dummy_words to 0, set fix_call_dummy to
5033 generic_fix_call_dummy, set pc_in_call_dummy to
5034 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5035 generic_push_dummy_frame, set push_return_address to
5036 i386_push_return_address and set frame_chain_valid to
5037 generic_file_frame_chain_valid.
5038
5039 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5040
5041 * gdbarch.sh (struct regcache): Add opaque declaration.
5042 (EXTRACT_RETURN_VALUE): New architecture method.
5043 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5044 * gdbarch.h, gdbarch.c: Regenerate.
5045 * arch-utils.c (legacy_extract_return_value): New function.
5046 * arch-utils.h (legacy_extract_return_value): Declare.
5047 * values.c (value_being_returned): Re-enable code handling
5048 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5049 deprecated_grub_regcache_for_registers call to block handling
5050 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5051 (EXTRACT_RETURN_VALUE): Do not define.
5052
5053 2002-07-03 Grace Sainsbury <graces@redhat.com>
5054
5055 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5056 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5057 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5058 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5059 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5060 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5061 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5062 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5063 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5064 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5065 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5066 argument so the function fits the prototype in the architecture
5067 vector.
5068 (mcore_pop_frame): Remove argument so the function fits the
5069 prototype. Use get_current_frame instead of the argument.
5070 (mcore_push_arguments): Change type of struct_return so the
5071 function can be used in the architecture vector.
5072 (mcore_store_struct_return): Add.
5073 (mcore_frame_init_saved_regs): Add.
5074 (mcore_gdbarch_init): Add function calls to replace the macros
5075 removed from tm-mcore.h
5076
5077 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5078
5079 * infcmd.c (print_return_value): Remove compatibility code calling
5080 deprecated_grub_regcache_for_registers.
5081
5082 * values.c: Include "regcache.h".
5083 (value_being_returned): Update. Use
5084 deprecated_grub_regcache_for_registers to extract the register
5085 buffer address.
5086 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5087 ``struct regcache''.
5088 * Makefile.in (values.o): Add dependency on $(regcache_h).
5089
5090 * inferior.h (run_stack_dummy): Change type of second parameter to
5091 a ``struct regcache''.
5092 * valops.c (hand_function_call): Change type of retbuf to ``struct
5093 regcache''. Allocate using regcache_xmalloc, clean using
5094 make_cleanup_regcache_xfree.
5095 * infcmd.c (run_stack_dummy): Update. Use
5096 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5097
5098 * regcache.c (do_regcache_xfree): New function.
5099 (make_cleanup_regcache_xfree): New function.
5100 * regcache.h (make_cleanup_regcache_xfree): Declare.
5101
5102 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5103
5104 * event-top.c (command_line_handler): Don't read past
5105 beginning of buffer.
5106
5107 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5108
5109 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5110 struct frame_id.
5111 (varobj_create): Store frame_id for root.
5112 (varobj_gen_name): Use xasprintf.
5113 (varobj_update): Save and restore frame using get_frame_id() and
5114 frame_find_by_id().
5115 (create_child): Use xasprintf.
5116 (new_root_variable): Initialize frame_id.
5117 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5118 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5119 to prevent memory leak.
5120
5121 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5122
5123 * valops.c (hand_function_call): Move declaration of retbuf to
5124 start of function, allocate using malloc, add a cleanup but before
5125 the inf_status cleanup, cleanup the buffer. Rename local variable
5126 old_chain to inf_status_cleanup.
5127
5128 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5129
5130 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5131
5132 * cli/cli-decode.c (cmd_func_p): New function.
5133 (cmd_func): New function.
5134
5135 * command.h: Add cmd_func() and cmd_func_p().
5136
5137 2002-07-03 Grace Sainsbury <graces@redhat.com>
5138
5139 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5140 (REGISTER_SIZE): Remove.
5141 (MAX_REGISTER_RAW_SIZE): Remove.
5142 (REGISTER_VIRTUAL_TYPE): Remove.
5143 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5144 (REGISTER_NAME): Remove.
5145 (USE_GENERIC_DUMMY_FRAMES): Remove.
5146 (CALL_DUMMY): Remove.
5147 (CALL_DUMMY_START_OFFSET): Remove.
5148 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5149 (CALL_DUMMY_LOCATION): Remove.
5150 (FIX_CALL_DUMMY): Remove.
5151 (CALL_DUMMY_ADDRESS): Remove.
5152 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5153 (SAVE_DUMMY_FRAME_TOS): Remove.
5154 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5155 (mcore_register_virtual_type): New function.
5156 (mcore_register_byte): New function.
5157 (mcore_register_size): New function.
5158 (mcore_register_name): New function.
5159 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5160 macros removed from tm-mcore.h.
5161 (mcore_dump_tdep): Add.
5162 (_initialize_mcore_tdep): Add gdbarch_register call.
5163
5164 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5165
5166 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5167 frameless_look_for_prologue, such that we actually call this
5168 function.
5169
5170 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5171
5172 * frame.h (frame_address_in_block): New function.
5173
5174 * blockframe.c (frame_address_in_block): New function extracted
5175 from get_frame_block().
5176 (get_frame_block): Use frame_address_in_block().
5177 (block_innermost_frame): Use frame_address_in_block() to match
5178 the frame pc address against the block boundaries rather than
5179 the frame pc directly. This prevents a failure when a frame pc
5180 is actually a return-address pointing immediately after the end
5181 of the given block.
5182
5183 2002-07-02 Grace Sainsbury <graces@redhat.com>
5184
5185 * MAINTAINERS: Add self under write after approval.
5186
5187 2002-07-02 Grace Sainsbury <graces@redhat.com>
5188
5189 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5190 used in architecture vector. The default is
5191 m68k_local_breakpoint_from_pc.
5192 (m68k_local_breakpoint_from_pc): Add.
5193 (enum): Add register numbers from tm-m68k.h.
5194 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5195 vector.
5196 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5197 GDB_MULTI_ARCH_PARTIAL.
5198 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5199 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5200 m68k-tdep.c.
5201 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5202 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5203 to enum in m68k-tdep.c
5204
5205 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5206
5207 * solib-osf.c (open_map): Compute the list of shared libraries
5208 loaded by the inferior, rather than the list of libraries loaded
5209 by GDB itself. Otherwise, GDB ends up reading the symbols from
5210 the wrong shared libraries...
5211
5212 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5213
5214 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5215 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5216 macros.
5217 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5218 Remove functions.
5219 (FRAMELESS_SIGNAL): Remove function.
5220 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5221 i386_linux_saved_pc_after_call): Removed.
5222 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5223 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5224 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5225
5226 * i386-tdep.c (i386_frameless_signal_p): New function.
5227 (i386_frame_chain): Deal with frameless signals.
5228 (i386_sigtramp_saved_sp): New function.
5229 (i386_frame_saved_pc): Deal with frameless signals.
5230 (i386_saved_pc_after_call): Make sure the correct value is
5231 returned just after entry into a sigtramp.
5232 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5233 i386fbsd4_sc_sp_offset): New variables.
5234 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5235 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5236 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5237 similiar to what we already did for sc_pc_offset.
5238 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5239 tdep->sc_sp_offset.
5240
5241 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5242
5243 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5244
5245 * config/i386/tm-x86-64linux.h: New.
5246 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5247 definitions.
5248 * config/i386/nm-x86-64.h: Rename to ...
5249 * config/i386/nm-x86-64linux.h: ... this one.
5250 * config/i386/x86-64linux.mh: Reflect the above change.
5251
5252 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5253
5254 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5255 with sigcontext_addr. Add sc_sp_offset.
5256 (i386bsd_sigtramp_saved_pc): Remove prototype.
5257 (i386bsd_sicontext_addr): Add prototype.
5258 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5259 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5260 (i386_svr4_sigtramp_saved_pc): Removed.
5261 (i386_svr4_sigcontext_addr): New function.
5262 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5263 Initialize tdep->sigcontext_addr instead. Initialize
5264 tdep->sc_pc_offset and tdep->sc_sp_offset.
5265 (i386_gdbarch_init): Likewise.
5266 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5267 any more.
5268 (i386bsd_sigtramp_saved_pc): Remove function.
5269 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5270 Initialize tdep->sigcontext_addr instead. Initialize
5271 tdep->sc_pc_offset.
5272 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5273 of tdep->sigtramp_saved_pc.
5274 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5275 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5276 instead.
5277
5278 * i386-tdep.c (i386_frameless_function_invocation,
5279 i386_frame_num_args, i386_frame_init_saved_regs,
5280 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5281 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5282 i386_extract_return_value, i386_store_return_value,
5283 i386_extract_struct_value_address, i386_register_virtual_type,
5284 i386_register_convertible, i386_register_convert_to_virtual,
5285 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5286 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5287 static.
5288
5289 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5290
5291 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5292
5293 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5294 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5295 this macro. Include "value.h".
5296
5297 2002-06-30 Aidan Skinner <aidan@velvet.net>
5298
5299 * ada-exp.tab.c: remove as it's a generated file
5300 * ada-lex.c: remove as it's a generated file
5301
5302 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5303
5304 * config/i386/tm-i386.h (struct frame_info, struct
5305 frame_saved_regs, struct value, struct type): Remove forward
5306 declarations.
5307
5308 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5309 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5310 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5311 (FILL_FPXREGSET): Define.
5312
5313 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5314
5315 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5316 i[3456]86-*-netbsd* case.
5317 * config/i386/tm-obsd.h: Removed.
5318 * config/i386/obsd.mt: Removed.
5319 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5320 core-aout.o.
5321 (MH_CFLAGS): Add -DYYDEBUG=0.
5322
5323 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5324 i386nbsd_sc_pc_offset on OpenBSD too.
5325
5326 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5327 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5328 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5329 define.
5330 * i386bsd-tdep.c: Include "arch-utils.h".
5331 (i386bsd_aout_in_solib_call_trampoline): New function.
5332 (i386bsd_init_abi): Set in_solib_call_trampoline to
5333 i386bsd_aout_in_solib_call_trampoline.
5334 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5335 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5336
5337 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5338
5339 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5340 (struct obstack, struct bcache): Add opaque declarations.
5341 * Makefile.in (macrotab_h): Update
5342
5343 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5344
5345 * blockframe.c (generic_find_dummy_frame): Change return type to
5346 ``struct regcache''.
5347 (struct dummy_frame): Replace field ``registers'' with regcache, a
5348 struct regcache object.
5349 (generic_find_dummy_frame): Update.
5350 (generic_push_dummy_frame): Update. Use regcache_xfree,
5351 regcache_xmalloc and regcache_cpy.
5352 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5353 regcache_xfree.
5354 (deprecated_generic_find_dummy_frame): Update.
5355 (generic_read_register_dummy): Update. Use
5356 regcache_read_as_address.
5357 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5358 (generic_get_saved_register): Update. Use regcache_read.
5359
5360 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5361
5362 * Makefile.in (objfiles_h): Add $(bcache_h).
5363 * objfiles.h: Include "bcache.h".
5364
5365 * Makefile.in (symtab_h): Remove $(bcache_h).
5366 * symtab.h: Do not include "bcache.h".
5367
5368 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5369
5370 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5371 generic_func_frame_chain_valid.
5372
5373 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5374
5375 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5376 * config/i386/tm-fbsd.h: Likewise.
5377
5378 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5379
5380 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5381 generic_unwind_get_saved_register.
5382
5383 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5384
5385 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5386 * regcache.c (supply_register): Add missing argument to
5387 register_buffer call.
5388
5389 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5390
5391 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5392 Solaris /bin/grep does not not like it. From Peter Schauer.
5393
5394 2002-06-26 Tom Tromey <tromey@redhat.com>
5395
5396 * command.h (add_setshow_cmd): Declare.
5397 (add_setshow_cmd_full): Declare.
5398 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5399 returns void. Use add_setshow_cmd_full.
5400 (add_setshow_cmd_full): New function.
5401 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5402 (add_setshow_boolean_cmd): Likewise.
5403
5404 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5405
5406 * config/vax/tm-vax.h: Protect from multiple inclusion.
5407 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5408 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5409 * config/vax/tm-vaxbsd.h: ...here. New file.
5410 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5411
5412 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5413
5414 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5415 (BELIEVE_PCC_PROMOTION): Remove.
5416 (AP_REGNUM): Move to...
5417 * config/vax/nm-vax.h: ...here.
5418 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5419 (vax_breakpoint_from_pc): New function.
5420 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5421 and gdbarch_believe_pcc_promotion.
5422
5423 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5424
5425 * Makefile.in (vax_tdep_h): Define.
5426 (vax-tdep.o): Use $(vax_tdep_h).
5427 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5428 (vax_dump_tdep): New function.
5429 (_initialize_vax_tdep): Register vax_dump_tdep.
5430 * vax-tdep.h: Include osabi.h.
5431 (struct gdbarch_tdep): New.
5432
5433 2002-06-26 Andrew Cagney <cagney@redhat.com>
5434
5435 * frame.h (deprecated_generic_find_dummy_frame): Rename
5436 generic_find_dummy_frame.
5437 * blockframe.c (generic_find_dummy_frame): Make static.
5438 (deprecated_generic_find_dummy_frame): New function.
5439 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5440 generic_find_dummy_frame with deprecated_find_dummy_frame.
5441 (sh64_nofp_frame_init_saved_regs): Ditto.
5442 (sh_fp_frame_init_saved_regs): Ditto.
5443 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5444 (s390_frame_chain): Ditto.
5445 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5446
5447 2002-06-26 Grace Sainsbury <graces@redhat.com>
5448
5449 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5450 gdbarch vector are at the top.
5451 (NUM_REGS): Remove.
5452 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5453 (FRAME_ARGS_ADDRESS): Remove.
5454 (FRAME_LOCALS_ADDRESS): Remove.
5455 (FRAME_NUM_ARGS): Remove.
5456 (FRAME_ARGS_SKIP): Remove.
5457 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5458 (m68k_gdbarch_init): Add gdbarch initializations for macros
5459 undefined in tm-m68k.h
5460
5461 2002-06-26 Grace Sainsbury <graces@redhat.com>
5462
5463 * monitor.h: Add the function regname to monitor_ops
5464 structure. This way NUM_REGS does not have to be a constant.
5465 * monitor.c (monitor_fetch_register): Added support for regname
5466 function. The function is called if the array regnames is NULL.
5467 (monitor_store_register): Same.
5468 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5469 regnames array.
5470 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5471 cpu32bug_cmds.regname to point to new function.
5472 * abug-rom.c (abug_regname): Same as above.
5473 (init_abug_cmds): Same.
5474 * dbug-rom.c (dbug_regname): Same as above.
5475 (init_dbug_cmds): Same.
5476 * remote-est.c (est_regname): Same.
5477 (init_est_cmds): Same.
5478 * rom68k-rom.c (rom68k_regname): Same.
5479 (init_rom68k_cmds): Same.
5480
5481 2002-06-25 Tom Tromey <tromey@redhat.com>
5482
5483 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5484
5485 2002-06-25 Andrew Cagney <cagney@redhat.com>
5486
5487 * infrun.c (stop_registers): Change variable's type to ``struct
5488 regcache'''.
5489 (xmalloc_inferior_status): Delete function.
5490 (free_inferior_status): Delete function.
5491 (normal_stop): Use regcache_cpy.
5492 (struct inferior_status): Change type of fields ``stop_registers''
5493 and ``registers'' to ``struct regcache''.
5494 (write_inferior_status_register): Use regcache_write.
5495 (save_inferior_status): Instead of calling
5496 xmalloc_inferior_status, allocate the inf_status buffer directly.
5497 Use regcache_dup_no_passthrough and regcache_dup to save the
5498 buffers.
5499 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5500 Replace the stop_registers regcache instead of overriding it. Use
5501 regcache_xfree. Instead of calling free_inferior_status, xfree
5502 the buffer directly.
5503 (discard_inferior_status): Use regcache_xfree. Instead of calling
5504 free_inferior_status, xfree the buffer directly.
5505 (build_infrun): Use regcache_xmalloc.
5506 (_initialize_infrun): Delete redundant call to build_infrun.
5507
5508 * Makefile.in (infcmd.o): Add $(regcache_h).
5509
5510 * infcmd.c: Include "regcache.h".
5511 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5512 obtain the address of `stop_registers' register buffer.
5513 (print_return_value): Ditto.
5514
5515 * inferior.h (struct regcache): Add opaque declaration.
5516 (stop_registers): Change variable's declared type to ``struct
5517 regcache''.
5518
5519 2002-06-24 Tom Tromey <tromey@redhat.com>
5520
5521 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5522 * target.c (initialize_targets): Fixed typo in
5523 trust-readonly-sections `show' documentation.
5524
5525 * main.c: Marked all strings with _().
5526
5527 2002-06-24 Don Howard <dhoward@redhat.com>
5528
5529 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5530 that means max CORE_ADDR+1.
5531 (lookup_mem_region): Ditto.
5532 (mem_info_command): Ditto.
5533
5534 2002-06-24 Grace Sainsbury <graces@redhat.com>
5535
5536 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5537 (REGISTER_BYTES_OK): Remove.
5538 (REGISTER_BYTES): Remove.
5539 (STORE_STRUCT_RETURN): Remove.
5540 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5541 (STORE_RETURN_VALUE): Remove.
5542 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5543 (FRAME_CHAIN): Remove.
5544 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5545 (FRAME_SAVED_PC): Remove.
5546 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5547 (m68k_store_struct_return): Add.
5548 (m68k_deprecated_extract_return_value): Add.
5549 (m68k_deprecated_extract_struct_value_address): Add.
5550 (m68k_store_return_value): Add.
5551 (m68k_frame_chain): Add.
5552 (m68k_frameless_function_invocation): Add.
5553 (m68k_frame_saved_pc): Add.
5554 (m68k_gdbarch_init): added set_gdbarch calls for new
5555 functions and deleted macros.
5556
5557 2002-06-23 Tom Tromey <tromey@redhat.com>
5558
5559 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5560 (ALLDEPFILES): Likewise.
5561 (udiheaders): Removed.
5562 (udip2soc.o): Likewise.
5563 (udi2go32.o): Likewise.
5564 (udr.o): Likewise.
5565 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5566
5567 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5568
5569 * infrun.c (_initialize_infrun): Delete unnecessary call to
5570 build_infrun.
5571
5572 * regcache.h: Update comments describing the regcache_cpy family
5573 of functions.
5574 (regcache_save, regcache_restore): Delete declaration.
5575 (regcache_save_no_passthrough): Delete declaration.
5576 (regcache_restore_no_passthrough): Delete declaration.
5577 * regcache.c (regcache_save): Delete function.
5578 (regcache_save_no_passthrough): Delete function.
5579 (regcache_restore): Delete function.
5580 (regcache_restore_no_passthrough): Delete function.
5581
5582 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5583
5584 * config/m68k/tm-m68k.h: Fix typo.
5585 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5586 (m68k_frame_init_saved_regs): Declare.
5587
5588 2002-06-21 Jim Blandy <jimb@redhat.com>
5589
5590 Remove some vestiges of Harris 88k support.
5591 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5592 register numbering quirk.
5593 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5594 odd symbols occurring in Harris 88k ELF targets.
5595
5596 2002-06-21 Tom Tromey <tromey@redhat.com>
5597
5598 * gdb_locale.h: New file.
5599 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5600 (defs_h): Added gdb_locale.h.
5601 * configure, config.in: Rebuilt.
5602 * configure.in (PACKAGE): Define.
5603 * defs.h: Include gdb_locale.h.
5604 * main.c (captured_main): Call setlocale, bindtextdomain,
5605 textdomain.
5606
5607 2002-06-21 Dave Brolley <brolley@redhat.com>
5608
5609 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5610 * config/frv/frv.mt: New file.
5611 * config/frv/tm-frv.h: New file.
5612 * configure.tgt: Support frv-*-*.
5613 * Makefile.in (frv-tdep.o): New target.
5614 * frv-tdep.c: New file.
5615 * NEWS: Mention frv.
5616
5617 2002-06-21 Dave Brolley <brolley@redhat.com>
5618
5619 * MAINTAINERS: Add self to "Write After Approval" list.
5620
5621 2002-06-21 Grace Sainsbury <graces@redhat.com>
5622
5623 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5624 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5625 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5626 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5627 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5628
5629 * m68k-tdep.c: Include arch-utils.h
5630 (m68k_register_raw_size): Add.
5631 (m68k_register_virtual_size): Add.
5632 (m68k_register_virtual_type): Add.
5633 (m68k_register_name): Add.
5634 (m68k_stack_align): Add.
5635 (m68k_register_byte): Add.
5636 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5637 tm-m68k.h.
5638
5639 2002-06-21 Grace Sainsbury <graces@redhat.com>
5640
5641 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5642 m68k_find_saved_regs.
5643 (m68k_pop_frame): Removed saved_regs structure, and replaced
5644 references to it with frame->saved_regs.
5645 (m68k_gdbarch_init): Added function calls to initialize the
5646 gdbarch structure.
5647 (m68k_fix_call_dummy): Add.
5648 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5649 (CALL_DUMMY): Remove.
5650 (CALL_DUMMY_LENGTH): Remove.
5651 (CALL_DUMMY_START_OFFSET): Remove.
5652 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5653 (FIX_CALL_DUMMY): Remove.
5654 (PUSH_DUMMY_FRAME): Remove.
5655 (POP_FRAME): Remove.
5656
5657 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5658
5659 * parse.c (parse_fprintf): New function used to avoid calls to
5660 fprintf in bison parser generated debug code.
5661 * parser-defs.h: Declaration of new parse_fprintf function.
5662 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5663 Set YYDEBUG to 1 by default.
5664 Set YYFPRINTF as parse_fprintf.
5665
5666 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5667
5668 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5669 encoding anymore.
5670 (pointer_encoding, enum ptr_encoding): New.
5671 (execute_cfa_program): Take care about pointer encoding.
5672 (dwarf2_build_frame_info): Only call parse_frame_info for
5673 .debug_frame and .eh_frame.
5674 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5675 fixed augmentation handling, added relative addressing,
5676 ignore duplicate FDEs. Added comments.
5677 * dwarf2cfi.c: Reindented.
5678
5679 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5680
5681 * event-top.c (command_handler): Don't use space_at_cmd_start
5682 unless there is sbrk() on the host. Assign time and space data
5683 to union fields of the appropriate length.
5684
5685 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5686
5687 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5688 x86_64_register_name. Return type changed to 'const char *'.
5689 (x86_64_register_name2nr): Rename to x86_64_register_number.
5690 (x86_64_gdbarch_init): Update to reflect the change.
5691 * x86-64-tdep.h: Ditto.
5692 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5693 (supply_fpregset): Ditto.
5694
5695 2002-06-19 Andrew Cagney <cagney@redhat.com>
5696
5697 * regcache.h: Update copyright.
5698 (struct regcache, struct gdbarch): Add opaque declarations.
5699 (current_regcache): Declare global variable.
5700 (regcache_read, regcache_write): Add gdbarch parameter.
5701 (regcache_save, regcache_save_no_passthrough)
5702 (regcache_restore, regcache_restore_no_passthrough)
5703 (regcache_dup, regcache_dup_no_passthrough)
5704 (regcache_cpy, regcache_cpy_no_passthrough)
5705 (deprecated_grub_regcache_for_registers)
5706 (deprecated_grub_regcache_for_register_valid)
5707 (regcache_valid_p): Add function declarations.
5708
5709 * regcache.c: Update copyright.
5710 (regcache_descr_handle): New global variable.
5711 (struct regcache_descr): Define.
5712 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5713 (regcache_descr, xfree_regcache_descr): New functions.
5714 (struct regcache): Define.
5715 (regcache_xmalloc, regcache_xfree): New functions.
5716 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5717 (regcache_dup, regcache_dup_no_passthrough): New functions.
5718 (regcache_valid_p, regcache_read_as_address): New functions.
5719 (deprecated_grub_regcache_for_registers): New function.
5720 (deprecated_grub_regcache_for_register_valid): New function.
5721 (current_regcache): New global variable.
5722 (register_buffer): Add regcache parameter. Update calls.
5723 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5724 (read_register_gen, write_register_gen): Update register_buffer
5725 call. Test for legacy_p instead of gdbarch_register_read_p or
5726 gdbarch_register_write_p.
5727 (regcache_collect): Update register_buffer call.
5728 (build_regcache): Rewrite. Use deprecated grub functions.
5729 (regcache_save, regcache_save_no_passthrough): New functions.
5730 (regcache_restore, regcache_restore_no_passthrough): New
5731 functions.
5732 (_initialize_regcache): Create the regcache_data_handle. Swap
5733 current_regcache global variable.
5734
5735 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5736 parameter to regcache_read and regcache_write calls.
5737 (sh4_register_read): Ditto.
5738 (sh64_pseudo_register_read): Ditto.
5739 (sh64_register_read): Ditto.
5740 (sh_pseudo_register_write): Ditto.
5741 (sh4_register_write): Ditto.
5742 (sh64_pseudo_register_write): Ditto.
5743 (sh64_register_write): Ditto.
5744
5745 * defs.h (XCALLOC): Define.
5746
5747 2002-06-19 Grace Sainsbury <graces@redhat.com>
5748
5749 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5750 * m68k-tdep.c (m68k_gdbarch_init): Added.
5751 (m68k_dump_tdep): Added.
5752
5753 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5754
5755 * ada-lang.c (fill_in_ada_prototype): Update comment.
5756
5757 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5758
5759 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5760 MIPS_ABI_LAST.
5761 (mips_abi_string, mips_abi_strings): New.
5762 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5763 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5764 tdep->mips_abi_string. Honor mips_abi_string. Default to
5765 O32 if no ABI is found.
5766 (mips_dump_tdep): Use mips_abi_strings.
5767 (mips_abi_update): New function.
5768 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5769 ``set mips abi'' and ``show mips abi''. Check the size of
5770 mips_abi_strings.
5771
5772 2002-06-19 Andrew Cagney <cagney@redhat.com>
5773
5774 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5775 constant.
5776
5777 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5778
5779 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5780 current frame using only the first stack size adjustment. All
5781 subsequent size adjustments are not considered to be part of
5782 the "static" part of the current frame.
5783 Compute the address of the saved registers relative to the
5784 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5785 in use in this frame.
5786
5787 2002-06-18 Don Howard <dhoward@redhat.com>
5788
5789 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5790 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5791 suggesting this solution.
5792
5793 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5794
5795 * config/romp/xm-rtbsd.h: Delete file.
5796 * config/romp/rtbsd.mh: Delete file.
5797
5798 2002-06-18 Keith Seitz <keiths@redhat.com>
5799
5800 * breakpoint.c (condition_command): Post breakpoint_modify
5801 when a condition is added to an existing breakpoint.
5802 (commands_command): Likewise for commands.
5803 (set_ignore_count): Likewise for ignore counts.
5804 If no tty, do not simply return, still need to send event
5805 notification.
5806 (ignore_command): Only print a newline if the command came
5807 from a tty.
5808 Don't call breakpoints_changed, since this is now properly
5809 handled by set_ignore_count.
5810
5811 2002-06-18 Andrew Cagney <cagney@redhat.com>
5812
5813 * MAINTAINERS: Note that cris-elf target can be compiled with
5814 -Werror.
5815 * cris-tdep.c (cris_register_name): Make return type constant.
5816 (cris_breakpoint_from_pc): Ditto.
5817
5818 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5819
5820 * frame.h (struct frame_info): Change type of context to
5821 'struct context'.
5822
5823 2002-06-17 Andrew Cagney <cagney@redhat.com>
5824
5825 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5826 pointer.
5827 * gdbarch.h, gdbarch.c: Regenerate.
5828 * config/mips/tm-mips.h (mips_register_name): Update.
5829 * i386-tdep.h (i386_register_name): Update.
5830 * mips-tdep.c (mips_register_name): Update
5831 * alpha-tdep.c (alpha_register_name): Update.
5832 * arch-utils.c (legacy_register_name): Update.
5833 * arch-utils.h (legacy_register_name): Update.
5834 * avr-tdep.c (avr_register_name): Update.
5835 * ia64-tdep.c (ia64_register_name): Update.
5836 * i386-tdep.c (i386_register_name): Update.
5837 * sparc-tdep.c (sparc32_register_name): Update.
5838 (sparc64_register_name): Update.
5839 (sparclite_register_name): Update.
5840 (sparclet_register_name): Update.
5841 * sh-tdep.c (sh_generic_register_name): Update.
5842 (sh_sh_register_name): Update.
5843 (sh_sh3_register_name): Update.
5844 (sh_sh3e_register_name): Update.
5845 (sh_sh_dsp_register_name): Update.
5846 (sh_sh3_dsp_register_name): Update.
5847 (sh_sh4_register_name): Update.
5848 (sh_sh64_register_name): Update.
5849 * s390-tdep.c (s390_register_name): Update.
5850 * rs6000-tdep.c (rs6000_register_name): Update.
5851 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5852 (ns32k_register_name_32382): Update.
5853 * d10v-tdep.c (d10v_ts2_register_name): Update.
5854 (d10v_ts3_register_name): Update.
5855 * xstormy16-tdep.c (xstormy16_register_name): Update.
5856 * vax-tdep.c (vax_register_name): Update.
5857 * v850-tdep.c (v850_register_name): Update.
5858 * m68hc11-tdep.c (m68hc11_register_name): Update.
5859 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5860 (am33_register_name): Update.
5861
5862 2002-06-17 Grace Sainsbury <graces@redhat.com>
5863
5864 * m68k-tdep.c: Reindented.
5865
5866 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5867
5868 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5869 list of predefined types.
5870
5871 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5872
5873 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5874 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5875 REGISTER_CONVERT_TO_RAW): Remove defines.
5876 (i386_register_virtual_type, i386_register_convertible,
5877 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5878 Remove prototypes.
5879 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5880 macros mentioned above.
5881
5882 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5883 (i386lynx_saved_pc_after_call): Remove prototype.
5884 * i386ly-tdep.c: Include "i386-tdep.h".
5885 (i386lynx_saved_pc_after_call): Make static. Use
5886 read_memory_nobpt instead of read_memory. Use
5887 read_memory_unsigned_integer instead of read_memory_integer.
5888 (i386lynx_init_abi): New function.
5889 (i386lynx_coff_osabi_sniffer): New function.
5890 (_initialize_i386bsd_tdep): New function.
5891
5892 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5893 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5894 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5895 (i386_fix_call_dummy): Remove prototype.
5896 * i386-tdep.c (i386_call_dummy_words): New variable.
5897 (i386_gdbarch_init): Adjust for removal of the
5898 macros mentioned above.
5899
5900 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5901
5902 * command.h (add_setshow_auto_boolean_cmd): Replace
5903 add_set_auto_boolean_cmd.
5904 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5905 add_set_auto_boolean_cmd.
5906 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5907 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5908 mask-address'' command.
5909 (show_mask_address): Add cmd parameter.
5910 * remote.c (add_packet_config_cmd): Update. Change type of
5911 set_func and show_func to cmd_sfunc_ftype.
5912 (_initialize_remote): Update `set remote Z-packet'
5913 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5914 (show_remote_protocol_e_packet_cmd): Ditto.
5915 (show_remote_protocol_E_packet_cmd): Ditto.
5916 (show_remote_protocol_P_packet_cmd): Ditto.
5917 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5918 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5919 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5920 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5921 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5922 (show_remote_protocol_Z_packet_cmd): Ditto.
5923 (show_remote_protocol_binary_download_cmd): Ditto.
5924 (show_remote_cmd): Pass NULL to all of above.
5925
5926 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5927
5928 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5929 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5930 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5931 POP_FRAME): Remove defines.
5932 (i386_push_arguments, i386_store_struct_return,
5933 i386_extract_return_value, i386_store_return_value,
5934 i386_extract_struct_value_address, i386_push_dummy_frame,
5935 i386_pop_frame): Renove prototypes.
5936 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5937 macros mentioned above.
5938
5939 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5940
5941 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5942 add_set_boolean_cmd.
5943 (add_setshow_cmd): New function.
5944 * command.h (add_setshow_boolean_cmd): Replace
5945 add_set_boolean_cmd.
5946 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5947 and ``set rdiromatzero''.
5948 * maint.c (_initialize_maint_cmds): Update commented out code.
5949 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5950 * target.c (initialize_targets): Update `set
5951 trust-readonly-sections'.
5952 * remote.c (_initialize_remote): Update `set remotebreak'.
5953
5954 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5955
5956 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5957 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5958 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5959 fit into multi-arch framework.
5960 (i386_breakpoint_from_pc): New function.
5961 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5962 above.
5963
5964 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5965 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5966 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5967 (i386_frameless_function_invocation, i386_frame_num_args,
5968 i386_frame_init_saved_regs): Remove prototypes.
5969 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5970 macros mentioned above.
5971
5972 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5973
5974 * cli/cli-decode.c (set_cmd_cfunc): Update.
5975 (set_cmd_sfunc): Update.
5976 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5977 (set_cmd_sfunc, set_cmd_cfunc): Update.
5978 * cli/cli-decode.h: Update.
5979
5980 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5981
5982 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5983 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5984
5985 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5986
5987 * defs.h (auto_boolean): Declare enum.
5988 * command.h (cmd_auto_boolean): Delete enum.
5989 * mips-tdep.c (mask_address_var): Update.
5990 (mips_mask_address_p): Update.
5991 (show_mask_address): Update.
5992 * remote.c (struct packet_config): Update.
5993 (update_packet_config): Update.
5994 (show_packet_config_cmd): Update.
5995 (packet_ok): Update.
5996 (add_packet_config_cmd): Update.
5997 (_initialize_remote):
5998 * command.h: Update.
5999 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6000 (do_setshow_command): Update.
6001 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6002 * cli/cli-decode.h: Update.
6003
6004 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6005
6006 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6007 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6008 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6009 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6010 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6011 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6012
6013 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6014 list of DJGPP COFF targets.
6015
6016 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6017 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6018 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6019 (FP0_REGNUM): Remove define.
6020 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6021 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6022 (i386_register_virtual_size): Remove protoype.
6023 * i386-tdep.c (i386_register_virtual_size): Removed.
6024 (i386_extract_return_value, i386_store_return_value): Use
6025 FP0_REGNUM instead of NUM_FREGS to determine whether the
6026 floating-point registers are available.
6027 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6028 Adjust for removal of macros mentioned above.
6029
6030 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6031
6032 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6033 comments.
6034 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6035 Remove prototypes.
6036 (supply_gregset, fill_gregset): Remove use of register keyword and
6037 remove declaration for regmap. Use I386_NUM_GREGS instead of
6038 NUM_REGS and NUM_FREGS.
6039 (FPREGSET_FSAVE_OFFSET): Remove.
6040 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6041 NUM_FREGS to determine whether the floating-point registers are
6042 available.
6043
6044 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6045 gnu_store_registers): Replace usage of NUM_GREGS with
6046 I386_NUM_GREGS.
6047
6048 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6049 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6050 usage of NUM_GREGS with I386_NUM_GREGS.
6051
6052 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6053
6054 * i386bsd-nat.c: Include "i386-tdep.h".
6055 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6056 I386_NUM_GREGS.
6057
6058 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6059 and associated comment. They no longer make any sense, since we
6060 don't use this file anymore on Linux.
6061
6062 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6063 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6064 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6065 elements in these arrays.
6066 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6067 MAX_NUM_REGS.
6068
6069 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6070
6071 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6072 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6073
6074 2002-06-14 Andrew Cagney <cagney@redhat.com>
6075
6076 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6077 EXTRACT_RETURN_VALUE.
6078 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6079 EXTRACT_STRUCT_VALUE_ADDRESS.
6080 * gdbarch.h, gdbarch.c: Regenerate.
6081
6082 * values.c (value_being_returned): Handle
6083 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6084 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6085
6086 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6087 * arm-tdep.c (arm_gdbarch_init): Update.
6088 * avr-tdep.c (avr_gdbarch_init): Update.
6089 * cris-tdep.c (cris_gdbarch_init): Update.
6090 * d10v-tdep.c (d10v_gdbarch_init): Update.
6091 * ia64-tdep.c (ia64_gdbarch_init): Update.
6092 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6093 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6094 * s390-tdep.c (s390_gdbarch_init): Update.
6095 * sh-tdep.c (sh_gdbarch_init): Update.
6096 * s390-tdep.c (s390_gdbarch_init): Update.
6097 * sparc-tdep.c (sparc_gdbarch_init): Update.
6098 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6099 * v850-tdep.c (v850_gdbarch_init): Update.
6100 * vax-tdep.c (vax_gdbarch_init): Update.
6101 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6102 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6103
6104 * config/arc/tm-arc.h: Update.
6105 * config/d30v/tm-d30v.h: Update.
6106 * config/fr30/tm-fr30.h: Update.
6107 * config/h8300/tm-h8300.h: Update.
6108 * config/h8500/tm-h8500.h: Update.
6109 * config/i386/tm-i386.h: Update.
6110 * config/i386/tm-ptx.h: Update.
6111 * config/i386/tm-symmetry.h: Update.
6112 * config/i960/tm-i960.h: Update.
6113 * config/m32r/tm-m32r.h: Update.
6114 * config/m68k/tm-delta68.h: Update.
6115 * config/m68k/tm-linux.h: Update.
6116 * config/m68k/tm-m68k.h: Update.
6117 * config/m88k/tm-m88k.h: Update.
6118 * config/mcore/tm-mcore.h: Update.
6119 * config/mips/tm-mips.h: Update.
6120 * config/mn10200/tm-mn10200.h: Update.
6121 * config/pa/tm-hppa.h: Update.
6122 * config/pa/tm-hppa64.h: Update.
6123 * config/sparc/tm-sp64.h: Update.
6124 * config/sparc/tm-sparc.h: Update.
6125 * config/sparc/tm-sparclet.h: Update.
6126 * config/z8k/tm-z8k.h: Update.
6127
6128 2002-06-14 Andrew Cagney <cagney@redhat.com>
6129
6130 * Makefile.in (i386_linux_tdep_h): Define.
6131 (i386_tdep_h, i387_tdep_h): Define.
6132 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6133 $(i386_tdep_h) and $(i387_tdep_h).
6134 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6135
6136 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6137
6138 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6139 Already covered by the default.
6140
6141 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6142 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6143 (i386_gdbarch_init): Initialize long_double_format and long_double
6144 bit.
6145
6146 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6147 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6148 Move these to ...
6149 * config/i386/i386sol2.mh: ... here.
6150 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6151 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6152 (SIGCONTEXT_PC_OFFSET): Remove define.
6153 (IN_SIGTRAMP): Remove define.
6154 * i386-sol2-tdep.c: New file.
6155
6156 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6157 * config/i386/tm-i386nw.h: Removed.
6158
6159 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6160 USE_STRUCT_CONVENTION): Remove defines.
6161 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6162 (get_longjmp_target): Remove prototype.
6163 (IN_SIGTRAMP): Remove define.
6164 (i386bsd_in_sigtramp): Remove prototype.
6165 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6166 function. Update comment accordingly
6167 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6168 (FRAME_SAVED_PC): Remove define.
6169 (i386bsd_frame_saved_pc): Remove prototype.
6170 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6171 GET_LONGJMP_TARGET): Remove defines.
6172 (get_longjmp_target): Remove prototype.
6173 (IN_SIGTRAMP): Remove define.
6174 (i386bsd_in_sigtramp): Remove prototype.
6175 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6176 function. Update comment accordingly
6177 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6178 (FRAME_SAVED_PC): Remove define.
6179 (i386bsd_frame_saved_pc): Remove prototype.
6180 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6181 Remove prototype.
6182 (USE_STRUCT_CONVENTION): Remove prototype.
6183 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6184 declaration.
6185 (_initialize_i386bsd_nat): Revise logic to determine some
6186 constants at compile time when compiling a native GDB. Warn if
6187 things don't match up with what we expect.
6188 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6189 Remove variables.
6190 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6191 to use date stored in `struct gdbarch_tdep'.
6192 (i386bsd_sigcontext_offset): Remove varaible.
6193 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6194 stored in `struct gdbarch_tdep'.
6195 (i386bsd_frame_saved_pc): Make static.
6196 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6197 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6198 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6199 i386fbsd4_sc_pc_offset): New variables.
6200 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6201 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6202 functions.
6203 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6204 functions.
6205 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6206 Modify the value of i386fbsd_sigtramp_start and
6207 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6208 i386fbsd_sigtramp_end.
6209 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6210 function.
6211
6212 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6213 define to i386-linux-tdep.h.
6214 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6215 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6216 defines.
6217 (i386_linux_register_name, i386_linux_register_byte,
6218 i386_linux_register_raw_size): Remove prototypes.
6219 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6220 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6221 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6222 TARGET_WRITE_PC): Remove defines.
6223 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6224 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6225 i386_linux_write_pc): Remove prototypes.
6226 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6227 (get_longjmp_target): Remove prototype.
6228 * i386-linux-tdep.h: New file.
6229 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6230 * i386-linux-tdep.c: Include "i386-tdep.h" and
6231 "i386-linux-tdep.h".
6232 (i386_linux_register_name, i386_linux_register_byte,
6233 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6234 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6235 Make static.
6236 (i386_linux_init_abi): New function.
6237 (_initialize_i386_linux_tdep): New function.
6238
6239 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6240 (i386_saved_pc_after_call): Remove prototype.
6241 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6242 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6243 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6244 (i386_register_name, i386_stab_reg_to_regnum,
6245 i386_dwarf_reg_to_regnum): Remove prototypes.
6246 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6247 SIZEOF_SSE_REGS): Remove defines.
6248 (REGISTER_BYTES): Remove define.
6249 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6250 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6251 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6252 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6253 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6254 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6255 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6256 (get_longjmp_target): Remove prototype.
6257 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6258 (sigtramp_saved_pc): Remove define.
6259 (i386v4_sigtramp_saved_pc): Remove prototype.
6260 * config/i386/tm-go32.h (FRAME_CHAIN,
6261 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6262 (i386go32_frame_saved_pc): Remove prototype.
6263 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6264 (get_longjmp_target): Remove prototype.
6265 * i386-tdep.h: Include "osabi.h".
6266 (enum i386_abi): Removed.
6267 (enum struct_return): New enum.
6268 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6269 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6270 sc_pc_offset members.
6271 (i386_gdbarch_register_os_abi): Remove prototype.
6272 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6273 I386_SSE_NUM_REGS): New defines.
6274 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6275 I386_SSE_SIZEOF_REGS): New defines.
6276 (i386_register_name, i386_register_byte, i386_register_raw_size):
6277 New prototypes.
6278 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6279 (i386bsd_sigtramp_saved_pc): New prototype.
6280 * i386-tdep.c: Don't include "elf-bfd.h".
6281 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6282 i386_frame_chain, i386_saved_pc_after_call): Make static.
6283 (i386_frame_saved_pc): Rewrite to call architecture dependent
6284 function to deal with signal handlers. Make static.
6285 (i386go32_frame_saved_pc): Removed.
6286 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6287 Removed.
6288 (i386_get_longjmp_target): New function.
6289 (default_struct_convention, pcc_struct_convention,
6290 reg_struct_convention, valid_conventions, struct_convention): New
6291 variables.
6292 (i386_use_struct_convention): New function.
6293 (i386v4_sigtramp_saved_pc): Renamed to
6294 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6295 (i386_pc_in_sigtramp): New function.
6296 (i386_abi_names): Removed.
6297 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6298 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6299 Removed.
6300 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6301 i386_gdbarch_register_os_abi): Removed.
6302 (struct i386_abi_handler): Removed.
6303 (i386_abi_handler_list): Removed.
6304 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6305 functions.
6306 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6307 i386_nw_init_abi): New functions.
6308 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6309 Use set_gdbarch_xxx() calls instead of relying on macros for a
6310 number of calls.
6311 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6312 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6313 Register the various architecture variants defined in this file.
6314
6315 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6318 (struct main_type): Remove arg_types member. Update comments for
6319 struct field.
6320 (TYPE_ARG_TYPES): Remove.
6321 (TYPE_FN_FIELD_ARGS): Update.
6322 (smash_to_method_type): Update prototype.
6323
6324 * c-typeprint.c (cp_type_print_method_args): Take method type
6325 instead of argument list. Use new argument layout. Simplify.
6326 (c_type_print_args): Use new argument layout. Simplify.
6327 (c_type_print_base): Update call to cp_type_print_method_args.
6328 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6329 argument; use die->type instead. Update call to
6330 smash_to_method_type.
6331 (read_structure_scope): Update call to dwarf2_add_member_fn.
6332 * gdbtypes.c (allocate_stub_method): Update comment.
6333 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6334 Use new argument layout.
6335 (check_stub_method): Use new argument layout. Don't count
6336 void as an argument.
6337 (print_arg_types): Update comments. Use new argument layout.
6338 (recursive_dump_type): Don't print arg_types member.
6339 * hpread.c (hpread_read_struct_type): Use new argument layout.
6340 (fixup_class_method_type): Likewise.
6341 (hpread_type_lookup): Likewise.
6342 * stabsread.c (read_type): Update calls to read_args and
6343 smash_to_method_type.
6344 (read_args): Use new argument layout. Simplify.
6345 * valops.c (typecmp): Use new argument layout. Update parameters
6346 and comments. Simplify.
6347 (hand_function_call): Use new argument layout.
6348 (search_struct_method): Update call to typecmp.
6349 (find_overload_match): Use new argument layout.
6350
6351 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6352
6353 * NEWS: Mention multithreaded debug support for gdbserver.
6354
6355 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6356
6357 * MAINTAINERS: Mention NEWS.
6358
6359 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6360
6361 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6362 (struct mips_objfile_private, compare_pdr_entries): New.
6363 (non_heuristic_proc_desc): Read the ".pdr" section if it
6364 is present.
6365
6366 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6367
6368 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6369 (arm_debug): New static variable.
6370 (_initialize_arm_tdep): Add ``set debug arm'' command.
6371
6372 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6373
6374 * Makefile.in (sim_arm_h): Define.
6375 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6376 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6377 (arm_register_sim_regno): New function, map an internal REGNUM
6378 onto a simulator register number.
6379 (arm_gdbarch_init): Set register_sim_regno.
6380
6381 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6382
6383 * MAINTAINERS: Add self.
6384
6385 2002-06-11 Jim Blandy <jimb@redhat.com>
6386
6387 * source.c (source_info): Mention whether the symtab has
6388 information about preprocessor macros.
6389
6390 Call the command `info macro', not `show macro'.
6391 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6392 Fix error message.
6393 (_initialize_macrocmd): Register `info_macro_command' in
6394 `infolist', not `showlist'.
6395
6396 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6397
6398 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6399 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6400 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6401 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6402 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6403 unconditionally.
6404 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6405 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6406 (_initialize_mips_tdep): Remove dead code.
6407 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6408 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6409 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6410 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6411 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6412 MIPS_LAST_FP_ARG_REGNUM): Remove.
6413
6414 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6415
6416 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6417 (unwind_tmp_obstack_free, parse_frame_info)
6418 (update_context, cfi_read_fp, cfi_write_fp)
6419 (cfi_frame_chain, cfi_init_extra_frame_info)
6420 (cfi_virtual_frame_pointer): Use the above function.
6421 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6422
6423 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6424
6425 * v850-tdep.c (v850_type_is_scalar): New function.
6426 (v850_use_struct_convention): Match current gcc implementation
6427 as close as possible.
6428 (v850_push_arguments): Fix stack_offset handling. Don't write
6429 struct_addr into register. This is done by v850_store_struct_return.
6430 (v850_extract_return_value): Care for structs.
6431 (v850_store_return_value): Ditto.
6432 (v850_store_struct_return): Actually write address.
6433
6434 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6435
6436 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6437 without debug information too.
6438
6439 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6440
6441 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6442 Make multi-arch pure.
6443 * gdbarch.h, gdbarch.c: Re-generate.
6444 * arm-tdep.c (arm_print_float_info): Update.
6445 * arch-utils.h (default_print_float_info): Update.
6446 * arch-utils.c (default_print_float_info): Update.
6447 * infcmd.c (float_info): Update call.
6448
6449 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6450
6451 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6452 the front of the initialize list.
6453
6454 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6455
6456 * infrun.c (struct inferior_status): Replace fields
6457 selected_frame_address and selected_level with field
6458 selected_frame_id.
6459 (save_inferior_status): Update. Use get_frame_id.
6460 (struct restore_selected_frame_args): Delete.
6461 (restore_selected_frame): Update. Use frame_find_by_id.
6462 (restore_inferior_status): Update.
6463
6464 * breakpoint.h (struct breakpoint): Change type of
6465 watchpoint_frame to frame_id.
6466 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6467 call to get_current_frame.
6468 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6469 get_current_frame.
6470 (watchpoint_check): Use frame_find_by_id.
6471
6472 * frame.h (record_selected_frame): Delete declaration.
6473 * stack.c (record_selected_frame): Delete function.
6474
6475 * frame.h (struct frame_id): Define.
6476 (get_frame_id): Declare.
6477 (frame_find_by_id): Declare.
6478 * frame.c (frame_find_by_id): New function.
6479 (get_frame_id): New function.
6480
6481 2002-06-10 Andrey Volkov <avolkov@transas.com>
6482
6483 * ser-e7kpc.c: Fix duplicated define and call of
6484 _initialize_ser_e7000pc
6485
6486 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6487
6488 * signals/signals.c (target_signal_from_host): Fix #ifdef
6489 SIGRTMIN case.
6490 (do_target_signal_to_host): Likewise.
6491
6492 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6493
6494 * mips-tdep.c (mips_find_abi_section): New function.
6495 (mips_gdbarch_init): Call it.
6496
6497 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6498
6499 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6500 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6501 after Andrew's 2002-06-08 gdbarch change.
6502
6503 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6504
6505 * i386-linux-nat.c (suppy_gregset): Don't supply
6506 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6507 register cache.
6508 (fill_gregset): Don't fetch it under the same circumstances.
6509
6510 2002-06-09 Andrew Cagney <cagney@redhat.com>
6511
6512 * Makefile.in (callback_h): Define.
6513 (remote_sim_h): Update path to remote-sim.h.
6514 (remote-rdp.o): Add $(callback_h).
6515 (remote-sim.o): Use $(callback_h).
6516 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6517 * remote-rdp.c: Include "gdb/callback.h".
6518
6519 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6520
6521 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6522 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6523
6524 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6525
6526 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6527 * rdi-share/serpardr.c: Ditto.
6528 * rdi-share/unixcomm.c: Ditto.
6529 * rdi-share/serdrv.c: Ditto.
6530 * rdi-share/hostchan.h: Ditto.
6531 * rdi-share/hostchan.c: Ditto.
6532 * rdi-share/host.h: Ditto.
6533 * rdi-share/devsw.c: Ditto.
6534
6535 * objfiles.h: Change type of obj_private to void pointer.
6536 * pa64solib.c: Update copyright. Don't include "assert.h", use
6537 strcmp instead of STREQ, use LONGEST, do not use PTR
6538 * somsolib.c: Ditto.
6539
6540 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6541 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6542 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6543
6544 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6545
6546 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6547 (default_get_saved_register): Delete function.
6548 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6549 generic_unwind_get_saved_register.
6550 * gdbarch.h, gdbarch.c: Re-generate.
6551
6552 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6553
6554 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6555 generic_func_frame_chain_valid.
6556 * gdbarch.h, gdbarch.c: Re-generate.
6557 * blockframe.c (generic_func_frame_chain_valid): Only check
6558 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6559 passing FP to PC_IN_CALL_DUMMY.
6560 Fix PR gdb/360.
6561
6562 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6563
6564 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6565 (register_gdbarch_data): Initialize init_p.
6566 (gdbarch_data): Initialize data pointer using the init function.
6567 (init_gdbarch_data): Delete function.
6568 (gdbarch_update_p): Update.
6569 (initialize_non_multiarch): Update.
6570 (struct gdbarch): Add field initialized_p.
6571 * gdbarch.h, gdbarch.c: Re-generate.
6572
6573 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6574
6575 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6576 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6577 better do the things actually here.
6578 * x86-64-tdep.c (x86_64_register_name2nr): New.
6579 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6580 (x86_64_gdbarch_init): Respect the above change.
6581 * x86-64-tdep.h (x86_64_register_name2nr)
6582 (x86_64_register_nr2name): Add prototypes.
6583 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6584
6585 2002-06-06 Michael Snyder <msnyder@redhat.com>
6586
6587 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6588 Delete extra braces and re-indent.
6589 (d10v_store_return_value): Char return values
6590 must be shifted over by one byte in R0.
6591 (d10v_extract_return_value): Delete extra braces, re-indent.
6592
6593 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6594
6595 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6596 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6597 (d10v_integer_to_address): Rewrite.
6598 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6599 the d10v specific functions which take care of converting to the
6600 correct space.
6601
6602 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6603
6604 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6605 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6606
6607 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6608
6609 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6610 includes.
6611 * config/tm-linux.h: Ditto.
6612 * config/alpha/tm-alphalinux.h: Ditto.
6613 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6614 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6615 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6616 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6617 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6618 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6619 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6620 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6621 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6622 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6623 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6624 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6625 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6626 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6627 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6628 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6629 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6630 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6631 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6632 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6633 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6634 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6635 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6636 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6637 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6638 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6639 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6640 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6641 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6642 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6643 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6644 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6645 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6646 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6647 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6648 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6649 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6650
6651 2002-05-04 Aidan Skinner <aidan@velvet.net>
6652
6653 * ada-exp.tab.c: New file
6654 * ada-exp.y: New file
6655 * ada-lang.c: New file
6656 * ada-lang.h: New file
6657 * ada-lex.c: New file
6658 * ada-lex.l: New file
6659 * ada-tasks.c: New file
6660 * ada-typeprint.c: New file
6661 * ada-valprint.c: New file
6662
6663 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6664
6665 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6666 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6667
6668 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6669
6670 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6671 insetead of ppc-linux-tdep.o.
6672 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6673 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6674
6675 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6676
6677 2002-05-07 Christian Groessler <chris@groessler.org>
6678 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6679 bit register contents for little endian hosts.
6680
6681 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6682
6683 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6684 any maintainer.
6685
6686 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6687
6688 * gdbarch.h: Regenerate.
6689
6690 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6691
6692 * MAINTAINERS: Add everyone to write-after-approval list.
6693
6694 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6695
6696 * stack.c (frame_info): Use frame_register_unwind instead of
6697 saved_regs. Mention when the SP is on the stack or in a register.
6698
6699 * frame.h (frame_register_unwind_ftype): Define. Document.
6700 (struct frame_info): Add field register_unwind and
6701 register_unwind_cache.
6702 (frame_register_unwind): Declare.
6703 (generic_unwind_get_saved_register): Declare.
6704
6705 * frame.c (frame_register_unwind): New function.
6706 (generic_unwind_get_saved_register): New function.
6707
6708 * blockframe.c (generic_call_dummy_register_unwind): New function.
6709 (frame_saved_regs_register_unwind): New function.
6710 (set_unwind_by_pc): New function.
6711 (create_new_frame): New function.
6712 (get_prev_frame): New function.
6713
6714 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6715
6716 * a29k-share/: Delete directory.
6717 * remote-vx29k.c: Delete file.
6718
6719 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6720
6721 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6722 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6723
6724 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6725
6726 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6727 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6728 (sparc64nbsd-nat.o)
6729 (sparcnbsd-nat.o)
6730 (sparcnbsd-tdep.o): New dependency lists.
6731 * NEWS: Note new UltraSPARC NetBSD native configuration.
6732 * configure.host (sparc64-*-netbsd*): New host.
6733 * configure.tgt (sparc-*-netbsdelf*)
6734 (sparc-*-netbsd*): Set gdb_target to nbsd.
6735 (sparc64-*-netbsd*): New target.
6736 * sparc64nbsd-nat.c: New file.
6737 * sparcnbsd-nat.c: New file.
6738 * sparcnbsd-tdep.c: New file.
6739 * sparcnbsd-tdep.h: New file.
6740 * config/sparc/nbsd.mt: New file.
6741 * config/sparc/nbsd64.mh: New file.
6742 * config/sparc/nbsd64.mt: New file.
6743 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6744 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6745 (HOST_IPC): Remove.
6746 * config/sparc/nbsdaout.mt: Remove.
6747 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6748 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6749 (HOST_IPC): Remove.
6750 * config/sparc/nbsdelf.mt: Remove.
6751 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6752 sparc-nat.c compatiblity defines.
6753 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6754 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6755 * config/sparc/tm-nbsd64.h: New file.
6756 * config/sparc/tm-nbsdaout.h: Remove.
6757 * config/sparc/xm-nbsd.h: Remove.
6758
6759 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6760
6761 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6762 * sparc-tdep.c: Include osabi.h.
6763 (gdbarch_tdep): Add osabi member.
6764 (_initialize_sparc_tdep): Use gdbarch_register.
6765 (sparc_gdbarch_init): Use generic OS ABI framework.
6766 (sparc_dump_tdep): New function.
6767
6768 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6769
6770 * corefile.c (do_captured_read_memory_integer): Return non-zero
6771 result.
6772 (safe_read_memory_integer): Copy result of memory read when
6773 status is non-zero. Also, add comments.
6774
6775 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6776
6777 * Makefile.in (ppc_tdep_h): Define.
6778 (ppc-linux-nat.o)
6779 (ppc-linux-tdep.o)
6780 (rs6000-tdep.o): Use $(ppc_tdep_h).
6781 (ppc-sysv-tdep.o)
6782 (ppcnbsd-nat.o)
6783 (ppcnbsd-tdep.o): New dependency lists.
6784 * ppc-tdep.h: Use generic OS ABI framework.
6785 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6786 (ppc_linux_init_abi): New functions.
6787 (ppc_sysv_abi_broken_use_struct_convention)
6788 (ppc_sysv_abi_use_struct_convention)
6789 (ppc_sysv_abi_push_arguments): Move to...
6790 * ppc-sysv-tdep.c: ...here.
6791 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6792 * rs6000-tdep.c (process_note_abi_tag_sections)
6793 (get_elfosabi): Remove.
6794 (rs6000_gdbarch_init): Use generic OS ABI framework.
6795 (rs6000_dump_tdep): New function.
6796 (_initialize_rs6000_tdep): Use gdbarch_register.
6797 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6798 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6799 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6800 of ppc-linux-tdep.o.
6801 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6802 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6803 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6804 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6805 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6806 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6807
6808 2002-05-29 Jim Blandy <jimb@redhat.com>
6809
6810 * macroscope.c (default_macro_scope): Put `void' in empty argument
6811 list.
6812
6813 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6814
6815 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6816 * arch-utils.c: Include "sim-regno.h".
6817 * gdbarch.sh: Don't include "sim-regno.h".
6818 * gdbarch.h, gdbarch.c: Regenerate.
6819 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6820 here.
6821 * arch-utils.h (legacy_register_sim_regno): To here.
6822 * remote-sim.c (legacy_register_sim_regno): Move function from
6823 here.
6824 * arch-utils.c (legacy_register_sim_regno): To here.
6825
6826 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6827
6828 * sim-regno.h: New file.
6829 * Makefile.in (sim_regno_h): Define.
6830 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6831 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6832 (legacy_register_sim_regno): New function.
6833 (one2one_register_sim_regno): New function.
6834 (gdbsim_fetch_register): Rewrite.
6835 (gdbsim_store_register): Only store a register when
6836 REGISTER_SIM_REGNO is valid.
6837 * d10v-tdep.c: Include "sim-regno.h".
6838 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6839 (d10v_ts3_register_sim_regno): Ditto.
6840 * gdbarch.sh: Include "sim-regno.h".
6841 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6842 * gdbarch.h, gdbarch.c: Regenerate.
6843 * arch-utils.h (default_register_sim_regno): Delete declaration.
6844 * arch-utils.c (default_register_sim_regno): Delete function.
6845
6846 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6847
6848 * ppcnbsd-nat.c: Rewrite.
6849 * ppcnbsd-tdep.c: New file.
6850 * ppcnbsd-tdep.h: New file.
6851 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6852 solib.o, and solib-svr4.o.
6853 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6854 nbsd-tdep.o, and corelow.o.
6855
6856 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6857
6858 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6859 `tr' and `sed'. Mention that `broken' targets are not expected to
6860 build.
6861
6862 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6863
6864 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6865 Let PC point right after the prologue before looking up symbols.
6866
6867 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6868
6869 * i386-tdep.c (i386_register_virtual_type): Return
6870 builtin_type_vec128i for SSE registers.
6871
6872 * gdbtypes.h (builtin_type_vec128i): Declare.
6873
6874 * gdbtypes.c (build_builtin_type_vec128i): New function.
6875 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6876 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6877 (build_gdbtypes): Initialize new builtin vector types.
6878 (_initialize_gdbtypes): Register new vector types with gdbarch.
6879
6880 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6881
6882 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6883 since it has been multi-arch'd.
6884 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6885 Move Alpha and VAX multi-arch news entries to same section
6886 as other multi-arch news.
6887
6888 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6889
6890 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6891 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6892 static. Rename some register numbers to put them in ns32k-tdep
6893 private namespace.
6894 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6895 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6896 functions.
6897 (_initialize_ns32k_tdep): Use gdbarch_register.
6898 * ns32k-tdep.h: New file.
6899 * ns32knbsd-tdep.c: New file.
6900 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6901 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6902 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6903 REGISTER_BYTES, REGISTER_BYTE): Remove.
6904 * config/ns32k/tm-ns32k.h: New file.
6905 * config/ns32k/tm-umax.h: Remove.
6906
6907 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6908
6909 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6910 ns32k_store_struct_return, ns32k_extract_return_value,
6911 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6912 functions.
6913 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6914 ns32k_saved_pc_after_call.
6915 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6916 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6917 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6918 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6919 ns32k_extract_struct_value_address.
6920
6921 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6922
6923 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6924 ns32k_fix_call_dummy): New.
6925 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6926 ns32k_call_dummy_words.
6927 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6928 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6929 CALL_DUMMY_NARGS): Remove.
6930 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6931
6932 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6933
6934 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6935 ns32k_frame_saved_pc, ns32k_frame_args_address,
6936 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6937 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6938 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6939 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6940 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6941 (BREAKPOINT): Remove..
6942 (FRAME_CHAIN): Define as ns32k_frame_chain.
6943 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6944 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6945 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6946 (FRAME_FIND_SAVED_REGS): Remove.
6947 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6948 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6949 (POP_FRAME): Define as ns32k_pop_frame.
6950
6951 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6952
6953 * ns32k-tdep.c (ns32k_register_byte_32082,
6954 ns32k_register_byte_32382, ns32k_register_raw_size,
6955 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6956 functions.
6957 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6958 ns32k_register_byte_32382.
6959 * config/ns32k/tm-umax.h: Update copyright years.
6960 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6961 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6962 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6963 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6964 (ns32k_get_enter_addr): Fix prototype.
6965
6966 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6967
6968 * ns32k-tdep.c: Update copyright years.
6969 (ns32k_register_name_32082): New function.
6970 (ns32k_register_name_32382): Ditto.
6971 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6972 (REGISTER_NAME): Define as ns32k_register_name_32382.
6973 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6974 (REGISTER_NAME): Define as ns32k_register_name_32082.
6975
6976 2002-05-24 Jim Blandy <jimb@redhat.com>
6977
6978 * dwarf2read.c (free_line_header): Use xfree, not free.
6979
6980 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6981
6982 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6983 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6984
6985 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6986
6987 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6988
6989 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6990
6991 From Ross Alexander at NEC Europe:
6992 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6993
6994 2002-05-23 Michael Snyder <msnyder@redhat.com>
6995
6996 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6997 for input, rather than parse_and_eval_address.
6998
6999 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7000
7001 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7002 * Makefile.in (sim_d10v_h): Update definition.
7003
7004 2002-05-24 Andrew Cagney <cagney@redhat.com>
7005
7006 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7007 change `2002-05-22 Michael Snyder' below.
7008 (d10v_push_arguments): Ditto.
7009 (d10v_extract_return_value): Ditto.
7010
7011 2002-05-23 Jim Blandy <jimb@redhat.com>
7012
7013 * macrotab.c (check_for_redefinition): Don't complain if the new
7014 definition is the same as the previous one. Take more arguments
7015 to allow the comparison.
7016 (macro_define_object, macro_define_function): Pass more arguments
7017 to check_for_redefinition.
7018
7019 2002-05-22 Michael Snyder <msnyder@redhat.com>
7020
7021 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7022 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7023 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7024 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7025 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7026 Add a temp variable to save a call (and a memory read).
7027 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7028 if possible (so that PC_IN_CALL_DUMMY will work).
7029
7030 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7031
7032 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7033
7034 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7035
7036 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7037 fde->cie_ptr.
7038 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7039 (dwarf2_build_frame_info): Add offset to fde->initial_location
7040 so that frames of shared libraries are mapped correctly.
7041 (execute_stack_op): Change type of 'result' from ULONGEST to
7042 CORE_ADDR.
7043
7044 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7045
7046 * config/alpha/tm-nbsd.h: Include solib.h.
7047
7048 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7049
7050 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7051 assumptions about the host's byte order.
7052
7053 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7054
7055 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7056 to dependency list.
7057 * alphanbsd-tdep.c: Include solib-svr4.h.
7058 * shnbsd-tdep.c: Ditto.
7059
7060 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7061
7062 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7063 nbsd-tdep.h to dependency list.
7064 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7065 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7066 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7067 nbsdaout.mh and nbsdelf.mh consistently.
7068 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7069 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7070 nbsdaout.mt and nbsdelf.mh consistently.
7071 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7072 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7073 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7074 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7075 a.out shared library stuff from here...
7076 * config/nm-nbsdaout.h: ...to here.
7077 * config/tm-nbsd.h: Remove.
7078 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7079 * config/arm/nbsd.mh: Remove.
7080 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7081 nbsd-tdep.o.
7082 * config/arm/nbsdaout.mh: New file.
7083 * config/arm/nbsdelf.mh: New file.
7084 * config/arm/nm-nbsdaout.h: New file.
7085 * config/i386/nbsd.mh: Remove.
7086 * config/i386/nbsd.mt: Remove.
7087 * config/i386/nbsdaout.mh: New file.
7088 * config/i386/nbsdaout.mt: New file.
7089 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7090 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7091 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7092 i386_register_u_addr): Remove.
7093 * config/i386/nm-nbsdaout.h: New file.
7094 * config/i386/nm-nbsdelf.h: Remove.
7095 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7096 (USE_STRUCT_CONVENTION): Remove.
7097 * config/i386/tm-nbsdaout.h: New file.
7098 * config/i386/tm-nbsdelf.h: Remove.
7099 * config/m68k/nbsd.mh: Remove.
7100 * config/m68k/nbsd.mt: Remove.
7101 * config/m68k/nbsdaout.mh: New file.
7102 * config/m68k/nbsdaout.mt: New file.
7103 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7104 * config/m68k/nm-nbsdaout.h: New file.
7105 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7106 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7107 * config/ns32k/nbsd.mh: Remove.
7108 * config/ns32k/nbsd.mt: Remove.
7109 * config/ns32k/nbsdaout.mh: New file.
7110 * config/ns32k/nbsdaout.mt: New file.
7111 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7112 * config/ns32k/nm-nbsdaout.h: New file.
7113 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7114 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7115 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7116 (SVR4_SHARED_LIBS): Remove.
7117 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7118 * config/sparc/nbsd.mh: Remove.
7119 * config/sparc/nbsd.mt: Remove.
7120 * config/sparc/nbsdaout.mh: New file.
7121 * config/sparc/nbsdaout.mt: New file.
7122 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7123 * config/sparc/nbsdelf.mt: New file.
7124 * config/sparc/nm-nbsdaout.h: New file.
7125 * config/sparc/nm-nbsdelf.h: Remove.
7126 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7127 * config/sparc/tm-nbsdaout.h: New file.
7128
7129 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7130
7131 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7132 mipsnbsd-tdep.c
7133 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7134
7135 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7136
7137 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7138 shnbsd-nat.c.
7139 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7140
7141 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7142
7143 * NEWS: Note new MIPS NetBSD native configuration.
7144 * configure.host (mips*-*-netbsd*): New host.
7145 * configure.tgt (mips*-*-netbsd*): New target.
7146 * mipsnbsd-nat.c: New file.
7147 * mipsnbsd-tdep.c: New file.
7148 * mipsnbsd-tdep.h: New file.
7149 * config/mips/nbsd.mh: New file.
7150 * config/mips/nbsd.mt: New file.
7151 * config/mips/nm-nbsd.h: New file.
7152 * config/mips/tm-nbsd.h: New file.
7153
7154 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7155
7156 * Makefile.in (SFILES): Add osabi.c.
7157 (COMMON_OBS): Add osabi.o.
7158 (osabi.o): New dependency list.
7159 * osabi.c: New file.
7160 * osabi.h: New file.
7161 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7162
7163 * Makefile.in (alpha_tdep_h): Define and use instead of
7164 alpha-tdep.h.
7165 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7166 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7167 Remove.
7168 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7169 * alpha-tdep.h: Include osabi.h.
7170 (alpha_abi): Remove.
7171 (gdbarch_tdep): Use generic OS ABI framework.
7172 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7173 gdbarch_register_osabi.
7174 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7175 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7176 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7177
7178 * Makefile.in (sh_tdep_h): Add osabi.h.
7179 * sh-tdep.h (sh_osabi): Remove.
7180 (gdbarch_tdep): Use generic OS ABI framework.
7181 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7182 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7183 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7184 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7185
7186 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7187 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7188 gdbarch_register_osabi.
7189 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7190 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7191 (get_elfosabi): Rename to...
7192 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7193 ABI framework support routines.
7194 (arm_gdbarch_init): Use generic OS ABI framework.
7195 (arm_dump_tdep): Likewise.
7196 (_initialize_arm_tdep): Likewise.
7197 * arm-tdep.h: Include osabi.h.
7198 (arm_abi): Remove.
7199 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7200 osabi member.
7201 (arm_gdbarch_register_os_abi): Remove prototype.
7202 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7203 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7204
7205 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7206 * mips-tdep.c: Include osabi.h.
7207 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7208 OS ABI framework.
7209
7210 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7211
7212 * h8300-tdep.c: Fix formatting.
7213
7214 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7215
7216 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7217 printing vector registers.
7218
7219 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7220
7221 From Fernando Nasser:
7222 * remote.c (remote_async_open_1): Re-throw the exception when the
7223 connection fails.
7224 (remote_cisco_open): Ditto.
7225 (remote_open_1): Ditto.
7226
7227 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7228
7229 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7230 (remote_start_remote): Add uiout parameter. Pass through to
7231 remote_start_remote_dummy.
7232 (remote_open_1): Use catch_exception instead of catch_errors.
7233 (remote_async_open_1): Ditto.
7234 (remote_cisco_open): Ditto.
7235
7236 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7237
7238 * remote.c (remote_start_remote): Replace PTR with void pointer.
7239 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7240 static.
7241
7242 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7243
7244 * gdb_indent.sh: Allow the script to be run in the sim directory.
7245
7246 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7247
7248 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7249 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7250
7251 * corelow.c (core_open): Only call set_gdbarch_from_file if
7252 exec_bfd is NULL.
7253
7254 2002-05-17 Andrey Volkov <avolkov@transas.com>
7255
7256 * h8300-tdep.c: Add support of EXR register
7257 * config/h8300/tm-h8300.h: Ditto.
7258
7259 2002-05-17 Andrey Volkov <avolkov@transas.com>
7260
7261 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7262
7263 2002-05-17 Andrey Volkov <avolkov@transas.com>
7264
7265 * h8300-tdep.c: Change literal regnums to REGNO.
7266
7267 2002-05-17 Jim Blandy <jimb@redhat.com>
7268
7269 * NEWS: Note addition of macro support.
7270
7271 Expand preprocessor macros in C expressions.
7272 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7273 (scan_macro_expansion, scanning_macro_expansion,
7274 finished_macro_expansion): New function declarations.
7275 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7276 variable declarations.
7277 * parser-defs.h (expression_context_pc): New declaration.
7278 * parse.c (expression_context_pc): New variable.
7279 (parse_exp_1): Set expression_context_pc, as well as
7280 expression_context_block.
7281 * c-exp.y (yylex): If we're not already reading the result of a
7282 macro expansion, try to macro-expand the next token. When we're
7283 done scanning a macro expansion, switch back to the mainline text.
7284 Commas and `if's in a macro's expansion don't terminate the input.
7285 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7286 (macro_original_text, macro_expanded_text,
7287 expression_macro_lookup_func, expression_macro_lookup_baton): New
7288 variables.
7289 (scan_macro_expansion, scanning_macro_expansion,
7290 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7291 c_preprocess_and_parse): New functions.
7292 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7293 c_preprocess_and_parse, instead of c_parse.
7294 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7295 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7296
7297 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7298
7299 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7300 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7301 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7302
7303 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7304
7305 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7306
7307 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7308
7309 * Makefile.in (sh_tdep_h): Define and use.
7310 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7311 register enum): Move to...
7312 * * sh-tdep.h: ...here.
7313 * sh-tdep.c: Include sh-tdep.h.
7314 * sh3-rom.c: Likewise.
7315 * shnbsd-tdep.c: Likewise.
7316
7317 2002-05-16 Michael Snyder <msnyder@redhat.com>
7318
7319 * arm-tdep.c: Spelling fix in comment.
7320
7321 2002-05-16 Jim Blandy <jimb@redhat.com>
7322
7323 Add commands for manually expanding macros and showing their
7324 definitions.
7325 * macrocmd.c, macroscope.c, macroscope.h: New files.
7326 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7327 (macroscope_h): New variable.
7328 (HFILES_NO_SRCDIR): Add macroscope.h.
7329 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7330 (macroscope.o, macrocmd.o): New rules.
7331
7332 Teach the Dwarf 2 reader to read macro information.
7333 * dwarf2read.c: #include "macrotab.h".
7334 (dwarf_macinfo_buffer): New variable.
7335 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7336 dwarf_macinfo_size.
7337 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7338 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7339 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7340 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7341 dwarf2_macro_spaces_in_definition): New complaints.
7342 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7343 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7344 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7345 the partial symbol table.
7346 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7347 from what's recorded in the partial symbol table.
7348 (read_file_scope): If the compilation unit has a
7349 `DW_AT_macro_info' attribute, read its macro information.
7350 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7351
7352 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7353
7354 Fix PR gdb/546
7355 * ser-tcp.c: Don't include <netinet/udp.h>.
7356
7357 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7358
7359 * MAINTAINERS: Update my email address.
7360
7361 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7362
7363 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7364 include file of the same name.
7365
7366 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7367
7368 * configure.tgt: Mark v850 as multi-arched.
7369 * config/v850/tm-v850.h: Remove file.
7370 * config/v850/v850.mt: Eliminate TM_FILE.
7371
7372 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7373
7374 * v850-tdep.c: Full multi-arch.
7375 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7376 Define GDB_MULTI_ARCH to 2.
7377
7378 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7379
7380 * p-exp.y (current_type): New static variable.
7381 Carries the type of the expression at the position that is parsed.
7382 (push_current_type, pop_current_type): Two new functions. Used
7383 to store/restore current_type in expression on specific tokens.
7384 (search_field): New static variable. Set to one after parsing a point
7385 as at that point only a FIELDNAME token should be searched.
7386 (FIELDNAME): New token. After a point only a token belonging to
7387 current_type type definition is allowed.
7388 (all over token rules): reset and change current_type according
7389 to rules.
7390 (exp '[' rule): insert implicit array index field if
7391 exp is a pascal string type.
7392
7393 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7394
7395 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7396 frame info. Use frame_info's saved_regs instead of matching member
7397 in extra_frame_info throughout.
7398 (v850_frame_init_saved_regs): New function.
7399 (v850_init_extra_frame_info): Move most functionality into
7400 v850_frame_init_saved_regs().
7401 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7402 (v850_frame_find_saved_regs): Remove declaration.
7403 (FRAME_FIND_SAVED_REGS): Remove definition.
7404 (v850_frame_init_saved_regs): Add declaration.
7405 (FRAME_INIT_SAVED_REGS): Add definition.
7406
7407 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7408
7409 * v850-tdep.c: Begin multi-arch'ing v850.
7410 (v850_target_architecture_hook): Remove function.
7411 (v850_gdbarch_init): New function. Add code previously in
7412 v850_target_architecture_hook().
7413 (_initialize_v850_tdep): Don't set target_architecture_hook.
7414 Call register_gdbarch_init() instead.
7415
7416 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7419 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7420 (fixup_class_method_type): Likewise.
7421
7422 2002-05-15 Jim Blandy <jimb@redhat.com>
7423
7424 Add macro structures to GDB's symbol tables. Nobody puts anything
7425 in them yet.
7426 * symtab.h (struct symtab): New member: `macro_table'.
7427 * buildsym.h (pending_macros): New global variable.
7428 * buildsym.c: #include "macrotab.h".
7429 (buildsym_init): Initialize `pending_macros'.
7430 (end_symtab): If we found macro information while reading a CU's
7431 debugging info, do build a symtab structure for it. Make the
7432 symtab point to the macro information, and clear the
7433 `pending_macros' pointer which held it while we were reading the
7434 debug info.
7435 (really_free_pendings): Free any pending macro table.
7436 * objfiles.h (struct objfile): New member: `macro_cache'.
7437 * objfiles.c (allocate_objfile): Set allocate and free functions
7438 for the macro cache's objstack.
7439 (free_objfile): Empty the macro cache's obstack.
7440 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7441 set new allocate and free functions for it.
7442 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7443 free functions for the macro cache's objstack. (Why is this
7444 function building its own objfile?)
7445 * symmisc.c (print_objfile_statistics): Print statistics on the
7446 macro bcache.
7447 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7448
7449 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7450
7451 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7452 (REGISTER_U_ADDR): Delete definition.
7453 (arm_register_u_addr): Delete declaration.
7454
7455 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7456
7457 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7458 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7459
7460 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7461
7462 * regcache.c (register_valid): Revise comments refering to "Not
7463 available" and "unavailable".
7464 * frame.c (frame_register_read): Ditto.
7465 * findvar.c (value_of_register): Ditto.
7466
7467 2002-05-15 Andrew Cagney <cagney@redhat.com>
7468
7469 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7470 (remote-sim.o): Update dependencies.
7471 (d10v-tdep.o): Specify dependencies.
7472 (sim_d10v_h): Define.
7473
7474 2002-05-14 Jim Blandy <jimb@redhat.com>
7475
7476 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7477 * macrotab.c (macro_lookup_inclusion, find_definition,
7478 new_macro_table): Same.
7479
7480 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7481 not `! strcmp ()'. This is a dubious improvement.
7482 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7483
7484 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7485 although it's not necessary, to avoid a warning.
7486
7487 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7488
7489 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7490 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7491 TYPE_INSTANCE_FLAGS.
7492 (struct main_type): New.
7493 (struct type): Move most members to struct main_type. Change
7494 cv_type and as_type to new type_chain member. Add instance_flags.
7495 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7496 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7497 (finish_cv_type): Remove prototype.
7498 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7499 Set TYPE_CHAIN.
7500 (alloc_type_instance): New function.
7501 (smash_type): New function.
7502 (make_pointer_type, make_reference_type, make_function_type)
7503 (smash_to_member_type, smash_to_method_type): Call smash_type.
7504 (make_qualified_type): New function.
7505 (make_type_with_address_space): Call make_qualified_type.
7506 (make_cv_type): Likewise.
7507 (finish_cv_type): Remove unnecessary function.
7508 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7509 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7510 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7511 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7512 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7513 * hpread.c (hpread_read_struct_type): Likewise.
7514 * stabsread.c (read_struct_type): Likewise.
7515
7516 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7517
7518 * configure.tgt: Add a catch all sh* target, for cases like
7519 sh[2,3,4]-elf and sh-hms.
7520
7521 2002-05-14 Keith Seitz <keiths@redhat.com>
7522
7523 * event-loop.c (create_file_handler): Don't do anything but
7524 update data when we are given a fd which we are already
7525 monitoring.
7526
7527 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7528
7529 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7530 (update_context): Use __func__ in warnings.
7531
7532 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7533
7534 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7535 and tcp_close to net_open and net_close.
7536 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7537 using UDP if requested. Don't try to disable Nagle on UDP
7538 sockets.
7539 * remote.c (remote_serial_open): New function. Warn about UDP.
7540 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7541
7542 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7543
7544 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7545
7546 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7547
7548 * configure.tgt: Remove sh-hms target.
7549 * MAINTAINERS: Don't list sh-hms as a separate target.
7550
7551 2002-05-13 Jim Blandy <jimb@redhat.com>
7552
7553 Add first preprocessor macro-expansion files.
7554 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7555 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7556 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7557 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7558 (COMMON_OBS): Add macrotab.o, macroexp.o.
7559 (macroexp.o, macrotab.o): New rules.
7560
7561 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7562
7563 * config/m88k/tm-m88k.h: Update copyright.
7564 (m88k_target_write_pc): Declare
7565 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7566 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7567 (SHIFT_INST_REGS): Update definition.
7568 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7569 using old definition of TARGET_WRITE_PC.
7570 * regcache.c (generic_target_write_pc): Delete code handling
7571 NNPC_REGNUM.
7572 * gdbarch.sh (NNPC_REGNUM): Delete.
7573 * gdbarch.h, gdbarch.c: Regenerate.
7574
7575 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7576
7577 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7578 builtin reg number.
7579
7580 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7581
7582 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7583 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7584 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7585 access macros.
7586 * c-typeprint.c (cp_type_print_method_args): Likewise.
7587 (c_type_print_args): Likewise.
7588 * d10v-tdep.c (d10v_push_arguments): Likewise.
7589 (d10v_extract_return_value): Likewise.
7590 * expprint.c (print_subexp): Likewise.
7591 * gdbtypes.c (lookup_primitive_typename): Likewise.
7592 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7593 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7594 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7595 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7596 (TYPE_VECTOR): Likewise.
7597 * hpread.c (hpread_read_struct_type)
7598 (fix_static_member_physnames, fixup_class_method_type)
7599 (hpread_type_lookup): Likewise.
7600 * mdebugread.c (parse_symbol, parse_type): Likewise.
7601 * p-lang.c (is_pascal_string_type): Likewise.
7602 * valops.c (hand_function_call): Likewise.
7603 * x86-64-tdep.c (classify_argument): Likewise.
7604
7605 * hpread.c (hpread_read_function_type)
7606 (hpread_read_doc_function_type): Call replace_type.
7607 * dstread.c (create_new_type): Delete.
7608 (decode_dst_structure, process_dst_function): Call alloc_type.
7609 Use type access macros.
7610
7611 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7612
7613 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7614 the're not supported by the current architecture.
7615 (i387_fill_fxsave): Likewise.
7616
7617 2002-05-12 Fred Fish <fnf@redhat.com>
7618
7619 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7620 sect_index_xxx members to index the first slot in section_offsets
7621 if all of the section_offsets are zero.
7622
7623 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7624
7625 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7626 checked in with last change.
7627
7628 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7629
7630 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7631 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7632 config.sub.
7633
7634 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7635
7636 * Makefile.in: Update dependencies.
7637
7638 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7639
7640 * language.c (local_hex_string_custom): Simplify. Do not depend
7641 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7642
7643 * memattr.c (mem_info_command): Replace calls to
7644 longest_local_hex_string and longest_local_hex_string_custom.
7645 * buildsym.c (make_blockvector): Ditto.
7646 * solib.c (info_sharedlibrary_command): Ditto.
7647 * tracepoint.c (tracepoints_info): Ditto.
7648 * symtab.c (print_msymbol_info): Ditto.
7649
7650 * language.c (local_hex_string): Delete.
7651 (local_hex_string_custom): Delete.
7652 (longest_local_hex_string): Rename to local_hex_string.
7653 (longest_local_hex_string_custom): Rename to
7654 local_hex_string_custom.
7655 * language.h (local_hex_string): Change parameter type to LONGEST.
7656 (local_hex_string_custom): Ditto.
7657 (longest_local_hex_string): Delete declaration.
7658 (longest_local_hex_string_custom): Ditto.
7659
7660 * solib.c: Update copyright.
7661 * memattr.c: Update copyright.
7662
7663 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7664
7665 * arch-utils.h (legacy_register_to_value): Declare.
7666 (legacy_value_to_register): Declare.
7667 (legacy_convert_register_p): Declare.
7668 * arch-utils.c (legacy_register_to_value): New function.
7669 (legacy_value_to_register): New function.
7670 (legacy_convert_register_p): New function.
7671
7672 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7673 (VALUE_TO_REGISTER): Define.
7674 (CONVERT_REGISTER_P): Define.
7675 * gdbarch.h, gdbarch.c: Regenerate.
7676
7677 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7678 VALUE_TO_REGISTER.
7679 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7680 CONVERT_REGISTER_P.
7681
7682 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7683 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7684
7685 * Makefile.in: Update dependencies for valops.c.
7686 * valops.c: Include "gdb_assert.h".
7687 (typecmp): Skip THIS parameter to methods.
7688 (find_method_list): Remove static_memfuncp argument,
7689 update callers. Check for stub methods.
7690 (find_value_oload_method_list): Don't set *static_memfuncp.
7691 (find_overload_match): Don't check for stub methods. Assert
7692 that methods are not stubbed. Handle static methods.
7693 (value_find_oload_method_list): Remove static_memfuncp argument.
7694 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7695 to the argument list for static stub methods.
7696 * value.h (value_find_oload_method_list): Update prototype.
7697
7698 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7699
7700 * arch-utils.h (generic_register_size): Declare.
7701 (generic_register_raw_size, generic_register_virtual_size): Delete
7702 declarations.
7703 * arch-utils.c (generic_register_raw_size): Delete.
7704 (generic_register_size): New function.
7705 (generic_register_virtual_size): Delete.
7706
7707 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7708 default generic_register_size.
7709 * gdbarch.h, gdbarch.c: Re-generate.
7710
7711 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7712 register_virtual_size.
7713 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7714 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7715
7716 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7717
7718 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7719 * gdbarch.h, gdbarch.c: Regenerate.
7720 * gnu-v3-abi.c: Update copyright.
7721 (vtable_address_point_offset): Update.
7722 (gnuv3_rtti_type): Update.
7723 (gnuv3_baseclass_offset): Update.
7724 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7725 (init_fetch_link_map_offsets): Update.
7726 * remote.c (get_remote_state): Update.
7727
7728 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7729
7730 * TODO: Remove value_headof/value_from_vtable_info comment.
7731 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7732 * values.c (value_headof, value_from_vtable_info): Delete.
7733 * value.h (value_from_vtable_info): Delete prototype.
7734
7735 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7736
7737 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7738 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7739 $(gdb_regex_h).
7740 (gdb_assert_h): Define.
7741 (gdb_wait_h): Define.
7742 (gdb_regex_h): Define.
7743
7744 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7745
7746 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7747 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7748
7749 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * nbsd-tdep.c: Fix comment.
7752
7753 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7754
7755 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7756 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7757 (nbsd-tdep.o): New dependency list.
7758 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7759 nbsd-tdep.h.
7760 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7761 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7762 * nbsd-tdep.c: New file.
7763 * nbsd-tdep.h: New file.
7764 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7765 nbsd-tdep.h.
7766 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7767 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7768 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7769 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7770
7771 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7772
7773 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7774 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7775 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7776 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7777 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7778 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7779
7780 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7781
7782 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7783 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7784 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7785 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7786 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7787 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7788 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7789
7790 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7793 fetch_elfcore_registers to...
7794 * i386nbsd-tdep.c: ...here.
7795 (i386nbsd_use_struct_convention): Rename to...
7796 (i386nbsd_aout_use_struct_convention): ...this.
7797 (i386nbsd_supply_reg): New function.
7798 (i386nbsd_fill_reg): New function.
7799 (fetch_core_registers): Use i386nbsd_supply_reg.
7800 (fetch_elfcore_registers): Likewise.
7801 (_initialize_i386nbsd_tdep): New function.
7802 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7803 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7804 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7805 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7806 (i386nbsd_aout_use_struct_convention): ...this.
7807
7808 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7809
7810 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7811 (store_inferior_registers): Use shnbsd_fill_reg.
7812 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7813 sh_nbsd_supply_register): Collapse into...
7814 (shnbsd_supply_reg): ...this.
7815 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7816 (shnbsd_fill_reg): ...this.
7817 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7818 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7819 (fetch_core_registers): Use shnbsd_supply_reg.
7820 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7821 (sh_nbsd_core_fns): Rename to...
7822 (shnbsd_core_fns): ...this.
7823 (sh_nbsd_elfcore_fns): Rename to...
7824 (shnbsd_elfcore_fns): ...this.
7825 (sh_nbsd_init_abi): Rename to...
7826 (shnbsd_init_abi): ...this.
7827 (_initialize_sh_nbsd_tdep): Rename to...
7828 (_initialize_shnbsd_tdep): ...this.
7829 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7830 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7831 sh_nbsd_fill_register): Remove prototypes.
7832 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7833
7834 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7835
7836 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7837 (i387-nat.o): Delete dependency list.
7838 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7839 (x86-64-linux-nat.o): Likewise.
7840 * i387-nat.c: Delete file, moving contents to...
7841 * i387-tdep.c: ...here.
7842 * i387-nat.h: Rename...
7843 * i387-tdep.h: ...to this.
7844 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7845 * i386-linux-nat.c: Likewise.
7846 * i386bsd-nat.c: Likewise.
7847 * i386gnu-nat.c: Likewise.
7848 * i386nbsd-nat.c: Likewise.
7849 * i386v4-nat.c: Likewise.
7850 * x86-64-linux-nat.c: Likewise.
7851 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7852 * config/i386/go32.mh (NATDEPFILES): Likewise.
7853 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7854 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7855 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7856 * config/i386/linux.mh (NATDEPFILES): Likewise.
7857 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7858 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7859 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7860 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7861
7862 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7863
7864 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7865 (alphanbsd-nat.o): Remove dependency list.
7866 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7867 * alphanbsd-nat.c: Delete. Contents moved to...
7868 * alphanbsd-tdep.c: ...here.
7869 (_initialize_alphanbsd_tdep): Register core functions.
7870 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7871
7872 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7873
7874 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7875 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7876 (alphanbsd-nat.o): Likewise.
7877 (alphabsd-tdep.o): New dependency list.
7878 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7879 (fill_gregset): Use alphabsd_fill_reg.
7880 (supply_fpregset): Use alphabsd_supply_fpreg.
7881 (fill_fpregset): Use alphabsd_fill_fpreg.
7882 (fetch_inferior_registers): Use struct reg and struct fpreg
7883 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7884 and alphabsd_supply_fpreg.
7885 (store_inferior_registers): Use struct reg and struct fpreg
7886 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7887 and alphabsd_fill_fpreg.
7888 * alphabsd-tdep.c: New file.
7889 * alphabsd-tdep.h: New file.
7890 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7891 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7892 alphabsd_supply_fpreg.
7893 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7894 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7895
7896 2002-05-11 Eric Christopher <echristo@redhat.com>
7897
7898 * mips-tdep.c (mips_double_register_type): Fix thinko.
7899 (mips_single_register_type): Ditto.
7900 * MAINTAINERS: Add self.
7901
7902 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7903
7904 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7905 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7906 right thing on architectures with different endianness and/or
7907 integer sizes.
7908
7909 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7910
7911 From Christian Limpach <chris@Pin.LU>
7912 * configure.in: Change sed expression which comments out
7913 NATDEPFILES to also comment out continuation lines.
7914 * configure: Regenerate.
7915
7916 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7917
7918 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7919 big patch.
7920
7921 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7922
7923 * sh-tdep.c: Include correct file.
7924
7925 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7926
7927 New support for sh64-elf (sh5) target.
7928
7929 * configure.tgt: For sh64-elf target, default to sh-elf.
7930
7931 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7932 (struct gdbarch_tdep): Add new fields for new registers and ABI
7933 info.
7934
7935 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7936 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7937 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7938 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7939 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7940 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7941 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7942 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7943 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7944 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7945 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7946 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7947 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7948 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7949 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7950 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7951 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7952 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7953 sign_extend, sh64_nofp_frame_init_saved_regs,
7954 sh64_init_extra_frame_info, sh64_get_saved_register,
7955 sh64_extract_struct_value_address, sh64_pop_frame,
7956 sh64_push_arguments, sh64_extract_return_value,
7957 sh64_store_return_value, sh64_show_media_regs,
7958 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7959 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7960 sh_sh64_register_virtual_type,
7961 sh_sh64_register_convert_to_virtual,
7962 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7963 sh64_register_read, sh64_pseudo_register_write,
7964 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7965 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7966 sh64_do_pseudo_register, sh_compact_do_registers_info,
7967 sh64_do_registers_info, sh_gdbarch_init): New functions.
7968
7969 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7970
7971 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7972
7973 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7974
7975 * linespec.c (decode_line_1): Check for a double quote after
7976 a filename correctly.
7977
7978 2002-05-10 Jim Blandy <jimb@redhat.com>
7979
7980 Properly track the size of the current objfile's .debug_line section.
7981 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7982 (DWARF_LINE_SIZE): New macro.
7983 (dwarf2_build_psymtabs_hard): Record the line section's size in
7984 the partial symbol table.
7985 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7986 symbol table.
7987
7988 2002-05-10 Petr Sorfa <petrs@caldera.com>
7989
7990 * ia64-tdep.c: Handle breakpoints on L instruction type
7991 in MLX instruction bundle by moving the breakpoint to
7992 the third slot (X instruction type) as L holds only data.
7993
7994 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7995
7996 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7997 (process_one_symbol): Complain about discarding local symbols
7998 due to a misplaced N_LBRAC entry.
7999
8000 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8001
8002 From Daniel Berlin <dan@cgsoftware.com>
8003 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8004 decrease the depth we are at, in the case of templates.
8005
8006 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8007
8008 * mips-tdep.c (mips_float_register_type): New function.
8009 (mips_double_register_type): New function.
8010 (mips_print_register): Use them.
8011 (do_fp_register_row): Likewise.
8012
8013 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * signals/signals.c (signals): Remove conditional compilation around
8016 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8017 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8018
8019 2002-05-09 Michael Snyder <msnyder@redhat.com>
8020
8021 * remote-rdp.c (remote_rdp_can_run): Remove.
8022
8023 2002-05-09 Tom Tromey <tromey@redhat.com>
8024
8025 * jv-valprint.c (java_val_print): Handle `char' as a special case
8026 of TYPE_CODE_INT.
8027
8028 2002-05-09 Michael Snyder <msnyder@redhat.com>
8029
8030 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8031 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8032 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8033 str r(0123),[sp,#nn].
8034 (arm_skip_prologue): Ditto. Also make disassembly
8035 order-independent by placing it in a loop.
8036
8037 2002-05-06 Michael Snyder <msnyder@redhat.com>
8038
8039 * stabsread.c (read_type): Add recognition for new attribute:
8040 "@V;" means that an array type is actually a vector.
8041 This is analogous to the vector flag that's been added to dwarf2.
8042
8043 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8044
8045 * i386-tdep.h (i386_abi): New enum.
8046 (struct gdbarch_tdep): Replace os_ident member with abi.
8047 (i386_gdbarch_register_os_abi): New prototype.
8048 * i386-tdep.c (i386_abi_names): New array.
8049 (process_note_abi_tag_sections): Removed.
8050 (process_note_sections): New function.
8051 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8052 (struct i386_abi_handler): New struct.
8053 (i386_abi_handler_list): New variable.
8054 (i386_gdbarch_register_os_abi): New function.
8055 (i386_gdbarch_init): Adapt for the changes given above.
8056
8057 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8058
8059 * gregset.h: Say "GNU/Linux".
8060
8061 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8062
8063 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8064 (build_gdbtypes): Build builtin_type_v2_float.
8065 (_initialize_gdbtypes): Register new builtin type.
8066
8067 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8068
8069 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8070 (clear_gdbarch_swap): New function.
8071 (initialize_non_multiarch): Call.
8072 (gdbarch_update_p): Before calling init(), swap out and clear the
8073 existing architecture.
8074 * gdbarch.c: Regenerate.
8075
8076 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8077
8078 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8079 alphanbsd-tdep.c.
8080
8081 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * sh-nbsd-nat.c: Rename to...
8084 * shnbsd-nat.c: ...this.
8085 * sh-nbsd-tdep.c: Rename to...
8086 * shnbsd-tdep.c: ...this.
8087 * sh-nbsd-tdep.h: Rename to...
8088 * shnbsd-tdep.h: ...this.
8089 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8090 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8091
8092 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8093
8094 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8095 concatenation for command help messages.
8096
8097 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8098
8099 * NEWS: Note new sh*-*-netbsdelf* configuration.
8100 * configure.host: Set gdb_host_cpu to sh for all sh*.
8101 (sh*-*-netbsdelf*): New host.
8102 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8103 (sh*-*-netbsdelf*): New target.
8104 * sh-nbsd-nat.c: New file.
8105 * sh-nbsd-tdep.c: New file.
8106 * sh-nbsd-tdep.h: New file.
8107 * config/sh/nbsd.mh: New file.
8108 * config/sh/nbsd.mt: New file.
8109 * config/sh/nm-nbsd.h: New file.
8110 * config/sh/tm-nbsd.h: New file.
8111
8112 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * sh-tdep.c (sh_osabi_names): Declare.
8115 (process_note_abi_tag_sections): New function.
8116 (get_elfosabi): Ditto.
8117 (sh_gdbarch_register_os_abi): Ditto.
8118 (sh_dump_tdep): Ditto.
8119 _initialize_sh_tdep): Use gdbarch_register to register
8120 sh_gdbarch_init and sh_dump_tdep.
8121 * config/sh/tm-sh.h (sh_osabi): Declare.
8122 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8123
8124 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8125
8126 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8127 (thumb_scan_prologue): Ditto.
8128 (arm_find_callers_reg): Ditto.
8129 (arm_frame_chain): Ditto.
8130 (arm_init_extra_frame_info): Ditto.
8131 (arm_frame_saved_pc): Ditto.
8132 (arm_pop_frame): Ditto.
8133 (arm_push_return_address): New function.
8134 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8135 call_dummy_location, call_dummy_breakpoint_offset_p,
8136 call_dummy_breakpoint_offset, call_dummy_p,
8137 call_dummy_stack_adjust_p, call_dummy_words,
8138 sizeof_call_dummy_words, call_dummy_start_offset,
8139 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8140 call_dummy_address, push_return_address and push_dummy_frame for
8141 generic dummy frames.
8142
8143 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8144
8145 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8146 size computation for alloca.
8147 (sh_fp_frame_init_saved_regs): Likewise.
8148
8149 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8150
8151 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8152 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8153 * arm-tdep.c (arm_store_return_value): Use them.
8154 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8155 * remote-rdp.c (remote_rdp_fetch_register): Use
8156 ARM_MAX_REGISTER_RAW_SIZE.
8157 (remote_rdp_store_register): Likewise.
8158
8159 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8160
8161 * dwarf2cfi.c: Code cleanup, removed unused variables,
8162 added default labels to switch {} statements.
8163 * x86-64-tdep.c: Ditto.
8164 * x86-64-linux-nat.c: Ditto.
8165
8166 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8167
8168 * solib.h: Protect against multiple inclusion.
8169
8170 2002-05-06 Jim Blandy <jimb@redhat.com>
8171
8172 Add first preprocessor macro-expansion files.
8173 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8174 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8175 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8176 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8177 (COMMON_OBS): Add macrotab.o, macroexp.o.
8178 (macroexp.o, macrotab.o): New rules.
8179
8180 Separate the job of reading the line number info statement program
8181 header (...expialidocious) out into its own function.
8182 * dwarf2read.c (struct line_head, struct filenames, struct
8183 directories): Replace with...
8184 (struct line_header): New structure, containing the full
8185 contents of the statement program header, including the
8186 include directory and file name tables.
8187 (read_file_scope): If we have line number info, instead of just
8188 calling dwarf_decode_lines to do all the work, call
8189 dwarf_decode_line_header first to get a `struct line_header'
8190 containing the data in the statement program header, and then
8191 pass that to dwarf_decode_lines, which will pick up where that
8192 left off. Be sure to clean up the `struct line_header' object.
8193 (dwarf_decode_line_header, free_line_header, add_include_dir,
8194 add_file_name): New functions.
8195 (dwarf_decode_lines): Move all the code to read the statement
8196 program header into dwarf_decode_line_header. Take the line
8197 header it built as the first argument, instead of the offset to
8198 the compilation unit's line number info. Use the new `struct
8199 line_header' type instead of the old structures. No need to do
8200 cleanups here now, since we don't allocate anything.
8201 (dwarf2_statement_list_fits_in_line_number_section,
8202 dwarf2_line_header_too_long): New complaints.
8203
8204 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8205
8206 * gdbtypes.c (init_vector_type): New function.
8207 (build_builtin_type_vec128): Simplify the representation of SIMD
8208 registers.
8209 (build_gdbtypes): Initialize new builtin vector types.
8210 (_initialize_gdbtypes): Register new vector types with gdbarch.
8211 (builtin_type_v4_float, builtin_type_v4_int32,
8212 builtin_type_v8_int16, builtin_type_v16_int8,
8213 builtin_type_v2_int32, builtin_type_v4_int16,
8214 builtin_type_v8_int8): New (renamed) SIMD types.
8215
8216 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8217
8218 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8219 (i387_fill_fxsave): Likewise.
8220
8221 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8222
8223 * alpha-tdep.c (alpha_extract_return_value): Don't use
8224 non-constant array size in prototype.
8225
8226 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8227
8228 From Brian Taylor <briant at model dot com>:
8229 * ui-out.c (ui_out_field_core_addr): Use the function
8230 longest_local_hex_string_custom'to format addresses > 32 bits
8231 wide.
8232
8233 * ui-out.c (ui_out_field_core_addr): Update comment.
8234
8235 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8236
8237 * stack.c (select_and_print_frame): Make static. Delete the
8238 parameter `level'.
8239 (func_command): Update call.
8240 (select_frame_command): Delete code computing the frame level.
8241 * frame.h (select_and_print_frame): Delete declaration.
8242
8243 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8244
8245 * sparc-tdep.c (sparc_get_saved_register): Comment why
8246 get_prev_frame call is safe.
8247
8248 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8249
8250 * frame.h (select_frame): Delete level parameter.
8251 * stack.c (select_frame): Update. Use frame_relative_level to
8252 obtain the frame's level.
8253 (select_and_print_frame): Update call.
8254 (select_frame_command): Ditto.
8255 (up_silently_base): Ditto.
8256 (down_silently_base): Ditto.
8257 * ocd.c (ocd_start_remote): Ditto.
8258 * remote-rdp.c (remote_rdp_open): Ditto.
8259 * remote-mips.c (mips_initialize): Ditto.
8260 (common_open): Ditto.
8261 * remote-e7000.c (e7000_start_remote): Ditto.
8262 * m3-nat.c (select_thread): Ditto.
8263 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8264 (child_get_current_exception_event): Ditto.
8265 * varobj.c (varobj_create): Ditto.
8266 (varobj_update): Ditto.
8267 (c_value_of_root): Ditto.
8268 * tracepoint.c (finish_tfind_command): Ditto.
8269 * corelow.c (core_open): Ditto.
8270 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8271 * thread.c (info_threads_command): Ditto.
8272 (switch_to_thread): Ditto.
8273 * infrun.c (normal_stop): Ditto.
8274 (restore_selected_frame): Ditto.
8275 (restore_inferior_status): Ditto.
8276 * breakpoint.c (insert_breakpoints): Ditto.
8277 (watchpoint_check): Ditto.
8278 (bpstat_stop_status): Ditto.
8279 (do_enable_breakpoint): Ditto.
8280 * blockframe.c (flush_cached_frames): Ditto.
8281 (reinit_frame_cache): Ditto.
8282
8283 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8284
8285 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8286 maintainer.
8287
8288 2002-05-04 Jim Blandy <jimb@redhat.com>
8289
8290 * gdbtypes.c (replace_type): Doc fix.
8291
8292 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8293
8294 * valprint.c (strcat_longest): Delete commented out function.
8295 Update copyright.
8296
8297 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8298
8299 * MAINTAINERS: Mark a29k as deleted.
8300 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8301 Move new configurations to the top.
8302 * configure.tgt: Remove a29k.
8303 * config/a29k/tm-vx29k.h: Delete.
8304 * config/a29k/vx29k.mt: Delete.
8305 * config/a29k/tm-a29k.h: Delete.
8306 * config/a29k/a29k-udi.mt: Delete.
8307 * config/a29k/a29k.mt: Delete.
8308 * a29k-tdep.c: Delete.
8309 * remote-udi.c: Delete.
8310 * remote-mm.c: Delete.
8311 * remote-eb.c: Delete.
8312 * remote-adapt.c: Delete.
8313 * Makefile.in: Remove obsolete code.
8314 * config/s390/s390x.mt: Ditto.
8315 * config/s390/s390.mt: Ditto.
8316 * config/sparc/sparclynx.mh: Ditto.
8317 * config/sparc/linux.mh: Ditto.
8318 * config/pa/hppaosf.mh: Ditto.
8319 * config/pa/hppabsd.mh: Ditto.
8320 * config/ns32k/nbsd.mt: Ditto.
8321 * config/mips/vr5000.mt: Ditto.
8322 * config/m68k/sun3os4.mh: Ditto.
8323 * config/m68k/nbsd.mt: Ditto.
8324 * config/m68k/m68klynx.mh: Ditto.
8325 * config/m32r/m32r.mt: Ditto.
8326 * config/i386/x86-64linux.mt: Ditto.
8327 * config/i386/nbsdelf.mt: Ditto.
8328 * config/i386/nbsd.mt: Ditto.
8329 * config/i386/i386lynx.mh: Ditto.
8330
8331 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8332
8333 * target.c (debug_print_register): New function. Handle oversize
8334 registers.
8335 (debug_to_fetch_registers): Call.
8336 (debug_to_store_registers): Call.
8337
8338 2002-05-03 Jim Blandy <jimb@redhat.com>
8339
8340 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8341 (read_type): Doc fix.
8342 * gdbtypes.c (replace_type): Doc fix.
8343
8344 * stabsread.c (multiply_defined_struct): New complaint.
8345 (read_struct_type): If the type we were passed isn't empty, or
8346 incomplete, don't read the new struct type into it; complain,
8347 and return the original type unchanged. Take a new `type_code'
8348 argument, which is the type code for the new type.
8349 (read_type): Rather than storing the type's type code here, pass
8350 it as an argument to read_struct_type, and let that take care of
8351 storing it. That way, we don't overwrite the original type code,
8352 so read_struct_type can use it to decide whether we're overwriting
8353 something we shouldn't.
8354 (complain_about_struct_wipeout): New function.
8355
8356 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8357
8358 * gdbarch.sh: Assert that gdbarch is non-NULL.
8359 * gdbarch.c: Regenerate.
8360
8361 2002-05-03 Jason Merrill <jason@redhat.com>
8362
8363 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8364 and return NULL.
8365
8366 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8367
8368 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8369 (x86_64_dwarf2gdb_regno_map_length),
8370 (x86_64_dwarf2_reg_to_regnum): Added.
8371 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8372 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8373 (_initialize_x86_64_tdep): Synced with the change above.
8374 (x86_64_skip_prologue): Reformulated message.
8375
8376 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8377
8378 * f-exp.y: Also use new prev_lexptr variable
8379 to improve error reporting. Based on Michael Snyder
8380 2002-04-24 dated patch to c-exp.y.
8381 * jv-exp.y: Likewise.
8382 * m2-exp.y: Likewise.
8383
8384 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8385
8386 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8387 we are dealing with vectors.
8388
8389 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8390
8391 * config/m68k/tm-nbsd.h: Obvious fix,
8392 correct machine name.
8393
8394 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8395
8396 * p-typeprint.c (pascal_type_print_base): Add support
8397 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8398
8399 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8400
8401 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8402 for fondamental pascal 'char' type.
8403
8404 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8405
8406 * p-lang.h (is_pascal_string_type): Declaration changed,
8407 new sixth argument of type char ** added.
8408 * p-lang.c (is_pascal_string_type): Implementation
8409 changed. Args length_pos, length_size, string_pos, char_size
8410 can now be NULL. New argument arrayname set to the field
8411 name of the char array. Return value set to char array
8412 field index plus one.
8413 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8414 is_pascal_string_type function.
8415
8416 2002-05-02 Andrew Cagney <cagney@redhat.com>
8417
8418 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8419 <cagney@redhat.com> change.
8420 * gdbarch.c: Regenerate.
8421
8422 2002-05-02 Andrew Cagney <cagney@redhat.com>
8423
8424 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8425 before probing for a new one. Detect errorenous gdbarch_init
8426 functions.
8427 * gdbarch.c: Regenerate.
8428
8429 2002-05-01 Andrew Cagney <cagney@redhat.com>
8430
8431 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8432 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8433 * config/v850/tm-v850.h: Ditto. Update copyright.
8434
8435 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8436
8437 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8438 current_gdbarch.
8439
8440 2002-04-30 Michael Snyder <msnyder@redhat.com>
8441
8442 * arm-tdep.c: Whitespace clean-ups.
8443 (arm_skip_prologue): Fix thinko; two lines
8444 should have been removed as part of 4/24 change.
8445
8446 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8447
8448 * rs6000-tdep.c: Added comment describing how fpscr register
8449 numbers were chosen.
8450
8451 2002-04-30 Michael Snyder <msnyder@redhat.com>
8452
8453 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8454
8455 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8456
8457 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8458 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8459 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8460
8461 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8462
8463 From Louis Hamilton <hamilton@redhat.com>:
8464 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8465 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8466 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8467 not bfd-private xcoff data, to determine wordsize.
8468 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8469
8470 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8471
8472 GDB 5.2 released from 5.2 branch.
8473
8474 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8475
8476 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8477 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8478 (x86_64_register_info_table): Added comments with register numbers.
8479
8480 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8481
8482 * rs6000-tdep.c (rs6000_extract_return_value,
8483 rs6000_store_return_value): Handle returning vectors.
8484 (rs6000_gdbarch_init): Use
8485 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8486 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8487 New function.
8488 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8489 vectors.
8490 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8491 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8492
8493 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8494
8495 * hpread.c (hpread_psymtab_to_symtab_1,
8496 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8497 with fprintf_unfiltered (gdb_stderr,...).
8498
8499 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8500
8501 * remote-array.c (printf_monitor, write_monitor,
8502 array_insert_breakpoint, array_remove_breakpoint ):
8503 Replace fprintf (stderr,...
8504 with fprintf_unfiltered (gdb_stderr,....
8505 * remote-es.c: Likewise.
8506 * remote-os9k.c: Likewise.
8507 * remote-st.c: Likewise.
8508
8509 2002-04-28 Andreas Schwab <schwab@suse.de>
8510
8511 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8512 linux-proc.o and gcore.o.
8513
8514 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8515
8516 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8517 code without frame pointers.
8518
8519 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8520
8521 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8522 ON_STACK is needed.
8523
8524 2002-04-26 Ben Elliston <bje@redhat.com>
8525
8526 * target.c (do_xfer_memory): Correct reference to the new option
8527 "trust-readonly-sections".
8528
8529 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8530
8531 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8532 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8533 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8534 vectors.
8535 (read_array_type): Record the fact that this array type is really a
8536 vector (i.e. are passed in by value).
8537
8538 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8539
8540 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8541 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8542 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8543 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8544 * alpha-linux-tdep.c: Include frame.h.
8545 (alpha_linux_sigcontext_addr): New function.
8546 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8547 alpha_linux_sigcontext_addr.
8548 * alpha-osf1-tdep.c: Include gdbcore.h.
8549 (alpha_osf1_sigcontext_addr): New function.
8550 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8551 alpha_osf1_sigcontext_addr.
8552 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8553 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8554
8555 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8556
8557 * stack.c (selected_frame_level):
8558 (select_frame): Do not set selected_frame_level.
8559 * frame.h (selected_frame_level): Delete declaration.
8560
8561 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8562
8563 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8564 convert_from_func_ptr-addr when AIX / PowerOpen.
8565
8566 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8567
8568 * valops.c (hand_function_call): Call
8569 generic_save_call_dummy_addr.
8570 * frame.h (generic_save_call_dummy_addr): Declare.
8571 * blockframe.c (struct dummy_frame): Add fields call_lo and
8572 call_hi.
8573 (generic_find_dummy_frame): Check for PC in range call_lo to
8574 call_hi instead of entry_point_address.
8575 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8576 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8577 (generic_save_call_dummy_addr): New function.
8578
8579 2002-04-24 David S. Miller <davem@redhat.com>
8580
8581 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8582 sparc_skip_prologue.
8583 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8584 information to find prologue when possible.
8585 (sparc_prologue_frameless_p): Call examine_prologue directly.
8586 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8587 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8588 second argument.
8589 (SKIP_PROLOGUE): Likewise.
8590
8591 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8592
8593 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8594 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8595 indicate that the condition it was testing is always true.
8596 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8597 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8598 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8599
8600 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8601
8602 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8603 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8604 tdep->jb_pc and tdep->jb_elt_size.
8605 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8606 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8607 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8608 * alpha-nat.c (get_longjmp_target): Remove.
8609 (JB_ELEMENT_SIZE): Ditto.
8610 (JB_PC): Ditto.
8611 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8612 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8613 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8614 to alpha_get_longjmp_target.
8615 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8616 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8617 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8618
8619 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8620
8621 * README: Update to GDB 5.2.
8622
8623 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8624
8625 * gdbarch.sh (LC_ALL): Set to `c'.
8626
8627 2002-04-25 Theodore A. Roth <troth@verinet.com>
8628
8629 * avr-tdep.c: Ran through gdb_indent.sh.
8630
8631 2002-04-25 Theodore A. Roth <troth@verinet.com>
8632
8633 * MAINTAINERS: Add myself as AVR maintainer.
8634 * NEWS: Note new target avr.
8635
8636 2002-04-25 Theodore A. Roth <troth@verinet.com>
8637
8638 * Makefile.in: Add support for AVR target.
8639 * configure.tgt: Add support for AVR target.
8640 * avr-tdep.c: New file
8641 * config/avr/avr.mt: New file.
8642
8643 2002-04-25 Theodore A. Roth <troth@verinet.com>
8644
8645 * MAINTAINERS: Add myself to write-after-approval.
8646
8647 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8648
8649 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8650 with fprintf_unfiltered (gdb_stderr,....
8651
8652 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8653
8654 Fix PR gdb/508.
8655 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8656
8657 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8658
8659 * p-exp.y: Also use new prev_lexptr variable
8660 to improve error reporting. Based on Michael Snyder
8661 2002-04-24 dated patch to c-exp.y.
8662
8663 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8664
8665 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8666 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8667 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8668 to 0.
8669 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8670 and struct value.
8671 (FUNCTION_START_OFFSET): Remove.
8672 (BREAKPOINT): Ditto.
8673
8674 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8675
8676 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8677 * NEWS: Ditto.
8678
8679 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8680
8681 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8682 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8683 alpha_linux_pc_in_sigtramp.
8684 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8685 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8686 alpha_osf1_pc_in_sigtramp.
8687 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8688 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8689 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8690 alphafbsd_pc_in_sigtramp.
8691 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8692 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8693 alphanbsd_pc_in_sigtramp.
8694 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8695 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8696
8697 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8698
8699 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8700
8701 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8702
8703 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8704 alphanbsd-tdep.c.
8705 (alphanbsd-nat.o): New dependency list.
8706 (alphanbsd-tdep.o): Ditto.
8707 * NEWS: Note new native NetBSD/alpha configuration.
8708 * alphanbsd-nat.c: New file.
8709 * alphanbsd-tdep.c: Ditto.
8710 * configure.host (alpha*-*-netbsd*): New host.
8711 * configure.tgt (alpha*-*-netbsd*): New target.
8712 * config/alpha/nbsd.mh: New file.
8713 * config/alpha/nbsd.mt: Ditto.
8714 * config/alpha/nm-nbsd.h: Ditto.
8715 * config/alpha/tm-nbsd.h: Ditto.
8716
8717 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8718
8719 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8720 (alpha-osf1-tdep.o): New dependency list.
8721 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8722 and skip_sigtramp_frame members.
8723 * alpha-linux-tdep.c: Include gdbcore.h.
8724 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8725 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8726 * alpha-osf1-tdep.c: New file.
8727 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8728 alpha-osf1-dep.c.
8729 (alpha_frame_past_sigtramp_frame): New function.
8730 (alpha_dynamic_sigtramp_offset): Ditto.
8731 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8732 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8733 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8734 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8735 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8736 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8737 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8738 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8739 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8740 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8741 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8742 to find_solib_trampoline_target.
8743 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8744 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8745 (SKIP_TRAMPOLINE_CODE): Remove.
8746 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8747 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8748 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8749 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8750 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8751 (PROC_SIGTRAMP_MAGIC): Ditto.
8752 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8753 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8754 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8755 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8756 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8757
8758 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8759
8760 * NEWS: Note that Alpha targets are now multi-arch.
8761
8762 2002-04-24 Michael Snyder <msnyder@redhat.com>
8763
8764 * parser-defs.h (prev_lexptr): New external variable.
8765 * parse.c (parse_exp_1): Set prev_lexptr to null before
8766 calling the language-specific parser.
8767 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8768 (yyerror): Use prev_lexptr in error reporting.
8769
8770 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8771
8772 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8773 * gregset.h: If FILL_FPXREGSET is defined, provide
8774 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8775 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8776 is defined, call fill_fpxregset.
8777
8778 2002-04-24 Roland McGrath <roland@frob.com>
8779
8780 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8781 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8782 (supply_gregset, supply_fpregset): New functions.
8783
8784 * gnu-nat.c (gnu_find_memory_regions): New function.
8785 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8786 (gnu_xfer_memory): Add a cast.
8787
8788 2002-04-24 Michael Snyder <msnyder@redhat.com>
8789
8790 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8791 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8792 of argument regs ("str r(0123), [r11, #-nn"]).
8793 (arm_skip_prologue): Better handling for frameless functions.
8794 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8795 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8796
8797 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8798
8799 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8800 NUM_PSEUDO_REGS can be used.
8801
8802 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8803
8804 * arch-utils.h: Update copyright.
8805
8806 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8807 * gdbarch.h, gdbarch.c: Re-generate.
8808
8809 * inferior.h (IN_SIGTRAMP): Delete definition.
8810 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8811 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8812
8813 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8814 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8815 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8816 (find_proc_framesize): Ditto.
8817 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8818 (alpha_init_extra_frame_info): Ditto.
8819 * infrun.c (handle_inferior_event): Ditto.
8820 (handle_inferior_event): Ditto.
8821 (check_sigtramp2): Ditto.
8822 * blockframe.c (create_new_frame): Ditto.
8823 (get_prev_frame): Ditto.
8824 * ppc-linux-tdep.c: Update comments.
8825 * i386-linux-tdep.c: Update comments.
8826 * breakpoint.c (bpstat_what): Update comment.
8827
8828 2002-04-24 David S. Miller <davem@redhat.com>
8829
8830 * i960-tdep.c (register_in_window_p): New function.
8831 (i960_find_saved_register): Use it instead of
8832 REGISTER_IN_WINDOW_P.
8833 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8834
8835 * symtab.h (find_stab_function_addr): Kill extern.
8836 * minsyms.c (find_stab_function_addr): Remove from here...
8837 * dbxread.c: ... to here, and mark it static.
8838
8839 2002-04-20 David S. Miller <davem@redhat.com>
8840
8841 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8842 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8843
8844 2002-04-21 David S. Miller <davem@redhat.com>
8845
8846 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8847 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8848 (vx_write_register): Likewise.
8849
8850 2002-04-23 J. Brobecker <brobecker@gnat.com>
8851
8852 * source.c (is_regular_file): New function.
8853 (openp): Check wether file to open is a regular file
8854 to avoid opening directories.
8855
8856 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8857
8858 * findvar.c (extract_signed_integer): Cast printf argument
8859 to suppress format warning.
8860 (extract_unsigned_integer): Likewise.
8861 * infcmd.c (registers_info): Likewise.
8862 * top.c (get_prompt_1): Likewise.
8863 * valops.c (value_assign): Likewise.
8864 * valprint.c (print_decimal): Likewise.
8865
8866 2002-04-22 H.J. Lu (hjl@gnu.org)
8867
8868 * c-exp.y (typebase): Support
8869
8870 [long|long long|short] [signed|unsigned] [int|]
8871
8872 and
8873
8874 signed [long|long long|short] int
8875
8876 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8877
8878 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8879 and vax-tdep.h.
8880 * vax-tdep.h: New file.
8881 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8882 Make several routines static.
8883 (vax_get_saved_register): New function.
8884 (vax_gdbarch_init): New function.
8885 (_initialize_vax_tdep): Register vax_gdbarch_init.
8886 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8887 Remove macros now under the control of gdbarch.
8888
8889 2002-04-22 Michael Snyder <msnyder@redhat.com>
8890
8891 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8892 Some whitespace and coding standards tweaks.
8893
8894 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8895
8896 * vax-tdep.c: Include regcache.h.
8897 (vax_call_dummy_words): New.
8898 (sizeof_vax_call_dummy_words): New.
8899 (vax_fix_call_dummy): New function.
8900 (vax_saved_pc_after_call): Ditto.
8901 * config/vax/tm-vax.h: Don't include regcache.h.
8902 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8903 (CALL_DUMMY): Remove.
8904 (CALL_DUMMY_WORDS): Define.
8905 (SIZEOF_CALL_DUMMY_WORDS): Define.
8906 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8907
8908 2002-04-18 Michael Snyder <msnyder@redhat.com>
8909
8910 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8911
8912 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8913
8914 * vax-tdep.c (vax_frame_chain): New function.
8915 (vax_push_dummy_frame): Ditto.
8916 (vax_pop_frame): Ditto.
8917 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8918 (FRAMELESS_FUNCTION_INVOCATION): Use
8919 generic_frameless_function_invocation_not.
8920 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8921 (POP_FRAME): Use vax_pop_frame.
8922
8923 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8924
8925 * vax-tdep.c (vax_store_struct_return): New function.
8926 (vax_extract_return_value): Ditto.
8927 (vax_store_return_value): Ditto.
8928 (vax_extract_struct_value_address): Ditto.
8929 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8930 vax_store_struct_return.
8931 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8932 (STORE_RETURN_VALUE): Use vax_store_return_value.
8933 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8934
8935 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8936
8937 * vax-tdep.c (vax_frame_saved_pc): New function.
8938 (vax_frame_args_address_correct): Ditto.
8939 (vax_frame_args_address): Ditto.
8940 (vax_frame_locals_address): Ditto.
8941 (vax_frame_num_args): Move code to be in proximity to
8942 other frame-related functions.
8943 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8944 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8945 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8946 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8947 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8948
8949 2002-04-22 H.J. Lu (hjl@gnu.org)
8950
8951 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8952 includedir.
8953
8954 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8955
8956 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8957 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8958 (FRAME_INIT_SAVED_REGS): New macro.
8959
8960 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8961
8962 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8963
8964 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8965
8966 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8967 where needed.
8968 (fetch_osf_core_registers): Likewise.
8969 (supply_gregset): Likewise.
8970
8971 2002-04-22 J. Brobecker <brobecker@gnat.com>
8972
8973 * symfile.h (get_section_index): Define.
8974 * symfile.c (get_section_index): New function.
8975 * mdebugread.c (SC_IS_SBSS): New macro.
8976 (SC_IS_BSS): Return true for the scBss storage class only, as
8977 the scSBss storage class refers to the .sbss section.
8978 (parse_partial_symbols): Discard the symbols which associated
8979 section does not exist.
8980 Make sure to use the .sbss section index for symbols which
8981 storage class is scBss, rather than using the .bss section index.
8982
8983 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8984
8985 * vax-tdep.c: Update copyright years.
8986 (vax_register_name): New function.
8987 (vax_register_byte): Ditto.
8988 (vax_register_raw_size): Ditto.
8989 (vax_register_virtual_size): Ditto.
8990 (vax_register_virtual_type): Ditto.
8991 * config/vax/tm-vax.h: Update copyright years.
8992 (REGISTER_NAMES): Remove.
8993 (REGISTER_NAME): Define.
8994 (REGISTER_BYTE): Use vax_register_byte.
8995 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8996 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8997 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8998
8999 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9000
9001 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9002 declaration
9003 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9004
9005 2002-04-21 David S. Miller <davem@redhat.com>
9006
9007 * arch-utils.c (generic_prologue_frameless_p): Kill
9008 SKIP_PROLOGUE_FRAMELESS_P code.
9009 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9010 references.
9011 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9012 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9013 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9014 references.
9015 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9016 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9017 (sparc_gdbarch_init): Pass it to
9018 set_gdbarch_prologue_frameless_p.
9019
9020 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9021
9022 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9023 (alphabsd-nat.o): New dependency list.
9024
9025 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9026
9027 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9028 alphafbsd-tdep.c.
9029 (alpha-linux-tdep.o): New dependency list.
9030 (alphafbsd-tdep.o): Likewise.
9031
9032 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9033
9034 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9035 to here...
9036 * alpha-tdep.c: ...from here.
9037 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9038
9039 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9040
9041 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9042 prototype from here...
9043 * alpha-tdep.h: ...to here.
9044
9045 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9046
9047 * frame.h (selected_frame_level): Document as deprecated.
9048 (frame_relative_level): Declare.
9049 * stack.c (frame_relative_level): New function.
9050 (selected_frame_level): Document as deprecated.
9051 (select_frame): Do not set the selected_frame_level.
9052
9053 * stack.c (frame_info, record_selected_frame): Update.
9054 (frame_command, current_frame_command): Update.
9055 (up_silently_base, up_command, down_silently_base): Update.
9056 (down_command): Update.
9057 * inflow.c (kill_command): Update.
9058 * tracepoint.c (finish_tfind_command): Update.
9059 * corelow.c (core_open): Update.
9060 * thread.c (info_threads_command): Update.
9061 (do_captured_thread_select): Update.
9062 * infcmd.c (finish_command): Update.
9063 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9064
9065 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9066
9067 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9068
9069 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9070
9071 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9072 type const.
9073
9074 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9075
9076 * alphafbsd-tdep.c: Update copyright years. Include
9077 alpha-tdep.h.
9078 (alphafbsd_use_struct_convention): Make static.
9079 (alphafbsd_init_abi): New function.
9080 (_initialize_alphafbsd_tdep): New function.
9081 * config/alpha/tm-fbsd.h: Update copyright years.
9082 (USE_STRUCT_CONVENTION): Remove.
9083
9084 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9085
9086 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9087 an Alpha ABI variant.
9088 (alpha_abi_handler_list): Declare.
9089 (alpha_gdbarch_register_os_abi): New function.
9090 (alpha_gdbarch_init): Give registered ABI variant handlers a
9091 chance to tweak the gdbarch once we have set up defaults.
9092 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9093
9094 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9095
9096 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9097 to standard_coerce_float_to_double.
9098 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9099
9100 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9101
9102 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9103 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9104 from gdbarch_tdep rather than a constant.
9105 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9106 the default text address for all Alpha Unix ABIs.
9107 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9108 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9109
9110 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9111
9112 * alpha-tdep.h: New file. Includes several Alpha target constants
9113 taken from...
9114 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9115 let gdbarch deal with.
9116 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9117 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9118 to dependency list.
9119 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9120 Alpha target register names.
9121 * alphabsd-nat.c: Likewise.
9122 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9123 Alpha target register names. Make serveral routines static.
9124 (alpha_get_saved_register): New function.
9125 (alpha_abi_names): New.
9126 (process_note_abi_tag_sections): New function.
9127 (get_elfosabi): New function.
9128 (alpha_gdbarch_init): New function.
9129 (alpha_dump_tdep): New function.
9130 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9131
9132 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9133
9134 * frame.c (find_saved_register): Delete #ifdef
9135 HAVE_REGISTER_WINDOWS code.
9136 * config/sparc/tm-sparc.h: Update comments.
9137 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9138
9139 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9140
9141 * i960-tdep.c (i960_find_saved_register): New function.
9142 (i960_get_saved_register): New function.
9143 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9144 (i960_get_saved_register): Declare.
9145 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9146
9147 2002-04-20 David S. Miller <davem@redhat.com>
9148
9149 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9150
9151 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9152
9153 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9154 instead of NUM_PSEUDO_REGS.
9155
9156 2002-04-20 David S. Miller <davem@redhat.com>
9157
9158 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9159 GDB_MULTI_ARCH_PARTIAL
9160 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9161 define, let tm-sp64.h do it.
9162
9163 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9164
9165 * frame.c (find_saved_register): Avoid a NULL pointer
9166 dereference and actually walk the frame list.
9167
9168 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9169
9170 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9171 sorted in most most-recent-used order. Document.
9172 * gdbarch.h, gdbarch.c: Regenerate.
9173
9174 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9175
9176 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9177 instead of ->prev.
9178 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9179 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9180 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9181 instead of ->prev.
9182
9183 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9184
9185 Fix PR gdb/471.
9186 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9187 (build_builtin_type_vec128): Ditto.
9188 (append_composite_type_field): Fix calculation of type length in
9189 union case.
9190
9191 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9192
9193 * config/djgpp/README: Update.
9194
9195 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9196 compiler warnings.
9197
9198 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9199
9200 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9201 (alpha_setup_arbitrary_frame): ...to this.
9202 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9203 for alpha_setup_arbitrary_frame.
9204
9205 2002-04-18 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9208 * gdbarch.h, gdbarch.c: Regenerate.
9209
9210 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9211 * target.h (memory_breakpoint_from_pc): Update declaration.
9212 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9213
9214 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9215 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9216 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9217 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9218 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9219 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9220 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9221 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9222 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9223 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9224 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9225 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9226
9227 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9228 const pointer.
9229 * monitor.c (monitor_insert_breakpoint): Ditto.
9230 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9231
9232 * config/mcore/tm-mcore.h: Update copyright.
9233 * mem-break.c: Ditto.
9234 * xstormy16-tdep.c: Ditto.
9235
9236 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9237
9238 * p-exp.y: Add precedence rule for '^' token.
9239 This removes the shift/reduce conflicts.
9240 Remove the comment concerning these shift/reduce conflicts.
9241
9242 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9243
9244 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9245 (registers_powerpc_nofp): New register set for processors
9246 without floating point unit.
9247
9248 2002-04-18 David S. Miller <davem@redhat.com>
9249
9250 * MAINTAINERS: Add myself to write-after-approval.
9251
9252 2002-04-17 Michael Snyder <msnyder@redhat.com>
9253
9254 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9255
9256 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9257
9258 * rs6000-tdep.c (frame_initial_stack_address): Use
9259 frame_register_read to read the alloca_reg.
9260
9261 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9262
9263 * frame.c (find_saved_register): Find saved registers in the next
9264 not prev frame.
9265 Fix PR gdb/365.
9266
9267 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbarch.sh (LANG): Set to ``c''.
9270
9271 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9272
9273 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9274
9275 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9276
9277 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9278 Update copyright.
9279
9280 * hpread.c (hpread_get_lntt): Add declaration.
9281 Also fix PR gdb/391.
9282
9283 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9284
9285 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9286 * aclocal.m4, configure: Re-generate.
9287 Fix PR gdb/391.
9288
9289 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9290
9291 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9292 instead of tm_print_insn.
9293
9294 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9295
9296 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9297
9298 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9299
9300 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9301 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9302 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9303
9304 2002-04-12 Don Howard <dhoward@redhat.com>
9305
9306 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9307 max_user_call_depth.
9308 (init_cmd_lists): Initialize the new value;
9309 * cli/cli-script.c (execute_user_command): Limit the call depth of
9310 user defined commands. This avoids a core-dump when user commands
9311 are infinitly recursive.
9312
9313 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9314
9315 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9316 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9317 from tdep struct instead of DEFAULT_LR_SAVE.
9318 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9319 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9320 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9321
9322 2002-04-12 Michael Snyder <msnyder@redhat.com>
9323
9324 * Remote.c: Spelling fix.
9325 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9326 If no symbol found for "sbrk", try "_sbrk".
9327 (make_output_phdrs): Use bfd_section_name.
9328 (gcore_copy_callback): Use bfd_section_name.
9329 * eval.c: Indentation fix-ups.
9330 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9331 in case it gets applied to an address that is already
9332 in the instruction space.
9333 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9334 * symfile.c: Fix indentation, long lines.
9335 * source.c: White space fix-up.
9336
9337 2002-04-12 Andrew Cagney <cagney@redhat.com>
9338
9339 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9340 * frame.c (frame_register_read): New function. Return non-zero on
9341 success.
9342 (read_relative_register_raw_bytes_for_frame): Delete.
9343 (read_relative_register_raw_bytes): Delete.
9344 * frame.h (frame_register_read): Declare.
9345 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9346 * sh-tdep.c: Ditto.
9347 * infcmd.c (do_registers_info): Ditto.
9348 * hppa-tdep.c: Ditto.
9349 * rs6000-tdep.c: Ditto.
9350 * h8500-tdep.c: Ditto.
9351 * mips-tdep.c: Ditto.
9352 * h8300-tdep.c: Ditto.
9353 * z8k-tdep.c: Ditto.
9354
9355 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9356
9357 From Jimi X <jimix@watson.ibm.com>:
9358 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9359 64-bit SysV ABI.
9360
9361 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9362
9363 From Jimi X <jimix@watson.ibm.com>:
9364 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9365 bfd info.
9366
9367 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9368
9369 From Jimi X <jimix@watson.ibm.com>:
9370 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9371 register sets for these processor variants.
9372
9373 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9374
9375 * regformats/reg-ppc.dat: Support FPSCR.
9376
9377 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9378
9379 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9380 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9381 Add fpscr as an invalid/unfetchable register.
9382 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9383 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9384 (fill_fpregset): Add support for register fpscr.
9385 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9386 (fill_gregset): Account for the fact that register ``mq'' might
9387 not exist.
9388 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9389 (registers_power): Add fpscr to register set at slot 71.
9390 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9391 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9392
9393 2002-04-11 Michael Snyder <msnyder@redhat.com>
9394
9395 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9396 * configure: Regenerate.
9397 * config.in: Regenerate.
9398 * acconfig.h: Add define for _SYSCALL32.
9399 * core-sol2.c: Remove #define _SYSCALL32.
9400 * solib-legacy.c: Remove #define _SYSCALL32.
9401
9402 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9403
9404 * stack.c (select_frame): Cleanup internal error message, do not
9405 use %p.
9406
9407 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9408
9409 * stack.c (select_frame): Check that selected_frame and the
9410 specified level are as expected.
9411 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9412 Update copyright.
9413 * frame.h (struct frame_info): Add field `level'. Update
9414 copyright.
9415 Work-in-progress PR gdb/464.
9416
9417 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9418
9419 * maint.c (maint_print_section_info): Rename print_section_info.
9420 (print_bfd_section_info, print_objfile_section_info): Update.
9421 * inferior.h (struct gdbarch): Add opaque declaration.
9422 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9423 * gdbarch.h: Regenerate.
9424
9425 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9426
9427 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9428 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9429 (kernel_u_size): Added.
9430 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9431 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9432
9433 2002-04-04 Jim Ingham <jingham@apple.com>
9434
9435 * valarith.c (find_size_for_pointer_math): New function, either returns
9436 the size for a pointer's target, returns 1 for void *, or errors for
9437 incomplete types.
9438 (value_add, value_sub): use find_size_for_pointer_math.
9439
9440 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9441
9442 * linux-low.c (linux_look_up_symbols): New hook.
9443 (linux_target_ops): Add linux_look_up_symbols.
9444 * remote-utils.c (decode_address): New function.
9445 (look_up_one_symbol): New function.
9446 * server.c (handle_query): Call target look_up_symbols hook.
9447 * server.h (look_up_one_symbol): Add prototype.
9448 * target.h (struct target_ops): Add look_up_symbols hook.
9449
9450 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9451
9452 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9453 override FP_REGNUM with frame->fp. Update copyright.
9454 * parse.c (num_std_regs, std_regs): Delete.
9455 (target_map_name_to_register): Do not search std_regs. Update
9456 function description.
9457 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9458 declarations. Update copyright.
9459 Fix PR gdb/251.
9460
9461 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9464 after the last symbol in a block.
9465
9466 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9467
9468 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9469 is non zero as a found symbol.
9470
9471 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9472
9473 * findvar.c: Include "builtin-regs.h".
9474 (value_of_register): Call value_of_builtin_reg when applicable.
9475 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9476 (target_map_name_to_register): Call
9477 builtin_reg_map_name_to_regnum.
9478 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9479 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9480 (builtin_regs_h): Define.
9481 (builtin-regs.o): New target.
9482 (findvar.o): Add $(builtin_regs_h).
9483 * builtin-regs.c, builtin-regs.h: New files.
9484 * std-regs.c: New file.
9485 Partial fix for PR gdb/251.
9486
9487 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9488
9489 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9490 it's no longer required.
9491
9492 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9493
9494 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9495
9496 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9497
9498 From Jimi X <jimix@watson.ibm.com>:
9499 * rs6000-tdep.c (rs6000_software_single_step): Use
9500 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9501 and size. Use target_insert_breakpoint() and
9502 target_remove_breakpoint() to insert and remove breakpoints
9503 instead of explicit memory reads and writes.
9504
9505 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9506
9507 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9508 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9509 ELF_OBJECT_FORMAT ifdef.
9510
9511 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9512
9513 From Jimi X <jimix@watson.ibm.com>:
9514 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9515
9516 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9517
9518 From Jimi X <jimix@watson.ibm.com>:
9519 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9520 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9521
9522 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9523
9524 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9525 s/asprintf/xasprintf/.
9526 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9527
9528 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9529
9530 I believe Jeff Law denies responsability for this one:
9531 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9532 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9533 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9534 Work-around for PR gdb/366.
9535
9536 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9537
9538 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9539 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9540 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9541
9542 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9543
9544 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9545 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9546 information.
9547
9548 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9549
9550 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9551 maintainer.
9552
9553 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9554
9555 * README (Reporting Bugs in GDB): Document the bug web page as the
9556 prefered way of submitting bugs.
9557 Fix PR gdb/402.
9558
9559 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9560
9561 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9562 -1. Update comment.
9563 * gdbarch.h, gdbarch.c: Re-generate.
9564
9565 2002-04-07 Andreas Schwab <schwab@suse.de>
9566
9567 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9568 buffer to regcache_collect.
9569
9570 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9571
9572 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9573 * gdbarch.c, gdbarch.h: Re-generate.
9574
9575 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9576
9577 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9578 declaration. Fix -Werror.
9579
9580 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9583 * gdbarch.c: Regenerate.
9584
9585 2002-04-05 Michael Snyder <msnyder@redhat.com>
9586
9587 * breakpoint.c (clear_command): Rewrite middle section to
9588 combine two loops with identical control conditions.
9589 Add a cleanup to eliminate a memory leak.
9590 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9591
9592 2002-04-05 H.J. Lu (hjl@gnu.org)
9593
9594 * solib-svr4.c (bkpt_names): Add "__start".
9595
9596 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9597
9598 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9599 as test for 64 bit target.
9600
9601 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9602
9603 * h8500-tdep.c (h8500_write_fp): Delete function.
9604 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9605 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9606 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9607 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9608 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9609 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9610 (s390_write_fp):
9611 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9612 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9613 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9614 (d10v_write_fp): Delete function.
9615 * inferior.h (write_fp, generic_target_write_fp): Delete
9616 declarations.
9617 * regcache.c (generic_target_write_fp): Delete function.
9618 (write_fp): Delete function.
9619 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9620 * gdbarch.h, gdbarch.c: Regenerate.
9621 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9622 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9623 (sparc64_write_fp): Delete declaration.
9624 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9625 (h8500_write_fp): Delete declaration.
9626
9627 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9628
9629 * sparc-tdep.c (sparc64_write_fp): Delete.
9630 (sparc_push_dummy_frame): Replace write_fp call with code to store
9631 the FP directly.
9632 (sparc_gdbarch_init): Do not initialize write_fp.
9633
9634 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9635
9636 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9637 clause.
9638
9639 2002-03-29 Jim Blandy <jimb@redhat.com>
9640
9641 * stack.c (get_selected_block): Add new argument `addr_in_block',
9642 used to return the exact code address we used to select the block,
9643 not just the block.
9644 * blockframe.c (get_frame_block, get_current_block): Same.
9645 * frame.h (get_frame_block, get_current_block,
9646 get_selected_block): Update declarations.
9647 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9648 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9649
9650 2002-04-05 Michael Snyder <msnyder@redhat.com>
9651
9652 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9653 warning message.
9654
9655 2002-04-05 J. Brobecker <brobecker@gnat.com>
9656
9657 * utils.c (xfullpath): New function.
9658 * defs.h (xfullpath): Add declaration.
9659 * source.c (openp): Use xfullpath in place of gdb_realpath to
9660 avoid resolving the basename part of filenames when the
9661 associated file is a symbolic link. This fixes a potential
9662 inconsistency between the filenames known to GDB and the
9663 filenames it prints in the annotations.
9664 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9665 to be able to match a filename with either the real filename, or
9666 the name of any symbolic link to this file.
9667 (lookup_partial_symtab): Ditto.
9668
9669 2002-04-04 Michael Snyder <msnyder@redhat.com>
9670
9671 * breakpoint.c: Add support for hardware breakpoints in overlays.
9672 (overlay_events_enabled): New state variable.
9673 (insert_breakpoints): Use overlay_events_enabled to decide
9674 whether to attempt to set a breakpoint at the overlay load addr.
9675 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9676 (remove_breakpoint): Use overlay_events_enabled to decide
9677 whether breakpoints need to be removed from overlay load addr.
9678 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9679 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9680 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9681 disable_overlay_breakpoints): Update overlay_events_enabled.
9682
9683 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * dwarf2read.c (struct function_range): New.
9686 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9687 (check_cu_functions): New.
9688 (read_file_scope): Initialize global function lists.
9689 Call dwarf_decode_line after processing children.
9690 (read_func_scope): Add to global function list.
9691 (dwarf_decode_lines): Call check_cu_functions everywhere
9692 record_line is called. Call record_line with a linenumber
9693 of 0 to mark sequence ends.
9694
9695 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9696
9697 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9698 change sync with glibc.
9699
9700 2002-04-03 Jim Blandy <jimb@redhat.com>
9701
9702 * configure.in: Call AC_C_INLINE.
9703 * configure: Regenerated.
9704
9705 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9706
9707 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9708 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9709
9710 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9711
9712 * NEWS: Mention gcore support on FreeBSD/i386.
9713
9714 * fbsd-proc.c: New file.
9715 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9716 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9717
9718 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9719 while statement.
9720
9721 2002-03-29 Jim Blandy <jimb@redhat.com>
9722
9723 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9724 unescaped newlines in string literals, but newer ones don't. So
9725 escape them.
9726
9727 2002-03-26 Michael Snyder <msnyder@redhat.com>
9728 Andrew Cagney <cagney@redhat.com>
9729
9730 * cli/cli-dump.c: New file. Dump memory to file,
9731 restore file to memory.
9732 * cli/cli-dump.h: New file.
9733 * Makefile.in: Add rules, dependencies for cli-dump.o.
9734 * NEWS: Mention new commands.
9735
9736 2002-03-28 Michael Snyder <msnyder@redhat.com>
9737
9738 * symfile.c (symbol_file_add): Move test for null symbols to later.
9739
9740 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9741
9742 From veksler at il.ibm.com:
9743 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9744 the xstrduped original path.
9745 Fix PR gdb/417.
9746
9747 2002-03-27 Michael Snyder <msnyder@redhat.com>
9748
9749 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9750 * infcmd.c (_initialize_infcmd): Ditto.
9751 * language.c (_initialize_language): Ditto.
9752 * symfile.c (_initialize_symfile): Ditto.
9753 * top.c (_init_main): Ditto.
9754 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9755
9756 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9757
9758 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9759 vector registers handling.
9760 (skip_prologue): Handle new AltiVec instructions. Fill in new
9761 fields of frame data.
9762 (frame_get_saved_regs): Fill in information for AltiVec registers.
9763
9764 2002-03-27 Jim Blandy <jimb@redhat.com>
9765
9766 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9767 a function; leave this macro here to invoke that function.
9768 (symbol_init_mangled_name): Declaration for that function.
9769 * symtab.c (symbol_init_mangled_name): New function.
9770
9771 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9772
9773 * valarith.c: Replace strerror with safe_strerror.
9774 * tracepoint.c: Ditto.
9775 * lin-lwp.c: Ditto.
9776 * go32-nat.c: Ditto.
9777 * inflow.c: Ditto.
9778 * gnu-nat.c: Ditto.
9779
9780 2002-03-27 Andreas Schwab <schwab@suse.de>
9781
9782 * event-top.c (command_line_handler): Remove useless if.
9783
9784 2002-03-27 Andreas Jaeger <aj@suse.de>
9785
9786 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9787 comment.
9788
9789 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9790
9791 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9792 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9793 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9794 (x86_64_linux_dr_get_status, supply_gregset),
9795 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9796 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9797 (x86_64_register_info_table): Add.
9798 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9799 (x86_64_register_raw_size, x86_64_register_virtual_type),
9800 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9801 general x86_64_register_info_table.
9802 (i386_gdbarch_init): gdbarch_register_bytes is now set
9803 dynamicaly during initialization.
9804 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9805 * gdbserver/linux-x86-64-low.c: Ditto.
9806
9807 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9808
9809 * gdbserver/server.c (main): Call target_signal_to_host_p
9810 and target_signal_to_host on signals received from the remote.
9811 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9812 target_signal_from_host on signals sent to the remote.
9813 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9814 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9815
9816 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9817
9818 * signals/signals.c: Include "server.h" in gdbserver build.
9819 (target_signal_from_name): Don't use STREQ.
9820 (_initialize_signals): Likewise. Don't include function in
9821 gdbserver build.
9822
9823 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9824
9825 * signals.c: Moved to...
9826 * signals/signals.c: Here.
9827 * Makefile (signals.o): Update.
9828
9829 2002-03-26 Jeff Law (law@redhat.com)
9830
9831 * somread.c (som_symtab_read): Remove some commented out code and
9832 updated related comments. Do not set the minimal symbol table to
9833 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9834 in a dynamic executable.
9835 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9836 where we are unable to find the minimal symbol for the given
9837 PC value.
9838
9839 2002-03-25 Jeff Law (law@redhat.com)
9840
9841 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9842
9843 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9844
9845 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9846
9847 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9848
9849 * command.h: Update copyright.
9850 (struct cmd_list_element): Replace definition with opaque
9851 declaration.
9852 (enum cmd_types): Document that it will eventually be moved to
9853 cli/cli-decode.h
9854 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9855 (MALLOCED_REPLACEMENT): Delete macro.
9856 * Makefile.in (cli_decode_h): Add $(command_h).
9857 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9858 * top.c: Include "cli/cli-decode.h".
9859 * completer.c: Include "cli/cli-decode.h".
9860 * maint.c: Include "cli/cli-decode.h".
9861 * cli/cli-decode.h: Include "command.h".
9862 (enum command_class): Delete.
9863 (enum cmd_types): Comment out.
9864 (enum cmd_auto_boolean): Delete.
9865 (enum var_types): Delete.
9866
9867 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9868
9869 * cli/cli-decode.c: Include "gdb_assert.h".
9870 (add_set_or_show_cmd): New static function.
9871 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9872 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9873 all fields, such as func, from the set command.
9874
9875 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9876
9877 * MAINTAINERS (sh-elf): Change warning flag to -w.
9878
9879 2002-03-23 Andrew Cagney <cagney@redhat.com>
9880
9881 * defs.h (error): Add printf format attribute.
9882 * thread-db.c (thread_from_lwp): Fix error format string.
9883 * stack.c (parse_frame_specification): Ditto.
9884 * cli/cli-decode.c (undef_cmd_error): Ditto.
9885 * scm-lang.c (scm_lookup_name): Ditto.
9886 * tracepoint.c (trace_error): Ditto.
9887 * remote-utils.c (usage): Ditto.
9888 * remote.c (compare_sections_command): Ditto.
9889 Fix PR gdb/328.
9890
9891 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9892
9893 * gdbtypes.c (append_composite_type_field): New function.
9894 (init_composite_type): New function.
9895 * gdbtypes.h (append_composite_type_field): Declare.
9896 (init_composite_type): Ditto.
9897
9898 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9899
9900 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9901 function.
9902 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9903 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9904 structure returning convention for SYSV ABI case, but not
9905 for GNU/Linux, FreeBSD, or NetBSD.
9906
9907 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * symtab.h (lookup_block_symbol): Add mangled_name argument
9910 to prototype.
9911
9912 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9913 with new mangled_name argument.
9914 * linespec.c (decode_line_1): Likewise.
9915 * valops (value_of_this): Likewise.
9916 * symtab.c (lookup_transparent_type): Likewise.
9917 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9918 (lookup_symbol): If we are given a mangled name, pass it down
9919 to lookup_symbol_aux.
9920 (lookup_block_symbol): If we are given a mangled name to check
9921 against, only return symbols which match it.
9922
9923 2002-03-22 Christopher Faylor <cgf@redhat.com>
9924
9925 * win32-nat.c (child_create_inferior): Check for proper shell to use
9926 here, in case the user changes it on the fly.
9927 (_initialize_inftarg): Remove shell path considerations.
9928
9929 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9930
9931 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9932 for gdbarch_max_register_raw_size and max_register_virtual_size.
9933 Adjust copyright year.
9934
9935 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9936
9937 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9938 in a function to cover the entire beginning of the function
9939 as well if it does not already.
9940
9941 2002-03-21 Tom Rix <trix@redhat.com>
9942
9943 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9944 (rs6000_ptrace64): Renamed from ptrace64.
9945
9946 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9947
9948 * gdbserver/remote-utils.c (remote_open): Don't call
9949 getprotobyname, we're all using TCP here so just use
9950 IPPROTO_TCP.
9951 * gdbserver/gdbreplay.c (remote_open): Ditto.
9952
9953 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9954
9955 * regcache.c (_initialize_regcache): No need to call
9956 build_regcache() at this time; it gets called whenever
9957 the gdbarch changes.
9958
9959 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9960
9961 * sparc-nat.c: Include sys/param.h where possible.
9962
9963 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9964
9965 Fix PR gdb/422.
9966 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9967 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9968 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9969 complex types.
9970 * stabsread.c (rs6000_builtin_type): Likewise.
9971 (read_sun_floating_type): Likewise.
9972
9973 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9974
9975 * stabsread.c (read_member_functions): Remove skip code for duplicate
9976 constructor/destructor methods. Use standard parsing for these
9977 methods and just do not chain them to the list of methods after
9978 parsing.
9979
9980 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9981
9982 * coffread.c: Remove redundant static declarations. Replace
9983 occurrences of `PTR' with `void *'.
9984 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9985 * top.h (quit_cover): Likewise.
9986 * defs.h (catch_errors): Likewise.
9987
9988 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9989
9990 * defs.h (XMALLOC): Define.
9991 * gdb-events.sh (XMALLOC): Delete macro.
9992 * gdb-events.c, gdb-events.h: Regenerate.
9993 * gdbarch.sh (XMALLOC): Delete macro.
9994 * gdbarch.c: Regenerate.
9995 * serial.c (XMALLOC): Delete macro.
9996 * ui-file.c (XMALLOC): Ditto.
9997 * ser-unix.h (XMALLOC): Ditto.
9998 * sh-tdep.c (XMALLOC): Ditto.
9999 * ui-out.c (XMALLOC): Ditto.
10000 * utils.c (XMALLOC): Ditto.
10001 * i386-tdep.c (XMALLOC): Ditto.
10002 * gdb-events.c (XMALLOC): Ditto.
10003 * d10v-tdep.c (XMALLOC): Ditto.
10004 * cli-out.c (XMALLOC): Ditto.
10005
10006 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10007 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10008 * ui-file.c, ui-out.c: Ditto.
10009
10010 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10011
10012 * command.h (struct cmd_list_element): Add field context.
10013 (set_cmd_context, get_cmd_context): Declare.
10014 * cli/cli-decode.h: Ditto.
10015 * cli/cli-decode.c (get_cmd_context): New function.
10016 (set_cmd_context): New function.
10017 (add_cmd): Initialize context.
10018 Part of fixing PR gdb/145 and PR gdb/146.
10019
10020 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10021
10022 * cli/cli-decode.c (cmd_type): New function.
10023 * command.h (cmd_type): Declare.
10024 * infrun.c (set_schedlock_func): Call function cmd_type.
10025 * kod.c (kod_set_os): Call cmd_type.
10026 * cris-tdep.c (cris_version_update): Use function cmd_type.
10027 (cris_mode_update, cris_abi_update): Ditto.
10028
10029 * command.h: (execute_cmd_post_hook): Declare.
10030 (execute_cmd_pre_hook): Declare.
10031 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10032 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10033 functions. Execute pre/post hook while ensuring that afterwords
10034 hook_in is cleared.
10035 * top.c (execute_command): Use execute_cmd_post_hook, and
10036 execute_cmd_pre_hook to execute pre/post commands.
10037 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10038 hook_stop_stub.
10039 (hook_stop_stub): Call execute_cmd_pre_hook.
10040
10041 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10042
10043 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10044 set'' and this leads to a core dump. Move xstrdup of
10045 operating_system to after check that it is not NULL.
10046
10047 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10048
10049 * kod.c (kod_set_os): Remove unnecessary check that
10050 ``command->type'' is set_cmd.
10051
10052 * valprint.c (set_input_radix): Use input_radix.
10053 (set_output_radix): Use output_radix.
10054 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10055 isn't reverted.
10056
10057 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10058
10059 * value.h (struct value): Delete field ``substring_addr''. Change
10060 aligner fields to force_doublest_align, force_longest_align,
10061 force_core_addr_align and force_pointer_aligh.
10062
10063 * value.h (struct value): Fix typo in above change.
10064
10065 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10066
10067 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10068 to fix internal_error from ``maintenance print architecture''.
10069
10070 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10071
10072 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10073 for gcc versions after gcc-2.8.1.
10074
10075 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10076
10077 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10078 for method resolution. Restore adjustment of ``this'' pointer after
10079 calling value_struct_elt, which was accidentally removed during the
10080 HP merge.
10081
10082 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10083
10084 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10085 value_of_register.
10086 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10087 get_saved_register.
10088 * value.h (value_of_register): Update.
10089
10090 2002-03-14 Richard Henderson <rth@redhat.com>
10091
10092 * configure.in: Detect declaration for canonicalize_file_name.
10093 * utils.c (canonicalize_file_name): Declare, if needed.
10094 (gdb_realpath): Prefer realpath if available and usable.
10095 * config.in, configure: Rebuild.
10096
10097 2002-03-14 Richard Henderson <rth@redhat.com>
10098
10099 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10100 a constant array bound.
10101
10102 * MAINTAINERS: Add myself to write-after-approval.
10103
10104 2002-03-14 Michael Snyder <msnyder@redhat.com>
10105
10106 * symfile.c (syms_from_objfile): Return immediately if no syms.
10107 (symbol_file_add): Return immediately if no syms.
10108 (find_sym_fns): Return immediately if no syms.
10109
10110 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10111
10112 * gdbserver/remote-util.c (remote_open): Print remote-side's
10113 IP address when remote debugging over the network.
10114
10115 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10116
10117 * config/sparc/fbsd.mh: Fix copyright.
10118 * config/sparc/fbsd.mt: Likewise.
10119
10120 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10121
10122 * MAINTAINERS: Fix typo in name of gdb warnings option.
10123 (x86-64): Fix formating so that this can be parsed by awk.
10124
10125 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10128 * defs.h: Include "gdb/signals.h".
10129 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10130
10131 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10132
10133 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10134 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10135 from x86-64-tdep.h
10136
10137 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10138 Don Howard <dhoward@redhat.com>
10139
10140 * mips-tdep.c (ST0_FR): Define.
10141 (mips2_fp_compat): New function, temporarily disabled.
10142 (mips_read_fp_register_single): New function.
10143 (mips_read_fp_register_double): New function.
10144 (mips_print_register): Use them.
10145 (do_fp_register_row): Likewise.
10146
10147 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10148
10149 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10150 approval''.
10151
10152 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10153
10154 * stabsread.c (read_member_functions): Fix is_stub test for
10155 static member functions, improve comment.
10156
10157 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10158
10159 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10160 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10161 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10162 commands that set boolean values.
10163 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10164 (arm_rdi_resume): Always initialize PC.
10165 (arm_rdi_open): Don't use rslt as a boolean.
10166 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10167 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10168 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10169 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10170
10171 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10172
10173 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10174 * configure: Rebuilt.
10175
10176 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10177
10178 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10179 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10180
10181 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10182
10183 * cli/cli-decode.c (set_cmd_completer): New function.
10184 * command.h (set_cmd_completer): Declare.
10185 * cli/cli-decode.h (set_cmd_completer): Ditto.
10186
10187 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10188 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10189 * win32-nat.c (_initialize_inftarg): Ditto.
10190 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10191 * proc-api.c (_initialize_proc_api): Ditto.
10192 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10193 * source.c (_initialize_source): Ditto.
10194 * exec.c (_initialize_exec): Ditto.
10195 * solib.c (_initialize_solib): Ditto.
10196 * top.c (init_main): Ditto.
10197 * tracepoint.c (_initialize_tracepoint): Ditto.
10198 * symfile.c (_initialize_symfile): Ditto.
10199 * printcmd.c (_initialize_printcmd): Ditto.
10200 * infcmd.c (_initialize_infcmd): Ditto.
10201 * corefile.c (_initialize_core): Ditto.
10202
10203 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10204
10205 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10206
10207 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10208
10209 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10210
10211 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10212
10213 * NEWS: Update headings, 5.2 has branched.
10214
10215 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10216
10217 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10218 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10219 (register_addr, REGISTER_RAW_SIZE): Likewise.
10220 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10221 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10222
10223 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10224
10225 * MAINTAINERS (x86-64): Add myself.
10226 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10227 changed value_ptr -> struct value *
10228
10229 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10230
10231 * configure.host (sparc64-*-freebsd): Add.
10232 * configure.tgt: Likewise.
10233 * config/sparc/fbsd.mh: New file.
10234 * config/sparc/fbsd.mt: Likewise.
10235 * config/sparc/nm-fbsd.h: Likewise.
10236 * config/sparc/tm-fbsd.h: Likewise.
10237
10238 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10239
10240 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10241 regformats/reg-s390x.dat.
10242
10243 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10244
10245 * utils.c: Add FIXME explaining true/false problem.
10246
10247 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10248
10249 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10250
10251 2002-02-28 Michael Chastain <mec@shout.net>
10252
10253 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10254
10255 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10256
10257 * gdbserver/linux-s390-low.c: New file.
10258 * regformats/reg-s390.dat: New file.
10259 * regformats/reg-s390x.dat: New file.
10260 * gdbserver/configure.srv: Add S/390.
10261 * gdbserver/Makefile.in: Add S/390.
10262 * configure.tgt: Enable gdbserver for S/390.
10263
10264 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10265
10266 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10267 first line of the doc string for "info dos", except at the end of
10268 the sentence, since the short help stops at the first period.
10269
10270 2002-02-28 Jason Merrill <jason@redhat.com>
10271
10272 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10273
10274 2002-02-27 Fred Fish <fnf@redhat.com>
10275
10276 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10277 comment (dumy -> dummy).
10278
10279 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10280
10281 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10282
10283 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10284
10285 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10286
10287 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10288
10289 * gdbserver/acconfig.h: New file.
10290 * gdbserver/i387-fp.c: New file.
10291 * gdbserver/i387-fp.h: New file.
10292 * gdbserver/linux-x86-64.c: New file.
10293 * regformats/reg-x86-64.dat: New file.
10294 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10295 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10296 * gdbserver/configure.in: Add support for regsets.
10297 * gdbserver/config.in: Regenerate.
10298 * gdbserver/configure: Regenerate.
10299 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10300 * gdbserver/linux-low.h: New file.
10301 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10302 for regsets.
10303 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10304 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10305 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10306 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10307 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10308 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10309 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10310 "i387-fp.h". Add PTRACE_GETREGS and friends.
10311 * gdbserver/regcache.c (supply_register): New function.
10312 (supply_register_by_name): New function.
10313 (collect_register): New function.
10314 (collect_register_by_name): New function.
10315
10316 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10317
10318 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10319 (config.status): Add configure.srv dependency.
10320 (server_h): Add config.h dependency.
10321
10322 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10325 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10326 * gdbserver/configure.srv: Change i386-*-linux* to use
10327 reg-i386-linux.o.
10328
10329 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10330
10331 * x86-64-tdep.c: Re-indent. Update copyright date.
10332
10333 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10334
10335 From Michal Ludvig <mludvig@suse.cz>:
10336 * x86-64-tdep.c (value.h): Delete.
10337 (gdb_assert.h): Include.
10338 (x86_64_register_convert_to_virtual,
10339 x86_64_register_convert_to_raw ): Add check which lets only
10340 floating-point values to be converted.
10341 (value_push): Delete.
10342 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10343 (i386_gdbarch_init): Number of register_bytes fixed.
10344
10345 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10346
10347 * MAINTAINERS: Add x86-64 target.
10348
10349 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10350
10351 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10352 * osfsolib.c (solib_map_sections): Ditto.
10353 * irix5-nat.c (solib_map_sections): Ditto.
10354 * corelow.c (gdb_check_format): Ditto.
10355 * symfile.c (symfile_bfd_open): Ditto.
10356 * solib.c (solib_map_sections): Ditto.
10357 Fix PR gdb/354.
10358
10359 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10360
10361 * remote.c (_initialize_remote): By default, disable ``e'' and
10362 ``E'' step out-of-range packets.
10363
10364 2002-02-26 Andreas Schwab <schwab@suse.de>
10365
10366 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10367 m68k_linux_frame_saved_pc.
10368 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10369 in_sigtramp.
10370 (SIGCONTEXT_PC_OFFSET): Remove.
10371 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10372 m68k_linux_sigtramp_saved_pc): New functions.
10373 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10374 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10375 (UCONTEXT_PC_OFFSET): Define.
10376 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10377 non-RT and RT signal trampolines.
10378
10379 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10380
10381 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10382 (TARGET_NBPG, STACK_END_ADDR): Delete
10383 (VARIABLES_INSIDE_BLOCK): Delete.
10384
10385 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10386
10387 * utils.c (perror_with_name): Make string parameter constant.
10388 (print_sys_errmsg): Ditto.
10389 (query): Ditto.
10390 * defs.h (perror_with_name): Update.
10391 (print_sys_errmsg): Update.
10392 (query): Update.
10393
10394 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10395
10396 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10397 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10398
10399 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10400
10401 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10402 if it already matches the current architecture from the exec file.
10403 Include arch-utils.h for gdbarch_info_init prototype.
10404 * Makefile.in (rs6000-nat.o): Update dependencies.
10405
10406 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10407
10408 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10409 list of exported variables.
10410
10411 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * gdbserver/configure.srv: New file.
10414 * gdbserver/configure.in: Use configure.srv instead
10415 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10416 from it.
10417 * gdbserver/configure: Regenerated.
10418 * gdbserver/terminal.h: New file.
10419 * gdbserver/Makefile.in: Update for configure changes. Remove
10420 more unneeded include paths.
10421
10422 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10423
10424 From wiz at danbala:
10425 * config/sparc/tm-sp64.h: Fix grammar and typos.
10426 Fix PR gdb/287.
10427
10428 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10429
10430 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10431 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10432 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10433 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10434 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10435 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10436 * s390-tdep.c: Ditto.
10437 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10438 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10439 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10440 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10441 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10442 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10443 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10444 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10445 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10446 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10447 Fix PR gdb/378.
10448
10449 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10450
10451 * lin-thread.c: Delete file.
10452 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10453 to gdb_proc_service.h.
10454 * configure: Re-generate.
10455
10456 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10457 * serial.c (serial_open): Delete check for "ocd".
10458 Fix PR gdb/349.
10459
10460 * Makefile.in (linux-thread.o): Delete target.
10461 * linux-thread.c: Delete file.
10462
10463 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10464 renamed SH files to be consistent.
10465
10466 * symtab.c (sort_search_symbols): Use xfree.
10467
10468 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10469
10470 * arm-linux-tdep.c (arm_linux_init_abi): Register
10471 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10472 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10473 definition with undef, since we don't want the sysvr4 definition.
10474 (SKIP_TRAMPOLINE_CODE): Likewise.
10475
10476 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10477
10478 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10479
10480 * configure.in: (AC_CHECK_FUNCS) Added test for
10481 canonicalize_file_name Regenerated.
10482 * config.in, configure: Regenerated.
10483 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10484 defined use canonicalize_file_name.
10485
10486 2002-02-23 Michael Chastain <mec@shout.net>
10487
10488 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10489
10490 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10491
10492 * README: Remove references to cygnus.com.
10493 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10494 dot com'' form. Remove references to cygnus.com and sourceware.
10495
10496 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10497
10498 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10499 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10500 1003.1-2001 no longer allows "head -1".
10501 * gdb/Makefile.in (version.c): Likewise.
10502 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10503 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10504 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10505
10506 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10507
10508 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10509 * command.h (cmd_cfunc_eq): Declare.
10510 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10511
10512 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10513 ``struct cmd_list_element *''.
10514 * cli/cli-cmds.c (is_complete_command): Update. Use
10515 cmd_cfunc_eq.
10516 * top.c (execute_command): Pass the command to
10517 is_complete_command.
10518 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10519
10520 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10521
10522 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10523 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10524 architecture defines.
10525 * s390-tdep.c (s390_gdbarch_init): Likewise.
10526
10527 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10528
10529 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10530 (arm_linux_push_arguments): Likewise.
10531 (arm_linux_init_abi): Register them. Also register linux-specific
10532 call_dummy_words.
10533 (find_minsym_and_objfile): Use strcmp, not STREQ.
10534 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10535 (arm_linux_call_dummy_words): Delete declaration.
10536 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10537 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10538 declarations.
10539 (LOWEST_PC): Delete.
10540
10541 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10542
10543 * maint.c (print_section_info): Do not prepend `0x' to filepos
10544 output, it will be handled by local_hex_string_custom.
10545
10546 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10547
10548 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10549 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10550 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10551
10552 2002-02-22 Jim Blandy <jimb@redhat.com>
10553
10554 Indicate that the bcache functions don't change the strings
10555 they're passed.
10556 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10557 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10558
10559 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10560
10561 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10562
10563 2002-02-21 Christopher Faylor <cgf@redhat.com>
10564
10565 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10566 find the complete path to a loaded DLL.
10567
10568 2002-02-21 Fred Fish <fnf@redhat.com>
10569
10570 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10571 that marks the end of the range of a function, enter a line number
10572 entry that has a line number of zero and a PC offset that matches
10573 the end of the function. This starts a range of PC's for which no
10574 line number information is known.
10575 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10576 PC's for which no line number info is found (line number is zero)
10577 then we didn't find any valid line information.
10578 * symtab.h: Document use of zero line number entry.
10579
10580 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10581
10582 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10583 (have_ptrace_getvrregs): Define for run time checks.
10584 (gdb_vrregset_t): New type for Altivec register handling.
10585 (fetch_register, store_register): Fetch/store altivec register
10586 when needed.
10587 (fetch_altivec_register, store_altivec_register): New functions.
10588 (supply_vrregset, fill_vrregset): New functions.
10589 (fetch_altivec_registers, store_altivec_registers): New functions.
10590 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10591 registers as well.
10592
10593 2002-02-21 Jiri Smid <smid@suse.cz>
10594
10595 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10596
10597 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10598
10599 * Makefile.in (armnbsd-nat.o): Update dependencies.
10600 * armnbsd-nat.c (supply_gregset): New function. Common code to
10601 supply the integer register set.
10602 (supply_fparegset): New function. Similar for FPA registers.
10603 (fetch_regs, fetch_fp_regs): Use them.
10604 (fetch_core_registers): Likewise.
10605 (fetch_elfcore_registers): New function.
10606 (arm_netbsd_elfcore_fns): New core-file type specification.
10607 (_initialize_arm_netbsd_nat): Register it.
10608
10609 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10610
10611 * armnbsd-nat.c: Include gdbcore.h.
10612 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10613 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10614 'void' to declaration, to shut up ARI.
10615 (fetch_core_registers): Make static. Rewrite using supply_register.
10616 (arm_netbsd_core_fns): New core-file type specification.
10617 (_initialize_arm_netbsd_nat): New function.
10618
10619 2002-02-21 Christopher Faylor <cgf@redhat.com>
10620
10621 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10622 value.
10623
10624 2002-02-20 Christopher Faylor <cgf@redhat.com>
10625
10626 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10627 fails.
10628
10629 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10630
10631 * jv-exp.y (parse_number): Change type of implicit longs
10632 to builtin_type_uint64.
10633
10634 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10635
10636 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10637 to be an integer instead of a `union wait'.
10638
10639 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10640
10641 * mips-linux-nat.c: Call the operating system GNU/Linux.
10642 * mips-linux-tdep.c: Likewise.
10643 * mips-tdep.c: Likewise.
10644
10645 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10646
10647 Fix PR gdb/265.
10648 * jv-exp.y (parse_number): Handle 64-bit integers.
10649
10650 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10651
10652 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10653 AC_STDC_HEADERS to AC_HEADER_STDC.
10654 * gdbserver/configure: Regenerated.
10655
10656 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10657
10658 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10659 is defined.
10660 * sparc-tdep.c (get_longjmp_target): Likewise.
10661
10662 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10663
10664 * News: Add news about ARM and Multi-arch. Mention the new target
10665 arm*-*-netbsd*.
10666
10667 2002-02-19 Jim Blandy <jimb@redhat.com>
10668
10669 * stabsread.c (error_type_complaint): Improve error message.
10670
10671 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * gdbserver/README: Update documentation.
10674 * gdbserver/configure.in: Update configury to match documentation.
10675 * gdbserver/Makefile.in: Likewise.
10676 * gdbserver/configure: Regenerated.
10677 * gdbserver/aclocal.m4: New file, generated by aclocal.
10678 * gdbserver/config.in: New file, generated by autoheader.
10679
10680 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10681
10682 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10683 armnbsd-nat.c.
10684
10685 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10686
10687 * arm-tdep.h (enum arm_float_model): New enum.
10688 (struct gdbarch_tdep): Add fp_model.
10689 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10690 up floating-point conversions until we know the floating-point model
10691 in use by the inferior. Don't complain about being unable to
10692 determine the ABI of the inferior when we don't have one.
10693 (arm_extract_return_value): Support different floating-point models.
10694 (arm_store_return_value): Likewise.
10695 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10696 ARM_FLOAT_SOFT.
10697 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10698
10699 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10700
10701 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10702 of ``current_gdbarch''.
10703
10704 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10705
10706 * armnbsd-nat.c : ANSIfy all function declarations.
10707 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10708 (fetch_inferior_registers): Re-implement in terms of above.
10709 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10710 (store_inferior_registers): Re-implement in terms of above.
10711
10712 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10713
10714 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10715 kernel.
10716 * arm-linux-tdep.c: Likewise.
10717 * config/arm/tm-linux.h: Likewise.
10718
10719 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10720
10721 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10722 * config/arm/nbsd.mt (TM_FILE): Delete.
10723 * config/arm/tm-nbsd.h: Delete.
10724
10725 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10726
10727 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10728 Initialize CALL_DUMMY_LENGTH.
10729
10730 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10731
10732 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10733 function.
10734 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10735 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10736 defines one thing and that is incorrect for this port.
10737 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10738
10739 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10740
10741 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10742
10743 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10744
10745 * win32-nat.c (display_selector): New function. Displays information
10746 about the information returned by GetThreadSelectorEntry API function.
10747 (display_selectors): New function. Displays the infomation of
10748 the selector given as argument, or of CS, DS ans FS selectors
10749 if no argument is given.
10750 ( _initialize_inftarg): Add "w32" as info prefix command.
10751 Add "info w32 selector" as command calling display_selectors.
10752
10753 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10754
10755 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10756 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10757 if not defined.
10758
10759 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10760
10761 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10762
10763 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10764
10765 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10766 (arm_fix_call_dummy): Call it.
10767 (arm_call_dummy_breakpoint_offset): Delete.
10768 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10769 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10770
10771 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10772
10773 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10774 Default to func_frame_chain_valid.
10775 * gdbarch.h, gdbarch.c: Re-generate.
10776 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10777
10778 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10779
10780 * ppc-linux-nat.c: Update copyright.
10781 (fetch_register, store_register): Add tid parameter, don't compute
10782 tid here.
10783 (fetch_ppc_registers, store_ppc_registers): Add tid
10784 parameter. Pass it along to callees.
10785 (fetch_inferior_registers, store_inferior_registers): Compute tid
10786 here, and pass it to calleed functions.
10787 (fill_gregset, supply_fpregset): Clean up formatting.
10788
10789 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10790
10791 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10792 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10793
10794 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10795
10796 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10797 * gdbarch.c gdbarch.h: Regenerate.
10798 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10799 function.
10800 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10801 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10802 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10803
10804 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10805 * arm-tdep.c (arm_get_longjmp_target): New function.
10806 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10807 this to a positive value register arm_get_longjmp_target as the
10808 longjmp handler.
10809 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10810 (arm_linux_init_abi): Set up longjmp description in tdep.
10811 * armnbsd-nat.c (get_longjmp_target): Delete.
10812 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10813 description in tdep.
10814 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10815 (get_longjmp_target): Delete declaration.
10816 (GET_LONGJMP_TARGET): Delete.
10817 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10818 (GET_LONGJMP_TARGET): Delete.
10819
10820 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10821
10822 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10823 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10824 of ``current_gdbarch''.
10825
10826 2002-02-17 Tom Tromey <tromey@redhat.com>
10827
10828 * cli/cli-cmds.c (compare_strings): New function.
10829 (complete_command): Only print each unique item once.
10830 * completer.h (complete_line): Declare.
10831 * completer.c (complete_line): New function.
10832 (line_completion_function): Use it.
10833
10834 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10835
10836 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10837 * gdbarch.h, gdbarch.c: Re-generate.
10838
10839 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10840
10841 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10842
10843 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10844
10845 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10846 * valops.c (value_arg_coerce): Don't take the address of a reference
10847 to convert an argument to a reference.
10848
10849 2002-02-15 Christopher Faylor <cgf@redhat.com>
10850
10851 * win32-nat.c (get_image_name): New function.
10852 (handle_load_dll): Use get_image_name function.
10853 (get_child_debug_event): Avoid registering debug events until possibly
10854 execed process is started.
10855 (child_create_inferior): Allow invocation via shell so that command
10856 line redirection, etc. works ok.
10857 (_initialize_inftarg): Add new command: "set shell" to control whether
10858 a shell is used to start a process.
10859
10860 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10861
10862 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10863 instead of find_register_by_number.
10864 (cannot_store_register): Likewise.
10865
10866 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10867
10868 * dwarf2read.c: Replace fprintf (stderr, ...) by
10869 fprintf_unfiltered (gdb_stderr, ...).
10870
10871 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * gdbserver/gdbserver.1: Document --attach.
10874
10875 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10876
10877 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10878 descriptions.
10879 * arm-tdep.c (arm_default_arm_le_breakpoint)
10880 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10881 (arm_default_thumb_be_breakpoint): New. Initialize them from
10882 traditional breakpoint defines.
10883 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10884 (arm_gdbarch_init): Initialize new breakpoint variables.
10885 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10886 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10887 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10888 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10889 code out to ...
10890 (arm_netbsd_init_abi_common): ... here; new function.
10891 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10892 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10893 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10894 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10895
10896 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10897
10898 * arm-tdep.h (enum arm_abi): New enum.
10899 (struct gdbarch_tdep): New structure.
10900 (LOWEST_PC): Provide a default.
10901 (arm_gdbarch_register_os_abi): Declare new function.
10902 * arm-tdep.c (arm_abi_names): New array.
10903 (process_note_abi_tag_sections): New function.
10904 (get_elfosabi): New function.
10905 (arm_gdbarch_register_os_abi): New function.
10906 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10907 support for that ABI has been built in, then call the appropriate
10908 configuration routine. Use gdbarch_num_regs() to get the number
10909 of registers.
10910 (arm_dump_tdep): New function.
10911 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10912 place-holder functions.
10913 (_initialize_arm_tdep): Register them.
10914 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10915
10916 * armnbsd-tdep.c: New file.
10917 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10918 * config/arm/nbsd.mt (TDEPFILES): Add it.
10919 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10920
10921 * armnbsd-nat.c: Include regcache.h.
10922 * Makefile.in (armnbsd-nat.o): Update dependency list.
10923
10924 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10925
10926 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * gdbserver/Makefile.in: Fix typos in target rules.
10929
10930 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10931
10932 Fix part of PR gdb/267.
10933 * linespec.c (find_methods): Handle constructors specially for now.
10934
10935 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10936
10937 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10938 handling.
10939 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10940 standard_coerce_float_to_double().
10941
10942 2002-02-14 Christopher Faylor <cgf@redhat.com>
10943
10944 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10945 GDBINIT_FILENAME.
10946
10947 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10948
10949 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10950 find_variant_by_name, because it confuses the multiarch
10951 framework. Return NULL if there isn't an architecture with the
10952 user supplied name, instead of forcing a different one without
10953 recording the change with the multiarch machinery.
10954 (find_variant_by_name): Delete.
10955
10956 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10957
10958 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10959 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10960
10961 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10962
10963 * stack.c (print_frame_info_base): When calling
10964 print_frame_info_listing_hook, set current_source_symtab.
10965
10966 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10967
10968 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10969 and remove unused $(INCLUDE_DIR).
10970 Add regcache.c to OBS.
10971 Add generated register protocol files to clean target.
10972 Update dependencies for new objects, obsolete old target code.
10973
10974 * gdbserver/linux-low.c: Remove all platform-specific code to
10975 new files. Remove various dead code. Update to use regcache
10976 functionality.
10977 * gdbserver/remote-utils.c (fromhex): Add return statement
10978 to quiet warning.
10979 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10980 constant.
10981 (input_interrupt): Add integer parameter to match prototype
10982 of a signal handler.
10983 (outreg): Use register_data ().
10984 (prepare_resume_reply): Use gdbserver_expedite_regs.
10985 * gdbserver/server.c (main): Dynamically allocate own_buf because
10986 PBUFSIZ is no longer constant. Use registers_to_string () and
10987 registers_from_string ().
10988 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10989 for error (), fatal (), and warning (). Update definition of
10990 PBUFSIZ to use regcache functionality. Add include guard.
10991 * gdbserver/utils.c (fatal): Add missing ``const''.
10992 (warning): New function.
10993
10994 * regformats/regdat.sh: Include "regcache.h" in generated files.
10995 Provide init_registers () function.
10996 * regformats/regdef.h: Add prototype for set_register_cache ().
10997 Add include guard.
10998
10999 * gdbserver/linux-arm-low.c: New file.
11000 * gdbserver/linux-i386-low.c: New file.
11001 * gdbserver/linux-ia64-low.c: New file.
11002 * gdbserver/linux-m68k-low.c: New file.
11003 * gdbserver/linux-mips-low.c: New file.
11004 * gdbserver/linux-ppc-low.c: New file.
11005 * gdbserver/linux-sh-low.c: New file.
11006
11007 * gdbserver/regcache.c: New file.
11008 * gdbserver/regcache.h: New file.
11009
11010 * gdbserver/low-linux.c: Removed obsolete file.
11011
11012 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11013
11014 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11015 * config/i386/linux.mt: Likewise.
11016 * config/ia64/linux.mt: Likewise.
11017 * config/m68k/linux.mh: Likewise.
11018 * config/powerpc/linux.mh: Likewise.
11019 * config/mips/linux.mt: Likewise.
11020
11021 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11022
11023 * config/i386/i386lynx.mh: Mark gdbserver variables
11024 as (currently) obsolete for this target.
11025 * config/i386/nbsd.mt: Likewise.
11026 * config/i386/nbsdelf.mt: Likewise.
11027 * config/m32r/m32r.mt: Likewise.
11028 * config/m68k/m68klynx.mh: Likewise.
11029 * config/m68k/nbsd.mt: Likewise.
11030 * config/m68k/sun3os4.mh: Likewise.
11031 * config/mips/vr5000.mt: Likewise.
11032 * config/ns32k/nbsd.mt: Likewise.
11033 * config/pa/hppabsd.mh: Likewise.
11034 * config/pa/hppaosf.mh: Likewise.
11035 * config/powerpc/nbsd.mt: Likewise.
11036 * config/rs6000/rs6000lynx.mh: Likewise.
11037 * config/s390/s390.mt: Likewise.
11038 * config/s390/s390x.mt: Likewise.
11039 * config/sparc/sparclynx.mh: Likewise.
11040 * config/sparc/sun4os4.mh: Likewise.
11041 * config/i386/x86-64linux.mt: Likewise.
11042 * config/sparc/linux.mh: Likewise.
11043
11044 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11045
11046 * configure.tgt: Configure gdbserver only for known working
11047 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11048 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11049 SUBDIRS if it is configured. Update comment for ${nativefile}.
11050 * configure: Regenerated.
11051
11052 2002-02-13 Michael Snyder <msnyder@redhat.com>
11053
11054 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11055
11056 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11057 (default_gcore_mach): Just return 0, work around a problem in bfd.
11058 (default_gcore_target): OK to return NULL if exec_bfd is null.
11059 (make_mem_sec): Use a cast, avoid a warning.
11060
11061 * procfs.c (find_memory_regions_callback): Use a cast instead of
11062 calling host_pointer_to_address (which complains if
11063 sizeof (host pointer) != sizeof (target pointer)).
11064 (procfs_make_note_section): Avoid overflow in psargs string.
11065
11066 * procfs.c (procfs_make_note_section): Make the default
11067 implementation return an error.
11068
11069 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11070
11071 * procfs.c (procfs_make_note_section): Provide a default definition
11072 (for alpha-dec-osf4.0f). Fix typos.
11073
11074 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11075
11076 * linux-proc.c: Add include of regcache.h.
11077 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11078
11079 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11080
11081 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11082 * memattr.c (create_mem_region): Disallow useless empty region.
11083 Regions are half-open intervals, so allow [A..B) [B..C) as
11084 non-overlapping.
11085
11086 2002-02-13 Michael Chastain <mec@shout.net>
11087
11088 * defs.h: Kill CONST_PTR.
11089 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11090 * c-lang.c (c_builtin_types): Likewise.
11091 * ch-lang.c (ch_builtin_types): Likewise.
11092 * f-lang.c (f_builtin_types): Likewise.
11093 * language.c (unknown_builtin_types): Likewise.
11094 * m2-lang.c (m2_builtin_types): Likewise.
11095 * p-lang.c (pascal_builtin_types): Likewise.
11096 * scm-lang.c (c_builtin_types): Likewise.
11097
11098 2002-02-13 Keith Seitz <keiths@redhat.com>
11099
11100 * arm-tdep.h (arm_get_next_pc): Add declaration.
11101
11102 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11103
11104 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11105 with other related struct-returning functions.
11106 (arm_extract_struct_value_address): New function.
11107 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11108 initialize float_format, double_format and long_double_format as
11109 appropriate to the endianness of the target.
11110 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11111 (arm_use_struct_convention): Delete declaration.
11112 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11113
11114 2002-02-13 Keith Seitz <keiths@redhat.com>
11115
11116 * defs.h (core_addr_to_string_nz): New function.
11117
11118 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11119
11120 Apply missing bits of 2002-01-15 patch.
11121 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11122 (fill_fpregset): Use i387_fill_fsave.
11123
11124 2002-02-12 Keith Seitz <keiths@redhat.com>
11125
11126 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11127 (core_addr_to_string_nz): New function.
11128
11129 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11130
11131 * arm-linux-nat.c: Really include arm-tdep.h.
11132 * config/arm/tm-linux.h (struct type, struct value): Declare.
11133
11134 2002-02-11 Michael Snyder <msnyder@redhat.com>
11135
11136 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11137 (gcore section): Ifdef for Solaris and Unixware only.
11138 (procfs_do_thread_registers): Unixware needs one lwpstatus
11139 per thread (not one prstatus or pstatus).
11140 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11141 not over all gdb threads. For unixware, call elfcore_write_pstatus
11142 once before iterating over threads.
11143
11144 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11145
11146 * arm-tdep.h: New file.
11147 * arm-tdep.c: Include arm-tdep.h.
11148 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11149 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11150 (arm_print_float_info, arm_register_type, convert_to_extended)
11151 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11152 (arm_extract_return_value, arm_register_name): Make static.
11153 (arm_software_single_step): Similarly. Fix types in declaration.
11154 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11155 (arm_store_return_value, arm_store_struct_return): New functions.
11156 (arm_gdbarch_init): Register the above functions. Also register
11157 call_dummy_start_offset, sizeof_call_dummy_words,
11158 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11159 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11160 max_register_virtual_size, register_size. Set up
11161 prologue_cache.saved_regs here, rather than ...
11162 (_initialize_arm_tdep): ... here.
11163 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11164 declarations.
11165 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11166 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11167 (arm_print_float_info, arm_register_type, convert_to_extended)
11168 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11169 (arm_extract_return_value, arm_register_name): Delete declarations.
11170 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11171 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11172 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11173 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11174 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11175 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11176 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11177 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11178 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11179 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11180 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11181 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11182 interface.
11183 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11184 * remote-rdi.c remote-rdp.c: Likewise.
11185 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11186 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11187 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11188 definition.
11189
11190 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11191 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11192 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11193 from non-ARM_ prefixed definitions.
11194 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11195 all uses of above.
11196 * remote-rdi.c remote-rdp.c: Likewise.
11197 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11198
11199 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11200
11201 * arm-tdep.c (arm_frameless_function_invocation)
11202 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11203 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11204 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11205 (arm_pop_frame, arm_get_next_pc): Make static.
11206 (arm_gdbarch_init): Register above in gdbarch structure.
11207 (arm_read_fp): Renamed from arm_target_read_fp.
11208 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11209 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11210 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11211 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11212 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11213 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11214 (arm_pc_is_thumb_dummy): Delete declarations.
11215 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11216 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11217 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11218 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11219
11220 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11221
11222 * symtab.c (compare_search_syms): New function.
11223 (sort_search_symbols): New function.
11224 (search_symbols): Sort symbols after searching rather than
11225 before.
11226
11227 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11228
11229 * NEWS: Linux -> GNU/Linux.
11230
11231 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11232
11233 * gdbarch.sh: For for level one methods, disallow a definition
11234 when partially multi-arched. Add comments explaining rationale.
11235 * gdbarch.h: Re-generate.
11236
11237 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11238
11239 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11240 multi-arch partial.
11241
11242 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11243
11244 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11245 field. Use diff -u.
11246 * gdbarch.c: Re-generate.
11247
11248 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11249
11250 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11251 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11252 partial.
11253
11254 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11255
11256 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11257 multi-arch partial.
11258 (PUSH_ARGUMENTS): Switch to using predefault.
11259 * gdbarch.c: Regenerate.
11260
11261 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11262
11263 * valops.c (PUSH_ARGUMENTS): Delete definition.
11264 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11265 partial. Default to default_push_arguments.
11266 * gdbarch.h, gdbarch.c: Regenerate.
11267
11268 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11269
11270 * defs.h (throw_exception): Rename return_to_top_level. Update
11271 comments.
11272 * utils.c (error_stream, internal_verror, quit): Ditto.
11273 * top.c (throw_exception, catcher): Ditto.
11274 * sparclet-rom.c (sparclet_load): Ditto.
11275 * remote.c (interrupt_query, minitelnet): Ditto.
11276 * remote-sds.c (interrupt_query): Ditto.
11277 * remote-mips.c (mips_error, mips_kill): Ditto.
11278 * ocd.c (interrupt_query): Ditto.
11279 * monitor.c (monitor_interrupt_query): Ditto.
11280 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11281 * target.h: Update comment.
11282
11283 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11284
11285 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11286
11287 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11288 default_double_format.
11289 * gdbarch.h, gdbarch.c: Re-generate.
11290 * findvar.c (floatformat_unknown): Delete variable definition.
11291 * doublest.h (floatformat_unknown): Delete variable declaration.
11292
11293 2002-02-09 Jim Blandy <jimb@redhat.com>
11294
11295 * stabsread.c (read_type): Add code to parse Sun's syntax for
11296 prototyped function types.
11297
11298 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11299
11300 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11301 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11302
11303 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11304
11305 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11306 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11307 now _initialize_xcoffsolib gets called again and overrides the
11308 commands from solib.c in a native configuration.
11309
11310 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11311
11312 * doublest.c (store_typed_floating): Don't try to return a value.
11313 Fixes PR gdb/290.
11314
11315 2002-02-08 Jim Blandy <jimb@redhat.com>
11316
11317 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11318 is prototyped and has no arguments, print its argument list as
11319 `(void)'.
11320
11321 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11322
11323 * MAINTAINERS (write-after-approval): Add myself.
11324 (paper-trail): I've escaped!
11325
11326 2002-02-08 Christopher Faylor <cgf@redhat.com>
11327
11328 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11329 changes.
11330 (_initialize_check_for_gdb_ini): Ditto.
11331
11332 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11333
11334 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11335 xaprintf -> xasprintf.
11336
11337 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11338
11339 * win32-nat.c: Remove use of printf and sprintf functions.
11340
11341 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11342
11343 * arm-tdep.c (arm_frame_chain_valid): Make static.
11344 (arm_push_arguments): Likewise.
11345 (arm_gdbarch_init): New function.
11346 (_initialize_arm_tdep): Call it.
11347 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11348 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11349 (FRAME_CHAIN_VALID): Delete.
11350 (arm_frame_chain_valid): Delete declaration.
11351 (PUSH_ARGUMENTS): Delete.
11352 (arm_push_arguments): Delete declaration.
11353 (CALL_DUMMY_P): Delete.
11354
11355 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11356 Corinna Vinschen <vinschen@redhat.com>
11357
11358 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11359 on builtin float types.
11360
11361 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11362
11363 * utils.c: Include <curses.h> before "bfd.h".
11364 * tui/tui-hooks.c: Likewise.
11365 * tui/tui.c: Likewise.
11366 * tui/tuiCommand.c: Likewise.
11367 * tui/tuiData.c: Likewise.
11368 * tui/tuiDataWin.c: Likewise.
11369 * tui/tuiDisassem.c: Likewise.
11370 * tui/tuiGeneralWin.c: Likewise.
11371 * tui/tuiIO.c: Likewise.
11372 * tui/tuiLayout.c: Likewise.
11373 * tui/tuiRegs.c: Likewise.
11374 * tui/tuiSource.c: Likewise.
11375 * tui/tuiSourceWin.c: Likewise.
11376 * tui/tuiStack.c: Likewise.
11377 * tui/tuiWin.c: Likewise.
11378
11379 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11380
11381 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11382 to include space for pseudoregs as well. Update loops accordingly.
11383 (sh_fp_frame_init_saved_regs): Ditto.
11384 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11385
11386 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11387
11388 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11389 Add Richard Earnshaw to Arm maintainers.
11390
11391 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11392
11393 * defs.h (warning_begin): Delete declaration.
11394
11395 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11396 Delete macro.
11397
11398 2002-02-07 Michael Snyder <msnyder@redhat.com>
11399
11400 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11401 Logic bug, remove misplaced else.
11402
11403 2002-02-07 Klee Dienes <klee@apple.com>
11404
11405 * fork-inferior.c (fork_inferior): Add '!' to the list of
11406 characters that need to be quoted when building a string for the
11407 shell. Quote '!' specifically with a backslash, since CSH chokes
11408 when trying to evaluate "str!str".
11409
11410 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11411
11412 * rdi-share/host.h: Only provide a typedef for bool if it is not
11413 defined.
11414
11415 2002-02-04 Michael Snyder <msnyder@redhat.com>
11416
11417 * breakpoint.h (enum bptype): Add new overlay event bp type.
11418 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11419
11420 * breakpoint.c (create_internal_breakpoint): New function.
11421 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11422 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11423 (create_thread_event_breakpoint): Ditto.
11424 (create_solib_event_breakpoint): Ditto.
11425 (create_overlay_event_breakpoint): New function.
11426 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11427 (update_breakpoints_after_exec): Delete and re-initialize
11428 overlay event breakpoints after an exec. Add FIXME comment
11429 about longjmp breakpoint.
11430 (print_it_typical): Ignore overlay event breakpoints.
11431 (print_one_breakpoint): Ditto.
11432 (mention): Ditto.
11433 (bpstat_what): Do not stop for overlay event breakpoints.
11434 (delete_breakpoint): Don't delete overlay event breakpoints.
11435 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11436 (breakpoint_re_set): Re-create overlay event breakpoint.
11437
11438 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11439 (overlay_manual_command): Disable overlay breakpoints.
11440 (overlay_off_command): Disable overlay breakpoints.
11441
11442 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11443
11444 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11445 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11446 to here from config/tm-arm.h.
11447 (coff_sym_is_thumb): Make static.
11448 (arm_elf_make_msymbol_special): New function.
11449 (arm_coff_make_msymbol_special): New function.
11450 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11451 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11452 (coff_sym_is_thumb): Delete declaration.
11453 (arm_elf_make_msymbol_special): Declare.
11454 (arm_coff_make_msymbol_special): Declare.
11455 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11456 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11457
11458 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11459
11460 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11461
11462 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11463
11464 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11465 * gdbarch.c gdbarch.h: Regenerate.
11466 * arch-utils.c (default_print_float_info): New function.
11467 * arch-utils.h (default_print_float_info): Prototype it.
11468 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11469 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11470 (PRINT_FLOAT_INFO): Document it.
11471
11472 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11473 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11474 (PRINT_FLOAT_INFO): Define.
11475
11476 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11477
11478 * win32-nat.c (_initialize_check_for_gdb_ini):
11479 Add typecast to sprintf argument to suppress a warning.
11480
11481 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11482
11483 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11484 to allow easier handling of pass state.
11485 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11486 that gives exception name and address.
11487 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11488 and set last_sig value to ourstatus->value.sig. Some missing
11489 exceptions added.
11490 (child_continue): Correctly report continue_status.
11491 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11492 TARGET_SIGNAL_0 (new default value).
11493 (child_resume): consider sig argument passed to decide if
11494 the exception should be passed to debuggee or not.
11495
11496 2002-02-05 Michael Snyder <msnyder@redhat.com>
11497
11498 * regcache.c (fetch_register): Call target_fetch_register
11499 only if we don't call FETCH_PSEUDO_REGISTER.
11500 (store_register): Call target_store_register only if we
11501 don't call STORE_PSEUDO_REGISTER.
11502
11503 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11504
11505 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11506 ELF_MAKE_MSYMBOL_SPECIAL.
11507 * gdbarch.c, gdbarch.h: Regenerate.
11508 * arch-utils.c (default_make_msymbol_special): New function.
11509 * arch-utils.h (default_make_msymbol_special): Export.
11510 * elfread.c (elf_symtab_read): Compile use of
11511 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11512 multiarched.
11513 * coffread.c (coff_symtab_read): Ditto, for
11514 COFF_MAKE_MSYMBOL_SPECIAL.
11515
11516 2002-02-05 Jim Blandy <jimb@redhat.com>
11517
11518 * solib-svr4.c (svr4_truncate_ptr): New function.
11519 (svr4_relocate_section_addresses): Do the address arithmetic with
11520 the appropriate truncation for target addresses, even when
11521 CORE_ADDR is larger than a target address.
11522
11523 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11524
11525 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11526 to (int *).
11527
11528 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11529
11530 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11531 code.
11532
11533 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11534
11535 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11536
11537 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11538
11539 * gdbserver/linux-low.c: Remove unused include files.
11540
11541 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11542
11543 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11544 (read_inferior_memory): Use it.
11545 (write_inferior_memory): Likewise.
11546
11547 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11550 grubbing through sys_errlist.
11551
11552 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11553
11554 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11555
11556 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11557 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11558
11559 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11560
11561 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11562 (do_sfunc, set_cmd_sfunc): New functions.
11563
11564 * command.h (struct cmd_list_element): Add field func.
11565 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11566 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11567 * cli/cli-decode.h: Ditto.
11568
11569 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11570 (help_all, help_cmd_list): Ditto.
11571 (find_cmd, complete_on_cmdlist): Ditto.
11572 * top.c (execute_command): Ditto.
11573
11574 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11575 function.sfunc.
11576
11577 * infcmd.c (notice_args_read): Fix function signature.
11578
11579 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11580 * cli/cli-decode.c (add_set_cmd): Ditto.
11581 * utils.c (initialize_utils): Ditto.
11582 * maint.c (_initialize_maint_cmds): Ditto.
11583 * infrun.c (_initialize_infrun): Ditto.
11584 * demangle.c (_initialize_demangler): Ditto.
11585 * remote.c (add_packet_config_cmd): Ditto.
11586 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11587 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11588 * proc-api.c (_initialize_proc_api): Ditto.
11589 * kod.c (_initialize_kod): Ditto.
11590 * valprint.c (_initialize_valprint): Ditto.
11591 * top.c (init_main): Ditto.
11592 * infcmd.c (_initialize_infcmd): Ditto.
11593 * corefile.c (_initialize_core): Ditto.
11594 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11595 * arch-utils.c (initialize_current_architecture): Ditto.
11596 (_initialize_gdbarch_utils): Ditto.
11597 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11598
11599 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11600 * wince.c (_initialize_inftarg): Ditto.
11601 * symfile.c (_initialize_symfile): Ditto.
11602 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11603 * language.c (_initialize_language): Ditto.
11604 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11605
11606 2002-02-04 Michael Snyder <msnyder@redhat.com>
11607
11608 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11609
11610 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11611
11612 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11613 Add rules for building the register data files.
11614
11615 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11616
11617 * regformats/regdat.sh: Add braces to the definition of
11618 expedite_regs_${arch}.
11619
11620 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * regformats/regdef.h (struct reg): Add comment describing the
11623 requirements for offset and size fields.
11624
11625 2002-02-04 Andreas Schwab <schwab@suse.de>
11626
11627 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11628 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11629
11630 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11631
11632 * gdbarch.sh (copyright): Update years in generated header.
11633 (SMASH_TEXT_ADDRESS): Add rule.
11634 * gdbarch.h, gdbarch.c: Re-generate.
11635 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11636 * dbxread.c: Likewise.
11637 * dwarfread.c: Likewise.
11638 * elfread.c: Likewise.
11639 * somread.c: Likewise.
11640
11641 * arm-tdep.c (arm_smash_text_address): New function.
11642 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11643
11644 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11645
11646 Add support for hardware watchpoints on win32 native.
11647 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11648 CONTEXT_DEBUG_REGISTERS.
11649 (dr variable): New variable. Static array containing a local copy
11650 of debug registers.
11651 (debug_registers_changed): New variable. Reflects when debug registers
11652 are changed and need to be written to inferior.
11653 (debug_registers_used): New variable. Reflects when any debug register
11654 was set, used when new threads are created.
11655 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11656 i386-nat code.
11657 (thread_rec): Set dr array if id is the thread of current_event .
11658 (child_continue, child_resume): Change the debug registers for all
11659 threads if debug_registers_changed.
11660 (child_add_thread): Change the debug registers if debug_registers_used.
11661 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11662 Link nm.h to new nm-cygwin.h file.
11663 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11664 of hardware registers.
11665
11666 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11667
11668 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11669 Restore behavour broken by 2002-01-20 Andrew Cagney
11670 <ac131313@redhat.com> IEEE_FLOAT removal.
11671
11672 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11673
11674 * c-valprint.c (c_val_print): Pass a proper valaddr to
11675 cp_print_class_method.
11676 * valops.c (search_struct_method): If there is only one method
11677 and args is NULL, return that method.
11678
11679 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11680
11681 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11682 accessing tag_name directly.
11683
11684 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11685
11686 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11687 of accessing tag_name directly.
11688
11689 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11690
11691 PR gdb/280
11692 * gdbtypes.c (replace_type): New function.
11693 * gdbtypes.h (replace_type): Add prototype.
11694 * stabsread.c (read_type): Use replace_type.
11695
11696 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11697
11698 * Makefile.in (memattr.o): Add missing dependencies rule.
11699
11700 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11701
11702 * breakpoint.c (break_at_finish_command): Really export.
11703 (break_at_finish_at_depth_command): Ditto.
11704 (tbreak_at_finish_command): Ditto.
11705 * hppa-tdep.c: Include completer.h.
11706 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11707 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11708
11709 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11710
11711 * utils.c (do_write): New function.
11712 (error_stream): Rewrite combining the code from error_begin and
11713 verror.
11714 (verror): Rewrite using error_stream.
11715 (error_begin): Delete function.
11716
11717 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11718
11719 * utils.c (error_begin): Make static.
11720 * defs.h (error_begin): Delete declaration.
11721
11722 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11723 (decode_line_1): Use cplusplus_error instead of error_begin,
11724 cplusplus_hint and return_to_top_level.
11725 * coffread.c (coff_symfile_read): Use error instead of error_begin
11726 and return_to_top_level.
11727 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11728
11729 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11730
11731 * language.h (type_error, range_error): Make string parameter
11732 constant.
11733 * language.c (warning_pre_print): Delete extern declaration.
11734 * dwarfread.c (warning_pre_print): Ditto.
11735 * language.c (type_error, range_error): Rewrite to use verror and
11736 vwarning instead of warning_begin.
11737
11738 2002-02-01 Michael Snyder <msnyder@redhat.com>
11739
11740 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11741 (set_ignore_count): Move misplaced comment back where it belongs.
11742
11743 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11744
11745 * command.h (NO_FUNCTION): Delete macro.
11746 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11747 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11748 * tracepoint.c (_initialize_tracepoint): Ditto.
11749 * cli/cli-decode.c (add_set_cmd): Ditto.
11750 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11751
11752 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11753
11754 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11755 Update ``this'' pointer when calling virtual functions.
11756
11757 2002-02-01 Michael Snyder <msnyder@redhat.com>
11758
11759 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11760 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11761
11762 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11763
11764 * regformats/reg-arm.dat: New file.
11765 * regformats/reg-i386.dat: New file.
11766 * regformats/reg-ia64.dat: New file.
11767 * regformats/reg-m68k.dat: New file.
11768 * regformats/reg-mips.dat: New file.
11769 * regformats/reg-ppc.dat: New file.
11770 * regformats/reg-sh.dat: New file.
11771 * regformats/regdef.h: New file.
11772 * regformats/regdat.sh: New file.
11773
11774 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11775
11776 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11777 (arm_frame_args_address, arm_frame_locals_address): New functions.
11778 (arm_frame_num_args): New function.
11779 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11780 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11781 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11782
11783 2002-01-31 Michael Snyder <msnyder@redhat.com>
11784
11785 * breakpoint.c (break_at_finish_command): Export.
11786 (break_at_finish_at_depth_command): Export.
11787 (tbreak_at_finish_command): Export.
11788 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11789 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11790 "txbreak" commands, which are HPPA specific.
11791
11792 * printcmd.c (disassemble_command): Remove an ancient
11793 artifact of an old merge.
11794
11795 * symfile.h (enum overlay_debugging_state):
11796 Define enum constant values for overlay mode.
11797 * symfile.c (overlay_debugging): Use enums instead of literals.
11798 (overlay_is_mapped, overlay_auto_command,
11799 overlay_manual_command): Ditto.
11800
11801 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11802 breakpoint_here_p, breakpoint_inserted_here_p,
11803 breakpoint_thread_match, bpstat_stop_status,
11804 describe_other_breakpoints, check_duplicates, clear_command):
11805 Coding standard fixes.
11806
11807 * target.c (target_xfer_memory): Add spaces, coding standard.
11808 (do_xfer_memory): Add missing line to trust-readonly
11809 code: check bfd SEC_READONLY flag for section.
11810
11811 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11812
11813 * PROBLEMS: Fix typo, 5.1->5.1.1.
11814
11815 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11816
11817 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11818 data symbols, since we search based on textlow and texthigh.
11819 (find_pc_sect_symtab): Likewise.
11820
11821 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11822
11823 * defs.h (vwarning): Declare.
11824 * utils.c (vwarning): New function.
11825 (warning): Call vwarning.
11826 (warning_begin): Delete function.
11827
11828 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11829 the warning message.
11830 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11831 warning_begin.
11832
11833 2002-01-30 Michael Snyder <msnyder@redhat.com>
11834
11835 * NEWS: Mention "set trust-readonly-sections" command.
11836 Mention generate-core-file command.
11837
11838 2002-01-15 Michael Snyder <msnyder@redhat.com>
11839
11840 * target.c: New command, "set trust-readonly-sections on".
11841 (do_xfer_memory): Honor the suggestion to trust readonly sections
11842 by reading them from the object file instead of from the target.
11843 (initialize_targets): Register command "set trust-readonly-sections".
11844
11845 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11846
11847 * parse.c (target_map_name_to_register): Simplify, search regs and
11848 pseudo-regs using a single loop.
11849
11850 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11851
11852 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11853
11854 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11855
11856 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11857 * config/i386/i386v42mp.mh: Add i387-nat.o .
11858 * i386v4-nat.c: Include i387-nat.h.
11859 (supply_fpregset): Use i387_supply_fsave.
11860 (fill_fpregset): Use i387_fill_fsave.
11861
11862 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11863
11864 * arm-tdep.c (arm_call_dummy_words): Define.
11865 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11866 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11867 (CALL_DUMMY_WORDS): Define.
11868 (arm_call_dummy_words): Declare.
11869 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11870 (arm_linux_call_dummy_words): Declare.
11871
11872 2002-01-30 Andreas Schwab <schwab@suse.de>
11873
11874 * m68klinux-nat.c: Fix last change to use regcache_collect
11875 instead of referencing registers[] directly.
11876
11877 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11878
11879 * parse.c (target_map_name_to_register): Delete code wrapped in
11880 #ifdef REGISTER_NAME_ALIAS_HOOK.
11881
11882 2002-01-28 Michael Snyder <msnyder@redhat.com>
11883
11884 * regcache.c (legacy_read_register_gen): Need to be able to
11885 read pseudo-register as well as real register.
11886 (legacy_write_register_gen): Ditto.
11887
11888 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11889
11890 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11891 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11892 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11893 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11894 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11895 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11896 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11897 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11898 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11899 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11900 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11901 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11902 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11903 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11904 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11905 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11906 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11907 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11908 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11909 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11910
11911 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11912
11913 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11914 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11915 (initialize_current_architecture): Update target_byte_order using
11916 information from BFD.
11917 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11918 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11919
11920 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11921
11922 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11923 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11924
11925 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11926 #ifdef INVALID_FLOAT.
11927 * infcmd.c (do_registers_info): Ditto.
11928 * values.c (unpack_double): Ditto. Add comment.
11929
11930 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11931 already commented out.
11932
11933 2002-01-26 Andreas Schwab <schwab@suse.de>
11934
11935 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11936 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11937 registers and add support for PTRACE_GETREGS.
11938
11939 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11940
11941 GDB 5.1.1 released from 5.1 branch.
11942 * NEWS: Add 5.1.1 news.
11943 * README: Sync with 5.1 branch.
11944
11945 2002-01-23 Fred Fish <fnf@redhat.com>
11946
11947 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11948 stabstring on initial malloc. Reallocing will copy it for us,
11949 if necessary.
11950
11951 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11952
11953 * Makefile.in (hpread_h): Delete.
11954 (HFILES_NO_SRCDIR): Remove hpread.h.
11955 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11956 (hpread.o): Update dependencies.
11957 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11958
11959 * hp-psymtab-read.c: Remove file.
11960 * hp-symtab-read.c: Remove file.
11961 * hpread.h: Remove file.
11962
11963 * hpread.c: Merge all contents of hp-psymtab-read.c,
11964 hp-symtab-read.c and hpread.h into this file, as it was prior to
11965 January 1999.
11966
11967 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11968 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11969 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11970 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11971
11972 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11973
11974 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11975 fill_gregset): Call gdbarch_tdep() just once, assign result to
11976 variable and use that, instead of calling the function several
11977 times.
11978
11979 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11980
11981 * configure.host: Accept sparcv9 as alias for sparc64.
11982 * configure.tgt: Likewise.
11983
11984 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11985
11986 * solib-aix5.c (build_so_list_from_mapfile)
11987 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11988 arguments is not reversed.
11989 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11990 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11991
11992 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11993
11994 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11995 modified version of obsolete sh_fetch_pseudo_register.
11996 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11997 (sh4_register_read): New function.
11998 (sh_pseudo_register_write): New function. Renamed and modified
11999 version of obsolete sh_store_pseudo_register.
12000 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12001 (sh4_register_write): New function.
12002 (sh_gdbarch_init): Remove setting of gdbarch function
12003 fetch_pseudo_register and store_pseudo_register. Remove setting of
12004 register_convert_to_raw, register_convert_to_virtual,
12005 register_convertible.
12006 (sh_sh4_register_convertible): Delete. No longer needed. All is
12007 taken care by architecture specific functions
12008 register_read/register_write.
12009 (sh_sh4_register_convert_to_virtual): Make static.
12010 (sh_sh4_register_convert_to_raw): Ditto.
12011
12012 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12013
12014 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12015 (floatformat_is_nan, floatformat_mantissa): Ditto.
12016
12017 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12018 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12019 builtin_type_ieee_double_little,
12020 builtin_type_ieee_double_littlebyte_bigword,
12021 builtin_type_m68881_ext, builtin_type_i960_ext,
12022 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12023 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12024 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12025 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12026
12027 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12028
12029 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12030 parameter. Set frameless flag if it exists and depended of
12031 whether the scanned function is frameless or not.
12032 (xstormy16_skip_prologue): If function is frameless, return
12033 result of xstormy16_scan_prologue().
12034 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12035 call.
12036
12037 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12038
12039 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12040 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12041 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12042 sh_sh4_register_byte, sh_sh4_register_raw_size,
12043 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12044 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12045 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12046 sh_store_pseudo_register, sh_do_pseudo_register): Call
12047 gdbarch_tdep() just once, assign result to variable and use that,
12048 instead of calling the function several times.
12049
12050 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12051
12052 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12053 macros instead of LAST_FPU_CTRL_REGNUM.
12054 (store_register): Likewise.
12055
12056 2002-01-21 Jim Blandy <jimb@redhat.com>
12057
12058 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12059 is up-to-date before running the program, not just when a program
12060 exits.
12061
12062 2002-01-21 Fred Fish <fnf@redhat.com>
12063
12064 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12065 when we have found all instructions we are looking for.
12066
12067 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12068
12069 * arm-tdep.c (arm_register_name): New function.
12070 (arm_registers_names): Make static.
12071 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12072 (arm_register_name): Declare.
12073 (REGISTER_NAME): Use it.
12074
12075 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12076 Kevin Buettner <kevinb@redhat.com>
12077
12078 Convert arm targets to new FRAME interface.
12079 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12080 (arm_frame_find_save_regs): Delete.
12081 (arm_frame_init_saved_regs): New.
12082 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12083 Allocate extra_info as required. Convert all uses of fsr.regs
12084 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12085 to use extra_info.
12086 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12087 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12088 (check_prologue_cache, save_prologue_cache): Likewise.
12089 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12090 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12091 (FRAME_FIND_SAVED_REGS): Delete.
12092 (arm_frame_find_saved_regs): Delete prototype.
12093 (arm_frame_init_saved_regs): New prototype.
12094 (FRAME_INIT_SAVED_REGS): Define.
12095
12096 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12097
12098 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12099
12100 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12101
12102 From Jeff Law <law@redhat.com>:
12103 * infttrace.c: Include <sys/pstat.h>.
12104 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12105 exec file if the ttrace equivalent fails.
12106
12107 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12108
12109 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12110 (closeLogFile): Ditto.
12111
12112 2002-01-20 Michael Chastain <mec@shout.net>
12113
12114 * top.c (print_gdb_version): Bump copyright year to 2002.
12115
12116 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12117
12118 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12119 Zannoni and Eli Zaretskii.
12120
12121 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12122
12123 * buildsym.c: Update copyright years.
12124 * c-typeprint.c: Likewise.
12125 * dwarf2read.c: Likewise.
12126 * f-typeprint.c: Likewise.
12127 * gdbtypes.c: Likewise.
12128 * gdbtypes.h: Likewise.
12129 * hp-symtab-read.c: Likewise.
12130 * hpread.c: Likewise.
12131 * mdebugread.c: Likewise.
12132 * p-typeprint.c: Likewise.
12133
12134 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12135
12136 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12137 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12138 byte-order selectable.
12139 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12140 * arch-utils.c: Ditto.
12141 (set_endian): Ditto.
12142 (set_endian_from_file): Ditto.
12143 * gdbserver/low-sim.c (create_inferior): Ditto.
12144 * gdbarch.sh: Ditto.
12145 * gdbarch.h: Re-generate.
12146 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12147 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12148 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12149 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12150 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12151 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12152 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12153 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12154 macro definition.
12155 * config/mips/tm-wince.h: Remove #undef of macro
12156 TARGET_BYTE_ORDER_SELECTABLE.
12157 * config/sh/tm-wince.h: Ditto.
12158
12159 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12160
12161 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12162 member function fields. Add accessor macro
12163 TYPE_FN_FIELD_ARTIFICIAL.
12164 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12165 * c-typeprint.c (c_type_print_base): Skip artificial member
12166 functions.
12167
12168 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12169
12170 * f-typeprint.c: Delete unused function f_type_print_args.
12171 * p-typeprint.c: Delete unused function pascal_type_print_args.
12172
12173 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12174
12175 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12176 comment. Add ``artificial'' to ``union field_location''.
12177
12178 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12179
12180 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12181 * mdebugread.c (parse_symbol): Likewise.
12182 * stabsread.c (define_symbol): Likewise.
12183 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12184 initializing TYPE_FIELD_BITPOS to n (obsolete).
12185 (hpread_doc_function_type): Likewise.
12186 * hpread.c (hpread_function_type): Likewise.
12187
12188 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12189
12190 * configure.in (host_makefile_frag): Only require a host makefile
12191 fragment when a native build.
12192 * configure: Re-generate.
12193
12194 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12195
12196 * doublest.h (floatformat_from_type): Declare.
12197 * doublest.c (floatformat_from_type): New function.
12198 (convert_typed_floating): Use.
12199
12200 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12201 call to function floatformat_from_type.
12202
12203 * gdbarch.sh (IEEE_FLOAT): Delete.
12204 * gdbarch.h, gdbarch.c: Re-generate.
12205 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12206 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12207 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12208 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12209 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12210 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12211 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12212 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12213 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12214 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12215 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12216 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12217
12218 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12219 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12220 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12221 * sh-tdep.c (sh_gdbarch_init): Ditto.
12222 * mips-tdep.c (mips_gdbarch_init): Ditto.
12223 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12224 * cris-tdep.c (cris_gdbarch_init): Ditto.
12225
12226 2002-01-20 Jiri Smid <smid@suse.cz>
12227
12228 * configure.host, configure.tgt: Support x86-64.
12229 * NEWS: Note new target x86-64.
12230
12231 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12232 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12233 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12234 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12235 x86-64-linux-nat.o): Fix dependencies.
12236
12237 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12238
12239 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12240 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12241 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12242 * config/sparc/xm-sun4os4.h: Delete file.
12243 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12244
12245 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12246
12247 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12248 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12249 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12250 * config/i386/i386lynx.mh (XM_FILE): Delete.
12251 * config/rs6000/xm-rs6000ly.h: Delete file.
12252 * config/sparc/xm-sparclynx.h: Delete file.
12253 * config/m68k/xm-m68klynx.h: Delete file.
12254 * config/i386/xm-i386lynx.h: Delete file.
12255 * config/xm-lynx.h: Delete file.
12256 * config/djgpp/fnchange.lst: Update.
12257
12258 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12259
12260 * alpha-tdep.c (alpha_register_byte): New function.
12261 (alpha_register_raw_size): Ditto.
12262 (alpha_register_virtual_size): Ditto.
12263 (alpha_skip_prologue_internal): Renamed from
12264 alpha_skip_prologue.
12265 (alpha_skip_prologue): New version that calls
12266 alpha_skip_prologue_internal.
12267 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12268 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12269 second argument from alpha_skip_prologue.
12270 (REGISTER_BYTE): Use alpha_register_byte.
12271 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12272 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12273 (FRAMELESS_FUNCTION_INVOCATION): Use
12274 generic_frameless_function_invocation_not.
12275 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12276 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12277
12278 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12279
12280 * config/mips/xm-news-mips.h: Delete file.
12281 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12282
12283 * config/m88k/xm-m88k.h: Delete file.
12284 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12285 * config/m88k/xm-delta88v4.h: Ditto.
12286 * config/m88k/xm-delta88.h: Ditto.
12287
12288 * config/alpha/xm-fbsd.h: Delete file.
12289 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12290
12291 * config/sparc/xm-sparc.h: Delete file.
12292 * Makefile.in (xm-sun4os4.h): Delete dependency.
12293 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12294 * config/sparc/xm-sun4os4.h: Ditto.
12295 * config/sparc/xm-linux.h: Ditto.
12296
12297 * config/i386/xm-windows.h: Delete file.
12298
12299 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12300
12301 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12302 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12303
12304 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12305
12306 * alpha-tdep.c (alpha_call_dummy_words): New.
12307 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12308 (CALL_DUMMY_P): Define.
12309 (CALL_DUMMY_WORDS): Define.
12310 (SIZEOF_CALL_DUMMY_WORDS): Define.
12311
12312 2002-01-19 Per Bothner <per@bothner.com>
12313
12314 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12315 isn't NULL, which can happen with some gcj-3.x-produced code.
12316
12317 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12318
12319 * alpha-tdep.c (alpha_register_virtual_type): New function.
12320 (alpha_init_frame_pc_first): Ditto.
12321 (alpha_fix_call_dummy): Ditto.
12322 (alpha_store_struct_return): Ditto.
12323 (alpha_extract_struct_value_address): Ditto.
12324 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12325 alpha_register_virtual_type.
12326 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12327 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12328 alpha_extract_struct_value_address.
12329 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12330 (INIT_FRAME_PC): Use init_frame_pc_noop.
12331 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12332
12333 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12334
12335 * i386gnu-nat.c: Include "i386-tdep.h".
12336 (fetch_fpregs): Simplify code dealing with uninitialized floating
12337 point states such that it doesn't require FP7_REGNUM.
12338
12339 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12340
12341 * alpha-tdep.c (frame_extra_info): New.
12342 (alpha_find_saved_regs): Make static. Use
12343 frame->extra_info.
12344 (alpha_frame_init_saved_regs): New function.
12345 (alpha_frame_saved_pc): Use frame->extra_info.
12346 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12347 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12348 (init_extra_frame_info): Rename to...
12349 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12350 (alpha_print_extra_frame_info): New function.
12351 (alpha_frame_locals_address): Ditto.
12352 (alpha_frame_args_address): Ditto.
12353 (alpha_pop_frame): Use frame->extra_info.
12354 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12355 alpha_frame_args_address.
12356 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12357 (alpha_find_saved_regs): Remove prototype.
12358 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12359 (EXTRA_FRAME_INFO): Remove.
12360 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12361 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12362
12363 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12364
12365 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12366 (alpha_cannot_fetch_register): Ditto.
12367 (alpha_cannot_store_register): Ditto.
12368 (alpha_register_convertible): Ditto.
12369 (alpha_use_struct_convention): Ditto.
12370 * config/alpha/tm-alpha.h: Update copyright years.
12371 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12372 (INNER_THAN): Use core_addr_lessthan.
12373 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12374 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12375 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12376 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12377 (FRAME_CHAIN): Remove unnecessary cast.
12378
12379 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12380
12381 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12382 obsolete.
12383
12384 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12385
12386 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12387 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12388 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12389 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12390 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12391 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12392 * x86-64-linux-nat.c: Ditto.
12393
12394 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12395
12396 * alpha-tdep.c (alpha_register_name): New function.
12397 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12398 (REGISTER_NAME): Define.
12399
12400 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12401
12402 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12403
12404 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12405
12406 * alpha-tdep.c: Update copyright years.
12407 (alpha_next_pc): New function.
12408 (alpha_software_single_step): Ditto.
12409 * config/alpha/tm-alpha.h: Add prototype for
12410 alpha_software_single_step.
12411
12412 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12413
12414 * alphabsd-nat.c: Update copyright years.
12415 (fill_gregset): Use regcache_collect.
12416 (fill_fpregset): Likewise.
12417 (fetch_inferior_registers): Only fetch integer registers
12418 if requested to do so.
12419 (store_inferior_registers): Only store integer registers
12420 if requested to do so.
12421
12422 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12423
12424 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12425 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12426 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12427 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12428 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12429 * config/arm/linux.mh (XDEPFILES): Delete.
12430 * config/arm/nbsd.mh (XDEPFILES): Delete.
12431 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12432 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12433 * config/i386/i386m3.mh (XDEPFILES): Delete.
12434 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12435 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12436 * config/i386/fbsd.mh (XDEPFILES): Delete.
12437 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12438 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12439 * config/i386/i386v4.mh (XDEPFILES): Delete.
12440 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12441 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12442 * config/i386/i386aix.mh (XDEPFILES): Delete.
12443 * config/i386/go32.mh (XDEPFILES): Delete.
12444 * config/i386/cygwin.mh (XDEPFILES): Delete.
12445 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12446 * config/i386/i386mach.mh (XDEPFILES): Delete.
12447 * config/i386/i386v32.mh (XDEPFILES): Delete.
12448 * config/i386/linux.mh (XDEPFILES): Delete.
12449 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12450 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12451 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12452 * config/i386/i386sco.mh (XDEPFILES): Delete.
12453 * config/i386/i386v.mh (XDEPFILES): Delete.
12454 * config/i386/nbsd.mh (XDEPFILES): Delete.
12455 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12456 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12457 * config/i386/symmetry.mh (XDEPFILES): Delete.
12458 * config/i386/obsd.mh (XDEPFILES): Delete.
12459 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12460 * config/ia64/linux.mh (XDEPFILES): Delete.
12461 * config/ia64/aix.mh (XDEPFILES): Delete.
12462 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12463 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12464 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12465 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12466 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12467 * config/m68k/linux.mh (XDEPFILES): Delete.
12468 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12469 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12470 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12471 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12472 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12473 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12474 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12475 * config/m88k/delta88.mh (XDEPFILES): Delete.
12476 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12477 * config/m88k/m88k.mh (XDEPFILES): Delete.
12478 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12479 * config/mips/linux.mh (XDEPFILES): Delete.
12480 * config/mips/irix6.mh (XDEPFILES): Delete.
12481 * config/mips/irix5.mh (XDEPFILES): Delete.
12482 * config/mips/irix4.mh (XDEPFILES): Delete.
12483 * config/mips/irix3.mh (XDEPFILES): Delete.
12484 * config/mips/decstation.mh (XDEPFILES): Delete.
12485 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12486 (NATDEPFILES): Move core-aout.o to here.
12487 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12488 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12489 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12490 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12491 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12492 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12493 * config/pa/hpux11.mh (XDEPFILES): Delete.
12494 * config/powerpc/aix.mh (XDEPFILES): Delete.
12495 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12496 * config/powerpc/linux.mh (XDEPFILES): Delete.
12497 * config/romp/rtbsd.mh: Rename XDEPFILES.
12498 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12499 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12500 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12501 * config/s390/s390.mh (XDEPFILES): Delete.
12502 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12503 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12504 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12505 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12506 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12507 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12508 * config/sparc/linux.mh (XDEPFILES): Delete.
12509 * config/vax/vaxult.mh (XDEPFILES): Delete.
12510 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12511 * Makefile.in (DEPFILES): Remove XDEPFILES.
12512
12513 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12514
12515 * utils.c (internal_verror): Fix comments, default is yes not no.
12516 Update queries to match. Default to quit and dump core.
12517
12518 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12519
12520 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12521 copyright.
12522 * defs.h, event-top.c, gdbcmd.h: Ditto.
12523 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12524 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12525 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12526 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12527 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12528 * mi/mi-main.c:Ditto.
12529
12530 * stack.c, symfile.c: Update copyright.
12531
12532 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12533
12534 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12535 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12536 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12537 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12538
12539 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12540
12541 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12542 * gdbserver/low-lynx.c (myattach): Likewise.
12543 * gdbserver/low-nbsd.c (myattach): Likewise.
12544 * gdbserver/low-sim.c (myattach): Likewise.
12545 * gdbserver/low-sparc.c (myattach): Likewise.
12546 * gdbserver/low-sun3.c (myattach): Likewise.
12547
12548 * gdbserver/low-linux.c (myattach): New function.
12549
12550 * gdbserver/server.c (attach_inferior): New function.
12551 (main): Handle "--attach".
12552
12553 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12554
12555 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12556 maintainer.
12557
12558 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12559
12560 * c-typeprint.c (is_type_conversion_operator): Add additional
12561 check for non-conversion operators.
12562
12563 2002-01-15 Michael Snyder <msnyder@redhat.com>
12564
12565 * linux-proc.c: Add "info proc" command, a la procfs.c.
12566 (read_mapping): New function, abstract and re-use code.
12567 (linux_find_memory_regions): Use new func read_mapping.
12568 (linux_info_proc_cmd): New function, implement "info proc".
12569 (_initialize_linux_proc): Add new command "info proc".
12570
12571 2002-01-15 Michael Snyder <msnyder@redhat.com>
12572
12573 * symfile.c (generic_load): Use bfd_map_over_sections method
12574 instead of manipulating bfd structure members directly.
12575 (add_section_size_callback): New function, bfd sections callback
12576 used by generic_load.
12577 (load_sections_callback): New function, bfd sections callback
12578 used by generic_load.
12579
12580 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12581
12582 [Based on work by Jim Blandy]
12583 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12584 (builtin_type_vec128): Export.
12585 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12586 types.
12587 (builtin_type_vec128): New builtin type for 128 bit vector
12588 registers.
12589 (build_gdbtypes): Initialize builtin_type_v16qi and
12590 builtin_type_v8hi. Create the vec128 register builtin type
12591 structure.
12592 (build_builtin_type_vec128): New function.
12593 (_initialize_gdbtypes): Register builtin_type_v16qi and
12594 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12595 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12596 AltiVec register to new builtin type.
12597
12598 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12599
12600 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12601 to make_cv_type.
12602
12603 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12604
12605 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12606 CLEAN_UP_REGISTER_VALUE.
12607 * regcache.c (supply_register): Update only call.
12608
12609 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12610
12611 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12612 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12613 a29k-*-vxworks* targets as obsolete.
12614
12615 2002-01-14 Michael Snyder <msnyder@redhat.com>
12616
12617 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12618 until we can resolve portability issues.
12619 * gregset.h: Remove references to fpxregs.
12620 * gcore.c (gcore_command): Initialize note_sec to NULL.
12621
12622 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12623
12624 * signals.c (target_signal_to_name): Rewrite. Only use
12625 signals[].name when in bounds and non-NULL.
12626
12627 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12628
12629 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12630 * signals.c (target_signal_to_name): Verify that SIG is within the
12631 bounds of the signals array.
12632
12633 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12634
12635 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12636
12637 2002-01-13 Keith Seitz <keiths@redhat.com>
12638
12639 * stack.c (print_frame_info_base): Print the frame's pc
12640 only if when print_frame_info_listing_hook is not defined.
12641
12642 2002-01-13 Keith Seitz <keiths@redhat.com>
12643
12644 * varobj.c (varobj_set_value): Make sure that there were no
12645 errors evaluating the object before attempting to set its
12646 value.
12647 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12648 so this offset adjustment is no longer necessary.
12649 (create_child): Don't set the error flag if the child is
12650 a CPLUS_FAKE_CHILD.
12651 (value_of_child): If value_fetch_lazy fails, return NULL
12652 so that callers will be notified that an error occurred.
12653 (c_value_of_variable): Delay check of variable's validity
12654 until later. We actually want all structs and unions to have
12655 the value "{...}".
12656 Do not return "???" for variables which could not be evaluated.
12657 This error condition must be returned to the caller so that it
12658 can get the error condition from gdb.
12659 (cplus_name_of_child): Adjust index for vptr before figuring
12660 out the name of the child.
12661 (cplus_value_of_child): If a child's (real) parent is not valid,
12662 don't even bother trying to give a value for it. Just return
12663 an error. Change all instances in this function.
12664 (cplus_type_of_child): If our parent is one of the "fake"
12665 parents, we need to get at the type of the real parent, and
12666 derive the child's true type using this information.
12667
12668 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12669
12670 From 2002-01-09 John Marshall <johnm@falch.net>:
12671 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12672 sources.redhat.com, and tweak some related URLs which had
12673 suffered from linkrot.
12674
12675 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12676
12677 From Jeff law:
12678 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12679 structures passed in registers.
12680
12681 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12682
12683 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12684 white space which prevented compilation. Reported by DSK
12685 <dsk@student.unsw.edu.au>.
12686
12687 2002-01-11 Michael Snyder <msnyder@redhat.com>
12688
12689 * symfile.c (build_section_addr_info_from_section_tab):
12690 Use bfd access method instead of manipulating bfd directly.
12691 (syms_from_objfile): Ditto.
12692 (simple_overlay_update_1): Ditto.
12693 (simple_overlay_update): Ditto.
12694 (generic_load): Ditto.
12695 (overlay_unmapped_address): FIXME comment, bfd access methods.
12696 (sections_overlap): FIXME comment, bfd access methods.
12697 (pc_in_mapped_range): FIXME comment, bfd access methods.
12698 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12699 (section_is_mapped): FIXME comment, bfd access methods.
12700 (section_is_overlay): FIXME comment, bfd access methods.
12701
12702 * symfile.c (generic_load): Whitespace and long line cleanups.
12703 Remove duplicate variable, change several local variables to
12704 more appropriate data types.
12705 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12706
12707 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12708
12709 From Peter Schauer:
12710 * language.c (longest_local_hex_string_custom): Use phex_nz to
12711 convert NUM to a hex string.
12712
12713 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12714
12715 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12716 the function.
12717 Update Copyright year.
12718
12719 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12720
12721 * language.c (longest_raw_hex_string): Delete unused function.
12722
12723 2002-01-11 Petr Sorfa <petrs@caldera.com>
12724
12725 * MAINTAINERS (write-after-approval): Add myself.
12726 * dwarf2read.c (read_tag_string_type): Handling of
12727 DW_AT_byte_size.
12728 (read_tag_string_type): FORTRAN fix to prevent propagation of
12729 first string size.
12730 (set_cu_language): Handling of DW_LANG_Fortran95
12731
12732 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12733
12734 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12735 GETPID(inferior_ptid).
12736 (store_inferior_registers): Likewise.
12737
12738 2002-01-10 Jason Merrill <jason@redhat.com>
12739
12740 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12741 Fix DW_OP_minus.
12742
12743 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12744
12745 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12746 and bfd/elf32-sh-nbsd.c.
12747
12748 2002-01-10 Michael Snyder <msnyder@redhat.com>
12749
12750 * NEWS: Mention --pid and corefile/proc-id behavior change.
12751
12752 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12753 * gcore.c: Include cli/cli-decode.h instead of command.h.
12754
12755 * main.c (captured_main): Add new command line option "--pid".
12756 If the second command line argument (following the symbol-file)
12757 begins with a digit, try to attach to it before trying to open
12758 it as a corefile.
12759 (print_gdb_help): Document the "--pid" argument.
12760
12761 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12762
12763 * completer.c (command_completer): New function.
12764
12765 * completer.h <command_completer>: Add prototype.
12766
12767 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12768 completer for the "help" command.
12769
12770 2002-01-09 Jason Merrill <jason@redhat.com>
12771
12772 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12773
12774 2002-01-09 Michael Snyder <msnyder@redhat.com>
12775
12776 * i386-linux-nat.c (fill_fpxregset): Make global.
12777 (store_fpxregset): Ditto.
12778
12779 * gregset.h (gdb_fpxregset_t): Define.
12780 (supply_fpxregset): Prototype.
12781 (fill_fpxregset): Prototype.
12782
12783 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12784
12785 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12786
12787 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12788 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12789 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12790
12791 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12792
12793 * MAINTAINERS: Update target maintainer rules so that any
12794 Maintainer can approve a tested patch for a maintenance-only
12795 target.
12796
12797 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12798
12799 * MAINTAINERS (write-after-approval): Add myself.
12800
12801 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12802 IN_SIGTRAMP.
12803
12804 2002-01-08 Michael Snyder <msnyder@redhat.com>
12805
12806 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12807 real name of the executable, rather than the /proc name.
12808
12809 2002-01-03 Michael Snyder <msnyder@redhat.com>
12810
12811 Implement a "generate-core-file" command in gdb, save target state.
12812 * gcore.c: New file. Implement new command 'generate-core-file'.
12813 Save a corefile image of the current state of the inferior.
12814 * linux-proc.c: Add linux-specific code for saving corefiles.
12815 * target.h (struct target_ops): Add new target vectors for saving
12816 corefiles; to_find_memory_regions and to_make_corefile_notes.
12817 (target_find_memory_regions): New macro.
12818 (target_make_corefile_notes): New macro.
12819 * target.c (update_current_target): Inherit new target methods.
12820 (dummy_find_memory_regions): New place-holder method.
12821 (dummy_make_corefile_notes): New place-holder method.
12822 (init_dummy_target): Initialize new dummy target vectors.
12823 * exec.c (exec_set_find_memory_regions): New function.
12824 Allow the exec_ops vector for memory regions to be taken over.
12825 (exec_make_note_section): New function, target vector method.
12826 * defs.h (exec_set_find_memory_regions): Export prototype.
12827 * procfs.c (proc_find_memory_regions): New function, corefile method.
12828 (procfs_make_note_section): New function, corefile method.
12829 (init_procfs_ops): Set new target vector pointers.
12830 (find_memory_regions_callback): New function.
12831 (procfs_do_thread_registers): New function.
12832 (procfs_corefile_thread_callback): New function.
12833 * sol-thread.c (sol_find_memory_regions): New function.
12834 (sol_make_note_section): New function.
12835 (init_sol_thread_ops): Initialize new target vectors.
12836 * inftarg.c (inftarg_set_find_memory_regions): New function.
12837 Allow to_find_memory_regions vector to be taken over.
12838 (inftarg_set_make_corefile_notes): New function.
12839 Allow to_make_corefile_notes vector to be taken over.
12840 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12841 interface layer if not target_has_execution (may be a corefile).
12842 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12843 * config/sparc/sun4sol2.mh: Ditto.
12844 * config/alpha/alpha-linux.mh: Ditto.
12845 * config/arm/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-07 Michael Snyder <msnyder@redhat.com>
12854
12855 * arm-linux-nat.c: Remove references to regcache.c internal data
12856 (registers[] and register_valid[]).
12857
12858 2002-01-07 Michael Snyder <msnyder@redhat.com>
12859
12860 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12861 so that attaching to a pid will automatically read the process's
12862 symbol file and shlibs.
12863 * Makefile.in: Add rule for linux-proc.o.
12864 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12865 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12866 * config/arm/linux.mh: Ditto.
12867 * config/i386/linux.mh: Ditto.
12868 * config/i386/x86-64linux.mh: Ditto.
12869 * config/ia64/linux.mh: Ditto.
12870 * config/m68k/linux.mh: Ditto.
12871 * config/mips/linux.mh: Ditto.
12872 * config/powerpc/linux.mh: Ditto.
12873 * config/sparc/linux.mh: Ditto.
12874
12875 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12876
12877 * win32-nat.c: Add i386-tdep.h dependency.
12878
12879 2002-01-07 Michael Snyder <msnyder@redhat.com>
12880
12881 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12882 instead of bfd_get_arch_size. Don't bail out just because
12883 there's no exec_bfd.
12884
12885 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12886 * p-valprint.c (pascal_object_print_value): Ditto.
12887 * somread.c (som_symtab_read): Ditto.
12888 * symfile.c (simple_free_overlay_region_table): Ditto.
12889 * valops.c (value_assign): Ditto.
12890
12891 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12892 use tilde_expand and strerror for opening save-tracepoints file.
12893
12894 * thread-db.c (thread_db_new_objfile): Indendation fix.
12895
12896 * infptrace.c (GDB_MAX_ALLOCA): New define.
12897 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12898 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12899 can be overridden with whatever value is appropriate to the host).
12900 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12901 alloca to allocate potentially large buffer.
12902 * rs6000-nat.c (child_xfer_memory): Ditto.
12903 * symm-nat.c (child_xfer_memory): Ditto.
12904 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12905
12906 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12907
12908 From Nick Clifton <nickc@redhat.com>
12909 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12910
12911 2002-01-07 Michael Snyder <msnyder@redhat.com>
12912
12913 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12914 Don't use exec_bfd if it's NULL.
12915
12916 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12917
12918 * valops.c (value_arg_coerce): Fix formatting.
12919
12920 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12921
12922 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12923 * gnu-nat.c: Ditto.
12924
12925 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12926
12927 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12928 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12929 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12930 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12931 z8k-coff have not been multi-arched. Update z8k-coff build
12932 status.
12933
12934 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12935
12936 * MAINTAINERS: Mark a29k target as obsolete.
12937 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12938 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12939 comments.
12940 * NEWS: Note that a29k targets are obsolete.
12941 * a29k-tdep.c: Mark as obsolete.
12942 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12943 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12944 a29k-*-vxworks* targets as obsolete.
12945 * remote-adapt.c: Obsolete.
12946 * remote-eb.c: Obsolete.
12947 * remote-mm.c: Obsolete.
12948 * remote-udi.c: Obsolete.
12949 * config/a29k/a29k-udi.mt: Obsolete.
12950 * config/a29k/a29k.mt: Obsolete.
12951 * config/a29k/tm-a29k.h: Obsolete.
12952 * config/a29k/tm-vx29k.h: Obsolete.
12953 * config/a29k/vx29k.mt: Obsolete.
12954
12955 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12956
12957 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12958 with BFD_ENDIAN_BIG.
12959
12960 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12961
12962 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12963 * configure, config.in: Re-generate.
12964 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12965 * defs.h: Do not include <endian.h>.
12966
12967 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12968
12969 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12970 * config.in: Regenerate.
12971 * configure.in: Update copyright years.
12972 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12973 * configure: Regenerate.
12974 * i386bsd-nat.c: Update copyright years.
12975 (fill_gregset): Use regcache_collect.
12976 (fetch_inferior_registers): Only fetch integer registers
12977 if requested to do so. Add support for XMM registers
12978 using PT_GETXMMREGS.
12979 (store_inferior_registers): Only store integer registers
12980 if requested to do so. Add support for XMM registers
12981 using PT_SETXMMREGS.
12982 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12983 (store_inferior_registers): Remove.
12984 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12985 (fetch_elfcore_registers): New function.
12986 (i386nbsd_elfcore_fns): New.
12987 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12988 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12989 i386bsd-nat.o.
12990 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12991 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12992 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12993 * config/i386/tm-nbsd.h: Update copyright years.
12994 (HAVE_SSE_REGS): Define.
12995 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12996 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12997 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12998 (SIGCONTEXT_PC_OFFSET): Remove.
12999 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13000
13001 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13002
13003 * configure.tgt: Remove powerpc-*-macos* target.
13004 * config/m68k/xm-mpw.h: Delete file.
13005 * config/xm-mpw.h: Delete file.
13006 * ser-mac.c: Delete file.
13007 * mpw-make.sed: Delete file.
13008 * mpw-config.in: Delete file.
13009 * mac-xdep.c: Delete file.
13010 * mac-gdb.r: Delete file.
13011 * mac-defs.h: Delete file.
13012 * mac-nat.c: Delete file.
13013 * config/powerpc/macos.mh: Delete file.
13014 * config/powerpc/macos.mt: Delete file.
13015 * config/powerpc/nm-macos.h: Delete file.
13016 * config/powerpc/tm-macos.h: Delete file.
13017 * source.c (openp, open_source_file): Remove obsolete code.
13018 * top.c (gdb_readline): Ditto.
13019 * utils.c (query): Ditto.
13020 * event-top.c (display_gdb_prompt): Ditto.
13021 * Makefile.in (ser-mac.o): Delete obsolete target.
13022 * NEWS: Update.
13023
13024 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13025
13026 * defs.h (BIG_ENDIAN): Delete macro definition.
13027 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13028 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13029 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13030 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13031 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13032 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13033 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13034 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13035 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13036 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13037 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13038 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13039 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13040 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13041 * gdbarch.c: Re-generate.
13042
13043 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13044
13045 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13046 for core files.
13047
13048 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13049
13050 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13051
13052 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13053
13054 * value.h (value_ptr): Delete typedef.
13055
13056 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13057
13058 * i386nbsd-nat.c: Update copyright years.
13059 Include i386-tdep.h.
13060
13061 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13062
13063 * stabsread.c: Update copyright years.
13064
13065 From Debashis Mahata <debashis.mahata@wipro.com>:
13066 (read_struct_fields): Deal with Sun C compiler erroneous stab
13067 output for structs and unions.
13068 Fix PR gdb/269.
13069
13070 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13071
13072 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13073 prototype.
13074
13075 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13076
13077 * cp-abi.c: Fix whitespace.
13078 (baseclass_offset): New wrapper function.
13079 * cp-abi.h (baseclass_offset): Add prototype.
13080 (struct cp_abi_ops): Add baseclass_offset pointer.
13081
13082 * valops.c (vb_match): Move to...
13083 * gnu-v2-abi.c (vb_match): here.
13084 * valops.c (baseclass_offset): Move to...
13085 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13086
13087 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13088
13089 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13090 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13091 * hpacc-abi.c (init_hpacc_ops): Likewise.
13092
13093 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13094
13095 * valops.c (find_overload_match): Accept obj as a
13096 reference parameter. Update it before returning.
13097 * value.h (find_overload_match): Update prototype.
13098 * eval.c (evaluate_subexp_standard): Pass object to
13099 find_overload_match by reference.
13100
13101 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13102
13103 * valarith.c: Replace value_ptr with struct value pointer. Remove
13104 register attribute from value declarations.
13105 * valops.c: Ditto.
13106 * value.h: Ditto.
13107 * scm-lang.c (scm_lookup_name): Ditto.
13108
13109 2002-01-03 Michael Snyder <msnyder@redhat.com>
13110
13111 Abstract the functionality of iterating over mapped memory
13112 regions into a general purpose iterator function.
13113 * procfs.c (iterate_over_mappings): New function, general purpose
13114 iterator for memory sections.
13115 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13116 (solib_mappings_callback): New function, callback for above.
13117 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13118 (info_mappings_callback): New function, callback for above.
13119
13120 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13121
13122 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13123
13124 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13125 * i386-tdep.c: Include "elf-bfd.h".
13126 (process_note_abi_tag_sections): New function.
13127 (i386_gdbarch_init): Add code to recognize various OS/ABI
13128 combinations.
13129
13130 * maint.c (_initialize_maint_cmds): Add missing \ in
13131 string-literal.
13132
13133 For older changes see ChangeLog-2001
13134 \f
13135 Local Variables:
13136 mode: change-log
13137 left-margin: 8
13138 fill-column: 74
13139 version-control: never
13140 End:
This page took 0.300513 seconds and 5 git commands to generate.