New objc_specific struct.
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-14 Adam Fedor <fedor@gnu.org>
2
3 * symtab.h: New objc_specific struct.
4 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
5 (SYMBOL_DEMANGLED_NAME): Likewise.
6
7 2002-10-14 Adam Fedor <fedor@gnu.org>
8
9 * symfile.c (init_filename_language_table): Add ObjC file extension.
10
11 2002-10-14 Adam Fedor <fedor@gnu.org>
12
13 * utils.c (puts_filtered_tabular): New function.
14 (fprintf_symbol_filtered): Get ObjC demangled name.
15 * defs.h (puts_filtered_tabular): Declared.
16
17 2002-10-14 Kevin Buettner <kevinb@redhat.com>
18
19 * c-lang.h (c_type_print_varspec_prefix): Delete.
20 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
21 ``need_post_space'' parameter. Adjust all callers.
22
23 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
24
25 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
26 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
27 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
28 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
29
30 2002-10-13 Adam Fedor <fedor@gnu.org>
31
32 * source.c (print_source_lines): Update comments.
33
34 2002-10-13 Adam Fedor <fedor@gnu.org>
35
36 * valops.c (value_of_local): New function.
37 (value_of_this): Use it.
38 * value.h (value_of_local): Declared.
39
40 2002-10-13 Adam Fedor <fedor@gnu.org>
41
42 * parse.c: (length_of_subexp, prefixify_subexp): Handle
43 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
44
45 2002-10-12 Adam Fedor <fedor@gnu.org>
46
47 * language.c (binop_result_type): Add language_objc to case.
48 (integral_type): Likewise.
49 (character_type): Likewise.
50 (string_type): Likewise.
51 (boolean_type): Likewise.
52 (structured_type): Likewise.
53 (binop_type_check): Likewise.
54
55 2002-10-11 Adam Fedor <fedor@gnu.org>
56
57 * printcmd.c (address_info): Print 'self' for ObjC.
58
59 2002-10-11 Adam Fedor <fedor@gnu.org>
60
61 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
62 OP_SELF.
63
64 2002-10-11 Adam Fedor <fedor@gnu.org>
65
66 * language.h (CAST_IS_CONVERSION): Add language_objc.
67
68 2002-10-11 Adam Fedor <fedor@gnu.org>
69
70 * defs.h (enum language): Add language_objc.
71
72 2002-10-11 Klee Dienes <kdienes@apple.com>
73
74 * findvar.c (read_memory_typed_address): New function.
75 * gdbcore.h (read_memory_typed_address): Add prototype.
76 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
77 to read a value destined for a CORE_ADDR, not read_memory_integer.
78 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
79 (f77_get_dynamic_lowerbound): Ditto.
80
81 2002-10-11 Martin M. Hunt <hunt@redhat.com>
82
83 * utils.c (string_to_core_addr): After turning string into
84 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
85 which will do necessary sign-extension, etc.
86
87 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
88
89 * c-exp.y (THIS): Delete token and grammar rule.
90 (yylex): Don't return THIS.
91 * cp-valprint.c (vtbl_ptr_name_old): Delete.
92 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
93 * demangle.c (cplus_markers): Update comment. Put '$'
94 first. Remove CPLUS_MARKER.
95 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
96 * jv-exp.y (THIS): Delete token and grammar rule.
97 (yylex): Don't return THIS.
98 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
99 * objc-exp.y (THIS): Delete token and grammar rule.
100 (yylex): Don't return THIS.
101 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
102 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
103 (read_member_functions): Likewise for opname.
104 (read_tilde_fields): Use is_cplus_marker.
105
106 * defs.h (CPLUS_MARKER): Don't define.
107 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
108 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
109 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
110 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
111 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
112
113 * config/i386/tm-i386v4.h: Delete file.
114 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
115 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
116 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
117 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
118 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
119 * config/i386/i386sco5.mt (TM_FILE): Likewise.
120 * config/i386/i386v4.mt (TM_FILE): Likewise.
121 * config/i386/ncr3000.mt (TM_FILE): Likewise.
122
123 2002-10-10 Marko Mlinar <markom@opencores.org>
124
125 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
126 accidentially not commited 2002-10-09
127 * gdbarch.h, gdbarch.c: Re-generate.
128
129 2002-10-09 Marko Mlinar <markom@opencores.org>
130
131 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
132 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
133 * gdbarch.h, gdbarch.c: Re-generate.
134
135 2002-10-08 Petr Sorfa <petrs@caldera.com>
136
137 Revised and re-submitted by John Wolfe <jlw@caldera.com>
138
139 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
140 so we can work on more than one compilation unit at a time. This
141 helps prepare GDB to handle inter-CU die references.
142 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
143 the code to be defined before struct comp_unit_head.
144 (comp_unit_head): Added new members - offset, cu_head,
145 begin_die, next and dwarf2_abbrevs.
146 (dwarf2_abbrevs): Removed single static var; now member of
147 struct comp_unit_head.
148 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
149 members.
150 (psymtab_to_symtab_1): Changed to work with the new
151 struct comp_unit_head.
152 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
153 constructs the dwarf2_abbrevs[] inside the cu_header.
154 (dwarf2_empty_abbrev_table): Now expects a ptr to a
155 dwarf2_abbrev table to clean up.
156 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
157 handling of dwarf2_abbrevs inside the cu_header.
158 (read_partial_die): Now supports the call to the new
159 dwarf2_lookup_abbrev.
160 (read_full_die): Now supports the call to the new
161 dwarf2_lookup_abbrev.
162
163 2002-10-06 Christopher Faylor <cgf@redhat.com>
164
165 * Makefile.in (install-gdbtk): Add missing continuation backslash to
166 insure that shell variables, such as "transformed_name" are propagated
167 to later shell statements in rule.
168
169 2002-10-06 Mark Kettenis <kettenis@gnu.org>
170
171 * config/i386/nm-i386sco.h: Add protection against
172 multiple-inclusion. Include "i386/nm-i386v.h".
173 (REGISTER_U_ADDR): Remove define.
174 (i386_register_u_addr): Remove prototype.
175
176 2002-10-04 Michael Snyder <msnyder@redhat.com>
177
178 * m32r-stub.c (handle_exception): Make sure exception is "trap"
179 before treating it as a single-step event.
180
181 2002-10-03 Adam Fedor <fedor@gnu.org>
182
183 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
184 (objc_demangle): Remove assignment in if statements, Replace
185 free with xfree.
186 (add_msglist): Likewise.
187 (end_msglist): Likewise.
188 (complare_selectors): Likewise.
189 (selectors_info): Likewise.
190 (compare_classes): Likewise.
191 (classes_info): Likewise.
192 (print_object_command): Likewise.
193 (find_objc_msgcall_submethod): Replace PTR with void *.
194 * objc-lang.h: Remove check for __STDC__.
195
196 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
197
198 * ui-out.h (ui_out_field_fmt_int): New prototype.
199 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
200 of field width and alignment.
201 * stack.c (print_frame_info_base): When printing frame level, use
202 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
203 PR gdb/192
204
205 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
206
207 * MAINTAINERS: Add self to Write After Approval list.
208
209 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
210
211 * infcmd.c (interrupt_target_command_wrapper): Delete.
212 (interrupt_target_command): Make non static.
213 (nofp_registers_info): Make static.
214 * stack.c (return_command_wrapper): Delete.
215 (return_command): Make non static.
216
217 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
218
219 * event-top.c (gdb_setup_readline): New function. Code moved from
220 _initialize_event_loop().
221 (_initialize_event_loop): Call gdb_setup_readline().
222
223 2002-10-02 Andrew Cagney <ac131313@redhat.com>
224
225 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
226 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
227 * gdbarch.h, gdbarch.c: Re-generate.
228
229 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
230
231 Fix PR gdb/778
232 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
233 before recursing.
234 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
235 of fill_in_vptr_fieldno.
236
237 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
238
239 * inferior.h (registers_info, stepi_command, nexti_command,
240 continue_command, interrupt_target_command): Export from infcmd.c.
241 * frame.h (args_info, selected_frame_level_changed_hook,
242 return_command): Export from stack.c.
243 * v850ice.c (stepi_command, nexti_command, continue_command): use
244 prototypes from inferior.h.
245 * tracepoint.c (registers_info, args_info, locals_info): Use
246 prototypes from frame.h and inferior.h.
247 * Makefile.in (mi-main.o): Add dependency on frame.h.
248
249 2002-10-02 Andrew Cagney <ac131313@redhat.com>
250
251 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
252 value in register 3 adjusted by ppc_gp0_regnum.
253
254 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
255
256 2002-10-02 Marko Mlinar <markom@opencores.org>
257
258 * MAINTAINERS: Add myself to the Write After Approval list.
259
260 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
261
262 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
263 of the section for the N64 ABI, fixed.
264
265 * config/mips/tm-irix6.h: Include solib.h.
266
267 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
268
269 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
270 GNU operators.
271
272 2002-10-01 Andrew Cagney <ac131313@redhat.com>
273
274 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
275 and that "mi0" syntax has been removed.
276
277 2002-09-30 David Carlton <carlton@math.stanford.edu>
278
279 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
280 * ppc-sysv-tdep.c: #include "gdb_string.h".
281 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
282 pacify GCC.
283
284 2002-10-01 Andrew Cagney <ac131313@redhat.com>
285
286 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
287 "vrsave"'s register number.
288
289 2002-09-30 Andrew Cagney <ac131313@redhat.com>
290
291 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
292 use frame_unwind_signed_register to obtain the PC.
293 (mips_frame_chain): Handle a generic dummy frame.
294 (mips_init_extra_frame_info): When a generic dummy frame, don't
295 re-compute the frame base.
296 (mips_pop_frame): Handle generic dummy frames.
297 (mips_gdbarch_init): When generic dummy frames, set
298 use_generic_dummy_frames, push_dummy_frame to
299 generic_push_dummy_frame, pc_in_call_dummy to
300 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
301 generic_save_dummy_frame_tos.
302
303 2002-09-30 Andrew Cagney <ac131313@redhat.com>
304
305 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
306 against TOP when TOP was explictly set.
307 (generic_push_dummy_frame): Set TOP to zero.
308
309 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
310
311 * event-loop.c (start_event_loop): Rename variable 'result' to
312 'gdb_result', to avoid conflicts with upcoming intepreters changes.
313
314 2002-09-30 Keith Seitz <keiths@redhat.com>
315
316 * gdb-events.sh (selected_thread_changed): New event.
317 * gdb-events.c: Regenerated.
318 * gdb-events.h: Regenerated.
319
320 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
321
322 * MAINTAINERS: Add self to Write After Approval list.
323
324 2002-09-30 Fernando Nasser <fnasser@redhat.com>
325
326 * disasm.c: New file.
327 * disasm.h: New file.
328 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
329 (compare_lines): Ditto.
330 (dump_insns): Ditto.
331 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
332 argument.
333 (do_assembly_only): Ditto.
334 (do_disassembly): Renamed to gdb_disassembly and moved to
335 disasm.c. Sdded uiout argument.
336 * Makefile.in: Add new files. Reorder SFILES list. Update
337 dependencies. Include libgdb.a later in the insight executable.
338
339 2002-09-29 Andrew Cagney <ac131313@redhat.com>
340
341 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
342 bfd/elf64-alpha-fbsd.c.
343
344 2002-09-29 Andrew Cagney <ac131313@redhat.com>
345
346 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
347 i386gnu-tdep.c.
348
349 2002-09-29 Andrew Cagney <ac131313@redhat.com>
350
351 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
352 __FUNCTION__.
353 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
354 function name.
355 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
356 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
357 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
358 (S_msg_sig_post_reply): Ditto.
359
360 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
361
362 * sh-tdep.c (sh_use_struct_convention): Use definition according
363 to ABI.
364 (sh_push_arguments): Store in register with correct endianess.
365 (sh_default_store_return_value): Ditto.
366 (sh_gdbarch_init): Set sizeof long double to 8.
367
368 2002-09-27 Mark Kettenis <kettenis@gnu.org>
369
370 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
371 Fix some whitespace problems.
372
373 2002-09-27 David Carlton <carlton@math.stanford.edu>
374
375 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
376 (mcore-tdep.o): Ditto.
377 (ns32k-tdep.o): Ditto.
378 (ns32knbsd-tdep.o): Ditto.
379 (sh3-rom.o): Ditto.
380 (vax-tdep.o): Ditto.
381 * cris-tdep.c: #include "gdb_string.h"
382 * mcore-tdep.c: Ditto.
383 * ns32k-tdep.c: Ditto.
384 * ns32knbsd-tdep.c: Ditto.
385 * sh3-rom.c: Ditto.
386 * vax-tdep.c: Ditto.
387
388 2002-09-27 David Carlton <carlton@math.stanford.edu>
389
390 * config/djgpp/fnchange.lst: Add entries for
391 gdb/testsuite/gdb.c++/m-static files.
392
393 2002-09-27 Jim Wilson <wilson@redhat.com>
394
395 * MAINTAINERS: Add myself to the Write After Approval list.
396
397 2002-09-26 Martin M. Hunt <hunt@redhat.com>
398
399 * mips-tdep.c (find_proc_desc): Initialize startaddr.
400
401
402 2002-09-26 Andrew Cagney <ac131313@redhat.com>
403
404 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
405 frame.
406
407 2002-09-26 Andrew Cagney <ac131313@redhat.com>
408
409 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
410 (rs6000_struct_return_address): Delete variable.
411 (rs6000_store_struct_return): Update.
412 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
413 deprecated_extract_struct_value_address.
414 (rs6000_frame_align): New function.
415 (rs6000_gdbarch_init): Set frame_align.
416
417 2002-09-26 Andrew Cagney <ac131313@redhat.com>
418
419 From Grace Sainsbury <graces@redhat.com>:
420 * Makefile.in (gdbtk-main.o): New target.
421 (gdb.o): New target.
422 (main_h): Define.
423 (main.o): Update dependencies.
424 (gdb$(EXEEXT)): Add gdb.o.
425 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
426 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
427 (SUBDIR_GDBTK_CLEAN): Set.
428 (install-gdbtk): Install the insight binary.
429 (uninstall-gdbtk): New target.
430 (all-gdbtk, clean-gdbtk): New rule.
431 * top.c (use_windows): Default to zero.
432 * main.c: Include "main.h".
433 (main): Delete.
434 (struct captured_main_args): Delete.
435 (gdb_main): New function.
436 * main.h: New file.
437 * gdb.c: New File.
438
439 2002-09-25 Andrew Cagney <cagney@redhat.com>
440
441 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
442 (frame_map_regnum_to_name): New function.
443 (frame_map_name_to_regnum): New function.
444 * frame.h (frame_map_name_to_regnum): Declare.
445 (frame_map_regnum_to_name): Declare.
446 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
447 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
448 * parse.c: Do not include "builtin-regs.h".
449 (target_map_name_to_register): Delete function.
450 (write_dollar_variable): Use frame_map_name_to_regnum.
451 * parser-defs.h (target_map_name_to_register): Delete declaration.
452 * expprint.c: Include "frame.h".
453 (print_subexp): Use frame_map_regnum_to_name.
454 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
455 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
456
457 2002-09-25 Andrew Cagney <ac131313@redhat.com>
458
459 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
460 wasn't saved, and the next innermost frame is a dummy, return the
461 dummy frame's link register.
462
463 2002-09-24 Jim Blandy <jimb@redhat.com>
464
465 Fix from Paul Breed:
466 * main.c (captured_main): Add a `break' after the case for 'b'.
467
468 2002-09-24 Keith Seitz <keiths@redhat.com>
469
470 * varobj.c (c_type_of_child): Use get_target_type instead
471 of TYPE_TARGET_TYPE.
472
473 2002-09-22 Fernando Nasser <fnasser@redhat.com>
474
475 * source.c (get_current_or_default_source_symtab_and_line): Remove
476 function.
477 (set_default_source_symtab_and_line): New function. Attempts to
478 determine a source file to list lines from if one is not currently
479 defined.
480 (get_current_source_symtab_and_line): Initialize sal.pc and
481 sal.end fields.
482 (set_current_source_symtab_and_line): Mark argument as const.
483 * source.h: Update declarations and comments.
484 * linespec.c (decode_line_1): Replace call to removed routine above.
485 * stack.c (print_frame_info_base): Ditto.
486 * cli/cli-cmds.c (edit_command): Ditto.
487 (list_command): Ditto.
488
489 2002-09-22 Fernando Nasser <fnasser@redhat.com>
490
491 * source.c (get_current_or_default_source_symtab_and_line): Initialize
492 sal.pc and sal.end fields.
493 (get_current_or_default_source_symtab_and_line): Ditto.
494 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
495 so we do not cause a new source symtab to be searched for (reverting an
496 unintentional change from the 2002-09-20 patch).
497 * scm-lang.c (scm_unpac): Ditto.
498
499 2002-09-21 Andrew Cagney <cagney@redhat.com>
500
501 * complaints.c (symfile_explanations): Remove new-line from
502 ``isolated_message''.
503 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
504 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
505
506 2002-09-20 Nick Clifton <nickc@redhat.com>
507
508 * NEWS: Announce that V850EA ISA is no longer supported.
509 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
510
511 2002-09-20 David Carlton <carlton@math.stanford.edu>
512
513 * Makefile.in (c-lang.o): Correct dependencies.
514 (utils.o): Gather dependencies.
515 (charset.o): Move.
516 * c-lang.c: #include "gdb_string.h"
517
518 2002-09-20 Fernando Nasser <fnasser@redhat.com>
519
520 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
521 * cli/cli-cmds.c (list_command): New function. Implements the new
522 cli edit command.
523 (_init_cli_cmds): Add new command definition.
524 * gdb.1: Document edit command.
525 * doc/gdb.texinfo: Document edit command.
526
527 2002-09-20 Fernando Nasser <fnasser@redhat.com>
528
529 * source.c: Make global variables current_source_symtab and
530 current_source_line static.
531 (list_command): Moved to cli/cli-cmds.c.
532 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
533 (get_first_line_listed): New accessor function.
534 (get_lines_to_list): New accessor function.
535 (get_current_source_symtab_and_line): New function. Retrieves the
536 position in the source code that we consider current.
537 (get_current_or_default_source_symtab_and_line): New function.
538 Like the above but attempts to determine a default position if one
539 is not currently defined.
540 (set_current_source_symtab_and_line): New function. Sets the source
541 code position considered current and returns the previously set one.
542 (clear_current_source_symtab_and_line): Reset stored information about
543 a current source line.
544 (_initialize_source): Remove registration for the "list" command and
545 its alias.
546 * source.h: Add declarations for the new functions above.
547 * symtab.h: Remove declarations for the global variables mentioned
548 above.
549 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
550 obtain current source line.
551 * linespec.c (decode_line_1): Ditto.
552 * macroscope.c (default_macro_scope): Ditto.
553 * scm-lang.c (scm_unpac): Ditto.
554 * stack.c (print_frame_info_base): Ditto.
555 * symfile.c (clear_symtab_users): Ditto.
556 * symtab.c (decode_line_spec): Ditto.
557 * cli/cli-cmds.c (list_command): Moved here from source.c.
558 (ambiguous_line_spec): Moved here from source.c.
559 (_init_cli_cmds): Add definition for "list" and its alias.
560 * Makefile.in: Update dependencies.
561
562 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
563
564 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
565 with what gcc thinks is correct.
566
567 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
568
569 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
570 multiple register push instruction.
571
572 2002-09-19 Jim Blandy <jimb@redhat.com>
573
574 Add support for distinct host and target character sets.
575 * charset.c, charset.h: New files.
576 * c-exp.y: #include "charset.h".
577 (yylex): Convert character and string literals to the target
578 character set, before returning them as the semantic value of the
579 token.
580 * c-lang.c: #include "charset.h".
581 (c_emit_char): Use charset-specific methods to recognize
582 characters with backslash escape forms, to decide which characters
583 to print literally and which to print using numeric escape
584 sequences, and to convert target characters to host characters
585 before printing.
586 * utils.c: #include "charset.h".
587 (no_control_char_error): New function.
588 (parse_escape): Use charset-specific methods to recognize
589 backslash escapes, parse `control character' notation, and convert
590 characters from the host character set to the target character set.
591 * configure.in: Set the default host character set.
592 Check where to find iconv, and what its argument types might be.
593 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
594 * Makefile.in (SFILES): List charset.c.
595 (COMMON_OBS): List charset.o.
596 (charset.o): New rule.
597 (charset_h): New header dependency variable.
598 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
599 (LIBICONV): New variable, set by configure.
600 (CLIBS): Include $(LIBICONV) here.
601 * aclocal.m4, config.in, configure: Regenerated.
602
603 2002-09-19 Joel Brobecker <brobecker@gnat.com>
604
605 * ada-exp.y: Add missing semicolons to end rules. Fixes a
606 bison 1.35 warning.
607
608 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
609
610 * gdb_mbuild.sh: New file.
611
612 2002-09-19 Andrew Cagney <ac131313@redhat.com>
613
614 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
615
616 2002-09-18 Andrew Cagney <ac131313@redhat.com>
617
618 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
619 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
620 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
621 valops.c, value.h: Revert previous change.
622
623 2002-09-18 Michael Snyder <msnyder@redhat.com>
624
625 Preliminary support for Objective-C:
626 * defs.h (language_objc): New enum value.
627 (puts_filtered_tabular): Declaration only, exported from utils.c.
628 (skip_quoted): Delete, declared in completer.h.
629 * c-exp.y: Include completer.h.
630 * p-exp.y: Ditto.
631 * jv-exp.y: Ditto.
632 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
633 New operator enum values.
634 * language.h (CAST_IS_CONVERSION): Test for language_objc.
635 * language.c (binop_result_type): Handle language_objc case.
636 (integral_type, character_type, string_type, boolean_type,
637 structured_type, binop_type_check): Ditto.
638 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
639 (struct objc_specific): Add to general_symbol_info.
640 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
641 (SYMBOL_DEMANGLED_NAME): Handle objc case.
642 * parser-defs.h (struct objc_class_str): New struct type.
643 (start_msglist, end_msglist, add_msglist): Declaration only,
644 exported from objc-lang.c.
645 * value.h (value_of_local, value_nsstring,
646 call_function_by_hand_expecting_type): Exported from valops.c.
647 * valops.c (find_function_addr): Export.
648 (call_function_by_hand_expecting_type): New function.
649 (value_of_local): New function.
650 * symfile.c (init_filename_language_table): Add ".m" extension
651 for Objective-C.
652 * utils.c (puts_filtered_tabular): New function.
653 (fprintf_symbol_filtered): Add objc demangling support (disabled).
654 (set/show demangle): Extend help-string to refer to ObjC.
655 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
656 * stabsread.c (symbol_reference_defined): Objective-C symbols
657 may contain colons: make allowances when scanning stabs strings
658 for colons.
659 (objc_find_colon): New function.
660 * printcmd.c (address_info): If language == objc then print
661 "self" instead of "this".
662 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
663 OP_NSSTRING, and OP_SELF.
664 (prefixify_subexp): Ditto.
665 * source.c (print_source_lines): Mention objc in comment.
666 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
667 method names.
668
669 2002-09-18 Andrew Cagney <ac131313@redhat.com>
670
671 * complaints.h: Update copyright.
672 (struct complaints): Declare.
673 (struct complaint): Make `message' constant.
674 (internal_complaint): Declare.
675 (complaint): Declare.
676 (complaint_root): Delete declaration.
677 (symfile_complaints): Delete declaration.
678 (struct complaints): Add opaque declaration.
679 (clear_complaints): Add a complaints parameter.
680 * complaints.c: Update copyright.
681 (enum complaint_series): Define.
682 (complaint_root): Delete.
683 (struct complaints): Define.
684 (complaint_sentinel, symfile_complaint_book): New variables.
685 (symfile_explanations, symfile_complaints): New variables.
686 New variables.
687 (get_complaints): New function.
688 (vcomplaint): New function.
689 (complaint): New function.
690 (internal_complaint): New function.
691 (complain): Call vcomplain with symfile_complaint.
692 (clear_complaints): Rewrite.
693 (_initialize_complaints): Use add_setshow_command.
694 * Makefile.in (complaints.o): Update dependencies.
695 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
696 to call to clear_complaints.
697 (new_symfile_objfile, reread_symbols): Ditto.
698 (oldsyms_complaint): Delete.
699 (empty_symtab_complaint, unknown_option_complaint): Delete.
700 (free_named_symtabs): Use complaint instead of complain.
701
702 2002-09-18 Michael Snyder <msnyder@redhat.com>
703
704 Contributed by Apple Computer, Inc. Merged with current sources
705 by Adam Fedor <fedor@doc.com> [cagney].
706
707 * objc-lang.c: First clean-up round: comments, indentation.
708 * objc-lang.h: Ditto.
709 * objc-lang.y: Ditto.
710
711 2002-09-18 Andrew Cagney <ac131313@redhat.com>
712
713 * maint.c (maintenance_internal_error): Print the parameter as the
714 error message.
715 (maintenance_internal_warning): New function.
716 (_initialize_maint_cmds): Add command `maint internal-warning'.
717
718 * defs.h (internal_warning, internal_vwarning): Declare.
719 * utils.c (struct internal_problem): Define.
720 (internal_vproblem): New function.
721 (internal_warning): New function.
722 (internal_vwarning): New function.
723 (internal_warning_problem, internal_error_problem): New variables.
724 (internal_verror): Just call internal_vproblem.
725
726 2002-09-18 Michael Snyder <msnyder@redhat.com>
727
728 * objc-lang.c: New file, support for Objective-C.
729 Preliminary check-in, not yet integrated into gdb.
730 * objc-lang.h: New file.
731 * objc-exp.y: New file.
732
733 2002-09-18 Andrew Cagney <ac131313@redhat.com>
734
735 * infrun.c (signal_stop_update): Convert definition to ISO C.
736 (signal_print_update): Ditto.
737 (signal_pass_update): Ditto.
738 * inflow.c (terminal_save_ours): Ditto.
739
740 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
741 comments.
742
743 * config/djgpp/fnchange.lst: Handle name clashes between
744 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
745 bfd/coff-tic80.c.
746
747 * i386-linux-tdep.h: Fix tipo.
748
749 2002-09-18 Adam Fedor <fedor@gnu.org>
750
751 * MAINTAINERS: Add myself to the Write After Approval list.
752
753 2002-09-18 Jim Blandy <jimb@redhat.com>
754
755 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
756 texthigh and textlow to reader-specific structs caused
757 objfile_relocate to miss them. This is fixable, but the work that
758 the change was supposed to prepare GDB for never got done anyway.
759
760 2002-09-18 David Carlton <carlton@math.stanford.edu>
761
762 * MAINTAINERS: Alphabetize Write After Approval list.
763
764 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
765
766 Fix PR gdb/709
767 * values.c (value_static_field): Call read_var_value.
768
769 2002-09-18 Andrew Cagney <ac131313@redhat.com>
770
771 * valops.c (hand_function_call): Align the initial stack pointer
772 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
773 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
774 return value.
775 * mips-tdep.c (mips_frame_align): New function.
776 (mips_gdbarch_init): Set frame_align.
777 * gdbarch.sh (FRAME_ALIGN): New method.
778 * gdbarch.h, gdbarch.c: Re-generate.
779
780 2002-09-18 Michal Ludvig <mludvig@suse.cz>
781
782 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
783 registers.
784
785 2002-09-17 Andrew Cagney <ac131313@redhat.com>
786
787 * NEWS: Mention that MIPS $fp behavior changed.
788 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
789 reference to FP_REGNUM.
790 (mipsnbsd_cannot_store_register): Ditto.
791 * mips-linux-nat.c: Update copyright.
792 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
793 (mips_linux_cannot_store_register): Ditto.
794 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
795 * config/mips/tm-mips.h: Update copyright.
796 (FP_REGNUM): Delete macro.
797 (MIPS_REGISTER_NAMES): Replace "fp" with "".
798 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
799 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
800 (mips_r3041_reg_names, mips_r3051_reg_names)
801 (mips_r3081_reg_names): Replace "fp" with "".
802 Fix PR gdb/480.
803
804 2002-09-17 Theodore A. Roth <troth@verinet.com>
805
806 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
807 generic_read_register_dummy() (PR gdb/703).
808 (avr_push_return_address): #if 0 out unused vars.
809 (avr_gdbarch_init): Enable use of avr_push_return_address().
810
811 2002-09-17 Michael Snyder <msnyder@redhat.com>
812
813 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
814 RTE will take care of it.
815
816 2002-09-17 Andrew Cagney <ac131313@redhat.com>
817
818 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
819 invalid, return SP_REGNUM.
820
821 2002-09-17 Michael Snyder <msnyder@redhat.com>
822
823 * mips-tdep.c (mips_pop_frame): Read saved values of floating
824 point registers without sign extension.
825
826 2002-09-17 Andrew Cagney <cagney@redhat.com>
827
828 * blockframe.c (deprecated_read_register_dummy): Rename
829 generic_read_register_dummy.
830 * frame.c (frame_unwind_signed_register): New function.
831 (frame_unwind_unsigned_register): New function.
832 * frame.h (frame_unwind_signed_register): Declare.
833 (frame_unwind_unsigned_register): Declare.
834 (deprecated_read_register_dummy): Rename
835 generic_read_register_dummy.
836
837 * h8300-tdep.c (h8300_frame_chain): Update.
838 (h8300_frame_saved_pc): Update.
839 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
840 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
841 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
842 (s390_frame_chain): Update.
843 * v850-tdep.c (v850_find_callers_reg): Update.
844 (v850_frame_saved_pc): Update.
845 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
846 (m32r_find_callers_reg): Update.
847 (m32r_frame_saved_pc): Update.
848 * sh-tdep.c (sh_find_callers_reg): Update.
849 (sh64_get_saved_pr): Update.
850 (sh_init_extra_frame_info): Update.
851 (sh_init_extra_frame_info): Update.
852 (sh64_init_extra_frame_info): Update.
853 (sh64_init_extra_frame_info): Update.
854 * mcore-tdep.c (mcore_find_callers_reg): Update.
855 (mcore_frame_saved_pc): Update.
856 (mcore_init_extra_frame_info): Update.
857 * i386-tdep.c (i386_frame_saved_pc): Update.
858 * ia64-tdep.c (ia64_frame_saved_pc): Update.
859 (ia64_init_extra_frame_info): Update.
860 (ia64_init_extra_frame_info): Update.
861 * d10v-tdep.c (d10v_frame_saved_pc): Update.
862 * cris-tdep.c (cris_init_extra_frame_info): Update.
863 * avr-tdep.c (avr_frame_chain): Update.
864 (avr_init_extra_frame_info): Update.
865 (avr_frame_saved_pc): Update.
866 * arm-tdep.c (arm_find_callers_reg): Update.
867 (arm_init_extra_frame_info): Update.
868 (arm_frame_saved_pc): Update.
869
870 2002-09-17 Tom Tromey <tromey@redhat.com>
871
872 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
873 is "'".
874
875 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
876
877 * MAINTAINERS: Remove "non multi-arched" text from h8300.
878 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
879 NEXT_PROLOGUE_INSN.
880 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
881 NEXT_PROLOGUE_INSN.
882
883 2002-09-16 Joel Brobecker <brobecker@gnat.com>
884
885 * osfsolib.c: Remove file, replaced by solib-osf.c.
886 * Makefile.in: Remove compilation rules for osfsolib.c.
887
888 2002-09-16 David Carlton <carlton@math.stanford.edu>
889
890 * cp-valprint.c (cp_print_class_method): Correct args to
891 check_stub_method_group.
892
893 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
894
895 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
896 `set architecture'. Unify naming convention of functions.
897 (h8300_skip_prologue): Improve prologue analysis.
898 (h8300_push_arguments): Rewritten to more closely match GCC's
899 bizarre argument-passing behavior, along with the comment describing
900 said behavior.
901 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
902 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
903 sim, remote-e7000.c, remote-hms.c and remote.c
904
905 2002-09-15 Mark Kettenis <kettenis@gnu.org>
906
907 * i386-tdep.c (gdb_print_insn_i386): Removed.
908 (i386_print_insn): New function.
909 (i386_gdbarch_init): Set print_insn to i386_print_insns.
910 (_initialize_i386_tdep): Don't initialize tm_print_insn and
911 tm_print_insn_info.
912
913 2002-09-14 Mark Kettenis <kettenis@gnu.org>
914
915 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
916 zero.
917
918 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
919
920 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
921 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
922 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
923
924 2002-09-13 Christopher Faylor <cgf@redhat.com>
925
926 * win32-nat.c (child_create_inferior): Honor 'tty' command.
927
928 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
929
930 * gdbtypes.c (check_stub_method): Make static.
931 (check_stub_method_group): New function.
932 * gdbtypes.h: Update prototypes.
933 * cp-support.c: New file.
934 * cp-support.h: New file.
935
936 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
937 (update_method_name_from_physname): New function.
938 (read_member_functions): Correct method names for operators
939 and v3 constructors/destructors. Separate v2 constructors and
940 destructors.
941 * Makefile.in (stabsread.o): Update dependencies.
942 (SFILES): Add cp-support.c.
943 (COMMON_OBS): Add cp-support.o.
944 (cp_support_h, cp-support.o): Add.
945
946 * cp-valprint.c (cp_print_class_method): Call
947 check_stub_method_group instead of check_stub_method. Remove
948 extraneous QUITs.
949 * p-valprint.c (pascal_object_print_class_method): Likewise.
950 * valops.c (search_struct_method): Likewise.
951 (find_method_list, value_struct_elt_for_reference): Likewise.
952
953 2002-09-13 Andrew Cagney <cagney@redhat.com>
954
955 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
956 * gdbarch.h, gdbarch.c: Regenerate.
957
958 2002-09-13 Andrew Cagney <ac131313@redhat.com>
959
960 * frame.c (find_saved_register): Delete function.
961 * frame.h (find_saved_register): Delete declaration.
962 Fix PR gdb/631.
963
964 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
965
966 * mips-tdep.c (read_next_frame_reg): Re-hack using
967 frame_register_unwind.
968
969 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
970
971 * mips-tdep.c (mips_get_saved_register): Re-hack using
972 frame_register_unwind.
973
974 2002-09-12 Joel Brobecker <brobecker@gnat.com>
975
976 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
977 vector. Will be useful for Interix.
978 * gdbarch.h, gdbarch.c: Regenerate.
979
980 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
981 name of the malloc function by NAME_OF_MALLOC.
982
983 2002-09-12 Joel Brobecker <brobecker@gnat.com>
984
985 * value.h (find_function_in_inferior): Add const keyword to
986 one of the parameters. Allows us to invoke this function with
987 a const char *.
988 * valops.c (find_function_in_inferior): Likewise.
989
990 2002-09-12 Joel Brobecker <brobecker@gnat.com>
991
992 * exec.c (xfer_memory): Fix compilation warning with old versions
993 of GCC.
994 * tracepoint.c (trace_find_tracepoint_command): Likewise.
995
996 2002-09-12 David Carlton <carlton@math.stanford.edu>
997
998 * symtab.h: Run through gdb_indent.h.
999 Add 2002 to Copyright year list.
1000
1001 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1002
1003 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1004 mach constants.
1005 * MAINTAINERS: Add myself to write after approval list.
1006
1007 2002-09-11 J. Brobecker <brobecker@gnat.com>
1008
1009 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1010
1011 2002-09-11 J. Brobecker <brobecker@gnat.com>
1012
1013 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1014 Interix.
1015
1016 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1017
1018 * procfs.c (do_detach): Clear current signal, not just fault.
1019 Corrects problem with breakpoint trap signal leaking to detached
1020 process on Tru64.
1021
1022 2002-09-10 Michael Snyder <msnyder@redhat.com>
1023
1024 * buildsym.c (finish_block): Protect against null pointer.
1025
1026 2002-09-10 Andrew Cagney <cagney@redhat.com>
1027
1028 * infcmd.c (default_print_registers_info): Send all output to
1029 ``file'' instead of ``gdb_stdout''.
1030
1031 2002-09-10 Michael Snyder <msnyder@redhat.com>
1032
1033 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1034 LONGEST, and use signed register read (addresses are sign-
1035 extended for mips).
1036
1037 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1038
1039 * event-loop.c (gdb_do_one_event): Make public.
1040 * event-loop.h (gdb_do_one_event): Declare.
1041
1042 2002-09-10 Jeff Law <law@redhat.com>
1043
1044 * infttrace.c (child_resume): Simplify and rework to avoid
1045 TT_PROC_CONTINUE.
1046
1047 2002-09-09 Fred Fish <fnf@intrinsity.com>
1048
1049 * printcmd.c (print_scalar_formatted): "len" is the number of
1050 target bytes, NOT the number of target bits.
1051
1052 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1053
1054 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1055 * top.c (init_main): Set rl_terminal_name.
1056
1057 2002-09-08 Aidan Skinner <aidan@velvet.net>
1058
1059 * ada-lang.c (ada_array_bound, ada_type_match,
1060 _initialize_ada_language): Fix K&R definitions.
1061 * ada-tasks.c (get_current_task): Fix K&R definitions.
1062 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1063
1064 2002-09-07 Christopher Faylor <cgf@redhat.com>
1065
1066 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1067 Add XP.
1068
1069 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1070
1071 * i386-tdep.c (i386_register_virtual_type,
1072 i386_register_convertible, i386_register_convert_to_virtual,
1073 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1074 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1075 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1076 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1077 Don't set push_arguments twice.
1078
1079 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1080 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1081 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1082 sigtramp_end to NULL.
1083 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1084 defines.
1085 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1086
1087 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1088 whitespace.
1089
1090 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1091 * gdbarch.h, gdbarch.c: Re-generate.
1092 * blockframe.c (find_pc_sect_partial_function): Convert to use
1093 SIGTRAMP_START_P predicate.
1094
1095 2002-09-05 Michael Snyder <msnyder@redhat.com>
1096
1097 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1098 generic_dummy_frame method and old method. Also distinguish
1099 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1100 (arm_extract_return_value): Use new regcache method.
1101
1102 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1103 adjustment that doesn't conform to the ABI.
1104 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1105 saved regcache, not from current regcache.
1106
1107 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1108
1109 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1110 * README: Update.
1111
1112 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1113
1114 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1115 if arm_apcs_32 is false.
1116
1117 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1118
1119 GDB 5.3 branch created.
1120
1121 2002-09-03 Theodore A. Roth <troth@verinet.com>
1122
1123 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1124 generic_unwind_get_saved_register.
1125
1126 2002-09-03 David Carlton <carlton@math.stanford.edu>
1127
1128 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1129 argument (PR gdb/653). Update call to smash_to_method_type.
1130 (read_structure_scope): Update call to dwarf2_add_member_fn.
1131
1132 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1133
1134 * x86-64-linux-tdep.c: Include gdb_string.h
1135 * x86-64-linux-nat.c: Ditto.
1136
1137 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1138
1139 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1140 when YYDEBUG is set to 1.
1141 * c-exp.y: Likewise.
1142 * f-exp.y: Likewise.
1143 * jv-exp.y: Likewise.
1144 * m2-exp.y: Likewise.
1145 * p-exp.y: Likewise.
1146
1147 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1148
1149 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1150 dependency list.
1151 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1152 solib_svr4_fetch_link_map_offsets to
1153 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1154 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1155 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1156 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1157 solib-svr4.o, and solib-legacy.o.
1158 * config/i386/tm-nbsd.h: Include solib.h.
1159
1160 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1161
1162 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1163 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1164 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1165 comment noting that this needs its own target configuration.
1166 * config/i386/nbsd.mt: New file.
1167 * config/i386/nbsdaout.mt: Remove.
1168 * config/i386/nbsdelf.mt: Ditto.
1169 * config/i386/tm-nbsdaout.h: Ditto.
1170
1171 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1172
1173 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1174 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1175 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1176 tdep->sigtramp_end.
1177 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1178 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1179 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1180
1181 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1182
1183 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1184 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1185 * i386-tdep.h (i386bsd_init_abi): New prototype.
1186 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1187 function declaration.
1188 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1189 for NetBSD-a.out or NetBSD-ELF.
1190 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1191 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1192 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1193 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1194 and nbsd-tdep.h.
1195 (i386nbsd_pc_in_sigtramp): New function.
1196 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1197 i386nbsd_pc_in_sigtramp.
1198 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1199 and i386nbsdelf_init_abi OS ABI handlers.
1200 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1201 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1202
1203 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1204
1205 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1206 registers if the target really has them.
1207
1208 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1209
1210 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1211 than nbsd-tdep.h.
1212
1213 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1214
1215 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1216 list.
1217 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1218 (alphanbsd_skip_sigtramp_frame): New functions.
1219 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1220 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1221 to alphanbsd_sigcontext_addr.
1222
1223 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1224
1225 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1226 list.
1227 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1228 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1229 nbsd_pc_in_sigtramp.
1230 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1231 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1232 * nbsd-tdep.c: Include gdb_string.h.
1233 (nbsd_pc_in_sigtramp): New function.
1234 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1235 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1236 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1237 ppcnbsd_pc_in_sigtramp.
1238 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1239 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1240 shnbsd_pc_in_sigtramp.
1241 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1242 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1243 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1244
1245 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1246
1247 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1248 watchpoints to NULL.
1249 (insert_breakpoints): set val field of watchpoints if NULL.
1250
1251
1252 2002-08-29 Jim Blandy <jimb@redhat.com>
1253
1254 * symtab.c (lookup_symbol_aux): In the cases where we find a
1255 minimal symbol of an appropriate name and use its address to
1256 select a symtab to read and search, use `name' (as passed to us)
1257 as the demangled name when searching the symtab's global and
1258 static blocks, not the minsym's name.
1259
1260 2002-08-29 Keith Seitz <keiths@redhat.com>
1261
1262 * stack.c (print_frame_info_base): Always set current_source_symtab
1263 and current_source_line.
1264
1265 2002-08-29 Donn Terry <donnte@microsoft.com>
1266
1267 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1268
1269 2002-08-28 Keith Seitz <keiths@redhat.com>
1270
1271 * stack.c (select_frame): Add FIXME concerning selected-frame
1272 events.
1273 (select_frame_command): Send selected-frame-level-changed
1274 event notification, but only if the level actually changed.
1275 (up_silently_base): Add selected-frame-level-changed event
1276 notification.
1277 (down_silently_base): Likewise.
1278
1279 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1280
1281 * Makefile.in: Update dependencies for all gdb/*.c files.
1282
1283 2002-08-27 Tom Tromey <tromey@redhat.com>
1284
1285 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1286 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1287 Update dependencies.
1288 * i387-tdep.c: Include gdb_string.h.
1289 * osabi.c: Likewise.
1290 * i386-linux-nat.c: Likewise.
1291 * lin-lwp.c: Likewise.
1292 * ax-gdb.c: Likewise.
1293 * signals/signals.c: Likewise.
1294 * jv-valprint.c: Likewise.
1295 * p-lang.c: Likewise.
1296 * c-valprint.c: Likewise.
1297 * cp-abi.c: Likewise.
1298
1299 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1300
1301 * cli/cli-script.h (copy_command_lines): Export.
1302 * breakpoint.c: Include cli/cli-script.h.
1303 * Makefile.in (breakpoint.o): Update dependencies.
1304
1305 2002-08-26 Michael Snyder <msnyder@redhat.com>
1306
1307 * breakpoint.c (insert_breakpoints): Protect all references
1308 to 'process_warning'. Shorten long lines.
1309
1310 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1311
1312 * cli/cli-script.c (copy_command_lines): New function.
1313 * defs.h (copy_command_lines): Export.
1314 * testsuite/gdb.base/commands.exp: New tests for commands
1315 attached to a temporary breakpoint, and for commands that
1316 delete the breakpoint they are attached to.
1317
1318 2002-08-26 Michael Snyder <msnyder@redhat.com>
1319
1320 * breakpoint.c (bpstat_stop_status): Instead of copying the
1321 pointer to the breakpoint commands struct, make a new copy
1322 of the struct and point to that.
1323 (bpstat_clear): Free the commands struct.
1324 (bpstat_clear_actions): Free the commands struct.
1325 (bpstat_do_actions): Free the command actions. Also execute
1326 the local cleanups, instead of deleting them.
1327 (delete_breakpoint): Leave the commands field of the bpstat
1328 chain alone -- it will be freed later.
1329
1330 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1331
1332 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1333 deleted in 2002-08-20 commit. This function is still used by
1334 ppc-linux-nat.c.
1335
1336 2002-08-26 Keith Seitz <keiths@redhat.com>
1337
1338 * gdb-events.sh: Add selected-frame-level-changed event.
1339 * gdb-events.c: Regenerated.
1340 * gdb-events.h: Regenerated.
1341
1342 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1343
1344 Fix PR gdb/393:
1345 * inflow.c (terminal_save_ours): New function to save terminal
1346 settings.
1347 * inferior.h (terminal_save_ours): Declare.
1348 * target.c (debug_to_terminal_save_ours): New function.
1349 (cleanup_target): Defaults to_terminal_save_ours.
1350 (update_current_target): Inherit to_terminal_save_ours.
1351 (setup_target_debug): Set to_terminal_save_ours.
1352 * target.h (target_terminal_save_ours): New to save terminal settings.
1353 (target_ops): New member to_terminal_save_ours.
1354 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1355 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1356 * inftarg.c (init_child_ops): Likewise.
1357 * m3-nat.c (init_m3_ops): Likewise.
1358 * procfs.c (init_procfs_ops): Likewise.
1359 * wince.c (init_child_ops): Likewise.
1360 * win32-nat.c (init_child_ops): Likewise.
1361 * sol-thread.c (init_sol_thread_ops): Likewise.
1362
1363 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1364
1365 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1366 use regcache_* functions.
1367 (i386_gdbarch_init): Set store_return_value instead of
1368 deprecated_store_return_value.
1369
1370 * regcache.c (regcache_raw_write_signed,
1371 regcache_raw_write_unsigned): New functions.
1372 * regcache.h (regcache_raw_write_signed,
1373 regcache_raw_write_unsigned): New prototypes.
1374
1375 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1376
1377 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1378 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1379 source file dependencies. Cleanup corresponding generator rules.
1380
1381 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1382
1383 * regcache.h (register_offset_hack): Declare.
1384 (regcache_cooked_read_using_offset_hack): Declare.
1385 (regcache_cooked_write_using_offset_hack): Declare.
1386
1387 * regcache.c (register_offset_hack): New function.
1388 (regcache_cooked_read_using_offset_hack): New function.
1389 (regcache_cooked_write_using_offset_hack): New function.
1390 (regcache_dump): Check that the registers, according to their
1391 offset, are packed hard against each other.
1392 (cooked_xfer_using_offset_hack): New function.
1393
1394 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1395
1396 * regcache.c (struct regcache_descr): Add field register_type.
1397 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1398 in as a parameter
1399 (init_regcache_descr): Initialize register_type. Pass the descr
1400 to init_legacy_regcache_descr. Use register_type instead of
1401 REGISTER_VIRTUAL_TYPE.
1402 (register_type): New function.
1403 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1404 * regcache.h (register_type): Declare.
1405
1406 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1407
1408 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1409 instead of deprecated_store_return_value. Fix fallout from
1410 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1411
1412 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1413
1414 * regcache.c (max_register_size): New function.
1415 (init_legacy_regcache_descr): Ensure that max_register_size is
1416 large enough for REGISTER_VIRTUAL_SIZE.
1417 * regcache.h (max_register_size): Declare.
1418
1419 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1420
1421 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1422 store_return_value.
1423 (e500_extract_return_value): Change type of valbuf pointer to
1424 void.
1425
1426 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1427
1428 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1429 workaround.
1430
1431 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1432 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1433 long long) to prevent compiler warning on 64-bit systems.
1434
1435 2002-08-23 Andrew Cagney <cagney@redhat.com>
1436
1437 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1438 (DEPRECATED_STORE_RETURN_VALUE): New method.
1439 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1440 * gdbarch.h, gdbarch.c: Re-generate.
1441
1442 * values.c (set_return_value): Pass current_regcache to
1443 STORE_RETURN_VALUE.
1444 * arch-utils.h (legacy_store_return_value): Declare.
1445 * arch-utils.c (legacy_store_return_value): New function.
1446 (legacy_extract_return_value): Update parameters.
1447
1448 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1449 STORE_RETURN_VALUE.
1450 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1451 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1452 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1453 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1454 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1455 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1456 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1457 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1458 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1459 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1460
1461 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1462 * i386-tdep.c (i386_extract_return_value): Update.
1463 * arch-utils.c (legacy_extract_return_value): Update.
1464 * frv-tdep.c (frv_gdbarch_init): Update.
1465 * cris-tdep.c (cris_gdbarch_init): Update.
1466 * d10v-tdep.c (d10v_gdbarch_init): Update.
1467 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1468 * m68k-tdep.c (m68k_gdbarch_init): Update.
1469 * mcore-tdep.c (mcore_gdbarch_init): Update.
1470 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1471 * s390-tdep.c (s390_gdbarch_init): Update.
1472 * sparc-tdep.c (sparc_gdbarch_init): Update.
1473 * sh-tdep.c (sh_gdbarch_init): Update.
1474 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1475 * v850-tdep.c (v850_gdbarch_init): Update.
1476 * avr-tdep.c (avr_gdbarch_init): Update.
1477 * ia64-tdep.c (ia64_gdbarch_init): Update.
1478 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1479 * vax-tdep.c (vax_gdbarch_init): Update.
1480 * alpha-tdep.c (alpha_gdbarch_init): Update.
1481 * arm-tdep.c (arm_gdbarch_init): Update.
1482 * mips-tdep.c (mips_gdbarch_init): Update.
1483 * i386-tdep.c (i386_gdbarch_init): Update.
1484
1485 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1486
1487 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1488 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1489
1490 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1491
1492 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1493 problems.
1494
1495 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1496
1497 * infrun.c (handle_inferior_event): Move a comment outside of a
1498 function call, in order to avoid indent reformatting this part
1499 of the code in an unreadable way.
1500
1501 2002-08-23 Grace Sainsbury <graces@redhat.com>
1502
1503 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1504 when breakpoints fail. Move general breakpoint error messages to
1505 insert_breakpoints.
1506 * breakpoint.c (insert_breakpoints): Change warnings when
1507 breakpoints are nto inserted to specify the type. Remove call to
1508 memory_error when hardware breakpoints can't be inserted. Remove
1509 multiple calls to warning so all messages are sent to the user at
1510 once.
1511 (delete_breakpoints): Make insert error messsages more explicit.
1512
1513 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1514
1515 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1516 gdbserver/ChangeLog.
1517
1518 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1519
1520 * i386-tdep.c: Include "objfiles.h".
1521 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1522 skip_trampoline_code.
1523 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1524 (CPLUS_MARKER): Define to '.'.
1525
1526 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1527 member.
1528 (linux_corefile_thread_callback): Increase args->num_notes.
1529 (linux_make_note_section): Initialize thread_args.num_notes, and
1530 use it to determine whether notes for any threads were created.
1531
1532 2002-08-23 Donn Terry <donnte@microsoft.com>
1533
1534 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1535 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1536 and PCUNKILL.
1537 (write_with_trace): Conditionalize out the switch branch handling
1538 PCSHOLD if the corresponding macro is not defined. Likewise for
1539 PRSABORT and PRSTOP.
1540 This change will be needed by the Interix port.
1541
1542 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1543
1544 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1545 write_register wherever possible instead of manipulating the
1546 register bytes directly.
1547 Assign VALUE_CONTENTS to a variable and use that.
1548 The GPR numbers are now dependent on the architecture.
1549
1550 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1551
1552 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1553 ev_offset fields.
1554 (skip_prologue): Add support for BookE/e500 instructions.
1555 (e500_extract_return_value): New function.
1556 (frame_get_saved_regs): Add support for saving ev registers and
1557 pseudo gpr's.
1558 (e500_store_return_value): New function.
1559 (rs6000_gdbarch_init): Move up default intializations of
1560 deprecated_extract_return_value and store_return_value. Overwrite
1561 init of store_return_value with e500 specific version.
1562 Set extract_return_value for e500.
1563
1564 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1565
1566 * blockframe.c (generic_call_dummy_register_unwind): Use
1567 regcache_cooked_read to catch cases in which the variable is
1568 stored in a pseudo register.
1569
1570 2002-08-22 Andrew Cagney <cagney@redhat.com>
1571
1572 * NEWS: Mention that the i960 has been made obsolete.
1573 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1574 i960-tdep.c
1575 (remote-nrom.o): Obsolete target.
1576 (remote-nindy.o, i960-tdep.o): Ditto.
1577 * remote-nrom.c: Make file obsolete.
1578 * remote-nindy.c, remote-vx960.c: Ditto.
1579 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1580 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1581 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1582 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1583 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1584 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1585 i960-*-vxworks* obsolete.
1586 * MAINTAINERS: Note that the i960 is obsolete.
1587
1588 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1589
1590 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1591 detach to allow reinitialization.
1592
1593 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1594
1595 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1596 attempt).
1597
1598 2002-08-22 Jim Blandy <jimb@redhat.com>
1599
1600 * coffread.c (coff_symfile_read): Don't try to read the line
1601 number table from disk if the image file doesn't have a symbol
1602 table; we'll never actually look at the info anyway, and Windows
1603 ships DLL's with bogus file offsets for the line number data.
1604
1605 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1606
1607 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1608 an e500 executable.
1609
1610 2002-08-21 Michael Snyder <msnyder@redhat.com>
1611
1612 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1613 (MSYMBOL_SIZE): Replace macro with function.
1614 (DEFAULT_MIPS_TYPE): Delete unused macro.
1615 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1616 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1617
1618 2002-08-21 Jim Blandy <jimb@redhat.com>
1619
1620 * valops.c (value_cast): Simplify and correct logic for doing a
1621 static cast from a pointer to a base class to a pointer to a
1622 derived class.
1623
1624 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1625
1626 * infcmd.c (default_print_registers_info): Replace
1627 do_registers_info.
1628 (registers_info): Use gdbarch_print_registers_info instead of
1629 DO_REGISTERS_INFO.
1630 * inferior.h (default_print_registers_info): Replace
1631 do_registers_info.
1632 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1633 (DO_REGISTERS_INFO): Change to a predicate function.
1634 * gdbarch.h, gdbarch.c: Regenerate.
1635
1636 2002-08-21 Keith Seitz <keiths@redhat.com>
1637
1638 * gdb-events.sh: Add target-changed event.
1639 * gdb-events.c: Regenerated.
1640 * gdb-events.c: Regenerated.
1641 * valops.c (value_assign): Add target-changed event notification
1642 to inlval_register, lval_memory, and lval_reg_frame_relative.
1643
1644 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1645
1646 * NEWS: Add an entry regarding the improvement of the next/step
1647 operation on Alpha Tru64 multi-processor machines.
1648
1649 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1650
1651 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1652 directores.
1653 * Makefile.in: Update all _h macro definitions.
1654 * Makefile.in (install-gdbtk): Move to install section.
1655 (rdi-share/libangsd.a): Move to end of file.
1656
1657 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1658
1659 * frame.c (frame_register_unwind): When a register, set addrp to
1660 the register's byte.
1661
1662 2002-08-20 Michael Snyder <msnyder@redhat.com>
1663
1664 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1665 used locally, so move them from the target machine header to here.
1666 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1667 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1668 Make static.
1669 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1670
1671 2002-08-20 Andrew Cagney <cagney@redhat.com>
1672
1673 * NEWS: Mention that the Apollo line was made obsolete.
1674 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1675 m68*-hp-hpux* obsolete.
1676 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1677 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1678 * buildsym.c (make_blockvector): Make static.
1679 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1680 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1681 (ALLDEPFILES): Remove dstread.c.
1682 (dstread.o): Obsolete make rule.
1683 * dstread.c: Makefile obsolete.
1684 * dst.h: Ditto.
1685 * config/m68k/hp300hpux.mt: Ditto.
1686 * config/m68k/hp300hpux.mh: Ditto.
1687 * config/m68k/hp300bsd.mt: Ditto.
1688 * config/m68k/hp300bsd.mh: Ditto.
1689 * config/m68k/apollo68b.mt: Ditto.
1690 * config/m68k/apollo68v.mh: Ditto.
1691 * config/m68k/apollo68b.mh: Ditto.
1692
1693 2002-08-20 Michael Snyder <msnyder@redhat.com>
1694
1695 * mips-tdep.c (mips_in_return_stub): Make static.
1696 (mips_gdbarch_init): Set in_solib_return_trampoline.
1697 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1698
1699 2002-08-20 Michael Snyder <msnyder@redhat.com>
1700
1701 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1702 * gdbarch.c, gdbarch.h: Regenerate.
1703 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1704 Add.
1705 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1706
1707 2002-08-20 Michael Snyder <msnyder@redhat.com>
1708
1709 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1710 (mips_gdbarch_init): Set skip_trampoline_code,
1711 in_solib_call_trampoline.
1712 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1713 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1714
1715 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1716
1717 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1718
1719 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1720 vector type for ev registers.
1721 (e500_pseudo_register_read): New function.
1722 (e500_pseudo_register_write): New function.
1723 (e500_dwarf2_reg_to_regnum): New function.
1724 (PPC_UISA_NOFP_SPRS): New macro.
1725 (PPC_EV_REGS): New macro.
1726 (PPC_GPRS_PSEUDO_REGS): New macro.
1727 (registers_e500): New register set for e500.
1728 (variants): Add e500 variant.
1729 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1730 before setting architectural dependent variations. Initialize ev
1731 registers numbers. Add case for e500 architecture. Set the
1732 number of pseudo registers.
1733
1734 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1735
1736 * rs6000-tdep.c: Clean up comments.
1737
1738 2002-08-20 Andrew Cagney <cagney@redhat.com>
1739
1740 * h8300-tdep.c: Re-indent file.
1741
1742 2002-08-20 Jim Blandy <jimb@redhat.com>
1743
1744 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1745 default for this.
1746
1747 2002-08-20 Keith Seitz <keiths@redhat.com>
1748
1749 * breakpoints.c (watch_command_1): Use internal breakpoint
1750 when setting a watchpoint_scope breakpoint.
1751
1752 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1753
1754 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1755 (build_builtin_type_vec64i): Ditto.
1756 (build_builtin_type_vec128): Ditto.
1757 (build_builtin_type_vec128i): Ditto.
1758
1759 2002-08-19 Michael Snyder <msnyder@redhat.com>
1760
1761 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1762 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1763 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1764 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1765 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1766 CALL_DUMMY_ADDRESS): Delete.
1767 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1768 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1769 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1770 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1771 push_return_address.
1772 (mips_register_raw_size, mips_eabi_use_struct_convention,
1773 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1774 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1775 mips_init_extra_frame_info, mips_eabi_push_arguments,
1776 mips_n32n64_push_arguments, mips_push_return_address,
1777 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1778 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1779
1780 2002-08-19 Michael Snyder <msnyder@redhat.com>
1781
1782 * mips-tdep.c (mips_frame_num_args): New function.
1783 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1784 frame_saved_pc, frame_args_address, frame_locals_address,
1785 frame_num_args, and frame_args_skip.
1786 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1787 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1788 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1789 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1790
1791 2002-08-20 Michael Snyder <msnyder@redhat.com>
1792
1793 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1794 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1795 * mips-tdep.c (mips_store_struct_return): New function.
1796 (mips_extract_struct_value_address): New function.
1797 (mips_gdbarch_init): Set store_struct_return and
1798 extract_struct_value_address.
1799
1800 2002-08-20 David Carlton <carlton@math.stanford.edu>
1801
1802 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1803 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1804 (read_file_scope): Check that line_header is nonzero before
1805 decoding macro information.
1806
1807 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1808
1809 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1810 flag the general-purpose registers as floating-point on targets
1811 that don't support the floating-point registers.
1812
1813 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1814
1815 * rs6000-tdep.c (altivec_register_p): Delete.
1816 (rs6000_do_altivec_registers): Delete.
1817 (rs6000_altivec_registers_info): Delete.
1818 (rs6000_do_registers_info): Delete.
1819 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1820 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1821
1822 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1823
1824 * infcmd.c (do_registers_info): Print vector registers in hex
1825 format only.
1826 (print_vector_info): Check that printing registers
1827 makes sense.
1828 (print_float_info): Ditto.
1829
1830 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1831
1832 * mips-tdep.c (mips_gdbarch_init): Update.
1833 (mips_o32_extract_return_value): Rewrite.
1834 (mips_o32_store_return_value): Rewrite.
1835 (mips_o32_xfer_return_value): New function.
1836 (mips_xfer_register): Tweak debug print message. Allow for
1837 buf_offset when dumping the value transfered.
1838
1839 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1840
1841 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1842 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1843 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1844 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1845 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1846
1847 2002-08-14 Michael Snyder <msnyder@redhat.com>
1848
1849 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1850
1851 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1852
1853 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1854 register.
1855 (P): New macro to define a register as a pseudo register.
1856 (R, R4, R8, R16, FR32, R64, R0): Updated.
1857 (struct variant): Add new fields for number of pseudo registers
1858 and number of total registers.
1859 (tot_num_registers): New macro replacing....
1860 (num_registers): ...deleted macro.
1861 (num_registers): New function.
1862 (num_pseudo_registers): New function.
1863 (variants): Update all variants to intialize new fields correctly.
1864 Postpone initialization of number of pseudo regs and real regs.
1865 (init_variants): New function.
1866 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1867 registers offsets.
1868
1869 2002-08-19 David Carlton <carlton@math.stanford.edu>
1870
1871 * valops.c (search_struct_field): Change error message to treat
1872 return value of 0 from value_static_field as meaning that field is
1873 optimized out.
1874 (value_struct_elt_for_reference): Ditto.
1875 * values.c (value_static_field): Treat an unresolved location the
1876 same as a nonexistent symbol. Fix PR gdb/635.
1877 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1878 enclosed. Fix PR gdb/574.
1879 * MAINTAINERS: Add self to Write After Approval list.
1880
1881 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1882
1883 * mips-tdep.c (mips_xfer_register): New function.
1884 (mips_n32n64_extract_return_value): Rewrite.
1885 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1886 instead of deprecated_extract_return_value.
1887
1888 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1889
1890 * rs6000-tdep.c (TDEP): Delete macro.
1891 (branch_dest): Replace use of TDEP macro with its body.
1892 (rs6000_pop_frame): Ditto.
1893 (rs6000_push_arguments): Ditto.
1894 (rs6000_skip_trampoline_code): Ditto.
1895 (rs6000_frame_saved_pc): Ditto.
1896 (rs6000_frame_chain): Ditto.
1897 (rs6000_register_name): Ditto.
1898 (rs6000_register_byte): Ditto.
1899 (rs6000_register_raw_size): Ditto.
1900 (rs6000_register_virtual_type): Ditto.
1901 (rs6000_register_convertible): Ditto.
1902 (rs6000_convert_from_func_ptr_addr): Ditto.
1903
1904 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1905
1906 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1907 conditionally.
1908 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1909 MIPS_LINUX_JB_ELEMENT_SIZE.
1910 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1911 for MAX_REGISTER_RAW_SIZE arrays.
1912 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1913 MIPS_LINUX_JB_ELEMENT_SIZE.
1914
1915 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1916
1917 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1918
1919 2002-08-19 Aidan Skinner <aidan@velvet.net>
1920
1921 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1922 ada-valprint.c ada-tasks.c.
1923 (YYFILES): Add ada-exp.y.
1924 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1925 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1926 (ada-exp.tab.o): New target.
1927
1928 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1929
1930 * regcache.c (regcache_xfer_part): New function.
1931 (regcache_raw_read_part): New function.
1932 (regcache_raw_write_part): New function.
1933 (regcache_cooked_read_part): New function.
1934 (regcache_cooked_write_part): New function.
1935 * regcache.h (regcache_raw_read_part): Declare.
1936 (regcache_raw_write_part): Declare.
1937 (regcache_cooked_read_part): Declare.
1938 (regcache_cooked_write_part): Declare.
1939
1940 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1941
1942 * remote.c (remote_open_1): Add async_p.
1943 (remote_async_open_1): Delete.
1944 (open_remote_target): Delete.
1945 (remote_open, extended_remote_open): Update calls to remote_open_1.
1946 (remote_async_open, extended_remote_async_open): Call
1947 remote_open_1 instead of remote_async_open_1.
1948
1949 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1950
1951 * blockframe.c: Fix a few coding standard violations.
1952
1953 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1954
1955 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1956 here from ...
1957 * config/i386/tm-i386sco5.h: ... here. File removed.
1958 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1959
1960 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1961 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1962 (TM_FILE): Set to tm-i386.h.
1963 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1964 * config/i386/tm-i386v.h: Remove file.
1965 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1966 instead of "i386/tm-i386v.h".
1967 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1968 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1969 "i386/tm-i386v.h".
1970 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1971 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1972 "i386/tm-i386.h".
1973
1974 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1975
1976 * config/i386/nm-i386v.h: Add protection against
1977 multiple-inclusion.
1978 (i386_register_u_addr): Remove prototype.
1979 (register_u_addr): New prototype.
1980 (REGISTER_U_ADDR): Redefine accordingly.
1981 * i386v-nat.c: Improve several comments.
1982 (i386_register_u_addr): Change signature and rename to
1983 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1984 ubase variable.
1985
1986 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1987
1988 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1989 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1990 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1991 deprecated_extract_return_value.
1992 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1993 rename mips_o32o64_push_arguments.
1994 (mips_gdbarch_init): Update.
1995 (mips_extract_return_value): Delete.
1996 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1997 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1998 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1999 (mips_n32n64_extract_return_value): Clone
2000 mips_extract_return_value.
2001 (mips_store_return_value): Delete.
2002 (mips_o32_store_return_value): Clone mips_store_return_value.
2003 (mips_o64_store_return_value): Clone mips_store_return_value.
2004 (mips_eabi_store_return_value): Clone mips_store_return_value.
2005 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2006
2007 2002-08-18 Aidan Skinner <aidan@velvet.net>
2008
2009 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2010 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2011
2012 2002-08-18 Aidan Skinner <aidan@velvet.net>
2013
2014 * ada-lang.c: Run through gdb_indent.sh.
2015 * ada-lang.h: Run through gdb_indent.sh.
2016 * ada-tasks.c: Run through gdb_indent.sh.
2017 * ada-typeprint.c: Run through gdb_indent.sh.
2018 * ada-valprint.c: Run through gdb_indent.sh.
2019
2020 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2021
2022 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2023 ABI.
2024
2025 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2026
2027 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2028
2029 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2030 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2031
2032 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2033 write_register_gen instead of write_register_bytes.
2034
2035 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2036 i[3456]-*-osf1mk* configurations have been made obsolete.
2037 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2038 i[3456]86-*-osf1mk* hosts obsolete.
2039 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2040 targets obsolete.
2041 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2042 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2043 config/i386/i386m3.mt, config/i386/nm-m3.h,
2044 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2045 config/i386/i386mk.mh, config/i386/i386mk.mt,
2046 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2047 obsolete.
2048 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2049 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2050 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2051
2052 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2053
2054 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2055 (hppa_value_returned_from_stack): Declare.
2056 (hppa_extract_return_value): Declare.
2057 * config/pa/hppa.mt: New file.
2058 * configure.tgt: Recognize hppa*-*-*.
2059 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2060
2061 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2062
2063 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2064 comment.
2065
2066 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2067
2068 * top.c (gdb_rl_operate_and_get_next): Make sure
2069 operate-and-get-next functions correctly even when the history
2070 list is completely filled.
2071
2072 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2073
2074 * MAINTAINERS (Target Instruction Set Architectures): Rename
2075 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2076 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2077 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2078 already listed under Host/Native.
2079
2080 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2081 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2082 mips*-*-*.
2083
2084 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2085
2086 * config/ia64/ia64.mt: New file.
2087 * config/alpha/alpha.mt: New file.
2088 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2089 ia64-linux-gnu. Mention that ia64-elf is broken.
2090 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2091
2092 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2093
2094 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2095 generic_func_frame_valid instead of func_frame_valid.
2096
2097 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2098
2099 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2100 procfs appears to be broken when debugging on multi-processor
2101 machines. So enable software single stepping in order to avoid
2102 using the procfs interface to do next/step operations, using
2103 internal breakpoints instead.
2104
2105 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2106 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2107 make this pc address equal to the value it would have if the
2108 system stepping capability was used. Also set a new flag used
2109 to ensure that we don't readjust the PC one more time later.
2110
2111 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2112 address by DECR_PC_AFTER_BREAK when software single step is
2113 in use for this architecture, as this has already been taken
2114 care of in handle_inferior_event().
2115
2116 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2117
2118 * infrun.c (handle_inferior_event): Minor reformatting, to make
2119 a rather long condition expression easier to read.
2120
2121 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2122
2123 * Makefile.in (gdbtk.o): Move to end of file.
2124 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2125 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2126 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2127 (gdbtk-wrapper.o, gdbres.o): Ditto.
2128
2129 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2130
2131 * Makefile.in (copying.o): Separate out compile rule.
2132 (hpux-thread.o, procfs.o, signals.o): Ditto.
2133 (v850ice.o, z8k-tdep.o): Ditto.
2134 (tui-file.o): Move to TUI section.
2135 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2136 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2137
2138 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2139
2140 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2141 skip_trampoline_code, for better namespace-proofing.
2142
2143 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2144
2145 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2146
2147 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2148
2149 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2150
2151 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2152 signal, check whether we hit a breakpoint before checking for a
2153 single step breakpoint. Otherwise, GDB fails to notice that a
2154 breakpoint has been hit when stepping onto a breakpoint.
2155
2156 2002-08-16 Keith Seitz <keiths@redhat.com>
2157
2158 * gdb-events.sh (clear_gdb_event_hooks): New function.
2159 * gdb-events.c: Regenerate.
2160 * gdb-events.h: Regenerate.
2161
2162 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2163
2164 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2165 not_a_sw_breakpoint.
2166 * breakpoint.h (bpstat_stop_status): Add parameter names.
2167
2168 2002-08-16 Grace Sainsbury <graces@redhat.com>
2169
2170 * remote.c (remote_insert_hw_breakpoint)
2171 (remote_remove_hw_breakpoint): Fix calculation of length field
2172 for Z-packet.
2173
2174 2002-08-15 Michael Snyder <msnyder@redhat.com>
2175
2176 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2177 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2178 (supply_fpregset): Ditto.
2179
2180 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2181 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2182 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2183 (TARGET_READ_SP): Delete.
2184 (DO_REGISTERS_INFO): Delete.
2185 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2186 Delete.
2187 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2188 from macros to functions.
2189
2190 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2191 (mips_register_convertible, mips_register_convert_to_virtual,
2192 mips_register_convert_to_raw): Make static.
2193 (mips_read_sp): New function.
2194 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2195 (mips_do_registers_info): Make static.
2196 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2197 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2198 (mips_register_convert_from_type, mips_register_convert_to_type):
2199 New functions.
2200 (mips_gdbarch_init): Set up function_start_offset,
2201 register_virtual_size, pc_in_sigtramp.
2202
2203 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2204
2205 * infcmd.c (vector_info): New function.
2206 (_initialize_infcmd): Add command "info vector".
2207 (print_vector_info): New function.
2208
2209 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2210 * gdbarch.h, gdbarch.c: Regenerate.
2211
2212 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2213
2214 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2215 ``print_all''. Only print vector registers when ``print_all''.
2216
2217 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2218
2219 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2220 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2221
2222 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2223 Add `args' parameter.
2224 * gdbarch.h, gdbarch.c: Regenerate.
2225
2226 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2227
2228 * infcmd.c (float_info): Call print_float_info.
2229 (print_float_info): New function. By default, print the
2230 floating-point registers.
2231
2232 * arch-utils.h (default_print_float_info): Delete declaration.
2233 * arch-utils.c (default_print_float_info): Delete function.
2234
2235 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2236
2237 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2238 out define.
2239
2240 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2241 FRAME.
2242
2243 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2244 * configure.host: Make i[3456]86-*-aix host obsolete.
2245 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2246 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2247 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2248 config/i386/xm-i386aix.h: Make files obsolete.
2249 * i386aix-nat.c: Make file obsolete.
2250 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2251 (i386aix-nat.o): Make target obsolete.
2252
2253 * config/i386/nm-gnu.h: Removed.
2254 * config/i386/nm-i386gnu.h: New file.
2255 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2256 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2257 Moved here from ...
2258 * config/i386/tm-i386gnu.h: ... here. Removed.
2259 * config/i386/xm-i386gnu.h: Removed.
2260 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2261 (NAT_FILE): Set to nm-i386gnu.h.
2262 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2263 * i386-tdep.c: New file.
2264 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2265 (i386gnu-tdep.o): Specify dependencies.
2266
2267 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2268
2269 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2270 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2271 Adjust a few comments to reflect reality a bit closer.
2272 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2273 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2274 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2275 target_insert_watchpoint, target_remove_watchpoint):
2276 Move defines to ...
2277 * config/i386/nm-i386sco5.h: ... here.
2278 (kernel_u_size): Add prototype. Improve a few comments and add
2279 protection against multiple inclusion.
2280
2281 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2282 out define.
2283
2284 * uw-thread.c (SP_ARG0): Define if not already defined.
2285 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2286
2287 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2288
2289 * config/i386/tm-i386.h: Don't include "regcache.h".
2290
2291 * i387-tdep.h (i387_print_float_info): New prototype.
2292 * i387-tdep.c (print_i387_value, print_i387_ext,
2293 print_i387_status_word, print_i387_control_word): Add `struct
2294 ui_file *' argument and use it for output.
2295 (i387_print_float_info): Renamed from i387_float_info. Add
2296 `struct gdbarch *' and `struct ui_file *' arguments and use the
2297 latter for output.
2298 * i386-tdep.c: Include "i387-tdep.h".
2299 (i386_gdbarch_init): Set print_float_info.
2300 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2301 (FLOAT_INFO): Remove define.
2302
2303 2002-08-13 Michael Snyder <msnyder@redhat.com>
2304
2305 * mips-tdep.c (mips_push_arguments): Rename to
2306 mips_eabi_push_arguments, and tune for EABI.
2307 (MIPS_REGS_HAVE_HOME_P): Delete.
2308 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2309 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2310 Delete references to mips_regs_have_home_p.
2311
2312 2002-08-14 Keith Seitz <keiths@redhat.com>
2313
2314 * Makefile.in (install-gdbtk): Create insight plugin directory.
2315 Install plugins.tcl file.
2316
2317 2002-08-14 Keith Seitz <keiths@redhat.com>
2318
2319 * configure.in: Move SUBDIRS to near top of the file so that
2320 --enable options may add things to it.
2321 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2322 * configure: Regenerate.
2323
2324 2002-08-13 Michael Snyder <msnyder@redhat.com>
2325
2326 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2327 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2328 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2329
2330 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2331
2332 * vax-tdep.c (vax_get_saved_register): Delete function.
2333 (vax_gdbarch_init): Update.
2334 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2335 (ns32k_gdbarch_init): Update.
2336 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2337 (alpha_gdbarch_init): Update.
2338
2339 2002-08-13 Andrew Cagney <cagney@redhat.com>
2340
2341 * regcache.c (init_regcache_descr): Overallocate the
2342 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2343 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2344 nr_raw_registers.
2345 (set_register_cached): Add range checking assertions. Use
2346 current_regcache.
2347
2348 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2349
2350 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2351 numbers for MMX registers.
2352
2353 2002-08-13 Andrew Cagney <cagney@redhat.com>
2354
2355 * i386-tdep.c (i386_gdbarch_init): Use
2356 generic_unwind_get_saved_register.
2357
2358 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2359
2360 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2361 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2362 target vector.
2363 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2364 Delete. Add comment regarding this now-deleted target method.
2365
2366 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2367
2368 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2369 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2370 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2371 real PC and the page number (if it's within the memory bank window).
2372 (m68hc11_pseudo_register_write): Likewise when saving.
2373 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2374 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2375 (m68hc11_register_raw_size): And use 32-bit for it.
2376 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2377 16K memory bank is used by the prog; also use the virtual pc.
2378
2379 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2380
2381 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2382 (m68hc11_gdbarch_init): Install it in gdbarch.
2383 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2384 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2385 (MSYMBOL_SIZE): New for documentation.
2386 (insn_return_kind): Enum to specify how a function returns.
2387 (frame_extra_info): Cleanup and record the return mode.
2388 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2389 register in address computation.
2390 (m68hc11_get_return_insn): New to obtain the return instruction used
2391 by the function.
2392 (m68hc11_frame_init_saved_regs): Take into account the return
2393 instruction used by the function for far and interrupt functions.
2394 (m68hc11_init_extra_frame_info): Take into account page register.
2395 (m68hc11_frame_args_address): Adjust according to the return mode.
2396 (show_regs): Print page register only when it's used.
2397
2398 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2399
2400 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2401 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2402 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2403 registers.
2404 (m68hc11_register_raw_size): Likewise.
2405
2406 2002-08-13 Andrew Cagney <cagney@redhat.com>
2407
2408 * i386-tdep.c (i386_register_name): Handle mmx registers.
2409 (mmx_regnum_p): New function.
2410 (i386_mmx_names): New array.
2411 (mmx_num_regs): New variable.
2412 (i386_pseudo_register_read): New function.
2413 (i386_pseudo_register_write): New function.
2414 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2415
2416 * regcache.c (regcache_raw_read_unsigned): New function.
2417 (regcache_raw_read_signed): New function.
2418 * regcache.h (regcache_raw_read_unsigned): Declare.
2419 (regcache_raw_read_signed): Declare.
2420
2421 2002-08-13 Andrew Cagney <cagney@redhat.com>
2422
2423 * regcache.c (regcache_raw_read_as_address): Delete function.
2424 (regcache_cooked_read_signed): New function.
2425 (regcache_cooked_read_unsigned): New function.
2426 * regcache.h (regcache_cooked_read_signed): Declare.
2427 (regcache_cooked_read_unsigned): Declare.
2428 (regcache_raw_read_as_address): Delete declaration.
2429
2430 * blockframe.c (generic_read_register_dummy): Use
2431 regcache_cooked_read_unsigned.
2432 * i386-tdep.c (i386_extract_struct_value_address): Use
2433 regcache_cooked_read_unsigned.
2434
2435 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2436
2437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2438 double sizes according to ELF ABI flags.
2439 (gdbarch_tdep): Record elf_flags.
2440
2441 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2442
2443 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2444 (m6812_prolog): They can appear in 68HC12 function prologue.
2445 (m68hc11_frame_chain): Cleanup.
2446
2447 2002-08-12 Andrew Cagney <cagney@redhat.com>
2448
2449 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2450 declarations.
2451 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2452 (i386_linux_register_raw_size): Delete function.
2453 (i386_linux_init_abi): Update.
2454 * i386-tdep.c (i386_register_raw_size): Delete function.
2455 (i386_register_byte): Delete function.
2456 (i386_gdbarch_init): Update.
2457 (i386_register_size): Delete array.
2458 (i386_register_offset): Delete array.
2459
2460 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2461 (REGISTER_RAW_SIZE): Delete macro.
2462 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2463 (REGISTER_BYTE): Delete macro.
2464
2465 2002-08-11 Aidan Skinner <aidan@velvet.net>
2466
2467 * ada-lang.c (ada_lookup_partial_symbol)
2468 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2469 prototype names so that grep ^func works properly.
2470
2471 * ada-lang.c (ada_array_element_type)
2472 (ada_lookup_partial_symbol): Fix typos in parameter list.
2473
2474 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2475 Fix prototype names so that grep ^func works properly.
2476
2477 2002-08-10 Andrew Cagney <cagney@redhat.com>
2478 Elena Zannoni <ezannoni@redhat.com>
2479 Martin M. Hunt <hunt@redhat.com>
2480
2481 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2482 (build_builtin_type_vec128i): Set the vector bit.
2483 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2484 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2485 (build_builtin_type_vec64): New function.
2486 (build_builtin_type_vec64i): New function.
2487 (build_gdbtypes): Initialize builtin_type_vec64 and
2488 builtin_type_vec64i.
2489
2490 2002-08-09 Andrew Cagney <cagney@redhat.com>
2491
2492 * regcache.c (regcache_dump): Compare the register offset
2493 with REGISTER_BYTE.
2494 * arch-utils.c (generic_register_byte): New function.
2495 * arch-utils.h (generic_register_byte): Declare.
2496 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2497 * gdbarch.h, gdbarch.c: Regenerate.
2498
2499 2002-08-09 Andrew Cagney <cagney@redhat.com>
2500
2501 * regcache.c: Include "gdbcmd.h"
2502 (_initialize_regcache): Add commands "maintenance print
2503 registers", "maintenance print raw-registers" and "maintenance
2504 print cooked-registers".
2505 (enum regcache_dump_what): Define.
2506 (dump_endian_bytes): New function.
2507 (regcache_dump): New function.
2508 (regcache_print): New function.
2509 (maintenance_print_registers): New function.
2510 (maintenance_print_raw_registers): New function.
2511 (maintenance_print_cooked_registers): New function.
2512 * Makefile.in (regcache.o): Update dependencies.
2513
2514 2002-08-09 Michael Snyder <msnyder@redhat.com>
2515
2516 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2517 (mips_push_arguments): Correct some comments. Use paddr_nz
2518 for printing addresses in debug output. Replace static
2519 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2520 (mips_n32n64_push_arguments): New function, cloned from
2521 mips_push_arguments and tuned for the n32/n64 ABI.
2522 (mips_push_register): Buffer needs dynamic allocation.
2523 (mips_print_register): Ditto.
2524 (do_gp_register_row): Ditto.
2525 (mips_store_return_value): Ditto.
2526 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2527
2528 2002-08-09 Don Howard <dhoward@redhat.com>
2529
2530 * memattr.c (mem_info_command): Print special case of upper bound
2531 as max CORE_ADDR + 1.
2532
2533 2002-08-08 Michael Snyder <msnyder@redhat.com>
2534
2535 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2536 returns structs by ref if they're too big to fit in two registers.
2537
2538 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2539
2540 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2541 saved regs value.
2542 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2543 mips_find_saved_regs().
2544 (mips_pop_frame): Likewise.
2545
2546 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2547
2548 * blockframe.c (frame_saved_regs_register_unwind): Revise
2549 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2550 frames are in use.
2551
2552 2002-08-09 Grace Sainsbury <graces@redhat.com>
2553
2554 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2555 T-packets; the 'a' is not taken as a register number.
2556 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2557 (remote_stopped_data_address): New functions; add to target
2558 vector.
2559 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2560 prototypes to match other implementations of this
2561 function. replace integer argument with pointer -- the length
2562 field in the Z-packet is the length of what is pointed to or 1 if
2563 pointer is null. Add to target vector.
2564 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2565 target vector.
2566
2567 From Mark Salter:
2568 * remote.c (remote_wait): Add support to extract optional
2569 watchpoint information from T-packet. Ignore unrecognized
2570 optional info in T-packet.
2571 (remote_async_wait): Ditto.
2572
2573 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2574
2575 * cli/cli-dump.c: Change fopen modes to use binary open modes
2576 as defined in include/fopen-bin.h throughout.
2577
2578 2002-08-08 Michael Snyder <msnyder@redhat.com>
2579
2580 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2581
2582 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2583
2584 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2585 assertion failure by returning early after a warning.
2586
2587 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2588
2589 * mips-tdep.c (mips_find_saved_regs): Make static.
2590 (mips_frame_init_saved_regs): New function.
2591 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2592 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2593 (mips_find_saved_regs): Delete declaration.
2594
2595 2002-08-08 Grace Sainsbury <graces@redhat.com>
2596
2597 * remote.c (remote_wait, remote_async_wait): Change
2598 thread_num from int to ULONGEST.
2599 (unpack_varlen_hex): Change result parameter from
2600 int * to ULONGEST *.
2601
2602 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2603
2604 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2605 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2606 powerpc*-*-*.
2607 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2608
2609 2002-08-08 Andrew Cagney <cagney@redhat.com>
2610
2611 * gcore.c (override_derive_stack_segment): Delete variable.
2612 (preempt_derive_stack_segment): Delete function.
2613 (derive_stack_segment): Delete function.
2614 (default_derive_stack_segment): Renamed to derive_stack_segment.
2615 (override_derive_heap_segment): Delete variable.
2616 (preempt_derive_heap_segment): Delete function.
2617 (derive_heap_segment): Delete function.
2618 (default_derive_heap_segment): Rename to derive_heap_segment.
2619
2620 2002-08-06 Michael Snyder <msnyder@redhat.com>
2621
2622 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2623 * mips-tdep.c (mips_EABI_use_struct_convention,
2624 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2625 New functions. (mips_use_struct_convention): Delete.
2626 (mips_gdbarch_init): set use_gdbarch_convention.
2627
2628 2002-08-06 Michael Snyder <msnyder@redhat.com>
2629
2630 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2631 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2632 mips_o32_reg_struct_has_addr): New functions.
2633 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2634
2635 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2636
2637 * regcache.c (pseudo_register): Delete function.
2638 (fetch_register): Delete function.
2639 (store_register): Delete function.
2640 (regcache_raw_read, legacy_read_register_gen): Use
2641 target_fetch_registers instead of fetch_register.
2642 (legacy_write_register_gen, regcache_raw_write): Use
2643 target_store_register instead of store_register.
2644 (write_register_bytes): Ditto.
2645
2646 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2647 (STORE_PSEUDO_REGISTER): Delete.
2648 * gdbarch.h, gdbarch.c: Regenerate.
2649
2650 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2651
2652 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2653 write dump file binary.
2654
2655 2002-08-05 Michael Snyder <msnyder@redhat.com>
2656
2657 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2658 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2659 (mips_gdbarch_init): Set N32 target to be mips64.
2660
2661 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2662
2663 * frame.c (find_saved_register): Break out of loop once saved
2664 register address is found. Don't mention sparc in loop comment
2665 anymore.
2666
2667 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2668
2669 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2670 mips_default_saved_regsize to 8.
2671
2672 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2673
2674 * gcore.c: Do not include <sys/procfs.h>.
2675 * Makefile.in (gcore.o): Update dependencies.
2676
2677 2002-08-06 Andrew Cagney <cagney@redhat.com>
2678
2679 * configure.tgt: Make arc-*-* obsolete.
2680 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2681 * MAINTAINERS: Make arc-elf obsolete.
2682 * arc-tdep.c: Make file obsolete.
2683 * config/arc/arc.mt: Ditto.
2684 * config/arc/tm-arc.h: Ditto.
2685
2686 2002-08-05 Theodore A. Roth <troth@verinet.com>
2687
2688 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2689
2690 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2691
2692 * mcore-tdep.c (mcore_gdbarch_init): Use
2693 generic_unwind_get_saved_register instead of
2694 generic_get_saved_register.
2695 * v850-tdep.c (v850_gdbarch_init): Ditto.
2696 * frv-tdep.c (frv_gdbarch_init): Ditto.
2697 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2698 * s390-tdep.c (s390_gdbarch_init): Ditto.
2699 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2700 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2701 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2702
2703 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2704
2705 * objfiles.h: Add missing #include "symfile.h"
2706
2707 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2708
2709 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2710
2711 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2712 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2713 of FIELD_BITSIZE.
2714
2715 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2716
2717 * NEWS: Cleanup and nitpick.
2718
2719 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2720
2721 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2722
2723 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2724
2725 * Makefile.in (gdbtk-bp.o): Update dependencies.
2726 (gdbtk-register.o): Ditto.
2727 (gdbtk-varobj.o): Ditto.
2728
2729 2002-08-03 Andrew Cagney <cagney@redhat.com>
2730
2731 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2732 m68hc11_fetch_pseudo_register.
2733 (m68hc11_pseudo_register_write): Replace
2734 m68hc11_store_pseudo_register.
2735 (m68hc11_gdbarch_init): Update.
2736
2737 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2738
2739 * gdbarch.sh: Include "gdb_string.h".
2740 * gdbarch.c: Regenerate.
2741
2742 * regcache.c: Include "gdb_string.h".
2743 * ax-general.c: Ditto.
2744 * varobj.c: Ditto.
2745 * std-regs.c: Ditto.
2746 * fbsd-proc.c: Ditto.
2747 * thread.c: Ditto.
2748
2749 * Makefile.in (regcache.o): Update dependencies.
2750 (thread.o, gdbarch.o): Ditto.
2751 (ax-general.o, gdbarch.o): Ditto.
2752 (varobj.o, std-regs.o): Ditto.
2753 (fbsd-proc.o): Specify dependencies.
2754
2755 2002-08-02 Andrew Cagney <cagney@redhat.com>
2756
2757 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2758 regnum.
2759 (regcache_cooked_write): Ditto.
2760
2761 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2762
2763 * regcache.c (regcache_cooked_read): New function.
2764 (regcache_cooked_write): New function.
2765 (read_register_gen): Rewrite using regcache_cooked_read.
2766 (write_register_gen): Rewrite using regcache_cooked_write.
2767
2768 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2769 Declare.
2770
2771 2002-08-02 Andrew Cagney <cagney@redhat.com>
2772
2773 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2774 Replace the architecture methods register_read and register_write.
2775 * gdbarch.h, gdbarch.c: Regenerate.
2776 * regcache.c (init_regcache_descr): Update.
2777 (read_register_gen): Update.
2778 (write_register_gen): Update.
2779 (supply_register): Update comment.
2780
2781 * sh-tdep.c (sh_gdbarch_init): Update.
2782 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2783 `regcache' and `gdbarch' parameters. Make `buffer' a void
2784 pointer. Update code.
2785 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2786 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2787 void pointer. Update code.
2788 (sh64_register_write): Delete.
2789 (sh4_register_read): Delete.
2790 (sh64_register_read): Delete.
2791 (sh4_register_write): Delete.
2792 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2793 void pointer, `to' parameter a void pointer.
2794 (sh_sh64_register_convert_to_raw): Ditto.
2795
2796 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2797
2798 * mips-tdep.c (mips_register_virtual_type): Use architecture
2799 invariant return values.
2800
2801 2002-08-01 Andrew Cagney <cagney@redhat.com>
2802
2803 * linux-proc.c: Include "gdb_string.h".
2804 * Makefile.in (linux-proc.o): Update dependency list.
2805
2806 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2807
2808 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2809 comment.
2810
2811 2002-08-01 Grace Sainsbury <graces@redhat.com>
2812
2813 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2814 to_insert_watchpoint, to_remove_watchpoint,
2815 to_stopped_by_watchpoint, to_stopped_data_address,
2816 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2817 target vecctor. Define their corresponding macros so they call
2818 them.
2819
2820 * target.c: Add default and debug versions of for
2821 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2822 to_insert_watchpoint, to_remove_watchpoint,
2823 to_stopped_by_watchpoint, to_stopped_data_address,
2824 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2825
2826 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2827
2828 * mips-tdep.c (mips_register_virtual_type): New function.
2829 (mips_gdbarch_init): Register mips_register_virtual_type()
2830 with gdbarch machinery.
2831 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2832 this file instead of tm-bigmips.h.
2833 (MIPS_REGSIZE): Delete this macro.
2834 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2835 multiarch version in mips-tdep.c will be found.
2836
2837 2002-08-01 Andrew Cagney <cagney@redhat.com>
2838
2839 * NEWS: Menion that CHILL has been made obsolete.
2840
2841 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2842 * stabsread.c (read_range_type): Ditto.
2843 * gdbtypes.h: Ditto.
2844 * language.c (binop_type_check): Ditto.
2845 (binop_result_type): Ditto.
2846 (integral_type): Ditto.
2847 (character_type): Ditto.
2848 (string_type): Ditto.
2849 (boolean_type): Ditto.
2850 (structured_type): Ditto.
2851 (lang_bool_type): Ditto.
2852 (binop_type_check): Ditto.
2853 * language.h (_LANG_chill): Ditto.
2854 * dwarfread.c (set_cu_language): Ditto.
2855 * dwarfread.c (CHILL_PRODUCER): Ditto.
2856 * dwarfread.c (handle_producer): Ditto.
2857 * expression.h (enum exp_opcode): Ditto.
2858 * eval.c: Ditto for comments.
2859 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2860 * expprint.c (print_subexp): Ditto.
2861 (print_subexp): Ditto.
2862 * valops.c (value_cast): Ditto.
2863 (search_struct_field): Ditto.
2864 * value.h (COERCE_VARYING_ARRAY): Ditto.
2865 * symfile.c (init_filename_language_table): Ditto.
2866 (add_psymbol_with_dem_name_to_list): Ditto.
2867 * valarith.c (value_binop): Ditto.
2868 (value_neg): Ditto.
2869 * valops.c (value_slice): Ditto.
2870 * symtab.h (union language_specific): Ditto.
2871 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2872 (SYMBOL_DEMANGLED_NAME): Ditto.
2873 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2874 * defs.h (enum language): Ditto.
2875 * symtab.c (got_symtab): Ditto.
2876 * utils.c (fprintf_symbol_filtered): Ditto.
2877
2878 * ch-typeprint.c: Make file obsolete.
2879 * ch-valprint.c: Make file obsolete.
2880 * ch-lang.h: Make file obsolete.
2881 * ch-exp.c: Make file obsolete.
2882 * ch-lang.c: Make file obsolete.
2883
2884 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2885 CHILL_LIB.
2886 (TARGET_FLAGS_TO_PASS): Ditto.
2887 (CHILLFLAGS): Obsolete.
2888 (CHILL): Obsolete.
2889 (CHILL_FOR_TARGET): Obsolete.
2890 (CHILL_LIB): Obsolete.
2891 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2892 ch-valprint.c.
2893 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2894 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2895 ch-lang.o.
2896 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2897 targets.
2898
2899 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2900
2901 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2902 This does not change anything at the moment, but will be helpful
2903 later when full Ada support is integrated.
2904
2905 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2906
2907 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2908 help message.
2909
2910 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2911
2912 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2913 and save it in a local variable. Use variable in later test.
2914
2915 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2916
2917 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2918 test. (Thanks to Daniel Jacobowitz.)
2919
2920 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2921
2922 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2923 (mips_abi_strings): Add "n64".
2924 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2925
2926 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2927
2928 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2929 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2930
2931 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2932
2933 * utils.c (host_pointer_to_address, address_to_host_pointer):
2934 Use gdb_assert() instead of explicit call to internal_error().
2935
2936 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2937
2938 * Makefile.in (rs6000-nat.o): Update dependencies.
2939
2940 From Nicholas Duffek:
2941 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2942 (aix-thread.o): New rule.
2943 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2944 * config/powerpc/aix432.mh: New file.
2945
2946 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2947
2948 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2949 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2950 (fetch_core_registers, ppc_linux_supply_gregset)
2951 (ppc_linux_supply_fpregset): New functions.
2952 (ppc_linux_regset_core_fns): New.
2953 (_initialize_ppc_linux_tdep): Call add_core_fns.
2954 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2955 and ppc_linux_supply_gregset.
2956 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2957 (supply_fpregset): Call ppc_linux_supply_fpregset.
2958 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2959 corelow.o.
2960 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2961
2962 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2963
2964 * symtab.c (lookup_symbol): Demangle before lowercasing.
2965
2966 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2967
2968 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2969 declaration.
2970 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2971 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2972 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2973 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2974 "gdb_string.h".
2975 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2976 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2977 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2978 (avr-tdep.o, mon960-rom.o): Ditto.
2979 (aout_stabs_gnu_h): Define.
2980 (symtab_h): Remove $(gdb_obstack_h).
2981
2982 2002-07-30 Jim Blandy <jimb@redhat.com>
2983
2984 Patch from David Carlton <carlton@math.stanford.edu>:
2985 * gdbinit.in: Move the `dir' commands that add GDB's own source
2986 directory to the search path to the end, so that the `gdb' source
2987 directory will be searched first.
2988
2989 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2990
2991 * gdb_obstack.h: New file.
2992 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2993 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2994 * objfiles.h: Include "gdb_obstack.h".
2995 * Makefile.in (gdb_obstack_h): Define.
2996 (symtab_h): Add $(gdb_obstack_h).
2997 (objfiles_h): Add $(gdb_obstack_h).
2998
2999 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3000 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3001 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3002 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3003 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3004 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3005 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3006 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3007
3008 * Makefile.in (bcache.o): Update dependencies.
3009 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3010 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3011 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3012 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3013 (stabsread.o, symfile.o, symmisc.o): Ditto.
3014 (symtab.o, typeprint.o, macroexp.o): Ditto.
3015 (macrotab.o, mdebugread.o): Ditto.
3016 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3017 (coff_ecoff_h, aout_aout64_h): Define.
3018 (aout_stabs_gnu_h, libaout_h): Define.
3019
3020 2002-07-29 Andrew Cagney <cagney@redhat.com>
3021
3022 * regcache.c (struct regcache_descr): Rename nr_registers to
3023 nr_cooked_registers. Revise comments describing the structure
3024 member fields.
3025 (init_regcache_descr): Update.
3026 (init_legacy_regcache_descr): Update.
3027 (read_register_gen, write_register_gen): When a cooked register in
3028 the raw register range, directly access the value from the raw
3029 register cache.
3030
3031 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3032
3033 * z8k-tdep.c: Do not include "obstack.h".
3034 * h8300-tdep.c, h8500-tdep.c: Ditto.
3035 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3036 * valprint.c, v850-tdep.c: Ditto.
3037 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3038 * mn10200-tdep.c: Ditto.
3039
3040 * Makefile.in (z8k-tdep.o): Update dependencies.
3041 (m68hc11-tdep.o, valprint.o): Ditto.
3042 (v850-tdep.o, d10v-tdep.o): Ditto.
3043 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3044 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3045 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3046 (sh_opc_h, gdb_sim_sh_h): Define.
3047 (elf_sh_h, elf_bfd_h): Define.
3048 (opcode_m68hc11_h): Define.
3049 (OPCODES_SRC, OPCODES_DIR): define.
3050 (OPCODES): Use $(OPCODES_DIR).
3051 (gdb_sim_d10v_h): Rename sim_d10v_h.
3052 (gdb_sim_arm_h): Rename sim_arm_h.
3053
3054 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3055
3056 * utils.c (host_pointer_to_address, address_to_host_pointer):
3057 Change internal_error() message to indicate function responsible
3058 for the error.
3059
3060 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3061
3062 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3063 calls to local_hex_string_custom().
3064
3065 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3066
3067 * irix5-nat.c: Move IRIX shared library support from here...
3068 * solib-irix.c: ...to here. Revised substantially to work with
3069 generic solib framework.
3070
3071 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3072 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3073 * mips-irix-tdep.c: New file.
3074
3075 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3076 (mips-irix-tdep.o, solib-irix.o): New rules.
3077 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3078 solib-irix.o.
3079 * config/mips/irix6.mt (TDEPFILES): Likewise.
3080 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3081
3082 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3083
3084 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3085 disabled (via ``#if 0'') includes.
3086
3087 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3088
3089 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3090 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3091 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3092 Add support for the fpscr register.
3093 * rs6000-nat.c (regmap, fetch_inferior_registers)
3094 (store_inferior_registers, fetch_core_registers): Likewise.
3095
3096 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3097
3098 * rs6000-nat.c (language.h): Include.
3099 (special_regs): Delete this array.
3100 (regmap): New function.
3101 (fetch_register, store_register): Use regmap() to map gdb
3102 register numbers to ptrace register numbers. Also, use
3103 outputs from regmap() to make decisions regarding type of
3104 ptrace() call to make. In particular, don't compare against
3105 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3106 (fetch_inferior_registers, store_inferior_registers): Where
3107 possible, obtain register numbers from tdep struct. Don't
3108 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3109 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3110 (LAST_UISA_SP_REGNUM): Delete.
3111
3112 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3113
3114 * rs6000-nat.c (ppc-tdep.h): Include.
3115 (fetch_registers, store_register, fetch_core_registers): Don't
3116 access registers[] directly. Instead, use supply_register() or
3117 regcache_collect() as appropriate.
3118 (find_toc_address): Format hex address with local_hex_string().
3119
3120 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3121
3122 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3123 bfd/elf32-frv.c.
3124
3125 2002-07-24 Tom Tromey <tromey@redhat.com>
3126
3127 * jv-exp.y: Marked all strings with _().
3128 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3129 internal_error.
3130 (MethodInvocation, CastExpression, parse_number, yyerror,
3131 java_type_from_name, push_expression_name, yylex): Typo fixes.
3132
3133 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3134
3135 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3136 (tee_file_flush, tee_file_write, tee_file_fputs)
3137 (tee_file_isatty): New.
3138 * ui-file.h (tee_file_new): Add prototype.
3139
3140 2002-07-24 Aidan Skinner <aidan@velvet.net>
3141
3142 * ada-lang.c: Change k&r style function definitions to prototyped
3143 form.
3144 * ada-typeprint.c: Change k&r style function definitions to prototyped
3145 form.
3146 * ada-valprint.c: Change k&r style function definitions to prototyped
3147 form.
3148
3149 2002-07-24 Andrew Cagney <cagney@redhat.com>
3150
3151 * README: Remove reference to remote-bug.
3152 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3153 remote-bug.c.
3154 (m88k-nat.o): Delete rule.
3155 (m88k-tdep.o): Delete rule.
3156 (remote-bug.o): Delete rule.
3157 * MAINTAINERS: Mark as obsolete.
3158 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3159 * m88k-tdep.c: Make file obsolete.
3160 * config/m88k/m88k.mh: Ditto.
3161 * config/m88k/delta88v4.mh: Ditto.
3162 * config/m88k/delta88v4.mt: Ditto.
3163 * config/m88k/delta88.mt: Ditto.
3164 * config/m88k/delta88.mh: Ditto.
3165 * remote-bug.c: Ditto.
3166 * config/m88k/tm-delta88.h: Ditto.
3167 * config/m88k/nm-delta88v4.h: Ditto.
3168 * config/m88k/xm-delta88.h: Ditto.
3169 * config/m88k/xm-dgux.h: Ditto.
3170 * config/m88k/tm-m88k.h: Ditto.
3171 * config/m88k/nm-m88k.h: Ditto.
3172 * config/m88k/tm-delta88v4.h: Ditto.
3173 * m88k-nat.c: Ditto.
3174 * cxux-nat.c: Ditto.
3175 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3176 and m88*-*-* obsolete.
3177 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3178 m88*-*-* obsolete.
3179
3180 2002-07-24 Andrew Cagney <cagney@redhat.com>
3181
3182 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3183 constant. Same for local pointer variables.
3184 (extract_signed_integer): Ditto.
3185 * defs.h (extract_unsigned_integer): Update.
3186 (extract_signed_integer): Update.
3187
3188 2002-07-24 Andrew Cagney <cagney@redhat.com>
3189
3190 * regcache.c (regcache_raw_write): Change buf parameter to a
3191 constant void pointer.
3192 (regcache_raw_read): Change buf parameter to a void pointer.
3193 (legacy_write_register_gen): Change myaddr parameter a constant
3194 void pointer.
3195 (supply_register): Change val parameter to a const void pointer.
3196 * regcache.h (regcache_raw_write): Update declaration.
3197 (regcache_raw_read): Update declaration.
3198 (supply_register): Update declaration.
3199
3200 2002-07-24 Tom Tromey <tromey@redhat.com>
3201
3202 * defs.h (gdb_readline_wrapper): Declare.
3203 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3204 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3205 * top.c (gdb_readline_wrapper): New function.
3206 (command_line_input): Use it.
3207
3208 2002-07-24 Andrew Cagney <cagney@redhat.com>
3209
3210 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3211 regcache_read and regcache_write.
3212 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3213 * regcache.c: Update.
3214 * sh-tdep.c (sh64_push_arguments): Update comment.
3215 (sh_pseudo_register_read): Update.
3216 (sh_pseudo_register_write): Update.
3217 (sh4_register_read): Update.
3218 (sh4_register_write): Update.
3219 (sh64_pseudo_register_read): Update.
3220 (sh64_pseudo_register_write): Update.
3221 (sh64_register_read): Update.
3222 (sh64_register_write): Update.
3223 * i386-tdep.c (i386_extract_return_value): Update.
3224 (i386_extract_struct_value_address): Update.
3225 (i386_extract_return_value): Update.
3226 * blockframe.c (generic_read_register_dummy): Update.
3227 (generic_call_dummy_register_unwind): Update
3228 * infrun.c (write_inferior_status_register): Update.
3229
3230 2002-07-23 Jim Blandy <jimb@redhat.com>
3231
3232 * parser-defs.h (expression_context_pc): Make this extern.
3233 (Thanks to Michael Snyder.)
3234
3235 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3236
3237 GDB 5.2.1 released from 5.2 branch.
3238 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3239 * README: Update to mention 5.2.1.
3240
3241 2002-07-23 Mark Salter <msalter@redhat.com>
3242
3243 * remote.c (remote_read_bytes): Fix check for error.
3244
3245 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3246
3247 * aix-thread.c (language.h): Include.
3248 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3249 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3250 Print newlines at end of debug messages.
3251 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3252 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3253
3254 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3255
3256 * aix-thread.c (ppc-tdep.h): Include.
3257 (special_register_p): New function.
3258 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3259 (store_regs_user_thread): Use register number information from
3260 gdbarch_tdep struct instead of hardcoded offsets relative to
3261 FIRST_UISA_SP_REGNUM.
3262 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3263 special_register_p() instead of using FPLAST_REGNUM and
3264 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3265 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3266 will be MQ's register number.
3267
3268 2002-07-22 Michael Snyder <msnyder@redhat.com>
3269
3270 * aix-thread.c (ops): Rename to aix_thread_ops.
3271 (base_ops): Rename to base_target.
3272 (ops_attach): Rename to aix_thread_attach.
3273 (ops_detach): Rename to aix_thread_detach.
3274 (ops_resume): Rename to aix_thread_detach.
3275 (ops_wait): Rename to aix_thread_wait.
3276 (ops_kill): Rename to aix_thread_kill.
3277 (init_ops): Rename to init_aix_thread_ops.
3278 (ops_fetch_register): Rename to aix_thread_fetch_register.
3279 (ops_store_register): Rename to aix_thread_store_register.
3280 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3281 (ops_thread_alive): Rename to aix_thread_thread_alive.
3282 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3283 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3284 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3285 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3286 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3287 (store_regs_lib): Rename to store_regs_user_thread.
3288 (store_regs_kern): Rename to store_regs_kernel_thread.
3289
3290 2002-07-22 Michael Snyder <msnyder@redhat.com>
3291
3292 * aix-thread.c (ops_prepare_to_store): Eliminate.
3293 (init_ops): Don't initialize ops.prepare_to_store.
3294 (store_regs_kern): Pre-fetch register buffers from child,
3295 because some registers may not be in the cache. Copy
3296 regs from register cache only if they are cached.
3297 (store_regs_lib): Copy regs from register cache only
3298 if they are cached.
3299 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3300 fill_gprs64): Ditto.
3301
3302 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3303
3304 * aix-thread.c (gdb_assert.h): Include.
3305 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3306 register sizes (from register cache) match size of buffer holding
3307 register data.
3308 (fill_sprs32): Change parameter types to match those in the ptrace()
3309 buffer.
3310 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3311 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3312
3313 2002-07-22 Michael Snyder <msnyder@redhat.com>
3314
3315 * aix-thread.c (supply_sprs64): Cosmetic change.
3316 (supply_sprs32): Cosmetic change.
3317 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3318 (fill_sprs64): Use regcache_collect instead of read_register.
3319 (store_regs_lib): Use regcache_collect instead of
3320 read_register. Use fill_sprs32 instead of fill_sprs64,
3321 if debugging a 32-bit architecture.
3322 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3323 out of the register cache, instead of passing a pointer into
3324 the register cache directly to ptrace. Use regcache_collect
3325 insteaad of read_register.
3326 (ops_prepare_to_store): Use target_read_registers instead
3327 of read_register_bytes.
3328
3329 2002-07-20 Aidan Skinner <aidan@velvet.net>
3330
3331 * MAINTAINERS: Add self under write after approval.
3332
3333 2002-07-20 Aidan Skinner <aidan@velvet.net>
3334
3335 * ada-tasks.c: Change k&r style function definitions to prototyped
3336 form.
3337
3338 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3339
3340 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3341 * x86-64-tdep.c: Include "objfiles.h".
3342 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3343 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3344
3345 2002-07-17 Michal Ludvig <michal@suse.cz>
3346
3347 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3348 (update_context): Initialise cfa variable.
3349
3350 2002-07-17 Michael Snyder <msnyder@redhat.com>
3351
3352 * aix-thread.c: Shorten some long lines.
3353 Bring comments into line with code spec.
3354
3355 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3356
3357 * infrun.c: Re-indent using gdb_indent.sh.
3358
3359 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3360
3361 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3362 Leave the indentation temporarily untouched, to minimize the diffs.
3363
3364 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3365
3366 * stabsread.c: Make os9k sections of the code obsolete,
3367 for real this time.
3368 * stabsread.h: Make os9k sections of the code obsolete.
3369
3370 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3371
3372 * linux-low.c (regsets_store_inferior_registers): Add free()
3373 at the end of a loop to prevent memory leak.
3374 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3375 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3376 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3377 line a comment.
3378 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3379
3380 2002-07-17 Jim Blandy <jimb@redhat.com>
3381
3382 * macrocmd.c (info_macro_command): Remove newline from error
3383 message.
3384
3385 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3386
3387 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3388 (sh_gdbarch_init): Use it for sh-dsp.
3389
3390 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3391
3392 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3393 64-bit DWARF2 format.
3394
3395 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3396
3397 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3398 <sys/proc.h> when not available.
3399
3400 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3401
3402 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3403 * stabsread.c: Make os9k sections of the code obsolete.
3404 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3405 * config/i386/i386os9k.mt: Make file obsolete.
3406 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3407 (COMMON_OBS): Remove os9kread.o
3408 (SFILES): Remove os9kread.c.
3409 (os9kread.o, remote-os9k.o): Make target obsolete.
3410 * remote-os9k.c: Make file obsolete.
3411 * os9kread.c: Make file obsolete.
3412 * Makefile.in
3413
3414 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3415
3416 * NEWS: Mention that the FR30 has been made obsolete.
3417 * fr30-tdep.c: Make file obsolete.
3418 * config/fr30/tm-fr30.h: Ditto.
3419 * config/fr30/fr30.mt: Ditto.
3420 * configure.tgt: Make fr30-*-elf obsolete.
3421 * MAINTAINERS: Make fr30-elf obsolete.
3422
3423 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3424
3425 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3426 found is not inside a section.
3427
3428 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3429
3430 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3431 strerror().
3432 (pdc_realloc): Use xrealloc() instead of realloc().
3433
3434 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3435
3436 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3437 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3438 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3439 macros.
3440
3441 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3442
3443 * aix-thread.c (ptrace_check): Eliminate goto.
3444 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3445 problem.
3446
3447 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3448
3449 * aix-thread.c (gdbcmd.h): Include.
3450 (DEBUG, DBG, DBG2, dbg): Eliminate.
3451 (debug_aix_thread): New static global.
3452 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3453 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3454 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3455 invocations to DBG and DBG2 macros to test against
3456 ``debug_aix_thread'' and call fprintf_unfiltered().
3457 (_initialize_aix_thread): Add new command "set debug aix-thread".
3458
3459 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3460
3461 From Gerhard Tonn <TON@de.ibm.com>:
3462 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3463 instead of supply_register.
3464
3465 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3466
3467 * dwarf2cfi.c: Include "gdb_assert.h".
3468 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3469 non-NULL.
3470 (update_context): Do not use __func__. Add missing ``break''.
3471 (update_context): Do not use __func__.
3472
3473 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3474
3475 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3476 and its setting. Set gdbarch instruction printing functions
3477 directly. For non-rs6000 case use new function
3478 gdb_print_insn_powerpc.
3479 (gdb_print_insn_powerpc): New function.
3480
3481 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3482
3483 * NEWS: Mention that the d30v has been marked obsolete.
3484 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3485 * configure.tgt: Mark d30v-*-* as obsolete.
3486 * d30v-tdep.c: Mark file as obsolete.
3487 * config/d30v/d30v.mt: Ditto.
3488 * config/d30v/tm-d30v.h: Ditto.
3489
3490 2002-07-13 Aidan Skinner <aidan@velvet.net>
3491
3492 * ada-tasks.c (add_task_entry): replace calls to
3493 malloc() with xmalloc
3494 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3495
3496 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3497 ada_finish_decode_line_1, all_sals_for_line
3498 ada_breakpoint_rewrite): replace calls to free() with xfree()
3499
3500 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3501
3502 From Nicholas Duffek (with minor changes by Martin Hunt,
3503 Louis Hamilton, and Kevin Buettner):
3504 * aix-thread.c: New file.
3505
3506 2002-07-12 Petr Sorfa <petrs@caldera.com>
3507
3508 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3509 complaint for invalid attribute class or form.
3510 (read_func_scope): DW_AT_frame_base
3511 better handling of DW_AT_block*.
3512 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3513 better handling of DW_AT_block*.
3514 (read_common_block): DW_AT_location
3515 better handling of DW_AT_block*.
3516 (read_partial_die): DW_AT_location better handling
3517 of DW_AT_block*.
3518 (new_symbol): DW_AT_external better handling of
3519 DW_AT_block*. Proper initialization of variable
3520 "addr".
3521 (attr_form_is_block): New function that returns true
3522 if the attribute's form is of DW_FORM_block*.
3523
3524 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3525
3526 * valops.c (find_method_list): Remove comment about
3527 removed STATIC_MEMFUNCP argument.
3528 (value_find_oload_method_list): Likewise.
3529
3530 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3531
3532 From Nicholas Duffek:
3533 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3534 target_new_objfile_hook.
3535
3536 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3537
3538 From Nicholas Duffek:
3539 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3540 csect.
3541
3542 2002-07-12 Andrew Cagney <cagney@redhat.com>
3543
3544 * MAINTAINERS: Mention --enable-sim-build-warnings.
3545 (m68hc11-elf): Disable sim build warnings.
3546 (m32r-elf): Mark as broken obsolete candidate.
3547 (x86_64-linux-gnu): Mark as buildable with -Werror.
3548 (arm-elf): Change -w to ``,'' which enables warnings but not
3549 -Werror.
3550
3551 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3552
3553 * bcache.h: Update copyright.
3554 (struct bstring, struct bcache): Move definition to "bcache.c".
3555 Replaced by opaque declaration.
3556 (bcache_xfree): Replace free_bcache.
3557 (bcache_xmalloc, bcache_memory_used): Declare.
3558
3559 * bcache.c: Update copyright.
3560 (struct bstring, struct bcache): Moved to here from "bcache.h".
3561 Update comments.
3562 (bcache_xmalloc, bcache_memory_used): New functions.
3563 (bcache_xfree): Replace function free_bcache.
3564
3565 * Makefile.in (objfiles.o): Add $(bcache_h).
3566 (objfiles_h): Remove $(bcache_h).
3567 (symfile.o): Add $(bcache_h).
3568
3569 * symmisc.c: Update copyright.
3570 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3571 (print_objfile_statistics): Use bcache_memory_used.
3572
3573 * symfile.c: Include "bcache.h".
3574 (reread_symbols): Use bcache_xfree.
3575 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3576 (add_psymbol_to_list): Pass psymbol_cache by value.
3577 (add_psymbol_with_dem_name_to_list): Ditto.
3578
3579 * objfiles.h: Update copyright.
3580 (struct bcache): Declare opaque. Do not include "bcache.h".
3581 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3582 bcache'' pointers.
3583 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3584
3585 * objfiles.c: Include "bcache.h". Update copyright.
3586 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3587 macro_cache.
3588 (free_objfile): Use bcache_xfree.
3589
3590 2002-07-11 Grace Sainsbury <graces@redhat.com>
3591
3592 * monitor.c (monitor_fetch_register): Make name a constant.
3593 (monitor_store_register): Same.
3594
3595 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3596
3597 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3598 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3599 (finish_block) For non-function blocks, hash the symbol table. For
3600 function blocks, mark the symbol table as unhashed.
3601 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3602 (msymbol_hash_iw): Likewise.
3603 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3604 value.
3605 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3606 (lookup_minimal_symbol): Likewise for both.
3607 * symtab.h (struct block): Add `hashtable' flag. Comment the
3608 hashtable.
3609 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3610 (ALL_BLOCK_SYMBOLS): Update.
3611 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3612 (struct symbol): Add `hash_next' pointer.
3613 * symtab.c (lookup_block_symbol): Search using the hash table when
3614 possible.
3615 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3616 (search_symbols, find_addr_symbol): Likewise.
3617
3618 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3619 (read_dst_symtab): Likewise.
3620 * jv-lang.c (get_java_class_symtab): Likewise.
3621 * mdebugread.c: Include "gdb_assert.h".
3622 (shrink_block): Assert that the block being modified is not hashed.
3623 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3624 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3625 symbols.
3626 (dump_symtab): Recognize hashed blocks.
3627 * printcmd.c (print_frame_args): Assert that function blocks do not
3628 have hashed symbol tables.
3629 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3630 (fill_in_ada_prototype, debug_print_block): Likewise.
3631 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3632
3633 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3634
3635 * stack.c (print_frame): Use result of frame_address_in_block()
3636 instead of fi->pc when evaluating symbols.
3637 (backtrace_command_1): Ditto.
3638
3639 2002-07-11 Andrew Cagney <cagney@redhat.com>
3640
3641 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3642 Make static.
3643
3644 * arm-tdep.c (arm_register_name): Make return type constant.
3645
3646 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3647
3648 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3649 prototype.
3650 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3651 * s390-tdep.c (s390_fp_regnum): Ditto.
3652 (s390_read_fp): Ditto.
3653 (s390_pop_frame): Ditto.
3654 (_initialize_s390_tdep): Ditto.
3655 * remote.c (get_remote_state): Ditto.
3656 * procfs.c (mappingflags): Ditto.
3657 * memattr.c (_initialize_mem): Ditto.
3658 * mcore-tdep.c (mcore_pop_frame): Ditto.
3659 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3660 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3661 * language.c (set_case_str): Ditto.
3662 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3663 * frv-tdep.c (new_variant): Ditto.
3664 (frv_stopped_data_address): Ditto.
3665 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3666 (context_alloc): Ditto.
3667 (frame_state_alloc): Ditto.
3668 (unwind_tmp_obstack_init): Ditto.
3669 (unwind_tmp_obstack_free): Ditto.
3670 (cfi_read_fp): Ditto.
3671 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3672 (cris_pop_frame): Ditto.
3673 * c-lang.c (scanning_macro_expansion): Ditto.
3674 (finished_macro_expansion): Ditto.
3675 (c_preprocess_and_parse): Ditto.
3676 * gdbarch.sh: Ditto.
3677 * gdbarch.h, gdbarch.c: Regenerate.
3678 * config/mn10200/tm-mn10200.h: Adjust indentation.
3679 * target.c: Adjust indentation.
3680 * symtab.h: Adjust indentation.
3681 * stabsread.h: Adjust indentation.
3682 * remote-es.c: Adjust indentation.
3683 * os9kread.c: Adjust indentation.
3684
3685 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3686
3687 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3688 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3689
3690 2002-07-10 Grace Sainsbury <graces@redhat.com>
3691
3692 * NEWS: Mention m68k, mcore multi-arching.
3693 * MAINTAINERS: Change status of m68k, mcore to reflect
3694 multi-arching.
3695
3696 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3697
3698 * valops.c (find_overload_match): Free oload_syms.
3699
3700 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3701
3702 Define HAVE_SYS_PROC_H if sys/proc.h exists
3703 * configure.in: Add check for sys/proc.h
3704 * config.in: Regenerate.
3705 * configure: Regenerate.
3706
3707 2002-07-09 Grace Sainsbury <graces@redhat.com>
3708
3709 * config/m68k/tm-m68k.h: Remove macros wrapped in
3710 #if !GDB_MULTI_ARCH.
3711
3712 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3713
3714 * config.in, configure: Regenerate.
3715
3716 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3717
3718 * dwarf2cfi.c: Include "gcore.h".
3719 (execute_stack_op): Fix implementation of the
3720 DW_OP_deref and DW_OP_deref_size operators by letting do their
3721 lookup in the target.
3722
3723 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3724
3725 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3726 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3727 tdep->sc_sp_offset.
3728
3729 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3730
3731 Fix PR gdb/595, gdb/602
3732 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3733 Don't call value_cast, just read the vtable pointer; update comments
3734 to match.
3735
3736 2002-07-05 Grace Sainsbury <graces@redhat.com>
3737
3738 * config/mcore/tm-mcore.h: Remove file.
3739 * config/mcore/mcore.mt: Remove definition of TM_FILE
3740 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3741
3742 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3743
3744 * i386bsd-tdep.c: Include "gdb_string.h".
3745
3746 2002-07-04 Grace Sainsbury <graces@redhat.com>
3747
3748 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3749 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3750 mcore-tdep.
3751 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3752 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3753 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3754 (RETVAL_REGNUM): Move macros from tm-mcore.h
3755 (mcore_reg_struct_has_addr): New function.
3756 (mcore_gdbarch_init): Added initializations for the macros removed
3757 from tm-mcore.h.
3758
3759 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3760
3761 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3762 traditonal string branding within the ELF header.
3763
3764 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3765
3766 * symtab.c (remove_params): New function.
3767 (make_symbol_overload_list): Use it instead of cplus_demangle.
3768 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3769
3770 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3771
3772 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3773
3774 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3775 New variables.
3776 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3777 and tdep->sigtramp_end.
3778 * i386obsd-nat.c: New file.
3779 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3780
3781 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3782 Don't call get_current_frame().
3783
3784 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3785
3786 * i386-nat.c (child_post_startup_inferior): New function
3787 calling i386_cleanup_dregs if
3788 I386_USE_GENERIC_WATCHPOINTS is defined.
3789 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3790 conditional to acknowledge that i386-nat.c has its
3791 own child_post_startup_inferior function.
3792
3793 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3794
3795 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3796 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3797 instead of MAX_REGISTER_RAW_SIZE.
3798 (i386_extract_return_value, i386_extract_struct_value_address):
3799 Convert to use regcache.
3800 (i386_gdbarch_init): Set max_register_raw_size and
3801 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3802 Set extract_return_value and extract_struct_value_address instead
3803 of their deprecated variants.
3804
3805 Convert i386 target to generic dummy frames.
3806 * i386-tdep.c: Include "symfile.h".
3807 (i386_frameless_signal_p): Consider a function to be frameless if
3808 the pc points at the first instruction of the function.
3809 (i386_frame_chain): Handle (generic) call dummies.
3810 (i386_frame_saved_pc): Likewise.
3811 (i386_frame_init_saved_regs): Remove code dealing with call
3812 dummies on the stack.
3813 (i386_push_dummy_frame): Removed.
3814 (i386_call_dummy_words): Removed.
3815 (i386_fix_call_dummy): Removed.
3816 (i386_push_return_address): New function.
3817 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3818 parameter, and don't call get_current_frame.
3819 (i386_pop_frame): New function.
3820 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3821 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3822 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3823 call_dummy_length to 0, set call_dummy_words to NULL, set
3824 sizeof_call_dummy_words to 0, set fix_call_dummy to
3825 generic_fix_call_dummy, set pc_in_call_dummy to
3826 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3827 generic_push_dummy_frame, set push_return_address to
3828 i386_push_return_address and set frame_chain_valid to
3829 generic_file_frame_chain_valid.
3830
3831 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3832
3833 * gdbarch.sh (struct regcache): Add opaque declaration.
3834 (EXTRACT_RETURN_VALUE): New architecture method.
3835 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3836 * gdbarch.h, gdbarch.c: Regenerate.
3837 * arch-utils.c (legacy_extract_return_value): New function.
3838 * arch-utils.h (legacy_extract_return_value): Declare.
3839 * values.c (value_being_returned): Re-enable code handling
3840 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3841 deprecated_grub_regcache_for_registers call to block handling
3842 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3843 (EXTRACT_RETURN_VALUE): Do not define.
3844
3845 2002-07-03 Grace Sainsbury <graces@redhat.com>
3846
3847 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3848 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3849 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3850 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3851 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3852 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3853 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3854 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3855 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3856 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3857 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3858 argument so the function fits the prototype in the architecture
3859 vector.
3860 (mcore_pop_frame): Remove argument so the function fits the
3861 prototype. Use get_current_frame instead of the argument.
3862 (mcore_push_arguments): Change type of struct_return so the
3863 function can be used in the architecture vector.
3864 (mcore_store_struct_return): Add.
3865 (mcore_frame_init_saved_regs): Add.
3866 (mcore_gdbarch_init): Add function calls to replace the macros
3867 removed from tm-mcore.h
3868
3869 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3870
3871 * infcmd.c (print_return_value): Remove compatibility code calling
3872 deprecated_grub_regcache_for_registers.
3873
3874 * values.c: Include "regcache.h".
3875 (value_being_returned): Update. Use
3876 deprecated_grub_regcache_for_registers to extract the register
3877 buffer address.
3878 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3879 ``struct regcache''.
3880 * Makefile.in (values.o): Add dependency on $(regcache_h).
3881
3882 * inferior.h (run_stack_dummy): Change type of second parameter to
3883 a ``struct regcache''.
3884 * valops.c (hand_function_call): Change type of retbuf to ``struct
3885 regcache''. Allocate using regcache_xmalloc, clean using
3886 make_cleanup_regcache_xfree.
3887 * infcmd.c (run_stack_dummy): Update. Use
3888 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3889
3890 * regcache.c (do_regcache_xfree): New function.
3891 (make_cleanup_regcache_xfree): New function.
3892 * regcache.h (make_cleanup_regcache_xfree): Declare.
3893
3894 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3895
3896 * event-top.c (command_line_handler): Don't read past
3897 beginning of buffer.
3898
3899 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3900
3901 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3902 struct frame_id.
3903 (varobj_create): Store frame_id for root.
3904 (varobj_gen_name): Use xasprintf.
3905 (varobj_update): Save and restore frame using get_frame_id() and
3906 frame_find_by_id().
3907 (create_child): Use xasprintf.
3908 (new_root_variable): Initialize frame_id.
3909 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3910 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3911 to prevent memory leak.
3912
3913 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3914
3915 * valops.c (hand_function_call): Move declaration of retbuf to
3916 start of function, allocate using malloc, add a cleanup but before
3917 the inf_status cleanup, cleanup the buffer. Rename local variable
3918 old_chain to inf_status_cleanup.
3919
3920 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3921
3922 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3923
3924 * cli/cli-decode.c (cmd_func_p): New function.
3925 (cmd_func): New function.
3926
3927 * command.h: Add cmd_func() and cmd_func_p().
3928
3929 2002-07-03 Grace Sainsbury <graces@redhat.com>
3930
3931 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3932 (REGISTER_SIZE): Remove.
3933 (MAX_REGISTER_RAW_SIZE): Remove.
3934 (REGISTER_VIRTUAL_TYPE): Remove.
3935 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3936 (REGISTER_NAME): Remove.
3937 (USE_GENERIC_DUMMY_FRAMES): Remove.
3938 (CALL_DUMMY): Remove.
3939 (CALL_DUMMY_START_OFFSET): Remove.
3940 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3941 (CALL_DUMMY_LOCATION): Remove.
3942 (FIX_CALL_DUMMY): Remove.
3943 (CALL_DUMMY_ADDRESS): Remove.
3944 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3945 (SAVE_DUMMY_FRAME_TOS): Remove.
3946 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3947 (mcore_register_virtual_type): New function.
3948 (mcore_register_byte): New function.
3949 (mcore_register_size): New function.
3950 (mcore_register_name): New function.
3951 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3952 macros removed from tm-mcore.h.
3953 (mcore_dump_tdep): Add.
3954 (_initialize_mcore_tdep): Add gdbarch_register call.
3955
3956 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3957
3958 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3959 frameless_look_for_prologue, such that we actually call this
3960 function.
3961
3962 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3963
3964 * frame.h (frame_address_in_block): New function.
3965
3966 * blockframe.c (frame_address_in_block): New function extracted
3967 from get_frame_block().
3968 (get_frame_block): Use frame_address_in_block().
3969 (block_innermost_frame): Use frame_address_in_block() to match
3970 the frame pc address against the block boundaries rather than
3971 the frame pc directly. This prevents a failure when a frame pc
3972 is actually a return-address pointing immediately after the end
3973 of the given block.
3974
3975 2002-07-02 Grace Sainsbury <graces@redhat.com>
3976
3977 * MAINTAINERS: Add self under write after approval.
3978
3979 2002-07-02 Grace Sainsbury <graces@redhat.com>
3980
3981 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3982 used in architecture vector. The default is
3983 m68k_local_breakpoint_from_pc.
3984 (m68k_local_breakpoint_from_pc): Add.
3985 (enum): Add register numbers from tm-m68k.h.
3986 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3987 vector.
3988 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3989 GDB_MULTI_ARCH_PARTIAL.
3990 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3991 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3992 m68k-tdep.c.
3993 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3994 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3995 to enum in m68k-tdep.c
3996
3997 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3998
3999 * solib-osf.c (open_map): Compute the list of shared libraries
4000 loaded by the inferior, rather than the list of libraries loaded
4001 by GDB itself. Otherwise, GDB ends up reading the symbols from
4002 the wrong shared libraries...
4003
4004 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4005
4006 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4007 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4008 macros.
4009 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4010 Remove functions.
4011 (FRAMELESS_SIGNAL): Remove function.
4012 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4013 i386_linux_saved_pc_after_call): Removed.
4014 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4015 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4016 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4017
4018 * i386-tdep.c (i386_frameless_signal_p): New function.
4019 (i386_frame_chain): Deal with frameless signals.
4020 (i386_sigtramp_saved_sp): New function.
4021 (i386_frame_saved_pc): Deal with frameless signals.
4022 (i386_saved_pc_after_call): Make sure the correct value is
4023 returned just after entry into a sigtramp.
4024 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4025 i386fbsd4_sc_sp_offset): New variables.
4026 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4027 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4028 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4029 similiar to what we already did for sc_pc_offset.
4030 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4031 tdep->sc_sp_offset.
4032
4033 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4034
4035 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4036
4037 * config/i386/tm-x86-64linux.h: New.
4038 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4039 definitions.
4040 * config/i386/nm-x86-64.h: Rename to ...
4041 * config/i386/nm-x86-64linux.h: ... this one.
4042 * config/i386/x86-64linux.mh: Reflect the above change.
4043
4044 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4045
4046 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4047 with sigcontext_addr. Add sc_sp_offset.
4048 (i386bsd_sigtramp_saved_pc): Remove prototype.
4049 (i386bsd_sicontext_addr): Add prototype.
4050 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4051 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4052 (i386_svr4_sigtramp_saved_pc): Removed.
4053 (i386_svr4_sigcontext_addr): New function.
4054 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4055 Initialize tdep->sigcontext_addr instead. Initialize
4056 tdep->sc_pc_offset and tdep->sc_sp_offset.
4057 (i386_gdbarch_init): Likewise.
4058 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4059 any more.
4060 (i386bsd_sigtramp_saved_pc): Remove function.
4061 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4062 Initialize tdep->sigcontext_addr instead. Initialize
4063 tdep->sc_pc_offset.
4064 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4065 of tdep->sigtramp_saved_pc.
4066 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4067 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4068 instead.
4069
4070 * i386-tdep.c (i386_frameless_function_invocation,
4071 i386_frame_num_args, i386_frame_init_saved_regs,
4072 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4073 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4074 i386_extract_return_value, i386_store_return_value,
4075 i386_extract_struct_value_address, i386_register_virtual_type,
4076 i386_register_convertible, i386_register_convert_to_virtual,
4077 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4078 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4079 static.
4080
4081 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4082
4083 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4084
4085 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4086 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4087 this macro. Include "value.h".
4088
4089 2002-06-30 Aidan Skinner <aidan@velvet.net>
4090
4091 * ada-exp.tab.c: remove as it's a generated file
4092 * ada-lex.c: remove as it's a generated file
4093
4094 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4095
4096 * config/i386/tm-i386.h (struct frame_info, struct
4097 frame_saved_regs, struct value, struct type): Remove forward
4098 declarations.
4099
4100 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4101 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4102 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4103 (FILL_FPXREGSET): Define.
4104
4105 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4106
4107 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4108 i[3456]86-*-netbsd* case.
4109 * config/i386/tm-obsd.h: Removed.
4110 * config/i386/obsd.mt: Removed.
4111 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4112 core-aout.o.
4113 (MH_CFLAGS): Add -DYYDEBUG=0.
4114
4115 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4116 i386nbsd_sc_pc_offset on OpenBSD too.
4117
4118 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4119 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4120 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4121 define.
4122 * i386bsd-tdep.c: Include "arch-utils.h".
4123 (i386bsd_aout_in_solib_call_trampoline): New function.
4124 (i386bsd_init_abi): Set in_solib_call_trampoline to
4125 i386bsd_aout_in_solib_call_trampoline.
4126 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4127 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4128
4129 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4130
4131 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4132 (struct obstack, struct bcache): Add opaque declarations.
4133 * Makefile.in (macrotab_h): Update
4134
4135 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4136
4137 * blockframe.c (generic_find_dummy_frame): Change return type to
4138 ``struct regcache''.
4139 (struct dummy_frame): Replace field ``registers'' with regcache, a
4140 struct regcache object.
4141 (generic_find_dummy_frame): Update.
4142 (generic_push_dummy_frame): Update. Use regcache_xfree,
4143 regcache_xmalloc and regcache_cpy.
4144 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4145 regcache_xfree.
4146 (deprecated_generic_find_dummy_frame): Update.
4147 (generic_read_register_dummy): Update. Use
4148 regcache_read_as_address.
4149 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4150 (generic_get_saved_register): Update. Use regcache_read.
4151
4152 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4153
4154 * Makefile.in (objfiles_h): Add $(bcache_h).
4155 * objfiles.h: Include "bcache.h".
4156
4157 * Makefile.in (symtab_h): Remove $(bcache_h).
4158 * symtab.h: Do not include "bcache.h".
4159
4160 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4161
4162 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4163 generic_func_frame_chain_valid.
4164
4165 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4166
4167 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4168 * config/i386/tm-fbsd.h: Likewise.
4169
4170 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4171
4172 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4173 generic_unwind_get_saved_register.
4174
4175 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4176
4177 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4178 * regcache.c (supply_register): Add missing argument to
4179 register_buffer call.
4180
4181 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4182
4183 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4184 Solaris /bin/grep does not not like it. From Peter Schauer.
4185
4186 2002-06-26 Tom Tromey <tromey@redhat.com>
4187
4188 * command.h (add_setshow_cmd): Declare.
4189 (add_setshow_cmd_full): Declare.
4190 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4191 returns void. Use add_setshow_cmd_full.
4192 (add_setshow_cmd_full): New function.
4193 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4194 (add_setshow_boolean_cmd): Likewise.
4195
4196 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4197
4198 * config/vax/tm-vax.h: Protect from multiple inclusion.
4199 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4200 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4201 * config/vax/tm-vaxbsd.h: ...here. New file.
4202 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4203
4204 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4205
4206 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4207 (BELIEVE_PCC_PROMOTION): Remove.
4208 (AP_REGNUM): Move to...
4209 * config/vax/nm-vax.h: ...here.
4210 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4211 (vax_breakpoint_from_pc): New function.
4212 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4213 and gdbarch_believe_pcc_promotion.
4214
4215 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4216
4217 * Makefile.in (vax_tdep_h): Define.
4218 (vax-tdep.o): Use $(vax_tdep_h).
4219 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4220 (vax_dump_tdep): New function.
4221 (_initialize_vax_tdep): Register vax_dump_tdep.
4222 * vax-tdep.h: Include osabi.h.
4223 (struct gdbarch_tdep): New.
4224
4225 2002-06-26 Andrew Cagney <cagney@redhat.com>
4226
4227 * frame.h (deprecated_generic_find_dummy_frame): Rename
4228 generic_find_dummy_frame.
4229 * blockframe.c (generic_find_dummy_frame): Make static.
4230 (deprecated_generic_find_dummy_frame): New function.
4231 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4232 generic_find_dummy_frame with deprecated_find_dummy_frame.
4233 (sh64_nofp_frame_init_saved_regs): Ditto.
4234 (sh_fp_frame_init_saved_regs): Ditto.
4235 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4236 (s390_frame_chain): Ditto.
4237 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4238
4239 2002-06-26 Grace Sainsbury <graces@redhat.com>
4240
4241 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4242 gdbarch vector are at the top.
4243 (NUM_REGS): Remove.
4244 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4245 (FRAME_ARGS_ADDRESS): Remove.
4246 (FRAME_LOCALS_ADDRESS): Remove.
4247 (FRAME_NUM_ARGS): Remove.
4248 (FRAME_ARGS_SKIP): Remove.
4249 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4250 (m68k_gdbarch_init): Add gdbarch initializations for macros
4251 undefined in tm-m68k.h
4252
4253 2002-06-26 Grace Sainsbury <graces@redhat.com>
4254
4255 * monitor.h: Add the function regname to monitor_ops
4256 structure. This way NUM_REGS does not have to be a constant.
4257 * monitor.c (monitor_fetch_register): Added support for regname
4258 function. The function is called if the array regnames is NULL.
4259 (monitor_store_register): Same.
4260 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4261 regnames array.
4262 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4263 cpu32bug_cmds.regname to point to new function.
4264 * abug-rom.c (abug_regname): Same as above.
4265 (init_abug_cmds): Same.
4266 * dbug-rom.c (dbug_regname): Same as above.
4267 (init_dbug_cmds): Same.
4268 * remote-est.c (est_regname): Same.
4269 (init_est_cmds): Same.
4270 * rom68k-rom.c (rom68k_regname): Same.
4271 (init_rom68k_cmds): Same.
4272
4273 2002-06-25 Tom Tromey <tromey@redhat.com>
4274
4275 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4276
4277 2002-06-25 Andrew Cagney <cagney@redhat.com>
4278
4279 * infrun.c (stop_registers): Change variable's type to ``struct
4280 regcache'''.
4281 (xmalloc_inferior_status): Delete function.
4282 (free_inferior_status): Delete function.
4283 (normal_stop): Use regcache_cpy.
4284 (struct inferior_status): Change type of fields ``stop_registers''
4285 and ``registers'' to ``struct regcache''.
4286 (write_inferior_status_register): Use regcache_write.
4287 (save_inferior_status): Instead of calling
4288 xmalloc_inferior_status, allocate the inf_status buffer directly.
4289 Use regcache_dup_no_passthrough and regcache_dup to save the
4290 buffers.
4291 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4292 Replace the stop_registers regcache instead of overriding it. Use
4293 regcache_xfree. Instead of calling free_inferior_status, xfree
4294 the buffer directly.
4295 (discard_inferior_status): Use regcache_xfree. Instead of calling
4296 free_inferior_status, xfree the buffer directly.
4297 (build_infrun): Use regcache_xmalloc.
4298 (_initialize_infrun): Delete redundant call to build_infrun.
4299
4300 * Makefile.in (infcmd.o): Add $(regcache_h).
4301
4302 * infcmd.c: Include "regcache.h".
4303 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4304 obtain the address of `stop_registers' register buffer.
4305 (print_return_value): Ditto.
4306
4307 * inferior.h (struct regcache): Add opaque declaration.
4308 (stop_registers): Change variable's declared type to ``struct
4309 regcache''.
4310
4311 2002-06-24 Tom Tromey <tromey@redhat.com>
4312
4313 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4314 * target.c (initialize_targets): Fixed typo in
4315 trust-readonly-sections `show' documentation.
4316
4317 * main.c: Marked all strings with _().
4318
4319 2002-06-24 Don Howard <dhoward@redhat.com>
4320
4321 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4322 that means max CORE_ADDR+1.
4323 (lookup_mem_region): Ditto.
4324 (mem_info_command): Ditto.
4325
4326 2002-06-24 Grace Sainsbury <graces@redhat.com>
4327
4328 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4329 (REGISTER_BYTES_OK): Remove.
4330 (REGISTER_BYTES): Remove.
4331 (STORE_STRUCT_RETURN): Remove.
4332 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4333 (STORE_RETURN_VALUE): Remove.
4334 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4335 (FRAME_CHAIN): Remove.
4336 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4337 (FRAME_SAVED_PC): Remove.
4338 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4339 (m68k_store_struct_return): Add.
4340 (m68k_deprecated_extract_return_value): Add.
4341 (m68k_deprecated_extract_struct_value_address): Add.
4342 (m68k_store_return_value): Add.
4343 (m68k_frame_chain): Add.
4344 (m68k_frameless_function_invocation): Add.
4345 (m68k_frame_saved_pc): Add.
4346 (m68k_gdbarch_init): added set_gdbarch calls for new
4347 functions and deleted macros.
4348
4349 2002-06-23 Tom Tromey <tromey@redhat.com>
4350
4351 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4352 (ALLDEPFILES): Likewise.
4353 (udiheaders): Removed.
4354 (udip2soc.o): Likewise.
4355 (udi2go32.o): Likewise.
4356 (udr.o): Likewise.
4357 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4358
4359 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4360
4361 * infrun.c (_initialize_infrun): Delete unnecessary call to
4362 build_infrun.
4363
4364 * regcache.h: Update comments describing the regcache_cpy family
4365 of functions.
4366 (regcache_save, regcache_restore): Delete declaration.
4367 (regcache_save_no_passthrough): Delete declaration.
4368 (regcache_restore_no_passthrough): Delete declaration.
4369 * regcache.c (regcache_save): Delete function.
4370 (regcache_save_no_passthrough): Delete function.
4371 (regcache_restore): Delete function.
4372 (regcache_restore_no_passthrough): Delete function.
4373
4374 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4375
4376 * config/m68k/tm-m68k.h: Fix typo.
4377 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4378 (m68k_frame_init_saved_regs): Declare.
4379
4380 2002-06-21 Jim Blandy <jimb@redhat.com>
4381
4382 Remove some vestiges of Harris 88k support.
4383 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4384 register numbering quirk.
4385 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4386 odd symbols occurring in Harris 88k ELF targets.
4387
4388 2002-06-21 Tom Tromey <tromey@redhat.com>
4389
4390 * gdb_locale.h: New file.
4391 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4392 (defs_h): Added gdb_locale.h.
4393 * configure, config.in: Rebuilt.
4394 * configure.in (PACKAGE): Define.
4395 * defs.h: Include gdb_locale.h.
4396 * main.c (captured_main): Call setlocale, bindtextdomain,
4397 textdomain.
4398
4399 2002-06-21 Dave Brolley <brolley@redhat.com>
4400
4401 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4402 * config/frv/frv.mt: New file.
4403 * config/frv/tm-frv.h: New file.
4404 * configure.tgt: Support frv-*-*.
4405 * Makefile.in (frv-tdep.o): New target.
4406 * frv-tdep.c: New file.
4407 * NEWS: Mention frv.
4408
4409 2002-06-21 Dave Brolley <brolley@redhat.com>
4410
4411 * MAINTAINERS: Add self to "Write After Approval" list.
4412
4413 2002-06-21 Grace Sainsbury <graces@redhat.com>
4414
4415 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4416 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4417 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4418 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4419 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4420
4421 * m68k-tdep.c: Include arch-utils.h
4422 (m68k_register_raw_size): Add.
4423 (m68k_register_virtual_size): Add.
4424 (m68k_register_virtual_type): Add.
4425 (m68k_register_name): Add.
4426 (m68k_stack_align): Add.
4427 (m68k_register_byte): Add.
4428 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4429 tm-m68k.h.
4430
4431 2002-06-21 Grace Sainsbury <graces@redhat.com>
4432
4433 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4434 m68k_find_saved_regs.
4435 (m68k_pop_frame): Removed saved_regs structure, and replaced
4436 references to it with frame->saved_regs.
4437 (m68k_gdbarch_init): Added function calls to initialize the
4438 gdbarch structure.
4439 (m68k_fix_call_dummy): Add.
4440 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4441 (CALL_DUMMY): Remove.
4442 (CALL_DUMMY_LENGTH): Remove.
4443 (CALL_DUMMY_START_OFFSET): Remove.
4444 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4445 (FIX_CALL_DUMMY): Remove.
4446 (PUSH_DUMMY_FRAME): Remove.
4447 (POP_FRAME): Remove.
4448
4449 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4450
4451 * parse.c (parse_fprintf): New function used to avoid calls to
4452 fprintf in bison parser generated debug code.
4453 * parser-defs.h: Declaration of new parse_fprintf function.
4454 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4455 Set YYDEBUG to 1 by default.
4456 Set YYFPRINTF as parse_fprintf.
4457
4458 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4459
4460 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4461 encoding anymore.
4462 (pointer_encoding, enum ptr_encoding): New.
4463 (execute_cfa_program): Take care about pointer encoding.
4464 (dwarf2_build_frame_info): Only call parse_frame_info for
4465 .debug_frame and .eh_frame.
4466 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4467 fixed augmentation handling, added relative addressing,
4468 ignore duplicate FDEs. Added comments.
4469 * dwarf2cfi.c: Reindented.
4470
4471 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4472
4473 * event-top.c (command_handler): Don't use space_at_cmd_start
4474 unless there is sbrk() on the host. Assign time and space data
4475 to union fields of the appropriate length.
4476
4477 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4478
4479 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4480 x86_64_register_name. Return type changed to 'const char *'.
4481 (x86_64_register_name2nr): Rename to x86_64_register_number.
4482 (x86_64_gdbarch_init): Update to reflect the change.
4483 * x86-64-tdep.h: Ditto.
4484 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4485 (supply_fpregset): Ditto.
4486
4487 2002-06-19 Andrew Cagney <cagney@redhat.com>
4488
4489 * regcache.h: Update copyright.
4490 (struct regcache, struct gdbarch): Add opaque declarations.
4491 (current_regcache): Declare global variable.
4492 (regcache_read, regcache_write): Add gdbarch parameter.
4493 (regcache_save, regcache_save_no_passthrough)
4494 (regcache_restore, regcache_restore_no_passthrough)
4495 (regcache_dup, regcache_dup_no_passthrough)
4496 (regcache_cpy, regcache_cpy_no_passthrough)
4497 (deprecated_grub_regcache_for_registers)
4498 (deprecated_grub_regcache_for_register_valid)
4499 (regcache_valid_p): Add function declarations.
4500
4501 * regcache.c: Update copyright.
4502 (regcache_descr_handle): New global variable.
4503 (struct regcache_descr): Define.
4504 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4505 (regcache_descr, xfree_regcache_descr): New functions.
4506 (struct regcache): Define.
4507 (regcache_xmalloc, regcache_xfree): New functions.
4508 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4509 (regcache_dup, regcache_dup_no_passthrough): New functions.
4510 (regcache_valid_p, regcache_read_as_address): New functions.
4511 (deprecated_grub_regcache_for_registers): New function.
4512 (deprecated_grub_regcache_for_register_valid): New function.
4513 (current_regcache): New global variable.
4514 (register_buffer): Add regcache parameter. Update calls.
4515 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4516 (read_register_gen, write_register_gen): Update register_buffer
4517 call. Test for legacy_p instead of gdbarch_register_read_p or
4518 gdbarch_register_write_p.
4519 (regcache_collect): Update register_buffer call.
4520 (build_regcache): Rewrite. Use deprecated grub functions.
4521 (regcache_save, regcache_save_no_passthrough): New functions.
4522 (regcache_restore, regcache_restore_no_passthrough): New
4523 functions.
4524 (_initialize_regcache): Create the regcache_data_handle. Swap
4525 current_regcache global variable.
4526
4527 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4528 parameter to regcache_read and regcache_write calls.
4529 (sh4_register_read): Ditto.
4530 (sh64_pseudo_register_read): Ditto.
4531 (sh64_register_read): Ditto.
4532 (sh_pseudo_register_write): Ditto.
4533 (sh4_register_write): Ditto.
4534 (sh64_pseudo_register_write): Ditto.
4535 (sh64_register_write): Ditto.
4536
4537 * defs.h (XCALLOC): Define.
4538
4539 2002-06-19 Grace Sainsbury <graces@redhat.com>
4540
4541 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4542 * m68k-tdep.c (m68k_gdbarch_init): Added.
4543 (m68k_dump_tdep): Added.
4544
4545 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4546
4547 * ada-lang.c (fill_in_ada_prototype): Update comment.
4548
4549 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4550
4551 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4552 MIPS_ABI_LAST.
4553 (mips_abi_string, mips_abi_strings): New.
4554 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4555 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4556 tdep->mips_abi_string. Honor mips_abi_string. Default to
4557 O32 if no ABI is found.
4558 (mips_dump_tdep): Use mips_abi_strings.
4559 (mips_abi_update): New function.
4560 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4561 ``set mips abi'' and ``show mips abi''. Check the size of
4562 mips_abi_strings.
4563
4564 2002-06-19 Andrew Cagney <cagney@redhat.com>
4565
4566 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4567 constant.
4568
4569 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4570
4571 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4572 current frame using only the first stack size adjustment. All
4573 subsequent size adjustments are not considered to be part of
4574 the "static" part of the current frame.
4575 Compute the address of the saved registers relative to the
4576 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4577 in use in this frame.
4578
4579 2002-06-18 Don Howard <dhoward@redhat.com>
4580
4581 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4582 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4583 suggesting this solution.
4584
4585 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4586
4587 * config/romp/xm-rtbsd.h: Delete file.
4588 * config/romp/rtbsd.mh: Delete file.
4589
4590 2002-06-18 Keith Seitz <keiths@redhat.com>
4591
4592 * breakpoint.c (condition_command): Post breakpoint_modify
4593 when a condition is added to an existing breakpoint.
4594 (commands_command): Likewise for commands.
4595 (set_ignore_count): Likewise for ignore counts.
4596 If no tty, do not simply return, still need to send event
4597 notification.
4598 (ignore_command): Only print a newline if the command came
4599 from a tty.
4600 Don't call breakpoints_changed, since this is now properly
4601 handled by set_ignore_count.
4602
4603 2002-06-18 Andrew Cagney <cagney@redhat.com>
4604
4605 * MAINTAINERS: Note that cris-elf target can be compiled with
4606 -Werror.
4607 * cris-tdep.c (cris_register_name): Make return type constant.
4608 (cris_breakpoint_from_pc): Ditto.
4609
4610 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4611
4612 * frame.h (struct frame_info): Change type of context to
4613 'struct context'.
4614
4615 2002-06-17 Andrew Cagney <cagney@redhat.com>
4616
4617 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4618 pointer.
4619 * gdbarch.h, gdbarch.c: Regenerate.
4620 * config/mips/tm-mips.h (mips_register_name): Update.
4621 * i386-tdep.h (i386_register_name): Update.
4622 * mips-tdep.c (mips_register_name): Update
4623 * alpha-tdep.c (alpha_register_name): Update.
4624 * arch-utils.c (legacy_register_name): Update.
4625 * arch-utils.h (legacy_register_name): Update.
4626 * avr-tdep.c (avr_register_name): Update.
4627 * ia64-tdep.c (ia64_register_name): Update.
4628 * i386-tdep.c (i386_register_name): Update.
4629 * sparc-tdep.c (sparc32_register_name): Update.
4630 (sparc64_register_name): Update.
4631 (sparclite_register_name): Update.
4632 (sparclet_register_name): Update.
4633 * sh-tdep.c (sh_generic_register_name): Update.
4634 (sh_sh_register_name): Update.
4635 (sh_sh3_register_name): Update.
4636 (sh_sh3e_register_name): Update.
4637 (sh_sh_dsp_register_name): Update.
4638 (sh_sh3_dsp_register_name): Update.
4639 (sh_sh4_register_name): Update.
4640 (sh_sh64_register_name): Update.
4641 * s390-tdep.c (s390_register_name): Update.
4642 * rs6000-tdep.c (rs6000_register_name): Update.
4643 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4644 (ns32k_register_name_32382): Update.
4645 * d10v-tdep.c (d10v_ts2_register_name): Update.
4646 (d10v_ts3_register_name): Update.
4647 * xstormy16-tdep.c (xstormy16_register_name): Update.
4648 * vax-tdep.c (vax_register_name): Update.
4649 * v850-tdep.c (v850_register_name): Update.
4650 * m68hc11-tdep.c (m68hc11_register_name): Update.
4651 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4652 (am33_register_name): Update.
4653
4654 2002-06-17 Grace Sainsbury <graces@redhat.com>
4655
4656 * m68k-tdep.c: Reindented.
4657
4658 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4659
4660 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4661 list of predefined types.
4662
4663 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4664
4665 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4666 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4667 REGISTER_CONVERT_TO_RAW): Remove defines.
4668 (i386_register_virtual_type, i386_register_convertible,
4669 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4670 Remove prototypes.
4671 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4672 macros mentioned above.
4673
4674 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4675 (i386lynx_saved_pc_after_call): Remove prototype.
4676 * i386ly-tdep.c: Include "i386-tdep.h".
4677 (i386lynx_saved_pc_after_call): Make static. Use
4678 read_memory_nobpt instead of read_memory. Use
4679 read_memory_unsigned_integer instead of read_memory_integer.
4680 (i386lynx_init_abi): New function.
4681 (i386lynx_coff_osabi_sniffer): New function.
4682 (_initialize_i386bsd_tdep): New function.
4683
4684 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4685 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4686 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4687 (i386_fix_call_dummy): Remove prototype.
4688 * i386-tdep.c (i386_call_dummy_words): New variable.
4689 (i386_gdbarch_init): Adjust for removal of the
4690 macros mentioned above.
4691
4692 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4693
4694 * command.h (add_setshow_auto_boolean_cmd): Replace
4695 add_set_auto_boolean_cmd.
4696 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4697 add_set_auto_boolean_cmd.
4698 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4699 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4700 mask-address'' command.
4701 (show_mask_address): Add cmd parameter.
4702 * remote.c (add_packet_config_cmd): Update. Change type of
4703 set_func and show_func to cmd_sfunc_ftype.
4704 (_initialize_remote): Update `set remote Z-packet'
4705 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4706 (show_remote_protocol_e_packet_cmd): Ditto.
4707 (show_remote_protocol_E_packet_cmd): Ditto.
4708 (show_remote_protocol_P_packet_cmd): Ditto.
4709 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4710 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4711 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4712 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4713 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4714 (show_remote_protocol_Z_packet_cmd): Ditto.
4715 (show_remote_protocol_binary_download_cmd): Ditto.
4716 (show_remote_cmd): Pass NULL to all of above.
4717
4718 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4719
4720 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4721 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4722 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4723 POP_FRAME): Remove defines.
4724 (i386_push_arguments, i386_store_struct_return,
4725 i386_extract_return_value, i386_store_return_value,
4726 i386_extract_struct_value_address, i386_push_dummy_frame,
4727 i386_pop_frame): Renove prototypes.
4728 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4729 macros mentioned above.
4730
4731 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4732
4733 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4734 add_set_boolean_cmd.
4735 (add_setshow_cmd): New function.
4736 * command.h (add_setshow_boolean_cmd): Replace
4737 add_set_boolean_cmd.
4738 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4739 and ``set rdiromatzero''.
4740 * maint.c (_initialize_maint_cmds): Update commented out code.
4741 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4742 * target.c (initialize_targets): Update `set
4743 trust-readonly-sections'.
4744 * remote.c (_initialize_remote): Update `set remotebreak'.
4745
4746 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4747
4748 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4749 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4750 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4751 fit into multi-arch framework.
4752 (i386_breakpoint_from_pc): New function.
4753 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4754 above.
4755
4756 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4757 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4758 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4759 (i386_frameless_function_invocation, i386_frame_num_args,
4760 i386_frame_init_saved_regs): Remove prototypes.
4761 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4762 macros mentioned above.
4763
4764 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4765
4766 * cli/cli-decode.c (set_cmd_cfunc): Update.
4767 (set_cmd_sfunc): Update.
4768 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4769 (set_cmd_sfunc, set_cmd_cfunc): Update.
4770 * cli/cli-decode.h: Update.
4771
4772 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4773
4774 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4775 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4776
4777 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4778
4779 * defs.h (auto_boolean): Declare enum.
4780 * command.h (cmd_auto_boolean): Delete enum.
4781 * mips-tdep.c (mask_address_var): Update.
4782 (mips_mask_address_p): Update.
4783 (show_mask_address): Update.
4784 * remote.c (struct packet_config): Update.
4785 (update_packet_config): Update.
4786 (show_packet_config_cmd): Update.
4787 (packet_ok): Update.
4788 (add_packet_config_cmd): Update.
4789 (_initialize_remote):
4790 * command.h: Update.
4791 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4792 (do_setshow_command): Update.
4793 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4794 * cli/cli-decode.h: Update.
4795
4796 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4797
4798 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4799 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4800 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4801 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4802 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4803 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4804
4805 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4806 list of DJGPP COFF targets.
4807
4808 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4809 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4810 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4811 (FP0_REGNUM): Remove define.
4812 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4813 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4814 (i386_register_virtual_size): Remove protoype.
4815 * i386-tdep.c (i386_register_virtual_size): Removed.
4816 (i386_extract_return_value, i386_store_return_value): Use
4817 FP0_REGNUM instead of NUM_FREGS to determine whether the
4818 floating-point registers are available.
4819 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4820 Adjust for removal of macros mentioned above.
4821
4822 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4823
4824 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4825 comments.
4826 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4827 Remove prototypes.
4828 (supply_gregset, fill_gregset): Remove use of register keyword and
4829 remove declaration for regmap. Use I386_NUM_GREGS instead of
4830 NUM_REGS and NUM_FREGS.
4831 (FPREGSET_FSAVE_OFFSET): Remove.
4832 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4833 NUM_FREGS to determine whether the floating-point registers are
4834 available.
4835
4836 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4837 gnu_store_registers): Replace usage of NUM_GREGS with
4838 I386_NUM_GREGS.
4839
4840 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4841 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4842 usage of NUM_GREGS with I386_NUM_GREGS.
4843
4844 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4845
4846 * i386bsd-nat.c: Include "i386-tdep.h".
4847 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4848 I386_NUM_GREGS.
4849
4850 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4851 and associated comment. They no longer make any sense, since we
4852 don't use this file anymore on Linux.
4853
4854 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4855 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4856 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4857 elements in these arrays.
4858 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4859 MAX_NUM_REGS.
4860
4861 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4862
4863 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4864 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4865
4866 2002-06-14 Andrew Cagney <cagney@redhat.com>
4867
4868 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4869 EXTRACT_RETURN_VALUE.
4870 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4871 EXTRACT_STRUCT_VALUE_ADDRESS.
4872 * gdbarch.h, gdbarch.c: Regenerate.
4873
4874 * values.c (value_being_returned): Handle
4875 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4876 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4877
4878 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4879 * arm-tdep.c (arm_gdbarch_init): Update.
4880 * avr-tdep.c (avr_gdbarch_init): Update.
4881 * cris-tdep.c (cris_gdbarch_init): Update.
4882 * d10v-tdep.c (d10v_gdbarch_init): Update.
4883 * ia64-tdep.c (ia64_gdbarch_init): Update.
4884 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4885 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4886 * s390-tdep.c (s390_gdbarch_init): Update.
4887 * sh-tdep.c (sh_gdbarch_init): Update.
4888 * s390-tdep.c (s390_gdbarch_init): Update.
4889 * sparc-tdep.c (sparc_gdbarch_init): Update.
4890 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4891 * v850-tdep.c (v850_gdbarch_init): Update.
4892 * vax-tdep.c (vax_gdbarch_init): Update.
4893 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4894 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4895
4896 * config/arc/tm-arc.h: Update.
4897 * config/d30v/tm-d30v.h: Update.
4898 * config/fr30/tm-fr30.h: Update.
4899 * config/h8300/tm-h8300.h: Update.
4900 * config/h8500/tm-h8500.h: Update.
4901 * config/i386/tm-i386.h: Update.
4902 * config/i386/tm-ptx.h: Update.
4903 * config/i386/tm-symmetry.h: Update.
4904 * config/i960/tm-i960.h: Update.
4905 * config/m32r/tm-m32r.h: Update.
4906 * config/m68k/tm-delta68.h: Update.
4907 * config/m68k/tm-linux.h: Update.
4908 * config/m68k/tm-m68k.h: Update.
4909 * config/m88k/tm-m88k.h: Update.
4910 * config/mcore/tm-mcore.h: Update.
4911 * config/mips/tm-mips.h: Update.
4912 * config/mn10200/tm-mn10200.h: Update.
4913 * config/pa/tm-hppa.h: Update.
4914 * config/pa/tm-hppa64.h: Update.
4915 * config/sparc/tm-sp64.h: Update.
4916 * config/sparc/tm-sparc.h: Update.
4917 * config/sparc/tm-sparclet.h: Update.
4918 * config/z8k/tm-z8k.h: Update.
4919
4920 2002-06-14 Andrew Cagney <cagney@redhat.com>
4921
4922 * Makefile.in (i386_linux_tdep_h): Define.
4923 (i386_tdep_h, i387_tdep_h): Define.
4924 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4925 $(i386_tdep_h) and $(i387_tdep_h).
4926 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4927
4928 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4929
4930 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4931 Already covered by the default.
4932
4933 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4934 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4935 (i386_gdbarch_init): Initialize long_double_format and long_double
4936 bit.
4937
4938 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4939 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4940 Move these to ...
4941 * config/i386/i386sol2.mh: ... here.
4942 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4943 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4944 (SIGCONTEXT_PC_OFFSET): Remove define.
4945 (IN_SIGTRAMP): Remove define.
4946 * i386-sol2-tdep.c: New file.
4947
4948 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4949 * config/i386/tm-i386nw.h: Removed.
4950
4951 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4952 USE_STRUCT_CONVENTION): Remove defines.
4953 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4954 (get_longjmp_target): Remove prototype.
4955 (IN_SIGTRAMP): Remove define.
4956 (i386bsd_in_sigtramp): Remove prototype.
4957 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4958 function. Update comment accordingly
4959 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4960 (FRAME_SAVED_PC): Remove define.
4961 (i386bsd_frame_saved_pc): Remove prototype.
4962 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4963 GET_LONGJMP_TARGET): Remove defines.
4964 (get_longjmp_target): Remove prototype.
4965 (IN_SIGTRAMP): Remove define.
4966 (i386bsd_in_sigtramp): Remove prototype.
4967 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4968 function. Update comment accordingly
4969 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4970 (FRAME_SAVED_PC): Remove define.
4971 (i386bsd_frame_saved_pc): Remove prototype.
4972 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4973 Remove prototype.
4974 (USE_STRUCT_CONVENTION): Remove prototype.
4975 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4976 declaration.
4977 (_initialize_i386bsd_nat): Revise logic to determine some
4978 constants at compile time when compiling a native GDB. Warn if
4979 things don't match up with what we expect.
4980 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4981 Remove variables.
4982 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4983 to use date stored in `struct gdbarch_tdep'.
4984 (i386bsd_sigcontext_offset): Remove varaible.
4985 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4986 stored in `struct gdbarch_tdep'.
4987 (i386bsd_frame_saved_pc): Make static.
4988 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4989 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4990 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4991 i386fbsd4_sc_pc_offset): New variables.
4992 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4993 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4994 functions.
4995 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4996 functions.
4997 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4998 Modify the value of i386fbsd_sigtramp_start and
4999 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5000 i386fbsd_sigtramp_end.
5001 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5002 function.
5003
5004 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5005 define to i386-linux-tdep.h.
5006 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5007 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5008 defines.
5009 (i386_linux_register_name, i386_linux_register_byte,
5010 i386_linux_register_raw_size): Remove prototypes.
5011 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5012 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5013 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5014 TARGET_WRITE_PC): Remove defines.
5015 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5016 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5017 i386_linux_write_pc): Remove prototypes.
5018 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5019 (get_longjmp_target): Remove prototype.
5020 * i386-linux-tdep.h: New file.
5021 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5022 * i386-linux-tdep.c: Include "i386-tdep.h" and
5023 "i386-linux-tdep.h".
5024 (i386_linux_register_name, i386_linux_register_byte,
5025 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5026 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5027 Make static.
5028 (i386_linux_init_abi): New function.
5029 (_initialize_i386_linux_tdep): New function.
5030
5031 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5032 (i386_saved_pc_after_call): Remove prototype.
5033 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5034 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5035 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5036 (i386_register_name, i386_stab_reg_to_regnum,
5037 i386_dwarf_reg_to_regnum): Remove prototypes.
5038 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5039 SIZEOF_SSE_REGS): Remove defines.
5040 (REGISTER_BYTES): Remove define.
5041 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5042 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5043 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5044 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5045 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5046 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5047 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5048 (get_longjmp_target): Remove prototype.
5049 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5050 (sigtramp_saved_pc): Remove define.
5051 (i386v4_sigtramp_saved_pc): Remove prototype.
5052 * config/i386/tm-go32.h (FRAME_CHAIN,
5053 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5054 (i386go32_frame_saved_pc): Remove prototype.
5055 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5056 (get_longjmp_target): Remove prototype.
5057 * i386-tdep.h: Include "osabi.h".
5058 (enum i386_abi): Removed.
5059 (enum struct_return): New enum.
5060 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5061 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5062 sc_pc_offset members.
5063 (i386_gdbarch_register_os_abi): Remove prototype.
5064 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5065 I386_SSE_NUM_REGS): New defines.
5066 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5067 I386_SSE_SIZEOF_REGS): New defines.
5068 (i386_register_name, i386_register_byte, i386_register_raw_size):
5069 New prototypes.
5070 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5071 (i386bsd_sigtramp_saved_pc): New prototype.
5072 * i386-tdep.c: Don't include "elf-bfd.h".
5073 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5074 i386_frame_chain, i386_saved_pc_after_call): Make static.
5075 (i386_frame_saved_pc): Rewrite to call architecture dependent
5076 function to deal with signal handlers. Make static.
5077 (i386go32_frame_saved_pc): Removed.
5078 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5079 Removed.
5080 (i386_get_longjmp_target): New function.
5081 (default_struct_convention, pcc_struct_convention,
5082 reg_struct_convention, valid_conventions, struct_convention): New
5083 variables.
5084 (i386_use_struct_convention): New function.
5085 (i386v4_sigtramp_saved_pc): Renamed to
5086 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5087 (i386_pc_in_sigtramp): New function.
5088 (i386_abi_names): Removed.
5089 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5090 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5091 Removed.
5092 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5093 i386_gdbarch_register_os_abi): Removed.
5094 (struct i386_abi_handler): Removed.
5095 (i386_abi_handler_list): Removed.
5096 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5097 functions.
5098 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5099 i386_nw_init_abi): New functions.
5100 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5101 Use set_gdbarch_xxx() calls instead of relying on macros for a
5102 number of calls.
5103 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5104 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5105 Register the various architecture variants defined in this file.
5106
5107 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5108
5109 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5110 (struct main_type): Remove arg_types member. Update comments for
5111 struct field.
5112 (TYPE_ARG_TYPES): Remove.
5113 (TYPE_FN_FIELD_ARGS): Update.
5114 (smash_to_method_type): Update prototype.
5115
5116 * c-typeprint.c (cp_type_print_method_args): Take method type
5117 instead of argument list. Use new argument layout. Simplify.
5118 (c_type_print_args): Use new argument layout. Simplify.
5119 (c_type_print_base): Update call to cp_type_print_method_args.
5120 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5121 argument; use die->type instead. Update call to
5122 smash_to_method_type.
5123 (read_structure_scope): Update call to dwarf2_add_member_fn.
5124 * gdbtypes.c (allocate_stub_method): Update comment.
5125 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5126 Use new argument layout.
5127 (check_stub_method): Use new argument layout. Don't count
5128 void as an argument.
5129 (print_arg_types): Update comments. Use new argument layout.
5130 (recursive_dump_type): Don't print arg_types member.
5131 * hpread.c (hpread_read_struct_type): Use new argument layout.
5132 (fixup_class_method_type): Likewise.
5133 (hpread_type_lookup): Likewise.
5134 * stabsread.c (read_type): Update calls to read_args and
5135 smash_to_method_type.
5136 (read_args): Use new argument layout. Simplify.
5137 * valops.c (typecmp): Use new argument layout. Update parameters
5138 and comments. Simplify.
5139 (hand_function_call): Use new argument layout.
5140 (search_struct_method): Update call to typecmp.
5141 (find_overload_match): Use new argument layout.
5142
5143 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5144
5145 * NEWS: Mention multithreaded debug support for gdbserver.
5146
5147 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5148
5149 * MAINTAINERS: Mention NEWS.
5150
5151 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5152
5153 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5154 (struct mips_objfile_private, compare_pdr_entries): New.
5155 (non_heuristic_proc_desc): Read the ".pdr" section if it
5156 is present.
5157
5158 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5159
5160 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5161 (arm_debug): New static variable.
5162 (_initialize_arm_tdep): Add ``set debug arm'' command.
5163
5164 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5165
5166 * Makefile.in (sim_arm_h): Define.
5167 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5168 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5169 (arm_register_sim_regno): New function, map an internal REGNUM
5170 onto a simulator register number.
5171 (arm_gdbarch_init): Set register_sim_regno.
5172
5173 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5174
5175 * MAINTAINERS: Add self.
5176
5177 2002-06-11 Jim Blandy <jimb@redhat.com>
5178
5179 * source.c (source_info): Mention whether the symtab has
5180 information about preprocessor macros.
5181
5182 Call the command `info macro', not `show macro'.
5183 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5184 Fix error message.
5185 (_initialize_macrocmd): Register `info_macro_command' in
5186 `infolist', not `showlist'.
5187
5188 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5189
5190 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5191 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5192 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5193 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5194 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5195 unconditionally.
5196 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5197 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5198 (_initialize_mips_tdep): Remove dead code.
5199 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5200 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5201 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5202 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5203 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5204 MIPS_LAST_FP_ARG_REGNUM): Remove.
5205
5206 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5207
5208 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5209 (unwind_tmp_obstack_free, parse_frame_info)
5210 (update_context, cfi_read_fp, cfi_write_fp)
5211 (cfi_frame_chain, cfi_init_extra_frame_info)
5212 (cfi_virtual_frame_pointer): Use the above function.
5213 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5214
5215 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5216
5217 * v850-tdep.c (v850_type_is_scalar): New function.
5218 (v850_use_struct_convention): Match current gcc implementation
5219 as close as possible.
5220 (v850_push_arguments): Fix stack_offset handling. Don't write
5221 struct_addr into register. This is done by v850_store_struct_return.
5222 (v850_extract_return_value): Care for structs.
5223 (v850_store_return_value): Ditto.
5224 (v850_store_struct_return): Actually write address.
5225
5226 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5227
5228 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5229 without debug information too.
5230
5231 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5232
5233 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5234 Make multi-arch pure.
5235 * gdbarch.h, gdbarch.c: Re-generate.
5236 * arm-tdep.c (arm_print_float_info): Update.
5237 * arch-utils.h (default_print_float_info): Update.
5238 * arch-utils.c (default_print_float_info): Update.
5239 * infcmd.c (float_info): Update call.
5240
5241 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5242
5243 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5244 the front of the initialize list.
5245
5246 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5247
5248 * infrun.c (struct inferior_status): Replace fields
5249 selected_frame_address and selected_level with field
5250 selected_frame_id.
5251 (save_inferior_status): Update. Use get_frame_id.
5252 (struct restore_selected_frame_args): Delete.
5253 (restore_selected_frame): Update. Use frame_find_by_id.
5254 (restore_inferior_status): Update.
5255
5256 * breakpoint.h (struct breakpoint): Change type of
5257 watchpoint_frame to frame_id.
5258 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5259 call to get_current_frame.
5260 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5261 get_current_frame.
5262 (watchpoint_check): Use frame_find_by_id.
5263
5264 * frame.h (record_selected_frame): Delete declaration.
5265 * stack.c (record_selected_frame): Delete function.
5266
5267 * frame.h (struct frame_id): Define.
5268 (get_frame_id): Declare.
5269 (frame_find_by_id): Declare.
5270 * frame.c (frame_find_by_id): New function.
5271 (get_frame_id): New function.
5272
5273 2002-06-10 Andrey Volkov <avolkov@transas.com>
5274
5275 * ser-e7kpc.c: Fix duplicated define and call of
5276 _initialize_ser_e7000pc
5277
5278 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5279
5280 * signals/signals.c (target_signal_from_host): Fix #ifdef
5281 SIGRTMIN case.
5282 (do_target_signal_to_host): Likewise.
5283
5284 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5285
5286 * mips-tdep.c (mips_find_abi_section): New function.
5287 (mips_gdbarch_init): Call it.
5288
5289 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5290
5291 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5292 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5293 after Andrew's 2002-06-08 gdbarch change.
5294
5295 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5296
5297 * i386-linux-nat.c (suppy_gregset): Don't supply
5298 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5299 register cache.
5300 (fill_gregset): Don't fetch it under the same circumstances.
5301
5302 2002-06-09 Andrew Cagney <cagney@redhat.com>
5303
5304 * Makefile.in (callback_h): Define.
5305 (remote_sim_h): Update path to remote-sim.h.
5306 (remote-rdp.o): Add $(callback_h).
5307 (remote-sim.o): Use $(callback_h).
5308 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5309 * remote-rdp.c: Include "gdb/callback.h".
5310
5311 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5312
5313 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5314 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5315
5316 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5317
5318 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5319 * rdi-share/serpardr.c: Ditto.
5320 * rdi-share/unixcomm.c: Ditto.
5321 * rdi-share/serdrv.c: Ditto.
5322 * rdi-share/hostchan.h: Ditto.
5323 * rdi-share/hostchan.c: Ditto.
5324 * rdi-share/host.h: Ditto.
5325 * rdi-share/devsw.c: Ditto.
5326
5327 * objfiles.h: Change type of obj_private to void pointer.
5328 * pa64solib.c: Update copyright. Don't include "assert.h", use
5329 strcmp instead of STREQ, use LONGEST, do not use PTR
5330 * somsolib.c: Ditto.
5331
5332 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5333 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5334 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5335
5336 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5337
5338 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5339 (default_get_saved_register): Delete function.
5340 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5341 generic_unwind_get_saved_register.
5342 * gdbarch.h, gdbarch.c: Re-generate.
5343
5344 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5345
5346 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5347 generic_func_frame_chain_valid.
5348 * gdbarch.h, gdbarch.c: Re-generate.
5349 * blockframe.c (generic_func_frame_chain_valid): Only check
5350 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5351 passing FP to PC_IN_CALL_DUMMY.
5352 Fix PR gdb/360.
5353
5354 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5355
5356 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5357 (register_gdbarch_data): Initialize init_p.
5358 (gdbarch_data): Initialize data pointer using the init function.
5359 (init_gdbarch_data): Delete function.
5360 (gdbarch_update_p): Update.
5361 (initialize_non_multiarch): Update.
5362 (struct gdbarch): Add field initialized_p.
5363 * gdbarch.h, gdbarch.c: Re-generate.
5364
5365 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5366
5367 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5368 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5369 better do the things actually here.
5370 * x86-64-tdep.c (x86_64_register_name2nr): New.
5371 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5372 (x86_64_gdbarch_init): Respect the above change.
5373 * x86-64-tdep.h (x86_64_register_name2nr)
5374 (x86_64_register_nr2name): Add prototypes.
5375 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5376
5377 2002-06-06 Michael Snyder <msnyder@redhat.com>
5378
5379 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5380 Delete extra braces and re-indent.
5381 (d10v_store_return_value): Char return values
5382 must be shifted over by one byte in R0.
5383 (d10v_extract_return_value): Delete extra braces, re-indent.
5384
5385 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5386
5387 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5388 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5389 (d10v_integer_to_address): Rewrite.
5390 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5391 the d10v specific functions which take care of converting to the
5392 correct space.
5393
5394 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5395
5396 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5397 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5398
5399 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5400
5401 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5402 includes.
5403 * config/tm-linux.h: Ditto.
5404 * config/alpha/tm-alphalinux.h: Ditto.
5405 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5406 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5407 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5408 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5409 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5410 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5411 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5412 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5413 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5414 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5415 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5416 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5417 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5418 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5419 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5420 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5421 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5422 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5423 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5424 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5425 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5426 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5427 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5428 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5429 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5430 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5431 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5432 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5433 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5434 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5435 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5436 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5437 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5438 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5439 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5440 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5441 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5442
5443 2002-05-04 Aidan Skinner <aidan@velvet.net>
5444
5445 * ada-exp.tab.c: New file
5446 * ada-exp.y: New file
5447 * ada-lang.c: New file
5448 * ada-lang.h: New file
5449 * ada-lex.c: New file
5450 * ada-lex.l: New file
5451 * ada-tasks.c: New file
5452 * ada-typeprint.c: New file
5453 * ada-valprint.c: New file
5454
5455 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5456
5457 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5458 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5459
5460 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5461
5462 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5463 insetead of ppc-linux-tdep.o.
5464 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5465 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5466
5467 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5468
5469 2002-05-07 Christian Groessler <chris@groessler.org>
5470 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5471 bit register contents for little endian hosts.
5472
5473 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5474
5475 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5476 any maintainer.
5477
5478 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5479
5480 * gdbarch.h: Regenerate.
5481
5482 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5483
5484 * MAINTAINERS: Add everyone to write-after-approval list.
5485
5486 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5487
5488 * stack.c (frame_info): Use frame_register_unwind instead of
5489 saved_regs. Mention when the SP is on the stack or in a register.
5490
5491 * frame.h (frame_register_unwind_ftype): Define. Document.
5492 (struct frame_info): Add field register_unwind and
5493 register_unwind_cache.
5494 (frame_register_unwind): Declare.
5495 (generic_unwind_get_saved_register): Declare.
5496
5497 * frame.c (frame_register_unwind): New function.
5498 (generic_unwind_get_saved_register): New function.
5499
5500 * blockframe.c (generic_call_dummy_register_unwind): New function.
5501 (frame_saved_regs_register_unwind): New function.
5502 (set_unwind_by_pc): New function.
5503 (create_new_frame): New function.
5504 (get_prev_frame): New function.
5505
5506 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5507
5508 * a29k-share/: Delete directory.
5509 * remote-vx29k.c: Delete file.
5510
5511 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5512
5513 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5514 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5515
5516 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5517
5518 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5519 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5520 (sparc64nbsd-nat.o)
5521 (sparcnbsd-nat.o)
5522 (sparcnbsd-tdep.o): New dependency lists.
5523 * NEWS: Note new UltraSPARC NetBSD native configuration.
5524 * configure.host (sparc64-*-netbsd*): New host.
5525 * configure.tgt (sparc-*-netbsdelf*)
5526 (sparc-*-netbsd*): Set gdb_target to nbsd.
5527 (sparc64-*-netbsd*): New target.
5528 * sparc64nbsd-nat.c: New file.
5529 * sparcnbsd-nat.c: New file.
5530 * sparcnbsd-tdep.c: New file.
5531 * sparcnbsd-tdep.h: New file.
5532 * config/sparc/nbsd.mt: New file.
5533 * config/sparc/nbsd64.mh: New file.
5534 * config/sparc/nbsd64.mt: New file.
5535 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5536 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5537 (HOST_IPC): Remove.
5538 * config/sparc/nbsdaout.mt: Remove.
5539 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5540 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5541 (HOST_IPC): Remove.
5542 * config/sparc/nbsdelf.mt: Remove.
5543 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5544 sparc-nat.c compatiblity defines.
5545 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5546 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5547 * config/sparc/tm-nbsd64.h: New file.
5548 * config/sparc/tm-nbsdaout.h: Remove.
5549 * config/sparc/xm-nbsd.h: Remove.
5550
5551 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5552
5553 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5554 * sparc-tdep.c: Include osabi.h.
5555 (gdbarch_tdep): Add osabi member.
5556 (_initialize_sparc_tdep): Use gdbarch_register.
5557 (sparc_gdbarch_init): Use generic OS ABI framework.
5558 (sparc_dump_tdep): New function.
5559
5560 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5561
5562 * corefile.c (do_captured_read_memory_integer): Return non-zero
5563 result.
5564 (safe_read_memory_integer): Copy result of memory read when
5565 status is non-zero. Also, add comments.
5566
5567 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5568
5569 * Makefile.in (ppc_tdep_h): Define.
5570 (ppc-linux-nat.o)
5571 (ppc-linux-tdep.o)
5572 (rs6000-tdep.o): Use $(ppc_tdep_h).
5573 (ppc-sysv-tdep.o)
5574 (ppcnbsd-nat.o)
5575 (ppcnbsd-tdep.o): New dependency lists.
5576 * ppc-tdep.h: Use generic OS ABI framework.
5577 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5578 (ppc_linux_init_abi): New functions.
5579 (ppc_sysv_abi_broken_use_struct_convention)
5580 (ppc_sysv_abi_use_struct_convention)
5581 (ppc_sysv_abi_push_arguments): Move to...
5582 * ppc-sysv-tdep.c: ...here.
5583 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5584 * rs6000-tdep.c (process_note_abi_tag_sections)
5585 (get_elfosabi): Remove.
5586 (rs6000_gdbarch_init): Use generic OS ABI framework.
5587 (rs6000_dump_tdep): New function.
5588 (_initialize_rs6000_tdep): Use gdbarch_register.
5589 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5590 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5591 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5592 of ppc-linux-tdep.o.
5593 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5594 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5595 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5596 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5597 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5598 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5599
5600 2002-05-29 Jim Blandy <jimb@redhat.com>
5601
5602 * macroscope.c (default_macro_scope): Put `void' in empty argument
5603 list.
5604
5605 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5606
5607 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5608 * arch-utils.c: Include "sim-regno.h".
5609 * gdbarch.sh: Don't include "sim-regno.h".
5610 * gdbarch.h, gdbarch.c: Regenerate.
5611 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5612 here.
5613 * arch-utils.h (legacy_register_sim_regno): To here.
5614 * remote-sim.c (legacy_register_sim_regno): Move function from
5615 here.
5616 * arch-utils.c (legacy_register_sim_regno): To here.
5617
5618 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5619
5620 * sim-regno.h: New file.
5621 * Makefile.in (sim_regno_h): Define.
5622 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5623 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5624 (legacy_register_sim_regno): New function.
5625 (one2one_register_sim_regno): New function.
5626 (gdbsim_fetch_register): Rewrite.
5627 (gdbsim_store_register): Only store a register when
5628 REGISTER_SIM_REGNO is valid.
5629 * d10v-tdep.c: Include "sim-regno.h".
5630 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5631 (d10v_ts3_register_sim_regno): Ditto.
5632 * gdbarch.sh: Include "sim-regno.h".
5633 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5634 * gdbarch.h, gdbarch.c: Regenerate.
5635 * arch-utils.h (default_register_sim_regno): Delete declaration.
5636 * arch-utils.c (default_register_sim_regno): Delete function.
5637
5638 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5639
5640 * ppcnbsd-nat.c: Rewrite.
5641 * ppcnbsd-tdep.c: New file.
5642 * ppcnbsd-tdep.h: New file.
5643 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5644 solib.o, and solib-svr4.o.
5645 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5646 nbsd-tdep.o, and corelow.o.
5647
5648 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5649
5650 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5651 `tr' and `sed'. Mention that `broken' targets are not expected to
5652 build.
5653
5654 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5655
5656 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5657 Let PC point right after the prologue before looking up symbols.
5658
5659 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5660
5661 * i386-tdep.c (i386_register_virtual_type): Return
5662 builtin_type_vec128i for SSE registers.
5663
5664 * gdbtypes.h (builtin_type_vec128i): Declare.
5665
5666 * gdbtypes.c (build_builtin_type_vec128i): New function.
5667 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5668 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5669 (build_gdbtypes): Initialize new builtin vector types.
5670 (_initialize_gdbtypes): Register new vector types with gdbarch.
5671
5672 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5673
5674 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5675 since it has been multi-arch'd.
5676 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5677 Move Alpha and VAX multi-arch news entries to same section
5678 as other multi-arch news.
5679
5680 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5681
5682 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5683 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5684 static. Rename some register numbers to put them in ns32k-tdep
5685 private namespace.
5686 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5687 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5688 functions.
5689 (_initialize_ns32k_tdep): Use gdbarch_register.
5690 * ns32k-tdep.h: New file.
5691 * ns32knbsd-tdep.c: New file.
5692 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5693 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5694 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5695 REGISTER_BYTES, REGISTER_BYTE): Remove.
5696 * config/ns32k/tm-ns32k.h: New file.
5697 * config/ns32k/tm-umax.h: Remove.
5698
5699 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5700
5701 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5702 ns32k_store_struct_return, ns32k_extract_return_value,
5703 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5704 functions.
5705 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5706 ns32k_saved_pc_after_call.
5707 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5708 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5709 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5710 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5711 ns32k_extract_struct_value_address.
5712
5713 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5714
5715 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5716 ns32k_fix_call_dummy): New.
5717 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5718 ns32k_call_dummy_words.
5719 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5720 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5721 CALL_DUMMY_NARGS): Remove.
5722 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5723
5724 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5725
5726 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5727 ns32k_frame_saved_pc, ns32k_frame_args_address,
5728 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5729 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5730 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5731 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5732 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5733 (BREAKPOINT): Remove..
5734 (FRAME_CHAIN): Define as ns32k_frame_chain.
5735 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5736 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5737 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5738 (FRAME_FIND_SAVED_REGS): Remove.
5739 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5740 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5741 (POP_FRAME): Define as ns32k_pop_frame.
5742
5743 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5744
5745 * ns32k-tdep.c (ns32k_register_byte_32082,
5746 ns32k_register_byte_32382, ns32k_register_raw_size,
5747 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5748 functions.
5749 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5750 ns32k_register_byte_32382.
5751 * config/ns32k/tm-umax.h: Update copyright years.
5752 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5753 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5754 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5755 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5756 (ns32k_get_enter_addr): Fix prototype.
5757
5758 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5759
5760 * ns32k-tdep.c: Update copyright years.
5761 (ns32k_register_name_32082): New function.
5762 (ns32k_register_name_32382): Ditto.
5763 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5764 (REGISTER_NAME): Define as ns32k_register_name_32382.
5765 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5766 (REGISTER_NAME): Define as ns32k_register_name_32082.
5767
5768 2002-05-24 Jim Blandy <jimb@redhat.com>
5769
5770 * dwarf2read.c (free_line_header): Use xfree, not free.
5771
5772 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5773
5774 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5775 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5776
5777 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5778
5779 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5780
5781 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5782
5783 From Ross Alexander at NEC Europe:
5784 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5785
5786 2002-05-23 Michael Snyder <msnyder@redhat.com>
5787
5788 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5789 for input, rather than parse_and_eval_address.
5790
5791 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5792
5793 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5794 * Makefile.in (sim_d10v_h): Update definition.
5795
5796 2002-05-24 Andrew Cagney <cagney@redhat.com>
5797
5798 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5799 change `2002-05-22 Michael Snyder' below.
5800 (d10v_push_arguments): Ditto.
5801 (d10v_extract_return_value): Ditto.
5802
5803 2002-05-23 Jim Blandy <jimb@redhat.com>
5804
5805 * macrotab.c (check_for_redefinition): Don't complain if the new
5806 definition is the same as the previous one. Take more arguments
5807 to allow the comparison.
5808 (macro_define_object, macro_define_function): Pass more arguments
5809 to check_for_redefinition.
5810
5811 2002-05-22 Michael Snyder <msnyder@redhat.com>
5812
5813 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5814 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5815 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5816 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5817 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5818 Add a temp variable to save a call (and a memory read).
5819 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5820 if possible (so that PC_IN_CALL_DUMMY will work).
5821
5822 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5823
5824 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5825
5826 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5827
5828 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5829 fde->cie_ptr.
5830 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5831 (dwarf2_build_frame_info): Add offset to fde->initial_location
5832 so that frames of shared libraries are mapped correctly.
5833 (execute_stack_op): Change type of 'result' from ULONGEST to
5834 CORE_ADDR.
5835
5836 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * config/alpha/tm-nbsd.h: Include solib.h.
5839
5840 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5841
5842 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5843 assumptions about the host's byte order.
5844
5845 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5846
5847 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5848 to dependency list.
5849 * alphanbsd-tdep.c: Include solib-svr4.h.
5850 * shnbsd-tdep.c: Ditto.
5851
5852 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5853
5854 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5855 nbsd-tdep.h to dependency list.
5856 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5857 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5858 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5859 nbsdaout.mh and nbsdelf.mh consistently.
5860 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5861 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5862 nbsdaout.mt and nbsdelf.mh consistently.
5863 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5864 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5865 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5866 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5867 a.out shared library stuff from here...
5868 * config/nm-nbsdaout.h: ...to here.
5869 * config/tm-nbsd.h: Remove.
5870 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5871 * config/arm/nbsd.mh: Remove.
5872 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5873 nbsd-tdep.o.
5874 * config/arm/nbsdaout.mh: New file.
5875 * config/arm/nbsdelf.mh: New file.
5876 * config/arm/nm-nbsdaout.h: New file.
5877 * config/i386/nbsd.mh: Remove.
5878 * config/i386/nbsd.mt: Remove.
5879 * config/i386/nbsdaout.mh: New file.
5880 * config/i386/nbsdaout.mt: New file.
5881 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5882 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5883 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5884 i386_register_u_addr): Remove.
5885 * config/i386/nm-nbsdaout.h: New file.
5886 * config/i386/nm-nbsdelf.h: Remove.
5887 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5888 (USE_STRUCT_CONVENTION): Remove.
5889 * config/i386/tm-nbsdaout.h: New file.
5890 * config/i386/tm-nbsdelf.h: Remove.
5891 * config/m68k/nbsd.mh: Remove.
5892 * config/m68k/nbsd.mt: Remove.
5893 * config/m68k/nbsdaout.mh: New file.
5894 * config/m68k/nbsdaout.mt: New file.
5895 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5896 * config/m68k/nm-nbsdaout.h: New file.
5897 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5898 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5899 * config/ns32k/nbsd.mh: Remove.
5900 * config/ns32k/nbsd.mt: Remove.
5901 * config/ns32k/nbsdaout.mh: New file.
5902 * config/ns32k/nbsdaout.mt: New file.
5903 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5904 * config/ns32k/nm-nbsdaout.h: New file.
5905 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5906 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5907 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5908 (SVR4_SHARED_LIBS): Remove.
5909 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5910 * config/sparc/nbsd.mh: Remove.
5911 * config/sparc/nbsd.mt: Remove.
5912 * config/sparc/nbsdaout.mh: New file.
5913 * config/sparc/nbsdaout.mt: New file.
5914 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5915 * config/sparc/nbsdelf.mt: New file.
5916 * config/sparc/nm-nbsdaout.h: New file.
5917 * config/sparc/nm-nbsdelf.h: Remove.
5918 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5919 * config/sparc/tm-nbsdaout.h: New file.
5920
5921 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5922
5923 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5924 mipsnbsd-tdep.c
5925 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5926
5927 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5928
5929 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5930 shnbsd-nat.c.
5931 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5932
5933 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5934
5935 * NEWS: Note new MIPS NetBSD native configuration.
5936 * configure.host (mips*-*-netbsd*): New host.
5937 * configure.tgt (mips*-*-netbsd*): New target.
5938 * mipsnbsd-nat.c: New file.
5939 * mipsnbsd-tdep.c: New file.
5940 * mipsnbsd-tdep.h: New file.
5941 * config/mips/nbsd.mh: New file.
5942 * config/mips/nbsd.mt: New file.
5943 * config/mips/nm-nbsd.h: New file.
5944 * config/mips/tm-nbsd.h: New file.
5945
5946 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5947
5948 * Makefile.in (SFILES): Add osabi.c.
5949 (COMMON_OBS): Add osabi.o.
5950 (osabi.o): New dependency list.
5951 * osabi.c: New file.
5952 * osabi.h: New file.
5953 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5954
5955 * Makefile.in (alpha_tdep_h): Define and use instead of
5956 alpha-tdep.h.
5957 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5958 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5959 Remove.
5960 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5961 * alpha-tdep.h: Include osabi.h.
5962 (alpha_abi): Remove.
5963 (gdbarch_tdep): Use generic OS ABI framework.
5964 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5965 gdbarch_register_osabi.
5966 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5967 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5968 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5969
5970 * Makefile.in (sh_tdep_h): Add osabi.h.
5971 * sh-tdep.h (sh_osabi): Remove.
5972 (gdbarch_tdep): Use generic OS ABI framework.
5973 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5974 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5975 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5976 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5977
5978 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5979 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5980 gdbarch_register_osabi.
5981 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5982 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5983 (get_elfosabi): Rename to...
5984 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5985 ABI framework support routines.
5986 (arm_gdbarch_init): Use generic OS ABI framework.
5987 (arm_dump_tdep): Likewise.
5988 (_initialize_arm_tdep): Likewise.
5989 * arm-tdep.h: Include osabi.h.
5990 (arm_abi): Remove.
5991 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5992 osabi member.
5993 (arm_gdbarch_register_os_abi): Remove prototype.
5994 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5995 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5996
5997 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5998 * mips-tdep.c: Include osabi.h.
5999 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6000 OS ABI framework.
6001
6002 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6003
6004 * h8300-tdep.c: Fix formatting.
6005
6006 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6007
6008 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6009 printing vector registers.
6010
6011 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6012
6013 From Fernando Nasser:
6014 * remote.c (remote_async_open_1): Re-throw the exception when the
6015 connection fails.
6016 (remote_cisco_open): Ditto.
6017 (remote_open_1): Ditto.
6018
6019 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6020
6021 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6022 (remote_start_remote): Add uiout parameter. Pass through to
6023 remote_start_remote_dummy.
6024 (remote_open_1): Use catch_exception instead of catch_errors.
6025 (remote_async_open_1): Ditto.
6026 (remote_cisco_open): Ditto.
6027
6028 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6029
6030 * remote.c (remote_start_remote): Replace PTR with void pointer.
6031 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6032 static.
6033
6034 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6035
6036 * gdb_indent.sh: Allow the script to be run in the sim directory.
6037
6038 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6039
6040 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6041 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6042
6043 * corelow.c (core_open): Only call set_gdbarch_from_file if
6044 exec_bfd is NULL.
6045
6046 2002-05-17 Andrey Volkov <avolkov@transas.com>
6047
6048 * h8300-tdep.c: Add support of EXR register
6049 * config/h8300/tm-h8300.h: Ditto.
6050
6051 2002-05-17 Andrey Volkov <avolkov@transas.com>
6052
6053 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6054
6055 2002-05-17 Andrey Volkov <avolkov@transas.com>
6056
6057 * h8300-tdep.c: Change literal regnums to REGNO.
6058
6059 2002-05-17 Jim Blandy <jimb@redhat.com>
6060
6061 * NEWS: Note addition of macro support.
6062
6063 Expand preprocessor macros in C expressions.
6064 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6065 (scan_macro_expansion, scanning_macro_expansion,
6066 finished_macro_expansion): New function declarations.
6067 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6068 variable declarations.
6069 * parser-defs.h (expression_context_pc): New declaration.
6070 * parse.c (expression_context_pc): New variable.
6071 (parse_exp_1): Set expression_context_pc, as well as
6072 expression_context_block.
6073 * c-exp.y (yylex): If we're not already reading the result of a
6074 macro expansion, try to macro-expand the next token. When we're
6075 done scanning a macro expansion, switch back to the mainline text.
6076 Commas and `if's in a macro's expansion don't terminate the input.
6077 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6078 (macro_original_text, macro_expanded_text,
6079 expression_macro_lookup_func, expression_macro_lookup_baton): New
6080 variables.
6081 (scan_macro_expansion, scanning_macro_expansion,
6082 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6083 c_preprocess_and_parse): New functions.
6084 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6085 c_preprocess_and_parse, instead of c_parse.
6086 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6087 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6088
6089 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6090
6091 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6092 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6093 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6094
6095 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6096
6097 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6098
6099 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6100
6101 * Makefile.in (sh_tdep_h): Define and use.
6102 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6103 register enum): Move to...
6104 * * sh-tdep.h: ...here.
6105 * sh-tdep.c: Include sh-tdep.h.
6106 * sh3-rom.c: Likewise.
6107 * shnbsd-tdep.c: Likewise.
6108
6109 2002-05-16 Michael Snyder <msnyder@redhat.com>
6110
6111 * arm-tdep.c: Spelling fix in comment.
6112
6113 2002-05-16 Jim Blandy <jimb@redhat.com>
6114
6115 Add commands for manually expanding macros and showing their
6116 definitions.
6117 * macrocmd.c, macroscope.c, macroscope.h: New files.
6118 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6119 (macroscope_h): New variable.
6120 (HFILES_NO_SRCDIR): Add macroscope.h.
6121 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6122 (macroscope.o, macrocmd.o): New rules.
6123
6124 Teach the Dwarf 2 reader to read macro information.
6125 * dwarf2read.c: #include "macrotab.h".
6126 (dwarf_macinfo_buffer): New variable.
6127 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6128 dwarf_macinfo_size.
6129 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6130 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6131 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6132 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6133 dwarf2_macro_spaces_in_definition): New complaints.
6134 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6135 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6136 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6137 the partial symbol table.
6138 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6139 from what's recorded in the partial symbol table.
6140 (read_file_scope): If the compilation unit has a
6141 `DW_AT_macro_info' attribute, read its macro information.
6142 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6143
6144 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6145
6146 Fix PR gdb/546
6147 * ser-tcp.c: Don't include <netinet/udp.h>.
6148
6149 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6150
6151 * MAINTAINERS: Update my email address.
6152
6153 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6154
6155 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6156 include file of the same name.
6157
6158 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6159
6160 * configure.tgt: Mark v850 as multi-arched.
6161 * config/v850/tm-v850.h: Remove file.
6162 * config/v850/v850.mt: Eliminate TM_FILE.
6163
6164 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6165
6166 * v850-tdep.c: Full multi-arch.
6167 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6168 Define GDB_MULTI_ARCH to 2.
6169
6170 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6171
6172 * p-exp.y (current_type): New static variable.
6173 Carries the type of the expression at the position that is parsed.
6174 (push_current_type, pop_current_type): Two new functions. Used
6175 to store/restore current_type in expression on specific tokens.
6176 (search_field): New static variable. Set to one after parsing a point
6177 as at that point only a FIELDNAME token should be searched.
6178 (FIELDNAME): New token. After a point only a token belonging to
6179 current_type type definition is allowed.
6180 (all over token rules): reset and change current_type according
6181 to rules.
6182 (exp '[' rule): insert implicit array index field if
6183 exp is a pascal string type.
6184
6185 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6186
6187 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6188 frame info. Use frame_info's saved_regs instead of matching member
6189 in extra_frame_info throughout.
6190 (v850_frame_init_saved_regs): New function.
6191 (v850_init_extra_frame_info): Move most functionality into
6192 v850_frame_init_saved_regs().
6193 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6194 (v850_frame_find_saved_regs): Remove declaration.
6195 (FRAME_FIND_SAVED_REGS): Remove definition.
6196 (v850_frame_init_saved_regs): Add declaration.
6197 (FRAME_INIT_SAVED_REGS): Add definition.
6198
6199 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6200
6201 * v850-tdep.c: Begin multi-arch'ing v850.
6202 (v850_target_architecture_hook): Remove function.
6203 (v850_gdbarch_init): New function. Add code previously in
6204 v850_target_architecture_hook().
6205 (_initialize_v850_tdep): Don't set target_architecture_hook.
6206 Call register_gdbarch_init() instead.
6207
6208 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6209
6210 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6211 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6212 (fixup_class_method_type): Likewise.
6213
6214 2002-05-15 Jim Blandy <jimb@redhat.com>
6215
6216 Add macro structures to GDB's symbol tables. Nobody puts anything
6217 in them yet.
6218 * symtab.h (struct symtab): New member: `macro_table'.
6219 * buildsym.h (pending_macros): New global variable.
6220 * buildsym.c: #include "macrotab.h".
6221 (buildsym_init): Initialize `pending_macros'.
6222 (end_symtab): If we found macro information while reading a CU's
6223 debugging info, do build a symtab structure for it. Make the
6224 symtab point to the macro information, and clear the
6225 `pending_macros' pointer which held it while we were reading the
6226 debug info.
6227 (really_free_pendings): Free any pending macro table.
6228 * objfiles.h (struct objfile): New member: `macro_cache'.
6229 * objfiles.c (allocate_objfile): Set allocate and free functions
6230 for the macro cache's objstack.
6231 (free_objfile): Empty the macro cache's obstack.
6232 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6233 set new allocate and free functions for it.
6234 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6235 free functions for the macro cache's objstack. (Why is this
6236 function building its own objfile?)
6237 * symmisc.c (print_objfile_statistics): Print statistics on the
6238 macro bcache.
6239 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6240
6241 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6242
6243 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6244 (REGISTER_U_ADDR): Delete definition.
6245 (arm_register_u_addr): Delete declaration.
6246
6247 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6248
6249 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6250 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6251
6252 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6253
6254 * regcache.c (register_valid): Revise comments refering to "Not
6255 available" and "unavailable".
6256 * frame.c (frame_register_read): Ditto.
6257 * findvar.c (value_of_register): Ditto.
6258
6259 2002-05-15 Andrew Cagney <cagney@redhat.com>
6260
6261 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6262 (remote-sim.o): Update dependencies.
6263 (d10v-tdep.o): Specify dependencies.
6264 (sim_d10v_h): Define.
6265
6266 2002-05-14 Jim Blandy <jimb@redhat.com>
6267
6268 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6269 * macrotab.c (macro_lookup_inclusion, find_definition,
6270 new_macro_table): Same.
6271
6272 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6273 not `! strcmp ()'. This is a dubious improvement.
6274 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6275
6276 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6277 although it's not necessary, to avoid a warning.
6278
6279 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6280
6281 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6282 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6283 TYPE_INSTANCE_FLAGS.
6284 (struct main_type): New.
6285 (struct type): Move most members to struct main_type. Change
6286 cv_type and as_type to new type_chain member. Add instance_flags.
6287 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6288 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6289 (finish_cv_type): Remove prototype.
6290 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6291 Set TYPE_CHAIN.
6292 (alloc_type_instance): New function.
6293 (smash_type): New function.
6294 (make_pointer_type, make_reference_type, make_function_type)
6295 (smash_to_member_type, smash_to_method_type): Call smash_type.
6296 (make_qualified_type): New function.
6297 (make_type_with_address_space): Call make_qualified_type.
6298 (make_cv_type): Likewise.
6299 (finish_cv_type): Remove unnecessary function.
6300 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6301 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6302 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6303 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6304 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6305 * hpread.c (hpread_read_struct_type): Likewise.
6306 * stabsread.c (read_struct_type): Likewise.
6307
6308 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6309
6310 * configure.tgt: Add a catch all sh* target, for cases like
6311 sh[2,3,4]-elf and sh-hms.
6312
6313 2002-05-14 Keith Seitz <keiths@redhat.com>
6314
6315 * event-loop.c (create_file_handler): Don't do anything but
6316 update data when we are given a fd which we are already
6317 monitoring.
6318
6319 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6320
6321 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6322 (update_context): Use __func__ in warnings.
6323
6324 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6327 and tcp_close to net_open and net_close.
6328 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6329 using UDP if requested. Don't try to disable Nagle on UDP
6330 sockets.
6331 * remote.c (remote_serial_open): New function. Warn about UDP.
6332 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6333
6334 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6335
6336 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6337
6338 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6339
6340 * configure.tgt: Remove sh-hms target.
6341 * MAINTAINERS: Don't list sh-hms as a separate target.
6342
6343 2002-05-13 Jim Blandy <jimb@redhat.com>
6344
6345 Add first preprocessor macro-expansion files.
6346 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6347 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6348 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6349 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6350 (COMMON_OBS): Add macrotab.o, macroexp.o.
6351 (macroexp.o, macrotab.o): New rules.
6352
6353 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6354
6355 * config/m88k/tm-m88k.h: Update copyright.
6356 (m88k_target_write_pc): Declare
6357 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6358 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6359 (SHIFT_INST_REGS): Update definition.
6360 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6361 using old definition of TARGET_WRITE_PC.
6362 * regcache.c (generic_target_write_pc): Delete code handling
6363 NNPC_REGNUM.
6364 * gdbarch.sh (NNPC_REGNUM): Delete.
6365 * gdbarch.h, gdbarch.c: Regenerate.
6366
6367 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6368
6369 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6370 builtin reg number.
6371
6372 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6373
6374 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6375 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6376 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6377 access macros.
6378 * c-typeprint.c (cp_type_print_method_args): Likewise.
6379 (c_type_print_args): Likewise.
6380 * d10v-tdep.c (d10v_push_arguments): Likewise.
6381 (d10v_extract_return_value): Likewise.
6382 * expprint.c (print_subexp): Likewise.
6383 * gdbtypes.c (lookup_primitive_typename): Likewise.
6384 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6385 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6386 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6387 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6388 (TYPE_VECTOR): Likewise.
6389 * hpread.c (hpread_read_struct_type)
6390 (fix_static_member_physnames, fixup_class_method_type)
6391 (hpread_type_lookup): Likewise.
6392 * mdebugread.c (parse_symbol, parse_type): Likewise.
6393 * p-lang.c (is_pascal_string_type): Likewise.
6394 * valops.c (hand_function_call): Likewise.
6395 * x86-64-tdep.c (classify_argument): Likewise.
6396
6397 * hpread.c (hpread_read_function_type)
6398 (hpread_read_doc_function_type): Call replace_type.
6399 * dstread.c (create_new_type): Delete.
6400 (decode_dst_structure, process_dst_function): Call alloc_type.
6401 Use type access macros.
6402
6403 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6404
6405 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6406 the're not supported by the current architecture.
6407 (i387_fill_fxsave): Likewise.
6408
6409 2002-05-12 Fred Fish <fnf@redhat.com>
6410
6411 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6412 sect_index_xxx members to index the first slot in section_offsets
6413 if all of the section_offsets are zero.
6414
6415 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6416
6417 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6418 checked in with last change.
6419
6420 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6421
6422 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6423 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6424 config.sub.
6425
6426 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6427
6428 * Makefile.in: Update dependencies.
6429
6430 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6431
6432 * language.c (local_hex_string_custom): Simplify. Do not depend
6433 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6434
6435 * memattr.c (mem_info_command): Replace calls to
6436 longest_local_hex_string and longest_local_hex_string_custom.
6437 * buildsym.c (make_blockvector): Ditto.
6438 * solib.c (info_sharedlibrary_command): Ditto.
6439 * tracepoint.c (tracepoints_info): Ditto.
6440 * symtab.c (print_msymbol_info): Ditto.
6441
6442 * language.c (local_hex_string): Delete.
6443 (local_hex_string_custom): Delete.
6444 (longest_local_hex_string): Rename to local_hex_string.
6445 (longest_local_hex_string_custom): Rename to
6446 local_hex_string_custom.
6447 * language.h (local_hex_string): Change parameter type to LONGEST.
6448 (local_hex_string_custom): Ditto.
6449 (longest_local_hex_string): Delete declaration.
6450 (longest_local_hex_string_custom): Ditto.
6451
6452 * solib.c: Update copyright.
6453 * memattr.c: Update copyright.
6454
6455 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6456
6457 * arch-utils.h (legacy_register_to_value): Declare.
6458 (legacy_value_to_register): Declare.
6459 (legacy_convert_register_p): Declare.
6460 * arch-utils.c (legacy_register_to_value): New function.
6461 (legacy_value_to_register): New function.
6462 (legacy_convert_register_p): New function.
6463
6464 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6465 (VALUE_TO_REGISTER): Define.
6466 (CONVERT_REGISTER_P): Define.
6467 * gdbarch.h, gdbarch.c: Regenerate.
6468
6469 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6470 VALUE_TO_REGISTER.
6471 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6472 CONVERT_REGISTER_P.
6473
6474 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6475 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6476
6477 * Makefile.in: Update dependencies for valops.c.
6478 * valops.c: Include "gdb_assert.h".
6479 (typecmp): Skip THIS parameter to methods.
6480 (find_method_list): Remove static_memfuncp argument,
6481 update callers. Check for stub methods.
6482 (find_value_oload_method_list): Don't set *static_memfuncp.
6483 (find_overload_match): Don't check for stub methods. Assert
6484 that methods are not stubbed. Handle static methods.
6485 (value_find_oload_method_list): Remove static_memfuncp argument.
6486 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6487 to the argument list for static stub methods.
6488 * value.h (value_find_oload_method_list): Update prototype.
6489
6490 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6491
6492 * arch-utils.h (generic_register_size): Declare.
6493 (generic_register_raw_size, generic_register_virtual_size): Delete
6494 declarations.
6495 * arch-utils.c (generic_register_raw_size): Delete.
6496 (generic_register_size): New function.
6497 (generic_register_virtual_size): Delete.
6498
6499 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6500 default generic_register_size.
6501 * gdbarch.h, gdbarch.c: Re-generate.
6502
6503 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6504 register_virtual_size.
6505 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6506 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6507
6508 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6509
6510 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6511 * gdbarch.h, gdbarch.c: Regenerate.
6512 * gnu-v3-abi.c: Update copyright.
6513 (vtable_address_point_offset): Update.
6514 (gnuv3_rtti_type): Update.
6515 (gnuv3_baseclass_offset): Update.
6516 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6517 (init_fetch_link_map_offsets): Update.
6518 * remote.c (get_remote_state): Update.
6519
6520 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6521
6522 * TODO: Remove value_headof/value_from_vtable_info comment.
6523 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6524 * values.c (value_headof, value_from_vtable_info): Delete.
6525 * value.h (value_from_vtable_info): Delete prototype.
6526
6527 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6528
6529 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6530 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6531 $(gdb_regex_h).
6532 (gdb_assert_h): Define.
6533 (gdb_wait_h): Define.
6534 (gdb_regex_h): Define.
6535
6536 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6537
6538 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6539 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6540
6541 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6542
6543 * nbsd-tdep.c: Fix comment.
6544
6545 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6546
6547 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6548 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6549 (nbsd-tdep.o): New dependency list.
6550 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6551 nbsd-tdep.h.
6552 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6553 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6554 * nbsd-tdep.c: New file.
6555 * nbsd-tdep.h: New file.
6556 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6557 nbsd-tdep.h.
6558 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6559 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6560 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6561 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6562
6563 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6564
6565 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6566 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6567 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6568 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6569 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6570 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6571
6572 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6573
6574 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6575 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6576 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6577 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6578 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6579 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6580 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6581
6582 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6583
6584 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6585 fetch_elfcore_registers to...
6586 * i386nbsd-tdep.c: ...here.
6587 (i386nbsd_use_struct_convention): Rename to...
6588 (i386nbsd_aout_use_struct_convention): ...this.
6589 (i386nbsd_supply_reg): New function.
6590 (i386nbsd_fill_reg): New function.
6591 (fetch_core_registers): Use i386nbsd_supply_reg.
6592 (fetch_elfcore_registers): Likewise.
6593 (_initialize_i386nbsd_tdep): New function.
6594 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6595 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6596 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6597 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6598 (i386nbsd_aout_use_struct_convention): ...this.
6599
6600 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6601
6602 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6603 (store_inferior_registers): Use shnbsd_fill_reg.
6604 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6605 sh_nbsd_supply_register): Collapse into...
6606 (shnbsd_supply_reg): ...this.
6607 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6608 (shnbsd_fill_reg): ...this.
6609 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6610 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6611 (fetch_core_registers): Use shnbsd_supply_reg.
6612 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6613 (sh_nbsd_core_fns): Rename to...
6614 (shnbsd_core_fns): ...this.
6615 (sh_nbsd_elfcore_fns): Rename to...
6616 (shnbsd_elfcore_fns): ...this.
6617 (sh_nbsd_init_abi): Rename to...
6618 (shnbsd_init_abi): ...this.
6619 (_initialize_sh_nbsd_tdep): Rename to...
6620 (_initialize_shnbsd_tdep): ...this.
6621 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6622 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6623 sh_nbsd_fill_register): Remove prototypes.
6624 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6625
6626 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6627
6628 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6629 (i387-nat.o): Delete dependency list.
6630 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6631 (x86-64-linux-nat.o): Likewise.
6632 * i387-nat.c: Delete file, moving contents to...
6633 * i387-tdep.c: ...here.
6634 * i387-nat.h: Rename...
6635 * i387-tdep.h: ...to this.
6636 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6637 * i386-linux-nat.c: Likewise.
6638 * i386bsd-nat.c: Likewise.
6639 * i386gnu-nat.c: Likewise.
6640 * i386nbsd-nat.c: Likewise.
6641 * i386v4-nat.c: Likewise.
6642 * x86-64-linux-nat.c: Likewise.
6643 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6644 * config/i386/go32.mh (NATDEPFILES): Likewise.
6645 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6646 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6647 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6648 * config/i386/linux.mh (NATDEPFILES): Likewise.
6649 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6650 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6651 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6652 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6653
6654 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6655
6656 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6657 (alphanbsd-nat.o): Remove dependency list.
6658 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6659 * alphanbsd-nat.c: Delete. Contents moved to...
6660 * alphanbsd-tdep.c: ...here.
6661 (_initialize_alphanbsd_tdep): Register core functions.
6662 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6663
6664 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6665
6666 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6667 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6668 (alphanbsd-nat.o): Likewise.
6669 (alphabsd-tdep.o): New dependency list.
6670 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6671 (fill_gregset): Use alphabsd_fill_reg.
6672 (supply_fpregset): Use alphabsd_supply_fpreg.
6673 (fill_fpregset): Use alphabsd_fill_fpreg.
6674 (fetch_inferior_registers): Use struct reg and struct fpreg
6675 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6676 and alphabsd_supply_fpreg.
6677 (store_inferior_registers): Use struct reg and struct fpreg
6678 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6679 and alphabsd_fill_fpreg.
6680 * alphabsd-tdep.c: New file.
6681 * alphabsd-tdep.h: New file.
6682 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6683 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6684 alphabsd_supply_fpreg.
6685 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6686 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6687
6688 2002-05-11 Eric Christopher <echristo@redhat.com>
6689
6690 * mips-tdep.c (mips_double_register_type): Fix thinko.
6691 (mips_single_register_type): Ditto.
6692 * MAINTAINERS: Add self.
6693
6694 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6695
6696 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6697 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6698 right thing on architectures with different endianness and/or
6699 integer sizes.
6700
6701 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6702
6703 From Christian Limpach <chris@Pin.LU>
6704 * configure.in: Change sed expression which comments out
6705 NATDEPFILES to also comment out continuation lines.
6706 * configure: Regenerate.
6707
6708 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6709
6710 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6711 big patch.
6712
6713 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6714
6715 * sh-tdep.c: Include correct file.
6716
6717 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6718
6719 New support for sh64-elf (sh5) target.
6720
6721 * configure.tgt: For sh64-elf target, default to sh-elf.
6722
6723 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6724 (struct gdbarch_tdep): Add new fields for new registers and ABI
6725 info.
6726
6727 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6728 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6729 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6730 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6731 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6732 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6733 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6734 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6735 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6736 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6737 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6738 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6739 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6740 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6741 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6742 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6743 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6744 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6745 sign_extend, sh64_nofp_frame_init_saved_regs,
6746 sh64_init_extra_frame_info, sh64_get_saved_register,
6747 sh64_extract_struct_value_address, sh64_pop_frame,
6748 sh64_push_arguments, sh64_extract_return_value,
6749 sh64_store_return_value, sh64_show_media_regs,
6750 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6751 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6752 sh_sh64_register_virtual_type,
6753 sh_sh64_register_convert_to_virtual,
6754 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6755 sh64_register_read, sh64_pseudo_register_write,
6756 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6757 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6758 sh64_do_pseudo_register, sh_compact_do_registers_info,
6759 sh64_do_registers_info, sh_gdbarch_init): New functions.
6760
6761 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6762
6763 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6764
6765 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6766
6767 * linespec.c (decode_line_1): Check for a double quote after
6768 a filename correctly.
6769
6770 2002-05-10 Jim Blandy <jimb@redhat.com>
6771
6772 Properly track the size of the current objfile's .debug_line section.
6773 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6774 (DWARF_LINE_SIZE): New macro.
6775 (dwarf2_build_psymtabs_hard): Record the line section's size in
6776 the partial symbol table.
6777 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6778 symbol table.
6779
6780 2002-05-10 Petr Sorfa <petrs@caldera.com>
6781
6782 * ia64-tdep.c: Handle breakpoints on L instruction type
6783 in MLX instruction bundle by moving the breakpoint to
6784 the third slot (X instruction type) as L holds only data.
6785
6786 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6787
6788 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6789 (process_one_symbol): Complain about discarding local symbols
6790 due to a misplaced N_LBRAC entry.
6791
6792 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6793
6794 From Daniel Berlin <dan@cgsoftware.com>
6795 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6796 decrease the depth we are at, in the case of templates.
6797
6798 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6799
6800 * mips-tdep.c (mips_float_register_type): New function.
6801 (mips_double_register_type): New function.
6802 (mips_print_register): Use them.
6803 (do_fp_register_row): Likewise.
6804
6805 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6806
6807 * signals/signals.c (signals): Remove conditional compilation around
6808 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6809 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6810
6811 2002-05-09 Michael Snyder <msnyder@redhat.com>
6812
6813 * remote-rdp.c (remote_rdp_can_run): Remove.
6814
6815 2002-05-09 Tom Tromey <tromey@redhat.com>
6816
6817 * jv-valprint.c (java_val_print): Handle `char' as a special case
6818 of TYPE_CODE_INT.
6819
6820 2002-05-09 Michael Snyder <msnyder@redhat.com>
6821
6822 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6823 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6824 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6825 str r(0123),[sp,#nn].
6826 (arm_skip_prologue): Ditto. Also make disassembly
6827 order-independent by placing it in a loop.
6828
6829 2002-05-06 Michael Snyder <msnyder@redhat.com>
6830
6831 * stabsread.c (read_type): Add recognition for new attribute:
6832 "@V;" means that an array type is actually a vector.
6833 This is analogous to the vector flag that's been added to dwarf2.
6834
6835 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6836
6837 * i386-tdep.h (i386_abi): New enum.
6838 (struct gdbarch_tdep): Replace os_ident member with abi.
6839 (i386_gdbarch_register_os_abi): New prototype.
6840 * i386-tdep.c (i386_abi_names): New array.
6841 (process_note_abi_tag_sections): Removed.
6842 (process_note_sections): New function.
6843 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6844 (struct i386_abi_handler): New struct.
6845 (i386_abi_handler_list): New variable.
6846 (i386_gdbarch_register_os_abi): New function.
6847 (i386_gdbarch_init): Adapt for the changes given above.
6848
6849 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6850
6851 * gregset.h: Say "GNU/Linux".
6852
6853 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6854
6855 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6856 (build_gdbtypes): Build builtin_type_v2_float.
6857 (_initialize_gdbtypes): Register new builtin type.
6858
6859 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6860
6861 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6862 (clear_gdbarch_swap): New function.
6863 (initialize_non_multiarch): Call.
6864 (gdbarch_update_p): Before calling init(), swap out and clear the
6865 existing architecture.
6866 * gdbarch.c: Regenerate.
6867
6868 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6869
6870 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6871 alphanbsd-tdep.c.
6872
6873 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6874
6875 * sh-nbsd-nat.c: Rename to...
6876 * shnbsd-nat.c: ...this.
6877 * sh-nbsd-tdep.c: Rename to...
6878 * shnbsd-tdep.c: ...this.
6879 * sh-nbsd-tdep.h: Rename to...
6880 * shnbsd-tdep.h: ...this.
6881 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6882 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6883
6884 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6885
6886 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6887 concatenation for command help messages.
6888
6889 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6890
6891 * NEWS: Note new sh*-*-netbsdelf* configuration.
6892 * configure.host: Set gdb_host_cpu to sh for all sh*.
6893 (sh*-*-netbsdelf*): New host.
6894 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6895 (sh*-*-netbsdelf*): New target.
6896 * sh-nbsd-nat.c: New file.
6897 * sh-nbsd-tdep.c: New file.
6898 * sh-nbsd-tdep.h: New file.
6899 * config/sh/nbsd.mh: New file.
6900 * config/sh/nbsd.mt: New file.
6901 * config/sh/nm-nbsd.h: New file.
6902 * config/sh/tm-nbsd.h: New file.
6903
6904 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6905
6906 * sh-tdep.c (sh_osabi_names): Declare.
6907 (process_note_abi_tag_sections): New function.
6908 (get_elfosabi): Ditto.
6909 (sh_gdbarch_register_os_abi): Ditto.
6910 (sh_dump_tdep): Ditto.
6911 _initialize_sh_tdep): Use gdbarch_register to register
6912 sh_gdbarch_init and sh_dump_tdep.
6913 * config/sh/tm-sh.h (sh_osabi): Declare.
6914 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6915
6916 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6917
6918 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6919 (thumb_scan_prologue): Ditto.
6920 (arm_find_callers_reg): Ditto.
6921 (arm_frame_chain): Ditto.
6922 (arm_init_extra_frame_info): Ditto.
6923 (arm_frame_saved_pc): Ditto.
6924 (arm_pop_frame): Ditto.
6925 (arm_push_return_address): New function.
6926 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6927 call_dummy_location, call_dummy_breakpoint_offset_p,
6928 call_dummy_breakpoint_offset, call_dummy_p,
6929 call_dummy_stack_adjust_p, call_dummy_words,
6930 sizeof_call_dummy_words, call_dummy_start_offset,
6931 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6932 call_dummy_address, push_return_address and push_dummy_frame for
6933 generic dummy frames.
6934
6935 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6936
6937 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6938 size computation for alloca.
6939 (sh_fp_frame_init_saved_regs): Likewise.
6940
6941 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6942
6943 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6944 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6945 * arm-tdep.c (arm_store_return_value): Use them.
6946 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6947 * remote-rdp.c (remote_rdp_fetch_register): Use
6948 ARM_MAX_REGISTER_RAW_SIZE.
6949 (remote_rdp_store_register): Likewise.
6950
6951 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6952
6953 * dwarf2cfi.c: Code cleanup, removed unused variables,
6954 added default labels to switch {} statements.
6955 * x86-64-tdep.c: Ditto.
6956 * x86-64-linux-nat.c: Ditto.
6957
6958 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6959
6960 * solib.h: Protect against multiple inclusion.
6961
6962 2002-05-06 Jim Blandy <jimb@redhat.com>
6963
6964 Add first preprocessor macro-expansion files.
6965 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6966 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6967 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6968 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6969 (COMMON_OBS): Add macrotab.o, macroexp.o.
6970 (macroexp.o, macrotab.o): New rules.
6971
6972 Separate the job of reading the line number info statement program
6973 header (...expialidocious) out into its own function.
6974 * dwarf2read.c (struct line_head, struct filenames, struct
6975 directories): Replace with...
6976 (struct line_header): New structure, containing the full
6977 contents of the statement program header, including the
6978 include directory and file name tables.
6979 (read_file_scope): If we have line number info, instead of just
6980 calling dwarf_decode_lines to do all the work, call
6981 dwarf_decode_line_header first to get a `struct line_header'
6982 containing the data in the statement program header, and then
6983 pass that to dwarf_decode_lines, which will pick up where that
6984 left off. Be sure to clean up the `struct line_header' object.
6985 (dwarf_decode_line_header, free_line_header, add_include_dir,
6986 add_file_name): New functions.
6987 (dwarf_decode_lines): Move all the code to read the statement
6988 program header into dwarf_decode_line_header. Take the line
6989 header it built as the first argument, instead of the offset to
6990 the compilation unit's line number info. Use the new `struct
6991 line_header' type instead of the old structures. No need to do
6992 cleanups here now, since we don't allocate anything.
6993 (dwarf2_statement_list_fits_in_line_number_section,
6994 dwarf2_line_header_too_long): New complaints.
6995
6996 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6997
6998 * gdbtypes.c (init_vector_type): New function.
6999 (build_builtin_type_vec128): Simplify the representation of SIMD
7000 registers.
7001 (build_gdbtypes): Initialize new builtin vector types.
7002 (_initialize_gdbtypes): Register new vector types with gdbarch.
7003 (builtin_type_v4_float, builtin_type_v4_int32,
7004 builtin_type_v8_int16, builtin_type_v16_int8,
7005 builtin_type_v2_int32, builtin_type_v4_int16,
7006 builtin_type_v8_int8): New (renamed) SIMD types.
7007
7008 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7009
7010 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7011 (i387_fill_fxsave): Likewise.
7012
7013 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7014
7015 * alpha-tdep.c (alpha_extract_return_value): Don't use
7016 non-constant array size in prototype.
7017
7018 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7019
7020 From Brian Taylor <briant at model dot com>:
7021 * ui-out.c (ui_out_field_core_addr): Use the function
7022 longest_local_hex_string_custom'to format addresses > 32 bits
7023 wide.
7024
7025 * ui-out.c (ui_out_field_core_addr): Update comment.
7026
7027 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7028
7029 * stack.c (select_and_print_frame): Make static. Delete the
7030 parameter `level'.
7031 (func_command): Update call.
7032 (select_frame_command): Delete code computing the frame level.
7033 * frame.h (select_and_print_frame): Delete declaration.
7034
7035 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7036
7037 * sparc-tdep.c (sparc_get_saved_register): Comment why
7038 get_prev_frame call is safe.
7039
7040 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7041
7042 * frame.h (select_frame): Delete level parameter.
7043 * stack.c (select_frame): Update. Use frame_relative_level to
7044 obtain the frame's level.
7045 (select_and_print_frame): Update call.
7046 (select_frame_command): Ditto.
7047 (up_silently_base): Ditto.
7048 (down_silently_base): Ditto.
7049 * ocd.c (ocd_start_remote): Ditto.
7050 * remote-rdp.c (remote_rdp_open): Ditto.
7051 * remote-mips.c (mips_initialize): Ditto.
7052 (common_open): Ditto.
7053 * remote-e7000.c (e7000_start_remote): Ditto.
7054 * m3-nat.c (select_thread): Ditto.
7055 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7056 (child_get_current_exception_event): Ditto.
7057 * varobj.c (varobj_create): Ditto.
7058 (varobj_update): Ditto.
7059 (c_value_of_root): Ditto.
7060 * tracepoint.c (finish_tfind_command): Ditto.
7061 * corelow.c (core_open): Ditto.
7062 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7063 * thread.c (info_threads_command): Ditto.
7064 (switch_to_thread): Ditto.
7065 * infrun.c (normal_stop): Ditto.
7066 (restore_selected_frame): Ditto.
7067 (restore_inferior_status): Ditto.
7068 * breakpoint.c (insert_breakpoints): Ditto.
7069 (watchpoint_check): Ditto.
7070 (bpstat_stop_status): Ditto.
7071 (do_enable_breakpoint): Ditto.
7072 * blockframe.c (flush_cached_frames): Ditto.
7073 (reinit_frame_cache): Ditto.
7074
7075 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7076
7077 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7078 maintainer.
7079
7080 2002-05-04 Jim Blandy <jimb@redhat.com>
7081
7082 * gdbtypes.c (replace_type): Doc fix.
7083
7084 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7085
7086 * valprint.c (strcat_longest): Delete commented out function.
7087 Update copyright.
7088
7089 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7090
7091 * MAINTAINERS: Mark a29k as deleted.
7092 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7093 Move new configurations to the top.
7094 * configure.tgt: Remove a29k.
7095 * config/a29k/tm-vx29k.h: Delete.
7096 * config/a29k/vx29k.mt: Delete.
7097 * config/a29k/tm-a29k.h: Delete.
7098 * config/a29k/a29k-udi.mt: Delete.
7099 * config/a29k/a29k.mt: Delete.
7100 * a29k-tdep.c: Delete.
7101 * remote-udi.c: Delete.
7102 * remote-mm.c: Delete.
7103 * remote-eb.c: Delete.
7104 * remote-adapt.c: Delete.
7105 * Makefile.in: Remove obsolete code.
7106 * config/s390/s390x.mt: Ditto.
7107 * config/s390/s390.mt: Ditto.
7108 * config/sparc/sparclynx.mh: Ditto.
7109 * config/sparc/linux.mh: Ditto.
7110 * config/pa/hppaosf.mh: Ditto.
7111 * config/pa/hppabsd.mh: Ditto.
7112 * config/ns32k/nbsd.mt: Ditto.
7113 * config/mips/vr5000.mt: Ditto.
7114 * config/m68k/sun3os4.mh: Ditto.
7115 * config/m68k/nbsd.mt: Ditto.
7116 * config/m68k/m68klynx.mh: Ditto.
7117 * config/m32r/m32r.mt: Ditto.
7118 * config/i386/x86-64linux.mt: Ditto.
7119 * config/i386/nbsdelf.mt: Ditto.
7120 * config/i386/nbsd.mt: Ditto.
7121 * config/i386/i386lynx.mh: Ditto.
7122
7123 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7124
7125 * target.c (debug_print_register): New function. Handle oversize
7126 registers.
7127 (debug_to_fetch_registers): Call.
7128 (debug_to_store_registers): Call.
7129
7130 2002-05-03 Jim Blandy <jimb@redhat.com>
7131
7132 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7133 (read_type): Doc fix.
7134 * gdbtypes.c (replace_type): Doc fix.
7135
7136 * stabsread.c (multiply_defined_struct): New complaint.
7137 (read_struct_type): If the type we were passed isn't empty, or
7138 incomplete, don't read the new struct type into it; complain,
7139 and return the original type unchanged. Take a new `type_code'
7140 argument, which is the type code for the new type.
7141 (read_type): Rather than storing the type's type code here, pass
7142 it as an argument to read_struct_type, and let that take care of
7143 storing it. That way, we don't overwrite the original type code,
7144 so read_struct_type can use it to decide whether we're overwriting
7145 something we shouldn't.
7146 (complain_about_struct_wipeout): New function.
7147
7148 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7149
7150 * gdbarch.sh: Assert that gdbarch is non-NULL.
7151 * gdbarch.c: Regenerate.
7152
7153 2002-05-03 Jason Merrill <jason@redhat.com>
7154
7155 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7156 and return NULL.
7157
7158 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7159
7160 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7161 (x86_64_dwarf2gdb_regno_map_length),
7162 (x86_64_dwarf2_reg_to_regnum): Added.
7163 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7164 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7165 (_initialize_x86_64_tdep): Synced with the change above.
7166 (x86_64_skip_prologue): Reformulated message.
7167
7168 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7169
7170 * f-exp.y: Also use new prev_lexptr variable
7171 to improve error reporting. Based on Michael Snyder
7172 2002-04-24 dated patch to c-exp.y.
7173 * jv-exp.y: Likewise.
7174 * m2-exp.y: Likewise.
7175
7176 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7177
7178 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7179 we are dealing with vectors.
7180
7181 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7182
7183 * config/m68k/tm-nbsd.h: Obvious fix,
7184 correct machine name.
7185
7186 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7187
7188 * p-typeprint.c (pascal_type_print_base): Add support
7189 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7190
7191 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7192
7193 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7194 for fondamental pascal 'char' type.
7195
7196 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7197
7198 * p-lang.h (is_pascal_string_type): Declaration changed,
7199 new sixth argument of type char ** added.
7200 * p-lang.c (is_pascal_string_type): Implementation
7201 changed. Args length_pos, length_size, string_pos, char_size
7202 can now be NULL. New argument arrayname set to the field
7203 name of the char array. Return value set to char array
7204 field index plus one.
7205 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7206 is_pascal_string_type function.
7207
7208 2002-05-02 Andrew Cagney <cagney@redhat.com>
7209
7210 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7211 <cagney@redhat.com> change.
7212 * gdbarch.c: Regenerate.
7213
7214 2002-05-02 Andrew Cagney <cagney@redhat.com>
7215
7216 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7217 before probing for a new one. Detect errorenous gdbarch_init
7218 functions.
7219 * gdbarch.c: Regenerate.
7220
7221 2002-05-01 Andrew Cagney <cagney@redhat.com>
7222
7223 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7224 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7225 * config/v850/tm-v850.h: Ditto. Update copyright.
7226
7227 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7228
7229 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7230 current_gdbarch.
7231
7232 2002-04-30 Michael Snyder <msnyder@redhat.com>
7233
7234 * arm-tdep.c: Whitespace clean-ups.
7235 (arm_skip_prologue): Fix thinko; two lines
7236 should have been removed as part of 4/24 change.
7237
7238 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7239
7240 * rs6000-tdep.c: Added comment describing how fpscr register
7241 numbers were chosen.
7242
7243 2002-04-30 Michael Snyder <msnyder@redhat.com>
7244
7245 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7246
7247 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7248
7249 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7250 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7251 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7252
7253 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7254
7255 From Louis Hamilton <hamilton@redhat.com>:
7256 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7257 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7258 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7259 not bfd-private xcoff data, to determine wordsize.
7260 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7261
7262 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7263
7264 GDB 5.2 released from 5.2 branch.
7265
7266 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7267
7268 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7269 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7270 (x86_64_register_info_table): Added comments with register numbers.
7271
7272 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7273
7274 * rs6000-tdep.c (rs6000_extract_return_value,
7275 rs6000_store_return_value): Handle returning vectors.
7276 (rs6000_gdbarch_init): Use
7277 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7278 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7279 New function.
7280 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7281 vectors.
7282 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7283 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7284
7285 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7286
7287 * hpread.c (hpread_psymtab_to_symtab_1,
7288 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7289 with fprintf_unfiltered (gdb_stderr,...).
7290
7291 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7292
7293 * remote-array.c (printf_monitor, write_monitor,
7294 array_insert_breakpoint, array_remove_breakpoint ):
7295 Replace fprintf (stderr,...
7296 with fprintf_unfiltered (gdb_stderr,....
7297 * remote-es.c: Likewise.
7298 * remote-os9k.c: Likewise.
7299 * remote-st.c: Likewise.
7300
7301 2002-04-28 Andreas Schwab <schwab@suse.de>
7302
7303 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7304 linux-proc.o and gcore.o.
7305
7306 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7307
7308 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7309 code without frame pointers.
7310
7311 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7312
7313 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7314 ON_STACK is needed.
7315
7316 2002-04-26 Ben Elliston <bje@redhat.com>
7317
7318 * target.c (do_xfer_memory): Correct reference to the new option
7319 "trust-readonly-sections".
7320
7321 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7322
7323 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7324 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7325 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7326 vectors.
7327 (read_array_type): Record the fact that this array type is really a
7328 vector (i.e. are passed in by value).
7329
7330 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7331
7332 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7333 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7334 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7335 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7336 * alpha-linux-tdep.c: Include frame.h.
7337 (alpha_linux_sigcontext_addr): New function.
7338 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7339 alpha_linux_sigcontext_addr.
7340 * alpha-osf1-tdep.c: Include gdbcore.h.
7341 (alpha_osf1_sigcontext_addr): New function.
7342 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7343 alpha_osf1_sigcontext_addr.
7344 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7345 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7346
7347 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7348
7349 * stack.c (selected_frame_level):
7350 (select_frame): Do not set selected_frame_level.
7351 * frame.h (selected_frame_level): Delete declaration.
7352
7353 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7354
7355 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7356 convert_from_func_ptr-addr when AIX / PowerOpen.
7357
7358 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7359
7360 * valops.c (hand_function_call): Call
7361 generic_save_call_dummy_addr.
7362 * frame.h (generic_save_call_dummy_addr): Declare.
7363 * blockframe.c (struct dummy_frame): Add fields call_lo and
7364 call_hi.
7365 (generic_find_dummy_frame): Check for PC in range call_lo to
7366 call_hi instead of entry_point_address.
7367 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7368 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7369 (generic_save_call_dummy_addr): New function.
7370
7371 2002-04-24 David S. Miller <davem@redhat.com>
7372
7373 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7374 sparc_skip_prologue.
7375 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7376 information to find prologue when possible.
7377 (sparc_prologue_frameless_p): Call examine_prologue directly.
7378 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7379 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7380 second argument.
7381 (SKIP_PROLOGUE): Likewise.
7382
7383 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7384
7385 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7386 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7387 indicate that the condition it was testing is always true.
7388 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7389 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7390 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7391
7392 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7393
7394 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7395 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7396 tdep->jb_pc and tdep->jb_elt_size.
7397 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7398 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7399 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7400 * alpha-nat.c (get_longjmp_target): Remove.
7401 (JB_ELEMENT_SIZE): Ditto.
7402 (JB_PC): Ditto.
7403 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7404 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7405 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7406 to alpha_get_longjmp_target.
7407 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7408 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7409 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7410
7411 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7412
7413 * README: Update to GDB 5.2.
7414
7415 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7416
7417 * gdbarch.sh (LC_ALL): Set to `c'.
7418
7419 2002-04-25 Theodore A. Roth <troth@verinet.com>
7420
7421 * avr-tdep.c: Ran through gdb_indent.sh.
7422
7423 2002-04-25 Theodore A. Roth <troth@verinet.com>
7424
7425 * MAINTAINERS: Add myself as AVR maintainer.
7426 * NEWS: Note new target avr.
7427
7428 2002-04-25 Theodore A. Roth <troth@verinet.com>
7429
7430 * Makefile.in: Add support for AVR target.
7431 * configure.tgt: Add support for AVR target.
7432 * avr-tdep.c: New file
7433 * config/avr/avr.mt: New file.
7434
7435 2002-04-25 Theodore A. Roth <troth@verinet.com>
7436
7437 * MAINTAINERS: Add myself to write-after-approval.
7438
7439 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7440
7441 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7442 with fprintf_unfiltered (gdb_stderr,....
7443
7444 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7445
7446 Fix PR gdb/508.
7447 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7448
7449 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7450
7451 * p-exp.y: Also use new prev_lexptr variable
7452 to improve error reporting. Based on Michael Snyder
7453 2002-04-24 dated patch to c-exp.y.
7454
7455 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7456
7457 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7458 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7459 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7460 to 0.
7461 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7462 and struct value.
7463 (FUNCTION_START_OFFSET): Remove.
7464 (BREAKPOINT): Ditto.
7465
7466 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7467
7468 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7469 * NEWS: Ditto.
7470
7471 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7472
7473 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7474 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7475 alpha_linux_pc_in_sigtramp.
7476 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7477 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7478 alpha_osf1_pc_in_sigtramp.
7479 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7480 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7481 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7482 alphafbsd_pc_in_sigtramp.
7483 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7484 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7485 alphanbsd_pc_in_sigtramp.
7486 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7487 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7488
7489 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7490
7491 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7492
7493 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7494
7495 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7496 alphanbsd-tdep.c.
7497 (alphanbsd-nat.o): New dependency list.
7498 (alphanbsd-tdep.o): Ditto.
7499 * NEWS: Note new native NetBSD/alpha configuration.
7500 * alphanbsd-nat.c: New file.
7501 * alphanbsd-tdep.c: Ditto.
7502 * configure.host (alpha*-*-netbsd*): New host.
7503 * configure.tgt (alpha*-*-netbsd*): New target.
7504 * config/alpha/nbsd.mh: New file.
7505 * config/alpha/nbsd.mt: Ditto.
7506 * config/alpha/nm-nbsd.h: Ditto.
7507 * config/alpha/tm-nbsd.h: Ditto.
7508
7509 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7510
7511 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7512 (alpha-osf1-tdep.o): New dependency list.
7513 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7514 and skip_sigtramp_frame members.
7515 * alpha-linux-tdep.c: Include gdbcore.h.
7516 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7517 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7518 * alpha-osf1-tdep.c: New file.
7519 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7520 alpha-osf1-dep.c.
7521 (alpha_frame_past_sigtramp_frame): New function.
7522 (alpha_dynamic_sigtramp_offset): Ditto.
7523 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7524 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7525 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7526 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7527 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7528 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7529 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7530 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7531 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7532 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7533 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7534 to find_solib_trampoline_target.
7535 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7536 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7537 (SKIP_TRAMPOLINE_CODE): Remove.
7538 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7539 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7540 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7541 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7542 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7543 (PROC_SIGTRAMP_MAGIC): Ditto.
7544 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7545 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7546 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7547 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7548 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7549
7550 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7551
7552 * NEWS: Note that Alpha targets are now multi-arch.
7553
7554 2002-04-24 Michael Snyder <msnyder@redhat.com>
7555
7556 * parser-defs.h (prev_lexptr): New external variable.
7557 * parse.c (parse_exp_1): Set prev_lexptr to null before
7558 calling the language-specific parser.
7559 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7560 (yyerror): Use prev_lexptr in error reporting.
7561
7562 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7563
7564 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7565 * gregset.h: If FILL_FPXREGSET is defined, provide
7566 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7567 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7568 is defined, call fill_fpxregset.
7569
7570 2002-04-24 Roland McGrath <roland@frob.com>
7571
7572 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7573 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7574 (supply_gregset, supply_fpregset): New functions.
7575
7576 * gnu-nat.c (gnu_find_memory_regions): New function.
7577 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7578 (gnu_xfer_memory): Add a cast.
7579
7580 2002-04-24 Michael Snyder <msnyder@redhat.com>
7581
7582 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7583 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7584 of argument regs ("str r(0123), [r11, #-nn"]).
7585 (arm_skip_prologue): Better handling for frameless functions.
7586 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7587 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7588
7589 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7590
7591 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7592 NUM_PSEUDO_REGS can be used.
7593
7594 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7595
7596 * arch-utils.h: Update copyright.
7597
7598 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7599 * gdbarch.h, gdbarch.c: Re-generate.
7600
7601 * inferior.h (IN_SIGTRAMP): Delete definition.
7602 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7603 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7604
7605 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7606 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7607 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7608 (find_proc_framesize): Ditto.
7609 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7610 (alpha_init_extra_frame_info): Ditto.
7611 * infrun.c (handle_inferior_event): Ditto.
7612 (handle_inferior_event): Ditto.
7613 (check_sigtramp2): Ditto.
7614 * blockframe.c (create_new_frame): Ditto.
7615 (get_prev_frame): Ditto.
7616 * ppc-linux-tdep.c: Update comments.
7617 * i386-linux-tdep.c: Update comments.
7618 * breakpoint.c (bpstat_what): Update comment.
7619
7620 2002-04-24 David S. Miller <davem@redhat.com>
7621
7622 * i960-tdep.c (register_in_window_p): New function.
7623 (i960_find_saved_register): Use it instead of
7624 REGISTER_IN_WINDOW_P.
7625 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7626
7627 * symtab.h (find_stab_function_addr): Kill extern.
7628 * minsyms.c (find_stab_function_addr): Remove from here...
7629 * dbxread.c: ... to here, and mark it static.
7630
7631 2002-04-20 David S. Miller <davem@redhat.com>
7632
7633 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7634 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7635
7636 2002-04-21 David S. Miller <davem@redhat.com>
7637
7638 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7639 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7640 (vx_write_register): Likewise.
7641
7642 2002-04-23 J. Brobecker <brobecker@gnat.com>
7643
7644 * source.c (is_regular_file): New function.
7645 (openp): Check wether file to open is a regular file
7646 to avoid opening directories.
7647
7648 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7649
7650 * findvar.c (extract_signed_integer): Cast printf argument
7651 to suppress format warning.
7652 (extract_unsigned_integer): Likewise.
7653 * infcmd.c (registers_info): Likewise.
7654 * top.c (get_prompt_1): Likewise.
7655 * valops.c (value_assign): Likewise.
7656 * valprint.c (print_decimal): Likewise.
7657
7658 2002-04-22 H.J. Lu (hjl@gnu.org)
7659
7660 * c-exp.y (typebase): Support
7661
7662 [long|long long|short] [signed|unsigned] [int|]
7663
7664 and
7665
7666 signed [long|long long|short] int
7667
7668 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7669
7670 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7671 and vax-tdep.h.
7672 * vax-tdep.h: New file.
7673 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7674 Make several routines static.
7675 (vax_get_saved_register): New function.
7676 (vax_gdbarch_init): New function.
7677 (_initialize_vax_tdep): Register vax_gdbarch_init.
7678 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7679 Remove macros now under the control of gdbarch.
7680
7681 2002-04-22 Michael Snyder <msnyder@redhat.com>
7682
7683 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7684 Some whitespace and coding standards tweaks.
7685
7686 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7687
7688 * vax-tdep.c: Include regcache.h.
7689 (vax_call_dummy_words): New.
7690 (sizeof_vax_call_dummy_words): New.
7691 (vax_fix_call_dummy): New function.
7692 (vax_saved_pc_after_call): Ditto.
7693 * config/vax/tm-vax.h: Don't include regcache.h.
7694 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7695 (CALL_DUMMY): Remove.
7696 (CALL_DUMMY_WORDS): Define.
7697 (SIZEOF_CALL_DUMMY_WORDS): Define.
7698 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7699
7700 2002-04-18 Michael Snyder <msnyder@redhat.com>
7701
7702 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7703
7704 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7705
7706 * vax-tdep.c (vax_frame_chain): New function.
7707 (vax_push_dummy_frame): Ditto.
7708 (vax_pop_frame): Ditto.
7709 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7710 (FRAMELESS_FUNCTION_INVOCATION): Use
7711 generic_frameless_function_invocation_not.
7712 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7713 (POP_FRAME): Use vax_pop_frame.
7714
7715 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7716
7717 * vax-tdep.c (vax_store_struct_return): New function.
7718 (vax_extract_return_value): Ditto.
7719 (vax_store_return_value): Ditto.
7720 (vax_extract_struct_value_address): Ditto.
7721 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7722 vax_store_struct_return.
7723 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7724 (STORE_RETURN_VALUE): Use vax_store_return_value.
7725 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7726
7727 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7728
7729 * vax-tdep.c (vax_frame_saved_pc): New function.
7730 (vax_frame_args_address_correct): Ditto.
7731 (vax_frame_args_address): Ditto.
7732 (vax_frame_locals_address): Ditto.
7733 (vax_frame_num_args): Move code to be in proximity to
7734 other frame-related functions.
7735 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7736 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7737 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7738 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7739 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7740
7741 2002-04-22 H.J. Lu (hjl@gnu.org)
7742
7743 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7744 includedir.
7745
7746 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7747
7748 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7749 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7750 (FRAME_INIT_SAVED_REGS): New macro.
7751
7752 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7753
7754 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7755
7756 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7757
7758 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7759 where needed.
7760 (fetch_osf_core_registers): Likewise.
7761 (supply_gregset): Likewise.
7762
7763 2002-04-22 J. Brobecker <brobecker@gnat.com>
7764
7765 * symfile.h (get_section_index): Define.
7766 * symfile.c (get_section_index): New function.
7767 * mdebugread.c (SC_IS_SBSS): New macro.
7768 (SC_IS_BSS): Return true for the scBss storage class only, as
7769 the scSBss storage class refers to the .sbss section.
7770 (parse_partial_symbols): Discard the symbols which associated
7771 section does not exist.
7772 Make sure to use the .sbss section index for symbols which
7773 storage class is scBss, rather than using the .bss section index.
7774
7775 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7776
7777 * vax-tdep.c: Update copyright years.
7778 (vax_register_name): New function.
7779 (vax_register_byte): Ditto.
7780 (vax_register_raw_size): Ditto.
7781 (vax_register_virtual_size): Ditto.
7782 (vax_register_virtual_type): Ditto.
7783 * config/vax/tm-vax.h: Update copyright years.
7784 (REGISTER_NAMES): Remove.
7785 (REGISTER_NAME): Define.
7786 (REGISTER_BYTE): Use vax_register_byte.
7787 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7788 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7789 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7790
7791 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7792
7793 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7794 declaration
7795 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7796
7797 2002-04-21 David S. Miller <davem@redhat.com>
7798
7799 * arch-utils.c (generic_prologue_frameless_p): Kill
7800 SKIP_PROLOGUE_FRAMELESS_P code.
7801 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7802 references.
7803 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7804 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7805 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7806 references.
7807 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7808 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7809 (sparc_gdbarch_init): Pass it to
7810 set_gdbarch_prologue_frameless_p.
7811
7812 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7813
7814 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7815 (alphabsd-nat.o): New dependency list.
7816
7817 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7818
7819 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7820 alphafbsd-tdep.c.
7821 (alpha-linux-tdep.o): New dependency list.
7822 (alphafbsd-tdep.o): Likewise.
7823
7824 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7825
7826 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7827 to here...
7828 * alpha-tdep.c: ...from here.
7829 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7830
7831 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7832
7833 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7834 prototype from here...
7835 * alpha-tdep.h: ...to here.
7836
7837 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7838
7839 * frame.h (selected_frame_level): Document as deprecated.
7840 (frame_relative_level): Declare.
7841 * stack.c (frame_relative_level): New function.
7842 (selected_frame_level): Document as deprecated.
7843 (select_frame): Do not set the selected_frame_level.
7844
7845 * stack.c (frame_info, record_selected_frame): Update.
7846 (frame_command, current_frame_command): Update.
7847 (up_silently_base, up_command, down_silently_base): Update.
7848 (down_command): Update.
7849 * inflow.c (kill_command): Update.
7850 * tracepoint.c (finish_tfind_command): Update.
7851 * corelow.c (core_open): Update.
7852 * thread.c (info_threads_command): Update.
7853 (do_captured_thread_select): Update.
7854 * infcmd.c (finish_command): Update.
7855 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7856
7857 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7858
7859 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7860
7861 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7862
7863 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7864 type const.
7865
7866 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7867
7868 * alphafbsd-tdep.c: Update copyright years. Include
7869 alpha-tdep.h.
7870 (alphafbsd_use_struct_convention): Make static.
7871 (alphafbsd_init_abi): New function.
7872 (_initialize_alphafbsd_tdep): New function.
7873 * config/alpha/tm-fbsd.h: Update copyright years.
7874 (USE_STRUCT_CONVENTION): Remove.
7875
7876 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7877
7878 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7879 an Alpha ABI variant.
7880 (alpha_abi_handler_list): Declare.
7881 (alpha_gdbarch_register_os_abi): New function.
7882 (alpha_gdbarch_init): Give registered ABI variant handlers a
7883 chance to tweak the gdbarch once we have set up defaults.
7884 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7885
7886 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7887
7888 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7889 to standard_coerce_float_to_double.
7890 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7891
7892 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7893
7894 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7895 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7896 from gdbarch_tdep rather than a constant.
7897 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7898 the default text address for all Alpha Unix ABIs.
7899 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7900 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7901
7902 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7903
7904 * alpha-tdep.h: New file. Includes several Alpha target constants
7905 taken from...
7906 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7907 let gdbarch deal with.
7908 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7909 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7910 to dependency list.
7911 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7912 Alpha target register names.
7913 * alphabsd-nat.c: Likewise.
7914 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7915 Alpha target register names. Make serveral routines static.
7916 (alpha_get_saved_register): New function.
7917 (alpha_abi_names): New.
7918 (process_note_abi_tag_sections): New function.
7919 (get_elfosabi): New function.
7920 (alpha_gdbarch_init): New function.
7921 (alpha_dump_tdep): New function.
7922 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7923
7924 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7925
7926 * frame.c (find_saved_register): Delete #ifdef
7927 HAVE_REGISTER_WINDOWS code.
7928 * config/sparc/tm-sparc.h: Update comments.
7929 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7930
7931 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7932
7933 * i960-tdep.c (i960_find_saved_register): New function.
7934 (i960_get_saved_register): New function.
7935 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7936 (i960_get_saved_register): Declare.
7937 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7938
7939 2002-04-20 David S. Miller <davem@redhat.com>
7940
7941 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7942
7943 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7944
7945 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7946 instead of NUM_PSEUDO_REGS.
7947
7948 2002-04-20 David S. Miller <davem@redhat.com>
7949
7950 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7951 GDB_MULTI_ARCH_PARTIAL
7952 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7953 define, let tm-sp64.h do it.
7954
7955 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7956
7957 * frame.c (find_saved_register): Avoid a NULL pointer
7958 dereference and actually walk the frame list.
7959
7960 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7961
7962 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7963 sorted in most most-recent-used order. Document.
7964 * gdbarch.h, gdbarch.c: Regenerate.
7965
7966 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7967
7968 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7969 instead of ->prev.
7970 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7971 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7972 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7973 instead of ->prev.
7974
7975 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7976
7977 Fix PR gdb/471.
7978 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7979 (build_builtin_type_vec128): Ditto.
7980 (append_composite_type_field): Fix calculation of type length in
7981 union case.
7982
7983 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * config/djgpp/README: Update.
7986
7987 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7988 compiler warnings.
7989
7990 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7991
7992 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7993 (alpha_setup_arbitrary_frame): ...to this.
7994 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7995 for alpha_setup_arbitrary_frame.
7996
7997 2002-04-18 Andrew Cagney <cagney@redhat.com>
7998
7999 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8000 * gdbarch.h, gdbarch.c: Regenerate.
8001
8002 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8003 * target.h (memory_breakpoint_from_pc): Update declaration.
8004 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8005
8006 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8007 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8008 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8009 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8010 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8011 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8012 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8013 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8014 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8015 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8016 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8017 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8018
8019 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8020 const pointer.
8021 * monitor.c (monitor_insert_breakpoint): Ditto.
8022 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8023
8024 * config/mcore/tm-mcore.h: Update copyright.
8025 * mem-break.c: Ditto.
8026 * xstormy16-tdep.c: Ditto.
8027
8028 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8029
8030 * p-exp.y: Add precedence rule for '^' token.
8031 This removes the shift/reduce conflicts.
8032 Remove the comment concerning these shift/reduce conflicts.
8033
8034 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8035
8036 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8037 (registers_powerpc_nofp): New register set for processors
8038 without floating point unit.
8039
8040 2002-04-18 David S. Miller <davem@redhat.com>
8041
8042 * MAINTAINERS: Add myself to write-after-approval.
8043
8044 2002-04-17 Michael Snyder <msnyder@redhat.com>
8045
8046 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8047
8048 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8049
8050 * rs6000-tdep.c (frame_initial_stack_address): Use
8051 frame_register_read to read the alloca_reg.
8052
8053 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8054
8055 * frame.c (find_saved_register): Find saved registers in the next
8056 not prev frame.
8057 Fix PR gdb/365.
8058
8059 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8060
8061 * gdbarch.sh (LANG): Set to ``c''.
8062
8063 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8064
8065 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8066
8067 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8068
8069 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8070 Update copyright.
8071
8072 * hpread.c (hpread_get_lntt): Add declaration.
8073 Also fix PR gdb/391.
8074
8075 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8076
8077 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8078 * aclocal.m4, configure: Re-generate.
8079 Fix PR gdb/391.
8080
8081 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8082
8083 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8084 instead of tm_print_insn.
8085
8086 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8087
8088 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8089
8090 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8091
8092 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8093 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8094 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8095
8096 2002-04-12 Don Howard <dhoward@redhat.com>
8097
8098 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8099 max_user_call_depth.
8100 (init_cmd_lists): Initialize the new value;
8101 * cli/cli-script.c (execute_user_command): Limit the call depth of
8102 user defined commands. This avoids a core-dump when user commands
8103 are infinitly recursive.
8104
8105 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8106
8107 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8108 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8109 from tdep struct instead of DEFAULT_LR_SAVE.
8110 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8111 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8112 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8113
8114 2002-04-12 Michael Snyder <msnyder@redhat.com>
8115
8116 * Remote.c: Spelling fix.
8117 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8118 If no symbol found for "sbrk", try "_sbrk".
8119 (make_output_phdrs): Use bfd_section_name.
8120 (gcore_copy_callback): Use bfd_section_name.
8121 * eval.c: Indentation fix-ups.
8122 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8123 in case it gets applied to an address that is already
8124 in the instruction space.
8125 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8126 * symfile.c: Fix indentation, long lines.
8127 * source.c: White space fix-up.
8128
8129 2002-04-12 Andrew Cagney <cagney@redhat.com>
8130
8131 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8132 * frame.c (frame_register_read): New function. Return non-zero on
8133 success.
8134 (read_relative_register_raw_bytes_for_frame): Delete.
8135 (read_relative_register_raw_bytes): Delete.
8136 * frame.h (frame_register_read): Declare.
8137 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8138 * sh-tdep.c: Ditto.
8139 * infcmd.c (do_registers_info): Ditto.
8140 * hppa-tdep.c: Ditto.
8141 * rs6000-tdep.c: Ditto.
8142 * h8500-tdep.c: Ditto.
8143 * mips-tdep.c: Ditto.
8144 * h8300-tdep.c: Ditto.
8145 * z8k-tdep.c: Ditto.
8146
8147 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8148
8149 From Jimi X <jimix@watson.ibm.com>:
8150 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8151 64-bit SysV ABI.
8152
8153 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8154
8155 From Jimi X <jimix@watson.ibm.com>:
8156 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8157 bfd info.
8158
8159 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8160
8161 From Jimi X <jimix@watson.ibm.com>:
8162 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8163 register sets for these processor variants.
8164
8165 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8166
8167 * regformats/reg-ppc.dat: Support FPSCR.
8168
8169 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8170
8171 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8172 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8173 Add fpscr as an invalid/unfetchable register.
8174 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8175 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8176 (fill_fpregset): Add support for register fpscr.
8177 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8178 (fill_gregset): Account for the fact that register ``mq'' might
8179 not exist.
8180 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8181 (registers_power): Add fpscr to register set at slot 71.
8182 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8183 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8184
8185 2002-04-11 Michael Snyder <msnyder@redhat.com>
8186
8187 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8188 * configure: Regenerate.
8189 * config.in: Regenerate.
8190 * acconfig.h: Add define for _SYSCALL32.
8191 * core-sol2.c: Remove #define _SYSCALL32.
8192 * solib-legacy.c: Remove #define _SYSCALL32.
8193
8194 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8195
8196 * stack.c (select_frame): Cleanup internal error message, do not
8197 use %p.
8198
8199 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8200
8201 * stack.c (select_frame): Check that selected_frame and the
8202 specified level are as expected.
8203 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8204 Update copyright.
8205 * frame.h (struct frame_info): Add field `level'. Update
8206 copyright.
8207 Work-in-progress PR gdb/464.
8208
8209 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8210
8211 * maint.c (maint_print_section_info): Rename print_section_info.
8212 (print_bfd_section_info, print_objfile_section_info): Update.
8213 * inferior.h (struct gdbarch): Add opaque declaration.
8214 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8215 * gdbarch.h: Regenerate.
8216
8217 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8218
8219 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8220 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8221 (kernel_u_size): Added.
8222 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8223 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8224
8225 2002-04-04 Jim Ingham <jingham@apple.com>
8226
8227 * valarith.c (find_size_for_pointer_math): New function, either returns
8228 the size for a pointer's target, returns 1 for void *, or errors for
8229 incomplete types.
8230 (value_add, value_sub): use find_size_for_pointer_math.
8231
8232 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8233
8234 * linux-low.c (linux_look_up_symbols): New hook.
8235 (linux_target_ops): Add linux_look_up_symbols.
8236 * remote-utils.c (decode_address): New function.
8237 (look_up_one_symbol): New function.
8238 * server.c (handle_query): Call target look_up_symbols hook.
8239 * server.h (look_up_one_symbol): Add prototype.
8240 * target.h (struct target_ops): Add look_up_symbols hook.
8241
8242 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8243
8244 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8245 override FP_REGNUM with frame->fp. Update copyright.
8246 * parse.c (num_std_regs, std_regs): Delete.
8247 (target_map_name_to_register): Do not search std_regs. Update
8248 function description.
8249 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8250 declarations. Update copyright.
8251 Fix PR gdb/251.
8252
8253 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8254
8255 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8256 after the last symbol in a block.
8257
8258 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8259
8260 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8261 is non zero as a found symbol.
8262
8263 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8264
8265 * findvar.c: Include "builtin-regs.h".
8266 (value_of_register): Call value_of_builtin_reg when applicable.
8267 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8268 (target_map_name_to_register): Call
8269 builtin_reg_map_name_to_regnum.
8270 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8271 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8272 (builtin_regs_h): Define.
8273 (builtin-regs.o): New target.
8274 (findvar.o): Add $(builtin_regs_h).
8275 * builtin-regs.c, builtin-regs.h: New files.
8276 * std-regs.c: New file.
8277 Partial fix for PR gdb/251.
8278
8279 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8280
8281 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8282 it's no longer required.
8283
8284 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8285
8286 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8287
8288 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8289
8290 From Jimi X <jimix@watson.ibm.com>:
8291 * rs6000-tdep.c (rs6000_software_single_step): Use
8292 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8293 and size. Use target_insert_breakpoint() and
8294 target_remove_breakpoint() to insert and remove breakpoints
8295 instead of explicit memory reads and writes.
8296
8297 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8298
8299 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8300 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8301 ELF_OBJECT_FORMAT ifdef.
8302
8303 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8304
8305 From Jimi X <jimix@watson.ibm.com>:
8306 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8307
8308 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8309
8310 From Jimi X <jimix@watson.ibm.com>:
8311 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8312 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8313
8314 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8315
8316 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8317 s/asprintf/xasprintf/.
8318 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8319
8320 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8321
8322 I believe Jeff Law denies responsability for this one:
8323 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8324 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8325 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8326 Work-around for PR gdb/366.
8327
8328 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8329
8330 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8331 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8332 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8333
8334 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8335
8336 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8337 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8338 information.
8339
8340 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8341
8342 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8343 maintainer.
8344
8345 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8346
8347 * README (Reporting Bugs in GDB): Document the bug web page as the
8348 prefered way of submitting bugs.
8349 Fix PR gdb/402.
8350
8351 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8352
8353 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8354 -1. Update comment.
8355 * gdbarch.h, gdbarch.c: Re-generate.
8356
8357 2002-04-07 Andreas Schwab <schwab@suse.de>
8358
8359 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8360 buffer to regcache_collect.
8361
8362 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8363
8364 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8365 * gdbarch.c, gdbarch.h: Re-generate.
8366
8367 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8368
8369 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8370 declaration. Fix -Werror.
8371
8372 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8373
8374 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8375 * gdbarch.c: Regenerate.
8376
8377 2002-04-05 Michael Snyder <msnyder@redhat.com>
8378
8379 * breakpoint.c (clear_command): Rewrite middle section to
8380 combine two loops with identical control conditions.
8381 Add a cleanup to eliminate a memory leak.
8382 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8383
8384 2002-04-05 H.J. Lu (hjl@gnu.org)
8385
8386 * solib-svr4.c (bkpt_names): Add "__start".
8387
8388 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8389
8390 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8391 as test for 64 bit target.
8392
8393 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8394
8395 * h8500-tdep.c (h8500_write_fp): Delete function.
8396 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8397 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8398 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8400 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8401 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8402 (s390_write_fp):
8403 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8404 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8405 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8406 (d10v_write_fp): Delete function.
8407 * inferior.h (write_fp, generic_target_write_fp): Delete
8408 declarations.
8409 * regcache.c (generic_target_write_fp): Delete function.
8410 (write_fp): Delete function.
8411 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8412 * gdbarch.h, gdbarch.c: Regenerate.
8413 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8414 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8415 (sparc64_write_fp): Delete declaration.
8416 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8417 (h8500_write_fp): Delete declaration.
8418
8419 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8420
8421 * sparc-tdep.c (sparc64_write_fp): Delete.
8422 (sparc_push_dummy_frame): Replace write_fp call with code to store
8423 the FP directly.
8424 (sparc_gdbarch_init): Do not initialize write_fp.
8425
8426 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8427
8428 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8429 clause.
8430
8431 2002-03-29 Jim Blandy <jimb@redhat.com>
8432
8433 * stack.c (get_selected_block): Add new argument `addr_in_block',
8434 used to return the exact code address we used to select the block,
8435 not just the block.
8436 * blockframe.c (get_frame_block, get_current_block): Same.
8437 * frame.h (get_frame_block, get_current_block,
8438 get_selected_block): Update declarations.
8439 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8440 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8441
8442 2002-04-05 Michael Snyder <msnyder@redhat.com>
8443
8444 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8445 warning message.
8446
8447 2002-04-05 J. Brobecker <brobecker@gnat.com>
8448
8449 * utils.c (xfullpath): New function.
8450 * defs.h (xfullpath): Add declaration.
8451 * source.c (openp): Use xfullpath in place of gdb_realpath to
8452 avoid resolving the basename part of filenames when the
8453 associated file is a symbolic link. This fixes a potential
8454 inconsistency between the filenames known to GDB and the
8455 filenames it prints in the annotations.
8456 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8457 to be able to match a filename with either the real filename, or
8458 the name of any symbolic link to this file.
8459 (lookup_partial_symtab): Ditto.
8460
8461 2002-04-04 Michael Snyder <msnyder@redhat.com>
8462
8463 * breakpoint.c: Add support for hardware breakpoints in overlays.
8464 (overlay_events_enabled): New state variable.
8465 (insert_breakpoints): Use overlay_events_enabled to decide
8466 whether to attempt to set a breakpoint at the overlay load addr.
8467 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8468 (remove_breakpoint): Use overlay_events_enabled to decide
8469 whether breakpoints need to be removed from overlay load addr.
8470 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8471 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8472 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8473 disable_overlay_breakpoints): Update overlay_events_enabled.
8474
8475 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * dwarf2read.c (struct function_range): New.
8478 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8479 (check_cu_functions): New.
8480 (read_file_scope): Initialize global function lists.
8481 Call dwarf_decode_line after processing children.
8482 (read_func_scope): Add to global function list.
8483 (dwarf_decode_lines): Call check_cu_functions everywhere
8484 record_line is called. Call record_line with a linenumber
8485 of 0 to mark sequence ends.
8486
8487 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8488
8489 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8490 change sync with glibc.
8491
8492 2002-04-03 Jim Blandy <jimb@redhat.com>
8493
8494 * configure.in: Call AC_C_INLINE.
8495 * configure: Regenerated.
8496
8497 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8500 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8501
8502 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8503
8504 * NEWS: Mention gcore support on FreeBSD/i386.
8505
8506 * fbsd-proc.c: New file.
8507 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8508 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8509
8510 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8511 while statement.
8512
8513 2002-03-29 Jim Blandy <jimb@redhat.com>
8514
8515 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8516 unescaped newlines in string literals, but newer ones don't. So
8517 escape them.
8518
8519 2002-03-26 Michael Snyder <msnyder@redhat.com>
8520 Andrew Cagney <cagney@redhat.com>
8521
8522 * cli/cli-dump.c: New file. Dump memory to file,
8523 restore file to memory.
8524 * cli/cli-dump.h: New file.
8525 * Makefile.in: Add rules, dependencies for cli-dump.o.
8526 * NEWS: Mention new commands.
8527
8528 2002-03-28 Michael Snyder <msnyder@redhat.com>
8529
8530 * symfile.c (symbol_file_add): Move test for null symbols to later.
8531
8532 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8533
8534 From veksler at il.ibm.com:
8535 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8536 the xstrduped original path.
8537 Fix PR gdb/417.
8538
8539 2002-03-27 Michael Snyder <msnyder@redhat.com>
8540
8541 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8542 * infcmd.c (_initialize_infcmd): Ditto.
8543 * language.c (_initialize_language): Ditto.
8544 * symfile.c (_initialize_symfile): Ditto.
8545 * top.c (_init_main): Ditto.
8546 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8547
8548 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8549
8550 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8551 vector registers handling.
8552 (skip_prologue): Handle new AltiVec instructions. Fill in new
8553 fields of frame data.
8554 (frame_get_saved_regs): Fill in information for AltiVec registers.
8555
8556 2002-03-27 Jim Blandy <jimb@redhat.com>
8557
8558 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8559 a function; leave this macro here to invoke that function.
8560 (symbol_init_mangled_name): Declaration for that function.
8561 * symtab.c (symbol_init_mangled_name): New function.
8562
8563 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8564
8565 * valarith.c: Replace strerror with safe_strerror.
8566 * tracepoint.c: Ditto.
8567 * lin-lwp.c: Ditto.
8568 * go32-nat.c: Ditto.
8569 * inflow.c: Ditto.
8570 * gnu-nat.c: Ditto.
8571
8572 2002-03-27 Andreas Schwab <schwab@suse.de>
8573
8574 * event-top.c (command_line_handler): Remove useless if.
8575
8576 2002-03-27 Andreas Jaeger <aj@suse.de>
8577
8578 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8579 comment.
8580
8581 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8582
8583 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8584 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8585 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8586 (x86_64_linux_dr_get_status, supply_gregset),
8587 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8588 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8589 (x86_64_register_info_table): Add.
8590 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8591 (x86_64_register_raw_size, x86_64_register_virtual_type),
8592 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8593 general x86_64_register_info_table.
8594 (i386_gdbarch_init): gdbarch_register_bytes is now set
8595 dynamicaly during initialization.
8596 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8597 * gdbserver/linux-x86-64-low.c: Ditto.
8598
8599 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8600
8601 * gdbserver/server.c (main): Call target_signal_to_host_p
8602 and target_signal_to_host on signals received from the remote.
8603 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8604 target_signal_from_host on signals sent to the remote.
8605 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8606 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8607
8608 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8609
8610 * signals/signals.c: Include "server.h" in gdbserver build.
8611 (target_signal_from_name): Don't use STREQ.
8612 (_initialize_signals): Likewise. Don't include function in
8613 gdbserver build.
8614
8615 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8616
8617 * signals.c: Moved to...
8618 * signals/signals.c: Here.
8619 * Makefile (signals.o): Update.
8620
8621 2002-03-26 Jeff Law (law@redhat.com)
8622
8623 * somread.c (som_symtab_read): Remove some commented out code and
8624 updated related comments. Do not set the minimal symbol table to
8625 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8626 in a dynamic executable.
8627 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8628 where we are unable to find the minimal symbol for the given
8629 PC value.
8630
8631 2002-03-25 Jeff Law (law@redhat.com)
8632
8633 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8634
8635 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8636
8637 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8638
8639 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8640
8641 * command.h: Update copyright.
8642 (struct cmd_list_element): Replace definition with opaque
8643 declaration.
8644 (enum cmd_types): Document that it will eventually be moved to
8645 cli/cli-decode.h
8646 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8647 (MALLOCED_REPLACEMENT): Delete macro.
8648 * Makefile.in (cli_decode_h): Add $(command_h).
8649 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8650 * top.c: Include "cli/cli-decode.h".
8651 * completer.c: Include "cli/cli-decode.h".
8652 * maint.c: Include "cli/cli-decode.h".
8653 * cli/cli-decode.h: Include "command.h".
8654 (enum command_class): Delete.
8655 (enum cmd_types): Comment out.
8656 (enum cmd_auto_boolean): Delete.
8657 (enum var_types): Delete.
8658
8659 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8660
8661 * cli/cli-decode.c: Include "gdb_assert.h".
8662 (add_set_or_show_cmd): New static function.
8663 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8664 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8665 all fields, such as func, from the set command.
8666
8667 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8668
8669 * MAINTAINERS (sh-elf): Change warning flag to -w.
8670
8671 2002-03-23 Andrew Cagney <cagney@redhat.com>
8672
8673 * defs.h (error): Add printf format attribute.
8674 * thread-db.c (thread_from_lwp): Fix error format string.
8675 * stack.c (parse_frame_specification): Ditto.
8676 * cli/cli-decode.c (undef_cmd_error): Ditto.
8677 * scm-lang.c (scm_lookup_name): Ditto.
8678 * tracepoint.c (trace_error): Ditto.
8679 * remote-utils.c (usage): Ditto.
8680 * remote.c (compare_sections_command): Ditto.
8681 Fix PR gdb/328.
8682
8683 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8684
8685 * gdbtypes.c (append_composite_type_field): New function.
8686 (init_composite_type): New function.
8687 * gdbtypes.h (append_composite_type_field): Declare.
8688 (init_composite_type): Ditto.
8689
8690 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8691
8692 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8693 function.
8694 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8695 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8696 structure returning convention for SYSV ABI case, but not
8697 for GNU/Linux, FreeBSD, or NetBSD.
8698
8699 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8700
8701 * symtab.h (lookup_block_symbol): Add mangled_name argument
8702 to prototype.
8703
8704 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8705 with new mangled_name argument.
8706 * linespec.c (decode_line_1): Likewise.
8707 * valops (value_of_this): Likewise.
8708 * symtab.c (lookup_transparent_type): Likewise.
8709 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8710 (lookup_symbol): If we are given a mangled name, pass it down
8711 to lookup_symbol_aux.
8712 (lookup_block_symbol): If we are given a mangled name to check
8713 against, only return symbols which match it.
8714
8715 2002-03-22 Christopher Faylor <cgf@redhat.com>
8716
8717 * win32-nat.c (child_create_inferior): Check for proper shell to use
8718 here, in case the user changes it on the fly.
8719 (_initialize_inftarg): Remove shell path considerations.
8720
8721 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8722
8723 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8724 for gdbarch_max_register_raw_size and max_register_virtual_size.
8725 Adjust copyright year.
8726
8727 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8728
8729 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8730 in a function to cover the entire beginning of the function
8731 as well if it does not already.
8732
8733 2002-03-21 Tom Rix <trix@redhat.com>
8734
8735 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8736 (rs6000_ptrace64): Renamed from ptrace64.
8737
8738 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8739
8740 * gdbserver/remote-utils.c (remote_open): Don't call
8741 getprotobyname, we're all using TCP here so just use
8742 IPPROTO_TCP.
8743 * gdbserver/gdbreplay.c (remote_open): Ditto.
8744
8745 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8746
8747 * regcache.c (_initialize_regcache): No need to call
8748 build_regcache() at this time; it gets called whenever
8749 the gdbarch changes.
8750
8751 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8752
8753 * sparc-nat.c: Include sys/param.h where possible.
8754
8755 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8756
8757 Fix PR gdb/422.
8758 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8759 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8760 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8761 complex types.
8762 * stabsread.c (rs6000_builtin_type): Likewise.
8763 (read_sun_floating_type): Likewise.
8764
8765 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8766
8767 * stabsread.c (read_member_functions): Remove skip code for duplicate
8768 constructor/destructor methods. Use standard parsing for these
8769 methods and just do not chain them to the list of methods after
8770 parsing.
8771
8772 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8773
8774 * coffread.c: Remove redundant static declarations. Replace
8775 occurrences of `PTR' with `void *'.
8776 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8777 * top.h (quit_cover): Likewise.
8778 * defs.h (catch_errors): Likewise.
8779
8780 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8781
8782 * defs.h (XMALLOC): Define.
8783 * gdb-events.sh (XMALLOC): Delete macro.
8784 * gdb-events.c, gdb-events.h: Regenerate.
8785 * gdbarch.sh (XMALLOC): Delete macro.
8786 * gdbarch.c: Regenerate.
8787 * serial.c (XMALLOC): Delete macro.
8788 * ui-file.c (XMALLOC): Ditto.
8789 * ser-unix.h (XMALLOC): Ditto.
8790 * sh-tdep.c (XMALLOC): Ditto.
8791 * ui-out.c (XMALLOC): Ditto.
8792 * utils.c (XMALLOC): Ditto.
8793 * i386-tdep.c (XMALLOC): Ditto.
8794 * gdb-events.c (XMALLOC): Ditto.
8795 * d10v-tdep.c (XMALLOC): Ditto.
8796 * cli-out.c (XMALLOC): Ditto.
8797
8798 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8799 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8800 * ui-file.c, ui-out.c: Ditto.
8801
8802 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8803
8804 * command.h (struct cmd_list_element): Add field context.
8805 (set_cmd_context, get_cmd_context): Declare.
8806 * cli/cli-decode.h: Ditto.
8807 * cli/cli-decode.c (get_cmd_context): New function.
8808 (set_cmd_context): New function.
8809 (add_cmd): Initialize context.
8810 Part of fixing PR gdb/145 and PR gdb/146.
8811
8812 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8813
8814 * cli/cli-decode.c (cmd_type): New function.
8815 * command.h (cmd_type): Declare.
8816 * infrun.c (set_schedlock_func): Call function cmd_type.
8817 * kod.c (kod_set_os): Call cmd_type.
8818 * cris-tdep.c (cris_version_update): Use function cmd_type.
8819 (cris_mode_update, cris_abi_update): Ditto.
8820
8821 * command.h: (execute_cmd_post_hook): Declare.
8822 (execute_cmd_pre_hook): Declare.
8823 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8824 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8825 functions. Execute pre/post hook while ensuring that afterwords
8826 hook_in is cleared.
8827 * top.c (execute_command): Use execute_cmd_post_hook, and
8828 execute_cmd_pre_hook to execute pre/post commands.
8829 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8830 hook_stop_stub.
8831 (hook_stop_stub): Call execute_cmd_pre_hook.
8832
8833 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8834
8835 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8836 set'' and this leads to a core dump. Move xstrdup of
8837 operating_system to after check that it is not NULL.
8838
8839 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8840
8841 * kod.c (kod_set_os): Remove unnecessary check that
8842 ``command->type'' is set_cmd.
8843
8844 * valprint.c (set_input_radix): Use input_radix.
8845 (set_output_radix): Use output_radix.
8846 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8847 isn't reverted.
8848
8849 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8850
8851 * value.h (struct value): Delete field ``substring_addr''. Change
8852 aligner fields to force_doublest_align, force_longest_align,
8853 force_core_addr_align and force_pointer_aligh.
8854
8855 * value.h (struct value): Fix typo in above change.
8856
8857 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8858
8859 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8860 to fix internal_error from ``maintenance print architecture''.
8861
8862 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8863
8864 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8865 for gcc versions after gcc-2.8.1.
8866
8867 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8868
8869 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8870 for method resolution. Restore adjustment of ``this'' pointer after
8871 calling value_struct_elt, which was accidentally removed during the
8872 HP merge.
8873
8874 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8875
8876 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8877 value_of_register.
8878 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8879 get_saved_register.
8880 * value.h (value_of_register): Update.
8881
8882 2002-03-14 Richard Henderson <rth@redhat.com>
8883
8884 * configure.in: Detect declaration for canonicalize_file_name.
8885 * utils.c (canonicalize_file_name): Declare, if needed.
8886 (gdb_realpath): Prefer realpath if available and usable.
8887 * config.in, configure: Rebuild.
8888
8889 2002-03-14 Richard Henderson <rth@redhat.com>
8890
8891 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8892 a constant array bound.
8893
8894 * MAINTAINERS: Add myself to write-after-approval.
8895
8896 2002-03-14 Michael Snyder <msnyder@redhat.com>
8897
8898 * symfile.c (syms_from_objfile): Return immediately if no syms.
8899 (symbol_file_add): Return immediately if no syms.
8900 (find_sym_fns): Return immediately if no syms.
8901
8902 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8903
8904 * gdbserver/remote-util.c (remote_open): Print remote-side's
8905 IP address when remote debugging over the network.
8906
8907 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8908
8909 * config/sparc/fbsd.mh: Fix copyright.
8910 * config/sparc/fbsd.mt: Likewise.
8911
8912 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8913
8914 * MAINTAINERS: Fix typo in name of gdb warnings option.
8915 (x86-64): Fix formating so that this can be parsed by awk.
8916
8917 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8918
8919 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8920 * defs.h: Include "gdb/signals.h".
8921 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8922
8923 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8924
8925 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8926 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8927 from x86-64-tdep.h
8928
8929 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8930 Don Howard <dhoward@redhat.com>
8931
8932 * mips-tdep.c (ST0_FR): Define.
8933 (mips2_fp_compat): New function, temporarily disabled.
8934 (mips_read_fp_register_single): New function.
8935 (mips_read_fp_register_double): New function.
8936 (mips_print_register): Use them.
8937 (do_fp_register_row): Likewise.
8938
8939 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8940
8941 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8942 approval''.
8943
8944 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8945
8946 * stabsread.c (read_member_functions): Fix is_stub test for
8947 static member functions, improve comment.
8948
8949 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8950
8951 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8952 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8953 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8954 commands that set boolean values.
8955 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8956 (arm_rdi_resume): Always initialize PC.
8957 (arm_rdi_open): Don't use rslt as a boolean.
8958 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8959 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8960 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8961 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8962
8963 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8964
8965 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8966 * configure: Rebuilt.
8967
8968 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8969
8970 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8971 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8972
8973 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8974
8975 * cli/cli-decode.c (set_cmd_completer): New function.
8976 * command.h (set_cmd_completer): Declare.
8977 * cli/cli-decode.h (set_cmd_completer): Ditto.
8978
8979 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8980 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8981 * win32-nat.c (_initialize_inftarg): Ditto.
8982 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8983 * proc-api.c (_initialize_proc_api): Ditto.
8984 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8985 * source.c (_initialize_source): Ditto.
8986 * exec.c (_initialize_exec): Ditto.
8987 * solib.c (_initialize_solib): Ditto.
8988 * top.c (init_main): Ditto.
8989 * tracepoint.c (_initialize_tracepoint): Ditto.
8990 * symfile.c (_initialize_symfile): Ditto.
8991 * printcmd.c (_initialize_printcmd): Ditto.
8992 * infcmd.c (_initialize_infcmd): Ditto.
8993 * corefile.c (_initialize_core): Ditto.
8994
8995 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8996
8997 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8998
8999 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9000
9001 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9002
9003 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9004
9005 * NEWS: Update headings, 5.2 has branched.
9006
9007 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9008
9009 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9010 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9011 (register_addr, REGISTER_RAW_SIZE): Likewise.
9012 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9013 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9014
9015 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9016
9017 * MAINTAINERS (x86-64): Add myself.
9018 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9019 changed value_ptr -> struct value *
9020
9021 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9022
9023 * configure.host (sparc64-*-freebsd): Add.
9024 * configure.tgt: Likewise.
9025 * config/sparc/fbsd.mh: New file.
9026 * config/sparc/fbsd.mt: Likewise.
9027 * config/sparc/nm-fbsd.h: Likewise.
9028 * config/sparc/tm-fbsd.h: Likewise.
9029
9030 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9031
9032 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9033 regformats/reg-s390x.dat.
9034
9035 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9036
9037 * utils.c: Add FIXME explaining true/false problem.
9038
9039 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9040
9041 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9042
9043 2002-02-28 Michael Chastain <mec@shout.net>
9044
9045 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9046
9047 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9048
9049 * gdbserver/linux-s390-low.c: New file.
9050 * regformats/reg-s390.dat: New file.
9051 * regformats/reg-s390x.dat: New file.
9052 * gdbserver/configure.srv: Add S/390.
9053 * gdbserver/Makefile.in: Add S/390.
9054 * configure.tgt: Enable gdbserver for S/390.
9055
9056 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9057
9058 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9059 first line of the doc string for "info dos", except at the end of
9060 the sentence, since the short help stops at the first period.
9061
9062 2002-02-28 Jason Merrill <jason@redhat.com>
9063
9064 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9065
9066 2002-02-27 Fred Fish <fnf@redhat.com>
9067
9068 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9069 comment (dumy -> dummy).
9070
9071 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9072
9073 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9074
9075 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9076
9077 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9078
9079 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9080
9081 * gdbserver/acconfig.h: New file.
9082 * gdbserver/i387-fp.c: New file.
9083 * gdbserver/i387-fp.h: New file.
9084 * gdbserver/linux-x86-64.c: New file.
9085 * regformats/reg-x86-64.dat: New file.
9086 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9087 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9088 * gdbserver/configure.in: Add support for regsets.
9089 * gdbserver/config.in: Regenerate.
9090 * gdbserver/configure: Regenerate.
9091 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9092 * gdbserver/linux-low.h: New file.
9093 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9094 for regsets.
9095 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9096 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9097 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9098 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9099 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9100 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9101 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9102 "i387-fp.h". Add PTRACE_GETREGS and friends.
9103 * gdbserver/regcache.c (supply_register): New function.
9104 (supply_register_by_name): New function.
9105 (collect_register): New function.
9106 (collect_register_by_name): New function.
9107
9108 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9109
9110 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9111 (config.status): Add configure.srv dependency.
9112 (server_h): Add config.h dependency.
9113
9114 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9115
9116 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9117 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9118 * gdbserver/configure.srv: Change i386-*-linux* to use
9119 reg-i386-linux.o.
9120
9121 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9122
9123 * x86-64-tdep.c: Re-indent. Update copyright date.
9124
9125 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9126
9127 From Michal Ludvig <mludvig@suse.cz>:
9128 * x86-64-tdep.c (value.h): Delete.
9129 (gdb_assert.h): Include.
9130 (x86_64_register_convert_to_virtual,
9131 x86_64_register_convert_to_raw ): Add check which lets only
9132 floating-point values to be converted.
9133 (value_push): Delete.
9134 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9135 (i386_gdbarch_init): Number of register_bytes fixed.
9136
9137 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9138
9139 * MAINTAINERS: Add x86-64 target.
9140
9141 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9142
9143 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9144 * osfsolib.c (solib_map_sections): Ditto.
9145 * irix5-nat.c (solib_map_sections): Ditto.
9146 * corelow.c (gdb_check_format): Ditto.
9147 * symfile.c (symfile_bfd_open): Ditto.
9148 * solib.c (solib_map_sections): Ditto.
9149 Fix PR gdb/354.
9150
9151 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9152
9153 * remote.c (_initialize_remote): By default, disable ``e'' and
9154 ``E'' step out-of-range packets.
9155
9156 2002-02-26 Andreas Schwab <schwab@suse.de>
9157
9158 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9159 m68k_linux_frame_saved_pc.
9160 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9161 in_sigtramp.
9162 (SIGCONTEXT_PC_OFFSET): Remove.
9163 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9164 m68k_linux_sigtramp_saved_pc): New functions.
9165 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9166 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9167 (UCONTEXT_PC_OFFSET): Define.
9168 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9169 non-RT and RT signal trampolines.
9170
9171 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9172
9173 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9174 (TARGET_NBPG, STACK_END_ADDR): Delete
9175 (VARIABLES_INSIDE_BLOCK): Delete.
9176
9177 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9178
9179 * utils.c (perror_with_name): Make string parameter constant.
9180 (print_sys_errmsg): Ditto.
9181 (query): Ditto.
9182 * defs.h (perror_with_name): Update.
9183 (print_sys_errmsg): Update.
9184 (query): Update.
9185
9186 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9187
9188 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9189 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9190
9191 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9192
9193 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9194 if it already matches the current architecture from the exec file.
9195 Include arch-utils.h for gdbarch_info_init prototype.
9196 * Makefile.in (rs6000-nat.o): Update dependencies.
9197
9198 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9201 list of exported variables.
9202
9203 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9204
9205 * gdbserver/configure.srv: New file.
9206 * gdbserver/configure.in: Use configure.srv instead
9207 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9208 from it.
9209 * gdbserver/configure: Regenerated.
9210 * gdbserver/terminal.h: New file.
9211 * gdbserver/Makefile.in: Update for configure changes. Remove
9212 more unneeded include paths.
9213
9214 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9215
9216 From wiz at danbala:
9217 * config/sparc/tm-sp64.h: Fix grammar and typos.
9218 Fix PR gdb/287.
9219
9220 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9221
9222 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9223 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9224 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9225 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9226 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9227 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9228 * s390-tdep.c: Ditto.
9229 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9230 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9231 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9232 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9233 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9234 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9235 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9236 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9237 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9238 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9239 Fix PR gdb/378.
9240
9241 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9242
9243 * lin-thread.c: Delete file.
9244 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9245 to gdb_proc_service.h.
9246 * configure: Re-generate.
9247
9248 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9249 * serial.c (serial_open): Delete check for "ocd".
9250 Fix PR gdb/349.
9251
9252 * Makefile.in (linux-thread.o): Delete target.
9253 * linux-thread.c: Delete file.
9254
9255 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9256 renamed SH files to be consistent.
9257
9258 * symtab.c (sort_search_symbols): Use xfree.
9259
9260 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9261
9262 * arm-linux-tdep.c (arm_linux_init_abi): Register
9263 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9264 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9265 definition with undef, since we don't want the sysvr4 definition.
9266 (SKIP_TRAMPOLINE_CODE): Likewise.
9267
9268 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9269
9270 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9271
9272 * configure.in: (AC_CHECK_FUNCS) Added test for
9273 canonicalize_file_name Regenerated.
9274 * config.in, configure: Regenerated.
9275 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9276 defined use canonicalize_file_name.
9277
9278 2002-02-23 Michael Chastain <mec@shout.net>
9279
9280 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9281
9282 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9283
9284 * README: Remove references to cygnus.com.
9285 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9286 dot com'' form. Remove references to cygnus.com and sourceware.
9287
9288 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9289
9290 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9291 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9292 1003.1-2001 no longer allows "head -1".
9293 * gdb/Makefile.in (version.c): Likewise.
9294 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9295 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9296 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9297
9298 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9299
9300 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9301 * command.h (cmd_cfunc_eq): Declare.
9302 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9303
9304 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9305 ``struct cmd_list_element *''.
9306 * cli/cli-cmds.c (is_complete_command): Update. Use
9307 cmd_cfunc_eq.
9308 * top.c (execute_command): Pass the command to
9309 is_complete_command.
9310 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9311
9312 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9313
9314 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9315 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9316 architecture defines.
9317 * s390-tdep.c (s390_gdbarch_init): Likewise.
9318
9319 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9320
9321 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9322 (arm_linux_push_arguments): Likewise.
9323 (arm_linux_init_abi): Register them. Also register linux-specific
9324 call_dummy_words.
9325 (find_minsym_and_objfile): Use strcmp, not STREQ.
9326 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9327 (arm_linux_call_dummy_words): Delete declaration.
9328 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9329 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9330 declarations.
9331 (LOWEST_PC): Delete.
9332
9333 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9334
9335 * maint.c (print_section_info): Do not prepend `0x' to filepos
9336 output, it will be handled by local_hex_string_custom.
9337
9338 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9339
9340 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9341 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9342 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9343
9344 2002-02-22 Jim Blandy <jimb@redhat.com>
9345
9346 Indicate that the bcache functions don't change the strings
9347 they're passed.
9348 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9349 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9350
9351 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9352
9353 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9354
9355 2002-02-21 Christopher Faylor <cgf@redhat.com>
9356
9357 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9358 find the complete path to a loaded DLL.
9359
9360 2002-02-21 Fred Fish <fnf@redhat.com>
9361
9362 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9363 that marks the end of the range of a function, enter a line number
9364 entry that has a line number of zero and a PC offset that matches
9365 the end of the function. This starts a range of PC's for which no
9366 line number information is known.
9367 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9368 PC's for which no line number info is found (line number is zero)
9369 then we didn't find any valid line information.
9370 * symtab.h: Document use of zero line number entry.
9371
9372 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9373
9374 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9375 (have_ptrace_getvrregs): Define for run time checks.
9376 (gdb_vrregset_t): New type for Altivec register handling.
9377 (fetch_register, store_register): Fetch/store altivec register
9378 when needed.
9379 (fetch_altivec_register, store_altivec_register): New functions.
9380 (supply_vrregset, fill_vrregset): New functions.
9381 (fetch_altivec_registers, store_altivec_registers): New functions.
9382 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9383 registers as well.
9384
9385 2002-02-21 Jiri Smid <smid@suse.cz>
9386
9387 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9388
9389 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9390
9391 * Makefile.in (armnbsd-nat.o): Update dependencies.
9392 * armnbsd-nat.c (supply_gregset): New function. Common code to
9393 supply the integer register set.
9394 (supply_fparegset): New function. Similar for FPA registers.
9395 (fetch_regs, fetch_fp_regs): Use them.
9396 (fetch_core_registers): Likewise.
9397 (fetch_elfcore_registers): New function.
9398 (arm_netbsd_elfcore_fns): New core-file type specification.
9399 (_initialize_arm_netbsd_nat): Register it.
9400
9401 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9402
9403 * armnbsd-nat.c: Include gdbcore.h.
9404 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9405 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9406 'void' to declaration, to shut up ARI.
9407 (fetch_core_registers): Make static. Rewrite using supply_register.
9408 (arm_netbsd_core_fns): New core-file type specification.
9409 (_initialize_arm_netbsd_nat): New function.
9410
9411 2002-02-21 Christopher Faylor <cgf@redhat.com>
9412
9413 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9414 value.
9415
9416 2002-02-20 Christopher Faylor <cgf@redhat.com>
9417
9418 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9419 fails.
9420
9421 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9422
9423 * jv-exp.y (parse_number): Change type of implicit longs
9424 to builtin_type_uint64.
9425
9426 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9429 to be an integer instead of a `union wait'.
9430
9431 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9432
9433 * mips-linux-nat.c: Call the operating system GNU/Linux.
9434 * mips-linux-tdep.c: Likewise.
9435 * mips-tdep.c: Likewise.
9436
9437 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9438
9439 Fix PR gdb/265.
9440 * jv-exp.y (parse_number): Handle 64-bit integers.
9441
9442 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9443
9444 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9445 AC_STDC_HEADERS to AC_HEADER_STDC.
9446 * gdbserver/configure: Regenerated.
9447
9448 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9449
9450 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9451 is defined.
9452 * sparc-tdep.c (get_longjmp_target): Likewise.
9453
9454 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9455
9456 * News: Add news about ARM and Multi-arch. Mention the new target
9457 arm*-*-netbsd*.
9458
9459 2002-02-19 Jim Blandy <jimb@redhat.com>
9460
9461 * stabsread.c (error_type_complaint): Improve error message.
9462
9463 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9464
9465 * gdbserver/README: Update documentation.
9466 * gdbserver/configure.in: Update configury to match documentation.
9467 * gdbserver/Makefile.in: Likewise.
9468 * gdbserver/configure: Regenerated.
9469 * gdbserver/aclocal.m4: New file, generated by aclocal.
9470 * gdbserver/config.in: New file, generated by autoheader.
9471
9472 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9473
9474 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9475 armnbsd-nat.c.
9476
9477 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9478
9479 * arm-tdep.h (enum arm_float_model): New enum.
9480 (struct gdbarch_tdep): Add fp_model.
9481 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9482 up floating-point conversions until we know the floating-point model
9483 in use by the inferior. Don't complain about being unable to
9484 determine the ABI of the inferior when we don't have one.
9485 (arm_extract_return_value): Support different floating-point models.
9486 (arm_store_return_value): Likewise.
9487 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9488 ARM_FLOAT_SOFT.
9489 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9490
9491 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9492
9493 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9494 of ``current_gdbarch''.
9495
9496 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9497
9498 * armnbsd-nat.c : ANSIfy all function declarations.
9499 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9500 (fetch_inferior_registers): Re-implement in terms of above.
9501 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9502 (store_inferior_registers): Re-implement in terms of above.
9503
9504 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9505
9506 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9507 kernel.
9508 * arm-linux-tdep.c: Likewise.
9509 * config/arm/tm-linux.h: Likewise.
9510
9511 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9512
9513 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9514 * config/arm/nbsd.mt (TM_FILE): Delete.
9515 * config/arm/tm-nbsd.h: Delete.
9516
9517 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9518
9519 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9520 Initialize CALL_DUMMY_LENGTH.
9521
9522 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9523
9524 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9525 function.
9526 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9527 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9528 defines one thing and that is incorrect for this port.
9529 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9530
9531 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9532
9533 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9534
9535 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9536
9537 * win32-nat.c (display_selector): New function. Displays information
9538 about the information returned by GetThreadSelectorEntry API function.
9539 (display_selectors): New function. Displays the infomation of
9540 the selector given as argument, or of CS, DS ans FS selectors
9541 if no argument is given.
9542 ( _initialize_inftarg): Add "w32" as info prefix command.
9543 Add "info w32 selector" as command calling display_selectors.
9544
9545 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9546
9547 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9548 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9549 if not defined.
9550
9551 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9552
9553 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9554
9555 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9556
9557 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9558 (arm_fix_call_dummy): Call it.
9559 (arm_call_dummy_breakpoint_offset): Delete.
9560 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9561 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9562
9563 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9564
9565 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9566 Default to func_frame_chain_valid.
9567 * gdbarch.h, gdbarch.c: Re-generate.
9568 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9569
9570 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9571
9572 * ppc-linux-nat.c: Update copyright.
9573 (fetch_register, store_register): Add tid parameter, don't compute
9574 tid here.
9575 (fetch_ppc_registers, store_ppc_registers): Add tid
9576 parameter. Pass it along to callees.
9577 (fetch_inferior_registers, store_inferior_registers): Compute tid
9578 here, and pass it to calleed functions.
9579 (fill_gregset, supply_fpregset): Clean up formatting.
9580
9581 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9582
9583 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9584 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9585
9586 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9587
9588 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9589 * gdbarch.c gdbarch.h: Regenerate.
9590 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9591 function.
9592 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9593 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9594 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9595
9596 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9597 * arm-tdep.c (arm_get_longjmp_target): New function.
9598 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9599 this to a positive value register arm_get_longjmp_target as the
9600 longjmp handler.
9601 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9602 (arm_linux_init_abi): Set up longjmp description in tdep.
9603 * armnbsd-nat.c (get_longjmp_target): Delete.
9604 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9605 description in tdep.
9606 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9607 (get_longjmp_target): Delete declaration.
9608 (GET_LONGJMP_TARGET): Delete.
9609 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9610 (GET_LONGJMP_TARGET): Delete.
9611
9612 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9613
9614 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9615 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9616 of ``current_gdbarch''.
9617
9618 2002-02-17 Tom Tromey <tromey@redhat.com>
9619
9620 * cli/cli-cmds.c (compare_strings): New function.
9621 (complete_command): Only print each unique item once.
9622 * completer.h (complete_line): Declare.
9623 * completer.c (complete_line): New function.
9624 (line_completion_function): Use it.
9625
9626 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9627
9628 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9629 * gdbarch.h, gdbarch.c: Re-generate.
9630
9631 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9632
9633 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9634
9635 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9636
9637 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9638 * valops.c (value_arg_coerce): Don't take the address of a reference
9639 to convert an argument to a reference.
9640
9641 2002-02-15 Christopher Faylor <cgf@redhat.com>
9642
9643 * win32-nat.c (get_image_name): New function.
9644 (handle_load_dll): Use get_image_name function.
9645 (get_child_debug_event): Avoid registering debug events until possibly
9646 execed process is started.
9647 (child_create_inferior): Allow invocation via shell so that command
9648 line redirection, etc. works ok.
9649 (_initialize_inftarg): Add new command: "set shell" to control whether
9650 a shell is used to start a process.
9651
9652 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9653
9654 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9655 instead of find_register_by_number.
9656 (cannot_store_register): Likewise.
9657
9658 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9659
9660 * dwarf2read.c: Replace fprintf (stderr, ...) by
9661 fprintf_unfiltered (gdb_stderr, ...).
9662
9663 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9664
9665 * gdbserver/gdbserver.1: Document --attach.
9666
9667 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9668
9669 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9670 descriptions.
9671 * arm-tdep.c (arm_default_arm_le_breakpoint)
9672 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9673 (arm_default_thumb_be_breakpoint): New. Initialize them from
9674 traditional breakpoint defines.
9675 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9676 (arm_gdbarch_init): Initialize new breakpoint variables.
9677 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9678 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9679 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9680 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9681 code out to ...
9682 (arm_netbsd_init_abi_common): ... here; new function.
9683 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9684 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9685 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9686 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9687
9688 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9689
9690 * arm-tdep.h (enum arm_abi): New enum.
9691 (struct gdbarch_tdep): New structure.
9692 (LOWEST_PC): Provide a default.
9693 (arm_gdbarch_register_os_abi): Declare new function.
9694 * arm-tdep.c (arm_abi_names): New array.
9695 (process_note_abi_tag_sections): New function.
9696 (get_elfosabi): New function.
9697 (arm_gdbarch_register_os_abi): New function.
9698 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9699 support for that ABI has been built in, then call the appropriate
9700 configuration routine. Use gdbarch_num_regs() to get the number
9701 of registers.
9702 (arm_dump_tdep): New function.
9703 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9704 place-holder functions.
9705 (_initialize_arm_tdep): Register them.
9706 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9707
9708 * armnbsd-tdep.c: New file.
9709 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9710 * config/arm/nbsd.mt (TDEPFILES): Add it.
9711 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9712
9713 * armnbsd-nat.c: Include regcache.h.
9714 * Makefile.in (armnbsd-nat.o): Update dependency list.
9715
9716 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9717
9718 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9719
9720 * gdbserver/Makefile.in: Fix typos in target rules.
9721
9722 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9723
9724 Fix part of PR gdb/267.
9725 * linespec.c (find_methods): Handle constructors specially for now.
9726
9727 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9728
9729 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9730 handling.
9731 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9732 standard_coerce_float_to_double().
9733
9734 2002-02-14 Christopher Faylor <cgf@redhat.com>
9735
9736 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9737 GDBINIT_FILENAME.
9738
9739 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9740
9741 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9742 find_variant_by_name, because it confuses the multiarch
9743 framework. Return NULL if there isn't an architecture with the
9744 user supplied name, instead of forcing a different one without
9745 recording the change with the multiarch machinery.
9746 (find_variant_by_name): Delete.
9747
9748 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9749
9750 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9751 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9752
9753 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9754
9755 * stack.c (print_frame_info_base): When calling
9756 print_frame_info_listing_hook, set current_source_symtab.
9757
9758 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9759
9760 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9761 and remove unused $(INCLUDE_DIR).
9762 Add regcache.c to OBS.
9763 Add generated register protocol files to clean target.
9764 Update dependencies for new objects, obsolete old target code.
9765
9766 * gdbserver/linux-low.c: Remove all platform-specific code to
9767 new files. Remove various dead code. Update to use regcache
9768 functionality.
9769 * gdbserver/remote-utils.c (fromhex): Add return statement
9770 to quiet warning.
9771 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9772 constant.
9773 (input_interrupt): Add integer parameter to match prototype
9774 of a signal handler.
9775 (outreg): Use register_data ().
9776 (prepare_resume_reply): Use gdbserver_expedite_regs.
9777 * gdbserver/server.c (main): Dynamically allocate own_buf because
9778 PBUFSIZ is no longer constant. Use registers_to_string () and
9779 registers_from_string ().
9780 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9781 for error (), fatal (), and warning (). Update definition of
9782 PBUFSIZ to use regcache functionality. Add include guard.
9783 * gdbserver/utils.c (fatal): Add missing ``const''.
9784 (warning): New function.
9785
9786 * regformats/regdat.sh: Include "regcache.h" in generated files.
9787 Provide init_registers () function.
9788 * regformats/regdef.h: Add prototype for set_register_cache ().
9789 Add include guard.
9790
9791 * gdbserver/linux-arm-low.c: New file.
9792 * gdbserver/linux-i386-low.c: New file.
9793 * gdbserver/linux-ia64-low.c: New file.
9794 * gdbserver/linux-m68k-low.c: New file.
9795 * gdbserver/linux-mips-low.c: New file.
9796 * gdbserver/linux-ppc-low.c: New file.
9797 * gdbserver/linux-sh-low.c: New file.
9798
9799 * gdbserver/regcache.c: New file.
9800 * gdbserver/regcache.h: New file.
9801
9802 * gdbserver/low-linux.c: Removed obsolete file.
9803
9804 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9805
9806 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9807 * config/i386/linux.mt: Likewise.
9808 * config/ia64/linux.mt: Likewise.
9809 * config/m68k/linux.mh: Likewise.
9810 * config/powerpc/linux.mh: Likewise.
9811 * config/mips/linux.mt: Likewise.
9812
9813 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9814
9815 * config/i386/i386lynx.mh: Mark gdbserver variables
9816 as (currently) obsolete for this target.
9817 * config/i386/nbsd.mt: Likewise.
9818 * config/i386/nbsdelf.mt: Likewise.
9819 * config/m32r/m32r.mt: Likewise.
9820 * config/m68k/m68klynx.mh: Likewise.
9821 * config/m68k/nbsd.mt: Likewise.
9822 * config/m68k/sun3os4.mh: Likewise.
9823 * config/mips/vr5000.mt: Likewise.
9824 * config/ns32k/nbsd.mt: Likewise.
9825 * config/pa/hppabsd.mh: Likewise.
9826 * config/pa/hppaosf.mh: Likewise.
9827 * config/powerpc/nbsd.mt: Likewise.
9828 * config/rs6000/rs6000lynx.mh: Likewise.
9829 * config/s390/s390.mt: Likewise.
9830 * config/s390/s390x.mt: Likewise.
9831 * config/sparc/sparclynx.mh: Likewise.
9832 * config/sparc/sun4os4.mh: Likewise.
9833 * config/i386/x86-64linux.mt: Likewise.
9834 * config/sparc/linux.mh: Likewise.
9835
9836 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * configure.tgt: Configure gdbserver only for known working
9839 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9840 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9841 SUBDIRS if it is configured. Update comment for ${nativefile}.
9842 * configure: Regenerated.
9843
9844 2002-02-13 Michael Snyder <msnyder@redhat.com>
9845
9846 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9847
9848 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9849 (default_gcore_mach): Just return 0, work around a problem in bfd.
9850 (default_gcore_target): OK to return NULL if exec_bfd is null.
9851 (make_mem_sec): Use a cast, avoid a warning.
9852
9853 * procfs.c (find_memory_regions_callback): Use a cast instead of
9854 calling host_pointer_to_address (which complains if
9855 sizeof (host pointer) != sizeof (target pointer)).
9856 (procfs_make_note_section): Avoid overflow in psargs string.
9857
9858 * procfs.c (procfs_make_note_section): Make the default
9859 implementation return an error.
9860
9861 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9862
9863 * procfs.c (procfs_make_note_section): Provide a default definition
9864 (for alpha-dec-osf4.0f). Fix typos.
9865
9866 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9867
9868 * linux-proc.c: Add include of regcache.h.
9869 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9870
9871 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9872
9873 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9874 * memattr.c (create_mem_region): Disallow useless empty region.
9875 Regions are half-open intervals, so allow [A..B) [B..C) as
9876 non-overlapping.
9877
9878 2002-02-13 Michael Chastain <mec@shout.net>
9879
9880 * defs.h: Kill CONST_PTR.
9881 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9882 * c-lang.c (c_builtin_types): Likewise.
9883 * ch-lang.c (ch_builtin_types): Likewise.
9884 * f-lang.c (f_builtin_types): Likewise.
9885 * language.c (unknown_builtin_types): Likewise.
9886 * m2-lang.c (m2_builtin_types): Likewise.
9887 * p-lang.c (pascal_builtin_types): Likewise.
9888 * scm-lang.c (c_builtin_types): Likewise.
9889
9890 2002-02-13 Keith Seitz <keiths@redhat.com>
9891
9892 * arm-tdep.h (arm_get_next_pc): Add declaration.
9893
9894 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9895
9896 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9897 with other related struct-returning functions.
9898 (arm_extract_struct_value_address): New function.
9899 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9900 initialize float_format, double_format and long_double_format as
9901 appropriate to the endianness of the target.
9902 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9903 (arm_use_struct_convention): Delete declaration.
9904 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9905
9906 2002-02-13 Keith Seitz <keiths@redhat.com>
9907
9908 * defs.h (core_addr_to_string_nz): New function.
9909
9910 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9911
9912 Apply missing bits of 2002-01-15 patch.
9913 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9914 (fill_fpregset): Use i387_fill_fsave.
9915
9916 2002-02-12 Keith Seitz <keiths@redhat.com>
9917
9918 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9919 (core_addr_to_string_nz): New function.
9920
9921 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9922
9923 * arm-linux-nat.c: Really include arm-tdep.h.
9924 * config/arm/tm-linux.h (struct type, struct value): Declare.
9925
9926 2002-02-11 Michael Snyder <msnyder@redhat.com>
9927
9928 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9929 (gcore section): Ifdef for Solaris and Unixware only.
9930 (procfs_do_thread_registers): Unixware needs one lwpstatus
9931 per thread (not one prstatus or pstatus).
9932 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9933 not over all gdb threads. For unixware, call elfcore_write_pstatus
9934 once before iterating over threads.
9935
9936 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9937
9938 * arm-tdep.h: New file.
9939 * arm-tdep.c: Include arm-tdep.h.
9940 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9941 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9942 (arm_print_float_info, arm_register_type, convert_to_extended)
9943 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9944 (arm_extract_return_value, arm_register_name): Make static.
9945 (arm_software_single_step): Similarly. Fix types in declaration.
9946 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9947 (arm_store_return_value, arm_store_struct_return): New functions.
9948 (arm_gdbarch_init): Register the above functions. Also register
9949 call_dummy_start_offset, sizeof_call_dummy_words,
9950 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9951 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9952 max_register_virtual_size, register_size. Set up
9953 prologue_cache.saved_regs here, rather than ...
9954 (_initialize_arm_tdep): ... here.
9955 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9956 declarations.
9957 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9958 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9959 (arm_print_float_info, arm_register_type, convert_to_extended)
9960 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9961 (arm_extract_return_value, arm_register_name): Delete declarations.
9962 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9963 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9964 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9965 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9966 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9967 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9968 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9969 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9970 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9971 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9972 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9973 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9974 interface.
9975 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9976 * remote-rdi.c remote-rdp.c: Likewise.
9977 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9978 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9979 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9980 definition.
9981
9982 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9983 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9984 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9985 from non-ARM_ prefixed definitions.
9986 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9987 all uses of above.
9988 * remote-rdi.c remote-rdp.c: Likewise.
9989 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9990
9991 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9992
9993 * arm-tdep.c (arm_frameless_function_invocation)
9994 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9995 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9996 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9997 (arm_pop_frame, arm_get_next_pc): Make static.
9998 (arm_gdbarch_init): Register above in gdbarch structure.
9999 (arm_read_fp): Renamed from arm_target_read_fp.
10000 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10001 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10002 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10003 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10004 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10005 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10006 (arm_pc_is_thumb_dummy): Delete declarations.
10007 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10008 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10009 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10010 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10011
10012 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10013
10014 * symtab.c (compare_search_syms): New function.
10015 (sort_search_symbols): New function.
10016 (search_symbols): Sort symbols after searching rather than
10017 before.
10018
10019 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10020
10021 * NEWS: Linux -> GNU/Linux.
10022
10023 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10024
10025 * gdbarch.sh: For for level one methods, disallow a definition
10026 when partially multi-arched. Add comments explaining rationale.
10027 * gdbarch.h: Re-generate.
10028
10029 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10030
10031 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10032 multi-arch partial.
10033
10034 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10035
10036 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10037 field. Use diff -u.
10038 * gdbarch.c: Re-generate.
10039
10040 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10041
10042 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10043 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10044 partial.
10045
10046 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10047
10048 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10049 multi-arch partial.
10050 (PUSH_ARGUMENTS): Switch to using predefault.
10051 * gdbarch.c: Regenerate.
10052
10053 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10054
10055 * valops.c (PUSH_ARGUMENTS): Delete definition.
10056 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10057 partial. Default to default_push_arguments.
10058 * gdbarch.h, gdbarch.c: Regenerate.
10059
10060 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10061
10062 * defs.h (throw_exception): Rename return_to_top_level. Update
10063 comments.
10064 * utils.c (error_stream, internal_verror, quit): Ditto.
10065 * top.c (throw_exception, catcher): Ditto.
10066 * sparclet-rom.c (sparclet_load): Ditto.
10067 * remote.c (interrupt_query, minitelnet): Ditto.
10068 * remote-sds.c (interrupt_query): Ditto.
10069 * remote-mips.c (mips_error, mips_kill): Ditto.
10070 * ocd.c (interrupt_query): Ditto.
10071 * monitor.c (monitor_interrupt_query): Ditto.
10072 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10073 * target.h: Update comment.
10074
10075 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10076
10077 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10078
10079 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10080 default_double_format.
10081 * gdbarch.h, gdbarch.c: Re-generate.
10082 * findvar.c (floatformat_unknown): Delete variable definition.
10083 * doublest.h (floatformat_unknown): Delete variable declaration.
10084
10085 2002-02-09 Jim Blandy <jimb@redhat.com>
10086
10087 * stabsread.c (read_type): Add code to parse Sun's syntax for
10088 prototyped function types.
10089
10090 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10091
10092 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10093 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10094
10095 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10096
10097 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10098 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10099 now _initialize_xcoffsolib gets called again and overrides the
10100 commands from solib.c in a native configuration.
10101
10102 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10103
10104 * doublest.c (store_typed_floating): Don't try to return a value.
10105 Fixes PR gdb/290.
10106
10107 2002-02-08 Jim Blandy <jimb@redhat.com>
10108
10109 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10110 is prototyped and has no arguments, print its argument list as
10111 `(void)'.
10112
10113 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10114
10115 * MAINTAINERS (write-after-approval): Add myself.
10116 (paper-trail): I've escaped!
10117
10118 2002-02-08 Christopher Faylor <cgf@redhat.com>
10119
10120 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10121 changes.
10122 (_initialize_check_for_gdb_ini): Ditto.
10123
10124 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10125
10126 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10127 xaprintf -> xasprintf.
10128
10129 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10130
10131 * win32-nat.c: Remove use of printf and sprintf functions.
10132
10133 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10134
10135 * arm-tdep.c (arm_frame_chain_valid): Make static.
10136 (arm_push_arguments): Likewise.
10137 (arm_gdbarch_init): New function.
10138 (_initialize_arm_tdep): Call it.
10139 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10140 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10141 (FRAME_CHAIN_VALID): Delete.
10142 (arm_frame_chain_valid): Delete declaration.
10143 (PUSH_ARGUMENTS): Delete.
10144 (arm_push_arguments): Delete declaration.
10145 (CALL_DUMMY_P): Delete.
10146
10147 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10148 Corinna Vinschen <vinschen@redhat.com>
10149
10150 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10151 on builtin float types.
10152
10153 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10154
10155 * utils.c: Include <curses.h> before "bfd.h".
10156 * tui/tui-hooks.c: Likewise.
10157 * tui/tui.c: Likewise.
10158 * tui/tuiCommand.c: Likewise.
10159 * tui/tuiData.c: Likewise.
10160 * tui/tuiDataWin.c: Likewise.
10161 * tui/tuiDisassem.c: Likewise.
10162 * tui/tuiGeneralWin.c: Likewise.
10163 * tui/tuiIO.c: Likewise.
10164 * tui/tuiLayout.c: Likewise.
10165 * tui/tuiRegs.c: Likewise.
10166 * tui/tuiSource.c: Likewise.
10167 * tui/tuiSourceWin.c: Likewise.
10168 * tui/tuiStack.c: Likewise.
10169 * tui/tuiWin.c: Likewise.
10170
10171 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10172
10173 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10174 to include space for pseudoregs as well. Update loops accordingly.
10175 (sh_fp_frame_init_saved_regs): Ditto.
10176 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10177
10178 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10179
10180 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10181 Add Richard Earnshaw to Arm maintainers.
10182
10183 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10184
10185 * defs.h (warning_begin): Delete declaration.
10186
10187 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10188 Delete macro.
10189
10190 2002-02-07 Michael Snyder <msnyder@redhat.com>
10191
10192 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10193 Logic bug, remove misplaced else.
10194
10195 2002-02-07 Klee Dienes <klee@apple.com>
10196
10197 * fork-inferior.c (fork_inferior): Add '!' to the list of
10198 characters that need to be quoted when building a string for the
10199 shell. Quote '!' specifically with a backslash, since CSH chokes
10200 when trying to evaluate "str!str".
10201
10202 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10203
10204 * rdi-share/host.h: Only provide a typedef for bool if it is not
10205 defined.
10206
10207 2002-02-04 Michael Snyder <msnyder@redhat.com>
10208
10209 * breakpoint.h (enum bptype): Add new overlay event bp type.
10210 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10211
10212 * breakpoint.c (create_internal_breakpoint): New function.
10213 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10214 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10215 (create_thread_event_breakpoint): Ditto.
10216 (create_solib_event_breakpoint): Ditto.
10217 (create_overlay_event_breakpoint): New function.
10218 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10219 (update_breakpoints_after_exec): Delete and re-initialize
10220 overlay event breakpoints after an exec. Add FIXME comment
10221 about longjmp breakpoint.
10222 (print_it_typical): Ignore overlay event breakpoints.
10223 (print_one_breakpoint): Ditto.
10224 (mention): Ditto.
10225 (bpstat_what): Do not stop for overlay event breakpoints.
10226 (delete_breakpoint): Don't delete overlay event breakpoints.
10227 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10228 (breakpoint_re_set): Re-create overlay event breakpoint.
10229
10230 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10231 (overlay_manual_command): Disable overlay breakpoints.
10232 (overlay_off_command): Disable overlay breakpoints.
10233
10234 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10235
10236 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10237 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10238 to here from config/tm-arm.h.
10239 (coff_sym_is_thumb): Make static.
10240 (arm_elf_make_msymbol_special): New function.
10241 (arm_coff_make_msymbol_special): New function.
10242 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10243 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10244 (coff_sym_is_thumb): Delete declaration.
10245 (arm_elf_make_msymbol_special): Declare.
10246 (arm_coff_make_msymbol_special): Declare.
10247 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10248 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10249
10250 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10251
10252 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10253
10254 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10255
10256 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10257 * gdbarch.c gdbarch.h: Regenerate.
10258 * arch-utils.c (default_print_float_info): New function.
10259 * arch-utils.h (default_print_float_info): Prototype it.
10260 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10261 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10262 (PRINT_FLOAT_INFO): Document it.
10263
10264 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10265 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10266 (PRINT_FLOAT_INFO): Define.
10267
10268 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10269
10270 * win32-nat.c (_initialize_check_for_gdb_ini):
10271 Add typecast to sprintf argument to suppress a warning.
10272
10273 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10274
10275 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10276 to allow easier handling of pass state.
10277 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10278 that gives exception name and address.
10279 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10280 and set last_sig value to ourstatus->value.sig. Some missing
10281 exceptions added.
10282 (child_continue): Correctly report continue_status.
10283 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10284 TARGET_SIGNAL_0 (new default value).
10285 (child_resume): consider sig argument passed to decide if
10286 the exception should be passed to debuggee or not.
10287
10288 2002-02-05 Michael Snyder <msnyder@redhat.com>
10289
10290 * regcache.c (fetch_register): Call target_fetch_register
10291 only if we don't call FETCH_PSEUDO_REGISTER.
10292 (store_register): Call target_store_register only if we
10293 don't call STORE_PSEUDO_REGISTER.
10294
10295 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10296
10297 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10298 ELF_MAKE_MSYMBOL_SPECIAL.
10299 * gdbarch.c, gdbarch.h: Regenerate.
10300 * arch-utils.c (default_make_msymbol_special): New function.
10301 * arch-utils.h (default_make_msymbol_special): Export.
10302 * elfread.c (elf_symtab_read): Compile use of
10303 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10304 multiarched.
10305 * coffread.c (coff_symtab_read): Ditto, for
10306 COFF_MAKE_MSYMBOL_SPECIAL.
10307
10308 2002-02-05 Jim Blandy <jimb@redhat.com>
10309
10310 * solib-svr4.c (svr4_truncate_ptr): New function.
10311 (svr4_relocate_section_addresses): Do the address arithmetic with
10312 the appropriate truncation for target addresses, even when
10313 CORE_ADDR is larger than a target address.
10314
10315 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10318 to (int *).
10319
10320 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10321
10322 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10323 code.
10324
10325 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10326
10327 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10328
10329 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10330
10331 * gdbserver/linux-low.c: Remove unused include files.
10332
10333 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10334
10335 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10336 (read_inferior_memory): Use it.
10337 (write_inferior_memory): Likewise.
10338
10339 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10340
10341 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10342 grubbing through sys_errlist.
10343
10344 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10345
10346 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10347
10348 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10349 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10350
10351 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10352
10353 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10354 (do_sfunc, set_cmd_sfunc): New functions.
10355
10356 * command.h (struct cmd_list_element): Add field func.
10357 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10358 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10359 * cli/cli-decode.h: Ditto.
10360
10361 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10362 (help_all, help_cmd_list): Ditto.
10363 (find_cmd, complete_on_cmdlist): Ditto.
10364 * top.c (execute_command): Ditto.
10365
10366 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10367 function.sfunc.
10368
10369 * infcmd.c (notice_args_read): Fix function signature.
10370
10371 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10372 * cli/cli-decode.c (add_set_cmd): Ditto.
10373 * utils.c (initialize_utils): Ditto.
10374 * maint.c (_initialize_maint_cmds): Ditto.
10375 * infrun.c (_initialize_infrun): Ditto.
10376 * demangle.c (_initialize_demangler): Ditto.
10377 * remote.c (add_packet_config_cmd): Ditto.
10378 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10379 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10380 * proc-api.c (_initialize_proc_api): Ditto.
10381 * kod.c (_initialize_kod): Ditto.
10382 * valprint.c (_initialize_valprint): Ditto.
10383 * top.c (init_main): Ditto.
10384 * infcmd.c (_initialize_infcmd): Ditto.
10385 * corefile.c (_initialize_core): Ditto.
10386 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10387 * arch-utils.c (initialize_current_architecture): Ditto.
10388 (_initialize_gdbarch_utils): Ditto.
10389 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10390
10391 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10392 * wince.c (_initialize_inftarg): Ditto.
10393 * symfile.c (_initialize_symfile): Ditto.
10394 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10395 * language.c (_initialize_language): Ditto.
10396 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10397
10398 2002-02-04 Michael Snyder <msnyder@redhat.com>
10399
10400 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10401
10402 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10403
10404 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10405 Add rules for building the register data files.
10406
10407 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10408
10409 * regformats/regdat.sh: Add braces to the definition of
10410 expedite_regs_${arch}.
10411
10412 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * regformats/regdef.h (struct reg): Add comment describing the
10415 requirements for offset and size fields.
10416
10417 2002-02-04 Andreas Schwab <schwab@suse.de>
10418
10419 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10420 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10421
10422 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10423
10424 * gdbarch.sh (copyright): Update years in generated header.
10425 (SMASH_TEXT_ADDRESS): Add rule.
10426 * gdbarch.h, gdbarch.c: Re-generate.
10427 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10428 * dbxread.c: Likewise.
10429 * dwarfread.c: Likewise.
10430 * elfread.c: Likewise.
10431 * somread.c: Likewise.
10432
10433 * arm-tdep.c (arm_smash_text_address): New function.
10434 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10435
10436 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10437
10438 Add support for hardware watchpoints on win32 native.
10439 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10440 CONTEXT_DEBUG_REGISTERS.
10441 (dr variable): New variable. Static array containing a local copy
10442 of debug registers.
10443 (debug_registers_changed): New variable. Reflects when debug registers
10444 are changed and need to be written to inferior.
10445 (debug_registers_used): New variable. Reflects when any debug register
10446 was set, used when new threads are created.
10447 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10448 i386-nat code.
10449 (thread_rec): Set dr array if id is the thread of current_event .
10450 (child_continue, child_resume): Change the debug registers for all
10451 threads if debug_registers_changed.
10452 (child_add_thread): Change the debug registers if debug_registers_used.
10453 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10454 Link nm.h to new nm-cygwin.h file.
10455 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10456 of hardware registers.
10457
10458 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10459
10460 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10461 Restore behavour broken by 2002-01-20 Andrew Cagney
10462 <ac131313@redhat.com> IEEE_FLOAT removal.
10463
10464 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10465
10466 * c-valprint.c (c_val_print): Pass a proper valaddr to
10467 cp_print_class_method.
10468 * valops.c (search_struct_method): If there is only one method
10469 and args is NULL, return that method.
10470
10471 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10472
10473 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10474 accessing tag_name directly.
10475
10476 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10477
10478 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10479 of accessing tag_name directly.
10480
10481 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10482
10483 PR gdb/280
10484 * gdbtypes.c (replace_type): New function.
10485 * gdbtypes.h (replace_type): Add prototype.
10486 * stabsread.c (read_type): Use replace_type.
10487
10488 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10489
10490 * Makefile.in (memattr.o): Add missing dependencies rule.
10491
10492 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10493
10494 * breakpoint.c (break_at_finish_command): Really export.
10495 (break_at_finish_at_depth_command): Ditto.
10496 (tbreak_at_finish_command): Ditto.
10497 * hppa-tdep.c: Include completer.h.
10498 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10499 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10500
10501 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10502
10503 * utils.c (do_write): New function.
10504 (error_stream): Rewrite combining the code from error_begin and
10505 verror.
10506 (verror): Rewrite using error_stream.
10507 (error_begin): Delete function.
10508
10509 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10510
10511 * utils.c (error_begin): Make static.
10512 * defs.h (error_begin): Delete declaration.
10513
10514 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10515 (decode_line_1): Use cplusplus_error instead of error_begin,
10516 cplusplus_hint and return_to_top_level.
10517 * coffread.c (coff_symfile_read): Use error instead of error_begin
10518 and return_to_top_level.
10519 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10520
10521 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10522
10523 * language.h (type_error, range_error): Make string parameter
10524 constant.
10525 * language.c (warning_pre_print): Delete extern declaration.
10526 * dwarfread.c (warning_pre_print): Ditto.
10527 * language.c (type_error, range_error): Rewrite to use verror and
10528 vwarning instead of warning_begin.
10529
10530 2002-02-01 Michael Snyder <msnyder@redhat.com>
10531
10532 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10533 (set_ignore_count): Move misplaced comment back where it belongs.
10534
10535 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10536
10537 * command.h (NO_FUNCTION): Delete macro.
10538 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10539 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10540 * tracepoint.c (_initialize_tracepoint): Ditto.
10541 * cli/cli-decode.c (add_set_cmd): Ditto.
10542 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10543
10544 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10545
10546 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10547 Update ``this'' pointer when calling virtual functions.
10548
10549 2002-02-01 Michael Snyder <msnyder@redhat.com>
10550
10551 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10552 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10553
10554 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10555
10556 * regformats/reg-arm.dat: New file.
10557 * regformats/reg-i386.dat: New file.
10558 * regformats/reg-ia64.dat: New file.
10559 * regformats/reg-m68k.dat: New file.
10560 * regformats/reg-mips.dat: New file.
10561 * regformats/reg-ppc.dat: New file.
10562 * regformats/reg-sh.dat: New file.
10563 * regformats/regdef.h: New file.
10564 * regformats/regdat.sh: New file.
10565
10566 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10567
10568 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10569 (arm_frame_args_address, arm_frame_locals_address): New functions.
10570 (arm_frame_num_args): New function.
10571 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10572 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10573 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10574
10575 2002-01-31 Michael Snyder <msnyder@redhat.com>
10576
10577 * breakpoint.c (break_at_finish_command): Export.
10578 (break_at_finish_at_depth_command): Export.
10579 (tbreak_at_finish_command): Export.
10580 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10581 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10582 "txbreak" commands, which are HPPA specific.
10583
10584 * printcmd.c (disassemble_command): Remove an ancient
10585 artifact of an old merge.
10586
10587 * symfile.h (enum overlay_debugging_state):
10588 Define enum constant values for overlay mode.
10589 * symfile.c (overlay_debugging): Use enums instead of literals.
10590 (overlay_is_mapped, overlay_auto_command,
10591 overlay_manual_command): Ditto.
10592
10593 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10594 breakpoint_here_p, breakpoint_inserted_here_p,
10595 breakpoint_thread_match, bpstat_stop_status,
10596 describe_other_breakpoints, check_duplicates, clear_command):
10597 Coding standard fixes.
10598
10599 * target.c (target_xfer_memory): Add spaces, coding standard.
10600 (do_xfer_memory): Add missing line to trust-readonly
10601 code: check bfd SEC_READONLY flag for section.
10602
10603 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10604
10605 * PROBLEMS: Fix typo, 5.1->5.1.1.
10606
10607 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10608
10609 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10610 data symbols, since we search based on textlow and texthigh.
10611 (find_pc_sect_symtab): Likewise.
10612
10613 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10614
10615 * defs.h (vwarning): Declare.
10616 * utils.c (vwarning): New function.
10617 (warning): Call vwarning.
10618 (warning_begin): Delete function.
10619
10620 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10621 the warning message.
10622 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10623 warning_begin.
10624
10625 2002-01-30 Michael Snyder <msnyder@redhat.com>
10626
10627 * NEWS: Mention "set trust-readonly-sections" command.
10628 Mention generate-core-file command.
10629
10630 2002-01-15 Michael Snyder <msnyder@redhat.com>
10631
10632 * target.c: New command, "set trust-readonly-sections on".
10633 (do_xfer_memory): Honor the suggestion to trust readonly sections
10634 by reading them from the object file instead of from the target.
10635 (initialize_targets): Register command "set trust-readonly-sections".
10636
10637 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10638
10639 * parse.c (target_map_name_to_register): Simplify, search regs and
10640 pseudo-regs using a single loop.
10641
10642 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10643
10644 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10645
10646 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10647
10648 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10649 * config/i386/i386v42mp.mh: Add i387-nat.o .
10650 * i386v4-nat.c: Include i387-nat.h.
10651 (supply_fpregset): Use i387_supply_fsave.
10652 (fill_fpregset): Use i387_fill_fsave.
10653
10654 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10655
10656 * arm-tdep.c (arm_call_dummy_words): Define.
10657 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10658 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10659 (CALL_DUMMY_WORDS): Define.
10660 (arm_call_dummy_words): Declare.
10661 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10662 (arm_linux_call_dummy_words): Declare.
10663
10664 2002-01-30 Andreas Schwab <schwab@suse.de>
10665
10666 * m68klinux-nat.c: Fix last change to use regcache_collect
10667 instead of referencing registers[] directly.
10668
10669 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10670
10671 * parse.c (target_map_name_to_register): Delete code wrapped in
10672 #ifdef REGISTER_NAME_ALIAS_HOOK.
10673
10674 2002-01-28 Michael Snyder <msnyder@redhat.com>
10675
10676 * regcache.c (legacy_read_register_gen): Need to be able to
10677 read pseudo-register as well as real register.
10678 (legacy_write_register_gen): Ditto.
10679
10680 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10681
10682 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10683 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10684 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10685 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10686 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10687 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10688 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10689 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10690 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10691 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10692 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10693 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10694 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10695 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10696 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10697 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10698 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10699 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10700 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10701 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10702
10703 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10704
10705 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10706 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10707 (initialize_current_architecture): Update target_byte_order using
10708 information from BFD.
10709 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10710 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10711
10712 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10713
10714 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10715 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10716
10717 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10718 #ifdef INVALID_FLOAT.
10719 * infcmd.c (do_registers_info): Ditto.
10720 * values.c (unpack_double): Ditto. Add comment.
10721
10722 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10723 already commented out.
10724
10725 2002-01-26 Andreas Schwab <schwab@suse.de>
10726
10727 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10728 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10729 registers and add support for PTRACE_GETREGS.
10730
10731 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10732
10733 GDB 5.1.1 released from 5.1 branch.
10734 * NEWS: Add 5.1.1 news.
10735 * README: Sync with 5.1 branch.
10736
10737 2002-01-23 Fred Fish <fnf@redhat.com>
10738
10739 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10740 stabstring on initial malloc. Reallocing will copy it for us,
10741 if necessary.
10742
10743 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10744
10745 * Makefile.in (hpread_h): Delete.
10746 (HFILES_NO_SRCDIR): Remove hpread.h.
10747 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10748 (hpread.o): Update dependencies.
10749 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10750
10751 * hp-psymtab-read.c: Remove file.
10752 * hp-symtab-read.c: Remove file.
10753 * hpread.h: Remove file.
10754
10755 * hpread.c: Merge all contents of hp-psymtab-read.c,
10756 hp-symtab-read.c and hpread.h into this file, as it was prior to
10757 January 1999.
10758
10759 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10760 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10761 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10762 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10763
10764 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10765
10766 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10767 fill_gregset): Call gdbarch_tdep() just once, assign result to
10768 variable and use that, instead of calling the function several
10769 times.
10770
10771 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10772
10773 * configure.host: Accept sparcv9 as alias for sparc64.
10774 * configure.tgt: Likewise.
10775
10776 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10777
10778 * solib-aix5.c (build_so_list_from_mapfile)
10779 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10780 arguments is not reversed.
10781 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10782 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10783
10784 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10785
10786 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10787 modified version of obsolete sh_fetch_pseudo_register.
10788 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10789 (sh4_register_read): New function.
10790 (sh_pseudo_register_write): New function. Renamed and modified
10791 version of obsolete sh_store_pseudo_register.
10792 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10793 (sh4_register_write): New function.
10794 (sh_gdbarch_init): Remove setting of gdbarch function
10795 fetch_pseudo_register and store_pseudo_register. Remove setting of
10796 register_convert_to_raw, register_convert_to_virtual,
10797 register_convertible.
10798 (sh_sh4_register_convertible): Delete. No longer needed. All is
10799 taken care by architecture specific functions
10800 register_read/register_write.
10801 (sh_sh4_register_convert_to_virtual): Make static.
10802 (sh_sh4_register_convert_to_raw): Ditto.
10803
10804 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10805
10806 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10807 (floatformat_is_nan, floatformat_mantissa): Ditto.
10808
10809 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10810 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10811 builtin_type_ieee_double_little,
10812 builtin_type_ieee_double_littlebyte_bigword,
10813 builtin_type_m68881_ext, builtin_type_i960_ext,
10814 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10815 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10816 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10817 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10818
10819 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10820
10821 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10822 parameter. Set frameless flag if it exists and depended of
10823 whether the scanned function is frameless or not.
10824 (xstormy16_skip_prologue): If function is frameless, return
10825 result of xstormy16_scan_prologue().
10826 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10827 call.
10828
10829 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10830
10831 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10832 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10833 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10834 sh_sh4_register_byte, sh_sh4_register_raw_size,
10835 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10836 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10837 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10838 sh_store_pseudo_register, sh_do_pseudo_register): Call
10839 gdbarch_tdep() just once, assign result to variable and use that,
10840 instead of calling the function several times.
10841
10842 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10843
10844 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10845 macros instead of LAST_FPU_CTRL_REGNUM.
10846 (store_register): Likewise.
10847
10848 2002-01-21 Jim Blandy <jimb@redhat.com>
10849
10850 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10851 is up-to-date before running the program, not just when a program
10852 exits.
10853
10854 2002-01-21 Fred Fish <fnf@redhat.com>
10855
10856 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10857 when we have found all instructions we are looking for.
10858
10859 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10860
10861 * arm-tdep.c (arm_register_name): New function.
10862 (arm_registers_names): Make static.
10863 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10864 (arm_register_name): Declare.
10865 (REGISTER_NAME): Use it.
10866
10867 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10868 Kevin Buettner <kevinb@redhat.com>
10869
10870 Convert arm targets to new FRAME interface.
10871 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10872 (arm_frame_find_save_regs): Delete.
10873 (arm_frame_init_saved_regs): New.
10874 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10875 Allocate extra_info as required. Convert all uses of fsr.regs
10876 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10877 to use extra_info.
10878 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10879 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10880 (check_prologue_cache, save_prologue_cache): Likewise.
10881 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10882 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10883 (FRAME_FIND_SAVED_REGS): Delete.
10884 (arm_frame_find_saved_regs): Delete prototype.
10885 (arm_frame_init_saved_regs): New prototype.
10886 (FRAME_INIT_SAVED_REGS): Define.
10887
10888 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10889
10890 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10891
10892 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10893
10894 From Jeff Law <law@redhat.com>:
10895 * infttrace.c: Include <sys/pstat.h>.
10896 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10897 exec file if the ttrace equivalent fails.
10898
10899 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10900
10901 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10902 (closeLogFile): Ditto.
10903
10904 2002-01-20 Michael Chastain <mec@shout.net>
10905
10906 * top.c (print_gdb_version): Bump copyright year to 2002.
10907
10908 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10909
10910 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10911 Zannoni and Eli Zaretskii.
10912
10913 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10914
10915 * buildsym.c: Update copyright years.
10916 * c-typeprint.c: Likewise.
10917 * dwarf2read.c: Likewise.
10918 * f-typeprint.c: Likewise.
10919 * gdbtypes.c: Likewise.
10920 * gdbtypes.h: Likewise.
10921 * hp-symtab-read.c: Likewise.
10922 * hpread.c: Likewise.
10923 * mdebugread.c: Likewise.
10924 * p-typeprint.c: Likewise.
10925
10926 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10927
10928 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10929 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10930 byte-order selectable.
10931 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10932 * arch-utils.c: Ditto.
10933 (set_endian): Ditto.
10934 (set_endian_from_file): Ditto.
10935 * gdbserver/low-sim.c (create_inferior): Ditto.
10936 * gdbarch.sh: Ditto.
10937 * gdbarch.h: Re-generate.
10938 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10939 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10940 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10941 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10942 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10943 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10944 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10945 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10946 macro definition.
10947 * config/mips/tm-wince.h: Remove #undef of macro
10948 TARGET_BYTE_ORDER_SELECTABLE.
10949 * config/sh/tm-wince.h: Ditto.
10950
10951 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10954 member function fields. Add accessor macro
10955 TYPE_FN_FIELD_ARTIFICIAL.
10956 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10957 * c-typeprint.c (c_type_print_base): Skip artificial member
10958 functions.
10959
10960 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10961
10962 * f-typeprint.c: Delete unused function f_type_print_args.
10963 * p-typeprint.c: Delete unused function pascal_type_print_args.
10964
10965 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10966
10967 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10968 comment. Add ``artificial'' to ``union field_location''.
10969
10970 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10971
10972 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10973 * mdebugread.c (parse_symbol): Likewise.
10974 * stabsread.c (define_symbol): Likewise.
10975 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10976 initializing TYPE_FIELD_BITPOS to n (obsolete).
10977 (hpread_doc_function_type): Likewise.
10978 * hpread.c (hpread_function_type): Likewise.
10979
10980 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10981
10982 * configure.in (host_makefile_frag): Only require a host makefile
10983 fragment when a native build.
10984 * configure: Re-generate.
10985
10986 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10987
10988 * doublest.h (floatformat_from_type): Declare.
10989 * doublest.c (floatformat_from_type): New function.
10990 (convert_typed_floating): Use.
10991
10992 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10993 call to function floatformat_from_type.
10994
10995 * gdbarch.sh (IEEE_FLOAT): Delete.
10996 * gdbarch.h, gdbarch.c: Re-generate.
10997 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10998 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10999 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11000 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11001 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11002 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11003 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11004 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11005 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11006 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11007 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11008 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11009
11010 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11011 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11012 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11013 * sh-tdep.c (sh_gdbarch_init): Ditto.
11014 * mips-tdep.c (mips_gdbarch_init): Ditto.
11015 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11016 * cris-tdep.c (cris_gdbarch_init): Ditto.
11017
11018 2002-01-20 Jiri Smid <smid@suse.cz>
11019
11020 * configure.host, configure.tgt: Support x86-64.
11021 * NEWS: Note new target x86-64.
11022
11023 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11024 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11025 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11026 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11027 x86-64-linux-nat.o): Fix dependencies.
11028
11029 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11030
11031 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11032 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11033 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11034 * config/sparc/xm-sun4os4.h: Delete file.
11035 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11036
11037 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11038
11039 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11040 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11041 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11042 * config/i386/i386lynx.mh (XM_FILE): Delete.
11043 * config/rs6000/xm-rs6000ly.h: Delete file.
11044 * config/sparc/xm-sparclynx.h: Delete file.
11045 * config/m68k/xm-m68klynx.h: Delete file.
11046 * config/i386/xm-i386lynx.h: Delete file.
11047 * config/xm-lynx.h: Delete file.
11048 * config/djgpp/fnchange.lst: Update.
11049
11050 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11051
11052 * alpha-tdep.c (alpha_register_byte): New function.
11053 (alpha_register_raw_size): Ditto.
11054 (alpha_register_virtual_size): Ditto.
11055 (alpha_skip_prologue_internal): Renamed from
11056 alpha_skip_prologue.
11057 (alpha_skip_prologue): New version that calls
11058 alpha_skip_prologue_internal.
11059 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11060 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11061 second argument from alpha_skip_prologue.
11062 (REGISTER_BYTE): Use alpha_register_byte.
11063 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11064 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11065 (FRAMELESS_FUNCTION_INVOCATION): Use
11066 generic_frameless_function_invocation_not.
11067 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11068 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11069
11070 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11071
11072 * config/mips/xm-news-mips.h: Delete file.
11073 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11074
11075 * config/m88k/xm-m88k.h: Delete file.
11076 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11077 * config/m88k/xm-delta88v4.h: Ditto.
11078 * config/m88k/xm-delta88.h: Ditto.
11079
11080 * config/alpha/xm-fbsd.h: Delete file.
11081 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11082
11083 * config/sparc/xm-sparc.h: Delete file.
11084 * Makefile.in (xm-sun4os4.h): Delete dependency.
11085 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11086 * config/sparc/xm-sun4os4.h: Ditto.
11087 * config/sparc/xm-linux.h: Ditto.
11088
11089 * config/i386/xm-windows.h: Delete file.
11090
11091 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11092
11093 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11094 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11095
11096 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11097
11098 * alpha-tdep.c (alpha_call_dummy_words): New.
11099 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11100 (CALL_DUMMY_P): Define.
11101 (CALL_DUMMY_WORDS): Define.
11102 (SIZEOF_CALL_DUMMY_WORDS): Define.
11103
11104 2002-01-19 Per Bothner <per@bothner.com>
11105
11106 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11107 isn't NULL, which can happen with some gcj-3.x-produced code.
11108
11109 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11110
11111 * alpha-tdep.c (alpha_register_virtual_type): New function.
11112 (alpha_init_frame_pc_first): Ditto.
11113 (alpha_fix_call_dummy): Ditto.
11114 (alpha_store_struct_return): Ditto.
11115 (alpha_extract_struct_value_address): Ditto.
11116 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11117 alpha_register_virtual_type.
11118 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11119 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11120 alpha_extract_struct_value_address.
11121 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11122 (INIT_FRAME_PC): Use init_frame_pc_noop.
11123 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11124
11125 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11126
11127 * i386gnu-nat.c: Include "i386-tdep.h".
11128 (fetch_fpregs): Simplify code dealing with uninitialized floating
11129 point states such that it doesn't require FP7_REGNUM.
11130
11131 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11132
11133 * alpha-tdep.c (frame_extra_info): New.
11134 (alpha_find_saved_regs): Make static. Use
11135 frame->extra_info.
11136 (alpha_frame_init_saved_regs): New function.
11137 (alpha_frame_saved_pc): Use frame->extra_info.
11138 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11139 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11140 (init_extra_frame_info): Rename to...
11141 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11142 (alpha_print_extra_frame_info): New function.
11143 (alpha_frame_locals_address): Ditto.
11144 (alpha_frame_args_address): Ditto.
11145 (alpha_pop_frame): Use frame->extra_info.
11146 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11147 alpha_frame_args_address.
11148 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11149 (alpha_find_saved_regs): Remove prototype.
11150 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11151 (EXTRA_FRAME_INFO): Remove.
11152 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11153 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11154
11155 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11156
11157 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11158 (alpha_cannot_fetch_register): Ditto.
11159 (alpha_cannot_store_register): Ditto.
11160 (alpha_register_convertible): Ditto.
11161 (alpha_use_struct_convention): Ditto.
11162 * config/alpha/tm-alpha.h: Update copyright years.
11163 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11164 (INNER_THAN): Use core_addr_lessthan.
11165 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11166 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11167 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11168 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11169 (FRAME_CHAIN): Remove unnecessary cast.
11170
11171 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11172
11173 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11174 obsolete.
11175
11176 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11177
11178 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11179 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11180 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11181 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11182 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11183 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11184 * x86-64-linux-nat.c: Ditto.
11185
11186 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11187
11188 * alpha-tdep.c (alpha_register_name): New function.
11189 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11190 (REGISTER_NAME): Define.
11191
11192 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11193
11194 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11195
11196 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11197
11198 * alpha-tdep.c: Update copyright years.
11199 (alpha_next_pc): New function.
11200 (alpha_software_single_step): Ditto.
11201 * config/alpha/tm-alpha.h: Add prototype for
11202 alpha_software_single_step.
11203
11204 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11205
11206 * alphabsd-nat.c: Update copyright years.
11207 (fill_gregset): Use regcache_collect.
11208 (fill_fpregset): Likewise.
11209 (fetch_inferior_registers): Only fetch integer registers
11210 if requested to do so.
11211 (store_inferior_registers): Only store integer registers
11212 if requested to do so.
11213
11214 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11215
11216 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11217 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11218 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11219 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11220 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11221 * config/arm/linux.mh (XDEPFILES): Delete.
11222 * config/arm/nbsd.mh (XDEPFILES): Delete.
11223 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11224 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11225 * config/i386/i386m3.mh (XDEPFILES): Delete.
11226 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11227 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11228 * config/i386/fbsd.mh (XDEPFILES): Delete.
11229 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11230 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11231 * config/i386/i386v4.mh (XDEPFILES): Delete.
11232 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11233 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11234 * config/i386/i386aix.mh (XDEPFILES): Delete.
11235 * config/i386/go32.mh (XDEPFILES): Delete.
11236 * config/i386/cygwin.mh (XDEPFILES): Delete.
11237 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11238 * config/i386/i386mach.mh (XDEPFILES): Delete.
11239 * config/i386/i386v32.mh (XDEPFILES): Delete.
11240 * config/i386/linux.mh (XDEPFILES): Delete.
11241 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11242 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11243 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11244 * config/i386/i386sco.mh (XDEPFILES): Delete.
11245 * config/i386/i386v.mh (XDEPFILES): Delete.
11246 * config/i386/nbsd.mh (XDEPFILES): Delete.
11247 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11248 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11249 * config/i386/symmetry.mh (XDEPFILES): Delete.
11250 * config/i386/obsd.mh (XDEPFILES): Delete.
11251 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11252 * config/ia64/linux.mh (XDEPFILES): Delete.
11253 * config/ia64/aix.mh (XDEPFILES): Delete.
11254 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11255 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11256 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11257 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11258 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11259 * config/m68k/linux.mh (XDEPFILES): Delete.
11260 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11261 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11262 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11263 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11264 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11265 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11266 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11267 * config/m88k/delta88.mh (XDEPFILES): Delete.
11268 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11269 * config/m88k/m88k.mh (XDEPFILES): Delete.
11270 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11271 * config/mips/linux.mh (XDEPFILES): Delete.
11272 * config/mips/irix6.mh (XDEPFILES): Delete.
11273 * config/mips/irix5.mh (XDEPFILES): Delete.
11274 * config/mips/irix4.mh (XDEPFILES): Delete.
11275 * config/mips/irix3.mh (XDEPFILES): Delete.
11276 * config/mips/decstation.mh (XDEPFILES): Delete.
11277 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11278 (NATDEPFILES): Move core-aout.o to here.
11279 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11280 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11281 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11282 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11283 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11284 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11285 * config/pa/hpux11.mh (XDEPFILES): Delete.
11286 * config/powerpc/aix.mh (XDEPFILES): Delete.
11287 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11288 * config/powerpc/linux.mh (XDEPFILES): Delete.
11289 * config/romp/rtbsd.mh: Rename XDEPFILES.
11290 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11291 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11292 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11293 * config/s390/s390.mh (XDEPFILES): Delete.
11294 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11295 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11296 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11297 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11298 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11299 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11300 * config/sparc/linux.mh (XDEPFILES): Delete.
11301 * config/vax/vaxult.mh (XDEPFILES): Delete.
11302 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11303 * Makefile.in (DEPFILES): Remove XDEPFILES.
11304
11305 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11306
11307 * utils.c (internal_verror): Fix comments, default is yes not no.
11308 Update queries to match. Default to quit and dump core.
11309
11310 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11311
11312 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11313 copyright.
11314 * defs.h, event-top.c, gdbcmd.h: Ditto.
11315 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11316 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11317 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11318 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11319 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11320 * mi/mi-main.c:Ditto.
11321
11322 * stack.c, symfile.c: Update copyright.
11323
11324 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11325
11326 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11327 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11328 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11329 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11330
11331 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11332
11333 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11334 * gdbserver/low-lynx.c (myattach): Likewise.
11335 * gdbserver/low-nbsd.c (myattach): Likewise.
11336 * gdbserver/low-sim.c (myattach): Likewise.
11337 * gdbserver/low-sparc.c (myattach): Likewise.
11338 * gdbserver/low-sun3.c (myattach): Likewise.
11339
11340 * gdbserver/low-linux.c (myattach): New function.
11341
11342 * gdbserver/server.c (attach_inferior): New function.
11343 (main): Handle "--attach".
11344
11345 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11346
11347 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11348 maintainer.
11349
11350 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11351
11352 * c-typeprint.c (is_type_conversion_operator): Add additional
11353 check for non-conversion operators.
11354
11355 2002-01-15 Michael Snyder <msnyder@redhat.com>
11356
11357 * linux-proc.c: Add "info proc" command, a la procfs.c.
11358 (read_mapping): New function, abstract and re-use code.
11359 (linux_find_memory_regions): Use new func read_mapping.
11360 (linux_info_proc_cmd): New function, implement "info proc".
11361 (_initialize_linux_proc): Add new command "info proc".
11362
11363 2002-01-15 Michael Snyder <msnyder@redhat.com>
11364
11365 * symfile.c (generic_load): Use bfd_map_over_sections method
11366 instead of manipulating bfd structure members directly.
11367 (add_section_size_callback): New function, bfd sections callback
11368 used by generic_load.
11369 (load_sections_callback): New function, bfd sections callback
11370 used by generic_load.
11371
11372 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11373
11374 [Based on work by Jim Blandy]
11375 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11376 (builtin_type_vec128): Export.
11377 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11378 types.
11379 (builtin_type_vec128): New builtin type for 128 bit vector
11380 registers.
11381 (build_gdbtypes): Initialize builtin_type_v16qi and
11382 builtin_type_v8hi. Create the vec128 register builtin type
11383 structure.
11384 (build_builtin_type_vec128): New function.
11385 (_initialize_gdbtypes): Register builtin_type_v16qi and
11386 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11387 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11388 AltiVec register to new builtin type.
11389
11390 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11391
11392 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11393 to make_cv_type.
11394
11395 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11396
11397 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11398 CLEAN_UP_REGISTER_VALUE.
11399 * regcache.c (supply_register): Update only call.
11400
11401 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11402
11403 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11404 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11405 a29k-*-vxworks* targets as obsolete.
11406
11407 2002-01-14 Michael Snyder <msnyder@redhat.com>
11408
11409 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11410 until we can resolve portability issues.
11411 * gregset.h: Remove references to fpxregs.
11412 * gcore.c (gcore_command): Initialize note_sec to NULL.
11413
11414 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11415
11416 * signals.c (target_signal_to_name): Rewrite. Only use
11417 signals[].name when in bounds and non-NULL.
11418
11419 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11420
11421 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11422 * signals.c (target_signal_to_name): Verify that SIG is within the
11423 bounds of the signals array.
11424
11425 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11426
11427 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11428
11429 2002-01-13 Keith Seitz <keiths@redhat.com>
11430
11431 * stack.c (print_frame_info_base): Print the frame's pc
11432 only if when print_frame_info_listing_hook is not defined.
11433
11434 2002-01-13 Keith Seitz <keiths@redhat.com>
11435
11436 * varobj.c (varobj_set_value): Make sure that there were no
11437 errors evaluating the object before attempting to set its
11438 value.
11439 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11440 so this offset adjustment is no longer necessary.
11441 (create_child): Don't set the error flag if the child is
11442 a CPLUS_FAKE_CHILD.
11443 (value_of_child): If value_fetch_lazy fails, return NULL
11444 so that callers will be notified that an error occurred.
11445 (c_value_of_variable): Delay check of variable's validity
11446 until later. We actually want all structs and unions to have
11447 the value "{...}".
11448 Do not return "???" for variables which could not be evaluated.
11449 This error condition must be returned to the caller so that it
11450 can get the error condition from gdb.
11451 (cplus_name_of_child): Adjust index for vptr before figuring
11452 out the name of the child.
11453 (cplus_value_of_child): If a child's (real) parent is not valid,
11454 don't even bother trying to give a value for it. Just return
11455 an error. Change all instances in this function.
11456 (cplus_type_of_child): If our parent is one of the "fake"
11457 parents, we need to get at the type of the real parent, and
11458 derive the child's true type using this information.
11459
11460 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11461
11462 From 2002-01-09 John Marshall <johnm@falch.net>:
11463 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11464 sources.redhat.com, and tweak some related URLs which had
11465 suffered from linkrot.
11466
11467 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11468
11469 From Jeff law:
11470 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11471 structures passed in registers.
11472
11473 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11474
11475 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11476 white space which prevented compilation. Reported by DSK
11477 <dsk@student.unsw.edu.au>.
11478
11479 2002-01-11 Michael Snyder <msnyder@redhat.com>
11480
11481 * symfile.c (build_section_addr_info_from_section_tab):
11482 Use bfd access method instead of manipulating bfd directly.
11483 (syms_from_objfile): Ditto.
11484 (simple_overlay_update_1): Ditto.
11485 (simple_overlay_update): Ditto.
11486 (generic_load): Ditto.
11487 (overlay_unmapped_address): FIXME comment, bfd access methods.
11488 (sections_overlap): FIXME comment, bfd access methods.
11489 (pc_in_mapped_range): FIXME comment, bfd access methods.
11490 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11491 (section_is_mapped): FIXME comment, bfd access methods.
11492 (section_is_overlay): FIXME comment, bfd access methods.
11493
11494 * symfile.c (generic_load): Whitespace and long line cleanups.
11495 Remove duplicate variable, change several local variables to
11496 more appropriate data types.
11497 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11498
11499 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11500
11501 From Peter Schauer:
11502 * language.c (longest_local_hex_string_custom): Use phex_nz to
11503 convert NUM to a hex string.
11504
11505 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11506
11507 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11508 the function.
11509 Update Copyright year.
11510
11511 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11512
11513 * language.c (longest_raw_hex_string): Delete unused function.
11514
11515 2002-01-11 Petr Sorfa <petrs@caldera.com>
11516
11517 * MAINTAINERS (write-after-approval): Add myself.
11518 * dwarf2read.c (read_tag_string_type): Handling of
11519 DW_AT_byte_size.
11520 (read_tag_string_type): FORTRAN fix to prevent propagation of
11521 first string size.
11522 (set_cu_language): Handling of DW_LANG_Fortran95
11523
11524 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11525
11526 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11527 GETPID(inferior_ptid).
11528 (store_inferior_registers): Likewise.
11529
11530 2002-01-10 Jason Merrill <jason@redhat.com>
11531
11532 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11533 Fix DW_OP_minus.
11534
11535 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11536
11537 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11538 and bfd/elf32-sh-nbsd.c.
11539
11540 2002-01-10 Michael Snyder <msnyder@redhat.com>
11541
11542 * NEWS: Mention --pid and corefile/proc-id behavior change.
11543
11544 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11545 * gcore.c: Include cli/cli-decode.h instead of command.h.
11546
11547 * main.c (captured_main): Add new command line option "--pid".
11548 If the second command line argument (following the symbol-file)
11549 begins with a digit, try to attach to it before trying to open
11550 it as a corefile.
11551 (print_gdb_help): Document the "--pid" argument.
11552
11553 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11554
11555 * completer.c (command_completer): New function.
11556
11557 * completer.h <command_completer>: Add prototype.
11558
11559 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11560 completer for the "help" command.
11561
11562 2002-01-09 Jason Merrill <jason@redhat.com>
11563
11564 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11565
11566 2002-01-09 Michael Snyder <msnyder@redhat.com>
11567
11568 * i386-linux-nat.c (fill_fpxregset): Make global.
11569 (store_fpxregset): Ditto.
11570
11571 * gregset.h (gdb_fpxregset_t): Define.
11572 (supply_fpxregset): Prototype.
11573 (fill_fpxregset): Prototype.
11574
11575 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11576
11577 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11578
11579 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11580 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11581 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11582
11583 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11584
11585 * MAINTAINERS: Update target maintainer rules so that any
11586 Maintainer can approve a tested patch for a maintenance-only
11587 target.
11588
11589 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11590
11591 * MAINTAINERS (write-after-approval): Add myself.
11592
11593 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11594 IN_SIGTRAMP.
11595
11596 2002-01-08 Michael Snyder <msnyder@redhat.com>
11597
11598 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11599 real name of the executable, rather than the /proc name.
11600
11601 2002-01-03 Michael Snyder <msnyder@redhat.com>
11602
11603 Implement a "generate-core-file" command in gdb, save target state.
11604 * gcore.c: New file. Implement new command 'generate-core-file'.
11605 Save a corefile image of the current state of the inferior.
11606 * linux-proc.c: Add linux-specific code for saving corefiles.
11607 * target.h (struct target_ops): Add new target vectors for saving
11608 corefiles; to_find_memory_regions and to_make_corefile_notes.
11609 (target_find_memory_regions): New macro.
11610 (target_make_corefile_notes): New macro.
11611 * target.c (update_current_target): Inherit new target methods.
11612 (dummy_find_memory_regions): New place-holder method.
11613 (dummy_make_corefile_notes): New place-holder method.
11614 (init_dummy_target): Initialize new dummy target vectors.
11615 * exec.c (exec_set_find_memory_regions): New function.
11616 Allow the exec_ops vector for memory regions to be taken over.
11617 (exec_make_note_section): New function, target vector method.
11618 * defs.h (exec_set_find_memory_regions): Export prototype.
11619 * procfs.c (proc_find_memory_regions): New function, corefile method.
11620 (procfs_make_note_section): New function, corefile method.
11621 (init_procfs_ops): Set new target vector pointers.
11622 (find_memory_regions_callback): New function.
11623 (procfs_do_thread_registers): New function.
11624 (procfs_corefile_thread_callback): New function.
11625 * sol-thread.c (sol_find_memory_regions): New function.
11626 (sol_make_note_section): New function.
11627 (init_sol_thread_ops): Initialize new target vectors.
11628 * inftarg.c (inftarg_set_find_memory_regions): New function.
11629 Allow to_find_memory_regions vector to be taken over.
11630 (inftarg_set_make_corefile_notes): New function.
11631 Allow to_make_corefile_notes vector to be taken over.
11632 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11633 interface layer if not target_has_execution (may be a corefile).
11634 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11635 * config/sparc/sun4sol2.mh: Ditto.
11636 * config/alpha/alpha-linux.mh: Ditto.
11637 * config/arm/linux.mh: Ditto.
11638 * config/i386/x86-64linux.mh: Ditto.
11639 * config/ia64/linux.mh: Ditto.
11640 * config/m68k/linux.mh: Ditto.
11641 * config/mips/linux.mh: Ditto.
11642 * config/powerpc/linux.mh: Ditto.
11643 * config/sparc/linux.mh: Ditto.
11644
11645 2002-01-07 Michael Snyder <msnyder@redhat.com>
11646
11647 * arm-linux-nat.c: Remove references to regcache.c internal data
11648 (registers[] and register_valid[]).
11649
11650 2002-01-07 Michael Snyder <msnyder@redhat.com>
11651
11652 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11653 so that attaching to a pid will automatically read the process's
11654 symbol file and shlibs.
11655 * Makefile.in: Add rule for linux-proc.o.
11656 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11657 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11658 * config/arm/linux.mh: Ditto.
11659 * config/i386/linux.mh: Ditto.
11660 * config/i386/x86-64linux.mh: Ditto.
11661 * config/ia64/linux.mh: Ditto.
11662 * config/m68k/linux.mh: Ditto.
11663 * config/mips/linux.mh: Ditto.
11664 * config/powerpc/linux.mh: Ditto.
11665 * config/sparc/linux.mh: Ditto.
11666
11667 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11668
11669 * win32-nat.c: Add i386-tdep.h dependency.
11670
11671 2002-01-07 Michael Snyder <msnyder@redhat.com>
11672
11673 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11674 instead of bfd_get_arch_size. Don't bail out just because
11675 there's no exec_bfd.
11676
11677 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11678 * p-valprint.c (pascal_object_print_value): Ditto.
11679 * somread.c (som_symtab_read): Ditto.
11680 * symfile.c (simple_free_overlay_region_table): Ditto.
11681 * valops.c (value_assign): Ditto.
11682
11683 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11684 use tilde_expand and strerror for opening save-tracepoints file.
11685
11686 * thread-db.c (thread_db_new_objfile): Indendation fix.
11687
11688 * infptrace.c (GDB_MAX_ALLOCA): New define.
11689 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11690 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11691 can be overridden with whatever value is appropriate to the host).
11692 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11693 alloca to allocate potentially large buffer.
11694 * rs6000-nat.c (child_xfer_memory): Ditto.
11695 * symm-nat.c (child_xfer_memory): Ditto.
11696 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11697
11698 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11699
11700 From Nick Clifton <nickc@redhat.com>
11701 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11702
11703 2002-01-07 Michael Snyder <msnyder@redhat.com>
11704
11705 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11706 Don't use exec_bfd if it's NULL.
11707
11708 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11709
11710 * valops.c (value_arg_coerce): Fix formatting.
11711
11712 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11713
11714 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11715 * gnu-nat.c: Ditto.
11716
11717 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11718
11719 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11720 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11721 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11722 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11723 z8k-coff have not been multi-arched. Update z8k-coff build
11724 status.
11725
11726 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11727
11728 * MAINTAINERS: Mark a29k target as obsolete.
11729 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11730 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11731 comments.
11732 * NEWS: Note that a29k targets are obsolete.
11733 * a29k-tdep.c: Mark as obsolete.
11734 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11735 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11736 a29k-*-vxworks* targets as obsolete.
11737 * remote-adapt.c: Obsolete.
11738 * remote-eb.c: Obsolete.
11739 * remote-mm.c: Obsolete.
11740 * remote-udi.c: Obsolete.
11741 * config/a29k/a29k-udi.mt: Obsolete.
11742 * config/a29k/a29k.mt: Obsolete.
11743 * config/a29k/tm-a29k.h: Obsolete.
11744 * config/a29k/tm-vx29k.h: Obsolete.
11745 * config/a29k/vx29k.mt: Obsolete.
11746
11747 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11748
11749 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11750 with BFD_ENDIAN_BIG.
11751
11752 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11753
11754 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11755 * configure, config.in: Re-generate.
11756 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11757 * defs.h: Do not include <endian.h>.
11758
11759 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11760
11761 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11762 * config.in: Regenerate.
11763 * configure.in: Update copyright years.
11764 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11765 * configure: Regenerate.
11766 * i386bsd-nat.c: Update copyright years.
11767 (fill_gregset): Use regcache_collect.
11768 (fetch_inferior_registers): Only fetch integer registers
11769 if requested to do so. Add support for XMM registers
11770 using PT_GETXMMREGS.
11771 (store_inferior_registers): Only store integer registers
11772 if requested to do so. Add support for XMM registers
11773 using PT_SETXMMREGS.
11774 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11775 (store_inferior_registers): Remove.
11776 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11777 (fetch_elfcore_registers): New function.
11778 (i386nbsd_elfcore_fns): New.
11779 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11780 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11781 i386bsd-nat.o.
11782 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11783 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11784 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11785 * config/i386/tm-nbsd.h: Update copyright years.
11786 (HAVE_SSE_REGS): Define.
11787 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11788 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11789 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11790 (SIGCONTEXT_PC_OFFSET): Remove.
11791 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11792
11793 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11794
11795 * configure.tgt: Remove powerpc-*-macos* target.
11796 * config/m68k/xm-mpw.h: Delete file.
11797 * config/xm-mpw.h: Delete file.
11798 * ser-mac.c: Delete file.
11799 * mpw-make.sed: Delete file.
11800 * mpw-config.in: Delete file.
11801 * mac-xdep.c: Delete file.
11802 * mac-gdb.r: Delete file.
11803 * mac-defs.h: Delete file.
11804 * mac-nat.c: Delete file.
11805 * config/powerpc/macos.mh: Delete file.
11806 * config/powerpc/macos.mt: Delete file.
11807 * config/powerpc/nm-macos.h: Delete file.
11808 * config/powerpc/tm-macos.h: Delete file.
11809 * source.c (openp, open_source_file): Remove obsolete code.
11810 * top.c (gdb_readline): Ditto.
11811 * utils.c (query): Ditto.
11812 * event-top.c (display_gdb_prompt): Ditto.
11813 * Makefile.in (ser-mac.o): Delete obsolete target.
11814 * NEWS: Update.
11815
11816 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11817
11818 * defs.h (BIG_ENDIAN): Delete macro definition.
11819 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11820 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11821 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11822 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11823 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11824 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11825 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11826 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11827 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11828 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11829 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11830 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11831 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11832 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11833 * gdbarch.c: Re-generate.
11834
11835 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11836
11837 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11838 for core files.
11839
11840 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11841
11842 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11843
11844 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11845
11846 * value.h (value_ptr): Delete typedef.
11847
11848 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11849
11850 * i386nbsd-nat.c: Update copyright years.
11851 Include i386-tdep.h.
11852
11853 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11854
11855 * stabsread.c: Update copyright years.
11856
11857 From Debashis Mahata <debashis.mahata@wipro.com>:
11858 (read_struct_fields): Deal with Sun C compiler erroneous stab
11859 output for structs and unions.
11860 Fix PR gdb/269.
11861
11862 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11863
11864 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11865 prototype.
11866
11867 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11868
11869 * cp-abi.c: Fix whitespace.
11870 (baseclass_offset): New wrapper function.
11871 * cp-abi.h (baseclass_offset): Add prototype.
11872 (struct cp_abi_ops): Add baseclass_offset pointer.
11873
11874 * valops.c (vb_match): Move to...
11875 * gnu-v2-abi.c (vb_match): here.
11876 * valops.c (baseclass_offset): Move to...
11877 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11878
11879 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11880
11881 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11882 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11883 * hpacc-abi.c (init_hpacc_ops): Likewise.
11884
11885 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11886
11887 * valops.c (find_overload_match): Accept obj as a
11888 reference parameter. Update it before returning.
11889 * value.h (find_overload_match): Update prototype.
11890 * eval.c (evaluate_subexp_standard): Pass object to
11891 find_overload_match by reference.
11892
11893 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11894
11895 * valarith.c: Replace value_ptr with struct value pointer. Remove
11896 register attribute from value declarations.
11897 * valops.c: Ditto.
11898 * value.h: Ditto.
11899 * scm-lang.c (scm_lookup_name): Ditto.
11900
11901 2002-01-03 Michael Snyder <msnyder@redhat.com>
11902
11903 Abstract the functionality of iterating over mapped memory
11904 regions into a general purpose iterator function.
11905 * procfs.c (iterate_over_mappings): New function, general purpose
11906 iterator for memory sections.
11907 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11908 (solib_mappings_callback): New function, callback for above.
11909 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11910 (info_mappings_callback): New function, callback for above.
11911
11912 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11913
11914 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11915
11916 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11917 * i386-tdep.c: Include "elf-bfd.h".
11918 (process_note_abi_tag_sections): New function.
11919 (i386_gdbarch_init): Add code to recognize various OS/ABI
11920 combinations.
11921
11922 * maint.c (_initialize_maint_cmds): Add missing \ in
11923 string-literal.
11924
11925 For older changes see ChangeLog-2001
11926 \f
11927 Local Variables:
11928 mode: change-log
11929 left-margin: 8
11930 fill-column: 74
11931 version-control: never
11932 End: