5.3 released.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-12-12 Andrew Cagney <ac131313@redhat.com>
2
3 * GDB 5.3 released from gdb_5_3-branch.
4
5 2002-12-11 Daniel Jacobowitz <drow@mvista.com>
6
7 * corelow.c (init_core_ops): Delete references to to_require_attach
8 and to_require_detach.
9 * exec.c (init_exec_ops): Likewise.
10 * hppah-nat.c (child_follow_fork): Call hppa_require_attach and
11 hppa_require_detach directly.
12 * inferior.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
13 * inftarg.c (child_detach): Remove.
14 (child_detach_from_process): Rename to child_detach, remove
15 after_fork argument.
16 (child_attach): Remove.
17 (child_attach_to_process): Rename to child_attach, remove after_fork
18 argument.
19 (init_child_ops): Delete references to to_require_attach
20 and to_require_detach.
21 * infttrace.c (hppa_require_attach): Update comment.
22 * target.c (cleanup_target, update_current_target)
23 (init_dummy_target, setup_target_debug): Delete references to
24 to_require_attach and to_require_detach.
25 (find_default_require_detach, find_default_require_attach)
26 (debug_to_require_attach, debug_to_require_detach): Remove
27 functions.
28 * target.h (struct target_ops): Remove to_require_attach
29 and to_require_detach.
30 (target_require_attach, target_require_detach): Delete macros.
31 (find_default_require_detach, find_default_require_attach): Delete
32 prototypes.
33 * config/pa/nm-hppah.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
34
35 2002-12-11 Andrew Cagney <ac131313@redhat.com>
36
37 * frame.c (get_frame_extra_info): New function.
38 * frame.h (get_frame_extra_info): Declare.
39
40 2002-12-11 Andrew Cagney <ac131313@redhat.com>
41
42 * breakpoint.h (struct breakpoint): Replace frame with frame_id.
43 (set_momentary_breaokpoint): Replace `struct frame_info' parameter
44 with `struct frame_id'.
45 (set_longjmp_resume_breakpoint): Ditto.
46 * infrun.c (handle_inferior_event): Update.
47 * breakpoint.c (watch_command_1, until_break_command): Update.
48 * infrun.c (handle_inferior_event, check_sigtramp2): Update.
49 (handle_inferior_event, step_over_function): Update.
50 * breakpoint.c (bpstat_stop_status, print_one_breakpoint): Update.
51 (set_raw_breakpoint, set_longjmp_resume_breakpoint): Update.
52 (set_momentary_breakpoint, deprecated_frame_in_dummy): Update.
53 * infcmd.c (finish_command, run_stack_dummy): Update.
54
55 2002-12-11 Kevin Buettner <kevinb@redhat.com>
56
57 * dwarf2read.c (dwarf2_const_ignored, dwarf2_volatile_ignored)
58 (dwarf2_non_const_array_bound_ignored)
59 (dwarf2_missing_line_number_section)
60 (dwarf2_statement_list_fits_in_line_number_section)
61 (dwarf2_mangled_line_number_section, dwarf2_unsupported_die_ref_attr)
62 (dwarf2_unsupported_stack_op, dwarf2_complex_location_expr)
63 (dwarf2_unsupported_tag, dwarf2_unsupported_at_encoding)
64 (dwarf2_unsupported_at_frame_base, dwarf2_unexpected_tag)
65 (dwarf2_missing_at_frame_base, dwarf2_bad_static_member_name)
66 (dwarf2_unsupported_accessibility, dwarf2_bad_member_name_complaint)
67 (dwarf2_missing_member_fn_type_complaint)
68 (dwarf2_vtbl_not_found_complaint, dwarf2_absolute_sibling_complaint)
69 (dwarf2_const_value_length_mismatch)
70 (dwarf2_unsupported_const_value_attr, dwarf2_misplaced_line_number)
71 (dwarf2_line_header_too_long, dwarf2_missing_macinfo_section)
72 (dwarf2_macros_too_long, dwarf2_macros_not_terminated)
73 (dwarf2_macro_outside_file, dwarf2_macro_unmatched_end_file)
74 (dwarf2_macro_malformed_definition, dwarf2_macro_spaces_in_definition)
75 (dwarf2_invalid_attrib_class, dwarf2_invalid_pointer_size): Delete
76 complaints using deprecated struct..
77 (dwarf2_non_const_array_bound_ignored_complaint)
78 (dwarf2_complex_location_expr_complaint)
79 (dwarf2_unsupported_at_frame_base_complaint)
80 (dwarf2_const_value_length_mismatch_complaint)
81 (dwarf2_macros_too_long_complaint)
82 (dwarf2_macro_malformed_definition_complaint)
83 (dwarf2_invalid_attrib_class_complaint): New functions.
84 (read_func_scope, dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
85 (read_structure_scope, read_array_type, read_common_block)
86 (read_tag_pointer_type, read_base_type, read_partial_die)
87 (dwarf_decode_line_header, check_cu_functions, dwarf_decode_lines)
88 (new_symbol, dwarf2_const_value, read_type_die)
89 (dwarf2_get_ref_die_offset, decode_locdesc, consume_improper_spaces)
90 (parse_macro_definition, dwarf_decode_macros): Replace calls to
91 complain() with, possibly indirect, calls to complaint().
92
93 2002-12-11 Andrew Cagney <cagney@redhat.com>
94
95 * frame.c (deprecated_get_frame_saved_regs): Rename
96 get_frame_saved_regs.
97 * frame.h (deprecated_get_frame_saved_regs): Update declaration.
98 * sparc-tdep.c: Update.
99 * hppa-tdep.c: Update.
100 * h8500-tdep.c: Update.
101
102 2002-12-11 Kevin Buettner <kevinb@redhat.com>
103
104 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME)
105 (ADDRESS_CLASS_NAME_TO_TYPE_FLAGS): Use ``const char *'' instead of
106 ``char *'' for return and parameter types.
107 * gdbarch.h, gdbarch.c: Regenerate.
108 * gdbtypes.h, gdbtypes.c (address_space_int_to_name): Change
109 return type from ``char *'' to ``const char *''.
110 * c-typeprint.c (c_type_print_modifier): Make ``address_space_id''
111 const.
112
113 2002-12-11 Mark Kettenis <kettenis@gnu.org>
114
115 * i386-tdep.c: Include "dummy-frame.h".
116 (i386_frame_chain, i386_frame_saved_pc): Replace
117 DEPRECATED_PC_IN_CALL_DUMMY with call to pc_in_dummy_frame.
118 (i386_gdbarch_init): Don't set deprecated_pc_in_call_dummy.
119
120 2002-12-10 Andrew Cagney <cagney@redhat.com>
121
122 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
123 Change to a function with predicate.
124 * gdbarch.h, gdbarch.c: Re-generate.
125 * frame.c (get_prev_frame): Update. Test
126 DEPRECATED_INIT_FRAME_PC_P.
127 * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC): Update.
128 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC): Update.
129 * config/mn10200/tm-mn10200.h (DEPRECATED_INIT_FRAME_PC): Update.
130 * alpha-tdep.c (alpha_gdbarch_init): Update.
131 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
132 * mips-tdep.c (mips_gdbarch_init): Update.
133 * i386-interix-tdep.c (i386_interix_init_abi): Update.
134 * arm-tdep.c: Update comments.
135 * h8300-tdep.c (h8300_gdbarch_init): Explicitly set init_frame_pc.
136 * config/m32r/tm-m32r.h (DEPRECATED_INIT_FRAME_PC): Ditto.
137 * frv-tdep.c (frv_gdbarch_init): Ditto.
138 * x86-64-tdep.c (x86_64_init_abi): Ditto.
139 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
140 * s390-tdep.c (s390_gdbarch_init): Ditto.
141 * v850-tdep.c (v850_gdbarch_init): Ditto.
142 * vax-tdep.c (vax_gdbarch_init): Ditto.
143 * sh-tdep.c (sh_gdbarch_init): Ditto.
144 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
145 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
146 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
148 * i386-tdep.c (i386_gdbarch_init): Ditto.
149 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
150 * cris-tdep.c (cris_gdbarch_init): Ditto.
151 * avr-tdep.c (avr_gdbarch_init): Ditto.
152 * arm-tdep.c (arm_gdbarch_init): Ditto.
153 * config/z8k/tm-z8k.h (INIT_FRAME_PC_FIRST): Delete macro.
154 (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
155
156 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
157
158 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_VFORK): Change to
159 CHILD_FOLLOW_FORK.
160 * hppah-nat.c (saved_vfork_pid): Add.
161 (child_post_follow_vfork): Remove.
162 (child_follow_fork): New function.
163 (child_wait): Call detach_breakpoints after receiving the child vfork.
164 Call child_resume directly instead of going through resume ().
165 Make sure we have the exec before reporting the vfork.
166 * inferior.h (follow_inferior_reset_breakpoints): Add prototype.
167 * infrun.c (follow_fork, follow_vfork, follow_inferior_fork): Remove.
168 (follow_fork): New function. Call target_follow_fork.
169 (follow_inferior_reset_breakpoints): New function broken out from
170 old follow_inferior_fork.
171 (resume): Remove hack to follow exec after vfork.
172 * inftarg.c (child_post_follow_vfork): Remove.
173 (child_follow_fork): New function.
174 (init_child_ops): Replace to_post_follow_vfork with to_follow_fork.
175 * target.c (cleanup_target): Replace to_post_follow_vfork with
176 to_follow_fork.
177 (update_current_target): Likewise.
178 (setup_target_debug): Likewise.
179 (debug_to_post_follow_vfork): Remove.
180 (debug_to_follow_fork): New function.
181 * target.h (struct target_ops): Replace to_post_folow_vfork with
182 to_follow_fork.
183 (child_post_follow_vfork): Remove prototype.
184 (child_follow_fork): Add prototype.
185 (target_post_follow_vfork): Remove macro.
186 (target_follow_fork): Add macro.
187
188 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
189
190 * hppah-nat.c (saved_child_execd_pathname, saved_vfork_state): New.
191 (child_post_follow_vfork): Cancel pending exec event if we follow
192 the parent.
193 (child_wait): Only return TARGET_WAITKIND_VFORKED when all necessary
194 events have been processed. Return a fake TARGET_WAITKIND_EXECD
195 event at the following wait call if necessary.
196 * infrun.c (follow_vfork): Don't follow_exec here.
197 (handle_inferior_event): Add comment to TARGET_WAITKIND_EXECD
198 case about HP/UX 10.20. Remove code pushed down to
199 hppah-nat.c:child_wait.
200 * infttrace.c (child_resume): Use TT_PROC_CONTINUE if
201 vfork_in_flight is set.
202
203 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
204
205 * hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNORE
206 for the parent's fork event.
207 * infrun.c (handle_inferior_event): Only expect one fork event.
208 Call prepare_to_wait for TARGET_WAITKIND_IGNORE. Update comment.
209 * target.h: Update comment for TARGET_WAITKIND_IGNORE.
210
211 2002-12-10 Andrew Cagney <ac131313@redhat.com>
212
213 * PROBLEMS: Delete reference to PR gdb/725.
214
215 * MAINTAINERS (gdb.c++): Add David Carlton.
216
217 2002-12-09 David Carlton <carlton@math.stanford.edu>
218
219 * cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
220 * cli/cli-cmds.c: Ditto.
221
222 2002-12-09 Andrew Cagney <cagney@redhat.com>
223
224 * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap
225 function address in <>.
226 * gdbarch.c: Re-generate.
227
228 2002-12-09 David Carlton <carlton@math.stanford.edu>
229
230 * p-exp.y: Rename TRUE and FALSE to TRUEKEYWORD and FALSEKEYWORD.
231
232 2002-12-09 David Carlton <carlton@math.stanford.edu>
233
234 * linespec.c (symtab_from_filename): New function.
235 (decode_line_1): Move code into symtab_from_filename.
236
237 2002-12-09 Kevin Buettner <kevinb@redhat.com>
238
239 * lin-lwp.c (strsignal): Make extern declaration match that of glibc.
240
241 2002-12-07 Andrew Cagney <ac131313@redhat.com>
242
243 * f-valprint.c (info_common_command): Use get_frame_pc.
244 * std-regs.c (value_of_builtin_frame_pc_reg): Ditto.
245 * ax-gdb.c (agent_command): Ditto.
246 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
247 (rs6000_pop_frame): Ditto.
248 (rs6000_frameless_function_invocation): Ditto.
249 (rs6000_frame_saved_pc, frame_get_saved_regs): Ditto.
250 (frame_initial_stack_address, rs6000_frame_chain): Ditto.
251 * macroscope.c (default_macro_scope): Ditto.
252 * stack.c (print_frame_info_base): Ditto.
253 (print_frame, frame_info, print_frame_label_vars): Ditto.
254 (return_command, func_command, get_frame_language): Ditto.
255 * infcmd.c (finish_command): Ditto.
256 * dummy-frame.c (cached_find_dummy_frame): Ditto.
257 * breakpoint.c (deprecated_frame_in_dummy): Ditto.
258 (break_at_finish_at_depth_command_1): Ditto.
259 (break_at_finish_command_1): Ditto.
260 (until_break_command, get_catch_sals): Ditto.
261 * blockframe.c (func_frame_chain_valid): Ditto.
262 (frameless_look_for_prologue): Ditto.
263 (frame_address_in_block, generic_func_frame_chain_valid): Ditto.
264
265 2002-12-08 Andrew Cagney <ac131313@redhat.com>
266
267 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration.
268 * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
269
270 2002-12-08 Andrew Cagney <ac131313@redhat.com>
271
272 * gdbarch.sh (INIT_FRAME_PC_FIRST, INIT_FRAME_PC_DEFAULT): Convert
273 to pure functions.
274 * gdbarch.h, gdbarch.c: Re-generate.
275 * frame.c (get_prev_frame): Explictly assign prev's pc with value
276 returned by INIT_FRAME_PC_FIRST and INIT_EXTRA_FRAME_INFO.
277
278 * arch-utils.h (init_frame_pc_default, init_frame_pc_noop): Change
279 declaration to a function returning a CORE_ADDR.
280 * x86-64-tdep.h (x86_64_init_frame_pc): Ditto.
281 * arch-utils.c (init_frame_pc_noop): Return the PC value.
282 (init_frame_pc_default): Ditto.
283 * x86-64-linux-tdep.c (x86_64_init_frame_pc): Ditto.
284 * s390-tdep.c (s390_init_frame_pc_first): Ditto.
285 * mips-tdep.c (mips_init_frame_pc_first): Ditto.
286 * dwarf2cfi.h (cfi_init_frame_pc): Ditto.
287 * dwarf2cfi.c (cfi_init_frame_pc): Ditto.
288 * alpha-tdep.c (alpha_init_frame_pc_first): Ditto.
289
290 * i386-interix-tdep.c (i386_interix_init_abi): Set init_frame_pc
291 to init_frame_pc_noop.
292 (i386_interix_init_frame_pc): Delete function.
293 * z8k-tdep.c (init_frame_pc): Delete function.
294 * config/z8k/tm-z8k.h (INIT_FRAME_PC): Define as init_frame_pc_noop.
295 (INIT_FRAME_PC_FIRST): Ditto.
296 * config/mn10200/tm-mn10200.h (INIT_FRAME_PC): Ditto.
297 (INIT_FRAME_PC_FIRST): Ditto.
298 * config/sparc/tm-sparc.h (INIT_FRAME_PC): Ditto.
299 * config/rs6000/tm-rs6000.h (INIT_FRAME_PC): Redefine as
300 init_frame_pc_noop.
301 (INIT_FRAME_PC_FIRST): Convert to an expression.
302 * config/sparc/tm-sparc.h (INIT_FRAME_PC_FIRST): Ditto.
303
304 2002-12-08 Andrew Cagney <ac131313@redhat.com>
305
306 * blockframe.c: Use get_frame_base instead of directly accessing
307 the `struct frame_info' member frame.
308 * f-valprint.c, std-regs.c, rs6000-tdep.c: Ditto.
309 * stack.c, dummy-frame.c, breakpoint.c: Ditto.
310
311 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
312
313 * Makefile.in (readline_h): Define.
314 (completer.o): Depend on readline_h.
315 (corelow.o): Ditto.
316 (event-top.o): Ditto.
317 (exec.o): Ditto.
318 (solib.o): Ditto.
319 (source.o): Ditto.
320 (symfile.o): Ditto.
321 (symmisc.o): Ditto.
322 (top.o): Ditto.
323 (tracepoint.o): Ditto.
324 (utils.o): Ditto.
325 (cli-dump.o): Ditto.
326 (tui-hooks.o): Ditto.
327 (tuiWin.o): Ditto.
328
329 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
330
331 More cleanup from import of readline 4.3.
332 * completer.h (complete_line, readline_line_completion_function):
333 Update prototypes.
334 (line_completion_function): Removed, not used outside of completer.c.
335 * completer.c (readline_line_completion_function,
336 complete_function, line_completion_function): Use const for first
337 parameter.
338 (line_completion_function): Make static.
339 (filename_completer): filename_completion_function is now called
340 rl_filename_completion_function
341 * corelow.c: Include <readline/readline.h>.
342 * exec.c: Ditto.
343 * solib.c: Ditto.
344 * source.c: Ditto.
345 * symfile.c: Ditto.
346 * symmisc.c: Ditto.
347 * top.c (init_main): No need to coerce
348 readline_line_completion_function anymore.
349 * cli/cli-dump.c: Include <readline/readline.h>.
350
351 2002-12-08 Andrew Cagney <ac131313@redhat.com>
352
353 * stack.c (frame_info): Use get_prev_frame.
354 * blockframe.c (frame_address_in_block): Ditto.
355 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
356 (rs6000_frameless_function_invocation): Ditto.
357 (rs6000_frame_saved_pc): Ditto.
358 (rs6000_frame_chain): Ditto.
359 * arch-utils.c (init_frame_pc_default): Ditto.
360
361 2002-12-08 Andrew Cagney <ac131313@redhat.com>
362
363 * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
364 Delete redundant definition.
365
366 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
367
368 Import of readline 4.3:
369 * cli/cli-cmds.c: Include readline/tilde.h.
370 * cli/cli-setshow.c: Ditto.
371 * defs.h: Don't declare tilde_expand anymore, since readline
372 exports it.
373
374 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
375
376 * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
377 -Werror on this file.
378
379 2002-12-07 Andrew Cagney <ac131313@redhat.com>
380
381 * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
382 the format name.
383 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
384 * gdbarch.c: Regenerate.
385
386 2002-12-06 Andrew Cagney <ac131313@redhat.com>
387
388 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Rename
389 INIT_FRAME_PC_FIRST. Change to a function with predicate. Do not
390 provide a default value.
391 * gdbarch.h, gdbarch.c: Regenerate.
392 * frame.c (get_prev_frame): Update. Check
393 DEPRECATED_INIT_FRAME_PC_FIRST_P.
394 * s390-tdep.c (s390_gdbarch_init): Update.
395 * mips-tdep.c (mips_gdbarch_init): Update.
396 * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
397 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
398 * alpha-tdep.c (alpha_gdbarch_init): Update.
399
400 2002-12-06 Elena Zannoni <ezannoni@redhat.com>
401
402 * ia64-linux-nat.c: Include gdb_string.h.
403 * alpha-nat.c: Ditto.
404 * ppc-linux-nat.c: Ditto.
405 * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o):
406 Update dependencies.
407
408 2002-12-05 Andrew Cagney <ac131313@redhat.com>
409
410 * gdbthread.h: Include "frame.h".
411 (struct thread_info): Replace step_frame_address with
412 step_frame_id.
413 * inferior.h: Include "frame.h".
414 (step_frame_id): Replace external variable step_frame_address.
415 * gdbthread.h (save_infrun_state): Replace step_frame_address
416 parameter with step_frame_id parameter.
417 (load_infrun_state): Ditto.
418 * Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
419 * infcmd.c (step_frame_id, step_1, step_once): Update.
420 * thread.c (load_infrun_state, save_infrun_state): Update.
421 * infrun.c (clear_proceed_status, save_inferior_status): Update.
422 (handle_inferior_event, step_over_function): Update.
423 (normal_stop, context_switch, restore_inferior_status): Update.
424 (struct inferior_status): Replace step_frame_address with
425 step_frame_id.
426
427 2002-12-05 David Carlton <carlton@math.stanford.edu>
428
429 * dwarf2read.c (dwarf2_add_field): Treat a field that is a
430 DW_TAG_member as well as a declaration as being a C++ static data
431 member.
432 (read_structure_scope): Combine tests for DW_TAG_member and
433 DW_TAG_variable.
434
435 2002-12-05 David Carlton <carlton@math.stanford.edu>
436
437 * linespec.c (decode_compound): New function.
438 (decode_line_1): Move code into decode_compound.
439
440 2002-12-05 David Carlton <carlton@math.stanford.edu>
441
442 * symtab.c (lookup_symbol_aux_local): Add 'static_block'
443 argument.
444 (lookup_symbol_aux): Do the 'field_of_this' check before checking
445 the static block. See PR gdb/804.
446
447 2002-12-05 David Carlton <carlton@math.stanford.edu>
448
449 * symtab.c (lookup_symbol_aux_block): New function.
450 (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
451
452 2002-12-05 Andrew Cagney <ac131313@redhat.com>
453
454 * gdbarch.sh: Dump the predicate function and macro values.
455 (read): Print error on standard error.
456 * gdbarch.c: Regenerate.
457
458 2002-12-04 Kevin Buettner <kevinb@redhat.com>
459
460 * Makefile.in (mips_tdep_h): Define.
461 (mips-tdep.o): Add mips_tdep_h to dependency list.
462 * mips-tdep.h: New file.
463 * mips-tdep.c (mips-tdep.h): Include.
464 (enum mips_abi): Move to mips-tdep.h.
465 (mips_abi): New function.
466
467 2002-12-04 David Carlton <carlton@math.stanford.edu>
468
469 * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
470
471 2002-12-04 David Carlton <carlton@math.stanford.edu>
472
473 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
474 function.
475 (lookup_symbol_aux_minsyms): New function.
476
477 2002-12-04 J. Brobecker <brobecker@gnat.com>
478
479 * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
480
481 2002-12-04 J. Brobecker <brobecker@gnat.com>
482
483 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
484 which is an obsolete macro name.
485
486 2002-12-04 Daniel Jacobowitz <drow@mvista.com>
487
488 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
489 * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
490
491 2002-12-03 H.J. Lu (hjl@gnu.org)
492
493 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
494 (create_breakpoints): Make sure the addr_string field is not
495 NULL.
496
497 2002-12-03 Andrew Cagney <ac131313@redhat.com>
498
499 * sparc-nat.c (fetch_inferior_registers)
500 (store_inferior_registers): Add comment on problem of LWP vs
501 threads.
502
503 From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
504 * lin-lwp.c (lin_lwp_fetch_registers): Remove.
505 (lin_lwp_store_registers): Remove.
506 (init_lin_lwp_ops): Use fetch_inferior_registers
507 and store_inferior_registers directly.
508 * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
509 (store_inferior_registers): Likewise.
510 Fix PR gdb/725.
511
512 2002-12-03 Andrew Cagney <ac131313@redhat.com>
513
514 * frame.h (get_frame_id): Convert to a function.
515 (null_frame_id, frame_id_p): Declare.
516 (frame_id_eq, frame_id_inner): Declare.
517 (frame_id_build): New function.
518 * frame.c (get_frame_id): Update. Use null_frame_id.
519 (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
520 frame_id_inner.
521 (null_frame_id, frame_id_p): Define.
522 (frame_id_eq, frame_id_inner): Define.
523 (frame_id_build): New function.
524 * varobj.c (varobj_create): Update.
525 (varobj_update): Update.
526 * valops.c (value_assign): Update.
527 (new_root_variable): Update.
528 * infrun.c (save_inferior_status): Update.
529 * breakpoint.c (watch_command_1): Update.
530
531 2002-12-03 J. Brobecker <brobecker@gnat.com>
532
533 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
534 (SNAP2): Likewise.
535
536 2002-12-03 Andrew Cagney <cagney@redhat.com>
537
538 * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
539 patch.
540
541 * PROBLEMS: Mention PR gdb/725.
542
543 2002-12-03 Andreas Schwab <schwab@suse.de>
544
545 * infcmd.c (construct_inferior_arguments): Handle empty arguments.
546
547 2002-12-02 Adam Fedor <fedor@gnu.org>
548 Klee Dienes <kdienes@apple.com>
549
550 * objc-lang.c (objc_printstr): Add width arg to match
551 printstr prototype.
552 (compare_selectors): Add 'const' to arg types.
553 (compare_classes): Likewise.
554 (find_imps): Cast msym pointer to avoid compiler warning.
555 (print_object_command): Validate the address before
556 passing it to the print routine.
557 (find_objc_msgcall_submethod): Change function argument to
558 return an int.
559 * objc-lang.h: Add 'extern' to all function declarations.
560 (value_nsstring): Add declaration.
561
562 2002-12-02 J. Brobecker <brobecker@gnat.com>
563
564 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
565 Fixes a build failure on HP/UX.
566
567 * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
568 failure on HP/UX.
569 (hpread_has_name): Advance declaration to avoid a compilation warning.
570 (pst_syms_count): Add missing variable type. By change, the compiler
571 was defaulting to int, which seems a good choice. Fixes a compilation
572 warning.
573 (pst_syms_size): Likewise.
574
575 2002-12-02 J. Brobecker <brobecker@gnat.com>
576
577 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
578 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
579 later to set the proper gdbarch methods depending on the osabi.
580 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
581
582 2002-12-02 J. Brobecker <brobecker@gnat.com>
583
584 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
585 * osabi.c (gdb_osabi_name): Add strings images for the two new
586 enum values.
587 (generic_elf_osabi_sniffer): Handle HPUX objfiles.
588
589 2002-12-02 Andrew Cagney <ac131313@redhat.com>
590
591 * MAINTAINERS (Java): Global maintainers are responible for Java.
592 (Past Maintainers): Mention both Anthony Green and Per Bothner as
593 part Java maintainers.
594
595 2002-12-02 J. Brobecker <brobecker@gnat.com>
596
597 * xcoffread.c (read_symbol_lineno): Replace boolean by int.
598 Fixes a compilation failure on AiX.
599
600 2002-12-02 J. Brobecker <brobecker@gnat.com>
601
602 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
603 why aix-thread.o is not listed.
604
605 2002-12-01 Andrew Cagney <ac131313@redhat.com>
606
607 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
608 PC_IN_CALL_DUMMY. Change to predicate. Always allow call.
609 * gdbarch.h, gdbarch.c: Re-generate.
610 * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
611 * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
612 * config/pa/tm-hppa.h, frame.h: Update.
613 * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
614 * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
615 * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
616 * cris-tdep.c, alpha-tdep.c: Update.
617 * frame.c (set_unwind_by_pc, create_new_frame): Use either
618 DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
619 (get_prev_frame): Ditto.
620
621 2002-11-30 Andrew Cagney <cagney@redhat.com>
622
623 * exec.c (xfer_memory): Replace boolean with int.
624 * p-exp.y: Use 0 instead of false.
625 * corelow.c (gdb_check_format): Change return type to int from
626 boolean.
627 * utils.c: Don't include <curses.h> or <term.h> first.
628
629 2002-11-29 Stephane Carrez <stcarrez@nerim.fr>
630
631 * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
632 (m68hc11_register_byte): Remove.
633 (m68hc11_gdbarch_init): Don't set the above.
634
635 2002-11-29 Andrew Cagney <cagney@redhat.com>
636
637 * remote-mips.c (mips_initialize): Force a selected frame rebuild
638 by calling get_selected_frame.
639 * ocd.c (ocd_start_remote): Use get_selected frame instead of
640 set_current_frame, create_new_frame, select_frame and
641 get_current_frame.
642 * remote-e7000.c (e7000_start_remote): Ditto.
643 * remote-mips.c (common_open): Ditto
644 * remote-rdp.c (remote_rdp_open): Ditto.
645
646 2002-11-29 Andreas Schwab <schwab@suse.de>
647
648 * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
649 (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
650 (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
651 (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
652 read_memory_unsigned_integer instead of read_memory_integer when
653 dealing with addresses and instruction opcodes.
654 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc)
655 (m68k_linux_frame_saved_pc): Likewise.
656
657 2002-11-29 Andrew Cagney <ac131313@redhat.com>
658
659 * stack.c (selected_frame, select_frame): Move from here ...
660 * frame.c (selected_frame, select_frame): ... to here. Include
661 "language.h".
662 * Makefile.in (frame.o): Update dependencies.
663 * frame.c (get_selected_frame): New function.
664 * frame.h (get_selected_frame): Declare.
665 (deprecated_selected_frame): Rename selected_frame.
666 * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
667 * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
668 * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
669 * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
670 * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
671 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
672 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
673 * z8k-tdep.c, cli/cli-cmds.c: Update.
674
675 2002-11-29 Andrew Cagney <ac131313@redhat.com>
676
677 * frame.h (get_selected_block): Add comments.
678
679 2002-11-28 Andrew Cagney <ac131313@redhat.com>
680
681 * frame.c (pc_notcurrent): New function.
682 (find_frame_sal): New function.
683 * frame.h (find_frame_sal): Declare.
684 (struct symtab_and_line): Add opaque declaration.
685 * stack.c (print_frame_info_base): Use find_frame_sal instead of
686 find_pc_line.
687 (frame_info): Ditto.
688 * ada-lang.c (find_printable_frame): Ditto.
689
690 2002-11-28 J. Brobecker <brobecker@gnat.com>
691
692 * configure.in: Check that the pthdebug library is recent enough
693 before enabling thread support on native AiX.
694 * configure: Regenerate.
695
696 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
697 from the list of object files as it is now appended by configure
698 if thread support is enabled.
699 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
700 if thread support is enabled.
701
702 2002-11-28 Andrew Cagney <cagney@redhat.com>
703
704 * stack.c (get_selected_block): In-line get_current_block.
705 * frame.h (get_current_block): Delete declaration.
706 * blockframe.c (get_current_block): Delete function.
707
708 2002-11-28 Andrew Cagney <ac131313@redhat.com>
709
710 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
711 USE_GENERIC_DUMMY_FRAMES.
712 * gdbarch.h, gdbarch.c: Regenerate.
713 * valops.c, frame.c: Update.
714 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
715 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
716 * config/pa/tm-hppa.h, blockframe.c: Update.
717 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
718 * m68k-tdep.c, alpha-tdep.c: Ditto.
719
720 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
721 * mips-tdep.c: Ditto.
722
723 2002-11-27 Andrew Cagney <ac131313@redhat.com>
724
725 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
726 (USE_GENERIC_DUMMY_FRAMES): Default to true.
727 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
728 * gdbarch.c, gdbarch.h: Re-generate.
729 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
730 (CALL_DUMMY_LOCATION): Delete macro definition.
731 (PC_IN_CALL_DUMMY): Delete macro definitions.
732
733 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
734 default is already generic_pc_in_call_dummy.
735 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
736 * v850-tdep.c (v850_gdbarch_init): Ditto.
737 * sh-tdep.c (sh_gdbarch_init): Ditto.
738 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
739 * mips-tdep.c (mips_gdbarch_init): Ditto.
740 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
741 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
742 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
743 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
744 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
745 * avr-tdep.c (avr_gdbarch_init): Ditto.
746
747 * arm-tdep.c (arm_gdbarch_init): Do not set
748 use_generic_dummy_frames, default is already 1.
749 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
750 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
751 * v850-tdep.c (v850_gdbarch_init): Ditto.
752 * sh-tdep.c (sh_gdbarch_init): Ditto.
753 * s390-tdep.c (s390_gdbarch_init): Ditto.
754 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
755 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
756 * mips-tdep.c (mips_gdbarch_init): Ditto.
757 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
758 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
759 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
760 * i386-tdep.c (i386_gdbarch_init): Ditto.
761 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
762 * frv-tdep.c (frv_gdbarch_init): Ditto.
763 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
764 * cris-tdep.c (cris_gdbarch_init): Ditto.
765 * avr-tdep.c (avr_gdbarch_init): Ditto.
766
767 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
768 call_dummy_location, default is already AT_ENTRY_POINT.
769 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
770 * v850-tdep.c (v850_gdbarch_init): Ditto.
771 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
772 * sh-tdep.c (sh_gdbarch_init): Ditto.
773 * s390-tdep.c (s390_gdbarch_init): Ditto.
774 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
775 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
776 * mips-tdep.c (mips_gdbarch_init): Ditto.
777 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
778 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
779 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
780 * i386-tdep.c (i386_gdbarch_init): Ditto.
781 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
782 * frv-tdep.c (frv_gdbarch_init): Ditto.
783 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
784 * cris-tdep.c (cris_gdbarch_init): Ditto.
785 * avr-tdep.c (avr_gdbarch_init): Ditto.
786 * arm-tdep.c (arm_gdbarch_init): Ditto.
787 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
788
789 2002-11-28 Andrew Cagney <cagney@redhat.com>
790
791 * frame.h: Update comments on set_current_frame, create_new_frame,
792 flush_cached_frames, reinit_frame_cache, select_frame and
793 selected_frame.
794
795 2002-11-27 Andrew Cagney <cagney@redhat.com>
796
797 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
798 deprecated pc_in_call_dummy function.
799 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
800 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
801 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
802 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
803 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
804
805 2002-11-26 Martin M. Hunt <hunt@redhat.com>
806
807 * Makefile.in: Remove Tix dependencies.
808 * acinclude.m4: Ditto.
809 * aclocal.m4: Ditto.
810 * configure.in: Ditto.
811 * configure: Regenerated.
812
813 2002-11-26 Andrew Cagney <ac131313@redhat.com>
814
815 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
816 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
817 * gdbarch.c: Re-generate.
818
819 2002-11-26 Andrew Cagney <ac131313@redhat.com>
820
821 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
822 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
823 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
824 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
825 pc_in_call_dummy_at_entry_point.
826 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
827 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
828 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
829 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
830 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
831 pc_in_call_dummy_on_stack.
832 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
833 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
834 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
835 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
836 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
837
838 2002-11-26 Andrew Cagney <ac131313@redhat.com>
839
840 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
841 pc_in_call_dummy_before_text_end
842 (deprecated_pc_in_call_dummy_after_text_end): Rename
843 pc_in_call_dummy_after_text_end.
844 (deprecated_pc_in_call_dummy_on_stack): Rename
845 pc_in_call_dummy_on_stack.
846 (deprecated_pc_in_call_dummy_at_entry_point): Rename
847 pc_in_call_dummy_at_entry_point.
848 * m68k-tdep.c (m68k_gdbarch_init): Update.
849 * s390-tdep.c (s390_gdbarch_init): Update.
850 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
851 * vax-tdep.c (vax_gdbarch_init): Update.
852 * sparc-tdep.c (sparc_gdbarch_init): Update.
853 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
854 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
855 * i386-tdep.c (i386_gdbarch_init): Update.
856 * frv-tdep.c (frv_gdbarch_init): Update.
857 * cris-tdep.c (cris_gdbarch_init): Update.
858 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
859 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
860 (deprecated_pc_in_call_dummy_after_text_end)
861 (deprecated_pc_in_call_dummy_on_stack)
862 (deprecated_pc_in_call_dummy_at_entry_point): Update.
863 * alpha-tdep.c (alpha_gdbarch_init): Update.
864
865 2002-11-25 Daniel Jacobowitz <drow@mvista.com>
866
867 * acconfig.h (HAVE_PREAD64): Add.
868 * configure.in: Check for pread64.
869 * config.in: Regenerated.
870 * configure: Regenerated.
871 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
872 * linux-proc.c (linux_proc_xfer_memory): New function.
873 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
874
875 2002-11-25 David Carlton <carlton@math.stanford.edu>
876
877 * dwarf2read.c (scan_partial_symbols): Descend into namespace
878 pdi's with no name.
879
880 2002-11-25 Andrew Cagney <ac131313@redhat.com>
881
882 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
883 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
884
885 2002-11-25 Jim Blandy <jimb@redhat.com>
886
887 * symfile.c (init_objfile_sect_indices): New function.
888 (default_symfile_offsets): Move the section-index-initializing
889 stuff into init_objfile_sect_indices, and call that.
890
891 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
892 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
893
894 * symfile.c (syms_from_objfile): Adjust indentation.
895
896 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
897 || info_verbose isn't true.
898
899 2002-11-24 Andrew Cagney <ac131313@redhat.com>
900
901 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
902 default to get_frame_base.
903 * gdbarch.h, gdbarch.c: Regenerate.
904 * arch-utils.c (default_frame_address): Delete function.
905 * arch-utils.h (default_frame_address): Delete declaration
906
907 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
908
909 * varobj.c (find_frame_addr_in_frame_chain):
910 Use get_frame_base instead of FRAME_FP,
911 obvious fix.
912
913 2002-11-19 Andrew Cagney <ac131313@redhat.com>
914
915 * frame.h (FRAME_FP): Delete macro.
916 (get_frame_base): New function declaration.
917 * frame.c (get_frame_base): New function.
918 (get_frame_id): Use ->frame.
919 (frame_find_by_id): Rewrite to use get_frame_id.
920 * blockframe.c: Use get_frame_base instead of FRAME_FP.
921 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
922 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
923 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
924 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
925 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
926 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
927
928 2002-11-24 Andrew Cagney <ac131313@redhat.com>
929
930 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
931
932 2002-11-24 Andrew Cagney <ac131313@redhat.com>
933
934 * frame.c (set_unwind_by_pc): Revert change below, use
935 PC_IN_CALL_DUMMY.
936 (get_prev_frame): Ditto.
937
938 2002-11-24 Andrew Cagney <ac131313@redhat.com>
939
940 * dummy-frame.c (pc_in_dummy_frame): New function.
941 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
942 (find_dummy_frame): Update comment.
943 (generic_pop_current_frame): Use get_frame_type.
944 * dummy-frame.h (pc_in_dummy_frame): Declare.
945 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
946 (create_new_frame): Use pc_in_dummy_frame.
947 (get_prev_frame): Use pc_in_dummy_frame.
948 (frame_saved_regs_register_unwind): Use get_prev_frame.
949 (deprecated_generic_get_saved_register): Use get_prev_frame.
950
951 2002-11-23 Andrew Cagney <ac131313@redhat.com>
952
953 * blockframe.c (find_frame_addr_in_frame_chain): Move function
954 from here ...
955 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
956 (varobj_create): Note that frame ID should be used.
957 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
958
959 2002-11-23 Andrew Cagney <ac131313@redhat.com>
960
961 * breakpoint.c: Include "gdb_assert.h".
962 (deprecated_frame_in_dummy): Assert that generic dummy frames are
963 not being used.
964 * Makefile.in (breakpoint.o): Update dependencies.
965 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
966 deprecated_frame_in_dummy.
967 * stack.c (print_frame_info_base): Ditto.
968 (frame_info): Ditto.
969 (print_frame_info_base): Ditto. Delete dead code.
970
971 2002-11-23 Andreas Schwab <schwab@suse.de>
972
973 * Makefile.in (m68k_tdep_h): Define.
974 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
975 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
976 * m68k-tdep.c: Move register number enum ...
977 * m68k-tdep.h: ... to this new file and rename the constants from
978 E_* to M68K_*. All uses changed.
979 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
980 * abug-rom.c: Include "m68k-tdep.h". Use
981 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
982 * cpu32bug-rom.c: Likewise.
983 * dbug-rom.c: Likewise.
984 * m68k-tdep.c: Likewise.
985 * m68klinux-nat.c: Likewise.
986 * remote-est.c: Likewise.
987 * rom68k-rom.c: Likewise.
988 * config/m68k/tm-linux.h: Likewise.
989
990 2002-11-23 Andrew Cagney <ac131313@redhat.com>
991
992 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
993 dummy frame initialization code.
994 * mips-tdep.c (mips_gdbarch_init): Ditto.
995
996 2002-11-22 Christopher Faylor <cgf@redhat.com>
997
998 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
999 attach will hang.
1000
1001 2002-11-22 Andrew Cagney <ac131313@redhat.com>
1002
1003 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
1004 to default_frame_address.
1005 * gdbarch.h, gdbarch.c: Re-generate.
1006
1007 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
1008 or frame_locals_address to default_frame_address.
1009 * m68k-tdep.c (m68k_gdbarch_init): Update.
1010 * i386-tdep.c (i386_gdbarch_init): Update.
1011 * frv-tdep.c (frv_gdbarch_init): Update.
1012 * sh-tdep.c (sh_gdbarch_init): Update.
1013 * v850-tdep.c (v850_gdbarch_init): Update.
1014 * sparc-tdep.c (sparc_gdbarch_init): Update.
1015 * mips-tdep.c (mips_gdbarch_init): Update.
1016 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1017 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1018 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1019
1020 * cris-tdep.c (cris_frame_args_address): Delete function.
1021 (cris_frame_locals_address): Delete function.
1022 (cris_gdbarch_init): Do not set frame_args_address or
1023 frame_locals_address.
1024
1025 2002-11-22 Michael Snyder <msnyder@redhat.com>
1026
1027 * thread-db.c (thread_db_load): Tell the user what's going on
1028 if dlopen fails on libthread_db.
1029
1030 2002-11-23 Andreas Schwab <schwab@suse.de>
1031
1032 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
1033 invariant return values.
1034
1035 2002-11-22 Andreas Schwab <schwab@suse.de>
1036
1037 * valops.c (value_slice): Move declaration of `offset' to avoid
1038 warning.
1039
1040 2002-11-22 Christopher Faylor <cgf@redhat.com>
1041
1042 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
1043 (struct so_stuff): Add end_addr field.
1044 (register_loaded_dll): Calculate and store end address of loaded dll.
1045 (solib_address): New function.
1046 (child_solib_loaded_library_pathname): Pass carefully constructed
1047 section info to safe_symbol_file_add rather than ignoring it.
1048 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
1049 DLL is loaded.
1050 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
1051 (child_create_inferior): Fix a compiler warning.
1052 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
1053 (solib_address): Declare new function.
1054
1055 2002-11-22 Andreas Schwab <schwab@suse.de>
1056
1057 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
1058 and FPS registers.
1059
1060 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1061
1062 * maint.c (_initialize_maint_cmds): Fix typo. From
1063 Francesco Potorti` <pot@gnu.org>.
1064
1065 2002-11-21 Andrew Cagney <cagney@redhat.com>
1066
1067 * mips-tdep.c (mips_dump_tdep): Delete references to
1068 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
1069 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
1070 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
1071 * printcmd.c (build_address_symbolic): Delete calls to
1072 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
1073 (address_info): Ditto.
1074 Fix PR gdb/773.
1075
1076 2002-11-19 Klee Dienes <kdienes@apple.com>
1077 Adam Fedor <fedor@gnu.org>
1078
1079 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
1080 the ability to explicitly specify the quote characters and word
1081 break characters; if NULL is specified for either, use the old
1082 behavior of using the characters used by the completer.
1083 (skip_chars): New function. Convenience wrapper around
1084 skip_quoted_chars to provide the original skip_chars behavior.
1085 * completer.h (skip_quoted_chars): Add prototype.
1086
1087 2002-11-19 Andrew Cagney <ac131313@redhat.com>
1088
1089 Problems reported by Paul Eggert.
1090 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
1091
1092 2002-11-19 Andreas Schwab <schwab@suse.de>
1093
1094 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
1095 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
1096 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
1097 (m68k_linux_frame_saved_pc): Move to ...
1098 * m68klinux-tdep.c: ... here. New file.
1099 * Makefile.in (m68klinux-tdep.o): Add dependencies.
1100 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
1101
1102 2002-11-19 Adam Fedor <fedor@gnu.org>
1103
1104 * objc-exp.y: Revert to old skip_quoted usage.
1105
1106 2002-11-19 Adam Fedor <fedor@gnu.org>
1107
1108 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
1109 (objc_lang_h): Define.
1110 (YYFILES): Add objc-exp.tab.c.
1111 (local-maintainer-clean): Remove objc-exp.tab.c.
1112 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
1113
1114 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
1115
1116 * p-exp.y (typecast rule): Add automatic dereference of
1117 pascal classes if needed.
1118 (THIS): Set current_type.
1119 Automatically dereference pascal classes.
1120 (typebase rule): Add ^typebase recognition.
1121
1122 2002-11-18 Adam Fedor <fedor@gnu.org>
1123
1124 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
1125 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
1126 (op_name): Handle OP_OBJC_SELF.
1127 * Makefile.in (expprint.o): Add additional depends.
1128
1129 2002-11-18 Adam Fedor <fedor@gnu.org>
1130
1131 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
1132 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
1133 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
1134 * objc-exp.y: Likewise.
1135
1136 2002-11-18 Adam Fedor <fedor@gnu.org>
1137
1138 * gdb/parser-defs.h: (struct objc_class_str): New structure
1139 for parsing ObjC classes.
1140
1141 2002-11-18 Andrew Cagney <ac131313@redhat.com>
1142
1143 * stack.c (frame_relative_level): Copy function from here ...
1144 * frame.c (frame_relative_level): ...to here.
1145
1146 2002-11-18 Andrew Cagney <ac131313@redhat.com>
1147
1148 * frame.h (enum frame_type): Define.
1149 (get_frame_type): Declare.
1150 (struct frame_info): Add field `type'. Delete field
1151 signal_handler_caller.
1152 (deprecated_set_frame_signal_handler_caller): Declare.
1153 * frame.c (get_frame_type): New function.
1154 (deprecated_set_frame_type): New function.
1155 (create_new_frame): Set the frame's type.
1156 (get_prev_frame): Similar.
1157 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
1158 * s390-tdep.c: Ditto.
1159 * m68klinux-nat.c: Ditto.
1160 * ns32k-tdep.c: Ditto.
1161 * x86-64-linux-tdep.c: Ditto.
1162 * vax-tdep.c: Ditto.
1163 * rs6000-tdep.c: Ditto.
1164 * ppc-linux-tdep.c: Ditto.
1165 * i386-interix-tdep.c: Ditto.
1166 * mips-tdep.c: Ditto.
1167 * m68k-tdep.c: Ditto.
1168 * hppa-tdep.c: Ditto.
1169 * ia64-tdep.c: Ditto.
1170 * cris-tdep.c: Ditto.
1171 * arm-tdep.c: Ditto.
1172 * alpha-tdep.c: Ditto.
1173 * i386-tdep.c: Ditto.
1174 * stack.c: Ditto.
1175 * ada-lang.c: Ditto.
1176 * blockframe.c: Update.
1177 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
1178 deprecated_set_frame_type instead of signal_handler_caller.
1179 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
1180 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
1181 * breakpoint.h: Delete FIXME suggesting get_frame_type.
1182
1183 2002-11-18 Klee Dienes <kdienes@apple.com>
1184
1185 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
1186
1187 2002-11-18 Klee Dienes <kdienes@apple.com>
1188
1189 * buildsym.c (pop_context): Add comment.
1190
1191 2002-11-18 Klee Dienes <kdienes@apple.com>
1192
1193 * buildsym.h (pop_context): Convert to function, defined in
1194 buildsym.c.
1195 * buildsym.c: Include gdb_assert.h.
1196 (pop_context): Implement as C function. Add check for stack
1197 underflow.
1198 * dbxread.c (process_one_symbol): Complain and stop processing
1199 that symbol if we are already at the top of the context stack for
1200 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
1201 when processing N_RBRAC.
1202
1203 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1204
1205 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
1206 define.
1207 (struct target_waitstatus): Add opaque definition.
1208 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
1209 * exec.c (init_exec_ops): Likewise.
1210 * fork-child.c (clone_and_follow_inferior): Remove.
1211 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
1212 * inferior.h (clone_and_follow_inferior): Remove prototype.
1213 * infrun.c (follow_fork_mode_both): Remove.
1214 (follow_fork_mode_kind_names): Remove commented out "both".
1215 (follow_inferior_fork): Remove follow_fork_mode_both support.
1216 * inftarg.c (child_clone_and_follow_inferior): Remove.
1217 (child_post_follow_inferior_by_clone): Remove.
1218 (init_child_ops): Don't set to_clone_and_follow_inferior
1219 or to_post_follow_inferior_by_clone.
1220 * target.c (default_clone_and_follow_inferior): Remove.
1221 (cleanup_target): Don't set to_clone_and_follow_inferior
1222 or to_post_follow_inferior_by_clone.
1223 (find_default_clone_and_follow_inferior): Remove.
1224 (init_dummy_target): Don't set to_clone_and_follow_inferior.
1225 (debug_to_clone_and_follow_inferior): Remove.
1226 (debug_to_post_follow_inferior_by_clone): Remove.
1227 (setup_target_debug): Don't set to_clone_and_follow_inferior
1228 or to_post_follow_inferior_by_clone.
1229 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
1230 and to_post_follow_inferior_by_clone.
1231 (child_clone_and_follow_inferior): Remove prototype.
1232 (child_post_follow_inferior_by_clone): Remove prototype.
1233 (target_clone_and_follow_inferior): Remove macro.
1234 (target_post_follow_inferior_by_clone): Remove macro.
1235 (find_default_clone_and_follow_inferior): Remove prototype.
1236
1237 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
1240 inferior_has_vforked, and inferior_has_execd instead of
1241 target_has_forked, target_has_vforked, and target_has_execd.
1242 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
1243 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
1244 (CHILD_WAIT): Define.
1245 (child_wait): Add prototype.
1246 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
1247 Add prototype.
1248 (hpux_has_vforked): Likewise, from child_has_vforked.
1249 (hpux_has_execd): Likewise, from child_has_execd.
1250 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1251 (not_same_real_pid, child_wait): New, copied from inftarg.c.
1252 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
1253 and hpux_has_syscall_event instead of the target hooks.
1254 * infrun.c (inferior_has_forked, inferior_has_vforked)
1255 (inferior_has_execd): New functions.
1256 * inftarg.c (not_same_real_pid): Remove.
1257 (child_wait): Remove references to not_same_real_pid,
1258 target_has_forked, target_has_vforked, target_has_execd,
1259 and target_has_syscall_event.
1260 (child_has_forked, child_has_vforked, child_has_execd)
1261 (child_has_syscall_event): Remove.
1262 (init_child_ops): Remove references to child_has_forked,
1263 child_has_vforked, child_has_execd, and child_has_syscall_event.
1264 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
1265 (hpux_has_vforked): Likewise, from child_has_vforked.
1266 (hpux_has_execd): Likewise, from child_has_execd.
1267 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1268 * target.c (cleanup_target): Remove references to
1269 to_has_forked, to_has_vforked, to_has_execd, and
1270 to_has_syscall_event.
1271 (update_current_target): Likewise.
1272 (setup_target_debug): Likewise.
1273 (debug_to_has_forked): Remove.
1274 (debug_to_has_vforked): Remove.
1275 (debug_to_has_execd): Remove.
1276 (debug_to_has_syscall_event): Remove.
1277 * target.h (struct target_ops): Remove to_has_forked.
1278 to_has_vforked, to_has_execd, and to_has_syscall_event.
1279 (child_has_forked, child_has_vforked, child_has_execd)
1280 (child_has_syscall_event): Remove prototypes.
1281 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
1282 prototypes.
1283 (target_has_forked, target_has_vforked, target_has_execd)
1284 (target_has_syscall_event): Remove macros.
1285
1286 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1287
1288 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
1289 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
1290 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
1291 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
1292 * target.c (cleanup_target): Remove reference to
1293 to_can_follow_vfork_prior_to_exec.
1294 (update_current_target): Likewise.
1295 (debug_to_can_follow_vfork_prior_to_exec): Remove.
1296 (setup_target_debug): Remove reference to
1297 to_can_follow_vfork_prior_to_exec.
1298 * target.h (struct target_ops): Remove
1299 to_can_follow_vfork_prior_to_exec.
1300 (child_can_follow_vfork_prior_to_exec): Remove prototype.
1301 (target_can_follow_vfork_prior_to_exec): Remove definition.
1302 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
1303 define.
1304 * infrun.c (follow_vfork_when_exec): Remove.
1305 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
1306 (follow_exec): Likewise.
1307 (handle_inferior_event): Likewise.
1308 (keep_going): Likewise.
1309
1310 2002-11-15 Andrew Cagney <cagney@redhat.com>
1311
1312 * frame.c (generic_unwind_get_saved_register): Make static.
1313 * frame.h (generic_unwind_get_saved_register): Delete declaration.
1314 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
1315 defaults to generic_unwind_get_saved_register.
1316 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1317 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1318 * frv-tdep.c (frv_gdbarch_init): Ditto.
1319 * i386-tdep.c (i386_gdbarch_init): Ditto.
1320 * s390-tdep.c (s390_gdbarch_init): Ditto.
1321 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1322 * v850-tdep.c (v850_gdbarch_init): Ditto.
1323 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1324 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1325 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
1326
1327 2002-11-15 Andrew Cagney <cagney@redhat.com>
1328
1329 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
1330 i386-tdep.c.
1331
1332 2002-11-15 Andrew Cagney <cagney@redhat.com>
1333
1334 * frame.h (sigtramp_saved_pc): Delete declaration.
1335 * blockframe.c (sigtramp_saved_pc): Delete function.
1336 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
1337 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
1338 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
1339 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
1340
1341 2002-11-15 Andrew Cagney <ac131313@redhat.com>
1342
1343 * frame.c (frame_pc_unwind): New function.
1344 (frame_saved_regs_pc_unwind): New function.
1345 (frame_register_unwind): Pass unwind_cache instead of
1346 register_unwind_cache.
1347 (set_unwind_by_pc): Add unwind_pc parameter, set.
1348 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
1349 (get_prev_frame): Ditto.
1350 * frame.h (frame_pc_unwind_ftype): Declare.
1351 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
1352 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
1353 (frame_pc_unwind): Declare.
1354 * dummy-frame.c (dummy_frame_pc_unwind): New function.
1355 (struct dummy_frame): Add comment mentioning that values are for
1356 previous frame.
1357 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
1358 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
1359 (generic_file_frame_chain_valid): Ditto.
1360 * stack.c (frame_info): Ditto.
1361
1362 2002-11-15 David Carlton <carlton@math.stanford.edu>
1363
1364 * linespec.c (locate_first_half): New function.
1365 (decode_line_1): Move code into locate_first_half.
1366
1367 2002-11-15 Andrew Cagney <ac131313@redhat.com>
1368
1369 * complaints.h: Add comment explaining how to eliminate a
1370 deprecated_complain call.
1371 * complaints.h: Fix spelling errors.
1372
1373 2002-11-15 David Carlton <carlton@math.stanford.edu>
1374
1375 * printcmd.c: Remove #include "disasm.h".
1376
1377 2002-11-14 Andrew Cagney <ac131313@redhat.com>
1378
1379 * frame.h: Move the most relevant interface functions to the start
1380 of the file.
1381
1382 2002-11-14 Andrew Cagney <ac131313@redhat.com>
1383
1384 * regcache.h (deprecated_registers): Rename registers.
1385 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
1386 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
1387 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
1388 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
1389 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
1390 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
1391 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
1392 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
1393 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
1394 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
1395 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
1396 * v850ice.c: Update.
1397
1398 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
1399
1400 * utils.c (gdb_realpath): Add comment mentioning realpath with a
1401 NULL buffer.
1402
1403 2002-11-13 Andrew Cagney <cagney@redhat.com>
1404
1405 * regcache.h (deprecated_read_register_bytes): Rename
1406 read_register_bytes.
1407 (deprecated_write_register_bytes): Rename write_register_bytes.
1408 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
1409 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
1410 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1411 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
1412 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
1413 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
1414 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
1415 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
1416 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
1417 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
1418 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
1419 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
1420 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
1421 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
1422
1423 2002-11-13 Jim Blandy <jimb@redhat.com>
1424
1425 * findvar.c (read_var_value): Doc fix.
1426
1427 2002-11-13 Andrew Cagney <cagney@redhat.com>
1428
1429 * regcache.c (struct regcache): Replace passthough_p with
1430 readonly_p.
1431 (regcache_xmalloc): Initialize readonly_p.
1432 (build_regcache): Initialize readonly_p.
1433 (regcache_save): New function.
1434 (regcache_restore): New function.
1435 (regcache_cpy): Re-implement using regcache_save and
1436 regcache_restore.
1437 (regcache_raw_read): Update.
1438 (regcache_cooked_read): When a read-only cache, checked for cached
1439 pseudo register values.
1440 (regcache_raw_write): Assert that the cache is not read-only.
1441 Remove code handling a non-passthrough cache.
1442 * regcache.h (regcache_save): Declare.
1443 (regcache_restore): Declare.
1444
1445 2002-11-13 Andrew Cagney <cagney@redhat.com>
1446
1447 * regcache.c (struct regcache_descr): Add fields
1448 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
1449 (init_legacy_regcache_descr): Compute the size of a cooked
1450 register cache and then assign that to sizeof_raw_registers. Set
1451 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
1452 (init_legacy_regcache_descr): Ditto.
1453
1454 2002-11-13 Andrew Cagney <cagney@redhat.com>
1455
1456 * regcache.c (register_buffer): Move to near start of file, update
1457 description.
1458 (regcache_raw_read): Use.
1459 (regcache_raw_write): Use.
1460 (struct regcache): Rename raw_registers to registers and
1461 raw_register_valid_p to register_valid_p.
1462 (regcache_xmalloc): Update.
1463 (regcache_xfree): Update.
1464 (register_buffer): Update.
1465 (regcache_cpy): Update.
1466 (regcache_cpy_no_passthrough): Update.
1467 (regcache_valid_p): Update.
1468 (deprecated_grub_regcache_for_registers): Update.
1469 (deprecated_grub_regcache_for_register_valid): Update.
1470 (set_register_cached): Update.
1471 (regcache_raw_write): Update.
1472
1473 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
1474
1475 * p-exp.y (name_not_typename): Use copy_name to
1476 set current_type variable for fields of THIS.
1477
1478 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
1479
1480 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
1481 * monitor.c (init_base_monitor_ops): Likewise.
1482 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
1483 * remote-array.c (init_array_ops): Likewise.
1484 * remote-e7000.c (init_e7000_ops): Likewise.
1485 * remote-es.c (init_es1800_ops): Likewise.
1486 (init_es1800_child_ops): Likewise.
1487 * remote-rdp.c (init_remote_rdp_ops): Likewise.
1488 * remote-sim.c (init_gdbsim_ops): Likewise.
1489 * remote-st.c (init_st2000_ops): Likewise.
1490 * sol-thread.c (init_sol_core_ops): Likewise.
1491 (init_sol_thread_ops): Likewise.
1492 * v850ice.c (init_850ice_ops): Likewise.
1493 * win32-nat.c (init_child_ops): Likewise.
1494 * wince.c (init_child_ops): Likewise.
1495
1496 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1497
1498 * utils.c (gdb_realpath): Make rp a constant pointer.
1499
1500 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1501
1502 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
1503 a constant buffer; cannonicalize_file_name(); realpath() with a
1504 pathconf() defined buffer, xstrdup().
1505
1506 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1507
1508 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
1509 to hang2.C; hang3.c to hang3.C.
1510
1511 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
1512
1513 * findvar.c (read_var_value): Reenable TLS code.
1514
1515 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
1516 Jim Blandy <jimb@redhat.com>
1517
1518 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
1519 * target.c (update_current_target): Add
1520 to_get_thread_local_address.
1521 * target.h (to_get_thread_local_address): Export.
1522 (target_get_thread_local_address): Define.
1523 (target_get_thread_local_address_p): Define.
1524 * thread-db.c: Include solib-svr4.h.
1525 (td_thr_tls_get_addr_p): Define.
1526 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
1527 (thread_db_get_thread_local_address): New function.
1528 (init_thread_db_ops): Initialize to_get_thread_local_address.
1529 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
1530 * configure: Regenerate.
1531 * config.in: Regenerate.
1532
1533 2002-11-11 David Carlton <carlton@math.stanford.edu>
1534
1535 * linespec.c (set_flags): New function.
1536 (decode_line_1): Move code into set_flags.
1537
1538 2002-11-11 David Carlton <carlton@math.stanford.edu>
1539
1540 * linespec.c (decode_line_1): Move chunks of code to separate
1541 functions.
1542 (initialize_defaults): New function.
1543 (decode_indirect): New function.
1544
1545 2002-11-11 Andrew Cagney <ac131313@redhat.com>
1546
1547 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
1548 instead of void_code_ptr.
1549 (sigtramp_saved_pc): Ditto.
1550
1551 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
1552 i386_fp_regnum_p.
1553
1554 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
1555
1556 * gdbtypes.h (struct main_type): Move artificial flag out of
1557 loc. New member of ``struct field'' named static_kind. Reduce
1558 overloaded meaning of bitsize.
1559 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
1560 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
1561 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
1562
1563 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
1564 new fields.
1565 (template_to_fixed_record_type, template_to_static_fixed_type)
1566 (to_record_with_fixed_variant_part): Likewise.
1567 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
1568 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
1569 * dwarfread.c (struct_type, enum_type): Likewise.
1570 * hpread.c (hpread_read_enum_type)
1571 (hpread_read_function_type, hpread_read_doc_function_type)
1572 (hpread_read_struct_type): Likewise.
1573 * mdebugread.c (parse_symbol): Likewise.
1574
1575 2002-11-10 Andrew Cagney <ac131313@redhat.com>
1576
1577 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
1578 * stack.c (print_frame_info_base): Update.
1579 (print_frame_info_base, frame_info): Update.
1580 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
1581 (sparc_frame_saved_pc): Update.
1582 * ada-lang.c (find_printable_frame): Update.
1583 * breakpoint.c (deprecated_frame_in_dummy): Update.
1584
1585 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1586
1587 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
1588 defined.
1589 (regmap): Extend to cover all registers.
1590 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
1591 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
1592 definitions.
1593 (fetch_register, sore_register): Simplify.
1594 (old_fetch_inferior_registers, old_store_inferior_registers):
1595 Remove functions.
1596 (cannot_fetch_register, cannot_store_register): Change
1597 implementation to use regmap array to decide which registers
1598 cannot be fetched/stored. This removes $orig_eax from the
1599 registers that cannot be fetched/stored.
1600 (fetch_inferior_registers): Call fetch_register directly instead
1601 of calling old_fetch_inferior_registers.
1602 (store_inferior_registers): Call store_register directly instead
1603 of calling old_store_inferior_registers.
1604 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
1605 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
1606 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
1607
1608 2002-11-09 Klee Dienes <kdienes@apple.com>
1609
1610 * i387-tdep.c (i387_supply_register): When called with NULL as a
1611 buffer, mark the register as not provided (to mirror the behavior
1612 of supply_register).
1613 (i387_supply_fxsave): Ditto.
1614 (i387_supply_fsave): Ditto (inherits the behavior from
1615 i387_supply_register).
1616
1617 2002-11-09 Klee Dienes <kdienes@apple.com>
1618
1619 * blockframe.c (sigtramp_saved_pc): Use
1620 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
1621 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
1622 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
1623
1624 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1625
1626 * frame.c (get_prev_frame): Test prev_p to identify a previously
1627 unwound frame. Initialize prev_p.
1628 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
1629 comment.
1630
1631 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1632
1633 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
1634 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
1635 more comments. Zap dead code.
1636
1637 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1638
1639 * infcmd.c (print_vector_info, print_float_info): Move code that
1640 checks whether the target has any registers and whether there is a
1641 selected frame up, such that it is also used if a target provides
1642 multi-arch definitions of these functions.
1643
1644 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1645
1646 * Makefile.in (DESTDIR): Define.
1647 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
1648 prefix.
1649
1650 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
1651 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
1652
1653 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1654
1655 * i386-linux-tdep.c: Include "reggroups.h".
1656 (i386_linux_register_reggroup_p): New function.
1657 (i386_linux_init_abi): Set register_reggroup_p to
1658 i386_linux_register_reggroup_p.
1659 * i386-tdep.h (i386_register_reggroup_p): Declare.
1660 * i386-tdep.c: Include "reggroups.h".
1661 (i386_init_reggroups): New function.
1662 (i386_add_reggroups): New function.
1663 (i386_register_reggroup_p): New function.
1664 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
1665 (_initialize_i386_tdep): Call i386_init_reggroups.
1666 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
1667 specific reggroups.
1668
1669 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1670
1671 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
1672 request that's available in *BSD.
1673
1674 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
1675
1676 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
1677 FDOFF_REGNUM.
1678
1679 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1680
1681 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
1682 * dummy-frame.c (find_dummy_frame): Rename
1683 generic_find_dummy_frame, make static. Return the dummy frame
1684 instead of the regcache.
1685 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
1686 (cached_find_dummy_frame): New function. Use find_dummy_frame.
1687 (dummy_frame_register_unwind): Rename
1688 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
1689 * dummy-frame.h (dummy_frame_register_unwind): Rename
1690 generic_call_dummy_register_unwind.
1691
1692 2002-11-08 Mark Kettenis <kettenis@gnu.org>
1693
1694 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
1695 except the inclusion of "i386/tm-i386.h", to...
1696 * config/i386/nm-i386v42mp.h: ...here.
1697 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
1698
1699 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1700
1701 * Makefile.in (frame.o): Update dependencies.
1702 * blockframe.c (current_frame, frame_obstack_alloc)
1703 (frame_saved_regs_zalloc, get_current_frame)
1704 (set_current_frame, create_new_frame)
1705 (set_unwind_by_pc, get_next_frame)
1706 (flush_cached_frames, reinit_frame_cache)
1707 (frame_saved_regs_register_unwind)
1708 (deprecated_generic_get_saved_register)
1709 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
1710 (_initialize_blockframe): Move frame code from here...
1711 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
1712 "annotate.h" and "dummy-frame.h".
1713 (_initialize_frame): New function.
1714
1715 2002-11-08 Jim Blandy <jimb@redhat.com>
1716
1717 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
1718 when we finish a function a context.
1719 * buildsym.h (outermost_context_p): New macro.
1720 (Bug analyzed by David Edelsohn.)
1721
1722 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1723
1724 * blockframe.c: Include "dummy-frame.h".
1725 (struct dummy_frame, dummy_frame_stack)
1726 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
1727 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
1728 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
1729 (generic_save_call_dummy_addr, generic_pop_current_frame)
1730 (generic_pop_dummy_frame, generic_fix_call_dummy)
1731 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
1732 dummy frame code from here...
1733 * dummy-frame.c: ...to here. New file.
1734 * dummy-frame.h: New file.
1735 (generic_call_dummy_register_unwind): Declare.
1736 (generic_find_dummy_frame): Declare.
1737 * Makefile.in (SFILES): Add dummy-frame.c.
1738 (dummy-frame.o): Specify dependencies.
1739 (dummy_frame_h): Define.
1740 (COMMON_OBS): Add dummy-frame.o.
1741 (blockframe.o): Update dependencies.
1742
1743 2002-11-08 Jim Blandy <jimb@redhat.com>
1744
1745 * dwarf2read.c (read_func_scope): Restore local_symbols and
1746 param_symbols after we finish the function context. (Based on a
1747 patch from David Edelsohn.)
1748
1749 2002-11-08 David Carlton <carlton@math.stanford.edu>
1750
1751 * linespec.c (symbol_found): New function.
1752 (minsym_found): New function.
1753 (decode_line_1): Separate out some code into separate functions.
1754
1755 2002-11-08 Joel Brobecker <brobecker@gnat.com>
1756
1757 * i386-tdep.c (i386_frameless_signal_p): Make non static for
1758 the benefit of the interix target.
1759 * i386-tdep.h (i386_frameless_signal_p): Declare.
1760
1761 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1762
1763 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
1764 declaration that snuck in from change below.
1765
1766 2002-11-06 Andrew Cagney <cagney@redhat.com>
1767
1768 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
1769 all callers.
1770 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
1771 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
1772 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
1773 (i386_mxcsr_regnum_p): new function. Use instead of
1774 MXCSR_REGNUM_P.
1775 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
1776 (i386_sse_regnum_p): Declare.
1777 (i386_mxcsr_regnum_p): Declare.
1778 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
1779 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
1780 (IS_FP_REGNUM): Update definition.
1781 (IS_FPU_CTRL_REGNUM): Update definition..
1782 (IS_SSE_REGNUM): Update definition..
1783 * i386v-nat.c (register_u_addr): Update.
1784 * go32-nat.c (fetch_register): Update.
1785 (store_register): Update.
1786
1787 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1788
1789 Preparation work to convert the hppa targets to multiarch partial.
1790
1791 * hppa-tdep.c: Add new functions replacing macro bodies from
1792 config/pa/tm-hppa.h. These function will be used to initialize
1793 the gdbarch structure. Import some comments from tm-hppa.h,
1794 and place them where appropriate, to avoid loosing them when
1795 we cleanup this file.
1796 (hppa_reg_struct_has_addr): New function.
1797 (hppa_inner_than): New function.
1798 (hppa_stack_align): New function.
1799 (hppa_pc_requires_run_before_use): New function.
1800 (hppa_instruction_nullified): New function.
1801 (hppa_register_byte): New function.
1802 (hppa_register_virtual_type): New function.
1803 (hppa_store_struct_return): New function.
1804 (hppa_cannot_store_register): New function.
1805 (hppa_frame_args_address): New function.
1806 (hppa_frame_locals_address): New function.
1807 (hppa_smash_text_address): New function.
1808 (hppa_coerce_float_to_double): New function. Requires the inclusion
1809 of "language.h".
1810
1811 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1812
1813 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1814 gdbarch-eligible macro to a call to the new associated function
1815 created in hppa-tdep.c.
1816 (INNER_THAN): Likewise.
1817 (STACK_ALIGN): Likewise.
1818 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1819 (INSTRUCTION_NULLIFIED): Likewise.
1820 (REGISTER_BYTE): Likewise.
1821 (REGISTER_VIRTUAL_TYPE): Likewise.
1822 (STORE_STRUCT_RETURN): Likewise.
1823 (CANNOT_STORE_REGISTER): Likewise.
1824 (FRAME_ARGS_ADDRESS): Likewise.
1825 (FRAME_LOCALS_ADDRESS): Likewise.
1826 (SMASH_TEXT_ADDRESS): Likewise.
1827 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1828 (ABOUT_TO_RETURN): Delete, as no longer used.
1829
1830 2002-11-07 Fernando Nasser <fnasser@redhat.com>
1831
1832 * printcmd.c (disassemble_command): Remove obsolete function.
1833 (_initialize_printcmd): Do not create disassemble command here.
1834 * cli/cli-cmds.c (disassemble_command): New function. Implements
1835 disassemble command.
1836 (init_cli_cmds): Create disassemble command here instead.
1837
1838 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1839
1840 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1841
1842 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1843
1844 * regcache.h (regcache_cooked_read_using_offset_hack)
1845 (regcache_cooked_write_using_offset_hack): Delete declarations.
1846 (register_changed): Delete declaration.
1847 * regcache.c (regcache_cooked_read_using_offset_hack)
1848 (regcache_cooked_write_using_offset_hack): Delete functions.
1849 (cooked_xfer_using_offset_hack): Delete function.
1850 (register_changed): Delete function.
1851
1852 2002-11-07 Jim Blandy <jimb@redhat.com>
1853
1854 * macroscope.c: #include "complaints.h".
1855 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1856 but not in the macro table.
1857 * Makefile.in (macroscope.o): Record dependency.
1858
1859 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1860
1861 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1862
1863 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1864
1865 * regcache.c (deprecated_registers_fetched): Update.
1866 * regcache.h (deprecated_registers_fetched): Rename
1867 registers_fetched.
1868 * remote-vxsparc.c (vx_read_register): Update.
1869 * remote-vxmips.c (vx_read_register): Update.
1870 * remote-vx68.c (vx_read_register): Update.
1871 * irix5-nat.c (fetch_core_registers): Update.
1872 * mipsm3-nat.c (fetch_inferior_registers): Update.
1873 * sun3-nat.c (fetch_inferior_registers): Update.
1874 * symm-nat.c (fetch_inferior_registers): Update.
1875 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1876 (fetch_core_registers): Update.
1877 (fetch_kcore_registers): Update.
1878 * mips-nat.c (fetch_inferior_registers): Update.
1879 * corelow.c (get_core_registers): Update.
1880 * a68v-nat.c (fetch_inferior_registers): Update.
1881
1882 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1883
1884 Put in place the framework necessary for multiarching the hppa targets.
1885 * hppa-tdep.c (hppa_gdbarch_init): New function.
1886 (hppa_dump_tdep): New function.
1887 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1888 tdep structure dumper.
1889 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1890 until the multi-arching conversion has partially been completed.
1891
1892 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1893
1894 * valops.c (value_assign): Merge lval_register case into
1895 lval_reg_frame_relative. Use frame_register and
1896 regcache_cooked_write instead of get_saved_register and
1897 write_register_bytes. After flushing the register cache, try to
1898 re-select the selected frame.
1899
1900 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1901
1902 * regcache.h (deprecated_register_valid): Rename register_valid.
1903 * regcache.c: Update.
1904 * ia64-aix-nat.c: Update.
1905 * i386gnu-nat.c: Update.
1906 * alpha-nat.c: Update.
1907 * sparc-nat.c: Update.
1908 * lynx-nat.c: Update.
1909 * remote-mips.c: Update.
1910
1911 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1912
1913 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1914 to end of file, to be more consistent with the pratice followed
1915 by other targets.
1916
1917 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1918
1919 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1920 (print_float_info): Print registers in float_reggroup.
1921 (print_vector_info): Print registers in vector_reggroup.
1922 (default_print_registers_info): When all, print registers in
1923 all_reggroup. Otherwize, print registers in general_reggroup.
1924 (registers_info): Rewrite. Add support for register groups.
1925 Eliminate a goto.
1926
1927 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1928
1929 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1930 ages.
1931 (symtab_symbol_info): Remove eons old ifdeffed out code.
1932 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1933 command.
1934
1935 2002-11-06 Theodore A. Roth <troth@openavr.org>
1936
1937 * c-exp.y: Add missing semi-colons.
1938 * f-exp.y: Add missing semi-colons.
1939 * m2-exp.y: Add missing semi-colons.
1940 * p-exp.y: Add missing semi-colons.
1941 Add empty action to start rule to avoid a type clash error when
1942 building with bison >= 1.50.
1943
1944 2002-11-06 Jim Blandy <jimb@redhat.com>
1945
1946 * macrotab.h (struct macro_source_file): Doc fix.
1947
1948 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1949
1950 * varobj.c (child_exists, cplus_number_of_children): Change
1951 STREQ macro references to strcmp.
1952 (cplus_name_of_child): Change code to handle the fact that
1953 fields are not necessarily contiguous with regards to their
1954 access control. This is a fix for PR gdb/792.
1955
1956 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1957
1958 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1959 * gdbarch.h, gdbarch.c: Regnerate.
1960 * frame.h (frame_register): Declare.
1961 * frame.c (frame_register): New function.
1962 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1963 GET_SAVED_REGISTER, otherwize call
1964 generic_unwind_get_saved_register.
1965 (frame_register_read): Use frame_register instead of
1966 get_saved_register.
1967
1968 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1969
1970 From Jim Ingham <jingham@apple.com>:
1971 * event-top.c (gdb_disable_readline): New function.
1972 (_initialize_event_loop): Move comment.
1973
1974 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1975
1976 * event-loop.c (start_event_loop): Add comment.
1977 Update copyright.
1978
1979 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1980
1981 * infcmd.c (default_print_registers_info): Do not call
1982 PRINT_REGISTER_HOOK.
1983
1984 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1985
1986 * sparc-tdep.c (sparc_print_register_hook): Make static.
1987 (sparc_print_registers_info): New function.
1988 (sparc_do_registers_info): New function.
1989 (sparclet_print_registers_info): New function.
1990 (sparclet_do_registers_info): New function.
1991 (do_sparc_print_registers_info): New function.
1992 (sparc_print_registers): New static function, clone of infcmd.c's
1993 default_print_registers_info.
1994 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1995 (sparclet_do_registers_info): Declare.
1996 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1997 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1998 Re-define.
1999 (sparc_do_registers_info): Declare.
2000 (PRINT_REGISTER_HOOK): Delete macro.
2001 (sparc_print_register_hook): Delete declaration.
2002
2003 2002-11-05 David Carlton <carlton@math.stanford.edu>
2004
2005 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
2006 functions.
2007 (lookup_symbol_aux_local): New function.
2008 (lookup_symbol_aux_symtabs): New function.
2009 (lookup_symbol_aux_psymtabs): New function.
2010
2011 2002-11-05 David Carlton <carlton@math.stanford.edu>
2012
2013 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
2014 previous values of 'objfile' and 'block'.
2015
2016 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
2017
2018 * values.c (value_change_enclosing_type): Set
2019 enclosing_type field correctly also for the case where
2020 more memory needs to be allocated.
2021
2022 2002-11-03 Mark Kettenis <kettenis@gnu.org>
2023
2024 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
2025 of puts_filtered.
2026
2027 * i387-tdep.c (i387_print_float_info): Replace calls to
2028 register_read and deprecated_read_register_gen with calls to
2029 frame_register_read, and make the necessary adjustments to the
2030 surrounding code.
2031
2032 2002-11-02 Andrew Cagney <ac131313@redhat.com>
2033
2034 * gdbarch.sh (register_reggroup_p): Allow default value.
2035 * gdbarch.h, gdbarch.c: Regenerate.
2036
2037 2002-11-02 Andrew Cagney <ac131313@redhat.com>
2038
2039 * regcache.h: Add coment indicating replacements for deprecated
2040 functions.
2041
2042 2002-11-02 Andrew Cagney <cagney@redhat.com>
2043
2044 * reggroups.h, reggroups.c: New files.
2045 * regcache.c: Include "reggroups.h".
2046 (enum regcache_dump_what): Add `regcache_dump_groups'.
2047 (regcache_dump): Contract size of the "Type" column. When
2048 specified, dump the register's groups.
2049 (maintenance_print_register_groups): New function.
2050 (_initialize_regcache): Add command `maint print register-groups'.
2051 * Makefile.in (COMMON_OBS): Add reggroups.o
2052 (SFILES): Add reggroups.c.
2053 (reggroups_h): Define.
2054 (regcache.o, gdbarch.o): Update dependencies.
2055 (reggroups.o): Specify dependencies.
2056 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
2057 Add opaque declaration for `struct reggroup' in generated .h file.
2058 Include "reggroups.h" in generated .c file.
2059 gdbarch.h, gdbarch.c: Re-generate.
2060
2061 2002-11-02 Andrew Cagney <cagney@redhat.com>
2062
2063 * regcache.h (deprecated_read_register_gen): Rename
2064 read_register_gen.
2065 (deprecated_write_register_gen): Rename write_register_gen.
2066 * i387-tdep.c: Update.
2067 * x86-64-linux-nat.c: Update
2068 * wince.c: Update.
2069 * thread-db.c: Update.
2070 * win32-nat.c: Update.
2071 * mips-tdep.c: Update.
2072 * d10v-tdep.c: Update.
2073 * cris-tdep.c: Update.
2074 * remote-sim.c: Update.
2075 * remote-rdi.c: Update.
2076 * remote-rdp.c: Update.
2077 * frame.c: Update.
2078 * target.c: Update.
2079 * blockframe.c: Update.
2080 * x86-64-tdep.c: Update.
2081 * xstormy16-tdep.c: Update.
2082 * sh-tdep.c: Update.
2083 * s390-tdep.c: Update.
2084 * rs6000-tdep.c: Update.
2085 * sparc-tdep.c: Update.
2086 * i386-tdep.c: Update.
2087 * dwarf2cfi.c: Update.
2088 * regcache.c: Update.
2089
2090 2002-11-01 Joel Brobecker <brobecker@gnat.com>
2091
2092 New interix-specific files:
2093 * config/i386/nm-interix.h: New file.
2094 * config/i386/interix.mh: New file.
2095 * config/i386/interix.mt: New file.
2096 * i386-interix-nat.c: New file.
2097 * i386-interix-tdep.c: New file.
2098
2099 2002-11-01 Andrew Cagney <cagney@redhat.com>
2100
2101 * frame.h (deprecated_generic_get_saved_register): Rename
2102 generic_get_saved_register.
2103 * blockframe.c (deprecated_generic_get_saved_register): Update.
2104 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
2105 (xstormy16_frame_saved_register): Update.
2106 * sh-tdep.c (sh_gdbarch_init): Update.
2107 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2108 * ia64-tdep.c (ia64_get_saved_register): Update.
2109 * cris-tdep.c (cris_gdbarch_init): Update.
2110 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
2111 * arm-tdep.c (arm_gdbarch_init): Update.
2112
2113 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
2114
2115 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
2116
2117 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
2120 trampolines in sigaction.
2121
2122 2002-10-31 Andrew Cagney <cagney@redhat.com>
2123
2124 * h8300-tdep.c: Include "gdb_assert.h".
2125 (h8300_print_register): Add gdbarch, file and frame parameters.
2126 Use frame_read_unsigned_register to read the register's value.
2127 Use fprintf_filtered to display output.
2128 (h8300_print_registers_info): Replace h8300_do_registers_info.
2129 (h8300_gdbarch_init): Set print_registers_info.
2130
2131 2002-10-31 Andrew Cagney <cagney@redhat.com>
2132
2133 * frame.c (frame_read_unsigned_register): New function.
2134 (frame_read_signed_register): New function.
2135 * frame.h (frame_read_unsigned_register): Declare.
2136 (frame_read_signed_register): Declare.
2137
2138 2002-10-31 Andrew Cagney <cagney@redhat.com>
2139
2140 * h8500-tdep.c (h8500_print_registers_info): New static function,
2141 clone of infcmd.c's default_print_registers_info.
2142 (h8500_do_registers_info): New funtion.
2143 (h8500_print_register_hook): Rename print_register_hook, make
2144 static.
2145
2146 * config/h8500/tm-h8500.h: Update copyright.
2147 (DEPRECATED_DO_REGISTERS_INFO): Define.
2148 (h8500_do_registers_info: Declare.
2149 (PRINT_REGISTER_HOOK): Delete macro.
2150 (print_register_hook): Delete function.
2151
2152 2002-10-31 Andrew Cagney <cagney@redhat.com>
2153
2154 * z8k-tdep.c (z8k_print_register_hook): Make static.
2155 (z8k_print_registers_info): New static function, clone of
2156 infcmd.c's default_print_registers_info.
2157 (z8k_do_registers_info): New function. Wrap
2158 z8k_print_registers_info.
2159 * config/z8k/tm-z8k.h: Update copyright.
2160 (PRINT_REGISTER_HOOK): Delete macro.
2161 (z8k_print_register_hook): Delete declaration.
2162 (DEPRECATED_DO_REGISTERS_INFO): Define.
2163 (z8k_do_registers_info): Declare.
2164
2165 2002-10-30 Joel Brobecker <brobecker@gnat.com>
2166
2167 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
2168 as this is already provided by value.h, and was actually causing
2169 a compilation error because of a conflict in parameter type
2170 declaration due to a missing const keyword.
2171 (low_text_segment_addres): Fix a compilation warning.
2172
2173 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
2174
2175 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
2176 registers without a name.
2177 (mips_linux_cannot_store_register): Don't store registers without
2178 a name.
2179
2180 2002-10-28 David Carlton <carlton@math.stanford.edu>
2181
2182 * symtab.c (find_addr_symbol): Delete. (It was already commented
2183 out.)
2184 * symtab.h: Delete prototype for find_addr_symbol.
2185
2186 2002-10-26 Andrew Cagney <cagney@redhat.com>
2187
2188 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
2189 DO_REGISTERS_INFO.
2190 gdbarch.h, gdbarch.c: Re-generate.
2191 * infcmd.c (default_print_registers_info): Update reference.
2192 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
2193 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
2194 * sh-tdep.c (sh_gdbarch_init): Ditto.
2195 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2196 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2197
2198 2002-10-26 Mark Kettenis <kettenis@gnu.org>
2199
2200 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
2201 cfi_init_extra_frame_info.
2202 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
2203 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
2204
2205 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
2206 target where necessary. Add more comments and remove the ones
2207 that don't provide any useful information.
2208
2209 * i386-tdep.c (i386_frame_saved_pc): Replace call to
2210 deprecated_read_register_dummy with
2211 frame_unwind_unsigned_register.
2212
2213 * i386-tdep.c (i386_extract_struct_value_address): Use
2214 regcache_raw_read_unsigned instead of
2215 regcache_cooked_read_unsigned since we know that the register
2216 we're reading isn't a pseudo register. Rename variable 'val' into
2217 the more descriptive 'addr'.
2218
2219 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
2220 (x86_64_push_return_address): Add comment.
2221 (x86_64_pop_frame): Make static.
2222 (examine_argument): Clarify comment.
2223 (x86_64_skip_prologue): Make prolog_expact variable static.
2224
2225 * dwarf2cfi.c: Fix some formatting problems.
2226 (context_cpy, read_encoded_pointer): Clarify comments.
2227
2228 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
2229 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
2230 i386 target back into x86_64_gdbarch_init. Add some comments and
2231 remove meaningless ones.
2232
2233 2002-10-25 Andrew Cagney <cagney@redhat.com>
2234
2235 * complaints.h (struct deprecated_complaint): Rename `struct
2236 complaint'.
2237 * complaints.c (complain): Update.
2238 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
2239 incorrect comment indicating that "symfile.h" was being included
2240 for the `struct complaint' definition.
2241 * remote-vx.c: Update.
2242 * objc-lang.c: Update.
2243 * xcoffread.c: Update.
2244 * hpread.c: Update.
2245 * mdebugread.c: Update.
2246 * stabsread.c: Update.
2247 * dwarf2read.c: Update.
2248 * dwarfread.c: Update.
2249 * elfread.c: Update.
2250 * coffread.c: Update.
2251 * stabsread.h: Update.
2252 * dbxread.c: Update.
2253 * buildsym.c: Update.
2254 * gdbtypes.c: Update.
2255 * macrotab.c: Update.
2256
2257 2002-10-25 Mark Kettenis <kettenis@gnu.org>
2258
2259 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
2260 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
2261 (x86_64_init_abi): ...new function.
2262
2263 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
2264 * i386v-nat.c: Include "i386-tdep.h".
2265
2266 2002-10-25 Andrew Cagney <cagney@redhat.com>
2267
2268 * gdbtypes.c (address_space_name_to_int): Update.
2269 (address_space_int_to_name): Update.
2270 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
2271 multi-arch predicate.
2272 (address_class_name_to_type_flags): Ditto.
2273 * gdbarch.h, gdbarch.c: Re-generate.
2274
2275 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
2276
2277 2002-10-24 Martin M. Hunt <hunt@redhat.com>
2278
2279 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
2280
2281 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
2282
2283 * symtab.h (INIT_SAL): Delete macro.
2284 (init_sal): Export.
2285 * symtab.c (init_sal): New function.
2286
2287 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
2288 to init_sal function call.
2289 (find_sal_from_funcs_and_line): Ditto.
2290 (all_sals_for_line): Ditto.
2291 * breakpoint.c (create_internal_breakpoint): Ditto.
2292 (create_fork_vfork_event_catchpoint): Ditto.
2293 (create_exec_event_catchpoint): Ditto.
2294 (parse_breakpoint_sals): Ditto.
2295 (watch_command_1): Ditto.
2296 (handle_gnu_4_16_catch_command): Ditto.
2297 (clear_command): Ditto.
2298 * hppa-tdep.c (child_enable_exception_callback): Ditto.
2299 * infcmd.c (run_stack_dummy): Ditto.
2300 * infrun.c (process_event_stop_test): Ditto.
2301 (check_sigtramp2): Ditto.
2302 (step_over_function): Ditto.
2303 * linespec.c (decode_line_2): Ditto.
2304 (decode_line_1): Ditto.
2305 * source.c (line_info): Ditto.
2306 * symtab.c (find_pc_sect_line): Ditto.
2307
2308 2002-10-24 Michal Ludvig <mludvig@suse.cz>
2309
2310 * dwarf2cfi.c (struct context)
2311 (struct context_reg): Moved to dwarf2cfi.h
2312 (context_alloc, frame_state_alloc, context_cpy):
2313 Made extern instead of static, removed prototypes.
2314 * dwarf2cfi.h (struct context)
2315 (struct context_reg): New, moved from dwarf2cfi.c
2316 (context_alloc, frame_state_alloc, context_cpy):
2317 New prototypes.
2318 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
2319 Changed from static to extern.
2320 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
2321 (LINUX_SIGCONTEXT_FP_OFFSET)
2322 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
2323 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
2324 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
2325 * x86-64-tdep.c (x86_64_gdbarch_init): Several
2326 set_gdbarch_*() calls now use x86-64 specific functions
2327 instead of DWARF2 CFI ones.
2328 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
2329 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
2330 (x86_64_init_extra_frame_info): New prototypes.
2331
2332 2002-10-23 David Carlton <carlton@math.stanford.edu>
2333
2334 * linespec.c: #include "parser-defs.h".
2335 Delete prototype for find_template_name_end.
2336 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
2337
2338 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
2339
2340 * NEWS: add recent mi fixes.
2341 * varobj.c (struct varobj): Add new "updated" flag.
2342 (new_variable): Default "updated" flag to 0.
2343 (varobj_set_value): Set "updated" flag to 1 if value
2344 changes.
2345 (varobj_update): Check varobj "updated" flag before
2346 comparing old and refreshed values. Fix for
2347 PR gdb/702.
2348
2349 2002-10-23 David Carlton <carlton@math.stanford.edu>
2350
2351 * parse.c (parse_exp_1): Use BLOCK_START.
2352 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
2353 SYMBOL_BLOCK_VALUE.
2354 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
2355
2356 2002-10-23 David Carlton <carlton@math.stanford.edu>
2357
2358 * symtab.c: Delete cplusplus_hint.
2359 Delete prototype for find_template_name_end.
2360
2361 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2362
2363 * symtab.h: Update comment.
2364
2365 2002-10-23 Michael Snyder <msnyder@redhat.com>
2366
2367 * printcmd.c (address_info): Restore quotes in output.
2368 * valops.c (value_of_local): Restore quotes in error message.
2369
2370 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2371
2372 * symtab.c (symbol_demangled_name): New function.
2373 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
2374 turning most of it into a function.
2375 (symbol_demangled_name): Export.
2376
2377 2002-10-23 Michael Snyder <msnyder@redhat.com>
2378
2379 * valops.c (value_of_local): Restore quotes in error message.
2380
2381 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2382
2383 * symtab.c (symbol_init_language_specific): New function.
2384 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
2385 turning most of it into a function.
2386 (symbol_init_language_specific): Export.
2387
2388 2002-10-23 David Carlton <carlton@math.stanford.edu>
2389
2390 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
2391 (dwarf_attr_name): Ditto.
2392 (dwarf_type_encoding_name): Ditto.
2393 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
2394 (process_die): Handle DW_TAG_namespace,
2395 DW_TAG_imported_declaration, DW_TAG_imported_module.
2396 (read_namespace): New function.
2397
2398 2002-10-22 Joel Brobecker <brobecker@gnat.com>
2399
2400 * configure.in: Define NEW_PROC_API on Interix too.
2401 * configure: Regenerate.
2402
2403 2002-10-21 Joel Brobecker <brobecker@gnat.com>
2404
2405 * configure: Regenerate using the proper version of autoconf.
2406
2407 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
2408
2409 * findvar.c (read_var_value): Temporarily disable TLS code, until
2410 complete TLS support is added.
2411
2412 2002-10-21 Jim Blandy <jimb@redhat.com>
2413 Elena Zannoni <ezannoni@redhat.com>
2414
2415 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
2416 for thread local storage locations.
2417 (struct symbol): Add objfile field.
2418 (SYMBOL_OBJFILE): Define.
2419 * dwarf2read.c (is_thread_local): New static variable.
2420 (new_symbol): If variable is in thread local fill in address class
2421 and objfile appropriately.
2422 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
2423 stack operation.
2424 * printcmd.c (address_info): Print the information for thread
2425 local storage variable.
2426 * findvar.c (read_var_value): In case of thread local variable,
2427 defer to the target vector code to compute address.
2428
2429 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
2430
2431 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
2432 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2433
2434 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
2435
2436 * symtab.h (address_class): Rename
2437 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
2438 * hpread.c (hpread_process_one_debug_symbol): Ditto.
2439 * printcmd.c (address_info): Ditto.
2440 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
2441
2442 2002-10-20 Mark Kettenis <kettenis@gnu.org>
2443
2444 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
2445 DBREG_DRX macro to acces debug registers.
2446
2447 * Makefile.in (i386obsd-tdep.o): New target.
2448
2449 * solib-sunos.c: Include "bcache.h" and "regcache.h".
2450 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
2451
2452 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
2453 * config/i386/obsd.mt: New file.
2454 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
2455 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
2456 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
2457 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
2458 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
2459 * i386obsd-tdep.c: New file.
2460
2461 2002-10-19 Adam Fedor <fedor@gnu.org>
2462
2463 * objc-exp.y (name_not_typename): Fix invalid comment.
2464
2465 2002-10-20 Mark Kettenis <kettenis@gnu.org>
2466
2467 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
2468 to allocate partial syms and macro byte caches.
2469
2470 2002-10-18 David Carlton <carlton@math.stanford.edu>
2471
2472 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
2473
2474 2002-10-18 Adam Fedor <fedor@gnu.org>
2475
2476 * stabsread.c (find_name_end): New function.
2477 (define_symbol): Use it.
2478
2479 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2482 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2483 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2484 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2485
2486 2002-10-17 David Carlton <carlton@math.stanford.edu>
2487
2488 * symfile.h: Add opaque declaration for struct obstack.
2489 Declare obsavestring to take a const char *.
2490 * symfile.c (obsavestring): Make first argument a const char *.
2491
2492 2002-10-16 Adam Fedor <fedor@gnu.org>
2493
2494 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
2495 names when matching breakpoints in current file.
2496
2497 2002-10-16 Kevin Buettner <kevinb@redhat.com>
2498
2499 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
2500 (read_tag_pointer_type): Add address class support.
2501 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
2502 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
2503 New methods.
2504 * gdbarch.h, gdbarch.c: Regenerate.
2505 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
2506 (make_type_with_address_space, recursive_type_dump): Add address
2507 class support.
2508 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
2509 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
2510 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
2511
2512 2002-10-16 Klee Dienes <kdienes@apple.com>
2513
2514 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
2515 to get the last character of a char[] buffer, not
2516 name[sizeof(vptr_name)-1].
2517
2518 2002-10-14 Adam Fedor <fedor@gnu.org>
2519
2520 * symtab.h: New objc_specific struct.
2521 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
2522 (SYMBOL_DEMANGLED_NAME): Likewise.
2523
2524 2002-10-14 Adam Fedor <fedor@gnu.org>
2525
2526 * symfile.c (init_filename_language_table): Add ObjC file extension.
2527
2528 2002-10-14 Adam Fedor <fedor@gnu.org>
2529
2530 * utils.c (puts_filtered_tabular): New function.
2531 (fprintf_symbol_filtered): Get ObjC demangled name.
2532 * defs.h (puts_filtered_tabular): Declared.
2533
2534 2002-10-14 Kevin Buettner <kevinb@redhat.com>
2535
2536 * c-lang.h (c_type_print_varspec_prefix): Delete.
2537 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
2538 ``need_post_space'' parameter. Adjust all callers.
2539
2540 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
2541
2542 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
2543 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2544 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2545 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2546
2547 2002-10-13 Adam Fedor <fedor@gnu.org>
2548
2549 * source.c (print_source_lines): Update comments.
2550
2551 2002-10-13 Adam Fedor <fedor@gnu.org>
2552
2553 * valops.c (value_of_local): New function.
2554 (value_of_this): Use it.
2555 * value.h (value_of_local): Declared.
2556
2557 2002-10-13 Adam Fedor <fedor@gnu.org>
2558
2559 * parse.c: (length_of_subexp, prefixify_subexp): Handle
2560 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
2561
2562 2002-10-12 Adam Fedor <fedor@gnu.org>
2563
2564 * language.c (binop_result_type): Add language_objc to case.
2565 (integral_type): Likewise.
2566 (character_type): Likewise.
2567 (string_type): Likewise.
2568 (boolean_type): Likewise.
2569 (structured_type): Likewise.
2570 (binop_type_check): Likewise.
2571
2572 2002-10-11 Adam Fedor <fedor@gnu.org>
2573
2574 * printcmd.c (address_info): Print 'self' for ObjC.
2575
2576 2002-10-11 Adam Fedor <fedor@gnu.org>
2577
2578 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
2579 OP_SELF.
2580
2581 2002-10-11 Adam Fedor <fedor@gnu.org>
2582
2583 * language.h (CAST_IS_CONVERSION): Add language_objc.
2584
2585 2002-10-11 Adam Fedor <fedor@gnu.org>
2586
2587 * defs.h (enum language): Add language_objc.
2588
2589 2002-10-11 Klee Dienes <kdienes@apple.com>
2590
2591 * corefile.c (read_memory_typed_address): New function.
2592 * gdbcore.h (read_memory_typed_address): Add prototype.
2593 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
2594 to read a value destined for a CORE_ADDR, not read_memory_integer.
2595 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
2596 (f77_get_dynamic_lowerbound): Ditto.
2597
2598 2002-10-11 Martin M. Hunt <hunt@redhat.com>
2599
2600 * utils.c (string_to_core_addr): After turning string into
2601 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
2602 which will do necessary sign-extension, etc.
2603
2604 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
2605
2606 * c-exp.y (THIS): Delete token and grammar rule.
2607 (yylex): Don't return THIS.
2608 * cp-valprint.c (vtbl_ptr_name_old): Delete.
2609 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
2610 * demangle.c (cplus_markers): Update comment. Put '$'
2611 first. Remove CPLUS_MARKER.
2612 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
2613 * jv-exp.y (THIS): Delete token and grammar rule.
2614 (yylex): Don't return THIS.
2615 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
2616 * objc-exp.y (THIS): Delete token and grammar rule.
2617 (yylex): Don't return THIS.
2618 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
2619 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
2620 (read_member_functions): Likewise for opname.
2621 (read_tilde_fields): Use is_cplus_marker.
2622
2623 * defs.h (CPLUS_MARKER): Don't define.
2624 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
2625 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
2626 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
2627 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
2628 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
2629
2630 * config/i386/tm-i386v4.h: Delete file.
2631 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
2632 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
2633 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
2634 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
2635 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
2636 * config/i386/i386sco5.mt (TM_FILE): Likewise.
2637 * config/i386/i386v4.mt (TM_FILE): Likewise.
2638 * config/i386/ncr3000.mt (TM_FILE): Likewise.
2639
2640 2002-10-10 Marko Mlinar <markom@opencores.org>
2641
2642 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
2643 accidentially not commited 2002-10-09
2644 * gdbarch.h, gdbarch.c: Re-generate.
2645
2646 2002-10-09 Marko Mlinar <markom@opencores.org>
2647
2648 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
2649 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
2650 * gdbarch.h, gdbarch.c: Re-generate.
2651
2652 2002-10-08 Petr Sorfa <petrs@caldera.com>
2653
2654 Revised and re-submitted by John Wolfe <jlw@caldera.com>
2655
2656 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
2657 so we can work on more than one compilation unit at a time. This
2658 helps prepare GDB to handle inter-CU die references.
2659 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
2660 the code to be defined before struct comp_unit_head.
2661 (comp_unit_head): Added new members - offset, cu_head,
2662 begin_die, next and dwarf2_abbrevs.
2663 (dwarf2_abbrevs): Removed single static var; now member of
2664 struct comp_unit_head.
2665 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
2666 members.
2667 (psymtab_to_symtab_1): Changed to work with the new
2668 struct comp_unit_head.
2669 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
2670 constructs the dwarf2_abbrevs[] inside the cu_header.
2671 (dwarf2_empty_abbrev_table): Now expects a ptr to a
2672 dwarf2_abbrev table to clean up.
2673 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
2674 handling of dwarf2_abbrevs inside the cu_header.
2675 (read_partial_die): Now supports the call to the new
2676 dwarf2_lookup_abbrev.
2677 (read_full_die): Now supports the call to the new
2678 dwarf2_lookup_abbrev.
2679
2680 2002-10-06 Christopher Faylor <cgf@redhat.com>
2681
2682 * Makefile.in (install-gdbtk): Add missing continuation backslash to
2683 insure that shell variables, such as "transformed_name" are propagated
2684 to later shell statements in rule.
2685
2686 2002-10-06 Mark Kettenis <kettenis@gnu.org>
2687
2688 * config/i386/nm-i386sco.h: Add protection against
2689 multiple-inclusion. Include "i386/nm-i386v.h".
2690 (REGISTER_U_ADDR): Remove define.
2691 (i386_register_u_addr): Remove prototype.
2692
2693 2002-10-04 Michael Snyder <msnyder@redhat.com>
2694
2695 * m32r-stub.c (handle_exception): Make sure exception is "trap"
2696 before treating it as a single-step event.
2697
2698 2002-10-03 Adam Fedor <fedor@gnu.org>
2699
2700 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
2701 (objc_demangle): Remove assignment in if statements, Replace
2702 free with xfree.
2703 (add_msglist): Likewise.
2704 (end_msglist): Likewise.
2705 (complare_selectors): Likewise.
2706 (selectors_info): Likewise.
2707 (compare_classes): Likewise.
2708 (classes_info): Likewise.
2709 (print_object_command): Likewise.
2710 (find_objc_msgcall_submethod): Replace PTR with void *.
2711 * objc-lang.h: Remove check for __STDC__.
2712
2713 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2714
2715 * ui-out.h (ui_out_field_fmt_int): New prototype.
2716 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
2717 of field width and alignment.
2718 * stack.c (print_frame_info_base): When printing frame level, use
2719 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
2720 PR gdb/192
2721
2722 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2723
2724 * MAINTAINERS: Add self to Write After Approval list.
2725
2726 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2727
2728 * infcmd.c (interrupt_target_command_wrapper): Delete.
2729 (interrupt_target_command): Make non static.
2730 (nofp_registers_info): Make static.
2731 * stack.c (return_command_wrapper): Delete.
2732 (return_command): Make non static.
2733
2734 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2735
2736 * event-top.c (gdb_setup_readline): New function. Code moved from
2737 _initialize_event_loop().
2738 (_initialize_event_loop): Call gdb_setup_readline().
2739
2740 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2741
2742 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
2743 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
2744 * gdbarch.h, gdbarch.c: Re-generate.
2745
2746 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
2747
2748 Fix PR gdb/778
2749 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
2750 before recursing.
2751 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
2752 of fill_in_vptr_fieldno.
2753
2754 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2755
2756 * inferior.h (registers_info, stepi_command, nexti_command,
2757 continue_command, interrupt_target_command): Export from infcmd.c.
2758 * frame.h (args_info, selected_frame_level_changed_hook,
2759 return_command): Export from stack.c.
2760 * v850ice.c (stepi_command, nexti_command, continue_command): use
2761 prototypes from inferior.h.
2762 * tracepoint.c (registers_info, args_info, locals_info): Use
2763 prototypes from frame.h and inferior.h.
2764 * Makefile.in (mi-main.o): Add dependency on frame.h.
2765
2766 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2767
2768 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
2769 value in register 3 adjusted by ppc_gp0_regnum.
2770
2771 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
2772
2773 2002-10-02 Marko Mlinar <markom@opencores.org>
2774
2775 * MAINTAINERS: Add myself to the Write After Approval list.
2776
2777 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
2778
2779 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
2780 of the section for the N64 ABI, fixed.
2781
2782 * config/mips/tm-irix6.h: Include solib.h.
2783
2784 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
2785
2786 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
2787 GNU operators.
2788
2789 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2790
2791 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
2792 and that "mi0" syntax has been removed.
2793
2794 2002-09-30 David Carlton <carlton@math.stanford.edu>
2795
2796 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2797 * ppc-sysv-tdep.c: #include "gdb_string.h".
2798 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2799 pacify GCC.
2800
2801 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2802
2803 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2804 "vrsave"'s register number.
2805
2806 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2807
2808 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2809 use frame_unwind_signed_register to obtain the PC.
2810 (mips_frame_chain): Handle a generic dummy frame.
2811 (mips_init_extra_frame_info): When a generic dummy frame, don't
2812 re-compute the frame base.
2813 (mips_pop_frame): Handle generic dummy frames.
2814 (mips_gdbarch_init): When generic dummy frames, set
2815 use_generic_dummy_frames, push_dummy_frame to
2816 generic_push_dummy_frame, pc_in_call_dummy to
2817 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2818 generic_save_dummy_frame_tos.
2819
2820 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2821
2822 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2823 against TOP when TOP was explictly set.
2824 (generic_push_dummy_frame): Set TOP to zero.
2825
2826 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
2827
2828 * event-loop.c (start_event_loop): Rename variable 'result' to
2829 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2830
2831 2002-09-30 Keith Seitz <keiths@redhat.com>
2832
2833 * gdb-events.sh (selected_thread_changed): New event.
2834 * gdb-events.c: Regenerated.
2835 * gdb-events.h: Regenerated.
2836
2837 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2838
2839 * MAINTAINERS: Add self to Write After Approval list.
2840
2841 2002-09-30 Fernando Nasser <fnasser@redhat.com>
2842
2843 * disasm.c: New file.
2844 * disasm.h: New file.
2845 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2846 (compare_lines): Ditto.
2847 (dump_insns): Ditto.
2848 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2849 argument.
2850 (do_assembly_only): Ditto.
2851 (do_disassembly): Renamed to gdb_disassembly and moved to
2852 disasm.c. Sdded uiout argument.
2853 * Makefile.in: Add new files. Reorder SFILES list. Update
2854 dependencies. Include libgdb.a later in the insight executable.
2855
2856 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2857
2858 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2859 bfd/elf64-alpha-fbsd.c.
2860
2861 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2862
2863 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2864 i386gnu-tdep.c.
2865
2866 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2867
2868 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2869 __FUNCTION__.
2870 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2871 function name.
2872 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2873 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2874 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2875 (S_msg_sig_post_reply): Ditto.
2876
2877 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
2878
2879 * sh-tdep.c (sh_use_struct_convention): Use definition according
2880 to ABI.
2881 (sh_push_arguments): Store in register with correct endianess.
2882 (sh_default_store_return_value): Ditto.
2883 (sh_gdbarch_init): Set sizeof long double to 8.
2884
2885 2002-09-27 Mark Kettenis <kettenis@gnu.org>
2886
2887 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2888 Fix some whitespace problems.
2889
2890 2002-09-27 David Carlton <carlton@math.stanford.edu>
2891
2892 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2893 (mcore-tdep.o): Ditto.
2894 (ns32k-tdep.o): Ditto.
2895 (ns32knbsd-tdep.o): Ditto.
2896 (sh3-rom.o): Ditto.
2897 (vax-tdep.o): Ditto.
2898 * cris-tdep.c: #include "gdb_string.h"
2899 * mcore-tdep.c: Ditto.
2900 * ns32k-tdep.c: Ditto.
2901 * ns32knbsd-tdep.c: Ditto.
2902 * sh3-rom.c: Ditto.
2903 * vax-tdep.c: Ditto.
2904
2905 2002-09-27 David Carlton <carlton@math.stanford.edu>
2906
2907 * config/djgpp/fnchange.lst: Add entries for
2908 gdb/testsuite/gdb.c++/m-static files.
2909
2910 2002-09-27 Jim Wilson <wilson@redhat.com>
2911
2912 * MAINTAINERS: Add myself to the Write After Approval list.
2913
2914 2002-09-26 Martin M. Hunt <hunt@redhat.com>
2915
2916 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2917
2918
2919 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2920
2921 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2922 frame.
2923
2924 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2925
2926 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2927 (rs6000_struct_return_address): Delete variable.
2928 (rs6000_store_struct_return): Update.
2929 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2930 deprecated_extract_struct_value_address.
2931 (rs6000_frame_align): New function.
2932 (rs6000_gdbarch_init): Set frame_align.
2933
2934 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2935
2936 From Grace Sainsbury <graces@redhat.com>:
2937 * Makefile.in (gdbtk-main.o): New target.
2938 (gdb.o): New target.
2939 (main_h): Define.
2940 (main.o): Update dependencies.
2941 (gdb$(EXEEXT)): Add gdb.o.
2942 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2943 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2944 (SUBDIR_GDBTK_CLEAN): Set.
2945 (install-gdbtk): Install the insight binary.
2946 (uninstall-gdbtk): New target.
2947 (all-gdbtk, clean-gdbtk): New rule.
2948 * top.c (use_windows): Default to zero.
2949 * main.c: Include "main.h".
2950 (main): Delete.
2951 (struct captured_main_args): Delete.
2952 (gdb_main): New function.
2953 * main.h: New file.
2954 * gdb.c: New File.
2955
2956 2002-09-25 Andrew Cagney <cagney@redhat.com>
2957
2958 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2959 (frame_map_regnum_to_name): New function.
2960 (frame_map_name_to_regnum): New function.
2961 * frame.h (frame_map_name_to_regnum): Declare.
2962 (frame_map_regnum_to_name): Declare.
2963 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2964 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2965 * parse.c: Do not include "builtin-regs.h".
2966 (target_map_name_to_register): Delete function.
2967 (write_dollar_variable): Use frame_map_name_to_regnum.
2968 * parser-defs.h (target_map_name_to_register): Delete declaration.
2969 * expprint.c: Include "frame.h".
2970 (print_subexp): Use frame_map_regnum_to_name.
2971 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2972 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2973
2974 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2975
2976 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2977 wasn't saved, and the next innermost frame is a dummy, return the
2978 dummy frame's link register.
2979
2980 2002-09-24 Jim Blandy <jimb@redhat.com>
2981
2982 Fix from Paul Breed:
2983 * main.c (captured_main): Add a `break' after the case for 'b'.
2984
2985 2002-09-24 Keith Seitz <keiths@redhat.com>
2986
2987 * varobj.c (c_type_of_child): Use get_target_type instead
2988 of TYPE_TARGET_TYPE.
2989
2990 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2991
2992 * source.c (get_current_or_default_source_symtab_and_line): Remove
2993 function.
2994 (set_default_source_symtab_and_line): New function. Attempts to
2995 determine a source file to list lines from if one is not currently
2996 defined.
2997 (get_current_source_symtab_and_line): Initialize sal.pc and
2998 sal.end fields.
2999 (set_current_source_symtab_and_line): Mark argument as const.
3000 * source.h: Update declarations and comments.
3001 * linespec.c (decode_line_1): Replace call to removed routine above.
3002 * stack.c (print_frame_info_base): Ditto.
3003 * cli/cli-cmds.c (edit_command): Ditto.
3004 (list_command): Ditto.
3005
3006 2002-09-22 Fernando Nasser <fnasser@redhat.com>
3007
3008 * source.c (get_current_or_default_source_symtab_and_line): Initialize
3009 sal.pc and sal.end fields.
3010 (get_current_or_default_source_symtab_and_line): Ditto.
3011 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
3012 so we do not cause a new source symtab to be searched for (reverting an
3013 unintentional change from the 2002-09-20 patch).
3014 * scm-lang.c (scm_unpac): Ditto.
3015
3016 2002-09-21 Andrew Cagney <cagney@redhat.com>
3017
3018 * complaints.c (symfile_explanations): Remove new-line from
3019 ``isolated_message''.
3020 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
3021 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
3022
3023 2002-09-20 Nick Clifton <nickc@redhat.com>
3024
3025 * NEWS: Announce that V850EA ISA is no longer supported.
3026 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
3027
3028 2002-09-20 David Carlton <carlton@math.stanford.edu>
3029
3030 * Makefile.in (c-lang.o): Correct dependencies.
3031 (utils.o): Gather dependencies.
3032 (charset.o): Move.
3033 * c-lang.c: #include "gdb_string.h"
3034
3035 2002-09-20 Fernando Nasser <fnasser@redhat.com>
3036
3037 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
3038 * cli/cli-cmds.c (list_command): New function. Implements the new
3039 cli edit command.
3040 (_init_cli_cmds): Add new command definition.
3041 * gdb.1: Document edit command.
3042 * doc/gdb.texinfo: Document edit command.
3043
3044 2002-09-20 Fernando Nasser <fnasser@redhat.com>
3045
3046 * source.c: Make global variables current_source_symtab and
3047 current_source_line static.
3048 (list_command): Moved to cli/cli-cmds.c.
3049 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
3050 (get_first_line_listed): New accessor function.
3051 (get_lines_to_list): New accessor function.
3052 (get_current_source_symtab_and_line): New function. Retrieves the
3053 position in the source code that we consider current.
3054 (get_current_or_default_source_symtab_and_line): New function.
3055 Like the above but attempts to determine a default position if one
3056 is not currently defined.
3057 (set_current_source_symtab_and_line): New function. Sets the source
3058 code position considered current and returns the previously set one.
3059 (clear_current_source_symtab_and_line): Reset stored information about
3060 a current source line.
3061 (_initialize_source): Remove registration for the "list" command and
3062 its alias.
3063 * source.h: Add declarations for the new functions above.
3064 * symtab.h: Remove declarations for the global variables mentioned
3065 above.
3066 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
3067 obtain current source line.
3068 * linespec.c (decode_line_1): Ditto.
3069 * macroscope.c (default_macro_scope): Ditto.
3070 * scm-lang.c (scm_unpac): Ditto.
3071 * stack.c (print_frame_info_base): Ditto.
3072 * symfile.c (clear_symtab_users): Ditto.
3073 * symtab.c (decode_line_spec): Ditto.
3074 * cli/cli-cmds.c (list_command): Moved here from source.c.
3075 (ambiguous_line_spec): Moved here from source.c.
3076 (_init_cli_cmds): Add definition for "list" and its alias.
3077 * Makefile.in: Update dependencies.
3078
3079 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
3080
3081 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
3082 with what gcc thinks is correct.
3083
3084 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
3085
3086 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
3087 multiple register push instruction.
3088
3089 2002-09-19 Jim Blandy <jimb@redhat.com>
3090
3091 Add support for distinct host and target character sets.
3092 * charset.c, charset.h: New files.
3093 * c-exp.y: #include "charset.h".
3094 (yylex): Convert character and string literals to the target
3095 character set, before returning them as the semantic value of the
3096 token.
3097 * c-lang.c: #include "charset.h".
3098 (c_emit_char): Use charset-specific methods to recognize
3099 characters with backslash escape forms, to decide which characters
3100 to print literally and which to print using numeric escape
3101 sequences, and to convert target characters to host characters
3102 before printing.
3103 * utils.c: #include "charset.h".
3104 (no_control_char_error): New function.
3105 (parse_escape): Use charset-specific methods to recognize
3106 backslash escapes, parse `control character' notation, and convert
3107 characters from the host character set to the target character set.
3108 * configure.in: Set the default host character set.
3109 Check where to find iconv, and what its argument types might be.
3110 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
3111 * Makefile.in (SFILES): List charset.c.
3112 (COMMON_OBS): List charset.o.
3113 (charset.o): New rule.
3114 (charset_h): New header dependency variable.
3115 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
3116 (LIBICONV): New variable, set by configure.
3117 (CLIBS): Include $(LIBICONV) here.
3118 * aclocal.m4, config.in, configure: Regenerated.
3119
3120 2002-09-19 Joel Brobecker <brobecker@gnat.com>
3121
3122 * ada-exp.y: Add missing semicolons to end rules. Fixes a
3123 bison 1.35 warning.
3124
3125 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
3126
3127 * gdb_mbuild.sh: New file.
3128
3129 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3130
3131 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
3132
3133 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3134
3135 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
3136 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
3137 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
3138 valops.c, value.h: Revert previous change.
3139
3140 2002-09-18 Michael Snyder <msnyder@redhat.com>
3141
3142 Preliminary support for Objective-C:
3143 * defs.h (language_objc): New enum value.
3144 (puts_filtered_tabular): Declaration only, exported from utils.c.
3145 (skip_quoted): Delete, declared in completer.h.
3146 * c-exp.y: Include completer.h.
3147 * p-exp.y: Ditto.
3148 * jv-exp.y: Ditto.
3149 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
3150 New operator enum values.
3151 * language.h (CAST_IS_CONVERSION): Test for language_objc.
3152 * language.c (binop_result_type): Handle language_objc case.
3153 (integral_type, character_type, string_type, boolean_type,
3154 structured_type, binop_type_check): Ditto.
3155 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
3156 (struct objc_specific): Add to general_symbol_info.
3157 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
3158 (SYMBOL_DEMANGLED_NAME): Handle objc case.
3159 * parser-defs.h (struct objc_class_str): New struct type.
3160 (start_msglist, end_msglist, add_msglist): Declaration only,
3161 exported from objc-lang.c.
3162 * value.h (value_of_local, value_nsstring,
3163 call_function_by_hand_expecting_type): Exported from valops.c.
3164 * valops.c (find_function_addr): Export.
3165 (call_function_by_hand_expecting_type): New function.
3166 (value_of_local): New function.
3167 * symfile.c (init_filename_language_table): Add ".m" extension
3168 for Objective-C.
3169 * utils.c (puts_filtered_tabular): New function.
3170 (fprintf_symbol_filtered): Add objc demangling support (disabled).
3171 (set/show demangle): Extend help-string to refer to ObjC.
3172 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
3173 * stabsread.c (symbol_reference_defined): Objective-C symbols
3174 may contain colons: make allowances when scanning stabs strings
3175 for colons.
3176 (objc_find_colon): New function.
3177 * printcmd.c (address_info): If language == objc then print
3178 "self" instead of "this".
3179 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
3180 OP_NSSTRING, and OP_SELF.
3181 (prefixify_subexp): Ditto.
3182 * source.c (print_source_lines): Mention objc in comment.
3183 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
3184 method names.
3185
3186 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3187
3188 * complaints.h: Update copyright.
3189 (struct complaints): Declare.
3190 (struct complaint): Make `message' constant.
3191 (internal_complaint): Declare.
3192 (complaint): Declare.
3193 (complaint_root): Delete declaration.
3194 (symfile_complaints): Delete declaration.
3195 (struct complaints): Add opaque declaration.
3196 (clear_complaints): Add a complaints parameter.
3197 * complaints.c: Update copyright.
3198 (enum complaint_series): Define.
3199 (complaint_root): Delete.
3200 (struct complaints): Define.
3201 (complaint_sentinel, symfile_complaint_book): New variables.
3202 (symfile_explanations, symfile_complaints): New variables.
3203 New variables.
3204 (get_complaints): New function.
3205 (vcomplaint): New function.
3206 (complaint): New function.
3207 (internal_complaint): New function.
3208 (complain): Call vcomplain with symfile_complaint.
3209 (clear_complaints): Rewrite.
3210 (_initialize_complaints): Use add_setshow_command.
3211 * Makefile.in (complaints.o): Update dependencies.
3212 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
3213 to call to clear_complaints.
3214 (new_symfile_objfile, reread_symbols): Ditto.
3215 (oldsyms_complaint): Delete.
3216 (empty_symtab_complaint, unknown_option_complaint): Delete.
3217 (free_named_symtabs): Use complaint instead of complain.
3218
3219 2002-09-18 Michael Snyder <msnyder@redhat.com>
3220
3221 Contributed by Apple Computer, Inc. Merged with current sources
3222 by Adam Fedor <fedor@doc.com> [cagney].
3223
3224 * objc-lang.c: First clean-up round: comments, indentation.
3225 * objc-lang.h: Ditto.
3226 * objc-lang.y: Ditto.
3227
3228 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3229
3230 * maint.c (maintenance_internal_error): Print the parameter as the
3231 error message.
3232 (maintenance_internal_warning): New function.
3233 (_initialize_maint_cmds): Add command `maint internal-warning'.
3234
3235 * defs.h (internal_warning, internal_vwarning): Declare.
3236 * utils.c (struct internal_problem): Define.
3237 (internal_vproblem): New function.
3238 (internal_warning): New function.
3239 (internal_vwarning): New function.
3240 (internal_warning_problem, internal_error_problem): New variables.
3241 (internal_verror): Just call internal_vproblem.
3242
3243 2002-09-18 Michael Snyder <msnyder@redhat.com>
3244
3245 * objc-lang.c: New file, support for Objective-C.
3246 Preliminary check-in, not yet integrated into gdb.
3247 * objc-lang.h: New file.
3248 * objc-exp.y: New file.
3249
3250 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3251
3252 * infrun.c (signal_stop_update): Convert definition to ISO C.
3253 (signal_print_update): Ditto.
3254 (signal_pass_update): Ditto.
3255 * inflow.c (terminal_save_ours): Ditto.
3256
3257 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
3258 comments.
3259
3260 * config/djgpp/fnchange.lst: Handle name clashes between
3261 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
3262 bfd/coff-tic80.c.
3263
3264 * i386-linux-tdep.h: Fix tipo.
3265
3266 2002-09-18 Adam Fedor <fedor@gnu.org>
3267
3268 * MAINTAINERS: Add myself to the Write After Approval list.
3269
3270 2002-09-18 Jim Blandy <jimb@redhat.com>
3271
3272 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
3273 texthigh and textlow to reader-specific structs caused
3274 objfile_relocate to miss them. This is fixable, but the work that
3275 the change was supposed to prepare GDB for never got done anyway.
3276
3277 2002-09-18 David Carlton <carlton@math.stanford.edu>
3278
3279 * MAINTAINERS: Alphabetize Write After Approval list.
3280
3281 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
3282
3283 Fix PR gdb/709
3284 * values.c (value_static_field): Call read_var_value.
3285
3286 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3287
3288 * valops.c (hand_function_call): Align the initial stack pointer
3289 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
3290 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
3291 return value.
3292 * mips-tdep.c (mips_frame_align): New function.
3293 (mips_gdbarch_init): Set frame_align.
3294 * gdbarch.sh (FRAME_ALIGN): New method.
3295 * gdbarch.h, gdbarch.c: Re-generate.
3296
3297 2002-09-18 Michal Ludvig <mludvig@suse.cz>
3298
3299 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
3300 registers.
3301
3302 2002-09-17 Andrew Cagney <ac131313@redhat.com>
3303
3304 * NEWS: Mention that MIPS $fp behavior changed.
3305 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
3306 reference to FP_REGNUM.
3307 (mipsnbsd_cannot_store_register): Ditto.
3308 * mips-linux-nat.c: Update copyright.
3309 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
3310 (mips_linux_cannot_store_register): Ditto.
3311 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
3312 * config/mips/tm-mips.h: Update copyright.
3313 (FP_REGNUM): Delete macro.
3314 (MIPS_REGISTER_NAMES): Replace "fp" with "".
3315 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
3316 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
3317 (mips_r3041_reg_names, mips_r3051_reg_names)
3318 (mips_r3081_reg_names): Replace "fp" with "".
3319 Fix PR gdb/480.
3320
3321 2002-09-17 Theodore A. Roth <troth@verinet.com>
3322
3323 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
3324 generic_read_register_dummy() (PR gdb/703).
3325 (avr_push_return_address): #if 0 out unused vars.
3326 (avr_gdbarch_init): Enable use of avr_push_return_address().
3327
3328 2002-09-17 Michael Snyder <msnyder@redhat.com>
3329
3330 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
3331 RTE will take care of it.
3332
3333 2002-09-17 Andrew Cagney <ac131313@redhat.com>
3334
3335 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
3336 invalid, return SP_REGNUM.
3337
3338 2002-09-17 Michael Snyder <msnyder@redhat.com>
3339
3340 * mips-tdep.c (mips_pop_frame): Read saved values of floating
3341 point registers without sign extension.
3342
3343 2002-09-17 Andrew Cagney <cagney@redhat.com>
3344
3345 * blockframe.c (deprecated_read_register_dummy): Rename
3346 generic_read_register_dummy.
3347 * frame.c (frame_unwind_signed_register): New function.
3348 (frame_unwind_unsigned_register): New function.
3349 * frame.h (frame_unwind_signed_register): Declare.
3350 (frame_unwind_unsigned_register): Declare.
3351 (deprecated_read_register_dummy): Rename
3352 generic_read_register_dummy.
3353
3354 * h8300-tdep.c (h8300_frame_chain): Update.
3355 (h8300_frame_saved_pc): Update.
3356 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
3357 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3358 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
3359 (s390_frame_chain): Update.
3360 * v850-tdep.c (v850_find_callers_reg): Update.
3361 (v850_frame_saved_pc): Update.
3362 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
3363 (m32r_find_callers_reg): Update.
3364 (m32r_frame_saved_pc): Update.
3365 * sh-tdep.c (sh_find_callers_reg): Update.
3366 (sh64_get_saved_pr): Update.
3367 (sh_init_extra_frame_info): Update.
3368 (sh_init_extra_frame_info): Update.
3369 (sh64_init_extra_frame_info): Update.
3370 (sh64_init_extra_frame_info): Update.
3371 * mcore-tdep.c (mcore_find_callers_reg): Update.
3372 (mcore_frame_saved_pc): Update.
3373 (mcore_init_extra_frame_info): Update.
3374 * i386-tdep.c (i386_frame_saved_pc): Update.
3375 * ia64-tdep.c (ia64_frame_saved_pc): Update.
3376 (ia64_init_extra_frame_info): Update.
3377 (ia64_init_extra_frame_info): Update.
3378 * d10v-tdep.c (d10v_frame_saved_pc): Update.
3379 * cris-tdep.c (cris_init_extra_frame_info): Update.
3380 * avr-tdep.c (avr_frame_chain): Update.
3381 (avr_init_extra_frame_info): Update.
3382 (avr_frame_saved_pc): Update.
3383 * arm-tdep.c (arm_find_callers_reg): Update.
3384 (arm_init_extra_frame_info): Update.
3385 (arm_frame_saved_pc): Update.
3386
3387 2002-09-17 Tom Tromey <tromey@redhat.com>
3388
3389 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
3390 is "'".
3391
3392 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
3393
3394 * MAINTAINERS: Remove "non multi-arched" text from h8300.
3395 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
3396 NEXT_PROLOGUE_INSN.
3397 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
3398 NEXT_PROLOGUE_INSN.
3399
3400 2002-09-16 Joel Brobecker <brobecker@gnat.com>
3401
3402 * osfsolib.c: Remove file, replaced by solib-osf.c.
3403 * Makefile.in: Remove compilation rules for osfsolib.c.
3404
3405 2002-09-16 David Carlton <carlton@math.stanford.edu>
3406
3407 * cp-valprint.c (cp_print_class_method): Correct args to
3408 check_stub_method_group.
3409
3410 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
3411
3412 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
3413 `set architecture'. Unify naming convention of functions.
3414 (h8300_skip_prologue): Improve prologue analysis.
3415 (h8300_push_arguments): Rewritten to more closely match GCC's
3416 bizarre argument-passing behavior, along with the comment describing
3417 said behavior.
3418 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
3419 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
3420 sim, remote-e7000.c, remote-hms.c and remote.c
3421
3422 2002-09-15 Mark Kettenis <kettenis@gnu.org>
3423
3424 * i386-tdep.c (gdb_print_insn_i386): Removed.
3425 (i386_print_insn): New function.
3426 (i386_gdbarch_init): Set print_insn to i386_print_insns.
3427 (_initialize_i386_tdep): Don't initialize tm_print_insn and
3428 tm_print_insn_info.
3429
3430 2002-09-14 Mark Kettenis <kettenis@gnu.org>
3431
3432 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
3433 zero.
3434
3435 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
3436
3437 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
3438 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
3439 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
3440
3441 2002-09-13 Christopher Faylor <cgf@redhat.com>
3442
3443 * win32-nat.c (child_create_inferior): Honor 'tty' command.
3444
3445 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
3446
3447 * gdbtypes.c (check_stub_method): Make static.
3448 (check_stub_method_group): New function.
3449 * gdbtypes.h: Update prototypes.
3450 * cp-support.c: New file.
3451 * cp-support.h: New file.
3452
3453 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
3454 (update_method_name_from_physname): New function.
3455 (read_member_functions): Correct method names for operators
3456 and v3 constructors/destructors. Separate v2 constructors and
3457 destructors.
3458 * Makefile.in (stabsread.o): Update dependencies.
3459 (SFILES): Add cp-support.c.
3460 (COMMON_OBS): Add cp-support.o.
3461 (cp_support_h, cp-support.o): Add.
3462
3463 * cp-valprint.c (cp_print_class_method): Call
3464 check_stub_method_group instead of check_stub_method. Remove
3465 extraneous QUITs.
3466 * p-valprint.c (pascal_object_print_class_method): Likewise.
3467 * valops.c (search_struct_method): Likewise.
3468 (find_method_list, value_struct_elt_for_reference): Likewise.
3469
3470 2002-09-13 Andrew Cagney <cagney@redhat.com>
3471
3472 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
3473 * gdbarch.h, gdbarch.c: Regenerate.
3474
3475 2002-09-13 Andrew Cagney <ac131313@redhat.com>
3476
3477 * frame.c (find_saved_register): Delete function.
3478 * frame.h (find_saved_register): Delete declaration.
3479 Fix PR gdb/631.
3480
3481 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
3482
3483 * mips-tdep.c (read_next_frame_reg): Re-hack using
3484 frame_register_unwind.
3485
3486 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
3487
3488 * mips-tdep.c (mips_get_saved_register): Re-hack using
3489 frame_register_unwind.
3490
3491 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3492
3493 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
3494 vector. Will be useful for Interix.
3495 * gdbarch.h, gdbarch.c: Regenerate.
3496
3497 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
3498 name of the malloc function by NAME_OF_MALLOC.
3499
3500 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3501
3502 * value.h (find_function_in_inferior): Add const keyword to
3503 one of the parameters. Allows us to invoke this function with
3504 a const char *.
3505 * valops.c (find_function_in_inferior): Likewise.
3506
3507 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3508
3509 * exec.c (xfer_memory): Fix compilation warning with old versions
3510 of GCC.
3511 * tracepoint.c (trace_find_tracepoint_command): Likewise.
3512
3513 2002-09-12 David Carlton <carlton@math.stanford.edu>
3514
3515 * symtab.h: Run through gdb_indent.h.
3516 Add 2002 to Copyright year list.
3517
3518 2002-09-12 Alan Modra <amodra@bigpond.net.au>
3519
3520 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
3521 mach constants.
3522 * MAINTAINERS: Add myself to write after approval list.
3523
3524 2002-09-11 J. Brobecker <brobecker@gnat.com>
3525
3526 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
3527
3528 2002-09-11 J. Brobecker <brobecker@gnat.com>
3529
3530 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
3531 Interix.
3532
3533 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3534
3535 * procfs.c (do_detach): Clear current signal, not just fault.
3536 Corrects problem with breakpoint trap signal leaking to detached
3537 process on Tru64.
3538
3539 2002-09-10 Michael Snyder <msnyder@redhat.com>
3540
3541 * buildsym.c (finish_block): Protect against null pointer.
3542
3543 2002-09-10 Andrew Cagney <cagney@redhat.com>
3544
3545 * infcmd.c (default_print_registers_info): Send all output to
3546 ``file'' instead of ``gdb_stdout''.
3547
3548 2002-09-10 Michael Snyder <msnyder@redhat.com>
3549
3550 * mips-tdep.c (mips_extract_struct_value_address): Make val a
3551 LONGEST, and use signed register read (addresses are sign-
3552 extended for mips).
3553
3554 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
3555
3556 * event-loop.c (gdb_do_one_event): Make public.
3557 * event-loop.h (gdb_do_one_event): Declare.
3558
3559 2002-09-10 Jeff Law <law@redhat.com>
3560
3561 * infttrace.c (child_resume): Simplify and rework to avoid
3562 TT_PROC_CONTINUE.
3563
3564 2002-09-09 Fred Fish <fnf@intrinsity.com>
3565
3566 * printcmd.c (print_scalar_formatted): "len" is the number of
3567 target bytes, NOT the number of target bits.
3568
3569 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
3570
3571 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
3572 * top.c (init_main): Set rl_terminal_name.
3573
3574 2002-09-08 Aidan Skinner <aidan@velvet.net>
3575
3576 * ada-lang.c (ada_array_bound, ada_type_match,
3577 _initialize_ada_language): Fix K&R definitions.
3578 * ada-tasks.c (get_current_task): Fix K&R definitions.
3579 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
3580
3581 2002-09-07 Christopher Faylor <cgf@redhat.com>
3582
3583 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
3584 Add XP.
3585
3586 2002-09-06 Mark Kettenis <kettenis@gnu.org>
3587
3588 * i386-tdep.c (i386_register_virtual_type,
3589 i386_register_convertible, i386_register_convert_to_virtual,
3590 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
3591 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
3592 (i386_gdbarch_init): Fix comment. Add comments on calls that set
3593 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
3594 Don't set push_arguments twice.
3595
3596 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
3597 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
3598 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
3599 sigtramp_end to NULL.
3600 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
3601 defines.
3602 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
3603
3604 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
3605 whitespace.
3606
3607 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
3608 * gdbarch.h, gdbarch.c: Re-generate.
3609 * blockframe.c (find_pc_sect_partial_function): Convert to use
3610 SIGTRAMP_START_P predicate.
3611
3612 2002-09-05 Michael Snyder <msnyder@redhat.com>
3613
3614 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
3615 generic_dummy_frame method and old method. Also distinguish
3616 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
3617 (arm_extract_return_value): Use new regcache method.
3618
3619 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
3620 adjustment that doesn't conform to the ABI.
3621 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
3622 saved regcache, not from current regcache.
3623
3624 2002-09-05 Andrew Cagney <ac131313@redhat.com>
3625
3626 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
3627 * README: Update.
3628
3629 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
3630
3631 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
3632 if arm_apcs_32 is false.
3633
3634 2002-09-04 Andrew Cagney <ac131313@redhat.com>
3635
3636 GDB 5.3 branch created.
3637
3638 2002-09-03 Theodore A. Roth <troth@verinet.com>
3639
3640 * gdb/avr-tdep.c (avr_gdbarch_init): Use
3641 generic_unwind_get_saved_register.
3642
3643 2002-09-03 David Carlton <carlton@math.stanford.edu>
3644
3645 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
3646 argument (PR gdb/653). Update call to smash_to_method_type.
3647 (read_structure_scope): Update call to dwarf2_add_member_fn.
3648
3649 2002-09-03 Michal Ludvig <mludvig@suse.cz>
3650
3651 * x86-64-linux-tdep.c: Include gdb_string.h
3652 * x86-64-linux-nat.c: Ditto.
3653
3654 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3655
3656 * ada-exp.y (yyname, yyrule): Remap global variables that appear
3657 when YYDEBUG is set to 1.
3658 * c-exp.y: Likewise.
3659 * f-exp.y: Likewise.
3660 * jv-exp.y: Likewise.
3661 * m2-exp.y: Likewise.
3662 * p-exp.y: Likewise.
3663
3664 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3665
3666 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
3667 dependency list.
3668 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
3669 solib_svr4_fetch_link_map_offsets to
3670 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3671 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3672 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3673 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
3674 solib-svr4.o, and solib-legacy.o.
3675 * config/i386/tm-nbsd.h: Include solib.h.
3676
3677 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3678
3679 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
3680 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
3681 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
3682 comment noting that this needs its own target configuration.
3683 * config/i386/nbsd.mt: New file.
3684 * config/i386/nbsdaout.mt: Remove.
3685 * config/i386/nbsdelf.mt: Ditto.
3686 * config/i386/tm-nbsdaout.h: Ditto.
3687
3688 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3689
3690 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
3691 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
3692 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
3693 tdep->sigtramp_end.
3694 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
3695 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
3696 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
3697
3698 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3699
3700 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
3701 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
3702 * i386-tdep.h (i386bsd_init_abi): New prototype.
3703 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
3704 function declaration.
3705 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
3706 for NetBSD-a.out or NetBSD-ELF.
3707 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
3708 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
3709 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
3710 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
3711 and nbsd-tdep.h.
3712 (i386nbsd_pc_in_sigtramp): New function.
3713 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3714 i386nbsd_pc_in_sigtramp.
3715 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
3716 and i386nbsdelf_init_abi OS ABI handlers.
3717 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
3718 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3719
3720 2002-09-02 Mark Kettenis <kettenis@gnu.org>
3721
3722 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
3723 registers if the target really has them.
3724
3725 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3726
3727 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
3728 than nbsd-tdep.h.
3729
3730 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3731
3732 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
3733 list.
3734 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
3735 (alphanbsd_skip_sigtramp_frame): New functions.
3736 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
3737 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
3738 to alphanbsd_sigcontext_addr.
3739
3740 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3741
3742 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
3743 list.
3744 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
3745 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
3746 nbsd_pc_in_sigtramp.
3747 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
3748 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
3749 * nbsd-tdep.c: Include gdb_string.h.
3750 (nbsd_pc_in_sigtramp): New function.
3751 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
3752 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
3753 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3754 ppcnbsd_pc_in_sigtramp.
3755 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
3756 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3757 shnbsd_pc_in_sigtramp.
3758 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
3759 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
3760 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3761
3762 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
3763
3764 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
3765 watchpoints to NULL.
3766 (insert_breakpoints): set val field of watchpoints if NULL.
3767
3768
3769 2002-08-29 Jim Blandy <jimb@redhat.com>
3770
3771 * symtab.c (lookup_symbol_aux): In the cases where we find a
3772 minimal symbol of an appropriate name and use its address to
3773 select a symtab to read and search, use `name' (as passed to us)
3774 as the demangled name when searching the symtab's global and
3775 static blocks, not the minsym's name.
3776
3777 2002-08-29 Keith Seitz <keiths@redhat.com>
3778
3779 * stack.c (print_frame_info_base): Always set current_source_symtab
3780 and current_source_line.
3781
3782 2002-08-29 Donn Terry <donnte@microsoft.com>
3783
3784 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
3785
3786 2002-08-28 Keith Seitz <keiths@redhat.com>
3787
3788 * stack.c (select_frame): Add FIXME concerning selected-frame
3789 events.
3790 (select_frame_command): Send selected-frame-level-changed
3791 event notification, but only if the level actually changed.
3792 (up_silently_base): Add selected-frame-level-changed event
3793 notification.
3794 (down_silently_base): Likewise.
3795
3796 2002-08-28 Andrew Cagney <ac131313@redhat.com>
3797
3798 * Makefile.in: Update dependencies for all gdb/*.c files.
3799
3800 2002-08-27 Tom Tromey <tromey@redhat.com>
3801
3802 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3803 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3804 Update dependencies.
3805 * i387-tdep.c: Include gdb_string.h.
3806 * osabi.c: Likewise.
3807 * i386-linux-nat.c: Likewise.
3808 * lin-lwp.c: Likewise.
3809 * ax-gdb.c: Likewise.
3810 * signals/signals.c: Likewise.
3811 * jv-valprint.c: Likewise.
3812 * p-lang.c: Likewise.
3813 * c-valprint.c: Likewise.
3814 * cp-abi.c: Likewise.
3815
3816 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
3817
3818 * cli/cli-script.h (copy_command_lines): Export.
3819 * breakpoint.c: Include cli/cli-script.h.
3820 * Makefile.in (breakpoint.o): Update dependencies.
3821
3822 2002-08-26 Michael Snyder <msnyder@redhat.com>
3823
3824 * breakpoint.c (insert_breakpoints): Protect all references
3825 to 'process_warning'. Shorten long lines.
3826
3827 2002-08-26 Joel Brobecker <brobecker@gnat.com>
3828
3829 * cli/cli-script.c (copy_command_lines): New function.
3830 * defs.h (copy_command_lines): Export.
3831 * testsuite/gdb.base/commands.exp: New tests for commands
3832 attached to a temporary breakpoint, and for commands that
3833 delete the breakpoint they are attached to.
3834
3835 2002-08-26 Michael Snyder <msnyder@redhat.com>
3836
3837 * breakpoint.c (bpstat_stop_status): Instead of copying the
3838 pointer to the breakpoint commands struct, make a new copy
3839 of the struct and point to that.
3840 (bpstat_clear): Free the commands struct.
3841 (bpstat_clear_actions): Free the commands struct.
3842 (bpstat_do_actions): Free the command actions. Also execute
3843 the local cleanups, instead of deleting them.
3844 (delete_breakpoint): Leave the commands field of the bpstat
3845 chain alone -- it will be freed later.
3846
3847 2002-08-26 Kevin Buettner <kevinb@redhat.com>
3848
3849 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3850 deleted in 2002-08-20 commit. This function is still used by
3851 ppc-linux-nat.c.
3852
3853 2002-08-26 Keith Seitz <keiths@redhat.com>
3854
3855 * gdb-events.sh: Add selected-frame-level-changed event.
3856 * gdb-events.c: Regenerated.
3857 * gdb-events.h: Regenerated.
3858
3859 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3860
3861 Fix PR gdb/393:
3862 * inflow.c (terminal_save_ours): New function to save terminal
3863 settings.
3864 * inferior.h (terminal_save_ours): Declare.
3865 * target.c (debug_to_terminal_save_ours): New function.
3866 (cleanup_target): Defaults to_terminal_save_ours.
3867 (update_current_target): Inherit to_terminal_save_ours.
3868 (setup_target_debug): Set to_terminal_save_ours.
3869 * target.h (target_terminal_save_ours): New to save terminal settings.
3870 (target_ops): New member to_terminal_save_ours.
3871 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3872 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3873 * inftarg.c (init_child_ops): Likewise.
3874 * m3-nat.c (init_m3_ops): Likewise.
3875 * procfs.c (init_procfs_ops): Likewise.
3876 * wince.c (init_child_ops): Likewise.
3877 * win32-nat.c (init_child_ops): Likewise.
3878 * sol-thread.c (init_sol_thread_ops): Likewise.
3879
3880 2002-08-26 Mark Kettenis <kettenis@gnu.org>
3881
3882 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3883 use regcache_* functions.
3884 (i386_gdbarch_init): Set store_return_value instead of
3885 deprecated_store_return_value.
3886
3887 * regcache.c (regcache_raw_write_signed,
3888 regcache_raw_write_unsigned): New functions.
3889 * regcache.h (regcache_raw_write_signed,
3890 regcache_raw_write_unsigned): New prototypes.
3891
3892 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3893
3894 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3895 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3896 source file dependencies. Cleanup corresponding generator rules.
3897
3898 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3899
3900 * regcache.h (register_offset_hack): Declare.
3901 (regcache_cooked_read_using_offset_hack): Declare.
3902 (regcache_cooked_write_using_offset_hack): Declare.
3903
3904 * regcache.c (register_offset_hack): New function.
3905 (regcache_cooked_read_using_offset_hack): New function.
3906 (regcache_cooked_write_using_offset_hack): New function.
3907 (regcache_dump): Check that the registers, according to their
3908 offset, are packed hard against each other.
3909 (cooked_xfer_using_offset_hack): New function.
3910
3911 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3912
3913 * regcache.c (struct regcache_descr): Add field register_type.
3914 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3915 in as a parameter
3916 (init_regcache_descr): Initialize register_type. Pass the descr
3917 to init_legacy_regcache_descr. Use register_type instead of
3918 REGISTER_VIRTUAL_TYPE.
3919 (register_type): New function.
3920 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3921 * regcache.h (register_type): Declare.
3922
3923 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3924
3925 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3926 instead of deprecated_store_return_value. Fix fallout from
3927 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3928
3929 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3930
3931 * regcache.c (max_register_size): New function.
3932 (init_legacy_regcache_descr): Ensure that max_register_size is
3933 large enough for REGISTER_VIRTUAL_SIZE.
3934 * regcache.h (max_register_size): Declare.
3935
3936 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3937
3938 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3939 store_return_value.
3940 (e500_extract_return_value): Change type of valbuf pointer to
3941 void.
3942
3943 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3944
3945 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3946 workaround.
3947
3948 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3949 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3950 long long) to prevent compiler warning on 64-bit systems.
3951
3952 2002-08-23 Andrew Cagney <cagney@redhat.com>
3953
3954 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3955 (DEPRECATED_STORE_RETURN_VALUE): New method.
3956 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3957 * gdbarch.h, gdbarch.c: Re-generate.
3958
3959 * values.c (set_return_value): Pass current_regcache to
3960 STORE_RETURN_VALUE.
3961 * arch-utils.h (legacy_store_return_value): Declare.
3962 * arch-utils.c (legacy_store_return_value): New function.
3963 (legacy_extract_return_value): Update parameters.
3964
3965 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3966 STORE_RETURN_VALUE.
3967 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3968 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3969 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3970 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3971 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3972 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3973 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3974 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3975 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3976 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3977
3978 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3979 * i386-tdep.c (i386_extract_return_value): Update.
3980 * arch-utils.c (legacy_extract_return_value): Update.
3981 * frv-tdep.c (frv_gdbarch_init): Update.
3982 * cris-tdep.c (cris_gdbarch_init): Update.
3983 * d10v-tdep.c (d10v_gdbarch_init): Update.
3984 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3985 * m68k-tdep.c (m68k_gdbarch_init): Update.
3986 * mcore-tdep.c (mcore_gdbarch_init): Update.
3987 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3988 * s390-tdep.c (s390_gdbarch_init): Update.
3989 * sparc-tdep.c (sparc_gdbarch_init): Update.
3990 * sh-tdep.c (sh_gdbarch_init): Update.
3991 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3992 * v850-tdep.c (v850_gdbarch_init): Update.
3993 * avr-tdep.c (avr_gdbarch_init): Update.
3994 * ia64-tdep.c (ia64_gdbarch_init): Update.
3995 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3996 * vax-tdep.c (vax_gdbarch_init): Update.
3997 * alpha-tdep.c (alpha_gdbarch_init): Update.
3998 * arm-tdep.c (arm_gdbarch_init): Update.
3999 * mips-tdep.c (mips_gdbarch_init): Update.
4000 * i386-tdep.c (i386_gdbarch_init): Update.
4001
4002 2002-08-23 Andrew Cagney <ac131313@redhat.com>
4003
4004 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
4005 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
4006
4007 2002-08-24 Mark Kettenis <kettenis@gnu.org>
4008
4009 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
4010 problems.
4011
4012 2002-08-23 Joel Brobecker <brobecker@gnat.com>
4013
4014 * infrun.c (handle_inferior_event): Move a comment outside of a
4015 function call, in order to avoid indent reformatting this part
4016 of the code in an unreadable way.
4017
4018 2002-08-23 Grace Sainsbury <graces@redhat.com>
4019
4020 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
4021 when breakpoints fail. Move general breakpoint error messages to
4022 insert_breakpoints.
4023 * breakpoint.c (insert_breakpoints): Change warnings when
4024 breakpoints are nto inserted to specify the type. Remove call to
4025 memory_error when hardware breakpoints can't be inserted. Remove
4026 multiple calls to warning so all messages are sent to the user at
4027 once.
4028 (delete_breakpoints): Make insert error messsages more explicit.
4029
4030 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4031
4032 * ChangeLog: Move gdbserver entries after GDB 5.2 to
4033 gdbserver/ChangeLog.
4034
4035 2002-08-23 Mark Kettenis <kettenis@gnu.org>
4036
4037 * i386-tdep.c: Include "objfiles.h".
4038 (i386_svr4_init_abi): Set in_solib_call_trampoline and
4039 skip_trampoline_code.
4040 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
4041 (CPLUS_MARKER): Define to '.'.
4042
4043 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
4044 member.
4045 (linux_corefile_thread_callback): Increase args->num_notes.
4046 (linux_make_note_section): Initialize thread_args.num_notes, and
4047 use it to determine whether notes for any threads were created.
4048
4049 2002-08-23 Donn Terry <donnte@microsoft.com>
4050
4051 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
4052 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
4053 and PCUNKILL.
4054 (write_with_trace): Conditionalize out the switch branch handling
4055 PCSHOLD if the corresponding macro is not defined. Likewise for
4056 PRSABORT and PRSTOP.
4057 This change will be needed by the Interix port.
4058
4059 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4060
4061 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
4062 write_register wherever possible instead of manipulating the
4063 register bytes directly.
4064 Assign VALUE_CONTENTS to a variable and use that.
4065 The GPR numbers are now dependent on the architecture.
4066
4067 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4068
4069 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
4070 ev_offset fields.
4071 (skip_prologue): Add support for BookE/e500 instructions.
4072 (e500_extract_return_value): New function.
4073 (frame_get_saved_regs): Add support for saving ev registers and
4074 pseudo gpr's.
4075 (e500_store_return_value): New function.
4076 (rs6000_gdbarch_init): Move up default intializations of
4077 deprecated_extract_return_value and store_return_value. Overwrite
4078 init of store_return_value with e500 specific version.
4079 Set extract_return_value for e500.
4080
4081 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4082
4083 * blockframe.c (generic_call_dummy_register_unwind): Use
4084 regcache_cooked_read to catch cases in which the variable is
4085 stored in a pseudo register.
4086
4087 2002-08-22 Andrew Cagney <cagney@redhat.com>
4088
4089 * NEWS: Mention that the i960 has been made obsolete.
4090 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
4091 i960-tdep.c
4092 (remote-nrom.o): Obsolete target.
4093 (remote-nindy.o, i960-tdep.o): Ditto.
4094 * remote-nrom.c: Make file obsolete.
4095 * remote-nindy.c, remote-vx960.c: Ditto.
4096 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
4097 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
4098 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
4099 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
4100 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
4101 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
4102 i960-*-vxworks* obsolete.
4103 * MAINTAINERS: Note that the i960 is obsolete.
4104
4105 2002-08-21 Corinna Vinschen <vinschen@redhat.com
4106
4107 * aix-thread.c (aix_thread_detach): Disable thread debugging on
4108 detach to allow reinitialization.
4109
4110 2002-08-22 Andrew Cagney <ac131313@redhat.com>
4111
4112 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
4113 attempt).
4114
4115 2002-08-22 Jim Blandy <jimb@redhat.com>
4116
4117 * coffread.c (coff_symfile_read): Don't try to read the line
4118 number table from disk if the image file doesn't have a symbol
4119 table; we'll never actually look at the info anyway, and Windows
4120 ships DLL's with bogus file offsets for the line number data.
4121
4122 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
4123
4124 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
4125 an e500 executable.
4126
4127 2002-08-21 Michael Snyder <msnyder@redhat.com>
4128
4129 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
4130 (MSYMBOL_SIZE): Replace macro with function.
4131 (DEFAULT_MIPS_TYPE): Delete unused macro.
4132 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
4133 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
4134
4135 2002-08-21 Jim Blandy <jimb@redhat.com>
4136
4137 * valops.c (value_cast): Simplify and correct logic for doing a
4138 static cast from a pointer to a base class to a pointer to a
4139 derived class.
4140
4141 2002-08-21 Andrew Cagney <ac131313@redhat.com>
4142
4143 * infcmd.c (default_print_registers_info): Replace
4144 do_registers_info.
4145 (registers_info): Use gdbarch_print_registers_info instead of
4146 DO_REGISTERS_INFO.
4147 * inferior.h (default_print_registers_info): Replace
4148 do_registers_info.
4149 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
4150 (DO_REGISTERS_INFO): Change to a predicate function.
4151 * gdbarch.h, gdbarch.c: Regenerate.
4152
4153 2002-08-21 Keith Seitz <keiths@redhat.com>
4154
4155 * gdb-events.sh: Add target-changed event.
4156 * gdb-events.c: Regenerated.
4157 * gdb-events.c: Regenerated.
4158 * valops.c (value_assign): Add target-changed event notification
4159 to inlval_register, lval_memory, and lval_reg_frame_relative.
4160
4161 2002-08-21 Joel Brobecker <brobecker@gnat.com>
4162
4163 * NEWS: Add an entry regarding the improvement of the next/step
4164 operation on Alpha Tru64 multi-processor machines.
4165
4166 2002-08-21 Andrew Cagney <ac131313@redhat.com>
4167
4168 * Makefile.in: Update dependencies for mi/ cli/ and tui/
4169 directores.
4170 * Makefile.in: Update all _h macro definitions.
4171 * Makefile.in (install-gdbtk): Move to install section.
4172 (rdi-share/libangsd.a): Move to end of file.
4173
4174 2002-08-19 Andrew Cagney <ac131313@redhat.com>
4175
4176 * frame.c (frame_register_unwind): When a register, set addrp to
4177 the register's byte.
4178
4179 2002-08-20 Michael Snyder <msnyder@redhat.com>
4180
4181 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
4182 used locally, so move them from the target machine header to here.
4183 (mips_set_processor_type, mips_register_name, mips32_next_pc,
4184 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
4185 Make static.
4186 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
4187
4188 2002-08-20 Andrew Cagney <cagney@redhat.com>
4189
4190 * NEWS: Mention that the Apollo line was made obsolete.
4191 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
4192 m68*-hp-hpux* obsolete.
4193 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
4194 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
4195 * buildsym.c (make_blockvector): Make static.
4196 * buildsym.h (make_blockvector): Make extern declaration obsolete.
4197 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
4198 (ALLDEPFILES): Remove dstread.c.
4199 (dstread.o): Obsolete make rule.
4200 * dstread.c: Makefile obsolete.
4201 * dst.h: Ditto.
4202 * config/m68k/hp300hpux.mt: Ditto.
4203 * config/m68k/hp300hpux.mh: Ditto.
4204 * config/m68k/hp300bsd.mt: Ditto.
4205 * config/m68k/hp300bsd.mh: Ditto.
4206 * config/m68k/apollo68b.mt: Ditto.
4207 * config/m68k/apollo68v.mh: Ditto.
4208 * config/m68k/apollo68b.mh: Ditto.
4209
4210 2002-08-20 Michael Snyder <msnyder@redhat.com>
4211
4212 * mips-tdep.c (mips_in_return_stub): Make static.
4213 (mips_gdbarch_init): Set in_solib_return_trampoline.
4214 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
4215
4216 2002-08-20 Michael Snyder <msnyder@redhat.com>
4217
4218 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
4219 * gdbarch.c, gdbarch.h: Regenerate.
4220 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
4221 Add.
4222 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
4223
4224 2002-08-20 Michael Snyder <msnyder@redhat.com>
4225
4226 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
4227 (mips_gdbarch_init): Set skip_trampoline_code,
4228 in_solib_call_trampoline.
4229 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
4230 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
4231
4232 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4233
4234 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
4235
4236 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
4237 vector type for ev registers.
4238 (e500_pseudo_register_read): New function.
4239 (e500_pseudo_register_write): New function.
4240 (e500_dwarf2_reg_to_regnum): New function.
4241 (PPC_UISA_NOFP_SPRS): New macro.
4242 (PPC_EV_REGS): New macro.
4243 (PPC_GPRS_PSEUDO_REGS): New macro.
4244 (registers_e500): New register set for e500.
4245 (variants): Add e500 variant.
4246 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
4247 before setting architectural dependent variations. Initialize ev
4248 registers numbers. Add case for e500 architecture. Set the
4249 number of pseudo registers.
4250
4251 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4252
4253 * rs6000-tdep.c: Clean up comments.
4254
4255 2002-08-20 Andrew Cagney <cagney@redhat.com>
4256
4257 * h8300-tdep.c: Re-indent file.
4258
4259 2002-08-20 Jim Blandy <jimb@redhat.com>
4260
4261 * Makefile.in (LDFLAGS): Allow the configure script to establish a
4262 default for this.
4263
4264 2002-08-20 Keith Seitz <keiths@redhat.com>
4265
4266 * breakpoints.c (watch_command_1): Use internal breakpoint
4267 when setting a watchpoint_scope breakpoint.
4268
4269 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4270
4271 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
4272 (build_builtin_type_vec64i): Ditto.
4273 (build_builtin_type_vec128): Ditto.
4274 (build_builtin_type_vec128i): Ditto.
4275
4276 2002-08-19 Michael Snyder <msnyder@redhat.com>
4277
4278 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
4279 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
4280 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4281 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
4282 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4283 CALL_DUMMY_ADDRESS): Delete.
4284 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
4285 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
4286 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
4287 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
4288 push_return_address.
4289 (mips_register_raw_size, mips_eabi_use_struct_convention,
4290 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
4291 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
4292 mips_init_extra_frame_info, mips_eabi_push_arguments,
4293 mips_n32n64_push_arguments, mips_push_return_address,
4294 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
4295 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
4296
4297 2002-08-19 Michael Snyder <msnyder@redhat.com>
4298
4299 * mips-tdep.c (mips_frame_num_args): New function.
4300 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
4301 frame_saved_pc, frame_args_address, frame_locals_address,
4302 frame_num_args, and frame_args_skip.
4303 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
4304 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4305 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
4306 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
4307
4308 2002-08-20 Michael Snyder <msnyder@redhat.com>
4309
4310 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
4311 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4312 * mips-tdep.c (mips_store_struct_return): New function.
4313 (mips_extract_struct_value_address): New function.
4314 (mips_gdbarch_init): Set store_struct_return and
4315 extract_struct_value_address.
4316
4317 2002-08-20 David Carlton <carlton@math.stanford.edu>
4318
4319 * dwarf2read.c (dwarf2_build_psymtabs): Check that
4320 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
4321 (read_file_scope): Check that line_header is nonzero before
4322 decoding macro information.
4323
4324 2002-08-20 Mark Kettenis <kettenis@gnu.org>
4325
4326 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
4327 flag the general-purpose registers as floating-point on targets
4328 that don't support the floating-point registers.
4329
4330 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4331
4332 * rs6000-tdep.c (altivec_register_p): Delete.
4333 (rs6000_do_altivec_registers): Delete.
4334 (rs6000_altivec_registers_info): Delete.
4335 (rs6000_do_registers_info): Delete.
4336 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
4337 (rs6000_gdbarch_init): Remove setting of do_registers_info.
4338
4339 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4340
4341 * infcmd.c (do_registers_info): Print vector registers in hex
4342 format only.
4343 (print_vector_info): Check that printing registers
4344 makes sense.
4345 (print_float_info): Ditto.
4346
4347 2002-08-20 Andrew Cagney <ac131313@redhat.com>
4348
4349 * mips-tdep.c (mips_gdbarch_init): Update.
4350 (mips_o32_extract_return_value): Rewrite.
4351 (mips_o32_store_return_value): Rewrite.
4352 (mips_o32_xfer_return_value): New function.
4353 (mips_xfer_register): Tweak debug print message. Allow for
4354 buf_offset when dumping the value transfered.
4355
4356 2002-08-20 Andrew Cagney <ac131313@redhat.com>
4357
4358 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
4359 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
4360 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
4361 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
4362 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
4363
4364 2002-08-14 Michael Snyder <msnyder@redhat.com>
4365
4366 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
4367
4368 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
4369
4370 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
4371 register.
4372 (P): New macro to define a register as a pseudo register.
4373 (R, R4, R8, R16, FR32, R64, R0): Updated.
4374 (struct variant): Add new fields for number of pseudo registers
4375 and number of total registers.
4376 (tot_num_registers): New macro replacing....
4377 (num_registers): ...deleted macro.
4378 (num_registers): New function.
4379 (num_pseudo_registers): New function.
4380 (variants): Update all variants to intialize new fields correctly.
4381 Postpone initialization of number of pseudo regs and real regs.
4382 (init_variants): New function.
4383 (rs6000_gdbarch_init): Initialize variants. Update calculation of
4384 registers offsets.
4385
4386 2002-08-19 David Carlton <carlton@math.stanford.edu>
4387
4388 * valops.c (search_struct_field): Change error message to treat
4389 return value of 0 from value_static_field as meaning that field is
4390 optimized out.
4391 (value_struct_elt_for_reference): Ditto.
4392 * values.c (value_static_field): Treat an unresolved location the
4393 same as a nonexistent symbol. Fix PR gdb/635.
4394 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
4395 enclosed. Fix PR gdb/574.
4396 * MAINTAINERS: Add self to Write After Approval list.
4397
4398 2002-08-19 Andrew Cagney <ac131313@redhat.com>
4399
4400 * mips-tdep.c (mips_xfer_register): New function.
4401 (mips_n32n64_extract_return_value): Rewrite.
4402 (mips_gdbarch_init): For N32 and N64, set extract_return_value
4403 instead of deprecated_extract_return_value.
4404
4405 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
4406
4407 * rs6000-tdep.c (TDEP): Delete macro.
4408 (branch_dest): Replace use of TDEP macro with its body.
4409 (rs6000_pop_frame): Ditto.
4410 (rs6000_push_arguments): Ditto.
4411 (rs6000_skip_trampoline_code): Ditto.
4412 (rs6000_frame_saved_pc): Ditto.
4413 (rs6000_frame_chain): Ditto.
4414 (rs6000_register_name): Ditto.
4415 (rs6000_register_byte): Ditto.
4416 (rs6000_register_raw_size): Ditto.
4417 (rs6000_register_virtual_type): Ditto.
4418 (rs6000_register_convertible): Ditto.
4419 (rs6000_convert_from_func_ptr_addr): Ditto.
4420
4421 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
4422
4423 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
4424 conditionally.
4425 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
4426 MIPS_LINUX_JB_ELEMENT_SIZE.
4427 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
4428 for MAX_REGISTER_RAW_SIZE arrays.
4429 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
4430 MIPS_LINUX_JB_ELEMENT_SIZE.
4431
4432 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4433
4434 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
4435
4436 2002-08-19 Aidan Skinner <aidan@velvet.net>
4437
4438 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
4439 ada-valprint.c ada-tasks.c.
4440 (YYFILES): Add ada-exp.y.
4441 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
4442 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
4443 (ada-exp.tab.o): New target.
4444
4445 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4446
4447 * regcache.c (regcache_xfer_part): New function.
4448 (regcache_raw_read_part): New function.
4449 (regcache_raw_write_part): New function.
4450 (regcache_cooked_read_part): New function.
4451 (regcache_cooked_write_part): New function.
4452 * regcache.h (regcache_raw_read_part): Declare.
4453 (regcache_raw_write_part): Declare.
4454 (regcache_cooked_read_part): Declare.
4455 (regcache_cooked_write_part): Declare.
4456
4457 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
4458
4459 * remote.c (remote_open_1): Add async_p.
4460 (remote_async_open_1): Delete.
4461 (open_remote_target): Delete.
4462 (remote_open, extended_remote_open): Update calls to remote_open_1.
4463 (remote_async_open, extended_remote_async_open): Call
4464 remote_open_1 instead of remote_async_open_1.
4465
4466 2002-08-19 Mark Kettenis <kettenis@gnu.org>
4467
4468 * blockframe.c: Fix a few coding standard violations.
4469
4470 2002-08-19 Mark Kettenis <kettenis@gnu.org>
4471
4472 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
4473 here from ...
4474 * config/i386/tm-i386sco5.h: ... here. File removed.
4475 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
4476
4477 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
4478 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
4479 (TM_FILE): Set to tm-i386.h.
4480 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
4481 * config/i386/tm-i386v.h: Remove file.
4482 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
4483 instead of "i386/tm-i386v.h".
4484 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4485 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
4486 "i386/tm-i386v.h".
4487 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4488 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
4489 "i386/tm-i386.h".
4490
4491 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4492
4493 * config/i386/nm-i386v.h: Add protection against
4494 multiple-inclusion.
4495 (i386_register_u_addr): Remove prototype.
4496 (register_u_addr): New prototype.
4497 (REGISTER_U_ADDR): Redefine accordingly.
4498 * i386v-nat.c: Improve several comments.
4499 (i386_register_u_addr): Change signature and rename to
4500 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
4501 ubase variable.
4502
4503 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4504
4505 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
4506 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
4507 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
4508 deprecated_extract_return_value.
4509 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
4510 rename mips_o32o64_push_arguments.
4511 (mips_gdbarch_init): Update.
4512 (mips_extract_return_value): Delete.
4513 (mips_o32_extract_return_value): Clone mips_extract_return_value.
4514 (mips_o64_extract_return_value): Clone mips_extract_return_value.
4515 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
4516 (mips_n32n64_extract_return_value): Clone
4517 mips_extract_return_value.
4518 (mips_store_return_value): Delete.
4519 (mips_o32_store_return_value): Clone mips_store_return_value.
4520 (mips_o64_store_return_value): Clone mips_store_return_value.
4521 (mips_eabi_store_return_value): Clone mips_store_return_value.
4522 (mips_n32n64_store_return_value): Clone mips_store_return_value.
4523
4524 2002-08-18 Aidan Skinner <aidan@velvet.net>
4525
4526 * ada-lang.c: Use gdb_string.h instead of <string.h>.
4527 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
4528
4529 2002-08-18 Aidan Skinner <aidan@velvet.net>
4530
4531 * ada-lang.c: Run through gdb_indent.sh.
4532 * ada-lang.h: Run through gdb_indent.sh.
4533 * ada-tasks.c: Run through gdb_indent.sh.
4534 * ada-typeprint.c: Run through gdb_indent.sh.
4535 * ada-valprint.c: Run through gdb_indent.sh.
4536
4537 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4538
4539 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
4540 ABI.
4541
4542 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4543
4544 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
4545
4546 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
4547 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
4548
4549 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
4550 write_register_gen instead of write_register_bytes.
4551
4552 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
4553 i[3456]-*-osf1mk* configurations have been made obsolete.
4554 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
4555 i[3456]86-*-osf1mk* hosts obsolete.
4556 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
4557 targets obsolete.
4558 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
4559 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
4560 config/i386/i386m3.mt, config/i386/nm-m3.h,
4561 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
4562 config/i386/i386mk.mh, config/i386/i386mk.mt,
4563 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
4564 obsolete.
4565 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
4566 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
4567 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
4568
4569 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4570
4571 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
4572 (hppa_value_returned_from_stack): Declare.
4573 (hppa_extract_return_value): Declare.
4574 * config/pa/hppa.mt: New file.
4575 * configure.tgt: Recognize hppa*-*-*.
4576 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
4577
4578 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4579
4580 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
4581 comment.
4582
4583 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4584
4585 * top.c (gdb_rl_operate_and_get_next): Make sure
4586 operate-and-get-next functions correctly even when the history
4587 list is completely filled.
4588
4589 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4590
4591 * MAINTAINERS (Target Instruction Set Architectures): Rename
4592 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
4593 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
4594 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
4595 already listed under Host/Native.
4596
4597 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
4598 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
4599 mips*-*-*.
4600
4601 2002-08-17 Andrew Cagney <ac131313@redhat.com>
4602
4603 * config/ia64/ia64.mt: New file.
4604 * config/alpha/alpha.mt: New file.
4605 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
4606 ia64-linux-gnu. Mention that ia64-elf is broken.
4607 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
4608
4609 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
4610
4611 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
4612 generic_func_frame_valid instead of func_frame_valid.
4613
4614 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4615
4616 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
4617 procfs appears to be broken when debugging on multi-processor
4618 machines. So enable software single stepping in order to avoid
4619 using the procfs interface to do next/step operations, using
4620 internal breakpoints instead.
4621
4622 * infrun.c (handle_inferior_event): Readjust the stop_pc by
4623 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
4624 make this pc address equal to the value it would have if the
4625 system stepping capability was used. Also set a new flag used
4626 to ensure that we don't readjust the PC one more time later.
4627
4628 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
4629 address by DECR_PC_AFTER_BREAK when software single step is
4630 in use for this architecture, as this has already been taken
4631 care of in handle_inferior_event().
4632
4633 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4634
4635 * infrun.c (handle_inferior_event): Minor reformatting, to make
4636 a rather long condition expression easier to read.
4637
4638 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4639
4640 * Makefile.in (gdbtk.o): Move to end of file.
4641 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
4642 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
4643 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
4644 (gdbtk-wrapper.o, gdbres.o): Ditto.
4645
4646 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4647
4648 * Makefile.in (copying.o): Separate out compile rule.
4649 (hpux-thread.o, procfs.o, signals.o): Ditto.
4650 (v850ice.o, z8k-tdep.o): Ditto.
4651 (tui-file.o): Move to TUI section.
4652 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
4653 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
4654
4655 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4656
4657 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
4658 skip_trampoline_code, for better namespace-proofing.
4659
4660 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
4661
4662 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4663
4664 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
4665
4666 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4667
4668 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
4669 signal, check whether we hit a breakpoint before checking for a
4670 single step breakpoint. Otherwise, GDB fails to notice that a
4671 breakpoint has been hit when stepping onto a breakpoint.
4672
4673 2002-08-16 Keith Seitz <keiths@redhat.com>
4674
4675 * gdb-events.sh (clear_gdb_event_hooks): New function.
4676 * gdb-events.c: Regenerate.
4677 * gdb-events.h: Regenerate.
4678
4679 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4680
4681 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
4682 not_a_sw_breakpoint.
4683 * breakpoint.h (bpstat_stop_status): Add parameter names.
4684
4685 2002-08-16 Grace Sainsbury <graces@redhat.com>
4686
4687 * remote.c (remote_insert_hw_breakpoint)
4688 (remote_remove_hw_breakpoint): Fix calculation of length field
4689 for Z-packet.
4690
4691 2002-08-15 Michael Snyder <msnyder@redhat.com>
4692
4693 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
4694 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
4695 (supply_fpregset): Ditto.
4696
4697 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
4698 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
4699 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
4700 (TARGET_READ_SP): Delete.
4701 (DO_REGISTERS_INFO): Delete.
4702 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
4703 Delete.
4704 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
4705 from macros to functions.
4706
4707 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
4708 (mips_register_convertible, mips_register_convert_to_virtual,
4709 mips_register_convert_to_raw): Make static.
4710 (mips_read_sp): New function.
4711 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
4712 (mips_do_registers_info): Make static.
4713 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
4714 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
4715 (mips_register_convert_from_type, mips_register_convert_to_type):
4716 New functions.
4717 (mips_gdbarch_init): Set up function_start_offset,
4718 register_virtual_size, pc_in_sigtramp.
4719
4720 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4721
4722 * infcmd.c (vector_info): New function.
4723 (_initialize_infcmd): Add command "info vector".
4724 (print_vector_info): New function.
4725
4726 * gdbarch.sh (PRINT_VECTOR_INFO): New method
4727 * gdbarch.h, gdbarch.c: Regenerate.
4728
4729 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4730
4731 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
4732 ``print_all''. Only print vector registers when ``print_all''.
4733
4734 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4735
4736 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
4737 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
4738
4739 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4740 Add `args' parameter.
4741 * gdbarch.h, gdbarch.c: Regenerate.
4742
4743 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
4744
4745 * infcmd.c (float_info): Call print_float_info.
4746 (print_float_info): New function. By default, print the
4747 floating-point registers.
4748
4749 * arch-utils.h (default_print_float_info): Delete declaration.
4750 * arch-utils.c (default_print_float_info): Delete function.
4751
4752 2002-08-16 Mark Kettenis <kettenis@gnu.org>
4753
4754 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
4755 out define.
4756
4757 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
4758 FRAME.
4759
4760 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
4761 * configure.host: Make i[3456]86-*-aix host obsolete.
4762 * configure.tgt: Make i[3456]86-*-aix target obsolete.
4763 * config/i386/i386aix.mh, config/i386/i386aix.mt,
4764 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
4765 config/i386/xm-i386aix.h: Make files obsolete.
4766 * i386aix-nat.c: Make file obsolete.
4767 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
4768 (i386aix-nat.o): Make target obsolete.
4769
4770 * config/i386/nm-gnu.h: Removed.
4771 * config/i386/nm-i386gnu.h: New file.
4772 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
4773 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
4774 Moved here from ...
4775 * config/i386/tm-i386gnu.h: ... here. Removed.
4776 * config/i386/xm-i386gnu.h: Removed.
4777 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
4778 (NAT_FILE): Set to nm-i386gnu.h.
4779 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
4780 * i386-tdep.c: New file.
4781 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
4782 (i386gnu-tdep.o): Specify dependencies.
4783
4784 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4785
4786 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
4787 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
4788 Adjust a few comments to reflect reality a bit closer.
4789 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
4790 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
4791 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
4792 target_insert_watchpoint, target_remove_watchpoint):
4793 Move defines to ...
4794 * config/i386/nm-i386sco5.h: ... here.
4795 (kernel_u_size): Add prototype. Improve a few comments and add
4796 protection against multiple inclusion.
4797
4798 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4799 out define.
4800
4801 * uw-thread.c (SP_ARG0): Define if not already defined.
4802 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4803
4804 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4805
4806 * config/i386/tm-i386.h: Don't include "regcache.h".
4807
4808 * i387-tdep.h (i387_print_float_info): New prototype.
4809 * i387-tdep.c (print_i387_value, print_i387_ext,
4810 print_i387_status_word, print_i387_control_word): Add `struct
4811 ui_file *' argument and use it for output.
4812 (i387_print_float_info): Renamed from i387_float_info. Add
4813 `struct gdbarch *' and `struct ui_file *' arguments and use the
4814 latter for output.
4815 * i386-tdep.c: Include "i387-tdep.h".
4816 (i386_gdbarch_init): Set print_float_info.
4817 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4818 (FLOAT_INFO): Remove define.
4819
4820 2002-08-13 Michael Snyder <msnyder@redhat.com>
4821
4822 * mips-tdep.c (mips_push_arguments): Rename to
4823 mips_eabi_push_arguments, and tune for EABI.
4824 (MIPS_REGS_HAVE_HOME_P): Delete.
4825 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4826 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4827 Delete references to mips_regs_have_home_p.
4828
4829 2002-08-14 Keith Seitz <keiths@redhat.com>
4830
4831 * Makefile.in (install-gdbtk): Create insight plugin directory.
4832 Install plugins.tcl file.
4833
4834 2002-08-14 Keith Seitz <keiths@redhat.com>
4835
4836 * configure.in: Move SUBDIRS to near top of the file so that
4837 --enable options may add things to it.
4838 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4839 * configure: Regenerate.
4840
4841 2002-08-13 Michael Snyder <msnyder@redhat.com>
4842
4843 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4844 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4845 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4846
4847 2002-08-13 Andrew Cagney <ac131313@redhat.com>
4848
4849 * vax-tdep.c (vax_get_saved_register): Delete function.
4850 (vax_gdbarch_init): Update.
4851 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4852 (ns32k_gdbarch_init): Update.
4853 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4854 (alpha_gdbarch_init): Update.
4855
4856 2002-08-13 Andrew Cagney <cagney@redhat.com>
4857
4858 * regcache.c (init_regcache_descr): Overallocate the
4859 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4860 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4861 nr_raw_registers.
4862 (set_register_cached): Add range checking assertions. Use
4863 current_regcache.
4864
4865 2002-08-13 Mark Kettenis <kettenis@gnu.org>
4866
4867 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4868 numbers for MMX registers.
4869
4870 2002-08-13 Andrew Cagney <cagney@redhat.com>
4871
4872 * i386-tdep.c (i386_gdbarch_init): Use
4873 generic_unwind_get_saved_register.
4874
4875 2002-08-13 Kevin Buettner <kevinb@redhat.com>
4876
4877 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4878 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4879 target vector.
4880 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4881 Delete. Add comment regarding this now-deleted target method.
4882
4883 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4884
4885 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4886 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4887 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4888 real PC and the page number (if it's within the memory bank window).
4889 (m68hc11_pseudo_register_write): Likewise when saving.
4890 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4891 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4892 (m68hc11_register_raw_size): And use 32-bit for it.
4893 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4894 16K memory bank is used by the prog; also use the virtual pc.
4895
4896 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4897
4898 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4899 (m68hc11_gdbarch_init): Install it in gdbarch.
4900 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4901 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4902 (MSYMBOL_SIZE): New for documentation.
4903 (insn_return_kind): Enum to specify how a function returns.
4904 (frame_extra_info): Cleanup and record the return mode.
4905 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4906 register in address computation.
4907 (m68hc11_get_return_insn): New to obtain the return instruction used
4908 by the function.
4909 (m68hc11_frame_init_saved_regs): Take into account the return
4910 instruction used by the function for far and interrupt functions.
4911 (m68hc11_init_extra_frame_info): Take into account page register.
4912 (m68hc11_frame_args_address): Adjust according to the return mode.
4913 (show_regs): Print page register only when it's used.
4914
4915 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4916
4917 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4918 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4919 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4920 registers.
4921 (m68hc11_register_raw_size): Likewise.
4922
4923 2002-08-13 Andrew Cagney <cagney@redhat.com>
4924
4925 * i386-tdep.c (i386_register_name): Handle mmx registers.
4926 (mmx_regnum_p): New function.
4927 (i386_mmx_names): New array.
4928 (mmx_num_regs): New variable.
4929 (i386_pseudo_register_read): New function.
4930 (i386_pseudo_register_write): New function.
4931 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4932
4933 * regcache.c (regcache_raw_read_unsigned): New function.
4934 (regcache_raw_read_signed): New function.
4935 * regcache.h (regcache_raw_read_unsigned): Declare.
4936 (regcache_raw_read_signed): Declare.
4937
4938 2002-08-13 Andrew Cagney <cagney@redhat.com>
4939
4940 * regcache.c (regcache_raw_read_as_address): Delete function.
4941 (regcache_cooked_read_signed): New function.
4942 (regcache_cooked_read_unsigned): New function.
4943 * regcache.h (regcache_cooked_read_signed): Declare.
4944 (regcache_cooked_read_unsigned): Declare.
4945 (regcache_raw_read_as_address): Delete declaration.
4946
4947 * blockframe.c (generic_read_register_dummy): Use
4948 regcache_cooked_read_unsigned.
4949 * i386-tdep.c (i386_extract_struct_value_address): Use
4950 regcache_cooked_read_unsigned.
4951
4952 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4953
4954 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4955 double sizes according to ELF ABI flags.
4956 (gdbarch_tdep): Record elf_flags.
4957
4958 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4959
4960 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4961 (m6812_prolog): They can appear in 68HC12 function prologue.
4962 (m68hc11_frame_chain): Cleanup.
4963
4964 2002-08-12 Andrew Cagney <cagney@redhat.com>
4965
4966 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4967 declarations.
4968 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4969 (i386_linux_register_raw_size): Delete function.
4970 (i386_linux_init_abi): Update.
4971 * i386-tdep.c (i386_register_raw_size): Delete function.
4972 (i386_register_byte): Delete function.
4973 (i386_gdbarch_init): Update.
4974 (i386_register_size): Delete array.
4975 (i386_register_offset): Delete array.
4976
4977 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4978 (REGISTER_RAW_SIZE): Delete macro.
4979 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4980 (REGISTER_BYTE): Delete macro.
4981
4982 2002-08-11 Aidan Skinner <aidan@velvet.net>
4983
4984 * ada-lang.c (ada_lookup_partial_symbol)
4985 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4986 prototype names so that grep ^func works properly.
4987
4988 * ada-lang.c (ada_array_element_type)
4989 (ada_lookup_partial_symbol): Fix typos in parameter list.
4990
4991 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4992 Fix prototype names so that grep ^func works properly.
4993
4994 2002-08-10 Andrew Cagney <cagney@redhat.com>
4995 Elena Zannoni <ezannoni@redhat.com>
4996 Martin M. Hunt <hunt@redhat.com>
4997
4998 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4999 (build_builtin_type_vec128i): Set the vector bit.
5000 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
5001 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
5002 (build_builtin_type_vec64): New function.
5003 (build_builtin_type_vec64i): New function.
5004 (build_gdbtypes): Initialize builtin_type_vec64 and
5005 builtin_type_vec64i.
5006
5007 2002-08-09 Andrew Cagney <cagney@redhat.com>
5008
5009 * regcache.c (regcache_dump): Compare the register offset
5010 with REGISTER_BYTE.
5011 * arch-utils.c (generic_register_byte): New function.
5012 * arch-utils.h (generic_register_byte): Declare.
5013 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
5014 * gdbarch.h, gdbarch.c: Regenerate.
5015
5016 2002-08-09 Andrew Cagney <cagney@redhat.com>
5017
5018 * regcache.c: Include "gdbcmd.h"
5019 (_initialize_regcache): Add commands "maintenance print
5020 registers", "maintenance print raw-registers" and "maintenance
5021 print cooked-registers".
5022 (enum regcache_dump_what): Define.
5023 (dump_endian_bytes): New function.
5024 (regcache_dump): New function.
5025 (regcache_print): New function.
5026 (maintenance_print_registers): New function.
5027 (maintenance_print_raw_registers): New function.
5028 (maintenance_print_cooked_registers): New function.
5029 * Makefile.in (regcache.o): Update dependencies.
5030
5031 2002-08-09 Michael Snyder <msnyder@redhat.com>
5032
5033 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
5034 (mips_push_arguments): Correct some comments. Use paddr_nz
5035 for printing addresses in debug output. Replace static
5036 allocation using MAX_REGISTER_RAW_SIZE with alloca.
5037 (mips_n32n64_push_arguments): New function, cloned from
5038 mips_push_arguments and tuned for the n32/n64 ABI.
5039 (mips_push_register): Buffer needs dynamic allocation.
5040 (mips_print_register): Ditto.
5041 (do_gp_register_row): Ditto.
5042 (mips_store_return_value): Ditto.
5043 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
5044
5045 2002-08-09 Don Howard <dhoward@redhat.com>
5046
5047 * memattr.c (mem_info_command): Print special case of upper bound
5048 as max CORE_ADDR + 1.
5049
5050 2002-08-08 Michael Snyder <msnyder@redhat.com>
5051
5052 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
5053 returns structs by ref if they're too big to fit in two registers.
5054
5055 2002-08-09 Kevin Buettner <kevinb@redhat.com>
5056
5057 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
5058 saved regs value.
5059 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
5060 mips_find_saved_regs().
5061 (mips_pop_frame): Likewise.
5062
5063 2002-08-09 Kevin Buettner <kevinb@redhat.com>
5064
5065 * blockframe.c (frame_saved_regs_register_unwind): Revise
5066 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
5067 frames are in use.
5068
5069 2002-08-09 Grace Sainsbury <graces@redhat.com>
5070
5071 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
5072 T-packets; the 'a' is not taken as a register number.
5073 (remote_check_watch_resources, remote_stopped_by_watchpoint)
5074 (remote_stopped_data_address): New functions; add to target
5075 vector.
5076 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
5077 prototypes to match other implementations of this
5078 function. replace integer argument with pointer -- the length
5079 field in the Z-packet is the length of what is pointed to or 1 if
5080 pointer is null. Add to target vector.
5081 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
5082 target vector.
5083
5084 From Mark Salter:
5085 * remote.c (remote_wait): Add support to extract optional
5086 watchpoint information from T-packet. Ignore unrecognized
5087 optional info in T-packet.
5088 (remote_async_wait): Ditto.
5089
5090 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
5091
5092 * cli/cli-dump.c: Change fopen modes to use binary open modes
5093 as defined in include/fopen-bin.h throughout.
5094
5095 2002-08-08 Michael Snyder <msnyder@redhat.com>
5096
5097 * mips-tdep.c: Minor whitespace and indentation clean-ups.
5098
5099 2002-08-08 Kevin Buettner <kevinb@redhat.com>
5100
5101 * doublest.c (store_floating): Avoid floatformat_from_doublest()
5102 assertion failure by returning early after a warning.
5103
5104 2002-08-08 Kevin Buettner <kevinb@redhat.com>
5105
5106 * mips-tdep.c (mips_find_saved_regs): Make static.
5107 (mips_frame_init_saved_regs): New function.
5108 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
5109 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
5110 (mips_find_saved_regs): Delete declaration.
5111
5112 2002-08-08 Grace Sainsbury <graces@redhat.com>
5113
5114 * remote.c (remote_wait, remote_async_wait): Change
5115 thread_num from int to ULONGEST.
5116 (unpack_varlen_hex): Change result parameter from
5117 int * to ULONGEST *.
5118
5119 2002-08-08 Andrew Cagney <ac131313@redhat.com>
5120
5121 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
5122 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
5123 powerpc*-*-*.
5124 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
5125
5126 2002-08-08 Andrew Cagney <cagney@redhat.com>
5127
5128 * gcore.c (override_derive_stack_segment): Delete variable.
5129 (preempt_derive_stack_segment): Delete function.
5130 (derive_stack_segment): Delete function.
5131 (default_derive_stack_segment): Renamed to derive_stack_segment.
5132 (override_derive_heap_segment): Delete variable.
5133 (preempt_derive_heap_segment): Delete function.
5134 (derive_heap_segment): Delete function.
5135 (default_derive_heap_segment): Rename to derive_heap_segment.
5136
5137 2002-08-06 Michael Snyder <msnyder@redhat.com>
5138
5139 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
5140 * mips-tdep.c (mips_EABI_use_struct_convention,
5141 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
5142 New functions. (mips_use_struct_convention): Delete.
5143 (mips_gdbarch_init): set use_gdbarch_convention.
5144
5145 2002-08-06 Michael Snyder <msnyder@redhat.com>
5146
5147 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
5148 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
5149 mips_o32_reg_struct_has_addr): New functions.
5150 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
5151
5152 2002-08-07 Andrew Cagney <ac131313@redhat.com>
5153
5154 * regcache.c (pseudo_register): Delete function.
5155 (fetch_register): Delete function.
5156 (store_register): Delete function.
5157 (regcache_raw_read, legacy_read_register_gen): Use
5158 target_fetch_registers instead of fetch_register.
5159 (legacy_write_register_gen, regcache_raw_write): Use
5160 target_store_register instead of store_register.
5161 (write_register_bytes): Ditto.
5162
5163 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
5164 (STORE_PSEUDO_REGISTER): Delete.
5165 * gdbarch.h, gdbarch.c: Regenerate.
5166
5167 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
5168
5169 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
5170 write dump file binary.
5171
5172 2002-08-05 Michael Snyder <msnyder@redhat.com>
5173
5174 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
5175 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
5176 (mips_gdbarch_init): Set N32 target to be mips64.
5177
5178 2002-08-06 Kevin Buettner <kevinb@redhat.com>
5179
5180 * frame.c (find_saved_register): Break out of loop once saved
5181 register address is found. Don't mention sparc in loop comment
5182 anymore.
5183
5184 2002-08-06 Kevin Buettner <kevinb@redhat.com>
5185
5186 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
5187 mips_default_saved_regsize to 8.
5188
5189 2002-08-06 Andrew Cagney <ac131313@redhat.com>
5190
5191 * gcore.c: Do not include <sys/procfs.h>.
5192 * Makefile.in (gcore.o): Update dependencies.
5193
5194 2002-08-06 Andrew Cagney <cagney@redhat.com>
5195
5196 * configure.tgt: Make arc-*-* obsolete.
5197 * NEWS: Mention that arc-*-* has been identifed as obsolete.
5198 * MAINTAINERS: Make arc-elf obsolete.
5199 * arc-tdep.c: Make file obsolete.
5200 * config/arc/arc.mt: Ditto.
5201 * config/arc/tm-arc.h: Ditto.
5202
5203 2002-08-05 Theodore A. Roth <troth@verinet.com>
5204
5205 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
5206
5207 2002-08-05 Andrew Cagney <ac131313@redhat.com>
5208
5209 * mcore-tdep.c (mcore_gdbarch_init): Use
5210 generic_unwind_get_saved_register instead of
5211 generic_get_saved_register.
5212 * v850-tdep.c (v850_gdbarch_init): Ditto.
5213 * frv-tdep.c (frv_gdbarch_init): Ditto.
5214 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5215 * s390-tdep.c (s390_gdbarch_init): Ditto.
5216 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5217 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
5218 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
5219
5220 2002-08-05 Joel Brobecker <brobecker@gnat.com>
5221
5222 * objfiles.h: Add missing #include "symfile.h"
5223
5224 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
5225
5226 2002-08-04 Andrew Cagney <ac131313@redhat.com>
5227
5228 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
5229 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
5230 of FIELD_BITSIZE.
5231
5232 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
5233
5234 * NEWS: Cleanup and nitpick.
5235
5236 2002-08-03 Andrew Cagney <ac131313@redhat.com>
5237
5238 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
5239
5240 2002-08-03 Andrew Cagney <ac131313@redhat.com>
5241
5242 * Makefile.in (gdbtk-bp.o): Update dependencies.
5243 (gdbtk-register.o): Ditto.
5244 (gdbtk-varobj.o): Ditto.
5245
5246 2002-08-03 Andrew Cagney <cagney@redhat.com>
5247
5248 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
5249 m68hc11_fetch_pseudo_register.
5250 (m68hc11_pseudo_register_write): Replace
5251 m68hc11_store_pseudo_register.
5252 (m68hc11_gdbarch_init): Update.
5253
5254 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
5255
5256 * gdbarch.sh: Include "gdb_string.h".
5257 * gdbarch.c: Regenerate.
5258
5259 * regcache.c: Include "gdb_string.h".
5260 * ax-general.c: Ditto.
5261 * varobj.c: Ditto.
5262 * std-regs.c: Ditto.
5263 * fbsd-proc.c: Ditto.
5264 * thread.c: Ditto.
5265
5266 * Makefile.in (regcache.o): Update dependencies.
5267 (thread.o, gdbarch.o): Ditto.
5268 (ax-general.o, gdbarch.o): Ditto.
5269 (varobj.o, std-regs.o): Ditto.
5270 (fbsd-proc.o): Specify dependencies.
5271
5272 2002-08-02 Andrew Cagney <cagney@redhat.com>
5273
5274 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
5275 regnum.
5276 (regcache_cooked_write): Ditto.
5277
5278 2002-08-02 Andrew Cagney <ac131313@redhat.com>
5279
5280 * regcache.c (regcache_cooked_read): New function.
5281 (regcache_cooked_write): New function.
5282 (read_register_gen): Rewrite using regcache_cooked_read.
5283 (write_register_gen): Rewrite using regcache_cooked_write.
5284
5285 * regcache.h (regcache_cooked_read, regcache_cooked_write):
5286 Declare.
5287
5288 2002-08-02 Andrew Cagney <cagney@redhat.com>
5289
5290 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
5291 Replace the architecture methods register_read and register_write.
5292 * gdbarch.h, gdbarch.c: Regenerate.
5293 * regcache.c (init_regcache_descr): Update.
5294 (read_register_gen): Update.
5295 (write_register_gen): Update.
5296 (supply_register): Update comment.
5297
5298 * sh-tdep.c (sh_gdbarch_init): Update.
5299 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
5300 `regcache' and `gdbarch' parameters. Make `buffer' a void
5301 pointer. Update code.
5302 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
5303 `regcache' and `gdbarch' parameters. Make `buffer' a constant
5304 void pointer. Update code.
5305 (sh64_register_write): Delete.
5306 (sh4_register_read): Delete.
5307 (sh64_register_read): Delete.
5308 (sh4_register_write): Delete.
5309 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
5310 void pointer, `to' parameter a void pointer.
5311 (sh_sh64_register_convert_to_raw): Ditto.
5312
5313 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5314
5315 * mips-tdep.c (mips_register_virtual_type): Use architecture
5316 invariant return values.
5317
5318 2002-08-01 Andrew Cagney <cagney@redhat.com>
5319
5320 * linux-proc.c: Include "gdb_string.h".
5321 * Makefile.in (linux-proc.o): Update dependency list.
5322
5323 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5324
5325 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
5326 comment.
5327
5328 2002-08-01 Grace Sainsbury <graces@redhat.com>
5329
5330 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5331 to_insert_watchpoint, to_remove_watchpoint,
5332 to_stopped_by_watchpoint, to_stopped_data_address,
5333 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
5334 target vecctor. Define their corresponding macros so they call
5335 them.
5336
5337 * target.c: Add default and debug versions of for
5338 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5339 to_insert_watchpoint, to_remove_watchpoint,
5340 to_stopped_by_watchpoint, to_stopped_data_address,
5341 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
5342
5343 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5344
5345 * mips-tdep.c (mips_register_virtual_type): New function.
5346 (mips_gdbarch_init): Register mips_register_virtual_type()
5347 with gdbarch machinery.
5348 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
5349 this file instead of tm-bigmips.h.
5350 (MIPS_REGSIZE): Delete this macro.
5351 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
5352 multiarch version in mips-tdep.c will be found.
5353
5354 2002-08-01 Andrew Cagney <cagney@redhat.com>
5355
5356 * NEWS: Menion that CHILL has been made obsolete.
5357
5358 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
5359 * stabsread.c (read_range_type): Ditto.
5360 * gdbtypes.h: Ditto.
5361 * language.c (binop_type_check): Ditto.
5362 (binop_result_type): Ditto.
5363 (integral_type): Ditto.
5364 (character_type): Ditto.
5365 (string_type): Ditto.
5366 (boolean_type): Ditto.
5367 (structured_type): Ditto.
5368 (lang_bool_type): Ditto.
5369 (binop_type_check): Ditto.
5370 * language.h (_LANG_chill): Ditto.
5371 * dwarfread.c (set_cu_language): Ditto.
5372 * dwarfread.c (CHILL_PRODUCER): Ditto.
5373 * dwarfread.c (handle_producer): Ditto.
5374 * expression.h (enum exp_opcode): Ditto.
5375 * eval.c: Ditto for comments.
5376 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
5377 * expprint.c (print_subexp): Ditto.
5378 (print_subexp): Ditto.
5379 * valops.c (value_cast): Ditto.
5380 (search_struct_field): Ditto.
5381 * value.h (COERCE_VARYING_ARRAY): Ditto.
5382 * symfile.c (init_filename_language_table): Ditto.
5383 (add_psymbol_with_dem_name_to_list): Ditto.
5384 * valarith.c (value_binop): Ditto.
5385 (value_neg): Ditto.
5386 * valops.c (value_slice): Ditto.
5387 * symtab.h (union language_specific): Ditto.
5388 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
5389 (SYMBOL_DEMANGLED_NAME): Ditto.
5390 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5391 * defs.h (enum language): Ditto.
5392 * symtab.c (got_symtab): Ditto.
5393 * utils.c (fprintf_symbol_filtered): Ditto.
5394
5395 * ch-typeprint.c: Make file obsolete.
5396 * ch-valprint.c: Make file obsolete.
5397 * ch-lang.h: Make file obsolete.
5398 * ch-exp.c: Make file obsolete.
5399 * ch-lang.c: Make file obsolete.
5400
5401 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
5402 CHILL_LIB.
5403 (TARGET_FLAGS_TO_PASS): Ditto.
5404 (CHILLFLAGS): Obsolete.
5405 (CHILL): Obsolete.
5406 (CHILL_FOR_TARGET): Obsolete.
5407 (CHILL_LIB): Obsolete.
5408 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
5409 ch-valprint.c.
5410 (HFILES_NO_SRCDIR): Remove ch-lang.h.
5411 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
5412 ch-lang.o.
5413 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
5414 targets.
5415
5416 2002-07-31 Joel Brobecker <brobecker@gnat.com>
5417
5418 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
5419 This does not change anything at the moment, but will be helpful
5420 later when full Ada support is integrated.
5421
5422 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5423
5424 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
5425 help message.
5426
5427 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5428
5429 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
5430 and save it in a local variable. Use variable in later test.
5431
5432 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5433
5434 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
5435 test. (Thanks to Daniel Jacobowitz.)
5436
5437 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5438
5439 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
5440 (mips_abi_strings): Add "n64".
5441 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
5442
5443 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5444
5445 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
5446 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
5447
5448 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5449
5450 * utils.c (host_pointer_to_address, address_to_host_pointer):
5451 Use gdb_assert() instead of explicit call to internal_error().
5452
5453 2002-07-30 Kevin Buettner <kevinb@redhat.com>
5454
5455 * Makefile.in (rs6000-nat.o): Update dependencies.
5456
5457 From Nicholas Duffek:
5458 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
5459 (aix-thread.o): New rule.
5460 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
5461 * config/powerpc/aix432.mh: New file.
5462
5463 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
5464
5465 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
5466 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
5467 (fetch_core_registers, ppc_linux_supply_gregset)
5468 (ppc_linux_supply_fpregset): New functions.
5469 (ppc_linux_regset_core_fns): New.
5470 (_initialize_ppc_linux_tdep): Call add_core_fns.
5471 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
5472 and ppc_linux_supply_gregset.
5473 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
5474 (supply_fpregset): Call ppc_linux_supply_fpregset.
5475 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
5476 corelow.o.
5477 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
5478
5479 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
5480
5481 * symtab.c (lookup_symbol): Demangle before lowercasing.
5482
5483 2002-07-30 Andrew Cagney <ac131313@redhat.com>
5484
5485 * symtab.h: Replace #include "gdb_obstack.h" with opaque
5486 declaration.
5487 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
5488 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
5489 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
5490 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
5491 "gdb_string.h".
5492 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
5493 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
5494 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
5495 (avr-tdep.o, mon960-rom.o): Ditto.
5496 (aout_stabs_gnu_h): Define.
5497 (symtab_h): Remove $(gdb_obstack_h).
5498
5499 2002-07-30 Jim Blandy <jimb@redhat.com>
5500
5501 Patch from David Carlton <carlton@math.stanford.edu>:
5502 * gdbinit.in: Move the `dir' commands that add GDB's own source
5503 directory to the search path to the end, so that the `gdb' source
5504 directory will be searched first.
5505
5506 2002-07-29 Andrew Cagney <ac131313@redhat.com>
5507
5508 * gdb_obstack.h: New file.
5509 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
5510 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
5511 * objfiles.h: Include "gdb_obstack.h".
5512 * Makefile.in (gdb_obstack_h): Define.
5513 (symtab_h): Add $(gdb_obstack_h).
5514 (objfiles_h): Add $(gdb_obstack_h).
5515
5516 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
5517 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
5518 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
5519 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
5520 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
5521 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
5522 * symfile.c, coffread.c, c-typeprint.c: Ditto.
5523 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
5524
5525 * Makefile.in (bcache.o): Update dependencies.
5526 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
5527 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
5528 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
5529 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
5530 (stabsread.o, symfile.o, symmisc.o): Ditto.
5531 (symtab.o, typeprint.o, macroexp.o): Ditto.
5532 (macrotab.o, mdebugread.o): Ditto.
5533 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
5534 (coff_ecoff_h, aout_aout64_h): Define.
5535 (aout_stabs_gnu_h, libaout_h): Define.
5536
5537 2002-07-29 Andrew Cagney <cagney@redhat.com>
5538
5539 * regcache.c (struct regcache_descr): Rename nr_registers to
5540 nr_cooked_registers. Revise comments describing the structure
5541 member fields.
5542 (init_regcache_descr): Update.
5543 (init_legacy_regcache_descr): Update.
5544 (read_register_gen, write_register_gen): When a cooked register in
5545 the raw register range, directly access the value from the raw
5546 register cache.
5547
5548 2002-07-29 Andrew Cagney <ac131313@redhat.com>
5549
5550 * z8k-tdep.c: Do not include "obstack.h".
5551 * h8300-tdep.c, h8500-tdep.c: Ditto.
5552 * m68hc11-tdep.c, sh-tdep.c: Ditto.
5553 * valprint.c, v850-tdep.c: Ditto.
5554 * d10v-tdep.c, mn10300-tdep.c: Ditto.
5555 * mn10200-tdep.c: Ditto.
5556
5557 * Makefile.in (z8k-tdep.o): Update dependencies.
5558 (m68hc11-tdep.o, valprint.o): Ditto.
5559 (v850-tdep.o, d10v-tdep.o): Ditto.
5560 (mn10300-tdep.o, sparc-tdep.o): Ditto.
5561 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
5562 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
5563 (sh_opc_h, gdb_sim_sh_h): Define.
5564 (elf_sh_h, elf_bfd_h): Define.
5565 (opcode_m68hc11_h): Define.
5566 (OPCODES_SRC, OPCODES_DIR): define.
5567 (OPCODES): Use $(OPCODES_DIR).
5568 (gdb_sim_d10v_h): Rename sim_d10v_h.
5569 (gdb_sim_arm_h): Rename sim_arm_h.
5570
5571 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5572
5573 * utils.c (host_pointer_to_address, address_to_host_pointer):
5574 Change internal_error() message to indicate function responsible
5575 for the error.
5576
5577 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5578
5579 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
5580 calls to local_hex_string_custom().
5581
5582 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5583
5584 * irix5-nat.c: Move IRIX shared library support from here...
5585 * solib-irix.c: ...to here. Revised substantially to work with
5586 generic solib framework.
5587
5588 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
5589 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
5590 * mips-irix-tdep.c: New file.
5591
5592 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
5593 (mips-irix-tdep.o, solib-irix.o): New rules.
5594 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
5595 solib-irix.o.
5596 * config/mips/irix6.mt (TDEPFILES): Likewise.
5597 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
5598
5599 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5600
5601 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
5602 disabled (via ``#if 0'') includes.
5603
5604 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5605
5606 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
5607 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
5608 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
5609 Add support for the fpscr register.
5610 * rs6000-nat.c (regmap, fetch_inferior_registers)
5611 (store_inferior_registers, fetch_core_registers): Likewise.
5612
5613 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5614
5615 * rs6000-nat.c (language.h): Include.
5616 (special_regs): Delete this array.
5617 (regmap): New function.
5618 (fetch_register, store_register): Use regmap() to map gdb
5619 register numbers to ptrace register numbers. Also, use
5620 outputs from regmap() to make decisions regarding type of
5621 ptrace() call to make. In particular, don't compare against
5622 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5623 (fetch_inferior_registers, store_inferior_registers): Where
5624 possible, obtain register numbers from tdep struct. Don't
5625 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5626 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
5627 (LAST_UISA_SP_REGNUM): Delete.
5628
5629 2002-07-25 Kevin Buettner <kevinb@redhat.com>
5630
5631 * rs6000-nat.c (ppc-tdep.h): Include.
5632 (fetch_registers, store_register, fetch_core_registers): Don't
5633 access registers[] directly. Instead, use supply_register() or
5634 regcache_collect() as appropriate.
5635 (find_toc_address): Format hex address with local_hex_string().
5636
5637 2002-07-25 Andrew Cagney <ac131313@redhat.com>
5638
5639 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
5640 bfd/elf32-frv.c.
5641
5642 2002-07-24 Tom Tromey <tromey@redhat.com>
5643
5644 * jv-exp.y: Marked all strings with _().
5645 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
5646 internal_error.
5647 (MethodInvocation, CastExpression, parse_number, yyerror,
5648 java_type_from_name, push_expression_name, yylex): Typo fixes.
5649
5650 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
5651
5652 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
5653 (tee_file_flush, tee_file_write, tee_file_fputs)
5654 (tee_file_isatty): New.
5655 * ui-file.h (tee_file_new): Add prototype.
5656
5657 2002-07-24 Aidan Skinner <aidan@velvet.net>
5658
5659 * ada-lang.c: Change k&r style function definitions to prototyped
5660 form.
5661 * ada-typeprint.c: Change k&r style function definitions to prototyped
5662 form.
5663 * ada-valprint.c: Change k&r style function definitions to prototyped
5664 form.
5665
5666 2002-07-24 Andrew Cagney <cagney@redhat.com>
5667
5668 * README: Remove reference to remote-bug.
5669 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
5670 remote-bug.c.
5671 (m88k-nat.o): Delete rule.
5672 (m88k-tdep.o): Delete rule.
5673 (remote-bug.o): Delete rule.
5674 * MAINTAINERS: Mark as obsolete.
5675 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
5676 * m88k-tdep.c: Make file obsolete.
5677 * config/m88k/m88k.mh: Ditto.
5678 * config/m88k/delta88v4.mh: Ditto.
5679 * config/m88k/delta88v4.mt: Ditto.
5680 * config/m88k/delta88.mt: Ditto.
5681 * config/m88k/delta88.mh: Ditto.
5682 * remote-bug.c: Ditto.
5683 * config/m88k/tm-delta88.h: Ditto.
5684 * config/m88k/nm-delta88v4.h: Ditto.
5685 * config/m88k/xm-delta88.h: Ditto.
5686 * config/m88k/xm-dgux.h: Ditto.
5687 * config/m88k/tm-m88k.h: Ditto.
5688 * config/m88k/nm-m88k.h: Ditto.
5689 * config/m88k/tm-delta88v4.h: Ditto.
5690 * m88k-nat.c: Ditto.
5691 * cxux-nat.c: Ditto.
5692 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
5693 and m88*-*-* obsolete.
5694 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
5695 m88*-*-* obsolete.
5696
5697 2002-07-24 Andrew Cagney <cagney@redhat.com>
5698
5699 * findvar.c (extract_unsigned_integer): Make `addr' parameter
5700 constant. Same for local pointer variables.
5701 (extract_signed_integer): Ditto.
5702 * defs.h (extract_unsigned_integer): Update.
5703 (extract_signed_integer): Update.
5704
5705 2002-07-24 Andrew Cagney <cagney@redhat.com>
5706
5707 * regcache.c (regcache_raw_write): Change buf parameter to a
5708 constant void pointer.
5709 (regcache_raw_read): Change buf parameter to a void pointer.
5710 (legacy_write_register_gen): Change myaddr parameter a constant
5711 void pointer.
5712 (supply_register): Change val parameter to a const void pointer.
5713 * regcache.h (regcache_raw_write): Update declaration.
5714 (regcache_raw_read): Update declaration.
5715 (supply_register): Update declaration.
5716
5717 2002-07-24 Tom Tromey <tromey@redhat.com>
5718
5719 * defs.h (gdb_readline_wrapper): Declare.
5720 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
5721 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
5722 * top.c (gdb_readline_wrapper): New function.
5723 (command_line_input): Use it.
5724
5725 2002-07-24 Andrew Cagney <cagney@redhat.com>
5726
5727 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
5728 regcache_read and regcache_write.
5729 (regcache_raw_read_as_address): Replace regcache_read_as_address.
5730 * regcache.c: Update.
5731 * sh-tdep.c (sh64_push_arguments): Update comment.
5732 (sh_pseudo_register_read): Update.
5733 (sh_pseudo_register_write): Update.
5734 (sh4_register_read): Update.
5735 (sh4_register_write): Update.
5736 (sh64_pseudo_register_read): Update.
5737 (sh64_pseudo_register_write): Update.
5738 (sh64_register_read): Update.
5739 (sh64_register_write): Update.
5740 * i386-tdep.c (i386_extract_return_value): Update.
5741 (i386_extract_struct_value_address): Update.
5742 (i386_extract_return_value): Update.
5743 * blockframe.c (generic_read_register_dummy): Update.
5744 (generic_call_dummy_register_unwind): Update
5745 * infrun.c (write_inferior_status_register): Update.
5746
5747 2002-07-23 Jim Blandy <jimb@redhat.com>
5748
5749 * parser-defs.h (expression_context_pc): Make this extern.
5750 (Thanks to Michael Snyder.)
5751
5752 2002-07-23 Andrew Cagney <ac131313@redhat.com>
5753
5754 GDB 5.2.1 released from 5.2 branch.
5755 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
5756 * README: Update to mention 5.2.1.
5757
5758 2002-07-23 Mark Salter <msalter@redhat.com>
5759
5760 * remote.c (remote_read_bytes): Fix check for error.
5761
5762 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5763
5764 * aix-thread.c (language.h): Include.
5765 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5766 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
5767 Print newlines at end of debug messages.
5768 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
5769 (pdc_write_data): Use local_hex_string() instead of %llx formats.
5770
5771 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5772
5773 * aix-thread.c (ppc-tdep.h): Include.
5774 (special_register_p): New function.
5775 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
5776 (store_regs_user_thread): Use register number information from
5777 gdbarch_tdep struct instead of hardcoded offsets relative to
5778 FIRST_UISA_SP_REGNUM.
5779 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
5780 special_register_p() instead of using FPLAST_REGNUM and
5781 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
5782 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
5783 will be MQ's register number.
5784
5785 2002-07-22 Michael Snyder <msnyder@redhat.com>
5786
5787 * aix-thread.c (ops): Rename to aix_thread_ops.
5788 (base_ops): Rename to base_target.
5789 (ops_attach): Rename to aix_thread_attach.
5790 (ops_detach): Rename to aix_thread_detach.
5791 (ops_resume): Rename to aix_thread_detach.
5792 (ops_wait): Rename to aix_thread_wait.
5793 (ops_kill): Rename to aix_thread_kill.
5794 (init_ops): Rename to init_aix_thread_ops.
5795 (ops_fetch_register): Rename to aix_thread_fetch_register.
5796 (ops_store_register): Rename to aix_thread_store_register.
5797 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5798 (ops_thread_alive): Rename to aix_thread_thread_alive.
5799 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5800 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5801 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5802 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5803 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5804 (store_regs_lib): Rename to store_regs_user_thread.
5805 (store_regs_kern): Rename to store_regs_kernel_thread.
5806
5807 2002-07-22 Michael Snyder <msnyder@redhat.com>
5808
5809 * aix-thread.c (ops_prepare_to_store): Eliminate.
5810 (init_ops): Don't initialize ops.prepare_to_store.
5811 (store_regs_kern): Pre-fetch register buffers from child,
5812 because some registers may not be in the cache. Copy
5813 regs from register cache only if they are cached.
5814 (store_regs_lib): Copy regs from register cache only
5815 if they are cached.
5816 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5817 fill_gprs64): Ditto.
5818
5819 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5820
5821 * aix-thread.c (gdb_assert.h): Include.
5822 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5823 register sizes (from register cache) match size of buffer holding
5824 register data.
5825 (fill_sprs32): Change parameter types to match those in the ptrace()
5826 buffer.
5827 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5828 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5829
5830 2002-07-22 Michael Snyder <msnyder@redhat.com>
5831
5832 * aix-thread.c (supply_sprs64): Cosmetic change.
5833 (supply_sprs32): Cosmetic change.
5834 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5835 (fill_sprs64): Use regcache_collect instead of read_register.
5836 (store_regs_lib): Use regcache_collect instead of
5837 read_register. Use fill_sprs32 instead of fill_sprs64,
5838 if debugging a 32-bit architecture.
5839 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5840 out of the register cache, instead of passing a pointer into
5841 the register cache directly to ptrace. Use regcache_collect
5842 insteaad of read_register.
5843 (ops_prepare_to_store): Use target_read_registers instead
5844 of read_register_bytes.
5845
5846 2002-07-20 Aidan Skinner <aidan@velvet.net>
5847
5848 * MAINTAINERS: Add self under write after approval.
5849
5850 2002-07-20 Aidan Skinner <aidan@velvet.net>
5851
5852 * ada-tasks.c: Change k&r style function definitions to prototyped
5853 form.
5854
5855 2002-07-19 Andrew Cagney <ac131313@redhat.com>
5856
5857 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5858 * x86-64-tdep.c: Include "objfiles.h".
5859 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5860 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5861
5862 2002-07-17 Michal Ludvig <michal@suse.cz>
5863
5864 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5865 (update_context): Initialise cfa variable.
5866
5867 2002-07-17 Michael Snyder <msnyder@redhat.com>
5868
5869 * aix-thread.c: Shorten some long lines.
5870 Bring comments into line with code spec.
5871
5872 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5873
5874 * infrun.c: Re-indent using gdb_indent.sh.
5875
5876 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5877
5878 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5879 Leave the indentation temporarily untouched, to minimize the diffs.
5880
5881 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
5882
5883 * stabsread.c: Make os9k sections of the code obsolete,
5884 for real this time.
5885 * stabsread.h: Make os9k sections of the code obsolete.
5886
5887 2002-07-18 Michal Ludvig <mludvig@suse.cz>
5888
5889 * linux-low.c (regsets_store_inferior_registers): Add free()
5890 at the end of a loop to prevent memory leak.
5891 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5892 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
5893 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5894 line a comment.
5895 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
5896
5897 2002-07-17 Jim Blandy <jimb@redhat.com>
5898
5899 * macrocmd.c (info_macro_command): Remove newline from error
5900 message.
5901
5902 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
5903
5904 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5905 (sh_gdbarch_init): Use it for sh-dsp.
5906
5907 2002-07-16 Kevin Buettner <kevinb@redhat.com>
5908
5909 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5910 64-bit DWARF2 format.
5911
5912 2002-07-16 Joel Brobecker <brobecker@gnat.com>
5913
5914 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5915 <sys/proc.h> when not available.
5916
5917 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5918
5919 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5920 * stabsread.c: Make os9k sections of the code obsolete.
5921 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5922 * config/i386/i386os9k.mt: Make file obsolete.
5923 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5924 (COMMON_OBS): Remove os9kread.o
5925 (SFILES): Remove os9kread.c.
5926 (os9kread.o, remote-os9k.o): Make target obsolete.
5927 * remote-os9k.c: Make file obsolete.
5928 * os9kread.c: Make file obsolete.
5929 * Makefile.in
5930
5931 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5932
5933 * NEWS: Mention that the FR30 has been made obsolete.
5934 * fr30-tdep.c: Make file obsolete.
5935 * config/fr30/tm-fr30.h: Ditto.
5936 * config/fr30/fr30.mt: Ditto.
5937 * configure.tgt: Make fr30-*-elf obsolete.
5938 * MAINTAINERS: Make fr30-elf obsolete.
5939
5940 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5941
5942 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5943 found is not inside a section.
5944
5945 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5946
5947 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5948 strerror().
5949 (pdc_realloc): Use xrealloc() instead of realloc().
5950
5951 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5952
5953 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5954 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5955 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5956 macros.
5957
5958 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5959
5960 * aix-thread.c (ptrace_check): Eliminate goto.
5961 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5962 problem.
5963
5964 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5965
5966 * aix-thread.c (gdbcmd.h): Include.
5967 (DEBUG, DBG, DBG2, dbg): Eliminate.
5968 (debug_aix_thread): New static global.
5969 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5970 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5971 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5972 invocations to DBG and DBG2 macros to test against
5973 ``debug_aix_thread'' and call fprintf_unfiltered().
5974 (_initialize_aix_thread): Add new command "set debug aix-thread".
5975
5976 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5977
5978 From Gerhard Tonn <TON@de.ibm.com>:
5979 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5980 instead of supply_register.
5981
5982 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5983
5984 * dwarf2cfi.c: Include "gdb_assert.h".
5985 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5986 non-NULL.
5987 (update_context): Do not use __func__. Add missing ``break''.
5988 (update_context): Do not use __func__.
5989
5990 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5991
5992 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5993 and its setting. Set gdbarch instruction printing functions
5994 directly. For non-rs6000 case use new function
5995 gdb_print_insn_powerpc.
5996 (gdb_print_insn_powerpc): New function.
5997
5998 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5999
6000 * NEWS: Mention that the d30v has been marked obsolete.
6001 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
6002 * configure.tgt: Mark d30v-*-* as obsolete.
6003 * d30v-tdep.c: Mark file as obsolete.
6004 * config/d30v/d30v.mt: Ditto.
6005 * config/d30v/tm-d30v.h: Ditto.
6006
6007 2002-07-13 Aidan Skinner <aidan@velvet.net>
6008
6009 * ada-tasks.c (add_task_entry): replace calls to
6010 malloc() with xmalloc
6011 * ada-tasks.c (init_task_list): replace calls to free with xfree()
6012
6013 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
6014 ada_finish_decode_line_1, all_sals_for_line
6015 ada_breakpoint_rewrite): replace calls to free() with xfree()
6016
6017 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6018
6019 From Nicholas Duffek (with minor changes by Martin Hunt,
6020 Louis Hamilton, and Kevin Buettner):
6021 * aix-thread.c: New file.
6022
6023 2002-07-12 Petr Sorfa <petrs@caldera.com>
6024
6025 * dwarf2read.c (dwarf2_invalid_attrib_class): New
6026 complaint for invalid attribute class or form.
6027 (read_func_scope): DW_AT_frame_base
6028 better handling of DW_AT_block*.
6029 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
6030 better handling of DW_AT_block*.
6031 (read_common_block): DW_AT_location
6032 better handling of DW_AT_block*.
6033 (read_partial_die): DW_AT_location better handling
6034 of DW_AT_block*.
6035 (new_symbol): DW_AT_external better handling of
6036 DW_AT_block*. Proper initialization of variable
6037 "addr".
6038 (attr_form_is_block): New function that returns true
6039 if the attribute's form is of DW_FORM_block*.
6040
6041 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6042
6043 * valops.c (find_method_list): Remove comment about
6044 removed STATIC_MEMFUNCP argument.
6045 (value_find_oload_method_list): Likewise.
6046
6047 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6048
6049 From Nicholas Duffek:
6050 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
6051 target_new_objfile_hook.
6052
6053 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6054
6055 From Nicholas Duffek:
6056 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
6057 csect.
6058
6059 2002-07-12 Andrew Cagney <cagney@redhat.com>
6060
6061 * MAINTAINERS: Mention --enable-sim-build-warnings.
6062 (m68hc11-elf): Disable sim build warnings.
6063 (m32r-elf): Mark as broken obsolete candidate.
6064 (x86_64-linux-gnu): Mark as buildable with -Werror.
6065 (arm-elf): Change -w to ``,'' which enables warnings but not
6066 -Werror.
6067
6068 2002-07-12 Andrew Cagney <ac131313@redhat.com>
6069
6070 * bcache.h: Update copyright.
6071 (struct bstring, struct bcache): Move definition to "bcache.c".
6072 Replaced by opaque declaration.
6073 (bcache_xfree): Replace free_bcache.
6074 (bcache_xmalloc, bcache_memory_used): Declare.
6075
6076 * bcache.c: Update copyright.
6077 (struct bstring, struct bcache): Moved to here from "bcache.h".
6078 Update comments.
6079 (bcache_xmalloc, bcache_memory_used): New functions.
6080 (bcache_xfree): Replace function free_bcache.
6081
6082 * Makefile.in (objfiles.o): Add $(bcache_h).
6083 (objfiles_h): Remove $(bcache_h).
6084 (symfile.o): Add $(bcache_h).
6085
6086 * symmisc.c: Update copyright.
6087 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
6088 (print_objfile_statistics): Use bcache_memory_used.
6089
6090 * symfile.c: Include "bcache.h".
6091 (reread_symbols): Use bcache_xfree.
6092 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
6093 (add_psymbol_to_list): Pass psymbol_cache by value.
6094 (add_psymbol_with_dem_name_to_list): Ditto.
6095
6096 * objfiles.h: Update copyright.
6097 (struct bcache): Declare opaque. Do not include "bcache.h".
6098 (struct objfile): Change psymbol_cache and macro_cache to ``struct
6099 bcache'' pointers.
6100 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
6101
6102 * objfiles.c: Include "bcache.h". Update copyright.
6103 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
6104 macro_cache.
6105 (free_objfile): Use bcache_xfree.
6106
6107 2002-07-11 Grace Sainsbury <graces@redhat.com>
6108
6109 * monitor.c (monitor_fetch_register): Make name a constant.
6110 (monitor_store_register): Same.
6111
6112 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
6113
6114 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
6115 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
6116 (finish_block) For non-function blocks, hash the symbol table. For
6117 function blocks, mark the symbol table as unhashed.
6118 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
6119 (msymbol_hash_iw): Likewise.
6120 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
6121 value.
6122 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
6123 (lookup_minimal_symbol): Likewise for both.
6124 * symtab.h (struct block): Add `hashtable' flag. Comment the
6125 hashtable.
6126 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
6127 (ALL_BLOCK_SYMBOLS): Update.
6128 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
6129 (struct symbol): Add `hash_next' pointer.
6130 * symtab.c (lookup_block_symbol): Search using the hash table when
6131 possible.
6132 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
6133 (search_symbols, find_addr_symbol): Likewise.
6134
6135 * dstread.c (process_dst_block): Clear hashtable bit for new block.
6136 (read_dst_symtab): Likewise.
6137 * jv-lang.c (get_java_class_symtab): Likewise.
6138 * mdebugread.c: Include "gdb_assert.h".
6139 (shrink_block): Assert that the block being modified is not hashed.
6140 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
6141 * symmisc.c (free_symtab_block): Walk the hash table when freeing
6142 symbols.
6143 (dump_symtab): Recognize hashed blocks.
6144 * printcmd.c (print_frame_args): Assert that function blocks do not
6145 have hashed symbol tables.
6146 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
6147 (fill_in_ada_prototype, debug_print_block): Likewise.
6148 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
6149
6150 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
6151
6152 * stack.c (print_frame): Use result of frame_address_in_block()
6153 instead of fi->pc when evaluating symbols.
6154 (backtrace_command_1): Ditto.
6155
6156 2002-07-11 Andrew Cagney <cagney@redhat.com>
6157
6158 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
6159 Make static.
6160
6161 * arm-tdep.c (arm_register_name): Make return type constant.
6162
6163 2002-07-10 Andrew Cagney <ac131313@redhat.com>
6164
6165 * win32-nat.c (has_detach_ability): Convert to strict ISO C
6166 prototype.
6167 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
6168 * s390-tdep.c (s390_fp_regnum): Ditto.
6169 (s390_read_fp): Ditto.
6170 (s390_pop_frame): Ditto.
6171 (_initialize_s390_tdep): Ditto.
6172 * remote.c (get_remote_state): Ditto.
6173 * procfs.c (mappingflags): Ditto.
6174 * memattr.c (_initialize_mem): Ditto.
6175 * mcore-tdep.c (mcore_pop_frame): Ditto.
6176 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
6177 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
6178 * language.c (set_case_str): Ditto.
6179 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
6180 * frv-tdep.c (new_variant): Ditto.
6181 (frv_stopped_data_address): Ditto.
6182 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
6183 (context_alloc): Ditto.
6184 (frame_state_alloc): Ditto.
6185 (unwind_tmp_obstack_init): Ditto.
6186 (unwind_tmp_obstack_free): Ditto.
6187 (cfi_read_fp): Ditto.
6188 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
6189 (cris_pop_frame): Ditto.
6190 * c-lang.c (scanning_macro_expansion): Ditto.
6191 (finished_macro_expansion): Ditto.
6192 (c_preprocess_and_parse): Ditto.
6193 * gdbarch.sh: Ditto.
6194 * gdbarch.h, gdbarch.c: Regenerate.
6195 * config/mn10200/tm-mn10200.h: Adjust indentation.
6196 * target.c: Adjust indentation.
6197 * symtab.h: Adjust indentation.
6198 * stabsread.h: Adjust indentation.
6199 * remote-es.c: Adjust indentation.
6200 * os9kread.c: Adjust indentation.
6201
6202 2002-07-10 Andrew Cagney <ac131313@redhat.com>
6203
6204 * wince.c (_initialize_wince): Rename _initialize_inftarg.
6205 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
6206
6207 2002-07-10 Grace Sainsbury <graces@redhat.com>
6208
6209 * NEWS: Mention m68k, mcore multi-arching.
6210 * MAINTAINERS: Change status of m68k, mcore to reflect
6211 multi-arching.
6212
6213 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
6214
6215 * valops.c (find_overload_match): Free oload_syms.
6216
6217 2002-07-09 Joel Brobecker <brobecker@gnat.com>
6218
6219 Define HAVE_SYS_PROC_H if sys/proc.h exists
6220 * configure.in: Add check for sys/proc.h
6221 * config.in: Regenerate.
6222 * configure: Regenerate.
6223
6224 2002-07-09 Grace Sainsbury <graces@redhat.com>
6225
6226 * config/m68k/tm-m68k.h: Remove macros wrapped in
6227 #if !GDB_MULTI_ARCH.
6228
6229 2002-07-08 Andrew Cagney <ac131313@redhat.com>
6230
6231 * config.in, configure: Regenerate.
6232
6233 2002-07-08 Mark Kettenis <kettenis@gnu.org>
6234
6235 * dwarf2cfi.c: Include "gcore.h".
6236 (execute_stack_op): Fix implementation of the
6237 DW_OP_deref and DW_OP_deref_size operators by letting do their
6238 lookup in the target.
6239
6240 2002-07-07 Mark Kettenis <kettenis@gnu.org>
6241
6242 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
6243 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
6244 tdep->sc_sp_offset.
6245
6246 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
6247
6248 Fix PR gdb/595, gdb/602
6249 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
6250 Don't call value_cast, just read the vtable pointer; update comments
6251 to match.
6252
6253 2002-07-05 Grace Sainsbury <graces@redhat.com>
6254
6255 * config/mcore/tm-mcore.h: Remove file.
6256 * config/mcore/mcore.mt: Remove definition of TM_FILE
6257 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
6258
6259 2002-07-05 Mark Kettenis <kettenis@gnu.org>
6260
6261 * i386bsd-tdep.c: Include "gdb_string.h".
6262
6263 2002-07-04 Grace Sainsbury <graces@redhat.com>
6264
6265 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
6266 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
6267 mcore-tdep.
6268 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
6269 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
6270 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
6271 (RETVAL_REGNUM): Move macros from tm-mcore.h
6272 (mcore_reg_struct_has_addr): New function.
6273 (mcore_gdbarch_init): Added initializations for the macros removed
6274 from tm-mcore.h.
6275
6276 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6277
6278 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
6279 traditonal string branding within the ELF header.
6280
6281 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
6282
6283 * symtab.c (remove_params): New function.
6284 (make_symbol_overload_list): Use it instead of cplus_demangle.
6285 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
6286
6287 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6288
6289 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
6290
6291 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
6292 New variables.
6293 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
6294 and tdep->sigtramp_end.
6295 * i386obsd-nat.c: New file.
6296 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
6297
6298 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
6299 Don't call get_current_frame().
6300
6301 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
6302
6303 * i386-nat.c (child_post_startup_inferior): New function
6304 calling i386_cleanup_dregs if
6305 I386_USE_GENERIC_WATCHPOINTS is defined.
6306 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
6307 conditional to acknowledge that i386-nat.c has its
6308 own child_post_startup_inferior function.
6309
6310 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6311
6312 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
6313 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
6314 instead of MAX_REGISTER_RAW_SIZE.
6315 (i386_extract_return_value, i386_extract_struct_value_address):
6316 Convert to use regcache.
6317 (i386_gdbarch_init): Set max_register_raw_size and
6318 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
6319 Set extract_return_value and extract_struct_value_address instead
6320 of their deprecated variants.
6321
6322 Convert i386 target to generic dummy frames.
6323 * i386-tdep.c: Include "symfile.h".
6324 (i386_frameless_signal_p): Consider a function to be frameless if
6325 the pc points at the first instruction of the function.
6326 (i386_frame_chain): Handle (generic) call dummies.
6327 (i386_frame_saved_pc): Likewise.
6328 (i386_frame_init_saved_regs): Remove code dealing with call
6329 dummies on the stack.
6330 (i386_push_dummy_frame): Removed.
6331 (i386_call_dummy_words): Removed.
6332 (i386_fix_call_dummy): Removed.
6333 (i386_push_return_address): New function.
6334 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
6335 parameter, and don't call get_current_frame.
6336 (i386_pop_frame): New function.
6337 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
6338 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
6339 entry_point_address, set call_dummy_breakpoint_offset to 0, set
6340 call_dummy_length to 0, set call_dummy_words to NULL, set
6341 sizeof_call_dummy_words to 0, set fix_call_dummy to
6342 generic_fix_call_dummy, set pc_in_call_dummy to
6343 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
6344 generic_push_dummy_frame, set push_return_address to
6345 i386_push_return_address and set frame_chain_valid to
6346 generic_file_frame_chain_valid.
6347
6348 2002-07-03 Andrew Cagney <ac131313@redhat.com>
6349
6350 * gdbarch.sh (struct regcache): Add opaque declaration.
6351 (EXTRACT_RETURN_VALUE): New architecture method.
6352 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
6353 * gdbarch.h, gdbarch.c: Regenerate.
6354 * arch-utils.c (legacy_extract_return_value): New function.
6355 * arch-utils.h (legacy_extract_return_value): Declare.
6356 * values.c (value_being_returned): Re-enable code handling
6357 EXTRACT_STRUCT_VALUE_ADDRESS. Move
6358 deprecated_grub_regcache_for_registers call to block handling
6359 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6360 (EXTRACT_RETURN_VALUE): Do not define.
6361
6362 2002-07-03 Grace Sainsbury <graces@redhat.com>
6363
6364 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
6365 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
6366 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
6367 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
6368 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
6369 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
6370 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6371 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
6372 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
6373 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
6374 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
6375 argument so the function fits the prototype in the architecture
6376 vector.
6377 (mcore_pop_frame): Remove argument so the function fits the
6378 prototype. Use get_current_frame instead of the argument.
6379 (mcore_push_arguments): Change type of struct_return so the
6380 function can be used in the architecture vector.
6381 (mcore_store_struct_return): Add.
6382 (mcore_frame_init_saved_regs): Add.
6383 (mcore_gdbarch_init): Add function calls to replace the macros
6384 removed from tm-mcore.h
6385
6386 2002-07-03 Andrew Cagney <ac131313@redhat.com>
6387
6388 * infcmd.c (print_return_value): Remove compatibility code calling
6389 deprecated_grub_regcache_for_registers.
6390
6391 * values.c: Include "regcache.h".
6392 (value_being_returned): Update. Use
6393 deprecated_grub_regcache_for_registers to extract the register
6394 buffer address.
6395 * value.h (value_being_returned): Change ``retbuf'' parameter to a
6396 ``struct regcache''.
6397 * Makefile.in (values.o): Add dependency on $(regcache_h).
6398
6399 * inferior.h (run_stack_dummy): Change type of second parameter to
6400 a ``struct regcache''.
6401 * valops.c (hand_function_call): Change type of retbuf to ``struct
6402 regcache''. Allocate using regcache_xmalloc, clean using
6403 make_cleanup_regcache_xfree.
6404 * infcmd.c (run_stack_dummy): Update. Use
6405 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
6406
6407 * regcache.c (do_regcache_xfree): New function.
6408 (make_cleanup_regcache_xfree): New function.
6409 * regcache.h (make_cleanup_regcache_xfree): Declare.
6410
6411 2002-07-03 Martin M. Hunt <hunt@redhat.com>
6412
6413 * event-top.c (command_line_handler): Don't read past
6414 beginning of buffer.
6415
6416 2002-07-03 Martin M. Hunt <hunt@redhat.com>
6417
6418 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
6419 struct frame_id.
6420 (varobj_create): Store frame_id for root.
6421 (varobj_gen_name): Use xasprintf.
6422 (varobj_update): Save and restore frame using get_frame_id() and
6423 frame_find_by_id().
6424 (create_child): Use xasprintf.
6425 (new_root_variable): Initialize frame_id.
6426 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
6427 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
6428 to prevent memory leak.
6429
6430 2002-07-03 Andrew Cagney <ac131313@redhat.com>
6431
6432 * valops.c (hand_function_call): Move declaration of retbuf to
6433 start of function, allocate using malloc, add a cleanup but before
6434 the inf_status cleanup, cleanup the buffer. Rename local variable
6435 old_chain to inf_status_cleanup.
6436
6437 2002-07-03 Martin M. Hunt <hunt@redhat.com>
6438
6439 * top.c (execute_command): Use cmd_func() and cmd_func_p().
6440
6441 * cli/cli-decode.c (cmd_func_p): New function.
6442 (cmd_func): New function.
6443
6444 * command.h: Add cmd_func() and cmd_func_p().
6445
6446 2002-07-03 Grace Sainsbury <graces@redhat.com>
6447
6448 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
6449 (REGISTER_SIZE): Remove.
6450 (MAX_REGISTER_RAW_SIZE): Remove.
6451 (REGISTER_VIRTUAL_TYPE): Remove.
6452 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
6453 (REGISTER_NAME): Remove.
6454 (USE_GENERIC_DUMMY_FRAMES): Remove.
6455 (CALL_DUMMY): Remove.
6456 (CALL_DUMMY_START_OFFSET): Remove.
6457 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6458 (CALL_DUMMY_LOCATION): Remove.
6459 (FIX_CALL_DUMMY): Remove.
6460 (CALL_DUMMY_ADDRESS): Remove.
6461 (SIZEOF_CALL_DUMMY_WORDS): Remove.
6462 (SAVE_DUMMY_FRAME_TOS): Remove.
6463 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
6464 (mcore_register_virtual_type): New function.
6465 (mcore_register_byte): New function.
6466 (mcore_register_size): New function.
6467 (mcore_register_name): New function.
6468 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
6469 macros removed from tm-mcore.h.
6470 (mcore_dump_tdep): Add.
6471 (_initialize_mcore_tdep): Add gdbarch_register call.
6472
6473 2002-07-03 Mark Kettenis <kettenis@gnu.org>
6474
6475 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
6476 frameless_look_for_prologue, such that we actually call this
6477 function.
6478
6479 2002-07-02 Joel Brobecker <brobecker@gnat.com>
6480
6481 * frame.h (frame_address_in_block): New function.
6482
6483 * blockframe.c (frame_address_in_block): New function extracted
6484 from get_frame_block().
6485 (get_frame_block): Use frame_address_in_block().
6486 (block_innermost_frame): Use frame_address_in_block() to match
6487 the frame pc address against the block boundaries rather than
6488 the frame pc directly. This prevents a failure when a frame pc
6489 is actually a return-address pointing immediately after the end
6490 of the given block.
6491
6492 2002-07-02 Grace Sainsbury <graces@redhat.com>
6493
6494 * MAINTAINERS: Add self under write after approval.
6495
6496 2002-07-02 Grace Sainsbury <graces@redhat.com>
6497
6498 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
6499 used in architecture vector. The default is
6500 m68k_local_breakpoint_from_pc.
6501 (m68k_local_breakpoint_from_pc): Add.
6502 (enum): Add register numbers from tm-m68k.h.
6503 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
6504 vector.
6505 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
6506 GDB_MULTI_ARCH_PARTIAL.
6507 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
6508 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
6509 m68k-tdep.c.
6510 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
6511 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
6512 to enum in m68k-tdep.c
6513
6514 2002-07-02 Joel Brobecker <brobecker@gnat.com>
6515
6516 * solib-osf.c (open_map): Compute the list of shared libraries
6517 loaded by the inferior, rather than the list of libraries loaded
6518 by GDB itself. Otherwise, GDB ends up reading the symbols from
6519 the wrong shared libraries...
6520
6521 2002-07-02 Mark Kettenis <kettenis@gnu.org>
6522
6523 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
6524 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
6525 macros.
6526 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
6527 Remove functions.
6528 (FRAMELESS_SIGNAL): Remove function.
6529 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
6530 i386_linux_saved_pc_after_call): Removed.
6531 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
6532 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
6533 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
6534
6535 * i386-tdep.c (i386_frameless_signal_p): New function.
6536 (i386_frame_chain): Deal with frameless signals.
6537 (i386_sigtramp_saved_sp): New function.
6538 (i386_frame_saved_pc): Deal with frameless signals.
6539 (i386_saved_pc_after_call): Make sure the correct value is
6540 returned just after entry into a sigtramp.
6541 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
6542 i386fbsd4_sc_sp_offset): New variables.
6543 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
6544 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
6545 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
6546 similiar to what we already did for sc_pc_offset.
6547 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
6548 tdep->sc_sp_offset.
6549
6550 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
6551
6552 2002-07-02 Michal Ludvig <mludvig@suse.cz>
6553
6554 * config/i386/tm-x86-64linux.h: New.
6555 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
6556 definitions.
6557 * config/i386/nm-x86-64.h: Rename to ...
6558 * config/i386/nm-x86-64linux.h: ... this one.
6559 * config/i386/x86-64linux.mh: Reflect the above change.
6560
6561 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6562
6563 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
6564 with sigcontext_addr. Add sc_sp_offset.
6565 (i386bsd_sigtramp_saved_pc): Remove prototype.
6566 (i386bsd_sicontext_addr): Add prototype.
6567 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
6568 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
6569 (i386_svr4_sigtramp_saved_pc): Removed.
6570 (i386_svr4_sigcontext_addr): New function.
6571 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6572 Initialize tdep->sigcontext_addr instead. Initialize
6573 tdep->sc_pc_offset and tdep->sc_sp_offset.
6574 (i386_gdbarch_init): Likewise.
6575 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
6576 any more.
6577 (i386bsd_sigtramp_saved_pc): Remove function.
6578 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6579 Initialize tdep->sigcontext_addr instead. Initialize
6580 tdep->sc_pc_offset.
6581 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
6582 of tdep->sigtramp_saved_pc.
6583 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
6584 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
6585 instead.
6586
6587 * i386-tdep.c (i386_frameless_function_invocation,
6588 i386_frame_num_args, i386_frame_init_saved_regs,
6589 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
6590 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
6591 i386_extract_return_value, i386_store_return_value,
6592 i386_extract_struct_value_address, i386_register_virtual_type,
6593 i386_register_convertible, i386_register_convert_to_virtual,
6594 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
6595 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
6596 static.
6597
6598 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6599
6600 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
6601
6602 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
6603 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
6604 this macro. Include "value.h".
6605
6606 2002-06-30 Aidan Skinner <aidan@velvet.net>
6607
6608 * ada-exp.tab.c: remove as it's a generated file
6609 * ada-lex.c: remove as it's a generated file
6610
6611 2002-06-30 Mark Kettenis <kettenis@gnu.org>
6612
6613 * config/i386/tm-i386.h (struct frame_info, struct
6614 frame_saved_regs, struct value, struct type): Remove forward
6615 declarations.
6616
6617 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
6618 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
6619 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
6620 (FILL_FPXREGSET): Define.
6621
6622 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
6623
6624 * configure.tgt (i[3456]86-*-openbsd*): Fold into
6625 i[3456]86-*-netbsd* case.
6626 * config/i386/tm-obsd.h: Removed.
6627 * config/i386/obsd.mt: Removed.
6628 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
6629 core-aout.o.
6630 (MH_CFLAGS): Add -DYYDEBUG=0.
6631
6632 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
6633 i386nbsd_sc_pc_offset on OpenBSD too.
6634
6635 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
6636 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
6637 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
6638 define.
6639 * i386bsd-tdep.c: Include "arch-utils.h".
6640 (i386bsd_aout_in_solib_call_trampoline): New function.
6641 (i386bsd_init_abi): Set in_solib_call_trampoline to
6642 i386bsd_aout_in_solib_call_trampoline.
6643 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
6644 in_solib_call_trampoline to generic_in_solib_call_trampoline.
6645
6646 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6647
6648 * macrotab.h: Do not include "obstack.h" or "bcache.h".
6649 (struct obstack, struct bcache): Add opaque declarations.
6650 * Makefile.in (macrotab_h): Update
6651
6652 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6653
6654 * blockframe.c (generic_find_dummy_frame): Change return type to
6655 ``struct regcache''.
6656 (struct dummy_frame): Replace field ``registers'' with regcache, a
6657 struct regcache object.
6658 (generic_find_dummy_frame): Update.
6659 (generic_push_dummy_frame): Update. Use regcache_xfree,
6660 regcache_xmalloc and regcache_cpy.
6661 (generic_pop_dummy_frame): Update. Use regcache_cpy and
6662 regcache_xfree.
6663 (deprecated_generic_find_dummy_frame): Update.
6664 (generic_read_register_dummy): Update. Use
6665 regcache_read_as_address.
6666 (generic_call_dummy_register_unwind): Update. Use regcache_read.
6667 (generic_get_saved_register): Update. Use regcache_read.
6668
6669 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6670
6671 * Makefile.in (objfiles_h): Add $(bcache_h).
6672 * objfiles.h: Include "bcache.h".
6673
6674 * Makefile.in (symtab_h): Remove $(bcache_h).
6675 * symtab.h: Do not include "bcache.h".
6676
6677 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6678
6679 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
6680 generic_func_frame_chain_valid.
6681
6682 2002-06-28 David O'Brien <obrien@FreeBSD.org>
6683
6684 * config/i386/nm-fbsd.h: Include <sys/param.h>.
6685 * config/i386/tm-fbsd.h: Likewise.
6686
6687 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6688
6689 * rs6000-tdep.c (rs6000_gdbarch_init): Use
6690 generic_unwind_get_saved_register.
6691
6692 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6693
6694 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
6695 * regcache.c (supply_register): Add missing argument to
6696 register_buffer call.
6697
6698 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6699
6700 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
6701 Solaris /bin/grep does not not like it. From Peter Schauer.
6702
6703 2002-06-26 Tom Tromey <tromey@redhat.com>
6704
6705 * command.h (add_setshow_cmd): Declare.
6706 (add_setshow_cmd_full): Declare.
6707 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
6708 returns void. Use add_setshow_cmd_full.
6709 (add_setshow_cmd_full): New function.
6710 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
6711 (add_setshow_boolean_cmd): Likewise.
6712
6713 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6714
6715 * config/vax/tm-vax.h: Protect from multiple inclusion.
6716 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
6717 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
6718 * config/vax/tm-vaxbsd.h: ...here. New file.
6719 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
6720
6721 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6722
6723 * config/vax/tm-vax.h (BREAKPOINT): Remove.
6724 (BELIEVE_PCC_PROMOTION): Remove.
6725 (AP_REGNUM): Move to...
6726 * config/vax/nm-vax.h: ...here.
6727 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
6728 (vax_breakpoint_from_pc): New function.
6729 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
6730 and gdbarch_believe_pcc_promotion.
6731
6732 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6733
6734 * Makefile.in (vax_tdep_h): Define.
6735 (vax-tdep.o): Use $(vax_tdep_h).
6736 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
6737 (vax_dump_tdep): New function.
6738 (_initialize_vax_tdep): Register vax_dump_tdep.
6739 * vax-tdep.h: Include osabi.h.
6740 (struct gdbarch_tdep): New.
6741
6742 2002-06-26 Andrew Cagney <cagney@redhat.com>
6743
6744 * frame.h (deprecated_generic_find_dummy_frame): Rename
6745 generic_find_dummy_frame.
6746 * blockframe.c (generic_find_dummy_frame): Make static.
6747 (deprecated_generic_find_dummy_frame): New function.
6748 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
6749 generic_find_dummy_frame with deprecated_find_dummy_frame.
6750 (sh64_nofp_frame_init_saved_regs): Ditto.
6751 (sh_fp_frame_init_saved_regs): Ditto.
6752 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
6753 (s390_frame_chain): Ditto.
6754 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6755
6756 2002-06-26 Grace Sainsbury <graces@redhat.com>
6757
6758 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
6759 gdbarch vector are at the top.
6760 (NUM_REGS): Remove.
6761 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
6762 (FRAME_ARGS_ADDRESS): Remove.
6763 (FRAME_LOCALS_ADDRESS): Remove.
6764 (FRAME_NUM_ARGS): Remove.
6765 (FRAME_ARGS_SKIP): Remove.
6766 * m68k-tdep.c (enum): Add eumeration of special register numbers.
6767 (m68k_gdbarch_init): Add gdbarch initializations for macros
6768 undefined in tm-m68k.h
6769
6770 2002-06-26 Grace Sainsbury <graces@redhat.com>
6771
6772 * monitor.h: Add the function regname to monitor_ops
6773 structure. This way NUM_REGS does not have to be a constant.
6774 * monitor.c (monitor_fetch_register): Added support for regname
6775 function. The function is called if the array regnames is NULL.
6776 (monitor_store_register): Same.
6777 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
6778 regnames array.
6779 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
6780 cpu32bug_cmds.regname to point to new function.
6781 * abug-rom.c (abug_regname): Same as above.
6782 (init_abug_cmds): Same.
6783 * dbug-rom.c (dbug_regname): Same as above.
6784 (init_dbug_cmds): Same.
6785 * remote-est.c (est_regname): Same.
6786 (init_est_cmds): Same.
6787 * rom68k-rom.c (rom68k_regname): Same.
6788 (init_rom68k_cmds): Same.
6789
6790 2002-06-25 Tom Tromey <tromey@redhat.com>
6791
6792 * breakpoint.c (delete_command): Don't repeat `delete' commands.
6793
6794 2002-06-25 Andrew Cagney <cagney@redhat.com>
6795
6796 * infrun.c (stop_registers): Change variable's type to ``struct
6797 regcache'''.
6798 (xmalloc_inferior_status): Delete function.
6799 (free_inferior_status): Delete function.
6800 (normal_stop): Use regcache_cpy.
6801 (struct inferior_status): Change type of fields ``stop_registers''
6802 and ``registers'' to ``struct regcache''.
6803 (write_inferior_status_register): Use regcache_write.
6804 (save_inferior_status): Instead of calling
6805 xmalloc_inferior_status, allocate the inf_status buffer directly.
6806 Use regcache_dup_no_passthrough and regcache_dup to save the
6807 buffers.
6808 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6809 Replace the stop_registers regcache instead of overriding it. Use
6810 regcache_xfree. Instead of calling free_inferior_status, xfree
6811 the buffer directly.
6812 (discard_inferior_status): Use regcache_xfree. Instead of calling
6813 free_inferior_status, xfree the buffer directly.
6814 (build_infrun): Use regcache_xmalloc.
6815 (_initialize_infrun): Delete redundant call to build_infrun.
6816
6817 * Makefile.in (infcmd.o): Add $(regcache_h).
6818
6819 * infcmd.c: Include "regcache.h".
6820 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6821 obtain the address of `stop_registers' register buffer.
6822 (print_return_value): Ditto.
6823
6824 * inferior.h (struct regcache): Add opaque declaration.
6825 (stop_registers): Change variable's declared type to ``struct
6826 regcache''.
6827
6828 2002-06-24 Tom Tromey <tromey@redhat.com>
6829
6830 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6831 * target.c (initialize_targets): Fixed typo in
6832 trust-readonly-sections `show' documentation.
6833
6834 * main.c: Marked all strings with _().
6835
6836 2002-06-24 Don Howard <dhoward@redhat.com>
6837
6838 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6839 that means max CORE_ADDR+1.
6840 (lookup_mem_region): Ditto.
6841 (mem_info_command): Ditto.
6842
6843 2002-06-24 Grace Sainsbury <graces@redhat.com>
6844
6845 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6846 (REGISTER_BYTES_OK): Remove.
6847 (REGISTER_BYTES): Remove.
6848 (STORE_STRUCT_RETURN): Remove.
6849 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6850 (STORE_RETURN_VALUE): Remove.
6851 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6852 (FRAME_CHAIN): Remove.
6853 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6854 (FRAME_SAVED_PC): Remove.
6855 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6856 (m68k_store_struct_return): Add.
6857 (m68k_deprecated_extract_return_value): Add.
6858 (m68k_deprecated_extract_struct_value_address): Add.
6859 (m68k_store_return_value): Add.
6860 (m68k_frame_chain): Add.
6861 (m68k_frameless_function_invocation): Add.
6862 (m68k_frame_saved_pc): Add.
6863 (m68k_gdbarch_init): added set_gdbarch calls for new
6864 functions and deleted macros.
6865
6866 2002-06-23 Tom Tromey <tromey@redhat.com>
6867
6868 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6869 (ALLDEPFILES): Likewise.
6870 (udiheaders): Removed.
6871 (udip2soc.o): Likewise.
6872 (udi2go32.o): Likewise.
6873 (udr.o): Likewise.
6874 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6875
6876 2002-06-22 Andrew Cagney <ac131313@redhat.com>
6877
6878 * infrun.c (_initialize_infrun): Delete unnecessary call to
6879 build_infrun.
6880
6881 * regcache.h: Update comments describing the regcache_cpy family
6882 of functions.
6883 (regcache_save, regcache_restore): Delete declaration.
6884 (regcache_save_no_passthrough): Delete declaration.
6885 (regcache_restore_no_passthrough): Delete declaration.
6886 * regcache.c (regcache_save): Delete function.
6887 (regcache_save_no_passthrough): Delete function.
6888 (regcache_restore): Delete function.
6889 (regcache_restore_no_passthrough): Delete function.
6890
6891 2002-06-21 Andrew Cagney <ac131313@redhat.com>
6892
6893 * config/m68k/tm-m68k.h: Fix typo.
6894 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6895 (m68k_frame_init_saved_regs): Declare.
6896
6897 2002-06-21 Jim Blandy <jimb@redhat.com>
6898
6899 Remove some vestiges of Harris 88k support.
6900 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6901 register numbering quirk.
6902 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6903 odd symbols occurring in Harris 88k ELF targets.
6904
6905 2002-06-21 Tom Tromey <tromey@redhat.com>
6906
6907 * gdb_locale.h: New file.
6908 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6909 (defs_h): Added gdb_locale.h.
6910 * configure, config.in: Rebuilt.
6911 * configure.in (PACKAGE): Define.
6912 * defs.h: Include gdb_locale.h.
6913 * main.c (captured_main): Call setlocale, bindtextdomain,
6914 textdomain.
6915
6916 2002-06-21 Dave Brolley <brolley@redhat.com>
6917
6918 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6919 * config/frv/frv.mt: New file.
6920 * config/frv/tm-frv.h: New file.
6921 * configure.tgt: Support frv-*-*.
6922 * Makefile.in (frv-tdep.o): New target.
6923 * frv-tdep.c: New file.
6924 * NEWS: Mention frv.
6925
6926 2002-06-21 Dave Brolley <brolley@redhat.com>
6927
6928 * MAINTAINERS: Add self to "Write After Approval" list.
6929
6930 2002-06-21 Grace Sainsbury <graces@redhat.com>
6931
6932 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6933 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6934 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6935 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6936 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6937
6938 * m68k-tdep.c: Include arch-utils.h
6939 (m68k_register_raw_size): Add.
6940 (m68k_register_virtual_size): Add.
6941 (m68k_register_virtual_type): Add.
6942 (m68k_register_name): Add.
6943 (m68k_stack_align): Add.
6944 (m68k_register_byte): Add.
6945 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6946 tm-m68k.h.
6947
6948 2002-06-21 Grace Sainsbury <graces@redhat.com>
6949
6950 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6951 m68k_find_saved_regs.
6952 (m68k_pop_frame): Removed saved_regs structure, and replaced
6953 references to it with frame->saved_regs.
6954 (m68k_gdbarch_init): Added function calls to initialize the
6955 gdbarch structure.
6956 (m68k_fix_call_dummy): Add.
6957 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6958 (CALL_DUMMY): Remove.
6959 (CALL_DUMMY_LENGTH): Remove.
6960 (CALL_DUMMY_START_OFFSET): Remove.
6961 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6962 (FIX_CALL_DUMMY): Remove.
6963 (PUSH_DUMMY_FRAME): Remove.
6964 (POP_FRAME): Remove.
6965
6966 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6967
6968 * parse.c (parse_fprintf): New function used to avoid calls to
6969 fprintf in bison parser generated debug code.
6970 * parser-defs.h: Declaration of new parse_fprintf function.
6971 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6972 Set YYDEBUG to 1 by default.
6973 Set YYFPRINTF as parse_fprintf.
6974
6975 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6976
6977 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6978 encoding anymore.
6979 (pointer_encoding, enum ptr_encoding): New.
6980 (execute_cfa_program): Take care about pointer encoding.
6981 (dwarf2_build_frame_info): Only call parse_frame_info for
6982 .debug_frame and .eh_frame.
6983 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6984 fixed augmentation handling, added relative addressing,
6985 ignore duplicate FDEs. Added comments.
6986 * dwarf2cfi.c: Reindented.
6987
6988 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6989
6990 * event-top.c (command_handler): Don't use space_at_cmd_start
6991 unless there is sbrk() on the host. Assign time and space data
6992 to union fields of the appropriate length.
6993
6994 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6995
6996 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6997 x86_64_register_name. Return type changed to 'const char *'.
6998 (x86_64_register_name2nr): Rename to x86_64_register_number.
6999 (x86_64_gdbarch_init): Update to reflect the change.
7000 * x86-64-tdep.h: Ditto.
7001 * x86-64-linux-nat.c (x86_64_fxsave_offset)
7002 (supply_fpregset): Ditto.
7003
7004 2002-06-19 Andrew Cagney <cagney@redhat.com>
7005
7006 * regcache.h: Update copyright.
7007 (struct regcache, struct gdbarch): Add opaque declarations.
7008 (current_regcache): Declare global variable.
7009 (regcache_read, regcache_write): Add gdbarch parameter.
7010 (regcache_save, regcache_save_no_passthrough)
7011 (regcache_restore, regcache_restore_no_passthrough)
7012 (regcache_dup, regcache_dup_no_passthrough)
7013 (regcache_cpy, regcache_cpy_no_passthrough)
7014 (deprecated_grub_regcache_for_registers)
7015 (deprecated_grub_regcache_for_register_valid)
7016 (regcache_valid_p): Add function declarations.
7017
7018 * regcache.c: Update copyright.
7019 (regcache_descr_handle): New global variable.
7020 (struct regcache_descr): Define.
7021 (init_legacy_regcache_descr, init_regcache_descr): New functions.
7022 (regcache_descr, xfree_regcache_descr): New functions.
7023 (struct regcache): Define.
7024 (regcache_xmalloc, regcache_xfree): New functions.
7025 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
7026 (regcache_dup, regcache_dup_no_passthrough): New functions.
7027 (regcache_valid_p, regcache_read_as_address): New functions.
7028 (deprecated_grub_regcache_for_registers): New function.
7029 (deprecated_grub_regcache_for_register_valid): New function.
7030 (current_regcache): New global variable.
7031 (register_buffer): Add regcache parameter. Update calls.
7032 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
7033 (read_register_gen, write_register_gen): Update register_buffer
7034 call. Test for legacy_p instead of gdbarch_register_read_p or
7035 gdbarch_register_write_p.
7036 (regcache_collect): Update register_buffer call.
7037 (build_regcache): Rewrite. Use deprecated grub functions.
7038 (regcache_save, regcache_save_no_passthrough): New functions.
7039 (regcache_restore, regcache_restore_no_passthrough): New
7040 functions.
7041 (_initialize_regcache): Create the regcache_data_handle. Swap
7042 current_regcache global variable.
7043
7044 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
7045 parameter to regcache_read and regcache_write calls.
7046 (sh4_register_read): Ditto.
7047 (sh64_pseudo_register_read): Ditto.
7048 (sh64_register_read): Ditto.
7049 (sh_pseudo_register_write): Ditto.
7050 (sh4_register_write): Ditto.
7051 (sh64_pseudo_register_write): Ditto.
7052 (sh64_register_write): Ditto.
7053
7054 * defs.h (XCALLOC): Define.
7055
7056 2002-06-19 Grace Sainsbury <graces@redhat.com>
7057
7058 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
7059 * m68k-tdep.c (m68k_gdbarch_init): Added.
7060 (m68k_dump_tdep): Added.
7061
7062 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
7063
7064 * ada-lang.c (fill_in_ada_prototype): Update comment.
7065
7066 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
7067
7068 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
7069 MIPS_ABI_LAST.
7070 (mips_abi_string, mips_abi_strings): New.
7071 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
7072 (mips_gdbarch_init): Set tdep->found_abi. Don't set
7073 tdep->mips_abi_string. Honor mips_abi_string. Default to
7074 O32 if no ABI is found.
7075 (mips_dump_tdep): Use mips_abi_strings.
7076 (mips_abi_update): New function.
7077 (_initialize_mips_tdep): Initialize mips_abi_string. Add
7078 ``set mips abi'' and ``show mips abi''. Check the size of
7079 mips_abi_strings.
7080
7081 2002-06-19 Andrew Cagney <cagney@redhat.com>
7082
7083 * i386-linux-tdep.c (i386_linux_register_name): Make return type
7084 constant.
7085
7086 2002-06-18 Joel Brobecker <brobecker@gnat.com>
7087
7088 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
7089 current frame using only the first stack size adjustment. All
7090 subsequent size adjustments are not considered to be part of
7091 the "static" part of the current frame.
7092 Compute the address of the saved registers relative to the
7093 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
7094 in use in this frame.
7095
7096 2002-06-18 Don Howard <dhoward@redhat.com>
7097
7098 * valops.c (value_ind): Use value_at_lazy() when dereferencing
7099 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
7100 suggesting this solution.
7101
7102 2002-06-18 Andrew Cagney <ac131313@redhat.com>
7103
7104 * config/romp/xm-rtbsd.h: Delete file.
7105 * config/romp/rtbsd.mh: Delete file.
7106
7107 2002-06-18 Keith Seitz <keiths@redhat.com>
7108
7109 * breakpoint.c (condition_command): Post breakpoint_modify
7110 when a condition is added to an existing breakpoint.
7111 (commands_command): Likewise for commands.
7112 (set_ignore_count): Likewise for ignore counts.
7113 If no tty, do not simply return, still need to send event
7114 notification.
7115 (ignore_command): Only print a newline if the command came
7116 from a tty.
7117 Don't call breakpoints_changed, since this is now properly
7118 handled by set_ignore_count.
7119
7120 2002-06-18 Andrew Cagney <cagney@redhat.com>
7121
7122 * MAINTAINERS: Note that cris-elf target can be compiled with
7123 -Werror.
7124 * cris-tdep.c (cris_register_name): Make return type constant.
7125 (cris_breakpoint_from_pc): Ditto.
7126
7127 2002-06-18 Michal Ludvig <mludvig@suse.cz>
7128
7129 * frame.h (struct frame_info): Change type of context to
7130 'struct context'.
7131
7132 2002-06-17 Andrew Cagney <cagney@redhat.com>
7133
7134 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
7135 pointer.
7136 * gdbarch.h, gdbarch.c: Regenerate.
7137 * config/mips/tm-mips.h (mips_register_name): Update.
7138 * i386-tdep.h (i386_register_name): Update.
7139 * mips-tdep.c (mips_register_name): Update
7140 * alpha-tdep.c (alpha_register_name): Update.
7141 * arch-utils.c (legacy_register_name): Update.
7142 * arch-utils.h (legacy_register_name): Update.
7143 * avr-tdep.c (avr_register_name): Update.
7144 * ia64-tdep.c (ia64_register_name): Update.
7145 * i386-tdep.c (i386_register_name): Update.
7146 * sparc-tdep.c (sparc32_register_name): Update.
7147 (sparc64_register_name): Update.
7148 (sparclite_register_name): Update.
7149 (sparclet_register_name): Update.
7150 * sh-tdep.c (sh_generic_register_name): Update.
7151 (sh_sh_register_name): Update.
7152 (sh_sh3_register_name): Update.
7153 (sh_sh3e_register_name): Update.
7154 (sh_sh_dsp_register_name): Update.
7155 (sh_sh3_dsp_register_name): Update.
7156 (sh_sh4_register_name): Update.
7157 (sh_sh64_register_name): Update.
7158 * s390-tdep.c (s390_register_name): Update.
7159 * rs6000-tdep.c (rs6000_register_name): Update.
7160 * ns32k-tdep.c (ns32k_register_name_32082): Update.
7161 (ns32k_register_name_32382): Update.
7162 * d10v-tdep.c (d10v_ts2_register_name): Update.
7163 (d10v_ts3_register_name): Update.
7164 * xstormy16-tdep.c (xstormy16_register_name): Update.
7165 * vax-tdep.c (vax_register_name): Update.
7166 * v850-tdep.c (v850_register_name): Update.
7167 * m68hc11-tdep.c (m68hc11_register_name): Update.
7168 * mn10300-tdep.c (mn10300_generic_register_name): Update.
7169 (am33_register_name): Update.
7170
7171 2002-06-17 Grace Sainsbury <graces@redhat.com>
7172
7173 * m68k-tdep.c: Reindented.
7174
7175 2002-06-17 Andrew Cagney <ac131313@redhat.com>
7176
7177 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
7178 list of predefined types.
7179
7180 2002-06-16 Mark Kettenis <kettenis@gnu.org>
7181
7182 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
7183 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
7184 REGISTER_CONVERT_TO_RAW): Remove defines.
7185 (i386_register_virtual_type, i386_register_convertible,
7186 i386_register_convert_to_virtual, i386_register_convert_to_raw):
7187 Remove prototypes.
7188 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7189 macros mentioned above.
7190
7191 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
7192 (i386lynx_saved_pc_after_call): Remove prototype.
7193 * i386ly-tdep.c: Include "i386-tdep.h".
7194 (i386lynx_saved_pc_after_call): Make static. Use
7195 read_memory_nobpt instead of read_memory. Use
7196 read_memory_unsigned_integer instead of read_memory_integer.
7197 (i386lynx_init_abi): New function.
7198 (i386lynx_coff_osabi_sniffer): New function.
7199 (_initialize_i386bsd_tdep): New function.
7200
7201 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
7202 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
7203 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
7204 (i386_fix_call_dummy): Remove prototype.
7205 * i386-tdep.c (i386_call_dummy_words): New variable.
7206 (i386_gdbarch_init): Adjust for removal of the
7207 macros mentioned above.
7208
7209 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7210
7211 * command.h (add_setshow_auto_boolean_cmd): Replace
7212 add_set_auto_boolean_cmd.
7213 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
7214 add_set_auto_boolean_cmd.
7215 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
7216 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
7217 mask-address'' command.
7218 (show_mask_address): Add cmd parameter.
7219 * remote.c (add_packet_config_cmd): Update. Change type of
7220 set_func and show_func to cmd_sfunc_ftype.
7221 (_initialize_remote): Update `set remote Z-packet'
7222 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
7223 (show_remote_protocol_e_packet_cmd): Ditto.
7224 (show_remote_protocol_E_packet_cmd): Ditto.
7225 (show_remote_protocol_P_packet_cmd): Ditto.
7226 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
7227 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
7228 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
7229 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
7230 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
7231 (show_remote_protocol_Z_packet_cmd): Ditto.
7232 (show_remote_protocol_binary_download_cmd): Ditto.
7233 (show_remote_cmd): Pass NULL to all of above.
7234
7235 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7236
7237 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
7238 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
7239 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
7240 POP_FRAME): Remove defines.
7241 (i386_push_arguments, i386_store_struct_return,
7242 i386_extract_return_value, i386_store_return_value,
7243 i386_extract_struct_value_address, i386_push_dummy_frame,
7244 i386_pop_frame): Renove prototypes.
7245 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7246 macros mentioned above.
7247
7248 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7249
7250 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
7251 add_set_boolean_cmd.
7252 (add_setshow_cmd): New function.
7253 * command.h (add_setshow_boolean_cmd): Replace
7254 add_set_boolean_cmd.
7255 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
7256 and ``set rdiromatzero''.
7257 * maint.c (_initialize_maint_cmds): Update commented out code.
7258 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
7259 * target.c (initialize_targets): Update `set
7260 trust-readonly-sections'.
7261 * remote.c (_initialize_remote): Update `set remotebreak'.
7262
7263 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7264
7265 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
7266 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
7267 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
7268 fit into multi-arch framework.
7269 (i386_breakpoint_from_pc): New function.
7270 (i386_gdbarch_init): Adjust for removal of the macros mentioned
7271 above.
7272
7273 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
7274 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
7275 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
7276 (i386_frameless_function_invocation, i386_frame_num_args,
7277 i386_frame_init_saved_regs): Remove prototypes.
7278 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7279 macros mentioned above.
7280
7281 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7282
7283 * cli/cli-decode.c (set_cmd_cfunc): Update.
7284 (set_cmd_sfunc): Update.
7285 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
7286 (set_cmd_sfunc, set_cmd_cfunc): Update.
7287 * cli/cli-decode.h: Update.
7288
7289 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7290
7291 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
7292 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
7293
7294 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7295
7296 * defs.h (auto_boolean): Declare enum.
7297 * command.h (cmd_auto_boolean): Delete enum.
7298 * mips-tdep.c (mask_address_var): Update.
7299 (mips_mask_address_p): Update.
7300 (show_mask_address): Update.
7301 * remote.c (struct packet_config): Update.
7302 (update_packet_config): Update.
7303 (show_packet_config_cmd): Update.
7304 (packet_ok): Update.
7305 (add_packet_config_cmd): Update.
7306 (_initialize_remote):
7307 * command.h: Update.
7308 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
7309 (do_setshow_command): Update.
7310 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
7311 * cli/cli-decode.h: Update.
7312
7313 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7314
7315 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
7316 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
7317 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
7318 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
7319 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
7320 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
7321
7322 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
7323 list of DJGPP COFF targets.
7324
7325 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
7326 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
7327 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
7328 (FP0_REGNUM): Remove define.
7329 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
7330 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
7331 (i386_register_virtual_size): Remove protoype.
7332 * i386-tdep.c (i386_register_virtual_size): Removed.
7333 (i386_extract_return_value, i386_store_return_value): Use
7334 FP0_REGNUM instead of NUM_FREGS to determine whether the
7335 floating-point registers are available.
7336 (i386_gdbarch_init): Tweak FIXME about FPU registers.
7337 Adjust for removal of macros mentioned above.
7338
7339 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7340
7341 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
7342 comments.
7343 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
7344 Remove prototypes.
7345 (supply_gregset, fill_gregset): Remove use of register keyword and
7346 remove declaration for regmap. Use I386_NUM_GREGS instead of
7347 NUM_REGS and NUM_FREGS.
7348 (FPREGSET_FSAVE_OFFSET): Remove.
7349 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
7350 NUM_FREGS to determine whether the floating-point registers are
7351 available.
7352
7353 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
7354 gnu_store_registers): Replace usage of NUM_GREGS with
7355 I386_NUM_GREGS.
7356
7357 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
7358 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
7359 usage of NUM_GREGS with I386_NUM_GREGS.
7360
7361 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
7362
7363 * i386bsd-nat.c: Include "i386-tdep.h".
7364 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
7365 I386_NUM_GREGS.
7366
7367 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
7368 and associated comment. They no longer make any sense, since we
7369 don't use this file anymore on Linux.
7370
7371 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
7372 * i386-tdep.c (i386_register_offset, i386_register_size): Use
7373 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
7374 elements in these arrays.
7375 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
7376 MAX_NUM_REGS.
7377
7378 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7379
7380 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
7381 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
7382
7383 2002-06-14 Andrew Cagney <cagney@redhat.com>
7384
7385 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
7386 EXTRACT_RETURN_VALUE.
7387 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
7388 EXTRACT_STRUCT_VALUE_ADDRESS.
7389 * gdbarch.h, gdbarch.c: Regenerate.
7390
7391 * values.c (value_being_returned): Handle
7392 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7393 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
7394
7395 * arm-linux-tdep.c (arm_linux_init_abi): Update.
7396 * arm-tdep.c (arm_gdbarch_init): Update.
7397 * avr-tdep.c (avr_gdbarch_init): Update.
7398 * cris-tdep.c (cris_gdbarch_init): Update.
7399 * d10v-tdep.c (d10v_gdbarch_init): Update.
7400 * ia64-tdep.c (ia64_gdbarch_init): Update.
7401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7402 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7403 * s390-tdep.c (s390_gdbarch_init): Update.
7404 * sh-tdep.c (sh_gdbarch_init): Update.
7405 * s390-tdep.c (s390_gdbarch_init): Update.
7406 * sparc-tdep.c (sparc_gdbarch_init): Update.
7407 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7408 * v850-tdep.c (v850_gdbarch_init): Update.
7409 * vax-tdep.c (vax_gdbarch_init): Update.
7410 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
7411 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7412
7413 * config/arc/tm-arc.h: Update.
7414 * config/d30v/tm-d30v.h: Update.
7415 * config/fr30/tm-fr30.h: Update.
7416 * config/h8300/tm-h8300.h: Update.
7417 * config/h8500/tm-h8500.h: Update.
7418 * config/i386/tm-i386.h: Update.
7419 * config/i386/tm-ptx.h: Update.
7420 * config/i386/tm-symmetry.h: Update.
7421 * config/i960/tm-i960.h: Update.
7422 * config/m32r/tm-m32r.h: Update.
7423 * config/m68k/tm-delta68.h: Update.
7424 * config/m68k/tm-linux.h: Update.
7425 * config/m68k/tm-m68k.h: Update.
7426 * config/m88k/tm-m88k.h: Update.
7427 * config/mcore/tm-mcore.h: Update.
7428 * config/mips/tm-mips.h: Update.
7429 * config/mn10200/tm-mn10200.h: Update.
7430 * config/pa/tm-hppa.h: Update.
7431 * config/pa/tm-hppa64.h: Update.
7432 * config/sparc/tm-sp64.h: Update.
7433 * config/sparc/tm-sparc.h: Update.
7434 * config/sparc/tm-sparclet.h: Update.
7435 * config/z8k/tm-z8k.h: Update.
7436
7437 2002-06-14 Andrew Cagney <cagney@redhat.com>
7438
7439 * Makefile.in (i386_linux_tdep_h): Define.
7440 (i386_tdep_h, i387_tdep_h): Define.
7441 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
7442 $(i386_tdep_h) and $(i387_tdep_h).
7443 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7444
7445 2002-06-14 Mark Kettenis <kettenis@gnu.org>
7446
7447 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
7448 Already covered by the default.
7449
7450 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
7451 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
7452 (i386_gdbarch_init): Initialize long_double_format and long_double
7453 bit.
7454
7455 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
7456 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
7457 Move these to ...
7458 * config/i386/i386sol2.mh: ... here.
7459 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
7460 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
7461 (SIGCONTEXT_PC_OFFSET): Remove define.
7462 (IN_SIGTRAMP): Remove define.
7463 * i386-sol2-tdep.c: New file.
7464
7465 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
7466 * config/i386/tm-i386nw.h: Removed.
7467
7468 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
7469 USE_STRUCT_CONVENTION): Remove defines.
7470 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7471 (get_longjmp_target): Remove prototype.
7472 (IN_SIGTRAMP): Remove define.
7473 (i386bsd_in_sigtramp): Remove prototype.
7474 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7475 function. Update comment accordingly
7476 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7477 (FRAME_SAVED_PC): Remove define.
7478 (i386bsd_frame_saved_pc): Remove prototype.
7479 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
7480 GET_LONGJMP_TARGET): Remove defines.
7481 (get_longjmp_target): Remove prototype.
7482 (IN_SIGTRAMP): Remove define.
7483 (i386bsd_in_sigtramp): Remove prototype.
7484 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7485 function. Update comment accordingly
7486 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7487 (FRAME_SAVED_PC): Remove define.
7488 (i386bsd_frame_saved_pc): Remove prototype.
7489 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
7490 Remove prototype.
7491 (USE_STRUCT_CONVENTION): Remove prototype.
7492 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
7493 declaration.
7494 (_initialize_i386bsd_nat): Revise logic to determine some
7495 constants at compile time when compiling a native GDB. Warn if
7496 things don't match up with what we expect.
7497 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
7498 Remove variables.
7499 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
7500 to use date stored in `struct gdbarch_tdep'.
7501 (i386bsd_sigcontext_offset): Remove varaible.
7502 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
7503 stored in `struct gdbarch_tdep'.
7504 (i386bsd_frame_saved_pc): Make static.
7505 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
7506 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
7507 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
7508 i386fbsd4_sc_pc_offset): New variables.
7509 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
7510 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
7511 functions.
7512 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
7513 functions.
7514 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
7515 Modify the value of i386fbsd_sigtramp_start and
7516 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
7517 i386fbsd_sigtramp_end.
7518 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
7519 function.
7520
7521 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
7522 define to i386-linux-tdep.h.
7523 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
7524 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
7525 defines.
7526 (i386_linux_register_name, i386_linux_register_byte,
7527 i386_linux_register_raw_size): Remove prototypes.
7528 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
7529 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
7530 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
7531 TARGET_WRITE_PC): Remove defines.
7532 (i386_linux_in_sigtramp, i386_linux_frame_chain,
7533 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
7534 i386_linux_write_pc): Remove prototypes.
7535 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7536 (get_longjmp_target): Remove prototype.
7537 * i386-linux-tdep.h: New file.
7538 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7539 * i386-linux-tdep.c: Include "i386-tdep.h" and
7540 "i386-linux-tdep.h".
7541 (i386_linux_register_name, i386_linux_register_byte,
7542 i386_linux_register_raw_size, i386_linux_in_sigtramp,
7543 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
7544 Make static.
7545 (i386_linux_init_abi): New function.
7546 (_initialize_i386_linux_tdep): New function.
7547
7548 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
7549 (i386_saved_pc_after_call): Remove prototype.
7550 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
7551 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
7552 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
7553 (i386_register_name, i386_stab_reg_to_regnum,
7554 i386_dwarf_reg_to_regnum): Remove prototypes.
7555 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
7556 SIZEOF_SSE_REGS): Remove defines.
7557 (REGISTER_BYTES): Remove define.
7558 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
7559 (i386_register_byte, i386_register_raw_size): Remove prototypes.
7560 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
7561 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
7562 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
7563 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
7564 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
7565 (get_longjmp_target): Remove prototype.
7566 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
7567 (sigtramp_saved_pc): Remove define.
7568 (i386v4_sigtramp_saved_pc): Remove prototype.
7569 * config/i386/tm-go32.h (FRAME_CHAIN,
7570 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
7571 (i386go32_frame_saved_pc): Remove prototype.
7572 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7573 (get_longjmp_target): Remove prototype.
7574 * i386-tdep.h: Include "osabi.h".
7575 (enum i386_abi): Removed.
7576 (enum struct_return): New enum.
7577 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
7578 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
7579 sc_pc_offset members.
7580 (i386_gdbarch_register_os_abi): Remove prototype.
7581 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
7582 I386_SSE_NUM_REGS): New defines.
7583 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
7584 I386_SSE_SIZEOF_REGS): New defines.
7585 (i386_register_name, i386_register_byte, i386_register_raw_size):
7586 New prototypes.
7587 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
7588 (i386bsd_sigtramp_saved_pc): New prototype.
7589 * i386-tdep.c: Don't include "elf-bfd.h".
7590 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
7591 i386_frame_chain, i386_saved_pc_after_call): Make static.
7592 (i386_frame_saved_pc): Rewrite to call architecture dependent
7593 function to deal with signal handlers. Make static.
7594 (i386go32_frame_saved_pc): Removed.
7595 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
7596 Removed.
7597 (i386_get_longjmp_target): New function.
7598 (default_struct_convention, pcc_struct_convention,
7599 reg_struct_convention, valid_conventions, struct_convention): New
7600 variables.
7601 (i386_use_struct_convention): New function.
7602 (i386v4_sigtramp_saved_pc): Renamed to
7603 i386_svr4_sigtramp_saved_pc. Made static. Moved.
7604 (i386_pc_in_sigtramp): New function.
7605 (i386_abi_names): Removed.
7606 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
7607 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
7608 Removed.
7609 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
7610 i386_gdbarch_register_os_abi): Removed.
7611 (struct i386_abi_handler): Removed.
7612 (i386_abi_handler_list): Removed.
7613 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
7614 functions.
7615 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
7616 i386_nw_init_abi): New functions.
7617 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
7618 Use set_gdbarch_xxx() calls instead of relying on macros for a
7619 number of calls.
7620 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
7621 (_initialize_i386_tdep): Add new 'struct-convcention' command.
7622 Register the various architecture variants defined in this file.
7623
7624 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
7625
7626 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
7627 (struct main_type): Remove arg_types member. Update comments for
7628 struct field.
7629 (TYPE_ARG_TYPES): Remove.
7630 (TYPE_FN_FIELD_ARGS): Update.
7631 (smash_to_method_type): Update prototype.
7632
7633 * c-typeprint.c (cp_type_print_method_args): Take method type
7634 instead of argument list. Use new argument layout. Simplify.
7635 (c_type_print_args): Use new argument layout. Simplify.
7636 (c_type_print_base): Update call to cp_type_print_method_args.
7637 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
7638 argument; use die->type instead. Update call to
7639 smash_to_method_type.
7640 (read_structure_scope): Update call to dwarf2_add_member_fn.
7641 * gdbtypes.c (allocate_stub_method): Update comment.
7642 (smash_to_method_type): Take new NARGS and VARARGS arguments.
7643 Use new argument layout.
7644 (check_stub_method): Use new argument layout. Don't count
7645 void as an argument.
7646 (print_arg_types): Update comments. Use new argument layout.
7647 (recursive_dump_type): Don't print arg_types member.
7648 * hpread.c (hpread_read_struct_type): Use new argument layout.
7649 (fixup_class_method_type): Likewise.
7650 (hpread_type_lookup): Likewise.
7651 * stabsread.c (read_type): Update calls to read_args and
7652 smash_to_method_type.
7653 (read_args): Use new argument layout. Simplify.
7654 * valops.c (typecmp): Use new argument layout. Update parameters
7655 and comments. Simplify.
7656 (hand_function_call): Use new argument layout.
7657 (search_struct_method): Update call to typecmp.
7658 (find_overload_match): Use new argument layout.
7659
7660 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7661
7662 * NEWS: Mention multithreaded debug support for gdbserver.
7663
7664 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7665
7666 * MAINTAINERS: Mention NEWS.
7667
7668 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7669
7670 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
7671 (struct mips_objfile_private, compare_pdr_entries): New.
7672 (non_heuristic_proc_desc): Read the ".pdr" section if it
7673 is present.
7674
7675 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7676
7677 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
7678 (arm_debug): New static variable.
7679 (_initialize_arm_tdep): Add ``set debug arm'' command.
7680
7681 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7682
7683 * Makefile.in (sim_arm_h): Define.
7684 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
7685 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
7686 (arm_register_sim_regno): New function, map an internal REGNUM
7687 onto a simulator register number.
7688 (arm_gdbarch_init): Set register_sim_regno.
7689
7690 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
7691
7692 * MAINTAINERS: Add self.
7693
7694 2002-06-11 Jim Blandy <jimb@redhat.com>
7695
7696 * source.c (source_info): Mention whether the symtab has
7697 information about preprocessor macros.
7698
7699 Call the command `info macro', not `show macro'.
7700 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
7701 Fix error message.
7702 (_initialize_macrocmd): Register `info_macro_command' in
7703 `infolist', not `showlist'.
7704
7705 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
7706
7707 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
7708 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
7709 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
7710 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
7711 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
7712 unconditionally.
7713 (set_mipsfpu_single_command, set_mipsfpu_double_command)
7714 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
7715 (_initialize_mips_tdep): Remove dead code.
7716 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
7717 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7718 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
7719 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7720 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
7721 MIPS_LAST_FP_ARG_REGNUM): Remove.
7722
7723 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7724
7725 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
7726 (unwind_tmp_obstack_free, parse_frame_info)
7727 (update_context, cfi_read_fp, cfi_write_fp)
7728 (cfi_frame_chain, cfi_init_extra_frame_info)
7729 (cfi_virtual_frame_pointer): Use the above function.
7730 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
7731
7732 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
7733
7734 * v850-tdep.c (v850_type_is_scalar): New function.
7735 (v850_use_struct_convention): Match current gcc implementation
7736 as close as possible.
7737 (v850_push_arguments): Fix stack_offset handling. Don't write
7738 struct_addr into register. This is done by v850_store_struct_return.
7739 (v850_extract_return_value): Care for structs.
7740 (v850_store_return_value): Ditto.
7741 (v850_store_struct_return): Actually write address.
7742
7743 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7744
7745 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
7746 without debug information too.
7747
7748 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7749
7750 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
7751 Make multi-arch pure.
7752 * gdbarch.h, gdbarch.c: Re-generate.
7753 * arm-tdep.c (arm_print_float_info): Update.
7754 * arch-utils.h (default_print_float_info): Update.
7755 * arch-utils.c (default_print_float_info): Update.
7756 * infcmd.c (float_info): Update call.
7757
7758 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7759
7760 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
7761 the front of the initialize list.
7762
7763 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7764
7765 * infrun.c (struct inferior_status): Replace fields
7766 selected_frame_address and selected_level with field
7767 selected_frame_id.
7768 (save_inferior_status): Update. Use get_frame_id.
7769 (struct restore_selected_frame_args): Delete.
7770 (restore_selected_frame): Update. Use frame_find_by_id.
7771 (restore_inferior_status): Update.
7772
7773 * breakpoint.h (struct breakpoint): Change type of
7774 watchpoint_frame to frame_id.
7775 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
7776 call to get_current_frame.
7777 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
7778 get_current_frame.
7779 (watchpoint_check): Use frame_find_by_id.
7780
7781 * frame.h (record_selected_frame): Delete declaration.
7782 * stack.c (record_selected_frame): Delete function.
7783
7784 * frame.h (struct frame_id): Define.
7785 (get_frame_id): Declare.
7786 (frame_find_by_id): Declare.
7787 * frame.c (frame_find_by_id): New function.
7788 (get_frame_id): New function.
7789
7790 2002-06-10 Andrey Volkov <avolkov@transas.com>
7791
7792 * ser-e7kpc.c: Fix duplicated define and call of
7793 _initialize_ser_e7000pc
7794
7795 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * signals/signals.c (target_signal_from_host): Fix #ifdef
7798 SIGRTMIN case.
7799 (do_target_signal_to_host): Likewise.
7800
7801 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7802
7803 * mips-tdep.c (mips_find_abi_section): New function.
7804 (mips_gdbarch_init): Call it.
7805
7806 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7807
7808 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7809 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7810 after Andrew's 2002-06-08 gdbarch change.
7811
7812 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7813
7814 * i386-linux-nat.c (suppy_gregset): Don't supply
7815 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7816 register cache.
7817 (fill_gregset): Don't fetch it under the same circumstances.
7818
7819 2002-06-09 Andrew Cagney <cagney@redhat.com>
7820
7821 * Makefile.in (callback_h): Define.
7822 (remote_sim_h): Update path to remote-sim.h.
7823 (remote-rdp.o): Add $(callback_h).
7824 (remote-sim.o): Use $(callback_h).
7825 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7826 * remote-rdp.c: Include "gdb/callback.h".
7827
7828 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7829
7830 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7831 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7832
7833 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7834
7835 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7836 * rdi-share/serpardr.c: Ditto.
7837 * rdi-share/unixcomm.c: Ditto.
7838 * rdi-share/serdrv.c: Ditto.
7839 * rdi-share/hostchan.h: Ditto.
7840 * rdi-share/hostchan.c: Ditto.
7841 * rdi-share/host.h: Ditto.
7842 * rdi-share/devsw.c: Ditto.
7843
7844 * objfiles.h: Change type of obj_private to void pointer.
7845 * pa64solib.c: Update copyright. Don't include "assert.h", use
7846 strcmp instead of STREQ, use LONGEST, do not use PTR
7847 * somsolib.c: Ditto.
7848
7849 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7850 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7851 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7852
7853 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7854
7855 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7856 (default_get_saved_register): Delete function.
7857 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7858 generic_unwind_get_saved_register.
7859 * gdbarch.h, gdbarch.c: Re-generate.
7860
7861 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7862
7863 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7864 generic_func_frame_chain_valid.
7865 * gdbarch.h, gdbarch.c: Re-generate.
7866 * blockframe.c (generic_func_frame_chain_valid): Only check
7867 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7868 passing FP to PC_IN_CALL_DUMMY.
7869 Fix PR gdb/360.
7870
7871 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7872
7873 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7874 (register_gdbarch_data): Initialize init_p.
7875 (gdbarch_data): Initialize data pointer using the init function.
7876 (init_gdbarch_data): Delete function.
7877 (gdbarch_update_p): Update.
7878 (initialize_non_multiarch): Update.
7879 (struct gdbarch): Add field initialized_p.
7880 * gdbarch.h, gdbarch.c: Re-generate.
7881
7882 2002-06-07 Michal Ludvig <mludvig@suse.cz>
7883
7884 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7885 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7886 better do the things actually here.
7887 * x86-64-tdep.c (x86_64_register_name2nr): New.
7888 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7889 (x86_64_gdbarch_init): Respect the above change.
7890 * x86-64-tdep.h (x86_64_register_name2nr)
7891 (x86_64_register_nr2name): Add prototypes.
7892 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7893
7894 2002-06-06 Michael Snyder <msnyder@redhat.com>
7895
7896 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7897 Delete extra braces and re-indent.
7898 (d10v_store_return_value): Char return values
7899 must be shifted over by one byte in R0.
7900 (d10v_extract_return_value): Delete extra braces, re-indent.
7901
7902 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7903
7904 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7905 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7906 (d10v_integer_to_address): Rewrite.
7907 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7908 the d10v specific functions which take care of converting to the
7909 correct space.
7910
7911 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7912
7913 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7914 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7915
7916 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7917
7918 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7919 includes.
7920 * config/tm-linux.h: Ditto.
7921 * config/alpha/tm-alphalinux.h: Ditto.
7922 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7923 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7924 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7925 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7926 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7927 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7928 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7929 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7930 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7931 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7932 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7933 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7934 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7935 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7936 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7937 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7938 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7939 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7940 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7941 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7942 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7943 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7944 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7945 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7946 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7947 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7948 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7949 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7950 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7951 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7952 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7953 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7954 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7955 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7956 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7957 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7958 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7959
7960 2002-05-04 Aidan Skinner <aidan@velvet.net>
7961
7962 * ada-exp.tab.c: New file
7963 * ada-exp.y: New file
7964 * ada-lang.c: New file
7965 * ada-lang.h: New file
7966 * ada-lex.c: New file
7967 * ada-lex.l: New file
7968 * ada-tasks.c: New file
7969 * ada-typeprint.c: New file
7970 * ada-valprint.c: New file
7971
7972 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7973
7974 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7975 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7976
7977 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7978
7979 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7980 insetead of ppc-linux-tdep.o.
7981 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7982 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7983
7984 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7985
7986 2002-05-07 Christian Groessler <chris@groessler.org>
7987 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7988 bit register contents for little endian hosts.
7989
7990 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7991
7992 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7993 any maintainer.
7994
7995 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7996
7997 * gdbarch.h: Regenerate.
7998
7999 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8000
8001 * MAINTAINERS: Add everyone to write-after-approval list.
8002
8003 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8004
8005 * stack.c (frame_info): Use frame_register_unwind instead of
8006 saved_regs. Mention when the SP is on the stack or in a register.
8007
8008 * frame.h (frame_register_unwind_ftype): Define. Document.
8009 (struct frame_info): Add field register_unwind and
8010 register_unwind_cache.
8011 (frame_register_unwind): Declare.
8012 (generic_unwind_get_saved_register): Declare.
8013
8014 * frame.c (frame_register_unwind): New function.
8015 (generic_unwind_get_saved_register): New function.
8016
8017 * blockframe.c (generic_call_dummy_register_unwind): New function.
8018 (frame_saved_regs_register_unwind): New function.
8019 (set_unwind_by_pc): New function.
8020 (create_new_frame): New function.
8021 (get_prev_frame): New function.
8022
8023 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8024
8025 * a29k-share/: Delete directory.
8026 * remote-vx29k.c: Delete file.
8027
8028 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
8031 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
8032
8033 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8034
8035 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
8036 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
8037 (sparc64nbsd-nat.o)
8038 (sparcnbsd-nat.o)
8039 (sparcnbsd-tdep.o): New dependency lists.
8040 * NEWS: Note new UltraSPARC NetBSD native configuration.
8041 * configure.host (sparc64-*-netbsd*): New host.
8042 * configure.tgt (sparc-*-netbsdelf*)
8043 (sparc-*-netbsd*): Set gdb_target to nbsd.
8044 (sparc64-*-netbsd*): New target.
8045 * sparc64nbsd-nat.c: New file.
8046 * sparcnbsd-nat.c: New file.
8047 * sparcnbsd-tdep.c: New file.
8048 * sparcnbsd-tdep.h: New file.
8049 * config/sparc/nbsd.mt: New file.
8050 * config/sparc/nbsd64.mh: New file.
8051 * config/sparc/nbsd64.mt: New file.
8052 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
8053 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
8054 (HOST_IPC): Remove.
8055 * config/sparc/nbsdaout.mt: Remove.
8056 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
8057 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
8058 (HOST_IPC): Remove.
8059 * config/sparc/nbsdelf.mt: Remove.
8060 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
8061 sparc-nat.c compatiblity defines.
8062 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
8063 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
8064 * config/sparc/tm-nbsd64.h: New file.
8065 * config/sparc/tm-nbsdaout.h: Remove.
8066 * config/sparc/xm-nbsd.h: Remove.
8067
8068 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8069
8070 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
8071 * sparc-tdep.c: Include osabi.h.
8072 (gdbarch_tdep): Add osabi member.
8073 (_initialize_sparc_tdep): Use gdbarch_register.
8074 (sparc_gdbarch_init): Use generic OS ABI framework.
8075 (sparc_dump_tdep): New function.
8076
8077 2002-05-30 Kevin Buettner <kevinb@redhat.com>
8078
8079 * corefile.c (do_captured_read_memory_integer): Return non-zero
8080 result.
8081 (safe_read_memory_integer): Copy result of memory read when
8082 status is non-zero. Also, add comments.
8083
8084 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
8085
8086 * Makefile.in (ppc_tdep_h): Define.
8087 (ppc-linux-nat.o)
8088 (ppc-linux-tdep.o)
8089 (rs6000-tdep.o): Use $(ppc_tdep_h).
8090 (ppc-sysv-tdep.o)
8091 (ppcnbsd-nat.o)
8092 (ppcnbsd-tdep.o): New dependency lists.
8093 * ppc-tdep.h: Use generic OS ABI framework.
8094 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
8095 (ppc_linux_init_abi): New functions.
8096 (ppc_sysv_abi_broken_use_struct_convention)
8097 (ppc_sysv_abi_use_struct_convention)
8098 (ppc_sysv_abi_push_arguments): Move to...
8099 * ppc-sysv-tdep.c: ...here.
8100 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
8101 * rs6000-tdep.c (process_note_abi_tag_sections)
8102 (get_elfosabi): Remove.
8103 (rs6000_gdbarch_init): Use generic OS ABI framework.
8104 (rs6000_dump_tdep): New function.
8105 (_initialize_rs6000_tdep): Use gdbarch_register.
8106 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
8107 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8108 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
8109 of ppc-linux-tdep.o.
8110 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
8111 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
8112 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
8113 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
8114 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
8115 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
8116
8117 2002-05-29 Jim Blandy <jimb@redhat.com>
8118
8119 * macroscope.c (default_macro_scope): Put `void' in empty argument
8120 list.
8121
8122 2002-05-29 Andrew Cagney <ac131313@redhat.com>
8123
8124 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
8125 * arch-utils.c: Include "sim-regno.h".
8126 * gdbarch.sh: Don't include "sim-regno.h".
8127 * gdbarch.h, gdbarch.c: Regenerate.
8128 * sim-regno.h (legacy_register_sim_regno): Move declaration from
8129 here.
8130 * arch-utils.h (legacy_register_sim_regno): To here.
8131 * remote-sim.c (legacy_register_sim_regno): Move function from
8132 here.
8133 * arch-utils.c (legacy_register_sim_regno): To here.
8134
8135 2002-05-28 Andrew Cagney <ac131313@redhat.com>
8136
8137 * sim-regno.h: New file.
8138 * Makefile.in (sim_regno_h): Define.
8139 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
8140 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
8141 (legacy_register_sim_regno): New function.
8142 (one2one_register_sim_regno): New function.
8143 (gdbsim_fetch_register): Rewrite.
8144 (gdbsim_store_register): Only store a register when
8145 REGISTER_SIM_REGNO is valid.
8146 * d10v-tdep.c: Include "sim-regno.h".
8147 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
8148 (d10v_ts3_register_sim_regno): Ditto.
8149 * gdbarch.sh: Include "sim-regno.h".
8150 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
8151 * gdbarch.h, gdbarch.c: Regenerate.
8152 * arch-utils.h (default_register_sim_regno): Delete declaration.
8153 * arch-utils.c (default_register_sim_regno): Delete function.
8154
8155 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
8156
8157 * ppcnbsd-nat.c: Rewrite.
8158 * ppcnbsd-tdep.c: New file.
8159 * ppcnbsd-tdep.h: New file.
8160 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
8161 solib.o, and solib-svr4.o.
8162 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
8163 nbsd-tdep.o, and corelow.o.
8164
8165 2002-05-28 Andrew Cagney <ac131313@redhat.com>
8166
8167 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
8168 `tr' and `sed'. Mention that `broken' targets are not expected to
8169 build.
8170
8171 2002-05-27 Michal Ludvig <mludvig@suse.cz>
8172
8173 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
8174 Let PC point right after the prologue before looking up symbols.
8175
8176 2002-05-27 Martin M. Hunt <hunt@redhat.com>
8177
8178 * i386-tdep.c (i386_register_virtual_type): Return
8179 builtin_type_vec128i for SSE registers.
8180
8181 * gdbtypes.h (builtin_type_vec128i): Declare.
8182
8183 * gdbtypes.c (build_builtin_type_vec128i): New function.
8184 (builtin_type_v2_double, builtin_type_v4_int64): New types.
8185 (builtin_type_vec128i): New type for SSE2 128-bit registers.
8186 (build_gdbtypes): Initialize new builtin vector types.
8187 (_initialize_gdbtypes): Register new vector types with gdbarch.
8188
8189 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8190
8191 * MAINTAINERS: ns32k is not longer an obsolete candidate,
8192 since it has been multi-arch'd.
8193 * NEWS: Note that ns32k-*-* is now partial multi-arch.
8194 Move Alpha and VAX multi-arch news entries to same section
8195 as other multi-arch news.
8196
8197 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8198
8199 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
8200 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
8201 static. Rename some register numbers to put them in ns32k-tdep
8202 private namespace.
8203 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
8204 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
8205 functions.
8206 (_initialize_ns32k_tdep): Use gdbarch_register.
8207 * ns32k-tdep.h: New file.
8208 * ns32knbsd-tdep.c: New file.
8209 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
8210 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
8211 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
8212 REGISTER_BYTES, REGISTER_BYTE): Remove.
8213 * config/ns32k/tm-ns32k.h: New file.
8214 * config/ns32k/tm-umax.h: Remove.
8215
8216 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8217
8218 * ns32k-tdep.c (ns32k_saved_pc_after_call,
8219 ns32k_store_struct_return, ns32k_extract_return_value,
8220 ns32k_store_return_value, ns32k_extract_struct_value_address): New
8221 functions.
8222 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
8223 ns32k_saved_pc_after_call.
8224 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
8225 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
8226 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
8227 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8228 ns32k_extract_struct_value_address.
8229
8230 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8231
8232 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
8233 ns32k_fix_call_dummy): New.
8234 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
8235 ns32k_call_dummy_words.
8236 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
8237 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
8238 CALL_DUMMY_NARGS): Remove.
8239 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
8240
8241 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8242
8243 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
8244 ns32k_frame_saved_pc, ns32k_frame_args_address,
8245 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
8246 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
8247 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
8248 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
8249 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
8250 (BREAKPOINT): Remove..
8251 (FRAME_CHAIN): Define as ns32k_frame_chain.
8252 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
8253 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
8254 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
8255 (FRAME_FIND_SAVED_REGS): Remove.
8256 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
8257 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
8258 (POP_FRAME): Define as ns32k_pop_frame.
8259
8260 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8261
8262 * ns32k-tdep.c (ns32k_register_byte_32082,
8263 ns32k_register_byte_32382, ns32k_register_raw_size,
8264 ns32k_register_virtual_size, ns32k_register_virtual_type): New
8265 functions.
8266 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
8267 ns32k_register_byte_32382.
8268 * config/ns32k/tm-umax.h: Update copyright years.
8269 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
8270 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
8271 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
8272 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
8273 (ns32k_get_enter_addr): Fix prototype.
8274
8275 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8276
8277 * ns32k-tdep.c: Update copyright years.
8278 (ns32k_register_name_32082): New function.
8279 (ns32k_register_name_32382): Ditto.
8280 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
8281 (REGISTER_NAME): Define as ns32k_register_name_32382.
8282 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
8283 (REGISTER_NAME): Define as ns32k_register_name_32082.
8284
8285 2002-05-24 Jim Blandy <jimb@redhat.com>
8286
8287 * dwarf2read.c (free_line_header): Use xfree, not free.
8288
8289 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
8290
8291 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
8292 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
8293
8294 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8295
8296 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
8297
8298 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8299
8300 From Ross Alexander at NEC Europe:
8301 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
8302
8303 2002-05-23 Michael Snyder <msnyder@redhat.com>
8304
8305 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
8306 for input, rather than parse_and_eval_address.
8307
8308 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8309
8310 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
8311 * Makefile.in (sim_d10v_h): Update definition.
8312
8313 2002-05-24 Andrew Cagney <cagney@redhat.com>
8314
8315 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
8316 change `2002-05-22 Michael Snyder' below.
8317 (d10v_push_arguments): Ditto.
8318 (d10v_extract_return_value): Ditto.
8319
8320 2002-05-23 Jim Blandy <jimb@redhat.com>
8321
8322 * macrotab.c (check_for_redefinition): Don't complain if the new
8323 definition is the same as the previous one. Take more arguments
8324 to allow the comparison.
8325 (macro_define_object, macro_define_function): Pass more arguments
8326 to check_for_redefinition.
8327
8328 2002-05-22 Michael Snyder <msnyder@redhat.com>
8329
8330 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
8331 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
8332 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
8333 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
8334 Don't bail if return_pc is PC_IN_CALL_DUMMY.
8335 Add a temp variable to save a call (and a memory read).
8336 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
8337 if possible (so that PC_IN_CALL_DUMMY will work).
8338
8339 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
8340
8341 * MAINTAINERS: Remove status `OBSOLETE' from v850.
8342
8343 2002-05-22 Michal Ludvig <mludvig@suse.cz>
8344
8345 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
8346 fde->cie_ptr.
8347 (dwarf2_build_frame_info): Corrected handling of eh_frame.
8348 (dwarf2_build_frame_info): Add offset to fde->initial_location
8349 so that frames of shared libraries are mapped correctly.
8350 (execute_stack_op): Change type of 'result' from ULONGEST to
8351 CORE_ADDR.
8352
8353 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8354
8355 * config/alpha/tm-nbsd.h: Include solib.h.
8356
8357 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8358
8359 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
8360 assumptions about the host's byte order.
8361
8362 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8363
8364 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
8365 to dependency list.
8366 * alphanbsd-tdep.c: Include solib-svr4.h.
8367 * shnbsd-tdep.c: Ditto.
8368
8369 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8370
8371 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
8372 nbsd-tdep.h to dependency list.
8373 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
8374 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
8375 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
8376 nbsdaout.mh and nbsdelf.mh consistently.
8377 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
8378 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
8379 nbsdaout.mt and nbsdelf.mh consistently.
8380 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
8381 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
8382 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8383 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
8384 a.out shared library stuff from here...
8385 * config/nm-nbsdaout.h: ...to here.
8386 * config/tm-nbsd.h: Remove.
8387 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
8388 * config/arm/nbsd.mh: Remove.
8389 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
8390 nbsd-tdep.o.
8391 * config/arm/nbsdaout.mh: New file.
8392 * config/arm/nbsdelf.mh: New file.
8393 * config/arm/nm-nbsdaout.h: New file.
8394 * config/i386/nbsd.mh: Remove.
8395 * config/i386/nbsd.mt: Remove.
8396 * config/i386/nbsdaout.mh: New file.
8397 * config/i386/nbsdaout.mt: New file.
8398 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
8399 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
8400 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
8401 i386_register_u_addr): Remove.
8402 * config/i386/nm-nbsdaout.h: New file.
8403 * config/i386/nm-nbsdelf.h: Remove.
8404 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
8405 (USE_STRUCT_CONVENTION): Remove.
8406 * config/i386/tm-nbsdaout.h: New file.
8407 * config/i386/tm-nbsdelf.h: Remove.
8408 * config/m68k/nbsd.mh: Remove.
8409 * config/m68k/nbsd.mt: Remove.
8410 * config/m68k/nbsdaout.mh: New file.
8411 * config/m68k/nbsdaout.mt: New file.
8412 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
8413 * config/m68k/nm-nbsdaout.h: New file.
8414 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
8415 (IN_SOLIB_CALL_TRAMPOLINE): Define.
8416 * config/ns32k/nbsd.mh: Remove.
8417 * config/ns32k/nbsd.mt: Remove.
8418 * config/ns32k/nbsdaout.mh: New file.
8419 * config/ns32k/nbsdaout.mt: New file.
8420 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
8421 * config/ns32k/nm-nbsdaout.h: New file.
8422 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
8423 (IN_SOLIB_CALL_TRAMPOLINE): Define.
8424 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
8425 (SVR4_SHARED_LIBS): Remove.
8426 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
8427 * config/sparc/nbsd.mh: Remove.
8428 * config/sparc/nbsd.mt: Remove.
8429 * config/sparc/nbsdaout.mh: New file.
8430 * config/sparc/nbsdaout.mt: New file.
8431 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
8432 * config/sparc/nbsdelf.mt: New file.
8433 * config/sparc/nm-nbsdaout.h: New file.
8434 * config/sparc/nm-nbsdelf.h: Remove.
8435 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
8436 * config/sparc/tm-nbsdaout.h: New file.
8437
8438 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8439
8440 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
8441 mipsnbsd-tdep.c
8442 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
8443
8444 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8445
8446 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
8447 shnbsd-nat.c.
8448 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
8449
8450 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8451
8452 * NEWS: Note new MIPS NetBSD native configuration.
8453 * configure.host (mips*-*-netbsd*): New host.
8454 * configure.tgt (mips*-*-netbsd*): New target.
8455 * mipsnbsd-nat.c: New file.
8456 * mipsnbsd-tdep.c: New file.
8457 * mipsnbsd-tdep.h: New file.
8458 * config/mips/nbsd.mh: New file.
8459 * config/mips/nbsd.mt: New file.
8460 * config/mips/nm-nbsd.h: New file.
8461 * config/mips/tm-nbsd.h: New file.
8462
8463 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8464
8465 * Makefile.in (SFILES): Add osabi.c.
8466 (COMMON_OBS): Add osabi.o.
8467 (osabi.o): New dependency list.
8468 * osabi.c: New file.
8469 * osabi.h: New file.
8470 * doc/gdbint.texinfo: Document new generic OS ABI framework.
8471
8472 * Makefile.in (alpha_tdep_h): Define and use instead of
8473 alpha-tdep.h.
8474 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
8475 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
8476 Remove.
8477 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
8478 * alpha-tdep.h: Include osabi.h.
8479 (alpha_abi): Remove.
8480 (gdbarch_tdep): Use generic OS ABI framework.
8481 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
8482 gdbarch_register_osabi.
8483 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
8484 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
8485 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
8486
8487 * Makefile.in (sh_tdep_h): Add osabi.h.
8488 * sh-tdep.h (sh_osabi): Remove.
8489 (gdbarch_tdep): Use generic OS ABI framework.
8490 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
8491 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
8492 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
8493 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
8494
8495 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
8496 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
8497 gdbarch_register_osabi.
8498 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
8499 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
8500 (get_elfosabi): Rename to...
8501 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
8502 ABI framework support routines.
8503 (arm_gdbarch_init): Use generic OS ABI framework.
8504 (arm_dump_tdep): Likewise.
8505 (_initialize_arm_tdep): Likewise.
8506 * arm-tdep.h: Include osabi.h.
8507 (arm_abi): Remove.
8508 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
8509 osabi member.
8510 (arm_gdbarch_register_os_abi): Remove prototype.
8511 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
8512 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
8513
8514 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
8515 * mips-tdep.c: Include osabi.h.
8516 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
8517 OS ABI framework.
8518
8519 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
8520
8521 * h8300-tdep.c: Fix formatting.
8522
8523 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
8524
8525 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
8526 printing vector registers.
8527
8528 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8529
8530 From Fernando Nasser:
8531 * remote.c (remote_async_open_1): Re-throw the exception when the
8532 connection fails.
8533 (remote_cisco_open): Ditto.
8534 (remote_open_1): Ditto.
8535
8536 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8537
8538 * remote.c (remote_start_remote_dummy): Add uiout parameter.
8539 (remote_start_remote): Add uiout parameter. Pass through to
8540 remote_start_remote_dummy.
8541 (remote_open_1): Use catch_exception instead of catch_errors.
8542 (remote_async_open_1): Ditto.
8543 (remote_cisco_open): Ditto.
8544
8545 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8546
8547 * remote.c (remote_start_remote): Replace PTR with void pointer.
8548 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
8549 static.
8550
8551 2002-05-18 Andrew Cagney <ac131313@redhat.com>
8552
8553 * gdb_indent.sh: Allow the script to be run in the sim directory.
8554
8555 2002-05-18 Mark Kettenis <kettenis@gnu.org>
8556
8557 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
8558 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
8559
8560 * corelow.c (core_open): Only call set_gdbarch_from_file if
8561 exec_bfd is NULL.
8562
8563 2002-05-17 Andrey Volkov <avolkov@transas.com>
8564
8565 * h8300-tdep.c: Add support of EXR register
8566 * config/h8300/tm-h8300.h: Ditto.
8567
8568 2002-05-17 Andrey Volkov <avolkov@transas.com>
8569
8570 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
8571
8572 2002-05-17 Andrey Volkov <avolkov@transas.com>
8573
8574 * h8300-tdep.c: Change literal regnums to REGNO.
8575
8576 2002-05-17 Jim Blandy <jimb@redhat.com>
8577
8578 * NEWS: Note addition of macro support.
8579
8580 Expand preprocessor macros in C expressions.
8581 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
8582 (scan_macro_expansion, scanning_macro_expansion,
8583 finished_macro_expansion): New function declarations.
8584 (expression_macro_lookup_func, expression_macro_lookup_baton): New
8585 variable declarations.
8586 * parser-defs.h (expression_context_pc): New declaration.
8587 * parse.c (expression_context_pc): New variable.
8588 (parse_exp_1): Set expression_context_pc, as well as
8589 expression_context_block.
8590 * c-exp.y (yylex): If we're not already reading the result of a
8591 macro expansion, try to macro-expand the next token. When we're
8592 done scanning a macro expansion, switch back to the mainline text.
8593 Commas and `if's in a macro's expansion don't terminate the input.
8594 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
8595 (macro_original_text, macro_expanded_text,
8596 expression_macro_lookup_func, expression_macro_lookup_baton): New
8597 variables.
8598 (scan_macro_expansion, scanning_macro_expansion,
8599 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
8600 c_preprocess_and_parse): New functions.
8601 (c_language_defn, cplus_language_defn, asm_language_defn): Call
8602 c_preprocess_and_parse, instead of c_parse.
8603 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
8604 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
8605
8606 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
8607
8608 * sh-tdep.c (gdb_print_insn_sh64): Delete.
8609 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
8610 (sh_gdbarch_init): Always use gdb_print_insn_sh.
8611
8612 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
8613
8614 * NEWS: Add section for multi-arched targets. Add v850 to that section.
8615
8616 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
8617
8618 * Makefile.in (sh_tdep_h): Define and use.
8619 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
8620 register enum): Move to...
8621 * * sh-tdep.h: ...here.
8622 * sh-tdep.c: Include sh-tdep.h.
8623 * sh3-rom.c: Likewise.
8624 * shnbsd-tdep.c: Likewise.
8625
8626 2002-05-16 Michael Snyder <msnyder@redhat.com>
8627
8628 * arm-tdep.c: Spelling fix in comment.
8629
8630 2002-05-16 Jim Blandy <jimb@redhat.com>
8631
8632 Add commands for manually expanding macros and showing their
8633 definitions.
8634 * macrocmd.c, macroscope.c, macroscope.h: New files.
8635 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
8636 (macroscope_h): New variable.
8637 (HFILES_NO_SRCDIR): Add macroscope.h.
8638 (COMMON_OBS): Add macrocmd.o, macroscope.o.
8639 (macroscope.o, macrocmd.o): New rules.
8640
8641 Teach the Dwarf 2 reader to read macro information.
8642 * dwarf2read.c: #include "macrotab.h".
8643 (dwarf_macinfo_buffer): New variable.
8644 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
8645 dwarf_macinfo_size.
8646 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
8647 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
8648 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
8649 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
8650 dwarf2_macro_spaces_in_definition): New complaints.
8651 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
8652 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
8653 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
8654 the partial symbol table.
8655 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
8656 from what's recorded in the partial symbol table.
8657 (read_file_scope): If the compilation unit has a
8658 `DW_AT_macro_info' attribute, read its macro information.
8659 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
8660
8661 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8662
8663 Fix PR gdb/546
8664 * ser-tcp.c: Don't include <netinet/udp.h>.
8665
8666 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8667
8668 * MAINTAINERS: Update my email address.
8669
8670 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
8671
8672 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
8673 include file of the same name.
8674
8675 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8676
8677 * configure.tgt: Mark v850 as multi-arched.
8678 * config/v850/tm-v850.h: Remove file.
8679 * config/v850/v850.mt: Eliminate TM_FILE.
8680
8681 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8682
8683 * v850-tdep.c: Full multi-arch.
8684 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
8685 Define GDB_MULTI_ARCH to 2.
8686
8687 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
8688
8689 * p-exp.y (current_type): New static variable.
8690 Carries the type of the expression at the position that is parsed.
8691 (push_current_type, pop_current_type): Two new functions. Used
8692 to store/restore current_type in expression on specific tokens.
8693 (search_field): New static variable. Set to one after parsing a point
8694 as at that point only a FIELDNAME token should be searched.
8695 (FIELDNAME): New token. After a point only a token belonging to
8696 current_type type definition is allowed.
8697 (all over token rules): reset and change current_type according
8698 to rules.
8699 (exp '[' rule): insert implicit array index field if
8700 exp is a pascal string type.
8701
8702 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8703
8704 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
8705 frame info. Use frame_info's saved_regs instead of matching member
8706 in extra_frame_info throughout.
8707 (v850_frame_init_saved_regs): New function.
8708 (v850_init_extra_frame_info): Move most functionality into
8709 v850_frame_init_saved_regs().
8710 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
8711 (v850_frame_find_saved_regs): Remove declaration.
8712 (FRAME_FIND_SAVED_REGS): Remove definition.
8713 (v850_frame_init_saved_regs): Add declaration.
8714 (FRAME_INIT_SAVED_REGS): Add definition.
8715
8716 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8717
8718 * v850-tdep.c: Begin multi-arch'ing v850.
8719 (v850_target_architecture_hook): Remove function.
8720 (v850_gdbarch_init): New function. Add code previously in
8721 v850_target_architecture_hook().
8722 (_initialize_v850_tdep): Don't set target_architecture_hook.
8723 Call register_gdbarch_init() instead.
8724
8725 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * gdbtypes.h (struct cplus_struct_type): Remove args field.
8728 * hpread.c (hpread_read_struct_type): Remove assignments to args.
8729 (fixup_class_method_type): Likewise.
8730
8731 2002-05-15 Jim Blandy <jimb@redhat.com>
8732
8733 Add macro structures to GDB's symbol tables. Nobody puts anything
8734 in them yet.
8735 * symtab.h (struct symtab): New member: `macro_table'.
8736 * buildsym.h (pending_macros): New global variable.
8737 * buildsym.c: #include "macrotab.h".
8738 (buildsym_init): Initialize `pending_macros'.
8739 (end_symtab): If we found macro information while reading a CU's
8740 debugging info, do build a symtab structure for it. Make the
8741 symtab point to the macro information, and clear the
8742 `pending_macros' pointer which held it while we were reading the
8743 debug info.
8744 (really_free_pendings): Free any pending macro table.
8745 * objfiles.h (struct objfile): New member: `macro_cache'.
8746 * objfiles.c (allocate_objfile): Set allocate and free functions
8747 for the macro cache's objstack.
8748 (free_objfile): Empty the macro cache's obstack.
8749 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
8750 set new allocate and free functions for it.
8751 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
8752 free functions for the macro cache's objstack. (Why is this
8753 function building its own objfile?)
8754 * symmisc.c (print_objfile_statistics): Print statistics on the
8755 macro bcache.
8756 * Makefile.in: Note that buildsym.o depends on macrotab.h.
8757
8758 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8759
8760 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
8761 (REGISTER_U_ADDR): Delete definition.
8762 (arm_register_u_addr): Delete declaration.
8763
8764 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8765
8766 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
8767 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
8768
8769 2002-05-14 Andrew Cagney <ac131313@redhat.com>
8770
8771 * regcache.c (register_valid): Revise comments refering to "Not
8772 available" and "unavailable".
8773 * frame.c (frame_register_read): Ditto.
8774 * findvar.c (value_of_register): Ditto.
8775
8776 2002-05-15 Andrew Cagney <cagney@redhat.com>
8777
8778 * Makefile.in (remote_sim_h): Replace remote-sim_h.
8779 (remote-sim.o): Update dependencies.
8780 (d10v-tdep.o): Specify dependencies.
8781 (sim_d10v_h): Define.
8782
8783 2002-05-14 Jim Blandy <jimb@redhat.com>
8784
8785 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
8786 * macrotab.c (macro_lookup_inclusion, find_definition,
8787 new_macro_table): Same.
8788
8789 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
8790 not `! strcmp ()'. This is a dubious improvement.
8791 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
8792
8793 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8794 although it's not necessary, to avoid a warning.
8795
8796 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8797
8798 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8799 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8800 TYPE_INSTANCE_FLAGS.
8801 (struct main_type): New.
8802 (struct type): Move most members to struct main_type. Change
8803 cv_type and as_type to new type_chain member. Add instance_flags.
8804 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8805 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8806 (finish_cv_type): Remove prototype.
8807 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8808 Set TYPE_CHAIN.
8809 (alloc_type_instance): New function.
8810 (smash_type): New function.
8811 (make_pointer_type, make_reference_type, make_function_type)
8812 (smash_to_member_type, smash_to_method_type): Call smash_type.
8813 (make_qualified_type): New function.
8814 (make_type_with_address_space): Call make_qualified_type.
8815 (make_cv_type): Likewise.
8816 (finish_cv_type): Remove unnecessary function.
8817 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8818 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8819 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8820 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8821 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8822 * hpread.c (hpread_read_struct_type): Likewise.
8823 * stabsread.c (read_struct_type): Likewise.
8824
8825 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
8826
8827 * configure.tgt: Add a catch all sh* target, for cases like
8828 sh[2,3,4]-elf and sh-hms.
8829
8830 2002-05-14 Keith Seitz <keiths@redhat.com>
8831
8832 * event-loop.c (create_file_handler): Don't do anything but
8833 update data when we are given a fd which we are already
8834 monitoring.
8835
8836 2002-05-14 Michal Ludvig <mludvig@suse.cz>
8837
8838 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8839 (update_context): Use __func__ in warnings.
8840
8841 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8842
8843 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8844 and tcp_close to net_open and net_close.
8845 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8846 using UDP if requested. Don't try to disable Nagle on UDP
8847 sockets.
8848 * remote.c (remote_serial_open): New function. Warn about UDP.
8849 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8850
8851 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8852
8853 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8854
8855 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8856
8857 * configure.tgt: Remove sh-hms target.
8858 * MAINTAINERS: Don't list sh-hms as a separate target.
8859
8860 2002-05-13 Jim Blandy <jimb@redhat.com>
8861
8862 Add first preprocessor macro-expansion files.
8863 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8864 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8865 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8866 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8867 (COMMON_OBS): Add macrotab.o, macroexp.o.
8868 (macroexp.o, macrotab.o): New rules.
8869
8870 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8871
8872 * config/m88k/tm-m88k.h: Update copyright.
8873 (m88k_target_write_pc): Declare
8874 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8875 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8876 (SHIFT_INST_REGS): Update definition.
8877 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8878 using old definition of TARGET_WRITE_PC.
8879 * regcache.c (generic_target_write_pc): Delete code handling
8880 NNPC_REGNUM.
8881 * gdbarch.sh (NNPC_REGNUM): Delete.
8882 * gdbarch.h, gdbarch.c: Regenerate.
8883
8884 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
8885
8886 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8887 builtin reg number.
8888
8889 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8892 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8893 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8894 access macros.
8895 * c-typeprint.c (cp_type_print_method_args): Likewise.
8896 (c_type_print_args): Likewise.
8897 * d10v-tdep.c (d10v_push_arguments): Likewise.
8898 (d10v_extract_return_value): Likewise.
8899 * expprint.c (print_subexp): Likewise.
8900 * gdbtypes.c (lookup_primitive_typename): Likewise.
8901 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8902 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8903 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8904 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8905 (TYPE_VECTOR): Likewise.
8906 * hpread.c (hpread_read_struct_type)
8907 (fix_static_member_physnames, fixup_class_method_type)
8908 (hpread_type_lookup): Likewise.
8909 * mdebugread.c (parse_symbol, parse_type): Likewise.
8910 * p-lang.c (is_pascal_string_type): Likewise.
8911 * valops.c (hand_function_call): Likewise.
8912 * x86-64-tdep.c (classify_argument): Likewise.
8913
8914 * hpread.c (hpread_read_function_type)
8915 (hpread_read_doc_function_type): Call replace_type.
8916 * dstread.c (create_new_type): Delete.
8917 (decode_dst_structure, process_dst_function): Call alloc_type.
8918 Use type access macros.
8919
8920 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8921
8922 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8923 the're not supported by the current architecture.
8924 (i387_fill_fxsave): Likewise.
8925
8926 2002-05-12 Fred Fish <fnf@redhat.com>
8927
8928 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8929 sect_index_xxx members to index the first slot in section_offsets
8930 if all of the section_offsets are zero.
8931
8932 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8933
8934 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8935 checked in with last change.
8936
8937 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8938
8939 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8940 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8941 config.sub.
8942
8943 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8944
8945 * Makefile.in: Update dependencies.
8946
8947 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8948
8949 * language.c (local_hex_string_custom): Simplify. Do not depend
8950 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8951
8952 * memattr.c (mem_info_command): Replace calls to
8953 longest_local_hex_string and longest_local_hex_string_custom.
8954 * buildsym.c (make_blockvector): Ditto.
8955 * solib.c (info_sharedlibrary_command): Ditto.
8956 * tracepoint.c (tracepoints_info): Ditto.
8957 * symtab.c (print_msymbol_info): Ditto.
8958
8959 * language.c (local_hex_string): Delete.
8960 (local_hex_string_custom): Delete.
8961 (longest_local_hex_string): Rename to local_hex_string.
8962 (longest_local_hex_string_custom): Rename to
8963 local_hex_string_custom.
8964 * language.h (local_hex_string): Change parameter type to LONGEST.
8965 (local_hex_string_custom): Ditto.
8966 (longest_local_hex_string): Delete declaration.
8967 (longest_local_hex_string_custom): Ditto.
8968
8969 * solib.c: Update copyright.
8970 * memattr.c: Update copyright.
8971
8972 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8973
8974 * arch-utils.h (legacy_register_to_value): Declare.
8975 (legacy_value_to_register): Declare.
8976 (legacy_convert_register_p): Declare.
8977 * arch-utils.c (legacy_register_to_value): New function.
8978 (legacy_value_to_register): New function.
8979 (legacy_convert_register_p): New function.
8980
8981 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8982 (VALUE_TO_REGISTER): Define.
8983 (CONVERT_REGISTER_P): Define.
8984 * gdbarch.h, gdbarch.c: Regenerate.
8985
8986 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8987 VALUE_TO_REGISTER.
8988 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8989 CONVERT_REGISTER_P.
8990
8991 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8992 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8993
8994 * Makefile.in: Update dependencies for valops.c.
8995 * valops.c: Include "gdb_assert.h".
8996 (typecmp): Skip THIS parameter to methods.
8997 (find_method_list): Remove static_memfuncp argument,
8998 update callers. Check for stub methods.
8999 (find_value_oload_method_list): Don't set *static_memfuncp.
9000 (find_overload_match): Don't check for stub methods. Assert
9001 that methods are not stubbed. Handle static methods.
9002 (value_find_oload_method_list): Remove static_memfuncp argument.
9003 * gdbtypes.c (check_stub_method): Do not add THIS pointer
9004 to the argument list for static stub methods.
9005 * value.h (value_find_oload_method_list): Update prototype.
9006
9007 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9008
9009 * arch-utils.h (generic_register_size): Declare.
9010 (generic_register_raw_size, generic_register_virtual_size): Delete
9011 declarations.
9012 * arch-utils.c (generic_register_raw_size): Delete.
9013 (generic_register_size): New function.
9014 (generic_register_virtual_size): Delete.
9015
9016 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
9017 default generic_register_size.
9018 * gdbarch.h, gdbarch.c: Re-generate.
9019
9020 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
9021 register_virtual_size.
9022 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
9023 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9024
9025 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9026
9027 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
9028 * gdbarch.h, gdbarch.c: Regenerate.
9029 * gnu-v3-abi.c: Update copyright.
9030 (vtable_address_point_offset): Update.
9031 (gnuv3_rtti_type): Update.
9032 (gnuv3_baseclass_offset): Update.
9033 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
9034 (init_fetch_link_map_offsets): Update.
9035 * remote.c (get_remote_state): Update.
9036
9037 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
9038
9039 * TODO: Remove value_headof/value_from_vtable_info comment.
9040 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
9041 * values.c (value_headof, value_from_vtable_info): Delete.
9042 * value.h (value_from_vtable_info): Delete prototype.
9043
9044 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9045
9046 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
9047 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
9048 $(gdb_regex_h).
9049 (gdb_assert_h): Define.
9050 (gdb_wait_h): Define.
9051 (gdb_regex_h): Define.
9052
9053 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
9054
9055 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9056 * linespec.c (find_methods): Handle GCC 3.x template constructors.
9057
9058 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9059
9060 * nbsd-tdep.c: Fix comment.
9061
9062 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9063
9064 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
9065 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
9066 (nbsd-tdep.o): New dependency list.
9067 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
9068 nbsd-tdep.h.
9069 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
9070 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
9071 * nbsd-tdep.c: New file.
9072 * nbsd-tdep.h: New file.
9073 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
9074 nbsd-tdep.h.
9075 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
9076 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
9077 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
9078 * config/sh/nbsd.mt (TDEPFILES): Ditto.
9079
9080 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9081
9082 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
9083 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
9084 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
9085 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
9086 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
9087 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
9088
9089 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9090
9091 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
9092 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9093 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
9094 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
9095 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
9096 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
9097 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
9098
9099 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9100
9101 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
9102 fetch_elfcore_registers to...
9103 * i386nbsd-tdep.c: ...here.
9104 (i386nbsd_use_struct_convention): Rename to...
9105 (i386nbsd_aout_use_struct_convention): ...this.
9106 (i386nbsd_supply_reg): New function.
9107 (i386nbsd_fill_reg): New function.
9108 (fetch_core_registers): Use i386nbsd_supply_reg.
9109 (fetch_elfcore_registers): Likewise.
9110 (_initialize_i386nbsd_tdep): New function.
9111 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
9112 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9113 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
9114 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
9115 (i386nbsd_aout_use_struct_convention): ...this.
9116
9117 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9118
9119 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
9120 (store_inferior_registers): Use shnbsd_fill_reg.
9121 * shnbsd-tdep.c (sh_nbsd_supply_registers,
9122 sh_nbsd_supply_register): Collapse into...
9123 (shnbsd_supply_reg): ...this.
9124 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
9125 (shnbsd_fill_reg): ...this.
9126 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
9127 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
9128 (fetch_core_registers): Use shnbsd_supply_reg.
9129 (fetch_elfcore_registers): Use shnbsd_supply_reg.
9130 (sh_nbsd_core_fns): Rename to...
9131 (shnbsd_core_fns): ...this.
9132 (sh_nbsd_elfcore_fns): Rename to...
9133 (shnbsd_elfcore_fns): ...this.
9134 (sh_nbsd_init_abi): Rename to...
9135 (shnbsd_init_abi): ...this.
9136 (_initialize_sh_nbsd_tdep): Rename to...
9137 (_initialize_shnbsd_tdep): ...this.
9138 * shnbsd-tdep.h (sh_nbsd_supply_registers,
9139 sh_nbsd_supply_register, sh_nbsd_fill_registers,
9140 sh_nbsd_fill_register): Remove prototypes.
9141 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
9142
9143 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9144
9145 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
9146 (i387-nat.o): Delete dependency list.
9147 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
9148 (x86-64-linux-nat.o): Likewise.
9149 * i387-nat.c: Delete file, moving contents to...
9150 * i387-tdep.c: ...here.
9151 * i387-nat.h: Rename...
9152 * i387-tdep.h: ...to this.
9153 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
9154 * i386-linux-nat.c: Likewise.
9155 * i386bsd-nat.c: Likewise.
9156 * i386gnu-nat.c: Likewise.
9157 * i386nbsd-nat.c: Likewise.
9158 * i386v4-nat.c: Likewise.
9159 * x86-64-linux-nat.c: Likewise.
9160 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
9161 * config/i386/go32.mh (NATDEPFILES): Likewise.
9162 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
9163 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
9164 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
9165 * config/i386/linux.mh (NATDEPFILES): Likewise.
9166 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
9167 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9168 * config/i386/obsd.mh (NATDEPFILES): Likewise.
9169 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
9170
9171 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9172
9173 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
9174 (alphanbsd-nat.o): Remove dependency list.
9175 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
9176 * alphanbsd-nat.c: Delete. Contents moved to...
9177 * alphanbsd-tdep.c: ...here.
9178 (_initialize_alphanbsd_tdep): Register core functions.
9179 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
9180
9181 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9182
9183 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
9184 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
9185 (alphanbsd-nat.o): Likewise.
9186 (alphabsd-tdep.o): New dependency list.
9187 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
9188 (fill_gregset): Use alphabsd_fill_reg.
9189 (supply_fpregset): Use alphabsd_supply_fpreg.
9190 (fill_fpregset): Use alphabsd_fill_fpreg.
9191 (fetch_inferior_registers): Use struct reg and struct fpreg
9192 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
9193 and alphabsd_supply_fpreg.
9194 (store_inferior_registers): Use struct reg and struct fpreg
9195 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
9196 and alphabsd_fill_fpreg.
9197 * alphabsd-tdep.c: New file.
9198 * alphabsd-tdep.h: New file.
9199 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
9200 (fetch_elfcore_registers): Use alphabsd_supply_reg and
9201 alphabsd_supply_fpreg.
9202 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
9203 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
9204
9205 2002-05-11 Eric Christopher <echristo@redhat.com>
9206
9207 * mips-tdep.c (mips_double_register_type): Fix thinko.
9208 (mips_single_register_type): Ditto.
9209 * MAINTAINERS: Add self.
9210
9211 2002-05-11 Mark Kettenis <kettenis@gnu.org>
9212
9213 * i387-nat.c (i387_supply_register, i387_fill_fsave,
9214 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
9215 right thing on architectures with different endianness and/or
9216 integer sizes.
9217
9218 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
9219
9220 From Christian Limpach <chris@Pin.LU>
9221 * configure.in: Change sed expression which comments out
9222 NATDEPFILES to also comment out continuation lines.
9223 * configure: Regenerate.
9224
9225 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9226
9227 * sh-tdep.c: Clean up code erroneously reintroduced by previous
9228 big patch.
9229
9230 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9231
9232 * sh-tdep.c: Include correct file.
9233
9234 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9235
9236 New support for sh64-elf (sh5) target.
9237
9238 * configure.tgt: For sh64-elf target, default to sh-elf.
9239
9240 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
9241 (struct gdbarch_tdep): Add new fields for new registers and ABI
9242 info.
9243
9244 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
9245 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
9246 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
9247 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
9248 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
9249 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
9250 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
9251 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
9252 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
9253 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
9254 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
9255 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
9256 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
9257 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
9258 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
9259 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
9260 sh64_get_gdb_regnum, sh64_media_reg_base_num,
9261 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
9262 sign_extend, sh64_nofp_frame_init_saved_regs,
9263 sh64_init_extra_frame_info, sh64_get_saved_register,
9264 sh64_extract_struct_value_address, sh64_pop_frame,
9265 sh64_push_arguments, sh64_extract_return_value,
9266 sh64_store_return_value, sh64_show_media_regs,
9267 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
9268 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
9269 sh_sh64_register_virtual_type,
9270 sh_sh64_register_convert_to_virtual,
9271 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
9272 sh64_register_read, sh64_pseudo_register_write,
9273 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
9274 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
9275 sh64_do_pseudo_register, sh_compact_do_registers_info,
9276 sh64_do_registers_info, sh_gdbarch_init): New functions.
9277
9278 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9279
9280 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
9281
9282 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
9283
9284 * linespec.c (decode_line_1): Check for a double quote after
9285 a filename correctly.
9286
9287 2002-05-10 Jim Blandy <jimb@redhat.com>
9288
9289 Properly track the size of the current objfile's .debug_line section.
9290 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
9291 (DWARF_LINE_SIZE): New macro.
9292 (dwarf2_build_psymtabs_hard): Record the line section's size in
9293 the partial symbol table.
9294 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
9295 symbol table.
9296
9297 2002-05-10 Petr Sorfa <petrs@caldera.com>
9298
9299 * ia64-tdep.c: Handle breakpoints on L instruction type
9300 in MLX instruction bundle by moving the breakpoint to
9301 the third slot (X instruction type) as L holds only data.
9302
9303 2002-05-10 Kevin Buettner <kevinb@redhat.com>
9304
9305 * dbxread.c (discarding_local_symbols_complaint): New complaint.
9306 (process_one_symbol): Complain about discarding local symbols
9307 due to a misplaced N_LBRAC entry.
9308
9309 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
9310
9311 From Daniel Berlin <dan@cgsoftware.com>
9312 * linespec.c (find_toplevel_char): '<' and '>' also increase and
9313 decrease the depth we are at, in the case of templates.
9314
9315 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
9316
9317 * mips-tdep.c (mips_float_register_type): New function.
9318 (mips_double_register_type): New function.
9319 (mips_print_register): Use them.
9320 (do_fp_register_row): Likewise.
9321
9322 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
9323
9324 * signals/signals.c (signals): Remove conditional compilation around
9325 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
9326 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
9327
9328 2002-05-09 Michael Snyder <msnyder@redhat.com>
9329
9330 * remote-rdp.c (remote_rdp_can_run): Remove.
9331
9332 2002-05-09 Tom Tromey <tromey@redhat.com>
9333
9334 * jv-valprint.c (java_val_print): Handle `char' as a special case
9335 of TYPE_CODE_INT.
9336
9337 2002-05-09 Michael Snyder <msnyder@redhat.com>
9338
9339 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
9340 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
9341 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
9342 str r(0123),[sp,#nn].
9343 (arm_skip_prologue): Ditto. Also make disassembly
9344 order-independent by placing it in a loop.
9345
9346 2002-05-06 Michael Snyder <msnyder@redhat.com>
9347
9348 * stabsread.c (read_type): Add recognition for new attribute:
9349 "@V;" means that an array type is actually a vector.
9350 This is analogous to the vector flag that's been added to dwarf2.
9351
9352 2002-05-09 Mark Kettenis <kettenis@gnu.org>
9353
9354 * i386-tdep.h (i386_abi): New enum.
9355 (struct gdbarch_tdep): Replace os_ident member with abi.
9356 (i386_gdbarch_register_os_abi): New prototype.
9357 * i386-tdep.c (i386_abi_names): New array.
9358 (process_note_abi_tag_sections): Removed.
9359 (process_note_sections): New function.
9360 (i386_elf_abi_from_note, i386_elf_abi): New functions.
9361 (struct i386_abi_handler): New struct.
9362 (i386_abi_handler_list): New variable.
9363 (i386_gdbarch_register_os_abi): New function.
9364 (i386_gdbarch_init): Adapt for the changes given above.
9365
9366 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
9367
9368 * gregset.h: Say "GNU/Linux".
9369
9370 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
9371
9372 * gdbtypes.c : Add new builtin type for 64 bit vectors.
9373 (build_gdbtypes): Build builtin_type_v2_float.
9374 (_initialize_gdbtypes): Register new builtin type.
9375
9376 2002-05-08 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
9379 (clear_gdbarch_swap): New function.
9380 (initialize_non_multiarch): Call.
9381 (gdbarch_update_p): Before calling init(), swap out and clear the
9382 existing architecture.
9383 * gdbarch.c: Regenerate.
9384
9385 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9386
9387 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
9388 alphanbsd-tdep.c.
9389
9390 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9391
9392 * sh-nbsd-nat.c: Rename to...
9393 * shnbsd-nat.c: ...this.
9394 * sh-nbsd-tdep.c: Rename to...
9395 * shnbsd-tdep.c: ...this.
9396 * sh-nbsd-tdep.h: Rename to...
9397 * shnbsd-tdep.h: ...this.
9398 * config/sh/nbsd.mh: Use shnbsd-nat.o.
9399 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
9400
9401 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
9402
9403 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
9404 concatenation for command help messages.
9405
9406 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9407
9408 * NEWS: Note new sh*-*-netbsdelf* configuration.
9409 * configure.host: Set gdb_host_cpu to sh for all sh*.
9410 (sh*-*-netbsdelf*): New host.
9411 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
9412 (sh*-*-netbsdelf*): New target.
9413 * sh-nbsd-nat.c: New file.
9414 * sh-nbsd-tdep.c: New file.
9415 * sh-nbsd-tdep.h: New file.
9416 * config/sh/nbsd.mh: New file.
9417 * config/sh/nbsd.mt: New file.
9418 * config/sh/nm-nbsd.h: New file.
9419 * config/sh/tm-nbsd.h: New file.
9420
9421 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9422
9423 * sh-tdep.c (sh_osabi_names): Declare.
9424 (process_note_abi_tag_sections): New function.
9425 (get_elfosabi): Ditto.
9426 (sh_gdbarch_register_os_abi): Ditto.
9427 (sh_dump_tdep): Ditto.
9428 _initialize_sh_tdep): Use gdbarch_register to register
9429 sh_gdbarch_init and sh_dump_tdep.
9430 * config/sh/tm-sh.h (sh_osabi): Declare.
9431 (gdbarch_tdep): Add sh_osabi and osabi_name members.
9432
9433 2002-05-07 Andrew Cagney <ac131313@redhat.com>
9434
9435 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
9436 (thumb_scan_prologue): Ditto.
9437 (arm_find_callers_reg): Ditto.
9438 (arm_frame_chain): Ditto.
9439 (arm_init_extra_frame_info): Ditto.
9440 (arm_frame_saved_pc): Ditto.
9441 (arm_pop_frame): Ditto.
9442 (arm_push_return_address): New function.
9443 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
9444 call_dummy_location, call_dummy_breakpoint_offset_p,
9445 call_dummy_breakpoint_offset, call_dummy_p,
9446 call_dummy_stack_adjust_p, call_dummy_words,
9447 sizeof_call_dummy_words, call_dummy_start_offset,
9448 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
9449 call_dummy_address, push_return_address and push_dummy_frame for
9450 generic dummy frames.
9451
9452 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9453
9454 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
9455 size computation for alloca.
9456 (sh_fp_frame_init_saved_regs): Likewise.
9457
9458 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
9459
9460 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
9461 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
9462 * arm-tdep.c (arm_store_return_value): Use them.
9463 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
9464 * remote-rdp.c (remote_rdp_fetch_register): Use
9465 ARM_MAX_REGISTER_RAW_SIZE.
9466 (remote_rdp_store_register): Likewise.
9467
9468 2002-05-07 Michal Ludvig <mludvig@suse.cz>
9469
9470 * dwarf2cfi.c: Code cleanup, removed unused variables,
9471 added default labels to switch {} statements.
9472 * x86-64-tdep.c: Ditto.
9473 * x86-64-linux-nat.c: Ditto.
9474
9475 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9476
9477 * solib.h: Protect against multiple inclusion.
9478
9479 2002-05-06 Jim Blandy <jimb@redhat.com>
9480
9481 Add first preprocessor macro-expansion files.
9482 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
9483 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
9484 (splay_tree_h, macroexp_h, macrotab_h): New variable.
9485 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
9486 (COMMON_OBS): Add macrotab.o, macroexp.o.
9487 (macroexp.o, macrotab.o): New rules.
9488
9489 Separate the job of reading the line number info statement program
9490 header (...expialidocious) out into its own function.
9491 * dwarf2read.c (struct line_head, struct filenames, struct
9492 directories): Replace with...
9493 (struct line_header): New structure, containing the full
9494 contents of the statement program header, including the
9495 include directory and file name tables.
9496 (read_file_scope): If we have line number info, instead of just
9497 calling dwarf_decode_lines to do all the work, call
9498 dwarf_decode_line_header first to get a `struct line_header'
9499 containing the data in the statement program header, and then
9500 pass that to dwarf_decode_lines, which will pick up where that
9501 left off. Be sure to clean up the `struct line_header' object.
9502 (dwarf_decode_line_header, free_line_header, add_include_dir,
9503 add_file_name): New functions.
9504 (dwarf_decode_lines): Move all the code to read the statement
9505 program header into dwarf_decode_line_header. Take the line
9506 header it built as the first argument, instead of the offset to
9507 the compilation unit's line number info. Use the new `struct
9508 line_header' type instead of the old structures. No need to do
9509 cleanups here now, since we don't allocate anything.
9510 (dwarf2_statement_list_fits_in_line_number_section,
9511 dwarf2_line_header_too_long): New complaints.
9512
9513 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
9514
9515 * gdbtypes.c (init_vector_type): New function.
9516 (build_builtin_type_vec128): Simplify the representation of SIMD
9517 registers.
9518 (build_gdbtypes): Initialize new builtin vector types.
9519 (_initialize_gdbtypes): Register new vector types with gdbarch.
9520 (builtin_type_v4_float, builtin_type_v4_int32,
9521 builtin_type_v8_int16, builtin_type_v16_int8,
9522 builtin_type_v2_int32, builtin_type_v4_int16,
9523 builtin_type_v8_int8): New (renamed) SIMD types.
9524
9525 2002-05-06 Mark Kettenis <kettenis@gnu.org>
9526
9527 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
9528 (i387_fill_fxsave): Likewise.
9529
9530 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9531
9532 * alpha-tdep.c (alpha_extract_return_value): Don't use
9533 non-constant array size in prototype.
9534
9535 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9536
9537 From Brian Taylor <briant at model dot com>:
9538 * ui-out.c (ui_out_field_core_addr): Use the function
9539 longest_local_hex_string_custom'to format addresses > 32 bits
9540 wide.
9541
9542 * ui-out.c (ui_out_field_core_addr): Update comment.
9543
9544 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9545
9546 * stack.c (select_and_print_frame): Make static. Delete the
9547 parameter `level'.
9548 (func_command): Update call.
9549 (select_frame_command): Delete code computing the frame level.
9550 * frame.h (select_and_print_frame): Delete declaration.
9551
9552 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9553
9554 * sparc-tdep.c (sparc_get_saved_register): Comment why
9555 get_prev_frame call is safe.
9556
9557 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9558
9559 * frame.h (select_frame): Delete level parameter.
9560 * stack.c (select_frame): Update. Use frame_relative_level to
9561 obtain the frame's level.
9562 (select_and_print_frame): Update call.
9563 (select_frame_command): Ditto.
9564 (up_silently_base): Ditto.
9565 (down_silently_base): Ditto.
9566 * ocd.c (ocd_start_remote): Ditto.
9567 * remote-rdp.c (remote_rdp_open): Ditto.
9568 * remote-mips.c (mips_initialize): Ditto.
9569 (common_open): Ditto.
9570 * remote-e7000.c (e7000_start_remote): Ditto.
9571 * m3-nat.c (select_thread): Ditto.
9572 * hppa-tdep.c (child_get_current_exception_event): Ditto.
9573 (child_get_current_exception_event): Ditto.
9574 * varobj.c (varobj_create): Ditto.
9575 (varobj_update): Ditto.
9576 (c_value_of_root): Ditto.
9577 * tracepoint.c (finish_tfind_command): Ditto.
9578 * corelow.c (core_open): Ditto.
9579 * arch-utils.c (generic_prepare_to_proceed): Ditto.
9580 * thread.c (info_threads_command): Ditto.
9581 (switch_to_thread): Ditto.
9582 * infrun.c (normal_stop): Ditto.
9583 (restore_selected_frame): Ditto.
9584 (restore_inferior_status): Ditto.
9585 * breakpoint.c (insert_breakpoints): Ditto.
9586 (watchpoint_check): Ditto.
9587 (bpstat_stop_status): Ditto.
9588 (do_enable_breakpoint): Ditto.
9589 * blockframe.c (flush_cached_frames): Ditto.
9590 (reinit_frame_cache): Ditto.
9591
9592 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9593
9594 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
9595 maintainer.
9596
9597 2002-05-04 Jim Blandy <jimb@redhat.com>
9598
9599 * gdbtypes.c (replace_type): Doc fix.
9600
9601 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9602
9603 * valprint.c (strcat_longest): Delete commented out function.
9604 Update copyright.
9605
9606 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9607
9608 * MAINTAINERS: Mark a29k as deleted.
9609 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
9610 Move new configurations to the top.
9611 * configure.tgt: Remove a29k.
9612 * config/a29k/tm-vx29k.h: Delete.
9613 * config/a29k/vx29k.mt: Delete.
9614 * config/a29k/tm-a29k.h: Delete.
9615 * config/a29k/a29k-udi.mt: Delete.
9616 * config/a29k/a29k.mt: Delete.
9617 * a29k-tdep.c: Delete.
9618 * remote-udi.c: Delete.
9619 * remote-mm.c: Delete.
9620 * remote-eb.c: Delete.
9621 * remote-adapt.c: Delete.
9622 * Makefile.in: Remove obsolete code.
9623 * config/s390/s390x.mt: Ditto.
9624 * config/s390/s390.mt: Ditto.
9625 * config/sparc/sparclynx.mh: Ditto.
9626 * config/sparc/linux.mh: Ditto.
9627 * config/pa/hppaosf.mh: Ditto.
9628 * config/pa/hppabsd.mh: Ditto.
9629 * config/ns32k/nbsd.mt: Ditto.
9630 * config/mips/vr5000.mt: Ditto.
9631 * config/m68k/sun3os4.mh: Ditto.
9632 * config/m68k/nbsd.mt: Ditto.
9633 * config/m68k/m68klynx.mh: Ditto.
9634 * config/m32r/m32r.mt: Ditto.
9635 * config/i386/x86-64linux.mt: Ditto.
9636 * config/i386/nbsdelf.mt: Ditto.
9637 * config/i386/nbsd.mt: Ditto.
9638 * config/i386/i386lynx.mh: Ditto.
9639
9640 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9641
9642 * target.c (debug_print_register): New function. Handle oversize
9643 registers.
9644 (debug_to_fetch_registers): Call.
9645 (debug_to_store_registers): Call.
9646
9647 2002-05-03 Jim Blandy <jimb@redhat.com>
9648
9649 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
9650 (read_type): Doc fix.
9651 * gdbtypes.c (replace_type): Doc fix.
9652
9653 * stabsread.c (multiply_defined_struct): New complaint.
9654 (read_struct_type): If the type we were passed isn't empty, or
9655 incomplete, don't read the new struct type into it; complain,
9656 and return the original type unchanged. Take a new `type_code'
9657 argument, which is the type code for the new type.
9658 (read_type): Rather than storing the type's type code here, pass
9659 it as an argument to read_struct_type, and let that take care of
9660 storing it. That way, we don't overwrite the original type code,
9661 so read_struct_type can use it to decide whether we're overwriting
9662 something we shouldn't.
9663 (complain_about_struct_wipeout): New function.
9664
9665 2002-05-03 Andrew Cagney <ac131313@redhat.com>
9666
9667 * gdbarch.sh: Assert that gdbarch is non-NULL.
9668 * gdbarch.c: Regenerate.
9669
9670 2002-05-03 Jason Merrill <jason@redhat.com>
9671
9672 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
9673 and return NULL.
9674
9675 2002-05-03 Michal Ludvig <mludvig@suse.cz>
9676
9677 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
9678 (x86_64_dwarf2gdb_regno_map_length),
9679 (x86_64_dwarf2_reg_to_regnum): Added.
9680 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
9681 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
9682 (_initialize_x86_64_tdep): Synced with the change above.
9683 (x86_64_skip_prologue): Reformulated message.
9684
9685 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
9686
9687 * f-exp.y: Also use new prev_lexptr variable
9688 to improve error reporting. Based on Michael Snyder
9689 2002-04-24 dated patch to c-exp.y.
9690 * jv-exp.y: Likewise.
9691 * m2-exp.y: Likewise.
9692
9693 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
9694
9695 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
9696 we are dealing with vectors.
9697
9698 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9699
9700 * config/m68k/tm-nbsd.h: Obvious fix,
9701 correct machine name.
9702
9703 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9704
9705 * p-typeprint.c (pascal_type_print_base): Add support
9706 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
9707
9708 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9709
9710 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
9711 for fondamental pascal 'char' type.
9712
9713 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9714
9715 * p-lang.h (is_pascal_string_type): Declaration changed,
9716 new sixth argument of type char ** added.
9717 * p-lang.c (is_pascal_string_type): Implementation
9718 changed. Args length_pos, length_size, string_pos, char_size
9719 can now be NULL. New argument arrayname set to the field
9720 name of the char array. Return value set to char array
9721 field index plus one.
9722 * p-valprint.c (pascal_val_print): Adapt to new declaration of
9723 is_pascal_string_type function.
9724
9725 2002-05-02 Andrew Cagney <cagney@redhat.com>
9726
9727 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
9728 <cagney@redhat.com> change.
9729 * gdbarch.c: Regenerate.
9730
9731 2002-05-02 Andrew Cagney <cagney@redhat.com>
9732
9733 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
9734 before probing for a new one. Detect errorenous gdbarch_init
9735 functions.
9736 * gdbarch.c: Regenerate.
9737
9738 2002-05-01 Andrew Cagney <cagney@redhat.com>
9739
9740 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
9741 * config/mcore/tm-mcore.h: Ditto. Update copyright.
9742 * config/v850/tm-v850.h: Ditto. Update copyright.
9743
9744 2002-04-30 Andrew Cagney <ac131313@redhat.com>
9745
9746 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
9747 current_gdbarch.
9748
9749 2002-04-30 Michael Snyder <msnyder@redhat.com>
9750
9751 * arm-tdep.c: Whitespace clean-ups.
9752 (arm_skip_prologue): Fix thinko; two lines
9753 should have been removed as part of 4/24 change.
9754
9755 2002-04-30 Kevin Buettner <kevinb@redhat.com>
9756
9757 * rs6000-tdep.c: Added comment describing how fpscr register
9758 numbers were chosen.
9759
9760 2002-04-30 Michael Snyder <msnyder@redhat.com>
9761
9762 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
9763
9764 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9765
9766 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
9767 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
9768 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
9769
9770 2002-04-29 Kevin Buettner <kevinb@redhat.com>
9771
9772 From Louis Hamilton <hamilton@redhat.com>:
9773 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
9774 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
9775 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
9776 not bfd-private xcoff data, to determine wordsize.
9777 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
9778
9779 2002-04-29 Andrew Cagney <ac131313@redhat.com>
9780
9781 GDB 5.2 released from 5.2 branch.
9782
9783 2002-04-29 Michal Ludvig <mludvig@suse.cz>
9784
9785 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
9786 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9787 (x86_64_register_info_table): Added comments with register numbers.
9788
9789 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9790
9791 * rs6000-tdep.c (rs6000_extract_return_value,
9792 rs6000_store_return_value): Handle returning vectors.
9793 (rs6000_gdbarch_init): Use
9794 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9795 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9796 New function.
9797 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9798 vectors.
9799 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9800 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
9801
9802 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9803
9804 * hpread.c (hpread_psymtab_to_symtab_1,
9805 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
9806 with fprintf_unfiltered (gdb_stderr,...).
9807
9808 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9809
9810 * remote-array.c (printf_monitor, write_monitor,
9811 array_insert_breakpoint, array_remove_breakpoint ):
9812 Replace fprintf (stderr,...
9813 with fprintf_unfiltered (gdb_stderr,....
9814 * remote-es.c: Likewise.
9815 * remote-os9k.c: Likewise.
9816 * remote-st.c: Likewise.
9817
9818 2002-04-28 Andreas Schwab <schwab@suse.de>
9819
9820 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9821 linux-proc.o and gcore.o.
9822
9823 2002-04-26 Michal Ludvig <mludvig@suse.cz>
9824
9825 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9826 code without frame pointers.
9827
9828 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9829
9830 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9831 ON_STACK is needed.
9832
9833 2002-04-26 Ben Elliston <bje@redhat.com>
9834
9835 * target.c (do_xfer_memory): Correct reference to the new option
9836 "trust-readonly-sections".
9837
9838 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
9839
9840 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9841 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9842 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9843 vectors.
9844 (read_array_type): Record the fact that this array type is really a
9845 vector (i.e. are passed in by value).
9846
9847 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9848
9849 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9850 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9851 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9852 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9853 * alpha-linux-tdep.c: Include frame.h.
9854 (alpha_linux_sigcontext_addr): New function.
9855 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9856 alpha_linux_sigcontext_addr.
9857 * alpha-osf1-tdep.c: Include gdbcore.h.
9858 (alpha_osf1_sigcontext_addr): New function.
9859 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9860 alpha_osf1_sigcontext_addr.
9861 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9862 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9863
9864 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9865
9866 * stack.c (selected_frame_level):
9867 (select_frame): Do not set selected_frame_level.
9868 * frame.h (selected_frame_level): Delete declaration.
9869
9870 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9871
9872 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9873 convert_from_func_ptr-addr when AIX / PowerOpen.
9874
9875 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9876
9877 * valops.c (hand_function_call): Call
9878 generic_save_call_dummy_addr.
9879 * frame.h (generic_save_call_dummy_addr): Declare.
9880 * blockframe.c (struct dummy_frame): Add fields call_lo and
9881 call_hi.
9882 (generic_find_dummy_frame): Check for PC in range call_lo to
9883 call_hi instead of entry_point_address.
9884 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9885 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9886 (generic_save_call_dummy_addr): New function.
9887
9888 2002-04-24 David S. Miller <davem@redhat.com>
9889
9890 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9891 sparc_skip_prologue.
9892 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9893 information to find prologue when possible.
9894 (sparc_prologue_frameless_p): Call examine_prologue directly.
9895 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9896 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9897 second argument.
9898 (SKIP_PROLOGUE): Likewise.
9899
9900 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9901
9902 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9903 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9904 indicate that the condition it was testing is always true.
9905 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9906 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9907 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9908
9909 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9910
9911 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9912 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9913 tdep->jb_pc and tdep->jb_elt_size.
9914 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9915 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9916 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9917 * alpha-nat.c (get_longjmp_target): Remove.
9918 (JB_ELEMENT_SIZE): Ditto.
9919 (JB_PC): Ditto.
9920 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9921 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9922 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9923 to alpha_get_longjmp_target.
9924 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9925 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9926 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9927
9928 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9929
9930 * README: Update to GDB 5.2.
9931
9932 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9933
9934 * gdbarch.sh (LC_ALL): Set to `c'.
9935
9936 2002-04-25 Theodore A. Roth <troth@verinet.com>
9937
9938 * avr-tdep.c: Ran through gdb_indent.sh.
9939
9940 2002-04-25 Theodore A. Roth <troth@verinet.com>
9941
9942 * MAINTAINERS: Add myself as AVR maintainer.
9943 * NEWS: Note new target avr.
9944
9945 2002-04-25 Theodore A. Roth <troth@verinet.com>
9946
9947 * Makefile.in: Add support for AVR target.
9948 * configure.tgt: Add support for AVR target.
9949 * avr-tdep.c: New file
9950 * config/avr/avr.mt: New file.
9951
9952 2002-04-25 Theodore A. Roth <troth@verinet.com>
9953
9954 * MAINTAINERS: Add myself to write-after-approval.
9955
9956 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9957
9958 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9959 with fprintf_unfiltered (gdb_stderr,....
9960
9961 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9962
9963 Fix PR gdb/508.
9964 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9965
9966 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9967
9968 * p-exp.y: Also use new prev_lexptr variable
9969 to improve error reporting. Based on Michael Snyder
9970 2002-04-24 dated patch to c-exp.y.
9971
9972 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9973
9974 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9975 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9976 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9977 to 0.
9978 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9979 and struct value.
9980 (FUNCTION_START_OFFSET): Remove.
9981 (BREAKPOINT): Ditto.
9982
9983 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9984
9985 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9986 * NEWS: Ditto.
9987
9988 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9989
9990 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9991 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9992 alpha_linux_pc_in_sigtramp.
9993 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9994 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9995 alpha_osf1_pc_in_sigtramp.
9996 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9997 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9998 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9999 alphafbsd_pc_in_sigtramp.
10000 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
10001 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
10002 alphanbsd_pc_in_sigtramp.
10003 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
10004 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
10005
10006 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10007
10008 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
10009
10010 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10011
10012 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
10013 alphanbsd-tdep.c.
10014 (alphanbsd-nat.o): New dependency list.
10015 (alphanbsd-tdep.o): Ditto.
10016 * NEWS: Note new native NetBSD/alpha configuration.
10017 * alphanbsd-nat.c: New file.
10018 * alphanbsd-tdep.c: Ditto.
10019 * configure.host (alpha*-*-netbsd*): New host.
10020 * configure.tgt (alpha*-*-netbsd*): New target.
10021 * config/alpha/nbsd.mh: New file.
10022 * config/alpha/nbsd.mt: Ditto.
10023 * config/alpha/nm-nbsd.h: Ditto.
10024 * config/alpha/tm-nbsd.h: Ditto.
10025
10026 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10027
10028 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
10029 (alpha-osf1-tdep.o): New dependency list.
10030 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
10031 and skip_sigtramp_frame members.
10032 * alpha-linux-tdep.c: Include gdbcore.h.
10033 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
10034 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
10035 * alpha-osf1-tdep.c: New file.
10036 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
10037 alpha-osf1-dep.c.
10038 (alpha_frame_past_sigtramp_frame): New function.
10039 (alpha_dynamic_sigtramp_offset): Ditto.
10040 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
10041 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
10042 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
10043 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
10044 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
10045 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
10046 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
10047 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
10048 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
10049 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
10050 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
10051 to find_solib_trampoline_target.
10052 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
10053 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
10054 (SKIP_TRAMPOLINE_CODE): Remove.
10055 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10056 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10057 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
10058 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
10059 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
10060 (PROC_SIGTRAMP_MAGIC): Ditto.
10061 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10062 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10063 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10064 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
10065 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
10066
10067 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10068
10069 * NEWS: Note that Alpha targets are now multi-arch.
10070
10071 2002-04-24 Michael Snyder <msnyder@redhat.com>
10072
10073 * parser-defs.h (prev_lexptr): New external variable.
10074 * parse.c (parse_exp_1): Set prev_lexptr to null before
10075 calling the language-specific parser.
10076 * c-exp.y (yylex): Set prev_lexptr to start of current token.
10077 (yyerror): Use prev_lexptr in error reporting.
10078
10079 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
10082 * gregset.h: If FILL_FPXREGSET is defined, provide
10083 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
10084 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
10085 is defined, call fill_fpxregset.
10086
10087 2002-04-24 Roland McGrath <roland@frob.com>
10088
10089 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
10090 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
10091 (supply_gregset, supply_fpregset): New functions.
10092
10093 * gnu-nat.c (gnu_find_memory_regions): New function.
10094 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
10095 (gnu_xfer_memory): Add a cast.
10096
10097 2002-04-24 Michael Snyder <msnyder@redhat.com>
10098
10099 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
10100 loop. Add handling for "str lr, [sp, #-4]!" and for saves
10101 of argument regs ("str r(0123), [r11, #-nn"]).
10102 (arm_skip_prologue): Better handling for frameless functions.
10103 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
10104 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
10105
10106 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
10107
10108 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
10109 NUM_PSEUDO_REGS can be used.
10110
10111 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10112
10113 * arch-utils.h: Update copyright.
10114
10115 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
10116 * gdbarch.h, gdbarch.c: Re-generate.
10117
10118 * inferior.h (IN_SIGTRAMP): Delete definition.
10119 * arch-utils.c (legacy_pc_in_sigtramp): New function.
10120 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
10121
10122 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
10123 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
10124 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
10125 (find_proc_framesize): Ditto.
10126 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
10127 (alpha_init_extra_frame_info): Ditto.
10128 * infrun.c (handle_inferior_event): Ditto.
10129 (handle_inferior_event): Ditto.
10130 (check_sigtramp2): Ditto.
10131 * blockframe.c (create_new_frame): Ditto.
10132 (get_prev_frame): Ditto.
10133 * ppc-linux-tdep.c: Update comments.
10134 * i386-linux-tdep.c: Update comments.
10135 * breakpoint.c (bpstat_what): Update comment.
10136
10137 2002-04-24 David S. Miller <davem@redhat.com>
10138
10139 * i960-tdep.c (register_in_window_p): New function.
10140 (i960_find_saved_register): Use it instead of
10141 REGISTER_IN_WINDOW_P.
10142 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
10143
10144 * symtab.h (find_stab_function_addr): Kill extern.
10145 * minsyms.c (find_stab_function_addr): Remove from here...
10146 * dbxread.c: ... to here, and mark it static.
10147
10148 2002-04-20 David S. Miller <davem@redhat.com>
10149
10150 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
10151 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
10152
10153 2002-04-21 David S. Miller <davem@redhat.com>
10154
10155 * remote-vxsparc.c (vx_read_register): Fix typo, we want
10156 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
10157 (vx_write_register): Likewise.
10158
10159 2002-04-23 J. Brobecker <brobecker@gnat.com>
10160
10161 * source.c (is_regular_file): New function.
10162 (openp): Check wether file to open is a regular file
10163 to avoid opening directories.
10164
10165 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10166
10167 * findvar.c (extract_signed_integer): Cast printf argument
10168 to suppress format warning.
10169 (extract_unsigned_integer): Likewise.
10170 * infcmd.c (registers_info): Likewise.
10171 * top.c (get_prompt_1): Likewise.
10172 * valops.c (value_assign): Likewise.
10173 * valprint.c (print_decimal): Likewise.
10174
10175 2002-04-22 H.J. Lu (hjl@gnu.org)
10176
10177 * c-exp.y (typebase): Support
10178
10179 [long|long long|short] [signed|unsigned] [int|]
10180
10181 and
10182
10183 signed [long|long long|short] int
10184
10185 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10186
10187 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
10188 and vax-tdep.h.
10189 * vax-tdep.h: New file.
10190 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
10191 Make several routines static.
10192 (vax_get_saved_register): New function.
10193 (vax_gdbarch_init): New function.
10194 (_initialize_vax_tdep): Register vax_gdbarch_init.
10195 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
10196 Remove macros now under the control of gdbarch.
10197
10198 2002-04-22 Michael Snyder <msnyder@redhat.com>
10199
10200 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
10201 Some whitespace and coding standards tweaks.
10202
10203 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10204
10205 * vax-tdep.c: Include regcache.h.
10206 (vax_call_dummy_words): New.
10207 (sizeof_vax_call_dummy_words): New.
10208 (vax_fix_call_dummy): New function.
10209 (vax_saved_pc_after_call): Ditto.
10210 * config/vax/tm-vax.h: Don't include regcache.h.
10211 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
10212 (CALL_DUMMY): Remove.
10213 (CALL_DUMMY_WORDS): Define.
10214 (SIZEOF_CALL_DUMMY_WORDS): Define.
10215 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
10216
10217 2002-04-18 Michael Snyder <msnyder@redhat.com>
10218
10219 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
10220
10221 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10222
10223 * vax-tdep.c (vax_frame_chain): New function.
10224 (vax_push_dummy_frame): Ditto.
10225 (vax_pop_frame): Ditto.
10226 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
10227 (FRAMELESS_FUNCTION_INVOCATION): Use
10228 generic_frameless_function_invocation_not.
10229 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
10230 (POP_FRAME): Use vax_pop_frame.
10231
10232 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10233
10234 * vax-tdep.c (vax_store_struct_return): New function.
10235 (vax_extract_return_value): Ditto.
10236 (vax_store_return_value): Ditto.
10237 (vax_extract_struct_value_address): Ditto.
10238 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
10239 vax_store_struct_return.
10240 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
10241 (STORE_RETURN_VALUE): Use vax_store_return_value.
10242 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
10243
10244 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10245
10246 * vax-tdep.c (vax_frame_saved_pc): New function.
10247 (vax_frame_args_address_correct): Ditto.
10248 (vax_frame_args_address): Ditto.
10249 (vax_frame_locals_address): Ditto.
10250 (vax_frame_num_args): Move code to be in proximity to
10251 other frame-related functions.
10252 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
10253 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
10254 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
10255 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
10256 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
10257
10258 2002-04-22 H.J. Lu (hjl@gnu.org)
10259
10260 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
10261 includedir.
10262
10263 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10264
10265 * vax-tdep.c (vax_frame_init_saved_regs): New function.
10266 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
10267 (FRAME_INIT_SAVED_REGS): New macro.
10268
10269 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10270
10271 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
10272
10273 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10274
10275 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
10276 where needed.
10277 (fetch_osf_core_registers): Likewise.
10278 (supply_gregset): Likewise.
10279
10280 2002-04-22 J. Brobecker <brobecker@gnat.com>
10281
10282 * symfile.h (get_section_index): Define.
10283 * symfile.c (get_section_index): New function.
10284 * mdebugread.c (SC_IS_SBSS): New macro.
10285 (SC_IS_BSS): Return true for the scBss storage class only, as
10286 the scSBss storage class refers to the .sbss section.
10287 (parse_partial_symbols): Discard the symbols which associated
10288 section does not exist.
10289 Make sure to use the .sbss section index for symbols which
10290 storage class is scBss, rather than using the .bss section index.
10291
10292 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10293
10294 * vax-tdep.c: Update copyright years.
10295 (vax_register_name): New function.
10296 (vax_register_byte): Ditto.
10297 (vax_register_raw_size): Ditto.
10298 (vax_register_virtual_size): Ditto.
10299 (vax_register_virtual_type): Ditto.
10300 * config/vax/tm-vax.h: Update copyright years.
10301 (REGISTER_NAMES): Remove.
10302 (REGISTER_NAME): Define.
10303 (REGISTER_BYTE): Use vax_register_byte.
10304 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
10305 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
10306 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
10307
10308 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10309
10310 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
10311 declaration
10312 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
10313
10314 2002-04-21 David S. Miller <davem@redhat.com>
10315
10316 * arch-utils.c (generic_prologue_frameless_p): Kill
10317 SKIP_PROLOGUE_FRAMELESS_P code.
10318 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10319 references.
10320 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
10321 * arc-tdep.c (arc_prologue_frameless_p): Implement.
10322 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10323 references.
10324 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
10325 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
10326 (sparc_gdbarch_init): Pass it to
10327 set_gdbarch_prologue_frameless_p.
10328
10329 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10330
10331 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
10332 (alphabsd-nat.o): New dependency list.
10333
10334 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10335
10336 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
10337 alphafbsd-tdep.c.
10338 (alpha-linux-tdep.o): New dependency list.
10339 (alphafbsd-tdep.o): Likewise.
10340
10341 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10342
10343 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
10344 to here...
10345 * alpha-tdep.c: ...from here.
10346 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
10347
10348 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10349
10350 * config/alpha/tm-alpha.h: Move alpha_software_single_step
10351 prototype from here...
10352 * alpha-tdep.h: ...to here.
10353
10354 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10355
10356 * frame.h (selected_frame_level): Document as deprecated.
10357 (frame_relative_level): Declare.
10358 * stack.c (frame_relative_level): New function.
10359 (selected_frame_level): Document as deprecated.
10360 (select_frame): Do not set the selected_frame_level.
10361
10362 * stack.c (frame_info, record_selected_frame): Update.
10363 (frame_command, current_frame_command): Update.
10364 (up_silently_base, up_command, down_silently_base): Update.
10365 (down_command): Update.
10366 * inflow.c (kill_command): Update.
10367 * tracepoint.c (finish_tfind_command): Update.
10368 * corelow.c (core_open): Update.
10369 * thread.c (info_threads_command): Update.
10370 (do_captured_thread_select): Update.
10371 * infcmd.c (finish_command): Update.
10372 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
10373
10374 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10375
10376 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
10377
10378 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10379
10380 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
10381 type const.
10382
10383 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10384
10385 * alphafbsd-tdep.c: Update copyright years. Include
10386 alpha-tdep.h.
10387 (alphafbsd_use_struct_convention): Make static.
10388 (alphafbsd_init_abi): New function.
10389 (_initialize_alphafbsd_tdep): New function.
10390 * config/alpha/tm-fbsd.h: Update copyright years.
10391 (USE_STRUCT_CONVENTION): Remove.
10392
10393 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10394
10395 * alpha-tdep.c (alpha_abi_handler): New structure to describe
10396 an Alpha ABI variant.
10397 (alpha_abi_handler_list): Declare.
10398 (alpha_gdbarch_register_os_abi): New function.
10399 (alpha_gdbarch_init): Give registered ABI variant handlers a
10400 chance to tweak the gdbarch once we have set up defaults.
10401 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
10402
10403 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10404
10405 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
10406 to standard_coerce_float_to_double.
10407 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10408
10409 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10410
10411 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
10412 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
10413 from gdbarch_tdep rather than a constant.
10414 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
10415 the default text address for all Alpha Unix ABIs.
10416 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
10417 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
10418
10419 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10420
10421 * alpha-tdep.h: New file. Includes several Alpha target constants
10422 taken from...
10423 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
10424 let gdbarch deal with.
10425 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
10426 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
10427 to dependency list.
10428 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
10429 Alpha target register names.
10430 * alphabsd-nat.c: Likewise.
10431 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
10432 Alpha target register names. Make serveral routines static.
10433 (alpha_get_saved_register): New function.
10434 (alpha_abi_names): New.
10435 (process_note_abi_tag_sections): New function.
10436 (get_elfosabi): New function.
10437 (alpha_gdbarch_init): New function.
10438 (alpha_dump_tdep): New function.
10439 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
10440
10441 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10442
10443 * frame.c (find_saved_register): Delete #ifdef
10444 HAVE_REGISTER_WINDOWS code.
10445 * config/sparc/tm-sparc.h: Update comments.
10446 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
10447
10448 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10449
10450 * i960-tdep.c (i960_find_saved_register): New function.
10451 (i960_get_saved_register): New function.
10452 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
10453 (i960_get_saved_register): Declare.
10454 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
10455
10456 2002-04-20 David S. Miller <davem@redhat.com>
10457
10458 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
10459
10460 2002-04-20 Andrew Cagney <ac131313@redhat.com>
10461
10462 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
10463 instead of NUM_PSEUDO_REGS.
10464
10465 2002-04-20 David S. Miller <davem@redhat.com>
10466
10467 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
10468 GDB_MULTI_ARCH_PARTIAL
10469 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
10470 define, let tm-sp64.h do it.
10471
10472 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
10473
10474 * frame.c (find_saved_register): Avoid a NULL pointer
10475 dereference and actually walk the frame list.
10476
10477 2002-04-20 Andrew Cagney <ac131313@redhat.com>
10478
10479 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
10480 sorted in most most-recent-used order. Document.
10481 * gdbarch.h, gdbarch.c: Regenerate.
10482
10483 2002-04-19 Andrew Cagney <ac131313@redhat.com>
10484
10485 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
10486 instead of ->prev.
10487 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
10488 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
10489 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
10490 instead of ->prev.
10491
10492 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
10493
10494 Fix PR gdb/471.
10495 * gdbtypes.c (init_simd_type): Rewrite using new functions.
10496 (build_builtin_type_vec128): Ditto.
10497 (append_composite_type_field): Fix calculation of type length in
10498 union case.
10499
10500 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * config/djgpp/README: Update.
10503
10504 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
10505 compiler warnings.
10506
10507 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
10508
10509 * alpha-tdep.c (setup_arbitrary_frame): Rename...
10510 (alpha_setup_arbitrary_frame): ...to this.
10511 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
10512 for alpha_setup_arbitrary_frame.
10513
10514 2002-04-18 Andrew Cagney <cagney@redhat.com>
10515
10516 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
10517 * gdbarch.h, gdbarch.c: Regenerate.
10518
10519 * defs.h (breakpoint_from_pc_fn): Delete type definition.
10520 * target.h (memory_breakpoint_from_pc): Update declaration.
10521 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
10522
10523 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
10524 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
10525 * mem-break.c (memory_breakpoint_from_pc): Ditto.
10526 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
10527 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
10528 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
10529 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
10530 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
10531 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
10532 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
10533 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
10534 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
10535
10536 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
10537 const pointer.
10538 * monitor.c (monitor_insert_breakpoint): Ditto.
10539 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
10540
10541 * config/mcore/tm-mcore.h: Update copyright.
10542 * mem-break.c: Ditto.
10543 * xstormy16-tdep.c: Ditto.
10544
10545 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
10546
10547 * p-exp.y: Add precedence rule for '^' token.
10548 This removes the shift/reduce conflicts.
10549 Remove the comment concerning these shift/reduce conflicts.
10550
10551 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
10552
10553 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
10554 (registers_powerpc_nofp): New register set for processors
10555 without floating point unit.
10556
10557 2002-04-18 David S. Miller <davem@redhat.com>
10558
10559 * MAINTAINERS: Add myself to write-after-approval.
10560
10561 2002-04-17 Michael Snyder <msnyder@redhat.com>
10562
10563 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
10564
10565 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10566
10567 * rs6000-tdep.c (frame_initial_stack_address): Use
10568 frame_register_read to read the alloca_reg.
10569
10570 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10571
10572 * frame.c (find_saved_register): Find saved registers in the next
10573 not prev frame.
10574 Fix PR gdb/365.
10575
10576 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10577
10578 * gdbarch.sh (LANG): Set to ``c''.
10579
10580 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10581
10582 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
10583
10584 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10585
10586 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
10587 Update copyright.
10588
10589 * hpread.c (hpread_get_lntt): Add declaration.
10590 Also fix PR gdb/391.
10591
10592 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10593
10594 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
10595 * aclocal.m4, configure: Re-generate.
10596 Fix PR gdb/391.
10597
10598 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10599
10600 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
10601 instead of tm_print_insn.
10602
10603 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10604
10605 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
10606
10607 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10608
10609 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
10610 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
10611 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
10612
10613 2002-04-12 Don Howard <dhoward@redhat.com>
10614
10615 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
10616 max_user_call_depth.
10617 (init_cmd_lists): Initialize the new value;
10618 * cli/cli-script.c (execute_user_command): Limit the call depth of
10619 user defined commands. This avoids a core-dump when user commands
10620 are infinitly recursive.
10621
10622 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10623
10624 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
10625 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
10626 from tdep struct instead of DEFAULT_LR_SAVE.
10627 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
10628 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
10629 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
10630
10631 2002-04-12 Michael Snyder <msnyder@redhat.com>
10632
10633 * Remote.c: Spelling fix.
10634 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
10635 If no symbol found for "sbrk", try "_sbrk".
10636 (make_output_phdrs): Use bfd_section_name.
10637 (gcore_copy_callback): Use bfd_section_name.
10638 * eval.c: Indentation fix-ups.
10639 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
10640 in case it gets applied to an address that is already
10641 in the instruction space.
10642 * cli/cli-decode.c (help_list): Allow long lines to wrap.
10643 * symfile.c: Fix indentation, long lines.
10644 * source.c: White space fix-up.
10645
10646 2002-04-12 Andrew Cagney <cagney@redhat.com>
10647
10648 * defs.h (read_relative_register_raw_bytes): Delete declaration.
10649 * frame.c (frame_register_read): New function. Return non-zero on
10650 success.
10651 (read_relative_register_raw_bytes_for_frame): Delete.
10652 (read_relative_register_raw_bytes): Delete.
10653 * frame.h (frame_register_read): Declare.
10654 * d30v-tdep.c: Update Copyright. Use frame_register_read.
10655 * sh-tdep.c: Ditto.
10656 * infcmd.c (do_registers_info): Ditto.
10657 * hppa-tdep.c: Ditto.
10658 * rs6000-tdep.c: Ditto.
10659 * h8500-tdep.c: Ditto.
10660 * mips-tdep.c: Ditto.
10661 * h8300-tdep.c: Ditto.
10662 * z8k-tdep.c: Ditto.
10663
10664 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10665
10666 From Jimi X <jimix@watson.ibm.com>:
10667 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
10668 64-bit SysV ABI.
10669
10670 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10671
10672 From Jimi X <jimix@watson.ibm.com>:
10673 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
10674 bfd info.
10675
10676 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10677
10678 From Jimi X <jimix@watson.ibm.com>:
10679 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
10680 register sets for these processor variants.
10681
10682 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * regformats/reg-ppc.dat: Support FPSCR.
10685
10686 2002-04-11 Kevin Buettner <kevinb@redhat.com>
10687
10688 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
10689 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
10690 Add fpscr as an invalid/unfetchable register.
10691 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
10692 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
10693 (fill_fpregset): Add support for register fpscr.
10694 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
10695 (fill_gregset): Account for the fact that register ``mq'' might
10696 not exist.
10697 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
10698 (registers_power): Add fpscr to register set at slot 71.
10699 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
10700 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
10701
10702 2002-04-11 Michael Snyder <msnyder@redhat.com>
10703
10704 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
10705 * configure: Regenerate.
10706 * config.in: Regenerate.
10707 * acconfig.h: Add define for _SYSCALL32.
10708 * core-sol2.c: Remove #define _SYSCALL32.
10709 * solib-legacy.c: Remove #define _SYSCALL32.
10710
10711 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10712
10713 * stack.c (select_frame): Cleanup internal error message, do not
10714 use %p.
10715
10716 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10717
10718 * stack.c (select_frame): Check that selected_frame and the
10719 specified level are as expected.
10720 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
10721 Update copyright.
10722 * frame.h (struct frame_info): Add field `level'. Update
10723 copyright.
10724 Work-in-progress PR gdb/464.
10725
10726 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10727
10728 * maint.c (maint_print_section_info): Rename print_section_info.
10729 (print_bfd_section_info, print_objfile_section_info): Update.
10730 * inferior.h (struct gdbarch): Add opaque declaration.
10731 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
10732 * gdbarch.h: Regenerate.
10733
10734 2002-04-10 Michal Ludvig <mludvig@suse.cz>
10735
10736 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
10737 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
10738 (kernel_u_size): Added.
10739 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
10740 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
10741
10742 2002-04-04 Jim Ingham <jingham@apple.com>
10743
10744 * valarith.c (find_size_for_pointer_math): New function, either returns
10745 the size for a pointer's target, returns 1 for void *, or errors for
10746 incomplete types.
10747 (value_add, value_sub): use find_size_for_pointer_math.
10748
10749 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10750
10751 * linux-low.c (linux_look_up_symbols): New hook.
10752 (linux_target_ops): Add linux_look_up_symbols.
10753 * remote-utils.c (decode_address): New function.
10754 (look_up_one_symbol): New function.
10755 * server.c (handle_query): Call target look_up_symbols hook.
10756 * server.h (look_up_one_symbol): Add prototype.
10757 * target.h (struct target_ops): Add look_up_symbols hook.
10758
10759 2002-04-09 Andrew Cagney <ac131313@redhat.com>
10760
10761 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
10762 override FP_REGNUM with frame->fp. Update copyright.
10763 * parse.c (num_std_regs, std_regs): Delete.
10764 (target_map_name_to_register): Do not search std_regs. Update
10765 function description.
10766 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
10767 declarations. Update copyright.
10768 Fix PR gdb/251.
10769
10770 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10771
10772 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
10773 after the last symbol in a block.
10774
10775 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
10776
10777 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
10778 is non zero as a found symbol.
10779
10780 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10781
10782 * findvar.c: Include "builtin-regs.h".
10783 (value_of_register): Call value_of_builtin_reg when applicable.
10784 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
10785 (target_map_name_to_register): Call
10786 builtin_reg_map_name_to_regnum.
10787 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
10788 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
10789 (builtin_regs_h): Define.
10790 (builtin-regs.o): New target.
10791 (findvar.o): Add $(builtin_regs_h).
10792 * builtin-regs.c, builtin-regs.h: New files.
10793 * std-regs.c: New file.
10794 Partial fix for PR gdb/251.
10795
10796 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10797
10798 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10799 it's no longer required.
10800
10801 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10802
10803 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10804
10805 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10806
10807 From Jimi X <jimix@watson.ibm.com>:
10808 * rs6000-tdep.c (rs6000_software_single_step): Use
10809 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10810 and size. Use target_insert_breakpoint() and
10811 target_remove_breakpoint() to insert and remove breakpoints
10812 instead of explicit memory reads and writes.
10813
10814 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10815
10816 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10817 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10818 ELF_OBJECT_FORMAT ifdef.
10819
10820 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10821
10822 From Jimi X <jimix@watson.ibm.com>:
10823 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10824
10825 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10826
10827 From Jimi X <jimix@watson.ibm.com>:
10828 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10829 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10830
10831 2002-04-07 Mark Kettenis <kettenis@gnu.org>
10832
10833 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10834 s/asprintf/xasprintf/.
10835 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10836
10837 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10838
10839 I believe Jeff Law denies responsability for this one:
10840 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10841 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10842 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10843 Work-around for PR gdb/366.
10844
10845 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10846
10847 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10848 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10849 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10850
10851 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10852
10853 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10854 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10855 information.
10856
10857 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10858
10859 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10860 maintainer.
10861
10862 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10863
10864 * README (Reporting Bugs in GDB): Document the bug web page as the
10865 prefered way of submitting bugs.
10866 Fix PR gdb/402.
10867
10868 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10869
10870 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10871 -1. Update comment.
10872 * gdbarch.h, gdbarch.c: Re-generate.
10873
10874 2002-04-07 Andreas Schwab <schwab@suse.de>
10875
10876 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10877 buffer to regcache_collect.
10878
10879 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10880
10881 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10882 * gdbarch.c, gdbarch.h: Re-generate.
10883
10884 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10885
10886 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10887 declaration. Fix -Werror.
10888
10889 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10892 * gdbarch.c: Regenerate.
10893
10894 2002-04-05 Michael Snyder <msnyder@redhat.com>
10895
10896 * breakpoint.c (clear_command): Rewrite middle section to
10897 combine two loops with identical control conditions.
10898 Add a cleanup to eliminate a memory leak.
10899 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10900
10901 2002-04-05 H.J. Lu (hjl@gnu.org)
10902
10903 * solib-svr4.c (bkpt_names): Add "__start".
10904
10905 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10906
10907 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10908 as test for 64 bit target.
10909
10910 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10911
10912 * h8500-tdep.c (h8500_write_fp): Delete function.
10913 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10914 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10915 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10917 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10918 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10919 (s390_write_fp):
10920 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10921 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10922 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10923 (d10v_write_fp): Delete function.
10924 * inferior.h (write_fp, generic_target_write_fp): Delete
10925 declarations.
10926 * regcache.c (generic_target_write_fp): Delete function.
10927 (write_fp): Delete function.
10928 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10929 * gdbarch.h, gdbarch.c: Regenerate.
10930 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10931 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10932 (sparc64_write_fp): Delete declaration.
10933 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10934 (h8500_write_fp): Delete declaration.
10935
10936 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10937
10938 * sparc-tdep.c (sparc64_write_fp): Delete.
10939 (sparc_push_dummy_frame): Replace write_fp call with code to store
10940 the FP directly.
10941 (sparc_gdbarch_init): Do not initialize write_fp.
10942
10943 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10944
10945 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10946 clause.
10947
10948 2002-03-29 Jim Blandy <jimb@redhat.com>
10949
10950 * stack.c (get_selected_block): Add new argument `addr_in_block',
10951 used to return the exact code address we used to select the block,
10952 not just the block.
10953 * blockframe.c (get_frame_block, get_current_block): Same.
10954 * frame.h (get_frame_block, get_current_block,
10955 get_selected_block): Update declarations.
10956 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10957 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10958
10959 2002-04-05 Michael Snyder <msnyder@redhat.com>
10960
10961 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10962 warning message.
10963
10964 2002-04-05 J. Brobecker <brobecker@gnat.com>
10965
10966 * utils.c (xfullpath): New function.
10967 * defs.h (xfullpath): Add declaration.
10968 * source.c (openp): Use xfullpath in place of gdb_realpath to
10969 avoid resolving the basename part of filenames when the
10970 associated file is a symbolic link. This fixes a potential
10971 inconsistency between the filenames known to GDB and the
10972 filenames it prints in the annotations.
10973 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10974 to be able to match a filename with either the real filename, or
10975 the name of any symbolic link to this file.
10976 (lookup_partial_symtab): Ditto.
10977
10978 2002-04-04 Michael Snyder <msnyder@redhat.com>
10979
10980 * breakpoint.c: Add support for hardware breakpoints in overlays.
10981 (overlay_events_enabled): New state variable.
10982 (insert_breakpoints): Use overlay_events_enabled to decide
10983 whether to attempt to set a breakpoint at the overlay load addr.
10984 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10985 (remove_breakpoint): Use overlay_events_enabled to decide
10986 whether breakpoints need to be removed from overlay load addr.
10987 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10988 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10989 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10990 disable_overlay_breakpoints): Update overlay_events_enabled.
10991
10992 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10993
10994 * dwarf2read.c (struct function_range): New.
10995 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10996 (check_cu_functions): New.
10997 (read_file_scope): Initialize global function lists.
10998 Call dwarf_decode_line after processing children.
10999 (read_func_scope): Add to global function list.
11000 (dwarf_decode_lines): Call check_cu_functions everywhere
11001 record_line is called. Call record_line with a linenumber
11002 of 0 to mark sequence ends.
11003
11004 2002-04-04 Michal Ludvig <mludvig@suse.cz>
11005
11006 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
11007 change sync with glibc.
11008
11009 2002-04-03 Jim Blandy <jimb@redhat.com>
11010
11011 * configure.in: Call AC_C_INLINE.
11012 * configure: Regenerated.
11013
11014 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
11015
11016 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
11017 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
11018
11019 2002-03-31 Mark Kettenis <kettenis@gnu.org>
11020
11021 * NEWS: Mention gcore support on FreeBSD/i386.
11022
11023 * fbsd-proc.c: New file.
11024 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
11025 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
11026
11027 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
11028 while statement.
11029
11030 2002-03-29 Jim Blandy <jimb@redhat.com>
11031
11032 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
11033 unescaped newlines in string literals, but newer ones don't. So
11034 escape them.
11035
11036 2002-03-26 Michael Snyder <msnyder@redhat.com>
11037 Andrew Cagney <cagney@redhat.com>
11038
11039 * cli/cli-dump.c: New file. Dump memory to file,
11040 restore file to memory.
11041 * cli/cli-dump.h: New file.
11042 * Makefile.in: Add rules, dependencies for cli-dump.o.
11043 * NEWS: Mention new commands.
11044
11045 2002-03-28 Michael Snyder <msnyder@redhat.com>
11046
11047 * symfile.c (symbol_file_add): Move test for null symbols to later.
11048
11049 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11050
11051 From veksler at il.ibm.com:
11052 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
11053 the xstrduped original path.
11054 Fix PR gdb/417.
11055
11056 2002-03-27 Michael Snyder <msnyder@redhat.com>
11057
11058 * breakpoint.c (_initialize_breakpoint): Clean up help string.
11059 * infcmd.c (_initialize_infcmd): Ditto.
11060 * language.c (_initialize_language): Ditto.
11061 * symfile.c (_initialize_symfile): Ditto.
11062 * top.c (_init_main): Ditto.
11063 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11064
11065 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
11066
11067 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
11068 vector registers handling.
11069 (skip_prologue): Handle new AltiVec instructions. Fill in new
11070 fields of frame data.
11071 (frame_get_saved_regs): Fill in information for AltiVec registers.
11072
11073 2002-03-27 Jim Blandy <jimb@redhat.com>
11074
11075 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
11076 a function; leave this macro here to invoke that function.
11077 (symbol_init_mangled_name): Declaration for that function.
11078 * symtab.c (symbol_init_mangled_name): New function.
11079
11080 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11081
11082 * valarith.c: Replace strerror with safe_strerror.
11083 * tracepoint.c: Ditto.
11084 * lin-lwp.c: Ditto.
11085 * go32-nat.c: Ditto.
11086 * inflow.c: Ditto.
11087 * gnu-nat.c: Ditto.
11088
11089 2002-03-27 Andreas Schwab <schwab@suse.de>
11090
11091 * event-top.c (command_line_handler): Remove useless if.
11092
11093 2002-03-27 Andreas Jaeger <aj@suse.de>
11094
11095 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
11096 comment.
11097
11098 2002-03-27 Michal Ludvig <mludvig@suse.cz>
11099
11100 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
11101 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
11102 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
11103 (x86_64_linux_dr_get_status, supply_gregset),
11104 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
11105 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
11106 (x86_64_register_info_table): Add.
11107 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
11108 (x86_64_register_raw_size, x86_64_register_virtual_type),
11109 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
11110 general x86_64_register_info_table.
11111 (i386_gdbarch_init): gdbarch_register_bytes is now set
11112 dynamicaly during initialization.
11113 * regformats/reg-x86-64.dat: Synced with changes to registers above.
11114 * gdbserver/linux-x86-64-low.c: Ditto.
11115
11116 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11117
11118 * gdbserver/server.c (main): Call target_signal_to_host_p
11119 and target_signal_to_host on signals received from the remote.
11120 * gdbserver/remote-utils.c (prepare_resume_reply): Call
11121 target_signal_from_host on signals sent to the remote.
11122 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
11123 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
11124
11125 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11126
11127 * signals/signals.c: Include "server.h" in gdbserver build.
11128 (target_signal_from_name): Don't use STREQ.
11129 (_initialize_signals): Likewise. Don't include function in
11130 gdbserver build.
11131
11132 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11133
11134 * signals.c: Moved to...
11135 * signals/signals.c: Here.
11136 * Makefile (signals.o): Update.
11137
11138 2002-03-26 Jeff Law (law@redhat.com)
11139
11140 * somread.c (som_symtab_read): Remove some commented out code and
11141 updated related comments. Do not set the minimal symbol table to
11142 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
11143 in a dynamic executable.
11144 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
11145 where we are unable to find the minimal symbol for the given
11146 PC value.
11147
11148 2002-03-25 Jeff Law (law@redhat.com)
11149
11150 * linux-proc.c (read_mapping): Scan up to end of line for filename.
11151
11152 2002-03-25 Michal Ludvig <mludvig@suse.cz>
11153
11154 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
11155
11156 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11157
11158 * command.h: Update copyright.
11159 (struct cmd_list_element): Replace definition with opaque
11160 declaration.
11161 (enum cmd_types): Document that it will eventually be moved to
11162 cli/cli-decode.h
11163 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
11164 (MALLOCED_REPLACEMENT): Delete macro.
11165 * Makefile.in (cli_decode_h): Add $(command_h).
11166 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
11167 * top.c: Include "cli/cli-decode.h".
11168 * completer.c: Include "cli/cli-decode.h".
11169 * maint.c: Include "cli/cli-decode.h".
11170 * cli/cli-decode.h: Include "command.h".
11171 (enum command_class): Delete.
11172 (enum cmd_types): Comment out.
11173 (enum cmd_auto_boolean): Delete.
11174 (enum var_types): Delete.
11175
11176 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11177
11178 * cli/cli-decode.c: Include "gdb_assert.h".
11179 (add_set_or_show_cmd): New static function.
11180 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
11181 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
11182 all fields, such as func, from the set command.
11183
11184 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11185
11186 * MAINTAINERS (sh-elf): Change warning flag to -w.
11187
11188 2002-03-23 Andrew Cagney <cagney@redhat.com>
11189
11190 * defs.h (error): Add printf format attribute.
11191 * thread-db.c (thread_from_lwp): Fix error format string.
11192 * stack.c (parse_frame_specification): Ditto.
11193 * cli/cli-decode.c (undef_cmd_error): Ditto.
11194 * scm-lang.c (scm_lookup_name): Ditto.
11195 * tracepoint.c (trace_error): Ditto.
11196 * remote-utils.c (usage): Ditto.
11197 * remote.c (compare_sections_command): Ditto.
11198 Fix PR gdb/328.
11199
11200 2002-03-22 Andrew Cagney <ac131313@redhat.com>
11201
11202 * gdbtypes.c (append_composite_type_field): New function.
11203 (init_composite_type): New function.
11204 * gdbtypes.h (append_composite_type_field): Declare.
11205 (init_composite_type): Ditto.
11206
11207 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
11208
11209 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
11210 function.
11211 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
11212 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
11213 structure returning convention for SYSV ABI case, but not
11214 for GNU/Linux, FreeBSD, or NetBSD.
11215
11216 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * symtab.h (lookup_block_symbol): Add mangled_name argument
11219 to prototype.
11220
11221 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
11222 with new mangled_name argument.
11223 * linespec.c (decode_line_1): Likewise.
11224 * valops (value_of_this): Likewise.
11225 * symtab.c (lookup_transparent_type): Likewise.
11226 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
11227 (lookup_symbol): If we are given a mangled name, pass it down
11228 to lookup_symbol_aux.
11229 (lookup_block_symbol): If we are given a mangled name to check
11230 against, only return symbols which match it.
11231
11232 2002-03-22 Christopher Faylor <cgf@redhat.com>
11233
11234 * win32-nat.c (child_create_inferior): Check for proper shell to use
11235 here, in case the user changes it on the fly.
11236 (_initialize_inftarg): Remove shell path considerations.
11237
11238 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
11239
11240 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
11241 for gdbarch_max_register_raw_size and max_register_virtual_size.
11242 Adjust copyright year.
11243
11244 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
11245
11246 * dbxread.c (process_one_symbol): Extend the first N_SLINE
11247 in a function to cover the entire beginning of the function
11248 as well if it does not already.
11249
11250 2002-03-21 Tom Rix <trix@redhat.com>
11251
11252 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
11253 (rs6000_ptrace64): Renamed from ptrace64.
11254
11255 2002-03-20 Martin M. Hunt <hunt@redhat.com>
11256
11257 * gdbserver/remote-utils.c (remote_open): Don't call
11258 getprotobyname, we're all using TCP here so just use
11259 IPPROTO_TCP.
11260 * gdbserver/gdbreplay.c (remote_open): Ditto.
11261
11262 2002-03-20 Martin M. Hunt <hunt@redhat.com>
11263
11264 * regcache.c (_initialize_regcache): No need to call
11265 build_regcache() at this time; it gets called whenever
11266 the gdbarch changes.
11267
11268 2002-03-20 David O'Brien <obrien@FreeBSD.org>
11269
11270 * sparc-nat.c: Include sys/param.h where possible.
11271
11272 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
11273
11274 Fix PR gdb/422.
11275 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
11276 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
11277 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
11278 complex types.
11279 * stabsread.c (rs6000_builtin_type): Likewise.
11280 (read_sun_floating_type): Likewise.
11281
11282 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11283
11284 * stabsread.c (read_member_functions): Remove skip code for duplicate
11285 constructor/destructor methods. Use standard parsing for these
11286 methods and just do not chain them to the list of methods after
11287 parsing.
11288
11289 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
11290
11291 * coffread.c: Remove redundant static declarations. Replace
11292 occurrences of `PTR' with `void *'.
11293 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
11294 * top.h (quit_cover): Likewise.
11295 * defs.h (catch_errors): Likewise.
11296
11297 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11298
11299 * defs.h (XMALLOC): Define.
11300 * gdb-events.sh (XMALLOC): Delete macro.
11301 * gdb-events.c, gdb-events.h: Regenerate.
11302 * gdbarch.sh (XMALLOC): Delete macro.
11303 * gdbarch.c: Regenerate.
11304 * serial.c (XMALLOC): Delete macro.
11305 * ui-file.c (XMALLOC): Ditto.
11306 * ser-unix.h (XMALLOC): Ditto.
11307 * sh-tdep.c (XMALLOC): Ditto.
11308 * ui-out.c (XMALLOC): Ditto.
11309 * utils.c (XMALLOC): Ditto.
11310 * i386-tdep.c (XMALLOC): Ditto.
11311 * gdb-events.c (XMALLOC): Ditto.
11312 * d10v-tdep.c (XMALLOC): Ditto.
11313 * cli-out.c (XMALLOC): Ditto.
11314
11315 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
11316 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
11317 * ui-file.c, ui-out.c: Ditto.
11318
11319 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11320
11321 * command.h (struct cmd_list_element): Add field context.
11322 (set_cmd_context, get_cmd_context): Declare.
11323 * cli/cli-decode.h: Ditto.
11324 * cli/cli-decode.c (get_cmd_context): New function.
11325 (set_cmd_context): New function.
11326 (add_cmd): Initialize context.
11327 Part of fixing PR gdb/145 and PR gdb/146.
11328
11329 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11330
11331 * cli/cli-decode.c (cmd_type): New function.
11332 * command.h (cmd_type): Declare.
11333 * infrun.c (set_schedlock_func): Call function cmd_type.
11334 * kod.c (kod_set_os): Call cmd_type.
11335 * cris-tdep.c (cris_version_update): Use function cmd_type.
11336 (cris_mode_update, cris_abi_update): Ditto.
11337
11338 * command.h: (execute_cmd_post_hook): Declare.
11339 (execute_cmd_pre_hook): Declare.
11340 * cli/cli-script.c (clear_hook_in_cleanup): New function.
11341 (execute_cmd_post_hook, execute_cmd_pre_hook): New
11342 functions. Execute pre/post hook while ensuring that afterwords
11343 hook_in is cleared.
11344 * top.c (execute_command): Use execute_cmd_post_hook, and
11345 execute_cmd_pre_hook to execute pre/post commands.
11346 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
11347 hook_stop_stub.
11348 (hook_stop_stub): Call execute_cmd_pre_hook.
11349
11350 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11351
11352 * kod.c (kod_set_os): Revert previous change. Is called by ``info
11353 set'' and this leads to a core dump. Move xstrdup of
11354 operating_system to after check that it is not NULL.
11355
11356 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11357
11358 * kod.c (kod_set_os): Remove unnecessary check that
11359 ``command->type'' is set_cmd.
11360
11361 * valprint.c (set_input_radix): Use input_radix.
11362 (set_output_radix): Use output_radix.
11363 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
11364 isn't reverted.
11365
11366 2002-03-16 Andrew Cagney <ac131313@redhat.com>
11367
11368 * value.h (struct value): Delete field ``substring_addr''. Change
11369 aligner fields to force_doublest_align, force_longest_align,
11370 force_core_addr_align and force_pointer_aligh.
11371
11372 * value.h (struct value): Fix typo in above change.
11373
11374 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11375
11376 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
11377 to fix internal_error from ``maintenance print architecture''.
11378
11379 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11380
11381 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
11382 for gcc versions after gcc-2.8.1.
11383
11384 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11385
11386 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
11387 for method resolution. Restore adjustment of ``this'' pointer after
11388 calling value_struct_elt, which was accidentally removed during the
11389 HP merge.
11390
11391 2002-03-15 Andrew Cagney <ac131313@redhat.com>
11392
11393 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
11394 value_of_register.
11395 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
11396 get_saved_register.
11397 * value.h (value_of_register): Update.
11398
11399 2002-03-14 Richard Henderson <rth@redhat.com>
11400
11401 * configure.in: Detect declaration for canonicalize_file_name.
11402 * utils.c (canonicalize_file_name): Declare, if needed.
11403 (gdb_realpath): Prefer realpath if available and usable.
11404 * config.in, configure: Rebuild.
11405
11406 2002-03-14 Richard Henderson <rth@redhat.com>
11407
11408 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
11409 a constant array bound.
11410
11411 * MAINTAINERS: Add myself to write-after-approval.
11412
11413 2002-03-14 Michael Snyder <msnyder@redhat.com>
11414
11415 * symfile.c (syms_from_objfile): Return immediately if no syms.
11416 (symbol_file_add): Return immediately if no syms.
11417 (find_sym_fns): Return immediately if no syms.
11418
11419 2002-03-13 Michal Ludvig <mludvig@suse.cz>
11420
11421 * gdbserver/remote-util.c (remote_open): Print remote-side's
11422 IP address when remote debugging over the network.
11423
11424 2002-03-12 David O'Brien <obrien@FreeBSD.org>
11425
11426 * config/sparc/fbsd.mh: Fix copyright.
11427 * config/sparc/fbsd.mt: Likewise.
11428
11429 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
11430
11431 * MAINTAINERS: Fix typo in name of gdb warnings option.
11432 (x86-64): Fix formating so that this can be parsed by awk.
11433
11434 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
11435
11436 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
11437 * defs.h: Include "gdb/signals.h".
11438 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
11439
11440 2002-03-10 Michal Ludvig <mludvig@suse.cz>
11441
11442 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
11443 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
11444 from x86-64-tdep.h
11445
11446 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
11447 Don Howard <dhoward@redhat.com>
11448
11449 * mips-tdep.c (ST0_FR): Define.
11450 (mips2_fp_compat): New function, temporarily disabled.
11451 (mips_read_fp_register_single): New function.
11452 (mips_read_fp_register_double): New function.
11453 (mips_print_register): Use them.
11454 (do_fp_register_row): Likewise.
11455
11456 2002-03-09 Andrew Cagney <ac131313@redhat.com>
11457
11458 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
11459 approval''.
11460
11461 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11462
11463 * stabsread.c (read_member_functions): Fix is_stub test for
11464 static member functions, improve comment.
11465
11466 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
11467
11468 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
11469 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
11470 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
11471 commands that set boolean values.
11472 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
11473 (arm_rdi_resume): Always initialize PC.
11474 (arm_rdi_open): Don't use rslt as a boolean.
11475 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
11476 (arm_rdi_fetch_registers, arm_rdi_store_registers)
11477 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
11478 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
11479
11480 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
11481
11482 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
11483 * configure: Rebuilt.
11484
11485 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11486
11487 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
11488 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
11489
11490 2002-03-06 Andrew Cagney <ac131313@redhat.com>
11491
11492 * cli/cli-decode.c (set_cmd_completer): New function.
11493 * command.h (set_cmd_completer): Declare.
11494 * cli/cli-decode.h (set_cmd_completer): Ditto.
11495
11496 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
11497 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11498 * win32-nat.c (_initialize_inftarg): Ditto.
11499 * remote-rdi.c (_initialize_remote_rdi): Ditto.
11500 * proc-api.c (_initialize_proc_api): Ditto.
11501 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
11502 * source.c (_initialize_source): Ditto.
11503 * exec.c (_initialize_exec): Ditto.
11504 * solib.c (_initialize_solib): Ditto.
11505 * top.c (init_main): Ditto.
11506 * tracepoint.c (_initialize_tracepoint): Ditto.
11507 * symfile.c (_initialize_symfile): Ditto.
11508 * printcmd.c (_initialize_printcmd): Ditto.
11509 * infcmd.c (_initialize_infcmd): Ditto.
11510 * corefile.c (_initialize_core): Ditto.
11511
11512 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11513
11514 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
11515
11516 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11517
11518 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
11519
11520 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11521
11522 * NEWS: Update headings, 5.2 has branched.
11523
11524 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
11525
11526 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
11527 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
11528 (register_addr, REGISTER_RAW_SIZE): Likewise.
11529 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
11530 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
11531
11532 2002-03-03 Michal Ludvig <mludvig@suse.cz>
11533
11534 * MAINTAINERS (x86-64): Add myself.
11535 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
11536 changed value_ptr -> struct value *
11537
11538 2002-03-01 David O'Brien <obrien@FreeBSD.org>
11539
11540 * configure.host (sparc64-*-freebsd): Add.
11541 * configure.tgt: Likewise.
11542 * config/sparc/fbsd.mh: New file.
11543 * config/sparc/fbsd.mt: Likewise.
11544 * config/sparc/nm-fbsd.h: Likewise.
11545 * config/sparc/tm-fbsd.h: Likewise.
11546
11547 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
11550 regformats/reg-s390x.dat.
11551
11552 2002-03-01 Andrew Cagney <ac131313@redhat.com>
11553
11554 * utils.c: Add FIXME explaining true/false problem.
11555
11556 2002-02-28 Andrew Cagney <ac131313@redhat.com>
11557
11558 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
11559
11560 2002-02-28 Michael Chastain <mec@shout.net>
11561
11562 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
11563
11564 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
11565
11566 * gdbserver/linux-s390-low.c: New file.
11567 * regformats/reg-s390.dat: New file.
11568 * regformats/reg-s390x.dat: New file.
11569 * gdbserver/configure.srv: Add S/390.
11570 * gdbserver/Makefile.in: Add S/390.
11571 * configure.tgt: Enable gdbserver for S/390.
11572
11573 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
11574
11575 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
11576 first line of the doc string for "info dos", except at the end of
11577 the sentence, since the short help stops at the first period.
11578
11579 2002-02-28 Jason Merrill <jason@redhat.com>
11580
11581 * dwarf2read.c (dwarf_cfi_name): Add new codes.
11582
11583 2002-02-27 Fred Fish <fnf@redhat.com>
11584
11585 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
11586 comment (dumy -> dummy).
11587
11588 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11589
11590 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
11591
11592 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
11593
11594 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
11595
11596 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11597
11598 * gdbserver/acconfig.h: New file.
11599 * gdbserver/i387-fp.c: New file.
11600 * gdbserver/i387-fp.h: New file.
11601 * gdbserver/linux-x86-64.c: New file.
11602 * regformats/reg-x86-64.dat: New file.
11603 * configure.tgt: Add x86_64-*-linux* gdbserver support.
11604 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
11605 * gdbserver/configure.in: Add support for regsets.
11606 * gdbserver/config.in: Regenerate.
11607 * gdbserver/configure: Regenerate.
11608 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
11609 * gdbserver/linux-low.h: New file.
11610 * gdbserver/linux-low.c: Include "linux-low.h". Add support
11611 for regsets.
11612 * gdbserver/linux-arm-low.c: Include "linux-low.h".
11613 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
11614 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
11615 * gdbserver/linux-mips-low.c: Include "linux-low.h".
11616 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
11617 * gdbserver/linux-sh-low.c: Include "linux-low.h".
11618 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
11619 "i387-fp.h". Add PTRACE_GETREGS and friends.
11620 * gdbserver/regcache.c (supply_register): New function.
11621 (supply_register_by_name): New function.
11622 (collect_register): New function.
11623 (collect_register_by_name): New function.
11624
11625 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11626
11627 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
11628 (config.status): Add configure.srv dependency.
11629 (server_h): Add config.h dependency.
11630
11631 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11632
11633 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
11634 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
11635 * gdbserver/configure.srv: Change i386-*-linux* to use
11636 reg-i386-linux.o.
11637
11638 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11639
11640 * x86-64-tdep.c: Re-indent. Update copyright date.
11641
11642 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11643
11644 From Michal Ludvig <mludvig@suse.cz>:
11645 * x86-64-tdep.c (value.h): Delete.
11646 (gdb_assert.h): Include.
11647 (x86_64_register_convert_to_virtual,
11648 x86_64_register_convert_to_raw ): Add check which lets only
11649 floating-point values to be converted.
11650 (value_push): Delete.
11651 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
11652 (i386_gdbarch_init): Number of register_bytes fixed.
11653
11654 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11655
11656 * MAINTAINERS: Add x86-64 target.
11657
11658 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11659
11660 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
11661 * osfsolib.c (solib_map_sections): Ditto.
11662 * irix5-nat.c (solib_map_sections): Ditto.
11663 * corelow.c (gdb_check_format): Ditto.
11664 * symfile.c (symfile_bfd_open): Ditto.
11665 * solib.c (solib_map_sections): Ditto.
11666 Fix PR gdb/354.
11667
11668 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11669
11670 * remote.c (_initialize_remote): By default, disable ``e'' and
11671 ``E'' step out-of-range packets.
11672
11673 2002-02-26 Andreas Schwab <schwab@suse.de>
11674
11675 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
11676 m68k_linux_frame_saved_pc.
11677 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
11678 in_sigtramp.
11679 (SIGCONTEXT_PC_OFFSET): Remove.
11680 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
11681 m68k_linux_sigtramp_saved_pc): New functions.
11682 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
11683 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
11684 (UCONTEXT_PC_OFFSET): Define.
11685 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
11686 non-RT and RT signal trampolines.
11687
11688 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
11689
11690 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
11691 (TARGET_NBPG, STACK_END_ADDR): Delete
11692 (VARIABLES_INSIDE_BLOCK): Delete.
11693
11694 2002-02-25 Andrew Cagney <ac131313@redhat.com>
11695
11696 * utils.c (perror_with_name): Make string parameter constant.
11697 (print_sys_errmsg): Ditto.
11698 (query): Ditto.
11699 * defs.h (perror_with_name): Update.
11700 (print_sys_errmsg): Update.
11701 (query): Update.
11702
11703 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
11704
11705 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
11706 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
11707
11708 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11709
11710 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
11711 if it already matches the current architecture from the exec file.
11712 Include arch-utils.h for gdbarch_info_init prototype.
11713 * Makefile.in (rs6000-nat.o): Update dependencies.
11714
11715 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
11716
11717 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
11718 list of exported variables.
11719
11720 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
11721
11722 * gdbserver/configure.srv: New file.
11723 * gdbserver/configure.in: Use configure.srv instead
11724 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
11725 from it.
11726 * gdbserver/configure: Regenerated.
11727 * gdbserver/terminal.h: New file.
11728 * gdbserver/Makefile.in: Update for configure changes. Remove
11729 more unneeded include paths.
11730
11731 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11732
11733 From wiz at danbala:
11734 * config/sparc/tm-sp64.h: Fix grammar and typos.
11735 Fix PR gdb/287.
11736
11737 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11738
11739 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
11740 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
11741 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
11742 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
11743 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
11744 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
11745 * s390-tdep.c: Ditto.
11746 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
11747 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
11748 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
11749 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
11750 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
11751 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
11752 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
11753 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
11754 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
11755 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
11756 Fix PR gdb/378.
11757
11758 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11759
11760 * lin-thread.c: Delete file.
11761 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
11762 to gdb_proc_service.h.
11763 * configure: Re-generate.
11764
11765 * ocd.c (ocd_open): Do not try to open the "ocd" device.
11766 * serial.c (serial_open): Delete check for "ocd".
11767 Fix PR gdb/349.
11768
11769 * Makefile.in (linux-thread.o): Delete target.
11770 * linux-thread.c: Delete file.
11771
11772 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
11773 renamed SH files to be consistent.
11774
11775 * symtab.c (sort_search_symbols): Use xfree.
11776
11777 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11778
11779 * arm-linux-tdep.c (arm_linux_init_abi): Register
11780 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
11781 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
11782 definition with undef, since we don't want the sysvr4 definition.
11783 (SKIP_TRAMPOLINE_CODE): Likewise.
11784
11785 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11786
11787 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
11788
11789 * configure.in: (AC_CHECK_FUNCS) Added test for
11790 canonicalize_file_name Regenerated.
11791 * config.in, configure: Regenerated.
11792 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
11793 defined use canonicalize_file_name.
11794
11795 2002-02-23 Michael Chastain <mec@shout.net>
11796
11797 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11798
11799 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11800
11801 * README: Remove references to cygnus.com.
11802 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11803 dot com'' form. Remove references to cygnus.com and sourceware.
11804
11805 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11806
11807 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11808 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11809 1003.1-2001 no longer allows "head -1".
11810 * gdb/Makefile.in (version.c): Likewise.
11811 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11812 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11813 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11814
11815 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11816
11817 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11818 * command.h (cmd_cfunc_eq): Declare.
11819 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11820
11821 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11822 ``struct cmd_list_element *''.
11823 * cli/cli-cmds.c (is_complete_command): Update. Use
11824 cmd_cfunc_eq.
11825 * top.c (execute_command): Pass the command to
11826 is_complete_command.
11827 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11828
11829 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11830
11831 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11832 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11833 architecture defines.
11834 * s390-tdep.c (s390_gdbarch_init): Likewise.
11835
11836 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11837
11838 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11839 (arm_linux_push_arguments): Likewise.
11840 (arm_linux_init_abi): Register them. Also register linux-specific
11841 call_dummy_words.
11842 (find_minsym_and_objfile): Use strcmp, not STREQ.
11843 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11844 (arm_linux_call_dummy_words): Delete declaration.
11845 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11846 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11847 declarations.
11848 (LOWEST_PC): Delete.
11849
11850 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11851
11852 * maint.c (print_section_info): Do not prepend `0x' to filepos
11853 output, it will be handled by local_hex_string_custom.
11854
11855 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11856
11857 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11858 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11859 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11860
11861 2002-02-22 Jim Blandy <jimb@redhat.com>
11862
11863 Indicate that the bcache functions don't change the strings
11864 they're passed.
11865 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11866 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11867
11868 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11869
11870 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11871
11872 2002-02-21 Christopher Faylor <cgf@redhat.com>
11873
11874 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11875 find the complete path to a loaded DLL.
11876
11877 2002-02-21 Fred Fish <fnf@redhat.com>
11878
11879 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11880 that marks the end of the range of a function, enter a line number
11881 entry that has a line number of zero and a PC offset that matches
11882 the end of the function. This starts a range of PC's for which no
11883 line number information is known.
11884 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11885 PC's for which no line number info is found (line number is zero)
11886 then we didn't find any valid line information.
11887 * symtab.h: Document use of zero line number entry.
11888
11889 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
11890
11891 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11892 (have_ptrace_getvrregs): Define for run time checks.
11893 (gdb_vrregset_t): New type for Altivec register handling.
11894 (fetch_register, store_register): Fetch/store altivec register
11895 when needed.
11896 (fetch_altivec_register, store_altivec_register): New functions.
11897 (supply_vrregset, fill_vrregset): New functions.
11898 (fetch_altivec_registers, store_altivec_registers): New functions.
11899 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11900 registers as well.
11901
11902 2002-02-21 Jiri Smid <smid@suse.cz>
11903
11904 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11905
11906 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11907
11908 * Makefile.in (armnbsd-nat.o): Update dependencies.
11909 * armnbsd-nat.c (supply_gregset): New function. Common code to
11910 supply the integer register set.
11911 (supply_fparegset): New function. Similar for FPA registers.
11912 (fetch_regs, fetch_fp_regs): Use them.
11913 (fetch_core_registers): Likewise.
11914 (fetch_elfcore_registers): New function.
11915 (arm_netbsd_elfcore_fns): New core-file type specification.
11916 (_initialize_arm_netbsd_nat): Register it.
11917
11918 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11919
11920 * armnbsd-nat.c: Include gdbcore.h.
11921 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11922 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11923 'void' to declaration, to shut up ARI.
11924 (fetch_core_registers): Make static. Rewrite using supply_register.
11925 (arm_netbsd_core_fns): New core-file type specification.
11926 (_initialize_arm_netbsd_nat): New function.
11927
11928 2002-02-21 Christopher Faylor <cgf@redhat.com>
11929
11930 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11931 value.
11932
11933 2002-02-20 Christopher Faylor <cgf@redhat.com>
11934
11935 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11936 fails.
11937
11938 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11939
11940 * jv-exp.y (parse_number): Change type of implicit longs
11941 to builtin_type_uint64.
11942
11943 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11944
11945 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11946 to be an integer instead of a `union wait'.
11947
11948 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11949
11950 * mips-linux-nat.c: Call the operating system GNU/Linux.
11951 * mips-linux-tdep.c: Likewise.
11952 * mips-tdep.c: Likewise.
11953
11954 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11955
11956 Fix PR gdb/265.
11957 * jv-exp.y (parse_number): Handle 64-bit integers.
11958
11959 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11960
11961 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11962 AC_STDC_HEADERS to AC_HEADER_STDC.
11963 * gdbserver/configure: Regenerated.
11964
11965 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11966
11967 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11968 is defined.
11969 * sparc-tdep.c (get_longjmp_target): Likewise.
11970
11971 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11972
11973 * News: Add news about ARM and Multi-arch. Mention the new target
11974 arm*-*-netbsd*.
11975
11976 2002-02-19 Jim Blandy <jimb@redhat.com>
11977
11978 * stabsread.c (error_type_complaint): Improve error message.
11979
11980 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11981
11982 * gdbserver/README: Update documentation.
11983 * gdbserver/configure.in: Update configury to match documentation.
11984 * gdbserver/Makefile.in: Likewise.
11985 * gdbserver/configure: Regenerated.
11986 * gdbserver/aclocal.m4: New file, generated by aclocal.
11987 * gdbserver/config.in: New file, generated by autoheader.
11988
11989 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11990
11991 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11992 armnbsd-nat.c.
11993
11994 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11995
11996 * arm-tdep.h (enum arm_float_model): New enum.
11997 (struct gdbarch_tdep): Add fp_model.
11998 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11999 up floating-point conversions until we know the floating-point model
12000 in use by the inferior. Don't complain about being unable to
12001 determine the ABI of the inferior when we don't have one.
12002 (arm_extract_return_value): Support different floating-point models.
12003 (arm_store_return_value): Likewise.
12004 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
12005 ARM_FLOAT_SOFT.
12006 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
12007
12008 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12009
12010 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
12011 of ``current_gdbarch''.
12012
12013 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12014
12015 * armnbsd-nat.c : ANSIfy all function declarations.
12016 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
12017 (fetch_inferior_registers): Re-implement in terms of above.
12018 (store_register, store_regs, store_fp_register, store_fp_regs): New.
12019 (store_inferior_registers): Re-implement in terms of above.
12020
12021 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12022
12023 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
12024 kernel.
12025 * arm-linux-tdep.c: Likewise.
12026 * config/arm/tm-linux.h: Likewise.
12027
12028 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12029
12030 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
12031 * config/arm/nbsd.mt (TM_FILE): Delete.
12032 * config/arm/tm-nbsd.h: Delete.
12033
12034 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12035
12036 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
12037 Initialize CALL_DUMMY_LENGTH.
12038
12039 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12040
12041 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
12042 function.
12043 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
12044 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
12045 defines one thing and that is incorrect for this port.
12046 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
12047
12048 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
12049
12050 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
12051
12052 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
12053
12054 * win32-nat.c (display_selector): New function. Displays information
12055 about the information returned by GetThreadSelectorEntry API function.
12056 (display_selectors): New function. Displays the infomation of
12057 the selector given as argument, or of CS, DS ans FS selectors
12058 if no argument is given.
12059 ( _initialize_inftarg): Add "w32" as info prefix command.
12060 Add "info w32 selector" as command calling display_selectors.
12061
12062 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
12063
12064 * i386-tdep.c (get_longjmp_target): Fix compilation failure
12065 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
12066 if not defined.
12067
12068 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12069
12070 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
12071
12072 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12073
12074 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
12075 (arm_fix_call_dummy): Call it.
12076 (arm_call_dummy_breakpoint_offset): Delete.
12077 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
12078 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
12079
12080 2002-02-18 Andrew Cagney <ac131313@redhat.com>
12081
12082 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
12083 Default to func_frame_chain_valid.
12084 * gdbarch.h, gdbarch.c: Re-generate.
12085 * frame.h (FRAME_CHAIN_VALID): Delete definition.
12086
12087 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
12088
12089 * ppc-linux-nat.c: Update copyright.
12090 (fetch_register, store_register): Add tid parameter, don't compute
12091 tid here.
12092 (fetch_ppc_registers, store_ppc_registers): Add tid
12093 parameter. Pass it along to callees.
12094 (fetch_inferior_registers, store_inferior_registers): Compute tid
12095 here, and pass it to calleed functions.
12096 (fill_gregset, supply_fpregset): Clean up formatting.
12097
12098 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12099
12100 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
12101 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
12102
12103 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12104
12105 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
12106 * gdbarch.c gdbarch.h: Regenerate.
12107 * breakpoint.c (create_longjmp_breakpoint): Always compile this
12108 function.
12109 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
12110 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
12111 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
12112
12113 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
12114 * arm-tdep.c (arm_get_longjmp_target): New function.
12115 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
12116 this to a positive value register arm_get_longjmp_target as the
12117 longjmp handler.
12118 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
12119 (arm_linux_init_abi): Set up longjmp description in tdep.
12120 * armnbsd-nat.c (get_longjmp_target): Delete.
12121 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
12122 description in tdep.
12123 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
12124 (get_longjmp_target): Delete declaration.
12125 (GET_LONGJMP_TARGET): Delete.
12126 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
12127 (GET_LONGJMP_TARGET): Delete.
12128
12129 2002-02-17 Kevin Buettner <kevinb@redhat.com>
12130
12131 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
12132 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
12133 of ``current_gdbarch''.
12134
12135 2002-02-17 Tom Tromey <tromey@redhat.com>
12136
12137 * cli/cli-cmds.c (compare_strings): New function.
12138 (complete_command): Only print each unique item once.
12139 * completer.h (complete_line): Declare.
12140 * completer.c (complete_line): New function.
12141 (line_completion_function): Use it.
12142
12143 2002-02-16 Andrew Cagney <ac131313@redhat.com>
12144
12145 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
12146 * gdbarch.h, gdbarch.c: Re-generate.
12147
12148 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
12149
12150 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
12151
12152 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
12153
12154 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
12155 * valops.c (value_arg_coerce): Don't take the address of a reference
12156 to convert an argument to a reference.
12157
12158 2002-02-15 Christopher Faylor <cgf@redhat.com>
12159
12160 * win32-nat.c (get_image_name): New function.
12161 (handle_load_dll): Use get_image_name function.
12162 (get_child_debug_event): Avoid registering debug events until possibly
12163 execed process is started.
12164 (child_create_inferior): Allow invocation via shell so that command
12165 line redirection, etc. works ok.
12166 (_initialize_inftarg): Add new command: "set shell" to control whether
12167 a shell is used to start a process.
12168
12169 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
12170
12171 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
12172 instead of find_register_by_number.
12173 (cannot_store_register): Likewise.
12174
12175 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
12176
12177 * dwarf2read.c: Replace fprintf (stderr, ...) by
12178 fprintf_unfiltered (gdb_stderr, ...).
12179
12180 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
12181
12182 * gdbserver/gdbserver.1: Document --attach.
12183
12184 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
12185
12186 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
12187 descriptions.
12188 * arm-tdep.c (arm_default_arm_le_breakpoint)
12189 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
12190 (arm_default_thumb_be_breakpoint): New. Initialize them from
12191 traditional breakpoint defines.
12192 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
12193 (arm_gdbarch_init): Initialize new breakpoint variables.
12194 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
12195 (arm_linux_init_abi): Initialize linux-specific breakpoint.
12196 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
12197 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
12198 code out to ...
12199 (arm_netbsd_init_abi_common): ... here; new function.
12200 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
12201 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
12202 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
12203 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
12204
12205 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
12206
12207 * arm-tdep.h (enum arm_abi): New enum.
12208 (struct gdbarch_tdep): New structure.
12209 (LOWEST_PC): Provide a default.
12210 (arm_gdbarch_register_os_abi): Declare new function.
12211 * arm-tdep.c (arm_abi_names): New array.
12212 (process_note_abi_tag_sections): New function.
12213 (get_elfosabi): New function.
12214 (arm_gdbarch_register_os_abi): New function.
12215 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
12216 support for that ABI has been built in, then call the appropriate
12217 configuration routine. Use gdbarch_num_regs() to get the number
12218 of registers.
12219 (arm_dump_tdep): New function.
12220 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
12221 place-holder functions.
12222 (_initialize_arm_tdep): Register them.
12223 * config/arm/tm-arm.h (LOWEST_PC): Delete.
12224
12225 * armnbsd-tdep.c: New file.
12226 * Makefile.in (armnbsd-tdep.o): Add dependencies.
12227 * config/arm/nbsd.mt (TDEPFILES): Add it.
12228 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
12229
12230 * armnbsd-nat.c: Include regcache.h.
12231 * Makefile.in (armnbsd-nat.o): Update dependency list.
12232
12233 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
12234
12235 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12236
12237 * gdbserver/Makefile.in: Fix typos in target rules.
12238
12239 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12240
12241 Fix part of PR gdb/267.
12242 * linespec.c (find_methods): Handle constructors specially for now.
12243
12244 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
12245
12246 * arm-tdep.c (arm_push_arguments): Eliminate special float type
12247 handling.
12248 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
12249 standard_coerce_float_to_double().
12250
12251 2002-02-14 Christopher Faylor <cgf@redhat.com>
12252
12253 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
12254 GDBINIT_FILENAME.
12255
12256 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
12257
12258 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
12259 find_variant_by_name, because it confuses the multiarch
12260 framework. Return NULL if there isn't an architecture with the
12261 user supplied name, instead of forcing a different one without
12262 recording the change with the multiarch machinery.
12263 (find_variant_by_name): Delete.
12264
12265 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12266
12267 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
12268 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
12269
12270 2002-02-13 Martin M. Hunt <hunt@redhat.com>
12271
12272 * stack.c (print_frame_info_base): When calling
12273 print_frame_info_listing_hook, set current_source_symtab.
12274
12275 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12276
12277 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
12278 and remove unused $(INCLUDE_DIR).
12279 Add regcache.c to OBS.
12280 Add generated register protocol files to clean target.
12281 Update dependencies for new objects, obsolete old target code.
12282
12283 * gdbserver/linux-low.c: Remove all platform-specific code to
12284 new files. Remove various dead code. Update to use regcache
12285 functionality.
12286 * gdbserver/remote-utils.c (fromhex): Add return statement
12287 to quiet warning.
12288 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
12289 constant.
12290 (input_interrupt): Add integer parameter to match prototype
12291 of a signal handler.
12292 (outreg): Use register_data ().
12293 (prepare_resume_reply): Use gdbserver_expedite_regs.
12294 * gdbserver/server.c (main): Dynamically allocate own_buf because
12295 PBUFSIZ is no longer constant. Use registers_to_string () and
12296 registers_from_string ().
12297 * gdbserver/server.h: No longer include "defs.h". Add prototypes
12298 for error (), fatal (), and warning (). Update definition of
12299 PBUFSIZ to use regcache functionality. Add include guard.
12300 * gdbserver/utils.c (fatal): Add missing ``const''.
12301 (warning): New function.
12302
12303 * regformats/regdat.sh: Include "regcache.h" in generated files.
12304 Provide init_registers () function.
12305 * regformats/regdef.h: Add prototype for set_register_cache ().
12306 Add include guard.
12307
12308 * gdbserver/linux-arm-low.c: New file.
12309 * gdbserver/linux-i386-low.c: New file.
12310 * gdbserver/linux-ia64-low.c: New file.
12311 * gdbserver/linux-m68k-low.c: New file.
12312 * gdbserver/linux-mips-low.c: New file.
12313 * gdbserver/linux-ppc-low.c: New file.
12314 * gdbserver/linux-sh-low.c: New file.
12315
12316 * gdbserver/regcache.c: New file.
12317 * gdbserver/regcache.h: New file.
12318
12319 * gdbserver/low-linux.c: Removed obsolete file.
12320
12321 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12322
12323 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
12324 * config/i386/linux.mt: Likewise.
12325 * config/ia64/linux.mt: Likewise.
12326 * config/m68k/linux.mh: Likewise.
12327 * config/powerpc/linux.mh: Likewise.
12328 * config/mips/linux.mt: Likewise.
12329
12330 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
12331
12332 * config/i386/i386lynx.mh: Mark gdbserver variables
12333 as (currently) obsolete for this target.
12334 * config/i386/nbsd.mt: Likewise.
12335 * config/i386/nbsdelf.mt: Likewise.
12336 * config/m32r/m32r.mt: Likewise.
12337 * config/m68k/m68klynx.mh: Likewise.
12338 * config/m68k/nbsd.mt: Likewise.
12339 * config/m68k/sun3os4.mh: Likewise.
12340 * config/mips/vr5000.mt: Likewise.
12341 * config/ns32k/nbsd.mt: Likewise.
12342 * config/pa/hppabsd.mh: Likewise.
12343 * config/pa/hppaosf.mh: Likewise.
12344 * config/powerpc/nbsd.mt: Likewise.
12345 * config/rs6000/rs6000lynx.mh: Likewise.
12346 * config/s390/s390.mt: Likewise.
12347 * config/s390/s390x.mt: Likewise.
12348 * config/sparc/sparclynx.mh: Likewise.
12349 * config/sparc/sun4os4.mh: Likewise.
12350 * config/i386/x86-64linux.mt: Likewise.
12351 * config/sparc/linux.mh: Likewise.
12352
12353 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12354
12355 * configure.tgt: Configure gdbserver only for known working
12356 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
12357 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
12358 SUBDIRS if it is configured. Update comment for ${nativefile}.
12359 * configure: Regenerated.
12360
12361 2002-02-13 Michael Snyder <msnyder@redhat.com>
12362
12363 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
12364
12365 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
12366 (default_gcore_mach): Just return 0, work around a problem in bfd.
12367 (default_gcore_target): OK to return NULL if exec_bfd is null.
12368 (make_mem_sec): Use a cast, avoid a warning.
12369
12370 * procfs.c (find_memory_regions_callback): Use a cast instead of
12371 calling host_pointer_to_address (which complains if
12372 sizeof (host pointer) != sizeof (target pointer)).
12373 (procfs_make_note_section): Avoid overflow in psargs string.
12374
12375 * procfs.c (procfs_make_note_section): Make the default
12376 implementation return an error.
12377
12378 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
12379
12380 * procfs.c (procfs_make_note_section): Provide a default definition
12381 (for alpha-dec-osf4.0f). Fix typos.
12382
12383 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
12384
12385 * linux-proc.c: Add include of regcache.h.
12386 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
12387
12388 2002-02-13 Andrew Cagney <ac131313@redhat.com>
12389
12390 From 2002-01-18 Greg McGary <greg@mcgary.org>:
12391 * memattr.c (create_mem_region): Disallow useless empty region.
12392 Regions are half-open intervals, so allow [A..B) [B..C) as
12393 non-overlapping.
12394
12395 2002-02-13 Michael Chastain <mec@shout.net>
12396
12397 * defs.h: Kill CONST_PTR.
12398 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
12399 * c-lang.c (c_builtin_types): Likewise.
12400 * ch-lang.c (ch_builtin_types): Likewise.
12401 * f-lang.c (f_builtin_types): Likewise.
12402 * language.c (unknown_builtin_types): Likewise.
12403 * m2-lang.c (m2_builtin_types): Likewise.
12404 * p-lang.c (pascal_builtin_types): Likewise.
12405 * scm-lang.c (c_builtin_types): Likewise.
12406
12407 2002-02-13 Keith Seitz <keiths@redhat.com>
12408
12409 * arm-tdep.h (arm_get_next_pc): Add declaration.
12410
12411 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
12412
12413 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
12414 with other related struct-returning functions.
12415 (arm_extract_struct_value_address): New function.
12416 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
12417 initialize float_format, double_format and long_double_format as
12418 appropriate to the endianness of the target.
12419 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
12420 (arm_use_struct_convention): Delete declaration.
12421 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12422
12423 2002-02-13 Keith Seitz <keiths@redhat.com>
12424
12425 * defs.h (core_addr_to_string_nz): New function.
12426
12427 2002-02-13 Mark Kettenis <kettenis@gnu.org>
12428
12429 Apply missing bits of 2002-01-15 patch.
12430 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
12431 (fill_fpregset): Use i387_fill_fsave.
12432
12433 2002-02-12 Keith Seitz <keiths@redhat.com>
12434
12435 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
12436 (core_addr_to_string_nz): New function.
12437
12438 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12439
12440 * arm-linux-nat.c: Really include arm-tdep.h.
12441 * config/arm/tm-linux.h (struct type, struct value): Declare.
12442
12443 2002-02-11 Michael Snyder <msnyder@redhat.com>
12444
12445 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
12446 (gcore section): Ifdef for Solaris and Unixware only.
12447 (procfs_do_thread_registers): Unixware needs one lwpstatus
12448 per thread (not one prstatus or pstatus).
12449 (procfs_make_note_section): Iterate only over kernel threads (lwps),
12450 not over all gdb threads. For unixware, call elfcore_write_pstatus
12451 once before iterating over threads.
12452
12453 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12454
12455 * arm-tdep.h: New file.
12456 * arm-tdep.c: Include arm-tdep.h.
12457 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12458 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12459 (arm_print_float_info, arm_register_type, convert_to_extended)
12460 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12461 (arm_extract_return_value, arm_register_name): Make static.
12462 (arm_software_single_step): Similarly. Fix types in declaration.
12463 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
12464 (arm_store_return_value, arm_store_struct_return): New functions.
12465 (arm_gdbarch_init): Register the above functions. Also register
12466 call_dummy_start_offset, sizeof_call_dummy_words,
12467 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
12468 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
12469 max_register_virtual_size, register_size. Set up
12470 prologue_cache.saved_regs here, rather than ...
12471 (_initialize_arm_tdep): ... here.
12472 * config/arm/tm-arm.h (struct type, struct value): Delete forward
12473 declarations.
12474 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12475 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12476 (arm_print_float_info, arm_register_type, convert_to_extended)
12477 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12478 (arm_extract_return_value, arm_register_name): Delete declarations.
12479 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
12480 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
12481 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
12482 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
12483 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
12484 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
12485 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
12486 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
12487 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
12488 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
12489 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
12490 (arm_get_next_pc): No-longer static -- these are needed by the RDI
12491 interface.
12492 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
12493 * remote-rdi.c remote-rdp.c: Likewise.
12494 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
12495 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
12496 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
12497 definition.
12498
12499 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
12500 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
12501 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
12502 from non-ARM_ prefixed definitions.
12503 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
12504 all uses of above.
12505 * remote-rdi.c remote-rdp.c: Likewise.
12506 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
12507
12508 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12509
12510 * arm-tdep.c (arm_frameless_function_invocation)
12511 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12512 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12513 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12514 (arm_pop_frame, arm_get_next_pc): Make static.
12515 (arm_gdbarch_init): Register above in gdbarch structure.
12516 (arm_read_fp): Renamed from arm_target_read_fp.
12517 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
12518 * config/arm/tm-arm.h (arm_frameless_function_invocation)
12519 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12520 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12521 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12522 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
12523 (arm_pc_is_thumb_dummy): Delete declarations.
12524 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
12525 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
12526 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
12527 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
12528
12529 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
12530
12531 * symtab.c (compare_search_syms): New function.
12532 (sort_search_symbols): New function.
12533 (search_symbols): Sort symbols after searching rather than
12534 before.
12535
12536 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12537
12538 * NEWS: Linux -> GNU/Linux.
12539
12540 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12541
12542 * gdbarch.sh: For for level one methods, disallow a definition
12543 when partially multi-arched. Add comments explaining rationale.
12544 * gdbarch.h: Re-generate.
12545
12546 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12547
12548 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
12549 multi-arch partial.
12550
12551 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12552
12553 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
12554 field. Use diff -u.
12555 * gdbarch.c: Re-generate.
12556
12557 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12558
12559 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
12560 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
12561 partial.
12562
12563 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12564
12565 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
12566 multi-arch partial.
12567 (PUSH_ARGUMENTS): Switch to using predefault.
12568 * gdbarch.c: Regenerate.
12569
12570 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12571
12572 * valops.c (PUSH_ARGUMENTS): Delete definition.
12573 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
12574 partial. Default to default_push_arguments.
12575 * gdbarch.h, gdbarch.c: Regenerate.
12576
12577 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12578
12579 * defs.h (throw_exception): Rename return_to_top_level. Update
12580 comments.
12581 * utils.c (error_stream, internal_verror, quit): Ditto.
12582 * top.c (throw_exception, catcher): Ditto.
12583 * sparclet-rom.c (sparclet_load): Ditto.
12584 * remote.c (interrupt_query, minitelnet): Ditto.
12585 * remote-sds.c (interrupt_query): Ditto.
12586 * remote-mips.c (mips_error, mips_kill): Ditto.
12587 * ocd.c (interrupt_query): Ditto.
12588 * monitor.c (monitor_interrupt_query): Ditto.
12589 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
12590 * target.h: Update comment.
12591
12592 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
12593
12594 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12595
12596 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
12597 default_double_format.
12598 * gdbarch.h, gdbarch.c: Re-generate.
12599 * findvar.c (floatformat_unknown): Delete variable definition.
12600 * doublest.h (floatformat_unknown): Delete variable declaration.
12601
12602 2002-02-09 Jim Blandy <jimb@redhat.com>
12603
12604 * stabsread.c (read_type): Add code to parse Sun's syntax for
12605 prototyped function types.
12606
12607 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12608
12609 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
12610 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
12611
12612 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12613
12614 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
12615 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
12616 now _initialize_xcoffsolib gets called again and overrides the
12617 commands from solib.c in a native configuration.
12618
12619 2002-02-09 Mark Kettenis <kettenis@gnu.org>
12620
12621 * doublest.c (store_typed_floating): Don't try to return a value.
12622 Fixes PR gdb/290.
12623
12624 2002-02-08 Jim Blandy <jimb@redhat.com>
12625
12626 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
12627 is prototyped and has no arguments, print its argument list as
12628 `(void)'.
12629
12630 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12631
12632 * MAINTAINERS (write-after-approval): Add myself.
12633 (paper-trail): I've escaped!
12634
12635 2002-02-08 Christopher Faylor <cgf@redhat.com>
12636
12637 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
12638 changes.
12639 (_initialize_check_for_gdb_ini): Ditto.
12640
12641 2002-02-08 Martin M. Hunt <hunt@redhat.com>
12642
12643 * win32-nat.c (cygwin_pid_to_str): Fix typo.
12644 xaprintf -> xasprintf.
12645
12646 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
12647
12648 * win32-nat.c: Remove use of printf and sprintf functions.
12649
12650 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
12651
12652 * arm-tdep.c (arm_frame_chain_valid): Make static.
12653 (arm_push_arguments): Likewise.
12654 (arm_gdbarch_init): New function.
12655 (_initialize_arm_tdep): Call it.
12656 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
12657 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
12658 (FRAME_CHAIN_VALID): Delete.
12659 (arm_frame_chain_valid): Delete declaration.
12660 (PUSH_ARGUMENTS): Delete.
12661 (arm_push_arguments): Delete declaration.
12662 (CALL_DUMMY_P): Delete.
12663
12664 2002-02-08 Andrew Cagney <ac131313@redhat.com>
12665 Corinna Vinschen <vinschen@redhat.com>
12666
12667 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
12668 on builtin float types.
12669
12670 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
12671
12672 * utils.c: Include <curses.h> before "bfd.h".
12673 * tui/tui-hooks.c: Likewise.
12674 * tui/tui.c: Likewise.
12675 * tui/tuiCommand.c: Likewise.
12676 * tui/tuiData.c: Likewise.
12677 * tui/tuiDataWin.c: Likewise.
12678 * tui/tuiDisassem.c: Likewise.
12679 * tui/tuiGeneralWin.c: Likewise.
12680 * tui/tuiIO.c: Likewise.
12681 * tui/tuiLayout.c: Likewise.
12682 * tui/tuiRegs.c: Likewise.
12683 * tui/tuiSource.c: Likewise.
12684 * tui/tuiSourceWin.c: Likewise.
12685 * tui/tuiStack.c: Likewise.
12686 * tui/tuiWin.c: Likewise.
12687
12688 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
12689
12690 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
12691 to include space for pseudoregs as well. Update loops accordingly.
12692 (sh_fp_frame_init_saved_regs): Ditto.
12693 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
12694
12695 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12696
12697 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
12698 Add Richard Earnshaw to Arm maintainers.
12699
12700 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12701
12702 * defs.h (warning_begin): Delete declaration.
12703
12704 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
12705 Delete macro.
12706
12707 2002-02-07 Michael Snyder <msnyder@redhat.com>
12708
12709 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12710 Logic bug, remove misplaced else.
12711
12712 2002-02-07 Klee Dienes <klee@apple.com>
12713
12714 * fork-inferior.c (fork_inferior): Add '!' to the list of
12715 characters that need to be quoted when building a string for the
12716 shell. Quote '!' specifically with a backslash, since CSH chokes
12717 when trying to evaluate "str!str".
12718
12719 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
12720
12721 * rdi-share/host.h: Only provide a typedef for bool if it is not
12722 defined.
12723
12724 2002-02-04 Michael Snyder <msnyder@redhat.com>
12725
12726 * breakpoint.h (enum bptype): Add new overlay event bp type.
12727 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
12728
12729 * breakpoint.c (create_internal_breakpoint): New function.
12730 (internal_breakpoint_number): Moved into create_internal_breakpoint.
12731 (create_longjmp_breakpoint): Use create_internal_breakpoint.
12732 (create_thread_event_breakpoint): Ditto.
12733 (create_solib_event_breakpoint): Ditto.
12734 (create_overlay_event_breakpoint): New function.
12735 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
12736 (update_breakpoints_after_exec): Delete and re-initialize
12737 overlay event breakpoints after an exec. Add FIXME comment
12738 about longjmp breakpoint.
12739 (print_it_typical): Ignore overlay event breakpoints.
12740 (print_one_breakpoint): Ditto.
12741 (mention): Ditto.
12742 (bpstat_what): Do not stop for overlay event breakpoints.
12743 (delete_breakpoint): Don't delete overlay event breakpoints.
12744 (breakpoint_re_set_one): Delete the overlay event breakpoint.
12745 (breakpoint_re_set): Re-create overlay event breakpoint.
12746
12747 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
12748 (overlay_manual_command): Disable overlay breakpoints.
12749 (overlay_off_command): Disable overlay breakpoints.
12750
12751 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12752
12753 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
12754 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
12755 to here from config/tm-arm.h.
12756 (coff_sym_is_thumb): Make static.
12757 (arm_elf_make_msymbol_special): New function.
12758 (arm_coff_make_msymbol_special): New function.
12759 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
12760 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
12761 (coff_sym_is_thumb): Delete declaration.
12762 (arm_elf_make_msymbol_special): Declare.
12763 (arm_coff_make_msymbol_special): Declare.
12764 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
12765 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
12766
12767 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12768
12769 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
12770
12771 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12772
12773 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
12774 * gdbarch.c gdbarch.h: Regenerate.
12775 * arch-utils.c (default_print_float_info): New function.
12776 * arch-utils.h (default_print_float_info): Prototype it.
12777 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
12778 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
12779 (PRINT_FLOAT_INFO): Document it.
12780
12781 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
12782 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
12783 (PRINT_FLOAT_INFO): Define.
12784
12785 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12786
12787 * win32-nat.c (_initialize_check_for_gdb_ini):
12788 Add typecast to sprintf argument to suppress a warning.
12789
12790 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
12791
12792 * win32-nat.c (last_sig): Changed type of variable to target_signal,
12793 to allow easier handling of pass state.
12794 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12795 that gives exception name and address.
12796 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
12797 and set last_sig value to ourstatus->value.sig. Some missing
12798 exceptions added.
12799 (child_continue): Correctly report continue_status.
12800 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
12801 TARGET_SIGNAL_0 (new default value).
12802 (child_resume): consider sig argument passed to decide if
12803 the exception should be passed to debuggee or not.
12804
12805 2002-02-05 Michael Snyder <msnyder@redhat.com>
12806
12807 * regcache.c (fetch_register): Call target_fetch_register
12808 only if we don't call FETCH_PSEUDO_REGISTER.
12809 (store_register): Call target_store_register only if we
12810 don't call STORE_PSEUDO_REGISTER.
12811
12812 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
12813
12814 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12815 ELF_MAKE_MSYMBOL_SPECIAL.
12816 * gdbarch.c, gdbarch.h: Regenerate.
12817 * arch-utils.c (default_make_msymbol_special): New function.
12818 * arch-utils.h (default_make_msymbol_special): Export.
12819 * elfread.c (elf_symtab_read): Compile use of
12820 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12821 multiarched.
12822 * coffread.c (coff_symtab_read): Ditto, for
12823 COFF_MAKE_MSYMBOL_SPECIAL.
12824
12825 2002-02-05 Jim Blandy <jimb@redhat.com>
12826
12827 * solib-svr4.c (svr4_truncate_ptr): New function.
12828 (svr4_relocate_section_addresses): Do the address arithmetic with
12829 the appropriate truncation for target addresses, even when
12830 CORE_ADDR is larger than a target address.
12831
12832 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12833
12834 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12835 to (int *).
12836
12837 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12838
12839 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12840 code.
12841
12842 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12843
12844 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12845
12846 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12847
12848 * gdbserver/linux-low.c: Remove unused include files.
12849
12850 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12851
12852 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12853 (read_inferior_memory): Use it.
12854 (write_inferior_memory): Likewise.
12855
12856 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12857
12858 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12859 grubbing through sys_errlist.
12860
12861 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12862
12863 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12864
12865 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12866 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12867
12868 2002-02-04 Andrew Cagney <ac131313@redhat.com>
12869
12870 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12871 (do_sfunc, set_cmd_sfunc): New functions.
12872
12873 * command.h (struct cmd_list_element): Add field func.
12874 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12875 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12876 * cli/cli-decode.h: Ditto.
12877
12878 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12879 (help_all, help_cmd_list): Ditto.
12880 (find_cmd, complete_on_cmdlist): Ditto.
12881 * top.c (execute_command): Ditto.
12882
12883 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12884 function.sfunc.
12885
12886 * infcmd.c (notice_args_read): Fix function signature.
12887
12888 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12889 * cli/cli-decode.c (add_set_cmd): Ditto.
12890 * utils.c (initialize_utils): Ditto.
12891 * maint.c (_initialize_maint_cmds): Ditto.
12892 * infrun.c (_initialize_infrun): Ditto.
12893 * demangle.c (_initialize_demangler): Ditto.
12894 * remote.c (add_packet_config_cmd): Ditto.
12895 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12896 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12897 * proc-api.c (_initialize_proc_api): Ditto.
12898 * kod.c (_initialize_kod): Ditto.
12899 * valprint.c (_initialize_valprint): Ditto.
12900 * top.c (init_main): Ditto.
12901 * infcmd.c (_initialize_infcmd): Ditto.
12902 * corefile.c (_initialize_core): Ditto.
12903 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12904 * arch-utils.c (initialize_current_architecture): Ditto.
12905 (_initialize_gdbarch_utils): Ditto.
12906 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12907
12908 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12909 * wince.c (_initialize_inftarg): Ditto.
12910 * symfile.c (_initialize_symfile): Ditto.
12911 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12912 * language.c (_initialize_language): Ditto.
12913 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12914
12915 2002-02-04 Michael Snyder <msnyder@redhat.com>
12916
12917 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12918
12919 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12920
12921 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12922 Add rules for building the register data files.
12923
12924 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12925
12926 * regformats/regdat.sh: Add braces to the definition of
12927 expedite_regs_${arch}.
12928
12929 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12930
12931 * regformats/regdef.h (struct reg): Add comment describing the
12932 requirements for offset and size fields.
12933
12934 2002-02-04 Andreas Schwab <schwab@suse.de>
12935
12936 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12937 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12938
12939 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12940
12941 * gdbarch.sh (copyright): Update years in generated header.
12942 (SMASH_TEXT_ADDRESS): Add rule.
12943 * gdbarch.h, gdbarch.c: Re-generate.
12944 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12945 * dbxread.c: Likewise.
12946 * dwarfread.c: Likewise.
12947 * elfread.c: Likewise.
12948 * somread.c: Likewise.
12949
12950 * arm-tdep.c (arm_smash_text_address): New function.
12951 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12952
12953 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12954
12955 Add support for hardware watchpoints on win32 native.
12956 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12957 CONTEXT_DEBUG_REGISTERS.
12958 (dr variable): New variable. Static array containing a local copy
12959 of debug registers.
12960 (debug_registers_changed): New variable. Reflects when debug registers
12961 are changed and need to be written to inferior.
12962 (debug_registers_used): New variable. Reflects when any debug register
12963 was set, used when new threads are created.
12964 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12965 i386-nat code.
12966 (thread_rec): Set dr array if id is the thread of current_event .
12967 (child_continue, child_resume): Change the debug registers for all
12968 threads if debug_registers_changed.
12969 (child_add_thread): Change the debug registers if debug_registers_used.
12970 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12971 Link nm.h to new nm-cygwin.h file.
12972 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12973 of hardware registers.
12974
12975 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12976
12977 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12978 Restore behavour broken by 2002-01-20 Andrew Cagney
12979 <ac131313@redhat.com> IEEE_FLOAT removal.
12980
12981 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12982
12983 * c-valprint.c (c_val_print): Pass a proper valaddr to
12984 cp_print_class_method.
12985 * valops.c (search_struct_method): If there is only one method
12986 and args is NULL, return that method.
12987
12988 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12989
12990 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12991 accessing tag_name directly.
12992
12993 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12994
12995 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12996 of accessing tag_name directly.
12997
12998 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12999
13000 PR gdb/280
13001 * gdbtypes.c (replace_type): New function.
13002 * gdbtypes.h (replace_type): Add prototype.
13003 * stabsread.c (read_type): Use replace_type.
13004
13005 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
13006
13007 * Makefile.in (memattr.o): Add missing dependencies rule.
13008
13009 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13010
13011 * breakpoint.c (break_at_finish_command): Really export.
13012 (break_at_finish_at_depth_command): Ditto.
13013 (tbreak_at_finish_command): Ditto.
13014 * hppa-tdep.c: Include completer.h.
13015 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
13016 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
13017
13018 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13019
13020 * utils.c (do_write): New function.
13021 (error_stream): Rewrite combining the code from error_begin and
13022 verror.
13023 (verror): Rewrite using error_stream.
13024 (error_begin): Delete function.
13025
13026 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13027
13028 * utils.c (error_begin): Make static.
13029 * defs.h (error_begin): Delete declaration.
13030
13031 * linespec.c (cplusplus_error): Replace cplusplus_hint.
13032 (decode_line_1): Use cplusplus_error instead of error_begin,
13033 cplusplus_hint and return_to_top_level.
13034 * coffread.c (coff_symfile_read): Use error instead of error_begin
13035 and return_to_top_level.
13036 * infrun.c (default_skip_permanent_breakpoint): Ditto.
13037
13038 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13039
13040 * language.h (type_error, range_error): Make string parameter
13041 constant.
13042 * language.c (warning_pre_print): Delete extern declaration.
13043 * dwarfread.c (warning_pre_print): Ditto.
13044 * language.c (type_error, range_error): Rewrite to use verror and
13045 vwarning instead of warning_begin.
13046
13047 2002-02-01 Michael Snyder <msnyder@redhat.com>
13048
13049 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
13050 (set_ignore_count): Move misplaced comment back where it belongs.
13051
13052 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13053
13054 * command.h (NO_FUNCTION): Delete macro.
13055 * cli/cli-decode.h (NO_FUNCTION): Ditto.
13056 * top.c (execute_command): Replace NO_FUNCTION with NULL.
13057 * tracepoint.c (_initialize_tracepoint): Ditto.
13058 * cli/cli-decode.c (add_set_cmd): Ditto.
13059 * cli/cli-cmds.c (init_cli_cmds): Ditto.
13060
13061 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
13062
13063 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
13064 Update ``this'' pointer when calling virtual functions.
13065
13066 2002-02-01 Michael Snyder <msnyder@redhat.com>
13067
13068 * breakpoint.c (create_temp_exception_breakpoint): Delete.
13069 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
13070
13071 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
13072
13073 * regformats/reg-arm.dat: New file.
13074 * regformats/reg-i386.dat: New file.
13075 * regformats/reg-ia64.dat: New file.
13076 * regformats/reg-m68k.dat: New file.
13077 * regformats/reg-mips.dat: New file.
13078 * regformats/reg-ppc.dat: New file.
13079 * regformats/reg-sh.dat: New file.
13080 * regformats/regdef.h: New file.
13081 * regformats/regdat.sh: New file.
13082
13083 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
13084
13085 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
13086 (arm_frame_args_address, arm_frame_locals_address): New functions.
13087 (arm_frame_num_args): New function.
13088 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
13089 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
13090 (FRMA_NUM_ARGS): Call arm_frame_num_args.
13091
13092 2002-01-31 Michael Snyder <msnyder@redhat.com>
13093
13094 * breakpoint.c (break_at_finish_command): Export.
13095 (break_at_finish_at_depth_command): Export.
13096 (tbreak_at_finish_command): Export.
13097 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
13098 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
13099 "txbreak" commands, which are HPPA specific.
13100
13101 * printcmd.c (disassemble_command): Remove an ancient
13102 artifact of an old merge.
13103
13104 * symfile.h (enum overlay_debugging_state):
13105 Define enum constant values for overlay mode.
13106 * symfile.c (overlay_debugging): Use enums instead of literals.
13107 (overlay_is_mapped, overlay_auto_command,
13108 overlay_manual_command): Ditto.
13109
13110 * breakpoint.c (insert_breakpoints, remove_breakpoint,
13111 breakpoint_here_p, breakpoint_inserted_here_p,
13112 breakpoint_thread_match, bpstat_stop_status,
13113 describe_other_breakpoints, check_duplicates, clear_command):
13114 Coding standard fixes.
13115
13116 * target.c (target_xfer_memory): Add spaces, coding standard.
13117 (do_xfer_memory): Add missing line to trust-readonly
13118 code: check bfd SEC_READONLY flag for section.
13119
13120 2002-01-31 Andrew Cagney <ac131313@redhat.com>
13121
13122 * PROBLEMS: Fix typo, 5.1->5.1.1.
13123
13124 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13125
13126 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
13127 data symbols, since we search based on textlow and texthigh.
13128 (find_pc_sect_symtab): Likewise.
13129
13130 2002-01-30 Andrew Cagney <ac131313@redhat.com>
13131
13132 * defs.h (vwarning): Declare.
13133 * utils.c (vwarning): New function.
13134 (warning): Call vwarning.
13135 (warning_begin): Delete function.
13136
13137 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
13138 the warning message.
13139 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
13140 warning_begin.
13141
13142 2002-01-30 Michael Snyder <msnyder@redhat.com>
13143
13144 * NEWS: Mention "set trust-readonly-sections" command.
13145 Mention generate-core-file command.
13146
13147 2002-01-15 Michael Snyder <msnyder@redhat.com>
13148
13149 * target.c: New command, "set trust-readonly-sections on".
13150 (do_xfer_memory): Honor the suggestion to trust readonly sections
13151 by reading them from the object file instead of from the target.
13152 (initialize_targets): Register command "set trust-readonly-sections".
13153
13154 2002-01-29 Andrew Cagney <ac131313@redhat.com>
13155
13156 * parse.c (target_map_name_to_register): Simplify, search regs and
13157 pseudo-regs using a single loop.
13158
13159 2002-01-30 Andrew Cagney <ac131313@redhat.com>
13160
13161 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
13162
13163 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
13164
13165 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
13166 * config/i386/i386v42mp.mh: Add i387-nat.o .
13167 * i386v4-nat.c: Include i387-nat.h.
13168 (supply_fpregset): Use i387_supply_fsave.
13169 (fill_fpregset): Use i387_fill_fsave.
13170
13171 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
13172
13173 * arm-tdep.c (arm_call_dummy_words): Define.
13174 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
13175 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
13176 (CALL_DUMMY_WORDS): Define.
13177 (arm_call_dummy_words): Declare.
13178 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
13179 (arm_linux_call_dummy_words): Declare.
13180
13181 2002-01-30 Andreas Schwab <schwab@suse.de>
13182
13183 * m68klinux-nat.c: Fix last change to use regcache_collect
13184 instead of referencing registers[] directly.
13185
13186 2002-01-29 Andrew Cagney <ac131313@redhat.com>
13187
13188 * parse.c (target_map_name_to_register): Delete code wrapped in
13189 #ifdef REGISTER_NAME_ALIAS_HOOK.
13190
13191 2002-01-28 Michael Snyder <msnyder@redhat.com>
13192
13193 * regcache.c (legacy_read_register_gen): Need to be able to
13194 read pseudo-register as well as real register.
13195 (legacy_write_register_gen): Ditto.
13196
13197 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13198
13199 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
13200 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
13201 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
13202 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
13203 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
13204 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
13205 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
13206 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
13207 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
13208 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
13209 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
13210 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
13211 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
13212 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
13213 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
13214 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
13215 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
13216 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
13217 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
13218 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
13219
13220 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13221
13222 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
13223 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
13224 (initialize_current_architecture): Update target_byte_order using
13225 information from BFD.
13226 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
13227 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
13228
13229 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13230
13231 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
13232 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
13233
13234 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
13235 #ifdef INVALID_FLOAT.
13236 * infcmd.c (do_registers_info): Ditto.
13237 * values.c (unpack_double): Ditto. Add comment.
13238
13239 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
13240 already commented out.
13241
13242 2002-01-26 Andreas Schwab <schwab@suse.de>
13243
13244 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
13245 * m68klinux-nat.c: Update ptrace interface for fetching/storing
13246 registers and add support for PTRACE_GETREGS.
13247
13248 2002-01-24 Andrew Cagney <ac131313@redhat.com>
13249
13250 GDB 5.1.1 released from 5.1 branch.
13251 * NEWS: Add 5.1.1 news.
13252 * README: Sync with 5.1 branch.
13253
13254 2002-01-23 Fred Fish <fnf@redhat.com>
13255
13256 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
13257 stabstring on initial malloc. Reallocing will copy it for us,
13258 if necessary.
13259
13260 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
13261
13262 * Makefile.in (hpread_h): Delete.
13263 (HFILES_NO_SRCDIR): Remove hpread.h.
13264 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
13265 (hpread.o): Update dependencies.
13266 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
13267
13268 * hp-psymtab-read.c: Remove file.
13269 * hp-symtab-read.c: Remove file.
13270 * hpread.h: Remove file.
13271
13272 * hpread.c: Merge all contents of hp-psymtab-read.c,
13273 hp-symtab-read.c and hpread.h into this file, as it was prior to
13274 January 1999.
13275
13276 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
13277 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
13278 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
13279 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
13280
13281 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
13282
13283 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
13284 fill_gregset): Call gdbarch_tdep() just once, assign result to
13285 variable and use that, instead of calling the function several
13286 times.
13287
13288 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
13289
13290 * configure.host: Accept sparcv9 as alias for sparc64.
13291 * configure.tgt: Likewise.
13292
13293 2002-01-22 Kevin Buettner <kevinb@redhat.com>
13294
13295 * solib-aix5.c (build_so_list_from_mapfile)
13296 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
13297 arguments is not reversed.
13298 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
13299 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
13300
13301 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
13302
13303 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
13304 modified version of obsolete sh_fetch_pseudo_register.
13305 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
13306 (sh4_register_read): New function.
13307 (sh_pseudo_register_write): New function. Renamed and modified
13308 version of obsolete sh_store_pseudo_register.
13309 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
13310 (sh4_register_write): New function.
13311 (sh_gdbarch_init): Remove setting of gdbarch function
13312 fetch_pseudo_register and store_pseudo_register. Remove setting of
13313 register_convert_to_raw, register_convert_to_virtual,
13314 register_convertible.
13315 (sh_sh4_register_convertible): Delete. No longer needed. All is
13316 taken care by architecture specific functions
13317 register_read/register_write.
13318 (sh_sh4_register_convert_to_virtual): Make static.
13319 (sh_sh4_register_convert_to_raw): Ditto.
13320
13321 2002-01-22 Andrew Cagney <ac131313@redhat.com>
13322
13323 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
13324 (floatformat_is_nan, floatformat_mantissa): Ditto.
13325
13326 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
13327 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
13328 builtin_type_ieee_double_little,
13329 builtin_type_ieee_double_littlebyte_bigword,
13330 builtin_type_m68881_ext, builtin_type_i960_ext,
13331 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
13332 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
13333 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
13334 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
13335
13336 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
13337
13338 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
13339 parameter. Set frameless flag if it exists and depended of
13340 whether the scanned function is frameless or not.
13341 (xstormy16_skip_prologue): If function is frameless, return
13342 result of xstormy16_scan_prologue().
13343 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
13344 call.
13345
13346 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
13347
13348 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
13349 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
13350 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
13351 sh_sh4_register_byte, sh_sh4_register_raw_size,
13352 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
13353 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
13354 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
13355 sh_store_pseudo_register, sh_do_pseudo_register): Call
13356 gdbarch_tdep() just once, assign result to variable and use that,
13357 instead of calling the function several times.
13358
13359 2002-01-20 Mark Kettenis <kettenis@gnu.org>
13360
13361 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
13362 macros instead of LAST_FPU_CTRL_REGNUM.
13363 (store_register): Likewise.
13364
13365 2002-01-21 Jim Blandy <jimb@redhat.com>
13366
13367 * infcmd.c (run_command): Check that the `exec' target layer's BFD
13368 is up-to-date before running the program, not just when a program
13369 exits.
13370
13371 2002-01-21 Fred Fish <fnf@redhat.com>
13372
13373 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
13374 when we have found all instructions we are looking for.
13375
13376 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
13377
13378 * arm-tdep.c (arm_register_name): New function.
13379 (arm_registers_names): Make static.
13380 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
13381 (arm_register_name): Declare.
13382 (REGISTER_NAME): Use it.
13383
13384 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
13385 Kevin Buettner <kevinb@redhat.com>
13386
13387 Convert arm targets to new FRAME interface.
13388 * arm-tdep.c (struct frame_extra_info): Remove fsr.
13389 (arm_frame_find_save_regs): Delete.
13390 (arm_frame_init_saved_regs): New.
13391 (arm_init_extra_frame_info): Alloacte saved_regs as required.
13392 Allocate extra_info as required. Convert all uses of fsr.regs
13393 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
13394 to use extra_info.
13395 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
13396 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
13397 (check_prologue_cache, save_prologue_cache): Likewise.
13398 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
13399 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
13400 (FRAME_FIND_SAVED_REGS): Delete.
13401 (arm_frame_find_saved_regs): Delete prototype.
13402 (arm_frame_init_saved_regs): New prototype.
13403 (FRAME_INIT_SAVED_REGS): Define.
13404
13405 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13406
13407 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
13408
13409 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13410
13411 From Jeff Law <law@redhat.com>:
13412 * infttrace.c: Include <sys/pstat.h>.
13413 (child_pid_to_exec_file): Revamp. Use pstat call to get the
13414 exec file if the ttrace equivalent fails.
13415
13416 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13417
13418 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
13419 (closeLogFile): Ditto.
13420
13421 2002-01-20 Michael Chastain <mec@shout.net>
13422
13423 * top.c (print_gdb_version): Bump copyright year to 2002.
13424
13425 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13426
13427 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
13428 Zannoni and Eli Zaretskii.
13429
13430 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13431
13432 * buildsym.c: Update copyright years.
13433 * c-typeprint.c: Likewise.
13434 * dwarf2read.c: Likewise.
13435 * f-typeprint.c: Likewise.
13436 * gdbtypes.c: Likewise.
13437 * gdbtypes.h: Likewise.
13438 * hp-symtab-read.c: Likewise.
13439 * hpread.c: Likewise.
13440 * mdebugread.c: Likewise.
13441 * p-typeprint.c: Likewise.
13442
13443 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13444
13445 * remote-sim.c (gdbsim_open): Simplify code testing the macro
13446 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
13447 byte-order selectable.
13448 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
13449 * arch-utils.c: Ditto.
13450 (set_endian): Ditto.
13451 (set_endian_from_file): Ditto.
13452 * gdbserver/low-sim.c (create_inferior): Ditto.
13453 * gdbarch.sh: Ditto.
13454 * gdbarch.h: Re-generate.
13455 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13456 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
13457 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
13458 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13459 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13460 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13461 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
13462 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
13463 macro definition.
13464 * config/mips/tm-wince.h: Remove #undef of macro
13465 TARGET_BYTE_ORDER_SELECTABLE.
13466 * config/sh/tm-wince.h: Ditto.
13467
13468 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13469
13470 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
13471 member function fields. Add accessor macro
13472 TYPE_FN_FIELD_ARTIFICIAL.
13473 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
13474 * c-typeprint.c (c_type_print_base): Skip artificial member
13475 functions.
13476
13477 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13478
13479 * f-typeprint.c: Delete unused function f_type_print_args.
13480 * p-typeprint.c: Delete unused function pascal_type_print_args.
13481
13482 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13483
13484 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
13485 comment. Add ``artificial'' to ``union field_location''.
13486
13487 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
13488
13489 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
13490 * mdebugread.c (parse_symbol): Likewise.
13491 * stabsread.c (define_symbol): Likewise.
13492 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
13493 initializing TYPE_FIELD_BITPOS to n (obsolete).
13494 (hpread_doc_function_type): Likewise.
13495 * hpread.c (hpread_function_type): Likewise.
13496
13497 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13498
13499 * configure.in (host_makefile_frag): Only require a host makefile
13500 fragment when a native build.
13501 * configure: Re-generate.
13502
13503 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13504
13505 * doublest.h (floatformat_from_type): Declare.
13506 * doublest.c (floatformat_from_type): New function.
13507 (convert_typed_floating): Use.
13508
13509 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
13510 call to function floatformat_from_type.
13511
13512 * gdbarch.sh (IEEE_FLOAT): Delete.
13513 * gdbarch.h, gdbarch.c: Re-generate.
13514 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
13515 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
13516 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
13517 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
13518 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
13519 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
13520 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
13521 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
13522 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
13523 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
13524 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
13525 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
13526
13527 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
13528 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
13529 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
13530 * sh-tdep.c (sh_gdbarch_init): Ditto.
13531 * mips-tdep.c (mips_gdbarch_init): Ditto.
13532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13533 * cris-tdep.c (cris_gdbarch_init): Ditto.
13534
13535 2002-01-20 Jiri Smid <smid@suse.cz>
13536
13537 * configure.host, configure.tgt: Support x86-64.
13538 * NEWS: Note new target x86-64.
13539
13540 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
13541 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
13542 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
13543 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
13544 x86-64-linux-nat.o): Fix dependencies.
13545
13546 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13547
13548 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
13549 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
13550 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
13551 * config/sparc/xm-sun4os4.h: Delete file.
13552 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
13553
13554 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13555
13556 * config/sparc/sparclynx.mh (XM_FILE): Delete.
13557 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
13558 * config/m68k/m68klynx.mh (XM_FILE): Delete.
13559 * config/i386/i386lynx.mh (XM_FILE): Delete.
13560 * config/rs6000/xm-rs6000ly.h: Delete file.
13561 * config/sparc/xm-sparclynx.h: Delete file.
13562 * config/m68k/xm-m68klynx.h: Delete file.
13563 * config/i386/xm-i386lynx.h: Delete file.
13564 * config/xm-lynx.h: Delete file.
13565 * config/djgpp/fnchange.lst: Update.
13566
13567 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13568
13569 * alpha-tdep.c (alpha_register_byte): New function.
13570 (alpha_register_raw_size): Ditto.
13571 (alpha_register_virtual_size): Ditto.
13572 (alpha_skip_prologue_internal): Renamed from
13573 alpha_skip_prologue.
13574 (alpha_skip_prologue): New version that calls
13575 alpha_skip_prologue_internal.
13576 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
13577 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
13578 second argument from alpha_skip_prologue.
13579 (REGISTER_BYTE): Use alpha_register_byte.
13580 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
13581 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
13582 (FRAMELESS_FUNCTION_INVOCATION): Use
13583 generic_frameless_function_invocation_not.
13584 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
13585 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
13586
13587 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13588
13589 * config/mips/xm-news-mips.h: Delete file.
13590 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
13591
13592 * config/m88k/xm-m88k.h: Delete file.
13593 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
13594 * config/m88k/xm-delta88v4.h: Ditto.
13595 * config/m88k/xm-delta88.h: Ditto.
13596
13597 * config/alpha/xm-fbsd.h: Delete file.
13598 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
13599
13600 * config/sparc/xm-sparc.h: Delete file.
13601 * Makefile.in (xm-sun4os4.h): Delete dependency.
13602 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
13603 * config/sparc/xm-sun4os4.h: Ditto.
13604 * config/sparc/xm-linux.h: Ditto.
13605
13606 * config/i386/xm-windows.h: Delete file.
13607
13608 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13609
13610 * utils.c: Include <sys/param.h> for MAXPATHLEN.
13611 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
13612
13613 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13614
13615 * alpha-tdep.c (alpha_call_dummy_words): New.
13616 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
13617 (CALL_DUMMY_P): Define.
13618 (CALL_DUMMY_WORDS): Define.
13619 (SIZEOF_CALL_DUMMY_WORDS): Define.
13620
13621 2002-01-19 Per Bothner <per@bothner.com>
13622
13623 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
13624 isn't NULL, which can happen with some gcj-3.x-produced code.
13625
13626 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13627
13628 * alpha-tdep.c (alpha_register_virtual_type): New function.
13629 (alpha_init_frame_pc_first): Ditto.
13630 (alpha_fix_call_dummy): Ditto.
13631 (alpha_store_struct_return): Ditto.
13632 (alpha_extract_struct_value_address): Ditto.
13633 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
13634 alpha_register_virtual_type.
13635 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
13636 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
13637 alpha_extract_struct_value_address.
13638 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
13639 (INIT_FRAME_PC): Use init_frame_pc_noop.
13640 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
13641
13642 2002-01-19 Mark Kettenis <kettenis@gnu.org>
13643
13644 * i386gnu-nat.c: Include "i386-tdep.h".
13645 (fetch_fpregs): Simplify code dealing with uninitialized floating
13646 point states such that it doesn't require FP7_REGNUM.
13647
13648 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13649
13650 * alpha-tdep.c (frame_extra_info): New.
13651 (alpha_find_saved_regs): Make static. Use
13652 frame->extra_info.
13653 (alpha_frame_init_saved_regs): New function.
13654 (alpha_frame_saved_pc): Use frame->extra_info.
13655 (temp_saved_regs): Don't declare as struct frame_saved_regs.
13656 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
13657 (init_extra_frame_info): Rename to...
13658 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
13659 (alpha_print_extra_frame_info): New function.
13660 (alpha_frame_locals_address): Ditto.
13661 (alpha_frame_args_address): Ditto.
13662 (alpha_pop_frame): Use frame->extra_info.
13663 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
13664 alpha_frame_args_address.
13665 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
13666 (alpha_find_saved_regs): Remove prototype.
13667 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
13668 (EXTRA_FRAME_INFO): Remove.
13669 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
13670 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
13671
13672 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13673
13674 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
13675 (alpha_cannot_fetch_register): Ditto.
13676 (alpha_cannot_store_register): Ditto.
13677 (alpha_register_convertible): Ditto.
13678 (alpha_use_struct_convention): Ditto.
13679 * config/alpha/tm-alpha.h: Update copyright years.
13680 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
13681 (INNER_THAN): Use core_addr_lessthan.
13682 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
13683 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
13684 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
13685 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
13686 (FRAME_CHAIN): Remove unnecessary cast.
13687
13688 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13689
13690 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
13691 obsolete.
13692
13693 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13694
13695 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
13696 * monitor.c, remote-array.c, remote-bug.c: Ditto.
13697 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
13698 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
13699 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
13700 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
13701 * x86-64-linux-nat.c: Ditto.
13702
13703 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13704
13705 * alpha-tdep.c (alpha_register_name): New function.
13706 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
13707 (REGISTER_NAME): Define.
13708
13709 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13710
13711 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
13712
13713 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13714
13715 * alpha-tdep.c: Update copyright years.
13716 (alpha_next_pc): New function.
13717 (alpha_software_single_step): Ditto.
13718 * config/alpha/tm-alpha.h: Add prototype for
13719 alpha_software_single_step.
13720
13721 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13722
13723 * alphabsd-nat.c: Update copyright years.
13724 (fill_gregset): Use regcache_collect.
13725 (fill_fpregset): Likewise.
13726 (fetch_inferior_registers): Only fetch integer registers
13727 if requested to do so.
13728 (store_inferior_registers): Only store integer registers
13729 if requested to do so.
13730
13731 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13732
13733 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
13734 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
13735 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
13736 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
13737 * config/alpha/fbsd.mh (XDEPFILES): Delete.
13738 * config/arm/linux.mh (XDEPFILES): Delete.
13739 * config/arm/nbsd.mh (XDEPFILES): Delete.
13740 * config/i386/i386dgux.mh (XDEPFILES): Delete.
13741 * config/i386/i386sol2.mh (XDEPFILES): Delete.
13742 * config/i386/i386m3.mh (XDEPFILES): Delete.
13743 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
13744 * config/i386/i386gnu.mh (XDEPFILES): Delete.
13745 * config/i386/fbsd.mh (XDEPFILES): Delete.
13746 * config/i386/i386bsd.mh (XDEPFILES): Delete.
13747 * config/i386/i386sco5.mh (XDEPFILES): Delete.
13748 * config/i386/i386v4.mh (XDEPFILES): Delete.
13749 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
13750 * config/i386/i386sco4.mh (XDEPFILES): Delete.
13751 * config/i386/i386aix.mh (XDEPFILES): Delete.
13752 * config/i386/go32.mh (XDEPFILES): Delete.
13753 * config/i386/cygwin.mh (XDEPFILES): Delete.
13754 * config/i386/i386lynx.mh (XDEPFILES): Delete.
13755 * config/i386/i386mach.mh (XDEPFILES): Delete.
13756 * config/i386/i386v32.mh (XDEPFILES): Delete.
13757 * config/i386/linux.mh (XDEPFILES): Delete.
13758 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
13759 * config/i386/ncr3000.mh (XDEPFILES): Delete.
13760 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
13761 * config/i386/i386sco.mh (XDEPFILES): Delete.
13762 * config/i386/i386v.mh (XDEPFILES): Delete.
13763 * config/i386/nbsd.mh (XDEPFILES): Delete.
13764 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
13765 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
13766 * config/i386/symmetry.mh (XDEPFILES): Delete.
13767 * config/i386/obsd.mh (XDEPFILES): Delete.
13768 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
13769 * config/ia64/linux.mh (XDEPFILES): Delete.
13770 * config/ia64/aix.mh (XDEPFILES): Delete.
13771 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
13772 * config/m68k/dpx2.mh (XDEPFILES): Delete.
13773 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
13774 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
13775 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
13776 * config/m68k/linux.mh (XDEPFILES): Delete.
13777 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
13778 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
13779 * config/m68k/nbsd.mh (XDEPFILES): Delete.
13780 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
13781 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
13782 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
13783 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
13784 * config/m88k/delta88.mh (XDEPFILES): Delete.
13785 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
13786 * config/m88k/m88k.mh (XDEPFILES): Delete.
13787 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
13788 * config/mips/linux.mh (XDEPFILES): Delete.
13789 * config/mips/irix6.mh (XDEPFILES): Delete.
13790 * config/mips/irix5.mh (XDEPFILES): Delete.
13791 * config/mips/irix4.mh (XDEPFILES): Delete.
13792 * config/mips/irix3.mh (XDEPFILES): Delete.
13793 * config/mips/decstation.mh (XDEPFILES): Delete.
13794 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13795 (NATDEPFILES): Move core-aout.o to here.
13796 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13797 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13798 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13799 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13800 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13801 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13802 * config/pa/hpux11.mh (XDEPFILES): Delete.
13803 * config/powerpc/aix.mh (XDEPFILES): Delete.
13804 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13805 * config/powerpc/linux.mh (XDEPFILES): Delete.
13806 * config/romp/rtbsd.mh: Rename XDEPFILES.
13807 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13808 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13809 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13810 * config/s390/s390.mh (XDEPFILES): Delete.
13811 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13812 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13813 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13814 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13815 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13816 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13817 * config/sparc/linux.mh (XDEPFILES): Delete.
13818 * config/vax/vaxult.mh (XDEPFILES): Delete.
13819 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13820 * Makefile.in (DEPFILES): Remove XDEPFILES.
13821
13822 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13823
13824 * utils.c (internal_verror): Fix comments, default is yes not no.
13825 Update queries to match. Default to quit and dump core.
13826
13827 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13828
13829 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13830 copyright.
13831 * defs.h, event-top.c, gdbcmd.h: Ditto.
13832 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13833 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13834 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13835 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13836 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13837 * mi/mi-main.c:Ditto.
13838
13839 * stack.c, symfile.c: Update copyright.
13840
13841 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13842
13843 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13844 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13845 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13846 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
13847
13848 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13849
13850 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13851 * gdbserver/low-lynx.c (myattach): Likewise.
13852 * gdbserver/low-nbsd.c (myattach): Likewise.
13853 * gdbserver/low-sim.c (myattach): Likewise.
13854 * gdbserver/low-sparc.c (myattach): Likewise.
13855 * gdbserver/low-sun3.c (myattach): Likewise.
13856
13857 * gdbserver/low-linux.c (myattach): New function.
13858
13859 * gdbserver/server.c (attach_inferior): New function.
13860 (main): Handle "--attach".
13861
13862 2002-01-16 Andrew Cagney <ac131313@redhat.com>
13863
13864 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13865 maintainer.
13866
13867 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
13868
13869 * c-typeprint.c (is_type_conversion_operator): Add additional
13870 check for non-conversion operators.
13871
13872 2002-01-15 Michael Snyder <msnyder@redhat.com>
13873
13874 * linux-proc.c: Add "info proc" command, a la procfs.c.
13875 (read_mapping): New function, abstract and re-use code.
13876 (linux_find_memory_regions): Use new func read_mapping.
13877 (linux_info_proc_cmd): New function, implement "info proc".
13878 (_initialize_linux_proc): Add new command "info proc".
13879
13880 2002-01-15 Michael Snyder <msnyder@redhat.com>
13881
13882 * symfile.c (generic_load): Use bfd_map_over_sections method
13883 instead of manipulating bfd structure members directly.
13884 (add_section_size_callback): New function, bfd sections callback
13885 used by generic_load.
13886 (load_sections_callback): New function, bfd sections callback
13887 used by generic_load.
13888
13889 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
13890
13891 [Based on work by Jim Blandy]
13892 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13893 (builtin_type_vec128): Export.
13894 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13895 types.
13896 (builtin_type_vec128): New builtin type for 128 bit vector
13897 registers.
13898 (build_gdbtypes): Initialize builtin_type_v16qi and
13899 builtin_type_v8hi. Create the vec128 register builtin type
13900 structure.
13901 (build_builtin_type_vec128): New function.
13902 (_initialize_gdbtypes): Register builtin_type_v16qi and
13903 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13904 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13905 AltiVec register to new builtin type.
13906
13907 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
13908
13909 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13910 to make_cv_type.
13911
13912 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13913
13914 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13915 CLEAN_UP_REGISTER_VALUE.
13916 * regcache.c (supply_register): Update only call.
13917
13918 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13919
13920 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13921 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13922 a29k-*-vxworks* targets as obsolete.
13923
13924 2002-01-14 Michael Snyder <msnyder@redhat.com>
13925
13926 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13927 until we can resolve portability issues.
13928 * gregset.h: Remove references to fpxregs.
13929 * gcore.c (gcore_command): Initialize note_sec to NULL.
13930
13931 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13932
13933 * signals.c (target_signal_to_name): Rewrite. Only use
13934 signals[].name when in bounds and non-NULL.
13935
13936 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13937
13938 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13939 * signals.c (target_signal_to_name): Verify that SIG is within the
13940 bounds of the signals array.
13941
13942 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13943
13944 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13945
13946 2002-01-13 Keith Seitz <keiths@redhat.com>
13947
13948 * stack.c (print_frame_info_base): Print the frame's pc
13949 only if when print_frame_info_listing_hook is not defined.
13950
13951 2002-01-13 Keith Seitz <keiths@redhat.com>
13952
13953 * varobj.c (varobj_set_value): Make sure that there were no
13954 errors evaluating the object before attempting to set its
13955 value.
13956 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13957 so this offset adjustment is no longer necessary.
13958 (create_child): Don't set the error flag if the child is
13959 a CPLUS_FAKE_CHILD.
13960 (value_of_child): If value_fetch_lazy fails, return NULL
13961 so that callers will be notified that an error occurred.
13962 (c_value_of_variable): Delay check of variable's validity
13963 until later. We actually want all structs and unions to have
13964 the value "{...}".
13965 Do not return "???" for variables which could not be evaluated.
13966 This error condition must be returned to the caller so that it
13967 can get the error condition from gdb.
13968 (cplus_name_of_child): Adjust index for vptr before figuring
13969 out the name of the child.
13970 (cplus_value_of_child): If a child's (real) parent is not valid,
13971 don't even bother trying to give a value for it. Just return
13972 an error. Change all instances in this function.
13973 (cplus_type_of_child): If our parent is one of the "fake"
13974 parents, we need to get at the type of the real parent, and
13975 derive the child's true type using this information.
13976
13977 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13978
13979 From 2002-01-09 John Marshall <johnm@falch.net>:
13980 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13981 sources.redhat.com, and tweak some related URLs which had
13982 suffered from linkrot.
13983
13984 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13985
13986 From Jeff law:
13987 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13988 structures passed in registers.
13989
13990 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13991
13992 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13993 white space which prevented compilation. Reported by DSK
13994 <dsk@student.unsw.edu.au>.
13995
13996 2002-01-11 Michael Snyder <msnyder@redhat.com>
13997
13998 * symfile.c (build_section_addr_info_from_section_tab):
13999 Use bfd access method instead of manipulating bfd directly.
14000 (syms_from_objfile): Ditto.
14001 (simple_overlay_update_1): Ditto.
14002 (simple_overlay_update): Ditto.
14003 (generic_load): Ditto.
14004 (overlay_unmapped_address): FIXME comment, bfd access methods.
14005 (sections_overlap): FIXME comment, bfd access methods.
14006 (pc_in_mapped_range): FIXME comment, bfd access methods.
14007 (pc_in_unmapped_range): FIXME comment, bfd access methods.
14008 (section_is_mapped): FIXME comment, bfd access methods.
14009 (section_is_overlay): FIXME comment, bfd access methods.
14010
14011 * symfile.c (generic_load): Whitespace and long line cleanups.
14012 Remove duplicate variable, change several local variables to
14013 more appropriate data types.
14014 (print_transfer_performance): Use %lu instead of %ld for ulongs.
14015
14016 2002-01-12 Andrew Cagney <ac131313@redhat.com>
14017
14018 From Peter Schauer:
14019 * language.c (longest_local_hex_string_custom): Use phex_nz to
14020 convert NUM to a hex string.
14021
14022 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
14023
14024 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
14025 the function.
14026 Update Copyright year.
14027
14028 2002-01-12 Andrew Cagney <ac131313@redhat.com>
14029
14030 * language.c (longest_raw_hex_string): Delete unused function.
14031
14032 2002-01-11 Petr Sorfa <petrs@caldera.com>
14033
14034 * MAINTAINERS (write-after-approval): Add myself.
14035 * dwarf2read.c (read_tag_string_type): Handling of
14036 DW_AT_byte_size.
14037 (read_tag_string_type): FORTRAN fix to prevent propagation of
14038 first string size.
14039 (set_cu_language): Handling of DW_LANG_Fortran95
14040
14041 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
14042
14043 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
14044 GETPID(inferior_ptid).
14045 (store_inferior_registers): Likewise.
14046
14047 2002-01-10 Jason Merrill <jason@redhat.com>
14048
14049 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
14050 Fix DW_OP_minus.
14051
14052 2002-01-10 Andrew Cagney <ac131313@redhat.com>
14053
14054 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
14055 and bfd/elf32-sh-nbsd.c.
14056
14057 2002-01-10 Michael Snyder <msnyder@redhat.com>
14058
14059 * NEWS: Mention --pid and corefile/proc-id behavior change.
14060
14061 * Makefile.in: Add rules for gcore.o and linux-proc.o.
14062 * gcore.c: Include cli/cli-decode.h instead of command.h.
14063
14064 * main.c (captured_main): Add new command line option "--pid".
14065 If the second command line argument (following the symbol-file)
14066 begins with a digit, try to attach to it before trying to open
14067 it as a corefile.
14068 (print_gdb_help): Document the "--pid" argument.
14069
14070 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14071
14072 * completer.c (command_completer): New function.
14073
14074 * completer.h <command_completer>: Add prototype.
14075
14076 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
14077 completer for the "help" command.
14078
14079 2002-01-09 Jason Merrill <jason@redhat.com>
14080
14081 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
14082
14083 2002-01-09 Michael Snyder <msnyder@redhat.com>
14084
14085 * i386-linux-nat.c (fill_fpxregset): Make global.
14086 (store_fpxregset): Ditto.
14087
14088 * gregset.h (gdb_fpxregset_t): Define.
14089 (supply_fpxregset): Prototype.
14090 (fill_fpxregset): Prototype.
14091
14092 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
14093
14094 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
14095
14096 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
14097 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
14098 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
14099
14100 2002-01-09 Andrew Cagney <ac131313@redhat.com>
14101
14102 * MAINTAINERS: Update target maintainer rules so that any
14103 Maintainer can approve a tested patch for a maintenance-only
14104 target.
14105
14106 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
14107
14108 * MAINTAINERS (write-after-approval): Add myself.
14109
14110 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
14111 IN_SIGTRAMP.
14112
14113 2002-01-08 Michael Snyder <msnyder@redhat.com>
14114
14115 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
14116 real name of the executable, rather than the /proc name.
14117
14118 2002-01-03 Michael Snyder <msnyder@redhat.com>
14119
14120 Implement a "generate-core-file" command in gdb, save target state.
14121 * gcore.c: New file. Implement new command 'generate-core-file'.
14122 Save a corefile image of the current state of the inferior.
14123 * linux-proc.c: Add linux-specific code for saving corefiles.
14124 * target.h (struct target_ops): Add new target vectors for saving
14125 corefiles; to_find_memory_regions and to_make_corefile_notes.
14126 (target_find_memory_regions): New macro.
14127 (target_make_corefile_notes): New macro.
14128 * target.c (update_current_target): Inherit new target methods.
14129 (dummy_find_memory_regions): New place-holder method.
14130 (dummy_make_corefile_notes): New place-holder method.
14131 (init_dummy_target): Initialize new dummy target vectors.
14132 * exec.c (exec_set_find_memory_regions): New function.
14133 Allow the exec_ops vector for memory regions to be taken over.
14134 (exec_make_note_section): New function, target vector method.
14135 * defs.h (exec_set_find_memory_regions): Export prototype.
14136 * procfs.c (proc_find_memory_regions): New function, corefile method.
14137 (procfs_make_note_section): New function, corefile method.
14138 (init_procfs_ops): Set new target vector pointers.
14139 (find_memory_regions_callback): New function.
14140 (procfs_do_thread_registers): New function.
14141 (procfs_corefile_thread_callback): New function.
14142 * sol-thread.c (sol_find_memory_regions): New function.
14143 (sol_make_note_section): New function.
14144 (init_sol_thread_ops): Initialize new target vectors.
14145 * inftarg.c (inftarg_set_find_memory_regions): New function.
14146 Allow to_find_memory_regions vector to be taken over.
14147 (inftarg_set_make_corefile_notes): New function.
14148 Allow to_make_corefile_notes vector to be taken over.
14149 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
14150 interface layer if not target_has_execution (may be a corefile).
14151 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
14152 * config/sparc/sun4sol2.mh: Ditto.
14153 * config/alpha/alpha-linux.mh: Ditto.
14154 * config/arm/linux.mh: Ditto.
14155 * config/i386/x86-64linux.mh: Ditto.
14156 * config/ia64/linux.mh: Ditto.
14157 * config/m68k/linux.mh: Ditto.
14158 * config/mips/linux.mh: Ditto.
14159 * config/powerpc/linux.mh: Ditto.
14160 * config/sparc/linux.mh: Ditto.
14161
14162 2002-01-07 Michael Snyder <msnyder@redhat.com>
14163
14164 * arm-linux-nat.c: Remove references to regcache.c internal data
14165 (registers[] and register_valid[]).
14166
14167 2002-01-07 Michael Snyder <msnyder@redhat.com>
14168
14169 * linux-proc.c: New file. Implement child_pid_to_exec_file,
14170 so that attaching to a pid will automatically read the process's
14171 symbol file and shlibs.
14172 * Makefile.in: Add rule for linux-proc.o.
14173 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
14174 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
14175 * config/arm/linux.mh: Ditto.
14176 * config/i386/linux.mh: Ditto.
14177 * config/i386/x86-64linux.mh: Ditto.
14178 * config/ia64/linux.mh: Ditto.
14179 * config/m68k/linux.mh: Ditto.
14180 * config/mips/linux.mh: Ditto.
14181 * config/powerpc/linux.mh: Ditto.
14182 * config/sparc/linux.mh: Ditto.
14183
14184 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
14185
14186 * win32-nat.c: Add i386-tdep.h dependency.
14187
14188 2002-01-07 Michael Snyder <msnyder@redhat.com>
14189
14190 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
14191 instead of bfd_get_arch_size. Don't bail out just because
14192 there's no exec_bfd.
14193
14194 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
14195 * p-valprint.c (pascal_object_print_value): Ditto.
14196 * somread.c (som_symtab_read): Ditto.
14197 * symfile.c (simple_free_overlay_region_table): Ditto.
14198 * valops.c (value_assign): Ditto.
14199
14200 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
14201 use tilde_expand and strerror for opening save-tracepoints file.
14202
14203 * thread-db.c (thread_db_new_objfile): Indendation fix.
14204
14205 * infptrace.c (GDB_MAX_ALLOCA): New define.
14206 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
14207 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
14208 can be overridden with whatever value is appropriate to the host).
14209 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
14210 alloca to allocate potentially large buffer.
14211 * rs6000-nat.c (child_xfer_memory): Ditto.
14212 * symm-nat.c (child_xfer_memory): Ditto.
14213 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
14214
14215 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
14216
14217 From Nick Clifton <nickc@redhat.com>
14218 * d10v-tdep.c: Set STACK_START to 0x200bffe.
14219
14220 2002-01-07 Michael Snyder <msnyder@redhat.com>
14221
14222 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
14223 Don't use exec_bfd if it's NULL.
14224
14225 2002-01-06 Mark Kettenis <kettenis@gnu.org>
14226
14227 * valops.c (value_arg_coerce): Fix formatting.
14228
14229 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14230
14231 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
14232 * gnu-nat.c: Ditto.
14233
14234 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14235
14236 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
14237 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
14238 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
14239 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
14240 z8k-coff have not been multi-arched. Update z8k-coff build
14241 status.
14242
14243 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14244
14245 * MAINTAINERS: Mark a29k target as obsolete.
14246 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
14247 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
14248 comments.
14249 * NEWS: Note that a29k targets are obsolete.
14250 * a29k-tdep.c: Mark as obsolete.
14251 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
14252 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
14253 a29k-*-vxworks* targets as obsolete.
14254 * remote-adapt.c: Obsolete.
14255 * remote-eb.c: Obsolete.
14256 * remote-mm.c: Obsolete.
14257 * remote-udi.c: Obsolete.
14258 * config/a29k/a29k-udi.mt: Obsolete.
14259 * config/a29k/a29k.mt: Obsolete.
14260 * config/a29k/tm-a29k.h: Obsolete.
14261 * config/a29k/tm-vx29k.h: Obsolete.
14262 * config/a29k/vx29k.mt: Obsolete.
14263
14264 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14265
14266 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
14267 with BFD_ENDIAN_BIG.
14268
14269 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14270
14271 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
14272 * configure, config.in: Re-generate.
14273 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
14274 * defs.h: Do not include <endian.h>.
14275
14276 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
14277
14278 * acconfig.h (HAVE_PT_GETXMMREGS): New.
14279 * config.in: Regenerate.
14280 * configure.in: Update copyright years.
14281 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
14282 * configure: Regenerate.
14283 * i386bsd-nat.c: Update copyright years.
14284 (fill_gregset): Use regcache_collect.
14285 (fetch_inferior_registers): Only fetch integer registers
14286 if requested to do so. Add support for XMM registers
14287 using PT_GETXMMREGS.
14288 (store_inferior_registers): Only store integer registers
14289 if requested to do so. Add support for XMM registers
14290 using PT_SETXMMREGS.
14291 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
14292 (store_inferior_registers): Remove.
14293 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
14294 (fetch_elfcore_registers): New function.
14295 (i386nbsd_elfcore_fns): New.
14296 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
14297 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
14298 i386bsd-nat.o.
14299 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
14300 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
14301 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
14302 * config/i386/tm-nbsd.h: Update copyright years.
14303 (HAVE_SSE_REGS): Define.
14304 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
14305 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
14306 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
14307 (SIGCONTEXT_PC_OFFSET): Remove.
14308 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
14309
14310 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14311
14312 * configure.tgt: Remove powerpc-*-macos* target.
14313 * config/m68k/xm-mpw.h: Delete file.
14314 * config/xm-mpw.h: Delete file.
14315 * ser-mac.c: Delete file.
14316 * mpw-make.sed: Delete file.
14317 * mpw-config.in: Delete file.
14318 * mac-xdep.c: Delete file.
14319 * mac-gdb.r: Delete file.
14320 * mac-defs.h: Delete file.
14321 * mac-nat.c: Delete file.
14322 * config/powerpc/macos.mh: Delete file.
14323 * config/powerpc/macos.mt: Delete file.
14324 * config/powerpc/nm-macos.h: Delete file.
14325 * config/powerpc/tm-macos.h: Delete file.
14326 * source.c (openp, open_source_file): Remove obsolete code.
14327 * top.c (gdb_readline): Ditto.
14328 * utils.c (query): Ditto.
14329 * event-top.c (display_gdb_prompt): Ditto.
14330 * Makefile.in (ser-mac.o): Delete obsolete target.
14331 * NEWS: Update.
14332
14333 2002-01-04 Andrew Cagney <ac131313@redhat.com>
14334
14335 * defs.h (BIG_ENDIAN): Delete macro definition.
14336 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
14337 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
14338 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
14339 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
14340 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
14341 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
14342 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
14343 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
14344 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
14345 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
14346 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
14347 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
14348 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14349 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14350 * gdbarch.c: Re-generate.
14351
14352 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14353
14354 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
14355 for core files.
14356
14357 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14358
14359 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
14360
14361 2002-01-04 Andrew Cagney <ac131313@redhat.com>
14362
14363 * value.h (value_ptr): Delete typedef.
14364
14365 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14366
14367 * i386nbsd-nat.c: Update copyright years.
14368 Include i386-tdep.h.
14369
14370 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
14371
14372 * stabsread.c: Update copyright years.
14373
14374 From Debashis Mahata <debashis.mahata@wipro.com>:
14375 (read_struct_fields): Deal with Sun C compiler erroneous stab
14376 output for structs and unions.
14377 Fix PR gdb/269.
14378
14379 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14380
14381 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
14382 prototype.
14383
14384 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14385
14386 * cp-abi.c: Fix whitespace.
14387 (baseclass_offset): New wrapper function.
14388 * cp-abi.h (baseclass_offset): Add prototype.
14389 (struct cp_abi_ops): Add baseclass_offset pointer.
14390
14391 * valops.c (vb_match): Move to...
14392 * gnu-v2-abi.c (vb_match): here.
14393 * valops.c (baseclass_offset): Move to...
14394 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
14395
14396 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
14397
14398 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
14399 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
14400 * hpacc-abi.c (init_hpacc_ops): Likewise.
14401
14402 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14403
14404 * valops.c (find_overload_match): Accept obj as a
14405 reference parameter. Update it before returning.
14406 * value.h (find_overload_match): Update prototype.
14407 * eval.c (evaluate_subexp_standard): Pass object to
14408 find_overload_match by reference.
14409
14410 2002-01-03 Andrew Cagney <ac131313@redhat.com>
14411
14412 * valarith.c: Replace value_ptr with struct value pointer. Remove
14413 register attribute from value declarations.
14414 * valops.c: Ditto.
14415 * value.h: Ditto.
14416 * scm-lang.c (scm_lookup_name): Ditto.
14417
14418 2002-01-03 Michael Snyder <msnyder@redhat.com>
14419
14420 Abstract the functionality of iterating over mapped memory
14421 regions into a general purpose iterator function.
14422 * procfs.c (iterate_over_mappings): New function, general purpose
14423 iterator for memory sections.
14424 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
14425 (solib_mappings_callback): New function, callback for above.
14426 (info_proc_mappings): Reimpliment using iterate_over_mappings.
14427 (info_mappings_callback): New function, callback for above.
14428
14429 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
14430
14431 2002-01-01 Mark Kettenis <kettenis@gnu.org>
14432
14433 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
14434 * i386-tdep.c: Include "elf-bfd.h".
14435 (process_note_abi_tag_sections): New function.
14436 (i386_gdbarch_init): Add code to recognize various OS/ABI
14437 combinations.
14438
14439 * maint.c (_initialize_maint_cmds): Add missing \ in
14440 string-literal.
14441
14442 For older changes see ChangeLog-2001
14443 \f
14444 Local Variables:
14445 mode: change-log
14446 left-margin: 8
14447 fill-column: 74
14448 version-control: never
14449 End:
This page took 0.326889 seconds and 4 git commands to generate.