2002-11-13 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-13 Andrew Cagney <cagney@redhat.com>
2
3 * regcache.h (deprecated_read_register_bytes): Rename
4 read_register_bytes.
5 (deprecated_write_register_bytes): Rename write_register_bytes.
6 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
7 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
8 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
9 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
10 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
11 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
12 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
13 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
14 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
15 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
16 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
17 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
18 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
19 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
20
21 2002-11-13 Jim Blandy <jimb@redhat.com>
22
23 * findvar.c (read_var_value): Doc fix.
24
25 2002-11-13 Andrew Cagney <cagney@redhat.com>
26
27 * regcache.c (struct regcache): Replace passthough_p with
28 readonly_p.
29 (regcache_xmalloc): Initialize readonly_p.
30 (build_regcache): Initialize readonly_p.
31 (regcache_save): New function.
32 (regcache_restore): New function.
33 (regcache_cpy): Re-implement using regcache_save and
34 regcache_restore.
35 (regcache_raw_read): Update.
36 (regcache_cooked_read): When a read-only cache, checked for cached
37 pseudo register values.
38 (regcache_raw_write): Assert that the cache is not read-only.
39 Remove code handling a non-passthrough cache.
40 * regcache.h (regcache_save): Declare.
41 (regcache_restore): Declare.
42
43 2002-11-13 Andrew Cagney <cagney@redhat.com>
44
45 * regcache.c (struct regcache_descr): Add fields
46 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
47 (init_legacy_regcache_descr): Compute the size of a cooked
48 register cache and then assign that to sizeof_raw_registers. Set
49 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
50 (init_legacy_regcache_descr): Ditto.
51
52 2002-11-13 Andrew Cagney <cagney@redhat.com>
53
54 * regcache.c (register_buffer): Move to near start of file, update
55 description.
56 (regcache_raw_read): Use.
57 (regcache_raw_write): Use.
58 (struct regcache): Rename raw_registers to registers and
59 raw_register_valid_p to register_valid_p.
60 (regcache_xmalloc): Update.
61 (regcache_xfree): Update.
62 (register_buffer): Update.
63 (regcache_cpy): Update.
64 (regcache_cpy_no_passthrough): Update.
65 (regcache_valid_p): Update.
66 (deprecated_grub_regcache_for_registers): Update.
67 (deprecated_grub_regcache_for_register_valid): Update.
68 (set_register_cached): Update.
69 (regcache_raw_write): Update.
70
71 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
72
73 * p-exp.y (name_not_typename): Use copy_name to
74 set current_type variable for fields of THIS.
75
76 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
77
78 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
79 * monitor.c (init_base_monitor_ops): Likewise.
80 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
81 * remote-array.c (init_array_ops): Likewise.
82 * remote-e7000.c (init_e7000_ops): Likewise.
83 * remote-es.c (init_es1800_ops): Likewise.
84 (init_es1800_child_ops): Likewise.
85 * remote-rdp.c (init_remote_rdp_ops): Likewise.
86 * remote-sim.c (init_gdbsim_ops): Likewise.
87 * remote-st.c (init_st2000_ops): Likewise.
88 * sol-thread.c (init_sol_core_ops): Likewise.
89 (init_sol_thread_ops): Likewise.
90 * v850ice.c (init_850ice_ops): Likewise.
91 * win32-nat.c (init_child_ops): Likewise.
92 * wince.c (init_child_ops): Likewise.
93
94 2002-11-12 Andrew Cagney <ac131313@redhat.com>
95
96 * utils.c (gdb_realpath): Make rp a constant pointer.
97
98 2002-11-12 Andrew Cagney <ac131313@redhat.com>
99
100 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
101 a constant buffer; cannonicalize_file_name(); realpath() with a
102 pathconf() defined buffer, xstrdup().
103
104 2002-11-12 Andrew Cagney <ac131313@redhat.com>
105
106 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
107 to hang2.C; hang3.c to hang3.C.
108
109 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
110
111 * findvar.c (read_var_value): Reenable TLS code.
112
113 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
114 Jim Blandy <jimb@redhat.com>
115
116 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
117 * target.c (update_current_target): Add
118 to_get_thread_local_address.
119 * target.h (to_get_thread_local_address): Export.
120 (target_get_thread_local_address): Define.
121 (target_get_thread_local_address_p): Define.
122 * thread-db.c: Include solib-svr4.h.
123 (td_thr_tls_get_addr_p): Define.
124 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
125 (thread_db_get_thread_local_address): New function.
126 (init_thread_db_ops): Initialize to_get_thread_local_address.
127 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
128 * configure: Regenerate.
129 * config.in: Regenerate.
130
131 2002-11-11 David Carlton <carlton@math.stanford.edu>
132
133 * linespec.c (set_flags): New function.
134 (decode_line_1): Move code into set_flags.
135
136 2002-11-11 David Carlton <carlton@math.stanford.edu>
137
138 * linespec.c (decode_line_1): Move chunks of code to separate
139 functions.
140 (initialize_defaults): New function.
141 (decode_indirect): New function.
142
143 2002-11-11 Andrew Cagney <ac131313@redhat.com>
144
145 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
146 instead of void_code_ptr.
147 (sigtramp_saved_pc): Ditto.
148
149 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
150 i386_fp_regnum_p.
151
152 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
153
154 * gdbtypes.h (struct main_type): Move artificial flag out of
155 loc. New member of ``struct field'' named static_kind. Reduce
156 overloaded meaning of bitsize.
157 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
158 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
159 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
160
161 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
162 new fields.
163 (template_to_fixed_record_type, template_to_static_fixed_type)
164 (to_record_with_fixed_variant_part): Likewise.
165 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
166 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
167 * dwarfread.c (struct_type, enum_type): Likewise.
168 * hpread.c (hpread_read_enum_type)
169 (hpread_read_function_type, hpread_read_doc_function_type)
170 (hpread_read_struct_type): Likewise.
171 * mdebugread.c (parse_symbol): Likewise.
172
173 2002-11-10 Andrew Cagney <ac131313@redhat.com>
174
175 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
176 * stack.c (print_frame_info_base): Update.
177 (print_frame_info_base, frame_info): Update.
178 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
179 (sparc_frame_saved_pc): Update.
180 * ada-lang.c (find_printable_frame): Update.
181 * breakpoint.c (deprecated_frame_in_dummy): Update.
182
183 2002-11-09 Mark Kettenis <kettenis@gnu.org>
184
185 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
186 defined.
187 (regmap): Extend to cover all registers.
188 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
189 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
190 definitions.
191 (fetch_register, sore_register): Simplify.
192 (old_fetch_inferior_registers, old_store_inferior_registers):
193 Remove functions.
194 (cannot_fetch_register, cannot_store_register): Change
195 implementation to use regmap array to decide which registers
196 cannot be fetched/stored. This removes $orig_eax from the
197 registers that cannot be fetched/stored.
198 (fetch_inferior_registers): Call fetch_register directly instead
199 of calling old_fetch_inferior_registers.
200 (store_inferior_registers): Call store_register directly instead
201 of calling old_store_inferior_registers.
202 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
203 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
204 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
205
206 2002-11-09 Klee Dienes <kdienes@apple.com>
207
208 * i387-tdep.c (i387_supply_register): When called with NULL as a
209 buffer, mark the register as not provided (to mirror the behavior
210 of supply_register).
211 (i387_supply_fxsave): Ditto.
212 (i387_supply_fsave): Ditto (inherits the behavior from
213 i387_supply_register).
214
215 2002-11-09 Klee Dienes <kdienes@apple.com>
216
217 * blockframe.c (sigtramp_saved_pc): Use
218 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
219 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
220 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
221
222 2002-11-09 Andrew Cagney <ac131313@redhat.com>
223
224 * frame.c (get_prev_frame): Test prev_p to identify a previously
225 unwound frame. Initialize prev_p.
226 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
227 comment.
228
229 2002-11-09 Andrew Cagney <ac131313@redhat.com>
230
231 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
232 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
233 more comments. Zap dead code.
234
235 2002-11-09 Mark Kettenis <kettenis@gnu.org>
236
237 * infcmd.c (print_vector_info, print_float_info): Move code that
238 checks whether the target has any registers and whether there is a
239 selected frame up, such that it is also used if a target provides
240 multi-arch definitions of these functions.
241
242 2002-11-08 Andrew Cagney <ac131313@redhat.com>
243
244 * Makefile.in (DESTDIR): Define.
245 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
246 prefix.
247
248 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
249 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
250
251 2002-11-08 Andrew Cagney <ac131313@redhat.com>
252
253 * i386-linux-tdep.c: Include "reggroups.h".
254 (i386_linux_register_reggroup_p): New function.
255 (i386_linux_init_abi): Set register_reggroup_p to
256 i386_linux_register_reggroup_p.
257 * i386-tdep.h (i386_register_reggroup_p): Declare.
258 * i386-tdep.c: Include "reggroups.h".
259 (i386_init_reggroups): New function.
260 (i386_add_reggroups): New function.
261 (i386_register_reggroup_p): New function.
262 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
263 (_initialize_i386_tdep): Call i386_init_reggroups.
264 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
265 specific reggroups.
266
267 2002-11-09 Mark Kettenis <kettenis@gnu.org>
268
269 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
270 request that's available in *BSD.
271
272 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
273
274 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
275 FDOFF_REGNUM.
276
277 2002-11-08 Andrew Cagney <ac131313@redhat.com>
278
279 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
280 * dummy-frame.c (find_dummy_frame): Rename
281 generic_find_dummy_frame, make static. Return the dummy frame
282 instead of the regcache.
283 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
284 (cached_find_dummy_frame): New function. Use find_dummy_frame.
285 (dummy_frame_register_unwind): Rename
286 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
287 * dummy-frame.h (dummy_frame_register_unwind): Rename
288 generic_call_dummy_register_unwind.
289
290 2002-11-08 Mark Kettenis <kettenis@gnu.org>
291
292 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
293 except the inclusion of "i386/tm-i386.h", to...
294 * config/i386/nm-i386v42mp.h: ...here.
295 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
296
297 2002-11-08 Andrew Cagney <ac131313@redhat.com>
298
299 * Makefile.in (frame.o): Update dependencies.
300 * blockframe.c (current_frame, frame_obstack_alloc)
301 (frame_saved_regs_zalloc, get_current_frame)
302 (set_current_frame, create_new_frame)
303 (set_unwind_by_pc, get_next_frame)
304 (flush_cached_frames, reinit_frame_cache)
305 (frame_saved_regs_register_unwind)
306 (deprecated_generic_get_saved_register)
307 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
308 (_initialize_blockframe): Move frame code from here...
309 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
310 "annotate.h" and "dummy-frame.h".
311 (_initialize_frame): New function.
312
313 2002-11-08 Jim Blandy <jimb@redhat.com>
314
315 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
316 when we finish a function a context.
317 * buildsym.h (outermost_context_p): New macro.
318 (Bug analyzed by David Edelsohn.)
319
320 2002-11-08 Andrew Cagney <ac131313@redhat.com>
321
322 * blockframe.c: Include "dummy-frame.h".
323 (struct dummy_frame, dummy_frame_stack)
324 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
325 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
326 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
327 (generic_save_call_dummy_addr, generic_pop_current_frame)
328 (generic_pop_dummy_frame, generic_fix_call_dummy)
329 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
330 dummy frame code from here...
331 * dummy-frame.c: ...to here. New file.
332 * dummy-frame.h: New file.
333 (generic_call_dummy_register_unwind): Declare.
334 (generic_find_dummy_frame): Declare.
335 * Makefile.in (SFILES): Add dummy-frame.c.
336 (dummy-frame.o): Specify dependencies.
337 (dummy_frame_h): Define.
338 (COMMON_OBS): Add dummy-frame.o.
339 (blockframe.o): Update dependencies.
340
341 2002-11-08 Jim Blandy <jimb@redhat.com>
342
343 * dwarf2read.c (read_func_scope): Restore local_symbols and
344 param_symbols after we finish the function context. (Based on a
345 patch from David Edelsohn.)
346
347 2002-11-08 David Carlton <carlton@math.stanford.edu>
348
349 * linespec.c (symbol_found): New function.
350 (minsym_found): New function.
351 (decode_line_1): Separate out some code into separate functions.
352
353 2002-11-08 Joel Brobecker <brobecker@gnat.com>
354
355 * i386-tdep.c (i386_frameless_signal_p): Make non static for
356 the benefit of the interix target.
357 * i386-tdep.h (i386_frameless_signal_p): Declare.
358
359 2002-11-08 Andrew Cagney <ac131313@redhat.com>
360
361 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
362 declaration that snuck in from change below.
363
364 2002-11-06 Andrew Cagney <cagney@redhat.com>
365
366 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
367 all callers.
368 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
369 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
370 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
371 (i386_mxcsr_regnum_p): new function. Use instead of
372 MXCSR_REGNUM_P.
373 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
374 (i386_sse_regnum_p): Declare.
375 (i386_mxcsr_regnum_p): Declare.
376 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
377 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
378 (IS_FP_REGNUM): Update definition.
379 (IS_FPU_CTRL_REGNUM): Update definition..
380 (IS_SSE_REGNUM): Update definition..
381 * i386v-nat.c (register_u_addr): Update.
382 * go32-nat.c (fetch_register): Update.
383 (store_register): Update.
384
385 2002-11-07 Joel Brobecker <brobecker@gnat.com>
386
387 Preparation work to convert the hppa targets to multiarch partial.
388
389 * hppa-tdep.c: Add new functions replacing macro bodies from
390 config/pa/tm-hppa.h. These function will be used to initialize
391 the gdbarch structure. Import some comments from tm-hppa.h,
392 and place them where appropriate, to avoid loosing them when
393 we cleanup this file.
394 (hppa_reg_struct_has_addr): New function.
395 (hppa_inner_than): New function.
396 (hppa_stack_align): New function.
397 (hppa_pc_requires_run_before_use): New function.
398 (hppa_instruction_nullified): New function.
399 (hppa_register_byte): New function.
400 (hppa_register_virtual_type): New function.
401 (hppa_store_struct_return): New function.
402 (hppa_cannot_store_register): New function.
403 (hppa_frame_args_address): New function.
404 (hppa_frame_locals_address): New function.
405 (hppa_smash_text_address): New function.
406 (hppa_coerce_float_to_double): New function. Requires the inclusion
407 of "language.h".
408
409 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
410
411 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
412 gdbarch-eligible macro to a call to the new associated function
413 created in hppa-tdep.c.
414 (INNER_THAN): Likewise.
415 (STACK_ALIGN): Likewise.
416 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
417 (INSTRUCTION_NULLIFIED): Likewise.
418 (REGISTER_BYTE): Likewise.
419 (REGISTER_VIRTUAL_TYPE): Likewise.
420 (STORE_STRUCT_RETURN): Likewise.
421 (CANNOT_STORE_REGISTER): Likewise.
422 (FRAME_ARGS_ADDRESS): Likewise.
423 (FRAME_LOCALS_ADDRESS): Likewise.
424 (SMASH_TEXT_ADDRESS): Likewise.
425 (COERCE_FLOAT_TO_DOUBLE): Likewise.
426 (ABOUT_TO_RETURN): Delete, as no longer used.
427
428 2002-11-07 Fernando Nasser <fnasser@redhat.com>
429
430 * printcmd.c (disassemble_command): Remove obsolete function.
431 (_initialize_printcmd): Do not create disassemble command here.
432 * cli/cli-cmds.c (disassemble_command): New function. Implements
433 disassemble command.
434 (init_cli_cmds): Create disassemble command here instead.
435
436 2002-11-07 Andrew Cagney <ac131313@redhat.com>
437
438 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
439
440 2002-11-07 Andrew Cagney <ac131313@redhat.com>
441
442 * regcache.h (regcache_cooked_read_using_offset_hack)
443 (regcache_cooked_write_using_offset_hack): Delete declarations.
444 (register_changed): Delete declaration.
445 * regcache.c (regcache_cooked_read_using_offset_hack)
446 (regcache_cooked_write_using_offset_hack): Delete functions.
447 (cooked_xfer_using_offset_hack): Delete function.
448 (register_changed): Delete function.
449
450 2002-11-07 Jim Blandy <jimb@redhat.com>
451
452 * macroscope.c: #include "complaints.h".
453 (sal_macro_scope): Cope with filenames that appear in the symtabs,
454 but not in the macro table.
455 * Makefile.in (macroscope.o): Record dependency.
456
457 2002-11-07 Joel Brobecker <brobecker@gnat.com>
458
459 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
460
461 2002-11-07 Andrew Cagney <ac131313@redhat.com>
462
463 * regcache.c (deprecated_registers_fetched): Update.
464 * regcache.h (deprecated_registers_fetched): Rename
465 registers_fetched.
466 * remote-vxsparc.c (vx_read_register): Update.
467 * remote-vxmips.c (vx_read_register): Update.
468 * remote-vx68.c (vx_read_register): Update.
469 * irix5-nat.c (fetch_core_registers): Update.
470 * mipsm3-nat.c (fetch_inferior_registers): Update.
471 * sun3-nat.c (fetch_inferior_registers): Update.
472 * symm-nat.c (fetch_inferior_registers): Update.
473 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
474 (fetch_core_registers): Update.
475 (fetch_kcore_registers): Update.
476 * mips-nat.c (fetch_inferior_registers): Update.
477 * corelow.c (get_core_registers): Update.
478 * a68v-nat.c (fetch_inferior_registers): Update.
479
480 2002-11-06 Joel Brobecker <brobecker@gnat.com>
481
482 Put in place the framework necessary for multiarching the hppa targets.
483 * hppa-tdep.c (hppa_gdbarch_init): New function.
484 (hppa_dump_tdep): New function.
485 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
486 tdep structure dumper.
487 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
488 until the multi-arching conversion has partially been completed.
489
490 2002-11-06 Andrew Cagney <ac131313@redhat.com>
491
492 * valops.c (value_assign): Merge lval_register case into
493 lval_reg_frame_relative. Use frame_register and
494 regcache_cooked_write instead of get_saved_register and
495 write_register_bytes. After flushing the register cache, try to
496 re-select the selected frame.
497
498 2002-11-06 Andrew Cagney <ac131313@redhat.com>
499
500 * regcache.h (deprecated_register_valid): Rename register_valid.
501 * regcache.c: Update.
502 * ia64-aix-nat.c: Update.
503 * i386gnu-nat.c: Update.
504 * alpha-nat.c: Update.
505 * sparc-nat.c: Update.
506 * lynx-nat.c: Update.
507 * remote-mips.c: Update.
508
509 2002-11-06 Joel Brobecker <brobecker@gnat.com>
510
511 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
512 to end of file, to be more consistent with the pratice followed
513 by other targets.
514
515 2002-11-06 Andrew Cagney <ac131313@redhat.com>
516
517 * infcmd.c: Include "reggroups.h" and <ctype.h>.
518 (print_float_info): Print registers in float_reggroup.
519 (print_vector_info): Print registers in vector_reggroup.
520 (default_print_registers_info): When all, print registers in
521 all_reggroup. Otherwize, print registers in general_reggroup.
522 (registers_info): Rewrite. Add support for register groups.
523 Eliminate a goto.
524
525 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
526
527 * symtab.c (methods_info): Delete. It has been ifdeffed out for
528 ages.
529 (symtab_symbol_info): Remove eons old ifdeffed out code.
530 (_initialize_symtab): Remove prehistoric disabled 'info methods'
531 command.
532
533 2002-11-06 Theodore A. Roth <troth@openavr.org>
534
535 * c-exp.y: Add missing semi-colons.
536 * f-exp.y: Add missing semi-colons.
537 * m2-exp.y: Add missing semi-colons.
538 * p-exp.y: Add missing semi-colons.
539 Add empty action to start rule to avoid a type clash error when
540 building with bison >= 1.50.
541
542 2002-11-06 Jim Blandy <jimb@redhat.com>
543
544 * macrotab.h (struct macro_source_file): Doc fix.
545
546 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
547
548 * varobj.c (child_exists, cplus_number_of_children): Change
549 STREQ macro references to strcmp.
550 (cplus_name_of_child): Change code to handle the fact that
551 fields are not necessarily contiguous with regards to their
552 access control. This is a fix for PR gdb/792.
553
554 2002-11-05 Andrew Cagney <ac131313@redhat.com>
555
556 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
557 * gdbarch.h, gdbarch.c: Regnerate.
558 * frame.h (frame_register): Declare.
559 * frame.c (frame_register): New function.
560 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
561 GET_SAVED_REGISTER, otherwize call
562 generic_unwind_get_saved_register.
563 (frame_register_read): Use frame_register instead of
564 get_saved_register.
565
566 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
567
568 From Jim Ingham <jingham@apple.com>:
569 * event-top.c (gdb_disable_readline): New function.
570 (_initialize_event_loop): Move comment.
571
572 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
573
574 * event-loop.c (start_event_loop): Add comment.
575 Update copyright.
576
577 2002-11-05 Andrew Cagney <ac131313@redhat.com>
578
579 * infcmd.c (default_print_registers_info): Do not call
580 PRINT_REGISTER_HOOK.
581
582 2002-11-05 Andrew Cagney <ac131313@redhat.com>
583
584 * sparc-tdep.c (sparc_print_register_hook): Make static.
585 (sparc_print_registers_info): New function.
586 (sparc_do_registers_info): New function.
587 (sparclet_print_registers_info): New function.
588 (sparclet_do_registers_info): New function.
589 (do_sparc_print_registers_info): New function.
590 (sparc_print_registers): New static function, clone of infcmd.c's
591 default_print_registers_info.
592 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
593 (sparclet_do_registers_info): Declare.
594 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
595 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
596 Re-define.
597 (sparc_do_registers_info): Declare.
598 (PRINT_REGISTER_HOOK): Delete macro.
599 (sparc_print_register_hook): Delete declaration.
600
601 2002-11-05 David Carlton <carlton@math.stanford.edu>
602
603 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
604 functions.
605 (lookup_symbol_aux_local): New function.
606 (lookup_symbol_aux_symtabs): New function.
607 (lookup_symbol_aux_psymtabs): New function.
608
609 2002-11-05 David Carlton <carlton@math.stanford.edu>
610
611 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
612 previous values of 'objfile' and 'block'.
613
614 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
615
616 * values.c (value_change_enclosing_type): Set
617 enclosing_type field correctly also for the case where
618 more memory needs to be allocated.
619
620 2002-11-03 Mark Kettenis <kettenis@gnu.org>
621
622 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
623 of puts_filtered.
624
625 * i387-tdep.c (i387_print_float_info): Replace calls to
626 register_read and deprecated_read_register_gen with calls to
627 frame_register_read, and make the necessary adjustments to the
628 surrounding code.
629
630 2002-11-02 Andrew Cagney <ac131313@redhat.com>
631
632 * gdbarch.sh (register_reggroup_p): Allow default value.
633 * gdbarch.h, gdbarch.c: Regenerate.
634
635 2002-11-02 Andrew Cagney <ac131313@redhat.com>
636
637 * regcache.h: Add coment indicating replacements for deprecated
638 functions.
639
640 2002-11-02 Andrew Cagney <cagney@redhat.com>
641
642 * reggroups.h, reggroups.c: New files.
643 * regcache.c: Include "reggroups.h".
644 (enum regcache_dump_what): Add `regcache_dump_groups'.
645 (regcache_dump): Contract size of the "Type" column. When
646 specified, dump the register's groups.
647 (maintenance_print_register_groups): New function.
648 (_initialize_regcache): Add command `maint print register-groups'.
649 * Makefile.in (COMMON_OBS): Add reggroups.o
650 (SFILES): Add reggroups.c.
651 (reggroups_h): Define.
652 (regcache.o, gdbarch.o): Update dependencies.
653 (reggroups.o): Specify dependencies.
654 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
655 Add opaque declaration for `struct reggroup' in generated .h file.
656 Include "reggroups.h" in generated .c file.
657 gdbarch.h, gdbarch.c: Re-generate.
658
659 2002-11-02 Andrew Cagney <cagney@redhat.com>
660
661 * regcache.h (deprecated_read_register_gen): Rename
662 read_register_gen.
663 (deprecated_write_register_gen): Rename write_register_gen.
664 * i387-tdep.c: Update.
665 * x86-64-linux-nat.c: Update
666 * wince.c: Update.
667 * thread-db.c: Update.
668 * win32-nat.c: Update.
669 * mips-tdep.c: Update.
670 * d10v-tdep.c: Update.
671 * cris-tdep.c: Update.
672 * remote-sim.c: Update.
673 * remote-rdi.c: Update.
674 * remote-rdp.c: Update.
675 * frame.c: Update.
676 * target.c: Update.
677 * blockframe.c: Update.
678 * x86-64-tdep.c: Update.
679 * xstormy16-tdep.c: Update.
680 * sh-tdep.c: Update.
681 * s390-tdep.c: Update.
682 * rs6000-tdep.c: Update.
683 * sparc-tdep.c: Update.
684 * i386-tdep.c: Update.
685 * dwarf2cfi.c: Update.
686 * regcache.c: Update.
687
688 2002-11-01 Joel Brobecker <brobecker@gnat.com>
689
690 New interix-specific files:
691 * config/i386/nm-interix.h: New file.
692 * config/i386/interix.mh: New file.
693 * config/i386/interix.mt: New file.
694 * i386-interix-nat.c: New file.
695 * i386-interix-tdep.c: New file.
696
697 2002-11-01 Andrew Cagney <cagney@redhat.com>
698
699 * frame.h (deprecated_generic_get_saved_register): Rename
700 generic_get_saved_register.
701 * blockframe.c (deprecated_generic_get_saved_register): Update.
702 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
703 (xstormy16_frame_saved_register): Update.
704 * sh-tdep.c (sh_gdbarch_init): Update.
705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
706 * ia64-tdep.c (ia64_get_saved_register): Update.
707 * cris-tdep.c (cris_gdbarch_init): Update.
708 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
709 * arm-tdep.c (arm_gdbarch_init): Update.
710
711 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
712
713 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
714
715 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
716
717 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
718 trampolines in sigaction.
719
720 2002-10-31 Andrew Cagney <cagney@redhat.com>
721
722 * h8300-tdep.c: Include "gdb_assert.h".
723 (h8300_print_register): Add gdbarch, file and frame parameters.
724 Use frame_read_unsigned_register to read the register's value.
725 Use fprintf_filtered to display output.
726 (h8300_print_registers_info): Replace h8300_do_registers_info.
727 (h8300_gdbarch_init): Set print_registers_info.
728
729 2002-10-31 Andrew Cagney <cagney@redhat.com>
730
731 * frame.c (frame_read_unsigned_register): New function.
732 (frame_read_signed_register): New function.
733 * frame.h (frame_read_unsigned_register): Declare.
734 (frame_read_signed_register): Declare.
735
736 2002-10-31 Andrew Cagney <cagney@redhat.com>
737
738 * h8500-tdep.c (h8500_print_registers_info): New static function,
739 clone of infcmd.c's default_print_registers_info.
740 (h8500_do_registers_info): New funtion.
741 (h8500_print_register_hook): Rename print_register_hook, make
742 static.
743
744 * config/h8500/tm-h8500.h: Update copyright.
745 (DEPRECATED_DO_REGISTERS_INFO): Define.
746 (h8500_do_registers_info: Declare.
747 (PRINT_REGISTER_HOOK): Delete macro.
748 (print_register_hook): Delete function.
749
750 2002-10-31 Andrew Cagney <cagney@redhat.com>
751
752 * z8k-tdep.c (z8k_print_register_hook): Make static.
753 (z8k_print_registers_info): New static function, clone of
754 infcmd.c's default_print_registers_info.
755 (z8k_do_registers_info): New function. Wrap
756 z8k_print_registers_info.
757 * config/z8k/tm-z8k.h: Update copyright.
758 (PRINT_REGISTER_HOOK): Delete macro.
759 (z8k_print_register_hook): Delete declaration.
760 (DEPRECATED_DO_REGISTERS_INFO): Define.
761 (z8k_do_registers_info): Declare.
762
763 2002-10-30 Joel Brobecker <brobecker@gnat.com>
764
765 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
766 as this is already provided by value.h, and was actually causing
767 a compilation error because of a conflict in parameter type
768 declaration due to a missing const keyword.
769 (low_text_segment_addres): Fix a compilation warning.
770
771 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
772
773 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
774 registers without a name.
775 (mips_linux_cannot_store_register): Don't store registers without
776 a name.
777
778 2002-10-28 David Carlton <carlton@math.stanford.edu>
779
780 * symtab.c (find_addr_symbol): Delete. (It was already commented
781 out.)
782 * symtab.h: Delete prototype for find_addr_symbol.
783
784 2002-10-26 Andrew Cagney <cagney@redhat.com>
785
786 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
787 DO_REGISTERS_INFO.
788 gdbarch.h, gdbarch.c: Re-generate.
789 * infcmd.c (default_print_registers_info): Update reference.
790 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
791 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
792 * sh-tdep.c (sh_gdbarch_init): Ditto.
793 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
794 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
795
796 2002-10-26 Mark Kettenis <kettenis@gnu.org>
797
798 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
799 cfi_init_extra_frame_info.
800 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
801 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
802
803 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
804 target where necessary. Add more comments and remove the ones
805 that don't provide any useful information.
806
807 * i386-tdep.c (i386_frame_saved_pc): Replace call to
808 deprecated_read_register_dummy with
809 frame_unwind_unsigned_register.
810
811 * i386-tdep.c (i386_extract_struct_value_address): Use
812 regcache_raw_read_unsigned instead of
813 regcache_cooked_read_unsigned since we know that the register
814 we're reading isn't a pseudo register. Rename variable 'val' into
815 the more descriptive 'addr'.
816
817 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
818 (x86_64_push_return_address): Add comment.
819 (x86_64_pop_frame): Make static.
820 (examine_argument): Clarify comment.
821 (x86_64_skip_prologue): Make prolog_expact variable static.
822
823 * dwarf2cfi.c: Fix some formatting problems.
824 (context_cpy, read_encoded_pointer): Clarify comments.
825
826 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
827 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
828 i386 target back into x86_64_gdbarch_init. Add some comments and
829 remove meaningless ones.
830
831 2002-10-25 Andrew Cagney <cagney@redhat.com>
832
833 * complaints.h (struct deprecated_complaint): Rename `struct
834 complaint'.
835 * complaints.c (complain): Update.
836 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
837 incorrect comment indicating that "symfile.h" was being included
838 for the `struct complaint' definition.
839 * remote-vx.c: Update.
840 * objc-lang.c: Update.
841 * xcoffread.c: Update.
842 * hpread.c: Update.
843 * mdebugread.c: Update.
844 * stabsread.c: Update.
845 * dwarf2read.c: Update.
846 * dwarfread.c: Update.
847 * elfread.c: Update.
848 * coffread.c: Update.
849 * stabsread.h: Update.
850 * dbxread.c: Update.
851 * buildsym.c: Update.
852 * gdbtypes.c: Update.
853 * macrotab.c: Update.
854
855 2002-10-25 Mark Kettenis <kettenis@gnu.org>
856
857 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
858 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
859 (x86_64_init_abi): ...new function.
860
861 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
862 * i386v-nat.c: Include "i386-tdep.h".
863
864 2002-10-25 Andrew Cagney <cagney@redhat.com>
865
866 * gdbtypes.c (address_space_name_to_int): Update.
867 (address_space_int_to_name): Update.
868 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
869 multi-arch predicate.
870 (address_class_name_to_type_flags): Ditto.
871 * gdbarch.h, gdbarch.c: Re-generate.
872
873 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
874
875 2002-10-24 Martin M. Hunt <hunt@redhat.com>
876
877 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
878
879 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
880
881 * symtab.h (INIT_SAL): Delete macro.
882 (init_sal): Export.
883 * symtab.c (init_sal): New function.
884
885 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
886 to init_sal function call.
887 (find_sal_from_funcs_and_line): Ditto.
888 (all_sals_for_line): Ditto.
889 * breakpoint.c (create_internal_breakpoint): Ditto.
890 (create_fork_vfork_event_catchpoint): Ditto.
891 (create_exec_event_catchpoint): Ditto.
892 (parse_breakpoint_sals): Ditto.
893 (watch_command_1): Ditto.
894 (handle_gnu_4_16_catch_command): Ditto.
895 (clear_command): Ditto.
896 * hppa-tdep.c (child_enable_exception_callback): Ditto.
897 * infcmd.c (run_stack_dummy): Ditto.
898 * infrun.c (process_event_stop_test): Ditto.
899 (check_sigtramp2): Ditto.
900 (step_over_function): Ditto.
901 * linespec.c (decode_line_2): Ditto.
902 (decode_line_1): Ditto.
903 * source.c (line_info): Ditto.
904 * symtab.c (find_pc_sect_line): Ditto.
905
906 2002-10-24 Michal Ludvig <mludvig@suse.cz>
907
908 * dwarf2cfi.c (struct context)
909 (struct context_reg): Moved to dwarf2cfi.h
910 (context_alloc, frame_state_alloc, context_cpy):
911 Made extern instead of static, removed prototypes.
912 * dwarf2cfi.h (struct context)
913 (struct context_reg): New, moved from dwarf2cfi.c
914 (context_alloc, frame_state_alloc, context_cpy):
915 New prototypes.
916 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
917 Changed from static to extern.
918 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
919 (LINUX_SIGCONTEXT_FP_OFFSET)
920 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
921 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
922 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
923 * x86-64-tdep.c (x86_64_gdbarch_init): Several
924 set_gdbarch_*() calls now use x86-64 specific functions
925 instead of DWARF2 CFI ones.
926 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
927 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
928 (x86_64_init_extra_frame_info): New prototypes.
929
930 2002-10-23 David Carlton <carlton@math.stanford.edu>
931
932 * linespec.c: #include "parser-defs.h".
933 Delete prototype for find_template_name_end.
934 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
935
936 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
937
938 * NEWS: add recent mi fixes.
939 * varobj.c (struct varobj): Add new "updated" flag.
940 (new_variable): Default "updated" flag to 0.
941 (varobj_set_value): Set "updated" flag to 1 if value
942 changes.
943 (varobj_update): Check varobj "updated" flag before
944 comparing old and refreshed values. Fix for
945 PR gdb/702.
946
947 2002-10-23 David Carlton <carlton@math.stanford.edu>
948
949 * parse.c (parse_exp_1): Use BLOCK_START.
950 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
951 SYMBOL_BLOCK_VALUE.
952 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
953
954 2002-10-23 David Carlton <carlton@math.stanford.edu>
955
956 * symtab.c: Delete cplusplus_hint.
957 Delete prototype for find_template_name_end.
958
959 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
960
961 * symtab.h: Update comment.
962
963 2002-10-23 Michael Snyder <msnyder@redhat.com>
964
965 * printcmd.c (address_info): Restore quotes in output.
966 * valops.c (value_of_local): Restore quotes in error message.
967
968 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
969
970 * symtab.c (symbol_demangled_name): New function.
971 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
972 turning most of it into a function.
973 (symbol_demangled_name): Export.
974
975 2002-10-23 Michael Snyder <msnyder@redhat.com>
976
977 * valops.c (value_of_local): Restore quotes in error message.
978
979 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
980
981 * symtab.c (symbol_init_language_specific): New function.
982 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
983 turning most of it into a function.
984 (symbol_init_language_specific): Export.
985
986 2002-10-23 David Carlton <carlton@math.stanford.edu>
987
988 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
989 (dwarf_attr_name): Ditto.
990 (dwarf_type_encoding_name): Ditto.
991 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
992 (process_die): Handle DW_TAG_namespace,
993 DW_TAG_imported_declaration, DW_TAG_imported_module.
994 (read_namespace): New function.
995
996 2002-10-22 Joel Brobecker <brobecker@gnat.com>
997
998 * configure.in: Define NEW_PROC_API on Interix too.
999 * configure: Regenerate.
1000
1001 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1002
1003 * configure: Regenerate using the proper version of autoconf.
1004
1005 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1006
1007 * findvar.c (read_var_value): Temporarily disable TLS code, until
1008 complete TLS support is added.
1009
1010 2002-10-21 Jim Blandy <jimb@redhat.com>
1011 Elena Zannoni <ezannoni@redhat.com>
1012
1013 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1014 for thread local storage locations.
1015 (struct symbol): Add objfile field.
1016 (SYMBOL_OBJFILE): Define.
1017 * dwarf2read.c (is_thread_local): New static variable.
1018 (new_symbol): If variable is in thread local fill in address class
1019 and objfile appropriately.
1020 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1021 stack operation.
1022 * printcmd.c (address_info): Print the information for thread
1023 local storage variable.
1024 * findvar.c (read_var_value): In case of thread local variable,
1025 defer to the target vector code to compute address.
1026
1027 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1028
1029 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1030 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1031
1032 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1033
1034 * symtab.h (address_class): Rename
1035 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1036 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1037 * printcmd.c (address_info): Ditto.
1038 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1039
1040 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1041
1042 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1043 DBREG_DRX macro to acces debug registers.
1044
1045 * Makefile.in (i386obsd-tdep.o): New target.
1046
1047 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1048 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1049
1050 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1051 * config/i386/obsd.mt: New file.
1052 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1053 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1054 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1055 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1056 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1057 * i386obsd-tdep.c: New file.
1058
1059 2002-10-19 Adam Fedor <fedor@gnu.org>
1060
1061 * objc-exp.y (name_not_typename): Fix invalid comment.
1062
1063 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1064
1065 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1066 to allocate partial syms and macro byte caches.
1067
1068 2002-10-18 David Carlton <carlton@math.stanford.edu>
1069
1070 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1071
1072 2002-10-18 Adam Fedor <fedor@gnu.org>
1073
1074 * stabsread.c (find_name_end): New function.
1075 (define_symbol): Use it.
1076
1077 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1078
1079 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1080 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1081 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1082 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1083
1084 2002-10-17 David Carlton <carlton@math.stanford.edu>
1085
1086 * symfile.h: Add opaque declaration for struct obstack.
1087 Declare obsavestring to take a const char *.
1088 * symfile.c (obsavestring): Make first argument a const char *.
1089
1090 2002-10-16 Adam Fedor <fedor@gnu.org>
1091
1092 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1093 names when matching breakpoints in current file.
1094
1095 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1096
1097 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1098 (read_tag_pointer_type): Add address class support.
1099 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1100 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1101 New methods.
1102 * gdbarch.h, gdbarch.c: Regenerate.
1103 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1104 (make_type_with_address_space, recursive_type_dump): Add address
1105 class support.
1106 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1107 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1108 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1109
1110 2002-10-16 Klee Dienes <kdienes@apple.com>
1111
1112 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1113 to get the last character of a char[] buffer, not
1114 name[sizeof(vptr_name)-1].
1115
1116 2002-10-14 Adam Fedor <fedor@gnu.org>
1117
1118 * symtab.h: New objc_specific struct.
1119 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1120 (SYMBOL_DEMANGLED_NAME): Likewise.
1121
1122 2002-10-14 Adam Fedor <fedor@gnu.org>
1123
1124 * symfile.c (init_filename_language_table): Add ObjC file extension.
1125
1126 2002-10-14 Adam Fedor <fedor@gnu.org>
1127
1128 * utils.c (puts_filtered_tabular): New function.
1129 (fprintf_symbol_filtered): Get ObjC demangled name.
1130 * defs.h (puts_filtered_tabular): Declared.
1131
1132 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1133
1134 * c-lang.h (c_type_print_varspec_prefix): Delete.
1135 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1136 ``need_post_space'' parameter. Adjust all callers.
1137
1138 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1139
1140 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1141 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1142 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1143 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1144
1145 2002-10-13 Adam Fedor <fedor@gnu.org>
1146
1147 * source.c (print_source_lines): Update comments.
1148
1149 2002-10-13 Adam Fedor <fedor@gnu.org>
1150
1151 * valops.c (value_of_local): New function.
1152 (value_of_this): Use it.
1153 * value.h (value_of_local): Declared.
1154
1155 2002-10-13 Adam Fedor <fedor@gnu.org>
1156
1157 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1158 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1159
1160 2002-10-12 Adam Fedor <fedor@gnu.org>
1161
1162 * language.c (binop_result_type): Add language_objc to case.
1163 (integral_type): Likewise.
1164 (character_type): Likewise.
1165 (string_type): Likewise.
1166 (boolean_type): Likewise.
1167 (structured_type): Likewise.
1168 (binop_type_check): Likewise.
1169
1170 2002-10-11 Adam Fedor <fedor@gnu.org>
1171
1172 * printcmd.c (address_info): Print 'self' for ObjC.
1173
1174 2002-10-11 Adam Fedor <fedor@gnu.org>
1175
1176 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1177 OP_SELF.
1178
1179 2002-10-11 Adam Fedor <fedor@gnu.org>
1180
1181 * language.h (CAST_IS_CONVERSION): Add language_objc.
1182
1183 2002-10-11 Adam Fedor <fedor@gnu.org>
1184
1185 * defs.h (enum language): Add language_objc.
1186
1187 2002-10-11 Klee Dienes <kdienes@apple.com>
1188
1189 * corefile.c (read_memory_typed_address): New function.
1190 * gdbcore.h (read_memory_typed_address): Add prototype.
1191 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1192 to read a value destined for a CORE_ADDR, not read_memory_integer.
1193 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1194 (f77_get_dynamic_lowerbound): Ditto.
1195
1196 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1197
1198 * utils.c (string_to_core_addr): After turning string into
1199 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1200 which will do necessary sign-extension, etc.
1201
1202 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1203
1204 * c-exp.y (THIS): Delete token and grammar rule.
1205 (yylex): Don't return THIS.
1206 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1207 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1208 * demangle.c (cplus_markers): Update comment. Put '$'
1209 first. Remove CPLUS_MARKER.
1210 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1211 * jv-exp.y (THIS): Delete token and grammar rule.
1212 (yylex): Don't return THIS.
1213 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1214 * objc-exp.y (THIS): Delete token and grammar rule.
1215 (yylex): Don't return THIS.
1216 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1217 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1218 (read_member_functions): Likewise for opname.
1219 (read_tilde_fields): Use is_cplus_marker.
1220
1221 * defs.h (CPLUS_MARKER): Don't define.
1222 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1223 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1224 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1225 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1226 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1227
1228 * config/i386/tm-i386v4.h: Delete file.
1229 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1230 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1231 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1232 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1233 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1234 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1235 * config/i386/i386v4.mt (TM_FILE): Likewise.
1236 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1237
1238 2002-10-10 Marko Mlinar <markom@opencores.org>
1239
1240 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1241 accidentially not commited 2002-10-09
1242 * gdbarch.h, gdbarch.c: Re-generate.
1243
1244 2002-10-09 Marko Mlinar <markom@opencores.org>
1245
1246 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1247 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1248 * gdbarch.h, gdbarch.c: Re-generate.
1249
1250 2002-10-08 Petr Sorfa <petrs@caldera.com>
1251
1252 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1253
1254 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1255 so we can work on more than one compilation unit at a time. This
1256 helps prepare GDB to handle inter-CU die references.
1257 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1258 the code to be defined before struct comp_unit_head.
1259 (comp_unit_head): Added new members - offset, cu_head,
1260 begin_die, next and dwarf2_abbrevs.
1261 (dwarf2_abbrevs): Removed single static var; now member of
1262 struct comp_unit_head.
1263 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1264 members.
1265 (psymtab_to_symtab_1): Changed to work with the new
1266 struct comp_unit_head.
1267 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1268 constructs the dwarf2_abbrevs[] inside the cu_header.
1269 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1270 dwarf2_abbrev table to clean up.
1271 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1272 handling of dwarf2_abbrevs inside the cu_header.
1273 (read_partial_die): Now supports the call to the new
1274 dwarf2_lookup_abbrev.
1275 (read_full_die): Now supports the call to the new
1276 dwarf2_lookup_abbrev.
1277
1278 2002-10-06 Christopher Faylor <cgf@redhat.com>
1279
1280 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1281 insure that shell variables, such as "transformed_name" are propagated
1282 to later shell statements in rule.
1283
1284 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1285
1286 * config/i386/nm-i386sco.h: Add protection against
1287 multiple-inclusion. Include "i386/nm-i386v.h".
1288 (REGISTER_U_ADDR): Remove define.
1289 (i386_register_u_addr): Remove prototype.
1290
1291 2002-10-04 Michael Snyder <msnyder@redhat.com>
1292
1293 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1294 before treating it as a single-step event.
1295
1296 2002-10-03 Adam Fedor <fedor@gnu.org>
1297
1298 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1299 (objc_demangle): Remove assignment in if statements, Replace
1300 free with xfree.
1301 (add_msglist): Likewise.
1302 (end_msglist): Likewise.
1303 (complare_selectors): Likewise.
1304 (selectors_info): Likewise.
1305 (compare_classes): Likewise.
1306 (classes_info): Likewise.
1307 (print_object_command): Likewise.
1308 (find_objc_msgcall_submethod): Replace PTR with void *.
1309 * objc-lang.h: Remove check for __STDC__.
1310
1311 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1312
1313 * ui-out.h (ui_out_field_fmt_int): New prototype.
1314 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1315 of field width and alignment.
1316 * stack.c (print_frame_info_base): When printing frame level, use
1317 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1318 PR gdb/192
1319
1320 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1321
1322 * MAINTAINERS: Add self to Write After Approval list.
1323
1324 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1325
1326 * infcmd.c (interrupt_target_command_wrapper): Delete.
1327 (interrupt_target_command): Make non static.
1328 (nofp_registers_info): Make static.
1329 * stack.c (return_command_wrapper): Delete.
1330 (return_command): Make non static.
1331
1332 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1333
1334 * event-top.c (gdb_setup_readline): New function. Code moved from
1335 _initialize_event_loop().
1336 (_initialize_event_loop): Call gdb_setup_readline().
1337
1338 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1339
1340 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1341 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1342 * gdbarch.h, gdbarch.c: Re-generate.
1343
1344 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1345
1346 Fix PR gdb/778
1347 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1348 before recursing.
1349 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1350 of fill_in_vptr_fieldno.
1351
1352 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1353
1354 * inferior.h (registers_info, stepi_command, nexti_command,
1355 continue_command, interrupt_target_command): Export from infcmd.c.
1356 * frame.h (args_info, selected_frame_level_changed_hook,
1357 return_command): Export from stack.c.
1358 * v850ice.c (stepi_command, nexti_command, continue_command): use
1359 prototypes from inferior.h.
1360 * tracepoint.c (registers_info, args_info, locals_info): Use
1361 prototypes from frame.h and inferior.h.
1362 * Makefile.in (mi-main.o): Add dependency on frame.h.
1363
1364 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1365
1366 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1367 value in register 3 adjusted by ppc_gp0_regnum.
1368
1369 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1370
1371 2002-10-02 Marko Mlinar <markom@opencores.org>
1372
1373 * MAINTAINERS: Add myself to the Write After Approval list.
1374
1375 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1376
1377 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1378 of the section for the N64 ABI, fixed.
1379
1380 * config/mips/tm-irix6.h: Include solib.h.
1381
1382 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1383
1384 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1385 GNU operators.
1386
1387 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1388
1389 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1390 and that "mi0" syntax has been removed.
1391
1392 2002-09-30 David Carlton <carlton@math.stanford.edu>
1393
1394 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1395 * ppc-sysv-tdep.c: #include "gdb_string.h".
1396 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1397 pacify GCC.
1398
1399 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1400
1401 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1402 "vrsave"'s register number.
1403
1404 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1405
1406 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1407 use frame_unwind_signed_register to obtain the PC.
1408 (mips_frame_chain): Handle a generic dummy frame.
1409 (mips_init_extra_frame_info): When a generic dummy frame, don't
1410 re-compute the frame base.
1411 (mips_pop_frame): Handle generic dummy frames.
1412 (mips_gdbarch_init): When generic dummy frames, set
1413 use_generic_dummy_frames, push_dummy_frame to
1414 generic_push_dummy_frame, pc_in_call_dummy to
1415 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1416 generic_save_dummy_frame_tos.
1417
1418 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1419
1420 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1421 against TOP when TOP was explictly set.
1422 (generic_push_dummy_frame): Set TOP to zero.
1423
1424 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1425
1426 * event-loop.c (start_event_loop): Rename variable 'result' to
1427 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1428
1429 2002-09-30 Keith Seitz <keiths@redhat.com>
1430
1431 * gdb-events.sh (selected_thread_changed): New event.
1432 * gdb-events.c: Regenerated.
1433 * gdb-events.h: Regenerated.
1434
1435 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1436
1437 * MAINTAINERS: Add self to Write After Approval list.
1438
1439 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1440
1441 * disasm.c: New file.
1442 * disasm.h: New file.
1443 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1444 (compare_lines): Ditto.
1445 (dump_insns): Ditto.
1446 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1447 argument.
1448 (do_assembly_only): Ditto.
1449 (do_disassembly): Renamed to gdb_disassembly and moved to
1450 disasm.c. Sdded uiout argument.
1451 * Makefile.in: Add new files. Reorder SFILES list. Update
1452 dependencies. Include libgdb.a later in the insight executable.
1453
1454 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1455
1456 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1457 bfd/elf64-alpha-fbsd.c.
1458
1459 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1460
1461 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1462 i386gnu-tdep.c.
1463
1464 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1465
1466 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1467 __FUNCTION__.
1468 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1469 function name.
1470 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1471 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1472 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1473 (S_msg_sig_post_reply): Ditto.
1474
1475 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1476
1477 * sh-tdep.c (sh_use_struct_convention): Use definition according
1478 to ABI.
1479 (sh_push_arguments): Store in register with correct endianess.
1480 (sh_default_store_return_value): Ditto.
1481 (sh_gdbarch_init): Set sizeof long double to 8.
1482
1483 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1484
1485 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1486 Fix some whitespace problems.
1487
1488 2002-09-27 David Carlton <carlton@math.stanford.edu>
1489
1490 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1491 (mcore-tdep.o): Ditto.
1492 (ns32k-tdep.o): Ditto.
1493 (ns32knbsd-tdep.o): Ditto.
1494 (sh3-rom.o): Ditto.
1495 (vax-tdep.o): Ditto.
1496 * cris-tdep.c: #include "gdb_string.h"
1497 * mcore-tdep.c: Ditto.
1498 * ns32k-tdep.c: Ditto.
1499 * ns32knbsd-tdep.c: Ditto.
1500 * sh3-rom.c: Ditto.
1501 * vax-tdep.c: Ditto.
1502
1503 2002-09-27 David Carlton <carlton@math.stanford.edu>
1504
1505 * config/djgpp/fnchange.lst: Add entries for
1506 gdb/testsuite/gdb.c++/m-static files.
1507
1508 2002-09-27 Jim Wilson <wilson@redhat.com>
1509
1510 * MAINTAINERS: Add myself to the Write After Approval list.
1511
1512 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1513
1514 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1515
1516
1517 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1518
1519 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1520 frame.
1521
1522 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1523
1524 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1525 (rs6000_struct_return_address): Delete variable.
1526 (rs6000_store_struct_return): Update.
1527 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1528 deprecated_extract_struct_value_address.
1529 (rs6000_frame_align): New function.
1530 (rs6000_gdbarch_init): Set frame_align.
1531
1532 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1533
1534 From Grace Sainsbury <graces@redhat.com>:
1535 * Makefile.in (gdbtk-main.o): New target.
1536 (gdb.o): New target.
1537 (main_h): Define.
1538 (main.o): Update dependencies.
1539 (gdb$(EXEEXT)): Add gdb.o.
1540 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1541 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1542 (SUBDIR_GDBTK_CLEAN): Set.
1543 (install-gdbtk): Install the insight binary.
1544 (uninstall-gdbtk): New target.
1545 (all-gdbtk, clean-gdbtk): New rule.
1546 * top.c (use_windows): Default to zero.
1547 * main.c: Include "main.h".
1548 (main): Delete.
1549 (struct captured_main_args): Delete.
1550 (gdb_main): New function.
1551 * main.h: New file.
1552 * gdb.c: New File.
1553
1554 2002-09-25 Andrew Cagney <cagney@redhat.com>
1555
1556 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1557 (frame_map_regnum_to_name): New function.
1558 (frame_map_name_to_regnum): New function.
1559 * frame.h (frame_map_name_to_regnum): Declare.
1560 (frame_map_regnum_to_name): Declare.
1561 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1562 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1563 * parse.c: Do not include "builtin-regs.h".
1564 (target_map_name_to_register): Delete function.
1565 (write_dollar_variable): Use frame_map_name_to_regnum.
1566 * parser-defs.h (target_map_name_to_register): Delete declaration.
1567 * expprint.c: Include "frame.h".
1568 (print_subexp): Use frame_map_regnum_to_name.
1569 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1570 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1571
1572 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1573
1574 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1575 wasn't saved, and the next innermost frame is a dummy, return the
1576 dummy frame's link register.
1577
1578 2002-09-24 Jim Blandy <jimb@redhat.com>
1579
1580 Fix from Paul Breed:
1581 * main.c (captured_main): Add a `break' after the case for 'b'.
1582
1583 2002-09-24 Keith Seitz <keiths@redhat.com>
1584
1585 * varobj.c (c_type_of_child): Use get_target_type instead
1586 of TYPE_TARGET_TYPE.
1587
1588 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1589
1590 * source.c (get_current_or_default_source_symtab_and_line): Remove
1591 function.
1592 (set_default_source_symtab_and_line): New function. Attempts to
1593 determine a source file to list lines from if one is not currently
1594 defined.
1595 (get_current_source_symtab_and_line): Initialize sal.pc and
1596 sal.end fields.
1597 (set_current_source_symtab_and_line): Mark argument as const.
1598 * source.h: Update declarations and comments.
1599 * linespec.c (decode_line_1): Replace call to removed routine above.
1600 * stack.c (print_frame_info_base): Ditto.
1601 * cli/cli-cmds.c (edit_command): Ditto.
1602 (list_command): Ditto.
1603
1604 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1605
1606 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1607 sal.pc and sal.end fields.
1608 (get_current_or_default_source_symtab_and_line): Ditto.
1609 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1610 so we do not cause a new source symtab to be searched for (reverting an
1611 unintentional change from the 2002-09-20 patch).
1612 * scm-lang.c (scm_unpac): Ditto.
1613
1614 2002-09-21 Andrew Cagney <cagney@redhat.com>
1615
1616 * complaints.c (symfile_explanations): Remove new-line from
1617 ``isolated_message''.
1618 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1619 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1620
1621 2002-09-20 Nick Clifton <nickc@redhat.com>
1622
1623 * NEWS: Announce that V850EA ISA is no longer supported.
1624 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1625
1626 2002-09-20 David Carlton <carlton@math.stanford.edu>
1627
1628 * Makefile.in (c-lang.o): Correct dependencies.
1629 (utils.o): Gather dependencies.
1630 (charset.o): Move.
1631 * c-lang.c: #include "gdb_string.h"
1632
1633 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1634
1635 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1636 * cli/cli-cmds.c (list_command): New function. Implements the new
1637 cli edit command.
1638 (_init_cli_cmds): Add new command definition.
1639 * gdb.1: Document edit command.
1640 * doc/gdb.texinfo: Document edit command.
1641
1642 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1643
1644 * source.c: Make global variables current_source_symtab and
1645 current_source_line static.
1646 (list_command): Moved to cli/cli-cmds.c.
1647 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1648 (get_first_line_listed): New accessor function.
1649 (get_lines_to_list): New accessor function.
1650 (get_current_source_symtab_and_line): New function. Retrieves the
1651 position in the source code that we consider current.
1652 (get_current_or_default_source_symtab_and_line): New function.
1653 Like the above but attempts to determine a default position if one
1654 is not currently defined.
1655 (set_current_source_symtab_and_line): New function. Sets the source
1656 code position considered current and returns the previously set one.
1657 (clear_current_source_symtab_and_line): Reset stored information about
1658 a current source line.
1659 (_initialize_source): Remove registration for the "list" command and
1660 its alias.
1661 * source.h: Add declarations for the new functions above.
1662 * symtab.h: Remove declarations for the global variables mentioned
1663 above.
1664 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1665 obtain current source line.
1666 * linespec.c (decode_line_1): Ditto.
1667 * macroscope.c (default_macro_scope): Ditto.
1668 * scm-lang.c (scm_unpac): Ditto.
1669 * stack.c (print_frame_info_base): Ditto.
1670 * symfile.c (clear_symtab_users): Ditto.
1671 * symtab.c (decode_line_spec): Ditto.
1672 * cli/cli-cmds.c (list_command): Moved here from source.c.
1673 (ambiguous_line_spec): Moved here from source.c.
1674 (_init_cli_cmds): Add definition for "list" and its alias.
1675 * Makefile.in: Update dependencies.
1676
1677 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1678
1679 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1680 with what gcc thinks is correct.
1681
1682 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1683
1684 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1685 multiple register push instruction.
1686
1687 2002-09-19 Jim Blandy <jimb@redhat.com>
1688
1689 Add support for distinct host and target character sets.
1690 * charset.c, charset.h: New files.
1691 * c-exp.y: #include "charset.h".
1692 (yylex): Convert character and string literals to the target
1693 character set, before returning them as the semantic value of the
1694 token.
1695 * c-lang.c: #include "charset.h".
1696 (c_emit_char): Use charset-specific methods to recognize
1697 characters with backslash escape forms, to decide which characters
1698 to print literally and which to print using numeric escape
1699 sequences, and to convert target characters to host characters
1700 before printing.
1701 * utils.c: #include "charset.h".
1702 (no_control_char_error): New function.
1703 (parse_escape): Use charset-specific methods to recognize
1704 backslash escapes, parse `control character' notation, and convert
1705 characters from the host character set to the target character set.
1706 * configure.in: Set the default host character set.
1707 Check where to find iconv, and what its argument types might be.
1708 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1709 * Makefile.in (SFILES): List charset.c.
1710 (COMMON_OBS): List charset.o.
1711 (charset.o): New rule.
1712 (charset_h): New header dependency variable.
1713 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1714 (LIBICONV): New variable, set by configure.
1715 (CLIBS): Include $(LIBICONV) here.
1716 * aclocal.m4, config.in, configure: Regenerated.
1717
1718 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1719
1720 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1721 bison 1.35 warning.
1722
1723 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1724
1725 * gdb_mbuild.sh: New file.
1726
1727 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1728
1729 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1730
1731 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1732
1733 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1734 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1735 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1736 valops.c, value.h: Revert previous change.
1737
1738 2002-09-18 Michael Snyder <msnyder@redhat.com>
1739
1740 Preliminary support for Objective-C:
1741 * defs.h (language_objc): New enum value.
1742 (puts_filtered_tabular): Declaration only, exported from utils.c.
1743 (skip_quoted): Delete, declared in completer.h.
1744 * c-exp.y: Include completer.h.
1745 * p-exp.y: Ditto.
1746 * jv-exp.y: Ditto.
1747 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1748 New operator enum values.
1749 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1750 * language.c (binop_result_type): Handle language_objc case.
1751 (integral_type, character_type, string_type, boolean_type,
1752 structured_type, binop_type_check): Ditto.
1753 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1754 (struct objc_specific): Add to general_symbol_info.
1755 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1756 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1757 * parser-defs.h (struct objc_class_str): New struct type.
1758 (start_msglist, end_msglist, add_msglist): Declaration only,
1759 exported from objc-lang.c.
1760 * value.h (value_of_local, value_nsstring,
1761 call_function_by_hand_expecting_type): Exported from valops.c.
1762 * valops.c (find_function_addr): Export.
1763 (call_function_by_hand_expecting_type): New function.
1764 (value_of_local): New function.
1765 * symfile.c (init_filename_language_table): Add ".m" extension
1766 for Objective-C.
1767 * utils.c (puts_filtered_tabular): New function.
1768 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1769 (set/show demangle): Extend help-string to refer to ObjC.
1770 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1771 * stabsread.c (symbol_reference_defined): Objective-C symbols
1772 may contain colons: make allowances when scanning stabs strings
1773 for colons.
1774 (objc_find_colon): New function.
1775 * printcmd.c (address_info): If language == objc then print
1776 "self" instead of "this".
1777 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1778 OP_NSSTRING, and OP_SELF.
1779 (prefixify_subexp): Ditto.
1780 * source.c (print_source_lines): Mention objc in comment.
1781 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1782 method names.
1783
1784 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1785
1786 * complaints.h: Update copyright.
1787 (struct complaints): Declare.
1788 (struct complaint): Make `message' constant.
1789 (internal_complaint): Declare.
1790 (complaint): Declare.
1791 (complaint_root): Delete declaration.
1792 (symfile_complaints): Delete declaration.
1793 (struct complaints): Add opaque declaration.
1794 (clear_complaints): Add a complaints parameter.
1795 * complaints.c: Update copyright.
1796 (enum complaint_series): Define.
1797 (complaint_root): Delete.
1798 (struct complaints): Define.
1799 (complaint_sentinel, symfile_complaint_book): New variables.
1800 (symfile_explanations, symfile_complaints): New variables.
1801 New variables.
1802 (get_complaints): New function.
1803 (vcomplaint): New function.
1804 (complaint): New function.
1805 (internal_complaint): New function.
1806 (complain): Call vcomplain with symfile_complaint.
1807 (clear_complaints): Rewrite.
1808 (_initialize_complaints): Use add_setshow_command.
1809 * Makefile.in (complaints.o): Update dependencies.
1810 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1811 to call to clear_complaints.
1812 (new_symfile_objfile, reread_symbols): Ditto.
1813 (oldsyms_complaint): Delete.
1814 (empty_symtab_complaint, unknown_option_complaint): Delete.
1815 (free_named_symtabs): Use complaint instead of complain.
1816
1817 2002-09-18 Michael Snyder <msnyder@redhat.com>
1818
1819 Contributed by Apple Computer, Inc. Merged with current sources
1820 by Adam Fedor <fedor@doc.com> [cagney].
1821
1822 * objc-lang.c: First clean-up round: comments, indentation.
1823 * objc-lang.h: Ditto.
1824 * objc-lang.y: Ditto.
1825
1826 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1827
1828 * maint.c (maintenance_internal_error): Print the parameter as the
1829 error message.
1830 (maintenance_internal_warning): New function.
1831 (_initialize_maint_cmds): Add command `maint internal-warning'.
1832
1833 * defs.h (internal_warning, internal_vwarning): Declare.
1834 * utils.c (struct internal_problem): Define.
1835 (internal_vproblem): New function.
1836 (internal_warning): New function.
1837 (internal_vwarning): New function.
1838 (internal_warning_problem, internal_error_problem): New variables.
1839 (internal_verror): Just call internal_vproblem.
1840
1841 2002-09-18 Michael Snyder <msnyder@redhat.com>
1842
1843 * objc-lang.c: New file, support for Objective-C.
1844 Preliminary check-in, not yet integrated into gdb.
1845 * objc-lang.h: New file.
1846 * objc-exp.y: New file.
1847
1848 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1849
1850 * infrun.c (signal_stop_update): Convert definition to ISO C.
1851 (signal_print_update): Ditto.
1852 (signal_pass_update): Ditto.
1853 * inflow.c (terminal_save_ours): Ditto.
1854
1855 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1856 comments.
1857
1858 * config/djgpp/fnchange.lst: Handle name clashes between
1859 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1860 bfd/coff-tic80.c.
1861
1862 * i386-linux-tdep.h: Fix tipo.
1863
1864 2002-09-18 Adam Fedor <fedor@gnu.org>
1865
1866 * MAINTAINERS: Add myself to the Write After Approval list.
1867
1868 2002-09-18 Jim Blandy <jimb@redhat.com>
1869
1870 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1871 texthigh and textlow to reader-specific structs caused
1872 objfile_relocate to miss them. This is fixable, but the work that
1873 the change was supposed to prepare GDB for never got done anyway.
1874
1875 2002-09-18 David Carlton <carlton@math.stanford.edu>
1876
1877 * MAINTAINERS: Alphabetize Write After Approval list.
1878
1879 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1880
1881 Fix PR gdb/709
1882 * values.c (value_static_field): Call read_var_value.
1883
1884 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1885
1886 * valops.c (hand_function_call): Align the initial stack pointer
1887 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1888 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1889 return value.
1890 * mips-tdep.c (mips_frame_align): New function.
1891 (mips_gdbarch_init): Set frame_align.
1892 * gdbarch.sh (FRAME_ALIGN): New method.
1893 * gdbarch.h, gdbarch.c: Re-generate.
1894
1895 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1896
1897 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1898 registers.
1899
1900 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1901
1902 * NEWS: Mention that MIPS $fp behavior changed.
1903 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1904 reference to FP_REGNUM.
1905 (mipsnbsd_cannot_store_register): Ditto.
1906 * mips-linux-nat.c: Update copyright.
1907 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1908 (mips_linux_cannot_store_register): Ditto.
1909 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1910 * config/mips/tm-mips.h: Update copyright.
1911 (FP_REGNUM): Delete macro.
1912 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1913 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1914 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1915 (mips_r3041_reg_names, mips_r3051_reg_names)
1916 (mips_r3081_reg_names): Replace "fp" with "".
1917 Fix PR gdb/480.
1918
1919 2002-09-17 Theodore A. Roth <troth@verinet.com>
1920
1921 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1922 generic_read_register_dummy() (PR gdb/703).
1923 (avr_push_return_address): #if 0 out unused vars.
1924 (avr_gdbarch_init): Enable use of avr_push_return_address().
1925
1926 2002-09-17 Michael Snyder <msnyder@redhat.com>
1927
1928 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1929 RTE will take care of it.
1930
1931 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1932
1933 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1934 invalid, return SP_REGNUM.
1935
1936 2002-09-17 Michael Snyder <msnyder@redhat.com>
1937
1938 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1939 point registers without sign extension.
1940
1941 2002-09-17 Andrew Cagney <cagney@redhat.com>
1942
1943 * blockframe.c (deprecated_read_register_dummy): Rename
1944 generic_read_register_dummy.
1945 * frame.c (frame_unwind_signed_register): New function.
1946 (frame_unwind_unsigned_register): New function.
1947 * frame.h (frame_unwind_signed_register): Declare.
1948 (frame_unwind_unsigned_register): Declare.
1949 (deprecated_read_register_dummy): Rename
1950 generic_read_register_dummy.
1951
1952 * h8300-tdep.c (h8300_frame_chain): Update.
1953 (h8300_frame_saved_pc): Update.
1954 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1955 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1956 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1957 (s390_frame_chain): Update.
1958 * v850-tdep.c (v850_find_callers_reg): Update.
1959 (v850_frame_saved_pc): Update.
1960 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1961 (m32r_find_callers_reg): Update.
1962 (m32r_frame_saved_pc): Update.
1963 * sh-tdep.c (sh_find_callers_reg): Update.
1964 (sh64_get_saved_pr): Update.
1965 (sh_init_extra_frame_info): Update.
1966 (sh_init_extra_frame_info): Update.
1967 (sh64_init_extra_frame_info): Update.
1968 (sh64_init_extra_frame_info): Update.
1969 * mcore-tdep.c (mcore_find_callers_reg): Update.
1970 (mcore_frame_saved_pc): Update.
1971 (mcore_init_extra_frame_info): Update.
1972 * i386-tdep.c (i386_frame_saved_pc): Update.
1973 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1974 (ia64_init_extra_frame_info): Update.
1975 (ia64_init_extra_frame_info): Update.
1976 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1977 * cris-tdep.c (cris_init_extra_frame_info): Update.
1978 * avr-tdep.c (avr_frame_chain): Update.
1979 (avr_init_extra_frame_info): Update.
1980 (avr_frame_saved_pc): Update.
1981 * arm-tdep.c (arm_find_callers_reg): Update.
1982 (arm_init_extra_frame_info): Update.
1983 (arm_frame_saved_pc): Update.
1984
1985 2002-09-17 Tom Tromey <tromey@redhat.com>
1986
1987 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1988 is "'".
1989
1990 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1991
1992 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1993 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1994 NEXT_PROLOGUE_INSN.
1995 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1996 NEXT_PROLOGUE_INSN.
1997
1998 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1999
2000 * osfsolib.c: Remove file, replaced by solib-osf.c.
2001 * Makefile.in: Remove compilation rules for osfsolib.c.
2002
2003 2002-09-16 David Carlton <carlton@math.stanford.edu>
2004
2005 * cp-valprint.c (cp_print_class_method): Correct args to
2006 check_stub_method_group.
2007
2008 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2009
2010 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2011 `set architecture'. Unify naming convention of functions.
2012 (h8300_skip_prologue): Improve prologue analysis.
2013 (h8300_push_arguments): Rewritten to more closely match GCC's
2014 bizarre argument-passing behavior, along with the comment describing
2015 said behavior.
2016 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2017 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2018 sim, remote-e7000.c, remote-hms.c and remote.c
2019
2020 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2021
2022 * i386-tdep.c (gdb_print_insn_i386): Removed.
2023 (i386_print_insn): New function.
2024 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2025 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2026 tm_print_insn_info.
2027
2028 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2029
2030 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2031 zero.
2032
2033 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2034
2035 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2036 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2037 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2038
2039 2002-09-13 Christopher Faylor <cgf@redhat.com>
2040
2041 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2042
2043 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2044
2045 * gdbtypes.c (check_stub_method): Make static.
2046 (check_stub_method_group): New function.
2047 * gdbtypes.h: Update prototypes.
2048 * cp-support.c: New file.
2049 * cp-support.h: New file.
2050
2051 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2052 (update_method_name_from_physname): New function.
2053 (read_member_functions): Correct method names for operators
2054 and v3 constructors/destructors. Separate v2 constructors and
2055 destructors.
2056 * Makefile.in (stabsread.o): Update dependencies.
2057 (SFILES): Add cp-support.c.
2058 (COMMON_OBS): Add cp-support.o.
2059 (cp_support_h, cp-support.o): Add.
2060
2061 * cp-valprint.c (cp_print_class_method): Call
2062 check_stub_method_group instead of check_stub_method. Remove
2063 extraneous QUITs.
2064 * p-valprint.c (pascal_object_print_class_method): Likewise.
2065 * valops.c (search_struct_method): Likewise.
2066 (find_method_list, value_struct_elt_for_reference): Likewise.
2067
2068 2002-09-13 Andrew Cagney <cagney@redhat.com>
2069
2070 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2071 * gdbarch.h, gdbarch.c: Regenerate.
2072
2073 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2074
2075 * frame.c (find_saved_register): Delete function.
2076 * frame.h (find_saved_register): Delete declaration.
2077 Fix PR gdb/631.
2078
2079 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2080
2081 * mips-tdep.c (read_next_frame_reg): Re-hack using
2082 frame_register_unwind.
2083
2084 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2085
2086 * mips-tdep.c (mips_get_saved_register): Re-hack using
2087 frame_register_unwind.
2088
2089 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2090
2091 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2092 vector. Will be useful for Interix.
2093 * gdbarch.h, gdbarch.c: Regenerate.
2094
2095 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2096 name of the malloc function by NAME_OF_MALLOC.
2097
2098 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2099
2100 * value.h (find_function_in_inferior): Add const keyword to
2101 one of the parameters. Allows us to invoke this function with
2102 a const char *.
2103 * valops.c (find_function_in_inferior): Likewise.
2104
2105 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2106
2107 * exec.c (xfer_memory): Fix compilation warning with old versions
2108 of GCC.
2109 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2110
2111 2002-09-12 David Carlton <carlton@math.stanford.edu>
2112
2113 * symtab.h: Run through gdb_indent.h.
2114 Add 2002 to Copyright year list.
2115
2116 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2117
2118 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2119 mach constants.
2120 * MAINTAINERS: Add myself to write after approval list.
2121
2122 2002-09-11 J. Brobecker <brobecker@gnat.com>
2123
2124 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2125
2126 2002-09-11 J. Brobecker <brobecker@gnat.com>
2127
2128 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2129 Interix.
2130
2131 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2132
2133 * procfs.c (do_detach): Clear current signal, not just fault.
2134 Corrects problem with breakpoint trap signal leaking to detached
2135 process on Tru64.
2136
2137 2002-09-10 Michael Snyder <msnyder@redhat.com>
2138
2139 * buildsym.c (finish_block): Protect against null pointer.
2140
2141 2002-09-10 Andrew Cagney <cagney@redhat.com>
2142
2143 * infcmd.c (default_print_registers_info): Send all output to
2144 ``file'' instead of ``gdb_stdout''.
2145
2146 2002-09-10 Michael Snyder <msnyder@redhat.com>
2147
2148 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2149 LONGEST, and use signed register read (addresses are sign-
2150 extended for mips).
2151
2152 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2153
2154 * event-loop.c (gdb_do_one_event): Make public.
2155 * event-loop.h (gdb_do_one_event): Declare.
2156
2157 2002-09-10 Jeff Law <law@redhat.com>
2158
2159 * infttrace.c (child_resume): Simplify and rework to avoid
2160 TT_PROC_CONTINUE.
2161
2162 2002-09-09 Fred Fish <fnf@intrinsity.com>
2163
2164 * printcmd.c (print_scalar_formatted): "len" is the number of
2165 target bytes, NOT the number of target bits.
2166
2167 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2168
2169 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2170 * top.c (init_main): Set rl_terminal_name.
2171
2172 2002-09-08 Aidan Skinner <aidan@velvet.net>
2173
2174 * ada-lang.c (ada_array_bound, ada_type_match,
2175 _initialize_ada_language): Fix K&R definitions.
2176 * ada-tasks.c (get_current_task): Fix K&R definitions.
2177 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2178
2179 2002-09-07 Christopher Faylor <cgf@redhat.com>
2180
2181 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2182 Add XP.
2183
2184 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2185
2186 * i386-tdep.c (i386_register_virtual_type,
2187 i386_register_convertible, i386_register_convert_to_virtual,
2188 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2189 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2190 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2191 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2192 Don't set push_arguments twice.
2193
2194 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2195 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2196 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2197 sigtramp_end to NULL.
2198 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2199 defines.
2200 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2201
2202 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2203 whitespace.
2204
2205 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2206 * gdbarch.h, gdbarch.c: Re-generate.
2207 * blockframe.c (find_pc_sect_partial_function): Convert to use
2208 SIGTRAMP_START_P predicate.
2209
2210 2002-09-05 Michael Snyder <msnyder@redhat.com>
2211
2212 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2213 generic_dummy_frame method and old method. Also distinguish
2214 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2215 (arm_extract_return_value): Use new regcache method.
2216
2217 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2218 adjustment that doesn't conform to the ABI.
2219 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2220 saved regcache, not from current regcache.
2221
2222 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2223
2224 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2225 * README: Update.
2226
2227 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2228
2229 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2230 if arm_apcs_32 is false.
2231
2232 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2233
2234 GDB 5.3 branch created.
2235
2236 2002-09-03 Theodore A. Roth <troth@verinet.com>
2237
2238 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2239 generic_unwind_get_saved_register.
2240
2241 2002-09-03 David Carlton <carlton@math.stanford.edu>
2242
2243 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2244 argument (PR gdb/653). Update call to smash_to_method_type.
2245 (read_structure_scope): Update call to dwarf2_add_member_fn.
2246
2247 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2248
2249 * x86-64-linux-tdep.c: Include gdb_string.h
2250 * x86-64-linux-nat.c: Ditto.
2251
2252 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2253
2254 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2255 when YYDEBUG is set to 1.
2256 * c-exp.y: Likewise.
2257 * f-exp.y: Likewise.
2258 * jv-exp.y: Likewise.
2259 * m2-exp.y: Likewise.
2260 * p-exp.y: Likewise.
2261
2262 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2263
2264 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2265 dependency list.
2266 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2267 solib_svr4_fetch_link_map_offsets to
2268 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2269 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2270 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2271 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2272 solib-svr4.o, and solib-legacy.o.
2273 * config/i386/tm-nbsd.h: Include solib.h.
2274
2275 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2276
2277 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2278 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2279 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2280 comment noting that this needs its own target configuration.
2281 * config/i386/nbsd.mt: New file.
2282 * config/i386/nbsdaout.mt: Remove.
2283 * config/i386/nbsdelf.mt: Ditto.
2284 * config/i386/tm-nbsdaout.h: Ditto.
2285
2286 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2287
2288 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2289 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2290 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2291 tdep->sigtramp_end.
2292 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2293 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2294 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2295
2296 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2297
2298 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2299 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2300 * i386-tdep.h (i386bsd_init_abi): New prototype.
2301 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2302 function declaration.
2303 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2304 for NetBSD-a.out or NetBSD-ELF.
2305 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2306 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2307 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2308 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2309 and nbsd-tdep.h.
2310 (i386nbsd_pc_in_sigtramp): New function.
2311 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2312 i386nbsd_pc_in_sigtramp.
2313 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2314 and i386nbsdelf_init_abi OS ABI handlers.
2315 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2316 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2317
2318 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2319
2320 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2321 registers if the target really has them.
2322
2323 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2324
2325 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2326 than nbsd-tdep.h.
2327
2328 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2329
2330 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2331 list.
2332 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2333 (alphanbsd_skip_sigtramp_frame): New functions.
2334 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2335 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2336 to alphanbsd_sigcontext_addr.
2337
2338 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2339
2340 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2341 list.
2342 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2343 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2344 nbsd_pc_in_sigtramp.
2345 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2346 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2347 * nbsd-tdep.c: Include gdb_string.h.
2348 (nbsd_pc_in_sigtramp): New function.
2349 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2350 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2351 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2352 ppcnbsd_pc_in_sigtramp.
2353 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2354 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2355 shnbsd_pc_in_sigtramp.
2356 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2357 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2358 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2359
2360 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2361
2362 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2363 watchpoints to NULL.
2364 (insert_breakpoints): set val field of watchpoints if NULL.
2365
2366
2367 2002-08-29 Jim Blandy <jimb@redhat.com>
2368
2369 * symtab.c (lookup_symbol_aux): In the cases where we find a
2370 minimal symbol of an appropriate name and use its address to
2371 select a symtab to read and search, use `name' (as passed to us)
2372 as the demangled name when searching the symtab's global and
2373 static blocks, not the minsym's name.
2374
2375 2002-08-29 Keith Seitz <keiths@redhat.com>
2376
2377 * stack.c (print_frame_info_base): Always set current_source_symtab
2378 and current_source_line.
2379
2380 2002-08-29 Donn Terry <donnte@microsoft.com>
2381
2382 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2383
2384 2002-08-28 Keith Seitz <keiths@redhat.com>
2385
2386 * stack.c (select_frame): Add FIXME concerning selected-frame
2387 events.
2388 (select_frame_command): Send selected-frame-level-changed
2389 event notification, but only if the level actually changed.
2390 (up_silently_base): Add selected-frame-level-changed event
2391 notification.
2392 (down_silently_base): Likewise.
2393
2394 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2395
2396 * Makefile.in: Update dependencies for all gdb/*.c files.
2397
2398 2002-08-27 Tom Tromey <tromey@redhat.com>
2399
2400 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2401 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2402 Update dependencies.
2403 * i387-tdep.c: Include gdb_string.h.
2404 * osabi.c: Likewise.
2405 * i386-linux-nat.c: Likewise.
2406 * lin-lwp.c: Likewise.
2407 * ax-gdb.c: Likewise.
2408 * signals/signals.c: Likewise.
2409 * jv-valprint.c: Likewise.
2410 * p-lang.c: Likewise.
2411 * c-valprint.c: Likewise.
2412 * cp-abi.c: Likewise.
2413
2414 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2415
2416 * cli/cli-script.h (copy_command_lines): Export.
2417 * breakpoint.c: Include cli/cli-script.h.
2418 * Makefile.in (breakpoint.o): Update dependencies.
2419
2420 2002-08-26 Michael Snyder <msnyder@redhat.com>
2421
2422 * breakpoint.c (insert_breakpoints): Protect all references
2423 to 'process_warning'. Shorten long lines.
2424
2425 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2426
2427 * cli/cli-script.c (copy_command_lines): New function.
2428 * defs.h (copy_command_lines): Export.
2429 * testsuite/gdb.base/commands.exp: New tests for commands
2430 attached to a temporary breakpoint, and for commands that
2431 delete the breakpoint they are attached to.
2432
2433 2002-08-26 Michael Snyder <msnyder@redhat.com>
2434
2435 * breakpoint.c (bpstat_stop_status): Instead of copying the
2436 pointer to the breakpoint commands struct, make a new copy
2437 of the struct and point to that.
2438 (bpstat_clear): Free the commands struct.
2439 (bpstat_clear_actions): Free the commands struct.
2440 (bpstat_do_actions): Free the command actions. Also execute
2441 the local cleanups, instead of deleting them.
2442 (delete_breakpoint): Leave the commands field of the bpstat
2443 chain alone -- it will be freed later.
2444
2445 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2446
2447 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2448 deleted in 2002-08-20 commit. This function is still used by
2449 ppc-linux-nat.c.
2450
2451 2002-08-26 Keith Seitz <keiths@redhat.com>
2452
2453 * gdb-events.sh: Add selected-frame-level-changed event.
2454 * gdb-events.c: Regenerated.
2455 * gdb-events.h: Regenerated.
2456
2457 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2458
2459 Fix PR gdb/393:
2460 * inflow.c (terminal_save_ours): New function to save terminal
2461 settings.
2462 * inferior.h (terminal_save_ours): Declare.
2463 * target.c (debug_to_terminal_save_ours): New function.
2464 (cleanup_target): Defaults to_terminal_save_ours.
2465 (update_current_target): Inherit to_terminal_save_ours.
2466 (setup_target_debug): Set to_terminal_save_ours.
2467 * target.h (target_terminal_save_ours): New to save terminal settings.
2468 (target_ops): New member to_terminal_save_ours.
2469 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2470 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2471 * inftarg.c (init_child_ops): Likewise.
2472 * m3-nat.c (init_m3_ops): Likewise.
2473 * procfs.c (init_procfs_ops): Likewise.
2474 * wince.c (init_child_ops): Likewise.
2475 * win32-nat.c (init_child_ops): Likewise.
2476 * sol-thread.c (init_sol_thread_ops): Likewise.
2477
2478 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2479
2480 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2481 use regcache_* functions.
2482 (i386_gdbarch_init): Set store_return_value instead of
2483 deprecated_store_return_value.
2484
2485 * regcache.c (regcache_raw_write_signed,
2486 regcache_raw_write_unsigned): New functions.
2487 * regcache.h (regcache_raw_write_signed,
2488 regcache_raw_write_unsigned): New prototypes.
2489
2490 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2491
2492 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2493 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2494 source file dependencies. Cleanup corresponding generator rules.
2495
2496 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2497
2498 * regcache.h (register_offset_hack): Declare.
2499 (regcache_cooked_read_using_offset_hack): Declare.
2500 (regcache_cooked_write_using_offset_hack): Declare.
2501
2502 * regcache.c (register_offset_hack): New function.
2503 (regcache_cooked_read_using_offset_hack): New function.
2504 (regcache_cooked_write_using_offset_hack): New function.
2505 (regcache_dump): Check that the registers, according to their
2506 offset, are packed hard against each other.
2507 (cooked_xfer_using_offset_hack): New function.
2508
2509 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2510
2511 * regcache.c (struct regcache_descr): Add field register_type.
2512 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2513 in as a parameter
2514 (init_regcache_descr): Initialize register_type. Pass the descr
2515 to init_legacy_regcache_descr. Use register_type instead of
2516 REGISTER_VIRTUAL_TYPE.
2517 (register_type): New function.
2518 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2519 * regcache.h (register_type): Declare.
2520
2521 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2522
2523 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2524 instead of deprecated_store_return_value. Fix fallout from
2525 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2526
2527 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2528
2529 * regcache.c (max_register_size): New function.
2530 (init_legacy_regcache_descr): Ensure that max_register_size is
2531 large enough for REGISTER_VIRTUAL_SIZE.
2532 * regcache.h (max_register_size): Declare.
2533
2534 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2535
2536 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2537 store_return_value.
2538 (e500_extract_return_value): Change type of valbuf pointer to
2539 void.
2540
2541 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2542
2543 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2544 workaround.
2545
2546 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2547 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2548 long long) to prevent compiler warning on 64-bit systems.
2549
2550 2002-08-23 Andrew Cagney <cagney@redhat.com>
2551
2552 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2553 (DEPRECATED_STORE_RETURN_VALUE): New method.
2554 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2555 * gdbarch.h, gdbarch.c: Re-generate.
2556
2557 * values.c (set_return_value): Pass current_regcache to
2558 STORE_RETURN_VALUE.
2559 * arch-utils.h (legacy_store_return_value): Declare.
2560 * arch-utils.c (legacy_store_return_value): New function.
2561 (legacy_extract_return_value): Update parameters.
2562
2563 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2564 STORE_RETURN_VALUE.
2565 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2566 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2567 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2568 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2569 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2570 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2571 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2572 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2573 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2574 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2575
2576 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2577 * i386-tdep.c (i386_extract_return_value): Update.
2578 * arch-utils.c (legacy_extract_return_value): Update.
2579 * frv-tdep.c (frv_gdbarch_init): Update.
2580 * cris-tdep.c (cris_gdbarch_init): Update.
2581 * d10v-tdep.c (d10v_gdbarch_init): Update.
2582 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2583 * m68k-tdep.c (m68k_gdbarch_init): Update.
2584 * mcore-tdep.c (mcore_gdbarch_init): Update.
2585 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2586 * s390-tdep.c (s390_gdbarch_init): Update.
2587 * sparc-tdep.c (sparc_gdbarch_init): Update.
2588 * sh-tdep.c (sh_gdbarch_init): Update.
2589 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2590 * v850-tdep.c (v850_gdbarch_init): Update.
2591 * avr-tdep.c (avr_gdbarch_init): Update.
2592 * ia64-tdep.c (ia64_gdbarch_init): Update.
2593 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2594 * vax-tdep.c (vax_gdbarch_init): Update.
2595 * alpha-tdep.c (alpha_gdbarch_init): Update.
2596 * arm-tdep.c (arm_gdbarch_init): Update.
2597 * mips-tdep.c (mips_gdbarch_init): Update.
2598 * i386-tdep.c (i386_gdbarch_init): Update.
2599
2600 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2601
2602 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2603 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2604
2605 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2606
2607 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2608 problems.
2609
2610 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2611
2612 * infrun.c (handle_inferior_event): Move a comment outside of a
2613 function call, in order to avoid indent reformatting this part
2614 of the code in an unreadable way.
2615
2616 2002-08-23 Grace Sainsbury <graces@redhat.com>
2617
2618 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2619 when breakpoints fail. Move general breakpoint error messages to
2620 insert_breakpoints.
2621 * breakpoint.c (insert_breakpoints): Change warnings when
2622 breakpoints are nto inserted to specify the type. Remove call to
2623 memory_error when hardware breakpoints can't be inserted. Remove
2624 multiple calls to warning so all messages are sent to the user at
2625 once.
2626 (delete_breakpoints): Make insert error messsages more explicit.
2627
2628 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2629
2630 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2631 gdbserver/ChangeLog.
2632
2633 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2634
2635 * i386-tdep.c: Include "objfiles.h".
2636 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2637 skip_trampoline_code.
2638 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2639 (CPLUS_MARKER): Define to '.'.
2640
2641 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2642 member.
2643 (linux_corefile_thread_callback): Increase args->num_notes.
2644 (linux_make_note_section): Initialize thread_args.num_notes, and
2645 use it to determine whether notes for any threads were created.
2646
2647 2002-08-23 Donn Terry <donnte@microsoft.com>
2648
2649 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2650 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2651 and PCUNKILL.
2652 (write_with_trace): Conditionalize out the switch branch handling
2653 PCSHOLD if the corresponding macro is not defined. Likewise for
2654 PRSABORT and PRSTOP.
2655 This change will be needed by the Interix port.
2656
2657 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2658
2659 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2660 write_register wherever possible instead of manipulating the
2661 register bytes directly.
2662 Assign VALUE_CONTENTS to a variable and use that.
2663 The GPR numbers are now dependent on the architecture.
2664
2665 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2666
2667 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2668 ev_offset fields.
2669 (skip_prologue): Add support for BookE/e500 instructions.
2670 (e500_extract_return_value): New function.
2671 (frame_get_saved_regs): Add support for saving ev registers and
2672 pseudo gpr's.
2673 (e500_store_return_value): New function.
2674 (rs6000_gdbarch_init): Move up default intializations of
2675 deprecated_extract_return_value and store_return_value. Overwrite
2676 init of store_return_value with e500 specific version.
2677 Set extract_return_value for e500.
2678
2679 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2680
2681 * blockframe.c (generic_call_dummy_register_unwind): Use
2682 regcache_cooked_read to catch cases in which the variable is
2683 stored in a pseudo register.
2684
2685 2002-08-22 Andrew Cagney <cagney@redhat.com>
2686
2687 * NEWS: Mention that the i960 has been made obsolete.
2688 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2689 i960-tdep.c
2690 (remote-nrom.o): Obsolete target.
2691 (remote-nindy.o, i960-tdep.o): Ditto.
2692 * remote-nrom.c: Make file obsolete.
2693 * remote-nindy.c, remote-vx960.c: Ditto.
2694 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2695 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2696 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2697 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2698 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2699 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2700 i960-*-vxworks* obsolete.
2701 * MAINTAINERS: Note that the i960 is obsolete.
2702
2703 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2704
2705 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2706 detach to allow reinitialization.
2707
2708 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2709
2710 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2711 attempt).
2712
2713 2002-08-22 Jim Blandy <jimb@redhat.com>
2714
2715 * coffread.c (coff_symfile_read): Don't try to read the line
2716 number table from disk if the image file doesn't have a symbol
2717 table; we'll never actually look at the info anyway, and Windows
2718 ships DLL's with bogus file offsets for the line number data.
2719
2720 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2721
2722 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2723 an e500 executable.
2724
2725 2002-08-21 Michael Snyder <msnyder@redhat.com>
2726
2727 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2728 (MSYMBOL_SIZE): Replace macro with function.
2729 (DEFAULT_MIPS_TYPE): Delete unused macro.
2730 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2731 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2732
2733 2002-08-21 Jim Blandy <jimb@redhat.com>
2734
2735 * valops.c (value_cast): Simplify and correct logic for doing a
2736 static cast from a pointer to a base class to a pointer to a
2737 derived class.
2738
2739 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2740
2741 * infcmd.c (default_print_registers_info): Replace
2742 do_registers_info.
2743 (registers_info): Use gdbarch_print_registers_info instead of
2744 DO_REGISTERS_INFO.
2745 * inferior.h (default_print_registers_info): Replace
2746 do_registers_info.
2747 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2748 (DO_REGISTERS_INFO): Change to a predicate function.
2749 * gdbarch.h, gdbarch.c: Regenerate.
2750
2751 2002-08-21 Keith Seitz <keiths@redhat.com>
2752
2753 * gdb-events.sh: Add target-changed event.
2754 * gdb-events.c: Regenerated.
2755 * gdb-events.c: Regenerated.
2756 * valops.c (value_assign): Add target-changed event notification
2757 to inlval_register, lval_memory, and lval_reg_frame_relative.
2758
2759 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2760
2761 * NEWS: Add an entry regarding the improvement of the next/step
2762 operation on Alpha Tru64 multi-processor machines.
2763
2764 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2765
2766 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2767 directores.
2768 * Makefile.in: Update all _h macro definitions.
2769 * Makefile.in (install-gdbtk): Move to install section.
2770 (rdi-share/libangsd.a): Move to end of file.
2771
2772 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2773
2774 * frame.c (frame_register_unwind): When a register, set addrp to
2775 the register's byte.
2776
2777 2002-08-20 Michael Snyder <msnyder@redhat.com>
2778
2779 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2780 used locally, so move them from the target machine header to here.
2781 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2782 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2783 Make static.
2784 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2785
2786 2002-08-20 Andrew Cagney <cagney@redhat.com>
2787
2788 * NEWS: Mention that the Apollo line was made obsolete.
2789 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2790 m68*-hp-hpux* obsolete.
2791 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2792 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2793 * buildsym.c (make_blockvector): Make static.
2794 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2795 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2796 (ALLDEPFILES): Remove dstread.c.
2797 (dstread.o): Obsolete make rule.
2798 * dstread.c: Makefile obsolete.
2799 * dst.h: Ditto.
2800 * config/m68k/hp300hpux.mt: Ditto.
2801 * config/m68k/hp300hpux.mh: Ditto.
2802 * config/m68k/hp300bsd.mt: Ditto.
2803 * config/m68k/hp300bsd.mh: Ditto.
2804 * config/m68k/apollo68b.mt: Ditto.
2805 * config/m68k/apollo68v.mh: Ditto.
2806 * config/m68k/apollo68b.mh: Ditto.
2807
2808 2002-08-20 Michael Snyder <msnyder@redhat.com>
2809
2810 * mips-tdep.c (mips_in_return_stub): Make static.
2811 (mips_gdbarch_init): Set in_solib_return_trampoline.
2812 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2813
2814 2002-08-20 Michael Snyder <msnyder@redhat.com>
2815
2816 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2817 * gdbarch.c, gdbarch.h: Regenerate.
2818 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2819 Add.
2820 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2821
2822 2002-08-20 Michael Snyder <msnyder@redhat.com>
2823
2824 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2825 (mips_gdbarch_init): Set skip_trampoline_code,
2826 in_solib_call_trampoline.
2827 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2828 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2829
2830 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2831
2832 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2833
2834 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2835 vector type for ev registers.
2836 (e500_pseudo_register_read): New function.
2837 (e500_pseudo_register_write): New function.
2838 (e500_dwarf2_reg_to_regnum): New function.
2839 (PPC_UISA_NOFP_SPRS): New macro.
2840 (PPC_EV_REGS): New macro.
2841 (PPC_GPRS_PSEUDO_REGS): New macro.
2842 (registers_e500): New register set for e500.
2843 (variants): Add e500 variant.
2844 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2845 before setting architectural dependent variations. Initialize ev
2846 registers numbers. Add case for e500 architecture. Set the
2847 number of pseudo registers.
2848
2849 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2850
2851 * rs6000-tdep.c: Clean up comments.
2852
2853 2002-08-20 Andrew Cagney <cagney@redhat.com>
2854
2855 * h8300-tdep.c: Re-indent file.
2856
2857 2002-08-20 Jim Blandy <jimb@redhat.com>
2858
2859 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2860 default for this.
2861
2862 2002-08-20 Keith Seitz <keiths@redhat.com>
2863
2864 * breakpoints.c (watch_command_1): Use internal breakpoint
2865 when setting a watchpoint_scope breakpoint.
2866
2867 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2868
2869 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2870 (build_builtin_type_vec64i): Ditto.
2871 (build_builtin_type_vec128): Ditto.
2872 (build_builtin_type_vec128i): Ditto.
2873
2874 2002-08-19 Michael Snyder <msnyder@redhat.com>
2875
2876 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2877 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2878 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2879 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2880 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2881 CALL_DUMMY_ADDRESS): Delete.
2882 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2883 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2884 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2885 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2886 push_return_address.
2887 (mips_register_raw_size, mips_eabi_use_struct_convention,
2888 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2889 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2890 mips_init_extra_frame_info, mips_eabi_push_arguments,
2891 mips_n32n64_push_arguments, mips_push_return_address,
2892 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2893 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2894
2895 2002-08-19 Michael Snyder <msnyder@redhat.com>
2896
2897 * mips-tdep.c (mips_frame_num_args): New function.
2898 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2899 frame_saved_pc, frame_args_address, frame_locals_address,
2900 frame_num_args, and frame_args_skip.
2901 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2902 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2903 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2904 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2905
2906 2002-08-20 Michael Snyder <msnyder@redhat.com>
2907
2908 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2909 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2910 * mips-tdep.c (mips_store_struct_return): New function.
2911 (mips_extract_struct_value_address): New function.
2912 (mips_gdbarch_init): Set store_struct_return and
2913 extract_struct_value_address.
2914
2915 2002-08-20 David Carlton <carlton@math.stanford.edu>
2916
2917 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2918 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2919 (read_file_scope): Check that line_header is nonzero before
2920 decoding macro information.
2921
2922 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2923
2924 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2925 flag the general-purpose registers as floating-point on targets
2926 that don't support the floating-point registers.
2927
2928 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2929
2930 * rs6000-tdep.c (altivec_register_p): Delete.
2931 (rs6000_do_altivec_registers): Delete.
2932 (rs6000_altivec_registers_info): Delete.
2933 (rs6000_do_registers_info): Delete.
2934 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2935 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2936
2937 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2938
2939 * infcmd.c (do_registers_info): Print vector registers in hex
2940 format only.
2941 (print_vector_info): Check that printing registers
2942 makes sense.
2943 (print_float_info): Ditto.
2944
2945 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2946
2947 * mips-tdep.c (mips_gdbarch_init): Update.
2948 (mips_o32_extract_return_value): Rewrite.
2949 (mips_o32_store_return_value): Rewrite.
2950 (mips_o32_xfer_return_value): New function.
2951 (mips_xfer_register): Tweak debug print message. Allow for
2952 buf_offset when dumping the value transfered.
2953
2954 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2955
2956 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2957 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2958 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2959 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2960 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2961
2962 2002-08-14 Michael Snyder <msnyder@redhat.com>
2963
2964 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2965
2966 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2967
2968 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2969 register.
2970 (P): New macro to define a register as a pseudo register.
2971 (R, R4, R8, R16, FR32, R64, R0): Updated.
2972 (struct variant): Add new fields for number of pseudo registers
2973 and number of total registers.
2974 (tot_num_registers): New macro replacing....
2975 (num_registers): ...deleted macro.
2976 (num_registers): New function.
2977 (num_pseudo_registers): New function.
2978 (variants): Update all variants to intialize new fields correctly.
2979 Postpone initialization of number of pseudo regs and real regs.
2980 (init_variants): New function.
2981 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2982 registers offsets.
2983
2984 2002-08-19 David Carlton <carlton@math.stanford.edu>
2985
2986 * valops.c (search_struct_field): Change error message to treat
2987 return value of 0 from value_static_field as meaning that field is
2988 optimized out.
2989 (value_struct_elt_for_reference): Ditto.
2990 * values.c (value_static_field): Treat an unresolved location the
2991 same as a nonexistent symbol. Fix PR gdb/635.
2992 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2993 enclosed. Fix PR gdb/574.
2994 * MAINTAINERS: Add self to Write After Approval list.
2995
2996 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2997
2998 * mips-tdep.c (mips_xfer_register): New function.
2999 (mips_n32n64_extract_return_value): Rewrite.
3000 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3001 instead of deprecated_extract_return_value.
3002
3003 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3004
3005 * rs6000-tdep.c (TDEP): Delete macro.
3006 (branch_dest): Replace use of TDEP macro with its body.
3007 (rs6000_pop_frame): Ditto.
3008 (rs6000_push_arguments): Ditto.
3009 (rs6000_skip_trampoline_code): Ditto.
3010 (rs6000_frame_saved_pc): Ditto.
3011 (rs6000_frame_chain): Ditto.
3012 (rs6000_register_name): Ditto.
3013 (rs6000_register_byte): Ditto.
3014 (rs6000_register_raw_size): Ditto.
3015 (rs6000_register_virtual_type): Ditto.
3016 (rs6000_register_convertible): Ditto.
3017 (rs6000_convert_from_func_ptr_addr): Ditto.
3018
3019 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3020
3021 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3022 conditionally.
3023 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3024 MIPS_LINUX_JB_ELEMENT_SIZE.
3025 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3026 for MAX_REGISTER_RAW_SIZE arrays.
3027 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3028 MIPS_LINUX_JB_ELEMENT_SIZE.
3029
3030 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3031
3032 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3033
3034 2002-08-19 Aidan Skinner <aidan@velvet.net>
3035
3036 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3037 ada-valprint.c ada-tasks.c.
3038 (YYFILES): Add ada-exp.y.
3039 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3040 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3041 (ada-exp.tab.o): New target.
3042
3043 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3044
3045 * regcache.c (regcache_xfer_part): New function.
3046 (regcache_raw_read_part): New function.
3047 (regcache_raw_write_part): New function.
3048 (regcache_cooked_read_part): New function.
3049 (regcache_cooked_write_part): New function.
3050 * regcache.h (regcache_raw_read_part): Declare.
3051 (regcache_raw_write_part): Declare.
3052 (regcache_cooked_read_part): Declare.
3053 (regcache_cooked_write_part): Declare.
3054
3055 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3056
3057 * remote.c (remote_open_1): Add async_p.
3058 (remote_async_open_1): Delete.
3059 (open_remote_target): Delete.
3060 (remote_open, extended_remote_open): Update calls to remote_open_1.
3061 (remote_async_open, extended_remote_async_open): Call
3062 remote_open_1 instead of remote_async_open_1.
3063
3064 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3065
3066 * blockframe.c: Fix a few coding standard violations.
3067
3068 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3069
3070 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3071 here from ...
3072 * config/i386/tm-i386sco5.h: ... here. File removed.
3073 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3074
3075 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3076 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3077 (TM_FILE): Set to tm-i386.h.
3078 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3079 * config/i386/tm-i386v.h: Remove file.
3080 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3081 instead of "i386/tm-i386v.h".
3082 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3083 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3084 "i386/tm-i386v.h".
3085 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3086 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3087 "i386/tm-i386.h".
3088
3089 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3090
3091 * config/i386/nm-i386v.h: Add protection against
3092 multiple-inclusion.
3093 (i386_register_u_addr): Remove prototype.
3094 (register_u_addr): New prototype.
3095 (REGISTER_U_ADDR): Redefine accordingly.
3096 * i386v-nat.c: Improve several comments.
3097 (i386_register_u_addr): Change signature and rename to
3098 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3099 ubase variable.
3100
3101 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3102
3103 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3104 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3105 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3106 deprecated_extract_return_value.
3107 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3108 rename mips_o32o64_push_arguments.
3109 (mips_gdbarch_init): Update.
3110 (mips_extract_return_value): Delete.
3111 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3112 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3113 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3114 (mips_n32n64_extract_return_value): Clone
3115 mips_extract_return_value.
3116 (mips_store_return_value): Delete.
3117 (mips_o32_store_return_value): Clone mips_store_return_value.
3118 (mips_o64_store_return_value): Clone mips_store_return_value.
3119 (mips_eabi_store_return_value): Clone mips_store_return_value.
3120 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3121
3122 2002-08-18 Aidan Skinner <aidan@velvet.net>
3123
3124 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3125 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3126
3127 2002-08-18 Aidan Skinner <aidan@velvet.net>
3128
3129 * ada-lang.c: Run through gdb_indent.sh.
3130 * ada-lang.h: Run through gdb_indent.sh.
3131 * ada-tasks.c: Run through gdb_indent.sh.
3132 * ada-typeprint.c: Run through gdb_indent.sh.
3133 * ada-valprint.c: Run through gdb_indent.sh.
3134
3135 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3136
3137 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3138 ABI.
3139
3140 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3141
3142 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3143
3144 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3145 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3146
3147 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3148 write_register_gen instead of write_register_bytes.
3149
3150 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3151 i[3456]-*-osf1mk* configurations have been made obsolete.
3152 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3153 i[3456]86-*-osf1mk* hosts obsolete.
3154 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3155 targets obsolete.
3156 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3157 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3158 config/i386/i386m3.mt, config/i386/nm-m3.h,
3159 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3160 config/i386/i386mk.mh, config/i386/i386mk.mt,
3161 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3162 obsolete.
3163 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3164 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3165 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3166
3167 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3168
3169 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3170 (hppa_value_returned_from_stack): Declare.
3171 (hppa_extract_return_value): Declare.
3172 * config/pa/hppa.mt: New file.
3173 * configure.tgt: Recognize hppa*-*-*.
3174 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3175
3176 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3177
3178 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3179 comment.
3180
3181 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3182
3183 * top.c (gdb_rl_operate_and_get_next): Make sure
3184 operate-and-get-next functions correctly even when the history
3185 list is completely filled.
3186
3187 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3188
3189 * MAINTAINERS (Target Instruction Set Architectures): Rename
3190 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3191 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3192 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3193 already listed under Host/Native.
3194
3195 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3196 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3197 mips*-*-*.
3198
3199 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3200
3201 * config/ia64/ia64.mt: New file.
3202 * config/alpha/alpha.mt: New file.
3203 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3204 ia64-linux-gnu. Mention that ia64-elf is broken.
3205 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3206
3207 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3208
3209 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3210 generic_func_frame_valid instead of func_frame_valid.
3211
3212 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3213
3214 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3215 procfs appears to be broken when debugging on multi-processor
3216 machines. So enable software single stepping in order to avoid
3217 using the procfs interface to do next/step operations, using
3218 internal breakpoints instead.
3219
3220 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3221 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3222 make this pc address equal to the value it would have if the
3223 system stepping capability was used. Also set a new flag used
3224 to ensure that we don't readjust the PC one more time later.
3225
3226 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3227 address by DECR_PC_AFTER_BREAK when software single step is
3228 in use for this architecture, as this has already been taken
3229 care of in handle_inferior_event().
3230
3231 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3232
3233 * infrun.c (handle_inferior_event): Minor reformatting, to make
3234 a rather long condition expression easier to read.
3235
3236 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3237
3238 * Makefile.in (gdbtk.o): Move to end of file.
3239 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3240 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3241 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3242 (gdbtk-wrapper.o, gdbres.o): Ditto.
3243
3244 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3245
3246 * Makefile.in (copying.o): Separate out compile rule.
3247 (hpux-thread.o, procfs.o, signals.o): Ditto.
3248 (v850ice.o, z8k-tdep.o): Ditto.
3249 (tui-file.o): Move to TUI section.
3250 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3251 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3252
3253 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3254
3255 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3256 skip_trampoline_code, for better namespace-proofing.
3257
3258 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3259
3260 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3261
3262 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3263
3264 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3265
3266 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3267 signal, check whether we hit a breakpoint before checking for a
3268 single step breakpoint. Otherwise, GDB fails to notice that a
3269 breakpoint has been hit when stepping onto a breakpoint.
3270
3271 2002-08-16 Keith Seitz <keiths@redhat.com>
3272
3273 * gdb-events.sh (clear_gdb_event_hooks): New function.
3274 * gdb-events.c: Regenerate.
3275 * gdb-events.h: Regenerate.
3276
3277 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3278
3279 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3280 not_a_sw_breakpoint.
3281 * breakpoint.h (bpstat_stop_status): Add parameter names.
3282
3283 2002-08-16 Grace Sainsbury <graces@redhat.com>
3284
3285 * remote.c (remote_insert_hw_breakpoint)
3286 (remote_remove_hw_breakpoint): Fix calculation of length field
3287 for Z-packet.
3288
3289 2002-08-15 Michael Snyder <msnyder@redhat.com>
3290
3291 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3292 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3293 (supply_fpregset): Ditto.
3294
3295 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3296 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3297 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3298 (TARGET_READ_SP): Delete.
3299 (DO_REGISTERS_INFO): Delete.
3300 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3301 Delete.
3302 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3303 from macros to functions.
3304
3305 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3306 (mips_register_convertible, mips_register_convert_to_virtual,
3307 mips_register_convert_to_raw): Make static.
3308 (mips_read_sp): New function.
3309 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3310 (mips_do_registers_info): Make static.
3311 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3312 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3313 (mips_register_convert_from_type, mips_register_convert_to_type):
3314 New functions.
3315 (mips_gdbarch_init): Set up function_start_offset,
3316 register_virtual_size, pc_in_sigtramp.
3317
3318 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3319
3320 * infcmd.c (vector_info): New function.
3321 (_initialize_infcmd): Add command "info vector".
3322 (print_vector_info): New function.
3323
3324 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3325 * gdbarch.h, gdbarch.c: Regenerate.
3326
3327 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3328
3329 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3330 ``print_all''. Only print vector registers when ``print_all''.
3331
3332 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3333
3334 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3335 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3336
3337 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3338 Add `args' parameter.
3339 * gdbarch.h, gdbarch.c: Regenerate.
3340
3341 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3342
3343 * infcmd.c (float_info): Call print_float_info.
3344 (print_float_info): New function. By default, print the
3345 floating-point registers.
3346
3347 * arch-utils.h (default_print_float_info): Delete declaration.
3348 * arch-utils.c (default_print_float_info): Delete function.
3349
3350 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3351
3352 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3353 out define.
3354
3355 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3356 FRAME.
3357
3358 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3359 * configure.host: Make i[3456]86-*-aix host obsolete.
3360 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3361 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3362 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3363 config/i386/xm-i386aix.h: Make files obsolete.
3364 * i386aix-nat.c: Make file obsolete.
3365 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3366 (i386aix-nat.o): Make target obsolete.
3367
3368 * config/i386/nm-gnu.h: Removed.
3369 * config/i386/nm-i386gnu.h: New file.
3370 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3371 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3372 Moved here from ...
3373 * config/i386/tm-i386gnu.h: ... here. Removed.
3374 * config/i386/xm-i386gnu.h: Removed.
3375 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3376 (NAT_FILE): Set to nm-i386gnu.h.
3377 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3378 * i386-tdep.c: New file.
3379 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3380 (i386gnu-tdep.o): Specify dependencies.
3381
3382 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3383
3384 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3385 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3386 Adjust a few comments to reflect reality a bit closer.
3387 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3388 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3389 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3390 target_insert_watchpoint, target_remove_watchpoint):
3391 Move defines to ...
3392 * config/i386/nm-i386sco5.h: ... here.
3393 (kernel_u_size): Add prototype. Improve a few comments and add
3394 protection against multiple inclusion.
3395
3396 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3397 out define.
3398
3399 * uw-thread.c (SP_ARG0): Define if not already defined.
3400 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3401
3402 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3403
3404 * config/i386/tm-i386.h: Don't include "regcache.h".
3405
3406 * i387-tdep.h (i387_print_float_info): New prototype.
3407 * i387-tdep.c (print_i387_value, print_i387_ext,
3408 print_i387_status_word, print_i387_control_word): Add `struct
3409 ui_file *' argument and use it for output.
3410 (i387_print_float_info): Renamed from i387_float_info. Add
3411 `struct gdbarch *' and `struct ui_file *' arguments and use the
3412 latter for output.
3413 * i386-tdep.c: Include "i387-tdep.h".
3414 (i386_gdbarch_init): Set print_float_info.
3415 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3416 (FLOAT_INFO): Remove define.
3417
3418 2002-08-13 Michael Snyder <msnyder@redhat.com>
3419
3420 * mips-tdep.c (mips_push_arguments): Rename to
3421 mips_eabi_push_arguments, and tune for EABI.
3422 (MIPS_REGS_HAVE_HOME_P): Delete.
3423 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3424 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3425 Delete references to mips_regs_have_home_p.
3426
3427 2002-08-14 Keith Seitz <keiths@redhat.com>
3428
3429 * Makefile.in (install-gdbtk): Create insight plugin directory.
3430 Install plugins.tcl file.
3431
3432 2002-08-14 Keith Seitz <keiths@redhat.com>
3433
3434 * configure.in: Move SUBDIRS to near top of the file so that
3435 --enable options may add things to it.
3436 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3437 * configure: Regenerate.
3438
3439 2002-08-13 Michael Snyder <msnyder@redhat.com>
3440
3441 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3442 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3443 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3444
3445 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3446
3447 * vax-tdep.c (vax_get_saved_register): Delete function.
3448 (vax_gdbarch_init): Update.
3449 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3450 (ns32k_gdbarch_init): Update.
3451 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3452 (alpha_gdbarch_init): Update.
3453
3454 2002-08-13 Andrew Cagney <cagney@redhat.com>
3455
3456 * regcache.c (init_regcache_descr): Overallocate the
3457 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3458 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3459 nr_raw_registers.
3460 (set_register_cached): Add range checking assertions. Use
3461 current_regcache.
3462
3463 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3464
3465 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3466 numbers for MMX registers.
3467
3468 2002-08-13 Andrew Cagney <cagney@redhat.com>
3469
3470 * i386-tdep.c (i386_gdbarch_init): Use
3471 generic_unwind_get_saved_register.
3472
3473 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3474
3475 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3476 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3477 target vector.
3478 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3479 Delete. Add comment regarding this now-deleted target method.
3480
3481 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3482
3483 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3484 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3485 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3486 real PC and the page number (if it's within the memory bank window).
3487 (m68hc11_pseudo_register_write): Likewise when saving.
3488 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3489 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3490 (m68hc11_register_raw_size): And use 32-bit for it.
3491 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3492 16K memory bank is used by the prog; also use the virtual pc.
3493
3494 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3495
3496 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3497 (m68hc11_gdbarch_init): Install it in gdbarch.
3498 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3499 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3500 (MSYMBOL_SIZE): New for documentation.
3501 (insn_return_kind): Enum to specify how a function returns.
3502 (frame_extra_info): Cleanup and record the return mode.
3503 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3504 register in address computation.
3505 (m68hc11_get_return_insn): New to obtain the return instruction used
3506 by the function.
3507 (m68hc11_frame_init_saved_regs): Take into account the return
3508 instruction used by the function for far and interrupt functions.
3509 (m68hc11_init_extra_frame_info): Take into account page register.
3510 (m68hc11_frame_args_address): Adjust according to the return mode.
3511 (show_regs): Print page register only when it's used.
3512
3513 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3514
3515 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3516 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3517 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3518 registers.
3519 (m68hc11_register_raw_size): Likewise.
3520
3521 2002-08-13 Andrew Cagney <cagney@redhat.com>
3522
3523 * i386-tdep.c (i386_register_name): Handle mmx registers.
3524 (mmx_regnum_p): New function.
3525 (i386_mmx_names): New array.
3526 (mmx_num_regs): New variable.
3527 (i386_pseudo_register_read): New function.
3528 (i386_pseudo_register_write): New function.
3529 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3530
3531 * regcache.c (regcache_raw_read_unsigned): New function.
3532 (regcache_raw_read_signed): New function.
3533 * regcache.h (regcache_raw_read_unsigned): Declare.
3534 (regcache_raw_read_signed): Declare.
3535
3536 2002-08-13 Andrew Cagney <cagney@redhat.com>
3537
3538 * regcache.c (regcache_raw_read_as_address): Delete function.
3539 (regcache_cooked_read_signed): New function.
3540 (regcache_cooked_read_unsigned): New function.
3541 * regcache.h (regcache_cooked_read_signed): Declare.
3542 (regcache_cooked_read_unsigned): Declare.
3543 (regcache_raw_read_as_address): Delete declaration.
3544
3545 * blockframe.c (generic_read_register_dummy): Use
3546 regcache_cooked_read_unsigned.
3547 * i386-tdep.c (i386_extract_struct_value_address): Use
3548 regcache_cooked_read_unsigned.
3549
3550 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3551
3552 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3553 double sizes according to ELF ABI flags.
3554 (gdbarch_tdep): Record elf_flags.
3555
3556 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3557
3558 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3559 (m6812_prolog): They can appear in 68HC12 function prologue.
3560 (m68hc11_frame_chain): Cleanup.
3561
3562 2002-08-12 Andrew Cagney <cagney@redhat.com>
3563
3564 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3565 declarations.
3566 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3567 (i386_linux_register_raw_size): Delete function.
3568 (i386_linux_init_abi): Update.
3569 * i386-tdep.c (i386_register_raw_size): Delete function.
3570 (i386_register_byte): Delete function.
3571 (i386_gdbarch_init): Update.
3572 (i386_register_size): Delete array.
3573 (i386_register_offset): Delete array.
3574
3575 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3576 (REGISTER_RAW_SIZE): Delete macro.
3577 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3578 (REGISTER_BYTE): Delete macro.
3579
3580 2002-08-11 Aidan Skinner <aidan@velvet.net>
3581
3582 * ada-lang.c (ada_lookup_partial_symbol)
3583 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3584 prototype names so that grep ^func works properly.
3585
3586 * ada-lang.c (ada_array_element_type)
3587 (ada_lookup_partial_symbol): Fix typos in parameter list.
3588
3589 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3590 Fix prototype names so that grep ^func works properly.
3591
3592 2002-08-10 Andrew Cagney <cagney@redhat.com>
3593 Elena Zannoni <ezannoni@redhat.com>
3594 Martin M. Hunt <hunt@redhat.com>
3595
3596 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3597 (build_builtin_type_vec128i): Set the vector bit.
3598 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3599 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3600 (build_builtin_type_vec64): New function.
3601 (build_builtin_type_vec64i): New function.
3602 (build_gdbtypes): Initialize builtin_type_vec64 and
3603 builtin_type_vec64i.
3604
3605 2002-08-09 Andrew Cagney <cagney@redhat.com>
3606
3607 * regcache.c (regcache_dump): Compare the register offset
3608 with REGISTER_BYTE.
3609 * arch-utils.c (generic_register_byte): New function.
3610 * arch-utils.h (generic_register_byte): Declare.
3611 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3612 * gdbarch.h, gdbarch.c: Regenerate.
3613
3614 2002-08-09 Andrew Cagney <cagney@redhat.com>
3615
3616 * regcache.c: Include "gdbcmd.h"
3617 (_initialize_regcache): Add commands "maintenance print
3618 registers", "maintenance print raw-registers" and "maintenance
3619 print cooked-registers".
3620 (enum regcache_dump_what): Define.
3621 (dump_endian_bytes): New function.
3622 (regcache_dump): New function.
3623 (regcache_print): New function.
3624 (maintenance_print_registers): New function.
3625 (maintenance_print_raw_registers): New function.
3626 (maintenance_print_cooked_registers): New function.
3627 * Makefile.in (regcache.o): Update dependencies.
3628
3629 2002-08-09 Michael Snyder <msnyder@redhat.com>
3630
3631 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3632 (mips_push_arguments): Correct some comments. Use paddr_nz
3633 for printing addresses in debug output. Replace static
3634 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3635 (mips_n32n64_push_arguments): New function, cloned from
3636 mips_push_arguments and tuned for the n32/n64 ABI.
3637 (mips_push_register): Buffer needs dynamic allocation.
3638 (mips_print_register): Ditto.
3639 (do_gp_register_row): Ditto.
3640 (mips_store_return_value): Ditto.
3641 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3642
3643 2002-08-09 Don Howard <dhoward@redhat.com>
3644
3645 * memattr.c (mem_info_command): Print special case of upper bound
3646 as max CORE_ADDR + 1.
3647
3648 2002-08-08 Michael Snyder <msnyder@redhat.com>
3649
3650 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3651 returns structs by ref if they're too big to fit in two registers.
3652
3653 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3654
3655 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3656 saved regs value.
3657 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3658 mips_find_saved_regs().
3659 (mips_pop_frame): Likewise.
3660
3661 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3662
3663 * blockframe.c (frame_saved_regs_register_unwind): Revise
3664 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3665 frames are in use.
3666
3667 2002-08-09 Grace Sainsbury <graces@redhat.com>
3668
3669 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3670 T-packets; the 'a' is not taken as a register number.
3671 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3672 (remote_stopped_data_address): New functions; add to target
3673 vector.
3674 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3675 prototypes to match other implementations of this
3676 function. replace integer argument with pointer -- the length
3677 field in the Z-packet is the length of what is pointed to or 1 if
3678 pointer is null. Add to target vector.
3679 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3680 target vector.
3681
3682 From Mark Salter:
3683 * remote.c (remote_wait): Add support to extract optional
3684 watchpoint information from T-packet. Ignore unrecognized
3685 optional info in T-packet.
3686 (remote_async_wait): Ditto.
3687
3688 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3689
3690 * cli/cli-dump.c: Change fopen modes to use binary open modes
3691 as defined in include/fopen-bin.h throughout.
3692
3693 2002-08-08 Michael Snyder <msnyder@redhat.com>
3694
3695 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3696
3697 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3698
3699 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3700 assertion failure by returning early after a warning.
3701
3702 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3703
3704 * mips-tdep.c (mips_find_saved_regs): Make static.
3705 (mips_frame_init_saved_regs): New function.
3706 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3707 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3708 (mips_find_saved_regs): Delete declaration.
3709
3710 2002-08-08 Grace Sainsbury <graces@redhat.com>
3711
3712 * remote.c (remote_wait, remote_async_wait): Change
3713 thread_num from int to ULONGEST.
3714 (unpack_varlen_hex): Change result parameter from
3715 int * to ULONGEST *.
3716
3717 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3718
3719 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3720 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3721 powerpc*-*-*.
3722 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3723
3724 2002-08-08 Andrew Cagney <cagney@redhat.com>
3725
3726 * gcore.c (override_derive_stack_segment): Delete variable.
3727 (preempt_derive_stack_segment): Delete function.
3728 (derive_stack_segment): Delete function.
3729 (default_derive_stack_segment): Renamed to derive_stack_segment.
3730 (override_derive_heap_segment): Delete variable.
3731 (preempt_derive_heap_segment): Delete function.
3732 (derive_heap_segment): Delete function.
3733 (default_derive_heap_segment): Rename to derive_heap_segment.
3734
3735 2002-08-06 Michael Snyder <msnyder@redhat.com>
3736
3737 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3738 * mips-tdep.c (mips_EABI_use_struct_convention,
3739 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3740 New functions. (mips_use_struct_convention): Delete.
3741 (mips_gdbarch_init): set use_gdbarch_convention.
3742
3743 2002-08-06 Michael Snyder <msnyder@redhat.com>
3744
3745 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3746 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3747 mips_o32_reg_struct_has_addr): New functions.
3748 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3749
3750 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3751
3752 * regcache.c (pseudo_register): Delete function.
3753 (fetch_register): Delete function.
3754 (store_register): Delete function.
3755 (regcache_raw_read, legacy_read_register_gen): Use
3756 target_fetch_registers instead of fetch_register.
3757 (legacy_write_register_gen, regcache_raw_write): Use
3758 target_store_register instead of store_register.
3759 (write_register_bytes): Ditto.
3760
3761 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3762 (STORE_PSEUDO_REGISTER): Delete.
3763 * gdbarch.h, gdbarch.c: Regenerate.
3764
3765 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3766
3767 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3768 write dump file binary.
3769
3770 2002-08-05 Michael Snyder <msnyder@redhat.com>
3771
3772 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3773 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3774 (mips_gdbarch_init): Set N32 target to be mips64.
3775
3776 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3777
3778 * frame.c (find_saved_register): Break out of loop once saved
3779 register address is found. Don't mention sparc in loop comment
3780 anymore.
3781
3782 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3783
3784 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3785 mips_default_saved_regsize to 8.
3786
3787 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3788
3789 * gcore.c: Do not include <sys/procfs.h>.
3790 * Makefile.in (gcore.o): Update dependencies.
3791
3792 2002-08-06 Andrew Cagney <cagney@redhat.com>
3793
3794 * configure.tgt: Make arc-*-* obsolete.
3795 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3796 * MAINTAINERS: Make arc-elf obsolete.
3797 * arc-tdep.c: Make file obsolete.
3798 * config/arc/arc.mt: Ditto.
3799 * config/arc/tm-arc.h: Ditto.
3800
3801 2002-08-05 Theodore A. Roth <troth@verinet.com>
3802
3803 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3804
3805 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3806
3807 * mcore-tdep.c (mcore_gdbarch_init): Use
3808 generic_unwind_get_saved_register instead of
3809 generic_get_saved_register.
3810 * v850-tdep.c (v850_gdbarch_init): Ditto.
3811 * frv-tdep.c (frv_gdbarch_init): Ditto.
3812 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3813 * s390-tdep.c (s390_gdbarch_init): Ditto.
3814 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3815 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3816 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3817
3818 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3819
3820 * objfiles.h: Add missing #include "symfile.h"
3821
3822 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3823
3824 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3825
3826 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3827 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3828 of FIELD_BITSIZE.
3829
3830 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3831
3832 * NEWS: Cleanup and nitpick.
3833
3834 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3835
3836 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3837
3838 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3839
3840 * Makefile.in (gdbtk-bp.o): Update dependencies.
3841 (gdbtk-register.o): Ditto.
3842 (gdbtk-varobj.o): Ditto.
3843
3844 2002-08-03 Andrew Cagney <cagney@redhat.com>
3845
3846 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3847 m68hc11_fetch_pseudo_register.
3848 (m68hc11_pseudo_register_write): Replace
3849 m68hc11_store_pseudo_register.
3850 (m68hc11_gdbarch_init): Update.
3851
3852 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3853
3854 * gdbarch.sh: Include "gdb_string.h".
3855 * gdbarch.c: Regenerate.
3856
3857 * regcache.c: Include "gdb_string.h".
3858 * ax-general.c: Ditto.
3859 * varobj.c: Ditto.
3860 * std-regs.c: Ditto.
3861 * fbsd-proc.c: Ditto.
3862 * thread.c: Ditto.
3863
3864 * Makefile.in (regcache.o): Update dependencies.
3865 (thread.o, gdbarch.o): Ditto.
3866 (ax-general.o, gdbarch.o): Ditto.
3867 (varobj.o, std-regs.o): Ditto.
3868 (fbsd-proc.o): Specify dependencies.
3869
3870 2002-08-02 Andrew Cagney <cagney@redhat.com>
3871
3872 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3873 regnum.
3874 (regcache_cooked_write): Ditto.
3875
3876 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3877
3878 * regcache.c (regcache_cooked_read): New function.
3879 (regcache_cooked_write): New function.
3880 (read_register_gen): Rewrite using regcache_cooked_read.
3881 (write_register_gen): Rewrite using regcache_cooked_write.
3882
3883 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3884 Declare.
3885
3886 2002-08-02 Andrew Cagney <cagney@redhat.com>
3887
3888 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3889 Replace the architecture methods register_read and register_write.
3890 * gdbarch.h, gdbarch.c: Regenerate.
3891 * regcache.c (init_regcache_descr): Update.
3892 (read_register_gen): Update.
3893 (write_register_gen): Update.
3894 (supply_register): Update comment.
3895
3896 * sh-tdep.c (sh_gdbarch_init): Update.
3897 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3898 `regcache' and `gdbarch' parameters. Make `buffer' a void
3899 pointer. Update code.
3900 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3901 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3902 void pointer. Update code.
3903 (sh64_register_write): Delete.
3904 (sh4_register_read): Delete.
3905 (sh64_register_read): Delete.
3906 (sh4_register_write): Delete.
3907 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3908 void pointer, `to' parameter a void pointer.
3909 (sh_sh64_register_convert_to_raw): Ditto.
3910
3911 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3912
3913 * mips-tdep.c (mips_register_virtual_type): Use architecture
3914 invariant return values.
3915
3916 2002-08-01 Andrew Cagney <cagney@redhat.com>
3917
3918 * linux-proc.c: Include "gdb_string.h".
3919 * Makefile.in (linux-proc.o): Update dependency list.
3920
3921 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3922
3923 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3924 comment.
3925
3926 2002-08-01 Grace Sainsbury <graces@redhat.com>
3927
3928 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3929 to_insert_watchpoint, to_remove_watchpoint,
3930 to_stopped_by_watchpoint, to_stopped_data_address,
3931 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3932 target vecctor. Define their corresponding macros so they call
3933 them.
3934
3935 * target.c: Add default and debug versions of for
3936 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3937 to_insert_watchpoint, to_remove_watchpoint,
3938 to_stopped_by_watchpoint, to_stopped_data_address,
3939 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3940
3941 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3942
3943 * mips-tdep.c (mips_register_virtual_type): New function.
3944 (mips_gdbarch_init): Register mips_register_virtual_type()
3945 with gdbarch machinery.
3946 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3947 this file instead of tm-bigmips.h.
3948 (MIPS_REGSIZE): Delete this macro.
3949 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3950 multiarch version in mips-tdep.c will be found.
3951
3952 2002-08-01 Andrew Cagney <cagney@redhat.com>
3953
3954 * NEWS: Menion that CHILL has been made obsolete.
3955
3956 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3957 * stabsread.c (read_range_type): Ditto.
3958 * gdbtypes.h: Ditto.
3959 * language.c (binop_type_check): Ditto.
3960 (binop_result_type): Ditto.
3961 (integral_type): Ditto.
3962 (character_type): Ditto.
3963 (string_type): Ditto.
3964 (boolean_type): Ditto.
3965 (structured_type): Ditto.
3966 (lang_bool_type): Ditto.
3967 (binop_type_check): Ditto.
3968 * language.h (_LANG_chill): Ditto.
3969 * dwarfread.c (set_cu_language): Ditto.
3970 * dwarfread.c (CHILL_PRODUCER): Ditto.
3971 * dwarfread.c (handle_producer): Ditto.
3972 * expression.h (enum exp_opcode): Ditto.
3973 * eval.c: Ditto for comments.
3974 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3975 * expprint.c (print_subexp): Ditto.
3976 (print_subexp): Ditto.
3977 * valops.c (value_cast): Ditto.
3978 (search_struct_field): Ditto.
3979 * value.h (COERCE_VARYING_ARRAY): Ditto.
3980 * symfile.c (init_filename_language_table): Ditto.
3981 (add_psymbol_with_dem_name_to_list): Ditto.
3982 * valarith.c (value_binop): Ditto.
3983 (value_neg): Ditto.
3984 * valops.c (value_slice): Ditto.
3985 * symtab.h (union language_specific): Ditto.
3986 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3987 (SYMBOL_DEMANGLED_NAME): Ditto.
3988 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3989 * defs.h (enum language): Ditto.
3990 * symtab.c (got_symtab): Ditto.
3991 * utils.c (fprintf_symbol_filtered): Ditto.
3992
3993 * ch-typeprint.c: Make file obsolete.
3994 * ch-valprint.c: Make file obsolete.
3995 * ch-lang.h: Make file obsolete.
3996 * ch-exp.c: Make file obsolete.
3997 * ch-lang.c: Make file obsolete.
3998
3999 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4000 CHILL_LIB.
4001 (TARGET_FLAGS_TO_PASS): Ditto.
4002 (CHILLFLAGS): Obsolete.
4003 (CHILL): Obsolete.
4004 (CHILL_FOR_TARGET): Obsolete.
4005 (CHILL_LIB): Obsolete.
4006 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4007 ch-valprint.c.
4008 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4009 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4010 ch-lang.o.
4011 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4012 targets.
4013
4014 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4015
4016 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4017 This does not change anything at the moment, but will be helpful
4018 later when full Ada support is integrated.
4019
4020 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4021
4022 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4023 help message.
4024
4025 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4026
4027 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4028 and save it in a local variable. Use variable in later test.
4029
4030 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4031
4032 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4033 test. (Thanks to Daniel Jacobowitz.)
4034
4035 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4036
4037 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4038 (mips_abi_strings): Add "n64".
4039 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4040
4041 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4042
4043 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4044 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4045
4046 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4047
4048 * utils.c (host_pointer_to_address, address_to_host_pointer):
4049 Use gdb_assert() instead of explicit call to internal_error().
4050
4051 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4052
4053 * Makefile.in (rs6000-nat.o): Update dependencies.
4054
4055 From Nicholas Duffek:
4056 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4057 (aix-thread.o): New rule.
4058 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4059 * config/powerpc/aix432.mh: New file.
4060
4061 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4062
4063 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4064 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4065 (fetch_core_registers, ppc_linux_supply_gregset)
4066 (ppc_linux_supply_fpregset): New functions.
4067 (ppc_linux_regset_core_fns): New.
4068 (_initialize_ppc_linux_tdep): Call add_core_fns.
4069 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4070 and ppc_linux_supply_gregset.
4071 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4072 (supply_fpregset): Call ppc_linux_supply_fpregset.
4073 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4074 corelow.o.
4075 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4076
4077 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4078
4079 * symtab.c (lookup_symbol): Demangle before lowercasing.
4080
4081 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4082
4083 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4084 declaration.
4085 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4086 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4087 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4088 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4089 "gdb_string.h".
4090 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4091 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4092 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4093 (avr-tdep.o, mon960-rom.o): Ditto.
4094 (aout_stabs_gnu_h): Define.
4095 (symtab_h): Remove $(gdb_obstack_h).
4096
4097 2002-07-30 Jim Blandy <jimb@redhat.com>
4098
4099 Patch from David Carlton <carlton@math.stanford.edu>:
4100 * gdbinit.in: Move the `dir' commands that add GDB's own source
4101 directory to the search path to the end, so that the `gdb' source
4102 directory will be searched first.
4103
4104 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4105
4106 * gdb_obstack.h: New file.
4107 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4108 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4109 * objfiles.h: Include "gdb_obstack.h".
4110 * Makefile.in (gdb_obstack_h): Define.
4111 (symtab_h): Add $(gdb_obstack_h).
4112 (objfiles_h): Add $(gdb_obstack_h).
4113
4114 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4115 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4116 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4117 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4118 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4119 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4120 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4121 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4122
4123 * Makefile.in (bcache.o): Update dependencies.
4124 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4125 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4126 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4127 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4128 (stabsread.o, symfile.o, symmisc.o): Ditto.
4129 (symtab.o, typeprint.o, macroexp.o): Ditto.
4130 (macrotab.o, mdebugread.o): Ditto.
4131 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4132 (coff_ecoff_h, aout_aout64_h): Define.
4133 (aout_stabs_gnu_h, libaout_h): Define.
4134
4135 2002-07-29 Andrew Cagney <cagney@redhat.com>
4136
4137 * regcache.c (struct regcache_descr): Rename nr_registers to
4138 nr_cooked_registers. Revise comments describing the structure
4139 member fields.
4140 (init_regcache_descr): Update.
4141 (init_legacy_regcache_descr): Update.
4142 (read_register_gen, write_register_gen): When a cooked register in
4143 the raw register range, directly access the value from the raw
4144 register cache.
4145
4146 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4147
4148 * z8k-tdep.c: Do not include "obstack.h".
4149 * h8300-tdep.c, h8500-tdep.c: Ditto.
4150 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4151 * valprint.c, v850-tdep.c: Ditto.
4152 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4153 * mn10200-tdep.c: Ditto.
4154
4155 * Makefile.in (z8k-tdep.o): Update dependencies.
4156 (m68hc11-tdep.o, valprint.o): Ditto.
4157 (v850-tdep.o, d10v-tdep.o): Ditto.
4158 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4159 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4160 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4161 (sh_opc_h, gdb_sim_sh_h): Define.
4162 (elf_sh_h, elf_bfd_h): Define.
4163 (opcode_m68hc11_h): Define.
4164 (OPCODES_SRC, OPCODES_DIR): define.
4165 (OPCODES): Use $(OPCODES_DIR).
4166 (gdb_sim_d10v_h): Rename sim_d10v_h.
4167 (gdb_sim_arm_h): Rename sim_arm_h.
4168
4169 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4170
4171 * utils.c (host_pointer_to_address, address_to_host_pointer):
4172 Change internal_error() message to indicate function responsible
4173 for the error.
4174
4175 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4176
4177 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4178 calls to local_hex_string_custom().
4179
4180 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4181
4182 * irix5-nat.c: Move IRIX shared library support from here...
4183 * solib-irix.c: ...to here. Revised substantially to work with
4184 generic solib framework.
4185
4186 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4187 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4188 * mips-irix-tdep.c: New file.
4189
4190 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4191 (mips-irix-tdep.o, solib-irix.o): New rules.
4192 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4193 solib-irix.o.
4194 * config/mips/irix6.mt (TDEPFILES): Likewise.
4195 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4196
4197 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4198
4199 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4200 disabled (via ``#if 0'') includes.
4201
4202 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4203
4204 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4205 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4206 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4207 Add support for the fpscr register.
4208 * rs6000-nat.c (regmap, fetch_inferior_registers)
4209 (store_inferior_registers, fetch_core_registers): Likewise.
4210
4211 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4212
4213 * rs6000-nat.c (language.h): Include.
4214 (special_regs): Delete this array.
4215 (regmap): New function.
4216 (fetch_register, store_register): Use regmap() to map gdb
4217 register numbers to ptrace register numbers. Also, use
4218 outputs from regmap() to make decisions regarding type of
4219 ptrace() call to make. In particular, don't compare against
4220 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4221 (fetch_inferior_registers, store_inferior_registers): Where
4222 possible, obtain register numbers from tdep struct. Don't
4223 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4224 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4225 (LAST_UISA_SP_REGNUM): Delete.
4226
4227 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4228
4229 * rs6000-nat.c (ppc-tdep.h): Include.
4230 (fetch_registers, store_register, fetch_core_registers): Don't
4231 access registers[] directly. Instead, use supply_register() or
4232 regcache_collect() as appropriate.
4233 (find_toc_address): Format hex address with local_hex_string().
4234
4235 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4236
4237 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4238 bfd/elf32-frv.c.
4239
4240 2002-07-24 Tom Tromey <tromey@redhat.com>
4241
4242 * jv-exp.y: Marked all strings with _().
4243 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4244 internal_error.
4245 (MethodInvocation, CastExpression, parse_number, yyerror,
4246 java_type_from_name, push_expression_name, yylex): Typo fixes.
4247
4248 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4249
4250 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4251 (tee_file_flush, tee_file_write, tee_file_fputs)
4252 (tee_file_isatty): New.
4253 * ui-file.h (tee_file_new): Add prototype.
4254
4255 2002-07-24 Aidan Skinner <aidan@velvet.net>
4256
4257 * ada-lang.c: Change k&r style function definitions to prototyped
4258 form.
4259 * ada-typeprint.c: Change k&r style function definitions to prototyped
4260 form.
4261 * ada-valprint.c: Change k&r style function definitions to prototyped
4262 form.
4263
4264 2002-07-24 Andrew Cagney <cagney@redhat.com>
4265
4266 * README: Remove reference to remote-bug.
4267 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4268 remote-bug.c.
4269 (m88k-nat.o): Delete rule.
4270 (m88k-tdep.o): Delete rule.
4271 (remote-bug.o): Delete rule.
4272 * MAINTAINERS: Mark as obsolete.
4273 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4274 * m88k-tdep.c: Make file obsolete.
4275 * config/m88k/m88k.mh: Ditto.
4276 * config/m88k/delta88v4.mh: Ditto.
4277 * config/m88k/delta88v4.mt: Ditto.
4278 * config/m88k/delta88.mt: Ditto.
4279 * config/m88k/delta88.mh: Ditto.
4280 * remote-bug.c: Ditto.
4281 * config/m88k/tm-delta88.h: Ditto.
4282 * config/m88k/nm-delta88v4.h: Ditto.
4283 * config/m88k/xm-delta88.h: Ditto.
4284 * config/m88k/xm-dgux.h: Ditto.
4285 * config/m88k/tm-m88k.h: Ditto.
4286 * config/m88k/nm-m88k.h: Ditto.
4287 * config/m88k/tm-delta88v4.h: Ditto.
4288 * m88k-nat.c: Ditto.
4289 * cxux-nat.c: Ditto.
4290 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4291 and m88*-*-* obsolete.
4292 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4293 m88*-*-* obsolete.
4294
4295 2002-07-24 Andrew Cagney <cagney@redhat.com>
4296
4297 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4298 constant. Same for local pointer variables.
4299 (extract_signed_integer): Ditto.
4300 * defs.h (extract_unsigned_integer): Update.
4301 (extract_signed_integer): Update.
4302
4303 2002-07-24 Andrew Cagney <cagney@redhat.com>
4304
4305 * regcache.c (regcache_raw_write): Change buf parameter to a
4306 constant void pointer.
4307 (regcache_raw_read): Change buf parameter to a void pointer.
4308 (legacy_write_register_gen): Change myaddr parameter a constant
4309 void pointer.
4310 (supply_register): Change val parameter to a const void pointer.
4311 * regcache.h (regcache_raw_write): Update declaration.
4312 (regcache_raw_read): Update declaration.
4313 (supply_register): Update declaration.
4314
4315 2002-07-24 Tom Tromey <tromey@redhat.com>
4316
4317 * defs.h (gdb_readline_wrapper): Declare.
4318 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4319 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4320 * top.c (gdb_readline_wrapper): New function.
4321 (command_line_input): Use it.
4322
4323 2002-07-24 Andrew Cagney <cagney@redhat.com>
4324
4325 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4326 regcache_read and regcache_write.
4327 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4328 * regcache.c: Update.
4329 * sh-tdep.c (sh64_push_arguments): Update comment.
4330 (sh_pseudo_register_read): Update.
4331 (sh_pseudo_register_write): Update.
4332 (sh4_register_read): Update.
4333 (sh4_register_write): Update.
4334 (sh64_pseudo_register_read): Update.
4335 (sh64_pseudo_register_write): Update.
4336 (sh64_register_read): Update.
4337 (sh64_register_write): Update.
4338 * i386-tdep.c (i386_extract_return_value): Update.
4339 (i386_extract_struct_value_address): Update.
4340 (i386_extract_return_value): Update.
4341 * blockframe.c (generic_read_register_dummy): Update.
4342 (generic_call_dummy_register_unwind): Update
4343 * infrun.c (write_inferior_status_register): Update.
4344
4345 2002-07-23 Jim Blandy <jimb@redhat.com>
4346
4347 * parser-defs.h (expression_context_pc): Make this extern.
4348 (Thanks to Michael Snyder.)
4349
4350 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4351
4352 GDB 5.2.1 released from 5.2 branch.
4353 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4354 * README: Update to mention 5.2.1.
4355
4356 2002-07-23 Mark Salter <msalter@redhat.com>
4357
4358 * remote.c (remote_read_bytes): Fix check for error.
4359
4360 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4361
4362 * aix-thread.c (language.h): Include.
4363 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4364 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4365 Print newlines at end of debug messages.
4366 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4367 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4368
4369 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4370
4371 * aix-thread.c (ppc-tdep.h): Include.
4372 (special_register_p): New function.
4373 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4374 (store_regs_user_thread): Use register number information from
4375 gdbarch_tdep struct instead of hardcoded offsets relative to
4376 FIRST_UISA_SP_REGNUM.
4377 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4378 special_register_p() instead of using FPLAST_REGNUM and
4379 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4380 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4381 will be MQ's register number.
4382
4383 2002-07-22 Michael Snyder <msnyder@redhat.com>
4384
4385 * aix-thread.c (ops): Rename to aix_thread_ops.
4386 (base_ops): Rename to base_target.
4387 (ops_attach): Rename to aix_thread_attach.
4388 (ops_detach): Rename to aix_thread_detach.
4389 (ops_resume): Rename to aix_thread_detach.
4390 (ops_wait): Rename to aix_thread_wait.
4391 (ops_kill): Rename to aix_thread_kill.
4392 (init_ops): Rename to init_aix_thread_ops.
4393 (ops_fetch_register): Rename to aix_thread_fetch_register.
4394 (ops_store_register): Rename to aix_thread_store_register.
4395 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4396 (ops_thread_alive): Rename to aix_thread_thread_alive.
4397 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4398 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4399 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4400 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4401 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4402 (store_regs_lib): Rename to store_regs_user_thread.
4403 (store_regs_kern): Rename to store_regs_kernel_thread.
4404
4405 2002-07-22 Michael Snyder <msnyder@redhat.com>
4406
4407 * aix-thread.c (ops_prepare_to_store): Eliminate.
4408 (init_ops): Don't initialize ops.prepare_to_store.
4409 (store_regs_kern): Pre-fetch register buffers from child,
4410 because some registers may not be in the cache. Copy
4411 regs from register cache only if they are cached.
4412 (store_regs_lib): Copy regs from register cache only
4413 if they are cached.
4414 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4415 fill_gprs64): Ditto.
4416
4417 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4418
4419 * aix-thread.c (gdb_assert.h): Include.
4420 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4421 register sizes (from register cache) match size of buffer holding
4422 register data.
4423 (fill_sprs32): Change parameter types to match those in the ptrace()
4424 buffer.
4425 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4426 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4427
4428 2002-07-22 Michael Snyder <msnyder@redhat.com>
4429
4430 * aix-thread.c (supply_sprs64): Cosmetic change.
4431 (supply_sprs32): Cosmetic change.
4432 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4433 (fill_sprs64): Use regcache_collect instead of read_register.
4434 (store_regs_lib): Use regcache_collect instead of
4435 read_register. Use fill_sprs32 instead of fill_sprs64,
4436 if debugging a 32-bit architecture.
4437 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4438 out of the register cache, instead of passing a pointer into
4439 the register cache directly to ptrace. Use regcache_collect
4440 insteaad of read_register.
4441 (ops_prepare_to_store): Use target_read_registers instead
4442 of read_register_bytes.
4443
4444 2002-07-20 Aidan Skinner <aidan@velvet.net>
4445
4446 * MAINTAINERS: Add self under write after approval.
4447
4448 2002-07-20 Aidan Skinner <aidan@velvet.net>
4449
4450 * ada-tasks.c: Change k&r style function definitions to prototyped
4451 form.
4452
4453 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4454
4455 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4456 * x86-64-tdep.c: Include "objfiles.h".
4457 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4458 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4459
4460 2002-07-17 Michal Ludvig <michal@suse.cz>
4461
4462 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4463 (update_context): Initialise cfa variable.
4464
4465 2002-07-17 Michael Snyder <msnyder@redhat.com>
4466
4467 * aix-thread.c: Shorten some long lines.
4468 Bring comments into line with code spec.
4469
4470 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4471
4472 * infrun.c: Re-indent using gdb_indent.sh.
4473
4474 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4475
4476 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4477 Leave the indentation temporarily untouched, to minimize the diffs.
4478
4479 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4480
4481 * stabsread.c: Make os9k sections of the code obsolete,
4482 for real this time.
4483 * stabsread.h: Make os9k sections of the code obsolete.
4484
4485 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4486
4487 * linux-low.c (regsets_store_inferior_registers): Add free()
4488 at the end of a loop to prevent memory leak.
4489 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4490 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4491 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4492 line a comment.
4493 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4494
4495 2002-07-17 Jim Blandy <jimb@redhat.com>
4496
4497 * macrocmd.c (info_macro_command): Remove newline from error
4498 message.
4499
4500 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4501
4502 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4503 (sh_gdbarch_init): Use it for sh-dsp.
4504
4505 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4506
4507 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4508 64-bit DWARF2 format.
4509
4510 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4511
4512 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4513 <sys/proc.h> when not available.
4514
4515 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4516
4517 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4518 * stabsread.c: Make os9k sections of the code obsolete.
4519 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4520 * config/i386/i386os9k.mt: Make file obsolete.
4521 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4522 (COMMON_OBS): Remove os9kread.o
4523 (SFILES): Remove os9kread.c.
4524 (os9kread.o, remote-os9k.o): Make target obsolete.
4525 * remote-os9k.c: Make file obsolete.
4526 * os9kread.c: Make file obsolete.
4527 * Makefile.in
4528
4529 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4530
4531 * NEWS: Mention that the FR30 has been made obsolete.
4532 * fr30-tdep.c: Make file obsolete.
4533 * config/fr30/tm-fr30.h: Ditto.
4534 * config/fr30/fr30.mt: Ditto.
4535 * configure.tgt: Make fr30-*-elf obsolete.
4536 * MAINTAINERS: Make fr30-elf obsolete.
4537
4538 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4539
4540 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4541 found is not inside a section.
4542
4543 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4544
4545 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4546 strerror().
4547 (pdc_realloc): Use xrealloc() instead of realloc().
4548
4549 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4550
4551 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4552 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4553 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4554 macros.
4555
4556 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4557
4558 * aix-thread.c (ptrace_check): Eliminate goto.
4559 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4560 problem.
4561
4562 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4563
4564 * aix-thread.c (gdbcmd.h): Include.
4565 (DEBUG, DBG, DBG2, dbg): Eliminate.
4566 (debug_aix_thread): New static global.
4567 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4568 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4569 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4570 invocations to DBG and DBG2 macros to test against
4571 ``debug_aix_thread'' and call fprintf_unfiltered().
4572 (_initialize_aix_thread): Add new command "set debug aix-thread".
4573
4574 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4575
4576 From Gerhard Tonn <TON@de.ibm.com>:
4577 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4578 instead of supply_register.
4579
4580 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4581
4582 * dwarf2cfi.c: Include "gdb_assert.h".
4583 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4584 non-NULL.
4585 (update_context): Do not use __func__. Add missing ``break''.
4586 (update_context): Do not use __func__.
4587
4588 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4589
4590 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4591 and its setting. Set gdbarch instruction printing functions
4592 directly. For non-rs6000 case use new function
4593 gdb_print_insn_powerpc.
4594 (gdb_print_insn_powerpc): New function.
4595
4596 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4597
4598 * NEWS: Mention that the d30v has been marked obsolete.
4599 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4600 * configure.tgt: Mark d30v-*-* as obsolete.
4601 * d30v-tdep.c: Mark file as obsolete.
4602 * config/d30v/d30v.mt: Ditto.
4603 * config/d30v/tm-d30v.h: Ditto.
4604
4605 2002-07-13 Aidan Skinner <aidan@velvet.net>
4606
4607 * ada-tasks.c (add_task_entry): replace calls to
4608 malloc() with xmalloc
4609 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4610
4611 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4612 ada_finish_decode_line_1, all_sals_for_line
4613 ada_breakpoint_rewrite): replace calls to free() with xfree()
4614
4615 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4616
4617 From Nicholas Duffek (with minor changes by Martin Hunt,
4618 Louis Hamilton, and Kevin Buettner):
4619 * aix-thread.c: New file.
4620
4621 2002-07-12 Petr Sorfa <petrs@caldera.com>
4622
4623 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4624 complaint for invalid attribute class or form.
4625 (read_func_scope): DW_AT_frame_base
4626 better handling of DW_AT_block*.
4627 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4628 better handling of DW_AT_block*.
4629 (read_common_block): DW_AT_location
4630 better handling of DW_AT_block*.
4631 (read_partial_die): DW_AT_location better handling
4632 of DW_AT_block*.
4633 (new_symbol): DW_AT_external better handling of
4634 DW_AT_block*. Proper initialization of variable
4635 "addr".
4636 (attr_form_is_block): New function that returns true
4637 if the attribute's form is of DW_FORM_block*.
4638
4639 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4640
4641 * valops.c (find_method_list): Remove comment about
4642 removed STATIC_MEMFUNCP argument.
4643 (value_find_oload_method_list): Likewise.
4644
4645 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4646
4647 From Nicholas Duffek:
4648 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4649 target_new_objfile_hook.
4650
4651 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4652
4653 From Nicholas Duffek:
4654 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4655 csect.
4656
4657 2002-07-12 Andrew Cagney <cagney@redhat.com>
4658
4659 * MAINTAINERS: Mention --enable-sim-build-warnings.
4660 (m68hc11-elf): Disable sim build warnings.
4661 (m32r-elf): Mark as broken obsolete candidate.
4662 (x86_64-linux-gnu): Mark as buildable with -Werror.
4663 (arm-elf): Change -w to ``,'' which enables warnings but not
4664 -Werror.
4665
4666 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4667
4668 * bcache.h: Update copyright.
4669 (struct bstring, struct bcache): Move definition to "bcache.c".
4670 Replaced by opaque declaration.
4671 (bcache_xfree): Replace free_bcache.
4672 (bcache_xmalloc, bcache_memory_used): Declare.
4673
4674 * bcache.c: Update copyright.
4675 (struct bstring, struct bcache): Moved to here from "bcache.h".
4676 Update comments.
4677 (bcache_xmalloc, bcache_memory_used): New functions.
4678 (bcache_xfree): Replace function free_bcache.
4679
4680 * Makefile.in (objfiles.o): Add $(bcache_h).
4681 (objfiles_h): Remove $(bcache_h).
4682 (symfile.o): Add $(bcache_h).
4683
4684 * symmisc.c: Update copyright.
4685 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4686 (print_objfile_statistics): Use bcache_memory_used.
4687
4688 * symfile.c: Include "bcache.h".
4689 (reread_symbols): Use bcache_xfree.
4690 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4691 (add_psymbol_to_list): Pass psymbol_cache by value.
4692 (add_psymbol_with_dem_name_to_list): Ditto.
4693
4694 * objfiles.h: Update copyright.
4695 (struct bcache): Declare opaque. Do not include "bcache.h".
4696 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4697 bcache'' pointers.
4698 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4699
4700 * objfiles.c: Include "bcache.h". Update copyright.
4701 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4702 macro_cache.
4703 (free_objfile): Use bcache_xfree.
4704
4705 2002-07-11 Grace Sainsbury <graces@redhat.com>
4706
4707 * monitor.c (monitor_fetch_register): Make name a constant.
4708 (monitor_store_register): Same.
4709
4710 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4711
4712 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4713 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4714 (finish_block) For non-function blocks, hash the symbol table. For
4715 function blocks, mark the symbol table as unhashed.
4716 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4717 (msymbol_hash_iw): Likewise.
4718 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4719 value.
4720 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4721 (lookup_minimal_symbol): Likewise for both.
4722 * symtab.h (struct block): Add `hashtable' flag. Comment the
4723 hashtable.
4724 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4725 (ALL_BLOCK_SYMBOLS): Update.
4726 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4727 (struct symbol): Add `hash_next' pointer.
4728 * symtab.c (lookup_block_symbol): Search using the hash table when
4729 possible.
4730 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4731 (search_symbols, find_addr_symbol): Likewise.
4732
4733 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4734 (read_dst_symtab): Likewise.
4735 * jv-lang.c (get_java_class_symtab): Likewise.
4736 * mdebugread.c: Include "gdb_assert.h".
4737 (shrink_block): Assert that the block being modified is not hashed.
4738 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4739 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4740 symbols.
4741 (dump_symtab): Recognize hashed blocks.
4742 * printcmd.c (print_frame_args): Assert that function blocks do not
4743 have hashed symbol tables.
4744 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4745 (fill_in_ada_prototype, debug_print_block): Likewise.
4746 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4747
4748 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4749
4750 * stack.c (print_frame): Use result of frame_address_in_block()
4751 instead of fi->pc when evaluating symbols.
4752 (backtrace_command_1): Ditto.
4753
4754 2002-07-11 Andrew Cagney <cagney@redhat.com>
4755
4756 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4757 Make static.
4758
4759 * arm-tdep.c (arm_register_name): Make return type constant.
4760
4761 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4762
4763 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4764 prototype.
4765 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4766 * s390-tdep.c (s390_fp_regnum): Ditto.
4767 (s390_read_fp): Ditto.
4768 (s390_pop_frame): Ditto.
4769 (_initialize_s390_tdep): Ditto.
4770 * remote.c (get_remote_state): Ditto.
4771 * procfs.c (mappingflags): Ditto.
4772 * memattr.c (_initialize_mem): Ditto.
4773 * mcore-tdep.c (mcore_pop_frame): Ditto.
4774 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4775 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4776 * language.c (set_case_str): Ditto.
4777 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4778 * frv-tdep.c (new_variant): Ditto.
4779 (frv_stopped_data_address): Ditto.
4780 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4781 (context_alloc): Ditto.
4782 (frame_state_alloc): Ditto.
4783 (unwind_tmp_obstack_init): Ditto.
4784 (unwind_tmp_obstack_free): Ditto.
4785 (cfi_read_fp): Ditto.
4786 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4787 (cris_pop_frame): Ditto.
4788 * c-lang.c (scanning_macro_expansion): Ditto.
4789 (finished_macro_expansion): Ditto.
4790 (c_preprocess_and_parse): Ditto.
4791 * gdbarch.sh: Ditto.
4792 * gdbarch.h, gdbarch.c: Regenerate.
4793 * config/mn10200/tm-mn10200.h: Adjust indentation.
4794 * target.c: Adjust indentation.
4795 * symtab.h: Adjust indentation.
4796 * stabsread.h: Adjust indentation.
4797 * remote-es.c: Adjust indentation.
4798 * os9kread.c: Adjust indentation.
4799
4800 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4801
4802 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4803 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4804
4805 2002-07-10 Grace Sainsbury <graces@redhat.com>
4806
4807 * NEWS: Mention m68k, mcore multi-arching.
4808 * MAINTAINERS: Change status of m68k, mcore to reflect
4809 multi-arching.
4810
4811 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4812
4813 * valops.c (find_overload_match): Free oload_syms.
4814
4815 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4816
4817 Define HAVE_SYS_PROC_H if sys/proc.h exists
4818 * configure.in: Add check for sys/proc.h
4819 * config.in: Regenerate.
4820 * configure: Regenerate.
4821
4822 2002-07-09 Grace Sainsbury <graces@redhat.com>
4823
4824 * config/m68k/tm-m68k.h: Remove macros wrapped in
4825 #if !GDB_MULTI_ARCH.
4826
4827 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4828
4829 * config.in, configure: Regenerate.
4830
4831 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4832
4833 * dwarf2cfi.c: Include "gcore.h".
4834 (execute_stack_op): Fix implementation of the
4835 DW_OP_deref and DW_OP_deref_size operators by letting do their
4836 lookup in the target.
4837
4838 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4839
4840 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4841 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4842 tdep->sc_sp_offset.
4843
4844 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4845
4846 Fix PR gdb/595, gdb/602
4847 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4848 Don't call value_cast, just read the vtable pointer; update comments
4849 to match.
4850
4851 2002-07-05 Grace Sainsbury <graces@redhat.com>
4852
4853 * config/mcore/tm-mcore.h: Remove file.
4854 * config/mcore/mcore.mt: Remove definition of TM_FILE
4855 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4856
4857 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4858
4859 * i386bsd-tdep.c: Include "gdb_string.h".
4860
4861 2002-07-04 Grace Sainsbury <graces@redhat.com>
4862
4863 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4864 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4865 mcore-tdep.
4866 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4867 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4868 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4869 (RETVAL_REGNUM): Move macros from tm-mcore.h
4870 (mcore_reg_struct_has_addr): New function.
4871 (mcore_gdbarch_init): Added initializations for the macros removed
4872 from tm-mcore.h.
4873
4874 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4875
4876 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4877 traditonal string branding within the ELF header.
4878
4879 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4880
4881 * symtab.c (remove_params): New function.
4882 (make_symbol_overload_list): Use it instead of cplus_demangle.
4883 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4884
4885 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4886
4887 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4888
4889 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4890 New variables.
4891 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4892 and tdep->sigtramp_end.
4893 * i386obsd-nat.c: New file.
4894 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4895
4896 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4897 Don't call get_current_frame().
4898
4899 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4900
4901 * i386-nat.c (child_post_startup_inferior): New function
4902 calling i386_cleanup_dregs if
4903 I386_USE_GENERIC_WATCHPOINTS is defined.
4904 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4905 conditional to acknowledge that i386-nat.c has its
4906 own child_post_startup_inferior function.
4907
4908 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4909
4910 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4911 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4912 instead of MAX_REGISTER_RAW_SIZE.
4913 (i386_extract_return_value, i386_extract_struct_value_address):
4914 Convert to use regcache.
4915 (i386_gdbarch_init): Set max_register_raw_size and
4916 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4917 Set extract_return_value and extract_struct_value_address instead
4918 of their deprecated variants.
4919
4920 Convert i386 target to generic dummy frames.
4921 * i386-tdep.c: Include "symfile.h".
4922 (i386_frameless_signal_p): Consider a function to be frameless if
4923 the pc points at the first instruction of the function.
4924 (i386_frame_chain): Handle (generic) call dummies.
4925 (i386_frame_saved_pc): Likewise.
4926 (i386_frame_init_saved_regs): Remove code dealing with call
4927 dummies on the stack.
4928 (i386_push_dummy_frame): Removed.
4929 (i386_call_dummy_words): Removed.
4930 (i386_fix_call_dummy): Removed.
4931 (i386_push_return_address): New function.
4932 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4933 parameter, and don't call get_current_frame.
4934 (i386_pop_frame): New function.
4935 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4936 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4937 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4938 call_dummy_length to 0, set call_dummy_words to NULL, set
4939 sizeof_call_dummy_words to 0, set fix_call_dummy to
4940 generic_fix_call_dummy, set pc_in_call_dummy to
4941 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4942 generic_push_dummy_frame, set push_return_address to
4943 i386_push_return_address and set frame_chain_valid to
4944 generic_file_frame_chain_valid.
4945
4946 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4947
4948 * gdbarch.sh (struct regcache): Add opaque declaration.
4949 (EXTRACT_RETURN_VALUE): New architecture method.
4950 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4951 * gdbarch.h, gdbarch.c: Regenerate.
4952 * arch-utils.c (legacy_extract_return_value): New function.
4953 * arch-utils.h (legacy_extract_return_value): Declare.
4954 * values.c (value_being_returned): Re-enable code handling
4955 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4956 deprecated_grub_regcache_for_registers call to block handling
4957 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4958 (EXTRACT_RETURN_VALUE): Do not define.
4959
4960 2002-07-03 Grace Sainsbury <graces@redhat.com>
4961
4962 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4963 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4964 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4965 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4966 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4967 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4968 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4969 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4970 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4971 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4972 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4973 argument so the function fits the prototype in the architecture
4974 vector.
4975 (mcore_pop_frame): Remove argument so the function fits the
4976 prototype. Use get_current_frame instead of the argument.
4977 (mcore_push_arguments): Change type of struct_return so the
4978 function can be used in the architecture vector.
4979 (mcore_store_struct_return): Add.
4980 (mcore_frame_init_saved_regs): Add.
4981 (mcore_gdbarch_init): Add function calls to replace the macros
4982 removed from tm-mcore.h
4983
4984 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4985
4986 * infcmd.c (print_return_value): Remove compatibility code calling
4987 deprecated_grub_regcache_for_registers.
4988
4989 * values.c: Include "regcache.h".
4990 (value_being_returned): Update. Use
4991 deprecated_grub_regcache_for_registers to extract the register
4992 buffer address.
4993 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4994 ``struct regcache''.
4995 * Makefile.in (values.o): Add dependency on $(regcache_h).
4996
4997 * inferior.h (run_stack_dummy): Change type of second parameter to
4998 a ``struct regcache''.
4999 * valops.c (hand_function_call): Change type of retbuf to ``struct
5000 regcache''. Allocate using regcache_xmalloc, clean using
5001 make_cleanup_regcache_xfree.
5002 * infcmd.c (run_stack_dummy): Update. Use
5003 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5004
5005 * regcache.c (do_regcache_xfree): New function.
5006 (make_cleanup_regcache_xfree): New function.
5007 * regcache.h (make_cleanup_regcache_xfree): Declare.
5008
5009 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5010
5011 * event-top.c (command_line_handler): Don't read past
5012 beginning of buffer.
5013
5014 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5015
5016 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5017 struct frame_id.
5018 (varobj_create): Store frame_id for root.
5019 (varobj_gen_name): Use xasprintf.
5020 (varobj_update): Save and restore frame using get_frame_id() and
5021 frame_find_by_id().
5022 (create_child): Use xasprintf.
5023 (new_root_variable): Initialize frame_id.
5024 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5025 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5026 to prevent memory leak.
5027
5028 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5029
5030 * valops.c (hand_function_call): Move declaration of retbuf to
5031 start of function, allocate using malloc, add a cleanup but before
5032 the inf_status cleanup, cleanup the buffer. Rename local variable
5033 old_chain to inf_status_cleanup.
5034
5035 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5036
5037 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5038
5039 * cli/cli-decode.c (cmd_func_p): New function.
5040 (cmd_func): New function.
5041
5042 * command.h: Add cmd_func() and cmd_func_p().
5043
5044 2002-07-03 Grace Sainsbury <graces@redhat.com>
5045
5046 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5047 (REGISTER_SIZE): Remove.
5048 (MAX_REGISTER_RAW_SIZE): Remove.
5049 (REGISTER_VIRTUAL_TYPE): Remove.
5050 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5051 (REGISTER_NAME): Remove.
5052 (USE_GENERIC_DUMMY_FRAMES): Remove.
5053 (CALL_DUMMY): Remove.
5054 (CALL_DUMMY_START_OFFSET): Remove.
5055 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5056 (CALL_DUMMY_LOCATION): Remove.
5057 (FIX_CALL_DUMMY): Remove.
5058 (CALL_DUMMY_ADDRESS): Remove.
5059 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5060 (SAVE_DUMMY_FRAME_TOS): Remove.
5061 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5062 (mcore_register_virtual_type): New function.
5063 (mcore_register_byte): New function.
5064 (mcore_register_size): New function.
5065 (mcore_register_name): New function.
5066 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5067 macros removed from tm-mcore.h.
5068 (mcore_dump_tdep): Add.
5069 (_initialize_mcore_tdep): Add gdbarch_register call.
5070
5071 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5072
5073 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5074 frameless_look_for_prologue, such that we actually call this
5075 function.
5076
5077 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5078
5079 * frame.h (frame_address_in_block): New function.
5080
5081 * blockframe.c (frame_address_in_block): New function extracted
5082 from get_frame_block().
5083 (get_frame_block): Use frame_address_in_block().
5084 (block_innermost_frame): Use frame_address_in_block() to match
5085 the frame pc address against the block boundaries rather than
5086 the frame pc directly. This prevents a failure when a frame pc
5087 is actually a return-address pointing immediately after the end
5088 of the given block.
5089
5090 2002-07-02 Grace Sainsbury <graces@redhat.com>
5091
5092 * MAINTAINERS: Add self under write after approval.
5093
5094 2002-07-02 Grace Sainsbury <graces@redhat.com>
5095
5096 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5097 used in architecture vector. The default is
5098 m68k_local_breakpoint_from_pc.
5099 (m68k_local_breakpoint_from_pc): Add.
5100 (enum): Add register numbers from tm-m68k.h.
5101 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5102 vector.
5103 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5104 GDB_MULTI_ARCH_PARTIAL.
5105 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5106 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5107 m68k-tdep.c.
5108 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5109 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5110 to enum in m68k-tdep.c
5111
5112 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5113
5114 * solib-osf.c (open_map): Compute the list of shared libraries
5115 loaded by the inferior, rather than the list of libraries loaded
5116 by GDB itself. Otherwise, GDB ends up reading the symbols from
5117 the wrong shared libraries...
5118
5119 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5120
5121 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5122 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5123 macros.
5124 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5125 Remove functions.
5126 (FRAMELESS_SIGNAL): Remove function.
5127 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5128 i386_linux_saved_pc_after_call): Removed.
5129 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5130 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5131 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5132
5133 * i386-tdep.c (i386_frameless_signal_p): New function.
5134 (i386_frame_chain): Deal with frameless signals.
5135 (i386_sigtramp_saved_sp): New function.
5136 (i386_frame_saved_pc): Deal with frameless signals.
5137 (i386_saved_pc_after_call): Make sure the correct value is
5138 returned just after entry into a sigtramp.
5139 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5140 i386fbsd4_sc_sp_offset): New variables.
5141 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5142 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5143 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5144 similiar to what we already did for sc_pc_offset.
5145 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5146 tdep->sc_sp_offset.
5147
5148 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5149
5150 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5151
5152 * config/i386/tm-x86-64linux.h: New.
5153 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5154 definitions.
5155 * config/i386/nm-x86-64.h: Rename to ...
5156 * config/i386/nm-x86-64linux.h: ... this one.
5157 * config/i386/x86-64linux.mh: Reflect the above change.
5158
5159 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5160
5161 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5162 with sigcontext_addr. Add sc_sp_offset.
5163 (i386bsd_sigtramp_saved_pc): Remove prototype.
5164 (i386bsd_sicontext_addr): Add prototype.
5165 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5166 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5167 (i386_svr4_sigtramp_saved_pc): Removed.
5168 (i386_svr4_sigcontext_addr): New function.
5169 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5170 Initialize tdep->sigcontext_addr instead. Initialize
5171 tdep->sc_pc_offset and tdep->sc_sp_offset.
5172 (i386_gdbarch_init): Likewise.
5173 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5174 any more.
5175 (i386bsd_sigtramp_saved_pc): Remove function.
5176 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5177 Initialize tdep->sigcontext_addr instead. Initialize
5178 tdep->sc_pc_offset.
5179 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5180 of tdep->sigtramp_saved_pc.
5181 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5182 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5183 instead.
5184
5185 * i386-tdep.c (i386_frameless_function_invocation,
5186 i386_frame_num_args, i386_frame_init_saved_regs,
5187 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5188 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5189 i386_extract_return_value, i386_store_return_value,
5190 i386_extract_struct_value_address, i386_register_virtual_type,
5191 i386_register_convertible, i386_register_convert_to_virtual,
5192 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5193 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5194 static.
5195
5196 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5197
5198 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5199
5200 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5201 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5202 this macro. Include "value.h".
5203
5204 2002-06-30 Aidan Skinner <aidan@velvet.net>
5205
5206 * ada-exp.tab.c: remove as it's a generated file
5207 * ada-lex.c: remove as it's a generated file
5208
5209 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5210
5211 * config/i386/tm-i386.h (struct frame_info, struct
5212 frame_saved_regs, struct value, struct type): Remove forward
5213 declarations.
5214
5215 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5216 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5217 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5218 (FILL_FPXREGSET): Define.
5219
5220 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5221
5222 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5223 i[3456]86-*-netbsd* case.
5224 * config/i386/tm-obsd.h: Removed.
5225 * config/i386/obsd.mt: Removed.
5226 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5227 core-aout.o.
5228 (MH_CFLAGS): Add -DYYDEBUG=0.
5229
5230 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5231 i386nbsd_sc_pc_offset on OpenBSD too.
5232
5233 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5234 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5235 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5236 define.
5237 * i386bsd-tdep.c: Include "arch-utils.h".
5238 (i386bsd_aout_in_solib_call_trampoline): New function.
5239 (i386bsd_init_abi): Set in_solib_call_trampoline to
5240 i386bsd_aout_in_solib_call_trampoline.
5241 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5242 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5243
5244 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5245
5246 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5247 (struct obstack, struct bcache): Add opaque declarations.
5248 * Makefile.in (macrotab_h): Update
5249
5250 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5251
5252 * blockframe.c (generic_find_dummy_frame): Change return type to
5253 ``struct regcache''.
5254 (struct dummy_frame): Replace field ``registers'' with regcache, a
5255 struct regcache object.
5256 (generic_find_dummy_frame): Update.
5257 (generic_push_dummy_frame): Update. Use regcache_xfree,
5258 regcache_xmalloc and regcache_cpy.
5259 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5260 regcache_xfree.
5261 (deprecated_generic_find_dummy_frame): Update.
5262 (generic_read_register_dummy): Update. Use
5263 regcache_read_as_address.
5264 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5265 (generic_get_saved_register): Update. Use regcache_read.
5266
5267 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5268
5269 * Makefile.in (objfiles_h): Add $(bcache_h).
5270 * objfiles.h: Include "bcache.h".
5271
5272 * Makefile.in (symtab_h): Remove $(bcache_h).
5273 * symtab.h: Do not include "bcache.h".
5274
5275 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5276
5277 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5278 generic_func_frame_chain_valid.
5279
5280 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5281
5282 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5283 * config/i386/tm-fbsd.h: Likewise.
5284
5285 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5286
5287 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5288 generic_unwind_get_saved_register.
5289
5290 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5291
5292 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5293 * regcache.c (supply_register): Add missing argument to
5294 register_buffer call.
5295
5296 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5297
5298 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5299 Solaris /bin/grep does not not like it. From Peter Schauer.
5300
5301 2002-06-26 Tom Tromey <tromey@redhat.com>
5302
5303 * command.h (add_setshow_cmd): Declare.
5304 (add_setshow_cmd_full): Declare.
5305 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5306 returns void. Use add_setshow_cmd_full.
5307 (add_setshow_cmd_full): New function.
5308 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5309 (add_setshow_boolean_cmd): Likewise.
5310
5311 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5312
5313 * config/vax/tm-vax.h: Protect from multiple inclusion.
5314 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5315 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5316 * config/vax/tm-vaxbsd.h: ...here. New file.
5317 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5318
5319 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5320
5321 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5322 (BELIEVE_PCC_PROMOTION): Remove.
5323 (AP_REGNUM): Move to...
5324 * config/vax/nm-vax.h: ...here.
5325 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5326 (vax_breakpoint_from_pc): New function.
5327 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5328 and gdbarch_believe_pcc_promotion.
5329
5330 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5331
5332 * Makefile.in (vax_tdep_h): Define.
5333 (vax-tdep.o): Use $(vax_tdep_h).
5334 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5335 (vax_dump_tdep): New function.
5336 (_initialize_vax_tdep): Register vax_dump_tdep.
5337 * vax-tdep.h: Include osabi.h.
5338 (struct gdbarch_tdep): New.
5339
5340 2002-06-26 Andrew Cagney <cagney@redhat.com>
5341
5342 * frame.h (deprecated_generic_find_dummy_frame): Rename
5343 generic_find_dummy_frame.
5344 * blockframe.c (generic_find_dummy_frame): Make static.
5345 (deprecated_generic_find_dummy_frame): New function.
5346 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5347 generic_find_dummy_frame with deprecated_find_dummy_frame.
5348 (sh64_nofp_frame_init_saved_regs): Ditto.
5349 (sh_fp_frame_init_saved_regs): Ditto.
5350 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5351 (s390_frame_chain): Ditto.
5352 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5353
5354 2002-06-26 Grace Sainsbury <graces@redhat.com>
5355
5356 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5357 gdbarch vector are at the top.
5358 (NUM_REGS): Remove.
5359 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5360 (FRAME_ARGS_ADDRESS): Remove.
5361 (FRAME_LOCALS_ADDRESS): Remove.
5362 (FRAME_NUM_ARGS): Remove.
5363 (FRAME_ARGS_SKIP): Remove.
5364 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5365 (m68k_gdbarch_init): Add gdbarch initializations for macros
5366 undefined in tm-m68k.h
5367
5368 2002-06-26 Grace Sainsbury <graces@redhat.com>
5369
5370 * monitor.h: Add the function regname to monitor_ops
5371 structure. This way NUM_REGS does not have to be a constant.
5372 * monitor.c (monitor_fetch_register): Added support for regname
5373 function. The function is called if the array regnames is NULL.
5374 (monitor_store_register): Same.
5375 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5376 regnames array.
5377 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5378 cpu32bug_cmds.regname to point to new function.
5379 * abug-rom.c (abug_regname): Same as above.
5380 (init_abug_cmds): Same.
5381 * dbug-rom.c (dbug_regname): Same as above.
5382 (init_dbug_cmds): Same.
5383 * remote-est.c (est_regname): Same.
5384 (init_est_cmds): Same.
5385 * rom68k-rom.c (rom68k_regname): Same.
5386 (init_rom68k_cmds): Same.
5387
5388 2002-06-25 Tom Tromey <tromey@redhat.com>
5389
5390 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5391
5392 2002-06-25 Andrew Cagney <cagney@redhat.com>
5393
5394 * infrun.c (stop_registers): Change variable's type to ``struct
5395 regcache'''.
5396 (xmalloc_inferior_status): Delete function.
5397 (free_inferior_status): Delete function.
5398 (normal_stop): Use regcache_cpy.
5399 (struct inferior_status): Change type of fields ``stop_registers''
5400 and ``registers'' to ``struct regcache''.
5401 (write_inferior_status_register): Use regcache_write.
5402 (save_inferior_status): Instead of calling
5403 xmalloc_inferior_status, allocate the inf_status buffer directly.
5404 Use regcache_dup_no_passthrough and regcache_dup to save the
5405 buffers.
5406 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5407 Replace the stop_registers regcache instead of overriding it. Use
5408 regcache_xfree. Instead of calling free_inferior_status, xfree
5409 the buffer directly.
5410 (discard_inferior_status): Use regcache_xfree. Instead of calling
5411 free_inferior_status, xfree the buffer directly.
5412 (build_infrun): Use regcache_xmalloc.
5413 (_initialize_infrun): Delete redundant call to build_infrun.
5414
5415 * Makefile.in (infcmd.o): Add $(regcache_h).
5416
5417 * infcmd.c: Include "regcache.h".
5418 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5419 obtain the address of `stop_registers' register buffer.
5420 (print_return_value): Ditto.
5421
5422 * inferior.h (struct regcache): Add opaque declaration.
5423 (stop_registers): Change variable's declared type to ``struct
5424 regcache''.
5425
5426 2002-06-24 Tom Tromey <tromey@redhat.com>
5427
5428 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5429 * target.c (initialize_targets): Fixed typo in
5430 trust-readonly-sections `show' documentation.
5431
5432 * main.c: Marked all strings with _().
5433
5434 2002-06-24 Don Howard <dhoward@redhat.com>
5435
5436 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5437 that means max CORE_ADDR+1.
5438 (lookup_mem_region): Ditto.
5439 (mem_info_command): Ditto.
5440
5441 2002-06-24 Grace Sainsbury <graces@redhat.com>
5442
5443 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5444 (REGISTER_BYTES_OK): Remove.
5445 (REGISTER_BYTES): Remove.
5446 (STORE_STRUCT_RETURN): Remove.
5447 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5448 (STORE_RETURN_VALUE): Remove.
5449 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5450 (FRAME_CHAIN): Remove.
5451 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5452 (FRAME_SAVED_PC): Remove.
5453 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5454 (m68k_store_struct_return): Add.
5455 (m68k_deprecated_extract_return_value): Add.
5456 (m68k_deprecated_extract_struct_value_address): Add.
5457 (m68k_store_return_value): Add.
5458 (m68k_frame_chain): Add.
5459 (m68k_frameless_function_invocation): Add.
5460 (m68k_frame_saved_pc): Add.
5461 (m68k_gdbarch_init): added set_gdbarch calls for new
5462 functions and deleted macros.
5463
5464 2002-06-23 Tom Tromey <tromey@redhat.com>
5465
5466 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5467 (ALLDEPFILES): Likewise.
5468 (udiheaders): Removed.
5469 (udip2soc.o): Likewise.
5470 (udi2go32.o): Likewise.
5471 (udr.o): Likewise.
5472 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5473
5474 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5475
5476 * infrun.c (_initialize_infrun): Delete unnecessary call to
5477 build_infrun.
5478
5479 * regcache.h: Update comments describing the regcache_cpy family
5480 of functions.
5481 (regcache_save, regcache_restore): Delete declaration.
5482 (regcache_save_no_passthrough): Delete declaration.
5483 (regcache_restore_no_passthrough): Delete declaration.
5484 * regcache.c (regcache_save): Delete function.
5485 (regcache_save_no_passthrough): Delete function.
5486 (regcache_restore): Delete function.
5487 (regcache_restore_no_passthrough): Delete function.
5488
5489 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5490
5491 * config/m68k/tm-m68k.h: Fix typo.
5492 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5493 (m68k_frame_init_saved_regs): Declare.
5494
5495 2002-06-21 Jim Blandy <jimb@redhat.com>
5496
5497 Remove some vestiges of Harris 88k support.
5498 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5499 register numbering quirk.
5500 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5501 odd symbols occurring in Harris 88k ELF targets.
5502
5503 2002-06-21 Tom Tromey <tromey@redhat.com>
5504
5505 * gdb_locale.h: New file.
5506 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5507 (defs_h): Added gdb_locale.h.
5508 * configure, config.in: Rebuilt.
5509 * configure.in (PACKAGE): Define.
5510 * defs.h: Include gdb_locale.h.
5511 * main.c (captured_main): Call setlocale, bindtextdomain,
5512 textdomain.
5513
5514 2002-06-21 Dave Brolley <brolley@redhat.com>
5515
5516 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5517 * config/frv/frv.mt: New file.
5518 * config/frv/tm-frv.h: New file.
5519 * configure.tgt: Support frv-*-*.
5520 * Makefile.in (frv-tdep.o): New target.
5521 * frv-tdep.c: New file.
5522 * NEWS: Mention frv.
5523
5524 2002-06-21 Dave Brolley <brolley@redhat.com>
5525
5526 * MAINTAINERS: Add self to "Write After Approval" list.
5527
5528 2002-06-21 Grace Sainsbury <graces@redhat.com>
5529
5530 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5531 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5532 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5533 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5534 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5535
5536 * m68k-tdep.c: Include arch-utils.h
5537 (m68k_register_raw_size): Add.
5538 (m68k_register_virtual_size): Add.
5539 (m68k_register_virtual_type): Add.
5540 (m68k_register_name): Add.
5541 (m68k_stack_align): Add.
5542 (m68k_register_byte): Add.
5543 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5544 tm-m68k.h.
5545
5546 2002-06-21 Grace Sainsbury <graces@redhat.com>
5547
5548 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5549 m68k_find_saved_regs.
5550 (m68k_pop_frame): Removed saved_regs structure, and replaced
5551 references to it with frame->saved_regs.
5552 (m68k_gdbarch_init): Added function calls to initialize the
5553 gdbarch structure.
5554 (m68k_fix_call_dummy): Add.
5555 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5556 (CALL_DUMMY): Remove.
5557 (CALL_DUMMY_LENGTH): Remove.
5558 (CALL_DUMMY_START_OFFSET): Remove.
5559 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5560 (FIX_CALL_DUMMY): Remove.
5561 (PUSH_DUMMY_FRAME): Remove.
5562 (POP_FRAME): Remove.
5563
5564 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5565
5566 * parse.c (parse_fprintf): New function used to avoid calls to
5567 fprintf in bison parser generated debug code.
5568 * parser-defs.h: Declaration of new parse_fprintf function.
5569 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5570 Set YYDEBUG to 1 by default.
5571 Set YYFPRINTF as parse_fprintf.
5572
5573 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5574
5575 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5576 encoding anymore.
5577 (pointer_encoding, enum ptr_encoding): New.
5578 (execute_cfa_program): Take care about pointer encoding.
5579 (dwarf2_build_frame_info): Only call parse_frame_info for
5580 .debug_frame and .eh_frame.
5581 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5582 fixed augmentation handling, added relative addressing,
5583 ignore duplicate FDEs. Added comments.
5584 * dwarf2cfi.c: Reindented.
5585
5586 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5587
5588 * event-top.c (command_handler): Don't use space_at_cmd_start
5589 unless there is sbrk() on the host. Assign time and space data
5590 to union fields of the appropriate length.
5591
5592 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5593
5594 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5595 x86_64_register_name. Return type changed to 'const char *'.
5596 (x86_64_register_name2nr): Rename to x86_64_register_number.
5597 (x86_64_gdbarch_init): Update to reflect the change.
5598 * x86-64-tdep.h: Ditto.
5599 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5600 (supply_fpregset): Ditto.
5601
5602 2002-06-19 Andrew Cagney <cagney@redhat.com>
5603
5604 * regcache.h: Update copyright.
5605 (struct regcache, struct gdbarch): Add opaque declarations.
5606 (current_regcache): Declare global variable.
5607 (regcache_read, regcache_write): Add gdbarch parameter.
5608 (regcache_save, regcache_save_no_passthrough)
5609 (regcache_restore, regcache_restore_no_passthrough)
5610 (regcache_dup, regcache_dup_no_passthrough)
5611 (regcache_cpy, regcache_cpy_no_passthrough)
5612 (deprecated_grub_regcache_for_registers)
5613 (deprecated_grub_regcache_for_register_valid)
5614 (regcache_valid_p): Add function declarations.
5615
5616 * regcache.c: Update copyright.
5617 (regcache_descr_handle): New global variable.
5618 (struct regcache_descr): Define.
5619 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5620 (regcache_descr, xfree_regcache_descr): New functions.
5621 (struct regcache): Define.
5622 (regcache_xmalloc, regcache_xfree): New functions.
5623 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5624 (regcache_dup, regcache_dup_no_passthrough): New functions.
5625 (regcache_valid_p, regcache_read_as_address): New functions.
5626 (deprecated_grub_regcache_for_registers): New function.
5627 (deprecated_grub_regcache_for_register_valid): New function.
5628 (current_regcache): New global variable.
5629 (register_buffer): Add regcache parameter. Update calls.
5630 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5631 (read_register_gen, write_register_gen): Update register_buffer
5632 call. Test for legacy_p instead of gdbarch_register_read_p or
5633 gdbarch_register_write_p.
5634 (regcache_collect): Update register_buffer call.
5635 (build_regcache): Rewrite. Use deprecated grub functions.
5636 (regcache_save, regcache_save_no_passthrough): New functions.
5637 (regcache_restore, regcache_restore_no_passthrough): New
5638 functions.
5639 (_initialize_regcache): Create the regcache_data_handle. Swap
5640 current_regcache global variable.
5641
5642 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5643 parameter to regcache_read and regcache_write calls.
5644 (sh4_register_read): Ditto.
5645 (sh64_pseudo_register_read): Ditto.
5646 (sh64_register_read): Ditto.
5647 (sh_pseudo_register_write): Ditto.
5648 (sh4_register_write): Ditto.
5649 (sh64_pseudo_register_write): Ditto.
5650 (sh64_register_write): Ditto.
5651
5652 * defs.h (XCALLOC): Define.
5653
5654 2002-06-19 Grace Sainsbury <graces@redhat.com>
5655
5656 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5657 * m68k-tdep.c (m68k_gdbarch_init): Added.
5658 (m68k_dump_tdep): Added.
5659
5660 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5661
5662 * ada-lang.c (fill_in_ada_prototype): Update comment.
5663
5664 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5665
5666 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5667 MIPS_ABI_LAST.
5668 (mips_abi_string, mips_abi_strings): New.
5669 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5670 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5671 tdep->mips_abi_string. Honor mips_abi_string. Default to
5672 O32 if no ABI is found.
5673 (mips_dump_tdep): Use mips_abi_strings.
5674 (mips_abi_update): New function.
5675 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5676 ``set mips abi'' and ``show mips abi''. Check the size of
5677 mips_abi_strings.
5678
5679 2002-06-19 Andrew Cagney <cagney@redhat.com>
5680
5681 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5682 constant.
5683
5684 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5685
5686 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5687 current frame using only the first stack size adjustment. All
5688 subsequent size adjustments are not considered to be part of
5689 the "static" part of the current frame.
5690 Compute the address of the saved registers relative to the
5691 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5692 in use in this frame.
5693
5694 2002-06-18 Don Howard <dhoward@redhat.com>
5695
5696 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5697 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5698 suggesting this solution.
5699
5700 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5701
5702 * config/romp/xm-rtbsd.h: Delete file.
5703 * config/romp/rtbsd.mh: Delete file.
5704
5705 2002-06-18 Keith Seitz <keiths@redhat.com>
5706
5707 * breakpoint.c (condition_command): Post breakpoint_modify
5708 when a condition is added to an existing breakpoint.
5709 (commands_command): Likewise for commands.
5710 (set_ignore_count): Likewise for ignore counts.
5711 If no tty, do not simply return, still need to send event
5712 notification.
5713 (ignore_command): Only print a newline if the command came
5714 from a tty.
5715 Don't call breakpoints_changed, since this is now properly
5716 handled by set_ignore_count.
5717
5718 2002-06-18 Andrew Cagney <cagney@redhat.com>
5719
5720 * MAINTAINERS: Note that cris-elf target can be compiled with
5721 -Werror.
5722 * cris-tdep.c (cris_register_name): Make return type constant.
5723 (cris_breakpoint_from_pc): Ditto.
5724
5725 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5726
5727 * frame.h (struct frame_info): Change type of context to
5728 'struct context'.
5729
5730 2002-06-17 Andrew Cagney <cagney@redhat.com>
5731
5732 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5733 pointer.
5734 * gdbarch.h, gdbarch.c: Regenerate.
5735 * config/mips/tm-mips.h (mips_register_name): Update.
5736 * i386-tdep.h (i386_register_name): Update.
5737 * mips-tdep.c (mips_register_name): Update
5738 * alpha-tdep.c (alpha_register_name): Update.
5739 * arch-utils.c (legacy_register_name): Update.
5740 * arch-utils.h (legacy_register_name): Update.
5741 * avr-tdep.c (avr_register_name): Update.
5742 * ia64-tdep.c (ia64_register_name): Update.
5743 * i386-tdep.c (i386_register_name): Update.
5744 * sparc-tdep.c (sparc32_register_name): Update.
5745 (sparc64_register_name): Update.
5746 (sparclite_register_name): Update.
5747 (sparclet_register_name): Update.
5748 * sh-tdep.c (sh_generic_register_name): Update.
5749 (sh_sh_register_name): Update.
5750 (sh_sh3_register_name): Update.
5751 (sh_sh3e_register_name): Update.
5752 (sh_sh_dsp_register_name): Update.
5753 (sh_sh3_dsp_register_name): Update.
5754 (sh_sh4_register_name): Update.
5755 (sh_sh64_register_name): Update.
5756 * s390-tdep.c (s390_register_name): Update.
5757 * rs6000-tdep.c (rs6000_register_name): Update.
5758 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5759 (ns32k_register_name_32382): Update.
5760 * d10v-tdep.c (d10v_ts2_register_name): Update.
5761 (d10v_ts3_register_name): Update.
5762 * xstormy16-tdep.c (xstormy16_register_name): Update.
5763 * vax-tdep.c (vax_register_name): Update.
5764 * v850-tdep.c (v850_register_name): Update.
5765 * m68hc11-tdep.c (m68hc11_register_name): Update.
5766 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5767 (am33_register_name): Update.
5768
5769 2002-06-17 Grace Sainsbury <graces@redhat.com>
5770
5771 * m68k-tdep.c: Reindented.
5772
5773 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5774
5775 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5776 list of predefined types.
5777
5778 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5779
5780 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5781 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5782 REGISTER_CONVERT_TO_RAW): Remove defines.
5783 (i386_register_virtual_type, i386_register_convertible,
5784 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5785 Remove prototypes.
5786 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5787 macros mentioned above.
5788
5789 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5790 (i386lynx_saved_pc_after_call): Remove prototype.
5791 * i386ly-tdep.c: Include "i386-tdep.h".
5792 (i386lynx_saved_pc_after_call): Make static. Use
5793 read_memory_nobpt instead of read_memory. Use
5794 read_memory_unsigned_integer instead of read_memory_integer.
5795 (i386lynx_init_abi): New function.
5796 (i386lynx_coff_osabi_sniffer): New function.
5797 (_initialize_i386bsd_tdep): New function.
5798
5799 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5800 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5801 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5802 (i386_fix_call_dummy): Remove prototype.
5803 * i386-tdep.c (i386_call_dummy_words): New variable.
5804 (i386_gdbarch_init): Adjust for removal of the
5805 macros mentioned above.
5806
5807 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5808
5809 * command.h (add_setshow_auto_boolean_cmd): Replace
5810 add_set_auto_boolean_cmd.
5811 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5812 add_set_auto_boolean_cmd.
5813 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5814 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5815 mask-address'' command.
5816 (show_mask_address): Add cmd parameter.
5817 * remote.c (add_packet_config_cmd): Update. Change type of
5818 set_func and show_func to cmd_sfunc_ftype.
5819 (_initialize_remote): Update `set remote Z-packet'
5820 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5821 (show_remote_protocol_e_packet_cmd): Ditto.
5822 (show_remote_protocol_E_packet_cmd): Ditto.
5823 (show_remote_protocol_P_packet_cmd): Ditto.
5824 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5825 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5826 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5827 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5828 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5829 (show_remote_protocol_Z_packet_cmd): Ditto.
5830 (show_remote_protocol_binary_download_cmd): Ditto.
5831 (show_remote_cmd): Pass NULL to all of above.
5832
5833 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5834
5835 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5836 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5837 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5838 POP_FRAME): Remove defines.
5839 (i386_push_arguments, i386_store_struct_return,
5840 i386_extract_return_value, i386_store_return_value,
5841 i386_extract_struct_value_address, i386_push_dummy_frame,
5842 i386_pop_frame): Renove prototypes.
5843 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5844 macros mentioned above.
5845
5846 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5847
5848 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5849 add_set_boolean_cmd.
5850 (add_setshow_cmd): New function.
5851 * command.h (add_setshow_boolean_cmd): Replace
5852 add_set_boolean_cmd.
5853 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5854 and ``set rdiromatzero''.
5855 * maint.c (_initialize_maint_cmds): Update commented out code.
5856 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5857 * target.c (initialize_targets): Update `set
5858 trust-readonly-sections'.
5859 * remote.c (_initialize_remote): Update `set remotebreak'.
5860
5861 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5862
5863 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5864 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5865 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5866 fit into multi-arch framework.
5867 (i386_breakpoint_from_pc): New function.
5868 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5869 above.
5870
5871 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5872 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5873 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5874 (i386_frameless_function_invocation, i386_frame_num_args,
5875 i386_frame_init_saved_regs): Remove prototypes.
5876 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5877 macros mentioned above.
5878
5879 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5880
5881 * cli/cli-decode.c (set_cmd_cfunc): Update.
5882 (set_cmd_sfunc): Update.
5883 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5884 (set_cmd_sfunc, set_cmd_cfunc): Update.
5885 * cli/cli-decode.h: Update.
5886
5887 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5888
5889 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5890 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5891
5892 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5893
5894 * defs.h (auto_boolean): Declare enum.
5895 * command.h (cmd_auto_boolean): Delete enum.
5896 * mips-tdep.c (mask_address_var): Update.
5897 (mips_mask_address_p): Update.
5898 (show_mask_address): Update.
5899 * remote.c (struct packet_config): Update.
5900 (update_packet_config): Update.
5901 (show_packet_config_cmd): Update.
5902 (packet_ok): Update.
5903 (add_packet_config_cmd): Update.
5904 (_initialize_remote):
5905 * command.h: Update.
5906 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5907 (do_setshow_command): Update.
5908 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5909 * cli/cli-decode.h: Update.
5910
5911 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5912
5913 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5914 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5915 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5916 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5917 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5918 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5919
5920 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5921 list of DJGPP COFF targets.
5922
5923 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5924 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5925 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5926 (FP0_REGNUM): Remove define.
5927 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5928 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5929 (i386_register_virtual_size): Remove protoype.
5930 * i386-tdep.c (i386_register_virtual_size): Removed.
5931 (i386_extract_return_value, i386_store_return_value): Use
5932 FP0_REGNUM instead of NUM_FREGS to determine whether the
5933 floating-point registers are available.
5934 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5935 Adjust for removal of macros mentioned above.
5936
5937 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5938
5939 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5940 comments.
5941 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5942 Remove prototypes.
5943 (supply_gregset, fill_gregset): Remove use of register keyword and
5944 remove declaration for regmap. Use I386_NUM_GREGS instead of
5945 NUM_REGS and NUM_FREGS.
5946 (FPREGSET_FSAVE_OFFSET): Remove.
5947 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5948 NUM_FREGS to determine whether the floating-point registers are
5949 available.
5950
5951 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5952 gnu_store_registers): Replace usage of NUM_GREGS with
5953 I386_NUM_GREGS.
5954
5955 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5956 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5957 usage of NUM_GREGS with I386_NUM_GREGS.
5958
5959 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5960
5961 * i386bsd-nat.c: Include "i386-tdep.h".
5962 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5963 I386_NUM_GREGS.
5964
5965 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5966 and associated comment. They no longer make any sense, since we
5967 don't use this file anymore on Linux.
5968
5969 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5970 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5971 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5972 elements in these arrays.
5973 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5974 MAX_NUM_REGS.
5975
5976 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5977
5978 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5979 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5980
5981 2002-06-14 Andrew Cagney <cagney@redhat.com>
5982
5983 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5984 EXTRACT_RETURN_VALUE.
5985 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5986 EXTRACT_STRUCT_VALUE_ADDRESS.
5987 * gdbarch.h, gdbarch.c: Regenerate.
5988
5989 * values.c (value_being_returned): Handle
5990 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5991 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5992
5993 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5994 * arm-tdep.c (arm_gdbarch_init): Update.
5995 * avr-tdep.c (avr_gdbarch_init): Update.
5996 * cris-tdep.c (cris_gdbarch_init): Update.
5997 * d10v-tdep.c (d10v_gdbarch_init): Update.
5998 * ia64-tdep.c (ia64_gdbarch_init): Update.
5999 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6000 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6001 * s390-tdep.c (s390_gdbarch_init): Update.
6002 * sh-tdep.c (sh_gdbarch_init): Update.
6003 * s390-tdep.c (s390_gdbarch_init): Update.
6004 * sparc-tdep.c (sparc_gdbarch_init): Update.
6005 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6006 * v850-tdep.c (v850_gdbarch_init): Update.
6007 * vax-tdep.c (vax_gdbarch_init): Update.
6008 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6009 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6010
6011 * config/arc/tm-arc.h: Update.
6012 * config/d30v/tm-d30v.h: Update.
6013 * config/fr30/tm-fr30.h: Update.
6014 * config/h8300/tm-h8300.h: Update.
6015 * config/h8500/tm-h8500.h: Update.
6016 * config/i386/tm-i386.h: Update.
6017 * config/i386/tm-ptx.h: Update.
6018 * config/i386/tm-symmetry.h: Update.
6019 * config/i960/tm-i960.h: Update.
6020 * config/m32r/tm-m32r.h: Update.
6021 * config/m68k/tm-delta68.h: Update.
6022 * config/m68k/tm-linux.h: Update.
6023 * config/m68k/tm-m68k.h: Update.
6024 * config/m88k/tm-m88k.h: Update.
6025 * config/mcore/tm-mcore.h: Update.
6026 * config/mips/tm-mips.h: Update.
6027 * config/mn10200/tm-mn10200.h: Update.
6028 * config/pa/tm-hppa.h: Update.
6029 * config/pa/tm-hppa64.h: Update.
6030 * config/sparc/tm-sp64.h: Update.
6031 * config/sparc/tm-sparc.h: Update.
6032 * config/sparc/tm-sparclet.h: Update.
6033 * config/z8k/tm-z8k.h: Update.
6034
6035 2002-06-14 Andrew Cagney <cagney@redhat.com>
6036
6037 * Makefile.in (i386_linux_tdep_h): Define.
6038 (i386_tdep_h, i387_tdep_h): Define.
6039 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6040 $(i386_tdep_h) and $(i387_tdep_h).
6041 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6042
6043 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6044
6045 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6046 Already covered by the default.
6047
6048 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6049 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6050 (i386_gdbarch_init): Initialize long_double_format and long_double
6051 bit.
6052
6053 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6054 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6055 Move these to ...
6056 * config/i386/i386sol2.mh: ... here.
6057 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6058 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6059 (SIGCONTEXT_PC_OFFSET): Remove define.
6060 (IN_SIGTRAMP): Remove define.
6061 * i386-sol2-tdep.c: New file.
6062
6063 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6064 * config/i386/tm-i386nw.h: Removed.
6065
6066 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6067 USE_STRUCT_CONVENTION): Remove defines.
6068 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6069 (get_longjmp_target): Remove prototype.
6070 (IN_SIGTRAMP): Remove define.
6071 (i386bsd_in_sigtramp): Remove prototype.
6072 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6073 function. Update comment accordingly
6074 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6075 (FRAME_SAVED_PC): Remove define.
6076 (i386bsd_frame_saved_pc): Remove prototype.
6077 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6078 GET_LONGJMP_TARGET): Remove defines.
6079 (get_longjmp_target): Remove prototype.
6080 (IN_SIGTRAMP): Remove define.
6081 (i386bsd_in_sigtramp): Remove prototype.
6082 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6083 function. Update comment accordingly
6084 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6085 (FRAME_SAVED_PC): Remove define.
6086 (i386bsd_frame_saved_pc): Remove prototype.
6087 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6088 Remove prototype.
6089 (USE_STRUCT_CONVENTION): Remove prototype.
6090 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6091 declaration.
6092 (_initialize_i386bsd_nat): Revise logic to determine some
6093 constants at compile time when compiling a native GDB. Warn if
6094 things don't match up with what we expect.
6095 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6096 Remove variables.
6097 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6098 to use date stored in `struct gdbarch_tdep'.
6099 (i386bsd_sigcontext_offset): Remove varaible.
6100 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6101 stored in `struct gdbarch_tdep'.
6102 (i386bsd_frame_saved_pc): Make static.
6103 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6104 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6105 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6106 i386fbsd4_sc_pc_offset): New variables.
6107 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6108 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6109 functions.
6110 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6111 functions.
6112 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6113 Modify the value of i386fbsd_sigtramp_start and
6114 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6115 i386fbsd_sigtramp_end.
6116 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6117 function.
6118
6119 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6120 define to i386-linux-tdep.h.
6121 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6122 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6123 defines.
6124 (i386_linux_register_name, i386_linux_register_byte,
6125 i386_linux_register_raw_size): Remove prototypes.
6126 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6127 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6128 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6129 TARGET_WRITE_PC): Remove defines.
6130 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6131 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6132 i386_linux_write_pc): Remove prototypes.
6133 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6134 (get_longjmp_target): Remove prototype.
6135 * i386-linux-tdep.h: New file.
6136 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6137 * i386-linux-tdep.c: Include "i386-tdep.h" and
6138 "i386-linux-tdep.h".
6139 (i386_linux_register_name, i386_linux_register_byte,
6140 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6141 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6142 Make static.
6143 (i386_linux_init_abi): New function.
6144 (_initialize_i386_linux_tdep): New function.
6145
6146 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6147 (i386_saved_pc_after_call): Remove prototype.
6148 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6149 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6150 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6151 (i386_register_name, i386_stab_reg_to_regnum,
6152 i386_dwarf_reg_to_regnum): Remove prototypes.
6153 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6154 SIZEOF_SSE_REGS): Remove defines.
6155 (REGISTER_BYTES): Remove define.
6156 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6157 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6158 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6159 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6160 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6161 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6162 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6163 (get_longjmp_target): Remove prototype.
6164 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6165 (sigtramp_saved_pc): Remove define.
6166 (i386v4_sigtramp_saved_pc): Remove prototype.
6167 * config/i386/tm-go32.h (FRAME_CHAIN,
6168 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6169 (i386go32_frame_saved_pc): Remove prototype.
6170 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6171 (get_longjmp_target): Remove prototype.
6172 * i386-tdep.h: Include "osabi.h".
6173 (enum i386_abi): Removed.
6174 (enum struct_return): New enum.
6175 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6176 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6177 sc_pc_offset members.
6178 (i386_gdbarch_register_os_abi): Remove prototype.
6179 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6180 I386_SSE_NUM_REGS): New defines.
6181 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6182 I386_SSE_SIZEOF_REGS): New defines.
6183 (i386_register_name, i386_register_byte, i386_register_raw_size):
6184 New prototypes.
6185 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6186 (i386bsd_sigtramp_saved_pc): New prototype.
6187 * i386-tdep.c: Don't include "elf-bfd.h".
6188 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6189 i386_frame_chain, i386_saved_pc_after_call): Make static.
6190 (i386_frame_saved_pc): Rewrite to call architecture dependent
6191 function to deal with signal handlers. Make static.
6192 (i386go32_frame_saved_pc): Removed.
6193 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6194 Removed.
6195 (i386_get_longjmp_target): New function.
6196 (default_struct_convention, pcc_struct_convention,
6197 reg_struct_convention, valid_conventions, struct_convention): New
6198 variables.
6199 (i386_use_struct_convention): New function.
6200 (i386v4_sigtramp_saved_pc): Renamed to
6201 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6202 (i386_pc_in_sigtramp): New function.
6203 (i386_abi_names): Removed.
6204 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6205 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6206 Removed.
6207 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6208 i386_gdbarch_register_os_abi): Removed.
6209 (struct i386_abi_handler): Removed.
6210 (i386_abi_handler_list): Removed.
6211 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6212 functions.
6213 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6214 i386_nw_init_abi): New functions.
6215 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6216 Use set_gdbarch_xxx() calls instead of relying on macros for a
6217 number of calls.
6218 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6219 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6220 Register the various architecture variants defined in this file.
6221
6222 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6223
6224 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6225 (struct main_type): Remove arg_types member. Update comments for
6226 struct field.
6227 (TYPE_ARG_TYPES): Remove.
6228 (TYPE_FN_FIELD_ARGS): Update.
6229 (smash_to_method_type): Update prototype.
6230
6231 * c-typeprint.c (cp_type_print_method_args): Take method type
6232 instead of argument list. Use new argument layout. Simplify.
6233 (c_type_print_args): Use new argument layout. Simplify.
6234 (c_type_print_base): Update call to cp_type_print_method_args.
6235 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6236 argument; use die->type instead. Update call to
6237 smash_to_method_type.
6238 (read_structure_scope): Update call to dwarf2_add_member_fn.
6239 * gdbtypes.c (allocate_stub_method): Update comment.
6240 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6241 Use new argument layout.
6242 (check_stub_method): Use new argument layout. Don't count
6243 void as an argument.
6244 (print_arg_types): Update comments. Use new argument layout.
6245 (recursive_dump_type): Don't print arg_types member.
6246 * hpread.c (hpread_read_struct_type): Use new argument layout.
6247 (fixup_class_method_type): Likewise.
6248 (hpread_type_lookup): Likewise.
6249 * stabsread.c (read_type): Update calls to read_args and
6250 smash_to_method_type.
6251 (read_args): Use new argument layout. Simplify.
6252 * valops.c (typecmp): Use new argument layout. Update parameters
6253 and comments. Simplify.
6254 (hand_function_call): Use new argument layout.
6255 (search_struct_method): Update call to typecmp.
6256 (find_overload_match): Use new argument layout.
6257
6258 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * NEWS: Mention multithreaded debug support for gdbserver.
6261
6262 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6263
6264 * MAINTAINERS: Mention NEWS.
6265
6266 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6267
6268 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6269 (struct mips_objfile_private, compare_pdr_entries): New.
6270 (non_heuristic_proc_desc): Read the ".pdr" section if it
6271 is present.
6272
6273 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6274
6275 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6276 (arm_debug): New static variable.
6277 (_initialize_arm_tdep): Add ``set debug arm'' command.
6278
6279 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6280
6281 * Makefile.in (sim_arm_h): Define.
6282 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6283 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6284 (arm_register_sim_regno): New function, map an internal REGNUM
6285 onto a simulator register number.
6286 (arm_gdbarch_init): Set register_sim_regno.
6287
6288 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6289
6290 * MAINTAINERS: Add self.
6291
6292 2002-06-11 Jim Blandy <jimb@redhat.com>
6293
6294 * source.c (source_info): Mention whether the symtab has
6295 information about preprocessor macros.
6296
6297 Call the command `info macro', not `show macro'.
6298 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6299 Fix error message.
6300 (_initialize_macrocmd): Register `info_macro_command' in
6301 `infolist', not `showlist'.
6302
6303 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6304
6305 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6306 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6307 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6308 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6309 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6310 unconditionally.
6311 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6312 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6313 (_initialize_mips_tdep): Remove dead code.
6314 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6315 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6316 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6317 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6318 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6319 MIPS_LAST_FP_ARG_REGNUM): Remove.
6320
6321 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6322
6323 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6324 (unwind_tmp_obstack_free, parse_frame_info)
6325 (update_context, cfi_read_fp, cfi_write_fp)
6326 (cfi_frame_chain, cfi_init_extra_frame_info)
6327 (cfi_virtual_frame_pointer): Use the above function.
6328 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6329
6330 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6331
6332 * v850-tdep.c (v850_type_is_scalar): New function.
6333 (v850_use_struct_convention): Match current gcc implementation
6334 as close as possible.
6335 (v850_push_arguments): Fix stack_offset handling. Don't write
6336 struct_addr into register. This is done by v850_store_struct_return.
6337 (v850_extract_return_value): Care for structs.
6338 (v850_store_return_value): Ditto.
6339 (v850_store_struct_return): Actually write address.
6340
6341 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6342
6343 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6344 without debug information too.
6345
6346 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6347
6348 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6349 Make multi-arch pure.
6350 * gdbarch.h, gdbarch.c: Re-generate.
6351 * arm-tdep.c (arm_print_float_info): Update.
6352 * arch-utils.h (default_print_float_info): Update.
6353 * arch-utils.c (default_print_float_info): Update.
6354 * infcmd.c (float_info): Update call.
6355
6356 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6357
6358 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6359 the front of the initialize list.
6360
6361 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6362
6363 * infrun.c (struct inferior_status): Replace fields
6364 selected_frame_address and selected_level with field
6365 selected_frame_id.
6366 (save_inferior_status): Update. Use get_frame_id.
6367 (struct restore_selected_frame_args): Delete.
6368 (restore_selected_frame): Update. Use frame_find_by_id.
6369 (restore_inferior_status): Update.
6370
6371 * breakpoint.h (struct breakpoint): Change type of
6372 watchpoint_frame to frame_id.
6373 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6374 call to get_current_frame.
6375 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6376 get_current_frame.
6377 (watchpoint_check): Use frame_find_by_id.
6378
6379 * frame.h (record_selected_frame): Delete declaration.
6380 * stack.c (record_selected_frame): Delete function.
6381
6382 * frame.h (struct frame_id): Define.
6383 (get_frame_id): Declare.
6384 (frame_find_by_id): Declare.
6385 * frame.c (frame_find_by_id): New function.
6386 (get_frame_id): New function.
6387
6388 2002-06-10 Andrey Volkov <avolkov@transas.com>
6389
6390 * ser-e7kpc.c: Fix duplicated define and call of
6391 _initialize_ser_e7000pc
6392
6393 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6394
6395 * signals/signals.c (target_signal_from_host): Fix #ifdef
6396 SIGRTMIN case.
6397 (do_target_signal_to_host): Likewise.
6398
6399 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6400
6401 * mips-tdep.c (mips_find_abi_section): New function.
6402 (mips_gdbarch_init): Call it.
6403
6404 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6405
6406 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6407 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6408 after Andrew's 2002-06-08 gdbarch change.
6409
6410 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6411
6412 * i386-linux-nat.c (suppy_gregset): Don't supply
6413 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6414 register cache.
6415 (fill_gregset): Don't fetch it under the same circumstances.
6416
6417 2002-06-09 Andrew Cagney <cagney@redhat.com>
6418
6419 * Makefile.in (callback_h): Define.
6420 (remote_sim_h): Update path to remote-sim.h.
6421 (remote-rdp.o): Add $(callback_h).
6422 (remote-sim.o): Use $(callback_h).
6423 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6424 * remote-rdp.c: Include "gdb/callback.h".
6425
6426 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6427
6428 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6429 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6430
6431 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6432
6433 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6434 * rdi-share/serpardr.c: Ditto.
6435 * rdi-share/unixcomm.c: Ditto.
6436 * rdi-share/serdrv.c: Ditto.
6437 * rdi-share/hostchan.h: Ditto.
6438 * rdi-share/hostchan.c: Ditto.
6439 * rdi-share/host.h: Ditto.
6440 * rdi-share/devsw.c: Ditto.
6441
6442 * objfiles.h: Change type of obj_private to void pointer.
6443 * pa64solib.c: Update copyright. Don't include "assert.h", use
6444 strcmp instead of STREQ, use LONGEST, do not use PTR
6445 * somsolib.c: Ditto.
6446
6447 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6448 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6449 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6450
6451 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6452
6453 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6454 (default_get_saved_register): Delete function.
6455 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6456 generic_unwind_get_saved_register.
6457 * gdbarch.h, gdbarch.c: Re-generate.
6458
6459 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6460
6461 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6462 generic_func_frame_chain_valid.
6463 * gdbarch.h, gdbarch.c: Re-generate.
6464 * blockframe.c (generic_func_frame_chain_valid): Only check
6465 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6466 passing FP to PC_IN_CALL_DUMMY.
6467 Fix PR gdb/360.
6468
6469 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6470
6471 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6472 (register_gdbarch_data): Initialize init_p.
6473 (gdbarch_data): Initialize data pointer using the init function.
6474 (init_gdbarch_data): Delete function.
6475 (gdbarch_update_p): Update.
6476 (initialize_non_multiarch): Update.
6477 (struct gdbarch): Add field initialized_p.
6478 * gdbarch.h, gdbarch.c: Re-generate.
6479
6480 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6481
6482 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6483 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6484 better do the things actually here.
6485 * x86-64-tdep.c (x86_64_register_name2nr): New.
6486 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6487 (x86_64_gdbarch_init): Respect the above change.
6488 * x86-64-tdep.h (x86_64_register_name2nr)
6489 (x86_64_register_nr2name): Add prototypes.
6490 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6491
6492 2002-06-06 Michael Snyder <msnyder@redhat.com>
6493
6494 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6495 Delete extra braces and re-indent.
6496 (d10v_store_return_value): Char return values
6497 must be shifted over by one byte in R0.
6498 (d10v_extract_return_value): Delete extra braces, re-indent.
6499
6500 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6501
6502 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6503 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6504 (d10v_integer_to_address): Rewrite.
6505 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6506 the d10v specific functions which take care of converting to the
6507 correct space.
6508
6509 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6510
6511 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6512 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6513
6514 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6515
6516 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6517 includes.
6518 * config/tm-linux.h: Ditto.
6519 * config/alpha/tm-alphalinux.h: Ditto.
6520 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6521 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6522 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6523 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6524 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6525 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6526 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6527 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6528 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6529 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6530 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6531 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6532 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6533 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6534 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6535 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6536 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6537 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6538 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6539 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6540 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6541 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6542 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6543 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6544 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6545 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6546 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6547 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6548 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6549 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6550 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6551 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6552 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6553 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6554 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6555 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6556 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6557
6558 2002-05-04 Aidan Skinner <aidan@velvet.net>
6559
6560 * ada-exp.tab.c: New file
6561 * ada-exp.y: New file
6562 * ada-lang.c: New file
6563 * ada-lang.h: New file
6564 * ada-lex.c: New file
6565 * ada-lex.l: New file
6566 * ada-tasks.c: New file
6567 * ada-typeprint.c: New file
6568 * ada-valprint.c: New file
6569
6570 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6571
6572 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6573 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6574
6575 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6576
6577 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6578 insetead of ppc-linux-tdep.o.
6579 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6580 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6581
6582 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6583
6584 2002-05-07 Christian Groessler <chris@groessler.org>
6585 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6586 bit register contents for little endian hosts.
6587
6588 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6589
6590 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6591 any maintainer.
6592
6593 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6594
6595 * gdbarch.h: Regenerate.
6596
6597 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6598
6599 * MAINTAINERS: Add everyone to write-after-approval list.
6600
6601 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6602
6603 * stack.c (frame_info): Use frame_register_unwind instead of
6604 saved_regs. Mention when the SP is on the stack or in a register.
6605
6606 * frame.h (frame_register_unwind_ftype): Define. Document.
6607 (struct frame_info): Add field register_unwind and
6608 register_unwind_cache.
6609 (frame_register_unwind): Declare.
6610 (generic_unwind_get_saved_register): Declare.
6611
6612 * frame.c (frame_register_unwind): New function.
6613 (generic_unwind_get_saved_register): New function.
6614
6615 * blockframe.c (generic_call_dummy_register_unwind): New function.
6616 (frame_saved_regs_register_unwind): New function.
6617 (set_unwind_by_pc): New function.
6618 (create_new_frame): New function.
6619 (get_prev_frame): New function.
6620
6621 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6622
6623 * a29k-share/: Delete directory.
6624 * remote-vx29k.c: Delete file.
6625
6626 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6627
6628 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6629 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6630
6631 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6632
6633 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6634 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6635 (sparc64nbsd-nat.o)
6636 (sparcnbsd-nat.o)
6637 (sparcnbsd-tdep.o): New dependency lists.
6638 * NEWS: Note new UltraSPARC NetBSD native configuration.
6639 * configure.host (sparc64-*-netbsd*): New host.
6640 * configure.tgt (sparc-*-netbsdelf*)
6641 (sparc-*-netbsd*): Set gdb_target to nbsd.
6642 (sparc64-*-netbsd*): New target.
6643 * sparc64nbsd-nat.c: New file.
6644 * sparcnbsd-nat.c: New file.
6645 * sparcnbsd-tdep.c: New file.
6646 * sparcnbsd-tdep.h: New file.
6647 * config/sparc/nbsd.mt: New file.
6648 * config/sparc/nbsd64.mh: New file.
6649 * config/sparc/nbsd64.mt: New file.
6650 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6651 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6652 (HOST_IPC): Remove.
6653 * config/sparc/nbsdaout.mt: Remove.
6654 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6655 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6656 (HOST_IPC): Remove.
6657 * config/sparc/nbsdelf.mt: Remove.
6658 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6659 sparc-nat.c compatiblity defines.
6660 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6661 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6662 * config/sparc/tm-nbsd64.h: New file.
6663 * config/sparc/tm-nbsdaout.h: Remove.
6664 * config/sparc/xm-nbsd.h: Remove.
6665
6666 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6667
6668 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6669 * sparc-tdep.c: Include osabi.h.
6670 (gdbarch_tdep): Add osabi member.
6671 (_initialize_sparc_tdep): Use gdbarch_register.
6672 (sparc_gdbarch_init): Use generic OS ABI framework.
6673 (sparc_dump_tdep): New function.
6674
6675 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6676
6677 * corefile.c (do_captured_read_memory_integer): Return non-zero
6678 result.
6679 (safe_read_memory_integer): Copy result of memory read when
6680 status is non-zero. Also, add comments.
6681
6682 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6683
6684 * Makefile.in (ppc_tdep_h): Define.
6685 (ppc-linux-nat.o)
6686 (ppc-linux-tdep.o)
6687 (rs6000-tdep.o): Use $(ppc_tdep_h).
6688 (ppc-sysv-tdep.o)
6689 (ppcnbsd-nat.o)
6690 (ppcnbsd-tdep.o): New dependency lists.
6691 * ppc-tdep.h: Use generic OS ABI framework.
6692 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6693 (ppc_linux_init_abi): New functions.
6694 (ppc_sysv_abi_broken_use_struct_convention)
6695 (ppc_sysv_abi_use_struct_convention)
6696 (ppc_sysv_abi_push_arguments): Move to...
6697 * ppc-sysv-tdep.c: ...here.
6698 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6699 * rs6000-tdep.c (process_note_abi_tag_sections)
6700 (get_elfosabi): Remove.
6701 (rs6000_gdbarch_init): Use generic OS ABI framework.
6702 (rs6000_dump_tdep): New function.
6703 (_initialize_rs6000_tdep): Use gdbarch_register.
6704 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6705 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6706 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6707 of ppc-linux-tdep.o.
6708 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6709 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6710 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6711 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6712 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6713 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6714
6715 2002-05-29 Jim Blandy <jimb@redhat.com>
6716
6717 * macroscope.c (default_macro_scope): Put `void' in empty argument
6718 list.
6719
6720 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6721
6722 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6723 * arch-utils.c: Include "sim-regno.h".
6724 * gdbarch.sh: Don't include "sim-regno.h".
6725 * gdbarch.h, gdbarch.c: Regenerate.
6726 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6727 here.
6728 * arch-utils.h (legacy_register_sim_regno): To here.
6729 * remote-sim.c (legacy_register_sim_regno): Move function from
6730 here.
6731 * arch-utils.c (legacy_register_sim_regno): To here.
6732
6733 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6734
6735 * sim-regno.h: New file.
6736 * Makefile.in (sim_regno_h): Define.
6737 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6738 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6739 (legacy_register_sim_regno): New function.
6740 (one2one_register_sim_regno): New function.
6741 (gdbsim_fetch_register): Rewrite.
6742 (gdbsim_store_register): Only store a register when
6743 REGISTER_SIM_REGNO is valid.
6744 * d10v-tdep.c: Include "sim-regno.h".
6745 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6746 (d10v_ts3_register_sim_regno): Ditto.
6747 * gdbarch.sh: Include "sim-regno.h".
6748 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6749 * gdbarch.h, gdbarch.c: Regenerate.
6750 * arch-utils.h (default_register_sim_regno): Delete declaration.
6751 * arch-utils.c (default_register_sim_regno): Delete function.
6752
6753 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6754
6755 * ppcnbsd-nat.c: Rewrite.
6756 * ppcnbsd-tdep.c: New file.
6757 * ppcnbsd-tdep.h: New file.
6758 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6759 solib.o, and solib-svr4.o.
6760 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6761 nbsd-tdep.o, and corelow.o.
6762
6763 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6764
6765 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6766 `tr' and `sed'. Mention that `broken' targets are not expected to
6767 build.
6768
6769 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6770
6771 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6772 Let PC point right after the prologue before looking up symbols.
6773
6774 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6775
6776 * i386-tdep.c (i386_register_virtual_type): Return
6777 builtin_type_vec128i for SSE registers.
6778
6779 * gdbtypes.h (builtin_type_vec128i): Declare.
6780
6781 * gdbtypes.c (build_builtin_type_vec128i): New function.
6782 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6783 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6784 (build_gdbtypes): Initialize new builtin vector types.
6785 (_initialize_gdbtypes): Register new vector types with gdbarch.
6786
6787 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6788
6789 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6790 since it has been multi-arch'd.
6791 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6792 Move Alpha and VAX multi-arch news entries to same section
6793 as other multi-arch news.
6794
6795 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6796
6797 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6798 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6799 static. Rename some register numbers to put them in ns32k-tdep
6800 private namespace.
6801 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6802 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6803 functions.
6804 (_initialize_ns32k_tdep): Use gdbarch_register.
6805 * ns32k-tdep.h: New file.
6806 * ns32knbsd-tdep.c: New file.
6807 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6808 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6809 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6810 REGISTER_BYTES, REGISTER_BYTE): Remove.
6811 * config/ns32k/tm-ns32k.h: New file.
6812 * config/ns32k/tm-umax.h: Remove.
6813
6814 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6815
6816 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6817 ns32k_store_struct_return, ns32k_extract_return_value,
6818 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6819 functions.
6820 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6821 ns32k_saved_pc_after_call.
6822 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6823 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6824 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6825 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6826 ns32k_extract_struct_value_address.
6827
6828 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6829
6830 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6831 ns32k_fix_call_dummy): New.
6832 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6833 ns32k_call_dummy_words.
6834 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6835 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6836 CALL_DUMMY_NARGS): Remove.
6837 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6838
6839 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6840
6841 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6842 ns32k_frame_saved_pc, ns32k_frame_args_address,
6843 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6844 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6845 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6846 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6847 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6848 (BREAKPOINT): Remove..
6849 (FRAME_CHAIN): Define as ns32k_frame_chain.
6850 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6851 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6852 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6853 (FRAME_FIND_SAVED_REGS): Remove.
6854 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6855 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6856 (POP_FRAME): Define as ns32k_pop_frame.
6857
6858 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6859
6860 * ns32k-tdep.c (ns32k_register_byte_32082,
6861 ns32k_register_byte_32382, ns32k_register_raw_size,
6862 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6863 functions.
6864 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6865 ns32k_register_byte_32382.
6866 * config/ns32k/tm-umax.h: Update copyright years.
6867 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6868 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6869 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6870 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6871 (ns32k_get_enter_addr): Fix prototype.
6872
6873 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6874
6875 * ns32k-tdep.c: Update copyright years.
6876 (ns32k_register_name_32082): New function.
6877 (ns32k_register_name_32382): Ditto.
6878 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6879 (REGISTER_NAME): Define as ns32k_register_name_32382.
6880 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6881 (REGISTER_NAME): Define as ns32k_register_name_32082.
6882
6883 2002-05-24 Jim Blandy <jimb@redhat.com>
6884
6885 * dwarf2read.c (free_line_header): Use xfree, not free.
6886
6887 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6888
6889 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6890 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6891
6892 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6893
6894 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6895
6896 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6897
6898 From Ross Alexander at NEC Europe:
6899 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6900
6901 2002-05-23 Michael Snyder <msnyder@redhat.com>
6902
6903 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6904 for input, rather than parse_and_eval_address.
6905
6906 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6907
6908 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6909 * Makefile.in (sim_d10v_h): Update definition.
6910
6911 2002-05-24 Andrew Cagney <cagney@redhat.com>
6912
6913 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6914 change `2002-05-22 Michael Snyder' below.
6915 (d10v_push_arguments): Ditto.
6916 (d10v_extract_return_value): Ditto.
6917
6918 2002-05-23 Jim Blandy <jimb@redhat.com>
6919
6920 * macrotab.c (check_for_redefinition): Don't complain if the new
6921 definition is the same as the previous one. Take more arguments
6922 to allow the comparison.
6923 (macro_define_object, macro_define_function): Pass more arguments
6924 to check_for_redefinition.
6925
6926 2002-05-22 Michael Snyder <msnyder@redhat.com>
6927
6928 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6929 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6930 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6931 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6932 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6933 Add a temp variable to save a call (and a memory read).
6934 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6935 if possible (so that PC_IN_CALL_DUMMY will work).
6936
6937 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6938
6939 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6940
6941 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6942
6943 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6944 fde->cie_ptr.
6945 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6946 (dwarf2_build_frame_info): Add offset to fde->initial_location
6947 so that frames of shared libraries are mapped correctly.
6948 (execute_stack_op): Change type of 'result' from ULONGEST to
6949 CORE_ADDR.
6950
6951 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6952
6953 * config/alpha/tm-nbsd.h: Include solib.h.
6954
6955 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6956
6957 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6958 assumptions about the host's byte order.
6959
6960 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6961
6962 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6963 to dependency list.
6964 * alphanbsd-tdep.c: Include solib-svr4.h.
6965 * shnbsd-tdep.c: Ditto.
6966
6967 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6968
6969 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6970 nbsd-tdep.h to dependency list.
6971 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6972 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6973 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6974 nbsdaout.mh and nbsdelf.mh consistently.
6975 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6976 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6977 nbsdaout.mt and nbsdelf.mh consistently.
6978 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6979 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6980 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6981 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6982 a.out shared library stuff from here...
6983 * config/nm-nbsdaout.h: ...to here.
6984 * config/tm-nbsd.h: Remove.
6985 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6986 * config/arm/nbsd.mh: Remove.
6987 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6988 nbsd-tdep.o.
6989 * config/arm/nbsdaout.mh: New file.
6990 * config/arm/nbsdelf.mh: New file.
6991 * config/arm/nm-nbsdaout.h: New file.
6992 * config/i386/nbsd.mh: Remove.
6993 * config/i386/nbsd.mt: Remove.
6994 * config/i386/nbsdaout.mh: New file.
6995 * config/i386/nbsdaout.mt: New file.
6996 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6997 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6998 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6999 i386_register_u_addr): Remove.
7000 * config/i386/nm-nbsdaout.h: New file.
7001 * config/i386/nm-nbsdelf.h: Remove.
7002 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7003 (USE_STRUCT_CONVENTION): Remove.
7004 * config/i386/tm-nbsdaout.h: New file.
7005 * config/i386/tm-nbsdelf.h: Remove.
7006 * config/m68k/nbsd.mh: Remove.
7007 * config/m68k/nbsd.mt: Remove.
7008 * config/m68k/nbsdaout.mh: New file.
7009 * config/m68k/nbsdaout.mt: New file.
7010 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7011 * config/m68k/nm-nbsdaout.h: New file.
7012 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7013 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7014 * config/ns32k/nbsd.mh: Remove.
7015 * config/ns32k/nbsd.mt: Remove.
7016 * config/ns32k/nbsdaout.mh: New file.
7017 * config/ns32k/nbsdaout.mt: New file.
7018 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7019 * config/ns32k/nm-nbsdaout.h: New file.
7020 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7021 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7022 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7023 (SVR4_SHARED_LIBS): Remove.
7024 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7025 * config/sparc/nbsd.mh: Remove.
7026 * config/sparc/nbsd.mt: Remove.
7027 * config/sparc/nbsdaout.mh: New file.
7028 * config/sparc/nbsdaout.mt: New file.
7029 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7030 * config/sparc/nbsdelf.mt: New file.
7031 * config/sparc/nm-nbsdaout.h: New file.
7032 * config/sparc/nm-nbsdelf.h: Remove.
7033 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7034 * config/sparc/tm-nbsdaout.h: New file.
7035
7036 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7037
7038 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7039 mipsnbsd-tdep.c
7040 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7041
7042 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7043
7044 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7045 shnbsd-nat.c.
7046 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7047
7048 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7049
7050 * NEWS: Note new MIPS NetBSD native configuration.
7051 * configure.host (mips*-*-netbsd*): New host.
7052 * configure.tgt (mips*-*-netbsd*): New target.
7053 * mipsnbsd-nat.c: New file.
7054 * mipsnbsd-tdep.c: New file.
7055 * mipsnbsd-tdep.h: New file.
7056 * config/mips/nbsd.mh: New file.
7057 * config/mips/nbsd.mt: New file.
7058 * config/mips/nm-nbsd.h: New file.
7059 * config/mips/tm-nbsd.h: New file.
7060
7061 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7062
7063 * Makefile.in (SFILES): Add osabi.c.
7064 (COMMON_OBS): Add osabi.o.
7065 (osabi.o): New dependency list.
7066 * osabi.c: New file.
7067 * osabi.h: New file.
7068 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7069
7070 * Makefile.in (alpha_tdep_h): Define and use instead of
7071 alpha-tdep.h.
7072 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7073 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7074 Remove.
7075 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7076 * alpha-tdep.h: Include osabi.h.
7077 (alpha_abi): Remove.
7078 (gdbarch_tdep): Use generic OS ABI framework.
7079 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7080 gdbarch_register_osabi.
7081 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7082 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7083 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7084
7085 * Makefile.in (sh_tdep_h): Add osabi.h.
7086 * sh-tdep.h (sh_osabi): Remove.
7087 (gdbarch_tdep): Use generic OS ABI framework.
7088 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7089 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7090 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7091 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7092
7093 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7094 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7095 gdbarch_register_osabi.
7096 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7097 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7098 (get_elfosabi): Rename to...
7099 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7100 ABI framework support routines.
7101 (arm_gdbarch_init): Use generic OS ABI framework.
7102 (arm_dump_tdep): Likewise.
7103 (_initialize_arm_tdep): Likewise.
7104 * arm-tdep.h: Include osabi.h.
7105 (arm_abi): Remove.
7106 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7107 osabi member.
7108 (arm_gdbarch_register_os_abi): Remove prototype.
7109 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7110 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7111
7112 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7113 * mips-tdep.c: Include osabi.h.
7114 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7115 OS ABI framework.
7116
7117 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7118
7119 * h8300-tdep.c: Fix formatting.
7120
7121 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7122
7123 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7124 printing vector registers.
7125
7126 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7127
7128 From Fernando Nasser:
7129 * remote.c (remote_async_open_1): Re-throw the exception when the
7130 connection fails.
7131 (remote_cisco_open): Ditto.
7132 (remote_open_1): Ditto.
7133
7134 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7135
7136 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7137 (remote_start_remote): Add uiout parameter. Pass through to
7138 remote_start_remote_dummy.
7139 (remote_open_1): Use catch_exception instead of catch_errors.
7140 (remote_async_open_1): Ditto.
7141 (remote_cisco_open): Ditto.
7142
7143 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7144
7145 * remote.c (remote_start_remote): Replace PTR with void pointer.
7146 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7147 static.
7148
7149 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7150
7151 * gdb_indent.sh: Allow the script to be run in the sim directory.
7152
7153 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7154
7155 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7156 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7157
7158 * corelow.c (core_open): Only call set_gdbarch_from_file if
7159 exec_bfd is NULL.
7160
7161 2002-05-17 Andrey Volkov <avolkov@transas.com>
7162
7163 * h8300-tdep.c: Add support of EXR register
7164 * config/h8300/tm-h8300.h: Ditto.
7165
7166 2002-05-17 Andrey Volkov <avolkov@transas.com>
7167
7168 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7169
7170 2002-05-17 Andrey Volkov <avolkov@transas.com>
7171
7172 * h8300-tdep.c: Change literal regnums to REGNO.
7173
7174 2002-05-17 Jim Blandy <jimb@redhat.com>
7175
7176 * NEWS: Note addition of macro support.
7177
7178 Expand preprocessor macros in C expressions.
7179 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7180 (scan_macro_expansion, scanning_macro_expansion,
7181 finished_macro_expansion): New function declarations.
7182 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7183 variable declarations.
7184 * parser-defs.h (expression_context_pc): New declaration.
7185 * parse.c (expression_context_pc): New variable.
7186 (parse_exp_1): Set expression_context_pc, as well as
7187 expression_context_block.
7188 * c-exp.y (yylex): If we're not already reading the result of a
7189 macro expansion, try to macro-expand the next token. When we're
7190 done scanning a macro expansion, switch back to the mainline text.
7191 Commas and `if's in a macro's expansion don't terminate the input.
7192 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7193 (macro_original_text, macro_expanded_text,
7194 expression_macro_lookup_func, expression_macro_lookup_baton): New
7195 variables.
7196 (scan_macro_expansion, scanning_macro_expansion,
7197 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7198 c_preprocess_and_parse): New functions.
7199 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7200 c_preprocess_and_parse, instead of c_parse.
7201 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7202 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7203
7204 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7205
7206 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7207 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7208 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7209
7210 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7211
7212 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7213
7214 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7215
7216 * Makefile.in (sh_tdep_h): Define and use.
7217 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7218 register enum): Move to...
7219 * * sh-tdep.h: ...here.
7220 * sh-tdep.c: Include sh-tdep.h.
7221 * sh3-rom.c: Likewise.
7222 * shnbsd-tdep.c: Likewise.
7223
7224 2002-05-16 Michael Snyder <msnyder@redhat.com>
7225
7226 * arm-tdep.c: Spelling fix in comment.
7227
7228 2002-05-16 Jim Blandy <jimb@redhat.com>
7229
7230 Add commands for manually expanding macros and showing their
7231 definitions.
7232 * macrocmd.c, macroscope.c, macroscope.h: New files.
7233 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7234 (macroscope_h): New variable.
7235 (HFILES_NO_SRCDIR): Add macroscope.h.
7236 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7237 (macroscope.o, macrocmd.o): New rules.
7238
7239 Teach the Dwarf 2 reader to read macro information.
7240 * dwarf2read.c: #include "macrotab.h".
7241 (dwarf_macinfo_buffer): New variable.
7242 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7243 dwarf_macinfo_size.
7244 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7245 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7246 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7247 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7248 dwarf2_macro_spaces_in_definition): New complaints.
7249 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7250 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7251 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7252 the partial symbol table.
7253 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7254 from what's recorded in the partial symbol table.
7255 (read_file_scope): If the compilation unit has a
7256 `DW_AT_macro_info' attribute, read its macro information.
7257 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7258
7259 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7260
7261 Fix PR gdb/546
7262 * ser-tcp.c: Don't include <netinet/udp.h>.
7263
7264 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7265
7266 * MAINTAINERS: Update my email address.
7267
7268 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7269
7270 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7271 include file of the same name.
7272
7273 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7274
7275 * configure.tgt: Mark v850 as multi-arched.
7276 * config/v850/tm-v850.h: Remove file.
7277 * config/v850/v850.mt: Eliminate TM_FILE.
7278
7279 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7280
7281 * v850-tdep.c: Full multi-arch.
7282 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7283 Define GDB_MULTI_ARCH to 2.
7284
7285 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7286
7287 * p-exp.y (current_type): New static variable.
7288 Carries the type of the expression at the position that is parsed.
7289 (push_current_type, pop_current_type): Two new functions. Used
7290 to store/restore current_type in expression on specific tokens.
7291 (search_field): New static variable. Set to one after parsing a point
7292 as at that point only a FIELDNAME token should be searched.
7293 (FIELDNAME): New token. After a point only a token belonging to
7294 current_type type definition is allowed.
7295 (all over token rules): reset and change current_type according
7296 to rules.
7297 (exp '[' rule): insert implicit array index field if
7298 exp is a pascal string type.
7299
7300 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7301
7302 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7303 frame info. Use frame_info's saved_regs instead of matching member
7304 in extra_frame_info throughout.
7305 (v850_frame_init_saved_regs): New function.
7306 (v850_init_extra_frame_info): Move most functionality into
7307 v850_frame_init_saved_regs().
7308 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7309 (v850_frame_find_saved_regs): Remove declaration.
7310 (FRAME_FIND_SAVED_REGS): Remove definition.
7311 (v850_frame_init_saved_regs): Add declaration.
7312 (FRAME_INIT_SAVED_REGS): Add definition.
7313
7314 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7315
7316 * v850-tdep.c: Begin multi-arch'ing v850.
7317 (v850_target_architecture_hook): Remove function.
7318 (v850_gdbarch_init): New function. Add code previously in
7319 v850_target_architecture_hook().
7320 (_initialize_v850_tdep): Don't set target_architecture_hook.
7321 Call register_gdbarch_init() instead.
7322
7323 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7324
7325 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7326 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7327 (fixup_class_method_type): Likewise.
7328
7329 2002-05-15 Jim Blandy <jimb@redhat.com>
7330
7331 Add macro structures to GDB's symbol tables. Nobody puts anything
7332 in them yet.
7333 * symtab.h (struct symtab): New member: `macro_table'.
7334 * buildsym.h (pending_macros): New global variable.
7335 * buildsym.c: #include "macrotab.h".
7336 (buildsym_init): Initialize `pending_macros'.
7337 (end_symtab): If we found macro information while reading a CU's
7338 debugging info, do build a symtab structure for it. Make the
7339 symtab point to the macro information, and clear the
7340 `pending_macros' pointer which held it while we were reading the
7341 debug info.
7342 (really_free_pendings): Free any pending macro table.
7343 * objfiles.h (struct objfile): New member: `macro_cache'.
7344 * objfiles.c (allocate_objfile): Set allocate and free functions
7345 for the macro cache's objstack.
7346 (free_objfile): Empty the macro cache's obstack.
7347 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7348 set new allocate and free functions for it.
7349 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7350 free functions for the macro cache's objstack. (Why is this
7351 function building its own objfile?)
7352 * symmisc.c (print_objfile_statistics): Print statistics on the
7353 macro bcache.
7354 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7355
7356 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7357
7358 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7359 (REGISTER_U_ADDR): Delete definition.
7360 (arm_register_u_addr): Delete declaration.
7361
7362 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7363
7364 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7365 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7366
7367 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7368
7369 * regcache.c (register_valid): Revise comments refering to "Not
7370 available" and "unavailable".
7371 * frame.c (frame_register_read): Ditto.
7372 * findvar.c (value_of_register): Ditto.
7373
7374 2002-05-15 Andrew Cagney <cagney@redhat.com>
7375
7376 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7377 (remote-sim.o): Update dependencies.
7378 (d10v-tdep.o): Specify dependencies.
7379 (sim_d10v_h): Define.
7380
7381 2002-05-14 Jim Blandy <jimb@redhat.com>
7382
7383 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7384 * macrotab.c (macro_lookup_inclusion, find_definition,
7385 new_macro_table): Same.
7386
7387 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7388 not `! strcmp ()'. This is a dubious improvement.
7389 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7390
7391 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7392 although it's not necessary, to avoid a warning.
7393
7394 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7395
7396 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7397 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7398 TYPE_INSTANCE_FLAGS.
7399 (struct main_type): New.
7400 (struct type): Move most members to struct main_type. Change
7401 cv_type and as_type to new type_chain member. Add instance_flags.
7402 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7403 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7404 (finish_cv_type): Remove prototype.
7405 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7406 Set TYPE_CHAIN.
7407 (alloc_type_instance): New function.
7408 (smash_type): New function.
7409 (make_pointer_type, make_reference_type, make_function_type)
7410 (smash_to_member_type, smash_to_method_type): Call smash_type.
7411 (make_qualified_type): New function.
7412 (make_type_with_address_space): Call make_qualified_type.
7413 (make_cv_type): Likewise.
7414 (finish_cv_type): Remove unnecessary function.
7415 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7416 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7417 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7418 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7419 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7420 * hpread.c (hpread_read_struct_type): Likewise.
7421 * stabsread.c (read_struct_type): Likewise.
7422
7423 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7424
7425 * configure.tgt: Add a catch all sh* target, for cases like
7426 sh[2,3,4]-elf and sh-hms.
7427
7428 2002-05-14 Keith Seitz <keiths@redhat.com>
7429
7430 * event-loop.c (create_file_handler): Don't do anything but
7431 update data when we are given a fd which we are already
7432 monitoring.
7433
7434 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7435
7436 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7437 (update_context): Use __func__ in warnings.
7438
7439 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7440
7441 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7442 and tcp_close to net_open and net_close.
7443 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7444 using UDP if requested. Don't try to disable Nagle on UDP
7445 sockets.
7446 * remote.c (remote_serial_open): New function. Warn about UDP.
7447 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7448
7449 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7450
7451 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7452
7453 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7454
7455 * configure.tgt: Remove sh-hms target.
7456 * MAINTAINERS: Don't list sh-hms as a separate target.
7457
7458 2002-05-13 Jim Blandy <jimb@redhat.com>
7459
7460 Add first preprocessor macro-expansion files.
7461 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7462 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7463 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7464 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7465 (COMMON_OBS): Add macrotab.o, macroexp.o.
7466 (macroexp.o, macrotab.o): New rules.
7467
7468 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7469
7470 * config/m88k/tm-m88k.h: Update copyright.
7471 (m88k_target_write_pc): Declare
7472 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7473 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7474 (SHIFT_INST_REGS): Update definition.
7475 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7476 using old definition of TARGET_WRITE_PC.
7477 * regcache.c (generic_target_write_pc): Delete code handling
7478 NNPC_REGNUM.
7479 * gdbarch.sh (NNPC_REGNUM): Delete.
7480 * gdbarch.h, gdbarch.c: Regenerate.
7481
7482 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7483
7484 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7485 builtin reg number.
7486
7487 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7488
7489 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7490 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7491 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7492 access macros.
7493 * c-typeprint.c (cp_type_print_method_args): Likewise.
7494 (c_type_print_args): Likewise.
7495 * d10v-tdep.c (d10v_push_arguments): Likewise.
7496 (d10v_extract_return_value): Likewise.
7497 * expprint.c (print_subexp): Likewise.
7498 * gdbtypes.c (lookup_primitive_typename): Likewise.
7499 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7500 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7501 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7502 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7503 (TYPE_VECTOR): Likewise.
7504 * hpread.c (hpread_read_struct_type)
7505 (fix_static_member_physnames, fixup_class_method_type)
7506 (hpread_type_lookup): Likewise.
7507 * mdebugread.c (parse_symbol, parse_type): Likewise.
7508 * p-lang.c (is_pascal_string_type): Likewise.
7509 * valops.c (hand_function_call): Likewise.
7510 * x86-64-tdep.c (classify_argument): Likewise.
7511
7512 * hpread.c (hpread_read_function_type)
7513 (hpread_read_doc_function_type): Call replace_type.
7514 * dstread.c (create_new_type): Delete.
7515 (decode_dst_structure, process_dst_function): Call alloc_type.
7516 Use type access macros.
7517
7518 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7519
7520 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7521 the're not supported by the current architecture.
7522 (i387_fill_fxsave): Likewise.
7523
7524 2002-05-12 Fred Fish <fnf@redhat.com>
7525
7526 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7527 sect_index_xxx members to index the first slot in section_offsets
7528 if all of the section_offsets are zero.
7529
7530 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7531
7532 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7533 checked in with last change.
7534
7535 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7536
7537 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7538 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7539 config.sub.
7540
7541 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7542
7543 * Makefile.in: Update dependencies.
7544
7545 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7546
7547 * language.c (local_hex_string_custom): Simplify. Do not depend
7548 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7549
7550 * memattr.c (mem_info_command): Replace calls to
7551 longest_local_hex_string and longest_local_hex_string_custom.
7552 * buildsym.c (make_blockvector): Ditto.
7553 * solib.c (info_sharedlibrary_command): Ditto.
7554 * tracepoint.c (tracepoints_info): Ditto.
7555 * symtab.c (print_msymbol_info): Ditto.
7556
7557 * language.c (local_hex_string): Delete.
7558 (local_hex_string_custom): Delete.
7559 (longest_local_hex_string): Rename to local_hex_string.
7560 (longest_local_hex_string_custom): Rename to
7561 local_hex_string_custom.
7562 * language.h (local_hex_string): Change parameter type to LONGEST.
7563 (local_hex_string_custom): Ditto.
7564 (longest_local_hex_string): Delete declaration.
7565 (longest_local_hex_string_custom): Ditto.
7566
7567 * solib.c: Update copyright.
7568 * memattr.c: Update copyright.
7569
7570 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7571
7572 * arch-utils.h (legacy_register_to_value): Declare.
7573 (legacy_value_to_register): Declare.
7574 (legacy_convert_register_p): Declare.
7575 * arch-utils.c (legacy_register_to_value): New function.
7576 (legacy_value_to_register): New function.
7577 (legacy_convert_register_p): New function.
7578
7579 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7580 (VALUE_TO_REGISTER): Define.
7581 (CONVERT_REGISTER_P): Define.
7582 * gdbarch.h, gdbarch.c: Regenerate.
7583
7584 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7585 VALUE_TO_REGISTER.
7586 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7587 CONVERT_REGISTER_P.
7588
7589 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7590 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7591
7592 * Makefile.in: Update dependencies for valops.c.
7593 * valops.c: Include "gdb_assert.h".
7594 (typecmp): Skip THIS parameter to methods.
7595 (find_method_list): Remove static_memfuncp argument,
7596 update callers. Check for stub methods.
7597 (find_value_oload_method_list): Don't set *static_memfuncp.
7598 (find_overload_match): Don't check for stub methods. Assert
7599 that methods are not stubbed. Handle static methods.
7600 (value_find_oload_method_list): Remove static_memfuncp argument.
7601 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7602 to the argument list for static stub methods.
7603 * value.h (value_find_oload_method_list): Update prototype.
7604
7605 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7606
7607 * arch-utils.h (generic_register_size): Declare.
7608 (generic_register_raw_size, generic_register_virtual_size): Delete
7609 declarations.
7610 * arch-utils.c (generic_register_raw_size): Delete.
7611 (generic_register_size): New function.
7612 (generic_register_virtual_size): Delete.
7613
7614 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7615 default generic_register_size.
7616 * gdbarch.h, gdbarch.c: Re-generate.
7617
7618 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7619 register_virtual_size.
7620 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7621 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7622
7623 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7624
7625 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7626 * gdbarch.h, gdbarch.c: Regenerate.
7627 * gnu-v3-abi.c: Update copyright.
7628 (vtable_address_point_offset): Update.
7629 (gnuv3_rtti_type): Update.
7630 (gnuv3_baseclass_offset): Update.
7631 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7632 (init_fetch_link_map_offsets): Update.
7633 * remote.c (get_remote_state): Update.
7634
7635 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7636
7637 * TODO: Remove value_headof/value_from_vtable_info comment.
7638 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7639 * values.c (value_headof, value_from_vtable_info): Delete.
7640 * value.h (value_from_vtable_info): Delete prototype.
7641
7642 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7643
7644 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7645 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7646 $(gdb_regex_h).
7647 (gdb_assert_h): Define.
7648 (gdb_wait_h): Define.
7649 (gdb_regex_h): Define.
7650
7651 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7652
7653 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7654 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7655
7656 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7657
7658 * nbsd-tdep.c: Fix comment.
7659
7660 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7661
7662 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7663 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7664 (nbsd-tdep.o): New dependency list.
7665 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7666 nbsd-tdep.h.
7667 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7668 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7669 * nbsd-tdep.c: New file.
7670 * nbsd-tdep.h: New file.
7671 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7672 nbsd-tdep.h.
7673 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7674 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7675 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7676 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7677
7678 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7679
7680 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7681 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7682 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7683 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7684 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7685 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7686
7687 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7688
7689 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7690 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7691 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7692 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7693 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7694 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7695 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7696
7697 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7698
7699 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7700 fetch_elfcore_registers to...
7701 * i386nbsd-tdep.c: ...here.
7702 (i386nbsd_use_struct_convention): Rename to...
7703 (i386nbsd_aout_use_struct_convention): ...this.
7704 (i386nbsd_supply_reg): New function.
7705 (i386nbsd_fill_reg): New function.
7706 (fetch_core_registers): Use i386nbsd_supply_reg.
7707 (fetch_elfcore_registers): Likewise.
7708 (_initialize_i386nbsd_tdep): New function.
7709 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7710 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7711 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7712 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7713 (i386nbsd_aout_use_struct_convention): ...this.
7714
7715 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7716
7717 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7718 (store_inferior_registers): Use shnbsd_fill_reg.
7719 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7720 sh_nbsd_supply_register): Collapse into...
7721 (shnbsd_supply_reg): ...this.
7722 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7723 (shnbsd_fill_reg): ...this.
7724 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7725 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7726 (fetch_core_registers): Use shnbsd_supply_reg.
7727 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7728 (sh_nbsd_core_fns): Rename to...
7729 (shnbsd_core_fns): ...this.
7730 (sh_nbsd_elfcore_fns): Rename to...
7731 (shnbsd_elfcore_fns): ...this.
7732 (sh_nbsd_init_abi): Rename to...
7733 (shnbsd_init_abi): ...this.
7734 (_initialize_sh_nbsd_tdep): Rename to...
7735 (_initialize_shnbsd_tdep): ...this.
7736 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7737 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7738 sh_nbsd_fill_register): Remove prototypes.
7739 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7740
7741 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7742
7743 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7744 (i387-nat.o): Delete dependency list.
7745 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7746 (x86-64-linux-nat.o): Likewise.
7747 * i387-nat.c: Delete file, moving contents to...
7748 * i387-tdep.c: ...here.
7749 * i387-nat.h: Rename...
7750 * i387-tdep.h: ...to this.
7751 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7752 * i386-linux-nat.c: Likewise.
7753 * i386bsd-nat.c: Likewise.
7754 * i386gnu-nat.c: Likewise.
7755 * i386nbsd-nat.c: Likewise.
7756 * i386v4-nat.c: Likewise.
7757 * x86-64-linux-nat.c: Likewise.
7758 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7759 * config/i386/go32.mh (NATDEPFILES): Likewise.
7760 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7761 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7762 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7763 * config/i386/linux.mh (NATDEPFILES): Likewise.
7764 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7765 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7766 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7767 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7768
7769 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7770
7771 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7772 (alphanbsd-nat.o): Remove dependency list.
7773 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7774 * alphanbsd-nat.c: Delete. Contents moved to...
7775 * alphanbsd-tdep.c: ...here.
7776 (_initialize_alphanbsd_tdep): Register core functions.
7777 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7778
7779 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7780
7781 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7782 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7783 (alphanbsd-nat.o): Likewise.
7784 (alphabsd-tdep.o): New dependency list.
7785 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7786 (fill_gregset): Use alphabsd_fill_reg.
7787 (supply_fpregset): Use alphabsd_supply_fpreg.
7788 (fill_fpregset): Use alphabsd_fill_fpreg.
7789 (fetch_inferior_registers): Use struct reg and struct fpreg
7790 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7791 and alphabsd_supply_fpreg.
7792 (store_inferior_registers): Use struct reg and struct fpreg
7793 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7794 and alphabsd_fill_fpreg.
7795 * alphabsd-tdep.c: New file.
7796 * alphabsd-tdep.h: New file.
7797 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7798 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7799 alphabsd_supply_fpreg.
7800 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7801 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7802
7803 2002-05-11 Eric Christopher <echristo@redhat.com>
7804
7805 * mips-tdep.c (mips_double_register_type): Fix thinko.
7806 (mips_single_register_type): Ditto.
7807 * MAINTAINERS: Add self.
7808
7809 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7810
7811 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7812 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7813 right thing on architectures with different endianness and/or
7814 integer sizes.
7815
7816 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7817
7818 From Christian Limpach <chris@Pin.LU>
7819 * configure.in: Change sed expression which comments out
7820 NATDEPFILES to also comment out continuation lines.
7821 * configure: Regenerate.
7822
7823 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7824
7825 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7826 big patch.
7827
7828 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7829
7830 * sh-tdep.c: Include correct file.
7831
7832 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7833
7834 New support for sh64-elf (sh5) target.
7835
7836 * configure.tgt: For sh64-elf target, default to sh-elf.
7837
7838 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7839 (struct gdbarch_tdep): Add new fields for new registers and ABI
7840 info.
7841
7842 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7843 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7844 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7845 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7846 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7847 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7848 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7849 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7850 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7851 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7852 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7853 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7854 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7855 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7856 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7857 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7858 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7859 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7860 sign_extend, sh64_nofp_frame_init_saved_regs,
7861 sh64_init_extra_frame_info, sh64_get_saved_register,
7862 sh64_extract_struct_value_address, sh64_pop_frame,
7863 sh64_push_arguments, sh64_extract_return_value,
7864 sh64_store_return_value, sh64_show_media_regs,
7865 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7866 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7867 sh_sh64_register_virtual_type,
7868 sh_sh64_register_convert_to_virtual,
7869 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7870 sh64_register_read, sh64_pseudo_register_write,
7871 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7872 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7873 sh64_do_pseudo_register, sh_compact_do_registers_info,
7874 sh64_do_registers_info, sh_gdbarch_init): New functions.
7875
7876 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7877
7878 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7879
7880 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7881
7882 * linespec.c (decode_line_1): Check for a double quote after
7883 a filename correctly.
7884
7885 2002-05-10 Jim Blandy <jimb@redhat.com>
7886
7887 Properly track the size of the current objfile's .debug_line section.
7888 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7889 (DWARF_LINE_SIZE): New macro.
7890 (dwarf2_build_psymtabs_hard): Record the line section's size in
7891 the partial symbol table.
7892 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7893 symbol table.
7894
7895 2002-05-10 Petr Sorfa <petrs@caldera.com>
7896
7897 * ia64-tdep.c: Handle breakpoints on L instruction type
7898 in MLX instruction bundle by moving the breakpoint to
7899 the third slot (X instruction type) as L holds only data.
7900
7901 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7902
7903 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7904 (process_one_symbol): Complain about discarding local symbols
7905 due to a misplaced N_LBRAC entry.
7906
7907 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7908
7909 From Daniel Berlin <dan@cgsoftware.com>
7910 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7911 decrease the depth we are at, in the case of templates.
7912
7913 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7914
7915 * mips-tdep.c (mips_float_register_type): New function.
7916 (mips_double_register_type): New function.
7917 (mips_print_register): Use them.
7918 (do_fp_register_row): Likewise.
7919
7920 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7921
7922 * signals/signals.c (signals): Remove conditional compilation around
7923 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7924 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7925
7926 2002-05-09 Michael Snyder <msnyder@redhat.com>
7927
7928 * remote-rdp.c (remote_rdp_can_run): Remove.
7929
7930 2002-05-09 Tom Tromey <tromey@redhat.com>
7931
7932 * jv-valprint.c (java_val_print): Handle `char' as a special case
7933 of TYPE_CODE_INT.
7934
7935 2002-05-09 Michael Snyder <msnyder@redhat.com>
7936
7937 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7938 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7939 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7940 str r(0123),[sp,#nn].
7941 (arm_skip_prologue): Ditto. Also make disassembly
7942 order-independent by placing it in a loop.
7943
7944 2002-05-06 Michael Snyder <msnyder@redhat.com>
7945
7946 * stabsread.c (read_type): Add recognition for new attribute:
7947 "@V;" means that an array type is actually a vector.
7948 This is analogous to the vector flag that's been added to dwarf2.
7949
7950 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7951
7952 * i386-tdep.h (i386_abi): New enum.
7953 (struct gdbarch_tdep): Replace os_ident member with abi.
7954 (i386_gdbarch_register_os_abi): New prototype.
7955 * i386-tdep.c (i386_abi_names): New array.
7956 (process_note_abi_tag_sections): Removed.
7957 (process_note_sections): New function.
7958 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7959 (struct i386_abi_handler): New struct.
7960 (i386_abi_handler_list): New variable.
7961 (i386_gdbarch_register_os_abi): New function.
7962 (i386_gdbarch_init): Adapt for the changes given above.
7963
7964 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7965
7966 * gregset.h: Say "GNU/Linux".
7967
7968 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7969
7970 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7971 (build_gdbtypes): Build builtin_type_v2_float.
7972 (_initialize_gdbtypes): Register new builtin type.
7973
7974 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7975
7976 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7977 (clear_gdbarch_swap): New function.
7978 (initialize_non_multiarch): Call.
7979 (gdbarch_update_p): Before calling init(), swap out and clear the
7980 existing architecture.
7981 * gdbarch.c: Regenerate.
7982
7983 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7984
7985 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7986 alphanbsd-tdep.c.
7987
7988 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7989
7990 * sh-nbsd-nat.c: Rename to...
7991 * shnbsd-nat.c: ...this.
7992 * sh-nbsd-tdep.c: Rename to...
7993 * shnbsd-tdep.c: ...this.
7994 * sh-nbsd-tdep.h: Rename to...
7995 * shnbsd-tdep.h: ...this.
7996 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7997 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7998
7999 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8000
8001 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8002 concatenation for command help messages.
8003
8004 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8005
8006 * NEWS: Note new sh*-*-netbsdelf* configuration.
8007 * configure.host: Set gdb_host_cpu to sh for all sh*.
8008 (sh*-*-netbsdelf*): New host.
8009 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8010 (sh*-*-netbsdelf*): New target.
8011 * sh-nbsd-nat.c: New file.
8012 * sh-nbsd-tdep.c: New file.
8013 * sh-nbsd-tdep.h: New file.
8014 * config/sh/nbsd.mh: New file.
8015 * config/sh/nbsd.mt: New file.
8016 * config/sh/nm-nbsd.h: New file.
8017 * config/sh/tm-nbsd.h: New file.
8018
8019 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8020
8021 * sh-tdep.c (sh_osabi_names): Declare.
8022 (process_note_abi_tag_sections): New function.
8023 (get_elfosabi): Ditto.
8024 (sh_gdbarch_register_os_abi): Ditto.
8025 (sh_dump_tdep): Ditto.
8026 _initialize_sh_tdep): Use gdbarch_register to register
8027 sh_gdbarch_init and sh_dump_tdep.
8028 * config/sh/tm-sh.h (sh_osabi): Declare.
8029 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8030
8031 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8032
8033 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8034 (thumb_scan_prologue): Ditto.
8035 (arm_find_callers_reg): Ditto.
8036 (arm_frame_chain): Ditto.
8037 (arm_init_extra_frame_info): Ditto.
8038 (arm_frame_saved_pc): Ditto.
8039 (arm_pop_frame): Ditto.
8040 (arm_push_return_address): New function.
8041 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8042 call_dummy_location, call_dummy_breakpoint_offset_p,
8043 call_dummy_breakpoint_offset, call_dummy_p,
8044 call_dummy_stack_adjust_p, call_dummy_words,
8045 sizeof_call_dummy_words, call_dummy_start_offset,
8046 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8047 call_dummy_address, push_return_address and push_dummy_frame for
8048 generic dummy frames.
8049
8050 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8051
8052 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8053 size computation for alloca.
8054 (sh_fp_frame_init_saved_regs): Likewise.
8055
8056 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8057
8058 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8059 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8060 * arm-tdep.c (arm_store_return_value): Use them.
8061 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8062 * remote-rdp.c (remote_rdp_fetch_register): Use
8063 ARM_MAX_REGISTER_RAW_SIZE.
8064 (remote_rdp_store_register): Likewise.
8065
8066 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8067
8068 * dwarf2cfi.c: Code cleanup, removed unused variables,
8069 added default labels to switch {} statements.
8070 * x86-64-tdep.c: Ditto.
8071 * x86-64-linux-nat.c: Ditto.
8072
8073 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8074
8075 * solib.h: Protect against multiple inclusion.
8076
8077 2002-05-06 Jim Blandy <jimb@redhat.com>
8078
8079 Add first preprocessor macro-expansion files.
8080 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8081 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8082 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8083 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8084 (COMMON_OBS): Add macrotab.o, macroexp.o.
8085 (macroexp.o, macrotab.o): New rules.
8086
8087 Separate the job of reading the line number info statement program
8088 header (...expialidocious) out into its own function.
8089 * dwarf2read.c (struct line_head, struct filenames, struct
8090 directories): Replace with...
8091 (struct line_header): New structure, containing the full
8092 contents of the statement program header, including the
8093 include directory and file name tables.
8094 (read_file_scope): If we have line number info, instead of just
8095 calling dwarf_decode_lines to do all the work, call
8096 dwarf_decode_line_header first to get a `struct line_header'
8097 containing the data in the statement program header, and then
8098 pass that to dwarf_decode_lines, which will pick up where that
8099 left off. Be sure to clean up the `struct line_header' object.
8100 (dwarf_decode_line_header, free_line_header, add_include_dir,
8101 add_file_name): New functions.
8102 (dwarf_decode_lines): Move all the code to read the statement
8103 program header into dwarf_decode_line_header. Take the line
8104 header it built as the first argument, instead of the offset to
8105 the compilation unit's line number info. Use the new `struct
8106 line_header' type instead of the old structures. No need to do
8107 cleanups here now, since we don't allocate anything.
8108 (dwarf2_statement_list_fits_in_line_number_section,
8109 dwarf2_line_header_too_long): New complaints.
8110
8111 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8112
8113 * gdbtypes.c (init_vector_type): New function.
8114 (build_builtin_type_vec128): Simplify the representation of SIMD
8115 registers.
8116 (build_gdbtypes): Initialize new builtin vector types.
8117 (_initialize_gdbtypes): Register new vector types with gdbarch.
8118 (builtin_type_v4_float, builtin_type_v4_int32,
8119 builtin_type_v8_int16, builtin_type_v16_int8,
8120 builtin_type_v2_int32, builtin_type_v4_int16,
8121 builtin_type_v8_int8): New (renamed) SIMD types.
8122
8123 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8124
8125 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8126 (i387_fill_fxsave): Likewise.
8127
8128 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8129
8130 * alpha-tdep.c (alpha_extract_return_value): Don't use
8131 non-constant array size in prototype.
8132
8133 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8134
8135 From Brian Taylor <briant at model dot com>:
8136 * ui-out.c (ui_out_field_core_addr): Use the function
8137 longest_local_hex_string_custom'to format addresses > 32 bits
8138 wide.
8139
8140 * ui-out.c (ui_out_field_core_addr): Update comment.
8141
8142 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8143
8144 * stack.c (select_and_print_frame): Make static. Delete the
8145 parameter `level'.
8146 (func_command): Update call.
8147 (select_frame_command): Delete code computing the frame level.
8148 * frame.h (select_and_print_frame): Delete declaration.
8149
8150 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8151
8152 * sparc-tdep.c (sparc_get_saved_register): Comment why
8153 get_prev_frame call is safe.
8154
8155 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8156
8157 * frame.h (select_frame): Delete level parameter.
8158 * stack.c (select_frame): Update. Use frame_relative_level to
8159 obtain the frame's level.
8160 (select_and_print_frame): Update call.
8161 (select_frame_command): Ditto.
8162 (up_silently_base): Ditto.
8163 (down_silently_base): Ditto.
8164 * ocd.c (ocd_start_remote): Ditto.
8165 * remote-rdp.c (remote_rdp_open): Ditto.
8166 * remote-mips.c (mips_initialize): Ditto.
8167 (common_open): Ditto.
8168 * remote-e7000.c (e7000_start_remote): Ditto.
8169 * m3-nat.c (select_thread): Ditto.
8170 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8171 (child_get_current_exception_event): Ditto.
8172 * varobj.c (varobj_create): Ditto.
8173 (varobj_update): Ditto.
8174 (c_value_of_root): Ditto.
8175 * tracepoint.c (finish_tfind_command): Ditto.
8176 * corelow.c (core_open): Ditto.
8177 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8178 * thread.c (info_threads_command): Ditto.
8179 (switch_to_thread): Ditto.
8180 * infrun.c (normal_stop): Ditto.
8181 (restore_selected_frame): Ditto.
8182 (restore_inferior_status): Ditto.
8183 * breakpoint.c (insert_breakpoints): Ditto.
8184 (watchpoint_check): Ditto.
8185 (bpstat_stop_status): Ditto.
8186 (do_enable_breakpoint): Ditto.
8187 * blockframe.c (flush_cached_frames): Ditto.
8188 (reinit_frame_cache): Ditto.
8189
8190 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8191
8192 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8193 maintainer.
8194
8195 2002-05-04 Jim Blandy <jimb@redhat.com>
8196
8197 * gdbtypes.c (replace_type): Doc fix.
8198
8199 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8200
8201 * valprint.c (strcat_longest): Delete commented out function.
8202 Update copyright.
8203
8204 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8205
8206 * MAINTAINERS: Mark a29k as deleted.
8207 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8208 Move new configurations to the top.
8209 * configure.tgt: Remove a29k.
8210 * config/a29k/tm-vx29k.h: Delete.
8211 * config/a29k/vx29k.mt: Delete.
8212 * config/a29k/tm-a29k.h: Delete.
8213 * config/a29k/a29k-udi.mt: Delete.
8214 * config/a29k/a29k.mt: Delete.
8215 * a29k-tdep.c: Delete.
8216 * remote-udi.c: Delete.
8217 * remote-mm.c: Delete.
8218 * remote-eb.c: Delete.
8219 * remote-adapt.c: Delete.
8220 * Makefile.in: Remove obsolete code.
8221 * config/s390/s390x.mt: Ditto.
8222 * config/s390/s390.mt: Ditto.
8223 * config/sparc/sparclynx.mh: Ditto.
8224 * config/sparc/linux.mh: Ditto.
8225 * config/pa/hppaosf.mh: Ditto.
8226 * config/pa/hppabsd.mh: Ditto.
8227 * config/ns32k/nbsd.mt: Ditto.
8228 * config/mips/vr5000.mt: Ditto.
8229 * config/m68k/sun3os4.mh: Ditto.
8230 * config/m68k/nbsd.mt: Ditto.
8231 * config/m68k/m68klynx.mh: Ditto.
8232 * config/m32r/m32r.mt: Ditto.
8233 * config/i386/x86-64linux.mt: Ditto.
8234 * config/i386/nbsdelf.mt: Ditto.
8235 * config/i386/nbsd.mt: Ditto.
8236 * config/i386/i386lynx.mh: Ditto.
8237
8238 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8239
8240 * target.c (debug_print_register): New function. Handle oversize
8241 registers.
8242 (debug_to_fetch_registers): Call.
8243 (debug_to_store_registers): Call.
8244
8245 2002-05-03 Jim Blandy <jimb@redhat.com>
8246
8247 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8248 (read_type): Doc fix.
8249 * gdbtypes.c (replace_type): Doc fix.
8250
8251 * stabsread.c (multiply_defined_struct): New complaint.
8252 (read_struct_type): If the type we were passed isn't empty, or
8253 incomplete, don't read the new struct type into it; complain,
8254 and return the original type unchanged. Take a new `type_code'
8255 argument, which is the type code for the new type.
8256 (read_type): Rather than storing the type's type code here, pass
8257 it as an argument to read_struct_type, and let that take care of
8258 storing it. That way, we don't overwrite the original type code,
8259 so read_struct_type can use it to decide whether we're overwriting
8260 something we shouldn't.
8261 (complain_about_struct_wipeout): New function.
8262
8263 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8264
8265 * gdbarch.sh: Assert that gdbarch is non-NULL.
8266 * gdbarch.c: Regenerate.
8267
8268 2002-05-03 Jason Merrill <jason@redhat.com>
8269
8270 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8271 and return NULL.
8272
8273 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8274
8275 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8276 (x86_64_dwarf2gdb_regno_map_length),
8277 (x86_64_dwarf2_reg_to_regnum): Added.
8278 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8279 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8280 (_initialize_x86_64_tdep): Synced with the change above.
8281 (x86_64_skip_prologue): Reformulated message.
8282
8283 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8284
8285 * f-exp.y: Also use new prev_lexptr variable
8286 to improve error reporting. Based on Michael Snyder
8287 2002-04-24 dated patch to c-exp.y.
8288 * jv-exp.y: Likewise.
8289 * m2-exp.y: Likewise.
8290
8291 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8292
8293 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8294 we are dealing with vectors.
8295
8296 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8297
8298 * config/m68k/tm-nbsd.h: Obvious fix,
8299 correct machine name.
8300
8301 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8302
8303 * p-typeprint.c (pascal_type_print_base): Add support
8304 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8305
8306 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8307
8308 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8309 for fondamental pascal 'char' type.
8310
8311 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8312
8313 * p-lang.h (is_pascal_string_type): Declaration changed,
8314 new sixth argument of type char ** added.
8315 * p-lang.c (is_pascal_string_type): Implementation
8316 changed. Args length_pos, length_size, string_pos, char_size
8317 can now be NULL. New argument arrayname set to the field
8318 name of the char array. Return value set to char array
8319 field index plus one.
8320 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8321 is_pascal_string_type function.
8322
8323 2002-05-02 Andrew Cagney <cagney@redhat.com>
8324
8325 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8326 <cagney@redhat.com> change.
8327 * gdbarch.c: Regenerate.
8328
8329 2002-05-02 Andrew Cagney <cagney@redhat.com>
8330
8331 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8332 before probing for a new one. Detect errorenous gdbarch_init
8333 functions.
8334 * gdbarch.c: Regenerate.
8335
8336 2002-05-01 Andrew Cagney <cagney@redhat.com>
8337
8338 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8339 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8340 * config/v850/tm-v850.h: Ditto. Update copyright.
8341
8342 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8343
8344 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8345 current_gdbarch.
8346
8347 2002-04-30 Michael Snyder <msnyder@redhat.com>
8348
8349 * arm-tdep.c: Whitespace clean-ups.
8350 (arm_skip_prologue): Fix thinko; two lines
8351 should have been removed as part of 4/24 change.
8352
8353 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8354
8355 * rs6000-tdep.c: Added comment describing how fpscr register
8356 numbers were chosen.
8357
8358 2002-04-30 Michael Snyder <msnyder@redhat.com>
8359
8360 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8361
8362 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8363
8364 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8365 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8366 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8367
8368 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8369
8370 From Louis Hamilton <hamilton@redhat.com>:
8371 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8372 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8373 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8374 not bfd-private xcoff data, to determine wordsize.
8375 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8376
8377 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8378
8379 GDB 5.2 released from 5.2 branch.
8380
8381 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8382
8383 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8384 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8385 (x86_64_register_info_table): Added comments with register numbers.
8386
8387 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8388
8389 * rs6000-tdep.c (rs6000_extract_return_value,
8390 rs6000_store_return_value): Handle returning vectors.
8391 (rs6000_gdbarch_init): Use
8392 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8393 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8394 New function.
8395 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8396 vectors.
8397 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8398 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8399
8400 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8401
8402 * hpread.c (hpread_psymtab_to_symtab_1,
8403 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8404 with fprintf_unfiltered (gdb_stderr,...).
8405
8406 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8407
8408 * remote-array.c (printf_monitor, write_monitor,
8409 array_insert_breakpoint, array_remove_breakpoint ):
8410 Replace fprintf (stderr,...
8411 with fprintf_unfiltered (gdb_stderr,....
8412 * remote-es.c: Likewise.
8413 * remote-os9k.c: Likewise.
8414 * remote-st.c: Likewise.
8415
8416 2002-04-28 Andreas Schwab <schwab@suse.de>
8417
8418 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8419 linux-proc.o and gcore.o.
8420
8421 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8422
8423 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8424 code without frame pointers.
8425
8426 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8427
8428 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8429 ON_STACK is needed.
8430
8431 2002-04-26 Ben Elliston <bje@redhat.com>
8432
8433 * target.c (do_xfer_memory): Correct reference to the new option
8434 "trust-readonly-sections".
8435
8436 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8437
8438 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8439 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8440 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8441 vectors.
8442 (read_array_type): Record the fact that this array type is really a
8443 vector (i.e. are passed in by value).
8444
8445 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8446
8447 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8448 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8449 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8450 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8451 * alpha-linux-tdep.c: Include frame.h.
8452 (alpha_linux_sigcontext_addr): New function.
8453 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8454 alpha_linux_sigcontext_addr.
8455 * alpha-osf1-tdep.c: Include gdbcore.h.
8456 (alpha_osf1_sigcontext_addr): New function.
8457 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8458 alpha_osf1_sigcontext_addr.
8459 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8460 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8461
8462 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8463
8464 * stack.c (selected_frame_level):
8465 (select_frame): Do not set selected_frame_level.
8466 * frame.h (selected_frame_level): Delete declaration.
8467
8468 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8469
8470 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8471 convert_from_func_ptr-addr when AIX / PowerOpen.
8472
8473 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8474
8475 * valops.c (hand_function_call): Call
8476 generic_save_call_dummy_addr.
8477 * frame.h (generic_save_call_dummy_addr): Declare.
8478 * blockframe.c (struct dummy_frame): Add fields call_lo and
8479 call_hi.
8480 (generic_find_dummy_frame): Check for PC in range call_lo to
8481 call_hi instead of entry_point_address.
8482 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8483 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8484 (generic_save_call_dummy_addr): New function.
8485
8486 2002-04-24 David S. Miller <davem@redhat.com>
8487
8488 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8489 sparc_skip_prologue.
8490 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8491 information to find prologue when possible.
8492 (sparc_prologue_frameless_p): Call examine_prologue directly.
8493 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8494 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8495 second argument.
8496 (SKIP_PROLOGUE): Likewise.
8497
8498 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8499
8500 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8501 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8502 indicate that the condition it was testing is always true.
8503 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8504 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8505 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8506
8507 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8508
8509 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8510 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8511 tdep->jb_pc and tdep->jb_elt_size.
8512 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8513 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8514 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8515 * alpha-nat.c (get_longjmp_target): Remove.
8516 (JB_ELEMENT_SIZE): Ditto.
8517 (JB_PC): Ditto.
8518 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8519 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8520 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8521 to alpha_get_longjmp_target.
8522 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8523 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8524 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8525
8526 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8527
8528 * README: Update to GDB 5.2.
8529
8530 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8531
8532 * gdbarch.sh (LC_ALL): Set to `c'.
8533
8534 2002-04-25 Theodore A. Roth <troth@verinet.com>
8535
8536 * avr-tdep.c: Ran through gdb_indent.sh.
8537
8538 2002-04-25 Theodore A. Roth <troth@verinet.com>
8539
8540 * MAINTAINERS: Add myself as AVR maintainer.
8541 * NEWS: Note new target avr.
8542
8543 2002-04-25 Theodore A. Roth <troth@verinet.com>
8544
8545 * Makefile.in: Add support for AVR target.
8546 * configure.tgt: Add support for AVR target.
8547 * avr-tdep.c: New file
8548 * config/avr/avr.mt: New file.
8549
8550 2002-04-25 Theodore A. Roth <troth@verinet.com>
8551
8552 * MAINTAINERS: Add myself to write-after-approval.
8553
8554 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8555
8556 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8557 with fprintf_unfiltered (gdb_stderr,....
8558
8559 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8560
8561 Fix PR gdb/508.
8562 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8563
8564 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8565
8566 * p-exp.y: Also use new prev_lexptr variable
8567 to improve error reporting. Based on Michael Snyder
8568 2002-04-24 dated patch to c-exp.y.
8569
8570 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8571
8572 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8573 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8574 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8575 to 0.
8576 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8577 and struct value.
8578 (FUNCTION_START_OFFSET): Remove.
8579 (BREAKPOINT): Ditto.
8580
8581 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8582
8583 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8584 * NEWS: Ditto.
8585
8586 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8587
8588 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8589 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8590 alpha_linux_pc_in_sigtramp.
8591 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8592 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8593 alpha_osf1_pc_in_sigtramp.
8594 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8595 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8596 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8597 alphafbsd_pc_in_sigtramp.
8598 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8599 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8600 alphanbsd_pc_in_sigtramp.
8601 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8602 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8603
8604 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8605
8606 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8607
8608 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8609
8610 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8611 alphanbsd-tdep.c.
8612 (alphanbsd-nat.o): New dependency list.
8613 (alphanbsd-tdep.o): Ditto.
8614 * NEWS: Note new native NetBSD/alpha configuration.
8615 * alphanbsd-nat.c: New file.
8616 * alphanbsd-tdep.c: Ditto.
8617 * configure.host (alpha*-*-netbsd*): New host.
8618 * configure.tgt (alpha*-*-netbsd*): New target.
8619 * config/alpha/nbsd.mh: New file.
8620 * config/alpha/nbsd.mt: Ditto.
8621 * config/alpha/nm-nbsd.h: Ditto.
8622 * config/alpha/tm-nbsd.h: Ditto.
8623
8624 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8625
8626 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8627 (alpha-osf1-tdep.o): New dependency list.
8628 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8629 and skip_sigtramp_frame members.
8630 * alpha-linux-tdep.c: Include gdbcore.h.
8631 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8632 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8633 * alpha-osf1-tdep.c: New file.
8634 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8635 alpha-osf1-dep.c.
8636 (alpha_frame_past_sigtramp_frame): New function.
8637 (alpha_dynamic_sigtramp_offset): Ditto.
8638 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8639 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8640 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8641 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8642 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8643 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8644 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8645 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8646 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8647 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8648 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8649 to find_solib_trampoline_target.
8650 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8651 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8652 (SKIP_TRAMPOLINE_CODE): Remove.
8653 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8654 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8655 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8656 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8657 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8658 (PROC_SIGTRAMP_MAGIC): Ditto.
8659 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8660 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8661 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8662 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8663 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8664
8665 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8666
8667 * NEWS: Note that Alpha targets are now multi-arch.
8668
8669 2002-04-24 Michael Snyder <msnyder@redhat.com>
8670
8671 * parser-defs.h (prev_lexptr): New external variable.
8672 * parse.c (parse_exp_1): Set prev_lexptr to null before
8673 calling the language-specific parser.
8674 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8675 (yyerror): Use prev_lexptr in error reporting.
8676
8677 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8678
8679 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8680 * gregset.h: If FILL_FPXREGSET is defined, provide
8681 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8682 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8683 is defined, call fill_fpxregset.
8684
8685 2002-04-24 Roland McGrath <roland@frob.com>
8686
8687 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8688 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8689 (supply_gregset, supply_fpregset): New functions.
8690
8691 * gnu-nat.c (gnu_find_memory_regions): New function.
8692 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8693 (gnu_xfer_memory): Add a cast.
8694
8695 2002-04-24 Michael Snyder <msnyder@redhat.com>
8696
8697 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8698 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8699 of argument regs ("str r(0123), [r11, #-nn"]).
8700 (arm_skip_prologue): Better handling for frameless functions.
8701 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8702 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8703
8704 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8705
8706 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8707 NUM_PSEUDO_REGS can be used.
8708
8709 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8710
8711 * arch-utils.h: Update copyright.
8712
8713 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8714 * gdbarch.h, gdbarch.c: Re-generate.
8715
8716 * inferior.h (IN_SIGTRAMP): Delete definition.
8717 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8718 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8719
8720 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8721 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8722 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8723 (find_proc_framesize): Ditto.
8724 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8725 (alpha_init_extra_frame_info): Ditto.
8726 * infrun.c (handle_inferior_event): Ditto.
8727 (handle_inferior_event): Ditto.
8728 (check_sigtramp2): Ditto.
8729 * blockframe.c (create_new_frame): Ditto.
8730 (get_prev_frame): Ditto.
8731 * ppc-linux-tdep.c: Update comments.
8732 * i386-linux-tdep.c: Update comments.
8733 * breakpoint.c (bpstat_what): Update comment.
8734
8735 2002-04-24 David S. Miller <davem@redhat.com>
8736
8737 * i960-tdep.c (register_in_window_p): New function.
8738 (i960_find_saved_register): Use it instead of
8739 REGISTER_IN_WINDOW_P.
8740 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8741
8742 * symtab.h (find_stab_function_addr): Kill extern.
8743 * minsyms.c (find_stab_function_addr): Remove from here...
8744 * dbxread.c: ... to here, and mark it static.
8745
8746 2002-04-20 David S. Miller <davem@redhat.com>
8747
8748 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8749 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8750
8751 2002-04-21 David S. Miller <davem@redhat.com>
8752
8753 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8754 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8755 (vx_write_register): Likewise.
8756
8757 2002-04-23 J. Brobecker <brobecker@gnat.com>
8758
8759 * source.c (is_regular_file): New function.
8760 (openp): Check wether file to open is a regular file
8761 to avoid opening directories.
8762
8763 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8764
8765 * findvar.c (extract_signed_integer): Cast printf argument
8766 to suppress format warning.
8767 (extract_unsigned_integer): Likewise.
8768 * infcmd.c (registers_info): Likewise.
8769 * top.c (get_prompt_1): Likewise.
8770 * valops.c (value_assign): Likewise.
8771 * valprint.c (print_decimal): Likewise.
8772
8773 2002-04-22 H.J. Lu (hjl@gnu.org)
8774
8775 * c-exp.y (typebase): Support
8776
8777 [long|long long|short] [signed|unsigned] [int|]
8778
8779 and
8780
8781 signed [long|long long|short] int
8782
8783 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8784
8785 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8786 and vax-tdep.h.
8787 * vax-tdep.h: New file.
8788 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8789 Make several routines static.
8790 (vax_get_saved_register): New function.
8791 (vax_gdbarch_init): New function.
8792 (_initialize_vax_tdep): Register vax_gdbarch_init.
8793 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8794 Remove macros now under the control of gdbarch.
8795
8796 2002-04-22 Michael Snyder <msnyder@redhat.com>
8797
8798 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8799 Some whitespace and coding standards tweaks.
8800
8801 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8802
8803 * vax-tdep.c: Include regcache.h.
8804 (vax_call_dummy_words): New.
8805 (sizeof_vax_call_dummy_words): New.
8806 (vax_fix_call_dummy): New function.
8807 (vax_saved_pc_after_call): Ditto.
8808 * config/vax/tm-vax.h: Don't include regcache.h.
8809 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8810 (CALL_DUMMY): Remove.
8811 (CALL_DUMMY_WORDS): Define.
8812 (SIZEOF_CALL_DUMMY_WORDS): Define.
8813 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8814
8815 2002-04-18 Michael Snyder <msnyder@redhat.com>
8816
8817 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8818
8819 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8820
8821 * vax-tdep.c (vax_frame_chain): New function.
8822 (vax_push_dummy_frame): Ditto.
8823 (vax_pop_frame): Ditto.
8824 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8825 (FRAMELESS_FUNCTION_INVOCATION): Use
8826 generic_frameless_function_invocation_not.
8827 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8828 (POP_FRAME): Use vax_pop_frame.
8829
8830 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8831
8832 * vax-tdep.c (vax_store_struct_return): New function.
8833 (vax_extract_return_value): Ditto.
8834 (vax_store_return_value): Ditto.
8835 (vax_extract_struct_value_address): Ditto.
8836 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8837 vax_store_struct_return.
8838 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8839 (STORE_RETURN_VALUE): Use vax_store_return_value.
8840 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8841
8842 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8843
8844 * vax-tdep.c (vax_frame_saved_pc): New function.
8845 (vax_frame_args_address_correct): Ditto.
8846 (vax_frame_args_address): Ditto.
8847 (vax_frame_locals_address): Ditto.
8848 (vax_frame_num_args): Move code to be in proximity to
8849 other frame-related functions.
8850 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8851 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8852 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8853 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8854 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8855
8856 2002-04-22 H.J. Lu (hjl@gnu.org)
8857
8858 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8859 includedir.
8860
8861 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8862
8863 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8864 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8865 (FRAME_INIT_SAVED_REGS): New macro.
8866
8867 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8868
8869 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8870
8871 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8872
8873 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8874 where needed.
8875 (fetch_osf_core_registers): Likewise.
8876 (supply_gregset): Likewise.
8877
8878 2002-04-22 J. Brobecker <brobecker@gnat.com>
8879
8880 * symfile.h (get_section_index): Define.
8881 * symfile.c (get_section_index): New function.
8882 * mdebugread.c (SC_IS_SBSS): New macro.
8883 (SC_IS_BSS): Return true for the scBss storage class only, as
8884 the scSBss storage class refers to the .sbss section.
8885 (parse_partial_symbols): Discard the symbols which associated
8886 section does not exist.
8887 Make sure to use the .sbss section index for symbols which
8888 storage class is scBss, rather than using the .bss section index.
8889
8890 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8891
8892 * vax-tdep.c: Update copyright years.
8893 (vax_register_name): New function.
8894 (vax_register_byte): Ditto.
8895 (vax_register_raw_size): Ditto.
8896 (vax_register_virtual_size): Ditto.
8897 (vax_register_virtual_type): Ditto.
8898 * config/vax/tm-vax.h: Update copyright years.
8899 (REGISTER_NAMES): Remove.
8900 (REGISTER_NAME): Define.
8901 (REGISTER_BYTE): Use vax_register_byte.
8902 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8903 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8904 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8905
8906 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8907
8908 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8909 declaration
8910 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8911
8912 2002-04-21 David S. Miller <davem@redhat.com>
8913
8914 * arch-utils.c (generic_prologue_frameless_p): Kill
8915 SKIP_PROLOGUE_FRAMELESS_P code.
8916 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8917 references.
8918 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8919 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8920 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8921 references.
8922 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8923 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8924 (sparc_gdbarch_init): Pass it to
8925 set_gdbarch_prologue_frameless_p.
8926
8927 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8928
8929 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8930 (alphabsd-nat.o): New dependency list.
8931
8932 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8933
8934 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8935 alphafbsd-tdep.c.
8936 (alpha-linux-tdep.o): New dependency list.
8937 (alphafbsd-tdep.o): Likewise.
8938
8939 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8940
8941 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8942 to here...
8943 * alpha-tdep.c: ...from here.
8944 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8945
8946 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8947
8948 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8949 prototype from here...
8950 * alpha-tdep.h: ...to here.
8951
8952 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8953
8954 * frame.h (selected_frame_level): Document as deprecated.
8955 (frame_relative_level): Declare.
8956 * stack.c (frame_relative_level): New function.
8957 (selected_frame_level): Document as deprecated.
8958 (select_frame): Do not set the selected_frame_level.
8959
8960 * stack.c (frame_info, record_selected_frame): Update.
8961 (frame_command, current_frame_command): Update.
8962 (up_silently_base, up_command, down_silently_base): Update.
8963 (down_command): Update.
8964 * inflow.c (kill_command): Update.
8965 * tracepoint.c (finish_tfind_command): Update.
8966 * corelow.c (core_open): Update.
8967 * thread.c (info_threads_command): Update.
8968 (do_captured_thread_select): Update.
8969 * infcmd.c (finish_command): Update.
8970 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8971
8972 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8973
8974 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8975
8976 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8977
8978 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8979 type const.
8980
8981 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8982
8983 * alphafbsd-tdep.c: Update copyright years. Include
8984 alpha-tdep.h.
8985 (alphafbsd_use_struct_convention): Make static.
8986 (alphafbsd_init_abi): New function.
8987 (_initialize_alphafbsd_tdep): New function.
8988 * config/alpha/tm-fbsd.h: Update copyright years.
8989 (USE_STRUCT_CONVENTION): Remove.
8990
8991 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8992
8993 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8994 an Alpha ABI variant.
8995 (alpha_abi_handler_list): Declare.
8996 (alpha_gdbarch_register_os_abi): New function.
8997 (alpha_gdbarch_init): Give registered ABI variant handlers a
8998 chance to tweak the gdbarch once we have set up defaults.
8999 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9000
9001 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9002
9003 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9004 to standard_coerce_float_to_double.
9005 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9006
9007 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9008
9009 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9010 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9011 from gdbarch_tdep rather than a constant.
9012 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9013 the default text address for all Alpha Unix ABIs.
9014 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9015 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9016
9017 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9018
9019 * alpha-tdep.h: New file. Includes several Alpha target constants
9020 taken from...
9021 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9022 let gdbarch deal with.
9023 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9024 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9025 to dependency list.
9026 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9027 Alpha target register names.
9028 * alphabsd-nat.c: Likewise.
9029 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9030 Alpha target register names. Make serveral routines static.
9031 (alpha_get_saved_register): New function.
9032 (alpha_abi_names): New.
9033 (process_note_abi_tag_sections): New function.
9034 (get_elfosabi): New function.
9035 (alpha_gdbarch_init): New function.
9036 (alpha_dump_tdep): New function.
9037 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9038
9039 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9040
9041 * frame.c (find_saved_register): Delete #ifdef
9042 HAVE_REGISTER_WINDOWS code.
9043 * config/sparc/tm-sparc.h: Update comments.
9044 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9045
9046 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9047
9048 * i960-tdep.c (i960_find_saved_register): New function.
9049 (i960_get_saved_register): New function.
9050 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9051 (i960_get_saved_register): Declare.
9052 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9053
9054 2002-04-20 David S. Miller <davem@redhat.com>
9055
9056 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9057
9058 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9059
9060 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9061 instead of NUM_PSEUDO_REGS.
9062
9063 2002-04-20 David S. Miller <davem@redhat.com>
9064
9065 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9066 GDB_MULTI_ARCH_PARTIAL
9067 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9068 define, let tm-sp64.h do it.
9069
9070 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9071
9072 * frame.c (find_saved_register): Avoid a NULL pointer
9073 dereference and actually walk the frame list.
9074
9075 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9076
9077 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9078 sorted in most most-recent-used order. Document.
9079 * gdbarch.h, gdbarch.c: Regenerate.
9080
9081 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9082
9083 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9084 instead of ->prev.
9085 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9086 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9087 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9088 instead of ->prev.
9089
9090 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9091
9092 Fix PR gdb/471.
9093 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9094 (build_builtin_type_vec128): Ditto.
9095 (append_composite_type_field): Fix calculation of type length in
9096 union case.
9097
9098 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9099
9100 * config/djgpp/README: Update.
9101
9102 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9103 compiler warnings.
9104
9105 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9106
9107 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9108 (alpha_setup_arbitrary_frame): ...to this.
9109 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9110 for alpha_setup_arbitrary_frame.
9111
9112 2002-04-18 Andrew Cagney <cagney@redhat.com>
9113
9114 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9115 * gdbarch.h, gdbarch.c: Regenerate.
9116
9117 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9118 * target.h (memory_breakpoint_from_pc): Update declaration.
9119 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9120
9121 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9122 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9123 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9124 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9125 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9126 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9127 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9128 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9129 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9130 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9131 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9132 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9133
9134 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9135 const pointer.
9136 * monitor.c (monitor_insert_breakpoint): Ditto.
9137 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9138
9139 * config/mcore/tm-mcore.h: Update copyright.
9140 * mem-break.c: Ditto.
9141 * xstormy16-tdep.c: Ditto.
9142
9143 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9144
9145 * p-exp.y: Add precedence rule for '^' token.
9146 This removes the shift/reduce conflicts.
9147 Remove the comment concerning these shift/reduce conflicts.
9148
9149 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9150
9151 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9152 (registers_powerpc_nofp): New register set for processors
9153 without floating point unit.
9154
9155 2002-04-18 David S. Miller <davem@redhat.com>
9156
9157 * MAINTAINERS: Add myself to write-after-approval.
9158
9159 2002-04-17 Michael Snyder <msnyder@redhat.com>
9160
9161 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9162
9163 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9164
9165 * rs6000-tdep.c (frame_initial_stack_address): Use
9166 frame_register_read to read the alloca_reg.
9167
9168 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9169
9170 * frame.c (find_saved_register): Find saved registers in the next
9171 not prev frame.
9172 Fix PR gdb/365.
9173
9174 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9175
9176 * gdbarch.sh (LANG): Set to ``c''.
9177
9178 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9179
9180 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9181
9182 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9183
9184 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9185 Update copyright.
9186
9187 * hpread.c (hpread_get_lntt): Add declaration.
9188 Also fix PR gdb/391.
9189
9190 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9191
9192 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9193 * aclocal.m4, configure: Re-generate.
9194 Fix PR gdb/391.
9195
9196 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9197
9198 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9199 instead of tm_print_insn.
9200
9201 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9202
9203 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9204
9205 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9206
9207 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9208 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9209 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9210
9211 2002-04-12 Don Howard <dhoward@redhat.com>
9212
9213 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9214 max_user_call_depth.
9215 (init_cmd_lists): Initialize the new value;
9216 * cli/cli-script.c (execute_user_command): Limit the call depth of
9217 user defined commands. This avoids a core-dump when user commands
9218 are infinitly recursive.
9219
9220 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9221
9222 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9223 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9224 from tdep struct instead of DEFAULT_LR_SAVE.
9225 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9226 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9227 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9228
9229 2002-04-12 Michael Snyder <msnyder@redhat.com>
9230
9231 * Remote.c: Spelling fix.
9232 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9233 If no symbol found for "sbrk", try "_sbrk".
9234 (make_output_phdrs): Use bfd_section_name.
9235 (gcore_copy_callback): Use bfd_section_name.
9236 * eval.c: Indentation fix-ups.
9237 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9238 in case it gets applied to an address that is already
9239 in the instruction space.
9240 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9241 * symfile.c: Fix indentation, long lines.
9242 * source.c: White space fix-up.
9243
9244 2002-04-12 Andrew Cagney <cagney@redhat.com>
9245
9246 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9247 * frame.c (frame_register_read): New function. Return non-zero on
9248 success.
9249 (read_relative_register_raw_bytes_for_frame): Delete.
9250 (read_relative_register_raw_bytes): Delete.
9251 * frame.h (frame_register_read): Declare.
9252 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9253 * sh-tdep.c: Ditto.
9254 * infcmd.c (do_registers_info): Ditto.
9255 * hppa-tdep.c: Ditto.
9256 * rs6000-tdep.c: Ditto.
9257 * h8500-tdep.c: Ditto.
9258 * mips-tdep.c: Ditto.
9259 * h8300-tdep.c: Ditto.
9260 * z8k-tdep.c: Ditto.
9261
9262 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9263
9264 From Jimi X <jimix@watson.ibm.com>:
9265 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9266 64-bit SysV ABI.
9267
9268 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9269
9270 From Jimi X <jimix@watson.ibm.com>:
9271 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9272 bfd info.
9273
9274 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9275
9276 From Jimi X <jimix@watson.ibm.com>:
9277 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9278 register sets for these processor variants.
9279
9280 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9281
9282 * regformats/reg-ppc.dat: Support FPSCR.
9283
9284 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9285
9286 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9287 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9288 Add fpscr as an invalid/unfetchable register.
9289 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9290 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9291 (fill_fpregset): Add support for register fpscr.
9292 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9293 (fill_gregset): Account for the fact that register ``mq'' might
9294 not exist.
9295 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9296 (registers_power): Add fpscr to register set at slot 71.
9297 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9298 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9299
9300 2002-04-11 Michael Snyder <msnyder@redhat.com>
9301
9302 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9303 * configure: Regenerate.
9304 * config.in: Regenerate.
9305 * acconfig.h: Add define for _SYSCALL32.
9306 * core-sol2.c: Remove #define _SYSCALL32.
9307 * solib-legacy.c: Remove #define _SYSCALL32.
9308
9309 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9310
9311 * stack.c (select_frame): Cleanup internal error message, do not
9312 use %p.
9313
9314 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9315
9316 * stack.c (select_frame): Check that selected_frame and the
9317 specified level are as expected.
9318 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9319 Update copyright.
9320 * frame.h (struct frame_info): Add field `level'. Update
9321 copyright.
9322 Work-in-progress PR gdb/464.
9323
9324 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9325
9326 * maint.c (maint_print_section_info): Rename print_section_info.
9327 (print_bfd_section_info, print_objfile_section_info): Update.
9328 * inferior.h (struct gdbarch): Add opaque declaration.
9329 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9330 * gdbarch.h: Regenerate.
9331
9332 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9333
9334 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9335 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9336 (kernel_u_size): Added.
9337 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9338 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9339
9340 2002-04-04 Jim Ingham <jingham@apple.com>
9341
9342 * valarith.c (find_size_for_pointer_math): New function, either returns
9343 the size for a pointer's target, returns 1 for void *, or errors for
9344 incomplete types.
9345 (value_add, value_sub): use find_size_for_pointer_math.
9346
9347 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9348
9349 * linux-low.c (linux_look_up_symbols): New hook.
9350 (linux_target_ops): Add linux_look_up_symbols.
9351 * remote-utils.c (decode_address): New function.
9352 (look_up_one_symbol): New function.
9353 * server.c (handle_query): Call target look_up_symbols hook.
9354 * server.h (look_up_one_symbol): Add prototype.
9355 * target.h (struct target_ops): Add look_up_symbols hook.
9356
9357 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9358
9359 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9360 override FP_REGNUM with frame->fp. Update copyright.
9361 * parse.c (num_std_regs, std_regs): Delete.
9362 (target_map_name_to_register): Do not search std_regs. Update
9363 function description.
9364 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9365 declarations. Update copyright.
9366 Fix PR gdb/251.
9367
9368 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9369
9370 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9371 after the last symbol in a block.
9372
9373 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9374
9375 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9376 is non zero as a found symbol.
9377
9378 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9379
9380 * findvar.c: Include "builtin-regs.h".
9381 (value_of_register): Call value_of_builtin_reg when applicable.
9382 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9383 (target_map_name_to_register): Call
9384 builtin_reg_map_name_to_regnum.
9385 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9386 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9387 (builtin_regs_h): Define.
9388 (builtin-regs.o): New target.
9389 (findvar.o): Add $(builtin_regs_h).
9390 * builtin-regs.c, builtin-regs.h: New files.
9391 * std-regs.c: New file.
9392 Partial fix for PR gdb/251.
9393
9394 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9395
9396 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9397 it's no longer required.
9398
9399 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9400
9401 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9402
9403 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9404
9405 From Jimi X <jimix@watson.ibm.com>:
9406 * rs6000-tdep.c (rs6000_software_single_step): Use
9407 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9408 and size. Use target_insert_breakpoint() and
9409 target_remove_breakpoint() to insert and remove breakpoints
9410 instead of explicit memory reads and writes.
9411
9412 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9413
9414 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9415 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9416 ELF_OBJECT_FORMAT ifdef.
9417
9418 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9419
9420 From Jimi X <jimix@watson.ibm.com>:
9421 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9422
9423 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9424
9425 From Jimi X <jimix@watson.ibm.com>:
9426 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9427 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9428
9429 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9430
9431 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9432 s/asprintf/xasprintf/.
9433 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9434
9435 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9436
9437 I believe Jeff Law denies responsability for this one:
9438 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9439 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9440 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9441 Work-around for PR gdb/366.
9442
9443 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9444
9445 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9446 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9447 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9448
9449 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9450
9451 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9452 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9453 information.
9454
9455 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9456
9457 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9458 maintainer.
9459
9460 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9461
9462 * README (Reporting Bugs in GDB): Document the bug web page as the
9463 prefered way of submitting bugs.
9464 Fix PR gdb/402.
9465
9466 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9467
9468 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9469 -1. Update comment.
9470 * gdbarch.h, gdbarch.c: Re-generate.
9471
9472 2002-04-07 Andreas Schwab <schwab@suse.de>
9473
9474 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9475 buffer to regcache_collect.
9476
9477 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9478
9479 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9480 * gdbarch.c, gdbarch.h: Re-generate.
9481
9482 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9483
9484 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9485 declaration. Fix -Werror.
9486
9487 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9488
9489 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9490 * gdbarch.c: Regenerate.
9491
9492 2002-04-05 Michael Snyder <msnyder@redhat.com>
9493
9494 * breakpoint.c (clear_command): Rewrite middle section to
9495 combine two loops with identical control conditions.
9496 Add a cleanup to eliminate a memory leak.
9497 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9498
9499 2002-04-05 H.J. Lu (hjl@gnu.org)
9500
9501 * solib-svr4.c (bkpt_names): Add "__start".
9502
9503 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9504
9505 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9506 as test for 64 bit target.
9507
9508 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9509
9510 * h8500-tdep.c (h8500_write_fp): Delete function.
9511 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9512 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9513 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9515 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9516 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9517 (s390_write_fp):
9518 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9519 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9520 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9521 (d10v_write_fp): Delete function.
9522 * inferior.h (write_fp, generic_target_write_fp): Delete
9523 declarations.
9524 * regcache.c (generic_target_write_fp): Delete function.
9525 (write_fp): Delete function.
9526 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9527 * gdbarch.h, gdbarch.c: Regenerate.
9528 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9529 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9530 (sparc64_write_fp): Delete declaration.
9531 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9532 (h8500_write_fp): Delete declaration.
9533
9534 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9535
9536 * sparc-tdep.c (sparc64_write_fp): Delete.
9537 (sparc_push_dummy_frame): Replace write_fp call with code to store
9538 the FP directly.
9539 (sparc_gdbarch_init): Do not initialize write_fp.
9540
9541 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9542
9543 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9544 clause.
9545
9546 2002-03-29 Jim Blandy <jimb@redhat.com>
9547
9548 * stack.c (get_selected_block): Add new argument `addr_in_block',
9549 used to return the exact code address we used to select the block,
9550 not just the block.
9551 * blockframe.c (get_frame_block, get_current_block): Same.
9552 * frame.h (get_frame_block, get_current_block,
9553 get_selected_block): Update declarations.
9554 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9555 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9556
9557 2002-04-05 Michael Snyder <msnyder@redhat.com>
9558
9559 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9560 warning message.
9561
9562 2002-04-05 J. Brobecker <brobecker@gnat.com>
9563
9564 * utils.c (xfullpath): New function.
9565 * defs.h (xfullpath): Add declaration.
9566 * source.c (openp): Use xfullpath in place of gdb_realpath to
9567 avoid resolving the basename part of filenames when the
9568 associated file is a symbolic link. This fixes a potential
9569 inconsistency between the filenames known to GDB and the
9570 filenames it prints in the annotations.
9571 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9572 to be able to match a filename with either the real filename, or
9573 the name of any symbolic link to this file.
9574 (lookup_partial_symtab): Ditto.
9575
9576 2002-04-04 Michael Snyder <msnyder@redhat.com>
9577
9578 * breakpoint.c: Add support for hardware breakpoints in overlays.
9579 (overlay_events_enabled): New state variable.
9580 (insert_breakpoints): Use overlay_events_enabled to decide
9581 whether to attempt to set a breakpoint at the overlay load addr.
9582 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9583 (remove_breakpoint): Use overlay_events_enabled to decide
9584 whether breakpoints need to be removed from overlay load addr.
9585 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9586 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9587 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9588 disable_overlay_breakpoints): Update overlay_events_enabled.
9589
9590 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9591
9592 * dwarf2read.c (struct function_range): New.
9593 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9594 (check_cu_functions): New.
9595 (read_file_scope): Initialize global function lists.
9596 Call dwarf_decode_line after processing children.
9597 (read_func_scope): Add to global function list.
9598 (dwarf_decode_lines): Call check_cu_functions everywhere
9599 record_line is called. Call record_line with a linenumber
9600 of 0 to mark sequence ends.
9601
9602 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9603
9604 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9605 change sync with glibc.
9606
9607 2002-04-03 Jim Blandy <jimb@redhat.com>
9608
9609 * configure.in: Call AC_C_INLINE.
9610 * configure: Regenerated.
9611
9612 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9613
9614 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9615 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9616
9617 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9618
9619 * NEWS: Mention gcore support on FreeBSD/i386.
9620
9621 * fbsd-proc.c: New file.
9622 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9623 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9624
9625 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9626 while statement.
9627
9628 2002-03-29 Jim Blandy <jimb@redhat.com>
9629
9630 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9631 unescaped newlines in string literals, but newer ones don't. So
9632 escape them.
9633
9634 2002-03-26 Michael Snyder <msnyder@redhat.com>
9635 Andrew Cagney <cagney@redhat.com>
9636
9637 * cli/cli-dump.c: New file. Dump memory to file,
9638 restore file to memory.
9639 * cli/cli-dump.h: New file.
9640 * Makefile.in: Add rules, dependencies for cli-dump.o.
9641 * NEWS: Mention new commands.
9642
9643 2002-03-28 Michael Snyder <msnyder@redhat.com>
9644
9645 * symfile.c (symbol_file_add): Move test for null symbols to later.
9646
9647 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9648
9649 From veksler at il.ibm.com:
9650 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9651 the xstrduped original path.
9652 Fix PR gdb/417.
9653
9654 2002-03-27 Michael Snyder <msnyder@redhat.com>
9655
9656 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9657 * infcmd.c (_initialize_infcmd): Ditto.
9658 * language.c (_initialize_language): Ditto.
9659 * symfile.c (_initialize_symfile): Ditto.
9660 * top.c (_init_main): Ditto.
9661 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9662
9663 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9664
9665 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9666 vector registers handling.
9667 (skip_prologue): Handle new AltiVec instructions. Fill in new
9668 fields of frame data.
9669 (frame_get_saved_regs): Fill in information for AltiVec registers.
9670
9671 2002-03-27 Jim Blandy <jimb@redhat.com>
9672
9673 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9674 a function; leave this macro here to invoke that function.
9675 (symbol_init_mangled_name): Declaration for that function.
9676 * symtab.c (symbol_init_mangled_name): New function.
9677
9678 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9679
9680 * valarith.c: Replace strerror with safe_strerror.
9681 * tracepoint.c: Ditto.
9682 * lin-lwp.c: Ditto.
9683 * go32-nat.c: Ditto.
9684 * inflow.c: Ditto.
9685 * gnu-nat.c: Ditto.
9686
9687 2002-03-27 Andreas Schwab <schwab@suse.de>
9688
9689 * event-top.c (command_line_handler): Remove useless if.
9690
9691 2002-03-27 Andreas Jaeger <aj@suse.de>
9692
9693 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9694 comment.
9695
9696 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9697
9698 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9699 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9700 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9701 (x86_64_linux_dr_get_status, supply_gregset),
9702 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9703 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9704 (x86_64_register_info_table): Add.
9705 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9706 (x86_64_register_raw_size, x86_64_register_virtual_type),
9707 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9708 general x86_64_register_info_table.
9709 (i386_gdbarch_init): gdbarch_register_bytes is now set
9710 dynamicaly during initialization.
9711 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9712 * gdbserver/linux-x86-64-low.c: Ditto.
9713
9714 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9715
9716 * gdbserver/server.c (main): Call target_signal_to_host_p
9717 and target_signal_to_host on signals received from the remote.
9718 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9719 target_signal_from_host on signals sent to the remote.
9720 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9721 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9722
9723 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9724
9725 * signals/signals.c: Include "server.h" in gdbserver build.
9726 (target_signal_from_name): Don't use STREQ.
9727 (_initialize_signals): Likewise. Don't include function in
9728 gdbserver build.
9729
9730 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9731
9732 * signals.c: Moved to...
9733 * signals/signals.c: Here.
9734 * Makefile (signals.o): Update.
9735
9736 2002-03-26 Jeff Law (law@redhat.com)
9737
9738 * somread.c (som_symtab_read): Remove some commented out code and
9739 updated related comments. Do not set the minimal symbol table to
9740 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9741 in a dynamic executable.
9742 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9743 where we are unable to find the minimal symbol for the given
9744 PC value.
9745
9746 2002-03-25 Jeff Law (law@redhat.com)
9747
9748 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9749
9750 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9751
9752 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9753
9754 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9755
9756 * command.h: Update copyright.
9757 (struct cmd_list_element): Replace definition with opaque
9758 declaration.
9759 (enum cmd_types): Document that it will eventually be moved to
9760 cli/cli-decode.h
9761 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9762 (MALLOCED_REPLACEMENT): Delete macro.
9763 * Makefile.in (cli_decode_h): Add $(command_h).
9764 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9765 * top.c: Include "cli/cli-decode.h".
9766 * completer.c: Include "cli/cli-decode.h".
9767 * maint.c: Include "cli/cli-decode.h".
9768 * cli/cli-decode.h: Include "command.h".
9769 (enum command_class): Delete.
9770 (enum cmd_types): Comment out.
9771 (enum cmd_auto_boolean): Delete.
9772 (enum var_types): Delete.
9773
9774 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9775
9776 * cli/cli-decode.c: Include "gdb_assert.h".
9777 (add_set_or_show_cmd): New static function.
9778 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9779 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9780 all fields, such as func, from the set command.
9781
9782 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9783
9784 * MAINTAINERS (sh-elf): Change warning flag to -w.
9785
9786 2002-03-23 Andrew Cagney <cagney@redhat.com>
9787
9788 * defs.h (error): Add printf format attribute.
9789 * thread-db.c (thread_from_lwp): Fix error format string.
9790 * stack.c (parse_frame_specification): Ditto.
9791 * cli/cli-decode.c (undef_cmd_error): Ditto.
9792 * scm-lang.c (scm_lookup_name): Ditto.
9793 * tracepoint.c (trace_error): Ditto.
9794 * remote-utils.c (usage): Ditto.
9795 * remote.c (compare_sections_command): Ditto.
9796 Fix PR gdb/328.
9797
9798 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9799
9800 * gdbtypes.c (append_composite_type_field): New function.
9801 (init_composite_type): New function.
9802 * gdbtypes.h (append_composite_type_field): Declare.
9803 (init_composite_type): Ditto.
9804
9805 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9806
9807 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9808 function.
9809 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9810 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9811 structure returning convention for SYSV ABI case, but not
9812 for GNU/Linux, FreeBSD, or NetBSD.
9813
9814 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9815
9816 * symtab.h (lookup_block_symbol): Add mangled_name argument
9817 to prototype.
9818
9819 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9820 with new mangled_name argument.
9821 * linespec.c (decode_line_1): Likewise.
9822 * valops (value_of_this): Likewise.
9823 * symtab.c (lookup_transparent_type): Likewise.
9824 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9825 (lookup_symbol): If we are given a mangled name, pass it down
9826 to lookup_symbol_aux.
9827 (lookup_block_symbol): If we are given a mangled name to check
9828 against, only return symbols which match it.
9829
9830 2002-03-22 Christopher Faylor <cgf@redhat.com>
9831
9832 * win32-nat.c (child_create_inferior): Check for proper shell to use
9833 here, in case the user changes it on the fly.
9834 (_initialize_inftarg): Remove shell path considerations.
9835
9836 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9837
9838 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9839 for gdbarch_max_register_raw_size and max_register_virtual_size.
9840 Adjust copyright year.
9841
9842 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9843
9844 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9845 in a function to cover the entire beginning of the function
9846 as well if it does not already.
9847
9848 2002-03-21 Tom Rix <trix@redhat.com>
9849
9850 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9851 (rs6000_ptrace64): Renamed from ptrace64.
9852
9853 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9854
9855 * gdbserver/remote-utils.c (remote_open): Don't call
9856 getprotobyname, we're all using TCP here so just use
9857 IPPROTO_TCP.
9858 * gdbserver/gdbreplay.c (remote_open): Ditto.
9859
9860 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9861
9862 * regcache.c (_initialize_regcache): No need to call
9863 build_regcache() at this time; it gets called whenever
9864 the gdbarch changes.
9865
9866 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9867
9868 * sparc-nat.c: Include sys/param.h where possible.
9869
9870 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9871
9872 Fix PR gdb/422.
9873 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9874 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9875 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9876 complex types.
9877 * stabsread.c (rs6000_builtin_type): Likewise.
9878 (read_sun_floating_type): Likewise.
9879
9880 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9881
9882 * stabsread.c (read_member_functions): Remove skip code for duplicate
9883 constructor/destructor methods. Use standard parsing for these
9884 methods and just do not chain them to the list of methods after
9885 parsing.
9886
9887 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9888
9889 * coffread.c: Remove redundant static declarations. Replace
9890 occurrences of `PTR' with `void *'.
9891 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9892 * top.h (quit_cover): Likewise.
9893 * defs.h (catch_errors): Likewise.
9894
9895 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9896
9897 * defs.h (XMALLOC): Define.
9898 * gdb-events.sh (XMALLOC): Delete macro.
9899 * gdb-events.c, gdb-events.h: Regenerate.
9900 * gdbarch.sh (XMALLOC): Delete macro.
9901 * gdbarch.c: Regenerate.
9902 * serial.c (XMALLOC): Delete macro.
9903 * ui-file.c (XMALLOC): Ditto.
9904 * ser-unix.h (XMALLOC): Ditto.
9905 * sh-tdep.c (XMALLOC): Ditto.
9906 * ui-out.c (XMALLOC): Ditto.
9907 * utils.c (XMALLOC): Ditto.
9908 * i386-tdep.c (XMALLOC): Ditto.
9909 * gdb-events.c (XMALLOC): Ditto.
9910 * d10v-tdep.c (XMALLOC): Ditto.
9911 * cli-out.c (XMALLOC): Ditto.
9912
9913 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9914 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9915 * ui-file.c, ui-out.c: Ditto.
9916
9917 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9918
9919 * command.h (struct cmd_list_element): Add field context.
9920 (set_cmd_context, get_cmd_context): Declare.
9921 * cli/cli-decode.h: Ditto.
9922 * cli/cli-decode.c (get_cmd_context): New function.
9923 (set_cmd_context): New function.
9924 (add_cmd): Initialize context.
9925 Part of fixing PR gdb/145 and PR gdb/146.
9926
9927 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9928
9929 * cli/cli-decode.c (cmd_type): New function.
9930 * command.h (cmd_type): Declare.
9931 * infrun.c (set_schedlock_func): Call function cmd_type.
9932 * kod.c (kod_set_os): Call cmd_type.
9933 * cris-tdep.c (cris_version_update): Use function cmd_type.
9934 (cris_mode_update, cris_abi_update): Ditto.
9935
9936 * command.h: (execute_cmd_post_hook): Declare.
9937 (execute_cmd_pre_hook): Declare.
9938 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9939 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9940 functions. Execute pre/post hook while ensuring that afterwords
9941 hook_in is cleared.
9942 * top.c (execute_command): Use execute_cmd_post_hook, and
9943 execute_cmd_pre_hook to execute pre/post commands.
9944 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9945 hook_stop_stub.
9946 (hook_stop_stub): Call execute_cmd_pre_hook.
9947
9948 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9949
9950 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9951 set'' and this leads to a core dump. Move xstrdup of
9952 operating_system to after check that it is not NULL.
9953
9954 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9955
9956 * kod.c (kod_set_os): Remove unnecessary check that
9957 ``command->type'' is set_cmd.
9958
9959 * valprint.c (set_input_radix): Use input_radix.
9960 (set_output_radix): Use output_radix.
9961 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9962 isn't reverted.
9963
9964 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9965
9966 * value.h (struct value): Delete field ``substring_addr''. Change
9967 aligner fields to force_doublest_align, force_longest_align,
9968 force_core_addr_align and force_pointer_aligh.
9969
9970 * value.h (struct value): Fix typo in above change.
9971
9972 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9973
9974 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9975 to fix internal_error from ``maintenance print architecture''.
9976
9977 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9978
9979 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9980 for gcc versions after gcc-2.8.1.
9981
9982 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9983
9984 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9985 for method resolution. Restore adjustment of ``this'' pointer after
9986 calling value_struct_elt, which was accidentally removed during the
9987 HP merge.
9988
9989 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9990
9991 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9992 value_of_register.
9993 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9994 get_saved_register.
9995 * value.h (value_of_register): Update.
9996
9997 2002-03-14 Richard Henderson <rth@redhat.com>
9998
9999 * configure.in: Detect declaration for canonicalize_file_name.
10000 * utils.c (canonicalize_file_name): Declare, if needed.
10001 (gdb_realpath): Prefer realpath if available and usable.
10002 * config.in, configure: Rebuild.
10003
10004 2002-03-14 Richard Henderson <rth@redhat.com>
10005
10006 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10007 a constant array bound.
10008
10009 * MAINTAINERS: Add myself to write-after-approval.
10010
10011 2002-03-14 Michael Snyder <msnyder@redhat.com>
10012
10013 * symfile.c (syms_from_objfile): Return immediately if no syms.
10014 (symbol_file_add): Return immediately if no syms.
10015 (find_sym_fns): Return immediately if no syms.
10016
10017 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10018
10019 * gdbserver/remote-util.c (remote_open): Print remote-side's
10020 IP address when remote debugging over the network.
10021
10022 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10023
10024 * config/sparc/fbsd.mh: Fix copyright.
10025 * config/sparc/fbsd.mt: Likewise.
10026
10027 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10028
10029 * MAINTAINERS: Fix typo in name of gdb warnings option.
10030 (x86-64): Fix formating so that this can be parsed by awk.
10031
10032 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10033
10034 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10035 * defs.h: Include "gdb/signals.h".
10036 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10037
10038 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10039
10040 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10041 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10042 from x86-64-tdep.h
10043
10044 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10045 Don Howard <dhoward@redhat.com>
10046
10047 * mips-tdep.c (ST0_FR): Define.
10048 (mips2_fp_compat): New function, temporarily disabled.
10049 (mips_read_fp_register_single): New function.
10050 (mips_read_fp_register_double): New function.
10051 (mips_print_register): Use them.
10052 (do_fp_register_row): Likewise.
10053
10054 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10055
10056 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10057 approval''.
10058
10059 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10060
10061 * stabsread.c (read_member_functions): Fix is_stub test for
10062 static member functions, improve comment.
10063
10064 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10065
10066 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10067 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10068 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10069 commands that set boolean values.
10070 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10071 (arm_rdi_resume): Always initialize PC.
10072 (arm_rdi_open): Don't use rslt as a boolean.
10073 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10074 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10075 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10076 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10077
10078 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10079
10080 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10081 * configure: Rebuilt.
10082
10083 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10084
10085 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10086 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10087
10088 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10089
10090 * cli/cli-decode.c (set_cmd_completer): New function.
10091 * command.h (set_cmd_completer): Declare.
10092 * cli/cli-decode.h (set_cmd_completer): Ditto.
10093
10094 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10095 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10096 * win32-nat.c (_initialize_inftarg): Ditto.
10097 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10098 * proc-api.c (_initialize_proc_api): Ditto.
10099 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10100 * source.c (_initialize_source): Ditto.
10101 * exec.c (_initialize_exec): Ditto.
10102 * solib.c (_initialize_solib): Ditto.
10103 * top.c (init_main): Ditto.
10104 * tracepoint.c (_initialize_tracepoint): Ditto.
10105 * symfile.c (_initialize_symfile): Ditto.
10106 * printcmd.c (_initialize_printcmd): Ditto.
10107 * infcmd.c (_initialize_infcmd): Ditto.
10108 * corefile.c (_initialize_core): Ditto.
10109
10110 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10111
10112 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10113
10114 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10115
10116 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10117
10118 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10119
10120 * NEWS: Update headings, 5.2 has branched.
10121
10122 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10123
10124 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10125 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10126 (register_addr, REGISTER_RAW_SIZE): Likewise.
10127 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10128 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10129
10130 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10131
10132 * MAINTAINERS (x86-64): Add myself.
10133 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10134 changed value_ptr -> struct value *
10135
10136 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10137
10138 * configure.host (sparc64-*-freebsd): Add.
10139 * configure.tgt: Likewise.
10140 * config/sparc/fbsd.mh: New file.
10141 * config/sparc/fbsd.mt: Likewise.
10142 * config/sparc/nm-fbsd.h: Likewise.
10143 * config/sparc/tm-fbsd.h: Likewise.
10144
10145 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10146
10147 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10148 regformats/reg-s390x.dat.
10149
10150 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10151
10152 * utils.c: Add FIXME explaining true/false problem.
10153
10154 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10155
10156 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10157
10158 2002-02-28 Michael Chastain <mec@shout.net>
10159
10160 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10161
10162 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10163
10164 * gdbserver/linux-s390-low.c: New file.
10165 * regformats/reg-s390.dat: New file.
10166 * regformats/reg-s390x.dat: New file.
10167 * gdbserver/configure.srv: Add S/390.
10168 * gdbserver/Makefile.in: Add S/390.
10169 * configure.tgt: Enable gdbserver for S/390.
10170
10171 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10172
10173 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10174 first line of the doc string for "info dos", except at the end of
10175 the sentence, since the short help stops at the first period.
10176
10177 2002-02-28 Jason Merrill <jason@redhat.com>
10178
10179 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10180
10181 2002-02-27 Fred Fish <fnf@redhat.com>
10182
10183 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10184 comment (dumy -> dummy).
10185
10186 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10187
10188 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10189
10190 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10191
10192 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10193
10194 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10195
10196 * gdbserver/acconfig.h: New file.
10197 * gdbserver/i387-fp.c: New file.
10198 * gdbserver/i387-fp.h: New file.
10199 * gdbserver/linux-x86-64.c: New file.
10200 * regformats/reg-x86-64.dat: New file.
10201 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10202 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10203 * gdbserver/configure.in: Add support for regsets.
10204 * gdbserver/config.in: Regenerate.
10205 * gdbserver/configure: Regenerate.
10206 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10207 * gdbserver/linux-low.h: New file.
10208 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10209 for regsets.
10210 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10211 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10212 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10213 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10214 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10215 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10216 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10217 "i387-fp.h". Add PTRACE_GETREGS and friends.
10218 * gdbserver/regcache.c (supply_register): New function.
10219 (supply_register_by_name): New function.
10220 (collect_register): New function.
10221 (collect_register_by_name): New function.
10222
10223 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10226 (config.status): Add configure.srv dependency.
10227 (server_h): Add config.h dependency.
10228
10229 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10230
10231 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10232 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10233 * gdbserver/configure.srv: Change i386-*-linux* to use
10234 reg-i386-linux.o.
10235
10236 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10237
10238 * x86-64-tdep.c: Re-indent. Update copyright date.
10239
10240 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10241
10242 From Michal Ludvig <mludvig@suse.cz>:
10243 * x86-64-tdep.c (value.h): Delete.
10244 (gdb_assert.h): Include.
10245 (x86_64_register_convert_to_virtual,
10246 x86_64_register_convert_to_raw ): Add check which lets only
10247 floating-point values to be converted.
10248 (value_push): Delete.
10249 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10250 (i386_gdbarch_init): Number of register_bytes fixed.
10251
10252 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10253
10254 * MAINTAINERS: Add x86-64 target.
10255
10256 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10257
10258 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10259 * osfsolib.c (solib_map_sections): Ditto.
10260 * irix5-nat.c (solib_map_sections): Ditto.
10261 * corelow.c (gdb_check_format): Ditto.
10262 * symfile.c (symfile_bfd_open): Ditto.
10263 * solib.c (solib_map_sections): Ditto.
10264 Fix PR gdb/354.
10265
10266 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10267
10268 * remote.c (_initialize_remote): By default, disable ``e'' and
10269 ``E'' step out-of-range packets.
10270
10271 2002-02-26 Andreas Schwab <schwab@suse.de>
10272
10273 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10274 m68k_linux_frame_saved_pc.
10275 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10276 in_sigtramp.
10277 (SIGCONTEXT_PC_OFFSET): Remove.
10278 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10279 m68k_linux_sigtramp_saved_pc): New functions.
10280 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10281 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10282 (UCONTEXT_PC_OFFSET): Define.
10283 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10284 non-RT and RT signal trampolines.
10285
10286 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10287
10288 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10289 (TARGET_NBPG, STACK_END_ADDR): Delete
10290 (VARIABLES_INSIDE_BLOCK): Delete.
10291
10292 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10293
10294 * utils.c (perror_with_name): Make string parameter constant.
10295 (print_sys_errmsg): Ditto.
10296 (query): Ditto.
10297 * defs.h (perror_with_name): Update.
10298 (print_sys_errmsg): Update.
10299 (query): Update.
10300
10301 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10302
10303 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10304 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10305
10306 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10307
10308 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10309 if it already matches the current architecture from the exec file.
10310 Include arch-utils.h for gdbarch_info_init prototype.
10311 * Makefile.in (rs6000-nat.o): Update dependencies.
10312
10313 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10314
10315 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10316 list of exported variables.
10317
10318 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10319
10320 * gdbserver/configure.srv: New file.
10321 * gdbserver/configure.in: Use configure.srv instead
10322 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10323 from it.
10324 * gdbserver/configure: Regenerated.
10325 * gdbserver/terminal.h: New file.
10326 * gdbserver/Makefile.in: Update for configure changes. Remove
10327 more unneeded include paths.
10328
10329 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10330
10331 From wiz at danbala:
10332 * config/sparc/tm-sp64.h: Fix grammar and typos.
10333 Fix PR gdb/287.
10334
10335 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10336
10337 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10338 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10339 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10340 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10341 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10342 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10343 * s390-tdep.c: Ditto.
10344 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10345 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10346 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10347 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10348 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10349 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10350 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10351 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10352 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10353 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10354 Fix PR gdb/378.
10355
10356 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10357
10358 * lin-thread.c: Delete file.
10359 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10360 to gdb_proc_service.h.
10361 * configure: Re-generate.
10362
10363 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10364 * serial.c (serial_open): Delete check for "ocd".
10365 Fix PR gdb/349.
10366
10367 * Makefile.in (linux-thread.o): Delete target.
10368 * linux-thread.c: Delete file.
10369
10370 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10371 renamed SH files to be consistent.
10372
10373 * symtab.c (sort_search_symbols): Use xfree.
10374
10375 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10376
10377 * arm-linux-tdep.c (arm_linux_init_abi): Register
10378 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10379 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10380 definition with undef, since we don't want the sysvr4 definition.
10381 (SKIP_TRAMPOLINE_CODE): Likewise.
10382
10383 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10384
10385 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10386
10387 * configure.in: (AC_CHECK_FUNCS) Added test for
10388 canonicalize_file_name Regenerated.
10389 * config.in, configure: Regenerated.
10390 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10391 defined use canonicalize_file_name.
10392
10393 2002-02-23 Michael Chastain <mec@shout.net>
10394
10395 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10396
10397 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10398
10399 * README: Remove references to cygnus.com.
10400 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10401 dot com'' form. Remove references to cygnus.com and sourceware.
10402
10403 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10404
10405 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10406 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10407 1003.1-2001 no longer allows "head -1".
10408 * gdb/Makefile.in (version.c): Likewise.
10409 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10410 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10411 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10412
10413 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10414
10415 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10416 * command.h (cmd_cfunc_eq): Declare.
10417 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10418
10419 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10420 ``struct cmd_list_element *''.
10421 * cli/cli-cmds.c (is_complete_command): Update. Use
10422 cmd_cfunc_eq.
10423 * top.c (execute_command): Pass the command to
10424 is_complete_command.
10425 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10426
10427 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10428
10429 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10430 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10431 architecture defines.
10432 * s390-tdep.c (s390_gdbarch_init): Likewise.
10433
10434 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10435
10436 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10437 (arm_linux_push_arguments): Likewise.
10438 (arm_linux_init_abi): Register them. Also register linux-specific
10439 call_dummy_words.
10440 (find_minsym_and_objfile): Use strcmp, not STREQ.
10441 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10442 (arm_linux_call_dummy_words): Delete declaration.
10443 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10444 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10445 declarations.
10446 (LOWEST_PC): Delete.
10447
10448 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10449
10450 * maint.c (print_section_info): Do not prepend `0x' to filepos
10451 output, it will be handled by local_hex_string_custom.
10452
10453 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10454
10455 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10456 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10457 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10458
10459 2002-02-22 Jim Blandy <jimb@redhat.com>
10460
10461 Indicate that the bcache functions don't change the strings
10462 they're passed.
10463 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10464 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10465
10466 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10467
10468 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10469
10470 2002-02-21 Christopher Faylor <cgf@redhat.com>
10471
10472 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10473 find the complete path to a loaded DLL.
10474
10475 2002-02-21 Fred Fish <fnf@redhat.com>
10476
10477 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10478 that marks the end of the range of a function, enter a line number
10479 entry that has a line number of zero and a PC offset that matches
10480 the end of the function. This starts a range of PC's for which no
10481 line number information is known.
10482 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10483 PC's for which no line number info is found (line number is zero)
10484 then we didn't find any valid line information.
10485 * symtab.h: Document use of zero line number entry.
10486
10487 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10488
10489 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10490 (have_ptrace_getvrregs): Define for run time checks.
10491 (gdb_vrregset_t): New type for Altivec register handling.
10492 (fetch_register, store_register): Fetch/store altivec register
10493 when needed.
10494 (fetch_altivec_register, store_altivec_register): New functions.
10495 (supply_vrregset, fill_vrregset): New functions.
10496 (fetch_altivec_registers, store_altivec_registers): New functions.
10497 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10498 registers as well.
10499
10500 2002-02-21 Jiri Smid <smid@suse.cz>
10501
10502 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10503
10504 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10505
10506 * Makefile.in (armnbsd-nat.o): Update dependencies.
10507 * armnbsd-nat.c (supply_gregset): New function. Common code to
10508 supply the integer register set.
10509 (supply_fparegset): New function. Similar for FPA registers.
10510 (fetch_regs, fetch_fp_regs): Use them.
10511 (fetch_core_registers): Likewise.
10512 (fetch_elfcore_registers): New function.
10513 (arm_netbsd_elfcore_fns): New core-file type specification.
10514 (_initialize_arm_netbsd_nat): Register it.
10515
10516 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10517
10518 * armnbsd-nat.c: Include gdbcore.h.
10519 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10520 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10521 'void' to declaration, to shut up ARI.
10522 (fetch_core_registers): Make static. Rewrite using supply_register.
10523 (arm_netbsd_core_fns): New core-file type specification.
10524 (_initialize_arm_netbsd_nat): New function.
10525
10526 2002-02-21 Christopher Faylor <cgf@redhat.com>
10527
10528 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10529 value.
10530
10531 2002-02-20 Christopher Faylor <cgf@redhat.com>
10532
10533 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10534 fails.
10535
10536 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10537
10538 * jv-exp.y (parse_number): Change type of implicit longs
10539 to builtin_type_uint64.
10540
10541 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10542
10543 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10544 to be an integer instead of a `union wait'.
10545
10546 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10547
10548 * mips-linux-nat.c: Call the operating system GNU/Linux.
10549 * mips-linux-tdep.c: Likewise.
10550 * mips-tdep.c: Likewise.
10551
10552 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10553
10554 Fix PR gdb/265.
10555 * jv-exp.y (parse_number): Handle 64-bit integers.
10556
10557 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10558
10559 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10560 AC_STDC_HEADERS to AC_HEADER_STDC.
10561 * gdbserver/configure: Regenerated.
10562
10563 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10564
10565 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10566 is defined.
10567 * sparc-tdep.c (get_longjmp_target): Likewise.
10568
10569 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10570
10571 * News: Add news about ARM and Multi-arch. Mention the new target
10572 arm*-*-netbsd*.
10573
10574 2002-02-19 Jim Blandy <jimb@redhat.com>
10575
10576 * stabsread.c (error_type_complaint): Improve error message.
10577
10578 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10579
10580 * gdbserver/README: Update documentation.
10581 * gdbserver/configure.in: Update configury to match documentation.
10582 * gdbserver/Makefile.in: Likewise.
10583 * gdbserver/configure: Regenerated.
10584 * gdbserver/aclocal.m4: New file, generated by aclocal.
10585 * gdbserver/config.in: New file, generated by autoheader.
10586
10587 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10590 armnbsd-nat.c.
10591
10592 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10593
10594 * arm-tdep.h (enum arm_float_model): New enum.
10595 (struct gdbarch_tdep): Add fp_model.
10596 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10597 up floating-point conversions until we know the floating-point model
10598 in use by the inferior. Don't complain about being unable to
10599 determine the ABI of the inferior when we don't have one.
10600 (arm_extract_return_value): Support different floating-point models.
10601 (arm_store_return_value): Likewise.
10602 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10603 ARM_FLOAT_SOFT.
10604 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10605
10606 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10607
10608 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10609 of ``current_gdbarch''.
10610
10611 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10612
10613 * armnbsd-nat.c : ANSIfy all function declarations.
10614 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10615 (fetch_inferior_registers): Re-implement in terms of above.
10616 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10617 (store_inferior_registers): Re-implement in terms of above.
10618
10619 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10620
10621 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10622 kernel.
10623 * arm-linux-tdep.c: Likewise.
10624 * config/arm/tm-linux.h: Likewise.
10625
10626 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10627
10628 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10629 * config/arm/nbsd.mt (TM_FILE): Delete.
10630 * config/arm/tm-nbsd.h: Delete.
10631
10632 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10633
10634 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10635 Initialize CALL_DUMMY_LENGTH.
10636
10637 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10638
10639 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10640 function.
10641 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10642 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10643 defines one thing and that is incorrect for this port.
10644 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10645
10646 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10647
10648 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10649
10650 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10651
10652 * win32-nat.c (display_selector): New function. Displays information
10653 about the information returned by GetThreadSelectorEntry API function.
10654 (display_selectors): New function. Displays the infomation of
10655 the selector given as argument, or of CS, DS ans FS selectors
10656 if no argument is given.
10657 ( _initialize_inftarg): Add "w32" as info prefix command.
10658 Add "info w32 selector" as command calling display_selectors.
10659
10660 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10661
10662 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10663 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10664 if not defined.
10665
10666 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10667
10668 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10669
10670 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10671
10672 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10673 (arm_fix_call_dummy): Call it.
10674 (arm_call_dummy_breakpoint_offset): Delete.
10675 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10676 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10677
10678 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10679
10680 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10681 Default to func_frame_chain_valid.
10682 * gdbarch.h, gdbarch.c: Re-generate.
10683 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10684
10685 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10686
10687 * ppc-linux-nat.c: Update copyright.
10688 (fetch_register, store_register): Add tid parameter, don't compute
10689 tid here.
10690 (fetch_ppc_registers, store_ppc_registers): Add tid
10691 parameter. Pass it along to callees.
10692 (fetch_inferior_registers, store_inferior_registers): Compute tid
10693 here, and pass it to calleed functions.
10694 (fill_gregset, supply_fpregset): Clean up formatting.
10695
10696 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10697
10698 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10699 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10700
10701 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10702
10703 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10704 * gdbarch.c gdbarch.h: Regenerate.
10705 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10706 function.
10707 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10708 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10709 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10710
10711 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10712 * arm-tdep.c (arm_get_longjmp_target): New function.
10713 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10714 this to a positive value register arm_get_longjmp_target as the
10715 longjmp handler.
10716 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10717 (arm_linux_init_abi): Set up longjmp description in tdep.
10718 * armnbsd-nat.c (get_longjmp_target): Delete.
10719 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10720 description in tdep.
10721 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10722 (get_longjmp_target): Delete declaration.
10723 (GET_LONGJMP_TARGET): Delete.
10724 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10725 (GET_LONGJMP_TARGET): Delete.
10726
10727 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10728
10729 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10730 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10731 of ``current_gdbarch''.
10732
10733 2002-02-17 Tom Tromey <tromey@redhat.com>
10734
10735 * cli/cli-cmds.c (compare_strings): New function.
10736 (complete_command): Only print each unique item once.
10737 * completer.h (complete_line): Declare.
10738 * completer.c (complete_line): New function.
10739 (line_completion_function): Use it.
10740
10741 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10742
10743 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10744 * gdbarch.h, gdbarch.c: Re-generate.
10745
10746 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10747
10748 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10749
10750 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10751
10752 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10753 * valops.c (value_arg_coerce): Don't take the address of a reference
10754 to convert an argument to a reference.
10755
10756 2002-02-15 Christopher Faylor <cgf@redhat.com>
10757
10758 * win32-nat.c (get_image_name): New function.
10759 (handle_load_dll): Use get_image_name function.
10760 (get_child_debug_event): Avoid registering debug events until possibly
10761 execed process is started.
10762 (child_create_inferior): Allow invocation via shell so that command
10763 line redirection, etc. works ok.
10764 (_initialize_inftarg): Add new command: "set shell" to control whether
10765 a shell is used to start a process.
10766
10767 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10768
10769 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10770 instead of find_register_by_number.
10771 (cannot_store_register): Likewise.
10772
10773 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10774
10775 * dwarf2read.c: Replace fprintf (stderr, ...) by
10776 fprintf_unfiltered (gdb_stderr, ...).
10777
10778 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10779
10780 * gdbserver/gdbserver.1: Document --attach.
10781
10782 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10783
10784 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10785 descriptions.
10786 * arm-tdep.c (arm_default_arm_le_breakpoint)
10787 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10788 (arm_default_thumb_be_breakpoint): New. Initialize them from
10789 traditional breakpoint defines.
10790 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10791 (arm_gdbarch_init): Initialize new breakpoint variables.
10792 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10793 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10794 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10795 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10796 code out to ...
10797 (arm_netbsd_init_abi_common): ... here; new function.
10798 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10799 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10800 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10801 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10802
10803 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10804
10805 * arm-tdep.h (enum arm_abi): New enum.
10806 (struct gdbarch_tdep): New structure.
10807 (LOWEST_PC): Provide a default.
10808 (arm_gdbarch_register_os_abi): Declare new function.
10809 * arm-tdep.c (arm_abi_names): New array.
10810 (process_note_abi_tag_sections): New function.
10811 (get_elfosabi): New function.
10812 (arm_gdbarch_register_os_abi): New function.
10813 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10814 support for that ABI has been built in, then call the appropriate
10815 configuration routine. Use gdbarch_num_regs() to get the number
10816 of registers.
10817 (arm_dump_tdep): New function.
10818 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10819 place-holder functions.
10820 (_initialize_arm_tdep): Register them.
10821 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10822
10823 * armnbsd-tdep.c: New file.
10824 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10825 * config/arm/nbsd.mt (TDEPFILES): Add it.
10826 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10827
10828 * armnbsd-nat.c: Include regcache.h.
10829 * Makefile.in (armnbsd-nat.o): Update dependency list.
10830
10831 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10832
10833 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10834
10835 * gdbserver/Makefile.in: Fix typos in target rules.
10836
10837 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10838
10839 Fix part of PR gdb/267.
10840 * linespec.c (find_methods): Handle constructors specially for now.
10841
10842 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10843
10844 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10845 handling.
10846 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10847 standard_coerce_float_to_double().
10848
10849 2002-02-14 Christopher Faylor <cgf@redhat.com>
10850
10851 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10852 GDBINIT_FILENAME.
10853
10854 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10855
10856 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10857 find_variant_by_name, because it confuses the multiarch
10858 framework. Return NULL if there isn't an architecture with the
10859 user supplied name, instead of forcing a different one without
10860 recording the change with the multiarch machinery.
10861 (find_variant_by_name): Delete.
10862
10863 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10864
10865 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10866 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10867
10868 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10869
10870 * stack.c (print_frame_info_base): When calling
10871 print_frame_info_listing_hook, set current_source_symtab.
10872
10873 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10874
10875 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10876 and remove unused $(INCLUDE_DIR).
10877 Add regcache.c to OBS.
10878 Add generated register protocol files to clean target.
10879 Update dependencies for new objects, obsolete old target code.
10880
10881 * gdbserver/linux-low.c: Remove all platform-specific code to
10882 new files. Remove various dead code. Update to use regcache
10883 functionality.
10884 * gdbserver/remote-utils.c (fromhex): Add return statement
10885 to quiet warning.
10886 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10887 constant.
10888 (input_interrupt): Add integer parameter to match prototype
10889 of a signal handler.
10890 (outreg): Use register_data ().
10891 (prepare_resume_reply): Use gdbserver_expedite_regs.
10892 * gdbserver/server.c (main): Dynamically allocate own_buf because
10893 PBUFSIZ is no longer constant. Use registers_to_string () and
10894 registers_from_string ().
10895 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10896 for error (), fatal (), and warning (). Update definition of
10897 PBUFSIZ to use regcache functionality. Add include guard.
10898 * gdbserver/utils.c (fatal): Add missing ``const''.
10899 (warning): New function.
10900
10901 * regformats/regdat.sh: Include "regcache.h" in generated files.
10902 Provide init_registers () function.
10903 * regformats/regdef.h: Add prototype for set_register_cache ().
10904 Add include guard.
10905
10906 * gdbserver/linux-arm-low.c: New file.
10907 * gdbserver/linux-i386-low.c: New file.
10908 * gdbserver/linux-ia64-low.c: New file.
10909 * gdbserver/linux-m68k-low.c: New file.
10910 * gdbserver/linux-mips-low.c: New file.
10911 * gdbserver/linux-ppc-low.c: New file.
10912 * gdbserver/linux-sh-low.c: New file.
10913
10914 * gdbserver/regcache.c: New file.
10915 * gdbserver/regcache.h: New file.
10916
10917 * gdbserver/low-linux.c: Removed obsolete file.
10918
10919 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10920
10921 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10922 * config/i386/linux.mt: Likewise.
10923 * config/ia64/linux.mt: Likewise.
10924 * config/m68k/linux.mh: Likewise.
10925 * config/powerpc/linux.mh: Likewise.
10926 * config/mips/linux.mt: Likewise.
10927
10928 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10929
10930 * config/i386/i386lynx.mh: Mark gdbserver variables
10931 as (currently) obsolete for this target.
10932 * config/i386/nbsd.mt: Likewise.
10933 * config/i386/nbsdelf.mt: Likewise.
10934 * config/m32r/m32r.mt: Likewise.
10935 * config/m68k/m68klynx.mh: Likewise.
10936 * config/m68k/nbsd.mt: Likewise.
10937 * config/m68k/sun3os4.mh: Likewise.
10938 * config/mips/vr5000.mt: Likewise.
10939 * config/ns32k/nbsd.mt: Likewise.
10940 * config/pa/hppabsd.mh: Likewise.
10941 * config/pa/hppaosf.mh: Likewise.
10942 * config/powerpc/nbsd.mt: Likewise.
10943 * config/rs6000/rs6000lynx.mh: Likewise.
10944 * config/s390/s390.mt: Likewise.
10945 * config/s390/s390x.mt: Likewise.
10946 * config/sparc/sparclynx.mh: Likewise.
10947 * config/sparc/sun4os4.mh: Likewise.
10948 * config/i386/x86-64linux.mt: Likewise.
10949 * config/sparc/linux.mh: Likewise.
10950
10951 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * configure.tgt: Configure gdbserver only for known working
10954 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10955 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10956 SUBDIRS if it is configured. Update comment for ${nativefile}.
10957 * configure: Regenerated.
10958
10959 2002-02-13 Michael Snyder <msnyder@redhat.com>
10960
10961 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10962
10963 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10964 (default_gcore_mach): Just return 0, work around a problem in bfd.
10965 (default_gcore_target): OK to return NULL if exec_bfd is null.
10966 (make_mem_sec): Use a cast, avoid a warning.
10967
10968 * procfs.c (find_memory_regions_callback): Use a cast instead of
10969 calling host_pointer_to_address (which complains if
10970 sizeof (host pointer) != sizeof (target pointer)).
10971 (procfs_make_note_section): Avoid overflow in psargs string.
10972
10973 * procfs.c (procfs_make_note_section): Make the default
10974 implementation return an error.
10975
10976 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10977
10978 * procfs.c (procfs_make_note_section): Provide a default definition
10979 (for alpha-dec-osf4.0f). Fix typos.
10980
10981 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10982
10983 * linux-proc.c: Add include of regcache.h.
10984 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10985
10986 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10987
10988 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10989 * memattr.c (create_mem_region): Disallow useless empty region.
10990 Regions are half-open intervals, so allow [A..B) [B..C) as
10991 non-overlapping.
10992
10993 2002-02-13 Michael Chastain <mec@shout.net>
10994
10995 * defs.h: Kill CONST_PTR.
10996 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10997 * c-lang.c (c_builtin_types): Likewise.
10998 * ch-lang.c (ch_builtin_types): Likewise.
10999 * f-lang.c (f_builtin_types): Likewise.
11000 * language.c (unknown_builtin_types): Likewise.
11001 * m2-lang.c (m2_builtin_types): Likewise.
11002 * p-lang.c (pascal_builtin_types): Likewise.
11003 * scm-lang.c (c_builtin_types): Likewise.
11004
11005 2002-02-13 Keith Seitz <keiths@redhat.com>
11006
11007 * arm-tdep.h (arm_get_next_pc): Add declaration.
11008
11009 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11010
11011 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11012 with other related struct-returning functions.
11013 (arm_extract_struct_value_address): New function.
11014 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11015 initialize float_format, double_format and long_double_format as
11016 appropriate to the endianness of the target.
11017 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11018 (arm_use_struct_convention): Delete declaration.
11019 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11020
11021 2002-02-13 Keith Seitz <keiths@redhat.com>
11022
11023 * defs.h (core_addr_to_string_nz): New function.
11024
11025 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11026
11027 Apply missing bits of 2002-01-15 patch.
11028 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11029 (fill_fpregset): Use i387_fill_fsave.
11030
11031 2002-02-12 Keith Seitz <keiths@redhat.com>
11032
11033 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11034 (core_addr_to_string_nz): New function.
11035
11036 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11037
11038 * arm-linux-nat.c: Really include arm-tdep.h.
11039 * config/arm/tm-linux.h (struct type, struct value): Declare.
11040
11041 2002-02-11 Michael Snyder <msnyder@redhat.com>
11042
11043 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11044 (gcore section): Ifdef for Solaris and Unixware only.
11045 (procfs_do_thread_registers): Unixware needs one lwpstatus
11046 per thread (not one prstatus or pstatus).
11047 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11048 not over all gdb threads. For unixware, call elfcore_write_pstatus
11049 once before iterating over threads.
11050
11051 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11052
11053 * arm-tdep.h: New file.
11054 * arm-tdep.c: Include arm-tdep.h.
11055 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11056 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11057 (arm_print_float_info, arm_register_type, convert_to_extended)
11058 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11059 (arm_extract_return_value, arm_register_name): Make static.
11060 (arm_software_single_step): Similarly. Fix types in declaration.
11061 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11062 (arm_store_return_value, arm_store_struct_return): New functions.
11063 (arm_gdbarch_init): Register the above functions. Also register
11064 call_dummy_start_offset, sizeof_call_dummy_words,
11065 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11066 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11067 max_register_virtual_size, register_size. Set up
11068 prologue_cache.saved_regs here, rather than ...
11069 (_initialize_arm_tdep): ... here.
11070 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11071 declarations.
11072 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11073 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11074 (arm_print_float_info, arm_register_type, convert_to_extended)
11075 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11076 (arm_extract_return_value, arm_register_name): Delete declarations.
11077 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11078 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11079 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11080 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11081 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11082 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11083 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11084 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11085 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11086 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11087 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11088 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11089 interface.
11090 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11091 * remote-rdi.c remote-rdp.c: Likewise.
11092 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11093 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11094 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11095 definition.
11096
11097 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11098 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11099 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11100 from non-ARM_ prefixed definitions.
11101 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11102 all uses of above.
11103 * remote-rdi.c remote-rdp.c: Likewise.
11104 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11105
11106 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11107
11108 * arm-tdep.c (arm_frameless_function_invocation)
11109 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11110 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11111 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11112 (arm_pop_frame, arm_get_next_pc): Make static.
11113 (arm_gdbarch_init): Register above in gdbarch structure.
11114 (arm_read_fp): Renamed from arm_target_read_fp.
11115 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11116 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11117 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11118 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11119 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11120 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11121 (arm_pc_is_thumb_dummy): Delete declarations.
11122 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11123 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11124 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11125 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11126
11127 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11128
11129 * symtab.c (compare_search_syms): New function.
11130 (sort_search_symbols): New function.
11131 (search_symbols): Sort symbols after searching rather than
11132 before.
11133
11134 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11135
11136 * NEWS: Linux -> GNU/Linux.
11137
11138 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11139
11140 * gdbarch.sh: For for level one methods, disallow a definition
11141 when partially multi-arched. Add comments explaining rationale.
11142 * gdbarch.h: Re-generate.
11143
11144 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11145
11146 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11147 multi-arch partial.
11148
11149 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11150
11151 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11152 field. Use diff -u.
11153 * gdbarch.c: Re-generate.
11154
11155 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11156
11157 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11158 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11159 partial.
11160
11161 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11162
11163 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11164 multi-arch partial.
11165 (PUSH_ARGUMENTS): Switch to using predefault.
11166 * gdbarch.c: Regenerate.
11167
11168 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11169
11170 * valops.c (PUSH_ARGUMENTS): Delete definition.
11171 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11172 partial. Default to default_push_arguments.
11173 * gdbarch.h, gdbarch.c: Regenerate.
11174
11175 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11176
11177 * defs.h (throw_exception): Rename return_to_top_level. Update
11178 comments.
11179 * utils.c (error_stream, internal_verror, quit): Ditto.
11180 * top.c (throw_exception, catcher): Ditto.
11181 * sparclet-rom.c (sparclet_load): Ditto.
11182 * remote.c (interrupt_query, minitelnet): Ditto.
11183 * remote-sds.c (interrupt_query): Ditto.
11184 * remote-mips.c (mips_error, mips_kill): Ditto.
11185 * ocd.c (interrupt_query): Ditto.
11186 * monitor.c (monitor_interrupt_query): Ditto.
11187 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11188 * target.h: Update comment.
11189
11190 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11191
11192 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11193
11194 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11195 default_double_format.
11196 * gdbarch.h, gdbarch.c: Re-generate.
11197 * findvar.c (floatformat_unknown): Delete variable definition.
11198 * doublest.h (floatformat_unknown): Delete variable declaration.
11199
11200 2002-02-09 Jim Blandy <jimb@redhat.com>
11201
11202 * stabsread.c (read_type): Add code to parse Sun's syntax for
11203 prototyped function types.
11204
11205 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11206
11207 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11208 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11209
11210 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11211
11212 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11213 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11214 now _initialize_xcoffsolib gets called again and overrides the
11215 commands from solib.c in a native configuration.
11216
11217 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11218
11219 * doublest.c (store_typed_floating): Don't try to return a value.
11220 Fixes PR gdb/290.
11221
11222 2002-02-08 Jim Blandy <jimb@redhat.com>
11223
11224 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11225 is prototyped and has no arguments, print its argument list as
11226 `(void)'.
11227
11228 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11229
11230 * MAINTAINERS (write-after-approval): Add myself.
11231 (paper-trail): I've escaped!
11232
11233 2002-02-08 Christopher Faylor <cgf@redhat.com>
11234
11235 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11236 changes.
11237 (_initialize_check_for_gdb_ini): Ditto.
11238
11239 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11240
11241 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11242 xaprintf -> xasprintf.
11243
11244 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11245
11246 * win32-nat.c: Remove use of printf and sprintf functions.
11247
11248 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11249
11250 * arm-tdep.c (arm_frame_chain_valid): Make static.
11251 (arm_push_arguments): Likewise.
11252 (arm_gdbarch_init): New function.
11253 (_initialize_arm_tdep): Call it.
11254 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11255 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11256 (FRAME_CHAIN_VALID): Delete.
11257 (arm_frame_chain_valid): Delete declaration.
11258 (PUSH_ARGUMENTS): Delete.
11259 (arm_push_arguments): Delete declaration.
11260 (CALL_DUMMY_P): Delete.
11261
11262 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11263 Corinna Vinschen <vinschen@redhat.com>
11264
11265 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11266 on builtin float types.
11267
11268 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11269
11270 * utils.c: Include <curses.h> before "bfd.h".
11271 * tui/tui-hooks.c: Likewise.
11272 * tui/tui.c: Likewise.
11273 * tui/tuiCommand.c: Likewise.
11274 * tui/tuiData.c: Likewise.
11275 * tui/tuiDataWin.c: Likewise.
11276 * tui/tuiDisassem.c: Likewise.
11277 * tui/tuiGeneralWin.c: Likewise.
11278 * tui/tuiIO.c: Likewise.
11279 * tui/tuiLayout.c: Likewise.
11280 * tui/tuiRegs.c: Likewise.
11281 * tui/tuiSource.c: Likewise.
11282 * tui/tuiSourceWin.c: Likewise.
11283 * tui/tuiStack.c: Likewise.
11284 * tui/tuiWin.c: Likewise.
11285
11286 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11287
11288 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11289 to include space for pseudoregs as well. Update loops accordingly.
11290 (sh_fp_frame_init_saved_regs): Ditto.
11291 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11292
11293 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11294
11295 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11296 Add Richard Earnshaw to Arm maintainers.
11297
11298 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11299
11300 * defs.h (warning_begin): Delete declaration.
11301
11302 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11303 Delete macro.
11304
11305 2002-02-07 Michael Snyder <msnyder@redhat.com>
11306
11307 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11308 Logic bug, remove misplaced else.
11309
11310 2002-02-07 Klee Dienes <klee@apple.com>
11311
11312 * fork-inferior.c (fork_inferior): Add '!' to the list of
11313 characters that need to be quoted when building a string for the
11314 shell. Quote '!' specifically with a backslash, since CSH chokes
11315 when trying to evaluate "str!str".
11316
11317 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11318
11319 * rdi-share/host.h: Only provide a typedef for bool if it is not
11320 defined.
11321
11322 2002-02-04 Michael Snyder <msnyder@redhat.com>
11323
11324 * breakpoint.h (enum bptype): Add new overlay event bp type.
11325 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11326
11327 * breakpoint.c (create_internal_breakpoint): New function.
11328 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11329 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11330 (create_thread_event_breakpoint): Ditto.
11331 (create_solib_event_breakpoint): Ditto.
11332 (create_overlay_event_breakpoint): New function.
11333 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11334 (update_breakpoints_after_exec): Delete and re-initialize
11335 overlay event breakpoints after an exec. Add FIXME comment
11336 about longjmp breakpoint.
11337 (print_it_typical): Ignore overlay event breakpoints.
11338 (print_one_breakpoint): Ditto.
11339 (mention): Ditto.
11340 (bpstat_what): Do not stop for overlay event breakpoints.
11341 (delete_breakpoint): Don't delete overlay event breakpoints.
11342 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11343 (breakpoint_re_set): Re-create overlay event breakpoint.
11344
11345 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11346 (overlay_manual_command): Disable overlay breakpoints.
11347 (overlay_off_command): Disable overlay breakpoints.
11348
11349 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11350
11351 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11352 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11353 to here from config/tm-arm.h.
11354 (coff_sym_is_thumb): Make static.
11355 (arm_elf_make_msymbol_special): New function.
11356 (arm_coff_make_msymbol_special): New function.
11357 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11358 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11359 (coff_sym_is_thumb): Delete declaration.
11360 (arm_elf_make_msymbol_special): Declare.
11361 (arm_coff_make_msymbol_special): Declare.
11362 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11363 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11364
11365 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11366
11367 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11368
11369 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11370
11371 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11372 * gdbarch.c gdbarch.h: Regenerate.
11373 * arch-utils.c (default_print_float_info): New function.
11374 * arch-utils.h (default_print_float_info): Prototype it.
11375 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11376 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11377 (PRINT_FLOAT_INFO): Document it.
11378
11379 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11380 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11381 (PRINT_FLOAT_INFO): Define.
11382
11383 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11384
11385 * win32-nat.c (_initialize_check_for_gdb_ini):
11386 Add typecast to sprintf argument to suppress a warning.
11387
11388 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11389
11390 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11391 to allow easier handling of pass state.
11392 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11393 that gives exception name and address.
11394 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11395 and set last_sig value to ourstatus->value.sig. Some missing
11396 exceptions added.
11397 (child_continue): Correctly report continue_status.
11398 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11399 TARGET_SIGNAL_0 (new default value).
11400 (child_resume): consider sig argument passed to decide if
11401 the exception should be passed to debuggee or not.
11402
11403 2002-02-05 Michael Snyder <msnyder@redhat.com>
11404
11405 * regcache.c (fetch_register): Call target_fetch_register
11406 only if we don't call FETCH_PSEUDO_REGISTER.
11407 (store_register): Call target_store_register only if we
11408 don't call STORE_PSEUDO_REGISTER.
11409
11410 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11411
11412 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11413 ELF_MAKE_MSYMBOL_SPECIAL.
11414 * gdbarch.c, gdbarch.h: Regenerate.
11415 * arch-utils.c (default_make_msymbol_special): New function.
11416 * arch-utils.h (default_make_msymbol_special): Export.
11417 * elfread.c (elf_symtab_read): Compile use of
11418 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11419 multiarched.
11420 * coffread.c (coff_symtab_read): Ditto, for
11421 COFF_MAKE_MSYMBOL_SPECIAL.
11422
11423 2002-02-05 Jim Blandy <jimb@redhat.com>
11424
11425 * solib-svr4.c (svr4_truncate_ptr): New function.
11426 (svr4_relocate_section_addresses): Do the address arithmetic with
11427 the appropriate truncation for target addresses, even when
11428 CORE_ADDR is larger than a target address.
11429
11430 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11431
11432 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11433 to (int *).
11434
11435 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11436
11437 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11438 code.
11439
11440 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11441
11442 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11443
11444 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11445
11446 * gdbserver/linux-low.c: Remove unused include files.
11447
11448 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11449
11450 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11451 (read_inferior_memory): Use it.
11452 (write_inferior_memory): Likewise.
11453
11454 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11455
11456 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11457 grubbing through sys_errlist.
11458
11459 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11460
11461 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11462
11463 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11464 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11465
11466 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11467
11468 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11469 (do_sfunc, set_cmd_sfunc): New functions.
11470
11471 * command.h (struct cmd_list_element): Add field func.
11472 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11473 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11474 * cli/cli-decode.h: Ditto.
11475
11476 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11477 (help_all, help_cmd_list): Ditto.
11478 (find_cmd, complete_on_cmdlist): Ditto.
11479 * top.c (execute_command): Ditto.
11480
11481 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11482 function.sfunc.
11483
11484 * infcmd.c (notice_args_read): Fix function signature.
11485
11486 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11487 * cli/cli-decode.c (add_set_cmd): Ditto.
11488 * utils.c (initialize_utils): Ditto.
11489 * maint.c (_initialize_maint_cmds): Ditto.
11490 * infrun.c (_initialize_infrun): Ditto.
11491 * demangle.c (_initialize_demangler): Ditto.
11492 * remote.c (add_packet_config_cmd): Ditto.
11493 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11494 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11495 * proc-api.c (_initialize_proc_api): Ditto.
11496 * kod.c (_initialize_kod): Ditto.
11497 * valprint.c (_initialize_valprint): Ditto.
11498 * top.c (init_main): Ditto.
11499 * infcmd.c (_initialize_infcmd): Ditto.
11500 * corefile.c (_initialize_core): Ditto.
11501 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11502 * arch-utils.c (initialize_current_architecture): Ditto.
11503 (_initialize_gdbarch_utils): Ditto.
11504 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11505
11506 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11507 * wince.c (_initialize_inftarg): Ditto.
11508 * symfile.c (_initialize_symfile): Ditto.
11509 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11510 * language.c (_initialize_language): Ditto.
11511 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11512
11513 2002-02-04 Michael Snyder <msnyder@redhat.com>
11514
11515 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11516
11517 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11518
11519 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11520 Add rules for building the register data files.
11521
11522 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11523
11524 * regformats/regdat.sh: Add braces to the definition of
11525 expedite_regs_${arch}.
11526
11527 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11528
11529 * regformats/regdef.h (struct reg): Add comment describing the
11530 requirements for offset and size fields.
11531
11532 2002-02-04 Andreas Schwab <schwab@suse.de>
11533
11534 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11535 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11536
11537 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11538
11539 * gdbarch.sh (copyright): Update years in generated header.
11540 (SMASH_TEXT_ADDRESS): Add rule.
11541 * gdbarch.h, gdbarch.c: Re-generate.
11542 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11543 * dbxread.c: Likewise.
11544 * dwarfread.c: Likewise.
11545 * elfread.c: Likewise.
11546 * somread.c: Likewise.
11547
11548 * arm-tdep.c (arm_smash_text_address): New function.
11549 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11550
11551 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11552
11553 Add support for hardware watchpoints on win32 native.
11554 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11555 CONTEXT_DEBUG_REGISTERS.
11556 (dr variable): New variable. Static array containing a local copy
11557 of debug registers.
11558 (debug_registers_changed): New variable. Reflects when debug registers
11559 are changed and need to be written to inferior.
11560 (debug_registers_used): New variable. Reflects when any debug register
11561 was set, used when new threads are created.
11562 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11563 i386-nat code.
11564 (thread_rec): Set dr array if id is the thread of current_event .
11565 (child_continue, child_resume): Change the debug registers for all
11566 threads if debug_registers_changed.
11567 (child_add_thread): Change the debug registers if debug_registers_used.
11568 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11569 Link nm.h to new nm-cygwin.h file.
11570 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11571 of hardware registers.
11572
11573 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11574
11575 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11576 Restore behavour broken by 2002-01-20 Andrew Cagney
11577 <ac131313@redhat.com> IEEE_FLOAT removal.
11578
11579 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * c-valprint.c (c_val_print): Pass a proper valaddr to
11582 cp_print_class_method.
11583 * valops.c (search_struct_method): If there is only one method
11584 and args is NULL, return that method.
11585
11586 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11587
11588 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11589 accessing tag_name directly.
11590
11591 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11592
11593 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11594 of accessing tag_name directly.
11595
11596 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11597
11598 PR gdb/280
11599 * gdbtypes.c (replace_type): New function.
11600 * gdbtypes.h (replace_type): Add prototype.
11601 * stabsread.c (read_type): Use replace_type.
11602
11603 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11604
11605 * Makefile.in (memattr.o): Add missing dependencies rule.
11606
11607 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11608
11609 * breakpoint.c (break_at_finish_command): Really export.
11610 (break_at_finish_at_depth_command): Ditto.
11611 (tbreak_at_finish_command): Ditto.
11612 * hppa-tdep.c: Include completer.h.
11613 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11614 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11615
11616 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11617
11618 * utils.c (do_write): New function.
11619 (error_stream): Rewrite combining the code from error_begin and
11620 verror.
11621 (verror): Rewrite using error_stream.
11622 (error_begin): Delete function.
11623
11624 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11625
11626 * utils.c (error_begin): Make static.
11627 * defs.h (error_begin): Delete declaration.
11628
11629 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11630 (decode_line_1): Use cplusplus_error instead of error_begin,
11631 cplusplus_hint and return_to_top_level.
11632 * coffread.c (coff_symfile_read): Use error instead of error_begin
11633 and return_to_top_level.
11634 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11635
11636 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11637
11638 * language.h (type_error, range_error): Make string parameter
11639 constant.
11640 * language.c (warning_pre_print): Delete extern declaration.
11641 * dwarfread.c (warning_pre_print): Ditto.
11642 * language.c (type_error, range_error): Rewrite to use verror and
11643 vwarning instead of warning_begin.
11644
11645 2002-02-01 Michael Snyder <msnyder@redhat.com>
11646
11647 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11648 (set_ignore_count): Move misplaced comment back where it belongs.
11649
11650 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11651
11652 * command.h (NO_FUNCTION): Delete macro.
11653 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11654 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11655 * tracepoint.c (_initialize_tracepoint): Ditto.
11656 * cli/cli-decode.c (add_set_cmd): Ditto.
11657 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11658
11659 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11660
11661 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11662 Update ``this'' pointer when calling virtual functions.
11663
11664 2002-02-01 Michael Snyder <msnyder@redhat.com>
11665
11666 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11667 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11668
11669 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11670
11671 * regformats/reg-arm.dat: New file.
11672 * regformats/reg-i386.dat: New file.
11673 * regformats/reg-ia64.dat: New file.
11674 * regformats/reg-m68k.dat: New file.
11675 * regformats/reg-mips.dat: New file.
11676 * regformats/reg-ppc.dat: New file.
11677 * regformats/reg-sh.dat: New file.
11678 * regformats/regdef.h: New file.
11679 * regformats/regdat.sh: New file.
11680
11681 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11682
11683 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11684 (arm_frame_args_address, arm_frame_locals_address): New functions.
11685 (arm_frame_num_args): New function.
11686 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11687 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11688 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11689
11690 2002-01-31 Michael Snyder <msnyder@redhat.com>
11691
11692 * breakpoint.c (break_at_finish_command): Export.
11693 (break_at_finish_at_depth_command): Export.
11694 (tbreak_at_finish_command): Export.
11695 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11696 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11697 "txbreak" commands, which are HPPA specific.
11698
11699 * printcmd.c (disassemble_command): Remove an ancient
11700 artifact of an old merge.
11701
11702 * symfile.h (enum overlay_debugging_state):
11703 Define enum constant values for overlay mode.
11704 * symfile.c (overlay_debugging): Use enums instead of literals.
11705 (overlay_is_mapped, overlay_auto_command,
11706 overlay_manual_command): Ditto.
11707
11708 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11709 breakpoint_here_p, breakpoint_inserted_here_p,
11710 breakpoint_thread_match, bpstat_stop_status,
11711 describe_other_breakpoints, check_duplicates, clear_command):
11712 Coding standard fixes.
11713
11714 * target.c (target_xfer_memory): Add spaces, coding standard.
11715 (do_xfer_memory): Add missing line to trust-readonly
11716 code: check bfd SEC_READONLY flag for section.
11717
11718 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11719
11720 * PROBLEMS: Fix typo, 5.1->5.1.1.
11721
11722 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11723
11724 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11725 data symbols, since we search based on textlow and texthigh.
11726 (find_pc_sect_symtab): Likewise.
11727
11728 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11729
11730 * defs.h (vwarning): Declare.
11731 * utils.c (vwarning): New function.
11732 (warning): Call vwarning.
11733 (warning_begin): Delete function.
11734
11735 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11736 the warning message.
11737 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11738 warning_begin.
11739
11740 2002-01-30 Michael Snyder <msnyder@redhat.com>
11741
11742 * NEWS: Mention "set trust-readonly-sections" command.
11743 Mention generate-core-file command.
11744
11745 2002-01-15 Michael Snyder <msnyder@redhat.com>
11746
11747 * target.c: New command, "set trust-readonly-sections on".
11748 (do_xfer_memory): Honor the suggestion to trust readonly sections
11749 by reading them from the object file instead of from the target.
11750 (initialize_targets): Register command "set trust-readonly-sections".
11751
11752 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11753
11754 * parse.c (target_map_name_to_register): Simplify, search regs and
11755 pseudo-regs using a single loop.
11756
11757 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11758
11759 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11760
11761 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11762
11763 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11764 * config/i386/i386v42mp.mh: Add i387-nat.o .
11765 * i386v4-nat.c: Include i387-nat.h.
11766 (supply_fpregset): Use i387_supply_fsave.
11767 (fill_fpregset): Use i387_fill_fsave.
11768
11769 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11770
11771 * arm-tdep.c (arm_call_dummy_words): Define.
11772 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11773 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11774 (CALL_DUMMY_WORDS): Define.
11775 (arm_call_dummy_words): Declare.
11776 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11777 (arm_linux_call_dummy_words): Declare.
11778
11779 2002-01-30 Andreas Schwab <schwab@suse.de>
11780
11781 * m68klinux-nat.c: Fix last change to use regcache_collect
11782 instead of referencing registers[] directly.
11783
11784 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11785
11786 * parse.c (target_map_name_to_register): Delete code wrapped in
11787 #ifdef REGISTER_NAME_ALIAS_HOOK.
11788
11789 2002-01-28 Michael Snyder <msnyder@redhat.com>
11790
11791 * regcache.c (legacy_read_register_gen): Need to be able to
11792 read pseudo-register as well as real register.
11793 (legacy_write_register_gen): Ditto.
11794
11795 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11796
11797 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11798 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11799 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11800 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11801 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11802 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11803 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11804 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11805 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11806 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11807 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11808 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11809 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11810 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11811 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11812 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11813 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11814 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11815 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11816 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11817
11818 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11819
11820 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11821 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11822 (initialize_current_architecture): Update target_byte_order using
11823 information from BFD.
11824 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11825 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11826
11827 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11828
11829 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11830 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11831
11832 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11833 #ifdef INVALID_FLOAT.
11834 * infcmd.c (do_registers_info): Ditto.
11835 * values.c (unpack_double): Ditto. Add comment.
11836
11837 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11838 already commented out.
11839
11840 2002-01-26 Andreas Schwab <schwab@suse.de>
11841
11842 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11843 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11844 registers and add support for PTRACE_GETREGS.
11845
11846 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11847
11848 GDB 5.1.1 released from 5.1 branch.
11849 * NEWS: Add 5.1.1 news.
11850 * README: Sync with 5.1 branch.
11851
11852 2002-01-23 Fred Fish <fnf@redhat.com>
11853
11854 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11855 stabstring on initial malloc. Reallocing will copy it for us,
11856 if necessary.
11857
11858 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11859
11860 * Makefile.in (hpread_h): Delete.
11861 (HFILES_NO_SRCDIR): Remove hpread.h.
11862 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11863 (hpread.o): Update dependencies.
11864 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11865
11866 * hp-psymtab-read.c: Remove file.
11867 * hp-symtab-read.c: Remove file.
11868 * hpread.h: Remove file.
11869
11870 * hpread.c: Merge all contents of hp-psymtab-read.c,
11871 hp-symtab-read.c and hpread.h into this file, as it was prior to
11872 January 1999.
11873
11874 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11875 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11876 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11877 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11878
11879 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11880
11881 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11882 fill_gregset): Call gdbarch_tdep() just once, assign result to
11883 variable and use that, instead of calling the function several
11884 times.
11885
11886 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11887
11888 * configure.host: Accept sparcv9 as alias for sparc64.
11889 * configure.tgt: Likewise.
11890
11891 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11892
11893 * solib-aix5.c (build_so_list_from_mapfile)
11894 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11895 arguments is not reversed.
11896 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11897 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11898
11899 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11900
11901 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11902 modified version of obsolete sh_fetch_pseudo_register.
11903 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11904 (sh4_register_read): New function.
11905 (sh_pseudo_register_write): New function. Renamed and modified
11906 version of obsolete sh_store_pseudo_register.
11907 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11908 (sh4_register_write): New function.
11909 (sh_gdbarch_init): Remove setting of gdbarch function
11910 fetch_pseudo_register and store_pseudo_register. Remove setting of
11911 register_convert_to_raw, register_convert_to_virtual,
11912 register_convertible.
11913 (sh_sh4_register_convertible): Delete. No longer needed. All is
11914 taken care by architecture specific functions
11915 register_read/register_write.
11916 (sh_sh4_register_convert_to_virtual): Make static.
11917 (sh_sh4_register_convert_to_raw): Ditto.
11918
11919 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11920
11921 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11922 (floatformat_is_nan, floatformat_mantissa): Ditto.
11923
11924 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11925 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11926 builtin_type_ieee_double_little,
11927 builtin_type_ieee_double_littlebyte_bigword,
11928 builtin_type_m68881_ext, builtin_type_i960_ext,
11929 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11930 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11931 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11932 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11933
11934 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11935
11936 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11937 parameter. Set frameless flag if it exists and depended of
11938 whether the scanned function is frameless or not.
11939 (xstormy16_skip_prologue): If function is frameless, return
11940 result of xstormy16_scan_prologue().
11941 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11942 call.
11943
11944 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11945
11946 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11947 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11948 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11949 sh_sh4_register_byte, sh_sh4_register_raw_size,
11950 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11951 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11952 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11953 sh_store_pseudo_register, sh_do_pseudo_register): Call
11954 gdbarch_tdep() just once, assign result to variable and use that,
11955 instead of calling the function several times.
11956
11957 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11958
11959 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11960 macros instead of LAST_FPU_CTRL_REGNUM.
11961 (store_register): Likewise.
11962
11963 2002-01-21 Jim Blandy <jimb@redhat.com>
11964
11965 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11966 is up-to-date before running the program, not just when a program
11967 exits.
11968
11969 2002-01-21 Fred Fish <fnf@redhat.com>
11970
11971 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11972 when we have found all instructions we are looking for.
11973
11974 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11975
11976 * arm-tdep.c (arm_register_name): New function.
11977 (arm_registers_names): Make static.
11978 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11979 (arm_register_name): Declare.
11980 (REGISTER_NAME): Use it.
11981
11982 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11983 Kevin Buettner <kevinb@redhat.com>
11984
11985 Convert arm targets to new FRAME interface.
11986 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11987 (arm_frame_find_save_regs): Delete.
11988 (arm_frame_init_saved_regs): New.
11989 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11990 Allocate extra_info as required. Convert all uses of fsr.regs
11991 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11992 to use extra_info.
11993 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11994 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11995 (check_prologue_cache, save_prologue_cache): Likewise.
11996 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11997 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11998 (FRAME_FIND_SAVED_REGS): Delete.
11999 (arm_frame_find_saved_regs): Delete prototype.
12000 (arm_frame_init_saved_regs): New prototype.
12001 (FRAME_INIT_SAVED_REGS): Define.
12002
12003 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12004
12005 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12006
12007 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12008
12009 From Jeff Law <law@redhat.com>:
12010 * infttrace.c: Include <sys/pstat.h>.
12011 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12012 exec file if the ttrace equivalent fails.
12013
12014 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12015
12016 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12017 (closeLogFile): Ditto.
12018
12019 2002-01-20 Michael Chastain <mec@shout.net>
12020
12021 * top.c (print_gdb_version): Bump copyright year to 2002.
12022
12023 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12024
12025 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12026 Zannoni and Eli Zaretskii.
12027
12028 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12029
12030 * buildsym.c: Update copyright years.
12031 * c-typeprint.c: Likewise.
12032 * dwarf2read.c: Likewise.
12033 * f-typeprint.c: Likewise.
12034 * gdbtypes.c: Likewise.
12035 * gdbtypes.h: Likewise.
12036 * hp-symtab-read.c: Likewise.
12037 * hpread.c: Likewise.
12038 * mdebugread.c: Likewise.
12039 * p-typeprint.c: Likewise.
12040
12041 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12042
12043 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12044 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12045 byte-order selectable.
12046 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12047 * arch-utils.c: Ditto.
12048 (set_endian): Ditto.
12049 (set_endian_from_file): Ditto.
12050 * gdbserver/low-sim.c (create_inferior): Ditto.
12051 * gdbarch.sh: Ditto.
12052 * gdbarch.h: Re-generate.
12053 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12054 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12055 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12056 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12057 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12058 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12059 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12060 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12061 macro definition.
12062 * config/mips/tm-wince.h: Remove #undef of macro
12063 TARGET_BYTE_ORDER_SELECTABLE.
12064 * config/sh/tm-wince.h: Ditto.
12065
12066 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12067
12068 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12069 member function fields. Add accessor macro
12070 TYPE_FN_FIELD_ARTIFICIAL.
12071 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12072 * c-typeprint.c (c_type_print_base): Skip artificial member
12073 functions.
12074
12075 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12076
12077 * f-typeprint.c: Delete unused function f_type_print_args.
12078 * p-typeprint.c: Delete unused function pascal_type_print_args.
12079
12080 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12081
12082 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12083 comment. Add ``artificial'' to ``union field_location''.
12084
12085 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12086
12087 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12088 * mdebugread.c (parse_symbol): Likewise.
12089 * stabsread.c (define_symbol): Likewise.
12090 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12091 initializing TYPE_FIELD_BITPOS to n (obsolete).
12092 (hpread_doc_function_type): Likewise.
12093 * hpread.c (hpread_function_type): Likewise.
12094
12095 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12096
12097 * configure.in (host_makefile_frag): Only require a host makefile
12098 fragment when a native build.
12099 * configure: Re-generate.
12100
12101 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12102
12103 * doublest.h (floatformat_from_type): Declare.
12104 * doublest.c (floatformat_from_type): New function.
12105 (convert_typed_floating): Use.
12106
12107 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12108 call to function floatformat_from_type.
12109
12110 * gdbarch.sh (IEEE_FLOAT): Delete.
12111 * gdbarch.h, gdbarch.c: Re-generate.
12112 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12113 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12114 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12115 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12116 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12117 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12118 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12119 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12120 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12121 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12122 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12123 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12124
12125 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12126 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12127 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12128 * sh-tdep.c (sh_gdbarch_init): Ditto.
12129 * mips-tdep.c (mips_gdbarch_init): Ditto.
12130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12131 * cris-tdep.c (cris_gdbarch_init): Ditto.
12132
12133 2002-01-20 Jiri Smid <smid@suse.cz>
12134
12135 * configure.host, configure.tgt: Support x86-64.
12136 * NEWS: Note new target x86-64.
12137
12138 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12139 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12140 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12141 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12142 x86-64-linux-nat.o): Fix dependencies.
12143
12144 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12145
12146 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12147 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12148 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12149 * config/sparc/xm-sun4os4.h: Delete file.
12150 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12151
12152 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12153
12154 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12155 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12156 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12157 * config/i386/i386lynx.mh (XM_FILE): Delete.
12158 * config/rs6000/xm-rs6000ly.h: Delete file.
12159 * config/sparc/xm-sparclynx.h: Delete file.
12160 * config/m68k/xm-m68klynx.h: Delete file.
12161 * config/i386/xm-i386lynx.h: Delete file.
12162 * config/xm-lynx.h: Delete file.
12163 * config/djgpp/fnchange.lst: Update.
12164
12165 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12166
12167 * alpha-tdep.c (alpha_register_byte): New function.
12168 (alpha_register_raw_size): Ditto.
12169 (alpha_register_virtual_size): Ditto.
12170 (alpha_skip_prologue_internal): Renamed from
12171 alpha_skip_prologue.
12172 (alpha_skip_prologue): New version that calls
12173 alpha_skip_prologue_internal.
12174 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12175 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12176 second argument from alpha_skip_prologue.
12177 (REGISTER_BYTE): Use alpha_register_byte.
12178 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12179 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12180 (FRAMELESS_FUNCTION_INVOCATION): Use
12181 generic_frameless_function_invocation_not.
12182 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12183 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12184
12185 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12186
12187 * config/mips/xm-news-mips.h: Delete file.
12188 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12189
12190 * config/m88k/xm-m88k.h: Delete file.
12191 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12192 * config/m88k/xm-delta88v4.h: Ditto.
12193 * config/m88k/xm-delta88.h: Ditto.
12194
12195 * config/alpha/xm-fbsd.h: Delete file.
12196 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12197
12198 * config/sparc/xm-sparc.h: Delete file.
12199 * Makefile.in (xm-sun4os4.h): Delete dependency.
12200 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12201 * config/sparc/xm-sun4os4.h: Ditto.
12202 * config/sparc/xm-linux.h: Ditto.
12203
12204 * config/i386/xm-windows.h: Delete file.
12205
12206 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12207
12208 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12209 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12210
12211 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12212
12213 * alpha-tdep.c (alpha_call_dummy_words): New.
12214 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12215 (CALL_DUMMY_P): Define.
12216 (CALL_DUMMY_WORDS): Define.
12217 (SIZEOF_CALL_DUMMY_WORDS): Define.
12218
12219 2002-01-19 Per Bothner <per@bothner.com>
12220
12221 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12222 isn't NULL, which can happen with some gcj-3.x-produced code.
12223
12224 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12225
12226 * alpha-tdep.c (alpha_register_virtual_type): New function.
12227 (alpha_init_frame_pc_first): Ditto.
12228 (alpha_fix_call_dummy): Ditto.
12229 (alpha_store_struct_return): Ditto.
12230 (alpha_extract_struct_value_address): Ditto.
12231 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12232 alpha_register_virtual_type.
12233 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12234 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12235 alpha_extract_struct_value_address.
12236 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12237 (INIT_FRAME_PC): Use init_frame_pc_noop.
12238 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12239
12240 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12241
12242 * i386gnu-nat.c: Include "i386-tdep.h".
12243 (fetch_fpregs): Simplify code dealing with uninitialized floating
12244 point states such that it doesn't require FP7_REGNUM.
12245
12246 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12247
12248 * alpha-tdep.c (frame_extra_info): New.
12249 (alpha_find_saved_regs): Make static. Use
12250 frame->extra_info.
12251 (alpha_frame_init_saved_regs): New function.
12252 (alpha_frame_saved_pc): Use frame->extra_info.
12253 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12254 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12255 (init_extra_frame_info): Rename to...
12256 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12257 (alpha_print_extra_frame_info): New function.
12258 (alpha_frame_locals_address): Ditto.
12259 (alpha_frame_args_address): Ditto.
12260 (alpha_pop_frame): Use frame->extra_info.
12261 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12262 alpha_frame_args_address.
12263 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12264 (alpha_find_saved_regs): Remove prototype.
12265 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12266 (EXTRA_FRAME_INFO): Remove.
12267 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12268 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12269
12270 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12271
12272 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12273 (alpha_cannot_fetch_register): Ditto.
12274 (alpha_cannot_store_register): Ditto.
12275 (alpha_register_convertible): Ditto.
12276 (alpha_use_struct_convention): Ditto.
12277 * config/alpha/tm-alpha.h: Update copyright years.
12278 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12279 (INNER_THAN): Use core_addr_lessthan.
12280 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12281 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12282 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12283 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12284 (FRAME_CHAIN): Remove unnecessary cast.
12285
12286 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12287
12288 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12289 obsolete.
12290
12291 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12292
12293 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12294 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12295 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12296 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12297 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12298 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12299 * x86-64-linux-nat.c: Ditto.
12300
12301 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12302
12303 * alpha-tdep.c (alpha_register_name): New function.
12304 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12305 (REGISTER_NAME): Define.
12306
12307 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12308
12309 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12310
12311 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12312
12313 * alpha-tdep.c: Update copyright years.
12314 (alpha_next_pc): New function.
12315 (alpha_software_single_step): Ditto.
12316 * config/alpha/tm-alpha.h: Add prototype for
12317 alpha_software_single_step.
12318
12319 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12320
12321 * alphabsd-nat.c: Update copyright years.
12322 (fill_gregset): Use regcache_collect.
12323 (fill_fpregset): Likewise.
12324 (fetch_inferior_registers): Only fetch integer registers
12325 if requested to do so.
12326 (store_inferior_registers): Only store integer registers
12327 if requested to do so.
12328
12329 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12330
12331 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12332 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12333 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12334 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12335 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12336 * config/arm/linux.mh (XDEPFILES): Delete.
12337 * config/arm/nbsd.mh (XDEPFILES): Delete.
12338 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12339 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12340 * config/i386/i386m3.mh (XDEPFILES): Delete.
12341 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12342 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12343 * config/i386/fbsd.mh (XDEPFILES): Delete.
12344 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12345 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12346 * config/i386/i386v4.mh (XDEPFILES): Delete.
12347 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12348 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12349 * config/i386/i386aix.mh (XDEPFILES): Delete.
12350 * config/i386/go32.mh (XDEPFILES): Delete.
12351 * config/i386/cygwin.mh (XDEPFILES): Delete.
12352 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12353 * config/i386/i386mach.mh (XDEPFILES): Delete.
12354 * config/i386/i386v32.mh (XDEPFILES): Delete.
12355 * config/i386/linux.mh (XDEPFILES): Delete.
12356 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12357 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12358 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12359 * config/i386/i386sco.mh (XDEPFILES): Delete.
12360 * config/i386/i386v.mh (XDEPFILES): Delete.
12361 * config/i386/nbsd.mh (XDEPFILES): Delete.
12362 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12363 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12364 * config/i386/symmetry.mh (XDEPFILES): Delete.
12365 * config/i386/obsd.mh (XDEPFILES): Delete.
12366 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12367 * config/ia64/linux.mh (XDEPFILES): Delete.
12368 * config/ia64/aix.mh (XDEPFILES): Delete.
12369 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12370 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12371 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12372 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12373 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12374 * config/m68k/linux.mh (XDEPFILES): Delete.
12375 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12376 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12377 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12378 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12379 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12380 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12381 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12382 * config/m88k/delta88.mh (XDEPFILES): Delete.
12383 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12384 * config/m88k/m88k.mh (XDEPFILES): Delete.
12385 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12386 * config/mips/linux.mh (XDEPFILES): Delete.
12387 * config/mips/irix6.mh (XDEPFILES): Delete.
12388 * config/mips/irix5.mh (XDEPFILES): Delete.
12389 * config/mips/irix4.mh (XDEPFILES): Delete.
12390 * config/mips/irix3.mh (XDEPFILES): Delete.
12391 * config/mips/decstation.mh (XDEPFILES): Delete.
12392 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12393 (NATDEPFILES): Move core-aout.o to here.
12394 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12395 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12396 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12397 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12398 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12399 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12400 * config/pa/hpux11.mh (XDEPFILES): Delete.
12401 * config/powerpc/aix.mh (XDEPFILES): Delete.
12402 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12403 * config/powerpc/linux.mh (XDEPFILES): Delete.
12404 * config/romp/rtbsd.mh: Rename XDEPFILES.
12405 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12406 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12407 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12408 * config/s390/s390.mh (XDEPFILES): Delete.
12409 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12410 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12411 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12412 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12413 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12414 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12415 * config/sparc/linux.mh (XDEPFILES): Delete.
12416 * config/vax/vaxult.mh (XDEPFILES): Delete.
12417 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12418 * Makefile.in (DEPFILES): Remove XDEPFILES.
12419
12420 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12421
12422 * utils.c (internal_verror): Fix comments, default is yes not no.
12423 Update queries to match. Default to quit and dump core.
12424
12425 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12426
12427 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12428 copyright.
12429 * defs.h, event-top.c, gdbcmd.h: Ditto.
12430 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12431 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12432 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12433 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12434 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12435 * mi/mi-main.c:Ditto.
12436
12437 * stack.c, symfile.c: Update copyright.
12438
12439 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12440
12441 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12442 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12443 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12444 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12445
12446 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12447
12448 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12449 * gdbserver/low-lynx.c (myattach): Likewise.
12450 * gdbserver/low-nbsd.c (myattach): Likewise.
12451 * gdbserver/low-sim.c (myattach): Likewise.
12452 * gdbserver/low-sparc.c (myattach): Likewise.
12453 * gdbserver/low-sun3.c (myattach): Likewise.
12454
12455 * gdbserver/low-linux.c (myattach): New function.
12456
12457 * gdbserver/server.c (attach_inferior): New function.
12458 (main): Handle "--attach".
12459
12460 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12461
12462 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12463 maintainer.
12464
12465 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12466
12467 * c-typeprint.c (is_type_conversion_operator): Add additional
12468 check for non-conversion operators.
12469
12470 2002-01-15 Michael Snyder <msnyder@redhat.com>
12471
12472 * linux-proc.c: Add "info proc" command, a la procfs.c.
12473 (read_mapping): New function, abstract and re-use code.
12474 (linux_find_memory_regions): Use new func read_mapping.
12475 (linux_info_proc_cmd): New function, implement "info proc".
12476 (_initialize_linux_proc): Add new command "info proc".
12477
12478 2002-01-15 Michael Snyder <msnyder@redhat.com>
12479
12480 * symfile.c (generic_load): Use bfd_map_over_sections method
12481 instead of manipulating bfd structure members directly.
12482 (add_section_size_callback): New function, bfd sections callback
12483 used by generic_load.
12484 (load_sections_callback): New function, bfd sections callback
12485 used by generic_load.
12486
12487 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12488
12489 [Based on work by Jim Blandy]
12490 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12491 (builtin_type_vec128): Export.
12492 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12493 types.
12494 (builtin_type_vec128): New builtin type for 128 bit vector
12495 registers.
12496 (build_gdbtypes): Initialize builtin_type_v16qi and
12497 builtin_type_v8hi. Create the vec128 register builtin type
12498 structure.
12499 (build_builtin_type_vec128): New function.
12500 (_initialize_gdbtypes): Register builtin_type_v16qi and
12501 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12502 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12503 AltiVec register to new builtin type.
12504
12505 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12506
12507 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12508 to make_cv_type.
12509
12510 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12511
12512 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12513 CLEAN_UP_REGISTER_VALUE.
12514 * regcache.c (supply_register): Update only call.
12515
12516 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12517
12518 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12519 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12520 a29k-*-vxworks* targets as obsolete.
12521
12522 2002-01-14 Michael Snyder <msnyder@redhat.com>
12523
12524 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12525 until we can resolve portability issues.
12526 * gregset.h: Remove references to fpxregs.
12527 * gcore.c (gcore_command): Initialize note_sec to NULL.
12528
12529 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12530
12531 * signals.c (target_signal_to_name): Rewrite. Only use
12532 signals[].name when in bounds and non-NULL.
12533
12534 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12535
12536 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12537 * signals.c (target_signal_to_name): Verify that SIG is within the
12538 bounds of the signals array.
12539
12540 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12541
12542 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12543
12544 2002-01-13 Keith Seitz <keiths@redhat.com>
12545
12546 * stack.c (print_frame_info_base): Print the frame's pc
12547 only if when print_frame_info_listing_hook is not defined.
12548
12549 2002-01-13 Keith Seitz <keiths@redhat.com>
12550
12551 * varobj.c (varobj_set_value): Make sure that there were no
12552 errors evaluating the object before attempting to set its
12553 value.
12554 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12555 so this offset adjustment is no longer necessary.
12556 (create_child): Don't set the error flag if the child is
12557 a CPLUS_FAKE_CHILD.
12558 (value_of_child): If value_fetch_lazy fails, return NULL
12559 so that callers will be notified that an error occurred.
12560 (c_value_of_variable): Delay check of variable's validity
12561 until later. We actually want all structs and unions to have
12562 the value "{...}".
12563 Do not return "???" for variables which could not be evaluated.
12564 This error condition must be returned to the caller so that it
12565 can get the error condition from gdb.
12566 (cplus_name_of_child): Adjust index for vptr before figuring
12567 out the name of the child.
12568 (cplus_value_of_child): If a child's (real) parent is not valid,
12569 don't even bother trying to give a value for it. Just return
12570 an error. Change all instances in this function.
12571 (cplus_type_of_child): If our parent is one of the "fake"
12572 parents, we need to get at the type of the real parent, and
12573 derive the child's true type using this information.
12574
12575 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12576
12577 From 2002-01-09 John Marshall <johnm@falch.net>:
12578 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12579 sources.redhat.com, and tweak some related URLs which had
12580 suffered from linkrot.
12581
12582 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12583
12584 From Jeff law:
12585 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12586 structures passed in registers.
12587
12588 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12589
12590 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12591 white space which prevented compilation. Reported by DSK
12592 <dsk@student.unsw.edu.au>.
12593
12594 2002-01-11 Michael Snyder <msnyder@redhat.com>
12595
12596 * symfile.c (build_section_addr_info_from_section_tab):
12597 Use bfd access method instead of manipulating bfd directly.
12598 (syms_from_objfile): Ditto.
12599 (simple_overlay_update_1): Ditto.
12600 (simple_overlay_update): Ditto.
12601 (generic_load): Ditto.
12602 (overlay_unmapped_address): FIXME comment, bfd access methods.
12603 (sections_overlap): FIXME comment, bfd access methods.
12604 (pc_in_mapped_range): FIXME comment, bfd access methods.
12605 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12606 (section_is_mapped): FIXME comment, bfd access methods.
12607 (section_is_overlay): FIXME comment, bfd access methods.
12608
12609 * symfile.c (generic_load): Whitespace and long line cleanups.
12610 Remove duplicate variable, change several local variables to
12611 more appropriate data types.
12612 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12613
12614 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12615
12616 From Peter Schauer:
12617 * language.c (longest_local_hex_string_custom): Use phex_nz to
12618 convert NUM to a hex string.
12619
12620 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12621
12622 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12623 the function.
12624 Update Copyright year.
12625
12626 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12627
12628 * language.c (longest_raw_hex_string): Delete unused function.
12629
12630 2002-01-11 Petr Sorfa <petrs@caldera.com>
12631
12632 * MAINTAINERS (write-after-approval): Add myself.
12633 * dwarf2read.c (read_tag_string_type): Handling of
12634 DW_AT_byte_size.
12635 (read_tag_string_type): FORTRAN fix to prevent propagation of
12636 first string size.
12637 (set_cu_language): Handling of DW_LANG_Fortran95
12638
12639 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12640
12641 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12642 GETPID(inferior_ptid).
12643 (store_inferior_registers): Likewise.
12644
12645 2002-01-10 Jason Merrill <jason@redhat.com>
12646
12647 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12648 Fix DW_OP_minus.
12649
12650 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12651
12652 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12653 and bfd/elf32-sh-nbsd.c.
12654
12655 2002-01-10 Michael Snyder <msnyder@redhat.com>
12656
12657 * NEWS: Mention --pid and corefile/proc-id behavior change.
12658
12659 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12660 * gcore.c: Include cli/cli-decode.h instead of command.h.
12661
12662 * main.c (captured_main): Add new command line option "--pid".
12663 If the second command line argument (following the symbol-file)
12664 begins with a digit, try to attach to it before trying to open
12665 it as a corefile.
12666 (print_gdb_help): Document the "--pid" argument.
12667
12668 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12669
12670 * completer.c (command_completer): New function.
12671
12672 * completer.h <command_completer>: Add prototype.
12673
12674 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12675 completer for the "help" command.
12676
12677 2002-01-09 Jason Merrill <jason@redhat.com>
12678
12679 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12680
12681 2002-01-09 Michael Snyder <msnyder@redhat.com>
12682
12683 * i386-linux-nat.c (fill_fpxregset): Make global.
12684 (store_fpxregset): Ditto.
12685
12686 * gregset.h (gdb_fpxregset_t): Define.
12687 (supply_fpxregset): Prototype.
12688 (fill_fpxregset): Prototype.
12689
12690 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12691
12692 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12693
12694 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12695 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12696 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12697
12698 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12699
12700 * MAINTAINERS: Update target maintainer rules so that any
12701 Maintainer can approve a tested patch for a maintenance-only
12702 target.
12703
12704 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12705
12706 * MAINTAINERS (write-after-approval): Add myself.
12707
12708 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12709 IN_SIGTRAMP.
12710
12711 2002-01-08 Michael Snyder <msnyder@redhat.com>
12712
12713 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12714 real name of the executable, rather than the /proc name.
12715
12716 2002-01-03 Michael Snyder <msnyder@redhat.com>
12717
12718 Implement a "generate-core-file" command in gdb, save target state.
12719 * gcore.c: New file. Implement new command 'generate-core-file'.
12720 Save a corefile image of the current state of the inferior.
12721 * linux-proc.c: Add linux-specific code for saving corefiles.
12722 * target.h (struct target_ops): Add new target vectors for saving
12723 corefiles; to_find_memory_regions and to_make_corefile_notes.
12724 (target_find_memory_regions): New macro.
12725 (target_make_corefile_notes): New macro.
12726 * target.c (update_current_target): Inherit new target methods.
12727 (dummy_find_memory_regions): New place-holder method.
12728 (dummy_make_corefile_notes): New place-holder method.
12729 (init_dummy_target): Initialize new dummy target vectors.
12730 * exec.c (exec_set_find_memory_regions): New function.
12731 Allow the exec_ops vector for memory regions to be taken over.
12732 (exec_make_note_section): New function, target vector method.
12733 * defs.h (exec_set_find_memory_regions): Export prototype.
12734 * procfs.c (proc_find_memory_regions): New function, corefile method.
12735 (procfs_make_note_section): New function, corefile method.
12736 (init_procfs_ops): Set new target vector pointers.
12737 (find_memory_regions_callback): New function.
12738 (procfs_do_thread_registers): New function.
12739 (procfs_corefile_thread_callback): New function.
12740 * sol-thread.c (sol_find_memory_regions): New function.
12741 (sol_make_note_section): New function.
12742 (init_sol_thread_ops): Initialize new target vectors.
12743 * inftarg.c (inftarg_set_find_memory_regions): New function.
12744 Allow to_find_memory_regions vector to be taken over.
12745 (inftarg_set_make_corefile_notes): New function.
12746 Allow to_make_corefile_notes vector to be taken over.
12747 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12748 interface layer if not target_has_execution (may be a corefile).
12749 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12750 * config/sparc/sun4sol2.mh: Ditto.
12751 * config/alpha/alpha-linux.mh: Ditto.
12752 * config/arm/linux.mh: Ditto.
12753 * config/i386/x86-64linux.mh: Ditto.
12754 * config/ia64/linux.mh: Ditto.
12755 * config/m68k/linux.mh: Ditto.
12756 * config/mips/linux.mh: Ditto.
12757 * config/powerpc/linux.mh: Ditto.
12758 * config/sparc/linux.mh: Ditto.
12759
12760 2002-01-07 Michael Snyder <msnyder@redhat.com>
12761
12762 * arm-linux-nat.c: Remove references to regcache.c internal data
12763 (registers[] and register_valid[]).
12764
12765 2002-01-07 Michael Snyder <msnyder@redhat.com>
12766
12767 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12768 so that attaching to a pid will automatically read the process's
12769 symbol file and shlibs.
12770 * Makefile.in: Add rule for linux-proc.o.
12771 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12772 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12773 * config/arm/linux.mh: Ditto.
12774 * config/i386/linux.mh: Ditto.
12775 * config/i386/x86-64linux.mh: Ditto.
12776 * config/ia64/linux.mh: Ditto.
12777 * config/m68k/linux.mh: Ditto.
12778 * config/mips/linux.mh: Ditto.
12779 * config/powerpc/linux.mh: Ditto.
12780 * config/sparc/linux.mh: Ditto.
12781
12782 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12783
12784 * win32-nat.c: Add i386-tdep.h dependency.
12785
12786 2002-01-07 Michael Snyder <msnyder@redhat.com>
12787
12788 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12789 instead of bfd_get_arch_size. Don't bail out just because
12790 there's no exec_bfd.
12791
12792 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12793 * p-valprint.c (pascal_object_print_value): Ditto.
12794 * somread.c (som_symtab_read): Ditto.
12795 * symfile.c (simple_free_overlay_region_table): Ditto.
12796 * valops.c (value_assign): Ditto.
12797
12798 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12799 use tilde_expand and strerror for opening save-tracepoints file.
12800
12801 * thread-db.c (thread_db_new_objfile): Indendation fix.
12802
12803 * infptrace.c (GDB_MAX_ALLOCA): New define.
12804 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12805 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12806 can be overridden with whatever value is appropriate to the host).
12807 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12808 alloca to allocate potentially large buffer.
12809 * rs6000-nat.c (child_xfer_memory): Ditto.
12810 * symm-nat.c (child_xfer_memory): Ditto.
12811 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12812
12813 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12814
12815 From Nick Clifton <nickc@redhat.com>
12816 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12817
12818 2002-01-07 Michael Snyder <msnyder@redhat.com>
12819
12820 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12821 Don't use exec_bfd if it's NULL.
12822
12823 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12824
12825 * valops.c (value_arg_coerce): Fix formatting.
12826
12827 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12828
12829 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12830 * gnu-nat.c: Ditto.
12831
12832 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12833
12834 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12835 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12836 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12837 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12838 z8k-coff have not been multi-arched. Update z8k-coff build
12839 status.
12840
12841 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12842
12843 * MAINTAINERS: Mark a29k target as obsolete.
12844 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12845 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12846 comments.
12847 * NEWS: Note that a29k targets are obsolete.
12848 * a29k-tdep.c: Mark as obsolete.
12849 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12850 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12851 a29k-*-vxworks* targets as obsolete.
12852 * remote-adapt.c: Obsolete.
12853 * remote-eb.c: Obsolete.
12854 * remote-mm.c: Obsolete.
12855 * remote-udi.c: Obsolete.
12856 * config/a29k/a29k-udi.mt: Obsolete.
12857 * config/a29k/a29k.mt: Obsolete.
12858 * config/a29k/tm-a29k.h: Obsolete.
12859 * config/a29k/tm-vx29k.h: Obsolete.
12860 * config/a29k/vx29k.mt: Obsolete.
12861
12862 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12863
12864 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12865 with BFD_ENDIAN_BIG.
12866
12867 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12868
12869 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12870 * configure, config.in: Re-generate.
12871 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12872 * defs.h: Do not include <endian.h>.
12873
12874 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12875
12876 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12877 * config.in: Regenerate.
12878 * configure.in: Update copyright years.
12879 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12880 * configure: Regenerate.
12881 * i386bsd-nat.c: Update copyright years.
12882 (fill_gregset): Use regcache_collect.
12883 (fetch_inferior_registers): Only fetch integer registers
12884 if requested to do so. Add support for XMM registers
12885 using PT_GETXMMREGS.
12886 (store_inferior_registers): Only store integer registers
12887 if requested to do so. Add support for XMM registers
12888 using PT_SETXMMREGS.
12889 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12890 (store_inferior_registers): Remove.
12891 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12892 (fetch_elfcore_registers): New function.
12893 (i386nbsd_elfcore_fns): New.
12894 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12895 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12896 i386bsd-nat.o.
12897 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12898 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12899 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12900 * config/i386/tm-nbsd.h: Update copyright years.
12901 (HAVE_SSE_REGS): Define.
12902 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12903 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12904 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12905 (SIGCONTEXT_PC_OFFSET): Remove.
12906 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12907
12908 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12909
12910 * configure.tgt: Remove powerpc-*-macos* target.
12911 * config/m68k/xm-mpw.h: Delete file.
12912 * config/xm-mpw.h: Delete file.
12913 * ser-mac.c: Delete file.
12914 * mpw-make.sed: Delete file.
12915 * mpw-config.in: Delete file.
12916 * mac-xdep.c: Delete file.
12917 * mac-gdb.r: Delete file.
12918 * mac-defs.h: Delete file.
12919 * mac-nat.c: Delete file.
12920 * config/powerpc/macos.mh: Delete file.
12921 * config/powerpc/macos.mt: Delete file.
12922 * config/powerpc/nm-macos.h: Delete file.
12923 * config/powerpc/tm-macos.h: Delete file.
12924 * source.c (openp, open_source_file): Remove obsolete code.
12925 * top.c (gdb_readline): Ditto.
12926 * utils.c (query): Ditto.
12927 * event-top.c (display_gdb_prompt): Ditto.
12928 * Makefile.in (ser-mac.o): Delete obsolete target.
12929 * NEWS: Update.
12930
12931 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12932
12933 * defs.h (BIG_ENDIAN): Delete macro definition.
12934 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12935 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12936 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12937 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12938 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12939 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12940 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12941 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12942 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12943 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12944 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12945 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12946 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12947 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12948 * gdbarch.c: Re-generate.
12949
12950 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12951
12952 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12953 for core files.
12954
12955 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12956
12957 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12958
12959 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12960
12961 * value.h (value_ptr): Delete typedef.
12962
12963 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12964
12965 * i386nbsd-nat.c: Update copyright years.
12966 Include i386-tdep.h.
12967
12968 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12969
12970 * stabsread.c: Update copyright years.
12971
12972 From Debashis Mahata <debashis.mahata@wipro.com>:
12973 (read_struct_fields): Deal with Sun C compiler erroneous stab
12974 output for structs and unions.
12975 Fix PR gdb/269.
12976
12977 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12978
12979 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12980 prototype.
12981
12982 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12983
12984 * cp-abi.c: Fix whitespace.
12985 (baseclass_offset): New wrapper function.
12986 * cp-abi.h (baseclass_offset): Add prototype.
12987 (struct cp_abi_ops): Add baseclass_offset pointer.
12988
12989 * valops.c (vb_match): Move to...
12990 * gnu-v2-abi.c (vb_match): here.
12991 * valops.c (baseclass_offset): Move to...
12992 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12993
12994 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12995
12996 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12997 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12998 * hpacc-abi.c (init_hpacc_ops): Likewise.
12999
13000 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13001
13002 * valops.c (find_overload_match): Accept obj as a
13003 reference parameter. Update it before returning.
13004 * value.h (find_overload_match): Update prototype.
13005 * eval.c (evaluate_subexp_standard): Pass object to
13006 find_overload_match by reference.
13007
13008 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13009
13010 * valarith.c: Replace value_ptr with struct value pointer. Remove
13011 register attribute from value declarations.
13012 * valops.c: Ditto.
13013 * value.h: Ditto.
13014 * scm-lang.c (scm_lookup_name): Ditto.
13015
13016 2002-01-03 Michael Snyder <msnyder@redhat.com>
13017
13018 Abstract the functionality of iterating over mapped memory
13019 regions into a general purpose iterator function.
13020 * procfs.c (iterate_over_mappings): New function, general purpose
13021 iterator for memory sections.
13022 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13023 (solib_mappings_callback): New function, callback for above.
13024 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13025 (info_mappings_callback): New function, callback for above.
13026
13027 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13028
13029 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13030
13031 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13032 * i386-tdep.c: Include "elf-bfd.h".
13033 (process_note_abi_tag_sections): New function.
13034 (i386_gdbarch_init): Add code to recognize various OS/ABI
13035 combinations.
13036
13037 * maint.c (_initialize_maint_cmds): Add missing \ in
13038 string-literal.
13039
13040 For older changes see ChangeLog-2001
13041 \f
13042 Local Variables:
13043 mode: change-log
13044 left-margin: 8
13045 fill-column: 74
13046 version-control: never
13047 End:
This page took 0.273413 seconds and 5 git commands to generate.