2002-11-15 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-15 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.c (frame_pc_unwind): New function.
4 (frame_saved_regs_pc_unwind): New function.
5 (frame_register_unwind): Pass unwind_cache instead of
6 register_unwind_cache.
7 (set_unwind_by_pc): Add unwind_pc parameter, set.
8 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
9 (get_prev_frame): Ditto.
10 * frame.h (frame_pc_unwind_ftype): Declare.
11 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
12 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
13 (frame_pc_unwind): Declare.
14 * dummy-frame.c (dummy_frame_pc_unwind): New function.
15 (struct dummy_frame): Add comment mentioning that values are for
16 previous frame.
17 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
18 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
19 (generic_file_frame_chain_valid): Ditto.
20 * stack.c (frame_info): Ditto.
21
22 2002-11-15 David Carlton <carlton@math.stanford.edu>
23
24 * linespec.c (locate_first_half): New function.
25 (decode_line_1): Move code into locate_first_half.
26
27 2002-11-15 Andrew Cagney <ac131313@redhat.com>
28
29 * complaints.h: Add comment explaining how to eliminate a
30 deprecated_complain call.
31 * complaints.h: Fix spelling errors.
32
33 2002-11-15 David Carlton <carlton@math.stanford.edu>
34
35 * printcmd.c: Remove #include "disasm.h".
36
37 2002-11-14 Andrew Cagney <ac131313@redhat.com>
38
39 * frame.h: Move the most relevant interface functions to the start
40 of the file.
41
42 2002-11-14 Andrew Cagney <ac131313@redhat.com>
43
44 * regcache.h (deprecated_registers): Rename registers.
45 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
46 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
47 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
48 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
49 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
50 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
51 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
52 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
53 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
54 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
55 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
56 * v850ice.c: Update.
57
58 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
59
60 * utils.c (gdb_realpath): Add comment mentioning realpath with a
61 NULL buffer.
62
63 2002-11-13 Andrew Cagney <cagney@redhat.com>
64
65 * regcache.h (deprecated_read_register_bytes): Rename
66 read_register_bytes.
67 (deprecated_write_register_bytes): Rename write_register_bytes.
68 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
69 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
70 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
71 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
72 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
73 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
74 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
75 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
76 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
77 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
78 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
79 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
80 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
81 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
82
83 2002-11-13 Jim Blandy <jimb@redhat.com>
84
85 * findvar.c (read_var_value): Doc fix.
86
87 2002-11-13 Andrew Cagney <cagney@redhat.com>
88
89 * regcache.c (struct regcache): Replace passthough_p with
90 readonly_p.
91 (regcache_xmalloc): Initialize readonly_p.
92 (build_regcache): Initialize readonly_p.
93 (regcache_save): New function.
94 (regcache_restore): New function.
95 (regcache_cpy): Re-implement using regcache_save and
96 regcache_restore.
97 (regcache_raw_read): Update.
98 (regcache_cooked_read): When a read-only cache, checked for cached
99 pseudo register values.
100 (regcache_raw_write): Assert that the cache is not read-only.
101 Remove code handling a non-passthrough cache.
102 * regcache.h (regcache_save): Declare.
103 (regcache_restore): Declare.
104
105 2002-11-13 Andrew Cagney <cagney@redhat.com>
106
107 * regcache.c (struct regcache_descr): Add fields
108 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
109 (init_legacy_regcache_descr): Compute the size of a cooked
110 register cache and then assign that to sizeof_raw_registers. Set
111 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
112 (init_legacy_regcache_descr): Ditto.
113
114 2002-11-13 Andrew Cagney <cagney@redhat.com>
115
116 * regcache.c (register_buffer): Move to near start of file, update
117 description.
118 (regcache_raw_read): Use.
119 (regcache_raw_write): Use.
120 (struct regcache): Rename raw_registers to registers and
121 raw_register_valid_p to register_valid_p.
122 (regcache_xmalloc): Update.
123 (regcache_xfree): Update.
124 (register_buffer): Update.
125 (regcache_cpy): Update.
126 (regcache_cpy_no_passthrough): Update.
127 (regcache_valid_p): Update.
128 (deprecated_grub_regcache_for_registers): Update.
129 (deprecated_grub_regcache_for_register_valid): Update.
130 (set_register_cached): Update.
131 (regcache_raw_write): Update.
132
133 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
134
135 * p-exp.y (name_not_typename): Use copy_name to
136 set current_type variable for fields of THIS.
137
138 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
139
140 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
141 * monitor.c (init_base_monitor_ops): Likewise.
142 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
143 * remote-array.c (init_array_ops): Likewise.
144 * remote-e7000.c (init_e7000_ops): Likewise.
145 * remote-es.c (init_es1800_ops): Likewise.
146 (init_es1800_child_ops): Likewise.
147 * remote-rdp.c (init_remote_rdp_ops): Likewise.
148 * remote-sim.c (init_gdbsim_ops): Likewise.
149 * remote-st.c (init_st2000_ops): Likewise.
150 * sol-thread.c (init_sol_core_ops): Likewise.
151 (init_sol_thread_ops): Likewise.
152 * v850ice.c (init_850ice_ops): Likewise.
153 * win32-nat.c (init_child_ops): Likewise.
154 * wince.c (init_child_ops): Likewise.
155
156 2002-11-12 Andrew Cagney <ac131313@redhat.com>
157
158 * utils.c (gdb_realpath): Make rp a constant pointer.
159
160 2002-11-12 Andrew Cagney <ac131313@redhat.com>
161
162 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
163 a constant buffer; cannonicalize_file_name(); realpath() with a
164 pathconf() defined buffer, xstrdup().
165
166 2002-11-12 Andrew Cagney <ac131313@redhat.com>
167
168 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
169 to hang2.C; hang3.c to hang3.C.
170
171 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
172
173 * findvar.c (read_var_value): Reenable TLS code.
174
175 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
176 Jim Blandy <jimb@redhat.com>
177
178 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
179 * target.c (update_current_target): Add
180 to_get_thread_local_address.
181 * target.h (to_get_thread_local_address): Export.
182 (target_get_thread_local_address): Define.
183 (target_get_thread_local_address_p): Define.
184 * thread-db.c: Include solib-svr4.h.
185 (td_thr_tls_get_addr_p): Define.
186 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
187 (thread_db_get_thread_local_address): New function.
188 (init_thread_db_ops): Initialize to_get_thread_local_address.
189 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
190 * configure: Regenerate.
191 * config.in: Regenerate.
192
193 2002-11-11 David Carlton <carlton@math.stanford.edu>
194
195 * linespec.c (set_flags): New function.
196 (decode_line_1): Move code into set_flags.
197
198 2002-11-11 David Carlton <carlton@math.stanford.edu>
199
200 * linespec.c (decode_line_1): Move chunks of code to separate
201 functions.
202 (initialize_defaults): New function.
203 (decode_indirect): New function.
204
205 2002-11-11 Andrew Cagney <ac131313@redhat.com>
206
207 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
208 instead of void_code_ptr.
209 (sigtramp_saved_pc): Ditto.
210
211 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
212 i386_fp_regnum_p.
213
214 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
215
216 * gdbtypes.h (struct main_type): Move artificial flag out of
217 loc. New member of ``struct field'' named static_kind. Reduce
218 overloaded meaning of bitsize.
219 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
220 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
221 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
222
223 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
224 new fields.
225 (template_to_fixed_record_type, template_to_static_fixed_type)
226 (to_record_with_fixed_variant_part): Likewise.
227 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
228 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
229 * dwarfread.c (struct_type, enum_type): Likewise.
230 * hpread.c (hpread_read_enum_type)
231 (hpread_read_function_type, hpread_read_doc_function_type)
232 (hpread_read_struct_type): Likewise.
233 * mdebugread.c (parse_symbol): Likewise.
234
235 2002-11-10 Andrew Cagney <ac131313@redhat.com>
236
237 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
238 * stack.c (print_frame_info_base): Update.
239 (print_frame_info_base, frame_info): Update.
240 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
241 (sparc_frame_saved_pc): Update.
242 * ada-lang.c (find_printable_frame): Update.
243 * breakpoint.c (deprecated_frame_in_dummy): Update.
244
245 2002-11-09 Mark Kettenis <kettenis@gnu.org>
246
247 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
248 defined.
249 (regmap): Extend to cover all registers.
250 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
251 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
252 definitions.
253 (fetch_register, sore_register): Simplify.
254 (old_fetch_inferior_registers, old_store_inferior_registers):
255 Remove functions.
256 (cannot_fetch_register, cannot_store_register): Change
257 implementation to use regmap array to decide which registers
258 cannot be fetched/stored. This removes $orig_eax from the
259 registers that cannot be fetched/stored.
260 (fetch_inferior_registers): Call fetch_register directly instead
261 of calling old_fetch_inferior_registers.
262 (store_inferior_registers): Call store_register directly instead
263 of calling old_store_inferior_registers.
264 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
265 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
266 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
267
268 2002-11-09 Klee Dienes <kdienes@apple.com>
269
270 * i387-tdep.c (i387_supply_register): When called with NULL as a
271 buffer, mark the register as not provided (to mirror the behavior
272 of supply_register).
273 (i387_supply_fxsave): Ditto.
274 (i387_supply_fsave): Ditto (inherits the behavior from
275 i387_supply_register).
276
277 2002-11-09 Klee Dienes <kdienes@apple.com>
278
279 * blockframe.c (sigtramp_saved_pc): Use
280 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
281 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
282 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
283
284 2002-11-09 Andrew Cagney <ac131313@redhat.com>
285
286 * frame.c (get_prev_frame): Test prev_p to identify a previously
287 unwound frame. Initialize prev_p.
288 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
289 comment.
290
291 2002-11-09 Andrew Cagney <ac131313@redhat.com>
292
293 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
294 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
295 more comments. Zap dead code.
296
297 2002-11-09 Mark Kettenis <kettenis@gnu.org>
298
299 * infcmd.c (print_vector_info, print_float_info): Move code that
300 checks whether the target has any registers and whether there is a
301 selected frame up, such that it is also used if a target provides
302 multi-arch definitions of these functions.
303
304 2002-11-08 Andrew Cagney <ac131313@redhat.com>
305
306 * Makefile.in (DESTDIR): Define.
307 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
308 prefix.
309
310 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
311 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
312
313 2002-11-08 Andrew Cagney <ac131313@redhat.com>
314
315 * i386-linux-tdep.c: Include "reggroups.h".
316 (i386_linux_register_reggroup_p): New function.
317 (i386_linux_init_abi): Set register_reggroup_p to
318 i386_linux_register_reggroup_p.
319 * i386-tdep.h (i386_register_reggroup_p): Declare.
320 * i386-tdep.c: Include "reggroups.h".
321 (i386_init_reggroups): New function.
322 (i386_add_reggroups): New function.
323 (i386_register_reggroup_p): New function.
324 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
325 (_initialize_i386_tdep): Call i386_init_reggroups.
326 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
327 specific reggroups.
328
329 2002-11-09 Mark Kettenis <kettenis@gnu.org>
330
331 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
332 request that's available in *BSD.
333
334 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
335
336 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
337 FDOFF_REGNUM.
338
339 2002-11-08 Andrew Cagney <ac131313@redhat.com>
340
341 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
342 * dummy-frame.c (find_dummy_frame): Rename
343 generic_find_dummy_frame, make static. Return the dummy frame
344 instead of the regcache.
345 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
346 (cached_find_dummy_frame): New function. Use find_dummy_frame.
347 (dummy_frame_register_unwind): Rename
348 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
349 * dummy-frame.h (dummy_frame_register_unwind): Rename
350 generic_call_dummy_register_unwind.
351
352 2002-11-08 Mark Kettenis <kettenis@gnu.org>
353
354 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
355 except the inclusion of "i386/tm-i386.h", to...
356 * config/i386/nm-i386v42mp.h: ...here.
357 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
358
359 2002-11-08 Andrew Cagney <ac131313@redhat.com>
360
361 * Makefile.in (frame.o): Update dependencies.
362 * blockframe.c (current_frame, frame_obstack_alloc)
363 (frame_saved_regs_zalloc, get_current_frame)
364 (set_current_frame, create_new_frame)
365 (set_unwind_by_pc, get_next_frame)
366 (flush_cached_frames, reinit_frame_cache)
367 (frame_saved_regs_register_unwind)
368 (deprecated_generic_get_saved_register)
369 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
370 (_initialize_blockframe): Move frame code from here...
371 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
372 "annotate.h" and "dummy-frame.h".
373 (_initialize_frame): New function.
374
375 2002-11-08 Jim Blandy <jimb@redhat.com>
376
377 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
378 when we finish a function a context.
379 * buildsym.h (outermost_context_p): New macro.
380 (Bug analyzed by David Edelsohn.)
381
382 2002-11-08 Andrew Cagney <ac131313@redhat.com>
383
384 * blockframe.c: Include "dummy-frame.h".
385 (struct dummy_frame, dummy_frame_stack)
386 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
387 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
388 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
389 (generic_save_call_dummy_addr, generic_pop_current_frame)
390 (generic_pop_dummy_frame, generic_fix_call_dummy)
391 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
392 dummy frame code from here...
393 * dummy-frame.c: ...to here. New file.
394 * dummy-frame.h: New file.
395 (generic_call_dummy_register_unwind): Declare.
396 (generic_find_dummy_frame): Declare.
397 * Makefile.in (SFILES): Add dummy-frame.c.
398 (dummy-frame.o): Specify dependencies.
399 (dummy_frame_h): Define.
400 (COMMON_OBS): Add dummy-frame.o.
401 (blockframe.o): Update dependencies.
402
403 2002-11-08 Jim Blandy <jimb@redhat.com>
404
405 * dwarf2read.c (read_func_scope): Restore local_symbols and
406 param_symbols after we finish the function context. (Based on a
407 patch from David Edelsohn.)
408
409 2002-11-08 David Carlton <carlton@math.stanford.edu>
410
411 * linespec.c (symbol_found): New function.
412 (minsym_found): New function.
413 (decode_line_1): Separate out some code into separate functions.
414
415 2002-11-08 Joel Brobecker <brobecker@gnat.com>
416
417 * i386-tdep.c (i386_frameless_signal_p): Make non static for
418 the benefit of the interix target.
419 * i386-tdep.h (i386_frameless_signal_p): Declare.
420
421 2002-11-08 Andrew Cagney <ac131313@redhat.com>
422
423 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
424 declaration that snuck in from change below.
425
426 2002-11-06 Andrew Cagney <cagney@redhat.com>
427
428 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
429 all callers.
430 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
431 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
432 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
433 (i386_mxcsr_regnum_p): new function. Use instead of
434 MXCSR_REGNUM_P.
435 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
436 (i386_sse_regnum_p): Declare.
437 (i386_mxcsr_regnum_p): Declare.
438 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
439 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
440 (IS_FP_REGNUM): Update definition.
441 (IS_FPU_CTRL_REGNUM): Update definition..
442 (IS_SSE_REGNUM): Update definition..
443 * i386v-nat.c (register_u_addr): Update.
444 * go32-nat.c (fetch_register): Update.
445 (store_register): Update.
446
447 2002-11-07 Joel Brobecker <brobecker@gnat.com>
448
449 Preparation work to convert the hppa targets to multiarch partial.
450
451 * hppa-tdep.c: Add new functions replacing macro bodies from
452 config/pa/tm-hppa.h. These function will be used to initialize
453 the gdbarch structure. Import some comments from tm-hppa.h,
454 and place them where appropriate, to avoid loosing them when
455 we cleanup this file.
456 (hppa_reg_struct_has_addr): New function.
457 (hppa_inner_than): New function.
458 (hppa_stack_align): New function.
459 (hppa_pc_requires_run_before_use): New function.
460 (hppa_instruction_nullified): New function.
461 (hppa_register_byte): New function.
462 (hppa_register_virtual_type): New function.
463 (hppa_store_struct_return): New function.
464 (hppa_cannot_store_register): New function.
465 (hppa_frame_args_address): New function.
466 (hppa_frame_locals_address): New function.
467 (hppa_smash_text_address): New function.
468 (hppa_coerce_float_to_double): New function. Requires the inclusion
469 of "language.h".
470
471 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
472
473 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
474 gdbarch-eligible macro to a call to the new associated function
475 created in hppa-tdep.c.
476 (INNER_THAN): Likewise.
477 (STACK_ALIGN): Likewise.
478 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
479 (INSTRUCTION_NULLIFIED): Likewise.
480 (REGISTER_BYTE): Likewise.
481 (REGISTER_VIRTUAL_TYPE): Likewise.
482 (STORE_STRUCT_RETURN): Likewise.
483 (CANNOT_STORE_REGISTER): Likewise.
484 (FRAME_ARGS_ADDRESS): Likewise.
485 (FRAME_LOCALS_ADDRESS): Likewise.
486 (SMASH_TEXT_ADDRESS): Likewise.
487 (COERCE_FLOAT_TO_DOUBLE): Likewise.
488 (ABOUT_TO_RETURN): Delete, as no longer used.
489
490 2002-11-07 Fernando Nasser <fnasser@redhat.com>
491
492 * printcmd.c (disassemble_command): Remove obsolete function.
493 (_initialize_printcmd): Do not create disassemble command here.
494 * cli/cli-cmds.c (disassemble_command): New function. Implements
495 disassemble command.
496 (init_cli_cmds): Create disassemble command here instead.
497
498 2002-11-07 Andrew Cagney <ac131313@redhat.com>
499
500 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
501
502 2002-11-07 Andrew Cagney <ac131313@redhat.com>
503
504 * regcache.h (regcache_cooked_read_using_offset_hack)
505 (regcache_cooked_write_using_offset_hack): Delete declarations.
506 (register_changed): Delete declaration.
507 * regcache.c (regcache_cooked_read_using_offset_hack)
508 (regcache_cooked_write_using_offset_hack): Delete functions.
509 (cooked_xfer_using_offset_hack): Delete function.
510 (register_changed): Delete function.
511
512 2002-11-07 Jim Blandy <jimb@redhat.com>
513
514 * macroscope.c: #include "complaints.h".
515 (sal_macro_scope): Cope with filenames that appear in the symtabs,
516 but not in the macro table.
517 * Makefile.in (macroscope.o): Record dependency.
518
519 2002-11-07 Joel Brobecker <brobecker@gnat.com>
520
521 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
522
523 2002-11-07 Andrew Cagney <ac131313@redhat.com>
524
525 * regcache.c (deprecated_registers_fetched): Update.
526 * regcache.h (deprecated_registers_fetched): Rename
527 registers_fetched.
528 * remote-vxsparc.c (vx_read_register): Update.
529 * remote-vxmips.c (vx_read_register): Update.
530 * remote-vx68.c (vx_read_register): Update.
531 * irix5-nat.c (fetch_core_registers): Update.
532 * mipsm3-nat.c (fetch_inferior_registers): Update.
533 * sun3-nat.c (fetch_inferior_registers): Update.
534 * symm-nat.c (fetch_inferior_registers): Update.
535 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
536 (fetch_core_registers): Update.
537 (fetch_kcore_registers): Update.
538 * mips-nat.c (fetch_inferior_registers): Update.
539 * corelow.c (get_core_registers): Update.
540 * a68v-nat.c (fetch_inferior_registers): Update.
541
542 2002-11-06 Joel Brobecker <brobecker@gnat.com>
543
544 Put in place the framework necessary for multiarching the hppa targets.
545 * hppa-tdep.c (hppa_gdbarch_init): New function.
546 (hppa_dump_tdep): New function.
547 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
548 tdep structure dumper.
549 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
550 until the multi-arching conversion has partially been completed.
551
552 2002-11-06 Andrew Cagney <ac131313@redhat.com>
553
554 * valops.c (value_assign): Merge lval_register case into
555 lval_reg_frame_relative. Use frame_register and
556 regcache_cooked_write instead of get_saved_register and
557 write_register_bytes. After flushing the register cache, try to
558 re-select the selected frame.
559
560 2002-11-06 Andrew Cagney <ac131313@redhat.com>
561
562 * regcache.h (deprecated_register_valid): Rename register_valid.
563 * regcache.c: Update.
564 * ia64-aix-nat.c: Update.
565 * i386gnu-nat.c: Update.
566 * alpha-nat.c: Update.
567 * sparc-nat.c: Update.
568 * lynx-nat.c: Update.
569 * remote-mips.c: Update.
570
571 2002-11-06 Joel Brobecker <brobecker@gnat.com>
572
573 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
574 to end of file, to be more consistent with the pratice followed
575 by other targets.
576
577 2002-11-06 Andrew Cagney <ac131313@redhat.com>
578
579 * infcmd.c: Include "reggroups.h" and <ctype.h>.
580 (print_float_info): Print registers in float_reggroup.
581 (print_vector_info): Print registers in vector_reggroup.
582 (default_print_registers_info): When all, print registers in
583 all_reggroup. Otherwize, print registers in general_reggroup.
584 (registers_info): Rewrite. Add support for register groups.
585 Eliminate a goto.
586
587 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
588
589 * symtab.c (methods_info): Delete. It has been ifdeffed out for
590 ages.
591 (symtab_symbol_info): Remove eons old ifdeffed out code.
592 (_initialize_symtab): Remove prehistoric disabled 'info methods'
593 command.
594
595 2002-11-06 Theodore A. Roth <troth@openavr.org>
596
597 * c-exp.y: Add missing semi-colons.
598 * f-exp.y: Add missing semi-colons.
599 * m2-exp.y: Add missing semi-colons.
600 * p-exp.y: Add missing semi-colons.
601 Add empty action to start rule to avoid a type clash error when
602 building with bison >= 1.50.
603
604 2002-11-06 Jim Blandy <jimb@redhat.com>
605
606 * macrotab.h (struct macro_source_file): Doc fix.
607
608 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
609
610 * varobj.c (child_exists, cplus_number_of_children): Change
611 STREQ macro references to strcmp.
612 (cplus_name_of_child): Change code to handle the fact that
613 fields are not necessarily contiguous with regards to their
614 access control. This is a fix for PR gdb/792.
615
616 2002-11-05 Andrew Cagney <ac131313@redhat.com>
617
618 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
619 * gdbarch.h, gdbarch.c: Regnerate.
620 * frame.h (frame_register): Declare.
621 * frame.c (frame_register): New function.
622 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
623 GET_SAVED_REGISTER, otherwize call
624 generic_unwind_get_saved_register.
625 (frame_register_read): Use frame_register instead of
626 get_saved_register.
627
628 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
629
630 From Jim Ingham <jingham@apple.com>:
631 * event-top.c (gdb_disable_readline): New function.
632 (_initialize_event_loop): Move comment.
633
634 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
635
636 * event-loop.c (start_event_loop): Add comment.
637 Update copyright.
638
639 2002-11-05 Andrew Cagney <ac131313@redhat.com>
640
641 * infcmd.c (default_print_registers_info): Do not call
642 PRINT_REGISTER_HOOK.
643
644 2002-11-05 Andrew Cagney <ac131313@redhat.com>
645
646 * sparc-tdep.c (sparc_print_register_hook): Make static.
647 (sparc_print_registers_info): New function.
648 (sparc_do_registers_info): New function.
649 (sparclet_print_registers_info): New function.
650 (sparclet_do_registers_info): New function.
651 (do_sparc_print_registers_info): New function.
652 (sparc_print_registers): New static function, clone of infcmd.c's
653 default_print_registers_info.
654 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
655 (sparclet_do_registers_info): Declare.
656 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
657 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
658 Re-define.
659 (sparc_do_registers_info): Declare.
660 (PRINT_REGISTER_HOOK): Delete macro.
661 (sparc_print_register_hook): Delete declaration.
662
663 2002-11-05 David Carlton <carlton@math.stanford.edu>
664
665 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
666 functions.
667 (lookup_symbol_aux_local): New function.
668 (lookup_symbol_aux_symtabs): New function.
669 (lookup_symbol_aux_psymtabs): New function.
670
671 2002-11-05 David Carlton <carlton@math.stanford.edu>
672
673 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
674 previous values of 'objfile' and 'block'.
675
676 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
677
678 * values.c (value_change_enclosing_type): Set
679 enclosing_type field correctly also for the case where
680 more memory needs to be allocated.
681
682 2002-11-03 Mark Kettenis <kettenis@gnu.org>
683
684 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
685 of puts_filtered.
686
687 * i387-tdep.c (i387_print_float_info): Replace calls to
688 register_read and deprecated_read_register_gen with calls to
689 frame_register_read, and make the necessary adjustments to the
690 surrounding code.
691
692 2002-11-02 Andrew Cagney <ac131313@redhat.com>
693
694 * gdbarch.sh (register_reggroup_p): Allow default value.
695 * gdbarch.h, gdbarch.c: Regenerate.
696
697 2002-11-02 Andrew Cagney <ac131313@redhat.com>
698
699 * regcache.h: Add coment indicating replacements for deprecated
700 functions.
701
702 2002-11-02 Andrew Cagney <cagney@redhat.com>
703
704 * reggroups.h, reggroups.c: New files.
705 * regcache.c: Include "reggroups.h".
706 (enum regcache_dump_what): Add `regcache_dump_groups'.
707 (regcache_dump): Contract size of the "Type" column. When
708 specified, dump the register's groups.
709 (maintenance_print_register_groups): New function.
710 (_initialize_regcache): Add command `maint print register-groups'.
711 * Makefile.in (COMMON_OBS): Add reggroups.o
712 (SFILES): Add reggroups.c.
713 (reggroups_h): Define.
714 (regcache.o, gdbarch.o): Update dependencies.
715 (reggroups.o): Specify dependencies.
716 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
717 Add opaque declaration for `struct reggroup' in generated .h file.
718 Include "reggroups.h" in generated .c file.
719 gdbarch.h, gdbarch.c: Re-generate.
720
721 2002-11-02 Andrew Cagney <cagney@redhat.com>
722
723 * regcache.h (deprecated_read_register_gen): Rename
724 read_register_gen.
725 (deprecated_write_register_gen): Rename write_register_gen.
726 * i387-tdep.c: Update.
727 * x86-64-linux-nat.c: Update
728 * wince.c: Update.
729 * thread-db.c: Update.
730 * win32-nat.c: Update.
731 * mips-tdep.c: Update.
732 * d10v-tdep.c: Update.
733 * cris-tdep.c: Update.
734 * remote-sim.c: Update.
735 * remote-rdi.c: Update.
736 * remote-rdp.c: Update.
737 * frame.c: Update.
738 * target.c: Update.
739 * blockframe.c: Update.
740 * x86-64-tdep.c: Update.
741 * xstormy16-tdep.c: Update.
742 * sh-tdep.c: Update.
743 * s390-tdep.c: Update.
744 * rs6000-tdep.c: Update.
745 * sparc-tdep.c: Update.
746 * i386-tdep.c: Update.
747 * dwarf2cfi.c: Update.
748 * regcache.c: Update.
749
750 2002-11-01 Joel Brobecker <brobecker@gnat.com>
751
752 New interix-specific files:
753 * config/i386/nm-interix.h: New file.
754 * config/i386/interix.mh: New file.
755 * config/i386/interix.mt: New file.
756 * i386-interix-nat.c: New file.
757 * i386-interix-tdep.c: New file.
758
759 2002-11-01 Andrew Cagney <cagney@redhat.com>
760
761 * frame.h (deprecated_generic_get_saved_register): Rename
762 generic_get_saved_register.
763 * blockframe.c (deprecated_generic_get_saved_register): Update.
764 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
765 (xstormy16_frame_saved_register): Update.
766 * sh-tdep.c (sh_gdbarch_init): Update.
767 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
768 * ia64-tdep.c (ia64_get_saved_register): Update.
769 * cris-tdep.c (cris_gdbarch_init): Update.
770 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
771 * arm-tdep.c (arm_gdbarch_init): Update.
772
773 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
774
775 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
776
777 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
778
779 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
780 trampolines in sigaction.
781
782 2002-10-31 Andrew Cagney <cagney@redhat.com>
783
784 * h8300-tdep.c: Include "gdb_assert.h".
785 (h8300_print_register): Add gdbarch, file and frame parameters.
786 Use frame_read_unsigned_register to read the register's value.
787 Use fprintf_filtered to display output.
788 (h8300_print_registers_info): Replace h8300_do_registers_info.
789 (h8300_gdbarch_init): Set print_registers_info.
790
791 2002-10-31 Andrew Cagney <cagney@redhat.com>
792
793 * frame.c (frame_read_unsigned_register): New function.
794 (frame_read_signed_register): New function.
795 * frame.h (frame_read_unsigned_register): Declare.
796 (frame_read_signed_register): Declare.
797
798 2002-10-31 Andrew Cagney <cagney@redhat.com>
799
800 * h8500-tdep.c (h8500_print_registers_info): New static function,
801 clone of infcmd.c's default_print_registers_info.
802 (h8500_do_registers_info): New funtion.
803 (h8500_print_register_hook): Rename print_register_hook, make
804 static.
805
806 * config/h8500/tm-h8500.h: Update copyright.
807 (DEPRECATED_DO_REGISTERS_INFO): Define.
808 (h8500_do_registers_info: Declare.
809 (PRINT_REGISTER_HOOK): Delete macro.
810 (print_register_hook): Delete function.
811
812 2002-10-31 Andrew Cagney <cagney@redhat.com>
813
814 * z8k-tdep.c (z8k_print_register_hook): Make static.
815 (z8k_print_registers_info): New static function, clone of
816 infcmd.c's default_print_registers_info.
817 (z8k_do_registers_info): New function. Wrap
818 z8k_print_registers_info.
819 * config/z8k/tm-z8k.h: Update copyright.
820 (PRINT_REGISTER_HOOK): Delete macro.
821 (z8k_print_register_hook): Delete declaration.
822 (DEPRECATED_DO_REGISTERS_INFO): Define.
823 (z8k_do_registers_info): Declare.
824
825 2002-10-30 Joel Brobecker <brobecker@gnat.com>
826
827 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
828 as this is already provided by value.h, and was actually causing
829 a compilation error because of a conflict in parameter type
830 declaration due to a missing const keyword.
831 (low_text_segment_addres): Fix a compilation warning.
832
833 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
834
835 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
836 registers without a name.
837 (mips_linux_cannot_store_register): Don't store registers without
838 a name.
839
840 2002-10-28 David Carlton <carlton@math.stanford.edu>
841
842 * symtab.c (find_addr_symbol): Delete. (It was already commented
843 out.)
844 * symtab.h: Delete prototype for find_addr_symbol.
845
846 2002-10-26 Andrew Cagney <cagney@redhat.com>
847
848 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
849 DO_REGISTERS_INFO.
850 gdbarch.h, gdbarch.c: Re-generate.
851 * infcmd.c (default_print_registers_info): Update reference.
852 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
853 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
854 * sh-tdep.c (sh_gdbarch_init): Ditto.
855 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
856 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
857
858 2002-10-26 Mark Kettenis <kettenis@gnu.org>
859
860 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
861 cfi_init_extra_frame_info.
862 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
863 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
864
865 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
866 target where necessary. Add more comments and remove the ones
867 that don't provide any useful information.
868
869 * i386-tdep.c (i386_frame_saved_pc): Replace call to
870 deprecated_read_register_dummy with
871 frame_unwind_unsigned_register.
872
873 * i386-tdep.c (i386_extract_struct_value_address): Use
874 regcache_raw_read_unsigned instead of
875 regcache_cooked_read_unsigned since we know that the register
876 we're reading isn't a pseudo register. Rename variable 'val' into
877 the more descriptive 'addr'.
878
879 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
880 (x86_64_push_return_address): Add comment.
881 (x86_64_pop_frame): Make static.
882 (examine_argument): Clarify comment.
883 (x86_64_skip_prologue): Make prolog_expact variable static.
884
885 * dwarf2cfi.c: Fix some formatting problems.
886 (context_cpy, read_encoded_pointer): Clarify comments.
887
888 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
889 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
890 i386 target back into x86_64_gdbarch_init. Add some comments and
891 remove meaningless ones.
892
893 2002-10-25 Andrew Cagney <cagney@redhat.com>
894
895 * complaints.h (struct deprecated_complaint): Rename `struct
896 complaint'.
897 * complaints.c (complain): Update.
898 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
899 incorrect comment indicating that "symfile.h" was being included
900 for the `struct complaint' definition.
901 * remote-vx.c: Update.
902 * objc-lang.c: Update.
903 * xcoffread.c: Update.
904 * hpread.c: Update.
905 * mdebugread.c: Update.
906 * stabsread.c: Update.
907 * dwarf2read.c: Update.
908 * dwarfread.c: Update.
909 * elfread.c: Update.
910 * coffread.c: Update.
911 * stabsread.h: Update.
912 * dbxread.c: Update.
913 * buildsym.c: Update.
914 * gdbtypes.c: Update.
915 * macrotab.c: Update.
916
917 2002-10-25 Mark Kettenis <kettenis@gnu.org>
918
919 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
920 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
921 (x86_64_init_abi): ...new function.
922
923 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
924 * i386v-nat.c: Include "i386-tdep.h".
925
926 2002-10-25 Andrew Cagney <cagney@redhat.com>
927
928 * gdbtypes.c (address_space_name_to_int): Update.
929 (address_space_int_to_name): Update.
930 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
931 multi-arch predicate.
932 (address_class_name_to_type_flags): Ditto.
933 * gdbarch.h, gdbarch.c: Re-generate.
934
935 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
936
937 2002-10-24 Martin M. Hunt <hunt@redhat.com>
938
939 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
940
941 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
942
943 * symtab.h (INIT_SAL): Delete macro.
944 (init_sal): Export.
945 * symtab.c (init_sal): New function.
946
947 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
948 to init_sal function call.
949 (find_sal_from_funcs_and_line): Ditto.
950 (all_sals_for_line): Ditto.
951 * breakpoint.c (create_internal_breakpoint): Ditto.
952 (create_fork_vfork_event_catchpoint): Ditto.
953 (create_exec_event_catchpoint): Ditto.
954 (parse_breakpoint_sals): Ditto.
955 (watch_command_1): Ditto.
956 (handle_gnu_4_16_catch_command): Ditto.
957 (clear_command): Ditto.
958 * hppa-tdep.c (child_enable_exception_callback): Ditto.
959 * infcmd.c (run_stack_dummy): Ditto.
960 * infrun.c (process_event_stop_test): Ditto.
961 (check_sigtramp2): Ditto.
962 (step_over_function): Ditto.
963 * linespec.c (decode_line_2): Ditto.
964 (decode_line_1): Ditto.
965 * source.c (line_info): Ditto.
966 * symtab.c (find_pc_sect_line): Ditto.
967
968 2002-10-24 Michal Ludvig <mludvig@suse.cz>
969
970 * dwarf2cfi.c (struct context)
971 (struct context_reg): Moved to dwarf2cfi.h
972 (context_alloc, frame_state_alloc, context_cpy):
973 Made extern instead of static, removed prototypes.
974 * dwarf2cfi.h (struct context)
975 (struct context_reg): New, moved from dwarf2cfi.c
976 (context_alloc, frame_state_alloc, context_cpy):
977 New prototypes.
978 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
979 Changed from static to extern.
980 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
981 (LINUX_SIGCONTEXT_FP_OFFSET)
982 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
983 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
984 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
985 * x86-64-tdep.c (x86_64_gdbarch_init): Several
986 set_gdbarch_*() calls now use x86-64 specific functions
987 instead of DWARF2 CFI ones.
988 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
989 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
990 (x86_64_init_extra_frame_info): New prototypes.
991
992 2002-10-23 David Carlton <carlton@math.stanford.edu>
993
994 * linespec.c: #include "parser-defs.h".
995 Delete prototype for find_template_name_end.
996 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
997
998 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
999
1000 * NEWS: add recent mi fixes.
1001 * varobj.c (struct varobj): Add new "updated" flag.
1002 (new_variable): Default "updated" flag to 0.
1003 (varobj_set_value): Set "updated" flag to 1 if value
1004 changes.
1005 (varobj_update): Check varobj "updated" flag before
1006 comparing old and refreshed values. Fix for
1007 PR gdb/702.
1008
1009 2002-10-23 David Carlton <carlton@math.stanford.edu>
1010
1011 * parse.c (parse_exp_1): Use BLOCK_START.
1012 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1013 SYMBOL_BLOCK_VALUE.
1014 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1015
1016 2002-10-23 David Carlton <carlton@math.stanford.edu>
1017
1018 * symtab.c: Delete cplusplus_hint.
1019 Delete prototype for find_template_name_end.
1020
1021 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1022
1023 * symtab.h: Update comment.
1024
1025 2002-10-23 Michael Snyder <msnyder@redhat.com>
1026
1027 * printcmd.c (address_info): Restore quotes in output.
1028 * valops.c (value_of_local): Restore quotes in error message.
1029
1030 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1031
1032 * symtab.c (symbol_demangled_name): New function.
1033 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1034 turning most of it into a function.
1035 (symbol_demangled_name): Export.
1036
1037 2002-10-23 Michael Snyder <msnyder@redhat.com>
1038
1039 * valops.c (value_of_local): Restore quotes in error message.
1040
1041 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1042
1043 * symtab.c (symbol_init_language_specific): New function.
1044 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1045 turning most of it into a function.
1046 (symbol_init_language_specific): Export.
1047
1048 2002-10-23 David Carlton <carlton@math.stanford.edu>
1049
1050 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1051 (dwarf_attr_name): Ditto.
1052 (dwarf_type_encoding_name): Ditto.
1053 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1054 (process_die): Handle DW_TAG_namespace,
1055 DW_TAG_imported_declaration, DW_TAG_imported_module.
1056 (read_namespace): New function.
1057
1058 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1059
1060 * configure.in: Define NEW_PROC_API on Interix too.
1061 * configure: Regenerate.
1062
1063 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1064
1065 * configure: Regenerate using the proper version of autoconf.
1066
1067 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1068
1069 * findvar.c (read_var_value): Temporarily disable TLS code, until
1070 complete TLS support is added.
1071
1072 2002-10-21 Jim Blandy <jimb@redhat.com>
1073 Elena Zannoni <ezannoni@redhat.com>
1074
1075 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1076 for thread local storage locations.
1077 (struct symbol): Add objfile field.
1078 (SYMBOL_OBJFILE): Define.
1079 * dwarf2read.c (is_thread_local): New static variable.
1080 (new_symbol): If variable is in thread local fill in address class
1081 and objfile appropriately.
1082 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1083 stack operation.
1084 * printcmd.c (address_info): Print the information for thread
1085 local storage variable.
1086 * findvar.c (read_var_value): In case of thread local variable,
1087 defer to the target vector code to compute address.
1088
1089 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1090
1091 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1092 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1093
1094 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1095
1096 * symtab.h (address_class): Rename
1097 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1098 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1099 * printcmd.c (address_info): Ditto.
1100 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1101
1102 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1103
1104 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1105 DBREG_DRX macro to acces debug registers.
1106
1107 * Makefile.in (i386obsd-tdep.o): New target.
1108
1109 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1110 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1111
1112 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1113 * config/i386/obsd.mt: New file.
1114 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1115 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1116 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1117 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1118 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1119 * i386obsd-tdep.c: New file.
1120
1121 2002-10-19 Adam Fedor <fedor@gnu.org>
1122
1123 * objc-exp.y (name_not_typename): Fix invalid comment.
1124
1125 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1126
1127 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1128 to allocate partial syms and macro byte caches.
1129
1130 2002-10-18 David Carlton <carlton@math.stanford.edu>
1131
1132 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1133
1134 2002-10-18 Adam Fedor <fedor@gnu.org>
1135
1136 * stabsread.c (find_name_end): New function.
1137 (define_symbol): Use it.
1138
1139 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1140
1141 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1142 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1143 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1144 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1145
1146 2002-10-17 David Carlton <carlton@math.stanford.edu>
1147
1148 * symfile.h: Add opaque declaration for struct obstack.
1149 Declare obsavestring to take a const char *.
1150 * symfile.c (obsavestring): Make first argument a const char *.
1151
1152 2002-10-16 Adam Fedor <fedor@gnu.org>
1153
1154 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1155 names when matching breakpoints in current file.
1156
1157 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1158
1159 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1160 (read_tag_pointer_type): Add address class support.
1161 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1162 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1163 New methods.
1164 * gdbarch.h, gdbarch.c: Regenerate.
1165 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1166 (make_type_with_address_space, recursive_type_dump): Add address
1167 class support.
1168 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1169 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1170 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1171
1172 2002-10-16 Klee Dienes <kdienes@apple.com>
1173
1174 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1175 to get the last character of a char[] buffer, not
1176 name[sizeof(vptr_name)-1].
1177
1178 2002-10-14 Adam Fedor <fedor@gnu.org>
1179
1180 * symtab.h: New objc_specific struct.
1181 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1182 (SYMBOL_DEMANGLED_NAME): Likewise.
1183
1184 2002-10-14 Adam Fedor <fedor@gnu.org>
1185
1186 * symfile.c (init_filename_language_table): Add ObjC file extension.
1187
1188 2002-10-14 Adam Fedor <fedor@gnu.org>
1189
1190 * utils.c (puts_filtered_tabular): New function.
1191 (fprintf_symbol_filtered): Get ObjC demangled name.
1192 * defs.h (puts_filtered_tabular): Declared.
1193
1194 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1195
1196 * c-lang.h (c_type_print_varspec_prefix): Delete.
1197 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1198 ``need_post_space'' parameter. Adjust all callers.
1199
1200 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1201
1202 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1203 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1204 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1205 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1206
1207 2002-10-13 Adam Fedor <fedor@gnu.org>
1208
1209 * source.c (print_source_lines): Update comments.
1210
1211 2002-10-13 Adam Fedor <fedor@gnu.org>
1212
1213 * valops.c (value_of_local): New function.
1214 (value_of_this): Use it.
1215 * value.h (value_of_local): Declared.
1216
1217 2002-10-13 Adam Fedor <fedor@gnu.org>
1218
1219 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1220 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1221
1222 2002-10-12 Adam Fedor <fedor@gnu.org>
1223
1224 * language.c (binop_result_type): Add language_objc to case.
1225 (integral_type): Likewise.
1226 (character_type): Likewise.
1227 (string_type): Likewise.
1228 (boolean_type): Likewise.
1229 (structured_type): Likewise.
1230 (binop_type_check): Likewise.
1231
1232 2002-10-11 Adam Fedor <fedor@gnu.org>
1233
1234 * printcmd.c (address_info): Print 'self' for ObjC.
1235
1236 2002-10-11 Adam Fedor <fedor@gnu.org>
1237
1238 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1239 OP_SELF.
1240
1241 2002-10-11 Adam Fedor <fedor@gnu.org>
1242
1243 * language.h (CAST_IS_CONVERSION): Add language_objc.
1244
1245 2002-10-11 Adam Fedor <fedor@gnu.org>
1246
1247 * defs.h (enum language): Add language_objc.
1248
1249 2002-10-11 Klee Dienes <kdienes@apple.com>
1250
1251 * corefile.c (read_memory_typed_address): New function.
1252 * gdbcore.h (read_memory_typed_address): Add prototype.
1253 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1254 to read a value destined for a CORE_ADDR, not read_memory_integer.
1255 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1256 (f77_get_dynamic_lowerbound): Ditto.
1257
1258 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1259
1260 * utils.c (string_to_core_addr): After turning string into
1261 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1262 which will do necessary sign-extension, etc.
1263
1264 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1265
1266 * c-exp.y (THIS): Delete token and grammar rule.
1267 (yylex): Don't return THIS.
1268 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1269 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1270 * demangle.c (cplus_markers): Update comment. Put '$'
1271 first. Remove CPLUS_MARKER.
1272 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1273 * jv-exp.y (THIS): Delete token and grammar rule.
1274 (yylex): Don't return THIS.
1275 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1276 * objc-exp.y (THIS): Delete token and grammar rule.
1277 (yylex): Don't return THIS.
1278 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1279 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1280 (read_member_functions): Likewise for opname.
1281 (read_tilde_fields): Use is_cplus_marker.
1282
1283 * defs.h (CPLUS_MARKER): Don't define.
1284 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1285 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1286 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1287 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1288 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1289
1290 * config/i386/tm-i386v4.h: Delete file.
1291 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1292 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1293 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1294 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1295 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1296 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1297 * config/i386/i386v4.mt (TM_FILE): Likewise.
1298 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1299
1300 2002-10-10 Marko Mlinar <markom@opencores.org>
1301
1302 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1303 accidentially not commited 2002-10-09
1304 * gdbarch.h, gdbarch.c: Re-generate.
1305
1306 2002-10-09 Marko Mlinar <markom@opencores.org>
1307
1308 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1309 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1310 * gdbarch.h, gdbarch.c: Re-generate.
1311
1312 2002-10-08 Petr Sorfa <petrs@caldera.com>
1313
1314 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1315
1316 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1317 so we can work on more than one compilation unit at a time. This
1318 helps prepare GDB to handle inter-CU die references.
1319 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1320 the code to be defined before struct comp_unit_head.
1321 (comp_unit_head): Added new members - offset, cu_head,
1322 begin_die, next and dwarf2_abbrevs.
1323 (dwarf2_abbrevs): Removed single static var; now member of
1324 struct comp_unit_head.
1325 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1326 members.
1327 (psymtab_to_symtab_1): Changed to work with the new
1328 struct comp_unit_head.
1329 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1330 constructs the dwarf2_abbrevs[] inside the cu_header.
1331 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1332 dwarf2_abbrev table to clean up.
1333 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1334 handling of dwarf2_abbrevs inside the cu_header.
1335 (read_partial_die): Now supports the call to the new
1336 dwarf2_lookup_abbrev.
1337 (read_full_die): Now supports the call to the new
1338 dwarf2_lookup_abbrev.
1339
1340 2002-10-06 Christopher Faylor <cgf@redhat.com>
1341
1342 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1343 insure that shell variables, such as "transformed_name" are propagated
1344 to later shell statements in rule.
1345
1346 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1347
1348 * config/i386/nm-i386sco.h: Add protection against
1349 multiple-inclusion. Include "i386/nm-i386v.h".
1350 (REGISTER_U_ADDR): Remove define.
1351 (i386_register_u_addr): Remove prototype.
1352
1353 2002-10-04 Michael Snyder <msnyder@redhat.com>
1354
1355 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1356 before treating it as a single-step event.
1357
1358 2002-10-03 Adam Fedor <fedor@gnu.org>
1359
1360 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1361 (objc_demangle): Remove assignment in if statements, Replace
1362 free with xfree.
1363 (add_msglist): Likewise.
1364 (end_msglist): Likewise.
1365 (complare_selectors): Likewise.
1366 (selectors_info): Likewise.
1367 (compare_classes): Likewise.
1368 (classes_info): Likewise.
1369 (print_object_command): Likewise.
1370 (find_objc_msgcall_submethod): Replace PTR with void *.
1371 * objc-lang.h: Remove check for __STDC__.
1372
1373 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1374
1375 * ui-out.h (ui_out_field_fmt_int): New prototype.
1376 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1377 of field width and alignment.
1378 * stack.c (print_frame_info_base): When printing frame level, use
1379 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1380 PR gdb/192
1381
1382 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1383
1384 * MAINTAINERS: Add self to Write After Approval list.
1385
1386 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1387
1388 * infcmd.c (interrupt_target_command_wrapper): Delete.
1389 (interrupt_target_command): Make non static.
1390 (nofp_registers_info): Make static.
1391 * stack.c (return_command_wrapper): Delete.
1392 (return_command): Make non static.
1393
1394 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1395
1396 * event-top.c (gdb_setup_readline): New function. Code moved from
1397 _initialize_event_loop().
1398 (_initialize_event_loop): Call gdb_setup_readline().
1399
1400 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1401
1402 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1403 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1404 * gdbarch.h, gdbarch.c: Re-generate.
1405
1406 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1407
1408 Fix PR gdb/778
1409 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1410 before recursing.
1411 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1412 of fill_in_vptr_fieldno.
1413
1414 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1415
1416 * inferior.h (registers_info, stepi_command, nexti_command,
1417 continue_command, interrupt_target_command): Export from infcmd.c.
1418 * frame.h (args_info, selected_frame_level_changed_hook,
1419 return_command): Export from stack.c.
1420 * v850ice.c (stepi_command, nexti_command, continue_command): use
1421 prototypes from inferior.h.
1422 * tracepoint.c (registers_info, args_info, locals_info): Use
1423 prototypes from frame.h and inferior.h.
1424 * Makefile.in (mi-main.o): Add dependency on frame.h.
1425
1426 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1427
1428 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1429 value in register 3 adjusted by ppc_gp0_regnum.
1430
1431 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1432
1433 2002-10-02 Marko Mlinar <markom@opencores.org>
1434
1435 * MAINTAINERS: Add myself to the Write After Approval list.
1436
1437 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1438
1439 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1440 of the section for the N64 ABI, fixed.
1441
1442 * config/mips/tm-irix6.h: Include solib.h.
1443
1444 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1445
1446 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1447 GNU operators.
1448
1449 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1450
1451 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1452 and that "mi0" syntax has been removed.
1453
1454 2002-09-30 David Carlton <carlton@math.stanford.edu>
1455
1456 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1457 * ppc-sysv-tdep.c: #include "gdb_string.h".
1458 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1459 pacify GCC.
1460
1461 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1462
1463 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1464 "vrsave"'s register number.
1465
1466 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1467
1468 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1469 use frame_unwind_signed_register to obtain the PC.
1470 (mips_frame_chain): Handle a generic dummy frame.
1471 (mips_init_extra_frame_info): When a generic dummy frame, don't
1472 re-compute the frame base.
1473 (mips_pop_frame): Handle generic dummy frames.
1474 (mips_gdbarch_init): When generic dummy frames, set
1475 use_generic_dummy_frames, push_dummy_frame to
1476 generic_push_dummy_frame, pc_in_call_dummy to
1477 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1478 generic_save_dummy_frame_tos.
1479
1480 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1481
1482 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1483 against TOP when TOP was explictly set.
1484 (generic_push_dummy_frame): Set TOP to zero.
1485
1486 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * event-loop.c (start_event_loop): Rename variable 'result' to
1489 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1490
1491 2002-09-30 Keith Seitz <keiths@redhat.com>
1492
1493 * gdb-events.sh (selected_thread_changed): New event.
1494 * gdb-events.c: Regenerated.
1495 * gdb-events.h: Regenerated.
1496
1497 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1498
1499 * MAINTAINERS: Add self to Write After Approval list.
1500
1501 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1502
1503 * disasm.c: New file.
1504 * disasm.h: New file.
1505 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1506 (compare_lines): Ditto.
1507 (dump_insns): Ditto.
1508 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1509 argument.
1510 (do_assembly_only): Ditto.
1511 (do_disassembly): Renamed to gdb_disassembly and moved to
1512 disasm.c. Sdded uiout argument.
1513 * Makefile.in: Add new files. Reorder SFILES list. Update
1514 dependencies. Include libgdb.a later in the insight executable.
1515
1516 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1517
1518 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1519 bfd/elf64-alpha-fbsd.c.
1520
1521 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1522
1523 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1524 i386gnu-tdep.c.
1525
1526 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1527
1528 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1529 __FUNCTION__.
1530 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1531 function name.
1532 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1533 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1534 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1535 (S_msg_sig_post_reply): Ditto.
1536
1537 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1538
1539 * sh-tdep.c (sh_use_struct_convention): Use definition according
1540 to ABI.
1541 (sh_push_arguments): Store in register with correct endianess.
1542 (sh_default_store_return_value): Ditto.
1543 (sh_gdbarch_init): Set sizeof long double to 8.
1544
1545 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1546
1547 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1548 Fix some whitespace problems.
1549
1550 2002-09-27 David Carlton <carlton@math.stanford.edu>
1551
1552 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1553 (mcore-tdep.o): Ditto.
1554 (ns32k-tdep.o): Ditto.
1555 (ns32knbsd-tdep.o): Ditto.
1556 (sh3-rom.o): Ditto.
1557 (vax-tdep.o): Ditto.
1558 * cris-tdep.c: #include "gdb_string.h"
1559 * mcore-tdep.c: Ditto.
1560 * ns32k-tdep.c: Ditto.
1561 * ns32knbsd-tdep.c: Ditto.
1562 * sh3-rom.c: Ditto.
1563 * vax-tdep.c: Ditto.
1564
1565 2002-09-27 David Carlton <carlton@math.stanford.edu>
1566
1567 * config/djgpp/fnchange.lst: Add entries for
1568 gdb/testsuite/gdb.c++/m-static files.
1569
1570 2002-09-27 Jim Wilson <wilson@redhat.com>
1571
1572 * MAINTAINERS: Add myself to the Write After Approval list.
1573
1574 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1575
1576 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1577
1578
1579 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1580
1581 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1582 frame.
1583
1584 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1585
1586 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1587 (rs6000_struct_return_address): Delete variable.
1588 (rs6000_store_struct_return): Update.
1589 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1590 deprecated_extract_struct_value_address.
1591 (rs6000_frame_align): New function.
1592 (rs6000_gdbarch_init): Set frame_align.
1593
1594 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1595
1596 From Grace Sainsbury <graces@redhat.com>:
1597 * Makefile.in (gdbtk-main.o): New target.
1598 (gdb.o): New target.
1599 (main_h): Define.
1600 (main.o): Update dependencies.
1601 (gdb$(EXEEXT)): Add gdb.o.
1602 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1603 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1604 (SUBDIR_GDBTK_CLEAN): Set.
1605 (install-gdbtk): Install the insight binary.
1606 (uninstall-gdbtk): New target.
1607 (all-gdbtk, clean-gdbtk): New rule.
1608 * top.c (use_windows): Default to zero.
1609 * main.c: Include "main.h".
1610 (main): Delete.
1611 (struct captured_main_args): Delete.
1612 (gdb_main): New function.
1613 * main.h: New file.
1614 * gdb.c: New File.
1615
1616 2002-09-25 Andrew Cagney <cagney@redhat.com>
1617
1618 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1619 (frame_map_regnum_to_name): New function.
1620 (frame_map_name_to_regnum): New function.
1621 * frame.h (frame_map_name_to_regnum): Declare.
1622 (frame_map_regnum_to_name): Declare.
1623 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1624 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1625 * parse.c: Do not include "builtin-regs.h".
1626 (target_map_name_to_register): Delete function.
1627 (write_dollar_variable): Use frame_map_name_to_regnum.
1628 * parser-defs.h (target_map_name_to_register): Delete declaration.
1629 * expprint.c: Include "frame.h".
1630 (print_subexp): Use frame_map_regnum_to_name.
1631 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1632 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1633
1634 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1635
1636 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1637 wasn't saved, and the next innermost frame is a dummy, return the
1638 dummy frame's link register.
1639
1640 2002-09-24 Jim Blandy <jimb@redhat.com>
1641
1642 Fix from Paul Breed:
1643 * main.c (captured_main): Add a `break' after the case for 'b'.
1644
1645 2002-09-24 Keith Seitz <keiths@redhat.com>
1646
1647 * varobj.c (c_type_of_child): Use get_target_type instead
1648 of TYPE_TARGET_TYPE.
1649
1650 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1651
1652 * source.c (get_current_or_default_source_symtab_and_line): Remove
1653 function.
1654 (set_default_source_symtab_and_line): New function. Attempts to
1655 determine a source file to list lines from if one is not currently
1656 defined.
1657 (get_current_source_symtab_and_line): Initialize sal.pc and
1658 sal.end fields.
1659 (set_current_source_symtab_and_line): Mark argument as const.
1660 * source.h: Update declarations and comments.
1661 * linespec.c (decode_line_1): Replace call to removed routine above.
1662 * stack.c (print_frame_info_base): Ditto.
1663 * cli/cli-cmds.c (edit_command): Ditto.
1664 (list_command): Ditto.
1665
1666 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1667
1668 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1669 sal.pc and sal.end fields.
1670 (get_current_or_default_source_symtab_and_line): Ditto.
1671 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1672 so we do not cause a new source symtab to be searched for (reverting an
1673 unintentional change from the 2002-09-20 patch).
1674 * scm-lang.c (scm_unpac): Ditto.
1675
1676 2002-09-21 Andrew Cagney <cagney@redhat.com>
1677
1678 * complaints.c (symfile_explanations): Remove new-line from
1679 ``isolated_message''.
1680 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1681 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1682
1683 2002-09-20 Nick Clifton <nickc@redhat.com>
1684
1685 * NEWS: Announce that V850EA ISA is no longer supported.
1686 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1687
1688 2002-09-20 David Carlton <carlton@math.stanford.edu>
1689
1690 * Makefile.in (c-lang.o): Correct dependencies.
1691 (utils.o): Gather dependencies.
1692 (charset.o): Move.
1693 * c-lang.c: #include "gdb_string.h"
1694
1695 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1696
1697 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1698 * cli/cli-cmds.c (list_command): New function. Implements the new
1699 cli edit command.
1700 (_init_cli_cmds): Add new command definition.
1701 * gdb.1: Document edit command.
1702 * doc/gdb.texinfo: Document edit command.
1703
1704 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1705
1706 * source.c: Make global variables current_source_symtab and
1707 current_source_line static.
1708 (list_command): Moved to cli/cli-cmds.c.
1709 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1710 (get_first_line_listed): New accessor function.
1711 (get_lines_to_list): New accessor function.
1712 (get_current_source_symtab_and_line): New function. Retrieves the
1713 position in the source code that we consider current.
1714 (get_current_or_default_source_symtab_and_line): New function.
1715 Like the above but attempts to determine a default position if one
1716 is not currently defined.
1717 (set_current_source_symtab_and_line): New function. Sets the source
1718 code position considered current and returns the previously set one.
1719 (clear_current_source_symtab_and_line): Reset stored information about
1720 a current source line.
1721 (_initialize_source): Remove registration for the "list" command and
1722 its alias.
1723 * source.h: Add declarations for the new functions above.
1724 * symtab.h: Remove declarations for the global variables mentioned
1725 above.
1726 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1727 obtain current source line.
1728 * linespec.c (decode_line_1): Ditto.
1729 * macroscope.c (default_macro_scope): Ditto.
1730 * scm-lang.c (scm_unpac): Ditto.
1731 * stack.c (print_frame_info_base): Ditto.
1732 * symfile.c (clear_symtab_users): Ditto.
1733 * symtab.c (decode_line_spec): Ditto.
1734 * cli/cli-cmds.c (list_command): Moved here from source.c.
1735 (ambiguous_line_spec): Moved here from source.c.
1736 (_init_cli_cmds): Add definition for "list" and its alias.
1737 * Makefile.in: Update dependencies.
1738
1739 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1740
1741 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1742 with what gcc thinks is correct.
1743
1744 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1745
1746 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1747 multiple register push instruction.
1748
1749 2002-09-19 Jim Blandy <jimb@redhat.com>
1750
1751 Add support for distinct host and target character sets.
1752 * charset.c, charset.h: New files.
1753 * c-exp.y: #include "charset.h".
1754 (yylex): Convert character and string literals to the target
1755 character set, before returning them as the semantic value of the
1756 token.
1757 * c-lang.c: #include "charset.h".
1758 (c_emit_char): Use charset-specific methods to recognize
1759 characters with backslash escape forms, to decide which characters
1760 to print literally and which to print using numeric escape
1761 sequences, and to convert target characters to host characters
1762 before printing.
1763 * utils.c: #include "charset.h".
1764 (no_control_char_error): New function.
1765 (parse_escape): Use charset-specific methods to recognize
1766 backslash escapes, parse `control character' notation, and convert
1767 characters from the host character set to the target character set.
1768 * configure.in: Set the default host character set.
1769 Check where to find iconv, and what its argument types might be.
1770 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1771 * Makefile.in (SFILES): List charset.c.
1772 (COMMON_OBS): List charset.o.
1773 (charset.o): New rule.
1774 (charset_h): New header dependency variable.
1775 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1776 (LIBICONV): New variable, set by configure.
1777 (CLIBS): Include $(LIBICONV) here.
1778 * aclocal.m4, config.in, configure: Regenerated.
1779
1780 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1781
1782 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1783 bison 1.35 warning.
1784
1785 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1786
1787 * gdb_mbuild.sh: New file.
1788
1789 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1790
1791 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1792
1793 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1794
1795 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1796 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1797 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1798 valops.c, value.h: Revert previous change.
1799
1800 2002-09-18 Michael Snyder <msnyder@redhat.com>
1801
1802 Preliminary support for Objective-C:
1803 * defs.h (language_objc): New enum value.
1804 (puts_filtered_tabular): Declaration only, exported from utils.c.
1805 (skip_quoted): Delete, declared in completer.h.
1806 * c-exp.y: Include completer.h.
1807 * p-exp.y: Ditto.
1808 * jv-exp.y: Ditto.
1809 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1810 New operator enum values.
1811 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1812 * language.c (binop_result_type): Handle language_objc case.
1813 (integral_type, character_type, string_type, boolean_type,
1814 structured_type, binop_type_check): Ditto.
1815 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1816 (struct objc_specific): Add to general_symbol_info.
1817 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1818 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1819 * parser-defs.h (struct objc_class_str): New struct type.
1820 (start_msglist, end_msglist, add_msglist): Declaration only,
1821 exported from objc-lang.c.
1822 * value.h (value_of_local, value_nsstring,
1823 call_function_by_hand_expecting_type): Exported from valops.c.
1824 * valops.c (find_function_addr): Export.
1825 (call_function_by_hand_expecting_type): New function.
1826 (value_of_local): New function.
1827 * symfile.c (init_filename_language_table): Add ".m" extension
1828 for Objective-C.
1829 * utils.c (puts_filtered_tabular): New function.
1830 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1831 (set/show demangle): Extend help-string to refer to ObjC.
1832 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1833 * stabsread.c (symbol_reference_defined): Objective-C symbols
1834 may contain colons: make allowances when scanning stabs strings
1835 for colons.
1836 (objc_find_colon): New function.
1837 * printcmd.c (address_info): If language == objc then print
1838 "self" instead of "this".
1839 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1840 OP_NSSTRING, and OP_SELF.
1841 (prefixify_subexp): Ditto.
1842 * source.c (print_source_lines): Mention objc in comment.
1843 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1844 method names.
1845
1846 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1847
1848 * complaints.h: Update copyright.
1849 (struct complaints): Declare.
1850 (struct complaint): Make `message' constant.
1851 (internal_complaint): Declare.
1852 (complaint): Declare.
1853 (complaint_root): Delete declaration.
1854 (symfile_complaints): Delete declaration.
1855 (struct complaints): Add opaque declaration.
1856 (clear_complaints): Add a complaints parameter.
1857 * complaints.c: Update copyright.
1858 (enum complaint_series): Define.
1859 (complaint_root): Delete.
1860 (struct complaints): Define.
1861 (complaint_sentinel, symfile_complaint_book): New variables.
1862 (symfile_explanations, symfile_complaints): New variables.
1863 New variables.
1864 (get_complaints): New function.
1865 (vcomplaint): New function.
1866 (complaint): New function.
1867 (internal_complaint): New function.
1868 (complain): Call vcomplain with symfile_complaint.
1869 (clear_complaints): Rewrite.
1870 (_initialize_complaints): Use add_setshow_command.
1871 * Makefile.in (complaints.o): Update dependencies.
1872 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1873 to call to clear_complaints.
1874 (new_symfile_objfile, reread_symbols): Ditto.
1875 (oldsyms_complaint): Delete.
1876 (empty_symtab_complaint, unknown_option_complaint): Delete.
1877 (free_named_symtabs): Use complaint instead of complain.
1878
1879 2002-09-18 Michael Snyder <msnyder@redhat.com>
1880
1881 Contributed by Apple Computer, Inc. Merged with current sources
1882 by Adam Fedor <fedor@doc.com> [cagney].
1883
1884 * objc-lang.c: First clean-up round: comments, indentation.
1885 * objc-lang.h: Ditto.
1886 * objc-lang.y: Ditto.
1887
1888 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1889
1890 * maint.c (maintenance_internal_error): Print the parameter as the
1891 error message.
1892 (maintenance_internal_warning): New function.
1893 (_initialize_maint_cmds): Add command `maint internal-warning'.
1894
1895 * defs.h (internal_warning, internal_vwarning): Declare.
1896 * utils.c (struct internal_problem): Define.
1897 (internal_vproblem): New function.
1898 (internal_warning): New function.
1899 (internal_vwarning): New function.
1900 (internal_warning_problem, internal_error_problem): New variables.
1901 (internal_verror): Just call internal_vproblem.
1902
1903 2002-09-18 Michael Snyder <msnyder@redhat.com>
1904
1905 * objc-lang.c: New file, support for Objective-C.
1906 Preliminary check-in, not yet integrated into gdb.
1907 * objc-lang.h: New file.
1908 * objc-exp.y: New file.
1909
1910 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1911
1912 * infrun.c (signal_stop_update): Convert definition to ISO C.
1913 (signal_print_update): Ditto.
1914 (signal_pass_update): Ditto.
1915 * inflow.c (terminal_save_ours): Ditto.
1916
1917 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1918 comments.
1919
1920 * config/djgpp/fnchange.lst: Handle name clashes between
1921 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1922 bfd/coff-tic80.c.
1923
1924 * i386-linux-tdep.h: Fix tipo.
1925
1926 2002-09-18 Adam Fedor <fedor@gnu.org>
1927
1928 * MAINTAINERS: Add myself to the Write After Approval list.
1929
1930 2002-09-18 Jim Blandy <jimb@redhat.com>
1931
1932 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1933 texthigh and textlow to reader-specific structs caused
1934 objfile_relocate to miss them. This is fixable, but the work that
1935 the change was supposed to prepare GDB for never got done anyway.
1936
1937 2002-09-18 David Carlton <carlton@math.stanford.edu>
1938
1939 * MAINTAINERS: Alphabetize Write After Approval list.
1940
1941 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1942
1943 Fix PR gdb/709
1944 * values.c (value_static_field): Call read_var_value.
1945
1946 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1947
1948 * valops.c (hand_function_call): Align the initial stack pointer
1949 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1950 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1951 return value.
1952 * mips-tdep.c (mips_frame_align): New function.
1953 (mips_gdbarch_init): Set frame_align.
1954 * gdbarch.sh (FRAME_ALIGN): New method.
1955 * gdbarch.h, gdbarch.c: Re-generate.
1956
1957 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1958
1959 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1960 registers.
1961
1962 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1963
1964 * NEWS: Mention that MIPS $fp behavior changed.
1965 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1966 reference to FP_REGNUM.
1967 (mipsnbsd_cannot_store_register): Ditto.
1968 * mips-linux-nat.c: Update copyright.
1969 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1970 (mips_linux_cannot_store_register): Ditto.
1971 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1972 * config/mips/tm-mips.h: Update copyright.
1973 (FP_REGNUM): Delete macro.
1974 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1975 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1976 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1977 (mips_r3041_reg_names, mips_r3051_reg_names)
1978 (mips_r3081_reg_names): Replace "fp" with "".
1979 Fix PR gdb/480.
1980
1981 2002-09-17 Theodore A. Roth <troth@verinet.com>
1982
1983 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1984 generic_read_register_dummy() (PR gdb/703).
1985 (avr_push_return_address): #if 0 out unused vars.
1986 (avr_gdbarch_init): Enable use of avr_push_return_address().
1987
1988 2002-09-17 Michael Snyder <msnyder@redhat.com>
1989
1990 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1991 RTE will take care of it.
1992
1993 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1994
1995 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1996 invalid, return SP_REGNUM.
1997
1998 2002-09-17 Michael Snyder <msnyder@redhat.com>
1999
2000 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2001 point registers without sign extension.
2002
2003 2002-09-17 Andrew Cagney <cagney@redhat.com>
2004
2005 * blockframe.c (deprecated_read_register_dummy): Rename
2006 generic_read_register_dummy.
2007 * frame.c (frame_unwind_signed_register): New function.
2008 (frame_unwind_unsigned_register): New function.
2009 * frame.h (frame_unwind_signed_register): Declare.
2010 (frame_unwind_unsigned_register): Declare.
2011 (deprecated_read_register_dummy): Rename
2012 generic_read_register_dummy.
2013
2014 * h8300-tdep.c (h8300_frame_chain): Update.
2015 (h8300_frame_saved_pc): Update.
2016 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2017 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2018 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2019 (s390_frame_chain): Update.
2020 * v850-tdep.c (v850_find_callers_reg): Update.
2021 (v850_frame_saved_pc): Update.
2022 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2023 (m32r_find_callers_reg): Update.
2024 (m32r_frame_saved_pc): Update.
2025 * sh-tdep.c (sh_find_callers_reg): Update.
2026 (sh64_get_saved_pr): Update.
2027 (sh_init_extra_frame_info): Update.
2028 (sh_init_extra_frame_info): Update.
2029 (sh64_init_extra_frame_info): Update.
2030 (sh64_init_extra_frame_info): Update.
2031 * mcore-tdep.c (mcore_find_callers_reg): Update.
2032 (mcore_frame_saved_pc): Update.
2033 (mcore_init_extra_frame_info): Update.
2034 * i386-tdep.c (i386_frame_saved_pc): Update.
2035 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2036 (ia64_init_extra_frame_info): Update.
2037 (ia64_init_extra_frame_info): Update.
2038 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2039 * cris-tdep.c (cris_init_extra_frame_info): Update.
2040 * avr-tdep.c (avr_frame_chain): Update.
2041 (avr_init_extra_frame_info): Update.
2042 (avr_frame_saved_pc): Update.
2043 * arm-tdep.c (arm_find_callers_reg): Update.
2044 (arm_init_extra_frame_info): Update.
2045 (arm_frame_saved_pc): Update.
2046
2047 2002-09-17 Tom Tromey <tromey@redhat.com>
2048
2049 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2050 is "'".
2051
2052 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2053
2054 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2055 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2056 NEXT_PROLOGUE_INSN.
2057 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2058 NEXT_PROLOGUE_INSN.
2059
2060 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2061
2062 * osfsolib.c: Remove file, replaced by solib-osf.c.
2063 * Makefile.in: Remove compilation rules for osfsolib.c.
2064
2065 2002-09-16 David Carlton <carlton@math.stanford.edu>
2066
2067 * cp-valprint.c (cp_print_class_method): Correct args to
2068 check_stub_method_group.
2069
2070 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2071
2072 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2073 `set architecture'. Unify naming convention of functions.
2074 (h8300_skip_prologue): Improve prologue analysis.
2075 (h8300_push_arguments): Rewritten to more closely match GCC's
2076 bizarre argument-passing behavior, along with the comment describing
2077 said behavior.
2078 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2079 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2080 sim, remote-e7000.c, remote-hms.c and remote.c
2081
2082 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2083
2084 * i386-tdep.c (gdb_print_insn_i386): Removed.
2085 (i386_print_insn): New function.
2086 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2087 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2088 tm_print_insn_info.
2089
2090 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2091
2092 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2093 zero.
2094
2095 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2096
2097 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2098 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2099 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2100
2101 2002-09-13 Christopher Faylor <cgf@redhat.com>
2102
2103 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2104
2105 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2106
2107 * gdbtypes.c (check_stub_method): Make static.
2108 (check_stub_method_group): New function.
2109 * gdbtypes.h: Update prototypes.
2110 * cp-support.c: New file.
2111 * cp-support.h: New file.
2112
2113 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2114 (update_method_name_from_physname): New function.
2115 (read_member_functions): Correct method names for operators
2116 and v3 constructors/destructors. Separate v2 constructors and
2117 destructors.
2118 * Makefile.in (stabsread.o): Update dependencies.
2119 (SFILES): Add cp-support.c.
2120 (COMMON_OBS): Add cp-support.o.
2121 (cp_support_h, cp-support.o): Add.
2122
2123 * cp-valprint.c (cp_print_class_method): Call
2124 check_stub_method_group instead of check_stub_method. Remove
2125 extraneous QUITs.
2126 * p-valprint.c (pascal_object_print_class_method): Likewise.
2127 * valops.c (search_struct_method): Likewise.
2128 (find_method_list, value_struct_elt_for_reference): Likewise.
2129
2130 2002-09-13 Andrew Cagney <cagney@redhat.com>
2131
2132 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2133 * gdbarch.h, gdbarch.c: Regenerate.
2134
2135 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2136
2137 * frame.c (find_saved_register): Delete function.
2138 * frame.h (find_saved_register): Delete declaration.
2139 Fix PR gdb/631.
2140
2141 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2142
2143 * mips-tdep.c (read_next_frame_reg): Re-hack using
2144 frame_register_unwind.
2145
2146 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2147
2148 * mips-tdep.c (mips_get_saved_register): Re-hack using
2149 frame_register_unwind.
2150
2151 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2152
2153 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2154 vector. Will be useful for Interix.
2155 * gdbarch.h, gdbarch.c: Regenerate.
2156
2157 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2158 name of the malloc function by NAME_OF_MALLOC.
2159
2160 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2161
2162 * value.h (find_function_in_inferior): Add const keyword to
2163 one of the parameters. Allows us to invoke this function with
2164 a const char *.
2165 * valops.c (find_function_in_inferior): Likewise.
2166
2167 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2168
2169 * exec.c (xfer_memory): Fix compilation warning with old versions
2170 of GCC.
2171 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2172
2173 2002-09-12 David Carlton <carlton@math.stanford.edu>
2174
2175 * symtab.h: Run through gdb_indent.h.
2176 Add 2002 to Copyright year list.
2177
2178 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2179
2180 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2181 mach constants.
2182 * MAINTAINERS: Add myself to write after approval list.
2183
2184 2002-09-11 J. Brobecker <brobecker@gnat.com>
2185
2186 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2187
2188 2002-09-11 J. Brobecker <brobecker@gnat.com>
2189
2190 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2191 Interix.
2192
2193 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2194
2195 * procfs.c (do_detach): Clear current signal, not just fault.
2196 Corrects problem with breakpoint trap signal leaking to detached
2197 process on Tru64.
2198
2199 2002-09-10 Michael Snyder <msnyder@redhat.com>
2200
2201 * buildsym.c (finish_block): Protect against null pointer.
2202
2203 2002-09-10 Andrew Cagney <cagney@redhat.com>
2204
2205 * infcmd.c (default_print_registers_info): Send all output to
2206 ``file'' instead of ``gdb_stdout''.
2207
2208 2002-09-10 Michael Snyder <msnyder@redhat.com>
2209
2210 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2211 LONGEST, and use signed register read (addresses are sign-
2212 extended for mips).
2213
2214 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2215
2216 * event-loop.c (gdb_do_one_event): Make public.
2217 * event-loop.h (gdb_do_one_event): Declare.
2218
2219 2002-09-10 Jeff Law <law@redhat.com>
2220
2221 * infttrace.c (child_resume): Simplify and rework to avoid
2222 TT_PROC_CONTINUE.
2223
2224 2002-09-09 Fred Fish <fnf@intrinsity.com>
2225
2226 * printcmd.c (print_scalar_formatted): "len" is the number of
2227 target bytes, NOT the number of target bits.
2228
2229 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2230
2231 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2232 * top.c (init_main): Set rl_terminal_name.
2233
2234 2002-09-08 Aidan Skinner <aidan@velvet.net>
2235
2236 * ada-lang.c (ada_array_bound, ada_type_match,
2237 _initialize_ada_language): Fix K&R definitions.
2238 * ada-tasks.c (get_current_task): Fix K&R definitions.
2239 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2240
2241 2002-09-07 Christopher Faylor <cgf@redhat.com>
2242
2243 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2244 Add XP.
2245
2246 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2247
2248 * i386-tdep.c (i386_register_virtual_type,
2249 i386_register_convertible, i386_register_convert_to_virtual,
2250 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2251 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2252 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2253 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2254 Don't set push_arguments twice.
2255
2256 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2257 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2258 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2259 sigtramp_end to NULL.
2260 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2261 defines.
2262 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2263
2264 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2265 whitespace.
2266
2267 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2268 * gdbarch.h, gdbarch.c: Re-generate.
2269 * blockframe.c (find_pc_sect_partial_function): Convert to use
2270 SIGTRAMP_START_P predicate.
2271
2272 2002-09-05 Michael Snyder <msnyder@redhat.com>
2273
2274 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2275 generic_dummy_frame method and old method. Also distinguish
2276 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2277 (arm_extract_return_value): Use new regcache method.
2278
2279 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2280 adjustment that doesn't conform to the ABI.
2281 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2282 saved regcache, not from current regcache.
2283
2284 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2285
2286 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2287 * README: Update.
2288
2289 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2290
2291 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2292 if arm_apcs_32 is false.
2293
2294 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2295
2296 GDB 5.3 branch created.
2297
2298 2002-09-03 Theodore A. Roth <troth@verinet.com>
2299
2300 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2301 generic_unwind_get_saved_register.
2302
2303 2002-09-03 David Carlton <carlton@math.stanford.edu>
2304
2305 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2306 argument (PR gdb/653). Update call to smash_to_method_type.
2307 (read_structure_scope): Update call to dwarf2_add_member_fn.
2308
2309 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2310
2311 * x86-64-linux-tdep.c: Include gdb_string.h
2312 * x86-64-linux-nat.c: Ditto.
2313
2314 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2315
2316 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2317 when YYDEBUG is set to 1.
2318 * c-exp.y: Likewise.
2319 * f-exp.y: Likewise.
2320 * jv-exp.y: Likewise.
2321 * m2-exp.y: Likewise.
2322 * p-exp.y: Likewise.
2323
2324 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2325
2326 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2327 dependency list.
2328 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2329 solib_svr4_fetch_link_map_offsets to
2330 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2331 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2332 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2333 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2334 solib-svr4.o, and solib-legacy.o.
2335 * config/i386/tm-nbsd.h: Include solib.h.
2336
2337 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2338
2339 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2340 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2341 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2342 comment noting that this needs its own target configuration.
2343 * config/i386/nbsd.mt: New file.
2344 * config/i386/nbsdaout.mt: Remove.
2345 * config/i386/nbsdelf.mt: Ditto.
2346 * config/i386/tm-nbsdaout.h: Ditto.
2347
2348 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2349
2350 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2351 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2352 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2353 tdep->sigtramp_end.
2354 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2355 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2356 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2357
2358 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2359
2360 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2361 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2362 * i386-tdep.h (i386bsd_init_abi): New prototype.
2363 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2364 function declaration.
2365 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2366 for NetBSD-a.out or NetBSD-ELF.
2367 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2368 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2369 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2370 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2371 and nbsd-tdep.h.
2372 (i386nbsd_pc_in_sigtramp): New function.
2373 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2374 i386nbsd_pc_in_sigtramp.
2375 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2376 and i386nbsdelf_init_abi OS ABI handlers.
2377 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2378 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2379
2380 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2381
2382 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2383 registers if the target really has them.
2384
2385 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2386
2387 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2388 than nbsd-tdep.h.
2389
2390 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2391
2392 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2393 list.
2394 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2395 (alphanbsd_skip_sigtramp_frame): New functions.
2396 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2397 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2398 to alphanbsd_sigcontext_addr.
2399
2400 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2401
2402 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2403 list.
2404 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2405 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2406 nbsd_pc_in_sigtramp.
2407 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2408 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2409 * nbsd-tdep.c: Include gdb_string.h.
2410 (nbsd_pc_in_sigtramp): New function.
2411 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2412 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2413 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2414 ppcnbsd_pc_in_sigtramp.
2415 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2416 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2417 shnbsd_pc_in_sigtramp.
2418 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2419 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2420 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2421
2422 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2423
2424 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2425 watchpoints to NULL.
2426 (insert_breakpoints): set val field of watchpoints if NULL.
2427
2428
2429 2002-08-29 Jim Blandy <jimb@redhat.com>
2430
2431 * symtab.c (lookup_symbol_aux): In the cases where we find a
2432 minimal symbol of an appropriate name and use its address to
2433 select a symtab to read and search, use `name' (as passed to us)
2434 as the demangled name when searching the symtab's global and
2435 static blocks, not the minsym's name.
2436
2437 2002-08-29 Keith Seitz <keiths@redhat.com>
2438
2439 * stack.c (print_frame_info_base): Always set current_source_symtab
2440 and current_source_line.
2441
2442 2002-08-29 Donn Terry <donnte@microsoft.com>
2443
2444 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2445
2446 2002-08-28 Keith Seitz <keiths@redhat.com>
2447
2448 * stack.c (select_frame): Add FIXME concerning selected-frame
2449 events.
2450 (select_frame_command): Send selected-frame-level-changed
2451 event notification, but only if the level actually changed.
2452 (up_silently_base): Add selected-frame-level-changed event
2453 notification.
2454 (down_silently_base): Likewise.
2455
2456 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2457
2458 * Makefile.in: Update dependencies for all gdb/*.c files.
2459
2460 2002-08-27 Tom Tromey <tromey@redhat.com>
2461
2462 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2463 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2464 Update dependencies.
2465 * i387-tdep.c: Include gdb_string.h.
2466 * osabi.c: Likewise.
2467 * i386-linux-nat.c: Likewise.
2468 * lin-lwp.c: Likewise.
2469 * ax-gdb.c: Likewise.
2470 * signals/signals.c: Likewise.
2471 * jv-valprint.c: Likewise.
2472 * p-lang.c: Likewise.
2473 * c-valprint.c: Likewise.
2474 * cp-abi.c: Likewise.
2475
2476 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2477
2478 * cli/cli-script.h (copy_command_lines): Export.
2479 * breakpoint.c: Include cli/cli-script.h.
2480 * Makefile.in (breakpoint.o): Update dependencies.
2481
2482 2002-08-26 Michael Snyder <msnyder@redhat.com>
2483
2484 * breakpoint.c (insert_breakpoints): Protect all references
2485 to 'process_warning'. Shorten long lines.
2486
2487 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2488
2489 * cli/cli-script.c (copy_command_lines): New function.
2490 * defs.h (copy_command_lines): Export.
2491 * testsuite/gdb.base/commands.exp: New tests for commands
2492 attached to a temporary breakpoint, and for commands that
2493 delete the breakpoint they are attached to.
2494
2495 2002-08-26 Michael Snyder <msnyder@redhat.com>
2496
2497 * breakpoint.c (bpstat_stop_status): Instead of copying the
2498 pointer to the breakpoint commands struct, make a new copy
2499 of the struct and point to that.
2500 (bpstat_clear): Free the commands struct.
2501 (bpstat_clear_actions): Free the commands struct.
2502 (bpstat_do_actions): Free the command actions. Also execute
2503 the local cleanups, instead of deleting them.
2504 (delete_breakpoint): Leave the commands field of the bpstat
2505 chain alone -- it will be freed later.
2506
2507 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2508
2509 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2510 deleted in 2002-08-20 commit. This function is still used by
2511 ppc-linux-nat.c.
2512
2513 2002-08-26 Keith Seitz <keiths@redhat.com>
2514
2515 * gdb-events.sh: Add selected-frame-level-changed event.
2516 * gdb-events.c: Regenerated.
2517 * gdb-events.h: Regenerated.
2518
2519 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2520
2521 Fix PR gdb/393:
2522 * inflow.c (terminal_save_ours): New function to save terminal
2523 settings.
2524 * inferior.h (terminal_save_ours): Declare.
2525 * target.c (debug_to_terminal_save_ours): New function.
2526 (cleanup_target): Defaults to_terminal_save_ours.
2527 (update_current_target): Inherit to_terminal_save_ours.
2528 (setup_target_debug): Set to_terminal_save_ours.
2529 * target.h (target_terminal_save_ours): New to save terminal settings.
2530 (target_ops): New member to_terminal_save_ours.
2531 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2532 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2533 * inftarg.c (init_child_ops): Likewise.
2534 * m3-nat.c (init_m3_ops): Likewise.
2535 * procfs.c (init_procfs_ops): Likewise.
2536 * wince.c (init_child_ops): Likewise.
2537 * win32-nat.c (init_child_ops): Likewise.
2538 * sol-thread.c (init_sol_thread_ops): Likewise.
2539
2540 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2541
2542 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2543 use regcache_* functions.
2544 (i386_gdbarch_init): Set store_return_value instead of
2545 deprecated_store_return_value.
2546
2547 * regcache.c (regcache_raw_write_signed,
2548 regcache_raw_write_unsigned): New functions.
2549 * regcache.h (regcache_raw_write_signed,
2550 regcache_raw_write_unsigned): New prototypes.
2551
2552 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2553
2554 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2555 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2556 source file dependencies. Cleanup corresponding generator rules.
2557
2558 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2559
2560 * regcache.h (register_offset_hack): Declare.
2561 (regcache_cooked_read_using_offset_hack): Declare.
2562 (regcache_cooked_write_using_offset_hack): Declare.
2563
2564 * regcache.c (register_offset_hack): New function.
2565 (regcache_cooked_read_using_offset_hack): New function.
2566 (regcache_cooked_write_using_offset_hack): New function.
2567 (regcache_dump): Check that the registers, according to their
2568 offset, are packed hard against each other.
2569 (cooked_xfer_using_offset_hack): New function.
2570
2571 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2572
2573 * regcache.c (struct regcache_descr): Add field register_type.
2574 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2575 in as a parameter
2576 (init_regcache_descr): Initialize register_type. Pass the descr
2577 to init_legacy_regcache_descr. Use register_type instead of
2578 REGISTER_VIRTUAL_TYPE.
2579 (register_type): New function.
2580 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2581 * regcache.h (register_type): Declare.
2582
2583 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2584
2585 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2586 instead of deprecated_store_return_value. Fix fallout from
2587 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2588
2589 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2590
2591 * regcache.c (max_register_size): New function.
2592 (init_legacy_regcache_descr): Ensure that max_register_size is
2593 large enough for REGISTER_VIRTUAL_SIZE.
2594 * regcache.h (max_register_size): Declare.
2595
2596 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2597
2598 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2599 store_return_value.
2600 (e500_extract_return_value): Change type of valbuf pointer to
2601 void.
2602
2603 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2604
2605 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2606 workaround.
2607
2608 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2609 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2610 long long) to prevent compiler warning on 64-bit systems.
2611
2612 2002-08-23 Andrew Cagney <cagney@redhat.com>
2613
2614 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2615 (DEPRECATED_STORE_RETURN_VALUE): New method.
2616 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2617 * gdbarch.h, gdbarch.c: Re-generate.
2618
2619 * values.c (set_return_value): Pass current_regcache to
2620 STORE_RETURN_VALUE.
2621 * arch-utils.h (legacy_store_return_value): Declare.
2622 * arch-utils.c (legacy_store_return_value): New function.
2623 (legacy_extract_return_value): Update parameters.
2624
2625 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2626 STORE_RETURN_VALUE.
2627 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2628 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2629 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2630 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2631 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2632 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2633 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2634 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2635 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2636 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2637
2638 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2639 * i386-tdep.c (i386_extract_return_value): Update.
2640 * arch-utils.c (legacy_extract_return_value): Update.
2641 * frv-tdep.c (frv_gdbarch_init): Update.
2642 * cris-tdep.c (cris_gdbarch_init): Update.
2643 * d10v-tdep.c (d10v_gdbarch_init): Update.
2644 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2645 * m68k-tdep.c (m68k_gdbarch_init): Update.
2646 * mcore-tdep.c (mcore_gdbarch_init): Update.
2647 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2648 * s390-tdep.c (s390_gdbarch_init): Update.
2649 * sparc-tdep.c (sparc_gdbarch_init): Update.
2650 * sh-tdep.c (sh_gdbarch_init): Update.
2651 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2652 * v850-tdep.c (v850_gdbarch_init): Update.
2653 * avr-tdep.c (avr_gdbarch_init): Update.
2654 * ia64-tdep.c (ia64_gdbarch_init): Update.
2655 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2656 * vax-tdep.c (vax_gdbarch_init): Update.
2657 * alpha-tdep.c (alpha_gdbarch_init): Update.
2658 * arm-tdep.c (arm_gdbarch_init): Update.
2659 * mips-tdep.c (mips_gdbarch_init): Update.
2660 * i386-tdep.c (i386_gdbarch_init): Update.
2661
2662 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2663
2664 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2665 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2666
2667 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2668
2669 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2670 problems.
2671
2672 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2673
2674 * infrun.c (handle_inferior_event): Move a comment outside of a
2675 function call, in order to avoid indent reformatting this part
2676 of the code in an unreadable way.
2677
2678 2002-08-23 Grace Sainsbury <graces@redhat.com>
2679
2680 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2681 when breakpoints fail. Move general breakpoint error messages to
2682 insert_breakpoints.
2683 * breakpoint.c (insert_breakpoints): Change warnings when
2684 breakpoints are nto inserted to specify the type. Remove call to
2685 memory_error when hardware breakpoints can't be inserted. Remove
2686 multiple calls to warning so all messages are sent to the user at
2687 once.
2688 (delete_breakpoints): Make insert error messsages more explicit.
2689
2690 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2691
2692 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2693 gdbserver/ChangeLog.
2694
2695 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2696
2697 * i386-tdep.c: Include "objfiles.h".
2698 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2699 skip_trampoline_code.
2700 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2701 (CPLUS_MARKER): Define to '.'.
2702
2703 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2704 member.
2705 (linux_corefile_thread_callback): Increase args->num_notes.
2706 (linux_make_note_section): Initialize thread_args.num_notes, and
2707 use it to determine whether notes for any threads were created.
2708
2709 2002-08-23 Donn Terry <donnte@microsoft.com>
2710
2711 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2712 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2713 and PCUNKILL.
2714 (write_with_trace): Conditionalize out the switch branch handling
2715 PCSHOLD if the corresponding macro is not defined. Likewise for
2716 PRSABORT and PRSTOP.
2717 This change will be needed by the Interix port.
2718
2719 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2720
2721 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2722 write_register wherever possible instead of manipulating the
2723 register bytes directly.
2724 Assign VALUE_CONTENTS to a variable and use that.
2725 The GPR numbers are now dependent on the architecture.
2726
2727 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2728
2729 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2730 ev_offset fields.
2731 (skip_prologue): Add support for BookE/e500 instructions.
2732 (e500_extract_return_value): New function.
2733 (frame_get_saved_regs): Add support for saving ev registers and
2734 pseudo gpr's.
2735 (e500_store_return_value): New function.
2736 (rs6000_gdbarch_init): Move up default intializations of
2737 deprecated_extract_return_value and store_return_value. Overwrite
2738 init of store_return_value with e500 specific version.
2739 Set extract_return_value for e500.
2740
2741 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2742
2743 * blockframe.c (generic_call_dummy_register_unwind): Use
2744 regcache_cooked_read to catch cases in which the variable is
2745 stored in a pseudo register.
2746
2747 2002-08-22 Andrew Cagney <cagney@redhat.com>
2748
2749 * NEWS: Mention that the i960 has been made obsolete.
2750 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2751 i960-tdep.c
2752 (remote-nrom.o): Obsolete target.
2753 (remote-nindy.o, i960-tdep.o): Ditto.
2754 * remote-nrom.c: Make file obsolete.
2755 * remote-nindy.c, remote-vx960.c: Ditto.
2756 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2757 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2758 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2759 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2760 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2761 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2762 i960-*-vxworks* obsolete.
2763 * MAINTAINERS: Note that the i960 is obsolete.
2764
2765 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2766
2767 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2768 detach to allow reinitialization.
2769
2770 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2771
2772 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2773 attempt).
2774
2775 2002-08-22 Jim Blandy <jimb@redhat.com>
2776
2777 * coffread.c (coff_symfile_read): Don't try to read the line
2778 number table from disk if the image file doesn't have a symbol
2779 table; we'll never actually look at the info anyway, and Windows
2780 ships DLL's with bogus file offsets for the line number data.
2781
2782 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2783
2784 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2785 an e500 executable.
2786
2787 2002-08-21 Michael Snyder <msnyder@redhat.com>
2788
2789 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2790 (MSYMBOL_SIZE): Replace macro with function.
2791 (DEFAULT_MIPS_TYPE): Delete unused macro.
2792 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2793 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2794
2795 2002-08-21 Jim Blandy <jimb@redhat.com>
2796
2797 * valops.c (value_cast): Simplify and correct logic for doing a
2798 static cast from a pointer to a base class to a pointer to a
2799 derived class.
2800
2801 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2802
2803 * infcmd.c (default_print_registers_info): Replace
2804 do_registers_info.
2805 (registers_info): Use gdbarch_print_registers_info instead of
2806 DO_REGISTERS_INFO.
2807 * inferior.h (default_print_registers_info): Replace
2808 do_registers_info.
2809 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2810 (DO_REGISTERS_INFO): Change to a predicate function.
2811 * gdbarch.h, gdbarch.c: Regenerate.
2812
2813 2002-08-21 Keith Seitz <keiths@redhat.com>
2814
2815 * gdb-events.sh: Add target-changed event.
2816 * gdb-events.c: Regenerated.
2817 * gdb-events.c: Regenerated.
2818 * valops.c (value_assign): Add target-changed event notification
2819 to inlval_register, lval_memory, and lval_reg_frame_relative.
2820
2821 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2822
2823 * NEWS: Add an entry regarding the improvement of the next/step
2824 operation on Alpha Tru64 multi-processor machines.
2825
2826 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2827
2828 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2829 directores.
2830 * Makefile.in: Update all _h macro definitions.
2831 * Makefile.in (install-gdbtk): Move to install section.
2832 (rdi-share/libangsd.a): Move to end of file.
2833
2834 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2835
2836 * frame.c (frame_register_unwind): When a register, set addrp to
2837 the register's byte.
2838
2839 2002-08-20 Michael Snyder <msnyder@redhat.com>
2840
2841 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2842 used locally, so move them from the target machine header to here.
2843 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2844 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2845 Make static.
2846 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2847
2848 2002-08-20 Andrew Cagney <cagney@redhat.com>
2849
2850 * NEWS: Mention that the Apollo line was made obsolete.
2851 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2852 m68*-hp-hpux* obsolete.
2853 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2854 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2855 * buildsym.c (make_blockvector): Make static.
2856 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2857 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2858 (ALLDEPFILES): Remove dstread.c.
2859 (dstread.o): Obsolete make rule.
2860 * dstread.c: Makefile obsolete.
2861 * dst.h: Ditto.
2862 * config/m68k/hp300hpux.mt: Ditto.
2863 * config/m68k/hp300hpux.mh: Ditto.
2864 * config/m68k/hp300bsd.mt: Ditto.
2865 * config/m68k/hp300bsd.mh: Ditto.
2866 * config/m68k/apollo68b.mt: Ditto.
2867 * config/m68k/apollo68v.mh: Ditto.
2868 * config/m68k/apollo68b.mh: Ditto.
2869
2870 2002-08-20 Michael Snyder <msnyder@redhat.com>
2871
2872 * mips-tdep.c (mips_in_return_stub): Make static.
2873 (mips_gdbarch_init): Set in_solib_return_trampoline.
2874 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2875
2876 2002-08-20 Michael Snyder <msnyder@redhat.com>
2877
2878 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2879 * gdbarch.c, gdbarch.h: Regenerate.
2880 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2881 Add.
2882 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2883
2884 2002-08-20 Michael Snyder <msnyder@redhat.com>
2885
2886 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2887 (mips_gdbarch_init): Set skip_trampoline_code,
2888 in_solib_call_trampoline.
2889 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2890 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2891
2892 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2893
2894 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2895
2896 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2897 vector type for ev registers.
2898 (e500_pseudo_register_read): New function.
2899 (e500_pseudo_register_write): New function.
2900 (e500_dwarf2_reg_to_regnum): New function.
2901 (PPC_UISA_NOFP_SPRS): New macro.
2902 (PPC_EV_REGS): New macro.
2903 (PPC_GPRS_PSEUDO_REGS): New macro.
2904 (registers_e500): New register set for e500.
2905 (variants): Add e500 variant.
2906 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2907 before setting architectural dependent variations. Initialize ev
2908 registers numbers. Add case for e500 architecture. Set the
2909 number of pseudo registers.
2910
2911 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2912
2913 * rs6000-tdep.c: Clean up comments.
2914
2915 2002-08-20 Andrew Cagney <cagney@redhat.com>
2916
2917 * h8300-tdep.c: Re-indent file.
2918
2919 2002-08-20 Jim Blandy <jimb@redhat.com>
2920
2921 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2922 default for this.
2923
2924 2002-08-20 Keith Seitz <keiths@redhat.com>
2925
2926 * breakpoints.c (watch_command_1): Use internal breakpoint
2927 when setting a watchpoint_scope breakpoint.
2928
2929 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2930
2931 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2932 (build_builtin_type_vec64i): Ditto.
2933 (build_builtin_type_vec128): Ditto.
2934 (build_builtin_type_vec128i): Ditto.
2935
2936 2002-08-19 Michael Snyder <msnyder@redhat.com>
2937
2938 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2939 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2940 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2941 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2942 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2943 CALL_DUMMY_ADDRESS): Delete.
2944 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2945 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2946 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2947 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2948 push_return_address.
2949 (mips_register_raw_size, mips_eabi_use_struct_convention,
2950 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2951 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2952 mips_init_extra_frame_info, mips_eabi_push_arguments,
2953 mips_n32n64_push_arguments, mips_push_return_address,
2954 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2955 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2956
2957 2002-08-19 Michael Snyder <msnyder@redhat.com>
2958
2959 * mips-tdep.c (mips_frame_num_args): New function.
2960 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2961 frame_saved_pc, frame_args_address, frame_locals_address,
2962 frame_num_args, and frame_args_skip.
2963 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2964 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2965 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2966 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2967
2968 2002-08-20 Michael Snyder <msnyder@redhat.com>
2969
2970 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2971 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2972 * mips-tdep.c (mips_store_struct_return): New function.
2973 (mips_extract_struct_value_address): New function.
2974 (mips_gdbarch_init): Set store_struct_return and
2975 extract_struct_value_address.
2976
2977 2002-08-20 David Carlton <carlton@math.stanford.edu>
2978
2979 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2980 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2981 (read_file_scope): Check that line_header is nonzero before
2982 decoding macro information.
2983
2984 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2985
2986 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2987 flag the general-purpose registers as floating-point on targets
2988 that don't support the floating-point registers.
2989
2990 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2991
2992 * rs6000-tdep.c (altivec_register_p): Delete.
2993 (rs6000_do_altivec_registers): Delete.
2994 (rs6000_altivec_registers_info): Delete.
2995 (rs6000_do_registers_info): Delete.
2996 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2997 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2998
2999 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3000
3001 * infcmd.c (do_registers_info): Print vector registers in hex
3002 format only.
3003 (print_vector_info): Check that printing registers
3004 makes sense.
3005 (print_float_info): Ditto.
3006
3007 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3008
3009 * mips-tdep.c (mips_gdbarch_init): Update.
3010 (mips_o32_extract_return_value): Rewrite.
3011 (mips_o32_store_return_value): Rewrite.
3012 (mips_o32_xfer_return_value): New function.
3013 (mips_xfer_register): Tweak debug print message. Allow for
3014 buf_offset when dumping the value transfered.
3015
3016 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3017
3018 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3019 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3020 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3021 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3022 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3023
3024 2002-08-14 Michael Snyder <msnyder@redhat.com>
3025
3026 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3027
3028 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3029
3030 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3031 register.
3032 (P): New macro to define a register as a pseudo register.
3033 (R, R4, R8, R16, FR32, R64, R0): Updated.
3034 (struct variant): Add new fields for number of pseudo registers
3035 and number of total registers.
3036 (tot_num_registers): New macro replacing....
3037 (num_registers): ...deleted macro.
3038 (num_registers): New function.
3039 (num_pseudo_registers): New function.
3040 (variants): Update all variants to intialize new fields correctly.
3041 Postpone initialization of number of pseudo regs and real regs.
3042 (init_variants): New function.
3043 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3044 registers offsets.
3045
3046 2002-08-19 David Carlton <carlton@math.stanford.edu>
3047
3048 * valops.c (search_struct_field): Change error message to treat
3049 return value of 0 from value_static_field as meaning that field is
3050 optimized out.
3051 (value_struct_elt_for_reference): Ditto.
3052 * values.c (value_static_field): Treat an unresolved location the
3053 same as a nonexistent symbol. Fix PR gdb/635.
3054 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3055 enclosed. Fix PR gdb/574.
3056 * MAINTAINERS: Add self to Write After Approval list.
3057
3058 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3059
3060 * mips-tdep.c (mips_xfer_register): New function.
3061 (mips_n32n64_extract_return_value): Rewrite.
3062 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3063 instead of deprecated_extract_return_value.
3064
3065 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3066
3067 * rs6000-tdep.c (TDEP): Delete macro.
3068 (branch_dest): Replace use of TDEP macro with its body.
3069 (rs6000_pop_frame): Ditto.
3070 (rs6000_push_arguments): Ditto.
3071 (rs6000_skip_trampoline_code): Ditto.
3072 (rs6000_frame_saved_pc): Ditto.
3073 (rs6000_frame_chain): Ditto.
3074 (rs6000_register_name): Ditto.
3075 (rs6000_register_byte): Ditto.
3076 (rs6000_register_raw_size): Ditto.
3077 (rs6000_register_virtual_type): Ditto.
3078 (rs6000_register_convertible): Ditto.
3079 (rs6000_convert_from_func_ptr_addr): Ditto.
3080
3081 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3082
3083 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3084 conditionally.
3085 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3086 MIPS_LINUX_JB_ELEMENT_SIZE.
3087 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3088 for MAX_REGISTER_RAW_SIZE arrays.
3089 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3090 MIPS_LINUX_JB_ELEMENT_SIZE.
3091
3092 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3093
3094 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3095
3096 2002-08-19 Aidan Skinner <aidan@velvet.net>
3097
3098 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3099 ada-valprint.c ada-tasks.c.
3100 (YYFILES): Add ada-exp.y.
3101 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3102 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3103 (ada-exp.tab.o): New target.
3104
3105 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3106
3107 * regcache.c (regcache_xfer_part): New function.
3108 (regcache_raw_read_part): New function.
3109 (regcache_raw_write_part): New function.
3110 (regcache_cooked_read_part): New function.
3111 (regcache_cooked_write_part): New function.
3112 * regcache.h (regcache_raw_read_part): Declare.
3113 (regcache_raw_write_part): Declare.
3114 (regcache_cooked_read_part): Declare.
3115 (regcache_cooked_write_part): Declare.
3116
3117 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3118
3119 * remote.c (remote_open_1): Add async_p.
3120 (remote_async_open_1): Delete.
3121 (open_remote_target): Delete.
3122 (remote_open, extended_remote_open): Update calls to remote_open_1.
3123 (remote_async_open, extended_remote_async_open): Call
3124 remote_open_1 instead of remote_async_open_1.
3125
3126 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3127
3128 * blockframe.c: Fix a few coding standard violations.
3129
3130 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3131
3132 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3133 here from ...
3134 * config/i386/tm-i386sco5.h: ... here. File removed.
3135 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3136
3137 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3138 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3139 (TM_FILE): Set to tm-i386.h.
3140 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3141 * config/i386/tm-i386v.h: Remove file.
3142 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3143 instead of "i386/tm-i386v.h".
3144 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3145 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3146 "i386/tm-i386v.h".
3147 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3148 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3149 "i386/tm-i386.h".
3150
3151 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3152
3153 * config/i386/nm-i386v.h: Add protection against
3154 multiple-inclusion.
3155 (i386_register_u_addr): Remove prototype.
3156 (register_u_addr): New prototype.
3157 (REGISTER_U_ADDR): Redefine accordingly.
3158 * i386v-nat.c: Improve several comments.
3159 (i386_register_u_addr): Change signature and rename to
3160 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3161 ubase variable.
3162
3163 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3164
3165 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3166 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3167 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3168 deprecated_extract_return_value.
3169 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3170 rename mips_o32o64_push_arguments.
3171 (mips_gdbarch_init): Update.
3172 (mips_extract_return_value): Delete.
3173 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3174 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3175 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3176 (mips_n32n64_extract_return_value): Clone
3177 mips_extract_return_value.
3178 (mips_store_return_value): Delete.
3179 (mips_o32_store_return_value): Clone mips_store_return_value.
3180 (mips_o64_store_return_value): Clone mips_store_return_value.
3181 (mips_eabi_store_return_value): Clone mips_store_return_value.
3182 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3183
3184 2002-08-18 Aidan Skinner <aidan@velvet.net>
3185
3186 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3187 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3188
3189 2002-08-18 Aidan Skinner <aidan@velvet.net>
3190
3191 * ada-lang.c: Run through gdb_indent.sh.
3192 * ada-lang.h: Run through gdb_indent.sh.
3193 * ada-tasks.c: Run through gdb_indent.sh.
3194 * ada-typeprint.c: Run through gdb_indent.sh.
3195 * ada-valprint.c: Run through gdb_indent.sh.
3196
3197 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3198
3199 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3200 ABI.
3201
3202 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3203
3204 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3205
3206 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3207 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3208
3209 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3210 write_register_gen instead of write_register_bytes.
3211
3212 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3213 i[3456]-*-osf1mk* configurations have been made obsolete.
3214 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3215 i[3456]86-*-osf1mk* hosts obsolete.
3216 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3217 targets obsolete.
3218 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3219 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3220 config/i386/i386m3.mt, config/i386/nm-m3.h,
3221 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3222 config/i386/i386mk.mh, config/i386/i386mk.mt,
3223 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3224 obsolete.
3225 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3226 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3227 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3228
3229 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3230
3231 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3232 (hppa_value_returned_from_stack): Declare.
3233 (hppa_extract_return_value): Declare.
3234 * config/pa/hppa.mt: New file.
3235 * configure.tgt: Recognize hppa*-*-*.
3236 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3237
3238 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3239
3240 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3241 comment.
3242
3243 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3244
3245 * top.c (gdb_rl_operate_and_get_next): Make sure
3246 operate-and-get-next functions correctly even when the history
3247 list is completely filled.
3248
3249 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3250
3251 * MAINTAINERS (Target Instruction Set Architectures): Rename
3252 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3253 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3254 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3255 already listed under Host/Native.
3256
3257 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3258 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3259 mips*-*-*.
3260
3261 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3262
3263 * config/ia64/ia64.mt: New file.
3264 * config/alpha/alpha.mt: New file.
3265 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3266 ia64-linux-gnu. Mention that ia64-elf is broken.
3267 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3268
3269 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3270
3271 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3272 generic_func_frame_valid instead of func_frame_valid.
3273
3274 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3275
3276 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3277 procfs appears to be broken when debugging on multi-processor
3278 machines. So enable software single stepping in order to avoid
3279 using the procfs interface to do next/step operations, using
3280 internal breakpoints instead.
3281
3282 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3283 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3284 make this pc address equal to the value it would have if the
3285 system stepping capability was used. Also set a new flag used
3286 to ensure that we don't readjust the PC one more time later.
3287
3288 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3289 address by DECR_PC_AFTER_BREAK when software single step is
3290 in use for this architecture, as this has already been taken
3291 care of in handle_inferior_event().
3292
3293 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3294
3295 * infrun.c (handle_inferior_event): Minor reformatting, to make
3296 a rather long condition expression easier to read.
3297
3298 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3299
3300 * Makefile.in (gdbtk.o): Move to end of file.
3301 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3302 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3303 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3304 (gdbtk-wrapper.o, gdbres.o): Ditto.
3305
3306 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (copying.o): Separate out compile rule.
3309 (hpux-thread.o, procfs.o, signals.o): Ditto.
3310 (v850ice.o, z8k-tdep.o): Ditto.
3311 (tui-file.o): Move to TUI section.
3312 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3313 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3314
3315 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3316
3317 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3318 skip_trampoline_code, for better namespace-proofing.
3319
3320 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3321
3322 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3323
3324 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3325
3326 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3327
3328 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3329 signal, check whether we hit a breakpoint before checking for a
3330 single step breakpoint. Otherwise, GDB fails to notice that a
3331 breakpoint has been hit when stepping onto a breakpoint.
3332
3333 2002-08-16 Keith Seitz <keiths@redhat.com>
3334
3335 * gdb-events.sh (clear_gdb_event_hooks): New function.
3336 * gdb-events.c: Regenerate.
3337 * gdb-events.h: Regenerate.
3338
3339 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3340
3341 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3342 not_a_sw_breakpoint.
3343 * breakpoint.h (bpstat_stop_status): Add parameter names.
3344
3345 2002-08-16 Grace Sainsbury <graces@redhat.com>
3346
3347 * remote.c (remote_insert_hw_breakpoint)
3348 (remote_remove_hw_breakpoint): Fix calculation of length field
3349 for Z-packet.
3350
3351 2002-08-15 Michael Snyder <msnyder@redhat.com>
3352
3353 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3354 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3355 (supply_fpregset): Ditto.
3356
3357 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3358 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3359 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3360 (TARGET_READ_SP): Delete.
3361 (DO_REGISTERS_INFO): Delete.
3362 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3363 Delete.
3364 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3365 from macros to functions.
3366
3367 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3368 (mips_register_convertible, mips_register_convert_to_virtual,
3369 mips_register_convert_to_raw): Make static.
3370 (mips_read_sp): New function.
3371 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3372 (mips_do_registers_info): Make static.
3373 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3374 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3375 (mips_register_convert_from_type, mips_register_convert_to_type):
3376 New functions.
3377 (mips_gdbarch_init): Set up function_start_offset,
3378 register_virtual_size, pc_in_sigtramp.
3379
3380 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3381
3382 * infcmd.c (vector_info): New function.
3383 (_initialize_infcmd): Add command "info vector".
3384 (print_vector_info): New function.
3385
3386 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3387 * gdbarch.h, gdbarch.c: Regenerate.
3388
3389 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3390
3391 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3392 ``print_all''. Only print vector registers when ``print_all''.
3393
3394 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3395
3396 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3397 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3398
3399 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3400 Add `args' parameter.
3401 * gdbarch.h, gdbarch.c: Regenerate.
3402
3403 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3404
3405 * infcmd.c (float_info): Call print_float_info.
3406 (print_float_info): New function. By default, print the
3407 floating-point registers.
3408
3409 * arch-utils.h (default_print_float_info): Delete declaration.
3410 * arch-utils.c (default_print_float_info): Delete function.
3411
3412 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3413
3414 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3415 out define.
3416
3417 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3418 FRAME.
3419
3420 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3421 * configure.host: Make i[3456]86-*-aix host obsolete.
3422 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3423 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3424 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3425 config/i386/xm-i386aix.h: Make files obsolete.
3426 * i386aix-nat.c: Make file obsolete.
3427 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3428 (i386aix-nat.o): Make target obsolete.
3429
3430 * config/i386/nm-gnu.h: Removed.
3431 * config/i386/nm-i386gnu.h: New file.
3432 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3433 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3434 Moved here from ...
3435 * config/i386/tm-i386gnu.h: ... here. Removed.
3436 * config/i386/xm-i386gnu.h: Removed.
3437 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3438 (NAT_FILE): Set to nm-i386gnu.h.
3439 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3440 * i386-tdep.c: New file.
3441 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3442 (i386gnu-tdep.o): Specify dependencies.
3443
3444 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3445
3446 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3447 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3448 Adjust a few comments to reflect reality a bit closer.
3449 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3450 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3451 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3452 target_insert_watchpoint, target_remove_watchpoint):
3453 Move defines to ...
3454 * config/i386/nm-i386sco5.h: ... here.
3455 (kernel_u_size): Add prototype. Improve a few comments and add
3456 protection against multiple inclusion.
3457
3458 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3459 out define.
3460
3461 * uw-thread.c (SP_ARG0): Define if not already defined.
3462 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3463
3464 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3465
3466 * config/i386/tm-i386.h: Don't include "regcache.h".
3467
3468 * i387-tdep.h (i387_print_float_info): New prototype.
3469 * i387-tdep.c (print_i387_value, print_i387_ext,
3470 print_i387_status_word, print_i387_control_word): Add `struct
3471 ui_file *' argument and use it for output.
3472 (i387_print_float_info): Renamed from i387_float_info. Add
3473 `struct gdbarch *' and `struct ui_file *' arguments and use the
3474 latter for output.
3475 * i386-tdep.c: Include "i387-tdep.h".
3476 (i386_gdbarch_init): Set print_float_info.
3477 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3478 (FLOAT_INFO): Remove define.
3479
3480 2002-08-13 Michael Snyder <msnyder@redhat.com>
3481
3482 * mips-tdep.c (mips_push_arguments): Rename to
3483 mips_eabi_push_arguments, and tune for EABI.
3484 (MIPS_REGS_HAVE_HOME_P): Delete.
3485 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3486 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3487 Delete references to mips_regs_have_home_p.
3488
3489 2002-08-14 Keith Seitz <keiths@redhat.com>
3490
3491 * Makefile.in (install-gdbtk): Create insight plugin directory.
3492 Install plugins.tcl file.
3493
3494 2002-08-14 Keith Seitz <keiths@redhat.com>
3495
3496 * configure.in: Move SUBDIRS to near top of the file so that
3497 --enable options may add things to it.
3498 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3499 * configure: Regenerate.
3500
3501 2002-08-13 Michael Snyder <msnyder@redhat.com>
3502
3503 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3504 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3505 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3506
3507 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3508
3509 * vax-tdep.c (vax_get_saved_register): Delete function.
3510 (vax_gdbarch_init): Update.
3511 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3512 (ns32k_gdbarch_init): Update.
3513 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3514 (alpha_gdbarch_init): Update.
3515
3516 2002-08-13 Andrew Cagney <cagney@redhat.com>
3517
3518 * regcache.c (init_regcache_descr): Overallocate the
3519 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3520 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3521 nr_raw_registers.
3522 (set_register_cached): Add range checking assertions. Use
3523 current_regcache.
3524
3525 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3526
3527 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3528 numbers for MMX registers.
3529
3530 2002-08-13 Andrew Cagney <cagney@redhat.com>
3531
3532 * i386-tdep.c (i386_gdbarch_init): Use
3533 generic_unwind_get_saved_register.
3534
3535 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3536
3537 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3538 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3539 target vector.
3540 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3541 Delete. Add comment regarding this now-deleted target method.
3542
3543 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3544
3545 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3546 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3547 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3548 real PC and the page number (if it's within the memory bank window).
3549 (m68hc11_pseudo_register_write): Likewise when saving.
3550 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3551 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3552 (m68hc11_register_raw_size): And use 32-bit for it.
3553 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3554 16K memory bank is used by the prog; also use the virtual pc.
3555
3556 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3557
3558 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3559 (m68hc11_gdbarch_init): Install it in gdbarch.
3560 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3561 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3562 (MSYMBOL_SIZE): New for documentation.
3563 (insn_return_kind): Enum to specify how a function returns.
3564 (frame_extra_info): Cleanup and record the return mode.
3565 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3566 register in address computation.
3567 (m68hc11_get_return_insn): New to obtain the return instruction used
3568 by the function.
3569 (m68hc11_frame_init_saved_regs): Take into account the return
3570 instruction used by the function for far and interrupt functions.
3571 (m68hc11_init_extra_frame_info): Take into account page register.
3572 (m68hc11_frame_args_address): Adjust according to the return mode.
3573 (show_regs): Print page register only when it's used.
3574
3575 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3576
3577 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3578 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3579 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3580 registers.
3581 (m68hc11_register_raw_size): Likewise.
3582
3583 2002-08-13 Andrew Cagney <cagney@redhat.com>
3584
3585 * i386-tdep.c (i386_register_name): Handle mmx registers.
3586 (mmx_regnum_p): New function.
3587 (i386_mmx_names): New array.
3588 (mmx_num_regs): New variable.
3589 (i386_pseudo_register_read): New function.
3590 (i386_pseudo_register_write): New function.
3591 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3592
3593 * regcache.c (regcache_raw_read_unsigned): New function.
3594 (regcache_raw_read_signed): New function.
3595 * regcache.h (regcache_raw_read_unsigned): Declare.
3596 (regcache_raw_read_signed): Declare.
3597
3598 2002-08-13 Andrew Cagney <cagney@redhat.com>
3599
3600 * regcache.c (regcache_raw_read_as_address): Delete function.
3601 (regcache_cooked_read_signed): New function.
3602 (regcache_cooked_read_unsigned): New function.
3603 * regcache.h (regcache_cooked_read_signed): Declare.
3604 (regcache_cooked_read_unsigned): Declare.
3605 (regcache_raw_read_as_address): Delete declaration.
3606
3607 * blockframe.c (generic_read_register_dummy): Use
3608 regcache_cooked_read_unsigned.
3609 * i386-tdep.c (i386_extract_struct_value_address): Use
3610 regcache_cooked_read_unsigned.
3611
3612 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3613
3614 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3615 double sizes according to ELF ABI flags.
3616 (gdbarch_tdep): Record elf_flags.
3617
3618 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3619
3620 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3621 (m6812_prolog): They can appear in 68HC12 function prologue.
3622 (m68hc11_frame_chain): Cleanup.
3623
3624 2002-08-12 Andrew Cagney <cagney@redhat.com>
3625
3626 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3627 declarations.
3628 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3629 (i386_linux_register_raw_size): Delete function.
3630 (i386_linux_init_abi): Update.
3631 * i386-tdep.c (i386_register_raw_size): Delete function.
3632 (i386_register_byte): Delete function.
3633 (i386_gdbarch_init): Update.
3634 (i386_register_size): Delete array.
3635 (i386_register_offset): Delete array.
3636
3637 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3638 (REGISTER_RAW_SIZE): Delete macro.
3639 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3640 (REGISTER_BYTE): Delete macro.
3641
3642 2002-08-11 Aidan Skinner <aidan@velvet.net>
3643
3644 * ada-lang.c (ada_lookup_partial_symbol)
3645 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3646 prototype names so that grep ^func works properly.
3647
3648 * ada-lang.c (ada_array_element_type)
3649 (ada_lookup_partial_symbol): Fix typos in parameter list.
3650
3651 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3652 Fix prototype names so that grep ^func works properly.
3653
3654 2002-08-10 Andrew Cagney <cagney@redhat.com>
3655 Elena Zannoni <ezannoni@redhat.com>
3656 Martin M. Hunt <hunt@redhat.com>
3657
3658 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3659 (build_builtin_type_vec128i): Set the vector bit.
3660 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3661 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3662 (build_builtin_type_vec64): New function.
3663 (build_builtin_type_vec64i): New function.
3664 (build_gdbtypes): Initialize builtin_type_vec64 and
3665 builtin_type_vec64i.
3666
3667 2002-08-09 Andrew Cagney <cagney@redhat.com>
3668
3669 * regcache.c (regcache_dump): Compare the register offset
3670 with REGISTER_BYTE.
3671 * arch-utils.c (generic_register_byte): New function.
3672 * arch-utils.h (generic_register_byte): Declare.
3673 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3674 * gdbarch.h, gdbarch.c: Regenerate.
3675
3676 2002-08-09 Andrew Cagney <cagney@redhat.com>
3677
3678 * regcache.c: Include "gdbcmd.h"
3679 (_initialize_regcache): Add commands "maintenance print
3680 registers", "maintenance print raw-registers" and "maintenance
3681 print cooked-registers".
3682 (enum regcache_dump_what): Define.
3683 (dump_endian_bytes): New function.
3684 (regcache_dump): New function.
3685 (regcache_print): New function.
3686 (maintenance_print_registers): New function.
3687 (maintenance_print_raw_registers): New function.
3688 (maintenance_print_cooked_registers): New function.
3689 * Makefile.in (regcache.o): Update dependencies.
3690
3691 2002-08-09 Michael Snyder <msnyder@redhat.com>
3692
3693 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3694 (mips_push_arguments): Correct some comments. Use paddr_nz
3695 for printing addresses in debug output. Replace static
3696 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3697 (mips_n32n64_push_arguments): New function, cloned from
3698 mips_push_arguments and tuned for the n32/n64 ABI.
3699 (mips_push_register): Buffer needs dynamic allocation.
3700 (mips_print_register): Ditto.
3701 (do_gp_register_row): Ditto.
3702 (mips_store_return_value): Ditto.
3703 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3704
3705 2002-08-09 Don Howard <dhoward@redhat.com>
3706
3707 * memattr.c (mem_info_command): Print special case of upper bound
3708 as max CORE_ADDR + 1.
3709
3710 2002-08-08 Michael Snyder <msnyder@redhat.com>
3711
3712 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3713 returns structs by ref if they're too big to fit in two registers.
3714
3715 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3716
3717 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3718 saved regs value.
3719 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3720 mips_find_saved_regs().
3721 (mips_pop_frame): Likewise.
3722
3723 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3724
3725 * blockframe.c (frame_saved_regs_register_unwind): Revise
3726 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3727 frames are in use.
3728
3729 2002-08-09 Grace Sainsbury <graces@redhat.com>
3730
3731 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3732 T-packets; the 'a' is not taken as a register number.
3733 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3734 (remote_stopped_data_address): New functions; add to target
3735 vector.
3736 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3737 prototypes to match other implementations of this
3738 function. replace integer argument with pointer -- the length
3739 field in the Z-packet is the length of what is pointed to or 1 if
3740 pointer is null. Add to target vector.
3741 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3742 target vector.
3743
3744 From Mark Salter:
3745 * remote.c (remote_wait): Add support to extract optional
3746 watchpoint information from T-packet. Ignore unrecognized
3747 optional info in T-packet.
3748 (remote_async_wait): Ditto.
3749
3750 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3751
3752 * cli/cli-dump.c: Change fopen modes to use binary open modes
3753 as defined in include/fopen-bin.h throughout.
3754
3755 2002-08-08 Michael Snyder <msnyder@redhat.com>
3756
3757 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3758
3759 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3760
3761 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3762 assertion failure by returning early after a warning.
3763
3764 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3765
3766 * mips-tdep.c (mips_find_saved_regs): Make static.
3767 (mips_frame_init_saved_regs): New function.
3768 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3769 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3770 (mips_find_saved_regs): Delete declaration.
3771
3772 2002-08-08 Grace Sainsbury <graces@redhat.com>
3773
3774 * remote.c (remote_wait, remote_async_wait): Change
3775 thread_num from int to ULONGEST.
3776 (unpack_varlen_hex): Change result parameter from
3777 int * to ULONGEST *.
3778
3779 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3780
3781 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3782 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3783 powerpc*-*-*.
3784 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3785
3786 2002-08-08 Andrew Cagney <cagney@redhat.com>
3787
3788 * gcore.c (override_derive_stack_segment): Delete variable.
3789 (preempt_derive_stack_segment): Delete function.
3790 (derive_stack_segment): Delete function.
3791 (default_derive_stack_segment): Renamed to derive_stack_segment.
3792 (override_derive_heap_segment): Delete variable.
3793 (preempt_derive_heap_segment): Delete function.
3794 (derive_heap_segment): Delete function.
3795 (default_derive_heap_segment): Rename to derive_heap_segment.
3796
3797 2002-08-06 Michael Snyder <msnyder@redhat.com>
3798
3799 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3800 * mips-tdep.c (mips_EABI_use_struct_convention,
3801 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3802 New functions. (mips_use_struct_convention): Delete.
3803 (mips_gdbarch_init): set use_gdbarch_convention.
3804
3805 2002-08-06 Michael Snyder <msnyder@redhat.com>
3806
3807 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3808 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3809 mips_o32_reg_struct_has_addr): New functions.
3810 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3811
3812 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3813
3814 * regcache.c (pseudo_register): Delete function.
3815 (fetch_register): Delete function.
3816 (store_register): Delete function.
3817 (regcache_raw_read, legacy_read_register_gen): Use
3818 target_fetch_registers instead of fetch_register.
3819 (legacy_write_register_gen, regcache_raw_write): Use
3820 target_store_register instead of store_register.
3821 (write_register_bytes): Ditto.
3822
3823 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3824 (STORE_PSEUDO_REGISTER): Delete.
3825 * gdbarch.h, gdbarch.c: Regenerate.
3826
3827 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3828
3829 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3830 write dump file binary.
3831
3832 2002-08-05 Michael Snyder <msnyder@redhat.com>
3833
3834 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3835 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3836 (mips_gdbarch_init): Set N32 target to be mips64.
3837
3838 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3839
3840 * frame.c (find_saved_register): Break out of loop once saved
3841 register address is found. Don't mention sparc in loop comment
3842 anymore.
3843
3844 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3845
3846 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3847 mips_default_saved_regsize to 8.
3848
3849 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3850
3851 * gcore.c: Do not include <sys/procfs.h>.
3852 * Makefile.in (gcore.o): Update dependencies.
3853
3854 2002-08-06 Andrew Cagney <cagney@redhat.com>
3855
3856 * configure.tgt: Make arc-*-* obsolete.
3857 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3858 * MAINTAINERS: Make arc-elf obsolete.
3859 * arc-tdep.c: Make file obsolete.
3860 * config/arc/arc.mt: Ditto.
3861 * config/arc/tm-arc.h: Ditto.
3862
3863 2002-08-05 Theodore A. Roth <troth@verinet.com>
3864
3865 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3866
3867 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3868
3869 * mcore-tdep.c (mcore_gdbarch_init): Use
3870 generic_unwind_get_saved_register instead of
3871 generic_get_saved_register.
3872 * v850-tdep.c (v850_gdbarch_init): Ditto.
3873 * frv-tdep.c (frv_gdbarch_init): Ditto.
3874 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3875 * s390-tdep.c (s390_gdbarch_init): Ditto.
3876 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3877 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3878 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3879
3880 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3881
3882 * objfiles.h: Add missing #include "symfile.h"
3883
3884 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3885
3886 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3887
3888 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3889 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3890 of FIELD_BITSIZE.
3891
3892 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3893
3894 * NEWS: Cleanup and nitpick.
3895
3896 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3897
3898 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3899
3900 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3901
3902 * Makefile.in (gdbtk-bp.o): Update dependencies.
3903 (gdbtk-register.o): Ditto.
3904 (gdbtk-varobj.o): Ditto.
3905
3906 2002-08-03 Andrew Cagney <cagney@redhat.com>
3907
3908 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3909 m68hc11_fetch_pseudo_register.
3910 (m68hc11_pseudo_register_write): Replace
3911 m68hc11_store_pseudo_register.
3912 (m68hc11_gdbarch_init): Update.
3913
3914 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3915
3916 * gdbarch.sh: Include "gdb_string.h".
3917 * gdbarch.c: Regenerate.
3918
3919 * regcache.c: Include "gdb_string.h".
3920 * ax-general.c: Ditto.
3921 * varobj.c: Ditto.
3922 * std-regs.c: Ditto.
3923 * fbsd-proc.c: Ditto.
3924 * thread.c: Ditto.
3925
3926 * Makefile.in (regcache.o): Update dependencies.
3927 (thread.o, gdbarch.o): Ditto.
3928 (ax-general.o, gdbarch.o): Ditto.
3929 (varobj.o, std-regs.o): Ditto.
3930 (fbsd-proc.o): Specify dependencies.
3931
3932 2002-08-02 Andrew Cagney <cagney@redhat.com>
3933
3934 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3935 regnum.
3936 (regcache_cooked_write): Ditto.
3937
3938 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3939
3940 * regcache.c (regcache_cooked_read): New function.
3941 (regcache_cooked_write): New function.
3942 (read_register_gen): Rewrite using regcache_cooked_read.
3943 (write_register_gen): Rewrite using regcache_cooked_write.
3944
3945 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3946 Declare.
3947
3948 2002-08-02 Andrew Cagney <cagney@redhat.com>
3949
3950 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3951 Replace the architecture methods register_read and register_write.
3952 * gdbarch.h, gdbarch.c: Regenerate.
3953 * regcache.c (init_regcache_descr): Update.
3954 (read_register_gen): Update.
3955 (write_register_gen): Update.
3956 (supply_register): Update comment.
3957
3958 * sh-tdep.c (sh_gdbarch_init): Update.
3959 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3960 `regcache' and `gdbarch' parameters. Make `buffer' a void
3961 pointer. Update code.
3962 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3963 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3964 void pointer. Update code.
3965 (sh64_register_write): Delete.
3966 (sh4_register_read): Delete.
3967 (sh64_register_read): Delete.
3968 (sh4_register_write): Delete.
3969 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3970 void pointer, `to' parameter a void pointer.
3971 (sh_sh64_register_convert_to_raw): Ditto.
3972
3973 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3974
3975 * mips-tdep.c (mips_register_virtual_type): Use architecture
3976 invariant return values.
3977
3978 2002-08-01 Andrew Cagney <cagney@redhat.com>
3979
3980 * linux-proc.c: Include "gdb_string.h".
3981 * Makefile.in (linux-proc.o): Update dependency list.
3982
3983 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3984
3985 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3986 comment.
3987
3988 2002-08-01 Grace Sainsbury <graces@redhat.com>
3989
3990 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3991 to_insert_watchpoint, to_remove_watchpoint,
3992 to_stopped_by_watchpoint, to_stopped_data_address,
3993 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3994 target vecctor. Define their corresponding macros so they call
3995 them.
3996
3997 * target.c: Add default and debug versions of for
3998 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3999 to_insert_watchpoint, to_remove_watchpoint,
4000 to_stopped_by_watchpoint, to_stopped_data_address,
4001 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4002
4003 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4004
4005 * mips-tdep.c (mips_register_virtual_type): New function.
4006 (mips_gdbarch_init): Register mips_register_virtual_type()
4007 with gdbarch machinery.
4008 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4009 this file instead of tm-bigmips.h.
4010 (MIPS_REGSIZE): Delete this macro.
4011 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4012 multiarch version in mips-tdep.c will be found.
4013
4014 2002-08-01 Andrew Cagney <cagney@redhat.com>
4015
4016 * NEWS: Menion that CHILL has been made obsolete.
4017
4018 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4019 * stabsread.c (read_range_type): Ditto.
4020 * gdbtypes.h: Ditto.
4021 * language.c (binop_type_check): Ditto.
4022 (binop_result_type): Ditto.
4023 (integral_type): Ditto.
4024 (character_type): Ditto.
4025 (string_type): Ditto.
4026 (boolean_type): Ditto.
4027 (structured_type): Ditto.
4028 (lang_bool_type): Ditto.
4029 (binop_type_check): Ditto.
4030 * language.h (_LANG_chill): Ditto.
4031 * dwarfread.c (set_cu_language): Ditto.
4032 * dwarfread.c (CHILL_PRODUCER): Ditto.
4033 * dwarfread.c (handle_producer): Ditto.
4034 * expression.h (enum exp_opcode): Ditto.
4035 * eval.c: Ditto for comments.
4036 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4037 * expprint.c (print_subexp): Ditto.
4038 (print_subexp): Ditto.
4039 * valops.c (value_cast): Ditto.
4040 (search_struct_field): Ditto.
4041 * value.h (COERCE_VARYING_ARRAY): Ditto.
4042 * symfile.c (init_filename_language_table): Ditto.
4043 (add_psymbol_with_dem_name_to_list): Ditto.
4044 * valarith.c (value_binop): Ditto.
4045 (value_neg): Ditto.
4046 * valops.c (value_slice): Ditto.
4047 * symtab.h (union language_specific): Ditto.
4048 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4049 (SYMBOL_DEMANGLED_NAME): Ditto.
4050 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4051 * defs.h (enum language): Ditto.
4052 * symtab.c (got_symtab): Ditto.
4053 * utils.c (fprintf_symbol_filtered): Ditto.
4054
4055 * ch-typeprint.c: Make file obsolete.
4056 * ch-valprint.c: Make file obsolete.
4057 * ch-lang.h: Make file obsolete.
4058 * ch-exp.c: Make file obsolete.
4059 * ch-lang.c: Make file obsolete.
4060
4061 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4062 CHILL_LIB.
4063 (TARGET_FLAGS_TO_PASS): Ditto.
4064 (CHILLFLAGS): Obsolete.
4065 (CHILL): Obsolete.
4066 (CHILL_FOR_TARGET): Obsolete.
4067 (CHILL_LIB): Obsolete.
4068 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4069 ch-valprint.c.
4070 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4071 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4072 ch-lang.o.
4073 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4074 targets.
4075
4076 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4077
4078 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4079 This does not change anything at the moment, but will be helpful
4080 later when full Ada support is integrated.
4081
4082 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4083
4084 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4085 help message.
4086
4087 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4088
4089 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4090 and save it in a local variable. Use variable in later test.
4091
4092 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4093
4094 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4095 test. (Thanks to Daniel Jacobowitz.)
4096
4097 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4098
4099 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4100 (mips_abi_strings): Add "n64".
4101 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4102
4103 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4104
4105 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4106 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4107
4108 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4109
4110 * utils.c (host_pointer_to_address, address_to_host_pointer):
4111 Use gdb_assert() instead of explicit call to internal_error().
4112
4113 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4114
4115 * Makefile.in (rs6000-nat.o): Update dependencies.
4116
4117 From Nicholas Duffek:
4118 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4119 (aix-thread.o): New rule.
4120 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4121 * config/powerpc/aix432.mh: New file.
4122
4123 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4124
4125 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4126 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4127 (fetch_core_registers, ppc_linux_supply_gregset)
4128 (ppc_linux_supply_fpregset): New functions.
4129 (ppc_linux_regset_core_fns): New.
4130 (_initialize_ppc_linux_tdep): Call add_core_fns.
4131 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4132 and ppc_linux_supply_gregset.
4133 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4134 (supply_fpregset): Call ppc_linux_supply_fpregset.
4135 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4136 corelow.o.
4137 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4138
4139 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4140
4141 * symtab.c (lookup_symbol): Demangle before lowercasing.
4142
4143 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4144
4145 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4146 declaration.
4147 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4148 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4149 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4150 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4151 "gdb_string.h".
4152 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4153 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4154 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4155 (avr-tdep.o, mon960-rom.o): Ditto.
4156 (aout_stabs_gnu_h): Define.
4157 (symtab_h): Remove $(gdb_obstack_h).
4158
4159 2002-07-30 Jim Blandy <jimb@redhat.com>
4160
4161 Patch from David Carlton <carlton@math.stanford.edu>:
4162 * gdbinit.in: Move the `dir' commands that add GDB's own source
4163 directory to the search path to the end, so that the `gdb' source
4164 directory will be searched first.
4165
4166 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdb_obstack.h: New file.
4169 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4170 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4171 * objfiles.h: Include "gdb_obstack.h".
4172 * Makefile.in (gdb_obstack_h): Define.
4173 (symtab_h): Add $(gdb_obstack_h).
4174 (objfiles_h): Add $(gdb_obstack_h).
4175
4176 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4177 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4178 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4179 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4180 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4181 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4182 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4183 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4184
4185 * Makefile.in (bcache.o): Update dependencies.
4186 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4187 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4188 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4189 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4190 (stabsread.o, symfile.o, symmisc.o): Ditto.
4191 (symtab.o, typeprint.o, macroexp.o): Ditto.
4192 (macrotab.o, mdebugread.o): Ditto.
4193 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4194 (coff_ecoff_h, aout_aout64_h): Define.
4195 (aout_stabs_gnu_h, libaout_h): Define.
4196
4197 2002-07-29 Andrew Cagney <cagney@redhat.com>
4198
4199 * regcache.c (struct regcache_descr): Rename nr_registers to
4200 nr_cooked_registers. Revise comments describing the structure
4201 member fields.
4202 (init_regcache_descr): Update.
4203 (init_legacy_regcache_descr): Update.
4204 (read_register_gen, write_register_gen): When a cooked register in
4205 the raw register range, directly access the value from the raw
4206 register cache.
4207
4208 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4209
4210 * z8k-tdep.c: Do not include "obstack.h".
4211 * h8300-tdep.c, h8500-tdep.c: Ditto.
4212 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4213 * valprint.c, v850-tdep.c: Ditto.
4214 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4215 * mn10200-tdep.c: Ditto.
4216
4217 * Makefile.in (z8k-tdep.o): Update dependencies.
4218 (m68hc11-tdep.o, valprint.o): Ditto.
4219 (v850-tdep.o, d10v-tdep.o): Ditto.
4220 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4221 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4222 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4223 (sh_opc_h, gdb_sim_sh_h): Define.
4224 (elf_sh_h, elf_bfd_h): Define.
4225 (opcode_m68hc11_h): Define.
4226 (OPCODES_SRC, OPCODES_DIR): define.
4227 (OPCODES): Use $(OPCODES_DIR).
4228 (gdb_sim_d10v_h): Rename sim_d10v_h.
4229 (gdb_sim_arm_h): Rename sim_arm_h.
4230
4231 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4232
4233 * utils.c (host_pointer_to_address, address_to_host_pointer):
4234 Change internal_error() message to indicate function responsible
4235 for the error.
4236
4237 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4238
4239 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4240 calls to local_hex_string_custom().
4241
4242 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4243
4244 * irix5-nat.c: Move IRIX shared library support from here...
4245 * solib-irix.c: ...to here. Revised substantially to work with
4246 generic solib framework.
4247
4248 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4249 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4250 * mips-irix-tdep.c: New file.
4251
4252 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4253 (mips-irix-tdep.o, solib-irix.o): New rules.
4254 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4255 solib-irix.o.
4256 * config/mips/irix6.mt (TDEPFILES): Likewise.
4257 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4258
4259 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4260
4261 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4262 disabled (via ``#if 0'') includes.
4263
4264 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4265
4266 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4267 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4268 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4269 Add support for the fpscr register.
4270 * rs6000-nat.c (regmap, fetch_inferior_registers)
4271 (store_inferior_registers, fetch_core_registers): Likewise.
4272
4273 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4274
4275 * rs6000-nat.c (language.h): Include.
4276 (special_regs): Delete this array.
4277 (regmap): New function.
4278 (fetch_register, store_register): Use regmap() to map gdb
4279 register numbers to ptrace register numbers. Also, use
4280 outputs from regmap() to make decisions regarding type of
4281 ptrace() call to make. In particular, don't compare against
4282 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4283 (fetch_inferior_registers, store_inferior_registers): Where
4284 possible, obtain register numbers from tdep struct. Don't
4285 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4286 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4287 (LAST_UISA_SP_REGNUM): Delete.
4288
4289 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4290
4291 * rs6000-nat.c (ppc-tdep.h): Include.
4292 (fetch_registers, store_register, fetch_core_registers): Don't
4293 access registers[] directly. Instead, use supply_register() or
4294 regcache_collect() as appropriate.
4295 (find_toc_address): Format hex address with local_hex_string().
4296
4297 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4298
4299 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4300 bfd/elf32-frv.c.
4301
4302 2002-07-24 Tom Tromey <tromey@redhat.com>
4303
4304 * jv-exp.y: Marked all strings with _().
4305 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4306 internal_error.
4307 (MethodInvocation, CastExpression, parse_number, yyerror,
4308 java_type_from_name, push_expression_name, yylex): Typo fixes.
4309
4310 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4311
4312 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4313 (tee_file_flush, tee_file_write, tee_file_fputs)
4314 (tee_file_isatty): New.
4315 * ui-file.h (tee_file_new): Add prototype.
4316
4317 2002-07-24 Aidan Skinner <aidan@velvet.net>
4318
4319 * ada-lang.c: Change k&r style function definitions to prototyped
4320 form.
4321 * ada-typeprint.c: Change k&r style function definitions to prototyped
4322 form.
4323 * ada-valprint.c: Change k&r style function definitions to prototyped
4324 form.
4325
4326 2002-07-24 Andrew Cagney <cagney@redhat.com>
4327
4328 * README: Remove reference to remote-bug.
4329 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4330 remote-bug.c.
4331 (m88k-nat.o): Delete rule.
4332 (m88k-tdep.o): Delete rule.
4333 (remote-bug.o): Delete rule.
4334 * MAINTAINERS: Mark as obsolete.
4335 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4336 * m88k-tdep.c: Make file obsolete.
4337 * config/m88k/m88k.mh: Ditto.
4338 * config/m88k/delta88v4.mh: Ditto.
4339 * config/m88k/delta88v4.mt: Ditto.
4340 * config/m88k/delta88.mt: Ditto.
4341 * config/m88k/delta88.mh: Ditto.
4342 * remote-bug.c: Ditto.
4343 * config/m88k/tm-delta88.h: Ditto.
4344 * config/m88k/nm-delta88v4.h: Ditto.
4345 * config/m88k/xm-delta88.h: Ditto.
4346 * config/m88k/xm-dgux.h: Ditto.
4347 * config/m88k/tm-m88k.h: Ditto.
4348 * config/m88k/nm-m88k.h: Ditto.
4349 * config/m88k/tm-delta88v4.h: Ditto.
4350 * m88k-nat.c: Ditto.
4351 * cxux-nat.c: Ditto.
4352 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4353 and m88*-*-* obsolete.
4354 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4355 m88*-*-* obsolete.
4356
4357 2002-07-24 Andrew Cagney <cagney@redhat.com>
4358
4359 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4360 constant. Same for local pointer variables.
4361 (extract_signed_integer): Ditto.
4362 * defs.h (extract_unsigned_integer): Update.
4363 (extract_signed_integer): Update.
4364
4365 2002-07-24 Andrew Cagney <cagney@redhat.com>
4366
4367 * regcache.c (regcache_raw_write): Change buf parameter to a
4368 constant void pointer.
4369 (regcache_raw_read): Change buf parameter to a void pointer.
4370 (legacy_write_register_gen): Change myaddr parameter a constant
4371 void pointer.
4372 (supply_register): Change val parameter to a const void pointer.
4373 * regcache.h (regcache_raw_write): Update declaration.
4374 (regcache_raw_read): Update declaration.
4375 (supply_register): Update declaration.
4376
4377 2002-07-24 Tom Tromey <tromey@redhat.com>
4378
4379 * defs.h (gdb_readline_wrapper): Declare.
4380 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4381 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4382 * top.c (gdb_readline_wrapper): New function.
4383 (command_line_input): Use it.
4384
4385 2002-07-24 Andrew Cagney <cagney@redhat.com>
4386
4387 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4388 regcache_read and regcache_write.
4389 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4390 * regcache.c: Update.
4391 * sh-tdep.c (sh64_push_arguments): Update comment.
4392 (sh_pseudo_register_read): Update.
4393 (sh_pseudo_register_write): Update.
4394 (sh4_register_read): Update.
4395 (sh4_register_write): Update.
4396 (sh64_pseudo_register_read): Update.
4397 (sh64_pseudo_register_write): Update.
4398 (sh64_register_read): Update.
4399 (sh64_register_write): Update.
4400 * i386-tdep.c (i386_extract_return_value): Update.
4401 (i386_extract_struct_value_address): Update.
4402 (i386_extract_return_value): Update.
4403 * blockframe.c (generic_read_register_dummy): Update.
4404 (generic_call_dummy_register_unwind): Update
4405 * infrun.c (write_inferior_status_register): Update.
4406
4407 2002-07-23 Jim Blandy <jimb@redhat.com>
4408
4409 * parser-defs.h (expression_context_pc): Make this extern.
4410 (Thanks to Michael Snyder.)
4411
4412 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4413
4414 GDB 5.2.1 released from 5.2 branch.
4415 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4416 * README: Update to mention 5.2.1.
4417
4418 2002-07-23 Mark Salter <msalter@redhat.com>
4419
4420 * remote.c (remote_read_bytes): Fix check for error.
4421
4422 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4423
4424 * aix-thread.c (language.h): Include.
4425 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4426 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4427 Print newlines at end of debug messages.
4428 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4429 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4430
4431 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4432
4433 * aix-thread.c (ppc-tdep.h): Include.
4434 (special_register_p): New function.
4435 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4436 (store_regs_user_thread): Use register number information from
4437 gdbarch_tdep struct instead of hardcoded offsets relative to
4438 FIRST_UISA_SP_REGNUM.
4439 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4440 special_register_p() instead of using FPLAST_REGNUM and
4441 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4442 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4443 will be MQ's register number.
4444
4445 2002-07-22 Michael Snyder <msnyder@redhat.com>
4446
4447 * aix-thread.c (ops): Rename to aix_thread_ops.
4448 (base_ops): Rename to base_target.
4449 (ops_attach): Rename to aix_thread_attach.
4450 (ops_detach): Rename to aix_thread_detach.
4451 (ops_resume): Rename to aix_thread_detach.
4452 (ops_wait): Rename to aix_thread_wait.
4453 (ops_kill): Rename to aix_thread_kill.
4454 (init_ops): Rename to init_aix_thread_ops.
4455 (ops_fetch_register): Rename to aix_thread_fetch_register.
4456 (ops_store_register): Rename to aix_thread_store_register.
4457 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4458 (ops_thread_alive): Rename to aix_thread_thread_alive.
4459 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4460 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4461 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4462 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4463 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4464 (store_regs_lib): Rename to store_regs_user_thread.
4465 (store_regs_kern): Rename to store_regs_kernel_thread.
4466
4467 2002-07-22 Michael Snyder <msnyder@redhat.com>
4468
4469 * aix-thread.c (ops_prepare_to_store): Eliminate.
4470 (init_ops): Don't initialize ops.prepare_to_store.
4471 (store_regs_kern): Pre-fetch register buffers from child,
4472 because some registers may not be in the cache. Copy
4473 regs from register cache only if they are cached.
4474 (store_regs_lib): Copy regs from register cache only
4475 if they are cached.
4476 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4477 fill_gprs64): Ditto.
4478
4479 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4480
4481 * aix-thread.c (gdb_assert.h): Include.
4482 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4483 register sizes (from register cache) match size of buffer holding
4484 register data.
4485 (fill_sprs32): Change parameter types to match those in the ptrace()
4486 buffer.
4487 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4488 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4489
4490 2002-07-22 Michael Snyder <msnyder@redhat.com>
4491
4492 * aix-thread.c (supply_sprs64): Cosmetic change.
4493 (supply_sprs32): Cosmetic change.
4494 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4495 (fill_sprs64): Use regcache_collect instead of read_register.
4496 (store_regs_lib): Use regcache_collect instead of
4497 read_register. Use fill_sprs32 instead of fill_sprs64,
4498 if debugging a 32-bit architecture.
4499 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4500 out of the register cache, instead of passing a pointer into
4501 the register cache directly to ptrace. Use regcache_collect
4502 insteaad of read_register.
4503 (ops_prepare_to_store): Use target_read_registers instead
4504 of read_register_bytes.
4505
4506 2002-07-20 Aidan Skinner <aidan@velvet.net>
4507
4508 * MAINTAINERS: Add self under write after approval.
4509
4510 2002-07-20 Aidan Skinner <aidan@velvet.net>
4511
4512 * ada-tasks.c: Change k&r style function definitions to prototyped
4513 form.
4514
4515 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4516
4517 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4518 * x86-64-tdep.c: Include "objfiles.h".
4519 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4520 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4521
4522 2002-07-17 Michal Ludvig <michal@suse.cz>
4523
4524 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4525 (update_context): Initialise cfa variable.
4526
4527 2002-07-17 Michael Snyder <msnyder@redhat.com>
4528
4529 * aix-thread.c: Shorten some long lines.
4530 Bring comments into line with code spec.
4531
4532 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4533
4534 * infrun.c: Re-indent using gdb_indent.sh.
4535
4536 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4537
4538 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4539 Leave the indentation temporarily untouched, to minimize the diffs.
4540
4541 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4542
4543 * stabsread.c: Make os9k sections of the code obsolete,
4544 for real this time.
4545 * stabsread.h: Make os9k sections of the code obsolete.
4546
4547 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4548
4549 * linux-low.c (regsets_store_inferior_registers): Add free()
4550 at the end of a loop to prevent memory leak.
4551 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4552 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4553 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4554 line a comment.
4555 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4556
4557 2002-07-17 Jim Blandy <jimb@redhat.com>
4558
4559 * macrocmd.c (info_macro_command): Remove newline from error
4560 message.
4561
4562 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4563
4564 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4565 (sh_gdbarch_init): Use it for sh-dsp.
4566
4567 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4568
4569 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4570 64-bit DWARF2 format.
4571
4572 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4573
4574 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4575 <sys/proc.h> when not available.
4576
4577 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4578
4579 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4580 * stabsread.c: Make os9k sections of the code obsolete.
4581 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4582 * config/i386/i386os9k.mt: Make file obsolete.
4583 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4584 (COMMON_OBS): Remove os9kread.o
4585 (SFILES): Remove os9kread.c.
4586 (os9kread.o, remote-os9k.o): Make target obsolete.
4587 * remote-os9k.c: Make file obsolete.
4588 * os9kread.c: Make file obsolete.
4589 * Makefile.in
4590
4591 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4592
4593 * NEWS: Mention that the FR30 has been made obsolete.
4594 * fr30-tdep.c: Make file obsolete.
4595 * config/fr30/tm-fr30.h: Ditto.
4596 * config/fr30/fr30.mt: Ditto.
4597 * configure.tgt: Make fr30-*-elf obsolete.
4598 * MAINTAINERS: Make fr30-elf obsolete.
4599
4600 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4601
4602 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4603 found is not inside a section.
4604
4605 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4606
4607 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4608 strerror().
4609 (pdc_realloc): Use xrealloc() instead of realloc().
4610
4611 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4612
4613 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4614 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4615 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4616 macros.
4617
4618 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4619
4620 * aix-thread.c (ptrace_check): Eliminate goto.
4621 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4622 problem.
4623
4624 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4625
4626 * aix-thread.c (gdbcmd.h): Include.
4627 (DEBUG, DBG, DBG2, dbg): Eliminate.
4628 (debug_aix_thread): New static global.
4629 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4630 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4631 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4632 invocations to DBG and DBG2 macros to test against
4633 ``debug_aix_thread'' and call fprintf_unfiltered().
4634 (_initialize_aix_thread): Add new command "set debug aix-thread".
4635
4636 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4637
4638 From Gerhard Tonn <TON@de.ibm.com>:
4639 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4640 instead of supply_register.
4641
4642 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4643
4644 * dwarf2cfi.c: Include "gdb_assert.h".
4645 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4646 non-NULL.
4647 (update_context): Do not use __func__. Add missing ``break''.
4648 (update_context): Do not use __func__.
4649
4650 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4651
4652 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4653 and its setting. Set gdbarch instruction printing functions
4654 directly. For non-rs6000 case use new function
4655 gdb_print_insn_powerpc.
4656 (gdb_print_insn_powerpc): New function.
4657
4658 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4659
4660 * NEWS: Mention that the d30v has been marked obsolete.
4661 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4662 * configure.tgt: Mark d30v-*-* as obsolete.
4663 * d30v-tdep.c: Mark file as obsolete.
4664 * config/d30v/d30v.mt: Ditto.
4665 * config/d30v/tm-d30v.h: Ditto.
4666
4667 2002-07-13 Aidan Skinner <aidan@velvet.net>
4668
4669 * ada-tasks.c (add_task_entry): replace calls to
4670 malloc() with xmalloc
4671 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4672
4673 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4674 ada_finish_decode_line_1, all_sals_for_line
4675 ada_breakpoint_rewrite): replace calls to free() with xfree()
4676
4677 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4678
4679 From Nicholas Duffek (with minor changes by Martin Hunt,
4680 Louis Hamilton, and Kevin Buettner):
4681 * aix-thread.c: New file.
4682
4683 2002-07-12 Petr Sorfa <petrs@caldera.com>
4684
4685 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4686 complaint for invalid attribute class or form.
4687 (read_func_scope): DW_AT_frame_base
4688 better handling of DW_AT_block*.
4689 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4690 better handling of DW_AT_block*.
4691 (read_common_block): DW_AT_location
4692 better handling of DW_AT_block*.
4693 (read_partial_die): DW_AT_location better handling
4694 of DW_AT_block*.
4695 (new_symbol): DW_AT_external better handling of
4696 DW_AT_block*. Proper initialization of variable
4697 "addr".
4698 (attr_form_is_block): New function that returns true
4699 if the attribute's form is of DW_FORM_block*.
4700
4701 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4702
4703 * valops.c (find_method_list): Remove comment about
4704 removed STATIC_MEMFUNCP argument.
4705 (value_find_oload_method_list): Likewise.
4706
4707 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4708
4709 From Nicholas Duffek:
4710 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4711 target_new_objfile_hook.
4712
4713 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4714
4715 From Nicholas Duffek:
4716 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4717 csect.
4718
4719 2002-07-12 Andrew Cagney <cagney@redhat.com>
4720
4721 * MAINTAINERS: Mention --enable-sim-build-warnings.
4722 (m68hc11-elf): Disable sim build warnings.
4723 (m32r-elf): Mark as broken obsolete candidate.
4724 (x86_64-linux-gnu): Mark as buildable with -Werror.
4725 (arm-elf): Change -w to ``,'' which enables warnings but not
4726 -Werror.
4727
4728 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4729
4730 * bcache.h: Update copyright.
4731 (struct bstring, struct bcache): Move definition to "bcache.c".
4732 Replaced by opaque declaration.
4733 (bcache_xfree): Replace free_bcache.
4734 (bcache_xmalloc, bcache_memory_used): Declare.
4735
4736 * bcache.c: Update copyright.
4737 (struct bstring, struct bcache): Moved to here from "bcache.h".
4738 Update comments.
4739 (bcache_xmalloc, bcache_memory_used): New functions.
4740 (bcache_xfree): Replace function free_bcache.
4741
4742 * Makefile.in (objfiles.o): Add $(bcache_h).
4743 (objfiles_h): Remove $(bcache_h).
4744 (symfile.o): Add $(bcache_h).
4745
4746 * symmisc.c: Update copyright.
4747 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4748 (print_objfile_statistics): Use bcache_memory_used.
4749
4750 * symfile.c: Include "bcache.h".
4751 (reread_symbols): Use bcache_xfree.
4752 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4753 (add_psymbol_to_list): Pass psymbol_cache by value.
4754 (add_psymbol_with_dem_name_to_list): Ditto.
4755
4756 * objfiles.h: Update copyright.
4757 (struct bcache): Declare opaque. Do not include "bcache.h".
4758 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4759 bcache'' pointers.
4760 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4761
4762 * objfiles.c: Include "bcache.h". Update copyright.
4763 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4764 macro_cache.
4765 (free_objfile): Use bcache_xfree.
4766
4767 2002-07-11 Grace Sainsbury <graces@redhat.com>
4768
4769 * monitor.c (monitor_fetch_register): Make name a constant.
4770 (monitor_store_register): Same.
4771
4772 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4773
4774 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4775 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4776 (finish_block) For non-function blocks, hash the symbol table. For
4777 function blocks, mark the symbol table as unhashed.
4778 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4779 (msymbol_hash_iw): Likewise.
4780 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4781 value.
4782 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4783 (lookup_minimal_symbol): Likewise for both.
4784 * symtab.h (struct block): Add `hashtable' flag. Comment the
4785 hashtable.
4786 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4787 (ALL_BLOCK_SYMBOLS): Update.
4788 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4789 (struct symbol): Add `hash_next' pointer.
4790 * symtab.c (lookup_block_symbol): Search using the hash table when
4791 possible.
4792 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4793 (search_symbols, find_addr_symbol): Likewise.
4794
4795 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4796 (read_dst_symtab): Likewise.
4797 * jv-lang.c (get_java_class_symtab): Likewise.
4798 * mdebugread.c: Include "gdb_assert.h".
4799 (shrink_block): Assert that the block being modified is not hashed.
4800 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4801 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4802 symbols.
4803 (dump_symtab): Recognize hashed blocks.
4804 * printcmd.c (print_frame_args): Assert that function blocks do not
4805 have hashed symbol tables.
4806 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4807 (fill_in_ada_prototype, debug_print_block): Likewise.
4808 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4809
4810 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4811
4812 * stack.c (print_frame): Use result of frame_address_in_block()
4813 instead of fi->pc when evaluating symbols.
4814 (backtrace_command_1): Ditto.
4815
4816 2002-07-11 Andrew Cagney <cagney@redhat.com>
4817
4818 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4819 Make static.
4820
4821 * arm-tdep.c (arm_register_name): Make return type constant.
4822
4823 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4824
4825 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4826 prototype.
4827 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4828 * s390-tdep.c (s390_fp_regnum): Ditto.
4829 (s390_read_fp): Ditto.
4830 (s390_pop_frame): Ditto.
4831 (_initialize_s390_tdep): Ditto.
4832 * remote.c (get_remote_state): Ditto.
4833 * procfs.c (mappingflags): Ditto.
4834 * memattr.c (_initialize_mem): Ditto.
4835 * mcore-tdep.c (mcore_pop_frame): Ditto.
4836 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4837 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4838 * language.c (set_case_str): Ditto.
4839 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4840 * frv-tdep.c (new_variant): Ditto.
4841 (frv_stopped_data_address): Ditto.
4842 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4843 (context_alloc): Ditto.
4844 (frame_state_alloc): Ditto.
4845 (unwind_tmp_obstack_init): Ditto.
4846 (unwind_tmp_obstack_free): Ditto.
4847 (cfi_read_fp): Ditto.
4848 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4849 (cris_pop_frame): Ditto.
4850 * c-lang.c (scanning_macro_expansion): Ditto.
4851 (finished_macro_expansion): Ditto.
4852 (c_preprocess_and_parse): Ditto.
4853 * gdbarch.sh: Ditto.
4854 * gdbarch.h, gdbarch.c: Regenerate.
4855 * config/mn10200/tm-mn10200.h: Adjust indentation.
4856 * target.c: Adjust indentation.
4857 * symtab.h: Adjust indentation.
4858 * stabsread.h: Adjust indentation.
4859 * remote-es.c: Adjust indentation.
4860 * os9kread.c: Adjust indentation.
4861
4862 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4863
4864 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4865 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4866
4867 2002-07-10 Grace Sainsbury <graces@redhat.com>
4868
4869 * NEWS: Mention m68k, mcore multi-arching.
4870 * MAINTAINERS: Change status of m68k, mcore to reflect
4871 multi-arching.
4872
4873 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4874
4875 * valops.c (find_overload_match): Free oload_syms.
4876
4877 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4878
4879 Define HAVE_SYS_PROC_H if sys/proc.h exists
4880 * configure.in: Add check for sys/proc.h
4881 * config.in: Regenerate.
4882 * configure: Regenerate.
4883
4884 2002-07-09 Grace Sainsbury <graces@redhat.com>
4885
4886 * config/m68k/tm-m68k.h: Remove macros wrapped in
4887 #if !GDB_MULTI_ARCH.
4888
4889 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4890
4891 * config.in, configure: Regenerate.
4892
4893 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4894
4895 * dwarf2cfi.c: Include "gcore.h".
4896 (execute_stack_op): Fix implementation of the
4897 DW_OP_deref and DW_OP_deref_size operators by letting do their
4898 lookup in the target.
4899
4900 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4901
4902 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4903 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4904 tdep->sc_sp_offset.
4905
4906 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4907
4908 Fix PR gdb/595, gdb/602
4909 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4910 Don't call value_cast, just read the vtable pointer; update comments
4911 to match.
4912
4913 2002-07-05 Grace Sainsbury <graces@redhat.com>
4914
4915 * config/mcore/tm-mcore.h: Remove file.
4916 * config/mcore/mcore.mt: Remove definition of TM_FILE
4917 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4918
4919 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4920
4921 * i386bsd-tdep.c: Include "gdb_string.h".
4922
4923 2002-07-04 Grace Sainsbury <graces@redhat.com>
4924
4925 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4926 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4927 mcore-tdep.
4928 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4929 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4930 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4931 (RETVAL_REGNUM): Move macros from tm-mcore.h
4932 (mcore_reg_struct_has_addr): New function.
4933 (mcore_gdbarch_init): Added initializations for the macros removed
4934 from tm-mcore.h.
4935
4936 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4937
4938 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4939 traditonal string branding within the ELF header.
4940
4941 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4942
4943 * symtab.c (remove_params): New function.
4944 (make_symbol_overload_list): Use it instead of cplus_demangle.
4945 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4946
4947 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4948
4949 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4950
4951 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4952 New variables.
4953 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4954 and tdep->sigtramp_end.
4955 * i386obsd-nat.c: New file.
4956 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4957
4958 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4959 Don't call get_current_frame().
4960
4961 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4962
4963 * i386-nat.c (child_post_startup_inferior): New function
4964 calling i386_cleanup_dregs if
4965 I386_USE_GENERIC_WATCHPOINTS is defined.
4966 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4967 conditional to acknowledge that i386-nat.c has its
4968 own child_post_startup_inferior function.
4969
4970 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4971
4972 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4973 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4974 instead of MAX_REGISTER_RAW_SIZE.
4975 (i386_extract_return_value, i386_extract_struct_value_address):
4976 Convert to use regcache.
4977 (i386_gdbarch_init): Set max_register_raw_size and
4978 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4979 Set extract_return_value and extract_struct_value_address instead
4980 of their deprecated variants.
4981
4982 Convert i386 target to generic dummy frames.
4983 * i386-tdep.c: Include "symfile.h".
4984 (i386_frameless_signal_p): Consider a function to be frameless if
4985 the pc points at the first instruction of the function.
4986 (i386_frame_chain): Handle (generic) call dummies.
4987 (i386_frame_saved_pc): Likewise.
4988 (i386_frame_init_saved_regs): Remove code dealing with call
4989 dummies on the stack.
4990 (i386_push_dummy_frame): Removed.
4991 (i386_call_dummy_words): Removed.
4992 (i386_fix_call_dummy): Removed.
4993 (i386_push_return_address): New function.
4994 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4995 parameter, and don't call get_current_frame.
4996 (i386_pop_frame): New function.
4997 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4998 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4999 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5000 call_dummy_length to 0, set call_dummy_words to NULL, set
5001 sizeof_call_dummy_words to 0, set fix_call_dummy to
5002 generic_fix_call_dummy, set pc_in_call_dummy to
5003 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5004 generic_push_dummy_frame, set push_return_address to
5005 i386_push_return_address and set frame_chain_valid to
5006 generic_file_frame_chain_valid.
5007
5008 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5009
5010 * gdbarch.sh (struct regcache): Add opaque declaration.
5011 (EXTRACT_RETURN_VALUE): New architecture method.
5012 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5013 * gdbarch.h, gdbarch.c: Regenerate.
5014 * arch-utils.c (legacy_extract_return_value): New function.
5015 * arch-utils.h (legacy_extract_return_value): Declare.
5016 * values.c (value_being_returned): Re-enable code handling
5017 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5018 deprecated_grub_regcache_for_registers call to block handling
5019 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5020 (EXTRACT_RETURN_VALUE): Do not define.
5021
5022 2002-07-03 Grace Sainsbury <graces@redhat.com>
5023
5024 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5025 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5026 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5027 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5028 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5029 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5030 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5031 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5032 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5033 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5034 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5035 argument so the function fits the prototype in the architecture
5036 vector.
5037 (mcore_pop_frame): Remove argument so the function fits the
5038 prototype. Use get_current_frame instead of the argument.
5039 (mcore_push_arguments): Change type of struct_return so the
5040 function can be used in the architecture vector.
5041 (mcore_store_struct_return): Add.
5042 (mcore_frame_init_saved_regs): Add.
5043 (mcore_gdbarch_init): Add function calls to replace the macros
5044 removed from tm-mcore.h
5045
5046 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5047
5048 * infcmd.c (print_return_value): Remove compatibility code calling
5049 deprecated_grub_regcache_for_registers.
5050
5051 * values.c: Include "regcache.h".
5052 (value_being_returned): Update. Use
5053 deprecated_grub_regcache_for_registers to extract the register
5054 buffer address.
5055 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5056 ``struct regcache''.
5057 * Makefile.in (values.o): Add dependency on $(regcache_h).
5058
5059 * inferior.h (run_stack_dummy): Change type of second parameter to
5060 a ``struct regcache''.
5061 * valops.c (hand_function_call): Change type of retbuf to ``struct
5062 regcache''. Allocate using regcache_xmalloc, clean using
5063 make_cleanup_regcache_xfree.
5064 * infcmd.c (run_stack_dummy): Update. Use
5065 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5066
5067 * regcache.c (do_regcache_xfree): New function.
5068 (make_cleanup_regcache_xfree): New function.
5069 * regcache.h (make_cleanup_regcache_xfree): Declare.
5070
5071 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5072
5073 * event-top.c (command_line_handler): Don't read past
5074 beginning of buffer.
5075
5076 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5077
5078 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5079 struct frame_id.
5080 (varobj_create): Store frame_id for root.
5081 (varobj_gen_name): Use xasprintf.
5082 (varobj_update): Save and restore frame using get_frame_id() and
5083 frame_find_by_id().
5084 (create_child): Use xasprintf.
5085 (new_root_variable): Initialize frame_id.
5086 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5087 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5088 to prevent memory leak.
5089
5090 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5091
5092 * valops.c (hand_function_call): Move declaration of retbuf to
5093 start of function, allocate using malloc, add a cleanup but before
5094 the inf_status cleanup, cleanup the buffer. Rename local variable
5095 old_chain to inf_status_cleanup.
5096
5097 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5098
5099 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5100
5101 * cli/cli-decode.c (cmd_func_p): New function.
5102 (cmd_func): New function.
5103
5104 * command.h: Add cmd_func() and cmd_func_p().
5105
5106 2002-07-03 Grace Sainsbury <graces@redhat.com>
5107
5108 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5109 (REGISTER_SIZE): Remove.
5110 (MAX_REGISTER_RAW_SIZE): Remove.
5111 (REGISTER_VIRTUAL_TYPE): Remove.
5112 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5113 (REGISTER_NAME): Remove.
5114 (USE_GENERIC_DUMMY_FRAMES): Remove.
5115 (CALL_DUMMY): Remove.
5116 (CALL_DUMMY_START_OFFSET): Remove.
5117 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5118 (CALL_DUMMY_LOCATION): Remove.
5119 (FIX_CALL_DUMMY): Remove.
5120 (CALL_DUMMY_ADDRESS): Remove.
5121 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5122 (SAVE_DUMMY_FRAME_TOS): Remove.
5123 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5124 (mcore_register_virtual_type): New function.
5125 (mcore_register_byte): New function.
5126 (mcore_register_size): New function.
5127 (mcore_register_name): New function.
5128 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5129 macros removed from tm-mcore.h.
5130 (mcore_dump_tdep): Add.
5131 (_initialize_mcore_tdep): Add gdbarch_register call.
5132
5133 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5134
5135 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5136 frameless_look_for_prologue, such that we actually call this
5137 function.
5138
5139 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5140
5141 * frame.h (frame_address_in_block): New function.
5142
5143 * blockframe.c (frame_address_in_block): New function extracted
5144 from get_frame_block().
5145 (get_frame_block): Use frame_address_in_block().
5146 (block_innermost_frame): Use frame_address_in_block() to match
5147 the frame pc address against the block boundaries rather than
5148 the frame pc directly. This prevents a failure when a frame pc
5149 is actually a return-address pointing immediately after the end
5150 of the given block.
5151
5152 2002-07-02 Grace Sainsbury <graces@redhat.com>
5153
5154 * MAINTAINERS: Add self under write after approval.
5155
5156 2002-07-02 Grace Sainsbury <graces@redhat.com>
5157
5158 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5159 used in architecture vector. The default is
5160 m68k_local_breakpoint_from_pc.
5161 (m68k_local_breakpoint_from_pc): Add.
5162 (enum): Add register numbers from tm-m68k.h.
5163 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5164 vector.
5165 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5166 GDB_MULTI_ARCH_PARTIAL.
5167 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5168 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5169 m68k-tdep.c.
5170 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5171 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5172 to enum in m68k-tdep.c
5173
5174 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5175
5176 * solib-osf.c (open_map): Compute the list of shared libraries
5177 loaded by the inferior, rather than the list of libraries loaded
5178 by GDB itself. Otherwise, GDB ends up reading the symbols from
5179 the wrong shared libraries...
5180
5181 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5182
5183 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5184 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5185 macros.
5186 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5187 Remove functions.
5188 (FRAMELESS_SIGNAL): Remove function.
5189 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5190 i386_linux_saved_pc_after_call): Removed.
5191 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5192 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5193 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5194
5195 * i386-tdep.c (i386_frameless_signal_p): New function.
5196 (i386_frame_chain): Deal with frameless signals.
5197 (i386_sigtramp_saved_sp): New function.
5198 (i386_frame_saved_pc): Deal with frameless signals.
5199 (i386_saved_pc_after_call): Make sure the correct value is
5200 returned just after entry into a sigtramp.
5201 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5202 i386fbsd4_sc_sp_offset): New variables.
5203 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5204 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5205 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5206 similiar to what we already did for sc_pc_offset.
5207 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5208 tdep->sc_sp_offset.
5209
5210 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5211
5212 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5213
5214 * config/i386/tm-x86-64linux.h: New.
5215 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5216 definitions.
5217 * config/i386/nm-x86-64.h: Rename to ...
5218 * config/i386/nm-x86-64linux.h: ... this one.
5219 * config/i386/x86-64linux.mh: Reflect the above change.
5220
5221 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5222
5223 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5224 with sigcontext_addr. Add sc_sp_offset.
5225 (i386bsd_sigtramp_saved_pc): Remove prototype.
5226 (i386bsd_sicontext_addr): Add prototype.
5227 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5228 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5229 (i386_svr4_sigtramp_saved_pc): Removed.
5230 (i386_svr4_sigcontext_addr): New function.
5231 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5232 Initialize tdep->sigcontext_addr instead. Initialize
5233 tdep->sc_pc_offset and tdep->sc_sp_offset.
5234 (i386_gdbarch_init): Likewise.
5235 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5236 any more.
5237 (i386bsd_sigtramp_saved_pc): Remove function.
5238 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5239 Initialize tdep->sigcontext_addr instead. Initialize
5240 tdep->sc_pc_offset.
5241 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5242 of tdep->sigtramp_saved_pc.
5243 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5244 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5245 instead.
5246
5247 * i386-tdep.c (i386_frameless_function_invocation,
5248 i386_frame_num_args, i386_frame_init_saved_regs,
5249 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5250 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5251 i386_extract_return_value, i386_store_return_value,
5252 i386_extract_struct_value_address, i386_register_virtual_type,
5253 i386_register_convertible, i386_register_convert_to_virtual,
5254 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5255 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5256 static.
5257
5258 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5259
5260 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5261
5262 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5263 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5264 this macro. Include "value.h".
5265
5266 2002-06-30 Aidan Skinner <aidan@velvet.net>
5267
5268 * ada-exp.tab.c: remove as it's a generated file
5269 * ada-lex.c: remove as it's a generated file
5270
5271 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5272
5273 * config/i386/tm-i386.h (struct frame_info, struct
5274 frame_saved_regs, struct value, struct type): Remove forward
5275 declarations.
5276
5277 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5278 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5279 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5280 (FILL_FPXREGSET): Define.
5281
5282 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5283
5284 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5285 i[3456]86-*-netbsd* case.
5286 * config/i386/tm-obsd.h: Removed.
5287 * config/i386/obsd.mt: Removed.
5288 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5289 core-aout.o.
5290 (MH_CFLAGS): Add -DYYDEBUG=0.
5291
5292 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5293 i386nbsd_sc_pc_offset on OpenBSD too.
5294
5295 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5296 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5297 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5298 define.
5299 * i386bsd-tdep.c: Include "arch-utils.h".
5300 (i386bsd_aout_in_solib_call_trampoline): New function.
5301 (i386bsd_init_abi): Set in_solib_call_trampoline to
5302 i386bsd_aout_in_solib_call_trampoline.
5303 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5304 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5305
5306 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5307
5308 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5309 (struct obstack, struct bcache): Add opaque declarations.
5310 * Makefile.in (macrotab_h): Update
5311
5312 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5313
5314 * blockframe.c (generic_find_dummy_frame): Change return type to
5315 ``struct regcache''.
5316 (struct dummy_frame): Replace field ``registers'' with regcache, a
5317 struct regcache object.
5318 (generic_find_dummy_frame): Update.
5319 (generic_push_dummy_frame): Update. Use regcache_xfree,
5320 regcache_xmalloc and regcache_cpy.
5321 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5322 regcache_xfree.
5323 (deprecated_generic_find_dummy_frame): Update.
5324 (generic_read_register_dummy): Update. Use
5325 regcache_read_as_address.
5326 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5327 (generic_get_saved_register): Update. Use regcache_read.
5328
5329 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5330
5331 * Makefile.in (objfiles_h): Add $(bcache_h).
5332 * objfiles.h: Include "bcache.h".
5333
5334 * Makefile.in (symtab_h): Remove $(bcache_h).
5335 * symtab.h: Do not include "bcache.h".
5336
5337 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5338
5339 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5340 generic_func_frame_chain_valid.
5341
5342 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5343
5344 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5345 * config/i386/tm-fbsd.h: Likewise.
5346
5347 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5348
5349 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5350 generic_unwind_get_saved_register.
5351
5352 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5353
5354 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5355 * regcache.c (supply_register): Add missing argument to
5356 register_buffer call.
5357
5358 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5359
5360 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5361 Solaris /bin/grep does not not like it. From Peter Schauer.
5362
5363 2002-06-26 Tom Tromey <tromey@redhat.com>
5364
5365 * command.h (add_setshow_cmd): Declare.
5366 (add_setshow_cmd_full): Declare.
5367 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5368 returns void. Use add_setshow_cmd_full.
5369 (add_setshow_cmd_full): New function.
5370 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5371 (add_setshow_boolean_cmd): Likewise.
5372
5373 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5374
5375 * config/vax/tm-vax.h: Protect from multiple inclusion.
5376 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5377 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5378 * config/vax/tm-vaxbsd.h: ...here. New file.
5379 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5380
5381 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5382
5383 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5384 (BELIEVE_PCC_PROMOTION): Remove.
5385 (AP_REGNUM): Move to...
5386 * config/vax/nm-vax.h: ...here.
5387 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5388 (vax_breakpoint_from_pc): New function.
5389 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5390 and gdbarch_believe_pcc_promotion.
5391
5392 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5393
5394 * Makefile.in (vax_tdep_h): Define.
5395 (vax-tdep.o): Use $(vax_tdep_h).
5396 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5397 (vax_dump_tdep): New function.
5398 (_initialize_vax_tdep): Register vax_dump_tdep.
5399 * vax-tdep.h: Include osabi.h.
5400 (struct gdbarch_tdep): New.
5401
5402 2002-06-26 Andrew Cagney <cagney@redhat.com>
5403
5404 * frame.h (deprecated_generic_find_dummy_frame): Rename
5405 generic_find_dummy_frame.
5406 * blockframe.c (generic_find_dummy_frame): Make static.
5407 (deprecated_generic_find_dummy_frame): New function.
5408 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5409 generic_find_dummy_frame with deprecated_find_dummy_frame.
5410 (sh64_nofp_frame_init_saved_regs): Ditto.
5411 (sh_fp_frame_init_saved_regs): Ditto.
5412 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5413 (s390_frame_chain): Ditto.
5414 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5415
5416 2002-06-26 Grace Sainsbury <graces@redhat.com>
5417
5418 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5419 gdbarch vector are at the top.
5420 (NUM_REGS): Remove.
5421 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5422 (FRAME_ARGS_ADDRESS): Remove.
5423 (FRAME_LOCALS_ADDRESS): Remove.
5424 (FRAME_NUM_ARGS): Remove.
5425 (FRAME_ARGS_SKIP): Remove.
5426 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5427 (m68k_gdbarch_init): Add gdbarch initializations for macros
5428 undefined in tm-m68k.h
5429
5430 2002-06-26 Grace Sainsbury <graces@redhat.com>
5431
5432 * monitor.h: Add the function regname to monitor_ops
5433 structure. This way NUM_REGS does not have to be a constant.
5434 * monitor.c (monitor_fetch_register): Added support for regname
5435 function. The function is called if the array regnames is NULL.
5436 (monitor_store_register): Same.
5437 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5438 regnames array.
5439 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5440 cpu32bug_cmds.regname to point to new function.
5441 * abug-rom.c (abug_regname): Same as above.
5442 (init_abug_cmds): Same.
5443 * dbug-rom.c (dbug_regname): Same as above.
5444 (init_dbug_cmds): Same.
5445 * remote-est.c (est_regname): Same.
5446 (init_est_cmds): Same.
5447 * rom68k-rom.c (rom68k_regname): Same.
5448 (init_rom68k_cmds): Same.
5449
5450 2002-06-25 Tom Tromey <tromey@redhat.com>
5451
5452 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5453
5454 2002-06-25 Andrew Cagney <cagney@redhat.com>
5455
5456 * infrun.c (stop_registers): Change variable's type to ``struct
5457 regcache'''.
5458 (xmalloc_inferior_status): Delete function.
5459 (free_inferior_status): Delete function.
5460 (normal_stop): Use regcache_cpy.
5461 (struct inferior_status): Change type of fields ``stop_registers''
5462 and ``registers'' to ``struct regcache''.
5463 (write_inferior_status_register): Use regcache_write.
5464 (save_inferior_status): Instead of calling
5465 xmalloc_inferior_status, allocate the inf_status buffer directly.
5466 Use regcache_dup_no_passthrough and regcache_dup to save the
5467 buffers.
5468 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5469 Replace the stop_registers regcache instead of overriding it. Use
5470 regcache_xfree. Instead of calling free_inferior_status, xfree
5471 the buffer directly.
5472 (discard_inferior_status): Use regcache_xfree. Instead of calling
5473 free_inferior_status, xfree the buffer directly.
5474 (build_infrun): Use regcache_xmalloc.
5475 (_initialize_infrun): Delete redundant call to build_infrun.
5476
5477 * Makefile.in (infcmd.o): Add $(regcache_h).
5478
5479 * infcmd.c: Include "regcache.h".
5480 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5481 obtain the address of `stop_registers' register buffer.
5482 (print_return_value): Ditto.
5483
5484 * inferior.h (struct regcache): Add opaque declaration.
5485 (stop_registers): Change variable's declared type to ``struct
5486 regcache''.
5487
5488 2002-06-24 Tom Tromey <tromey@redhat.com>
5489
5490 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5491 * target.c (initialize_targets): Fixed typo in
5492 trust-readonly-sections `show' documentation.
5493
5494 * main.c: Marked all strings with _().
5495
5496 2002-06-24 Don Howard <dhoward@redhat.com>
5497
5498 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5499 that means max CORE_ADDR+1.
5500 (lookup_mem_region): Ditto.
5501 (mem_info_command): Ditto.
5502
5503 2002-06-24 Grace Sainsbury <graces@redhat.com>
5504
5505 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5506 (REGISTER_BYTES_OK): Remove.
5507 (REGISTER_BYTES): Remove.
5508 (STORE_STRUCT_RETURN): Remove.
5509 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5510 (STORE_RETURN_VALUE): Remove.
5511 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5512 (FRAME_CHAIN): Remove.
5513 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5514 (FRAME_SAVED_PC): Remove.
5515 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5516 (m68k_store_struct_return): Add.
5517 (m68k_deprecated_extract_return_value): Add.
5518 (m68k_deprecated_extract_struct_value_address): Add.
5519 (m68k_store_return_value): Add.
5520 (m68k_frame_chain): Add.
5521 (m68k_frameless_function_invocation): Add.
5522 (m68k_frame_saved_pc): Add.
5523 (m68k_gdbarch_init): added set_gdbarch calls for new
5524 functions and deleted macros.
5525
5526 2002-06-23 Tom Tromey <tromey@redhat.com>
5527
5528 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5529 (ALLDEPFILES): Likewise.
5530 (udiheaders): Removed.
5531 (udip2soc.o): Likewise.
5532 (udi2go32.o): Likewise.
5533 (udr.o): Likewise.
5534 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5535
5536 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5537
5538 * infrun.c (_initialize_infrun): Delete unnecessary call to
5539 build_infrun.
5540
5541 * regcache.h: Update comments describing the regcache_cpy family
5542 of functions.
5543 (regcache_save, regcache_restore): Delete declaration.
5544 (regcache_save_no_passthrough): Delete declaration.
5545 (regcache_restore_no_passthrough): Delete declaration.
5546 * regcache.c (regcache_save): Delete function.
5547 (regcache_save_no_passthrough): Delete function.
5548 (regcache_restore): Delete function.
5549 (regcache_restore_no_passthrough): Delete function.
5550
5551 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5552
5553 * config/m68k/tm-m68k.h: Fix typo.
5554 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5555 (m68k_frame_init_saved_regs): Declare.
5556
5557 2002-06-21 Jim Blandy <jimb@redhat.com>
5558
5559 Remove some vestiges of Harris 88k support.
5560 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5561 register numbering quirk.
5562 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5563 odd symbols occurring in Harris 88k ELF targets.
5564
5565 2002-06-21 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb_locale.h: New file.
5568 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5569 (defs_h): Added gdb_locale.h.
5570 * configure, config.in: Rebuilt.
5571 * configure.in (PACKAGE): Define.
5572 * defs.h: Include gdb_locale.h.
5573 * main.c (captured_main): Call setlocale, bindtextdomain,
5574 textdomain.
5575
5576 2002-06-21 Dave Brolley <brolley@redhat.com>
5577
5578 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5579 * config/frv/frv.mt: New file.
5580 * config/frv/tm-frv.h: New file.
5581 * configure.tgt: Support frv-*-*.
5582 * Makefile.in (frv-tdep.o): New target.
5583 * frv-tdep.c: New file.
5584 * NEWS: Mention frv.
5585
5586 2002-06-21 Dave Brolley <brolley@redhat.com>
5587
5588 * MAINTAINERS: Add self to "Write After Approval" list.
5589
5590 2002-06-21 Grace Sainsbury <graces@redhat.com>
5591
5592 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5593 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5594 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5595 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5596 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5597
5598 * m68k-tdep.c: Include arch-utils.h
5599 (m68k_register_raw_size): Add.
5600 (m68k_register_virtual_size): Add.
5601 (m68k_register_virtual_type): Add.
5602 (m68k_register_name): Add.
5603 (m68k_stack_align): Add.
5604 (m68k_register_byte): Add.
5605 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5606 tm-m68k.h.
5607
5608 2002-06-21 Grace Sainsbury <graces@redhat.com>
5609
5610 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5611 m68k_find_saved_regs.
5612 (m68k_pop_frame): Removed saved_regs structure, and replaced
5613 references to it with frame->saved_regs.
5614 (m68k_gdbarch_init): Added function calls to initialize the
5615 gdbarch structure.
5616 (m68k_fix_call_dummy): Add.
5617 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5618 (CALL_DUMMY): Remove.
5619 (CALL_DUMMY_LENGTH): Remove.
5620 (CALL_DUMMY_START_OFFSET): Remove.
5621 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5622 (FIX_CALL_DUMMY): Remove.
5623 (PUSH_DUMMY_FRAME): Remove.
5624 (POP_FRAME): Remove.
5625
5626 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5627
5628 * parse.c (parse_fprintf): New function used to avoid calls to
5629 fprintf in bison parser generated debug code.
5630 * parser-defs.h: Declaration of new parse_fprintf function.
5631 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5632 Set YYDEBUG to 1 by default.
5633 Set YYFPRINTF as parse_fprintf.
5634
5635 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5636
5637 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5638 encoding anymore.
5639 (pointer_encoding, enum ptr_encoding): New.
5640 (execute_cfa_program): Take care about pointer encoding.
5641 (dwarf2_build_frame_info): Only call parse_frame_info for
5642 .debug_frame and .eh_frame.
5643 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5644 fixed augmentation handling, added relative addressing,
5645 ignore duplicate FDEs. Added comments.
5646 * dwarf2cfi.c: Reindented.
5647
5648 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5649
5650 * event-top.c (command_handler): Don't use space_at_cmd_start
5651 unless there is sbrk() on the host. Assign time and space data
5652 to union fields of the appropriate length.
5653
5654 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5655
5656 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5657 x86_64_register_name. Return type changed to 'const char *'.
5658 (x86_64_register_name2nr): Rename to x86_64_register_number.
5659 (x86_64_gdbarch_init): Update to reflect the change.
5660 * x86-64-tdep.h: Ditto.
5661 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5662 (supply_fpregset): Ditto.
5663
5664 2002-06-19 Andrew Cagney <cagney@redhat.com>
5665
5666 * regcache.h: Update copyright.
5667 (struct regcache, struct gdbarch): Add opaque declarations.
5668 (current_regcache): Declare global variable.
5669 (regcache_read, regcache_write): Add gdbarch parameter.
5670 (regcache_save, regcache_save_no_passthrough)
5671 (regcache_restore, regcache_restore_no_passthrough)
5672 (regcache_dup, regcache_dup_no_passthrough)
5673 (regcache_cpy, regcache_cpy_no_passthrough)
5674 (deprecated_grub_regcache_for_registers)
5675 (deprecated_grub_regcache_for_register_valid)
5676 (regcache_valid_p): Add function declarations.
5677
5678 * regcache.c: Update copyright.
5679 (regcache_descr_handle): New global variable.
5680 (struct regcache_descr): Define.
5681 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5682 (regcache_descr, xfree_regcache_descr): New functions.
5683 (struct regcache): Define.
5684 (regcache_xmalloc, regcache_xfree): New functions.
5685 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5686 (regcache_dup, regcache_dup_no_passthrough): New functions.
5687 (regcache_valid_p, regcache_read_as_address): New functions.
5688 (deprecated_grub_regcache_for_registers): New function.
5689 (deprecated_grub_regcache_for_register_valid): New function.
5690 (current_regcache): New global variable.
5691 (register_buffer): Add regcache parameter. Update calls.
5692 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5693 (read_register_gen, write_register_gen): Update register_buffer
5694 call. Test for legacy_p instead of gdbarch_register_read_p or
5695 gdbarch_register_write_p.
5696 (regcache_collect): Update register_buffer call.
5697 (build_regcache): Rewrite. Use deprecated grub functions.
5698 (regcache_save, regcache_save_no_passthrough): New functions.
5699 (regcache_restore, regcache_restore_no_passthrough): New
5700 functions.
5701 (_initialize_regcache): Create the regcache_data_handle. Swap
5702 current_regcache global variable.
5703
5704 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5705 parameter to regcache_read and regcache_write calls.
5706 (sh4_register_read): Ditto.
5707 (sh64_pseudo_register_read): Ditto.
5708 (sh64_register_read): Ditto.
5709 (sh_pseudo_register_write): Ditto.
5710 (sh4_register_write): Ditto.
5711 (sh64_pseudo_register_write): Ditto.
5712 (sh64_register_write): Ditto.
5713
5714 * defs.h (XCALLOC): Define.
5715
5716 2002-06-19 Grace Sainsbury <graces@redhat.com>
5717
5718 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5719 * m68k-tdep.c (m68k_gdbarch_init): Added.
5720 (m68k_dump_tdep): Added.
5721
5722 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5723
5724 * ada-lang.c (fill_in_ada_prototype): Update comment.
5725
5726 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5727
5728 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5729 MIPS_ABI_LAST.
5730 (mips_abi_string, mips_abi_strings): New.
5731 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5732 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5733 tdep->mips_abi_string. Honor mips_abi_string. Default to
5734 O32 if no ABI is found.
5735 (mips_dump_tdep): Use mips_abi_strings.
5736 (mips_abi_update): New function.
5737 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5738 ``set mips abi'' and ``show mips abi''. Check the size of
5739 mips_abi_strings.
5740
5741 2002-06-19 Andrew Cagney <cagney@redhat.com>
5742
5743 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5744 constant.
5745
5746 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5747
5748 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5749 current frame using only the first stack size adjustment. All
5750 subsequent size adjustments are not considered to be part of
5751 the "static" part of the current frame.
5752 Compute the address of the saved registers relative to the
5753 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5754 in use in this frame.
5755
5756 2002-06-18 Don Howard <dhoward@redhat.com>
5757
5758 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5759 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5760 suggesting this solution.
5761
5762 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5763
5764 * config/romp/xm-rtbsd.h: Delete file.
5765 * config/romp/rtbsd.mh: Delete file.
5766
5767 2002-06-18 Keith Seitz <keiths@redhat.com>
5768
5769 * breakpoint.c (condition_command): Post breakpoint_modify
5770 when a condition is added to an existing breakpoint.
5771 (commands_command): Likewise for commands.
5772 (set_ignore_count): Likewise for ignore counts.
5773 If no tty, do not simply return, still need to send event
5774 notification.
5775 (ignore_command): Only print a newline if the command came
5776 from a tty.
5777 Don't call breakpoints_changed, since this is now properly
5778 handled by set_ignore_count.
5779
5780 2002-06-18 Andrew Cagney <cagney@redhat.com>
5781
5782 * MAINTAINERS: Note that cris-elf target can be compiled with
5783 -Werror.
5784 * cris-tdep.c (cris_register_name): Make return type constant.
5785 (cris_breakpoint_from_pc): Ditto.
5786
5787 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5788
5789 * frame.h (struct frame_info): Change type of context to
5790 'struct context'.
5791
5792 2002-06-17 Andrew Cagney <cagney@redhat.com>
5793
5794 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5795 pointer.
5796 * gdbarch.h, gdbarch.c: Regenerate.
5797 * config/mips/tm-mips.h (mips_register_name): Update.
5798 * i386-tdep.h (i386_register_name): Update.
5799 * mips-tdep.c (mips_register_name): Update
5800 * alpha-tdep.c (alpha_register_name): Update.
5801 * arch-utils.c (legacy_register_name): Update.
5802 * arch-utils.h (legacy_register_name): Update.
5803 * avr-tdep.c (avr_register_name): Update.
5804 * ia64-tdep.c (ia64_register_name): Update.
5805 * i386-tdep.c (i386_register_name): Update.
5806 * sparc-tdep.c (sparc32_register_name): Update.
5807 (sparc64_register_name): Update.
5808 (sparclite_register_name): Update.
5809 (sparclet_register_name): Update.
5810 * sh-tdep.c (sh_generic_register_name): Update.
5811 (sh_sh_register_name): Update.
5812 (sh_sh3_register_name): Update.
5813 (sh_sh3e_register_name): Update.
5814 (sh_sh_dsp_register_name): Update.
5815 (sh_sh3_dsp_register_name): Update.
5816 (sh_sh4_register_name): Update.
5817 (sh_sh64_register_name): Update.
5818 * s390-tdep.c (s390_register_name): Update.
5819 * rs6000-tdep.c (rs6000_register_name): Update.
5820 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5821 (ns32k_register_name_32382): Update.
5822 * d10v-tdep.c (d10v_ts2_register_name): Update.
5823 (d10v_ts3_register_name): Update.
5824 * xstormy16-tdep.c (xstormy16_register_name): Update.
5825 * vax-tdep.c (vax_register_name): Update.
5826 * v850-tdep.c (v850_register_name): Update.
5827 * m68hc11-tdep.c (m68hc11_register_name): Update.
5828 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5829 (am33_register_name): Update.
5830
5831 2002-06-17 Grace Sainsbury <graces@redhat.com>
5832
5833 * m68k-tdep.c: Reindented.
5834
5835 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5836
5837 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5838 list of predefined types.
5839
5840 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5841
5842 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5843 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5844 REGISTER_CONVERT_TO_RAW): Remove defines.
5845 (i386_register_virtual_type, i386_register_convertible,
5846 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5847 Remove prototypes.
5848 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5849 macros mentioned above.
5850
5851 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5852 (i386lynx_saved_pc_after_call): Remove prototype.
5853 * i386ly-tdep.c: Include "i386-tdep.h".
5854 (i386lynx_saved_pc_after_call): Make static. Use
5855 read_memory_nobpt instead of read_memory. Use
5856 read_memory_unsigned_integer instead of read_memory_integer.
5857 (i386lynx_init_abi): New function.
5858 (i386lynx_coff_osabi_sniffer): New function.
5859 (_initialize_i386bsd_tdep): New function.
5860
5861 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5862 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5863 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5864 (i386_fix_call_dummy): Remove prototype.
5865 * i386-tdep.c (i386_call_dummy_words): New variable.
5866 (i386_gdbarch_init): Adjust for removal of the
5867 macros mentioned above.
5868
5869 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5870
5871 * command.h (add_setshow_auto_boolean_cmd): Replace
5872 add_set_auto_boolean_cmd.
5873 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5874 add_set_auto_boolean_cmd.
5875 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5876 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5877 mask-address'' command.
5878 (show_mask_address): Add cmd parameter.
5879 * remote.c (add_packet_config_cmd): Update. Change type of
5880 set_func and show_func to cmd_sfunc_ftype.
5881 (_initialize_remote): Update `set remote Z-packet'
5882 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5883 (show_remote_protocol_e_packet_cmd): Ditto.
5884 (show_remote_protocol_E_packet_cmd): Ditto.
5885 (show_remote_protocol_P_packet_cmd): Ditto.
5886 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5887 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5888 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5889 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5890 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5891 (show_remote_protocol_Z_packet_cmd): Ditto.
5892 (show_remote_protocol_binary_download_cmd): Ditto.
5893 (show_remote_cmd): Pass NULL to all of above.
5894
5895 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5896
5897 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5898 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5899 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5900 POP_FRAME): Remove defines.
5901 (i386_push_arguments, i386_store_struct_return,
5902 i386_extract_return_value, i386_store_return_value,
5903 i386_extract_struct_value_address, i386_push_dummy_frame,
5904 i386_pop_frame): Renove prototypes.
5905 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5906 macros mentioned above.
5907
5908 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5909
5910 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5911 add_set_boolean_cmd.
5912 (add_setshow_cmd): New function.
5913 * command.h (add_setshow_boolean_cmd): Replace
5914 add_set_boolean_cmd.
5915 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5916 and ``set rdiromatzero''.
5917 * maint.c (_initialize_maint_cmds): Update commented out code.
5918 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5919 * target.c (initialize_targets): Update `set
5920 trust-readonly-sections'.
5921 * remote.c (_initialize_remote): Update `set remotebreak'.
5922
5923 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5924
5925 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5926 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5927 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5928 fit into multi-arch framework.
5929 (i386_breakpoint_from_pc): New function.
5930 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5931 above.
5932
5933 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5934 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5935 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5936 (i386_frameless_function_invocation, i386_frame_num_args,
5937 i386_frame_init_saved_regs): Remove prototypes.
5938 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5939 macros mentioned above.
5940
5941 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5942
5943 * cli/cli-decode.c (set_cmd_cfunc): Update.
5944 (set_cmd_sfunc): Update.
5945 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5946 (set_cmd_sfunc, set_cmd_cfunc): Update.
5947 * cli/cli-decode.h: Update.
5948
5949 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5950
5951 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5952 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5953
5954 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5955
5956 * defs.h (auto_boolean): Declare enum.
5957 * command.h (cmd_auto_boolean): Delete enum.
5958 * mips-tdep.c (mask_address_var): Update.
5959 (mips_mask_address_p): Update.
5960 (show_mask_address): Update.
5961 * remote.c (struct packet_config): Update.
5962 (update_packet_config): Update.
5963 (show_packet_config_cmd): Update.
5964 (packet_ok): Update.
5965 (add_packet_config_cmd): Update.
5966 (_initialize_remote):
5967 * command.h: Update.
5968 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5969 (do_setshow_command): Update.
5970 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5971 * cli/cli-decode.h: Update.
5972
5973 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5974
5975 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5976 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5977 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5978 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5979 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5980 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5981
5982 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5983 list of DJGPP COFF targets.
5984
5985 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5986 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5987 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5988 (FP0_REGNUM): Remove define.
5989 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5990 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5991 (i386_register_virtual_size): Remove protoype.
5992 * i386-tdep.c (i386_register_virtual_size): Removed.
5993 (i386_extract_return_value, i386_store_return_value): Use
5994 FP0_REGNUM instead of NUM_FREGS to determine whether the
5995 floating-point registers are available.
5996 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5997 Adjust for removal of macros mentioned above.
5998
5999 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6000
6001 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6002 comments.
6003 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6004 Remove prototypes.
6005 (supply_gregset, fill_gregset): Remove use of register keyword and
6006 remove declaration for regmap. Use I386_NUM_GREGS instead of
6007 NUM_REGS and NUM_FREGS.
6008 (FPREGSET_FSAVE_OFFSET): Remove.
6009 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6010 NUM_FREGS to determine whether the floating-point registers are
6011 available.
6012
6013 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6014 gnu_store_registers): Replace usage of NUM_GREGS with
6015 I386_NUM_GREGS.
6016
6017 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6018 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6019 usage of NUM_GREGS with I386_NUM_GREGS.
6020
6021 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6022
6023 * i386bsd-nat.c: Include "i386-tdep.h".
6024 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6025 I386_NUM_GREGS.
6026
6027 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6028 and associated comment. They no longer make any sense, since we
6029 don't use this file anymore on Linux.
6030
6031 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6032 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6033 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6034 elements in these arrays.
6035 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6036 MAX_NUM_REGS.
6037
6038 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6039
6040 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6041 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6042
6043 2002-06-14 Andrew Cagney <cagney@redhat.com>
6044
6045 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6046 EXTRACT_RETURN_VALUE.
6047 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6048 EXTRACT_STRUCT_VALUE_ADDRESS.
6049 * gdbarch.h, gdbarch.c: Regenerate.
6050
6051 * values.c (value_being_returned): Handle
6052 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6053 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6054
6055 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6056 * arm-tdep.c (arm_gdbarch_init): Update.
6057 * avr-tdep.c (avr_gdbarch_init): Update.
6058 * cris-tdep.c (cris_gdbarch_init): Update.
6059 * d10v-tdep.c (d10v_gdbarch_init): Update.
6060 * ia64-tdep.c (ia64_gdbarch_init): Update.
6061 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6062 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6063 * s390-tdep.c (s390_gdbarch_init): Update.
6064 * sh-tdep.c (sh_gdbarch_init): Update.
6065 * s390-tdep.c (s390_gdbarch_init): Update.
6066 * sparc-tdep.c (sparc_gdbarch_init): Update.
6067 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6068 * v850-tdep.c (v850_gdbarch_init): Update.
6069 * vax-tdep.c (vax_gdbarch_init): Update.
6070 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6072
6073 * config/arc/tm-arc.h: Update.
6074 * config/d30v/tm-d30v.h: Update.
6075 * config/fr30/tm-fr30.h: Update.
6076 * config/h8300/tm-h8300.h: Update.
6077 * config/h8500/tm-h8500.h: Update.
6078 * config/i386/tm-i386.h: Update.
6079 * config/i386/tm-ptx.h: Update.
6080 * config/i386/tm-symmetry.h: Update.
6081 * config/i960/tm-i960.h: Update.
6082 * config/m32r/tm-m32r.h: Update.
6083 * config/m68k/tm-delta68.h: Update.
6084 * config/m68k/tm-linux.h: Update.
6085 * config/m68k/tm-m68k.h: Update.
6086 * config/m88k/tm-m88k.h: Update.
6087 * config/mcore/tm-mcore.h: Update.
6088 * config/mips/tm-mips.h: Update.
6089 * config/mn10200/tm-mn10200.h: Update.
6090 * config/pa/tm-hppa.h: Update.
6091 * config/pa/tm-hppa64.h: Update.
6092 * config/sparc/tm-sp64.h: Update.
6093 * config/sparc/tm-sparc.h: Update.
6094 * config/sparc/tm-sparclet.h: Update.
6095 * config/z8k/tm-z8k.h: Update.
6096
6097 2002-06-14 Andrew Cagney <cagney@redhat.com>
6098
6099 * Makefile.in (i386_linux_tdep_h): Define.
6100 (i386_tdep_h, i387_tdep_h): Define.
6101 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6102 $(i386_tdep_h) and $(i387_tdep_h).
6103 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6104
6105 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6106
6107 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6108 Already covered by the default.
6109
6110 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6111 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6112 (i386_gdbarch_init): Initialize long_double_format and long_double
6113 bit.
6114
6115 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6116 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6117 Move these to ...
6118 * config/i386/i386sol2.mh: ... here.
6119 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6120 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6121 (SIGCONTEXT_PC_OFFSET): Remove define.
6122 (IN_SIGTRAMP): Remove define.
6123 * i386-sol2-tdep.c: New file.
6124
6125 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6126 * config/i386/tm-i386nw.h: Removed.
6127
6128 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6129 USE_STRUCT_CONVENTION): Remove defines.
6130 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6131 (get_longjmp_target): Remove prototype.
6132 (IN_SIGTRAMP): Remove define.
6133 (i386bsd_in_sigtramp): Remove prototype.
6134 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6135 function. Update comment accordingly
6136 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6137 (FRAME_SAVED_PC): Remove define.
6138 (i386bsd_frame_saved_pc): Remove prototype.
6139 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6140 GET_LONGJMP_TARGET): Remove defines.
6141 (get_longjmp_target): Remove prototype.
6142 (IN_SIGTRAMP): Remove define.
6143 (i386bsd_in_sigtramp): Remove prototype.
6144 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6145 function. Update comment accordingly
6146 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6147 (FRAME_SAVED_PC): Remove define.
6148 (i386bsd_frame_saved_pc): Remove prototype.
6149 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6150 Remove prototype.
6151 (USE_STRUCT_CONVENTION): Remove prototype.
6152 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6153 declaration.
6154 (_initialize_i386bsd_nat): Revise logic to determine some
6155 constants at compile time when compiling a native GDB. Warn if
6156 things don't match up with what we expect.
6157 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6158 Remove variables.
6159 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6160 to use date stored in `struct gdbarch_tdep'.
6161 (i386bsd_sigcontext_offset): Remove varaible.
6162 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6163 stored in `struct gdbarch_tdep'.
6164 (i386bsd_frame_saved_pc): Make static.
6165 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6166 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6167 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6168 i386fbsd4_sc_pc_offset): New variables.
6169 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6170 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6171 functions.
6172 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6173 functions.
6174 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6175 Modify the value of i386fbsd_sigtramp_start and
6176 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6177 i386fbsd_sigtramp_end.
6178 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6179 function.
6180
6181 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6182 define to i386-linux-tdep.h.
6183 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6184 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6185 defines.
6186 (i386_linux_register_name, i386_linux_register_byte,
6187 i386_linux_register_raw_size): Remove prototypes.
6188 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6189 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6190 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6191 TARGET_WRITE_PC): Remove defines.
6192 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6193 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6194 i386_linux_write_pc): Remove prototypes.
6195 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6196 (get_longjmp_target): Remove prototype.
6197 * i386-linux-tdep.h: New file.
6198 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6199 * i386-linux-tdep.c: Include "i386-tdep.h" and
6200 "i386-linux-tdep.h".
6201 (i386_linux_register_name, i386_linux_register_byte,
6202 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6203 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6204 Make static.
6205 (i386_linux_init_abi): New function.
6206 (_initialize_i386_linux_tdep): New function.
6207
6208 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6209 (i386_saved_pc_after_call): Remove prototype.
6210 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6211 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6212 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6213 (i386_register_name, i386_stab_reg_to_regnum,
6214 i386_dwarf_reg_to_regnum): Remove prototypes.
6215 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6216 SIZEOF_SSE_REGS): Remove defines.
6217 (REGISTER_BYTES): Remove define.
6218 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6219 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6220 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6221 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6222 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6223 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6224 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6225 (get_longjmp_target): Remove prototype.
6226 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6227 (sigtramp_saved_pc): Remove define.
6228 (i386v4_sigtramp_saved_pc): Remove prototype.
6229 * config/i386/tm-go32.h (FRAME_CHAIN,
6230 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6231 (i386go32_frame_saved_pc): Remove prototype.
6232 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6233 (get_longjmp_target): Remove prototype.
6234 * i386-tdep.h: Include "osabi.h".
6235 (enum i386_abi): Removed.
6236 (enum struct_return): New enum.
6237 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6238 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6239 sc_pc_offset members.
6240 (i386_gdbarch_register_os_abi): Remove prototype.
6241 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6242 I386_SSE_NUM_REGS): New defines.
6243 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6244 I386_SSE_SIZEOF_REGS): New defines.
6245 (i386_register_name, i386_register_byte, i386_register_raw_size):
6246 New prototypes.
6247 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6248 (i386bsd_sigtramp_saved_pc): New prototype.
6249 * i386-tdep.c: Don't include "elf-bfd.h".
6250 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6251 i386_frame_chain, i386_saved_pc_after_call): Make static.
6252 (i386_frame_saved_pc): Rewrite to call architecture dependent
6253 function to deal with signal handlers. Make static.
6254 (i386go32_frame_saved_pc): Removed.
6255 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6256 Removed.
6257 (i386_get_longjmp_target): New function.
6258 (default_struct_convention, pcc_struct_convention,
6259 reg_struct_convention, valid_conventions, struct_convention): New
6260 variables.
6261 (i386_use_struct_convention): New function.
6262 (i386v4_sigtramp_saved_pc): Renamed to
6263 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6264 (i386_pc_in_sigtramp): New function.
6265 (i386_abi_names): Removed.
6266 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6267 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6268 Removed.
6269 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6270 i386_gdbarch_register_os_abi): Removed.
6271 (struct i386_abi_handler): Removed.
6272 (i386_abi_handler_list): Removed.
6273 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6274 functions.
6275 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6276 i386_nw_init_abi): New functions.
6277 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6278 Use set_gdbarch_xxx() calls instead of relying on macros for a
6279 number of calls.
6280 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6281 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6282 Register the various architecture variants defined in this file.
6283
6284 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6285
6286 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6287 (struct main_type): Remove arg_types member. Update comments for
6288 struct field.
6289 (TYPE_ARG_TYPES): Remove.
6290 (TYPE_FN_FIELD_ARGS): Update.
6291 (smash_to_method_type): Update prototype.
6292
6293 * c-typeprint.c (cp_type_print_method_args): Take method type
6294 instead of argument list. Use new argument layout. Simplify.
6295 (c_type_print_args): Use new argument layout. Simplify.
6296 (c_type_print_base): Update call to cp_type_print_method_args.
6297 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6298 argument; use die->type instead. Update call to
6299 smash_to_method_type.
6300 (read_structure_scope): Update call to dwarf2_add_member_fn.
6301 * gdbtypes.c (allocate_stub_method): Update comment.
6302 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6303 Use new argument layout.
6304 (check_stub_method): Use new argument layout. Don't count
6305 void as an argument.
6306 (print_arg_types): Update comments. Use new argument layout.
6307 (recursive_dump_type): Don't print arg_types member.
6308 * hpread.c (hpread_read_struct_type): Use new argument layout.
6309 (fixup_class_method_type): Likewise.
6310 (hpread_type_lookup): Likewise.
6311 * stabsread.c (read_type): Update calls to read_args and
6312 smash_to_method_type.
6313 (read_args): Use new argument layout. Simplify.
6314 * valops.c (typecmp): Use new argument layout. Update parameters
6315 and comments. Simplify.
6316 (hand_function_call): Use new argument layout.
6317 (search_struct_method): Update call to typecmp.
6318 (find_overload_match): Use new argument layout.
6319
6320 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6321
6322 * NEWS: Mention multithreaded debug support for gdbserver.
6323
6324 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * MAINTAINERS: Mention NEWS.
6327
6328 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6329
6330 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6331 (struct mips_objfile_private, compare_pdr_entries): New.
6332 (non_heuristic_proc_desc): Read the ".pdr" section if it
6333 is present.
6334
6335 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6336
6337 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6338 (arm_debug): New static variable.
6339 (_initialize_arm_tdep): Add ``set debug arm'' command.
6340
6341 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6342
6343 * Makefile.in (sim_arm_h): Define.
6344 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6345 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6346 (arm_register_sim_regno): New function, map an internal REGNUM
6347 onto a simulator register number.
6348 (arm_gdbarch_init): Set register_sim_regno.
6349
6350 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6351
6352 * MAINTAINERS: Add self.
6353
6354 2002-06-11 Jim Blandy <jimb@redhat.com>
6355
6356 * source.c (source_info): Mention whether the symtab has
6357 information about preprocessor macros.
6358
6359 Call the command `info macro', not `show macro'.
6360 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6361 Fix error message.
6362 (_initialize_macrocmd): Register `info_macro_command' in
6363 `infolist', not `showlist'.
6364
6365 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6366
6367 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6368 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6369 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6370 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6371 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6372 unconditionally.
6373 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6374 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6375 (_initialize_mips_tdep): Remove dead code.
6376 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6377 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6378 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6379 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6380 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6381 MIPS_LAST_FP_ARG_REGNUM): Remove.
6382
6383 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6384
6385 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6386 (unwind_tmp_obstack_free, parse_frame_info)
6387 (update_context, cfi_read_fp, cfi_write_fp)
6388 (cfi_frame_chain, cfi_init_extra_frame_info)
6389 (cfi_virtual_frame_pointer): Use the above function.
6390 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6391
6392 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6393
6394 * v850-tdep.c (v850_type_is_scalar): New function.
6395 (v850_use_struct_convention): Match current gcc implementation
6396 as close as possible.
6397 (v850_push_arguments): Fix stack_offset handling. Don't write
6398 struct_addr into register. This is done by v850_store_struct_return.
6399 (v850_extract_return_value): Care for structs.
6400 (v850_store_return_value): Ditto.
6401 (v850_store_struct_return): Actually write address.
6402
6403 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6404
6405 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6406 without debug information too.
6407
6408 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6411 Make multi-arch pure.
6412 * gdbarch.h, gdbarch.c: Re-generate.
6413 * arm-tdep.c (arm_print_float_info): Update.
6414 * arch-utils.h (default_print_float_info): Update.
6415 * arch-utils.c (default_print_float_info): Update.
6416 * infcmd.c (float_info): Update call.
6417
6418 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6419
6420 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6421 the front of the initialize list.
6422
6423 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6424
6425 * infrun.c (struct inferior_status): Replace fields
6426 selected_frame_address and selected_level with field
6427 selected_frame_id.
6428 (save_inferior_status): Update. Use get_frame_id.
6429 (struct restore_selected_frame_args): Delete.
6430 (restore_selected_frame): Update. Use frame_find_by_id.
6431 (restore_inferior_status): Update.
6432
6433 * breakpoint.h (struct breakpoint): Change type of
6434 watchpoint_frame to frame_id.
6435 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6436 call to get_current_frame.
6437 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6438 get_current_frame.
6439 (watchpoint_check): Use frame_find_by_id.
6440
6441 * frame.h (record_selected_frame): Delete declaration.
6442 * stack.c (record_selected_frame): Delete function.
6443
6444 * frame.h (struct frame_id): Define.
6445 (get_frame_id): Declare.
6446 (frame_find_by_id): Declare.
6447 * frame.c (frame_find_by_id): New function.
6448 (get_frame_id): New function.
6449
6450 2002-06-10 Andrey Volkov <avolkov@transas.com>
6451
6452 * ser-e7kpc.c: Fix duplicated define and call of
6453 _initialize_ser_e7000pc
6454
6455 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6456
6457 * signals/signals.c (target_signal_from_host): Fix #ifdef
6458 SIGRTMIN case.
6459 (do_target_signal_to_host): Likewise.
6460
6461 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6462
6463 * mips-tdep.c (mips_find_abi_section): New function.
6464 (mips_gdbarch_init): Call it.
6465
6466 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6467
6468 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6469 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6470 after Andrew's 2002-06-08 gdbarch change.
6471
6472 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6473
6474 * i386-linux-nat.c (suppy_gregset): Don't supply
6475 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6476 register cache.
6477 (fill_gregset): Don't fetch it under the same circumstances.
6478
6479 2002-06-09 Andrew Cagney <cagney@redhat.com>
6480
6481 * Makefile.in (callback_h): Define.
6482 (remote_sim_h): Update path to remote-sim.h.
6483 (remote-rdp.o): Add $(callback_h).
6484 (remote-sim.o): Use $(callback_h).
6485 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6486 * remote-rdp.c: Include "gdb/callback.h".
6487
6488 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6489
6490 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6491 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6492
6493 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6494
6495 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6496 * rdi-share/serpardr.c: Ditto.
6497 * rdi-share/unixcomm.c: Ditto.
6498 * rdi-share/serdrv.c: Ditto.
6499 * rdi-share/hostchan.h: Ditto.
6500 * rdi-share/hostchan.c: Ditto.
6501 * rdi-share/host.h: Ditto.
6502 * rdi-share/devsw.c: Ditto.
6503
6504 * objfiles.h: Change type of obj_private to void pointer.
6505 * pa64solib.c: Update copyright. Don't include "assert.h", use
6506 strcmp instead of STREQ, use LONGEST, do not use PTR
6507 * somsolib.c: Ditto.
6508
6509 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6510 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6511 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6512
6513 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6514
6515 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6516 (default_get_saved_register): Delete function.
6517 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6518 generic_unwind_get_saved_register.
6519 * gdbarch.h, gdbarch.c: Re-generate.
6520
6521 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6522
6523 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6524 generic_func_frame_chain_valid.
6525 * gdbarch.h, gdbarch.c: Re-generate.
6526 * blockframe.c (generic_func_frame_chain_valid): Only check
6527 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6528 passing FP to PC_IN_CALL_DUMMY.
6529 Fix PR gdb/360.
6530
6531 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6532
6533 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6534 (register_gdbarch_data): Initialize init_p.
6535 (gdbarch_data): Initialize data pointer using the init function.
6536 (init_gdbarch_data): Delete function.
6537 (gdbarch_update_p): Update.
6538 (initialize_non_multiarch): Update.
6539 (struct gdbarch): Add field initialized_p.
6540 * gdbarch.h, gdbarch.c: Re-generate.
6541
6542 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6543
6544 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6545 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6546 better do the things actually here.
6547 * x86-64-tdep.c (x86_64_register_name2nr): New.
6548 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6549 (x86_64_gdbarch_init): Respect the above change.
6550 * x86-64-tdep.h (x86_64_register_name2nr)
6551 (x86_64_register_nr2name): Add prototypes.
6552 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6553
6554 2002-06-06 Michael Snyder <msnyder@redhat.com>
6555
6556 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6557 Delete extra braces and re-indent.
6558 (d10v_store_return_value): Char return values
6559 must be shifted over by one byte in R0.
6560 (d10v_extract_return_value): Delete extra braces, re-indent.
6561
6562 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6563
6564 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6565 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6566 (d10v_integer_to_address): Rewrite.
6567 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6568 the d10v specific functions which take care of converting to the
6569 correct space.
6570
6571 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6572
6573 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6574 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6575
6576 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6577
6578 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6579 includes.
6580 * config/tm-linux.h: Ditto.
6581 * config/alpha/tm-alphalinux.h: Ditto.
6582 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6583 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6584 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6585 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6586 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6587 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6588 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6589 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6590 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6591 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6592 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6593 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6594 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6595 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6596 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6597 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6598 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6599 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6600 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6601 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6602 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6603 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6604 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6605 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6606 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6607 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6608 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6609 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6610 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6611 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6612 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6613 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6614 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6615 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6616 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6617 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6618 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6619
6620 2002-05-04 Aidan Skinner <aidan@velvet.net>
6621
6622 * ada-exp.tab.c: New file
6623 * ada-exp.y: New file
6624 * ada-lang.c: New file
6625 * ada-lang.h: New file
6626 * ada-lex.c: New file
6627 * ada-lex.l: New file
6628 * ada-tasks.c: New file
6629 * ada-typeprint.c: New file
6630 * ada-valprint.c: New file
6631
6632 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6635 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6636
6637 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6638
6639 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6640 insetead of ppc-linux-tdep.o.
6641 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6642 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6643
6644 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6645
6646 2002-05-07 Christian Groessler <chris@groessler.org>
6647 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6648 bit register contents for little endian hosts.
6649
6650 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6651
6652 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6653 any maintainer.
6654
6655 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6656
6657 * gdbarch.h: Regenerate.
6658
6659 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6660
6661 * MAINTAINERS: Add everyone to write-after-approval list.
6662
6663 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6664
6665 * stack.c (frame_info): Use frame_register_unwind instead of
6666 saved_regs. Mention when the SP is on the stack or in a register.
6667
6668 * frame.h (frame_register_unwind_ftype): Define. Document.
6669 (struct frame_info): Add field register_unwind and
6670 register_unwind_cache.
6671 (frame_register_unwind): Declare.
6672 (generic_unwind_get_saved_register): Declare.
6673
6674 * frame.c (frame_register_unwind): New function.
6675 (generic_unwind_get_saved_register): New function.
6676
6677 * blockframe.c (generic_call_dummy_register_unwind): New function.
6678 (frame_saved_regs_register_unwind): New function.
6679 (set_unwind_by_pc): New function.
6680 (create_new_frame): New function.
6681 (get_prev_frame): New function.
6682
6683 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6684
6685 * a29k-share/: Delete directory.
6686 * remote-vx29k.c: Delete file.
6687
6688 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6689
6690 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6691 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6692
6693 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6694
6695 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6696 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6697 (sparc64nbsd-nat.o)
6698 (sparcnbsd-nat.o)
6699 (sparcnbsd-tdep.o): New dependency lists.
6700 * NEWS: Note new UltraSPARC NetBSD native configuration.
6701 * configure.host (sparc64-*-netbsd*): New host.
6702 * configure.tgt (sparc-*-netbsdelf*)
6703 (sparc-*-netbsd*): Set gdb_target to nbsd.
6704 (sparc64-*-netbsd*): New target.
6705 * sparc64nbsd-nat.c: New file.
6706 * sparcnbsd-nat.c: New file.
6707 * sparcnbsd-tdep.c: New file.
6708 * sparcnbsd-tdep.h: New file.
6709 * config/sparc/nbsd.mt: New file.
6710 * config/sparc/nbsd64.mh: New file.
6711 * config/sparc/nbsd64.mt: New file.
6712 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6713 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6714 (HOST_IPC): Remove.
6715 * config/sparc/nbsdaout.mt: Remove.
6716 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6717 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6718 (HOST_IPC): Remove.
6719 * config/sparc/nbsdelf.mt: Remove.
6720 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6721 sparc-nat.c compatiblity defines.
6722 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6723 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6724 * config/sparc/tm-nbsd64.h: New file.
6725 * config/sparc/tm-nbsdaout.h: Remove.
6726 * config/sparc/xm-nbsd.h: Remove.
6727
6728 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6729
6730 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6731 * sparc-tdep.c: Include osabi.h.
6732 (gdbarch_tdep): Add osabi member.
6733 (_initialize_sparc_tdep): Use gdbarch_register.
6734 (sparc_gdbarch_init): Use generic OS ABI framework.
6735 (sparc_dump_tdep): New function.
6736
6737 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6738
6739 * corefile.c (do_captured_read_memory_integer): Return non-zero
6740 result.
6741 (safe_read_memory_integer): Copy result of memory read when
6742 status is non-zero. Also, add comments.
6743
6744 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6745
6746 * Makefile.in (ppc_tdep_h): Define.
6747 (ppc-linux-nat.o)
6748 (ppc-linux-tdep.o)
6749 (rs6000-tdep.o): Use $(ppc_tdep_h).
6750 (ppc-sysv-tdep.o)
6751 (ppcnbsd-nat.o)
6752 (ppcnbsd-tdep.o): New dependency lists.
6753 * ppc-tdep.h: Use generic OS ABI framework.
6754 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6755 (ppc_linux_init_abi): New functions.
6756 (ppc_sysv_abi_broken_use_struct_convention)
6757 (ppc_sysv_abi_use_struct_convention)
6758 (ppc_sysv_abi_push_arguments): Move to...
6759 * ppc-sysv-tdep.c: ...here.
6760 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6761 * rs6000-tdep.c (process_note_abi_tag_sections)
6762 (get_elfosabi): Remove.
6763 (rs6000_gdbarch_init): Use generic OS ABI framework.
6764 (rs6000_dump_tdep): New function.
6765 (_initialize_rs6000_tdep): Use gdbarch_register.
6766 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6767 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6768 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6769 of ppc-linux-tdep.o.
6770 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6771 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6772 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6773 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6774 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6775 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6776
6777 2002-05-29 Jim Blandy <jimb@redhat.com>
6778
6779 * macroscope.c (default_macro_scope): Put `void' in empty argument
6780 list.
6781
6782 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6783
6784 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6785 * arch-utils.c: Include "sim-regno.h".
6786 * gdbarch.sh: Don't include "sim-regno.h".
6787 * gdbarch.h, gdbarch.c: Regenerate.
6788 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6789 here.
6790 * arch-utils.h (legacy_register_sim_regno): To here.
6791 * remote-sim.c (legacy_register_sim_regno): Move function from
6792 here.
6793 * arch-utils.c (legacy_register_sim_regno): To here.
6794
6795 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6796
6797 * sim-regno.h: New file.
6798 * Makefile.in (sim_regno_h): Define.
6799 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6800 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6801 (legacy_register_sim_regno): New function.
6802 (one2one_register_sim_regno): New function.
6803 (gdbsim_fetch_register): Rewrite.
6804 (gdbsim_store_register): Only store a register when
6805 REGISTER_SIM_REGNO is valid.
6806 * d10v-tdep.c: Include "sim-regno.h".
6807 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6808 (d10v_ts3_register_sim_regno): Ditto.
6809 * gdbarch.sh: Include "sim-regno.h".
6810 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6811 * gdbarch.h, gdbarch.c: Regenerate.
6812 * arch-utils.h (default_register_sim_regno): Delete declaration.
6813 * arch-utils.c (default_register_sim_regno): Delete function.
6814
6815 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6816
6817 * ppcnbsd-nat.c: Rewrite.
6818 * ppcnbsd-tdep.c: New file.
6819 * ppcnbsd-tdep.h: New file.
6820 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6821 solib.o, and solib-svr4.o.
6822 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6823 nbsd-tdep.o, and corelow.o.
6824
6825 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6826
6827 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6828 `tr' and `sed'. Mention that `broken' targets are not expected to
6829 build.
6830
6831 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6832
6833 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6834 Let PC point right after the prologue before looking up symbols.
6835
6836 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6837
6838 * i386-tdep.c (i386_register_virtual_type): Return
6839 builtin_type_vec128i for SSE registers.
6840
6841 * gdbtypes.h (builtin_type_vec128i): Declare.
6842
6843 * gdbtypes.c (build_builtin_type_vec128i): New function.
6844 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6845 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6846 (build_gdbtypes): Initialize new builtin vector types.
6847 (_initialize_gdbtypes): Register new vector types with gdbarch.
6848
6849 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6850
6851 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6852 since it has been multi-arch'd.
6853 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6854 Move Alpha and VAX multi-arch news entries to same section
6855 as other multi-arch news.
6856
6857 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6858
6859 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6860 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6861 static. Rename some register numbers to put them in ns32k-tdep
6862 private namespace.
6863 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6864 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6865 functions.
6866 (_initialize_ns32k_tdep): Use gdbarch_register.
6867 * ns32k-tdep.h: New file.
6868 * ns32knbsd-tdep.c: New file.
6869 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6870 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6871 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6872 REGISTER_BYTES, REGISTER_BYTE): Remove.
6873 * config/ns32k/tm-ns32k.h: New file.
6874 * config/ns32k/tm-umax.h: Remove.
6875
6876 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6877
6878 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6879 ns32k_store_struct_return, ns32k_extract_return_value,
6880 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6881 functions.
6882 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6883 ns32k_saved_pc_after_call.
6884 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6885 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6886 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6887 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6888 ns32k_extract_struct_value_address.
6889
6890 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6891
6892 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6893 ns32k_fix_call_dummy): New.
6894 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6895 ns32k_call_dummy_words.
6896 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6897 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6898 CALL_DUMMY_NARGS): Remove.
6899 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6900
6901 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6902
6903 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6904 ns32k_frame_saved_pc, ns32k_frame_args_address,
6905 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6906 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6907 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6908 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6909 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6910 (BREAKPOINT): Remove..
6911 (FRAME_CHAIN): Define as ns32k_frame_chain.
6912 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6913 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6914 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6915 (FRAME_FIND_SAVED_REGS): Remove.
6916 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6917 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6918 (POP_FRAME): Define as ns32k_pop_frame.
6919
6920 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6921
6922 * ns32k-tdep.c (ns32k_register_byte_32082,
6923 ns32k_register_byte_32382, ns32k_register_raw_size,
6924 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6925 functions.
6926 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6927 ns32k_register_byte_32382.
6928 * config/ns32k/tm-umax.h: Update copyright years.
6929 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6930 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6931 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6932 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6933 (ns32k_get_enter_addr): Fix prototype.
6934
6935 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6936
6937 * ns32k-tdep.c: Update copyright years.
6938 (ns32k_register_name_32082): New function.
6939 (ns32k_register_name_32382): Ditto.
6940 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6941 (REGISTER_NAME): Define as ns32k_register_name_32382.
6942 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6943 (REGISTER_NAME): Define as ns32k_register_name_32082.
6944
6945 2002-05-24 Jim Blandy <jimb@redhat.com>
6946
6947 * dwarf2read.c (free_line_header): Use xfree, not free.
6948
6949 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6950
6951 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6952 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6953
6954 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6955
6956 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6957
6958 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6959
6960 From Ross Alexander at NEC Europe:
6961 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6962
6963 2002-05-23 Michael Snyder <msnyder@redhat.com>
6964
6965 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6966 for input, rather than parse_and_eval_address.
6967
6968 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6969
6970 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6971 * Makefile.in (sim_d10v_h): Update definition.
6972
6973 2002-05-24 Andrew Cagney <cagney@redhat.com>
6974
6975 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6976 change `2002-05-22 Michael Snyder' below.
6977 (d10v_push_arguments): Ditto.
6978 (d10v_extract_return_value): Ditto.
6979
6980 2002-05-23 Jim Blandy <jimb@redhat.com>
6981
6982 * macrotab.c (check_for_redefinition): Don't complain if the new
6983 definition is the same as the previous one. Take more arguments
6984 to allow the comparison.
6985 (macro_define_object, macro_define_function): Pass more arguments
6986 to check_for_redefinition.
6987
6988 2002-05-22 Michael Snyder <msnyder@redhat.com>
6989
6990 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6991 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6992 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6993 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6994 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6995 Add a temp variable to save a call (and a memory read).
6996 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6997 if possible (so that PC_IN_CALL_DUMMY will work).
6998
6999 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7000
7001 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7002
7003 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7004
7005 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7006 fde->cie_ptr.
7007 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7008 (dwarf2_build_frame_info): Add offset to fde->initial_location
7009 so that frames of shared libraries are mapped correctly.
7010 (execute_stack_op): Change type of 'result' from ULONGEST to
7011 CORE_ADDR.
7012
7013 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7014
7015 * config/alpha/tm-nbsd.h: Include solib.h.
7016
7017 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7018
7019 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7020 assumptions about the host's byte order.
7021
7022 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7023
7024 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7025 to dependency list.
7026 * alphanbsd-tdep.c: Include solib-svr4.h.
7027 * shnbsd-tdep.c: Ditto.
7028
7029 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7030
7031 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7032 nbsd-tdep.h to dependency list.
7033 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7034 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7035 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7036 nbsdaout.mh and nbsdelf.mh consistently.
7037 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7038 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7039 nbsdaout.mt and nbsdelf.mh consistently.
7040 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7041 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7042 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7043 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7044 a.out shared library stuff from here...
7045 * config/nm-nbsdaout.h: ...to here.
7046 * config/tm-nbsd.h: Remove.
7047 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7048 * config/arm/nbsd.mh: Remove.
7049 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7050 nbsd-tdep.o.
7051 * config/arm/nbsdaout.mh: New file.
7052 * config/arm/nbsdelf.mh: New file.
7053 * config/arm/nm-nbsdaout.h: New file.
7054 * config/i386/nbsd.mh: Remove.
7055 * config/i386/nbsd.mt: Remove.
7056 * config/i386/nbsdaout.mh: New file.
7057 * config/i386/nbsdaout.mt: New file.
7058 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7059 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7060 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7061 i386_register_u_addr): Remove.
7062 * config/i386/nm-nbsdaout.h: New file.
7063 * config/i386/nm-nbsdelf.h: Remove.
7064 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7065 (USE_STRUCT_CONVENTION): Remove.
7066 * config/i386/tm-nbsdaout.h: New file.
7067 * config/i386/tm-nbsdelf.h: Remove.
7068 * config/m68k/nbsd.mh: Remove.
7069 * config/m68k/nbsd.mt: Remove.
7070 * config/m68k/nbsdaout.mh: New file.
7071 * config/m68k/nbsdaout.mt: New file.
7072 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7073 * config/m68k/nm-nbsdaout.h: New file.
7074 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7075 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7076 * config/ns32k/nbsd.mh: Remove.
7077 * config/ns32k/nbsd.mt: Remove.
7078 * config/ns32k/nbsdaout.mh: New file.
7079 * config/ns32k/nbsdaout.mt: New file.
7080 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7081 * config/ns32k/nm-nbsdaout.h: New file.
7082 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7083 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7084 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7085 (SVR4_SHARED_LIBS): Remove.
7086 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7087 * config/sparc/nbsd.mh: Remove.
7088 * config/sparc/nbsd.mt: Remove.
7089 * config/sparc/nbsdaout.mh: New file.
7090 * config/sparc/nbsdaout.mt: New file.
7091 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7092 * config/sparc/nbsdelf.mt: New file.
7093 * config/sparc/nm-nbsdaout.h: New file.
7094 * config/sparc/nm-nbsdelf.h: Remove.
7095 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7096 * config/sparc/tm-nbsdaout.h: New file.
7097
7098 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7099
7100 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7101 mipsnbsd-tdep.c
7102 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7103
7104 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7105
7106 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7107 shnbsd-nat.c.
7108 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7109
7110 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7111
7112 * NEWS: Note new MIPS NetBSD native configuration.
7113 * configure.host (mips*-*-netbsd*): New host.
7114 * configure.tgt (mips*-*-netbsd*): New target.
7115 * mipsnbsd-nat.c: New file.
7116 * mipsnbsd-tdep.c: New file.
7117 * mipsnbsd-tdep.h: New file.
7118 * config/mips/nbsd.mh: New file.
7119 * config/mips/nbsd.mt: New file.
7120 * config/mips/nm-nbsd.h: New file.
7121 * config/mips/tm-nbsd.h: New file.
7122
7123 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7124
7125 * Makefile.in (SFILES): Add osabi.c.
7126 (COMMON_OBS): Add osabi.o.
7127 (osabi.o): New dependency list.
7128 * osabi.c: New file.
7129 * osabi.h: New file.
7130 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7131
7132 * Makefile.in (alpha_tdep_h): Define and use instead of
7133 alpha-tdep.h.
7134 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7135 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7136 Remove.
7137 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7138 * alpha-tdep.h: Include osabi.h.
7139 (alpha_abi): Remove.
7140 (gdbarch_tdep): Use generic OS ABI framework.
7141 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7142 gdbarch_register_osabi.
7143 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7144 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7145 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7146
7147 * Makefile.in (sh_tdep_h): Add osabi.h.
7148 * sh-tdep.h (sh_osabi): Remove.
7149 (gdbarch_tdep): Use generic OS ABI framework.
7150 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7151 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7152 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7153 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7154
7155 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7156 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7157 gdbarch_register_osabi.
7158 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7159 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7160 (get_elfosabi): Rename to...
7161 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7162 ABI framework support routines.
7163 (arm_gdbarch_init): Use generic OS ABI framework.
7164 (arm_dump_tdep): Likewise.
7165 (_initialize_arm_tdep): Likewise.
7166 * arm-tdep.h: Include osabi.h.
7167 (arm_abi): Remove.
7168 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7169 osabi member.
7170 (arm_gdbarch_register_os_abi): Remove prototype.
7171 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7172 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7173
7174 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7175 * mips-tdep.c: Include osabi.h.
7176 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7177 OS ABI framework.
7178
7179 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7180
7181 * h8300-tdep.c: Fix formatting.
7182
7183 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7184
7185 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7186 printing vector registers.
7187
7188 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7189
7190 From Fernando Nasser:
7191 * remote.c (remote_async_open_1): Re-throw the exception when the
7192 connection fails.
7193 (remote_cisco_open): Ditto.
7194 (remote_open_1): Ditto.
7195
7196 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7197
7198 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7199 (remote_start_remote): Add uiout parameter. Pass through to
7200 remote_start_remote_dummy.
7201 (remote_open_1): Use catch_exception instead of catch_errors.
7202 (remote_async_open_1): Ditto.
7203 (remote_cisco_open): Ditto.
7204
7205 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7206
7207 * remote.c (remote_start_remote): Replace PTR with void pointer.
7208 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7209 static.
7210
7211 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7212
7213 * gdb_indent.sh: Allow the script to be run in the sim directory.
7214
7215 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7216
7217 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7218 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7219
7220 * corelow.c (core_open): Only call set_gdbarch_from_file if
7221 exec_bfd is NULL.
7222
7223 2002-05-17 Andrey Volkov <avolkov@transas.com>
7224
7225 * h8300-tdep.c: Add support of EXR register
7226 * config/h8300/tm-h8300.h: Ditto.
7227
7228 2002-05-17 Andrey Volkov <avolkov@transas.com>
7229
7230 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7231
7232 2002-05-17 Andrey Volkov <avolkov@transas.com>
7233
7234 * h8300-tdep.c: Change literal regnums to REGNO.
7235
7236 2002-05-17 Jim Blandy <jimb@redhat.com>
7237
7238 * NEWS: Note addition of macro support.
7239
7240 Expand preprocessor macros in C expressions.
7241 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7242 (scan_macro_expansion, scanning_macro_expansion,
7243 finished_macro_expansion): New function declarations.
7244 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7245 variable declarations.
7246 * parser-defs.h (expression_context_pc): New declaration.
7247 * parse.c (expression_context_pc): New variable.
7248 (parse_exp_1): Set expression_context_pc, as well as
7249 expression_context_block.
7250 * c-exp.y (yylex): If we're not already reading the result of a
7251 macro expansion, try to macro-expand the next token. When we're
7252 done scanning a macro expansion, switch back to the mainline text.
7253 Commas and `if's in a macro's expansion don't terminate the input.
7254 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7255 (macro_original_text, macro_expanded_text,
7256 expression_macro_lookup_func, expression_macro_lookup_baton): New
7257 variables.
7258 (scan_macro_expansion, scanning_macro_expansion,
7259 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7260 c_preprocess_and_parse): New functions.
7261 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7262 c_preprocess_and_parse, instead of c_parse.
7263 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7264 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7265
7266 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7267
7268 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7269 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7270 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7271
7272 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7273
7274 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7275
7276 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7277
7278 * Makefile.in (sh_tdep_h): Define and use.
7279 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7280 register enum): Move to...
7281 * * sh-tdep.h: ...here.
7282 * sh-tdep.c: Include sh-tdep.h.
7283 * sh3-rom.c: Likewise.
7284 * shnbsd-tdep.c: Likewise.
7285
7286 2002-05-16 Michael Snyder <msnyder@redhat.com>
7287
7288 * arm-tdep.c: Spelling fix in comment.
7289
7290 2002-05-16 Jim Blandy <jimb@redhat.com>
7291
7292 Add commands for manually expanding macros and showing their
7293 definitions.
7294 * macrocmd.c, macroscope.c, macroscope.h: New files.
7295 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7296 (macroscope_h): New variable.
7297 (HFILES_NO_SRCDIR): Add macroscope.h.
7298 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7299 (macroscope.o, macrocmd.o): New rules.
7300
7301 Teach the Dwarf 2 reader to read macro information.
7302 * dwarf2read.c: #include "macrotab.h".
7303 (dwarf_macinfo_buffer): New variable.
7304 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7305 dwarf_macinfo_size.
7306 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7307 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7308 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7309 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7310 dwarf2_macro_spaces_in_definition): New complaints.
7311 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7312 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7313 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7314 the partial symbol table.
7315 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7316 from what's recorded in the partial symbol table.
7317 (read_file_scope): If the compilation unit has a
7318 `DW_AT_macro_info' attribute, read its macro information.
7319 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7320
7321 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7322
7323 Fix PR gdb/546
7324 * ser-tcp.c: Don't include <netinet/udp.h>.
7325
7326 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7327
7328 * MAINTAINERS: Update my email address.
7329
7330 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7331
7332 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7333 include file of the same name.
7334
7335 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7336
7337 * configure.tgt: Mark v850 as multi-arched.
7338 * config/v850/tm-v850.h: Remove file.
7339 * config/v850/v850.mt: Eliminate TM_FILE.
7340
7341 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7342
7343 * v850-tdep.c: Full multi-arch.
7344 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7345 Define GDB_MULTI_ARCH to 2.
7346
7347 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7348
7349 * p-exp.y (current_type): New static variable.
7350 Carries the type of the expression at the position that is parsed.
7351 (push_current_type, pop_current_type): Two new functions. Used
7352 to store/restore current_type in expression on specific tokens.
7353 (search_field): New static variable. Set to one after parsing a point
7354 as at that point only a FIELDNAME token should be searched.
7355 (FIELDNAME): New token. After a point only a token belonging to
7356 current_type type definition is allowed.
7357 (all over token rules): reset and change current_type according
7358 to rules.
7359 (exp '[' rule): insert implicit array index field if
7360 exp is a pascal string type.
7361
7362 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7363
7364 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7365 frame info. Use frame_info's saved_regs instead of matching member
7366 in extra_frame_info throughout.
7367 (v850_frame_init_saved_regs): New function.
7368 (v850_init_extra_frame_info): Move most functionality into
7369 v850_frame_init_saved_regs().
7370 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7371 (v850_frame_find_saved_regs): Remove declaration.
7372 (FRAME_FIND_SAVED_REGS): Remove definition.
7373 (v850_frame_init_saved_regs): Add declaration.
7374 (FRAME_INIT_SAVED_REGS): Add definition.
7375
7376 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7377
7378 * v850-tdep.c: Begin multi-arch'ing v850.
7379 (v850_target_architecture_hook): Remove function.
7380 (v850_gdbarch_init): New function. Add code previously in
7381 v850_target_architecture_hook().
7382 (_initialize_v850_tdep): Don't set target_architecture_hook.
7383 Call register_gdbarch_init() instead.
7384
7385 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7386
7387 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7388 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7389 (fixup_class_method_type): Likewise.
7390
7391 2002-05-15 Jim Blandy <jimb@redhat.com>
7392
7393 Add macro structures to GDB's symbol tables. Nobody puts anything
7394 in them yet.
7395 * symtab.h (struct symtab): New member: `macro_table'.
7396 * buildsym.h (pending_macros): New global variable.
7397 * buildsym.c: #include "macrotab.h".
7398 (buildsym_init): Initialize `pending_macros'.
7399 (end_symtab): If we found macro information while reading a CU's
7400 debugging info, do build a symtab structure for it. Make the
7401 symtab point to the macro information, and clear the
7402 `pending_macros' pointer which held it while we were reading the
7403 debug info.
7404 (really_free_pendings): Free any pending macro table.
7405 * objfiles.h (struct objfile): New member: `macro_cache'.
7406 * objfiles.c (allocate_objfile): Set allocate and free functions
7407 for the macro cache's objstack.
7408 (free_objfile): Empty the macro cache's obstack.
7409 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7410 set new allocate and free functions for it.
7411 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7412 free functions for the macro cache's objstack. (Why is this
7413 function building its own objfile?)
7414 * symmisc.c (print_objfile_statistics): Print statistics on the
7415 macro bcache.
7416 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7417
7418 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7419
7420 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7421 (REGISTER_U_ADDR): Delete definition.
7422 (arm_register_u_addr): Delete declaration.
7423
7424 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7425
7426 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7427 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7428
7429 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7430
7431 * regcache.c (register_valid): Revise comments refering to "Not
7432 available" and "unavailable".
7433 * frame.c (frame_register_read): Ditto.
7434 * findvar.c (value_of_register): Ditto.
7435
7436 2002-05-15 Andrew Cagney <cagney@redhat.com>
7437
7438 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7439 (remote-sim.o): Update dependencies.
7440 (d10v-tdep.o): Specify dependencies.
7441 (sim_d10v_h): Define.
7442
7443 2002-05-14 Jim Blandy <jimb@redhat.com>
7444
7445 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7446 * macrotab.c (macro_lookup_inclusion, find_definition,
7447 new_macro_table): Same.
7448
7449 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7450 not `! strcmp ()'. This is a dubious improvement.
7451 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7452
7453 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7454 although it's not necessary, to avoid a warning.
7455
7456 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7457
7458 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7459 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7460 TYPE_INSTANCE_FLAGS.
7461 (struct main_type): New.
7462 (struct type): Move most members to struct main_type. Change
7463 cv_type and as_type to new type_chain member. Add instance_flags.
7464 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7465 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7466 (finish_cv_type): Remove prototype.
7467 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7468 Set TYPE_CHAIN.
7469 (alloc_type_instance): New function.
7470 (smash_type): New function.
7471 (make_pointer_type, make_reference_type, make_function_type)
7472 (smash_to_member_type, smash_to_method_type): Call smash_type.
7473 (make_qualified_type): New function.
7474 (make_type_with_address_space): Call make_qualified_type.
7475 (make_cv_type): Likewise.
7476 (finish_cv_type): Remove unnecessary function.
7477 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7478 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7479 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7480 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7481 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7482 * hpread.c (hpread_read_struct_type): Likewise.
7483 * stabsread.c (read_struct_type): Likewise.
7484
7485 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7486
7487 * configure.tgt: Add a catch all sh* target, for cases like
7488 sh[2,3,4]-elf and sh-hms.
7489
7490 2002-05-14 Keith Seitz <keiths@redhat.com>
7491
7492 * event-loop.c (create_file_handler): Don't do anything but
7493 update data when we are given a fd which we are already
7494 monitoring.
7495
7496 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7497
7498 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7499 (update_context): Use __func__ in warnings.
7500
7501 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7502
7503 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7504 and tcp_close to net_open and net_close.
7505 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7506 using UDP if requested. Don't try to disable Nagle on UDP
7507 sockets.
7508 * remote.c (remote_serial_open): New function. Warn about UDP.
7509 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7510
7511 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7512
7513 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7514
7515 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7516
7517 * configure.tgt: Remove sh-hms target.
7518 * MAINTAINERS: Don't list sh-hms as a separate target.
7519
7520 2002-05-13 Jim Blandy <jimb@redhat.com>
7521
7522 Add first preprocessor macro-expansion files.
7523 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7524 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7525 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7526 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7527 (COMMON_OBS): Add macrotab.o, macroexp.o.
7528 (macroexp.o, macrotab.o): New rules.
7529
7530 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7531
7532 * config/m88k/tm-m88k.h: Update copyright.
7533 (m88k_target_write_pc): Declare
7534 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7535 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7536 (SHIFT_INST_REGS): Update definition.
7537 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7538 using old definition of TARGET_WRITE_PC.
7539 * regcache.c (generic_target_write_pc): Delete code handling
7540 NNPC_REGNUM.
7541 * gdbarch.sh (NNPC_REGNUM): Delete.
7542 * gdbarch.h, gdbarch.c: Regenerate.
7543
7544 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7545
7546 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7547 builtin reg number.
7548
7549 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7550
7551 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7552 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7553 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7554 access macros.
7555 * c-typeprint.c (cp_type_print_method_args): Likewise.
7556 (c_type_print_args): Likewise.
7557 * d10v-tdep.c (d10v_push_arguments): Likewise.
7558 (d10v_extract_return_value): Likewise.
7559 * expprint.c (print_subexp): Likewise.
7560 * gdbtypes.c (lookup_primitive_typename): Likewise.
7561 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7562 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7563 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7564 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7565 (TYPE_VECTOR): Likewise.
7566 * hpread.c (hpread_read_struct_type)
7567 (fix_static_member_physnames, fixup_class_method_type)
7568 (hpread_type_lookup): Likewise.
7569 * mdebugread.c (parse_symbol, parse_type): Likewise.
7570 * p-lang.c (is_pascal_string_type): Likewise.
7571 * valops.c (hand_function_call): Likewise.
7572 * x86-64-tdep.c (classify_argument): Likewise.
7573
7574 * hpread.c (hpread_read_function_type)
7575 (hpread_read_doc_function_type): Call replace_type.
7576 * dstread.c (create_new_type): Delete.
7577 (decode_dst_structure, process_dst_function): Call alloc_type.
7578 Use type access macros.
7579
7580 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7581
7582 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7583 the're not supported by the current architecture.
7584 (i387_fill_fxsave): Likewise.
7585
7586 2002-05-12 Fred Fish <fnf@redhat.com>
7587
7588 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7589 sect_index_xxx members to index the first slot in section_offsets
7590 if all of the section_offsets are zero.
7591
7592 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7593
7594 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7595 checked in with last change.
7596
7597 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7598
7599 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7600 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7601 config.sub.
7602
7603 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7604
7605 * Makefile.in: Update dependencies.
7606
7607 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7608
7609 * language.c (local_hex_string_custom): Simplify. Do not depend
7610 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7611
7612 * memattr.c (mem_info_command): Replace calls to
7613 longest_local_hex_string and longest_local_hex_string_custom.
7614 * buildsym.c (make_blockvector): Ditto.
7615 * solib.c (info_sharedlibrary_command): Ditto.
7616 * tracepoint.c (tracepoints_info): Ditto.
7617 * symtab.c (print_msymbol_info): Ditto.
7618
7619 * language.c (local_hex_string): Delete.
7620 (local_hex_string_custom): Delete.
7621 (longest_local_hex_string): Rename to local_hex_string.
7622 (longest_local_hex_string_custom): Rename to
7623 local_hex_string_custom.
7624 * language.h (local_hex_string): Change parameter type to LONGEST.
7625 (local_hex_string_custom): Ditto.
7626 (longest_local_hex_string): Delete declaration.
7627 (longest_local_hex_string_custom): Ditto.
7628
7629 * solib.c: Update copyright.
7630 * memattr.c: Update copyright.
7631
7632 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7633
7634 * arch-utils.h (legacy_register_to_value): Declare.
7635 (legacy_value_to_register): Declare.
7636 (legacy_convert_register_p): Declare.
7637 * arch-utils.c (legacy_register_to_value): New function.
7638 (legacy_value_to_register): New function.
7639 (legacy_convert_register_p): New function.
7640
7641 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7642 (VALUE_TO_REGISTER): Define.
7643 (CONVERT_REGISTER_P): Define.
7644 * gdbarch.h, gdbarch.c: Regenerate.
7645
7646 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7647 VALUE_TO_REGISTER.
7648 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7649 CONVERT_REGISTER_P.
7650
7651 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7652 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7653
7654 * Makefile.in: Update dependencies for valops.c.
7655 * valops.c: Include "gdb_assert.h".
7656 (typecmp): Skip THIS parameter to methods.
7657 (find_method_list): Remove static_memfuncp argument,
7658 update callers. Check for stub methods.
7659 (find_value_oload_method_list): Don't set *static_memfuncp.
7660 (find_overload_match): Don't check for stub methods. Assert
7661 that methods are not stubbed. Handle static methods.
7662 (value_find_oload_method_list): Remove static_memfuncp argument.
7663 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7664 to the argument list for static stub methods.
7665 * value.h (value_find_oload_method_list): Update prototype.
7666
7667 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7668
7669 * arch-utils.h (generic_register_size): Declare.
7670 (generic_register_raw_size, generic_register_virtual_size): Delete
7671 declarations.
7672 * arch-utils.c (generic_register_raw_size): Delete.
7673 (generic_register_size): New function.
7674 (generic_register_virtual_size): Delete.
7675
7676 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7677 default generic_register_size.
7678 * gdbarch.h, gdbarch.c: Re-generate.
7679
7680 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7681 register_virtual_size.
7682 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7683 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7684
7685 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7686
7687 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7688 * gdbarch.h, gdbarch.c: Regenerate.
7689 * gnu-v3-abi.c: Update copyright.
7690 (vtable_address_point_offset): Update.
7691 (gnuv3_rtti_type): Update.
7692 (gnuv3_baseclass_offset): Update.
7693 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7694 (init_fetch_link_map_offsets): Update.
7695 * remote.c (get_remote_state): Update.
7696
7697 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7698
7699 * TODO: Remove value_headof/value_from_vtable_info comment.
7700 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7701 * values.c (value_headof, value_from_vtable_info): Delete.
7702 * value.h (value_from_vtable_info): Delete prototype.
7703
7704 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7705
7706 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7707 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7708 $(gdb_regex_h).
7709 (gdb_assert_h): Define.
7710 (gdb_wait_h): Define.
7711 (gdb_regex_h): Define.
7712
7713 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7714
7715 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7716 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7717
7718 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7719
7720 * nbsd-tdep.c: Fix comment.
7721
7722 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7723
7724 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7725 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7726 (nbsd-tdep.o): New dependency list.
7727 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7728 nbsd-tdep.h.
7729 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7730 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7731 * nbsd-tdep.c: New file.
7732 * nbsd-tdep.h: New file.
7733 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7734 nbsd-tdep.h.
7735 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7736 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7737 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7738 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7739
7740 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7741
7742 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7743 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7744 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7745 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7746 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7747 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7748
7749 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7752 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7753 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7754 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7755 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7756 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7757 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7758
7759 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7760
7761 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7762 fetch_elfcore_registers to...
7763 * i386nbsd-tdep.c: ...here.
7764 (i386nbsd_use_struct_convention): Rename to...
7765 (i386nbsd_aout_use_struct_convention): ...this.
7766 (i386nbsd_supply_reg): New function.
7767 (i386nbsd_fill_reg): New function.
7768 (fetch_core_registers): Use i386nbsd_supply_reg.
7769 (fetch_elfcore_registers): Likewise.
7770 (_initialize_i386nbsd_tdep): New function.
7771 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7772 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7773 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7774 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7775 (i386nbsd_aout_use_struct_convention): ...this.
7776
7777 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7778
7779 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7780 (store_inferior_registers): Use shnbsd_fill_reg.
7781 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7782 sh_nbsd_supply_register): Collapse into...
7783 (shnbsd_supply_reg): ...this.
7784 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7785 (shnbsd_fill_reg): ...this.
7786 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7787 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7788 (fetch_core_registers): Use shnbsd_supply_reg.
7789 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7790 (sh_nbsd_core_fns): Rename to...
7791 (shnbsd_core_fns): ...this.
7792 (sh_nbsd_elfcore_fns): Rename to...
7793 (shnbsd_elfcore_fns): ...this.
7794 (sh_nbsd_init_abi): Rename to...
7795 (shnbsd_init_abi): ...this.
7796 (_initialize_sh_nbsd_tdep): Rename to...
7797 (_initialize_shnbsd_tdep): ...this.
7798 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7799 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7800 sh_nbsd_fill_register): Remove prototypes.
7801 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7802
7803 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7804
7805 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7806 (i387-nat.o): Delete dependency list.
7807 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7808 (x86-64-linux-nat.o): Likewise.
7809 * i387-nat.c: Delete file, moving contents to...
7810 * i387-tdep.c: ...here.
7811 * i387-nat.h: Rename...
7812 * i387-tdep.h: ...to this.
7813 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7814 * i386-linux-nat.c: Likewise.
7815 * i386bsd-nat.c: Likewise.
7816 * i386gnu-nat.c: Likewise.
7817 * i386nbsd-nat.c: Likewise.
7818 * i386v4-nat.c: Likewise.
7819 * x86-64-linux-nat.c: Likewise.
7820 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7821 * config/i386/go32.mh (NATDEPFILES): Likewise.
7822 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7823 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7824 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7825 * config/i386/linux.mh (NATDEPFILES): Likewise.
7826 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7827 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7828 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7829 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7830
7831 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7832
7833 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7834 (alphanbsd-nat.o): Remove dependency list.
7835 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7836 * alphanbsd-nat.c: Delete. Contents moved to...
7837 * alphanbsd-tdep.c: ...here.
7838 (_initialize_alphanbsd_tdep): Register core functions.
7839 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7840
7841 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7842
7843 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7844 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7845 (alphanbsd-nat.o): Likewise.
7846 (alphabsd-tdep.o): New dependency list.
7847 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7848 (fill_gregset): Use alphabsd_fill_reg.
7849 (supply_fpregset): Use alphabsd_supply_fpreg.
7850 (fill_fpregset): Use alphabsd_fill_fpreg.
7851 (fetch_inferior_registers): Use struct reg and struct fpreg
7852 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7853 and alphabsd_supply_fpreg.
7854 (store_inferior_registers): Use struct reg and struct fpreg
7855 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7856 and alphabsd_fill_fpreg.
7857 * alphabsd-tdep.c: New file.
7858 * alphabsd-tdep.h: New file.
7859 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7860 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7861 alphabsd_supply_fpreg.
7862 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7863 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7864
7865 2002-05-11 Eric Christopher <echristo@redhat.com>
7866
7867 * mips-tdep.c (mips_double_register_type): Fix thinko.
7868 (mips_single_register_type): Ditto.
7869 * MAINTAINERS: Add self.
7870
7871 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7872
7873 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7874 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7875 right thing on architectures with different endianness and/or
7876 integer sizes.
7877
7878 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7879
7880 From Christian Limpach <chris@Pin.LU>
7881 * configure.in: Change sed expression which comments out
7882 NATDEPFILES to also comment out continuation lines.
7883 * configure: Regenerate.
7884
7885 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7886
7887 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7888 big patch.
7889
7890 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7891
7892 * sh-tdep.c: Include correct file.
7893
7894 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7895
7896 New support for sh64-elf (sh5) target.
7897
7898 * configure.tgt: For sh64-elf target, default to sh-elf.
7899
7900 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7901 (struct gdbarch_tdep): Add new fields for new registers and ABI
7902 info.
7903
7904 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7905 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7906 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7907 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7908 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7909 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7910 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7911 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7912 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7913 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7914 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7915 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7916 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7917 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7918 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7919 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7920 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7921 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7922 sign_extend, sh64_nofp_frame_init_saved_regs,
7923 sh64_init_extra_frame_info, sh64_get_saved_register,
7924 sh64_extract_struct_value_address, sh64_pop_frame,
7925 sh64_push_arguments, sh64_extract_return_value,
7926 sh64_store_return_value, sh64_show_media_regs,
7927 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7928 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7929 sh_sh64_register_virtual_type,
7930 sh_sh64_register_convert_to_virtual,
7931 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7932 sh64_register_read, sh64_pseudo_register_write,
7933 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7934 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7935 sh64_do_pseudo_register, sh_compact_do_registers_info,
7936 sh64_do_registers_info, sh_gdbarch_init): New functions.
7937
7938 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7939
7940 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7941
7942 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * linespec.c (decode_line_1): Check for a double quote after
7945 a filename correctly.
7946
7947 2002-05-10 Jim Blandy <jimb@redhat.com>
7948
7949 Properly track the size of the current objfile's .debug_line section.
7950 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7951 (DWARF_LINE_SIZE): New macro.
7952 (dwarf2_build_psymtabs_hard): Record the line section's size in
7953 the partial symbol table.
7954 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7955 symbol table.
7956
7957 2002-05-10 Petr Sorfa <petrs@caldera.com>
7958
7959 * ia64-tdep.c: Handle breakpoints on L instruction type
7960 in MLX instruction bundle by moving the breakpoint to
7961 the third slot (X instruction type) as L holds only data.
7962
7963 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7964
7965 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7966 (process_one_symbol): Complain about discarding local symbols
7967 due to a misplaced N_LBRAC entry.
7968
7969 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7970
7971 From Daniel Berlin <dan@cgsoftware.com>
7972 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7973 decrease the depth we are at, in the case of templates.
7974
7975 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7976
7977 * mips-tdep.c (mips_float_register_type): New function.
7978 (mips_double_register_type): New function.
7979 (mips_print_register): Use them.
7980 (do_fp_register_row): Likewise.
7981
7982 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7983
7984 * signals/signals.c (signals): Remove conditional compilation around
7985 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7986 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7987
7988 2002-05-09 Michael Snyder <msnyder@redhat.com>
7989
7990 * remote-rdp.c (remote_rdp_can_run): Remove.
7991
7992 2002-05-09 Tom Tromey <tromey@redhat.com>
7993
7994 * jv-valprint.c (java_val_print): Handle `char' as a special case
7995 of TYPE_CODE_INT.
7996
7997 2002-05-09 Michael Snyder <msnyder@redhat.com>
7998
7999 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8000 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8001 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8002 str r(0123),[sp,#nn].
8003 (arm_skip_prologue): Ditto. Also make disassembly
8004 order-independent by placing it in a loop.
8005
8006 2002-05-06 Michael Snyder <msnyder@redhat.com>
8007
8008 * stabsread.c (read_type): Add recognition for new attribute:
8009 "@V;" means that an array type is actually a vector.
8010 This is analogous to the vector flag that's been added to dwarf2.
8011
8012 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8013
8014 * i386-tdep.h (i386_abi): New enum.
8015 (struct gdbarch_tdep): Replace os_ident member with abi.
8016 (i386_gdbarch_register_os_abi): New prototype.
8017 * i386-tdep.c (i386_abi_names): New array.
8018 (process_note_abi_tag_sections): Removed.
8019 (process_note_sections): New function.
8020 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8021 (struct i386_abi_handler): New struct.
8022 (i386_abi_handler_list): New variable.
8023 (i386_gdbarch_register_os_abi): New function.
8024 (i386_gdbarch_init): Adapt for the changes given above.
8025
8026 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8027
8028 * gregset.h: Say "GNU/Linux".
8029
8030 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8031
8032 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8033 (build_gdbtypes): Build builtin_type_v2_float.
8034 (_initialize_gdbtypes): Register new builtin type.
8035
8036 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8037
8038 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8039 (clear_gdbarch_swap): New function.
8040 (initialize_non_multiarch): Call.
8041 (gdbarch_update_p): Before calling init(), swap out and clear the
8042 existing architecture.
8043 * gdbarch.c: Regenerate.
8044
8045 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8046
8047 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8048 alphanbsd-tdep.c.
8049
8050 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8051
8052 * sh-nbsd-nat.c: Rename to...
8053 * shnbsd-nat.c: ...this.
8054 * sh-nbsd-tdep.c: Rename to...
8055 * shnbsd-tdep.c: ...this.
8056 * sh-nbsd-tdep.h: Rename to...
8057 * shnbsd-tdep.h: ...this.
8058 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8059 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8060
8061 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8062
8063 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8064 concatenation for command help messages.
8065
8066 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8067
8068 * NEWS: Note new sh*-*-netbsdelf* configuration.
8069 * configure.host: Set gdb_host_cpu to sh for all sh*.
8070 (sh*-*-netbsdelf*): New host.
8071 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8072 (sh*-*-netbsdelf*): New target.
8073 * sh-nbsd-nat.c: New file.
8074 * sh-nbsd-tdep.c: New file.
8075 * sh-nbsd-tdep.h: New file.
8076 * config/sh/nbsd.mh: New file.
8077 * config/sh/nbsd.mt: New file.
8078 * config/sh/nm-nbsd.h: New file.
8079 * config/sh/tm-nbsd.h: New file.
8080
8081 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * sh-tdep.c (sh_osabi_names): Declare.
8084 (process_note_abi_tag_sections): New function.
8085 (get_elfosabi): Ditto.
8086 (sh_gdbarch_register_os_abi): Ditto.
8087 (sh_dump_tdep): Ditto.
8088 _initialize_sh_tdep): Use gdbarch_register to register
8089 sh_gdbarch_init and sh_dump_tdep.
8090 * config/sh/tm-sh.h (sh_osabi): Declare.
8091 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8092
8093 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8094
8095 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8096 (thumb_scan_prologue): Ditto.
8097 (arm_find_callers_reg): Ditto.
8098 (arm_frame_chain): Ditto.
8099 (arm_init_extra_frame_info): Ditto.
8100 (arm_frame_saved_pc): Ditto.
8101 (arm_pop_frame): Ditto.
8102 (arm_push_return_address): New function.
8103 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8104 call_dummy_location, call_dummy_breakpoint_offset_p,
8105 call_dummy_breakpoint_offset, call_dummy_p,
8106 call_dummy_stack_adjust_p, call_dummy_words,
8107 sizeof_call_dummy_words, call_dummy_start_offset,
8108 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8109 call_dummy_address, push_return_address and push_dummy_frame for
8110 generic dummy frames.
8111
8112 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8115 size computation for alloca.
8116 (sh_fp_frame_init_saved_regs): Likewise.
8117
8118 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8119
8120 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8121 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8122 * arm-tdep.c (arm_store_return_value): Use them.
8123 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8124 * remote-rdp.c (remote_rdp_fetch_register): Use
8125 ARM_MAX_REGISTER_RAW_SIZE.
8126 (remote_rdp_store_register): Likewise.
8127
8128 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8129
8130 * dwarf2cfi.c: Code cleanup, removed unused variables,
8131 added default labels to switch {} statements.
8132 * x86-64-tdep.c: Ditto.
8133 * x86-64-linux-nat.c: Ditto.
8134
8135 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8136
8137 * solib.h: Protect against multiple inclusion.
8138
8139 2002-05-06 Jim Blandy <jimb@redhat.com>
8140
8141 Add first preprocessor macro-expansion files.
8142 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8143 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8144 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8145 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8146 (COMMON_OBS): Add macrotab.o, macroexp.o.
8147 (macroexp.o, macrotab.o): New rules.
8148
8149 Separate the job of reading the line number info statement program
8150 header (...expialidocious) out into its own function.
8151 * dwarf2read.c (struct line_head, struct filenames, struct
8152 directories): Replace with...
8153 (struct line_header): New structure, containing the full
8154 contents of the statement program header, including the
8155 include directory and file name tables.
8156 (read_file_scope): If we have line number info, instead of just
8157 calling dwarf_decode_lines to do all the work, call
8158 dwarf_decode_line_header first to get a `struct line_header'
8159 containing the data in the statement program header, and then
8160 pass that to dwarf_decode_lines, which will pick up where that
8161 left off. Be sure to clean up the `struct line_header' object.
8162 (dwarf_decode_line_header, free_line_header, add_include_dir,
8163 add_file_name): New functions.
8164 (dwarf_decode_lines): Move all the code to read the statement
8165 program header into dwarf_decode_line_header. Take the line
8166 header it built as the first argument, instead of the offset to
8167 the compilation unit's line number info. Use the new `struct
8168 line_header' type instead of the old structures. No need to do
8169 cleanups here now, since we don't allocate anything.
8170 (dwarf2_statement_list_fits_in_line_number_section,
8171 dwarf2_line_header_too_long): New complaints.
8172
8173 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8174
8175 * gdbtypes.c (init_vector_type): New function.
8176 (build_builtin_type_vec128): Simplify the representation of SIMD
8177 registers.
8178 (build_gdbtypes): Initialize new builtin vector types.
8179 (_initialize_gdbtypes): Register new vector types with gdbarch.
8180 (builtin_type_v4_float, builtin_type_v4_int32,
8181 builtin_type_v8_int16, builtin_type_v16_int8,
8182 builtin_type_v2_int32, builtin_type_v4_int16,
8183 builtin_type_v8_int8): New (renamed) SIMD types.
8184
8185 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8186
8187 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8188 (i387_fill_fxsave): Likewise.
8189
8190 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8191
8192 * alpha-tdep.c (alpha_extract_return_value): Don't use
8193 non-constant array size in prototype.
8194
8195 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8196
8197 From Brian Taylor <briant at model dot com>:
8198 * ui-out.c (ui_out_field_core_addr): Use the function
8199 longest_local_hex_string_custom'to format addresses > 32 bits
8200 wide.
8201
8202 * ui-out.c (ui_out_field_core_addr): Update comment.
8203
8204 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8205
8206 * stack.c (select_and_print_frame): Make static. Delete the
8207 parameter `level'.
8208 (func_command): Update call.
8209 (select_frame_command): Delete code computing the frame level.
8210 * frame.h (select_and_print_frame): Delete declaration.
8211
8212 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8213
8214 * sparc-tdep.c (sparc_get_saved_register): Comment why
8215 get_prev_frame call is safe.
8216
8217 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8218
8219 * frame.h (select_frame): Delete level parameter.
8220 * stack.c (select_frame): Update. Use frame_relative_level to
8221 obtain the frame's level.
8222 (select_and_print_frame): Update call.
8223 (select_frame_command): Ditto.
8224 (up_silently_base): Ditto.
8225 (down_silently_base): Ditto.
8226 * ocd.c (ocd_start_remote): Ditto.
8227 * remote-rdp.c (remote_rdp_open): Ditto.
8228 * remote-mips.c (mips_initialize): Ditto.
8229 (common_open): Ditto.
8230 * remote-e7000.c (e7000_start_remote): Ditto.
8231 * m3-nat.c (select_thread): Ditto.
8232 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8233 (child_get_current_exception_event): Ditto.
8234 * varobj.c (varobj_create): Ditto.
8235 (varobj_update): Ditto.
8236 (c_value_of_root): Ditto.
8237 * tracepoint.c (finish_tfind_command): Ditto.
8238 * corelow.c (core_open): Ditto.
8239 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8240 * thread.c (info_threads_command): Ditto.
8241 (switch_to_thread): Ditto.
8242 * infrun.c (normal_stop): Ditto.
8243 (restore_selected_frame): Ditto.
8244 (restore_inferior_status): Ditto.
8245 * breakpoint.c (insert_breakpoints): Ditto.
8246 (watchpoint_check): Ditto.
8247 (bpstat_stop_status): Ditto.
8248 (do_enable_breakpoint): Ditto.
8249 * blockframe.c (flush_cached_frames): Ditto.
8250 (reinit_frame_cache): Ditto.
8251
8252 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8253
8254 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8255 maintainer.
8256
8257 2002-05-04 Jim Blandy <jimb@redhat.com>
8258
8259 * gdbtypes.c (replace_type): Doc fix.
8260
8261 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8262
8263 * valprint.c (strcat_longest): Delete commented out function.
8264 Update copyright.
8265
8266 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8267
8268 * MAINTAINERS: Mark a29k as deleted.
8269 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8270 Move new configurations to the top.
8271 * configure.tgt: Remove a29k.
8272 * config/a29k/tm-vx29k.h: Delete.
8273 * config/a29k/vx29k.mt: Delete.
8274 * config/a29k/tm-a29k.h: Delete.
8275 * config/a29k/a29k-udi.mt: Delete.
8276 * config/a29k/a29k.mt: Delete.
8277 * a29k-tdep.c: Delete.
8278 * remote-udi.c: Delete.
8279 * remote-mm.c: Delete.
8280 * remote-eb.c: Delete.
8281 * remote-adapt.c: Delete.
8282 * Makefile.in: Remove obsolete code.
8283 * config/s390/s390x.mt: Ditto.
8284 * config/s390/s390.mt: Ditto.
8285 * config/sparc/sparclynx.mh: Ditto.
8286 * config/sparc/linux.mh: Ditto.
8287 * config/pa/hppaosf.mh: Ditto.
8288 * config/pa/hppabsd.mh: Ditto.
8289 * config/ns32k/nbsd.mt: Ditto.
8290 * config/mips/vr5000.mt: Ditto.
8291 * config/m68k/sun3os4.mh: Ditto.
8292 * config/m68k/nbsd.mt: Ditto.
8293 * config/m68k/m68klynx.mh: Ditto.
8294 * config/m32r/m32r.mt: Ditto.
8295 * config/i386/x86-64linux.mt: Ditto.
8296 * config/i386/nbsdelf.mt: Ditto.
8297 * config/i386/nbsd.mt: Ditto.
8298 * config/i386/i386lynx.mh: Ditto.
8299
8300 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8301
8302 * target.c (debug_print_register): New function. Handle oversize
8303 registers.
8304 (debug_to_fetch_registers): Call.
8305 (debug_to_store_registers): Call.
8306
8307 2002-05-03 Jim Blandy <jimb@redhat.com>
8308
8309 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8310 (read_type): Doc fix.
8311 * gdbtypes.c (replace_type): Doc fix.
8312
8313 * stabsread.c (multiply_defined_struct): New complaint.
8314 (read_struct_type): If the type we were passed isn't empty, or
8315 incomplete, don't read the new struct type into it; complain,
8316 and return the original type unchanged. Take a new `type_code'
8317 argument, which is the type code for the new type.
8318 (read_type): Rather than storing the type's type code here, pass
8319 it as an argument to read_struct_type, and let that take care of
8320 storing it. That way, we don't overwrite the original type code,
8321 so read_struct_type can use it to decide whether we're overwriting
8322 something we shouldn't.
8323 (complain_about_struct_wipeout): New function.
8324
8325 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8326
8327 * gdbarch.sh: Assert that gdbarch is non-NULL.
8328 * gdbarch.c: Regenerate.
8329
8330 2002-05-03 Jason Merrill <jason@redhat.com>
8331
8332 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8333 and return NULL.
8334
8335 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8336
8337 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8338 (x86_64_dwarf2gdb_regno_map_length),
8339 (x86_64_dwarf2_reg_to_regnum): Added.
8340 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8341 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8342 (_initialize_x86_64_tdep): Synced with the change above.
8343 (x86_64_skip_prologue): Reformulated message.
8344
8345 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8346
8347 * f-exp.y: Also use new prev_lexptr variable
8348 to improve error reporting. Based on Michael Snyder
8349 2002-04-24 dated patch to c-exp.y.
8350 * jv-exp.y: Likewise.
8351 * m2-exp.y: Likewise.
8352
8353 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8354
8355 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8356 we are dealing with vectors.
8357
8358 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8359
8360 * config/m68k/tm-nbsd.h: Obvious fix,
8361 correct machine name.
8362
8363 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8364
8365 * p-typeprint.c (pascal_type_print_base): Add support
8366 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8367
8368 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8369
8370 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8371 for fondamental pascal 'char' type.
8372
8373 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8374
8375 * p-lang.h (is_pascal_string_type): Declaration changed,
8376 new sixth argument of type char ** added.
8377 * p-lang.c (is_pascal_string_type): Implementation
8378 changed. Args length_pos, length_size, string_pos, char_size
8379 can now be NULL. New argument arrayname set to the field
8380 name of the char array. Return value set to char array
8381 field index plus one.
8382 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8383 is_pascal_string_type function.
8384
8385 2002-05-02 Andrew Cagney <cagney@redhat.com>
8386
8387 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8388 <cagney@redhat.com> change.
8389 * gdbarch.c: Regenerate.
8390
8391 2002-05-02 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8394 before probing for a new one. Detect errorenous gdbarch_init
8395 functions.
8396 * gdbarch.c: Regenerate.
8397
8398 2002-05-01 Andrew Cagney <cagney@redhat.com>
8399
8400 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8401 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8402 * config/v850/tm-v850.h: Ditto. Update copyright.
8403
8404 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8405
8406 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8407 current_gdbarch.
8408
8409 2002-04-30 Michael Snyder <msnyder@redhat.com>
8410
8411 * arm-tdep.c: Whitespace clean-ups.
8412 (arm_skip_prologue): Fix thinko; two lines
8413 should have been removed as part of 4/24 change.
8414
8415 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8416
8417 * rs6000-tdep.c: Added comment describing how fpscr register
8418 numbers were chosen.
8419
8420 2002-04-30 Michael Snyder <msnyder@redhat.com>
8421
8422 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8423
8424 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8425
8426 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8427 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8428 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8429
8430 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8431
8432 From Louis Hamilton <hamilton@redhat.com>:
8433 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8434 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8435 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8436 not bfd-private xcoff data, to determine wordsize.
8437 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8438
8439 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8440
8441 GDB 5.2 released from 5.2 branch.
8442
8443 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8444
8445 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8446 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8447 (x86_64_register_info_table): Added comments with register numbers.
8448
8449 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8450
8451 * rs6000-tdep.c (rs6000_extract_return_value,
8452 rs6000_store_return_value): Handle returning vectors.
8453 (rs6000_gdbarch_init): Use
8454 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8455 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8456 New function.
8457 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8458 vectors.
8459 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8460 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8461
8462 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8463
8464 * hpread.c (hpread_psymtab_to_symtab_1,
8465 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8466 with fprintf_unfiltered (gdb_stderr,...).
8467
8468 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8469
8470 * remote-array.c (printf_monitor, write_monitor,
8471 array_insert_breakpoint, array_remove_breakpoint ):
8472 Replace fprintf (stderr,...
8473 with fprintf_unfiltered (gdb_stderr,....
8474 * remote-es.c: Likewise.
8475 * remote-os9k.c: Likewise.
8476 * remote-st.c: Likewise.
8477
8478 2002-04-28 Andreas Schwab <schwab@suse.de>
8479
8480 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8481 linux-proc.o and gcore.o.
8482
8483 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8484
8485 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8486 code without frame pointers.
8487
8488 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8489
8490 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8491 ON_STACK is needed.
8492
8493 2002-04-26 Ben Elliston <bje@redhat.com>
8494
8495 * target.c (do_xfer_memory): Correct reference to the new option
8496 "trust-readonly-sections".
8497
8498 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8499
8500 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8501 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8502 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8503 vectors.
8504 (read_array_type): Record the fact that this array type is really a
8505 vector (i.e. are passed in by value).
8506
8507 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8508
8509 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8510 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8511 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8512 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8513 * alpha-linux-tdep.c: Include frame.h.
8514 (alpha_linux_sigcontext_addr): New function.
8515 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8516 alpha_linux_sigcontext_addr.
8517 * alpha-osf1-tdep.c: Include gdbcore.h.
8518 (alpha_osf1_sigcontext_addr): New function.
8519 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8520 alpha_osf1_sigcontext_addr.
8521 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8522 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8523
8524 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8525
8526 * stack.c (selected_frame_level):
8527 (select_frame): Do not set selected_frame_level.
8528 * frame.h (selected_frame_level): Delete declaration.
8529
8530 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8531
8532 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8533 convert_from_func_ptr-addr when AIX / PowerOpen.
8534
8535 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8536
8537 * valops.c (hand_function_call): Call
8538 generic_save_call_dummy_addr.
8539 * frame.h (generic_save_call_dummy_addr): Declare.
8540 * blockframe.c (struct dummy_frame): Add fields call_lo and
8541 call_hi.
8542 (generic_find_dummy_frame): Check for PC in range call_lo to
8543 call_hi instead of entry_point_address.
8544 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8545 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8546 (generic_save_call_dummy_addr): New function.
8547
8548 2002-04-24 David S. Miller <davem@redhat.com>
8549
8550 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8551 sparc_skip_prologue.
8552 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8553 information to find prologue when possible.
8554 (sparc_prologue_frameless_p): Call examine_prologue directly.
8555 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8556 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8557 second argument.
8558 (SKIP_PROLOGUE): Likewise.
8559
8560 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8561
8562 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8563 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8564 indicate that the condition it was testing is always true.
8565 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8566 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8567 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8568
8569 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8570
8571 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8572 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8573 tdep->jb_pc and tdep->jb_elt_size.
8574 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8575 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8576 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8577 * alpha-nat.c (get_longjmp_target): Remove.
8578 (JB_ELEMENT_SIZE): Ditto.
8579 (JB_PC): Ditto.
8580 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8581 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8582 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8583 to alpha_get_longjmp_target.
8584 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8585 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8586 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8587
8588 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8589
8590 * README: Update to GDB 5.2.
8591
8592 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8593
8594 * gdbarch.sh (LC_ALL): Set to `c'.
8595
8596 2002-04-25 Theodore A. Roth <troth@verinet.com>
8597
8598 * avr-tdep.c: Ran through gdb_indent.sh.
8599
8600 2002-04-25 Theodore A. Roth <troth@verinet.com>
8601
8602 * MAINTAINERS: Add myself as AVR maintainer.
8603 * NEWS: Note new target avr.
8604
8605 2002-04-25 Theodore A. Roth <troth@verinet.com>
8606
8607 * Makefile.in: Add support for AVR target.
8608 * configure.tgt: Add support for AVR target.
8609 * avr-tdep.c: New file
8610 * config/avr/avr.mt: New file.
8611
8612 2002-04-25 Theodore A. Roth <troth@verinet.com>
8613
8614 * MAINTAINERS: Add myself to write-after-approval.
8615
8616 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8617
8618 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8619 with fprintf_unfiltered (gdb_stderr,....
8620
8621 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8622
8623 Fix PR gdb/508.
8624 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8625
8626 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8627
8628 * p-exp.y: Also use new prev_lexptr variable
8629 to improve error reporting. Based on Michael Snyder
8630 2002-04-24 dated patch to c-exp.y.
8631
8632 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8633
8634 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8635 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8636 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8637 to 0.
8638 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8639 and struct value.
8640 (FUNCTION_START_OFFSET): Remove.
8641 (BREAKPOINT): Ditto.
8642
8643 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8644
8645 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8646 * NEWS: Ditto.
8647
8648 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8649
8650 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8651 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8652 alpha_linux_pc_in_sigtramp.
8653 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8654 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8655 alpha_osf1_pc_in_sigtramp.
8656 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8657 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8658 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8659 alphafbsd_pc_in_sigtramp.
8660 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8661 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8662 alphanbsd_pc_in_sigtramp.
8663 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8664 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8665
8666 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8667
8668 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8669
8670 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8671
8672 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8673 alphanbsd-tdep.c.
8674 (alphanbsd-nat.o): New dependency list.
8675 (alphanbsd-tdep.o): Ditto.
8676 * NEWS: Note new native NetBSD/alpha configuration.
8677 * alphanbsd-nat.c: New file.
8678 * alphanbsd-tdep.c: Ditto.
8679 * configure.host (alpha*-*-netbsd*): New host.
8680 * configure.tgt (alpha*-*-netbsd*): New target.
8681 * config/alpha/nbsd.mh: New file.
8682 * config/alpha/nbsd.mt: Ditto.
8683 * config/alpha/nm-nbsd.h: Ditto.
8684 * config/alpha/tm-nbsd.h: Ditto.
8685
8686 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8687
8688 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8689 (alpha-osf1-tdep.o): New dependency list.
8690 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8691 and skip_sigtramp_frame members.
8692 * alpha-linux-tdep.c: Include gdbcore.h.
8693 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8694 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8695 * alpha-osf1-tdep.c: New file.
8696 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8697 alpha-osf1-dep.c.
8698 (alpha_frame_past_sigtramp_frame): New function.
8699 (alpha_dynamic_sigtramp_offset): Ditto.
8700 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8701 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8702 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8703 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8704 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8705 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8706 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8707 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8708 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8709 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8710 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8711 to find_solib_trampoline_target.
8712 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8713 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8714 (SKIP_TRAMPOLINE_CODE): Remove.
8715 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8716 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8717 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8718 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8719 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8720 (PROC_SIGTRAMP_MAGIC): Ditto.
8721 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8722 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8723 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8724 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8725 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8726
8727 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8728
8729 * NEWS: Note that Alpha targets are now multi-arch.
8730
8731 2002-04-24 Michael Snyder <msnyder@redhat.com>
8732
8733 * parser-defs.h (prev_lexptr): New external variable.
8734 * parse.c (parse_exp_1): Set prev_lexptr to null before
8735 calling the language-specific parser.
8736 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8737 (yyerror): Use prev_lexptr in error reporting.
8738
8739 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8740
8741 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8742 * gregset.h: If FILL_FPXREGSET is defined, provide
8743 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8744 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8745 is defined, call fill_fpxregset.
8746
8747 2002-04-24 Roland McGrath <roland@frob.com>
8748
8749 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8750 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8751 (supply_gregset, supply_fpregset): New functions.
8752
8753 * gnu-nat.c (gnu_find_memory_regions): New function.
8754 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8755 (gnu_xfer_memory): Add a cast.
8756
8757 2002-04-24 Michael Snyder <msnyder@redhat.com>
8758
8759 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8760 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8761 of argument regs ("str r(0123), [r11, #-nn"]).
8762 (arm_skip_prologue): Better handling for frameless functions.
8763 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8764 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8765
8766 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8767
8768 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8769 NUM_PSEUDO_REGS can be used.
8770
8771 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8772
8773 * arch-utils.h: Update copyright.
8774
8775 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8776 * gdbarch.h, gdbarch.c: Re-generate.
8777
8778 * inferior.h (IN_SIGTRAMP): Delete definition.
8779 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8780 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8781
8782 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8783 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8784 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8785 (find_proc_framesize): Ditto.
8786 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8787 (alpha_init_extra_frame_info): Ditto.
8788 * infrun.c (handle_inferior_event): Ditto.
8789 (handle_inferior_event): Ditto.
8790 (check_sigtramp2): Ditto.
8791 * blockframe.c (create_new_frame): Ditto.
8792 (get_prev_frame): Ditto.
8793 * ppc-linux-tdep.c: Update comments.
8794 * i386-linux-tdep.c: Update comments.
8795 * breakpoint.c (bpstat_what): Update comment.
8796
8797 2002-04-24 David S. Miller <davem@redhat.com>
8798
8799 * i960-tdep.c (register_in_window_p): New function.
8800 (i960_find_saved_register): Use it instead of
8801 REGISTER_IN_WINDOW_P.
8802 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8803
8804 * symtab.h (find_stab_function_addr): Kill extern.
8805 * minsyms.c (find_stab_function_addr): Remove from here...
8806 * dbxread.c: ... to here, and mark it static.
8807
8808 2002-04-20 David S. Miller <davem@redhat.com>
8809
8810 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8811 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8812
8813 2002-04-21 David S. Miller <davem@redhat.com>
8814
8815 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8816 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8817 (vx_write_register): Likewise.
8818
8819 2002-04-23 J. Brobecker <brobecker@gnat.com>
8820
8821 * source.c (is_regular_file): New function.
8822 (openp): Check wether file to open is a regular file
8823 to avoid opening directories.
8824
8825 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8826
8827 * findvar.c (extract_signed_integer): Cast printf argument
8828 to suppress format warning.
8829 (extract_unsigned_integer): Likewise.
8830 * infcmd.c (registers_info): Likewise.
8831 * top.c (get_prompt_1): Likewise.
8832 * valops.c (value_assign): Likewise.
8833 * valprint.c (print_decimal): Likewise.
8834
8835 2002-04-22 H.J. Lu (hjl@gnu.org)
8836
8837 * c-exp.y (typebase): Support
8838
8839 [long|long long|short] [signed|unsigned] [int|]
8840
8841 and
8842
8843 signed [long|long long|short] int
8844
8845 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8846
8847 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8848 and vax-tdep.h.
8849 * vax-tdep.h: New file.
8850 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8851 Make several routines static.
8852 (vax_get_saved_register): New function.
8853 (vax_gdbarch_init): New function.
8854 (_initialize_vax_tdep): Register vax_gdbarch_init.
8855 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8856 Remove macros now under the control of gdbarch.
8857
8858 2002-04-22 Michael Snyder <msnyder@redhat.com>
8859
8860 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8861 Some whitespace and coding standards tweaks.
8862
8863 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8864
8865 * vax-tdep.c: Include regcache.h.
8866 (vax_call_dummy_words): New.
8867 (sizeof_vax_call_dummy_words): New.
8868 (vax_fix_call_dummy): New function.
8869 (vax_saved_pc_after_call): Ditto.
8870 * config/vax/tm-vax.h: Don't include regcache.h.
8871 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8872 (CALL_DUMMY): Remove.
8873 (CALL_DUMMY_WORDS): Define.
8874 (SIZEOF_CALL_DUMMY_WORDS): Define.
8875 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8876
8877 2002-04-18 Michael Snyder <msnyder@redhat.com>
8878
8879 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8880
8881 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8882
8883 * vax-tdep.c (vax_frame_chain): New function.
8884 (vax_push_dummy_frame): Ditto.
8885 (vax_pop_frame): Ditto.
8886 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8887 (FRAMELESS_FUNCTION_INVOCATION): Use
8888 generic_frameless_function_invocation_not.
8889 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8890 (POP_FRAME): Use vax_pop_frame.
8891
8892 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8893
8894 * vax-tdep.c (vax_store_struct_return): New function.
8895 (vax_extract_return_value): Ditto.
8896 (vax_store_return_value): Ditto.
8897 (vax_extract_struct_value_address): Ditto.
8898 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8899 vax_store_struct_return.
8900 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8901 (STORE_RETURN_VALUE): Use vax_store_return_value.
8902 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8903
8904 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8905
8906 * vax-tdep.c (vax_frame_saved_pc): New function.
8907 (vax_frame_args_address_correct): Ditto.
8908 (vax_frame_args_address): Ditto.
8909 (vax_frame_locals_address): Ditto.
8910 (vax_frame_num_args): Move code to be in proximity to
8911 other frame-related functions.
8912 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8913 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8914 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8915 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8916 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8917
8918 2002-04-22 H.J. Lu (hjl@gnu.org)
8919
8920 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8921 includedir.
8922
8923 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8924
8925 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8926 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8927 (FRAME_INIT_SAVED_REGS): New macro.
8928
8929 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8930
8931 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8932
8933 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8934
8935 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8936 where needed.
8937 (fetch_osf_core_registers): Likewise.
8938 (supply_gregset): Likewise.
8939
8940 2002-04-22 J. Brobecker <brobecker@gnat.com>
8941
8942 * symfile.h (get_section_index): Define.
8943 * symfile.c (get_section_index): New function.
8944 * mdebugread.c (SC_IS_SBSS): New macro.
8945 (SC_IS_BSS): Return true for the scBss storage class only, as
8946 the scSBss storage class refers to the .sbss section.
8947 (parse_partial_symbols): Discard the symbols which associated
8948 section does not exist.
8949 Make sure to use the .sbss section index for symbols which
8950 storage class is scBss, rather than using the .bss section index.
8951
8952 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8953
8954 * vax-tdep.c: Update copyright years.
8955 (vax_register_name): New function.
8956 (vax_register_byte): Ditto.
8957 (vax_register_raw_size): Ditto.
8958 (vax_register_virtual_size): Ditto.
8959 (vax_register_virtual_type): Ditto.
8960 * config/vax/tm-vax.h: Update copyright years.
8961 (REGISTER_NAMES): Remove.
8962 (REGISTER_NAME): Define.
8963 (REGISTER_BYTE): Use vax_register_byte.
8964 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8965 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8966 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8967
8968 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8969
8970 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8971 declaration
8972 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8973
8974 2002-04-21 David S. Miller <davem@redhat.com>
8975
8976 * arch-utils.c (generic_prologue_frameless_p): Kill
8977 SKIP_PROLOGUE_FRAMELESS_P code.
8978 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8979 references.
8980 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8981 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8982 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8983 references.
8984 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8985 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8986 (sparc_gdbarch_init): Pass it to
8987 set_gdbarch_prologue_frameless_p.
8988
8989 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8990
8991 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8992 (alphabsd-nat.o): New dependency list.
8993
8994 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8995
8996 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8997 alphafbsd-tdep.c.
8998 (alpha-linux-tdep.o): New dependency list.
8999 (alphafbsd-tdep.o): Likewise.
9000
9001 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9002
9003 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9004 to here...
9005 * alpha-tdep.c: ...from here.
9006 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9007
9008 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9009
9010 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9011 prototype from here...
9012 * alpha-tdep.h: ...to here.
9013
9014 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9015
9016 * frame.h (selected_frame_level): Document as deprecated.
9017 (frame_relative_level): Declare.
9018 * stack.c (frame_relative_level): New function.
9019 (selected_frame_level): Document as deprecated.
9020 (select_frame): Do not set the selected_frame_level.
9021
9022 * stack.c (frame_info, record_selected_frame): Update.
9023 (frame_command, current_frame_command): Update.
9024 (up_silently_base, up_command, down_silently_base): Update.
9025 (down_command): Update.
9026 * inflow.c (kill_command): Update.
9027 * tracepoint.c (finish_tfind_command): Update.
9028 * corelow.c (core_open): Update.
9029 * thread.c (info_threads_command): Update.
9030 (do_captured_thread_select): Update.
9031 * infcmd.c (finish_command): Update.
9032 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9033
9034 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9035
9036 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9037
9038 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9039
9040 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9041 type const.
9042
9043 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9044
9045 * alphafbsd-tdep.c: Update copyright years. Include
9046 alpha-tdep.h.
9047 (alphafbsd_use_struct_convention): Make static.
9048 (alphafbsd_init_abi): New function.
9049 (_initialize_alphafbsd_tdep): New function.
9050 * config/alpha/tm-fbsd.h: Update copyright years.
9051 (USE_STRUCT_CONVENTION): Remove.
9052
9053 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9054
9055 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9056 an Alpha ABI variant.
9057 (alpha_abi_handler_list): Declare.
9058 (alpha_gdbarch_register_os_abi): New function.
9059 (alpha_gdbarch_init): Give registered ABI variant handlers a
9060 chance to tweak the gdbarch once we have set up defaults.
9061 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9062
9063 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9064
9065 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9066 to standard_coerce_float_to_double.
9067 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9068
9069 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9070
9071 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9072 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9073 from gdbarch_tdep rather than a constant.
9074 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9075 the default text address for all Alpha Unix ABIs.
9076 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9077 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9078
9079 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9080
9081 * alpha-tdep.h: New file. Includes several Alpha target constants
9082 taken from...
9083 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9084 let gdbarch deal with.
9085 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9086 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9087 to dependency list.
9088 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9089 Alpha target register names.
9090 * alphabsd-nat.c: Likewise.
9091 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9092 Alpha target register names. Make serveral routines static.
9093 (alpha_get_saved_register): New function.
9094 (alpha_abi_names): New.
9095 (process_note_abi_tag_sections): New function.
9096 (get_elfosabi): New function.
9097 (alpha_gdbarch_init): New function.
9098 (alpha_dump_tdep): New function.
9099 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9100
9101 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9102
9103 * frame.c (find_saved_register): Delete #ifdef
9104 HAVE_REGISTER_WINDOWS code.
9105 * config/sparc/tm-sparc.h: Update comments.
9106 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9107
9108 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9109
9110 * i960-tdep.c (i960_find_saved_register): New function.
9111 (i960_get_saved_register): New function.
9112 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9113 (i960_get_saved_register): Declare.
9114 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9115
9116 2002-04-20 David S. Miller <davem@redhat.com>
9117
9118 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9119
9120 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9121
9122 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9123 instead of NUM_PSEUDO_REGS.
9124
9125 2002-04-20 David S. Miller <davem@redhat.com>
9126
9127 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9128 GDB_MULTI_ARCH_PARTIAL
9129 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9130 define, let tm-sp64.h do it.
9131
9132 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9133
9134 * frame.c (find_saved_register): Avoid a NULL pointer
9135 dereference and actually walk the frame list.
9136
9137 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9138
9139 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9140 sorted in most most-recent-used order. Document.
9141 * gdbarch.h, gdbarch.c: Regenerate.
9142
9143 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9144
9145 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9146 instead of ->prev.
9147 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9148 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9149 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9150 instead of ->prev.
9151
9152 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9153
9154 Fix PR gdb/471.
9155 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9156 (build_builtin_type_vec128): Ditto.
9157 (append_composite_type_field): Fix calculation of type length in
9158 union case.
9159
9160 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9161
9162 * config/djgpp/README: Update.
9163
9164 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9165 compiler warnings.
9166
9167 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9168
9169 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9170 (alpha_setup_arbitrary_frame): ...to this.
9171 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9172 for alpha_setup_arbitrary_frame.
9173
9174 2002-04-18 Andrew Cagney <cagney@redhat.com>
9175
9176 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9177 * gdbarch.h, gdbarch.c: Regenerate.
9178
9179 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9180 * target.h (memory_breakpoint_from_pc): Update declaration.
9181 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9182
9183 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9184 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9185 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9186 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9187 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9188 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9189 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9190 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9191 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9192 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9193 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9194 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9195
9196 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9197 const pointer.
9198 * monitor.c (monitor_insert_breakpoint): Ditto.
9199 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9200
9201 * config/mcore/tm-mcore.h: Update copyright.
9202 * mem-break.c: Ditto.
9203 * xstormy16-tdep.c: Ditto.
9204
9205 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9206
9207 * p-exp.y: Add precedence rule for '^' token.
9208 This removes the shift/reduce conflicts.
9209 Remove the comment concerning these shift/reduce conflicts.
9210
9211 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9212
9213 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9214 (registers_powerpc_nofp): New register set for processors
9215 without floating point unit.
9216
9217 2002-04-18 David S. Miller <davem@redhat.com>
9218
9219 * MAINTAINERS: Add myself to write-after-approval.
9220
9221 2002-04-17 Michael Snyder <msnyder@redhat.com>
9222
9223 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9224
9225 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9226
9227 * rs6000-tdep.c (frame_initial_stack_address): Use
9228 frame_register_read to read the alloca_reg.
9229
9230 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9231
9232 * frame.c (find_saved_register): Find saved registers in the next
9233 not prev frame.
9234 Fix PR gdb/365.
9235
9236 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9237
9238 * gdbarch.sh (LANG): Set to ``c''.
9239
9240 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9241
9242 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9243
9244 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9245
9246 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9247 Update copyright.
9248
9249 * hpread.c (hpread_get_lntt): Add declaration.
9250 Also fix PR gdb/391.
9251
9252 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9253
9254 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9255 * aclocal.m4, configure: Re-generate.
9256 Fix PR gdb/391.
9257
9258 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9259
9260 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9261 instead of tm_print_insn.
9262
9263 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9264
9265 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9266
9267 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9268
9269 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9270 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9271 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9272
9273 2002-04-12 Don Howard <dhoward@redhat.com>
9274
9275 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9276 max_user_call_depth.
9277 (init_cmd_lists): Initialize the new value;
9278 * cli/cli-script.c (execute_user_command): Limit the call depth of
9279 user defined commands. This avoids a core-dump when user commands
9280 are infinitly recursive.
9281
9282 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9283
9284 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9285 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9286 from tdep struct instead of DEFAULT_LR_SAVE.
9287 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9288 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9289 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9290
9291 2002-04-12 Michael Snyder <msnyder@redhat.com>
9292
9293 * Remote.c: Spelling fix.
9294 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9295 If no symbol found for "sbrk", try "_sbrk".
9296 (make_output_phdrs): Use bfd_section_name.
9297 (gcore_copy_callback): Use bfd_section_name.
9298 * eval.c: Indentation fix-ups.
9299 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9300 in case it gets applied to an address that is already
9301 in the instruction space.
9302 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9303 * symfile.c: Fix indentation, long lines.
9304 * source.c: White space fix-up.
9305
9306 2002-04-12 Andrew Cagney <cagney@redhat.com>
9307
9308 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9309 * frame.c (frame_register_read): New function. Return non-zero on
9310 success.
9311 (read_relative_register_raw_bytes_for_frame): Delete.
9312 (read_relative_register_raw_bytes): Delete.
9313 * frame.h (frame_register_read): Declare.
9314 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9315 * sh-tdep.c: Ditto.
9316 * infcmd.c (do_registers_info): Ditto.
9317 * hppa-tdep.c: Ditto.
9318 * rs6000-tdep.c: Ditto.
9319 * h8500-tdep.c: Ditto.
9320 * mips-tdep.c: Ditto.
9321 * h8300-tdep.c: Ditto.
9322 * z8k-tdep.c: Ditto.
9323
9324 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9325
9326 From Jimi X <jimix@watson.ibm.com>:
9327 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9328 64-bit SysV ABI.
9329
9330 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9331
9332 From Jimi X <jimix@watson.ibm.com>:
9333 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9334 bfd info.
9335
9336 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9337
9338 From Jimi X <jimix@watson.ibm.com>:
9339 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9340 register sets for these processor variants.
9341
9342 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9343
9344 * regformats/reg-ppc.dat: Support FPSCR.
9345
9346 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9347
9348 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9349 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9350 Add fpscr as an invalid/unfetchable register.
9351 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9352 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9353 (fill_fpregset): Add support for register fpscr.
9354 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9355 (fill_gregset): Account for the fact that register ``mq'' might
9356 not exist.
9357 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9358 (registers_power): Add fpscr to register set at slot 71.
9359 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9360 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9361
9362 2002-04-11 Michael Snyder <msnyder@redhat.com>
9363
9364 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9365 * configure: Regenerate.
9366 * config.in: Regenerate.
9367 * acconfig.h: Add define for _SYSCALL32.
9368 * core-sol2.c: Remove #define _SYSCALL32.
9369 * solib-legacy.c: Remove #define _SYSCALL32.
9370
9371 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9372
9373 * stack.c (select_frame): Cleanup internal error message, do not
9374 use %p.
9375
9376 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9377
9378 * stack.c (select_frame): Check that selected_frame and the
9379 specified level are as expected.
9380 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9381 Update copyright.
9382 * frame.h (struct frame_info): Add field `level'. Update
9383 copyright.
9384 Work-in-progress PR gdb/464.
9385
9386 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9387
9388 * maint.c (maint_print_section_info): Rename print_section_info.
9389 (print_bfd_section_info, print_objfile_section_info): Update.
9390 * inferior.h (struct gdbarch): Add opaque declaration.
9391 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9392 * gdbarch.h: Regenerate.
9393
9394 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9395
9396 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9397 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9398 (kernel_u_size): Added.
9399 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9400 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9401
9402 2002-04-04 Jim Ingham <jingham@apple.com>
9403
9404 * valarith.c (find_size_for_pointer_math): New function, either returns
9405 the size for a pointer's target, returns 1 for void *, or errors for
9406 incomplete types.
9407 (value_add, value_sub): use find_size_for_pointer_math.
9408
9409 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * linux-low.c (linux_look_up_symbols): New hook.
9412 (linux_target_ops): Add linux_look_up_symbols.
9413 * remote-utils.c (decode_address): New function.
9414 (look_up_one_symbol): New function.
9415 * server.c (handle_query): Call target look_up_symbols hook.
9416 * server.h (look_up_one_symbol): Add prototype.
9417 * target.h (struct target_ops): Add look_up_symbols hook.
9418
9419 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9420
9421 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9422 override FP_REGNUM with frame->fp. Update copyright.
9423 * parse.c (num_std_regs, std_regs): Delete.
9424 (target_map_name_to_register): Do not search std_regs. Update
9425 function description.
9426 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9427 declarations. Update copyright.
9428 Fix PR gdb/251.
9429
9430 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9431
9432 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9433 after the last symbol in a block.
9434
9435 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9436
9437 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9438 is non zero as a found symbol.
9439
9440 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9441
9442 * findvar.c: Include "builtin-regs.h".
9443 (value_of_register): Call value_of_builtin_reg when applicable.
9444 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9445 (target_map_name_to_register): Call
9446 builtin_reg_map_name_to_regnum.
9447 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9448 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9449 (builtin_regs_h): Define.
9450 (builtin-regs.o): New target.
9451 (findvar.o): Add $(builtin_regs_h).
9452 * builtin-regs.c, builtin-regs.h: New files.
9453 * std-regs.c: New file.
9454 Partial fix for PR gdb/251.
9455
9456 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9457
9458 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9459 it's no longer required.
9460
9461 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9462
9463 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9464
9465 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9466
9467 From Jimi X <jimix@watson.ibm.com>:
9468 * rs6000-tdep.c (rs6000_software_single_step): Use
9469 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9470 and size. Use target_insert_breakpoint() and
9471 target_remove_breakpoint() to insert and remove breakpoints
9472 instead of explicit memory reads and writes.
9473
9474 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9475
9476 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9477 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9478 ELF_OBJECT_FORMAT ifdef.
9479
9480 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9481
9482 From Jimi X <jimix@watson.ibm.com>:
9483 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9484
9485 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9486
9487 From Jimi X <jimix@watson.ibm.com>:
9488 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9489 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9490
9491 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9492
9493 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9494 s/asprintf/xasprintf/.
9495 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9496
9497 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9498
9499 I believe Jeff Law denies responsability for this one:
9500 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9501 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9502 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9503 Work-around for PR gdb/366.
9504
9505 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9506
9507 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9508 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9509 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9510
9511 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9512
9513 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9514 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9515 information.
9516
9517 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9518
9519 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9520 maintainer.
9521
9522 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9523
9524 * README (Reporting Bugs in GDB): Document the bug web page as the
9525 prefered way of submitting bugs.
9526 Fix PR gdb/402.
9527
9528 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9529
9530 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9531 -1. Update comment.
9532 * gdbarch.h, gdbarch.c: Re-generate.
9533
9534 2002-04-07 Andreas Schwab <schwab@suse.de>
9535
9536 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9537 buffer to regcache_collect.
9538
9539 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9540
9541 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9542 * gdbarch.c, gdbarch.h: Re-generate.
9543
9544 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9545
9546 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9547 declaration. Fix -Werror.
9548
9549 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9550
9551 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9552 * gdbarch.c: Regenerate.
9553
9554 2002-04-05 Michael Snyder <msnyder@redhat.com>
9555
9556 * breakpoint.c (clear_command): Rewrite middle section to
9557 combine two loops with identical control conditions.
9558 Add a cleanup to eliminate a memory leak.
9559 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9560
9561 2002-04-05 H.J. Lu (hjl@gnu.org)
9562
9563 * solib-svr4.c (bkpt_names): Add "__start".
9564
9565 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9566
9567 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9568 as test for 64 bit target.
9569
9570 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9571
9572 * h8500-tdep.c (h8500_write_fp): Delete function.
9573 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9574 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9575 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9576 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9577 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9578 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9579 (s390_write_fp):
9580 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9581 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9582 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9583 (d10v_write_fp): Delete function.
9584 * inferior.h (write_fp, generic_target_write_fp): Delete
9585 declarations.
9586 * regcache.c (generic_target_write_fp): Delete function.
9587 (write_fp): Delete function.
9588 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9589 * gdbarch.h, gdbarch.c: Regenerate.
9590 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9591 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9592 (sparc64_write_fp): Delete declaration.
9593 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9594 (h8500_write_fp): Delete declaration.
9595
9596 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9597
9598 * sparc-tdep.c (sparc64_write_fp): Delete.
9599 (sparc_push_dummy_frame): Replace write_fp call with code to store
9600 the FP directly.
9601 (sparc_gdbarch_init): Do not initialize write_fp.
9602
9603 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9604
9605 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9606 clause.
9607
9608 2002-03-29 Jim Blandy <jimb@redhat.com>
9609
9610 * stack.c (get_selected_block): Add new argument `addr_in_block',
9611 used to return the exact code address we used to select the block,
9612 not just the block.
9613 * blockframe.c (get_frame_block, get_current_block): Same.
9614 * frame.h (get_frame_block, get_current_block,
9615 get_selected_block): Update declarations.
9616 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9617 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9618
9619 2002-04-05 Michael Snyder <msnyder@redhat.com>
9620
9621 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9622 warning message.
9623
9624 2002-04-05 J. Brobecker <brobecker@gnat.com>
9625
9626 * utils.c (xfullpath): New function.
9627 * defs.h (xfullpath): Add declaration.
9628 * source.c (openp): Use xfullpath in place of gdb_realpath to
9629 avoid resolving the basename part of filenames when the
9630 associated file is a symbolic link. This fixes a potential
9631 inconsistency between the filenames known to GDB and the
9632 filenames it prints in the annotations.
9633 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9634 to be able to match a filename with either the real filename, or
9635 the name of any symbolic link to this file.
9636 (lookup_partial_symtab): Ditto.
9637
9638 2002-04-04 Michael Snyder <msnyder@redhat.com>
9639
9640 * breakpoint.c: Add support for hardware breakpoints in overlays.
9641 (overlay_events_enabled): New state variable.
9642 (insert_breakpoints): Use overlay_events_enabled to decide
9643 whether to attempt to set a breakpoint at the overlay load addr.
9644 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9645 (remove_breakpoint): Use overlay_events_enabled to decide
9646 whether breakpoints need to be removed from overlay load addr.
9647 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9648 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9649 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9650 disable_overlay_breakpoints): Update overlay_events_enabled.
9651
9652 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9653
9654 * dwarf2read.c (struct function_range): New.
9655 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9656 (check_cu_functions): New.
9657 (read_file_scope): Initialize global function lists.
9658 Call dwarf_decode_line after processing children.
9659 (read_func_scope): Add to global function list.
9660 (dwarf_decode_lines): Call check_cu_functions everywhere
9661 record_line is called. Call record_line with a linenumber
9662 of 0 to mark sequence ends.
9663
9664 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9665
9666 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9667 change sync with glibc.
9668
9669 2002-04-03 Jim Blandy <jimb@redhat.com>
9670
9671 * configure.in: Call AC_C_INLINE.
9672 * configure: Regenerated.
9673
9674 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9677 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9678
9679 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9680
9681 * NEWS: Mention gcore support on FreeBSD/i386.
9682
9683 * fbsd-proc.c: New file.
9684 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9685 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9686
9687 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9688 while statement.
9689
9690 2002-03-29 Jim Blandy <jimb@redhat.com>
9691
9692 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9693 unescaped newlines in string literals, but newer ones don't. So
9694 escape them.
9695
9696 2002-03-26 Michael Snyder <msnyder@redhat.com>
9697 Andrew Cagney <cagney@redhat.com>
9698
9699 * cli/cli-dump.c: New file. Dump memory to file,
9700 restore file to memory.
9701 * cli/cli-dump.h: New file.
9702 * Makefile.in: Add rules, dependencies for cli-dump.o.
9703 * NEWS: Mention new commands.
9704
9705 2002-03-28 Michael Snyder <msnyder@redhat.com>
9706
9707 * symfile.c (symbol_file_add): Move test for null symbols to later.
9708
9709 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9710
9711 From veksler at il.ibm.com:
9712 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9713 the xstrduped original path.
9714 Fix PR gdb/417.
9715
9716 2002-03-27 Michael Snyder <msnyder@redhat.com>
9717
9718 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9719 * infcmd.c (_initialize_infcmd): Ditto.
9720 * language.c (_initialize_language): Ditto.
9721 * symfile.c (_initialize_symfile): Ditto.
9722 * top.c (_init_main): Ditto.
9723 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9724
9725 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9726
9727 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9728 vector registers handling.
9729 (skip_prologue): Handle new AltiVec instructions. Fill in new
9730 fields of frame data.
9731 (frame_get_saved_regs): Fill in information for AltiVec registers.
9732
9733 2002-03-27 Jim Blandy <jimb@redhat.com>
9734
9735 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9736 a function; leave this macro here to invoke that function.
9737 (symbol_init_mangled_name): Declaration for that function.
9738 * symtab.c (symbol_init_mangled_name): New function.
9739
9740 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9741
9742 * valarith.c: Replace strerror with safe_strerror.
9743 * tracepoint.c: Ditto.
9744 * lin-lwp.c: Ditto.
9745 * go32-nat.c: Ditto.
9746 * inflow.c: Ditto.
9747 * gnu-nat.c: Ditto.
9748
9749 2002-03-27 Andreas Schwab <schwab@suse.de>
9750
9751 * event-top.c (command_line_handler): Remove useless if.
9752
9753 2002-03-27 Andreas Jaeger <aj@suse.de>
9754
9755 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9756 comment.
9757
9758 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9759
9760 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9761 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9762 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9763 (x86_64_linux_dr_get_status, supply_gregset),
9764 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9765 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9766 (x86_64_register_info_table): Add.
9767 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9768 (x86_64_register_raw_size, x86_64_register_virtual_type),
9769 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9770 general x86_64_register_info_table.
9771 (i386_gdbarch_init): gdbarch_register_bytes is now set
9772 dynamicaly during initialization.
9773 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9774 * gdbserver/linux-x86-64-low.c: Ditto.
9775
9776 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9777
9778 * gdbserver/server.c (main): Call target_signal_to_host_p
9779 and target_signal_to_host on signals received from the remote.
9780 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9781 target_signal_from_host on signals sent to the remote.
9782 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9783 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9784
9785 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * signals/signals.c: Include "server.h" in gdbserver build.
9788 (target_signal_from_name): Don't use STREQ.
9789 (_initialize_signals): Likewise. Don't include function in
9790 gdbserver build.
9791
9792 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * signals.c: Moved to...
9795 * signals/signals.c: Here.
9796 * Makefile (signals.o): Update.
9797
9798 2002-03-26 Jeff Law (law@redhat.com)
9799
9800 * somread.c (som_symtab_read): Remove some commented out code and
9801 updated related comments. Do not set the minimal symbol table to
9802 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9803 in a dynamic executable.
9804 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9805 where we are unable to find the minimal symbol for the given
9806 PC value.
9807
9808 2002-03-25 Jeff Law (law@redhat.com)
9809
9810 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9811
9812 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9813
9814 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9815
9816 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9817
9818 * command.h: Update copyright.
9819 (struct cmd_list_element): Replace definition with opaque
9820 declaration.
9821 (enum cmd_types): Document that it will eventually be moved to
9822 cli/cli-decode.h
9823 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9824 (MALLOCED_REPLACEMENT): Delete macro.
9825 * Makefile.in (cli_decode_h): Add $(command_h).
9826 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9827 * top.c: Include "cli/cli-decode.h".
9828 * completer.c: Include "cli/cli-decode.h".
9829 * maint.c: Include "cli/cli-decode.h".
9830 * cli/cli-decode.h: Include "command.h".
9831 (enum command_class): Delete.
9832 (enum cmd_types): Comment out.
9833 (enum cmd_auto_boolean): Delete.
9834 (enum var_types): Delete.
9835
9836 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9837
9838 * cli/cli-decode.c: Include "gdb_assert.h".
9839 (add_set_or_show_cmd): New static function.
9840 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9841 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9842 all fields, such as func, from the set command.
9843
9844 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9845
9846 * MAINTAINERS (sh-elf): Change warning flag to -w.
9847
9848 2002-03-23 Andrew Cagney <cagney@redhat.com>
9849
9850 * defs.h (error): Add printf format attribute.
9851 * thread-db.c (thread_from_lwp): Fix error format string.
9852 * stack.c (parse_frame_specification): Ditto.
9853 * cli/cli-decode.c (undef_cmd_error): Ditto.
9854 * scm-lang.c (scm_lookup_name): Ditto.
9855 * tracepoint.c (trace_error): Ditto.
9856 * remote-utils.c (usage): Ditto.
9857 * remote.c (compare_sections_command): Ditto.
9858 Fix PR gdb/328.
9859
9860 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9861
9862 * gdbtypes.c (append_composite_type_field): New function.
9863 (init_composite_type): New function.
9864 * gdbtypes.h (append_composite_type_field): Declare.
9865 (init_composite_type): Ditto.
9866
9867 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9868
9869 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9870 function.
9871 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9872 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9873 structure returning convention for SYSV ABI case, but not
9874 for GNU/Linux, FreeBSD, or NetBSD.
9875
9876 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9877
9878 * symtab.h (lookup_block_symbol): Add mangled_name argument
9879 to prototype.
9880
9881 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9882 with new mangled_name argument.
9883 * linespec.c (decode_line_1): Likewise.
9884 * valops (value_of_this): Likewise.
9885 * symtab.c (lookup_transparent_type): Likewise.
9886 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9887 (lookup_symbol): If we are given a mangled name, pass it down
9888 to lookup_symbol_aux.
9889 (lookup_block_symbol): If we are given a mangled name to check
9890 against, only return symbols which match it.
9891
9892 2002-03-22 Christopher Faylor <cgf@redhat.com>
9893
9894 * win32-nat.c (child_create_inferior): Check for proper shell to use
9895 here, in case the user changes it on the fly.
9896 (_initialize_inftarg): Remove shell path considerations.
9897
9898 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9899
9900 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9901 for gdbarch_max_register_raw_size and max_register_virtual_size.
9902 Adjust copyright year.
9903
9904 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9907 in a function to cover the entire beginning of the function
9908 as well if it does not already.
9909
9910 2002-03-21 Tom Rix <trix@redhat.com>
9911
9912 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9913 (rs6000_ptrace64): Renamed from ptrace64.
9914
9915 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9916
9917 * gdbserver/remote-utils.c (remote_open): Don't call
9918 getprotobyname, we're all using TCP here so just use
9919 IPPROTO_TCP.
9920 * gdbserver/gdbreplay.c (remote_open): Ditto.
9921
9922 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9923
9924 * regcache.c (_initialize_regcache): No need to call
9925 build_regcache() at this time; it gets called whenever
9926 the gdbarch changes.
9927
9928 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9929
9930 * sparc-nat.c: Include sys/param.h where possible.
9931
9932 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9933
9934 Fix PR gdb/422.
9935 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9936 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9937 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9938 complex types.
9939 * stabsread.c (rs6000_builtin_type): Likewise.
9940 (read_sun_floating_type): Likewise.
9941
9942 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9943
9944 * stabsread.c (read_member_functions): Remove skip code for duplicate
9945 constructor/destructor methods. Use standard parsing for these
9946 methods and just do not chain them to the list of methods after
9947 parsing.
9948
9949 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9950
9951 * coffread.c: Remove redundant static declarations. Replace
9952 occurrences of `PTR' with `void *'.
9953 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9954 * top.h (quit_cover): Likewise.
9955 * defs.h (catch_errors): Likewise.
9956
9957 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9958
9959 * defs.h (XMALLOC): Define.
9960 * gdb-events.sh (XMALLOC): Delete macro.
9961 * gdb-events.c, gdb-events.h: Regenerate.
9962 * gdbarch.sh (XMALLOC): Delete macro.
9963 * gdbarch.c: Regenerate.
9964 * serial.c (XMALLOC): Delete macro.
9965 * ui-file.c (XMALLOC): Ditto.
9966 * ser-unix.h (XMALLOC): Ditto.
9967 * sh-tdep.c (XMALLOC): Ditto.
9968 * ui-out.c (XMALLOC): Ditto.
9969 * utils.c (XMALLOC): Ditto.
9970 * i386-tdep.c (XMALLOC): Ditto.
9971 * gdb-events.c (XMALLOC): Ditto.
9972 * d10v-tdep.c (XMALLOC): Ditto.
9973 * cli-out.c (XMALLOC): Ditto.
9974
9975 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9976 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9977 * ui-file.c, ui-out.c: Ditto.
9978
9979 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9980
9981 * command.h (struct cmd_list_element): Add field context.
9982 (set_cmd_context, get_cmd_context): Declare.
9983 * cli/cli-decode.h: Ditto.
9984 * cli/cli-decode.c (get_cmd_context): New function.
9985 (set_cmd_context): New function.
9986 (add_cmd): Initialize context.
9987 Part of fixing PR gdb/145 and PR gdb/146.
9988
9989 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9990
9991 * cli/cli-decode.c (cmd_type): New function.
9992 * command.h (cmd_type): Declare.
9993 * infrun.c (set_schedlock_func): Call function cmd_type.
9994 * kod.c (kod_set_os): Call cmd_type.
9995 * cris-tdep.c (cris_version_update): Use function cmd_type.
9996 (cris_mode_update, cris_abi_update): Ditto.
9997
9998 * command.h: (execute_cmd_post_hook): Declare.
9999 (execute_cmd_pre_hook): Declare.
10000 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10001 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10002 functions. Execute pre/post hook while ensuring that afterwords
10003 hook_in is cleared.
10004 * top.c (execute_command): Use execute_cmd_post_hook, and
10005 execute_cmd_pre_hook to execute pre/post commands.
10006 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10007 hook_stop_stub.
10008 (hook_stop_stub): Call execute_cmd_pre_hook.
10009
10010 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10011
10012 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10013 set'' and this leads to a core dump. Move xstrdup of
10014 operating_system to after check that it is not NULL.
10015
10016 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10017
10018 * kod.c (kod_set_os): Remove unnecessary check that
10019 ``command->type'' is set_cmd.
10020
10021 * valprint.c (set_input_radix): Use input_radix.
10022 (set_output_radix): Use output_radix.
10023 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10024 isn't reverted.
10025
10026 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10027
10028 * value.h (struct value): Delete field ``substring_addr''. Change
10029 aligner fields to force_doublest_align, force_longest_align,
10030 force_core_addr_align and force_pointer_aligh.
10031
10032 * value.h (struct value): Fix typo in above change.
10033
10034 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10035
10036 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10037 to fix internal_error from ``maintenance print architecture''.
10038
10039 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10040
10041 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10042 for gcc versions after gcc-2.8.1.
10043
10044 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10045
10046 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10047 for method resolution. Restore adjustment of ``this'' pointer after
10048 calling value_struct_elt, which was accidentally removed during the
10049 HP merge.
10050
10051 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10052
10053 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10054 value_of_register.
10055 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10056 get_saved_register.
10057 * value.h (value_of_register): Update.
10058
10059 2002-03-14 Richard Henderson <rth@redhat.com>
10060
10061 * configure.in: Detect declaration for canonicalize_file_name.
10062 * utils.c (canonicalize_file_name): Declare, if needed.
10063 (gdb_realpath): Prefer realpath if available and usable.
10064 * config.in, configure: Rebuild.
10065
10066 2002-03-14 Richard Henderson <rth@redhat.com>
10067
10068 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10069 a constant array bound.
10070
10071 * MAINTAINERS: Add myself to write-after-approval.
10072
10073 2002-03-14 Michael Snyder <msnyder@redhat.com>
10074
10075 * symfile.c (syms_from_objfile): Return immediately if no syms.
10076 (symbol_file_add): Return immediately if no syms.
10077 (find_sym_fns): Return immediately if no syms.
10078
10079 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10080
10081 * gdbserver/remote-util.c (remote_open): Print remote-side's
10082 IP address when remote debugging over the network.
10083
10084 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10085
10086 * config/sparc/fbsd.mh: Fix copyright.
10087 * config/sparc/fbsd.mt: Likewise.
10088
10089 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10090
10091 * MAINTAINERS: Fix typo in name of gdb warnings option.
10092 (x86-64): Fix formating so that this can be parsed by awk.
10093
10094 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10097 * defs.h: Include "gdb/signals.h".
10098 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10099
10100 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10101
10102 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10103 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10104 from x86-64-tdep.h
10105
10106 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10107 Don Howard <dhoward@redhat.com>
10108
10109 * mips-tdep.c (ST0_FR): Define.
10110 (mips2_fp_compat): New function, temporarily disabled.
10111 (mips_read_fp_register_single): New function.
10112 (mips_read_fp_register_double): New function.
10113 (mips_print_register): Use them.
10114 (do_fp_register_row): Likewise.
10115
10116 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10117
10118 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10119 approval''.
10120
10121 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10122
10123 * stabsread.c (read_member_functions): Fix is_stub test for
10124 static member functions, improve comment.
10125
10126 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10127
10128 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10129 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10130 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10131 commands that set boolean values.
10132 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10133 (arm_rdi_resume): Always initialize PC.
10134 (arm_rdi_open): Don't use rslt as a boolean.
10135 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10136 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10137 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10138 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10139
10140 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10141
10142 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10143 * configure: Rebuilt.
10144
10145 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10146
10147 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10148 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10149
10150 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10151
10152 * cli/cli-decode.c (set_cmd_completer): New function.
10153 * command.h (set_cmd_completer): Declare.
10154 * cli/cli-decode.h (set_cmd_completer): Ditto.
10155
10156 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10157 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10158 * win32-nat.c (_initialize_inftarg): Ditto.
10159 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10160 * proc-api.c (_initialize_proc_api): Ditto.
10161 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10162 * source.c (_initialize_source): Ditto.
10163 * exec.c (_initialize_exec): Ditto.
10164 * solib.c (_initialize_solib): Ditto.
10165 * top.c (init_main): Ditto.
10166 * tracepoint.c (_initialize_tracepoint): Ditto.
10167 * symfile.c (_initialize_symfile): Ditto.
10168 * printcmd.c (_initialize_printcmd): Ditto.
10169 * infcmd.c (_initialize_infcmd): Ditto.
10170 * corefile.c (_initialize_core): Ditto.
10171
10172 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10173
10174 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10175
10176 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10177
10178 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10179
10180 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10181
10182 * NEWS: Update headings, 5.2 has branched.
10183
10184 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10187 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10188 (register_addr, REGISTER_RAW_SIZE): Likewise.
10189 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10190 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10191
10192 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10193
10194 * MAINTAINERS (x86-64): Add myself.
10195 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10196 changed value_ptr -> struct value *
10197
10198 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10199
10200 * configure.host (sparc64-*-freebsd): Add.
10201 * configure.tgt: Likewise.
10202 * config/sparc/fbsd.mh: New file.
10203 * config/sparc/fbsd.mt: Likewise.
10204 * config/sparc/nm-fbsd.h: Likewise.
10205 * config/sparc/tm-fbsd.h: Likewise.
10206
10207 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10208
10209 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10210 regformats/reg-s390x.dat.
10211
10212 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10213
10214 * utils.c: Add FIXME explaining true/false problem.
10215
10216 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10217
10218 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10219
10220 2002-02-28 Michael Chastain <mec@shout.net>
10221
10222 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10223
10224 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10225
10226 * gdbserver/linux-s390-low.c: New file.
10227 * regformats/reg-s390.dat: New file.
10228 * regformats/reg-s390x.dat: New file.
10229 * gdbserver/configure.srv: Add S/390.
10230 * gdbserver/Makefile.in: Add S/390.
10231 * configure.tgt: Enable gdbserver for S/390.
10232
10233 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10234
10235 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10236 first line of the doc string for "info dos", except at the end of
10237 the sentence, since the short help stops at the first period.
10238
10239 2002-02-28 Jason Merrill <jason@redhat.com>
10240
10241 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10242
10243 2002-02-27 Fred Fish <fnf@redhat.com>
10244
10245 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10246 comment (dumy -> dummy).
10247
10248 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10249
10250 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10251
10252 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10253
10254 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10255
10256 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10257
10258 * gdbserver/acconfig.h: New file.
10259 * gdbserver/i387-fp.c: New file.
10260 * gdbserver/i387-fp.h: New file.
10261 * gdbserver/linux-x86-64.c: New file.
10262 * regformats/reg-x86-64.dat: New file.
10263 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10264 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10265 * gdbserver/configure.in: Add support for regsets.
10266 * gdbserver/config.in: Regenerate.
10267 * gdbserver/configure: Regenerate.
10268 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10269 * gdbserver/linux-low.h: New file.
10270 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10271 for regsets.
10272 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10273 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10274 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10275 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10276 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10277 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10278 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10279 "i387-fp.h". Add PTRACE_GETREGS and friends.
10280 * gdbserver/regcache.c (supply_register): New function.
10281 (supply_register_by_name): New function.
10282 (collect_register): New function.
10283 (collect_register_by_name): New function.
10284
10285 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10288 (config.status): Add configure.srv dependency.
10289 (server_h): Add config.h dependency.
10290
10291 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10294 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10295 * gdbserver/configure.srv: Change i386-*-linux* to use
10296 reg-i386-linux.o.
10297
10298 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10299
10300 * x86-64-tdep.c: Re-indent. Update copyright date.
10301
10302 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10303
10304 From Michal Ludvig <mludvig@suse.cz>:
10305 * x86-64-tdep.c (value.h): Delete.
10306 (gdb_assert.h): Include.
10307 (x86_64_register_convert_to_virtual,
10308 x86_64_register_convert_to_raw ): Add check which lets only
10309 floating-point values to be converted.
10310 (value_push): Delete.
10311 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10312 (i386_gdbarch_init): Number of register_bytes fixed.
10313
10314 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10315
10316 * MAINTAINERS: Add x86-64 target.
10317
10318 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10319
10320 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10321 * osfsolib.c (solib_map_sections): Ditto.
10322 * irix5-nat.c (solib_map_sections): Ditto.
10323 * corelow.c (gdb_check_format): Ditto.
10324 * symfile.c (symfile_bfd_open): Ditto.
10325 * solib.c (solib_map_sections): Ditto.
10326 Fix PR gdb/354.
10327
10328 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10329
10330 * remote.c (_initialize_remote): By default, disable ``e'' and
10331 ``E'' step out-of-range packets.
10332
10333 2002-02-26 Andreas Schwab <schwab@suse.de>
10334
10335 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10336 m68k_linux_frame_saved_pc.
10337 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10338 in_sigtramp.
10339 (SIGCONTEXT_PC_OFFSET): Remove.
10340 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10341 m68k_linux_sigtramp_saved_pc): New functions.
10342 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10343 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10344 (UCONTEXT_PC_OFFSET): Define.
10345 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10346 non-RT and RT signal trampolines.
10347
10348 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10349
10350 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10351 (TARGET_NBPG, STACK_END_ADDR): Delete
10352 (VARIABLES_INSIDE_BLOCK): Delete.
10353
10354 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10355
10356 * utils.c (perror_with_name): Make string parameter constant.
10357 (print_sys_errmsg): Ditto.
10358 (query): Ditto.
10359 * defs.h (perror_with_name): Update.
10360 (print_sys_errmsg): Update.
10361 (query): Update.
10362
10363 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10364
10365 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10366 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10367
10368 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10369
10370 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10371 if it already matches the current architecture from the exec file.
10372 Include arch-utils.h for gdbarch_info_init prototype.
10373 * Makefile.in (rs6000-nat.o): Update dependencies.
10374
10375 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10376
10377 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10378 list of exported variables.
10379
10380 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * gdbserver/configure.srv: New file.
10383 * gdbserver/configure.in: Use configure.srv instead
10384 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10385 from it.
10386 * gdbserver/configure: Regenerated.
10387 * gdbserver/terminal.h: New file.
10388 * gdbserver/Makefile.in: Update for configure changes. Remove
10389 more unneeded include paths.
10390
10391 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10392
10393 From wiz at danbala:
10394 * config/sparc/tm-sp64.h: Fix grammar and typos.
10395 Fix PR gdb/287.
10396
10397 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10398
10399 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10400 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10401 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10402 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10403 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10404 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10405 * s390-tdep.c: Ditto.
10406 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10407 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10408 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10409 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10410 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10411 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10412 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10413 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10414 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10415 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10416 Fix PR gdb/378.
10417
10418 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10419
10420 * lin-thread.c: Delete file.
10421 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10422 to gdb_proc_service.h.
10423 * configure: Re-generate.
10424
10425 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10426 * serial.c (serial_open): Delete check for "ocd".
10427 Fix PR gdb/349.
10428
10429 * Makefile.in (linux-thread.o): Delete target.
10430 * linux-thread.c: Delete file.
10431
10432 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10433 renamed SH files to be consistent.
10434
10435 * symtab.c (sort_search_symbols): Use xfree.
10436
10437 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10438
10439 * arm-linux-tdep.c (arm_linux_init_abi): Register
10440 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10441 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10442 definition with undef, since we don't want the sysvr4 definition.
10443 (SKIP_TRAMPOLINE_CODE): Likewise.
10444
10445 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10446
10447 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10448
10449 * configure.in: (AC_CHECK_FUNCS) Added test for
10450 canonicalize_file_name Regenerated.
10451 * config.in, configure: Regenerated.
10452 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10453 defined use canonicalize_file_name.
10454
10455 2002-02-23 Michael Chastain <mec@shout.net>
10456
10457 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10458
10459 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10460
10461 * README: Remove references to cygnus.com.
10462 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10463 dot com'' form. Remove references to cygnus.com and sourceware.
10464
10465 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10466
10467 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10468 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10469 1003.1-2001 no longer allows "head -1".
10470 * gdb/Makefile.in (version.c): Likewise.
10471 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10472 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10473 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10474
10475 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10476
10477 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10478 * command.h (cmd_cfunc_eq): Declare.
10479 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10480
10481 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10482 ``struct cmd_list_element *''.
10483 * cli/cli-cmds.c (is_complete_command): Update. Use
10484 cmd_cfunc_eq.
10485 * top.c (execute_command): Pass the command to
10486 is_complete_command.
10487 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10488
10489 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10490
10491 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10492 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10493 architecture defines.
10494 * s390-tdep.c (s390_gdbarch_init): Likewise.
10495
10496 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10497
10498 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10499 (arm_linux_push_arguments): Likewise.
10500 (arm_linux_init_abi): Register them. Also register linux-specific
10501 call_dummy_words.
10502 (find_minsym_and_objfile): Use strcmp, not STREQ.
10503 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10504 (arm_linux_call_dummy_words): Delete declaration.
10505 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10506 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10507 declarations.
10508 (LOWEST_PC): Delete.
10509
10510 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10511
10512 * maint.c (print_section_info): Do not prepend `0x' to filepos
10513 output, it will be handled by local_hex_string_custom.
10514
10515 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10516
10517 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10518 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10519 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10520
10521 2002-02-22 Jim Blandy <jimb@redhat.com>
10522
10523 Indicate that the bcache functions don't change the strings
10524 they're passed.
10525 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10526 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10527
10528 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10529
10530 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10531
10532 2002-02-21 Christopher Faylor <cgf@redhat.com>
10533
10534 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10535 find the complete path to a loaded DLL.
10536
10537 2002-02-21 Fred Fish <fnf@redhat.com>
10538
10539 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10540 that marks the end of the range of a function, enter a line number
10541 entry that has a line number of zero and a PC offset that matches
10542 the end of the function. This starts a range of PC's for which no
10543 line number information is known.
10544 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10545 PC's for which no line number info is found (line number is zero)
10546 then we didn't find any valid line information.
10547 * symtab.h: Document use of zero line number entry.
10548
10549 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10550
10551 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10552 (have_ptrace_getvrregs): Define for run time checks.
10553 (gdb_vrregset_t): New type for Altivec register handling.
10554 (fetch_register, store_register): Fetch/store altivec register
10555 when needed.
10556 (fetch_altivec_register, store_altivec_register): New functions.
10557 (supply_vrregset, fill_vrregset): New functions.
10558 (fetch_altivec_registers, store_altivec_registers): New functions.
10559 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10560 registers as well.
10561
10562 2002-02-21 Jiri Smid <smid@suse.cz>
10563
10564 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10565
10566 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10567
10568 * Makefile.in (armnbsd-nat.o): Update dependencies.
10569 * armnbsd-nat.c (supply_gregset): New function. Common code to
10570 supply the integer register set.
10571 (supply_fparegset): New function. Similar for FPA registers.
10572 (fetch_regs, fetch_fp_regs): Use them.
10573 (fetch_core_registers): Likewise.
10574 (fetch_elfcore_registers): New function.
10575 (arm_netbsd_elfcore_fns): New core-file type specification.
10576 (_initialize_arm_netbsd_nat): Register it.
10577
10578 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10579
10580 * armnbsd-nat.c: Include gdbcore.h.
10581 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10582 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10583 'void' to declaration, to shut up ARI.
10584 (fetch_core_registers): Make static. Rewrite using supply_register.
10585 (arm_netbsd_core_fns): New core-file type specification.
10586 (_initialize_arm_netbsd_nat): New function.
10587
10588 2002-02-21 Christopher Faylor <cgf@redhat.com>
10589
10590 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10591 value.
10592
10593 2002-02-20 Christopher Faylor <cgf@redhat.com>
10594
10595 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10596 fails.
10597
10598 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * jv-exp.y (parse_number): Change type of implicit longs
10601 to builtin_type_uint64.
10602
10603 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10604
10605 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10606 to be an integer instead of a `union wait'.
10607
10608 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * mips-linux-nat.c: Call the operating system GNU/Linux.
10611 * mips-linux-tdep.c: Likewise.
10612 * mips-tdep.c: Likewise.
10613
10614 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10615
10616 Fix PR gdb/265.
10617 * jv-exp.y (parse_number): Handle 64-bit integers.
10618
10619 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10620
10621 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10622 AC_STDC_HEADERS to AC_HEADER_STDC.
10623 * gdbserver/configure: Regenerated.
10624
10625 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10626
10627 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10628 is defined.
10629 * sparc-tdep.c (get_longjmp_target): Likewise.
10630
10631 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10632
10633 * News: Add news about ARM and Multi-arch. Mention the new target
10634 arm*-*-netbsd*.
10635
10636 2002-02-19 Jim Blandy <jimb@redhat.com>
10637
10638 * stabsread.c (error_type_complaint): Improve error message.
10639
10640 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10641
10642 * gdbserver/README: Update documentation.
10643 * gdbserver/configure.in: Update configury to match documentation.
10644 * gdbserver/Makefile.in: Likewise.
10645 * gdbserver/configure: Regenerated.
10646 * gdbserver/aclocal.m4: New file, generated by aclocal.
10647 * gdbserver/config.in: New file, generated by autoheader.
10648
10649 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10650
10651 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10652 armnbsd-nat.c.
10653
10654 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10655
10656 * arm-tdep.h (enum arm_float_model): New enum.
10657 (struct gdbarch_tdep): Add fp_model.
10658 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10659 up floating-point conversions until we know the floating-point model
10660 in use by the inferior. Don't complain about being unable to
10661 determine the ABI of the inferior when we don't have one.
10662 (arm_extract_return_value): Support different floating-point models.
10663 (arm_store_return_value): Likewise.
10664 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10665 ARM_FLOAT_SOFT.
10666 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10667
10668 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10669
10670 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10671 of ``current_gdbarch''.
10672
10673 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10674
10675 * armnbsd-nat.c : ANSIfy all function declarations.
10676 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10677 (fetch_inferior_registers): Re-implement in terms of above.
10678 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10679 (store_inferior_registers): Re-implement in terms of above.
10680
10681 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10682
10683 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10684 kernel.
10685 * arm-linux-tdep.c: Likewise.
10686 * config/arm/tm-linux.h: Likewise.
10687
10688 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10689
10690 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10691 * config/arm/nbsd.mt (TM_FILE): Delete.
10692 * config/arm/tm-nbsd.h: Delete.
10693
10694 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10695
10696 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10697 Initialize CALL_DUMMY_LENGTH.
10698
10699 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10700
10701 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10702 function.
10703 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10704 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10705 defines one thing and that is incorrect for this port.
10706 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10707
10708 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10709
10710 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10711
10712 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10713
10714 * win32-nat.c (display_selector): New function. Displays information
10715 about the information returned by GetThreadSelectorEntry API function.
10716 (display_selectors): New function. Displays the infomation of
10717 the selector given as argument, or of CS, DS ans FS selectors
10718 if no argument is given.
10719 ( _initialize_inftarg): Add "w32" as info prefix command.
10720 Add "info w32 selector" as command calling display_selectors.
10721
10722 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10723
10724 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10725 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10726 if not defined.
10727
10728 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10729
10730 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10731
10732 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10733
10734 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10735 (arm_fix_call_dummy): Call it.
10736 (arm_call_dummy_breakpoint_offset): Delete.
10737 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10738 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10739
10740 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10741
10742 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10743 Default to func_frame_chain_valid.
10744 * gdbarch.h, gdbarch.c: Re-generate.
10745 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10746
10747 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10748
10749 * ppc-linux-nat.c: Update copyright.
10750 (fetch_register, store_register): Add tid parameter, don't compute
10751 tid here.
10752 (fetch_ppc_registers, store_ppc_registers): Add tid
10753 parameter. Pass it along to callees.
10754 (fetch_inferior_registers, store_inferior_registers): Compute tid
10755 here, and pass it to calleed functions.
10756 (fill_gregset, supply_fpregset): Clean up formatting.
10757
10758 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10759
10760 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10761 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10762
10763 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10764
10765 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10766 * gdbarch.c gdbarch.h: Regenerate.
10767 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10768 function.
10769 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10770 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10771 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10772
10773 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10774 * arm-tdep.c (arm_get_longjmp_target): New function.
10775 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10776 this to a positive value register arm_get_longjmp_target as the
10777 longjmp handler.
10778 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10779 (arm_linux_init_abi): Set up longjmp description in tdep.
10780 * armnbsd-nat.c (get_longjmp_target): Delete.
10781 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10782 description in tdep.
10783 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10784 (get_longjmp_target): Delete declaration.
10785 (GET_LONGJMP_TARGET): Delete.
10786 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10787 (GET_LONGJMP_TARGET): Delete.
10788
10789 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10790
10791 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10792 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10793 of ``current_gdbarch''.
10794
10795 2002-02-17 Tom Tromey <tromey@redhat.com>
10796
10797 * cli/cli-cmds.c (compare_strings): New function.
10798 (complete_command): Only print each unique item once.
10799 * completer.h (complete_line): Declare.
10800 * completer.c (complete_line): New function.
10801 (line_completion_function): Use it.
10802
10803 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10804
10805 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10806 * gdbarch.h, gdbarch.c: Re-generate.
10807
10808 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10811
10812 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10813
10814 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10815 * valops.c (value_arg_coerce): Don't take the address of a reference
10816 to convert an argument to a reference.
10817
10818 2002-02-15 Christopher Faylor <cgf@redhat.com>
10819
10820 * win32-nat.c (get_image_name): New function.
10821 (handle_load_dll): Use get_image_name function.
10822 (get_child_debug_event): Avoid registering debug events until possibly
10823 execed process is started.
10824 (child_create_inferior): Allow invocation via shell so that command
10825 line redirection, etc. works ok.
10826 (_initialize_inftarg): Add new command: "set shell" to control whether
10827 a shell is used to start a process.
10828
10829 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10830
10831 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10832 instead of find_register_by_number.
10833 (cannot_store_register): Likewise.
10834
10835 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10836
10837 * dwarf2read.c: Replace fprintf (stderr, ...) by
10838 fprintf_unfiltered (gdb_stderr, ...).
10839
10840 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10841
10842 * gdbserver/gdbserver.1: Document --attach.
10843
10844 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10845
10846 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10847 descriptions.
10848 * arm-tdep.c (arm_default_arm_le_breakpoint)
10849 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10850 (arm_default_thumb_be_breakpoint): New. Initialize them from
10851 traditional breakpoint defines.
10852 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10853 (arm_gdbarch_init): Initialize new breakpoint variables.
10854 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10855 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10856 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10857 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10858 code out to ...
10859 (arm_netbsd_init_abi_common): ... here; new function.
10860 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10861 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10862 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10863 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10864
10865 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10866
10867 * arm-tdep.h (enum arm_abi): New enum.
10868 (struct gdbarch_tdep): New structure.
10869 (LOWEST_PC): Provide a default.
10870 (arm_gdbarch_register_os_abi): Declare new function.
10871 * arm-tdep.c (arm_abi_names): New array.
10872 (process_note_abi_tag_sections): New function.
10873 (get_elfosabi): New function.
10874 (arm_gdbarch_register_os_abi): New function.
10875 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10876 support for that ABI has been built in, then call the appropriate
10877 configuration routine. Use gdbarch_num_regs() to get the number
10878 of registers.
10879 (arm_dump_tdep): New function.
10880 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10881 place-holder functions.
10882 (_initialize_arm_tdep): Register them.
10883 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10884
10885 * armnbsd-tdep.c: New file.
10886 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10887 * config/arm/nbsd.mt (TDEPFILES): Add it.
10888 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10889
10890 * armnbsd-nat.c: Include regcache.h.
10891 * Makefile.in (armnbsd-nat.o): Update dependency list.
10892
10893 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10894
10895 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10896
10897 * gdbserver/Makefile.in: Fix typos in target rules.
10898
10899 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10900
10901 Fix part of PR gdb/267.
10902 * linespec.c (find_methods): Handle constructors specially for now.
10903
10904 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10905
10906 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10907 handling.
10908 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10909 standard_coerce_float_to_double().
10910
10911 2002-02-14 Christopher Faylor <cgf@redhat.com>
10912
10913 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10914 GDBINIT_FILENAME.
10915
10916 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10917
10918 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10919 find_variant_by_name, because it confuses the multiarch
10920 framework. Return NULL if there isn't an architecture with the
10921 user supplied name, instead of forcing a different one without
10922 recording the change with the multiarch machinery.
10923 (find_variant_by_name): Delete.
10924
10925 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10926
10927 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10928 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10929
10930 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10931
10932 * stack.c (print_frame_info_base): When calling
10933 print_frame_info_listing_hook, set current_source_symtab.
10934
10935 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10936
10937 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10938 and remove unused $(INCLUDE_DIR).
10939 Add regcache.c to OBS.
10940 Add generated register protocol files to clean target.
10941 Update dependencies for new objects, obsolete old target code.
10942
10943 * gdbserver/linux-low.c: Remove all platform-specific code to
10944 new files. Remove various dead code. Update to use regcache
10945 functionality.
10946 * gdbserver/remote-utils.c (fromhex): Add return statement
10947 to quiet warning.
10948 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10949 constant.
10950 (input_interrupt): Add integer parameter to match prototype
10951 of a signal handler.
10952 (outreg): Use register_data ().
10953 (prepare_resume_reply): Use gdbserver_expedite_regs.
10954 * gdbserver/server.c (main): Dynamically allocate own_buf because
10955 PBUFSIZ is no longer constant. Use registers_to_string () and
10956 registers_from_string ().
10957 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10958 for error (), fatal (), and warning (). Update definition of
10959 PBUFSIZ to use regcache functionality. Add include guard.
10960 * gdbserver/utils.c (fatal): Add missing ``const''.
10961 (warning): New function.
10962
10963 * regformats/regdat.sh: Include "regcache.h" in generated files.
10964 Provide init_registers () function.
10965 * regformats/regdef.h: Add prototype for set_register_cache ().
10966 Add include guard.
10967
10968 * gdbserver/linux-arm-low.c: New file.
10969 * gdbserver/linux-i386-low.c: New file.
10970 * gdbserver/linux-ia64-low.c: New file.
10971 * gdbserver/linux-m68k-low.c: New file.
10972 * gdbserver/linux-mips-low.c: New file.
10973 * gdbserver/linux-ppc-low.c: New file.
10974 * gdbserver/linux-sh-low.c: New file.
10975
10976 * gdbserver/regcache.c: New file.
10977 * gdbserver/regcache.h: New file.
10978
10979 * gdbserver/low-linux.c: Removed obsolete file.
10980
10981 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10982
10983 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10984 * config/i386/linux.mt: Likewise.
10985 * config/ia64/linux.mt: Likewise.
10986 * config/m68k/linux.mh: Likewise.
10987 * config/powerpc/linux.mh: Likewise.
10988 * config/mips/linux.mt: Likewise.
10989
10990 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10991
10992 * config/i386/i386lynx.mh: Mark gdbserver variables
10993 as (currently) obsolete for this target.
10994 * config/i386/nbsd.mt: Likewise.
10995 * config/i386/nbsdelf.mt: Likewise.
10996 * config/m32r/m32r.mt: Likewise.
10997 * config/m68k/m68klynx.mh: Likewise.
10998 * config/m68k/nbsd.mt: Likewise.
10999 * config/m68k/sun3os4.mh: Likewise.
11000 * config/mips/vr5000.mt: Likewise.
11001 * config/ns32k/nbsd.mt: Likewise.
11002 * config/pa/hppabsd.mh: Likewise.
11003 * config/pa/hppaosf.mh: Likewise.
11004 * config/powerpc/nbsd.mt: Likewise.
11005 * config/rs6000/rs6000lynx.mh: Likewise.
11006 * config/s390/s390.mt: Likewise.
11007 * config/s390/s390x.mt: Likewise.
11008 * config/sparc/sparclynx.mh: Likewise.
11009 * config/sparc/sun4os4.mh: Likewise.
11010 * config/i386/x86-64linux.mt: Likewise.
11011 * config/sparc/linux.mh: Likewise.
11012
11013 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11014
11015 * configure.tgt: Configure gdbserver only for known working
11016 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11017 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11018 SUBDIRS if it is configured. Update comment for ${nativefile}.
11019 * configure: Regenerated.
11020
11021 2002-02-13 Michael Snyder <msnyder@redhat.com>
11022
11023 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11024
11025 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11026 (default_gcore_mach): Just return 0, work around a problem in bfd.
11027 (default_gcore_target): OK to return NULL if exec_bfd is null.
11028 (make_mem_sec): Use a cast, avoid a warning.
11029
11030 * procfs.c (find_memory_regions_callback): Use a cast instead of
11031 calling host_pointer_to_address (which complains if
11032 sizeof (host pointer) != sizeof (target pointer)).
11033 (procfs_make_note_section): Avoid overflow in psargs string.
11034
11035 * procfs.c (procfs_make_note_section): Make the default
11036 implementation return an error.
11037
11038 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11039
11040 * procfs.c (procfs_make_note_section): Provide a default definition
11041 (for alpha-dec-osf4.0f). Fix typos.
11042
11043 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11044
11045 * linux-proc.c: Add include of regcache.h.
11046 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11047
11048 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11049
11050 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11051 * memattr.c (create_mem_region): Disallow useless empty region.
11052 Regions are half-open intervals, so allow [A..B) [B..C) as
11053 non-overlapping.
11054
11055 2002-02-13 Michael Chastain <mec@shout.net>
11056
11057 * defs.h: Kill CONST_PTR.
11058 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11059 * c-lang.c (c_builtin_types): Likewise.
11060 * ch-lang.c (ch_builtin_types): Likewise.
11061 * f-lang.c (f_builtin_types): Likewise.
11062 * language.c (unknown_builtin_types): Likewise.
11063 * m2-lang.c (m2_builtin_types): Likewise.
11064 * p-lang.c (pascal_builtin_types): Likewise.
11065 * scm-lang.c (c_builtin_types): Likewise.
11066
11067 2002-02-13 Keith Seitz <keiths@redhat.com>
11068
11069 * arm-tdep.h (arm_get_next_pc): Add declaration.
11070
11071 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11072
11073 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11074 with other related struct-returning functions.
11075 (arm_extract_struct_value_address): New function.
11076 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11077 initialize float_format, double_format and long_double_format as
11078 appropriate to the endianness of the target.
11079 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11080 (arm_use_struct_convention): Delete declaration.
11081 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11082
11083 2002-02-13 Keith Seitz <keiths@redhat.com>
11084
11085 * defs.h (core_addr_to_string_nz): New function.
11086
11087 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11088
11089 Apply missing bits of 2002-01-15 patch.
11090 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11091 (fill_fpregset): Use i387_fill_fsave.
11092
11093 2002-02-12 Keith Seitz <keiths@redhat.com>
11094
11095 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11096 (core_addr_to_string_nz): New function.
11097
11098 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11099
11100 * arm-linux-nat.c: Really include arm-tdep.h.
11101 * config/arm/tm-linux.h (struct type, struct value): Declare.
11102
11103 2002-02-11 Michael Snyder <msnyder@redhat.com>
11104
11105 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11106 (gcore section): Ifdef for Solaris and Unixware only.
11107 (procfs_do_thread_registers): Unixware needs one lwpstatus
11108 per thread (not one prstatus or pstatus).
11109 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11110 not over all gdb threads. For unixware, call elfcore_write_pstatus
11111 once before iterating over threads.
11112
11113 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11114
11115 * arm-tdep.h: New file.
11116 * arm-tdep.c: Include arm-tdep.h.
11117 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11118 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11119 (arm_print_float_info, arm_register_type, convert_to_extended)
11120 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11121 (arm_extract_return_value, arm_register_name): Make static.
11122 (arm_software_single_step): Similarly. Fix types in declaration.
11123 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11124 (arm_store_return_value, arm_store_struct_return): New functions.
11125 (arm_gdbarch_init): Register the above functions. Also register
11126 call_dummy_start_offset, sizeof_call_dummy_words,
11127 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11128 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11129 max_register_virtual_size, register_size. Set up
11130 prologue_cache.saved_regs here, rather than ...
11131 (_initialize_arm_tdep): ... here.
11132 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11133 declarations.
11134 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11135 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11136 (arm_print_float_info, arm_register_type, convert_to_extended)
11137 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11138 (arm_extract_return_value, arm_register_name): Delete declarations.
11139 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11140 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11141 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11142 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11143 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11144 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11145 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11146 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11147 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11148 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11149 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11150 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11151 interface.
11152 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11153 * remote-rdi.c remote-rdp.c: Likewise.
11154 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11155 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11156 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11157 definition.
11158
11159 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11160 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11161 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11162 from non-ARM_ prefixed definitions.
11163 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11164 all uses of above.
11165 * remote-rdi.c remote-rdp.c: Likewise.
11166 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11167
11168 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11169
11170 * arm-tdep.c (arm_frameless_function_invocation)
11171 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11172 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11173 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11174 (arm_pop_frame, arm_get_next_pc): Make static.
11175 (arm_gdbarch_init): Register above in gdbarch structure.
11176 (arm_read_fp): Renamed from arm_target_read_fp.
11177 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11178 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11179 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11180 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11181 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11182 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11183 (arm_pc_is_thumb_dummy): Delete declarations.
11184 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11185 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11186 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11187 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11188
11189 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11190
11191 * symtab.c (compare_search_syms): New function.
11192 (sort_search_symbols): New function.
11193 (search_symbols): Sort symbols after searching rather than
11194 before.
11195
11196 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11197
11198 * NEWS: Linux -> GNU/Linux.
11199
11200 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11201
11202 * gdbarch.sh: For for level one methods, disallow a definition
11203 when partially multi-arched. Add comments explaining rationale.
11204 * gdbarch.h: Re-generate.
11205
11206 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11207
11208 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11209 multi-arch partial.
11210
11211 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11212
11213 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11214 field. Use diff -u.
11215 * gdbarch.c: Re-generate.
11216
11217 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11218
11219 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11220 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11221 partial.
11222
11223 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11224
11225 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11226 multi-arch partial.
11227 (PUSH_ARGUMENTS): Switch to using predefault.
11228 * gdbarch.c: Regenerate.
11229
11230 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11231
11232 * valops.c (PUSH_ARGUMENTS): Delete definition.
11233 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11234 partial. Default to default_push_arguments.
11235 * gdbarch.h, gdbarch.c: Regenerate.
11236
11237 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11238
11239 * defs.h (throw_exception): Rename return_to_top_level. Update
11240 comments.
11241 * utils.c (error_stream, internal_verror, quit): Ditto.
11242 * top.c (throw_exception, catcher): Ditto.
11243 * sparclet-rom.c (sparclet_load): Ditto.
11244 * remote.c (interrupt_query, minitelnet): Ditto.
11245 * remote-sds.c (interrupt_query): Ditto.
11246 * remote-mips.c (mips_error, mips_kill): Ditto.
11247 * ocd.c (interrupt_query): Ditto.
11248 * monitor.c (monitor_interrupt_query): Ditto.
11249 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11250 * target.h: Update comment.
11251
11252 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11253
11254 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11255
11256 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11257 default_double_format.
11258 * gdbarch.h, gdbarch.c: Re-generate.
11259 * findvar.c (floatformat_unknown): Delete variable definition.
11260 * doublest.h (floatformat_unknown): Delete variable declaration.
11261
11262 2002-02-09 Jim Blandy <jimb@redhat.com>
11263
11264 * stabsread.c (read_type): Add code to parse Sun's syntax for
11265 prototyped function types.
11266
11267 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11268
11269 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11270 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11271
11272 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11273
11274 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11275 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11276 now _initialize_xcoffsolib gets called again and overrides the
11277 commands from solib.c in a native configuration.
11278
11279 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11280
11281 * doublest.c (store_typed_floating): Don't try to return a value.
11282 Fixes PR gdb/290.
11283
11284 2002-02-08 Jim Blandy <jimb@redhat.com>
11285
11286 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11287 is prototyped and has no arguments, print its argument list as
11288 `(void)'.
11289
11290 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11291
11292 * MAINTAINERS (write-after-approval): Add myself.
11293 (paper-trail): I've escaped!
11294
11295 2002-02-08 Christopher Faylor <cgf@redhat.com>
11296
11297 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11298 changes.
11299 (_initialize_check_for_gdb_ini): Ditto.
11300
11301 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11302
11303 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11304 xaprintf -> xasprintf.
11305
11306 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11307
11308 * win32-nat.c: Remove use of printf and sprintf functions.
11309
11310 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11311
11312 * arm-tdep.c (arm_frame_chain_valid): Make static.
11313 (arm_push_arguments): Likewise.
11314 (arm_gdbarch_init): New function.
11315 (_initialize_arm_tdep): Call it.
11316 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11317 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11318 (FRAME_CHAIN_VALID): Delete.
11319 (arm_frame_chain_valid): Delete declaration.
11320 (PUSH_ARGUMENTS): Delete.
11321 (arm_push_arguments): Delete declaration.
11322 (CALL_DUMMY_P): Delete.
11323
11324 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11325 Corinna Vinschen <vinschen@redhat.com>
11326
11327 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11328 on builtin float types.
11329
11330 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * utils.c: Include <curses.h> before "bfd.h".
11333 * tui/tui-hooks.c: Likewise.
11334 * tui/tui.c: Likewise.
11335 * tui/tuiCommand.c: Likewise.
11336 * tui/tuiData.c: Likewise.
11337 * tui/tuiDataWin.c: Likewise.
11338 * tui/tuiDisassem.c: Likewise.
11339 * tui/tuiGeneralWin.c: Likewise.
11340 * tui/tuiIO.c: Likewise.
11341 * tui/tuiLayout.c: Likewise.
11342 * tui/tuiRegs.c: Likewise.
11343 * tui/tuiSource.c: Likewise.
11344 * tui/tuiSourceWin.c: Likewise.
11345 * tui/tuiStack.c: Likewise.
11346 * tui/tuiWin.c: Likewise.
11347
11348 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11349
11350 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11351 to include space for pseudoregs as well. Update loops accordingly.
11352 (sh_fp_frame_init_saved_regs): Ditto.
11353 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11354
11355 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11356
11357 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11358 Add Richard Earnshaw to Arm maintainers.
11359
11360 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11361
11362 * defs.h (warning_begin): Delete declaration.
11363
11364 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11365 Delete macro.
11366
11367 2002-02-07 Michael Snyder <msnyder@redhat.com>
11368
11369 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11370 Logic bug, remove misplaced else.
11371
11372 2002-02-07 Klee Dienes <klee@apple.com>
11373
11374 * fork-inferior.c (fork_inferior): Add '!' to the list of
11375 characters that need to be quoted when building a string for the
11376 shell. Quote '!' specifically with a backslash, since CSH chokes
11377 when trying to evaluate "str!str".
11378
11379 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11380
11381 * rdi-share/host.h: Only provide a typedef for bool if it is not
11382 defined.
11383
11384 2002-02-04 Michael Snyder <msnyder@redhat.com>
11385
11386 * breakpoint.h (enum bptype): Add new overlay event bp type.
11387 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11388
11389 * breakpoint.c (create_internal_breakpoint): New function.
11390 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11391 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11392 (create_thread_event_breakpoint): Ditto.
11393 (create_solib_event_breakpoint): Ditto.
11394 (create_overlay_event_breakpoint): New function.
11395 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11396 (update_breakpoints_after_exec): Delete and re-initialize
11397 overlay event breakpoints after an exec. Add FIXME comment
11398 about longjmp breakpoint.
11399 (print_it_typical): Ignore overlay event breakpoints.
11400 (print_one_breakpoint): Ditto.
11401 (mention): Ditto.
11402 (bpstat_what): Do not stop for overlay event breakpoints.
11403 (delete_breakpoint): Don't delete overlay event breakpoints.
11404 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11405 (breakpoint_re_set): Re-create overlay event breakpoint.
11406
11407 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11408 (overlay_manual_command): Disable overlay breakpoints.
11409 (overlay_off_command): Disable overlay breakpoints.
11410
11411 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11412
11413 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11414 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11415 to here from config/tm-arm.h.
11416 (coff_sym_is_thumb): Make static.
11417 (arm_elf_make_msymbol_special): New function.
11418 (arm_coff_make_msymbol_special): New function.
11419 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11420 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11421 (coff_sym_is_thumb): Delete declaration.
11422 (arm_elf_make_msymbol_special): Declare.
11423 (arm_coff_make_msymbol_special): Declare.
11424 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11425 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11426
11427 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11428
11429 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11430
11431 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11432
11433 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11434 * gdbarch.c gdbarch.h: Regenerate.
11435 * arch-utils.c (default_print_float_info): New function.
11436 * arch-utils.h (default_print_float_info): Prototype it.
11437 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11438 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11439 (PRINT_FLOAT_INFO): Document it.
11440
11441 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11442 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11443 (PRINT_FLOAT_INFO): Define.
11444
11445 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11446
11447 * win32-nat.c (_initialize_check_for_gdb_ini):
11448 Add typecast to sprintf argument to suppress a warning.
11449
11450 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11451
11452 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11453 to allow easier handling of pass state.
11454 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11455 that gives exception name and address.
11456 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11457 and set last_sig value to ourstatus->value.sig. Some missing
11458 exceptions added.
11459 (child_continue): Correctly report continue_status.
11460 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11461 TARGET_SIGNAL_0 (new default value).
11462 (child_resume): consider sig argument passed to decide if
11463 the exception should be passed to debuggee or not.
11464
11465 2002-02-05 Michael Snyder <msnyder@redhat.com>
11466
11467 * regcache.c (fetch_register): Call target_fetch_register
11468 only if we don't call FETCH_PSEUDO_REGISTER.
11469 (store_register): Call target_store_register only if we
11470 don't call STORE_PSEUDO_REGISTER.
11471
11472 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11473
11474 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11475 ELF_MAKE_MSYMBOL_SPECIAL.
11476 * gdbarch.c, gdbarch.h: Regenerate.
11477 * arch-utils.c (default_make_msymbol_special): New function.
11478 * arch-utils.h (default_make_msymbol_special): Export.
11479 * elfread.c (elf_symtab_read): Compile use of
11480 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11481 multiarched.
11482 * coffread.c (coff_symtab_read): Ditto, for
11483 COFF_MAKE_MSYMBOL_SPECIAL.
11484
11485 2002-02-05 Jim Blandy <jimb@redhat.com>
11486
11487 * solib-svr4.c (svr4_truncate_ptr): New function.
11488 (svr4_relocate_section_addresses): Do the address arithmetic with
11489 the appropriate truncation for target addresses, even when
11490 CORE_ADDR is larger than a target address.
11491
11492 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11493
11494 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11495 to (int *).
11496
11497 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11498
11499 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11500 code.
11501
11502 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11503
11504 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11505
11506 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11507
11508 * gdbserver/linux-low.c: Remove unused include files.
11509
11510 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11513 (read_inferior_memory): Use it.
11514 (write_inferior_memory): Likewise.
11515
11516 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11517
11518 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11519 grubbing through sys_errlist.
11520
11521 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11524
11525 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11526 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11527
11528 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11529
11530 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11531 (do_sfunc, set_cmd_sfunc): New functions.
11532
11533 * command.h (struct cmd_list_element): Add field func.
11534 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11535 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11536 * cli/cli-decode.h: Ditto.
11537
11538 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11539 (help_all, help_cmd_list): Ditto.
11540 (find_cmd, complete_on_cmdlist): Ditto.
11541 * top.c (execute_command): Ditto.
11542
11543 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11544 function.sfunc.
11545
11546 * infcmd.c (notice_args_read): Fix function signature.
11547
11548 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11549 * cli/cli-decode.c (add_set_cmd): Ditto.
11550 * utils.c (initialize_utils): Ditto.
11551 * maint.c (_initialize_maint_cmds): Ditto.
11552 * infrun.c (_initialize_infrun): Ditto.
11553 * demangle.c (_initialize_demangler): Ditto.
11554 * remote.c (add_packet_config_cmd): Ditto.
11555 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11556 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11557 * proc-api.c (_initialize_proc_api): Ditto.
11558 * kod.c (_initialize_kod): Ditto.
11559 * valprint.c (_initialize_valprint): Ditto.
11560 * top.c (init_main): Ditto.
11561 * infcmd.c (_initialize_infcmd): Ditto.
11562 * corefile.c (_initialize_core): Ditto.
11563 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11564 * arch-utils.c (initialize_current_architecture): Ditto.
11565 (_initialize_gdbarch_utils): Ditto.
11566 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11567
11568 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11569 * wince.c (_initialize_inftarg): Ditto.
11570 * symfile.c (_initialize_symfile): Ditto.
11571 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11572 * language.c (_initialize_language): Ditto.
11573 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11574
11575 2002-02-04 Michael Snyder <msnyder@redhat.com>
11576
11577 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11578
11579 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11582 Add rules for building the register data files.
11583
11584 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11585
11586 * regformats/regdat.sh: Add braces to the definition of
11587 expedite_regs_${arch}.
11588
11589 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11590
11591 * regformats/regdef.h (struct reg): Add comment describing the
11592 requirements for offset and size fields.
11593
11594 2002-02-04 Andreas Schwab <schwab@suse.de>
11595
11596 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11597 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11598
11599 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11600
11601 * gdbarch.sh (copyright): Update years in generated header.
11602 (SMASH_TEXT_ADDRESS): Add rule.
11603 * gdbarch.h, gdbarch.c: Re-generate.
11604 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11605 * dbxread.c: Likewise.
11606 * dwarfread.c: Likewise.
11607 * elfread.c: Likewise.
11608 * somread.c: Likewise.
11609
11610 * arm-tdep.c (arm_smash_text_address): New function.
11611 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11612
11613 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11614
11615 Add support for hardware watchpoints on win32 native.
11616 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11617 CONTEXT_DEBUG_REGISTERS.
11618 (dr variable): New variable. Static array containing a local copy
11619 of debug registers.
11620 (debug_registers_changed): New variable. Reflects when debug registers
11621 are changed and need to be written to inferior.
11622 (debug_registers_used): New variable. Reflects when any debug register
11623 was set, used when new threads are created.
11624 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11625 i386-nat code.
11626 (thread_rec): Set dr array if id is the thread of current_event .
11627 (child_continue, child_resume): Change the debug registers for all
11628 threads if debug_registers_changed.
11629 (child_add_thread): Change the debug registers if debug_registers_used.
11630 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11631 Link nm.h to new nm-cygwin.h file.
11632 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11633 of hardware registers.
11634
11635 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11636
11637 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11638 Restore behavour broken by 2002-01-20 Andrew Cagney
11639 <ac131313@redhat.com> IEEE_FLOAT removal.
11640
11641 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11642
11643 * c-valprint.c (c_val_print): Pass a proper valaddr to
11644 cp_print_class_method.
11645 * valops.c (search_struct_method): If there is only one method
11646 and args is NULL, return that method.
11647
11648 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11649
11650 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11651 accessing tag_name directly.
11652
11653 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11654
11655 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11656 of accessing tag_name directly.
11657
11658 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11659
11660 PR gdb/280
11661 * gdbtypes.c (replace_type): New function.
11662 * gdbtypes.h (replace_type): Add prototype.
11663 * stabsread.c (read_type): Use replace_type.
11664
11665 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11666
11667 * Makefile.in (memattr.o): Add missing dependencies rule.
11668
11669 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11670
11671 * breakpoint.c (break_at_finish_command): Really export.
11672 (break_at_finish_at_depth_command): Ditto.
11673 (tbreak_at_finish_command): Ditto.
11674 * hppa-tdep.c: Include completer.h.
11675 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11676 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11677
11678 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11679
11680 * utils.c (do_write): New function.
11681 (error_stream): Rewrite combining the code from error_begin and
11682 verror.
11683 (verror): Rewrite using error_stream.
11684 (error_begin): Delete function.
11685
11686 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11687
11688 * utils.c (error_begin): Make static.
11689 * defs.h (error_begin): Delete declaration.
11690
11691 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11692 (decode_line_1): Use cplusplus_error instead of error_begin,
11693 cplusplus_hint and return_to_top_level.
11694 * coffread.c (coff_symfile_read): Use error instead of error_begin
11695 and return_to_top_level.
11696 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11697
11698 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11699
11700 * language.h (type_error, range_error): Make string parameter
11701 constant.
11702 * language.c (warning_pre_print): Delete extern declaration.
11703 * dwarfread.c (warning_pre_print): Ditto.
11704 * language.c (type_error, range_error): Rewrite to use verror and
11705 vwarning instead of warning_begin.
11706
11707 2002-02-01 Michael Snyder <msnyder@redhat.com>
11708
11709 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11710 (set_ignore_count): Move misplaced comment back where it belongs.
11711
11712 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11713
11714 * command.h (NO_FUNCTION): Delete macro.
11715 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11716 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11717 * tracepoint.c (_initialize_tracepoint): Ditto.
11718 * cli/cli-decode.c (add_set_cmd): Ditto.
11719 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11720
11721 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11722
11723 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11724 Update ``this'' pointer when calling virtual functions.
11725
11726 2002-02-01 Michael Snyder <msnyder@redhat.com>
11727
11728 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11729 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11730
11731 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11732
11733 * regformats/reg-arm.dat: New file.
11734 * regformats/reg-i386.dat: New file.
11735 * regformats/reg-ia64.dat: New file.
11736 * regformats/reg-m68k.dat: New file.
11737 * regformats/reg-mips.dat: New file.
11738 * regformats/reg-ppc.dat: New file.
11739 * regformats/reg-sh.dat: New file.
11740 * regformats/regdef.h: New file.
11741 * regformats/regdat.sh: New file.
11742
11743 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11744
11745 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11746 (arm_frame_args_address, arm_frame_locals_address): New functions.
11747 (arm_frame_num_args): New function.
11748 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11749 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11750 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11751
11752 2002-01-31 Michael Snyder <msnyder@redhat.com>
11753
11754 * breakpoint.c (break_at_finish_command): Export.
11755 (break_at_finish_at_depth_command): Export.
11756 (tbreak_at_finish_command): Export.
11757 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11758 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11759 "txbreak" commands, which are HPPA specific.
11760
11761 * printcmd.c (disassemble_command): Remove an ancient
11762 artifact of an old merge.
11763
11764 * symfile.h (enum overlay_debugging_state):
11765 Define enum constant values for overlay mode.
11766 * symfile.c (overlay_debugging): Use enums instead of literals.
11767 (overlay_is_mapped, overlay_auto_command,
11768 overlay_manual_command): Ditto.
11769
11770 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11771 breakpoint_here_p, breakpoint_inserted_here_p,
11772 breakpoint_thread_match, bpstat_stop_status,
11773 describe_other_breakpoints, check_duplicates, clear_command):
11774 Coding standard fixes.
11775
11776 * target.c (target_xfer_memory): Add spaces, coding standard.
11777 (do_xfer_memory): Add missing line to trust-readonly
11778 code: check bfd SEC_READONLY flag for section.
11779
11780 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11781
11782 * PROBLEMS: Fix typo, 5.1->5.1.1.
11783
11784 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11785
11786 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11787 data symbols, since we search based on textlow and texthigh.
11788 (find_pc_sect_symtab): Likewise.
11789
11790 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11791
11792 * defs.h (vwarning): Declare.
11793 * utils.c (vwarning): New function.
11794 (warning): Call vwarning.
11795 (warning_begin): Delete function.
11796
11797 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11798 the warning message.
11799 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11800 warning_begin.
11801
11802 2002-01-30 Michael Snyder <msnyder@redhat.com>
11803
11804 * NEWS: Mention "set trust-readonly-sections" command.
11805 Mention generate-core-file command.
11806
11807 2002-01-15 Michael Snyder <msnyder@redhat.com>
11808
11809 * target.c: New command, "set trust-readonly-sections on".
11810 (do_xfer_memory): Honor the suggestion to trust readonly sections
11811 by reading them from the object file instead of from the target.
11812 (initialize_targets): Register command "set trust-readonly-sections".
11813
11814 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11815
11816 * parse.c (target_map_name_to_register): Simplify, search regs and
11817 pseudo-regs using a single loop.
11818
11819 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11820
11821 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11822
11823 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11824
11825 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11826 * config/i386/i386v42mp.mh: Add i387-nat.o .
11827 * i386v4-nat.c: Include i387-nat.h.
11828 (supply_fpregset): Use i387_supply_fsave.
11829 (fill_fpregset): Use i387_fill_fsave.
11830
11831 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11832
11833 * arm-tdep.c (arm_call_dummy_words): Define.
11834 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11835 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11836 (CALL_DUMMY_WORDS): Define.
11837 (arm_call_dummy_words): Declare.
11838 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11839 (arm_linux_call_dummy_words): Declare.
11840
11841 2002-01-30 Andreas Schwab <schwab@suse.de>
11842
11843 * m68klinux-nat.c: Fix last change to use regcache_collect
11844 instead of referencing registers[] directly.
11845
11846 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11847
11848 * parse.c (target_map_name_to_register): Delete code wrapped in
11849 #ifdef REGISTER_NAME_ALIAS_HOOK.
11850
11851 2002-01-28 Michael Snyder <msnyder@redhat.com>
11852
11853 * regcache.c (legacy_read_register_gen): Need to be able to
11854 read pseudo-register as well as real register.
11855 (legacy_write_register_gen): Ditto.
11856
11857 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11858
11859 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11860 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11861 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11862 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11863 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11864 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11865 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11866 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11867 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11868 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11869 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11870 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11871 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11872 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11873 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11874 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11875 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11876 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11877 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11878 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11879
11880 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11881
11882 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11883 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11884 (initialize_current_architecture): Update target_byte_order using
11885 information from BFD.
11886 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11887 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11888
11889 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11890
11891 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11892 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11893
11894 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11895 #ifdef INVALID_FLOAT.
11896 * infcmd.c (do_registers_info): Ditto.
11897 * values.c (unpack_double): Ditto. Add comment.
11898
11899 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11900 already commented out.
11901
11902 2002-01-26 Andreas Schwab <schwab@suse.de>
11903
11904 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11905 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11906 registers and add support for PTRACE_GETREGS.
11907
11908 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11909
11910 GDB 5.1.1 released from 5.1 branch.
11911 * NEWS: Add 5.1.1 news.
11912 * README: Sync with 5.1 branch.
11913
11914 2002-01-23 Fred Fish <fnf@redhat.com>
11915
11916 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11917 stabstring on initial malloc. Reallocing will copy it for us,
11918 if necessary.
11919
11920 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11921
11922 * Makefile.in (hpread_h): Delete.
11923 (HFILES_NO_SRCDIR): Remove hpread.h.
11924 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11925 (hpread.o): Update dependencies.
11926 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11927
11928 * hp-psymtab-read.c: Remove file.
11929 * hp-symtab-read.c: Remove file.
11930 * hpread.h: Remove file.
11931
11932 * hpread.c: Merge all contents of hp-psymtab-read.c,
11933 hp-symtab-read.c and hpread.h into this file, as it was prior to
11934 January 1999.
11935
11936 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11937 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11938 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11939 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11940
11941 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11942
11943 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11944 fill_gregset): Call gdbarch_tdep() just once, assign result to
11945 variable and use that, instead of calling the function several
11946 times.
11947
11948 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11949
11950 * configure.host: Accept sparcv9 as alias for sparc64.
11951 * configure.tgt: Likewise.
11952
11953 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11954
11955 * solib-aix5.c (build_so_list_from_mapfile)
11956 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11957 arguments is not reversed.
11958 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11959 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11960
11961 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11962
11963 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11964 modified version of obsolete sh_fetch_pseudo_register.
11965 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11966 (sh4_register_read): New function.
11967 (sh_pseudo_register_write): New function. Renamed and modified
11968 version of obsolete sh_store_pseudo_register.
11969 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11970 (sh4_register_write): New function.
11971 (sh_gdbarch_init): Remove setting of gdbarch function
11972 fetch_pseudo_register and store_pseudo_register. Remove setting of
11973 register_convert_to_raw, register_convert_to_virtual,
11974 register_convertible.
11975 (sh_sh4_register_convertible): Delete. No longer needed. All is
11976 taken care by architecture specific functions
11977 register_read/register_write.
11978 (sh_sh4_register_convert_to_virtual): Make static.
11979 (sh_sh4_register_convert_to_raw): Ditto.
11980
11981 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11982
11983 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11984 (floatformat_is_nan, floatformat_mantissa): Ditto.
11985
11986 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11987 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11988 builtin_type_ieee_double_little,
11989 builtin_type_ieee_double_littlebyte_bigword,
11990 builtin_type_m68881_ext, builtin_type_i960_ext,
11991 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11992 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11993 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11994 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11995
11996 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11997
11998 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11999 parameter. Set frameless flag if it exists and depended of
12000 whether the scanned function is frameless or not.
12001 (xstormy16_skip_prologue): If function is frameless, return
12002 result of xstormy16_scan_prologue().
12003 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12004 call.
12005
12006 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12007
12008 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12009 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12010 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12011 sh_sh4_register_byte, sh_sh4_register_raw_size,
12012 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12013 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12014 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12015 sh_store_pseudo_register, sh_do_pseudo_register): Call
12016 gdbarch_tdep() just once, assign result to variable and use that,
12017 instead of calling the function several times.
12018
12019 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12020
12021 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12022 macros instead of LAST_FPU_CTRL_REGNUM.
12023 (store_register): Likewise.
12024
12025 2002-01-21 Jim Blandy <jimb@redhat.com>
12026
12027 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12028 is up-to-date before running the program, not just when a program
12029 exits.
12030
12031 2002-01-21 Fred Fish <fnf@redhat.com>
12032
12033 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12034 when we have found all instructions we are looking for.
12035
12036 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12037
12038 * arm-tdep.c (arm_register_name): New function.
12039 (arm_registers_names): Make static.
12040 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12041 (arm_register_name): Declare.
12042 (REGISTER_NAME): Use it.
12043
12044 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12045 Kevin Buettner <kevinb@redhat.com>
12046
12047 Convert arm targets to new FRAME interface.
12048 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12049 (arm_frame_find_save_regs): Delete.
12050 (arm_frame_init_saved_regs): New.
12051 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12052 Allocate extra_info as required. Convert all uses of fsr.regs
12053 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12054 to use extra_info.
12055 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12056 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12057 (check_prologue_cache, save_prologue_cache): Likewise.
12058 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12059 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12060 (FRAME_FIND_SAVED_REGS): Delete.
12061 (arm_frame_find_saved_regs): Delete prototype.
12062 (arm_frame_init_saved_regs): New prototype.
12063 (FRAME_INIT_SAVED_REGS): Define.
12064
12065 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12066
12067 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12068
12069 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12070
12071 From Jeff Law <law@redhat.com>:
12072 * infttrace.c: Include <sys/pstat.h>.
12073 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12074 exec file if the ttrace equivalent fails.
12075
12076 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12077
12078 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12079 (closeLogFile): Ditto.
12080
12081 2002-01-20 Michael Chastain <mec@shout.net>
12082
12083 * top.c (print_gdb_version): Bump copyright year to 2002.
12084
12085 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12086
12087 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12088 Zannoni and Eli Zaretskii.
12089
12090 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12091
12092 * buildsym.c: Update copyright years.
12093 * c-typeprint.c: Likewise.
12094 * dwarf2read.c: Likewise.
12095 * f-typeprint.c: Likewise.
12096 * gdbtypes.c: Likewise.
12097 * gdbtypes.h: Likewise.
12098 * hp-symtab-read.c: Likewise.
12099 * hpread.c: Likewise.
12100 * mdebugread.c: Likewise.
12101 * p-typeprint.c: Likewise.
12102
12103 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12104
12105 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12106 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12107 byte-order selectable.
12108 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12109 * arch-utils.c: Ditto.
12110 (set_endian): Ditto.
12111 (set_endian_from_file): Ditto.
12112 * gdbserver/low-sim.c (create_inferior): Ditto.
12113 * gdbarch.sh: Ditto.
12114 * gdbarch.h: Re-generate.
12115 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12116 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12117 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12118 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12119 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12120 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12121 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12122 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12123 macro definition.
12124 * config/mips/tm-wince.h: Remove #undef of macro
12125 TARGET_BYTE_ORDER_SELECTABLE.
12126 * config/sh/tm-wince.h: Ditto.
12127
12128 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12129
12130 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12131 member function fields. Add accessor macro
12132 TYPE_FN_FIELD_ARTIFICIAL.
12133 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12134 * c-typeprint.c (c_type_print_base): Skip artificial member
12135 functions.
12136
12137 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12138
12139 * f-typeprint.c: Delete unused function f_type_print_args.
12140 * p-typeprint.c: Delete unused function pascal_type_print_args.
12141
12142 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12143
12144 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12145 comment. Add ``artificial'' to ``union field_location''.
12146
12147 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12148
12149 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12150 * mdebugread.c (parse_symbol): Likewise.
12151 * stabsread.c (define_symbol): Likewise.
12152 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12153 initializing TYPE_FIELD_BITPOS to n (obsolete).
12154 (hpread_doc_function_type): Likewise.
12155 * hpread.c (hpread_function_type): Likewise.
12156
12157 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12158
12159 * configure.in (host_makefile_frag): Only require a host makefile
12160 fragment when a native build.
12161 * configure: Re-generate.
12162
12163 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12164
12165 * doublest.h (floatformat_from_type): Declare.
12166 * doublest.c (floatformat_from_type): New function.
12167 (convert_typed_floating): Use.
12168
12169 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12170 call to function floatformat_from_type.
12171
12172 * gdbarch.sh (IEEE_FLOAT): Delete.
12173 * gdbarch.h, gdbarch.c: Re-generate.
12174 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12175 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12176 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12177 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12178 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12179 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12180 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12181 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12182 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12183 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12184 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12185 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12186
12187 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12188 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12189 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12190 * sh-tdep.c (sh_gdbarch_init): Ditto.
12191 * mips-tdep.c (mips_gdbarch_init): Ditto.
12192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12193 * cris-tdep.c (cris_gdbarch_init): Ditto.
12194
12195 2002-01-20 Jiri Smid <smid@suse.cz>
12196
12197 * configure.host, configure.tgt: Support x86-64.
12198 * NEWS: Note new target x86-64.
12199
12200 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12201 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12202 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12203 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12204 x86-64-linux-nat.o): Fix dependencies.
12205
12206 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12207
12208 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12209 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12210 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12211 * config/sparc/xm-sun4os4.h: Delete file.
12212 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12213
12214 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12215
12216 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12217 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12218 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12219 * config/i386/i386lynx.mh (XM_FILE): Delete.
12220 * config/rs6000/xm-rs6000ly.h: Delete file.
12221 * config/sparc/xm-sparclynx.h: Delete file.
12222 * config/m68k/xm-m68klynx.h: Delete file.
12223 * config/i386/xm-i386lynx.h: Delete file.
12224 * config/xm-lynx.h: Delete file.
12225 * config/djgpp/fnchange.lst: Update.
12226
12227 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12228
12229 * alpha-tdep.c (alpha_register_byte): New function.
12230 (alpha_register_raw_size): Ditto.
12231 (alpha_register_virtual_size): Ditto.
12232 (alpha_skip_prologue_internal): Renamed from
12233 alpha_skip_prologue.
12234 (alpha_skip_prologue): New version that calls
12235 alpha_skip_prologue_internal.
12236 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12237 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12238 second argument from alpha_skip_prologue.
12239 (REGISTER_BYTE): Use alpha_register_byte.
12240 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12241 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12242 (FRAMELESS_FUNCTION_INVOCATION): Use
12243 generic_frameless_function_invocation_not.
12244 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12245 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12246
12247 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12248
12249 * config/mips/xm-news-mips.h: Delete file.
12250 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12251
12252 * config/m88k/xm-m88k.h: Delete file.
12253 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12254 * config/m88k/xm-delta88v4.h: Ditto.
12255 * config/m88k/xm-delta88.h: Ditto.
12256
12257 * config/alpha/xm-fbsd.h: Delete file.
12258 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12259
12260 * config/sparc/xm-sparc.h: Delete file.
12261 * Makefile.in (xm-sun4os4.h): Delete dependency.
12262 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12263 * config/sparc/xm-sun4os4.h: Ditto.
12264 * config/sparc/xm-linux.h: Ditto.
12265
12266 * config/i386/xm-windows.h: Delete file.
12267
12268 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12269
12270 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12271 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12272
12273 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12274
12275 * alpha-tdep.c (alpha_call_dummy_words): New.
12276 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12277 (CALL_DUMMY_P): Define.
12278 (CALL_DUMMY_WORDS): Define.
12279 (SIZEOF_CALL_DUMMY_WORDS): Define.
12280
12281 2002-01-19 Per Bothner <per@bothner.com>
12282
12283 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12284 isn't NULL, which can happen with some gcj-3.x-produced code.
12285
12286 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12287
12288 * alpha-tdep.c (alpha_register_virtual_type): New function.
12289 (alpha_init_frame_pc_first): Ditto.
12290 (alpha_fix_call_dummy): Ditto.
12291 (alpha_store_struct_return): Ditto.
12292 (alpha_extract_struct_value_address): Ditto.
12293 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12294 alpha_register_virtual_type.
12295 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12296 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12297 alpha_extract_struct_value_address.
12298 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12299 (INIT_FRAME_PC): Use init_frame_pc_noop.
12300 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12301
12302 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12303
12304 * i386gnu-nat.c: Include "i386-tdep.h".
12305 (fetch_fpregs): Simplify code dealing with uninitialized floating
12306 point states such that it doesn't require FP7_REGNUM.
12307
12308 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12309
12310 * alpha-tdep.c (frame_extra_info): New.
12311 (alpha_find_saved_regs): Make static. Use
12312 frame->extra_info.
12313 (alpha_frame_init_saved_regs): New function.
12314 (alpha_frame_saved_pc): Use frame->extra_info.
12315 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12316 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12317 (init_extra_frame_info): Rename to...
12318 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12319 (alpha_print_extra_frame_info): New function.
12320 (alpha_frame_locals_address): Ditto.
12321 (alpha_frame_args_address): Ditto.
12322 (alpha_pop_frame): Use frame->extra_info.
12323 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12324 alpha_frame_args_address.
12325 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12326 (alpha_find_saved_regs): Remove prototype.
12327 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12328 (EXTRA_FRAME_INFO): Remove.
12329 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12330 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12331
12332 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12333
12334 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12335 (alpha_cannot_fetch_register): Ditto.
12336 (alpha_cannot_store_register): Ditto.
12337 (alpha_register_convertible): Ditto.
12338 (alpha_use_struct_convention): Ditto.
12339 * config/alpha/tm-alpha.h: Update copyright years.
12340 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12341 (INNER_THAN): Use core_addr_lessthan.
12342 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12343 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12344 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12345 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12346 (FRAME_CHAIN): Remove unnecessary cast.
12347
12348 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12349
12350 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12351 obsolete.
12352
12353 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12354
12355 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12356 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12357 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12358 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12359 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12360 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12361 * x86-64-linux-nat.c: Ditto.
12362
12363 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12364
12365 * alpha-tdep.c (alpha_register_name): New function.
12366 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12367 (REGISTER_NAME): Define.
12368
12369 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12370
12371 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12372
12373 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12374
12375 * alpha-tdep.c: Update copyright years.
12376 (alpha_next_pc): New function.
12377 (alpha_software_single_step): Ditto.
12378 * config/alpha/tm-alpha.h: Add prototype for
12379 alpha_software_single_step.
12380
12381 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12382
12383 * alphabsd-nat.c: Update copyright years.
12384 (fill_gregset): Use regcache_collect.
12385 (fill_fpregset): Likewise.
12386 (fetch_inferior_registers): Only fetch integer registers
12387 if requested to do so.
12388 (store_inferior_registers): Only store integer registers
12389 if requested to do so.
12390
12391 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12392
12393 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12394 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12395 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12396 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12397 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12398 * config/arm/linux.mh (XDEPFILES): Delete.
12399 * config/arm/nbsd.mh (XDEPFILES): Delete.
12400 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12401 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12402 * config/i386/i386m3.mh (XDEPFILES): Delete.
12403 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12404 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12405 * config/i386/fbsd.mh (XDEPFILES): Delete.
12406 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12407 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12408 * config/i386/i386v4.mh (XDEPFILES): Delete.
12409 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12410 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12411 * config/i386/i386aix.mh (XDEPFILES): Delete.
12412 * config/i386/go32.mh (XDEPFILES): Delete.
12413 * config/i386/cygwin.mh (XDEPFILES): Delete.
12414 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12415 * config/i386/i386mach.mh (XDEPFILES): Delete.
12416 * config/i386/i386v32.mh (XDEPFILES): Delete.
12417 * config/i386/linux.mh (XDEPFILES): Delete.
12418 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12419 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12420 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12421 * config/i386/i386sco.mh (XDEPFILES): Delete.
12422 * config/i386/i386v.mh (XDEPFILES): Delete.
12423 * config/i386/nbsd.mh (XDEPFILES): Delete.
12424 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12425 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12426 * config/i386/symmetry.mh (XDEPFILES): Delete.
12427 * config/i386/obsd.mh (XDEPFILES): Delete.
12428 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12429 * config/ia64/linux.mh (XDEPFILES): Delete.
12430 * config/ia64/aix.mh (XDEPFILES): Delete.
12431 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12432 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12433 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12434 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12435 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12436 * config/m68k/linux.mh (XDEPFILES): Delete.
12437 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12438 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12439 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12440 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12441 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12442 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12443 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12444 * config/m88k/delta88.mh (XDEPFILES): Delete.
12445 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12446 * config/m88k/m88k.mh (XDEPFILES): Delete.
12447 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12448 * config/mips/linux.mh (XDEPFILES): Delete.
12449 * config/mips/irix6.mh (XDEPFILES): Delete.
12450 * config/mips/irix5.mh (XDEPFILES): Delete.
12451 * config/mips/irix4.mh (XDEPFILES): Delete.
12452 * config/mips/irix3.mh (XDEPFILES): Delete.
12453 * config/mips/decstation.mh (XDEPFILES): Delete.
12454 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12455 (NATDEPFILES): Move core-aout.o to here.
12456 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12457 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12458 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12459 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12460 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12461 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12462 * config/pa/hpux11.mh (XDEPFILES): Delete.
12463 * config/powerpc/aix.mh (XDEPFILES): Delete.
12464 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12465 * config/powerpc/linux.mh (XDEPFILES): Delete.
12466 * config/romp/rtbsd.mh: Rename XDEPFILES.
12467 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12468 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12469 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12470 * config/s390/s390.mh (XDEPFILES): Delete.
12471 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12472 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12473 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12474 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12475 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12476 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12477 * config/sparc/linux.mh (XDEPFILES): Delete.
12478 * config/vax/vaxult.mh (XDEPFILES): Delete.
12479 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12480 * Makefile.in (DEPFILES): Remove XDEPFILES.
12481
12482 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12483
12484 * utils.c (internal_verror): Fix comments, default is yes not no.
12485 Update queries to match. Default to quit and dump core.
12486
12487 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12488
12489 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12490 copyright.
12491 * defs.h, event-top.c, gdbcmd.h: Ditto.
12492 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12493 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12494 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12495 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12496 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12497 * mi/mi-main.c:Ditto.
12498
12499 * stack.c, symfile.c: Update copyright.
12500
12501 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12502
12503 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12504 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12505 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12506 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12507
12508 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12509
12510 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12511 * gdbserver/low-lynx.c (myattach): Likewise.
12512 * gdbserver/low-nbsd.c (myattach): Likewise.
12513 * gdbserver/low-sim.c (myattach): Likewise.
12514 * gdbserver/low-sparc.c (myattach): Likewise.
12515 * gdbserver/low-sun3.c (myattach): Likewise.
12516
12517 * gdbserver/low-linux.c (myattach): New function.
12518
12519 * gdbserver/server.c (attach_inferior): New function.
12520 (main): Handle "--attach".
12521
12522 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12523
12524 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12525 maintainer.
12526
12527 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * c-typeprint.c (is_type_conversion_operator): Add additional
12530 check for non-conversion operators.
12531
12532 2002-01-15 Michael Snyder <msnyder@redhat.com>
12533
12534 * linux-proc.c: Add "info proc" command, a la procfs.c.
12535 (read_mapping): New function, abstract and re-use code.
12536 (linux_find_memory_regions): Use new func read_mapping.
12537 (linux_info_proc_cmd): New function, implement "info proc".
12538 (_initialize_linux_proc): Add new command "info proc".
12539
12540 2002-01-15 Michael Snyder <msnyder@redhat.com>
12541
12542 * symfile.c (generic_load): Use bfd_map_over_sections method
12543 instead of manipulating bfd structure members directly.
12544 (add_section_size_callback): New function, bfd sections callback
12545 used by generic_load.
12546 (load_sections_callback): New function, bfd sections callback
12547 used by generic_load.
12548
12549 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12550
12551 [Based on work by Jim Blandy]
12552 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12553 (builtin_type_vec128): Export.
12554 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12555 types.
12556 (builtin_type_vec128): New builtin type for 128 bit vector
12557 registers.
12558 (build_gdbtypes): Initialize builtin_type_v16qi and
12559 builtin_type_v8hi. Create the vec128 register builtin type
12560 structure.
12561 (build_builtin_type_vec128): New function.
12562 (_initialize_gdbtypes): Register builtin_type_v16qi and
12563 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12564 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12565 AltiVec register to new builtin type.
12566
12567 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12568
12569 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12570 to make_cv_type.
12571
12572 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12573
12574 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12575 CLEAN_UP_REGISTER_VALUE.
12576 * regcache.c (supply_register): Update only call.
12577
12578 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12579
12580 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12581 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12582 a29k-*-vxworks* targets as obsolete.
12583
12584 2002-01-14 Michael Snyder <msnyder@redhat.com>
12585
12586 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12587 until we can resolve portability issues.
12588 * gregset.h: Remove references to fpxregs.
12589 * gcore.c (gcore_command): Initialize note_sec to NULL.
12590
12591 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12592
12593 * signals.c (target_signal_to_name): Rewrite. Only use
12594 signals[].name when in bounds and non-NULL.
12595
12596 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12597
12598 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12599 * signals.c (target_signal_to_name): Verify that SIG is within the
12600 bounds of the signals array.
12601
12602 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12603
12604 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12605
12606 2002-01-13 Keith Seitz <keiths@redhat.com>
12607
12608 * stack.c (print_frame_info_base): Print the frame's pc
12609 only if when print_frame_info_listing_hook is not defined.
12610
12611 2002-01-13 Keith Seitz <keiths@redhat.com>
12612
12613 * varobj.c (varobj_set_value): Make sure that there were no
12614 errors evaluating the object before attempting to set its
12615 value.
12616 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12617 so this offset adjustment is no longer necessary.
12618 (create_child): Don't set the error flag if the child is
12619 a CPLUS_FAKE_CHILD.
12620 (value_of_child): If value_fetch_lazy fails, return NULL
12621 so that callers will be notified that an error occurred.
12622 (c_value_of_variable): Delay check of variable's validity
12623 until later. We actually want all structs and unions to have
12624 the value "{...}".
12625 Do not return "???" for variables which could not be evaluated.
12626 This error condition must be returned to the caller so that it
12627 can get the error condition from gdb.
12628 (cplus_name_of_child): Adjust index for vptr before figuring
12629 out the name of the child.
12630 (cplus_value_of_child): If a child's (real) parent is not valid,
12631 don't even bother trying to give a value for it. Just return
12632 an error. Change all instances in this function.
12633 (cplus_type_of_child): If our parent is one of the "fake"
12634 parents, we need to get at the type of the real parent, and
12635 derive the child's true type using this information.
12636
12637 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12638
12639 From 2002-01-09 John Marshall <johnm@falch.net>:
12640 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12641 sources.redhat.com, and tweak some related URLs which had
12642 suffered from linkrot.
12643
12644 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12645
12646 From Jeff law:
12647 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12648 structures passed in registers.
12649
12650 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12651
12652 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12653 white space which prevented compilation. Reported by DSK
12654 <dsk@student.unsw.edu.au>.
12655
12656 2002-01-11 Michael Snyder <msnyder@redhat.com>
12657
12658 * symfile.c (build_section_addr_info_from_section_tab):
12659 Use bfd access method instead of manipulating bfd directly.
12660 (syms_from_objfile): Ditto.
12661 (simple_overlay_update_1): Ditto.
12662 (simple_overlay_update): Ditto.
12663 (generic_load): Ditto.
12664 (overlay_unmapped_address): FIXME comment, bfd access methods.
12665 (sections_overlap): FIXME comment, bfd access methods.
12666 (pc_in_mapped_range): FIXME comment, bfd access methods.
12667 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12668 (section_is_mapped): FIXME comment, bfd access methods.
12669 (section_is_overlay): FIXME comment, bfd access methods.
12670
12671 * symfile.c (generic_load): Whitespace and long line cleanups.
12672 Remove duplicate variable, change several local variables to
12673 more appropriate data types.
12674 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12675
12676 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12677
12678 From Peter Schauer:
12679 * language.c (longest_local_hex_string_custom): Use phex_nz to
12680 convert NUM to a hex string.
12681
12682 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12683
12684 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12685 the function.
12686 Update Copyright year.
12687
12688 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12689
12690 * language.c (longest_raw_hex_string): Delete unused function.
12691
12692 2002-01-11 Petr Sorfa <petrs@caldera.com>
12693
12694 * MAINTAINERS (write-after-approval): Add myself.
12695 * dwarf2read.c (read_tag_string_type): Handling of
12696 DW_AT_byte_size.
12697 (read_tag_string_type): FORTRAN fix to prevent propagation of
12698 first string size.
12699 (set_cu_language): Handling of DW_LANG_Fortran95
12700
12701 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12702
12703 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12704 GETPID(inferior_ptid).
12705 (store_inferior_registers): Likewise.
12706
12707 2002-01-10 Jason Merrill <jason@redhat.com>
12708
12709 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12710 Fix DW_OP_minus.
12711
12712 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12713
12714 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12715 and bfd/elf32-sh-nbsd.c.
12716
12717 2002-01-10 Michael Snyder <msnyder@redhat.com>
12718
12719 * NEWS: Mention --pid and corefile/proc-id behavior change.
12720
12721 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12722 * gcore.c: Include cli/cli-decode.h instead of command.h.
12723
12724 * main.c (captured_main): Add new command line option "--pid".
12725 If the second command line argument (following the symbol-file)
12726 begins with a digit, try to attach to it before trying to open
12727 it as a corefile.
12728 (print_gdb_help): Document the "--pid" argument.
12729
12730 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12731
12732 * completer.c (command_completer): New function.
12733
12734 * completer.h <command_completer>: Add prototype.
12735
12736 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12737 completer for the "help" command.
12738
12739 2002-01-09 Jason Merrill <jason@redhat.com>
12740
12741 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12742
12743 2002-01-09 Michael Snyder <msnyder@redhat.com>
12744
12745 * i386-linux-nat.c (fill_fpxregset): Make global.
12746 (store_fpxregset): Ditto.
12747
12748 * gregset.h (gdb_fpxregset_t): Define.
12749 (supply_fpxregset): Prototype.
12750 (fill_fpxregset): Prototype.
12751
12752 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12753
12754 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12755
12756 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12757 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12758 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12759
12760 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12761
12762 * MAINTAINERS: Update target maintainer rules so that any
12763 Maintainer can approve a tested patch for a maintenance-only
12764 target.
12765
12766 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12767
12768 * MAINTAINERS (write-after-approval): Add myself.
12769
12770 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12771 IN_SIGTRAMP.
12772
12773 2002-01-08 Michael Snyder <msnyder@redhat.com>
12774
12775 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12776 real name of the executable, rather than the /proc name.
12777
12778 2002-01-03 Michael Snyder <msnyder@redhat.com>
12779
12780 Implement a "generate-core-file" command in gdb, save target state.
12781 * gcore.c: New file. Implement new command 'generate-core-file'.
12782 Save a corefile image of the current state of the inferior.
12783 * linux-proc.c: Add linux-specific code for saving corefiles.
12784 * target.h (struct target_ops): Add new target vectors for saving
12785 corefiles; to_find_memory_regions and to_make_corefile_notes.
12786 (target_find_memory_regions): New macro.
12787 (target_make_corefile_notes): New macro.
12788 * target.c (update_current_target): Inherit new target methods.
12789 (dummy_find_memory_regions): New place-holder method.
12790 (dummy_make_corefile_notes): New place-holder method.
12791 (init_dummy_target): Initialize new dummy target vectors.
12792 * exec.c (exec_set_find_memory_regions): New function.
12793 Allow the exec_ops vector for memory regions to be taken over.
12794 (exec_make_note_section): New function, target vector method.
12795 * defs.h (exec_set_find_memory_regions): Export prototype.
12796 * procfs.c (proc_find_memory_regions): New function, corefile method.
12797 (procfs_make_note_section): New function, corefile method.
12798 (init_procfs_ops): Set new target vector pointers.
12799 (find_memory_regions_callback): New function.
12800 (procfs_do_thread_registers): New function.
12801 (procfs_corefile_thread_callback): New function.
12802 * sol-thread.c (sol_find_memory_regions): New function.
12803 (sol_make_note_section): New function.
12804 (init_sol_thread_ops): Initialize new target vectors.
12805 * inftarg.c (inftarg_set_find_memory_regions): New function.
12806 Allow to_find_memory_regions vector to be taken over.
12807 (inftarg_set_make_corefile_notes): New function.
12808 Allow to_make_corefile_notes vector to be taken over.
12809 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12810 interface layer if not target_has_execution (may be a corefile).
12811 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12812 * config/sparc/sun4sol2.mh: Ditto.
12813 * config/alpha/alpha-linux.mh: Ditto.
12814 * config/arm/linux.mh: Ditto.
12815 * config/i386/x86-64linux.mh: Ditto.
12816 * config/ia64/linux.mh: Ditto.
12817 * config/m68k/linux.mh: Ditto.
12818 * config/mips/linux.mh: Ditto.
12819 * config/powerpc/linux.mh: Ditto.
12820 * config/sparc/linux.mh: Ditto.
12821
12822 2002-01-07 Michael Snyder <msnyder@redhat.com>
12823
12824 * arm-linux-nat.c: Remove references to regcache.c internal data
12825 (registers[] and register_valid[]).
12826
12827 2002-01-07 Michael Snyder <msnyder@redhat.com>
12828
12829 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12830 so that attaching to a pid will automatically read the process's
12831 symbol file and shlibs.
12832 * Makefile.in: Add rule for linux-proc.o.
12833 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12834 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12835 * config/arm/linux.mh: Ditto.
12836 * config/i386/linux.mh: Ditto.
12837 * config/i386/x86-64linux.mh: Ditto.
12838 * config/ia64/linux.mh: Ditto.
12839 * config/m68k/linux.mh: Ditto.
12840 * config/mips/linux.mh: Ditto.
12841 * config/powerpc/linux.mh: Ditto.
12842 * config/sparc/linux.mh: Ditto.
12843
12844 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12845
12846 * win32-nat.c: Add i386-tdep.h dependency.
12847
12848 2002-01-07 Michael Snyder <msnyder@redhat.com>
12849
12850 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12851 instead of bfd_get_arch_size. Don't bail out just because
12852 there's no exec_bfd.
12853
12854 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12855 * p-valprint.c (pascal_object_print_value): Ditto.
12856 * somread.c (som_symtab_read): Ditto.
12857 * symfile.c (simple_free_overlay_region_table): Ditto.
12858 * valops.c (value_assign): Ditto.
12859
12860 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12861 use tilde_expand and strerror for opening save-tracepoints file.
12862
12863 * thread-db.c (thread_db_new_objfile): Indendation fix.
12864
12865 * infptrace.c (GDB_MAX_ALLOCA): New define.
12866 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12867 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12868 can be overridden with whatever value is appropriate to the host).
12869 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12870 alloca to allocate potentially large buffer.
12871 * rs6000-nat.c (child_xfer_memory): Ditto.
12872 * symm-nat.c (child_xfer_memory): Ditto.
12873 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12874
12875 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12876
12877 From Nick Clifton <nickc@redhat.com>
12878 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12879
12880 2002-01-07 Michael Snyder <msnyder@redhat.com>
12881
12882 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12883 Don't use exec_bfd if it's NULL.
12884
12885 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12886
12887 * valops.c (value_arg_coerce): Fix formatting.
12888
12889 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12890
12891 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12892 * gnu-nat.c: Ditto.
12893
12894 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12895
12896 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12897 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12898 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12899 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12900 z8k-coff have not been multi-arched. Update z8k-coff build
12901 status.
12902
12903 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12904
12905 * MAINTAINERS: Mark a29k target as obsolete.
12906 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12907 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12908 comments.
12909 * NEWS: Note that a29k targets are obsolete.
12910 * a29k-tdep.c: Mark as obsolete.
12911 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12912 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12913 a29k-*-vxworks* targets as obsolete.
12914 * remote-adapt.c: Obsolete.
12915 * remote-eb.c: Obsolete.
12916 * remote-mm.c: Obsolete.
12917 * remote-udi.c: Obsolete.
12918 * config/a29k/a29k-udi.mt: Obsolete.
12919 * config/a29k/a29k.mt: Obsolete.
12920 * config/a29k/tm-a29k.h: Obsolete.
12921 * config/a29k/tm-vx29k.h: Obsolete.
12922 * config/a29k/vx29k.mt: Obsolete.
12923
12924 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12925
12926 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12927 with BFD_ENDIAN_BIG.
12928
12929 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12930
12931 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12932 * configure, config.in: Re-generate.
12933 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12934 * defs.h: Do not include <endian.h>.
12935
12936 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12937
12938 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12939 * config.in: Regenerate.
12940 * configure.in: Update copyright years.
12941 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12942 * configure: Regenerate.
12943 * i386bsd-nat.c: Update copyright years.
12944 (fill_gregset): Use regcache_collect.
12945 (fetch_inferior_registers): Only fetch integer registers
12946 if requested to do so. Add support for XMM registers
12947 using PT_GETXMMREGS.
12948 (store_inferior_registers): Only store integer registers
12949 if requested to do so. Add support for XMM registers
12950 using PT_SETXMMREGS.
12951 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12952 (store_inferior_registers): Remove.
12953 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12954 (fetch_elfcore_registers): New function.
12955 (i386nbsd_elfcore_fns): New.
12956 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12957 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12958 i386bsd-nat.o.
12959 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12960 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12961 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12962 * config/i386/tm-nbsd.h: Update copyright years.
12963 (HAVE_SSE_REGS): Define.
12964 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12965 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12966 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12967 (SIGCONTEXT_PC_OFFSET): Remove.
12968 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12969
12970 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12971
12972 * configure.tgt: Remove powerpc-*-macos* target.
12973 * config/m68k/xm-mpw.h: Delete file.
12974 * config/xm-mpw.h: Delete file.
12975 * ser-mac.c: Delete file.
12976 * mpw-make.sed: Delete file.
12977 * mpw-config.in: Delete file.
12978 * mac-xdep.c: Delete file.
12979 * mac-gdb.r: Delete file.
12980 * mac-defs.h: Delete file.
12981 * mac-nat.c: Delete file.
12982 * config/powerpc/macos.mh: Delete file.
12983 * config/powerpc/macos.mt: Delete file.
12984 * config/powerpc/nm-macos.h: Delete file.
12985 * config/powerpc/tm-macos.h: Delete file.
12986 * source.c (openp, open_source_file): Remove obsolete code.
12987 * top.c (gdb_readline): Ditto.
12988 * utils.c (query): Ditto.
12989 * event-top.c (display_gdb_prompt): Ditto.
12990 * Makefile.in (ser-mac.o): Delete obsolete target.
12991 * NEWS: Update.
12992
12993 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12994
12995 * defs.h (BIG_ENDIAN): Delete macro definition.
12996 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12997 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12998 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12999 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13000 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13001 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13002 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13003 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13004 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13005 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13006 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13007 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13008 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13009 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13010 * gdbarch.c: Re-generate.
13011
13012 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13013
13014 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13015 for core files.
13016
13017 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13018
13019 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13020
13021 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13022
13023 * value.h (value_ptr): Delete typedef.
13024
13025 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13026
13027 * i386nbsd-nat.c: Update copyright years.
13028 Include i386-tdep.h.
13029
13030 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13031
13032 * stabsread.c: Update copyright years.
13033
13034 From Debashis Mahata <debashis.mahata@wipro.com>:
13035 (read_struct_fields): Deal with Sun C compiler erroneous stab
13036 output for structs and unions.
13037 Fix PR gdb/269.
13038
13039 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13040
13041 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13042 prototype.
13043
13044 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13045
13046 * cp-abi.c: Fix whitespace.
13047 (baseclass_offset): New wrapper function.
13048 * cp-abi.h (baseclass_offset): Add prototype.
13049 (struct cp_abi_ops): Add baseclass_offset pointer.
13050
13051 * valops.c (vb_match): Move to...
13052 * gnu-v2-abi.c (vb_match): here.
13053 * valops.c (baseclass_offset): Move to...
13054 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13055
13056 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13057
13058 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13059 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13060 * hpacc-abi.c (init_hpacc_ops): Likewise.
13061
13062 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13063
13064 * valops.c (find_overload_match): Accept obj as a
13065 reference parameter. Update it before returning.
13066 * value.h (find_overload_match): Update prototype.
13067 * eval.c (evaluate_subexp_standard): Pass object to
13068 find_overload_match by reference.
13069
13070 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13071
13072 * valarith.c: Replace value_ptr with struct value pointer. Remove
13073 register attribute from value declarations.
13074 * valops.c: Ditto.
13075 * value.h: Ditto.
13076 * scm-lang.c (scm_lookup_name): Ditto.
13077
13078 2002-01-03 Michael Snyder <msnyder@redhat.com>
13079
13080 Abstract the functionality of iterating over mapped memory
13081 regions into a general purpose iterator function.
13082 * procfs.c (iterate_over_mappings): New function, general purpose
13083 iterator for memory sections.
13084 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13085 (solib_mappings_callback): New function, callback for above.
13086 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13087 (info_mappings_callback): New function, callback for above.
13088
13089 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13090
13091 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13092
13093 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13094 * i386-tdep.c: Include "elf-bfd.h".
13095 (process_note_abi_tag_sections): New function.
13096 (i386_gdbarch_init): Add code to recognize various OS/ABI
13097 combinations.
13098
13099 * maint.c (_initialize_maint_cmds): Add missing \ in
13100 string-literal.
13101
13102 For older changes see ChangeLog-2001
13103 \f
13104 Local Variables:
13105 mode: change-log
13106 left-margin: 8
13107 fill-column: 74
13108 version-control: never
13109 End:
This page took 0.522768 seconds and 5 git commands to generate.