* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-10-20 Mark Kettenis <kettenis@gnu.org>
2
3 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
4 * config/i386/obsd.mt: New file.
5 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
6 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
7 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
8 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
9 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
10 * i386obsd-tdep.c: New file.
11
12 2002-10-19 Adam Fedor <fedor@gnu.org>
13
14 * objc-exp.y (name_not_typename): Fix invalid comment.
15
16 2002-10-20 Mark Kettenis <kettenis@gnu.org>
17
18 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
19 to allocate partial syms and macro byte caches.
20
21 2002-10-18 David Carlton <carlton@math.stanford.edu>
22
23 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
24
25 2002-10-18 Adam Fedor <fedor@gnu.org>
26
27 * stabsread.c (find_name_end): New function.
28 (define_symbol): Use it.
29
30 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
31
32 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
33 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
34 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
35 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
36
37 2002-10-17 David Carlton <carlton@math.stanford.edu>
38
39 * symfile.h: Add opaque declaration for struct obstack.
40 Declare obsavestring to take a const char *.
41 * symfile.c (obsavestring): Make first argument a const char *.
42
43 2002-10-16 Adam Fedor <fedor@gnu.org>
44
45 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
46 names when matching breakpoints in current file.
47
48 2002-10-16 Kevin Buettner <kevinb@redhat.com>
49
50 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
51 (read_tag_pointer_type): Add address class support.
52 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
53 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
54 New methods.
55 * gdbarch.h, gdbarch.c: Regenerate.
56 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
57 (make_type_with_address_space, recursive_type_dump): Add address
58 class support.
59 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
60 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
61 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
62
63 2002-10-16 Klee Dienes <kdienes@apple.com>
64
65 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
66 to get the last character of a char[] buffer, not
67 name[sizeof(vptr_name)-1].
68
69 2002-10-14 Adam Fedor <fedor@gnu.org>
70
71 * symtab.h: New objc_specific struct.
72 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
73 (SYMBOL_DEMANGLED_NAME): Likewise.
74
75 2002-10-14 Adam Fedor <fedor@gnu.org>
76
77 * symfile.c (init_filename_language_table): Add ObjC file extension.
78
79 2002-10-14 Adam Fedor <fedor@gnu.org>
80
81 * utils.c (puts_filtered_tabular): New function.
82 (fprintf_symbol_filtered): Get ObjC demangled name.
83 * defs.h (puts_filtered_tabular): Declared.
84
85 2002-10-14 Kevin Buettner <kevinb@redhat.com>
86
87 * c-lang.h (c_type_print_varspec_prefix): Delete.
88 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
89 ``need_post_space'' parameter. Adjust all callers.
90
91 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
92
93 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
94 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
95 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
96 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
97
98 2002-10-13 Adam Fedor <fedor@gnu.org>
99
100 * source.c (print_source_lines): Update comments.
101
102 2002-10-13 Adam Fedor <fedor@gnu.org>
103
104 * valops.c (value_of_local): New function.
105 (value_of_this): Use it.
106 * value.h (value_of_local): Declared.
107
108 2002-10-13 Adam Fedor <fedor@gnu.org>
109
110 * parse.c: (length_of_subexp, prefixify_subexp): Handle
111 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
112
113 2002-10-12 Adam Fedor <fedor@gnu.org>
114
115 * language.c (binop_result_type): Add language_objc to case.
116 (integral_type): Likewise.
117 (character_type): Likewise.
118 (string_type): Likewise.
119 (boolean_type): Likewise.
120 (structured_type): Likewise.
121 (binop_type_check): Likewise.
122
123 2002-10-11 Adam Fedor <fedor@gnu.org>
124
125 * printcmd.c (address_info): Print 'self' for ObjC.
126
127 2002-10-11 Adam Fedor <fedor@gnu.org>
128
129 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
130 OP_SELF.
131
132 2002-10-11 Adam Fedor <fedor@gnu.org>
133
134 * language.h (CAST_IS_CONVERSION): Add language_objc.
135
136 2002-10-11 Adam Fedor <fedor@gnu.org>
137
138 * defs.h (enum language): Add language_objc.
139
140 2002-10-11 Klee Dienes <kdienes@apple.com>
141
142 * findvar.c (read_memory_typed_address): New function.
143 * gdbcore.h (read_memory_typed_address): Add prototype.
144 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
145 to read a value destined for a CORE_ADDR, not read_memory_integer.
146 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
147 (f77_get_dynamic_lowerbound): Ditto.
148
149 2002-10-11 Martin M. Hunt <hunt@redhat.com>
150
151 * utils.c (string_to_core_addr): After turning string into
152 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
153 which will do necessary sign-extension, etc.
154
155 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
156
157 * c-exp.y (THIS): Delete token and grammar rule.
158 (yylex): Don't return THIS.
159 * cp-valprint.c (vtbl_ptr_name_old): Delete.
160 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
161 * demangle.c (cplus_markers): Update comment. Put '$'
162 first. Remove CPLUS_MARKER.
163 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
164 * jv-exp.y (THIS): Delete token and grammar rule.
165 (yylex): Don't return THIS.
166 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
167 * objc-exp.y (THIS): Delete token and grammar rule.
168 (yylex): Don't return THIS.
169 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
170 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
171 (read_member_functions): Likewise for opname.
172 (read_tilde_fields): Use is_cplus_marker.
173
174 * defs.h (CPLUS_MARKER): Don't define.
175 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
176 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
177 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
178 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
179 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
180
181 * config/i386/tm-i386v4.h: Delete file.
182 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
183 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
184 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
185 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
186 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
187 * config/i386/i386sco5.mt (TM_FILE): Likewise.
188 * config/i386/i386v4.mt (TM_FILE): Likewise.
189 * config/i386/ncr3000.mt (TM_FILE): Likewise.
190
191 2002-10-10 Marko Mlinar <markom@opencores.org>
192
193 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
194 accidentially not commited 2002-10-09
195 * gdbarch.h, gdbarch.c: Re-generate.
196
197 2002-10-09 Marko Mlinar <markom@opencores.org>
198
199 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
200 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
201 * gdbarch.h, gdbarch.c: Re-generate.
202
203 2002-10-08 Petr Sorfa <petrs@caldera.com>
204
205 Revised and re-submitted by John Wolfe <jlw@caldera.com>
206
207 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
208 so we can work on more than one compilation unit at a time. This
209 helps prepare GDB to handle inter-CU die references.
210 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
211 the code to be defined before struct comp_unit_head.
212 (comp_unit_head): Added new members - offset, cu_head,
213 begin_die, next and dwarf2_abbrevs.
214 (dwarf2_abbrevs): Removed single static var; now member of
215 struct comp_unit_head.
216 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
217 members.
218 (psymtab_to_symtab_1): Changed to work with the new
219 struct comp_unit_head.
220 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
221 constructs the dwarf2_abbrevs[] inside the cu_header.
222 (dwarf2_empty_abbrev_table): Now expects a ptr to a
223 dwarf2_abbrev table to clean up.
224 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
225 handling of dwarf2_abbrevs inside the cu_header.
226 (read_partial_die): Now supports the call to the new
227 dwarf2_lookup_abbrev.
228 (read_full_die): Now supports the call to the new
229 dwarf2_lookup_abbrev.
230
231 2002-10-06 Christopher Faylor <cgf@redhat.com>
232
233 * Makefile.in (install-gdbtk): Add missing continuation backslash to
234 insure that shell variables, such as "transformed_name" are propagated
235 to later shell statements in rule.
236
237 2002-10-06 Mark Kettenis <kettenis@gnu.org>
238
239 * config/i386/nm-i386sco.h: Add protection against
240 multiple-inclusion. Include "i386/nm-i386v.h".
241 (REGISTER_U_ADDR): Remove define.
242 (i386_register_u_addr): Remove prototype.
243
244 2002-10-04 Michael Snyder <msnyder@redhat.com>
245
246 * m32r-stub.c (handle_exception): Make sure exception is "trap"
247 before treating it as a single-step event.
248
249 2002-10-03 Adam Fedor <fedor@gnu.org>
250
251 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
252 (objc_demangle): Remove assignment in if statements, Replace
253 free with xfree.
254 (add_msglist): Likewise.
255 (end_msglist): Likewise.
256 (complare_selectors): Likewise.
257 (selectors_info): Likewise.
258 (compare_classes): Likewise.
259 (classes_info): Likewise.
260 (print_object_command): Likewise.
261 (find_objc_msgcall_submethod): Replace PTR with void *.
262 * objc-lang.h: Remove check for __STDC__.
263
264 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
265
266 * ui-out.h (ui_out_field_fmt_int): New prototype.
267 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
268 of field width and alignment.
269 * stack.c (print_frame_info_base): When printing frame level, use
270 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
271 PR gdb/192
272
273 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
274
275 * MAINTAINERS: Add self to Write After Approval list.
276
277 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
278
279 * infcmd.c (interrupt_target_command_wrapper): Delete.
280 (interrupt_target_command): Make non static.
281 (nofp_registers_info): Make static.
282 * stack.c (return_command_wrapper): Delete.
283 (return_command): Make non static.
284
285 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
286
287 * event-top.c (gdb_setup_readline): New function. Code moved from
288 _initialize_event_loop().
289 (_initialize_event_loop): Call gdb_setup_readline().
290
291 2002-10-02 Andrew Cagney <ac131313@redhat.com>
292
293 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
294 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
295 * gdbarch.h, gdbarch.c: Re-generate.
296
297 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
298
299 Fix PR gdb/778
300 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
301 before recursing.
302 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
303 of fill_in_vptr_fieldno.
304
305 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
306
307 * inferior.h (registers_info, stepi_command, nexti_command,
308 continue_command, interrupt_target_command): Export from infcmd.c.
309 * frame.h (args_info, selected_frame_level_changed_hook,
310 return_command): Export from stack.c.
311 * v850ice.c (stepi_command, nexti_command, continue_command): use
312 prototypes from inferior.h.
313 * tracepoint.c (registers_info, args_info, locals_info): Use
314 prototypes from frame.h and inferior.h.
315 * Makefile.in (mi-main.o): Add dependency on frame.h.
316
317 2002-10-02 Andrew Cagney <ac131313@redhat.com>
318
319 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
320 value in register 3 adjusted by ppc_gp0_regnum.
321
322 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
323
324 2002-10-02 Marko Mlinar <markom@opencores.org>
325
326 * MAINTAINERS: Add myself to the Write After Approval list.
327
328 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
329
330 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
331 of the section for the N64 ABI, fixed.
332
333 * config/mips/tm-irix6.h: Include solib.h.
334
335 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
336
337 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
338 GNU operators.
339
340 2002-10-01 Andrew Cagney <ac131313@redhat.com>
341
342 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
343 and that "mi0" syntax has been removed.
344
345 2002-09-30 David Carlton <carlton@math.stanford.edu>
346
347 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
348 * ppc-sysv-tdep.c: #include "gdb_string.h".
349 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
350 pacify GCC.
351
352 2002-10-01 Andrew Cagney <ac131313@redhat.com>
353
354 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
355 "vrsave"'s register number.
356
357 2002-09-30 Andrew Cagney <ac131313@redhat.com>
358
359 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
360 use frame_unwind_signed_register to obtain the PC.
361 (mips_frame_chain): Handle a generic dummy frame.
362 (mips_init_extra_frame_info): When a generic dummy frame, don't
363 re-compute the frame base.
364 (mips_pop_frame): Handle generic dummy frames.
365 (mips_gdbarch_init): When generic dummy frames, set
366 use_generic_dummy_frames, push_dummy_frame to
367 generic_push_dummy_frame, pc_in_call_dummy to
368 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
369 generic_save_dummy_frame_tos.
370
371 2002-09-30 Andrew Cagney <ac131313@redhat.com>
372
373 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
374 against TOP when TOP was explictly set.
375 (generic_push_dummy_frame): Set TOP to zero.
376
377 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
378
379 * event-loop.c (start_event_loop): Rename variable 'result' to
380 'gdb_result', to avoid conflicts with upcoming intepreters changes.
381
382 2002-09-30 Keith Seitz <keiths@redhat.com>
383
384 * gdb-events.sh (selected_thread_changed): New event.
385 * gdb-events.c: Regenerated.
386 * gdb-events.h: Regenerated.
387
388 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
389
390 * MAINTAINERS: Add self to Write After Approval list.
391
392 2002-09-30 Fernando Nasser <fnasser@redhat.com>
393
394 * disasm.c: New file.
395 * disasm.h: New file.
396 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
397 (compare_lines): Ditto.
398 (dump_insns): Ditto.
399 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
400 argument.
401 (do_assembly_only): Ditto.
402 (do_disassembly): Renamed to gdb_disassembly and moved to
403 disasm.c. Sdded uiout argument.
404 * Makefile.in: Add new files. Reorder SFILES list. Update
405 dependencies. Include libgdb.a later in the insight executable.
406
407 2002-09-29 Andrew Cagney <ac131313@redhat.com>
408
409 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
410 bfd/elf64-alpha-fbsd.c.
411
412 2002-09-29 Andrew Cagney <ac131313@redhat.com>
413
414 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
415 i386gnu-tdep.c.
416
417 2002-09-29 Andrew Cagney <ac131313@redhat.com>
418
419 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
420 __FUNCTION__.
421 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
422 function name.
423 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
424 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
425 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
426 (S_msg_sig_post_reply): Ditto.
427
428 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
429
430 * sh-tdep.c (sh_use_struct_convention): Use definition according
431 to ABI.
432 (sh_push_arguments): Store in register with correct endianess.
433 (sh_default_store_return_value): Ditto.
434 (sh_gdbarch_init): Set sizeof long double to 8.
435
436 2002-09-27 Mark Kettenis <kettenis@gnu.org>
437
438 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
439 Fix some whitespace problems.
440
441 2002-09-27 David Carlton <carlton@math.stanford.edu>
442
443 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
444 (mcore-tdep.o): Ditto.
445 (ns32k-tdep.o): Ditto.
446 (ns32knbsd-tdep.o): Ditto.
447 (sh3-rom.o): Ditto.
448 (vax-tdep.o): Ditto.
449 * cris-tdep.c: #include "gdb_string.h"
450 * mcore-tdep.c: Ditto.
451 * ns32k-tdep.c: Ditto.
452 * ns32knbsd-tdep.c: Ditto.
453 * sh3-rom.c: Ditto.
454 * vax-tdep.c: Ditto.
455
456 2002-09-27 David Carlton <carlton@math.stanford.edu>
457
458 * config/djgpp/fnchange.lst: Add entries for
459 gdb/testsuite/gdb.c++/m-static files.
460
461 2002-09-27 Jim Wilson <wilson@redhat.com>
462
463 * MAINTAINERS: Add myself to the Write After Approval list.
464
465 2002-09-26 Martin M. Hunt <hunt@redhat.com>
466
467 * mips-tdep.c (find_proc_desc): Initialize startaddr.
468
469
470 2002-09-26 Andrew Cagney <ac131313@redhat.com>
471
472 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
473 frame.
474
475 2002-09-26 Andrew Cagney <ac131313@redhat.com>
476
477 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
478 (rs6000_struct_return_address): Delete variable.
479 (rs6000_store_struct_return): Update.
480 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
481 deprecated_extract_struct_value_address.
482 (rs6000_frame_align): New function.
483 (rs6000_gdbarch_init): Set frame_align.
484
485 2002-09-26 Andrew Cagney <ac131313@redhat.com>
486
487 From Grace Sainsbury <graces@redhat.com>:
488 * Makefile.in (gdbtk-main.o): New target.
489 (gdb.o): New target.
490 (main_h): Define.
491 (main.o): Update dependencies.
492 (gdb$(EXEEXT)): Add gdb.o.
493 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
494 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
495 (SUBDIR_GDBTK_CLEAN): Set.
496 (install-gdbtk): Install the insight binary.
497 (uninstall-gdbtk): New target.
498 (all-gdbtk, clean-gdbtk): New rule.
499 * top.c (use_windows): Default to zero.
500 * main.c: Include "main.h".
501 (main): Delete.
502 (struct captured_main_args): Delete.
503 (gdb_main): New function.
504 * main.h: New file.
505 * gdb.c: New File.
506
507 2002-09-25 Andrew Cagney <cagney@redhat.com>
508
509 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
510 (frame_map_regnum_to_name): New function.
511 (frame_map_name_to_regnum): New function.
512 * frame.h (frame_map_name_to_regnum): Declare.
513 (frame_map_regnum_to_name): Declare.
514 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
515 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
516 * parse.c: Do not include "builtin-regs.h".
517 (target_map_name_to_register): Delete function.
518 (write_dollar_variable): Use frame_map_name_to_regnum.
519 * parser-defs.h (target_map_name_to_register): Delete declaration.
520 * expprint.c: Include "frame.h".
521 (print_subexp): Use frame_map_regnum_to_name.
522 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
523 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
524
525 2002-09-25 Andrew Cagney <ac131313@redhat.com>
526
527 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
528 wasn't saved, and the next innermost frame is a dummy, return the
529 dummy frame's link register.
530
531 2002-09-24 Jim Blandy <jimb@redhat.com>
532
533 Fix from Paul Breed:
534 * main.c (captured_main): Add a `break' after the case for 'b'.
535
536 2002-09-24 Keith Seitz <keiths@redhat.com>
537
538 * varobj.c (c_type_of_child): Use get_target_type instead
539 of TYPE_TARGET_TYPE.
540
541 2002-09-22 Fernando Nasser <fnasser@redhat.com>
542
543 * source.c (get_current_or_default_source_symtab_and_line): Remove
544 function.
545 (set_default_source_symtab_and_line): New function. Attempts to
546 determine a source file to list lines from if one is not currently
547 defined.
548 (get_current_source_symtab_and_line): Initialize sal.pc and
549 sal.end fields.
550 (set_current_source_symtab_and_line): Mark argument as const.
551 * source.h: Update declarations and comments.
552 * linespec.c (decode_line_1): Replace call to removed routine above.
553 * stack.c (print_frame_info_base): Ditto.
554 * cli/cli-cmds.c (edit_command): Ditto.
555 (list_command): Ditto.
556
557 2002-09-22 Fernando Nasser <fnasser@redhat.com>
558
559 * source.c (get_current_or_default_source_symtab_and_line): Initialize
560 sal.pc and sal.end fields.
561 (get_current_or_default_source_symtab_and_line): Ditto.
562 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
563 so we do not cause a new source symtab to be searched for (reverting an
564 unintentional change from the 2002-09-20 patch).
565 * scm-lang.c (scm_unpac): Ditto.
566
567 2002-09-21 Andrew Cagney <cagney@redhat.com>
568
569 * complaints.c (symfile_explanations): Remove new-line from
570 ``isolated_message''.
571 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
572 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
573
574 2002-09-20 Nick Clifton <nickc@redhat.com>
575
576 * NEWS: Announce that V850EA ISA is no longer supported.
577 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
578
579 2002-09-20 David Carlton <carlton@math.stanford.edu>
580
581 * Makefile.in (c-lang.o): Correct dependencies.
582 (utils.o): Gather dependencies.
583 (charset.o): Move.
584 * c-lang.c: #include "gdb_string.h"
585
586 2002-09-20 Fernando Nasser <fnasser@redhat.com>
587
588 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
589 * cli/cli-cmds.c (list_command): New function. Implements the new
590 cli edit command.
591 (_init_cli_cmds): Add new command definition.
592 * gdb.1: Document edit command.
593 * doc/gdb.texinfo: Document edit command.
594
595 2002-09-20 Fernando Nasser <fnasser@redhat.com>
596
597 * source.c: Make global variables current_source_symtab and
598 current_source_line static.
599 (list_command): Moved to cli/cli-cmds.c.
600 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
601 (get_first_line_listed): New accessor function.
602 (get_lines_to_list): New accessor function.
603 (get_current_source_symtab_and_line): New function. Retrieves the
604 position in the source code that we consider current.
605 (get_current_or_default_source_symtab_and_line): New function.
606 Like the above but attempts to determine a default position if one
607 is not currently defined.
608 (set_current_source_symtab_and_line): New function. Sets the source
609 code position considered current and returns the previously set one.
610 (clear_current_source_symtab_and_line): Reset stored information about
611 a current source line.
612 (_initialize_source): Remove registration for the "list" command and
613 its alias.
614 * source.h: Add declarations for the new functions above.
615 * symtab.h: Remove declarations for the global variables mentioned
616 above.
617 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
618 obtain current source line.
619 * linespec.c (decode_line_1): Ditto.
620 * macroscope.c (default_macro_scope): Ditto.
621 * scm-lang.c (scm_unpac): Ditto.
622 * stack.c (print_frame_info_base): Ditto.
623 * symfile.c (clear_symtab_users): Ditto.
624 * symtab.c (decode_line_spec): Ditto.
625 * cli/cli-cmds.c (list_command): Moved here from source.c.
626 (ambiguous_line_spec): Moved here from source.c.
627 (_init_cli_cmds): Add definition for "list" and its alias.
628 * Makefile.in: Update dependencies.
629
630 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
631
632 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
633 with what gcc thinks is correct.
634
635 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
636
637 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
638 multiple register push instruction.
639
640 2002-09-19 Jim Blandy <jimb@redhat.com>
641
642 Add support for distinct host and target character sets.
643 * charset.c, charset.h: New files.
644 * c-exp.y: #include "charset.h".
645 (yylex): Convert character and string literals to the target
646 character set, before returning them as the semantic value of the
647 token.
648 * c-lang.c: #include "charset.h".
649 (c_emit_char): Use charset-specific methods to recognize
650 characters with backslash escape forms, to decide which characters
651 to print literally and which to print using numeric escape
652 sequences, and to convert target characters to host characters
653 before printing.
654 * utils.c: #include "charset.h".
655 (no_control_char_error): New function.
656 (parse_escape): Use charset-specific methods to recognize
657 backslash escapes, parse `control character' notation, and convert
658 characters from the host character set to the target character set.
659 * configure.in: Set the default host character set.
660 Check where to find iconv, and what its argument types might be.
661 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
662 * Makefile.in (SFILES): List charset.c.
663 (COMMON_OBS): List charset.o.
664 (charset.o): New rule.
665 (charset_h): New header dependency variable.
666 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
667 (LIBICONV): New variable, set by configure.
668 (CLIBS): Include $(LIBICONV) here.
669 * aclocal.m4, config.in, configure: Regenerated.
670
671 2002-09-19 Joel Brobecker <brobecker@gnat.com>
672
673 * ada-exp.y: Add missing semicolons to end rules. Fixes a
674 bison 1.35 warning.
675
676 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
677
678 * gdb_mbuild.sh: New file.
679
680 2002-09-19 Andrew Cagney <ac131313@redhat.com>
681
682 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
683
684 2002-09-18 Andrew Cagney <ac131313@redhat.com>
685
686 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
687 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
688 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
689 valops.c, value.h: Revert previous change.
690
691 2002-09-18 Michael Snyder <msnyder@redhat.com>
692
693 Preliminary support for Objective-C:
694 * defs.h (language_objc): New enum value.
695 (puts_filtered_tabular): Declaration only, exported from utils.c.
696 (skip_quoted): Delete, declared in completer.h.
697 * c-exp.y: Include completer.h.
698 * p-exp.y: Ditto.
699 * jv-exp.y: Ditto.
700 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
701 New operator enum values.
702 * language.h (CAST_IS_CONVERSION): Test for language_objc.
703 * language.c (binop_result_type): Handle language_objc case.
704 (integral_type, character_type, string_type, boolean_type,
705 structured_type, binop_type_check): Ditto.
706 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
707 (struct objc_specific): Add to general_symbol_info.
708 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
709 (SYMBOL_DEMANGLED_NAME): Handle objc case.
710 * parser-defs.h (struct objc_class_str): New struct type.
711 (start_msglist, end_msglist, add_msglist): Declaration only,
712 exported from objc-lang.c.
713 * value.h (value_of_local, value_nsstring,
714 call_function_by_hand_expecting_type): Exported from valops.c.
715 * valops.c (find_function_addr): Export.
716 (call_function_by_hand_expecting_type): New function.
717 (value_of_local): New function.
718 * symfile.c (init_filename_language_table): Add ".m" extension
719 for Objective-C.
720 * utils.c (puts_filtered_tabular): New function.
721 (fprintf_symbol_filtered): Add objc demangling support (disabled).
722 (set/show demangle): Extend help-string to refer to ObjC.
723 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
724 * stabsread.c (symbol_reference_defined): Objective-C symbols
725 may contain colons: make allowances when scanning stabs strings
726 for colons.
727 (objc_find_colon): New function.
728 * printcmd.c (address_info): If language == objc then print
729 "self" instead of "this".
730 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
731 OP_NSSTRING, and OP_SELF.
732 (prefixify_subexp): Ditto.
733 * source.c (print_source_lines): Mention objc in comment.
734 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
735 method names.
736
737 2002-09-18 Andrew Cagney <ac131313@redhat.com>
738
739 * complaints.h: Update copyright.
740 (struct complaints): Declare.
741 (struct complaint): Make `message' constant.
742 (internal_complaint): Declare.
743 (complaint): Declare.
744 (complaint_root): Delete declaration.
745 (symfile_complaints): Delete declaration.
746 (struct complaints): Add opaque declaration.
747 (clear_complaints): Add a complaints parameter.
748 * complaints.c: Update copyright.
749 (enum complaint_series): Define.
750 (complaint_root): Delete.
751 (struct complaints): Define.
752 (complaint_sentinel, symfile_complaint_book): New variables.
753 (symfile_explanations, symfile_complaints): New variables.
754 New variables.
755 (get_complaints): New function.
756 (vcomplaint): New function.
757 (complaint): New function.
758 (internal_complaint): New function.
759 (complain): Call vcomplain with symfile_complaint.
760 (clear_complaints): Rewrite.
761 (_initialize_complaints): Use add_setshow_command.
762 * Makefile.in (complaints.o): Update dependencies.
763 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
764 to call to clear_complaints.
765 (new_symfile_objfile, reread_symbols): Ditto.
766 (oldsyms_complaint): Delete.
767 (empty_symtab_complaint, unknown_option_complaint): Delete.
768 (free_named_symtabs): Use complaint instead of complain.
769
770 2002-09-18 Michael Snyder <msnyder@redhat.com>
771
772 Contributed by Apple Computer, Inc. Merged with current sources
773 by Adam Fedor <fedor@doc.com> [cagney].
774
775 * objc-lang.c: First clean-up round: comments, indentation.
776 * objc-lang.h: Ditto.
777 * objc-lang.y: Ditto.
778
779 2002-09-18 Andrew Cagney <ac131313@redhat.com>
780
781 * maint.c (maintenance_internal_error): Print the parameter as the
782 error message.
783 (maintenance_internal_warning): New function.
784 (_initialize_maint_cmds): Add command `maint internal-warning'.
785
786 * defs.h (internal_warning, internal_vwarning): Declare.
787 * utils.c (struct internal_problem): Define.
788 (internal_vproblem): New function.
789 (internal_warning): New function.
790 (internal_vwarning): New function.
791 (internal_warning_problem, internal_error_problem): New variables.
792 (internal_verror): Just call internal_vproblem.
793
794 2002-09-18 Michael Snyder <msnyder@redhat.com>
795
796 * objc-lang.c: New file, support for Objective-C.
797 Preliminary check-in, not yet integrated into gdb.
798 * objc-lang.h: New file.
799 * objc-exp.y: New file.
800
801 2002-09-18 Andrew Cagney <ac131313@redhat.com>
802
803 * infrun.c (signal_stop_update): Convert definition to ISO C.
804 (signal_print_update): Ditto.
805 (signal_pass_update): Ditto.
806 * inflow.c (terminal_save_ours): Ditto.
807
808 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
809 comments.
810
811 * config/djgpp/fnchange.lst: Handle name clashes between
812 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
813 bfd/coff-tic80.c.
814
815 * i386-linux-tdep.h: Fix tipo.
816
817 2002-09-18 Adam Fedor <fedor@gnu.org>
818
819 * MAINTAINERS: Add myself to the Write After Approval list.
820
821 2002-09-18 Jim Blandy <jimb@redhat.com>
822
823 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
824 texthigh and textlow to reader-specific structs caused
825 objfile_relocate to miss them. This is fixable, but the work that
826 the change was supposed to prepare GDB for never got done anyway.
827
828 2002-09-18 David Carlton <carlton@math.stanford.edu>
829
830 * MAINTAINERS: Alphabetize Write After Approval list.
831
832 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
833
834 Fix PR gdb/709
835 * values.c (value_static_field): Call read_var_value.
836
837 2002-09-18 Andrew Cagney <ac131313@redhat.com>
838
839 * valops.c (hand_function_call): Align the initial stack pointer
840 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
841 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
842 return value.
843 * mips-tdep.c (mips_frame_align): New function.
844 (mips_gdbarch_init): Set frame_align.
845 * gdbarch.sh (FRAME_ALIGN): New method.
846 * gdbarch.h, gdbarch.c: Re-generate.
847
848 2002-09-18 Michal Ludvig <mludvig@suse.cz>
849
850 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
851 registers.
852
853 2002-09-17 Andrew Cagney <ac131313@redhat.com>
854
855 * NEWS: Mention that MIPS $fp behavior changed.
856 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
857 reference to FP_REGNUM.
858 (mipsnbsd_cannot_store_register): Ditto.
859 * mips-linux-nat.c: Update copyright.
860 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
861 (mips_linux_cannot_store_register): Ditto.
862 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
863 * config/mips/tm-mips.h: Update copyright.
864 (FP_REGNUM): Delete macro.
865 (MIPS_REGISTER_NAMES): Replace "fp" with "".
866 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
867 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
868 (mips_r3041_reg_names, mips_r3051_reg_names)
869 (mips_r3081_reg_names): Replace "fp" with "".
870 Fix PR gdb/480.
871
872 2002-09-17 Theodore A. Roth <troth@verinet.com>
873
874 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
875 generic_read_register_dummy() (PR gdb/703).
876 (avr_push_return_address): #if 0 out unused vars.
877 (avr_gdbarch_init): Enable use of avr_push_return_address().
878
879 2002-09-17 Michael Snyder <msnyder@redhat.com>
880
881 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
882 RTE will take care of it.
883
884 2002-09-17 Andrew Cagney <ac131313@redhat.com>
885
886 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
887 invalid, return SP_REGNUM.
888
889 2002-09-17 Michael Snyder <msnyder@redhat.com>
890
891 * mips-tdep.c (mips_pop_frame): Read saved values of floating
892 point registers without sign extension.
893
894 2002-09-17 Andrew Cagney <cagney@redhat.com>
895
896 * blockframe.c (deprecated_read_register_dummy): Rename
897 generic_read_register_dummy.
898 * frame.c (frame_unwind_signed_register): New function.
899 (frame_unwind_unsigned_register): New function.
900 * frame.h (frame_unwind_signed_register): Declare.
901 (frame_unwind_unsigned_register): Declare.
902 (deprecated_read_register_dummy): Rename
903 generic_read_register_dummy.
904
905 * h8300-tdep.c (h8300_frame_chain): Update.
906 (h8300_frame_saved_pc): Update.
907 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
908 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
909 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
910 (s390_frame_chain): Update.
911 * v850-tdep.c (v850_find_callers_reg): Update.
912 (v850_frame_saved_pc): Update.
913 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
914 (m32r_find_callers_reg): Update.
915 (m32r_frame_saved_pc): Update.
916 * sh-tdep.c (sh_find_callers_reg): Update.
917 (sh64_get_saved_pr): Update.
918 (sh_init_extra_frame_info): Update.
919 (sh_init_extra_frame_info): Update.
920 (sh64_init_extra_frame_info): Update.
921 (sh64_init_extra_frame_info): Update.
922 * mcore-tdep.c (mcore_find_callers_reg): Update.
923 (mcore_frame_saved_pc): Update.
924 (mcore_init_extra_frame_info): Update.
925 * i386-tdep.c (i386_frame_saved_pc): Update.
926 * ia64-tdep.c (ia64_frame_saved_pc): Update.
927 (ia64_init_extra_frame_info): Update.
928 (ia64_init_extra_frame_info): Update.
929 * d10v-tdep.c (d10v_frame_saved_pc): Update.
930 * cris-tdep.c (cris_init_extra_frame_info): Update.
931 * avr-tdep.c (avr_frame_chain): Update.
932 (avr_init_extra_frame_info): Update.
933 (avr_frame_saved_pc): Update.
934 * arm-tdep.c (arm_find_callers_reg): Update.
935 (arm_init_extra_frame_info): Update.
936 (arm_frame_saved_pc): Update.
937
938 2002-09-17 Tom Tromey <tromey@redhat.com>
939
940 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
941 is "'".
942
943 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
944
945 * MAINTAINERS: Remove "non multi-arched" text from h8300.
946 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
947 NEXT_PROLOGUE_INSN.
948 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
949 NEXT_PROLOGUE_INSN.
950
951 2002-09-16 Joel Brobecker <brobecker@gnat.com>
952
953 * osfsolib.c: Remove file, replaced by solib-osf.c.
954 * Makefile.in: Remove compilation rules for osfsolib.c.
955
956 2002-09-16 David Carlton <carlton@math.stanford.edu>
957
958 * cp-valprint.c (cp_print_class_method): Correct args to
959 check_stub_method_group.
960
961 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
962
963 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
964 `set architecture'. Unify naming convention of functions.
965 (h8300_skip_prologue): Improve prologue analysis.
966 (h8300_push_arguments): Rewritten to more closely match GCC's
967 bizarre argument-passing behavior, along with the comment describing
968 said behavior.
969 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
970 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
971 sim, remote-e7000.c, remote-hms.c and remote.c
972
973 2002-09-15 Mark Kettenis <kettenis@gnu.org>
974
975 * i386-tdep.c (gdb_print_insn_i386): Removed.
976 (i386_print_insn): New function.
977 (i386_gdbarch_init): Set print_insn to i386_print_insns.
978 (_initialize_i386_tdep): Don't initialize tm_print_insn and
979 tm_print_insn_info.
980
981 2002-09-14 Mark Kettenis <kettenis@gnu.org>
982
983 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
984 zero.
985
986 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
987
988 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
989 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
990 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
991
992 2002-09-13 Christopher Faylor <cgf@redhat.com>
993
994 * win32-nat.c (child_create_inferior): Honor 'tty' command.
995
996 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
997
998 * gdbtypes.c (check_stub_method): Make static.
999 (check_stub_method_group): New function.
1000 * gdbtypes.h: Update prototypes.
1001 * cp-support.c: New file.
1002 * cp-support.h: New file.
1003
1004 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1005 (update_method_name_from_physname): New function.
1006 (read_member_functions): Correct method names for operators
1007 and v3 constructors/destructors. Separate v2 constructors and
1008 destructors.
1009 * Makefile.in (stabsread.o): Update dependencies.
1010 (SFILES): Add cp-support.c.
1011 (COMMON_OBS): Add cp-support.o.
1012 (cp_support_h, cp-support.o): Add.
1013
1014 * cp-valprint.c (cp_print_class_method): Call
1015 check_stub_method_group instead of check_stub_method. Remove
1016 extraneous QUITs.
1017 * p-valprint.c (pascal_object_print_class_method): Likewise.
1018 * valops.c (search_struct_method): Likewise.
1019 (find_method_list, value_struct_elt_for_reference): Likewise.
1020
1021 2002-09-13 Andrew Cagney <cagney@redhat.com>
1022
1023 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1024 * gdbarch.h, gdbarch.c: Regenerate.
1025
1026 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1027
1028 * frame.c (find_saved_register): Delete function.
1029 * frame.h (find_saved_register): Delete declaration.
1030 Fix PR gdb/631.
1031
1032 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1033
1034 * mips-tdep.c (read_next_frame_reg): Re-hack using
1035 frame_register_unwind.
1036
1037 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1038
1039 * mips-tdep.c (mips_get_saved_register): Re-hack using
1040 frame_register_unwind.
1041
1042 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1043
1044 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1045 vector. Will be useful for Interix.
1046 * gdbarch.h, gdbarch.c: Regenerate.
1047
1048 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1049 name of the malloc function by NAME_OF_MALLOC.
1050
1051 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1052
1053 * value.h (find_function_in_inferior): Add const keyword to
1054 one of the parameters. Allows us to invoke this function with
1055 a const char *.
1056 * valops.c (find_function_in_inferior): Likewise.
1057
1058 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1059
1060 * exec.c (xfer_memory): Fix compilation warning with old versions
1061 of GCC.
1062 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1063
1064 2002-09-12 David Carlton <carlton@math.stanford.edu>
1065
1066 * symtab.h: Run through gdb_indent.h.
1067 Add 2002 to Copyright year list.
1068
1069 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1070
1071 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1072 mach constants.
1073 * MAINTAINERS: Add myself to write after approval list.
1074
1075 2002-09-11 J. Brobecker <brobecker@gnat.com>
1076
1077 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1078
1079 2002-09-11 J. Brobecker <brobecker@gnat.com>
1080
1081 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1082 Interix.
1083
1084 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1085
1086 * procfs.c (do_detach): Clear current signal, not just fault.
1087 Corrects problem with breakpoint trap signal leaking to detached
1088 process on Tru64.
1089
1090 2002-09-10 Michael Snyder <msnyder@redhat.com>
1091
1092 * buildsym.c (finish_block): Protect against null pointer.
1093
1094 2002-09-10 Andrew Cagney <cagney@redhat.com>
1095
1096 * infcmd.c (default_print_registers_info): Send all output to
1097 ``file'' instead of ``gdb_stdout''.
1098
1099 2002-09-10 Michael Snyder <msnyder@redhat.com>
1100
1101 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1102 LONGEST, and use signed register read (addresses are sign-
1103 extended for mips).
1104
1105 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1106
1107 * event-loop.c (gdb_do_one_event): Make public.
1108 * event-loop.h (gdb_do_one_event): Declare.
1109
1110 2002-09-10 Jeff Law <law@redhat.com>
1111
1112 * infttrace.c (child_resume): Simplify and rework to avoid
1113 TT_PROC_CONTINUE.
1114
1115 2002-09-09 Fred Fish <fnf@intrinsity.com>
1116
1117 * printcmd.c (print_scalar_formatted): "len" is the number of
1118 target bytes, NOT the number of target bits.
1119
1120 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1121
1122 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1123 * top.c (init_main): Set rl_terminal_name.
1124
1125 2002-09-08 Aidan Skinner <aidan@velvet.net>
1126
1127 * ada-lang.c (ada_array_bound, ada_type_match,
1128 _initialize_ada_language): Fix K&R definitions.
1129 * ada-tasks.c (get_current_task): Fix K&R definitions.
1130 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1131
1132 2002-09-07 Christopher Faylor <cgf@redhat.com>
1133
1134 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1135 Add XP.
1136
1137 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1138
1139 * i386-tdep.c (i386_register_virtual_type,
1140 i386_register_convertible, i386_register_convert_to_virtual,
1141 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1142 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1143 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1144 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1145 Don't set push_arguments twice.
1146
1147 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1148 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1149 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1150 sigtramp_end to NULL.
1151 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1152 defines.
1153 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1154
1155 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1156 whitespace.
1157
1158 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1159 * gdbarch.h, gdbarch.c: Re-generate.
1160 * blockframe.c (find_pc_sect_partial_function): Convert to use
1161 SIGTRAMP_START_P predicate.
1162
1163 2002-09-05 Michael Snyder <msnyder@redhat.com>
1164
1165 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1166 generic_dummy_frame method and old method. Also distinguish
1167 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1168 (arm_extract_return_value): Use new regcache method.
1169
1170 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1171 adjustment that doesn't conform to the ABI.
1172 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1173 saved regcache, not from current regcache.
1174
1175 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1176
1177 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1178 * README: Update.
1179
1180 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1181
1182 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1183 if arm_apcs_32 is false.
1184
1185 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1186
1187 GDB 5.3 branch created.
1188
1189 2002-09-03 Theodore A. Roth <troth@verinet.com>
1190
1191 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1192 generic_unwind_get_saved_register.
1193
1194 2002-09-03 David Carlton <carlton@math.stanford.edu>
1195
1196 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1197 argument (PR gdb/653). Update call to smash_to_method_type.
1198 (read_structure_scope): Update call to dwarf2_add_member_fn.
1199
1200 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1201
1202 * x86-64-linux-tdep.c: Include gdb_string.h
1203 * x86-64-linux-nat.c: Ditto.
1204
1205 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1206
1207 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1208 when YYDEBUG is set to 1.
1209 * c-exp.y: Likewise.
1210 * f-exp.y: Likewise.
1211 * jv-exp.y: Likewise.
1212 * m2-exp.y: Likewise.
1213 * p-exp.y: Likewise.
1214
1215 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1216
1217 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1218 dependency list.
1219 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1220 solib_svr4_fetch_link_map_offsets to
1221 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1222 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1223 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1224 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1225 solib-svr4.o, and solib-legacy.o.
1226 * config/i386/tm-nbsd.h: Include solib.h.
1227
1228 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1229
1230 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1231 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1232 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1233 comment noting that this needs its own target configuration.
1234 * config/i386/nbsd.mt: New file.
1235 * config/i386/nbsdaout.mt: Remove.
1236 * config/i386/nbsdelf.mt: Ditto.
1237 * config/i386/tm-nbsdaout.h: Ditto.
1238
1239 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1240
1241 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1242 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1243 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1244 tdep->sigtramp_end.
1245 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1246 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1247 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1248
1249 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1250
1251 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1252 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1253 * i386-tdep.h (i386bsd_init_abi): New prototype.
1254 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1255 function declaration.
1256 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1257 for NetBSD-a.out or NetBSD-ELF.
1258 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1259 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1260 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1261 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1262 and nbsd-tdep.h.
1263 (i386nbsd_pc_in_sigtramp): New function.
1264 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1265 i386nbsd_pc_in_sigtramp.
1266 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1267 and i386nbsdelf_init_abi OS ABI handlers.
1268 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1269 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1270
1271 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1272
1273 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1274 registers if the target really has them.
1275
1276 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1277
1278 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1279 than nbsd-tdep.h.
1280
1281 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1282
1283 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1284 list.
1285 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1286 (alphanbsd_skip_sigtramp_frame): New functions.
1287 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1288 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1289 to alphanbsd_sigcontext_addr.
1290
1291 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1292
1293 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1294 list.
1295 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1296 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1297 nbsd_pc_in_sigtramp.
1298 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1299 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1300 * nbsd-tdep.c: Include gdb_string.h.
1301 (nbsd_pc_in_sigtramp): New function.
1302 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1303 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1304 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1305 ppcnbsd_pc_in_sigtramp.
1306 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1307 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1308 shnbsd_pc_in_sigtramp.
1309 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1310 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1311 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1312
1313 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1314
1315 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1316 watchpoints to NULL.
1317 (insert_breakpoints): set val field of watchpoints if NULL.
1318
1319
1320 2002-08-29 Jim Blandy <jimb@redhat.com>
1321
1322 * symtab.c (lookup_symbol_aux): In the cases where we find a
1323 minimal symbol of an appropriate name and use its address to
1324 select a symtab to read and search, use `name' (as passed to us)
1325 as the demangled name when searching the symtab's global and
1326 static blocks, not the minsym's name.
1327
1328 2002-08-29 Keith Seitz <keiths@redhat.com>
1329
1330 * stack.c (print_frame_info_base): Always set current_source_symtab
1331 and current_source_line.
1332
1333 2002-08-29 Donn Terry <donnte@microsoft.com>
1334
1335 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1336
1337 2002-08-28 Keith Seitz <keiths@redhat.com>
1338
1339 * stack.c (select_frame): Add FIXME concerning selected-frame
1340 events.
1341 (select_frame_command): Send selected-frame-level-changed
1342 event notification, but only if the level actually changed.
1343 (up_silently_base): Add selected-frame-level-changed event
1344 notification.
1345 (down_silently_base): Likewise.
1346
1347 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1348
1349 * Makefile.in: Update dependencies for all gdb/*.c files.
1350
1351 2002-08-27 Tom Tromey <tromey@redhat.com>
1352
1353 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1354 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1355 Update dependencies.
1356 * i387-tdep.c: Include gdb_string.h.
1357 * osabi.c: Likewise.
1358 * i386-linux-nat.c: Likewise.
1359 * lin-lwp.c: Likewise.
1360 * ax-gdb.c: Likewise.
1361 * signals/signals.c: Likewise.
1362 * jv-valprint.c: Likewise.
1363 * p-lang.c: Likewise.
1364 * c-valprint.c: Likewise.
1365 * cp-abi.c: Likewise.
1366
1367 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1368
1369 * cli/cli-script.h (copy_command_lines): Export.
1370 * breakpoint.c: Include cli/cli-script.h.
1371 * Makefile.in (breakpoint.o): Update dependencies.
1372
1373 2002-08-26 Michael Snyder <msnyder@redhat.com>
1374
1375 * breakpoint.c (insert_breakpoints): Protect all references
1376 to 'process_warning'. Shorten long lines.
1377
1378 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1379
1380 * cli/cli-script.c (copy_command_lines): New function.
1381 * defs.h (copy_command_lines): Export.
1382 * testsuite/gdb.base/commands.exp: New tests for commands
1383 attached to a temporary breakpoint, and for commands that
1384 delete the breakpoint they are attached to.
1385
1386 2002-08-26 Michael Snyder <msnyder@redhat.com>
1387
1388 * breakpoint.c (bpstat_stop_status): Instead of copying the
1389 pointer to the breakpoint commands struct, make a new copy
1390 of the struct and point to that.
1391 (bpstat_clear): Free the commands struct.
1392 (bpstat_clear_actions): Free the commands struct.
1393 (bpstat_do_actions): Free the command actions. Also execute
1394 the local cleanups, instead of deleting them.
1395 (delete_breakpoint): Leave the commands field of the bpstat
1396 chain alone -- it will be freed later.
1397
1398 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1399
1400 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1401 deleted in 2002-08-20 commit. This function is still used by
1402 ppc-linux-nat.c.
1403
1404 2002-08-26 Keith Seitz <keiths@redhat.com>
1405
1406 * gdb-events.sh: Add selected-frame-level-changed event.
1407 * gdb-events.c: Regenerated.
1408 * gdb-events.h: Regenerated.
1409
1410 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1411
1412 Fix PR gdb/393:
1413 * inflow.c (terminal_save_ours): New function to save terminal
1414 settings.
1415 * inferior.h (terminal_save_ours): Declare.
1416 * target.c (debug_to_terminal_save_ours): New function.
1417 (cleanup_target): Defaults to_terminal_save_ours.
1418 (update_current_target): Inherit to_terminal_save_ours.
1419 (setup_target_debug): Set to_terminal_save_ours.
1420 * target.h (target_terminal_save_ours): New to save terminal settings.
1421 (target_ops): New member to_terminal_save_ours.
1422 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1423 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1424 * inftarg.c (init_child_ops): Likewise.
1425 * m3-nat.c (init_m3_ops): Likewise.
1426 * procfs.c (init_procfs_ops): Likewise.
1427 * wince.c (init_child_ops): Likewise.
1428 * win32-nat.c (init_child_ops): Likewise.
1429 * sol-thread.c (init_sol_thread_ops): Likewise.
1430
1431 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1432
1433 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1434 use regcache_* functions.
1435 (i386_gdbarch_init): Set store_return_value instead of
1436 deprecated_store_return_value.
1437
1438 * regcache.c (regcache_raw_write_signed,
1439 regcache_raw_write_unsigned): New functions.
1440 * regcache.h (regcache_raw_write_signed,
1441 regcache_raw_write_unsigned): New prototypes.
1442
1443 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1444
1445 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1446 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1447 source file dependencies. Cleanup corresponding generator rules.
1448
1449 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1450
1451 * regcache.h (register_offset_hack): Declare.
1452 (regcache_cooked_read_using_offset_hack): Declare.
1453 (regcache_cooked_write_using_offset_hack): Declare.
1454
1455 * regcache.c (register_offset_hack): New function.
1456 (regcache_cooked_read_using_offset_hack): New function.
1457 (regcache_cooked_write_using_offset_hack): New function.
1458 (regcache_dump): Check that the registers, according to their
1459 offset, are packed hard against each other.
1460 (cooked_xfer_using_offset_hack): New function.
1461
1462 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1463
1464 * regcache.c (struct regcache_descr): Add field register_type.
1465 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1466 in as a parameter
1467 (init_regcache_descr): Initialize register_type. Pass the descr
1468 to init_legacy_regcache_descr. Use register_type instead of
1469 REGISTER_VIRTUAL_TYPE.
1470 (register_type): New function.
1471 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1472 * regcache.h (register_type): Declare.
1473
1474 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1475
1476 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1477 instead of deprecated_store_return_value. Fix fallout from
1478 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1479
1480 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1481
1482 * regcache.c (max_register_size): New function.
1483 (init_legacy_regcache_descr): Ensure that max_register_size is
1484 large enough for REGISTER_VIRTUAL_SIZE.
1485 * regcache.h (max_register_size): Declare.
1486
1487 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1488
1489 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1490 store_return_value.
1491 (e500_extract_return_value): Change type of valbuf pointer to
1492 void.
1493
1494 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1495
1496 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1497 workaround.
1498
1499 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1500 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1501 long long) to prevent compiler warning on 64-bit systems.
1502
1503 2002-08-23 Andrew Cagney <cagney@redhat.com>
1504
1505 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1506 (DEPRECATED_STORE_RETURN_VALUE): New method.
1507 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1508 * gdbarch.h, gdbarch.c: Re-generate.
1509
1510 * values.c (set_return_value): Pass current_regcache to
1511 STORE_RETURN_VALUE.
1512 * arch-utils.h (legacy_store_return_value): Declare.
1513 * arch-utils.c (legacy_store_return_value): New function.
1514 (legacy_extract_return_value): Update parameters.
1515
1516 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1517 STORE_RETURN_VALUE.
1518 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1519 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1520 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1521 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1522 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1523 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1524 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1525 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1526 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1527 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1528
1529 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1530 * i386-tdep.c (i386_extract_return_value): Update.
1531 * arch-utils.c (legacy_extract_return_value): Update.
1532 * frv-tdep.c (frv_gdbarch_init): Update.
1533 * cris-tdep.c (cris_gdbarch_init): Update.
1534 * d10v-tdep.c (d10v_gdbarch_init): Update.
1535 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1536 * m68k-tdep.c (m68k_gdbarch_init): Update.
1537 * mcore-tdep.c (mcore_gdbarch_init): Update.
1538 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1539 * s390-tdep.c (s390_gdbarch_init): Update.
1540 * sparc-tdep.c (sparc_gdbarch_init): Update.
1541 * sh-tdep.c (sh_gdbarch_init): Update.
1542 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1543 * v850-tdep.c (v850_gdbarch_init): Update.
1544 * avr-tdep.c (avr_gdbarch_init): Update.
1545 * ia64-tdep.c (ia64_gdbarch_init): Update.
1546 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1547 * vax-tdep.c (vax_gdbarch_init): Update.
1548 * alpha-tdep.c (alpha_gdbarch_init): Update.
1549 * arm-tdep.c (arm_gdbarch_init): Update.
1550 * mips-tdep.c (mips_gdbarch_init): Update.
1551 * i386-tdep.c (i386_gdbarch_init): Update.
1552
1553 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1554
1555 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1556 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1557
1558 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1559
1560 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1561 problems.
1562
1563 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1564
1565 * infrun.c (handle_inferior_event): Move a comment outside of a
1566 function call, in order to avoid indent reformatting this part
1567 of the code in an unreadable way.
1568
1569 2002-08-23 Grace Sainsbury <graces@redhat.com>
1570
1571 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1572 when breakpoints fail. Move general breakpoint error messages to
1573 insert_breakpoints.
1574 * breakpoint.c (insert_breakpoints): Change warnings when
1575 breakpoints are nto inserted to specify the type. Remove call to
1576 memory_error when hardware breakpoints can't be inserted. Remove
1577 multiple calls to warning so all messages are sent to the user at
1578 once.
1579 (delete_breakpoints): Make insert error messsages more explicit.
1580
1581 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1582
1583 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1584 gdbserver/ChangeLog.
1585
1586 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1587
1588 * i386-tdep.c: Include "objfiles.h".
1589 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1590 skip_trampoline_code.
1591 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1592 (CPLUS_MARKER): Define to '.'.
1593
1594 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1595 member.
1596 (linux_corefile_thread_callback): Increase args->num_notes.
1597 (linux_make_note_section): Initialize thread_args.num_notes, and
1598 use it to determine whether notes for any threads were created.
1599
1600 2002-08-23 Donn Terry <donnte@microsoft.com>
1601
1602 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1603 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1604 and PCUNKILL.
1605 (write_with_trace): Conditionalize out the switch branch handling
1606 PCSHOLD if the corresponding macro is not defined. Likewise for
1607 PRSABORT and PRSTOP.
1608 This change will be needed by the Interix port.
1609
1610 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1611
1612 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1613 write_register wherever possible instead of manipulating the
1614 register bytes directly.
1615 Assign VALUE_CONTENTS to a variable and use that.
1616 The GPR numbers are now dependent on the architecture.
1617
1618 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1619
1620 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1621 ev_offset fields.
1622 (skip_prologue): Add support for BookE/e500 instructions.
1623 (e500_extract_return_value): New function.
1624 (frame_get_saved_regs): Add support for saving ev registers and
1625 pseudo gpr's.
1626 (e500_store_return_value): New function.
1627 (rs6000_gdbarch_init): Move up default intializations of
1628 deprecated_extract_return_value and store_return_value. Overwrite
1629 init of store_return_value with e500 specific version.
1630 Set extract_return_value for e500.
1631
1632 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1633
1634 * blockframe.c (generic_call_dummy_register_unwind): Use
1635 regcache_cooked_read to catch cases in which the variable is
1636 stored in a pseudo register.
1637
1638 2002-08-22 Andrew Cagney <cagney@redhat.com>
1639
1640 * NEWS: Mention that the i960 has been made obsolete.
1641 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1642 i960-tdep.c
1643 (remote-nrom.o): Obsolete target.
1644 (remote-nindy.o, i960-tdep.o): Ditto.
1645 * remote-nrom.c: Make file obsolete.
1646 * remote-nindy.c, remote-vx960.c: Ditto.
1647 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1648 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1649 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1650 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1651 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1652 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1653 i960-*-vxworks* obsolete.
1654 * MAINTAINERS: Note that the i960 is obsolete.
1655
1656 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1657
1658 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1659 detach to allow reinitialization.
1660
1661 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1662
1663 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1664 attempt).
1665
1666 2002-08-22 Jim Blandy <jimb@redhat.com>
1667
1668 * coffread.c (coff_symfile_read): Don't try to read the line
1669 number table from disk if the image file doesn't have a symbol
1670 table; we'll never actually look at the info anyway, and Windows
1671 ships DLL's with bogus file offsets for the line number data.
1672
1673 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1674
1675 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1676 an e500 executable.
1677
1678 2002-08-21 Michael Snyder <msnyder@redhat.com>
1679
1680 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1681 (MSYMBOL_SIZE): Replace macro with function.
1682 (DEFAULT_MIPS_TYPE): Delete unused macro.
1683 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1684 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1685
1686 2002-08-21 Jim Blandy <jimb@redhat.com>
1687
1688 * valops.c (value_cast): Simplify and correct logic for doing a
1689 static cast from a pointer to a base class to a pointer to a
1690 derived class.
1691
1692 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1693
1694 * infcmd.c (default_print_registers_info): Replace
1695 do_registers_info.
1696 (registers_info): Use gdbarch_print_registers_info instead of
1697 DO_REGISTERS_INFO.
1698 * inferior.h (default_print_registers_info): Replace
1699 do_registers_info.
1700 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1701 (DO_REGISTERS_INFO): Change to a predicate function.
1702 * gdbarch.h, gdbarch.c: Regenerate.
1703
1704 2002-08-21 Keith Seitz <keiths@redhat.com>
1705
1706 * gdb-events.sh: Add target-changed event.
1707 * gdb-events.c: Regenerated.
1708 * gdb-events.c: Regenerated.
1709 * valops.c (value_assign): Add target-changed event notification
1710 to inlval_register, lval_memory, and lval_reg_frame_relative.
1711
1712 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1713
1714 * NEWS: Add an entry regarding the improvement of the next/step
1715 operation on Alpha Tru64 multi-processor machines.
1716
1717 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1718
1719 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1720 directores.
1721 * Makefile.in: Update all _h macro definitions.
1722 * Makefile.in (install-gdbtk): Move to install section.
1723 (rdi-share/libangsd.a): Move to end of file.
1724
1725 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1726
1727 * frame.c (frame_register_unwind): When a register, set addrp to
1728 the register's byte.
1729
1730 2002-08-20 Michael Snyder <msnyder@redhat.com>
1731
1732 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1733 used locally, so move them from the target machine header to here.
1734 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1735 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1736 Make static.
1737 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1738
1739 2002-08-20 Andrew Cagney <cagney@redhat.com>
1740
1741 * NEWS: Mention that the Apollo line was made obsolete.
1742 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1743 m68*-hp-hpux* obsolete.
1744 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1745 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1746 * buildsym.c (make_blockvector): Make static.
1747 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1748 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1749 (ALLDEPFILES): Remove dstread.c.
1750 (dstread.o): Obsolete make rule.
1751 * dstread.c: Makefile obsolete.
1752 * dst.h: Ditto.
1753 * config/m68k/hp300hpux.mt: Ditto.
1754 * config/m68k/hp300hpux.mh: Ditto.
1755 * config/m68k/hp300bsd.mt: Ditto.
1756 * config/m68k/hp300bsd.mh: Ditto.
1757 * config/m68k/apollo68b.mt: Ditto.
1758 * config/m68k/apollo68v.mh: Ditto.
1759 * config/m68k/apollo68b.mh: Ditto.
1760
1761 2002-08-20 Michael Snyder <msnyder@redhat.com>
1762
1763 * mips-tdep.c (mips_in_return_stub): Make static.
1764 (mips_gdbarch_init): Set in_solib_return_trampoline.
1765 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1766
1767 2002-08-20 Michael Snyder <msnyder@redhat.com>
1768
1769 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1770 * gdbarch.c, gdbarch.h: Regenerate.
1771 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1772 Add.
1773 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1774
1775 2002-08-20 Michael Snyder <msnyder@redhat.com>
1776
1777 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1778 (mips_gdbarch_init): Set skip_trampoline_code,
1779 in_solib_call_trampoline.
1780 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1781 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1782
1783 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1784
1785 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1786
1787 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1788 vector type for ev registers.
1789 (e500_pseudo_register_read): New function.
1790 (e500_pseudo_register_write): New function.
1791 (e500_dwarf2_reg_to_regnum): New function.
1792 (PPC_UISA_NOFP_SPRS): New macro.
1793 (PPC_EV_REGS): New macro.
1794 (PPC_GPRS_PSEUDO_REGS): New macro.
1795 (registers_e500): New register set for e500.
1796 (variants): Add e500 variant.
1797 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1798 before setting architectural dependent variations. Initialize ev
1799 registers numbers. Add case for e500 architecture. Set the
1800 number of pseudo registers.
1801
1802 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1803
1804 * rs6000-tdep.c: Clean up comments.
1805
1806 2002-08-20 Andrew Cagney <cagney@redhat.com>
1807
1808 * h8300-tdep.c: Re-indent file.
1809
1810 2002-08-20 Jim Blandy <jimb@redhat.com>
1811
1812 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1813 default for this.
1814
1815 2002-08-20 Keith Seitz <keiths@redhat.com>
1816
1817 * breakpoints.c (watch_command_1): Use internal breakpoint
1818 when setting a watchpoint_scope breakpoint.
1819
1820 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1821
1822 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1823 (build_builtin_type_vec64i): Ditto.
1824 (build_builtin_type_vec128): Ditto.
1825 (build_builtin_type_vec128i): Ditto.
1826
1827 2002-08-19 Michael Snyder <msnyder@redhat.com>
1828
1829 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1830 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1831 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1832 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1833 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1834 CALL_DUMMY_ADDRESS): Delete.
1835 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1836 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1837 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1838 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1839 push_return_address.
1840 (mips_register_raw_size, mips_eabi_use_struct_convention,
1841 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1842 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1843 mips_init_extra_frame_info, mips_eabi_push_arguments,
1844 mips_n32n64_push_arguments, mips_push_return_address,
1845 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1846 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1847
1848 2002-08-19 Michael Snyder <msnyder@redhat.com>
1849
1850 * mips-tdep.c (mips_frame_num_args): New function.
1851 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1852 frame_saved_pc, frame_args_address, frame_locals_address,
1853 frame_num_args, and frame_args_skip.
1854 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1855 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1856 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1857 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1858
1859 2002-08-20 Michael Snyder <msnyder@redhat.com>
1860
1861 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1862 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1863 * mips-tdep.c (mips_store_struct_return): New function.
1864 (mips_extract_struct_value_address): New function.
1865 (mips_gdbarch_init): Set store_struct_return and
1866 extract_struct_value_address.
1867
1868 2002-08-20 David Carlton <carlton@math.stanford.edu>
1869
1870 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1871 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1872 (read_file_scope): Check that line_header is nonzero before
1873 decoding macro information.
1874
1875 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1876
1877 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1878 flag the general-purpose registers as floating-point on targets
1879 that don't support the floating-point registers.
1880
1881 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1882
1883 * rs6000-tdep.c (altivec_register_p): Delete.
1884 (rs6000_do_altivec_registers): Delete.
1885 (rs6000_altivec_registers_info): Delete.
1886 (rs6000_do_registers_info): Delete.
1887 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1888 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1889
1890 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1891
1892 * infcmd.c (do_registers_info): Print vector registers in hex
1893 format only.
1894 (print_vector_info): Check that printing registers
1895 makes sense.
1896 (print_float_info): Ditto.
1897
1898 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1899
1900 * mips-tdep.c (mips_gdbarch_init): Update.
1901 (mips_o32_extract_return_value): Rewrite.
1902 (mips_o32_store_return_value): Rewrite.
1903 (mips_o32_xfer_return_value): New function.
1904 (mips_xfer_register): Tweak debug print message. Allow for
1905 buf_offset when dumping the value transfered.
1906
1907 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1908
1909 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1910 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1911 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1912 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1913 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1914
1915 2002-08-14 Michael Snyder <msnyder@redhat.com>
1916
1917 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1918
1919 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1920
1921 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1922 register.
1923 (P): New macro to define a register as a pseudo register.
1924 (R, R4, R8, R16, FR32, R64, R0): Updated.
1925 (struct variant): Add new fields for number of pseudo registers
1926 and number of total registers.
1927 (tot_num_registers): New macro replacing....
1928 (num_registers): ...deleted macro.
1929 (num_registers): New function.
1930 (num_pseudo_registers): New function.
1931 (variants): Update all variants to intialize new fields correctly.
1932 Postpone initialization of number of pseudo regs and real regs.
1933 (init_variants): New function.
1934 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1935 registers offsets.
1936
1937 2002-08-19 David Carlton <carlton@math.stanford.edu>
1938
1939 * valops.c (search_struct_field): Change error message to treat
1940 return value of 0 from value_static_field as meaning that field is
1941 optimized out.
1942 (value_struct_elt_for_reference): Ditto.
1943 * values.c (value_static_field): Treat an unresolved location the
1944 same as a nonexistent symbol. Fix PR gdb/635.
1945 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1946 enclosed. Fix PR gdb/574.
1947 * MAINTAINERS: Add self to Write After Approval list.
1948
1949 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1950
1951 * mips-tdep.c (mips_xfer_register): New function.
1952 (mips_n32n64_extract_return_value): Rewrite.
1953 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1954 instead of deprecated_extract_return_value.
1955
1956 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1957
1958 * rs6000-tdep.c (TDEP): Delete macro.
1959 (branch_dest): Replace use of TDEP macro with its body.
1960 (rs6000_pop_frame): Ditto.
1961 (rs6000_push_arguments): Ditto.
1962 (rs6000_skip_trampoline_code): Ditto.
1963 (rs6000_frame_saved_pc): Ditto.
1964 (rs6000_frame_chain): Ditto.
1965 (rs6000_register_name): Ditto.
1966 (rs6000_register_byte): Ditto.
1967 (rs6000_register_raw_size): Ditto.
1968 (rs6000_register_virtual_type): Ditto.
1969 (rs6000_register_convertible): Ditto.
1970 (rs6000_convert_from_func_ptr_addr): Ditto.
1971
1972 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1973
1974 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1975 conditionally.
1976 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1977 MIPS_LINUX_JB_ELEMENT_SIZE.
1978 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1979 for MAX_REGISTER_RAW_SIZE arrays.
1980 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1981 MIPS_LINUX_JB_ELEMENT_SIZE.
1982
1983 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1984
1985 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1986
1987 2002-08-19 Aidan Skinner <aidan@velvet.net>
1988
1989 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1990 ada-valprint.c ada-tasks.c.
1991 (YYFILES): Add ada-exp.y.
1992 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1993 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1994 (ada-exp.tab.o): New target.
1995
1996 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1997
1998 * regcache.c (regcache_xfer_part): New function.
1999 (regcache_raw_read_part): New function.
2000 (regcache_raw_write_part): New function.
2001 (regcache_cooked_read_part): New function.
2002 (regcache_cooked_write_part): New function.
2003 * regcache.h (regcache_raw_read_part): Declare.
2004 (regcache_raw_write_part): Declare.
2005 (regcache_cooked_read_part): Declare.
2006 (regcache_cooked_write_part): Declare.
2007
2008 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2009
2010 * remote.c (remote_open_1): Add async_p.
2011 (remote_async_open_1): Delete.
2012 (open_remote_target): Delete.
2013 (remote_open, extended_remote_open): Update calls to remote_open_1.
2014 (remote_async_open, extended_remote_async_open): Call
2015 remote_open_1 instead of remote_async_open_1.
2016
2017 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2018
2019 * blockframe.c: Fix a few coding standard violations.
2020
2021 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2022
2023 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2024 here from ...
2025 * config/i386/tm-i386sco5.h: ... here. File removed.
2026 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2027
2028 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2029 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2030 (TM_FILE): Set to tm-i386.h.
2031 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2032 * config/i386/tm-i386v.h: Remove file.
2033 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2034 instead of "i386/tm-i386v.h".
2035 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2036 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2037 "i386/tm-i386v.h".
2038 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2039 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2040 "i386/tm-i386.h".
2041
2042 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2043
2044 * config/i386/nm-i386v.h: Add protection against
2045 multiple-inclusion.
2046 (i386_register_u_addr): Remove prototype.
2047 (register_u_addr): New prototype.
2048 (REGISTER_U_ADDR): Redefine accordingly.
2049 * i386v-nat.c: Improve several comments.
2050 (i386_register_u_addr): Change signature and rename to
2051 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2052 ubase variable.
2053
2054 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2055
2056 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2057 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2058 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2059 deprecated_extract_return_value.
2060 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2061 rename mips_o32o64_push_arguments.
2062 (mips_gdbarch_init): Update.
2063 (mips_extract_return_value): Delete.
2064 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2065 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2066 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2067 (mips_n32n64_extract_return_value): Clone
2068 mips_extract_return_value.
2069 (mips_store_return_value): Delete.
2070 (mips_o32_store_return_value): Clone mips_store_return_value.
2071 (mips_o64_store_return_value): Clone mips_store_return_value.
2072 (mips_eabi_store_return_value): Clone mips_store_return_value.
2073 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2074
2075 2002-08-18 Aidan Skinner <aidan@velvet.net>
2076
2077 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2078 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2079
2080 2002-08-18 Aidan Skinner <aidan@velvet.net>
2081
2082 * ada-lang.c: Run through gdb_indent.sh.
2083 * ada-lang.h: Run through gdb_indent.sh.
2084 * ada-tasks.c: Run through gdb_indent.sh.
2085 * ada-typeprint.c: Run through gdb_indent.sh.
2086 * ada-valprint.c: Run through gdb_indent.sh.
2087
2088 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2089
2090 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2091 ABI.
2092
2093 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2094
2095 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2096
2097 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2098 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2099
2100 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2101 write_register_gen instead of write_register_bytes.
2102
2103 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2104 i[3456]-*-osf1mk* configurations have been made obsolete.
2105 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2106 i[3456]86-*-osf1mk* hosts obsolete.
2107 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2108 targets obsolete.
2109 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2110 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2111 config/i386/i386m3.mt, config/i386/nm-m3.h,
2112 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2113 config/i386/i386mk.mh, config/i386/i386mk.mt,
2114 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2115 obsolete.
2116 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2117 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2118 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2119
2120 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2121
2122 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2123 (hppa_value_returned_from_stack): Declare.
2124 (hppa_extract_return_value): Declare.
2125 * config/pa/hppa.mt: New file.
2126 * configure.tgt: Recognize hppa*-*-*.
2127 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2128
2129 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2130
2131 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2132 comment.
2133
2134 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2135
2136 * top.c (gdb_rl_operate_and_get_next): Make sure
2137 operate-and-get-next functions correctly even when the history
2138 list is completely filled.
2139
2140 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2141
2142 * MAINTAINERS (Target Instruction Set Architectures): Rename
2143 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2144 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2145 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2146 already listed under Host/Native.
2147
2148 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2149 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2150 mips*-*-*.
2151
2152 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2153
2154 * config/ia64/ia64.mt: New file.
2155 * config/alpha/alpha.mt: New file.
2156 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2157 ia64-linux-gnu. Mention that ia64-elf is broken.
2158 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2159
2160 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2161
2162 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2163 generic_func_frame_valid instead of func_frame_valid.
2164
2165 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2166
2167 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2168 procfs appears to be broken when debugging on multi-processor
2169 machines. So enable software single stepping in order to avoid
2170 using the procfs interface to do next/step operations, using
2171 internal breakpoints instead.
2172
2173 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2174 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2175 make this pc address equal to the value it would have if the
2176 system stepping capability was used. Also set a new flag used
2177 to ensure that we don't readjust the PC one more time later.
2178
2179 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2180 address by DECR_PC_AFTER_BREAK when software single step is
2181 in use for this architecture, as this has already been taken
2182 care of in handle_inferior_event().
2183
2184 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2185
2186 * infrun.c (handle_inferior_event): Minor reformatting, to make
2187 a rather long condition expression easier to read.
2188
2189 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2190
2191 * Makefile.in (gdbtk.o): Move to end of file.
2192 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2193 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2194 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2195 (gdbtk-wrapper.o, gdbres.o): Ditto.
2196
2197 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2198
2199 * Makefile.in (copying.o): Separate out compile rule.
2200 (hpux-thread.o, procfs.o, signals.o): Ditto.
2201 (v850ice.o, z8k-tdep.o): Ditto.
2202 (tui-file.o): Move to TUI section.
2203 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2204 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2205
2206 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2207
2208 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2209 skip_trampoline_code, for better namespace-proofing.
2210
2211 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2212
2213 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2214
2215 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2216
2217 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2218
2219 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2220 signal, check whether we hit a breakpoint before checking for a
2221 single step breakpoint. Otherwise, GDB fails to notice that a
2222 breakpoint has been hit when stepping onto a breakpoint.
2223
2224 2002-08-16 Keith Seitz <keiths@redhat.com>
2225
2226 * gdb-events.sh (clear_gdb_event_hooks): New function.
2227 * gdb-events.c: Regenerate.
2228 * gdb-events.h: Regenerate.
2229
2230 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2231
2232 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2233 not_a_sw_breakpoint.
2234 * breakpoint.h (bpstat_stop_status): Add parameter names.
2235
2236 2002-08-16 Grace Sainsbury <graces@redhat.com>
2237
2238 * remote.c (remote_insert_hw_breakpoint)
2239 (remote_remove_hw_breakpoint): Fix calculation of length field
2240 for Z-packet.
2241
2242 2002-08-15 Michael Snyder <msnyder@redhat.com>
2243
2244 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2245 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2246 (supply_fpregset): Ditto.
2247
2248 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2249 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2250 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2251 (TARGET_READ_SP): Delete.
2252 (DO_REGISTERS_INFO): Delete.
2253 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2254 Delete.
2255 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2256 from macros to functions.
2257
2258 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2259 (mips_register_convertible, mips_register_convert_to_virtual,
2260 mips_register_convert_to_raw): Make static.
2261 (mips_read_sp): New function.
2262 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2263 (mips_do_registers_info): Make static.
2264 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2265 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2266 (mips_register_convert_from_type, mips_register_convert_to_type):
2267 New functions.
2268 (mips_gdbarch_init): Set up function_start_offset,
2269 register_virtual_size, pc_in_sigtramp.
2270
2271 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2272
2273 * infcmd.c (vector_info): New function.
2274 (_initialize_infcmd): Add command "info vector".
2275 (print_vector_info): New function.
2276
2277 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2278 * gdbarch.h, gdbarch.c: Regenerate.
2279
2280 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2281
2282 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2283 ``print_all''. Only print vector registers when ``print_all''.
2284
2285 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2286
2287 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2288 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2289
2290 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2291 Add `args' parameter.
2292 * gdbarch.h, gdbarch.c: Regenerate.
2293
2294 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2295
2296 * infcmd.c (float_info): Call print_float_info.
2297 (print_float_info): New function. By default, print the
2298 floating-point registers.
2299
2300 * arch-utils.h (default_print_float_info): Delete declaration.
2301 * arch-utils.c (default_print_float_info): Delete function.
2302
2303 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2304
2305 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2306 out define.
2307
2308 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2309 FRAME.
2310
2311 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2312 * configure.host: Make i[3456]86-*-aix host obsolete.
2313 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2314 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2315 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2316 config/i386/xm-i386aix.h: Make files obsolete.
2317 * i386aix-nat.c: Make file obsolete.
2318 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2319 (i386aix-nat.o): Make target obsolete.
2320
2321 * config/i386/nm-gnu.h: Removed.
2322 * config/i386/nm-i386gnu.h: New file.
2323 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2324 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2325 Moved here from ...
2326 * config/i386/tm-i386gnu.h: ... here. Removed.
2327 * config/i386/xm-i386gnu.h: Removed.
2328 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2329 (NAT_FILE): Set to nm-i386gnu.h.
2330 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2331 * i386-tdep.c: New file.
2332 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2333 (i386gnu-tdep.o): Specify dependencies.
2334
2335 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2336
2337 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2338 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2339 Adjust a few comments to reflect reality a bit closer.
2340 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2341 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2342 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2343 target_insert_watchpoint, target_remove_watchpoint):
2344 Move defines to ...
2345 * config/i386/nm-i386sco5.h: ... here.
2346 (kernel_u_size): Add prototype. Improve a few comments and add
2347 protection against multiple inclusion.
2348
2349 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2350 out define.
2351
2352 * uw-thread.c (SP_ARG0): Define if not already defined.
2353 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2354
2355 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2356
2357 * config/i386/tm-i386.h: Don't include "regcache.h".
2358
2359 * i387-tdep.h (i387_print_float_info): New prototype.
2360 * i387-tdep.c (print_i387_value, print_i387_ext,
2361 print_i387_status_word, print_i387_control_word): Add `struct
2362 ui_file *' argument and use it for output.
2363 (i387_print_float_info): Renamed from i387_float_info. Add
2364 `struct gdbarch *' and `struct ui_file *' arguments and use the
2365 latter for output.
2366 * i386-tdep.c: Include "i387-tdep.h".
2367 (i386_gdbarch_init): Set print_float_info.
2368 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2369 (FLOAT_INFO): Remove define.
2370
2371 2002-08-13 Michael Snyder <msnyder@redhat.com>
2372
2373 * mips-tdep.c (mips_push_arguments): Rename to
2374 mips_eabi_push_arguments, and tune for EABI.
2375 (MIPS_REGS_HAVE_HOME_P): Delete.
2376 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2377 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2378 Delete references to mips_regs_have_home_p.
2379
2380 2002-08-14 Keith Seitz <keiths@redhat.com>
2381
2382 * Makefile.in (install-gdbtk): Create insight plugin directory.
2383 Install plugins.tcl file.
2384
2385 2002-08-14 Keith Seitz <keiths@redhat.com>
2386
2387 * configure.in: Move SUBDIRS to near top of the file so that
2388 --enable options may add things to it.
2389 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2390 * configure: Regenerate.
2391
2392 2002-08-13 Michael Snyder <msnyder@redhat.com>
2393
2394 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2395 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2396 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2397
2398 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2399
2400 * vax-tdep.c (vax_get_saved_register): Delete function.
2401 (vax_gdbarch_init): Update.
2402 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2403 (ns32k_gdbarch_init): Update.
2404 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2405 (alpha_gdbarch_init): Update.
2406
2407 2002-08-13 Andrew Cagney <cagney@redhat.com>
2408
2409 * regcache.c (init_regcache_descr): Overallocate the
2410 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2411 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2412 nr_raw_registers.
2413 (set_register_cached): Add range checking assertions. Use
2414 current_regcache.
2415
2416 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2417
2418 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2419 numbers for MMX registers.
2420
2421 2002-08-13 Andrew Cagney <cagney@redhat.com>
2422
2423 * i386-tdep.c (i386_gdbarch_init): Use
2424 generic_unwind_get_saved_register.
2425
2426 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2427
2428 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2429 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2430 target vector.
2431 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2432 Delete. Add comment regarding this now-deleted target method.
2433
2434 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2435
2436 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2437 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2438 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2439 real PC and the page number (if it's within the memory bank window).
2440 (m68hc11_pseudo_register_write): Likewise when saving.
2441 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2442 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2443 (m68hc11_register_raw_size): And use 32-bit for it.
2444 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2445 16K memory bank is used by the prog; also use the virtual pc.
2446
2447 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2448
2449 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2450 (m68hc11_gdbarch_init): Install it in gdbarch.
2451 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2452 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2453 (MSYMBOL_SIZE): New for documentation.
2454 (insn_return_kind): Enum to specify how a function returns.
2455 (frame_extra_info): Cleanup and record the return mode.
2456 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2457 register in address computation.
2458 (m68hc11_get_return_insn): New to obtain the return instruction used
2459 by the function.
2460 (m68hc11_frame_init_saved_regs): Take into account the return
2461 instruction used by the function for far and interrupt functions.
2462 (m68hc11_init_extra_frame_info): Take into account page register.
2463 (m68hc11_frame_args_address): Adjust according to the return mode.
2464 (show_regs): Print page register only when it's used.
2465
2466 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2467
2468 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2469 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2470 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2471 registers.
2472 (m68hc11_register_raw_size): Likewise.
2473
2474 2002-08-13 Andrew Cagney <cagney@redhat.com>
2475
2476 * i386-tdep.c (i386_register_name): Handle mmx registers.
2477 (mmx_regnum_p): New function.
2478 (i386_mmx_names): New array.
2479 (mmx_num_regs): New variable.
2480 (i386_pseudo_register_read): New function.
2481 (i386_pseudo_register_write): New function.
2482 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2483
2484 * regcache.c (regcache_raw_read_unsigned): New function.
2485 (regcache_raw_read_signed): New function.
2486 * regcache.h (regcache_raw_read_unsigned): Declare.
2487 (regcache_raw_read_signed): Declare.
2488
2489 2002-08-13 Andrew Cagney <cagney@redhat.com>
2490
2491 * regcache.c (regcache_raw_read_as_address): Delete function.
2492 (regcache_cooked_read_signed): New function.
2493 (regcache_cooked_read_unsigned): New function.
2494 * regcache.h (regcache_cooked_read_signed): Declare.
2495 (regcache_cooked_read_unsigned): Declare.
2496 (regcache_raw_read_as_address): Delete declaration.
2497
2498 * blockframe.c (generic_read_register_dummy): Use
2499 regcache_cooked_read_unsigned.
2500 * i386-tdep.c (i386_extract_struct_value_address): Use
2501 regcache_cooked_read_unsigned.
2502
2503 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2504
2505 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2506 double sizes according to ELF ABI flags.
2507 (gdbarch_tdep): Record elf_flags.
2508
2509 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2510
2511 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2512 (m6812_prolog): They can appear in 68HC12 function prologue.
2513 (m68hc11_frame_chain): Cleanup.
2514
2515 2002-08-12 Andrew Cagney <cagney@redhat.com>
2516
2517 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2518 declarations.
2519 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2520 (i386_linux_register_raw_size): Delete function.
2521 (i386_linux_init_abi): Update.
2522 * i386-tdep.c (i386_register_raw_size): Delete function.
2523 (i386_register_byte): Delete function.
2524 (i386_gdbarch_init): Update.
2525 (i386_register_size): Delete array.
2526 (i386_register_offset): Delete array.
2527
2528 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2529 (REGISTER_RAW_SIZE): Delete macro.
2530 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2531 (REGISTER_BYTE): Delete macro.
2532
2533 2002-08-11 Aidan Skinner <aidan@velvet.net>
2534
2535 * ada-lang.c (ada_lookup_partial_symbol)
2536 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2537 prototype names so that grep ^func works properly.
2538
2539 * ada-lang.c (ada_array_element_type)
2540 (ada_lookup_partial_symbol): Fix typos in parameter list.
2541
2542 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2543 Fix prototype names so that grep ^func works properly.
2544
2545 2002-08-10 Andrew Cagney <cagney@redhat.com>
2546 Elena Zannoni <ezannoni@redhat.com>
2547 Martin M. Hunt <hunt@redhat.com>
2548
2549 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2550 (build_builtin_type_vec128i): Set the vector bit.
2551 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2552 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2553 (build_builtin_type_vec64): New function.
2554 (build_builtin_type_vec64i): New function.
2555 (build_gdbtypes): Initialize builtin_type_vec64 and
2556 builtin_type_vec64i.
2557
2558 2002-08-09 Andrew Cagney <cagney@redhat.com>
2559
2560 * regcache.c (regcache_dump): Compare the register offset
2561 with REGISTER_BYTE.
2562 * arch-utils.c (generic_register_byte): New function.
2563 * arch-utils.h (generic_register_byte): Declare.
2564 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2565 * gdbarch.h, gdbarch.c: Regenerate.
2566
2567 2002-08-09 Andrew Cagney <cagney@redhat.com>
2568
2569 * regcache.c: Include "gdbcmd.h"
2570 (_initialize_regcache): Add commands "maintenance print
2571 registers", "maintenance print raw-registers" and "maintenance
2572 print cooked-registers".
2573 (enum regcache_dump_what): Define.
2574 (dump_endian_bytes): New function.
2575 (regcache_dump): New function.
2576 (regcache_print): New function.
2577 (maintenance_print_registers): New function.
2578 (maintenance_print_raw_registers): New function.
2579 (maintenance_print_cooked_registers): New function.
2580 * Makefile.in (regcache.o): Update dependencies.
2581
2582 2002-08-09 Michael Snyder <msnyder@redhat.com>
2583
2584 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2585 (mips_push_arguments): Correct some comments. Use paddr_nz
2586 for printing addresses in debug output. Replace static
2587 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2588 (mips_n32n64_push_arguments): New function, cloned from
2589 mips_push_arguments and tuned for the n32/n64 ABI.
2590 (mips_push_register): Buffer needs dynamic allocation.
2591 (mips_print_register): Ditto.
2592 (do_gp_register_row): Ditto.
2593 (mips_store_return_value): Ditto.
2594 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2595
2596 2002-08-09 Don Howard <dhoward@redhat.com>
2597
2598 * memattr.c (mem_info_command): Print special case of upper bound
2599 as max CORE_ADDR + 1.
2600
2601 2002-08-08 Michael Snyder <msnyder@redhat.com>
2602
2603 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2604 returns structs by ref if they're too big to fit in two registers.
2605
2606 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2607
2608 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2609 saved regs value.
2610 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2611 mips_find_saved_regs().
2612 (mips_pop_frame): Likewise.
2613
2614 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2615
2616 * blockframe.c (frame_saved_regs_register_unwind): Revise
2617 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2618 frames are in use.
2619
2620 2002-08-09 Grace Sainsbury <graces@redhat.com>
2621
2622 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2623 T-packets; the 'a' is not taken as a register number.
2624 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2625 (remote_stopped_data_address): New functions; add to target
2626 vector.
2627 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2628 prototypes to match other implementations of this
2629 function. replace integer argument with pointer -- the length
2630 field in the Z-packet is the length of what is pointed to or 1 if
2631 pointer is null. Add to target vector.
2632 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2633 target vector.
2634
2635 From Mark Salter:
2636 * remote.c (remote_wait): Add support to extract optional
2637 watchpoint information from T-packet. Ignore unrecognized
2638 optional info in T-packet.
2639 (remote_async_wait): Ditto.
2640
2641 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2642
2643 * cli/cli-dump.c: Change fopen modes to use binary open modes
2644 as defined in include/fopen-bin.h throughout.
2645
2646 2002-08-08 Michael Snyder <msnyder@redhat.com>
2647
2648 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2649
2650 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2651
2652 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2653 assertion failure by returning early after a warning.
2654
2655 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2656
2657 * mips-tdep.c (mips_find_saved_regs): Make static.
2658 (mips_frame_init_saved_regs): New function.
2659 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2660 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2661 (mips_find_saved_regs): Delete declaration.
2662
2663 2002-08-08 Grace Sainsbury <graces@redhat.com>
2664
2665 * remote.c (remote_wait, remote_async_wait): Change
2666 thread_num from int to ULONGEST.
2667 (unpack_varlen_hex): Change result parameter from
2668 int * to ULONGEST *.
2669
2670 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2671
2672 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2673 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2674 powerpc*-*-*.
2675 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2676
2677 2002-08-08 Andrew Cagney <cagney@redhat.com>
2678
2679 * gcore.c (override_derive_stack_segment): Delete variable.
2680 (preempt_derive_stack_segment): Delete function.
2681 (derive_stack_segment): Delete function.
2682 (default_derive_stack_segment): Renamed to derive_stack_segment.
2683 (override_derive_heap_segment): Delete variable.
2684 (preempt_derive_heap_segment): Delete function.
2685 (derive_heap_segment): Delete function.
2686 (default_derive_heap_segment): Rename to derive_heap_segment.
2687
2688 2002-08-06 Michael Snyder <msnyder@redhat.com>
2689
2690 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2691 * mips-tdep.c (mips_EABI_use_struct_convention,
2692 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2693 New functions. (mips_use_struct_convention): Delete.
2694 (mips_gdbarch_init): set use_gdbarch_convention.
2695
2696 2002-08-06 Michael Snyder <msnyder@redhat.com>
2697
2698 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2699 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2700 mips_o32_reg_struct_has_addr): New functions.
2701 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2702
2703 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2704
2705 * regcache.c (pseudo_register): Delete function.
2706 (fetch_register): Delete function.
2707 (store_register): Delete function.
2708 (regcache_raw_read, legacy_read_register_gen): Use
2709 target_fetch_registers instead of fetch_register.
2710 (legacy_write_register_gen, regcache_raw_write): Use
2711 target_store_register instead of store_register.
2712 (write_register_bytes): Ditto.
2713
2714 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2715 (STORE_PSEUDO_REGISTER): Delete.
2716 * gdbarch.h, gdbarch.c: Regenerate.
2717
2718 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2719
2720 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2721 write dump file binary.
2722
2723 2002-08-05 Michael Snyder <msnyder@redhat.com>
2724
2725 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2726 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2727 (mips_gdbarch_init): Set N32 target to be mips64.
2728
2729 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2730
2731 * frame.c (find_saved_register): Break out of loop once saved
2732 register address is found. Don't mention sparc in loop comment
2733 anymore.
2734
2735 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2736
2737 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2738 mips_default_saved_regsize to 8.
2739
2740 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2741
2742 * gcore.c: Do not include <sys/procfs.h>.
2743 * Makefile.in (gcore.o): Update dependencies.
2744
2745 2002-08-06 Andrew Cagney <cagney@redhat.com>
2746
2747 * configure.tgt: Make arc-*-* obsolete.
2748 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2749 * MAINTAINERS: Make arc-elf obsolete.
2750 * arc-tdep.c: Make file obsolete.
2751 * config/arc/arc.mt: Ditto.
2752 * config/arc/tm-arc.h: Ditto.
2753
2754 2002-08-05 Theodore A. Roth <troth@verinet.com>
2755
2756 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2757
2758 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2759
2760 * mcore-tdep.c (mcore_gdbarch_init): Use
2761 generic_unwind_get_saved_register instead of
2762 generic_get_saved_register.
2763 * v850-tdep.c (v850_gdbarch_init): Ditto.
2764 * frv-tdep.c (frv_gdbarch_init): Ditto.
2765 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2766 * s390-tdep.c (s390_gdbarch_init): Ditto.
2767 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2768 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2769 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2770
2771 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2772
2773 * objfiles.h: Add missing #include "symfile.h"
2774
2775 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2776
2777 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2778
2779 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2780 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2781 of FIELD_BITSIZE.
2782
2783 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * NEWS: Cleanup and nitpick.
2786
2787 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2788
2789 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2790
2791 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2792
2793 * Makefile.in (gdbtk-bp.o): Update dependencies.
2794 (gdbtk-register.o): Ditto.
2795 (gdbtk-varobj.o): Ditto.
2796
2797 2002-08-03 Andrew Cagney <cagney@redhat.com>
2798
2799 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2800 m68hc11_fetch_pseudo_register.
2801 (m68hc11_pseudo_register_write): Replace
2802 m68hc11_store_pseudo_register.
2803 (m68hc11_gdbarch_init): Update.
2804
2805 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2806
2807 * gdbarch.sh: Include "gdb_string.h".
2808 * gdbarch.c: Regenerate.
2809
2810 * regcache.c: Include "gdb_string.h".
2811 * ax-general.c: Ditto.
2812 * varobj.c: Ditto.
2813 * std-regs.c: Ditto.
2814 * fbsd-proc.c: Ditto.
2815 * thread.c: Ditto.
2816
2817 * Makefile.in (regcache.o): Update dependencies.
2818 (thread.o, gdbarch.o): Ditto.
2819 (ax-general.o, gdbarch.o): Ditto.
2820 (varobj.o, std-regs.o): Ditto.
2821 (fbsd-proc.o): Specify dependencies.
2822
2823 2002-08-02 Andrew Cagney <cagney@redhat.com>
2824
2825 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2826 regnum.
2827 (regcache_cooked_write): Ditto.
2828
2829 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2830
2831 * regcache.c (regcache_cooked_read): New function.
2832 (regcache_cooked_write): New function.
2833 (read_register_gen): Rewrite using regcache_cooked_read.
2834 (write_register_gen): Rewrite using regcache_cooked_write.
2835
2836 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2837 Declare.
2838
2839 2002-08-02 Andrew Cagney <cagney@redhat.com>
2840
2841 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2842 Replace the architecture methods register_read and register_write.
2843 * gdbarch.h, gdbarch.c: Regenerate.
2844 * regcache.c (init_regcache_descr): Update.
2845 (read_register_gen): Update.
2846 (write_register_gen): Update.
2847 (supply_register): Update comment.
2848
2849 * sh-tdep.c (sh_gdbarch_init): Update.
2850 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2851 `regcache' and `gdbarch' parameters. Make `buffer' a void
2852 pointer. Update code.
2853 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2854 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2855 void pointer. Update code.
2856 (sh64_register_write): Delete.
2857 (sh4_register_read): Delete.
2858 (sh64_register_read): Delete.
2859 (sh4_register_write): Delete.
2860 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2861 void pointer, `to' parameter a void pointer.
2862 (sh_sh64_register_convert_to_raw): Ditto.
2863
2864 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2865
2866 * mips-tdep.c (mips_register_virtual_type): Use architecture
2867 invariant return values.
2868
2869 2002-08-01 Andrew Cagney <cagney@redhat.com>
2870
2871 * linux-proc.c: Include "gdb_string.h".
2872 * Makefile.in (linux-proc.o): Update dependency list.
2873
2874 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2875
2876 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2877 comment.
2878
2879 2002-08-01 Grace Sainsbury <graces@redhat.com>
2880
2881 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2882 to_insert_watchpoint, to_remove_watchpoint,
2883 to_stopped_by_watchpoint, to_stopped_data_address,
2884 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2885 target vecctor. Define their corresponding macros so they call
2886 them.
2887
2888 * target.c: Add default and debug versions of for
2889 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2890 to_insert_watchpoint, to_remove_watchpoint,
2891 to_stopped_by_watchpoint, to_stopped_data_address,
2892 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2893
2894 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2895
2896 * mips-tdep.c (mips_register_virtual_type): New function.
2897 (mips_gdbarch_init): Register mips_register_virtual_type()
2898 with gdbarch machinery.
2899 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2900 this file instead of tm-bigmips.h.
2901 (MIPS_REGSIZE): Delete this macro.
2902 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2903 multiarch version in mips-tdep.c will be found.
2904
2905 2002-08-01 Andrew Cagney <cagney@redhat.com>
2906
2907 * NEWS: Menion that CHILL has been made obsolete.
2908
2909 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2910 * stabsread.c (read_range_type): Ditto.
2911 * gdbtypes.h: Ditto.
2912 * language.c (binop_type_check): Ditto.
2913 (binop_result_type): Ditto.
2914 (integral_type): Ditto.
2915 (character_type): Ditto.
2916 (string_type): Ditto.
2917 (boolean_type): Ditto.
2918 (structured_type): Ditto.
2919 (lang_bool_type): Ditto.
2920 (binop_type_check): Ditto.
2921 * language.h (_LANG_chill): Ditto.
2922 * dwarfread.c (set_cu_language): Ditto.
2923 * dwarfread.c (CHILL_PRODUCER): Ditto.
2924 * dwarfread.c (handle_producer): Ditto.
2925 * expression.h (enum exp_opcode): Ditto.
2926 * eval.c: Ditto for comments.
2927 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2928 * expprint.c (print_subexp): Ditto.
2929 (print_subexp): Ditto.
2930 * valops.c (value_cast): Ditto.
2931 (search_struct_field): Ditto.
2932 * value.h (COERCE_VARYING_ARRAY): Ditto.
2933 * symfile.c (init_filename_language_table): Ditto.
2934 (add_psymbol_with_dem_name_to_list): Ditto.
2935 * valarith.c (value_binop): Ditto.
2936 (value_neg): Ditto.
2937 * valops.c (value_slice): Ditto.
2938 * symtab.h (union language_specific): Ditto.
2939 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2940 (SYMBOL_DEMANGLED_NAME): Ditto.
2941 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2942 * defs.h (enum language): Ditto.
2943 * symtab.c (got_symtab): Ditto.
2944 * utils.c (fprintf_symbol_filtered): Ditto.
2945
2946 * ch-typeprint.c: Make file obsolete.
2947 * ch-valprint.c: Make file obsolete.
2948 * ch-lang.h: Make file obsolete.
2949 * ch-exp.c: Make file obsolete.
2950 * ch-lang.c: Make file obsolete.
2951
2952 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2953 CHILL_LIB.
2954 (TARGET_FLAGS_TO_PASS): Ditto.
2955 (CHILLFLAGS): Obsolete.
2956 (CHILL): Obsolete.
2957 (CHILL_FOR_TARGET): Obsolete.
2958 (CHILL_LIB): Obsolete.
2959 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2960 ch-valprint.c.
2961 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2962 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2963 ch-lang.o.
2964 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2965 targets.
2966
2967 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2968
2969 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2970 This does not change anything at the moment, but will be helpful
2971 later when full Ada support is integrated.
2972
2973 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2974
2975 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2976 help message.
2977
2978 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2979
2980 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2981 and save it in a local variable. Use variable in later test.
2982
2983 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2984
2985 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2986 test. (Thanks to Daniel Jacobowitz.)
2987
2988 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2989
2990 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2991 (mips_abi_strings): Add "n64".
2992 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2993
2994 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2995
2996 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2997 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2998
2999 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3000
3001 * utils.c (host_pointer_to_address, address_to_host_pointer):
3002 Use gdb_assert() instead of explicit call to internal_error().
3003
3004 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3005
3006 * Makefile.in (rs6000-nat.o): Update dependencies.
3007
3008 From Nicholas Duffek:
3009 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3010 (aix-thread.o): New rule.
3011 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3012 * config/powerpc/aix432.mh: New file.
3013
3014 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3015
3016 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3017 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3018 (fetch_core_registers, ppc_linux_supply_gregset)
3019 (ppc_linux_supply_fpregset): New functions.
3020 (ppc_linux_regset_core_fns): New.
3021 (_initialize_ppc_linux_tdep): Call add_core_fns.
3022 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3023 and ppc_linux_supply_gregset.
3024 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3025 (supply_fpregset): Call ppc_linux_supply_fpregset.
3026 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3027 corelow.o.
3028 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3029
3030 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3031
3032 * symtab.c (lookup_symbol): Demangle before lowercasing.
3033
3034 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3035
3036 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3037 declaration.
3038 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3039 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3040 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3041 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3042 "gdb_string.h".
3043 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3044 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3045 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3046 (avr-tdep.o, mon960-rom.o): Ditto.
3047 (aout_stabs_gnu_h): Define.
3048 (symtab_h): Remove $(gdb_obstack_h).
3049
3050 2002-07-30 Jim Blandy <jimb@redhat.com>
3051
3052 Patch from David Carlton <carlton@math.stanford.edu>:
3053 * gdbinit.in: Move the `dir' commands that add GDB's own source
3054 directory to the search path to the end, so that the `gdb' source
3055 directory will be searched first.
3056
3057 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3058
3059 * gdb_obstack.h: New file.
3060 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3061 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3062 * objfiles.h: Include "gdb_obstack.h".
3063 * Makefile.in (gdb_obstack_h): Define.
3064 (symtab_h): Add $(gdb_obstack_h).
3065 (objfiles_h): Add $(gdb_obstack_h).
3066
3067 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3068 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3069 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3070 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3071 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3072 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3073 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3074 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3075
3076 * Makefile.in (bcache.o): Update dependencies.
3077 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3078 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3079 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3080 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3081 (stabsread.o, symfile.o, symmisc.o): Ditto.
3082 (symtab.o, typeprint.o, macroexp.o): Ditto.
3083 (macrotab.o, mdebugread.o): Ditto.
3084 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3085 (coff_ecoff_h, aout_aout64_h): Define.
3086 (aout_stabs_gnu_h, libaout_h): Define.
3087
3088 2002-07-29 Andrew Cagney <cagney@redhat.com>
3089
3090 * regcache.c (struct regcache_descr): Rename nr_registers to
3091 nr_cooked_registers. Revise comments describing the structure
3092 member fields.
3093 (init_regcache_descr): Update.
3094 (init_legacy_regcache_descr): Update.
3095 (read_register_gen, write_register_gen): When a cooked register in
3096 the raw register range, directly access the value from the raw
3097 register cache.
3098
3099 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3100
3101 * z8k-tdep.c: Do not include "obstack.h".
3102 * h8300-tdep.c, h8500-tdep.c: Ditto.
3103 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3104 * valprint.c, v850-tdep.c: Ditto.
3105 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3106 * mn10200-tdep.c: Ditto.
3107
3108 * Makefile.in (z8k-tdep.o): Update dependencies.
3109 (m68hc11-tdep.o, valprint.o): Ditto.
3110 (v850-tdep.o, d10v-tdep.o): Ditto.
3111 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3112 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3113 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3114 (sh_opc_h, gdb_sim_sh_h): Define.
3115 (elf_sh_h, elf_bfd_h): Define.
3116 (opcode_m68hc11_h): Define.
3117 (OPCODES_SRC, OPCODES_DIR): define.
3118 (OPCODES): Use $(OPCODES_DIR).
3119 (gdb_sim_d10v_h): Rename sim_d10v_h.
3120 (gdb_sim_arm_h): Rename sim_arm_h.
3121
3122 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3123
3124 * utils.c (host_pointer_to_address, address_to_host_pointer):
3125 Change internal_error() message to indicate function responsible
3126 for the error.
3127
3128 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3129
3130 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3131 calls to local_hex_string_custom().
3132
3133 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3134
3135 * irix5-nat.c: Move IRIX shared library support from here...
3136 * solib-irix.c: ...to here. Revised substantially to work with
3137 generic solib framework.
3138
3139 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3140 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3141 * mips-irix-tdep.c: New file.
3142
3143 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3144 (mips-irix-tdep.o, solib-irix.o): New rules.
3145 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3146 solib-irix.o.
3147 * config/mips/irix6.mt (TDEPFILES): Likewise.
3148 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3149
3150 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3151
3152 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3153 disabled (via ``#if 0'') includes.
3154
3155 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3156
3157 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3158 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3159 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3160 Add support for the fpscr register.
3161 * rs6000-nat.c (regmap, fetch_inferior_registers)
3162 (store_inferior_registers, fetch_core_registers): Likewise.
3163
3164 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3165
3166 * rs6000-nat.c (language.h): Include.
3167 (special_regs): Delete this array.
3168 (regmap): New function.
3169 (fetch_register, store_register): Use regmap() to map gdb
3170 register numbers to ptrace register numbers. Also, use
3171 outputs from regmap() to make decisions regarding type of
3172 ptrace() call to make. In particular, don't compare against
3173 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3174 (fetch_inferior_registers, store_inferior_registers): Where
3175 possible, obtain register numbers from tdep struct. Don't
3176 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3177 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3178 (LAST_UISA_SP_REGNUM): Delete.
3179
3180 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3181
3182 * rs6000-nat.c (ppc-tdep.h): Include.
3183 (fetch_registers, store_register, fetch_core_registers): Don't
3184 access registers[] directly. Instead, use supply_register() or
3185 regcache_collect() as appropriate.
3186 (find_toc_address): Format hex address with local_hex_string().
3187
3188 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3189
3190 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3191 bfd/elf32-frv.c.
3192
3193 2002-07-24 Tom Tromey <tromey@redhat.com>
3194
3195 * jv-exp.y: Marked all strings with _().
3196 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3197 internal_error.
3198 (MethodInvocation, CastExpression, parse_number, yyerror,
3199 java_type_from_name, push_expression_name, yylex): Typo fixes.
3200
3201 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3202
3203 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3204 (tee_file_flush, tee_file_write, tee_file_fputs)
3205 (tee_file_isatty): New.
3206 * ui-file.h (tee_file_new): Add prototype.
3207
3208 2002-07-24 Aidan Skinner <aidan@velvet.net>
3209
3210 * ada-lang.c: Change k&r style function definitions to prototyped
3211 form.
3212 * ada-typeprint.c: Change k&r style function definitions to prototyped
3213 form.
3214 * ada-valprint.c: Change k&r style function definitions to prototyped
3215 form.
3216
3217 2002-07-24 Andrew Cagney <cagney@redhat.com>
3218
3219 * README: Remove reference to remote-bug.
3220 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3221 remote-bug.c.
3222 (m88k-nat.o): Delete rule.
3223 (m88k-tdep.o): Delete rule.
3224 (remote-bug.o): Delete rule.
3225 * MAINTAINERS: Mark as obsolete.
3226 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3227 * m88k-tdep.c: Make file obsolete.
3228 * config/m88k/m88k.mh: Ditto.
3229 * config/m88k/delta88v4.mh: Ditto.
3230 * config/m88k/delta88v4.mt: Ditto.
3231 * config/m88k/delta88.mt: Ditto.
3232 * config/m88k/delta88.mh: Ditto.
3233 * remote-bug.c: Ditto.
3234 * config/m88k/tm-delta88.h: Ditto.
3235 * config/m88k/nm-delta88v4.h: Ditto.
3236 * config/m88k/xm-delta88.h: Ditto.
3237 * config/m88k/xm-dgux.h: Ditto.
3238 * config/m88k/tm-m88k.h: Ditto.
3239 * config/m88k/nm-m88k.h: Ditto.
3240 * config/m88k/tm-delta88v4.h: Ditto.
3241 * m88k-nat.c: Ditto.
3242 * cxux-nat.c: Ditto.
3243 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3244 and m88*-*-* obsolete.
3245 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3246 m88*-*-* obsolete.
3247
3248 2002-07-24 Andrew Cagney <cagney@redhat.com>
3249
3250 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3251 constant. Same for local pointer variables.
3252 (extract_signed_integer): Ditto.
3253 * defs.h (extract_unsigned_integer): Update.
3254 (extract_signed_integer): Update.
3255
3256 2002-07-24 Andrew Cagney <cagney@redhat.com>
3257
3258 * regcache.c (regcache_raw_write): Change buf parameter to a
3259 constant void pointer.
3260 (regcache_raw_read): Change buf parameter to a void pointer.
3261 (legacy_write_register_gen): Change myaddr parameter a constant
3262 void pointer.
3263 (supply_register): Change val parameter to a const void pointer.
3264 * regcache.h (regcache_raw_write): Update declaration.
3265 (regcache_raw_read): Update declaration.
3266 (supply_register): Update declaration.
3267
3268 2002-07-24 Tom Tromey <tromey@redhat.com>
3269
3270 * defs.h (gdb_readline_wrapper): Declare.
3271 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3272 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3273 * top.c (gdb_readline_wrapper): New function.
3274 (command_line_input): Use it.
3275
3276 2002-07-24 Andrew Cagney <cagney@redhat.com>
3277
3278 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3279 regcache_read and regcache_write.
3280 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3281 * regcache.c: Update.
3282 * sh-tdep.c (sh64_push_arguments): Update comment.
3283 (sh_pseudo_register_read): Update.
3284 (sh_pseudo_register_write): Update.
3285 (sh4_register_read): Update.
3286 (sh4_register_write): Update.
3287 (sh64_pseudo_register_read): Update.
3288 (sh64_pseudo_register_write): Update.
3289 (sh64_register_read): Update.
3290 (sh64_register_write): Update.
3291 * i386-tdep.c (i386_extract_return_value): Update.
3292 (i386_extract_struct_value_address): Update.
3293 (i386_extract_return_value): Update.
3294 * blockframe.c (generic_read_register_dummy): Update.
3295 (generic_call_dummy_register_unwind): Update
3296 * infrun.c (write_inferior_status_register): Update.
3297
3298 2002-07-23 Jim Blandy <jimb@redhat.com>
3299
3300 * parser-defs.h (expression_context_pc): Make this extern.
3301 (Thanks to Michael Snyder.)
3302
3303 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3304
3305 GDB 5.2.1 released from 5.2 branch.
3306 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3307 * README: Update to mention 5.2.1.
3308
3309 2002-07-23 Mark Salter <msalter@redhat.com>
3310
3311 * remote.c (remote_read_bytes): Fix check for error.
3312
3313 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3314
3315 * aix-thread.c (language.h): Include.
3316 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3317 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3318 Print newlines at end of debug messages.
3319 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3320 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3321
3322 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3323
3324 * aix-thread.c (ppc-tdep.h): Include.
3325 (special_register_p): New function.
3326 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3327 (store_regs_user_thread): Use register number information from
3328 gdbarch_tdep struct instead of hardcoded offsets relative to
3329 FIRST_UISA_SP_REGNUM.
3330 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3331 special_register_p() instead of using FPLAST_REGNUM and
3332 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3333 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3334 will be MQ's register number.
3335
3336 2002-07-22 Michael Snyder <msnyder@redhat.com>
3337
3338 * aix-thread.c (ops): Rename to aix_thread_ops.
3339 (base_ops): Rename to base_target.
3340 (ops_attach): Rename to aix_thread_attach.
3341 (ops_detach): Rename to aix_thread_detach.
3342 (ops_resume): Rename to aix_thread_detach.
3343 (ops_wait): Rename to aix_thread_wait.
3344 (ops_kill): Rename to aix_thread_kill.
3345 (init_ops): Rename to init_aix_thread_ops.
3346 (ops_fetch_register): Rename to aix_thread_fetch_register.
3347 (ops_store_register): Rename to aix_thread_store_register.
3348 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3349 (ops_thread_alive): Rename to aix_thread_thread_alive.
3350 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3351 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3352 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3353 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3354 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3355 (store_regs_lib): Rename to store_regs_user_thread.
3356 (store_regs_kern): Rename to store_regs_kernel_thread.
3357
3358 2002-07-22 Michael Snyder <msnyder@redhat.com>
3359
3360 * aix-thread.c (ops_prepare_to_store): Eliminate.
3361 (init_ops): Don't initialize ops.prepare_to_store.
3362 (store_regs_kern): Pre-fetch register buffers from child,
3363 because some registers may not be in the cache. Copy
3364 regs from register cache only if they are cached.
3365 (store_regs_lib): Copy regs from register cache only
3366 if they are cached.
3367 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3368 fill_gprs64): Ditto.
3369
3370 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3371
3372 * aix-thread.c (gdb_assert.h): Include.
3373 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3374 register sizes (from register cache) match size of buffer holding
3375 register data.
3376 (fill_sprs32): Change parameter types to match those in the ptrace()
3377 buffer.
3378 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3379 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3380
3381 2002-07-22 Michael Snyder <msnyder@redhat.com>
3382
3383 * aix-thread.c (supply_sprs64): Cosmetic change.
3384 (supply_sprs32): Cosmetic change.
3385 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3386 (fill_sprs64): Use regcache_collect instead of read_register.
3387 (store_regs_lib): Use regcache_collect instead of
3388 read_register. Use fill_sprs32 instead of fill_sprs64,
3389 if debugging a 32-bit architecture.
3390 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3391 out of the register cache, instead of passing a pointer into
3392 the register cache directly to ptrace. Use regcache_collect
3393 insteaad of read_register.
3394 (ops_prepare_to_store): Use target_read_registers instead
3395 of read_register_bytes.
3396
3397 2002-07-20 Aidan Skinner <aidan@velvet.net>
3398
3399 * MAINTAINERS: Add self under write after approval.
3400
3401 2002-07-20 Aidan Skinner <aidan@velvet.net>
3402
3403 * ada-tasks.c: Change k&r style function definitions to prototyped
3404 form.
3405
3406 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3407
3408 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3409 * x86-64-tdep.c: Include "objfiles.h".
3410 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3411 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3412
3413 2002-07-17 Michal Ludvig <michal@suse.cz>
3414
3415 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3416 (update_context): Initialise cfa variable.
3417
3418 2002-07-17 Michael Snyder <msnyder@redhat.com>
3419
3420 * aix-thread.c: Shorten some long lines.
3421 Bring comments into line with code spec.
3422
3423 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3424
3425 * infrun.c: Re-indent using gdb_indent.sh.
3426
3427 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3428
3429 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3430 Leave the indentation temporarily untouched, to minimize the diffs.
3431
3432 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3433
3434 * stabsread.c: Make os9k sections of the code obsolete,
3435 for real this time.
3436 * stabsread.h: Make os9k sections of the code obsolete.
3437
3438 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3439
3440 * linux-low.c (regsets_store_inferior_registers): Add free()
3441 at the end of a loop to prevent memory leak.
3442 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3443 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3444 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3445 line a comment.
3446 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3447
3448 2002-07-17 Jim Blandy <jimb@redhat.com>
3449
3450 * macrocmd.c (info_macro_command): Remove newline from error
3451 message.
3452
3453 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3454
3455 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3456 (sh_gdbarch_init): Use it for sh-dsp.
3457
3458 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3459
3460 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3461 64-bit DWARF2 format.
3462
3463 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3464
3465 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3466 <sys/proc.h> when not available.
3467
3468 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3469
3470 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3471 * stabsread.c: Make os9k sections of the code obsolete.
3472 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3473 * config/i386/i386os9k.mt: Make file obsolete.
3474 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3475 (COMMON_OBS): Remove os9kread.o
3476 (SFILES): Remove os9kread.c.
3477 (os9kread.o, remote-os9k.o): Make target obsolete.
3478 * remote-os9k.c: Make file obsolete.
3479 * os9kread.c: Make file obsolete.
3480 * Makefile.in
3481
3482 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3483
3484 * NEWS: Mention that the FR30 has been made obsolete.
3485 * fr30-tdep.c: Make file obsolete.
3486 * config/fr30/tm-fr30.h: Ditto.
3487 * config/fr30/fr30.mt: Ditto.
3488 * configure.tgt: Make fr30-*-elf obsolete.
3489 * MAINTAINERS: Make fr30-elf obsolete.
3490
3491 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3492
3493 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3494 found is not inside a section.
3495
3496 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3497
3498 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3499 strerror().
3500 (pdc_realloc): Use xrealloc() instead of realloc().
3501
3502 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3503
3504 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3505 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3506 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3507 macros.
3508
3509 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3510
3511 * aix-thread.c (ptrace_check): Eliminate goto.
3512 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3513 problem.
3514
3515 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3516
3517 * aix-thread.c (gdbcmd.h): Include.
3518 (DEBUG, DBG, DBG2, dbg): Eliminate.
3519 (debug_aix_thread): New static global.
3520 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3521 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3522 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3523 invocations to DBG and DBG2 macros to test against
3524 ``debug_aix_thread'' and call fprintf_unfiltered().
3525 (_initialize_aix_thread): Add new command "set debug aix-thread".
3526
3527 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3528
3529 From Gerhard Tonn <TON@de.ibm.com>:
3530 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3531 instead of supply_register.
3532
3533 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3534
3535 * dwarf2cfi.c: Include "gdb_assert.h".
3536 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3537 non-NULL.
3538 (update_context): Do not use __func__. Add missing ``break''.
3539 (update_context): Do not use __func__.
3540
3541 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3542
3543 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3544 and its setting. Set gdbarch instruction printing functions
3545 directly. For non-rs6000 case use new function
3546 gdb_print_insn_powerpc.
3547 (gdb_print_insn_powerpc): New function.
3548
3549 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3550
3551 * NEWS: Mention that the d30v has been marked obsolete.
3552 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3553 * configure.tgt: Mark d30v-*-* as obsolete.
3554 * d30v-tdep.c: Mark file as obsolete.
3555 * config/d30v/d30v.mt: Ditto.
3556 * config/d30v/tm-d30v.h: Ditto.
3557
3558 2002-07-13 Aidan Skinner <aidan@velvet.net>
3559
3560 * ada-tasks.c (add_task_entry): replace calls to
3561 malloc() with xmalloc
3562 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3563
3564 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3565 ada_finish_decode_line_1, all_sals_for_line
3566 ada_breakpoint_rewrite): replace calls to free() with xfree()
3567
3568 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3569
3570 From Nicholas Duffek (with minor changes by Martin Hunt,
3571 Louis Hamilton, and Kevin Buettner):
3572 * aix-thread.c: New file.
3573
3574 2002-07-12 Petr Sorfa <petrs@caldera.com>
3575
3576 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3577 complaint for invalid attribute class or form.
3578 (read_func_scope): DW_AT_frame_base
3579 better handling of DW_AT_block*.
3580 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3581 better handling of DW_AT_block*.
3582 (read_common_block): DW_AT_location
3583 better handling of DW_AT_block*.
3584 (read_partial_die): DW_AT_location better handling
3585 of DW_AT_block*.
3586 (new_symbol): DW_AT_external better handling of
3587 DW_AT_block*. Proper initialization of variable
3588 "addr".
3589 (attr_form_is_block): New function that returns true
3590 if the attribute's form is of DW_FORM_block*.
3591
3592 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3593
3594 * valops.c (find_method_list): Remove comment about
3595 removed STATIC_MEMFUNCP argument.
3596 (value_find_oload_method_list): Likewise.
3597
3598 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3599
3600 From Nicholas Duffek:
3601 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3602 target_new_objfile_hook.
3603
3604 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3605
3606 From Nicholas Duffek:
3607 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3608 csect.
3609
3610 2002-07-12 Andrew Cagney <cagney@redhat.com>
3611
3612 * MAINTAINERS: Mention --enable-sim-build-warnings.
3613 (m68hc11-elf): Disable sim build warnings.
3614 (m32r-elf): Mark as broken obsolete candidate.
3615 (x86_64-linux-gnu): Mark as buildable with -Werror.
3616 (arm-elf): Change -w to ``,'' which enables warnings but not
3617 -Werror.
3618
3619 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3620
3621 * bcache.h: Update copyright.
3622 (struct bstring, struct bcache): Move definition to "bcache.c".
3623 Replaced by opaque declaration.
3624 (bcache_xfree): Replace free_bcache.
3625 (bcache_xmalloc, bcache_memory_used): Declare.
3626
3627 * bcache.c: Update copyright.
3628 (struct bstring, struct bcache): Moved to here from "bcache.h".
3629 Update comments.
3630 (bcache_xmalloc, bcache_memory_used): New functions.
3631 (bcache_xfree): Replace function free_bcache.
3632
3633 * Makefile.in (objfiles.o): Add $(bcache_h).
3634 (objfiles_h): Remove $(bcache_h).
3635 (symfile.o): Add $(bcache_h).
3636
3637 * symmisc.c: Update copyright.
3638 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3639 (print_objfile_statistics): Use bcache_memory_used.
3640
3641 * symfile.c: Include "bcache.h".
3642 (reread_symbols): Use bcache_xfree.
3643 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3644 (add_psymbol_to_list): Pass psymbol_cache by value.
3645 (add_psymbol_with_dem_name_to_list): Ditto.
3646
3647 * objfiles.h: Update copyright.
3648 (struct bcache): Declare opaque. Do not include "bcache.h".
3649 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3650 bcache'' pointers.
3651 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3652
3653 * objfiles.c: Include "bcache.h". Update copyright.
3654 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3655 macro_cache.
3656 (free_objfile): Use bcache_xfree.
3657
3658 2002-07-11 Grace Sainsbury <graces@redhat.com>
3659
3660 * monitor.c (monitor_fetch_register): Make name a constant.
3661 (monitor_store_register): Same.
3662
3663 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3664
3665 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3666 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3667 (finish_block) For non-function blocks, hash the symbol table. For
3668 function blocks, mark the symbol table as unhashed.
3669 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3670 (msymbol_hash_iw): Likewise.
3671 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3672 value.
3673 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3674 (lookup_minimal_symbol): Likewise for both.
3675 * symtab.h (struct block): Add `hashtable' flag. Comment the
3676 hashtable.
3677 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3678 (ALL_BLOCK_SYMBOLS): Update.
3679 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3680 (struct symbol): Add `hash_next' pointer.
3681 * symtab.c (lookup_block_symbol): Search using the hash table when
3682 possible.
3683 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3684 (search_symbols, find_addr_symbol): Likewise.
3685
3686 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3687 (read_dst_symtab): Likewise.
3688 * jv-lang.c (get_java_class_symtab): Likewise.
3689 * mdebugread.c: Include "gdb_assert.h".
3690 (shrink_block): Assert that the block being modified is not hashed.
3691 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3692 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3693 symbols.
3694 (dump_symtab): Recognize hashed blocks.
3695 * printcmd.c (print_frame_args): Assert that function blocks do not
3696 have hashed symbol tables.
3697 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3698 (fill_in_ada_prototype, debug_print_block): Likewise.
3699 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3700
3701 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3702
3703 * stack.c (print_frame): Use result of frame_address_in_block()
3704 instead of fi->pc when evaluating symbols.
3705 (backtrace_command_1): Ditto.
3706
3707 2002-07-11 Andrew Cagney <cagney@redhat.com>
3708
3709 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3710 Make static.
3711
3712 * arm-tdep.c (arm_register_name): Make return type constant.
3713
3714 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3715
3716 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3717 prototype.
3718 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3719 * s390-tdep.c (s390_fp_regnum): Ditto.
3720 (s390_read_fp): Ditto.
3721 (s390_pop_frame): Ditto.
3722 (_initialize_s390_tdep): Ditto.
3723 * remote.c (get_remote_state): Ditto.
3724 * procfs.c (mappingflags): Ditto.
3725 * memattr.c (_initialize_mem): Ditto.
3726 * mcore-tdep.c (mcore_pop_frame): Ditto.
3727 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3728 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3729 * language.c (set_case_str): Ditto.
3730 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3731 * frv-tdep.c (new_variant): Ditto.
3732 (frv_stopped_data_address): Ditto.
3733 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3734 (context_alloc): Ditto.
3735 (frame_state_alloc): Ditto.
3736 (unwind_tmp_obstack_init): Ditto.
3737 (unwind_tmp_obstack_free): Ditto.
3738 (cfi_read_fp): Ditto.
3739 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3740 (cris_pop_frame): Ditto.
3741 * c-lang.c (scanning_macro_expansion): Ditto.
3742 (finished_macro_expansion): Ditto.
3743 (c_preprocess_and_parse): Ditto.
3744 * gdbarch.sh: Ditto.
3745 * gdbarch.h, gdbarch.c: Regenerate.
3746 * config/mn10200/tm-mn10200.h: Adjust indentation.
3747 * target.c: Adjust indentation.
3748 * symtab.h: Adjust indentation.
3749 * stabsread.h: Adjust indentation.
3750 * remote-es.c: Adjust indentation.
3751 * os9kread.c: Adjust indentation.
3752
3753 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3754
3755 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3756 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3757
3758 2002-07-10 Grace Sainsbury <graces@redhat.com>
3759
3760 * NEWS: Mention m68k, mcore multi-arching.
3761 * MAINTAINERS: Change status of m68k, mcore to reflect
3762 multi-arching.
3763
3764 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3765
3766 * valops.c (find_overload_match): Free oload_syms.
3767
3768 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3769
3770 Define HAVE_SYS_PROC_H if sys/proc.h exists
3771 * configure.in: Add check for sys/proc.h
3772 * config.in: Regenerate.
3773 * configure: Regenerate.
3774
3775 2002-07-09 Grace Sainsbury <graces@redhat.com>
3776
3777 * config/m68k/tm-m68k.h: Remove macros wrapped in
3778 #if !GDB_MULTI_ARCH.
3779
3780 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3781
3782 * config.in, configure: Regenerate.
3783
3784 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3785
3786 * dwarf2cfi.c: Include "gcore.h".
3787 (execute_stack_op): Fix implementation of the
3788 DW_OP_deref and DW_OP_deref_size operators by letting do their
3789 lookup in the target.
3790
3791 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3792
3793 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3794 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3795 tdep->sc_sp_offset.
3796
3797 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3798
3799 Fix PR gdb/595, gdb/602
3800 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3801 Don't call value_cast, just read the vtable pointer; update comments
3802 to match.
3803
3804 2002-07-05 Grace Sainsbury <graces@redhat.com>
3805
3806 * config/mcore/tm-mcore.h: Remove file.
3807 * config/mcore/mcore.mt: Remove definition of TM_FILE
3808 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3809
3810 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3811
3812 * i386bsd-tdep.c: Include "gdb_string.h".
3813
3814 2002-07-04 Grace Sainsbury <graces@redhat.com>
3815
3816 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3817 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3818 mcore-tdep.
3819 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3820 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3821 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3822 (RETVAL_REGNUM): Move macros from tm-mcore.h
3823 (mcore_reg_struct_has_addr): New function.
3824 (mcore_gdbarch_init): Added initializations for the macros removed
3825 from tm-mcore.h.
3826
3827 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3828
3829 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3830 traditonal string branding within the ELF header.
3831
3832 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3833
3834 * symtab.c (remove_params): New function.
3835 (make_symbol_overload_list): Use it instead of cplus_demangle.
3836 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3837
3838 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3839
3840 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3841
3842 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3843 New variables.
3844 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3845 and tdep->sigtramp_end.
3846 * i386obsd-nat.c: New file.
3847 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3848
3849 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3850 Don't call get_current_frame().
3851
3852 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3853
3854 * i386-nat.c (child_post_startup_inferior): New function
3855 calling i386_cleanup_dregs if
3856 I386_USE_GENERIC_WATCHPOINTS is defined.
3857 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3858 conditional to acknowledge that i386-nat.c has its
3859 own child_post_startup_inferior function.
3860
3861 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3862
3863 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3864 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3865 instead of MAX_REGISTER_RAW_SIZE.
3866 (i386_extract_return_value, i386_extract_struct_value_address):
3867 Convert to use regcache.
3868 (i386_gdbarch_init): Set max_register_raw_size and
3869 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3870 Set extract_return_value and extract_struct_value_address instead
3871 of their deprecated variants.
3872
3873 Convert i386 target to generic dummy frames.
3874 * i386-tdep.c: Include "symfile.h".
3875 (i386_frameless_signal_p): Consider a function to be frameless if
3876 the pc points at the first instruction of the function.
3877 (i386_frame_chain): Handle (generic) call dummies.
3878 (i386_frame_saved_pc): Likewise.
3879 (i386_frame_init_saved_regs): Remove code dealing with call
3880 dummies on the stack.
3881 (i386_push_dummy_frame): Removed.
3882 (i386_call_dummy_words): Removed.
3883 (i386_fix_call_dummy): Removed.
3884 (i386_push_return_address): New function.
3885 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3886 parameter, and don't call get_current_frame.
3887 (i386_pop_frame): New function.
3888 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3889 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3890 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3891 call_dummy_length to 0, set call_dummy_words to NULL, set
3892 sizeof_call_dummy_words to 0, set fix_call_dummy to
3893 generic_fix_call_dummy, set pc_in_call_dummy to
3894 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3895 generic_push_dummy_frame, set push_return_address to
3896 i386_push_return_address and set frame_chain_valid to
3897 generic_file_frame_chain_valid.
3898
3899 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3900
3901 * gdbarch.sh (struct regcache): Add opaque declaration.
3902 (EXTRACT_RETURN_VALUE): New architecture method.
3903 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3904 * gdbarch.h, gdbarch.c: Regenerate.
3905 * arch-utils.c (legacy_extract_return_value): New function.
3906 * arch-utils.h (legacy_extract_return_value): Declare.
3907 * values.c (value_being_returned): Re-enable code handling
3908 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3909 deprecated_grub_regcache_for_registers call to block handling
3910 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3911 (EXTRACT_RETURN_VALUE): Do not define.
3912
3913 2002-07-03 Grace Sainsbury <graces@redhat.com>
3914
3915 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3916 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3917 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3918 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3919 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3920 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3921 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3922 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3923 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3924 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3925 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3926 argument so the function fits the prototype in the architecture
3927 vector.
3928 (mcore_pop_frame): Remove argument so the function fits the
3929 prototype. Use get_current_frame instead of the argument.
3930 (mcore_push_arguments): Change type of struct_return so the
3931 function can be used in the architecture vector.
3932 (mcore_store_struct_return): Add.
3933 (mcore_frame_init_saved_regs): Add.
3934 (mcore_gdbarch_init): Add function calls to replace the macros
3935 removed from tm-mcore.h
3936
3937 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3938
3939 * infcmd.c (print_return_value): Remove compatibility code calling
3940 deprecated_grub_regcache_for_registers.
3941
3942 * values.c: Include "regcache.h".
3943 (value_being_returned): Update. Use
3944 deprecated_grub_regcache_for_registers to extract the register
3945 buffer address.
3946 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3947 ``struct regcache''.
3948 * Makefile.in (values.o): Add dependency on $(regcache_h).
3949
3950 * inferior.h (run_stack_dummy): Change type of second parameter to
3951 a ``struct regcache''.
3952 * valops.c (hand_function_call): Change type of retbuf to ``struct
3953 regcache''. Allocate using regcache_xmalloc, clean using
3954 make_cleanup_regcache_xfree.
3955 * infcmd.c (run_stack_dummy): Update. Use
3956 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3957
3958 * regcache.c (do_regcache_xfree): New function.
3959 (make_cleanup_regcache_xfree): New function.
3960 * regcache.h (make_cleanup_regcache_xfree): Declare.
3961
3962 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3963
3964 * event-top.c (command_line_handler): Don't read past
3965 beginning of buffer.
3966
3967 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3968
3969 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3970 struct frame_id.
3971 (varobj_create): Store frame_id for root.
3972 (varobj_gen_name): Use xasprintf.
3973 (varobj_update): Save and restore frame using get_frame_id() and
3974 frame_find_by_id().
3975 (create_child): Use xasprintf.
3976 (new_root_variable): Initialize frame_id.
3977 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3978 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3979 to prevent memory leak.
3980
3981 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3982
3983 * valops.c (hand_function_call): Move declaration of retbuf to
3984 start of function, allocate using malloc, add a cleanup but before
3985 the inf_status cleanup, cleanup the buffer. Rename local variable
3986 old_chain to inf_status_cleanup.
3987
3988 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3989
3990 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3991
3992 * cli/cli-decode.c (cmd_func_p): New function.
3993 (cmd_func): New function.
3994
3995 * command.h: Add cmd_func() and cmd_func_p().
3996
3997 2002-07-03 Grace Sainsbury <graces@redhat.com>
3998
3999 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4000 (REGISTER_SIZE): Remove.
4001 (MAX_REGISTER_RAW_SIZE): Remove.
4002 (REGISTER_VIRTUAL_TYPE): Remove.
4003 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4004 (REGISTER_NAME): Remove.
4005 (USE_GENERIC_DUMMY_FRAMES): Remove.
4006 (CALL_DUMMY): Remove.
4007 (CALL_DUMMY_START_OFFSET): Remove.
4008 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4009 (CALL_DUMMY_LOCATION): Remove.
4010 (FIX_CALL_DUMMY): Remove.
4011 (CALL_DUMMY_ADDRESS): Remove.
4012 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4013 (SAVE_DUMMY_FRAME_TOS): Remove.
4014 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4015 (mcore_register_virtual_type): New function.
4016 (mcore_register_byte): New function.
4017 (mcore_register_size): New function.
4018 (mcore_register_name): New function.
4019 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4020 macros removed from tm-mcore.h.
4021 (mcore_dump_tdep): Add.
4022 (_initialize_mcore_tdep): Add gdbarch_register call.
4023
4024 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4025
4026 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4027 frameless_look_for_prologue, such that we actually call this
4028 function.
4029
4030 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4031
4032 * frame.h (frame_address_in_block): New function.
4033
4034 * blockframe.c (frame_address_in_block): New function extracted
4035 from get_frame_block().
4036 (get_frame_block): Use frame_address_in_block().
4037 (block_innermost_frame): Use frame_address_in_block() to match
4038 the frame pc address against the block boundaries rather than
4039 the frame pc directly. This prevents a failure when a frame pc
4040 is actually a return-address pointing immediately after the end
4041 of the given block.
4042
4043 2002-07-02 Grace Sainsbury <graces@redhat.com>
4044
4045 * MAINTAINERS: Add self under write after approval.
4046
4047 2002-07-02 Grace Sainsbury <graces@redhat.com>
4048
4049 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4050 used in architecture vector. The default is
4051 m68k_local_breakpoint_from_pc.
4052 (m68k_local_breakpoint_from_pc): Add.
4053 (enum): Add register numbers from tm-m68k.h.
4054 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4055 vector.
4056 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4057 GDB_MULTI_ARCH_PARTIAL.
4058 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4059 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4060 m68k-tdep.c.
4061 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4062 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4063 to enum in m68k-tdep.c
4064
4065 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4066
4067 * solib-osf.c (open_map): Compute the list of shared libraries
4068 loaded by the inferior, rather than the list of libraries loaded
4069 by GDB itself. Otherwise, GDB ends up reading the symbols from
4070 the wrong shared libraries...
4071
4072 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4073
4074 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4075 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4076 macros.
4077 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4078 Remove functions.
4079 (FRAMELESS_SIGNAL): Remove function.
4080 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4081 i386_linux_saved_pc_after_call): Removed.
4082 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4083 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4084 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4085
4086 * i386-tdep.c (i386_frameless_signal_p): New function.
4087 (i386_frame_chain): Deal with frameless signals.
4088 (i386_sigtramp_saved_sp): New function.
4089 (i386_frame_saved_pc): Deal with frameless signals.
4090 (i386_saved_pc_after_call): Make sure the correct value is
4091 returned just after entry into a sigtramp.
4092 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4093 i386fbsd4_sc_sp_offset): New variables.
4094 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4095 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4096 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4097 similiar to what we already did for sc_pc_offset.
4098 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4099 tdep->sc_sp_offset.
4100
4101 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4102
4103 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4104
4105 * config/i386/tm-x86-64linux.h: New.
4106 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4107 definitions.
4108 * config/i386/nm-x86-64.h: Rename to ...
4109 * config/i386/nm-x86-64linux.h: ... this one.
4110 * config/i386/x86-64linux.mh: Reflect the above change.
4111
4112 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4113
4114 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4115 with sigcontext_addr. Add sc_sp_offset.
4116 (i386bsd_sigtramp_saved_pc): Remove prototype.
4117 (i386bsd_sicontext_addr): Add prototype.
4118 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4119 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4120 (i386_svr4_sigtramp_saved_pc): Removed.
4121 (i386_svr4_sigcontext_addr): New function.
4122 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4123 Initialize tdep->sigcontext_addr instead. Initialize
4124 tdep->sc_pc_offset and tdep->sc_sp_offset.
4125 (i386_gdbarch_init): Likewise.
4126 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4127 any more.
4128 (i386bsd_sigtramp_saved_pc): Remove function.
4129 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4130 Initialize tdep->sigcontext_addr instead. Initialize
4131 tdep->sc_pc_offset.
4132 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4133 of tdep->sigtramp_saved_pc.
4134 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4135 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4136 instead.
4137
4138 * i386-tdep.c (i386_frameless_function_invocation,
4139 i386_frame_num_args, i386_frame_init_saved_regs,
4140 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4141 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4142 i386_extract_return_value, i386_store_return_value,
4143 i386_extract_struct_value_address, i386_register_virtual_type,
4144 i386_register_convertible, i386_register_convert_to_virtual,
4145 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4146 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4147 static.
4148
4149 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4150
4151 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4152
4153 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4154 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4155 this macro. Include "value.h".
4156
4157 2002-06-30 Aidan Skinner <aidan@velvet.net>
4158
4159 * ada-exp.tab.c: remove as it's a generated file
4160 * ada-lex.c: remove as it's a generated file
4161
4162 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4163
4164 * config/i386/tm-i386.h (struct frame_info, struct
4165 frame_saved_regs, struct value, struct type): Remove forward
4166 declarations.
4167
4168 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4169 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4170 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4171 (FILL_FPXREGSET): Define.
4172
4173 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4174
4175 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4176 i[3456]86-*-netbsd* case.
4177 * config/i386/tm-obsd.h: Removed.
4178 * config/i386/obsd.mt: Removed.
4179 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4180 core-aout.o.
4181 (MH_CFLAGS): Add -DYYDEBUG=0.
4182
4183 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4184 i386nbsd_sc_pc_offset on OpenBSD too.
4185
4186 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4187 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4188 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4189 define.
4190 * i386bsd-tdep.c: Include "arch-utils.h".
4191 (i386bsd_aout_in_solib_call_trampoline): New function.
4192 (i386bsd_init_abi): Set in_solib_call_trampoline to
4193 i386bsd_aout_in_solib_call_trampoline.
4194 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4195 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4196
4197 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4198
4199 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4200 (struct obstack, struct bcache): Add opaque declarations.
4201 * Makefile.in (macrotab_h): Update
4202
4203 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4204
4205 * blockframe.c (generic_find_dummy_frame): Change return type to
4206 ``struct regcache''.
4207 (struct dummy_frame): Replace field ``registers'' with regcache, a
4208 struct regcache object.
4209 (generic_find_dummy_frame): Update.
4210 (generic_push_dummy_frame): Update. Use regcache_xfree,
4211 regcache_xmalloc and regcache_cpy.
4212 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4213 regcache_xfree.
4214 (deprecated_generic_find_dummy_frame): Update.
4215 (generic_read_register_dummy): Update. Use
4216 regcache_read_as_address.
4217 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4218 (generic_get_saved_register): Update. Use regcache_read.
4219
4220 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4221
4222 * Makefile.in (objfiles_h): Add $(bcache_h).
4223 * objfiles.h: Include "bcache.h".
4224
4225 * Makefile.in (symtab_h): Remove $(bcache_h).
4226 * symtab.h: Do not include "bcache.h".
4227
4228 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4229
4230 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4231 generic_func_frame_chain_valid.
4232
4233 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4234
4235 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4236 * config/i386/tm-fbsd.h: Likewise.
4237
4238 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4239
4240 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4241 generic_unwind_get_saved_register.
4242
4243 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4244
4245 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4246 * regcache.c (supply_register): Add missing argument to
4247 register_buffer call.
4248
4249 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4250
4251 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4252 Solaris /bin/grep does not not like it. From Peter Schauer.
4253
4254 2002-06-26 Tom Tromey <tromey@redhat.com>
4255
4256 * command.h (add_setshow_cmd): Declare.
4257 (add_setshow_cmd_full): Declare.
4258 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4259 returns void. Use add_setshow_cmd_full.
4260 (add_setshow_cmd_full): New function.
4261 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4262 (add_setshow_boolean_cmd): Likewise.
4263
4264 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4265
4266 * config/vax/tm-vax.h: Protect from multiple inclusion.
4267 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4268 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4269 * config/vax/tm-vaxbsd.h: ...here. New file.
4270 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4271
4272 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4273
4274 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4275 (BELIEVE_PCC_PROMOTION): Remove.
4276 (AP_REGNUM): Move to...
4277 * config/vax/nm-vax.h: ...here.
4278 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4279 (vax_breakpoint_from_pc): New function.
4280 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4281 and gdbarch_believe_pcc_promotion.
4282
4283 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4284
4285 * Makefile.in (vax_tdep_h): Define.
4286 (vax-tdep.o): Use $(vax_tdep_h).
4287 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4288 (vax_dump_tdep): New function.
4289 (_initialize_vax_tdep): Register vax_dump_tdep.
4290 * vax-tdep.h: Include osabi.h.
4291 (struct gdbarch_tdep): New.
4292
4293 2002-06-26 Andrew Cagney <cagney@redhat.com>
4294
4295 * frame.h (deprecated_generic_find_dummy_frame): Rename
4296 generic_find_dummy_frame.
4297 * blockframe.c (generic_find_dummy_frame): Make static.
4298 (deprecated_generic_find_dummy_frame): New function.
4299 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4300 generic_find_dummy_frame with deprecated_find_dummy_frame.
4301 (sh64_nofp_frame_init_saved_regs): Ditto.
4302 (sh_fp_frame_init_saved_regs): Ditto.
4303 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4304 (s390_frame_chain): Ditto.
4305 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4306
4307 2002-06-26 Grace Sainsbury <graces@redhat.com>
4308
4309 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4310 gdbarch vector are at the top.
4311 (NUM_REGS): Remove.
4312 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4313 (FRAME_ARGS_ADDRESS): Remove.
4314 (FRAME_LOCALS_ADDRESS): Remove.
4315 (FRAME_NUM_ARGS): Remove.
4316 (FRAME_ARGS_SKIP): Remove.
4317 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4318 (m68k_gdbarch_init): Add gdbarch initializations for macros
4319 undefined in tm-m68k.h
4320
4321 2002-06-26 Grace Sainsbury <graces@redhat.com>
4322
4323 * monitor.h: Add the function regname to monitor_ops
4324 structure. This way NUM_REGS does not have to be a constant.
4325 * monitor.c (monitor_fetch_register): Added support for regname
4326 function. The function is called if the array regnames is NULL.
4327 (monitor_store_register): Same.
4328 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4329 regnames array.
4330 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4331 cpu32bug_cmds.regname to point to new function.
4332 * abug-rom.c (abug_regname): Same as above.
4333 (init_abug_cmds): Same.
4334 * dbug-rom.c (dbug_regname): Same as above.
4335 (init_dbug_cmds): Same.
4336 * remote-est.c (est_regname): Same.
4337 (init_est_cmds): Same.
4338 * rom68k-rom.c (rom68k_regname): Same.
4339 (init_rom68k_cmds): Same.
4340
4341 2002-06-25 Tom Tromey <tromey@redhat.com>
4342
4343 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4344
4345 2002-06-25 Andrew Cagney <cagney@redhat.com>
4346
4347 * infrun.c (stop_registers): Change variable's type to ``struct
4348 regcache'''.
4349 (xmalloc_inferior_status): Delete function.
4350 (free_inferior_status): Delete function.
4351 (normal_stop): Use regcache_cpy.
4352 (struct inferior_status): Change type of fields ``stop_registers''
4353 and ``registers'' to ``struct regcache''.
4354 (write_inferior_status_register): Use regcache_write.
4355 (save_inferior_status): Instead of calling
4356 xmalloc_inferior_status, allocate the inf_status buffer directly.
4357 Use regcache_dup_no_passthrough and regcache_dup to save the
4358 buffers.
4359 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4360 Replace the stop_registers regcache instead of overriding it. Use
4361 regcache_xfree. Instead of calling free_inferior_status, xfree
4362 the buffer directly.
4363 (discard_inferior_status): Use regcache_xfree. Instead of calling
4364 free_inferior_status, xfree the buffer directly.
4365 (build_infrun): Use regcache_xmalloc.
4366 (_initialize_infrun): Delete redundant call to build_infrun.
4367
4368 * Makefile.in (infcmd.o): Add $(regcache_h).
4369
4370 * infcmd.c: Include "regcache.h".
4371 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4372 obtain the address of `stop_registers' register buffer.
4373 (print_return_value): Ditto.
4374
4375 * inferior.h (struct regcache): Add opaque declaration.
4376 (stop_registers): Change variable's declared type to ``struct
4377 regcache''.
4378
4379 2002-06-24 Tom Tromey <tromey@redhat.com>
4380
4381 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4382 * target.c (initialize_targets): Fixed typo in
4383 trust-readonly-sections `show' documentation.
4384
4385 * main.c: Marked all strings with _().
4386
4387 2002-06-24 Don Howard <dhoward@redhat.com>
4388
4389 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4390 that means max CORE_ADDR+1.
4391 (lookup_mem_region): Ditto.
4392 (mem_info_command): Ditto.
4393
4394 2002-06-24 Grace Sainsbury <graces@redhat.com>
4395
4396 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4397 (REGISTER_BYTES_OK): Remove.
4398 (REGISTER_BYTES): Remove.
4399 (STORE_STRUCT_RETURN): Remove.
4400 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4401 (STORE_RETURN_VALUE): Remove.
4402 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4403 (FRAME_CHAIN): Remove.
4404 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4405 (FRAME_SAVED_PC): Remove.
4406 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4407 (m68k_store_struct_return): Add.
4408 (m68k_deprecated_extract_return_value): Add.
4409 (m68k_deprecated_extract_struct_value_address): Add.
4410 (m68k_store_return_value): Add.
4411 (m68k_frame_chain): Add.
4412 (m68k_frameless_function_invocation): Add.
4413 (m68k_frame_saved_pc): Add.
4414 (m68k_gdbarch_init): added set_gdbarch calls for new
4415 functions and deleted macros.
4416
4417 2002-06-23 Tom Tromey <tromey@redhat.com>
4418
4419 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4420 (ALLDEPFILES): Likewise.
4421 (udiheaders): Removed.
4422 (udip2soc.o): Likewise.
4423 (udi2go32.o): Likewise.
4424 (udr.o): Likewise.
4425 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4426
4427 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4428
4429 * infrun.c (_initialize_infrun): Delete unnecessary call to
4430 build_infrun.
4431
4432 * regcache.h: Update comments describing the regcache_cpy family
4433 of functions.
4434 (regcache_save, regcache_restore): Delete declaration.
4435 (regcache_save_no_passthrough): Delete declaration.
4436 (regcache_restore_no_passthrough): Delete declaration.
4437 * regcache.c (regcache_save): Delete function.
4438 (regcache_save_no_passthrough): Delete function.
4439 (regcache_restore): Delete function.
4440 (regcache_restore_no_passthrough): Delete function.
4441
4442 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4443
4444 * config/m68k/tm-m68k.h: Fix typo.
4445 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4446 (m68k_frame_init_saved_regs): Declare.
4447
4448 2002-06-21 Jim Blandy <jimb@redhat.com>
4449
4450 Remove some vestiges of Harris 88k support.
4451 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4452 register numbering quirk.
4453 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4454 odd symbols occurring in Harris 88k ELF targets.
4455
4456 2002-06-21 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb_locale.h: New file.
4459 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4460 (defs_h): Added gdb_locale.h.
4461 * configure, config.in: Rebuilt.
4462 * configure.in (PACKAGE): Define.
4463 * defs.h: Include gdb_locale.h.
4464 * main.c (captured_main): Call setlocale, bindtextdomain,
4465 textdomain.
4466
4467 2002-06-21 Dave Brolley <brolley@redhat.com>
4468
4469 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4470 * config/frv/frv.mt: New file.
4471 * config/frv/tm-frv.h: New file.
4472 * configure.tgt: Support frv-*-*.
4473 * Makefile.in (frv-tdep.o): New target.
4474 * frv-tdep.c: New file.
4475 * NEWS: Mention frv.
4476
4477 2002-06-21 Dave Brolley <brolley@redhat.com>
4478
4479 * MAINTAINERS: Add self to "Write After Approval" list.
4480
4481 2002-06-21 Grace Sainsbury <graces@redhat.com>
4482
4483 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4484 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4485 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4486 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4487 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4488
4489 * m68k-tdep.c: Include arch-utils.h
4490 (m68k_register_raw_size): Add.
4491 (m68k_register_virtual_size): Add.
4492 (m68k_register_virtual_type): Add.
4493 (m68k_register_name): Add.
4494 (m68k_stack_align): Add.
4495 (m68k_register_byte): Add.
4496 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4497 tm-m68k.h.
4498
4499 2002-06-21 Grace Sainsbury <graces@redhat.com>
4500
4501 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4502 m68k_find_saved_regs.
4503 (m68k_pop_frame): Removed saved_regs structure, and replaced
4504 references to it with frame->saved_regs.
4505 (m68k_gdbarch_init): Added function calls to initialize the
4506 gdbarch structure.
4507 (m68k_fix_call_dummy): Add.
4508 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4509 (CALL_DUMMY): Remove.
4510 (CALL_DUMMY_LENGTH): Remove.
4511 (CALL_DUMMY_START_OFFSET): Remove.
4512 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4513 (FIX_CALL_DUMMY): Remove.
4514 (PUSH_DUMMY_FRAME): Remove.
4515 (POP_FRAME): Remove.
4516
4517 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4518
4519 * parse.c (parse_fprintf): New function used to avoid calls to
4520 fprintf in bison parser generated debug code.
4521 * parser-defs.h: Declaration of new parse_fprintf function.
4522 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4523 Set YYDEBUG to 1 by default.
4524 Set YYFPRINTF as parse_fprintf.
4525
4526 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4527
4528 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4529 encoding anymore.
4530 (pointer_encoding, enum ptr_encoding): New.
4531 (execute_cfa_program): Take care about pointer encoding.
4532 (dwarf2_build_frame_info): Only call parse_frame_info for
4533 .debug_frame and .eh_frame.
4534 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4535 fixed augmentation handling, added relative addressing,
4536 ignore duplicate FDEs. Added comments.
4537 * dwarf2cfi.c: Reindented.
4538
4539 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4540
4541 * event-top.c (command_handler): Don't use space_at_cmd_start
4542 unless there is sbrk() on the host. Assign time and space data
4543 to union fields of the appropriate length.
4544
4545 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4546
4547 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4548 x86_64_register_name. Return type changed to 'const char *'.
4549 (x86_64_register_name2nr): Rename to x86_64_register_number.
4550 (x86_64_gdbarch_init): Update to reflect the change.
4551 * x86-64-tdep.h: Ditto.
4552 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4553 (supply_fpregset): Ditto.
4554
4555 2002-06-19 Andrew Cagney <cagney@redhat.com>
4556
4557 * regcache.h: Update copyright.
4558 (struct regcache, struct gdbarch): Add opaque declarations.
4559 (current_regcache): Declare global variable.
4560 (regcache_read, regcache_write): Add gdbarch parameter.
4561 (regcache_save, regcache_save_no_passthrough)
4562 (regcache_restore, regcache_restore_no_passthrough)
4563 (regcache_dup, regcache_dup_no_passthrough)
4564 (regcache_cpy, regcache_cpy_no_passthrough)
4565 (deprecated_grub_regcache_for_registers)
4566 (deprecated_grub_regcache_for_register_valid)
4567 (regcache_valid_p): Add function declarations.
4568
4569 * regcache.c: Update copyright.
4570 (regcache_descr_handle): New global variable.
4571 (struct regcache_descr): Define.
4572 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4573 (regcache_descr, xfree_regcache_descr): New functions.
4574 (struct regcache): Define.
4575 (regcache_xmalloc, regcache_xfree): New functions.
4576 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4577 (regcache_dup, regcache_dup_no_passthrough): New functions.
4578 (regcache_valid_p, regcache_read_as_address): New functions.
4579 (deprecated_grub_regcache_for_registers): New function.
4580 (deprecated_grub_regcache_for_register_valid): New function.
4581 (current_regcache): New global variable.
4582 (register_buffer): Add regcache parameter. Update calls.
4583 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4584 (read_register_gen, write_register_gen): Update register_buffer
4585 call. Test for legacy_p instead of gdbarch_register_read_p or
4586 gdbarch_register_write_p.
4587 (regcache_collect): Update register_buffer call.
4588 (build_regcache): Rewrite. Use deprecated grub functions.
4589 (regcache_save, regcache_save_no_passthrough): New functions.
4590 (regcache_restore, regcache_restore_no_passthrough): New
4591 functions.
4592 (_initialize_regcache): Create the regcache_data_handle. Swap
4593 current_regcache global variable.
4594
4595 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4596 parameter to regcache_read and regcache_write calls.
4597 (sh4_register_read): Ditto.
4598 (sh64_pseudo_register_read): Ditto.
4599 (sh64_register_read): Ditto.
4600 (sh_pseudo_register_write): Ditto.
4601 (sh4_register_write): Ditto.
4602 (sh64_pseudo_register_write): Ditto.
4603 (sh64_register_write): Ditto.
4604
4605 * defs.h (XCALLOC): Define.
4606
4607 2002-06-19 Grace Sainsbury <graces@redhat.com>
4608
4609 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4610 * m68k-tdep.c (m68k_gdbarch_init): Added.
4611 (m68k_dump_tdep): Added.
4612
4613 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4614
4615 * ada-lang.c (fill_in_ada_prototype): Update comment.
4616
4617 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4618
4619 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4620 MIPS_ABI_LAST.
4621 (mips_abi_string, mips_abi_strings): New.
4622 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4623 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4624 tdep->mips_abi_string. Honor mips_abi_string. Default to
4625 O32 if no ABI is found.
4626 (mips_dump_tdep): Use mips_abi_strings.
4627 (mips_abi_update): New function.
4628 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4629 ``set mips abi'' and ``show mips abi''. Check the size of
4630 mips_abi_strings.
4631
4632 2002-06-19 Andrew Cagney <cagney@redhat.com>
4633
4634 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4635 constant.
4636
4637 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4638
4639 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4640 current frame using only the first stack size adjustment. All
4641 subsequent size adjustments are not considered to be part of
4642 the "static" part of the current frame.
4643 Compute the address of the saved registers relative to the
4644 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4645 in use in this frame.
4646
4647 2002-06-18 Don Howard <dhoward@redhat.com>
4648
4649 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4650 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4651 suggesting this solution.
4652
4653 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4654
4655 * config/romp/xm-rtbsd.h: Delete file.
4656 * config/romp/rtbsd.mh: Delete file.
4657
4658 2002-06-18 Keith Seitz <keiths@redhat.com>
4659
4660 * breakpoint.c (condition_command): Post breakpoint_modify
4661 when a condition is added to an existing breakpoint.
4662 (commands_command): Likewise for commands.
4663 (set_ignore_count): Likewise for ignore counts.
4664 If no tty, do not simply return, still need to send event
4665 notification.
4666 (ignore_command): Only print a newline if the command came
4667 from a tty.
4668 Don't call breakpoints_changed, since this is now properly
4669 handled by set_ignore_count.
4670
4671 2002-06-18 Andrew Cagney <cagney@redhat.com>
4672
4673 * MAINTAINERS: Note that cris-elf target can be compiled with
4674 -Werror.
4675 * cris-tdep.c (cris_register_name): Make return type constant.
4676 (cris_breakpoint_from_pc): Ditto.
4677
4678 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4679
4680 * frame.h (struct frame_info): Change type of context to
4681 'struct context'.
4682
4683 2002-06-17 Andrew Cagney <cagney@redhat.com>
4684
4685 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4686 pointer.
4687 * gdbarch.h, gdbarch.c: Regenerate.
4688 * config/mips/tm-mips.h (mips_register_name): Update.
4689 * i386-tdep.h (i386_register_name): Update.
4690 * mips-tdep.c (mips_register_name): Update
4691 * alpha-tdep.c (alpha_register_name): Update.
4692 * arch-utils.c (legacy_register_name): Update.
4693 * arch-utils.h (legacy_register_name): Update.
4694 * avr-tdep.c (avr_register_name): Update.
4695 * ia64-tdep.c (ia64_register_name): Update.
4696 * i386-tdep.c (i386_register_name): Update.
4697 * sparc-tdep.c (sparc32_register_name): Update.
4698 (sparc64_register_name): Update.
4699 (sparclite_register_name): Update.
4700 (sparclet_register_name): Update.
4701 * sh-tdep.c (sh_generic_register_name): Update.
4702 (sh_sh_register_name): Update.
4703 (sh_sh3_register_name): Update.
4704 (sh_sh3e_register_name): Update.
4705 (sh_sh_dsp_register_name): Update.
4706 (sh_sh3_dsp_register_name): Update.
4707 (sh_sh4_register_name): Update.
4708 (sh_sh64_register_name): Update.
4709 * s390-tdep.c (s390_register_name): Update.
4710 * rs6000-tdep.c (rs6000_register_name): Update.
4711 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4712 (ns32k_register_name_32382): Update.
4713 * d10v-tdep.c (d10v_ts2_register_name): Update.
4714 (d10v_ts3_register_name): Update.
4715 * xstormy16-tdep.c (xstormy16_register_name): Update.
4716 * vax-tdep.c (vax_register_name): Update.
4717 * v850-tdep.c (v850_register_name): Update.
4718 * m68hc11-tdep.c (m68hc11_register_name): Update.
4719 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4720 (am33_register_name): Update.
4721
4722 2002-06-17 Grace Sainsbury <graces@redhat.com>
4723
4724 * m68k-tdep.c: Reindented.
4725
4726 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4727
4728 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4729 list of predefined types.
4730
4731 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4732
4733 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4734 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4735 REGISTER_CONVERT_TO_RAW): Remove defines.
4736 (i386_register_virtual_type, i386_register_convertible,
4737 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4738 Remove prototypes.
4739 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4740 macros mentioned above.
4741
4742 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4743 (i386lynx_saved_pc_after_call): Remove prototype.
4744 * i386ly-tdep.c: Include "i386-tdep.h".
4745 (i386lynx_saved_pc_after_call): Make static. Use
4746 read_memory_nobpt instead of read_memory. Use
4747 read_memory_unsigned_integer instead of read_memory_integer.
4748 (i386lynx_init_abi): New function.
4749 (i386lynx_coff_osabi_sniffer): New function.
4750 (_initialize_i386bsd_tdep): New function.
4751
4752 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4753 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4754 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4755 (i386_fix_call_dummy): Remove prototype.
4756 * i386-tdep.c (i386_call_dummy_words): New variable.
4757 (i386_gdbarch_init): Adjust for removal of the
4758 macros mentioned above.
4759
4760 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4761
4762 * command.h (add_setshow_auto_boolean_cmd): Replace
4763 add_set_auto_boolean_cmd.
4764 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4765 add_set_auto_boolean_cmd.
4766 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4767 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4768 mask-address'' command.
4769 (show_mask_address): Add cmd parameter.
4770 * remote.c (add_packet_config_cmd): Update. Change type of
4771 set_func and show_func to cmd_sfunc_ftype.
4772 (_initialize_remote): Update `set remote Z-packet'
4773 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4774 (show_remote_protocol_e_packet_cmd): Ditto.
4775 (show_remote_protocol_E_packet_cmd): Ditto.
4776 (show_remote_protocol_P_packet_cmd): Ditto.
4777 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4778 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4779 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4780 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4781 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4782 (show_remote_protocol_Z_packet_cmd): Ditto.
4783 (show_remote_protocol_binary_download_cmd): Ditto.
4784 (show_remote_cmd): Pass NULL to all of above.
4785
4786 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4787
4788 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4789 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4790 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4791 POP_FRAME): Remove defines.
4792 (i386_push_arguments, i386_store_struct_return,
4793 i386_extract_return_value, i386_store_return_value,
4794 i386_extract_struct_value_address, i386_push_dummy_frame,
4795 i386_pop_frame): Renove prototypes.
4796 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4797 macros mentioned above.
4798
4799 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4800
4801 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4802 add_set_boolean_cmd.
4803 (add_setshow_cmd): New function.
4804 * command.h (add_setshow_boolean_cmd): Replace
4805 add_set_boolean_cmd.
4806 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4807 and ``set rdiromatzero''.
4808 * maint.c (_initialize_maint_cmds): Update commented out code.
4809 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4810 * target.c (initialize_targets): Update `set
4811 trust-readonly-sections'.
4812 * remote.c (_initialize_remote): Update `set remotebreak'.
4813
4814 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4815
4816 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4817 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4818 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4819 fit into multi-arch framework.
4820 (i386_breakpoint_from_pc): New function.
4821 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4822 above.
4823
4824 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4825 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4826 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4827 (i386_frameless_function_invocation, i386_frame_num_args,
4828 i386_frame_init_saved_regs): Remove prototypes.
4829 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4830 macros mentioned above.
4831
4832 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4833
4834 * cli/cli-decode.c (set_cmd_cfunc): Update.
4835 (set_cmd_sfunc): Update.
4836 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4837 (set_cmd_sfunc, set_cmd_cfunc): Update.
4838 * cli/cli-decode.h: Update.
4839
4840 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4841
4842 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4843 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4844
4845 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4846
4847 * defs.h (auto_boolean): Declare enum.
4848 * command.h (cmd_auto_boolean): Delete enum.
4849 * mips-tdep.c (mask_address_var): Update.
4850 (mips_mask_address_p): Update.
4851 (show_mask_address): Update.
4852 * remote.c (struct packet_config): Update.
4853 (update_packet_config): Update.
4854 (show_packet_config_cmd): Update.
4855 (packet_ok): Update.
4856 (add_packet_config_cmd): Update.
4857 (_initialize_remote):
4858 * command.h: Update.
4859 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4860 (do_setshow_command): Update.
4861 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4862 * cli/cli-decode.h: Update.
4863
4864 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4865
4866 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4867 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4868 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4869 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4870 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4871 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4872
4873 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4874 list of DJGPP COFF targets.
4875
4876 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4877 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4878 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4879 (FP0_REGNUM): Remove define.
4880 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4881 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4882 (i386_register_virtual_size): Remove protoype.
4883 * i386-tdep.c (i386_register_virtual_size): Removed.
4884 (i386_extract_return_value, i386_store_return_value): Use
4885 FP0_REGNUM instead of NUM_FREGS to determine whether the
4886 floating-point registers are available.
4887 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4888 Adjust for removal of macros mentioned above.
4889
4890 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4891
4892 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4893 comments.
4894 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4895 Remove prototypes.
4896 (supply_gregset, fill_gregset): Remove use of register keyword and
4897 remove declaration for regmap. Use I386_NUM_GREGS instead of
4898 NUM_REGS and NUM_FREGS.
4899 (FPREGSET_FSAVE_OFFSET): Remove.
4900 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4901 NUM_FREGS to determine whether the floating-point registers are
4902 available.
4903
4904 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4905 gnu_store_registers): Replace usage of NUM_GREGS with
4906 I386_NUM_GREGS.
4907
4908 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4909 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4910 usage of NUM_GREGS with I386_NUM_GREGS.
4911
4912 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4913
4914 * i386bsd-nat.c: Include "i386-tdep.h".
4915 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4916 I386_NUM_GREGS.
4917
4918 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4919 and associated comment. They no longer make any sense, since we
4920 don't use this file anymore on Linux.
4921
4922 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4923 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4924 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4925 elements in these arrays.
4926 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4927 MAX_NUM_REGS.
4928
4929 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4930
4931 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4932 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4933
4934 2002-06-14 Andrew Cagney <cagney@redhat.com>
4935
4936 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4937 EXTRACT_RETURN_VALUE.
4938 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4939 EXTRACT_STRUCT_VALUE_ADDRESS.
4940 * gdbarch.h, gdbarch.c: Regenerate.
4941
4942 * values.c (value_being_returned): Handle
4943 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4944 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4945
4946 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4947 * arm-tdep.c (arm_gdbarch_init): Update.
4948 * avr-tdep.c (avr_gdbarch_init): Update.
4949 * cris-tdep.c (cris_gdbarch_init): Update.
4950 * d10v-tdep.c (d10v_gdbarch_init): Update.
4951 * ia64-tdep.c (ia64_gdbarch_init): Update.
4952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4953 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4954 * s390-tdep.c (s390_gdbarch_init): Update.
4955 * sh-tdep.c (sh_gdbarch_init): Update.
4956 * s390-tdep.c (s390_gdbarch_init): Update.
4957 * sparc-tdep.c (sparc_gdbarch_init): Update.
4958 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4959 * v850-tdep.c (v850_gdbarch_init): Update.
4960 * vax-tdep.c (vax_gdbarch_init): Update.
4961 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4963
4964 * config/arc/tm-arc.h: Update.
4965 * config/d30v/tm-d30v.h: Update.
4966 * config/fr30/tm-fr30.h: Update.
4967 * config/h8300/tm-h8300.h: Update.
4968 * config/h8500/tm-h8500.h: Update.
4969 * config/i386/tm-i386.h: Update.
4970 * config/i386/tm-ptx.h: Update.
4971 * config/i386/tm-symmetry.h: Update.
4972 * config/i960/tm-i960.h: Update.
4973 * config/m32r/tm-m32r.h: Update.
4974 * config/m68k/tm-delta68.h: Update.
4975 * config/m68k/tm-linux.h: Update.
4976 * config/m68k/tm-m68k.h: Update.
4977 * config/m88k/tm-m88k.h: Update.
4978 * config/mcore/tm-mcore.h: Update.
4979 * config/mips/tm-mips.h: Update.
4980 * config/mn10200/tm-mn10200.h: Update.
4981 * config/pa/tm-hppa.h: Update.
4982 * config/pa/tm-hppa64.h: Update.
4983 * config/sparc/tm-sp64.h: Update.
4984 * config/sparc/tm-sparc.h: Update.
4985 * config/sparc/tm-sparclet.h: Update.
4986 * config/z8k/tm-z8k.h: Update.
4987
4988 2002-06-14 Andrew Cagney <cagney@redhat.com>
4989
4990 * Makefile.in (i386_linux_tdep_h): Define.
4991 (i386_tdep_h, i387_tdep_h): Define.
4992 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4993 $(i386_tdep_h) and $(i387_tdep_h).
4994 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4995
4996 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4997
4998 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4999 Already covered by the default.
5000
5001 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5002 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5003 (i386_gdbarch_init): Initialize long_double_format and long_double
5004 bit.
5005
5006 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5007 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5008 Move these to ...
5009 * config/i386/i386sol2.mh: ... here.
5010 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5011 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5012 (SIGCONTEXT_PC_OFFSET): Remove define.
5013 (IN_SIGTRAMP): Remove define.
5014 * i386-sol2-tdep.c: New file.
5015
5016 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5017 * config/i386/tm-i386nw.h: Removed.
5018
5019 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5020 USE_STRUCT_CONVENTION): Remove defines.
5021 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5022 (get_longjmp_target): Remove prototype.
5023 (IN_SIGTRAMP): Remove define.
5024 (i386bsd_in_sigtramp): Remove prototype.
5025 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5026 function. Update comment accordingly
5027 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5028 (FRAME_SAVED_PC): Remove define.
5029 (i386bsd_frame_saved_pc): Remove prototype.
5030 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5031 GET_LONGJMP_TARGET): Remove defines.
5032 (get_longjmp_target): Remove prototype.
5033 (IN_SIGTRAMP): Remove define.
5034 (i386bsd_in_sigtramp): Remove prototype.
5035 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5036 function. Update comment accordingly
5037 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5038 (FRAME_SAVED_PC): Remove define.
5039 (i386bsd_frame_saved_pc): Remove prototype.
5040 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5041 Remove prototype.
5042 (USE_STRUCT_CONVENTION): Remove prototype.
5043 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5044 declaration.
5045 (_initialize_i386bsd_nat): Revise logic to determine some
5046 constants at compile time when compiling a native GDB. Warn if
5047 things don't match up with what we expect.
5048 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5049 Remove variables.
5050 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5051 to use date stored in `struct gdbarch_tdep'.
5052 (i386bsd_sigcontext_offset): Remove varaible.
5053 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5054 stored in `struct gdbarch_tdep'.
5055 (i386bsd_frame_saved_pc): Make static.
5056 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5057 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5058 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5059 i386fbsd4_sc_pc_offset): New variables.
5060 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5061 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5062 functions.
5063 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5064 functions.
5065 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5066 Modify the value of i386fbsd_sigtramp_start and
5067 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5068 i386fbsd_sigtramp_end.
5069 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5070 function.
5071
5072 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5073 define to i386-linux-tdep.h.
5074 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5075 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5076 defines.
5077 (i386_linux_register_name, i386_linux_register_byte,
5078 i386_linux_register_raw_size): Remove prototypes.
5079 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5080 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5081 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5082 TARGET_WRITE_PC): Remove defines.
5083 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5084 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5085 i386_linux_write_pc): Remove prototypes.
5086 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5087 (get_longjmp_target): Remove prototype.
5088 * i386-linux-tdep.h: New file.
5089 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5090 * i386-linux-tdep.c: Include "i386-tdep.h" and
5091 "i386-linux-tdep.h".
5092 (i386_linux_register_name, i386_linux_register_byte,
5093 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5094 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5095 Make static.
5096 (i386_linux_init_abi): New function.
5097 (_initialize_i386_linux_tdep): New function.
5098
5099 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5100 (i386_saved_pc_after_call): Remove prototype.
5101 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5102 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5103 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5104 (i386_register_name, i386_stab_reg_to_regnum,
5105 i386_dwarf_reg_to_regnum): Remove prototypes.
5106 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5107 SIZEOF_SSE_REGS): Remove defines.
5108 (REGISTER_BYTES): Remove define.
5109 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5110 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5111 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5112 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5113 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5114 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5115 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5116 (get_longjmp_target): Remove prototype.
5117 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5118 (sigtramp_saved_pc): Remove define.
5119 (i386v4_sigtramp_saved_pc): Remove prototype.
5120 * config/i386/tm-go32.h (FRAME_CHAIN,
5121 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5122 (i386go32_frame_saved_pc): Remove prototype.
5123 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5124 (get_longjmp_target): Remove prototype.
5125 * i386-tdep.h: Include "osabi.h".
5126 (enum i386_abi): Removed.
5127 (enum struct_return): New enum.
5128 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5129 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5130 sc_pc_offset members.
5131 (i386_gdbarch_register_os_abi): Remove prototype.
5132 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5133 I386_SSE_NUM_REGS): New defines.
5134 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5135 I386_SSE_SIZEOF_REGS): New defines.
5136 (i386_register_name, i386_register_byte, i386_register_raw_size):
5137 New prototypes.
5138 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5139 (i386bsd_sigtramp_saved_pc): New prototype.
5140 * i386-tdep.c: Don't include "elf-bfd.h".
5141 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5142 i386_frame_chain, i386_saved_pc_after_call): Make static.
5143 (i386_frame_saved_pc): Rewrite to call architecture dependent
5144 function to deal with signal handlers. Make static.
5145 (i386go32_frame_saved_pc): Removed.
5146 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5147 Removed.
5148 (i386_get_longjmp_target): New function.
5149 (default_struct_convention, pcc_struct_convention,
5150 reg_struct_convention, valid_conventions, struct_convention): New
5151 variables.
5152 (i386_use_struct_convention): New function.
5153 (i386v4_sigtramp_saved_pc): Renamed to
5154 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5155 (i386_pc_in_sigtramp): New function.
5156 (i386_abi_names): Removed.
5157 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5158 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5159 Removed.
5160 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5161 i386_gdbarch_register_os_abi): Removed.
5162 (struct i386_abi_handler): Removed.
5163 (i386_abi_handler_list): Removed.
5164 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5165 functions.
5166 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5167 i386_nw_init_abi): New functions.
5168 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5169 Use set_gdbarch_xxx() calls instead of relying on macros for a
5170 number of calls.
5171 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5172 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5173 Register the various architecture variants defined in this file.
5174
5175 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5178 (struct main_type): Remove arg_types member. Update comments for
5179 struct field.
5180 (TYPE_ARG_TYPES): Remove.
5181 (TYPE_FN_FIELD_ARGS): Update.
5182 (smash_to_method_type): Update prototype.
5183
5184 * c-typeprint.c (cp_type_print_method_args): Take method type
5185 instead of argument list. Use new argument layout. Simplify.
5186 (c_type_print_args): Use new argument layout. Simplify.
5187 (c_type_print_base): Update call to cp_type_print_method_args.
5188 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5189 argument; use die->type instead. Update call to
5190 smash_to_method_type.
5191 (read_structure_scope): Update call to dwarf2_add_member_fn.
5192 * gdbtypes.c (allocate_stub_method): Update comment.
5193 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5194 Use new argument layout.
5195 (check_stub_method): Use new argument layout. Don't count
5196 void as an argument.
5197 (print_arg_types): Update comments. Use new argument layout.
5198 (recursive_dump_type): Don't print arg_types member.
5199 * hpread.c (hpread_read_struct_type): Use new argument layout.
5200 (fixup_class_method_type): Likewise.
5201 (hpread_type_lookup): Likewise.
5202 * stabsread.c (read_type): Update calls to read_args and
5203 smash_to_method_type.
5204 (read_args): Use new argument layout. Simplify.
5205 * valops.c (typecmp): Use new argument layout. Update parameters
5206 and comments. Simplify.
5207 (hand_function_call): Use new argument layout.
5208 (search_struct_method): Update call to typecmp.
5209 (find_overload_match): Use new argument layout.
5210
5211 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5212
5213 * NEWS: Mention multithreaded debug support for gdbserver.
5214
5215 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5216
5217 * MAINTAINERS: Mention NEWS.
5218
5219 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5220
5221 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5222 (struct mips_objfile_private, compare_pdr_entries): New.
5223 (non_heuristic_proc_desc): Read the ".pdr" section if it
5224 is present.
5225
5226 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5227
5228 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5229 (arm_debug): New static variable.
5230 (_initialize_arm_tdep): Add ``set debug arm'' command.
5231
5232 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5233
5234 * Makefile.in (sim_arm_h): Define.
5235 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5236 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5237 (arm_register_sim_regno): New function, map an internal REGNUM
5238 onto a simulator register number.
5239 (arm_gdbarch_init): Set register_sim_regno.
5240
5241 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5242
5243 * MAINTAINERS: Add self.
5244
5245 2002-06-11 Jim Blandy <jimb@redhat.com>
5246
5247 * source.c (source_info): Mention whether the symtab has
5248 information about preprocessor macros.
5249
5250 Call the command `info macro', not `show macro'.
5251 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5252 Fix error message.
5253 (_initialize_macrocmd): Register `info_macro_command' in
5254 `infolist', not `showlist'.
5255
5256 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5257
5258 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5259 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5260 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5261 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5262 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5263 unconditionally.
5264 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5265 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5266 (_initialize_mips_tdep): Remove dead code.
5267 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5268 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5269 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5270 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5271 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5272 MIPS_LAST_FP_ARG_REGNUM): Remove.
5273
5274 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5275
5276 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5277 (unwind_tmp_obstack_free, parse_frame_info)
5278 (update_context, cfi_read_fp, cfi_write_fp)
5279 (cfi_frame_chain, cfi_init_extra_frame_info)
5280 (cfi_virtual_frame_pointer): Use the above function.
5281 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5282
5283 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5284
5285 * v850-tdep.c (v850_type_is_scalar): New function.
5286 (v850_use_struct_convention): Match current gcc implementation
5287 as close as possible.
5288 (v850_push_arguments): Fix stack_offset handling. Don't write
5289 struct_addr into register. This is done by v850_store_struct_return.
5290 (v850_extract_return_value): Care for structs.
5291 (v850_store_return_value): Ditto.
5292 (v850_store_struct_return): Actually write address.
5293
5294 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5295
5296 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5297 without debug information too.
5298
5299 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5300
5301 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5302 Make multi-arch pure.
5303 * gdbarch.h, gdbarch.c: Re-generate.
5304 * arm-tdep.c (arm_print_float_info): Update.
5305 * arch-utils.h (default_print_float_info): Update.
5306 * arch-utils.c (default_print_float_info): Update.
5307 * infcmd.c (float_info): Update call.
5308
5309 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5310
5311 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5312 the front of the initialize list.
5313
5314 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5315
5316 * infrun.c (struct inferior_status): Replace fields
5317 selected_frame_address and selected_level with field
5318 selected_frame_id.
5319 (save_inferior_status): Update. Use get_frame_id.
5320 (struct restore_selected_frame_args): Delete.
5321 (restore_selected_frame): Update. Use frame_find_by_id.
5322 (restore_inferior_status): Update.
5323
5324 * breakpoint.h (struct breakpoint): Change type of
5325 watchpoint_frame to frame_id.
5326 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5327 call to get_current_frame.
5328 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5329 get_current_frame.
5330 (watchpoint_check): Use frame_find_by_id.
5331
5332 * frame.h (record_selected_frame): Delete declaration.
5333 * stack.c (record_selected_frame): Delete function.
5334
5335 * frame.h (struct frame_id): Define.
5336 (get_frame_id): Declare.
5337 (frame_find_by_id): Declare.
5338 * frame.c (frame_find_by_id): New function.
5339 (get_frame_id): New function.
5340
5341 2002-06-10 Andrey Volkov <avolkov@transas.com>
5342
5343 * ser-e7kpc.c: Fix duplicated define and call of
5344 _initialize_ser_e7000pc
5345
5346 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * signals/signals.c (target_signal_from_host): Fix #ifdef
5349 SIGRTMIN case.
5350 (do_target_signal_to_host): Likewise.
5351
5352 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5353
5354 * mips-tdep.c (mips_find_abi_section): New function.
5355 (mips_gdbarch_init): Call it.
5356
5357 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5358
5359 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5360 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5361 after Andrew's 2002-06-08 gdbarch change.
5362
5363 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5364
5365 * i386-linux-nat.c (suppy_gregset): Don't supply
5366 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5367 register cache.
5368 (fill_gregset): Don't fetch it under the same circumstances.
5369
5370 2002-06-09 Andrew Cagney <cagney@redhat.com>
5371
5372 * Makefile.in (callback_h): Define.
5373 (remote_sim_h): Update path to remote-sim.h.
5374 (remote-rdp.o): Add $(callback_h).
5375 (remote-sim.o): Use $(callback_h).
5376 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5377 * remote-rdp.c: Include "gdb/callback.h".
5378
5379 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5380
5381 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5382 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5383
5384 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5385
5386 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5387 * rdi-share/serpardr.c: Ditto.
5388 * rdi-share/unixcomm.c: Ditto.
5389 * rdi-share/serdrv.c: Ditto.
5390 * rdi-share/hostchan.h: Ditto.
5391 * rdi-share/hostchan.c: Ditto.
5392 * rdi-share/host.h: Ditto.
5393 * rdi-share/devsw.c: Ditto.
5394
5395 * objfiles.h: Change type of obj_private to void pointer.
5396 * pa64solib.c: Update copyright. Don't include "assert.h", use
5397 strcmp instead of STREQ, use LONGEST, do not use PTR
5398 * somsolib.c: Ditto.
5399
5400 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5401 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5402 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5403
5404 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5405
5406 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5407 (default_get_saved_register): Delete function.
5408 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5409 generic_unwind_get_saved_register.
5410 * gdbarch.h, gdbarch.c: Re-generate.
5411
5412 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5413
5414 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5415 generic_func_frame_chain_valid.
5416 * gdbarch.h, gdbarch.c: Re-generate.
5417 * blockframe.c (generic_func_frame_chain_valid): Only check
5418 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5419 passing FP to PC_IN_CALL_DUMMY.
5420 Fix PR gdb/360.
5421
5422 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5423
5424 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5425 (register_gdbarch_data): Initialize init_p.
5426 (gdbarch_data): Initialize data pointer using the init function.
5427 (init_gdbarch_data): Delete function.
5428 (gdbarch_update_p): Update.
5429 (initialize_non_multiarch): Update.
5430 (struct gdbarch): Add field initialized_p.
5431 * gdbarch.h, gdbarch.c: Re-generate.
5432
5433 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5434
5435 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5436 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5437 better do the things actually here.
5438 * x86-64-tdep.c (x86_64_register_name2nr): New.
5439 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5440 (x86_64_gdbarch_init): Respect the above change.
5441 * x86-64-tdep.h (x86_64_register_name2nr)
5442 (x86_64_register_nr2name): Add prototypes.
5443 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5444
5445 2002-06-06 Michael Snyder <msnyder@redhat.com>
5446
5447 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5448 Delete extra braces and re-indent.
5449 (d10v_store_return_value): Char return values
5450 must be shifted over by one byte in R0.
5451 (d10v_extract_return_value): Delete extra braces, re-indent.
5452
5453 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5454
5455 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5456 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5457 (d10v_integer_to_address): Rewrite.
5458 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5459 the d10v specific functions which take care of converting to the
5460 correct space.
5461
5462 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5463
5464 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5465 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5466
5467 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5468
5469 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5470 includes.
5471 * config/tm-linux.h: Ditto.
5472 * config/alpha/tm-alphalinux.h: Ditto.
5473 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5474 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5475 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5476 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5477 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5478 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5479 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5480 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5481 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5482 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5483 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5484 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5485 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5486 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5487 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5488 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5489 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5490 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5491 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5492 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5493 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5494 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5495 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5496 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5497 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5498 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5499 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5500 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5501 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5502 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5503 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5504 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5505 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5506 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5507 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5508 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5509 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5510
5511 2002-05-04 Aidan Skinner <aidan@velvet.net>
5512
5513 * ada-exp.tab.c: New file
5514 * ada-exp.y: New file
5515 * ada-lang.c: New file
5516 * ada-lang.h: New file
5517 * ada-lex.c: New file
5518 * ada-lex.l: New file
5519 * ada-tasks.c: New file
5520 * ada-typeprint.c: New file
5521 * ada-valprint.c: New file
5522
5523 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5524
5525 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5526 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5527
5528 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5529
5530 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5531 insetead of ppc-linux-tdep.o.
5532 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5533 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5534
5535 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5536
5537 2002-05-07 Christian Groessler <chris@groessler.org>
5538 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5539 bit register contents for little endian hosts.
5540
5541 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5542
5543 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5544 any maintainer.
5545
5546 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5547
5548 * gdbarch.h: Regenerate.
5549
5550 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5551
5552 * MAINTAINERS: Add everyone to write-after-approval list.
5553
5554 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5555
5556 * stack.c (frame_info): Use frame_register_unwind instead of
5557 saved_regs. Mention when the SP is on the stack or in a register.
5558
5559 * frame.h (frame_register_unwind_ftype): Define. Document.
5560 (struct frame_info): Add field register_unwind and
5561 register_unwind_cache.
5562 (frame_register_unwind): Declare.
5563 (generic_unwind_get_saved_register): Declare.
5564
5565 * frame.c (frame_register_unwind): New function.
5566 (generic_unwind_get_saved_register): New function.
5567
5568 * blockframe.c (generic_call_dummy_register_unwind): New function.
5569 (frame_saved_regs_register_unwind): New function.
5570 (set_unwind_by_pc): New function.
5571 (create_new_frame): New function.
5572 (get_prev_frame): New function.
5573
5574 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5575
5576 * a29k-share/: Delete directory.
5577 * remote-vx29k.c: Delete file.
5578
5579 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5580
5581 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5582 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5583
5584 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5585
5586 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5587 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5588 (sparc64nbsd-nat.o)
5589 (sparcnbsd-nat.o)
5590 (sparcnbsd-tdep.o): New dependency lists.
5591 * NEWS: Note new UltraSPARC NetBSD native configuration.
5592 * configure.host (sparc64-*-netbsd*): New host.
5593 * configure.tgt (sparc-*-netbsdelf*)
5594 (sparc-*-netbsd*): Set gdb_target to nbsd.
5595 (sparc64-*-netbsd*): New target.
5596 * sparc64nbsd-nat.c: New file.
5597 * sparcnbsd-nat.c: New file.
5598 * sparcnbsd-tdep.c: New file.
5599 * sparcnbsd-tdep.h: New file.
5600 * config/sparc/nbsd.mt: New file.
5601 * config/sparc/nbsd64.mh: New file.
5602 * config/sparc/nbsd64.mt: New file.
5603 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5604 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5605 (HOST_IPC): Remove.
5606 * config/sparc/nbsdaout.mt: Remove.
5607 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5608 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5609 (HOST_IPC): Remove.
5610 * config/sparc/nbsdelf.mt: Remove.
5611 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5612 sparc-nat.c compatiblity defines.
5613 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5614 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5615 * config/sparc/tm-nbsd64.h: New file.
5616 * config/sparc/tm-nbsdaout.h: Remove.
5617 * config/sparc/xm-nbsd.h: Remove.
5618
5619 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5620
5621 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5622 * sparc-tdep.c: Include osabi.h.
5623 (gdbarch_tdep): Add osabi member.
5624 (_initialize_sparc_tdep): Use gdbarch_register.
5625 (sparc_gdbarch_init): Use generic OS ABI framework.
5626 (sparc_dump_tdep): New function.
5627
5628 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5629
5630 * corefile.c (do_captured_read_memory_integer): Return non-zero
5631 result.
5632 (safe_read_memory_integer): Copy result of memory read when
5633 status is non-zero. Also, add comments.
5634
5635 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5636
5637 * Makefile.in (ppc_tdep_h): Define.
5638 (ppc-linux-nat.o)
5639 (ppc-linux-tdep.o)
5640 (rs6000-tdep.o): Use $(ppc_tdep_h).
5641 (ppc-sysv-tdep.o)
5642 (ppcnbsd-nat.o)
5643 (ppcnbsd-tdep.o): New dependency lists.
5644 * ppc-tdep.h: Use generic OS ABI framework.
5645 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5646 (ppc_linux_init_abi): New functions.
5647 (ppc_sysv_abi_broken_use_struct_convention)
5648 (ppc_sysv_abi_use_struct_convention)
5649 (ppc_sysv_abi_push_arguments): Move to...
5650 * ppc-sysv-tdep.c: ...here.
5651 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5652 * rs6000-tdep.c (process_note_abi_tag_sections)
5653 (get_elfosabi): Remove.
5654 (rs6000_gdbarch_init): Use generic OS ABI framework.
5655 (rs6000_dump_tdep): New function.
5656 (_initialize_rs6000_tdep): Use gdbarch_register.
5657 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5658 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5659 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5660 of ppc-linux-tdep.o.
5661 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5662 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5663 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5664 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5665 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5666 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5667
5668 2002-05-29 Jim Blandy <jimb@redhat.com>
5669
5670 * macroscope.c (default_macro_scope): Put `void' in empty argument
5671 list.
5672
5673 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5674
5675 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5676 * arch-utils.c: Include "sim-regno.h".
5677 * gdbarch.sh: Don't include "sim-regno.h".
5678 * gdbarch.h, gdbarch.c: Regenerate.
5679 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5680 here.
5681 * arch-utils.h (legacy_register_sim_regno): To here.
5682 * remote-sim.c (legacy_register_sim_regno): Move function from
5683 here.
5684 * arch-utils.c (legacy_register_sim_regno): To here.
5685
5686 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5687
5688 * sim-regno.h: New file.
5689 * Makefile.in (sim_regno_h): Define.
5690 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5691 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5692 (legacy_register_sim_regno): New function.
5693 (one2one_register_sim_regno): New function.
5694 (gdbsim_fetch_register): Rewrite.
5695 (gdbsim_store_register): Only store a register when
5696 REGISTER_SIM_REGNO is valid.
5697 * d10v-tdep.c: Include "sim-regno.h".
5698 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5699 (d10v_ts3_register_sim_regno): Ditto.
5700 * gdbarch.sh: Include "sim-regno.h".
5701 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5702 * gdbarch.h, gdbarch.c: Regenerate.
5703 * arch-utils.h (default_register_sim_regno): Delete declaration.
5704 * arch-utils.c (default_register_sim_regno): Delete function.
5705
5706 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5707
5708 * ppcnbsd-nat.c: Rewrite.
5709 * ppcnbsd-tdep.c: New file.
5710 * ppcnbsd-tdep.h: New file.
5711 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5712 solib.o, and solib-svr4.o.
5713 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5714 nbsd-tdep.o, and corelow.o.
5715
5716 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5717
5718 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5719 `tr' and `sed'. Mention that `broken' targets are not expected to
5720 build.
5721
5722 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5723
5724 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5725 Let PC point right after the prologue before looking up symbols.
5726
5727 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5728
5729 * i386-tdep.c (i386_register_virtual_type): Return
5730 builtin_type_vec128i for SSE registers.
5731
5732 * gdbtypes.h (builtin_type_vec128i): Declare.
5733
5734 * gdbtypes.c (build_builtin_type_vec128i): New function.
5735 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5736 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5737 (build_gdbtypes): Initialize new builtin vector types.
5738 (_initialize_gdbtypes): Register new vector types with gdbarch.
5739
5740 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5741
5742 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5743 since it has been multi-arch'd.
5744 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5745 Move Alpha and VAX multi-arch news entries to same section
5746 as other multi-arch news.
5747
5748 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5749
5750 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5751 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5752 static. Rename some register numbers to put them in ns32k-tdep
5753 private namespace.
5754 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5755 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5756 functions.
5757 (_initialize_ns32k_tdep): Use gdbarch_register.
5758 * ns32k-tdep.h: New file.
5759 * ns32knbsd-tdep.c: New file.
5760 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5761 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5762 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5763 REGISTER_BYTES, REGISTER_BYTE): Remove.
5764 * config/ns32k/tm-ns32k.h: New file.
5765 * config/ns32k/tm-umax.h: Remove.
5766
5767 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5768
5769 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5770 ns32k_store_struct_return, ns32k_extract_return_value,
5771 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5772 functions.
5773 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5774 ns32k_saved_pc_after_call.
5775 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5776 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5777 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5778 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5779 ns32k_extract_struct_value_address.
5780
5781 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5782
5783 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5784 ns32k_fix_call_dummy): New.
5785 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5786 ns32k_call_dummy_words.
5787 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5788 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5789 CALL_DUMMY_NARGS): Remove.
5790 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5791
5792 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5793
5794 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5795 ns32k_frame_saved_pc, ns32k_frame_args_address,
5796 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5797 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5798 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5799 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5800 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5801 (BREAKPOINT): Remove..
5802 (FRAME_CHAIN): Define as ns32k_frame_chain.
5803 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5804 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5805 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5806 (FRAME_FIND_SAVED_REGS): Remove.
5807 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5808 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5809 (POP_FRAME): Define as ns32k_pop_frame.
5810
5811 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5812
5813 * ns32k-tdep.c (ns32k_register_byte_32082,
5814 ns32k_register_byte_32382, ns32k_register_raw_size,
5815 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5816 functions.
5817 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5818 ns32k_register_byte_32382.
5819 * config/ns32k/tm-umax.h: Update copyright years.
5820 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5821 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5822 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5823 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5824 (ns32k_get_enter_addr): Fix prototype.
5825
5826 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5827
5828 * ns32k-tdep.c: Update copyright years.
5829 (ns32k_register_name_32082): New function.
5830 (ns32k_register_name_32382): Ditto.
5831 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5832 (REGISTER_NAME): Define as ns32k_register_name_32382.
5833 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5834 (REGISTER_NAME): Define as ns32k_register_name_32082.
5835
5836 2002-05-24 Jim Blandy <jimb@redhat.com>
5837
5838 * dwarf2read.c (free_line_header): Use xfree, not free.
5839
5840 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5841
5842 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5843 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5844
5845 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5846
5847 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5848
5849 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5850
5851 From Ross Alexander at NEC Europe:
5852 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5853
5854 2002-05-23 Michael Snyder <msnyder@redhat.com>
5855
5856 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5857 for input, rather than parse_and_eval_address.
5858
5859 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5860
5861 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5862 * Makefile.in (sim_d10v_h): Update definition.
5863
5864 2002-05-24 Andrew Cagney <cagney@redhat.com>
5865
5866 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5867 change `2002-05-22 Michael Snyder' below.
5868 (d10v_push_arguments): Ditto.
5869 (d10v_extract_return_value): Ditto.
5870
5871 2002-05-23 Jim Blandy <jimb@redhat.com>
5872
5873 * macrotab.c (check_for_redefinition): Don't complain if the new
5874 definition is the same as the previous one. Take more arguments
5875 to allow the comparison.
5876 (macro_define_object, macro_define_function): Pass more arguments
5877 to check_for_redefinition.
5878
5879 2002-05-22 Michael Snyder <msnyder@redhat.com>
5880
5881 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5882 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5883 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5884 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5885 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5886 Add a temp variable to save a call (and a memory read).
5887 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5888 if possible (so that PC_IN_CALL_DUMMY will work).
5889
5890 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5891
5892 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5893
5894 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5895
5896 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5897 fde->cie_ptr.
5898 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5899 (dwarf2_build_frame_info): Add offset to fde->initial_location
5900 so that frames of shared libraries are mapped correctly.
5901 (execute_stack_op): Change type of 'result' from ULONGEST to
5902 CORE_ADDR.
5903
5904 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5905
5906 * config/alpha/tm-nbsd.h: Include solib.h.
5907
5908 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5909
5910 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5911 assumptions about the host's byte order.
5912
5913 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5914
5915 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5916 to dependency list.
5917 * alphanbsd-tdep.c: Include solib-svr4.h.
5918 * shnbsd-tdep.c: Ditto.
5919
5920 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5921
5922 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5923 nbsd-tdep.h to dependency list.
5924 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5925 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5926 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5927 nbsdaout.mh and nbsdelf.mh consistently.
5928 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5929 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5930 nbsdaout.mt and nbsdelf.mh consistently.
5931 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5932 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5933 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5934 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5935 a.out shared library stuff from here...
5936 * config/nm-nbsdaout.h: ...to here.
5937 * config/tm-nbsd.h: Remove.
5938 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5939 * config/arm/nbsd.mh: Remove.
5940 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5941 nbsd-tdep.o.
5942 * config/arm/nbsdaout.mh: New file.
5943 * config/arm/nbsdelf.mh: New file.
5944 * config/arm/nm-nbsdaout.h: New file.
5945 * config/i386/nbsd.mh: Remove.
5946 * config/i386/nbsd.mt: Remove.
5947 * config/i386/nbsdaout.mh: New file.
5948 * config/i386/nbsdaout.mt: New file.
5949 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5950 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5951 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5952 i386_register_u_addr): Remove.
5953 * config/i386/nm-nbsdaout.h: New file.
5954 * config/i386/nm-nbsdelf.h: Remove.
5955 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5956 (USE_STRUCT_CONVENTION): Remove.
5957 * config/i386/tm-nbsdaout.h: New file.
5958 * config/i386/tm-nbsdelf.h: Remove.
5959 * config/m68k/nbsd.mh: Remove.
5960 * config/m68k/nbsd.mt: Remove.
5961 * config/m68k/nbsdaout.mh: New file.
5962 * config/m68k/nbsdaout.mt: New file.
5963 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5964 * config/m68k/nm-nbsdaout.h: New file.
5965 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5966 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5967 * config/ns32k/nbsd.mh: Remove.
5968 * config/ns32k/nbsd.mt: Remove.
5969 * config/ns32k/nbsdaout.mh: New file.
5970 * config/ns32k/nbsdaout.mt: New file.
5971 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5972 * config/ns32k/nm-nbsdaout.h: New file.
5973 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5974 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5975 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5976 (SVR4_SHARED_LIBS): Remove.
5977 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5978 * config/sparc/nbsd.mh: Remove.
5979 * config/sparc/nbsd.mt: Remove.
5980 * config/sparc/nbsdaout.mh: New file.
5981 * config/sparc/nbsdaout.mt: New file.
5982 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5983 * config/sparc/nbsdelf.mt: New file.
5984 * config/sparc/nm-nbsdaout.h: New file.
5985 * config/sparc/nm-nbsdelf.h: Remove.
5986 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5987 * config/sparc/tm-nbsdaout.h: New file.
5988
5989 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5990
5991 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5992 mipsnbsd-tdep.c
5993 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5994
5995 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5996
5997 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5998 shnbsd-nat.c.
5999 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6000
6001 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6002
6003 * NEWS: Note new MIPS NetBSD native configuration.
6004 * configure.host (mips*-*-netbsd*): New host.
6005 * configure.tgt (mips*-*-netbsd*): New target.
6006 * mipsnbsd-nat.c: New file.
6007 * mipsnbsd-tdep.c: New file.
6008 * mipsnbsd-tdep.h: New file.
6009 * config/mips/nbsd.mh: New file.
6010 * config/mips/nbsd.mt: New file.
6011 * config/mips/nm-nbsd.h: New file.
6012 * config/mips/tm-nbsd.h: New file.
6013
6014 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6015
6016 * Makefile.in (SFILES): Add osabi.c.
6017 (COMMON_OBS): Add osabi.o.
6018 (osabi.o): New dependency list.
6019 * osabi.c: New file.
6020 * osabi.h: New file.
6021 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6022
6023 * Makefile.in (alpha_tdep_h): Define and use instead of
6024 alpha-tdep.h.
6025 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6026 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6027 Remove.
6028 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6029 * alpha-tdep.h: Include osabi.h.
6030 (alpha_abi): Remove.
6031 (gdbarch_tdep): Use generic OS ABI framework.
6032 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6033 gdbarch_register_osabi.
6034 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6035 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6036 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6037
6038 * Makefile.in (sh_tdep_h): Add osabi.h.
6039 * sh-tdep.h (sh_osabi): Remove.
6040 (gdbarch_tdep): Use generic OS ABI framework.
6041 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6042 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6043 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6044 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6045
6046 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6047 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6048 gdbarch_register_osabi.
6049 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6050 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6051 (get_elfosabi): Rename to...
6052 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6053 ABI framework support routines.
6054 (arm_gdbarch_init): Use generic OS ABI framework.
6055 (arm_dump_tdep): Likewise.
6056 (_initialize_arm_tdep): Likewise.
6057 * arm-tdep.h: Include osabi.h.
6058 (arm_abi): Remove.
6059 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6060 osabi member.
6061 (arm_gdbarch_register_os_abi): Remove prototype.
6062 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6063 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6064
6065 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6066 * mips-tdep.c: Include osabi.h.
6067 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6068 OS ABI framework.
6069
6070 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6071
6072 * h8300-tdep.c: Fix formatting.
6073
6074 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6075
6076 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6077 printing vector registers.
6078
6079 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6080
6081 From Fernando Nasser:
6082 * remote.c (remote_async_open_1): Re-throw the exception when the
6083 connection fails.
6084 (remote_cisco_open): Ditto.
6085 (remote_open_1): Ditto.
6086
6087 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6088
6089 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6090 (remote_start_remote): Add uiout parameter. Pass through to
6091 remote_start_remote_dummy.
6092 (remote_open_1): Use catch_exception instead of catch_errors.
6093 (remote_async_open_1): Ditto.
6094 (remote_cisco_open): Ditto.
6095
6096 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6097
6098 * remote.c (remote_start_remote): Replace PTR with void pointer.
6099 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6100 static.
6101
6102 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6103
6104 * gdb_indent.sh: Allow the script to be run in the sim directory.
6105
6106 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6107
6108 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6109 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6110
6111 * corelow.c (core_open): Only call set_gdbarch_from_file if
6112 exec_bfd is NULL.
6113
6114 2002-05-17 Andrey Volkov <avolkov@transas.com>
6115
6116 * h8300-tdep.c: Add support of EXR register
6117 * config/h8300/tm-h8300.h: Ditto.
6118
6119 2002-05-17 Andrey Volkov <avolkov@transas.com>
6120
6121 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6122
6123 2002-05-17 Andrey Volkov <avolkov@transas.com>
6124
6125 * h8300-tdep.c: Change literal regnums to REGNO.
6126
6127 2002-05-17 Jim Blandy <jimb@redhat.com>
6128
6129 * NEWS: Note addition of macro support.
6130
6131 Expand preprocessor macros in C expressions.
6132 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6133 (scan_macro_expansion, scanning_macro_expansion,
6134 finished_macro_expansion): New function declarations.
6135 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6136 variable declarations.
6137 * parser-defs.h (expression_context_pc): New declaration.
6138 * parse.c (expression_context_pc): New variable.
6139 (parse_exp_1): Set expression_context_pc, as well as
6140 expression_context_block.
6141 * c-exp.y (yylex): If we're not already reading the result of a
6142 macro expansion, try to macro-expand the next token. When we're
6143 done scanning a macro expansion, switch back to the mainline text.
6144 Commas and `if's in a macro's expansion don't terminate the input.
6145 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6146 (macro_original_text, macro_expanded_text,
6147 expression_macro_lookup_func, expression_macro_lookup_baton): New
6148 variables.
6149 (scan_macro_expansion, scanning_macro_expansion,
6150 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6151 c_preprocess_and_parse): New functions.
6152 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6153 c_preprocess_and_parse, instead of c_parse.
6154 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6155 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6156
6157 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6158
6159 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6160 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6161 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6162
6163 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6164
6165 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6166
6167 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6168
6169 * Makefile.in (sh_tdep_h): Define and use.
6170 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6171 register enum): Move to...
6172 * * sh-tdep.h: ...here.
6173 * sh-tdep.c: Include sh-tdep.h.
6174 * sh3-rom.c: Likewise.
6175 * shnbsd-tdep.c: Likewise.
6176
6177 2002-05-16 Michael Snyder <msnyder@redhat.com>
6178
6179 * arm-tdep.c: Spelling fix in comment.
6180
6181 2002-05-16 Jim Blandy <jimb@redhat.com>
6182
6183 Add commands for manually expanding macros and showing their
6184 definitions.
6185 * macrocmd.c, macroscope.c, macroscope.h: New files.
6186 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6187 (macroscope_h): New variable.
6188 (HFILES_NO_SRCDIR): Add macroscope.h.
6189 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6190 (macroscope.o, macrocmd.o): New rules.
6191
6192 Teach the Dwarf 2 reader to read macro information.
6193 * dwarf2read.c: #include "macrotab.h".
6194 (dwarf_macinfo_buffer): New variable.
6195 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6196 dwarf_macinfo_size.
6197 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6198 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6199 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6200 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6201 dwarf2_macro_spaces_in_definition): New complaints.
6202 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6203 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6204 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6205 the partial symbol table.
6206 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6207 from what's recorded in the partial symbol table.
6208 (read_file_scope): If the compilation unit has a
6209 `DW_AT_macro_info' attribute, read its macro information.
6210 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6211
6212 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6213
6214 Fix PR gdb/546
6215 * ser-tcp.c: Don't include <netinet/udp.h>.
6216
6217 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6218
6219 * MAINTAINERS: Update my email address.
6220
6221 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6222
6223 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6224 include file of the same name.
6225
6226 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6227
6228 * configure.tgt: Mark v850 as multi-arched.
6229 * config/v850/tm-v850.h: Remove file.
6230 * config/v850/v850.mt: Eliminate TM_FILE.
6231
6232 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6233
6234 * v850-tdep.c: Full multi-arch.
6235 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6236 Define GDB_MULTI_ARCH to 2.
6237
6238 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6239
6240 * p-exp.y (current_type): New static variable.
6241 Carries the type of the expression at the position that is parsed.
6242 (push_current_type, pop_current_type): Two new functions. Used
6243 to store/restore current_type in expression on specific tokens.
6244 (search_field): New static variable. Set to one after parsing a point
6245 as at that point only a FIELDNAME token should be searched.
6246 (FIELDNAME): New token. After a point only a token belonging to
6247 current_type type definition is allowed.
6248 (all over token rules): reset and change current_type according
6249 to rules.
6250 (exp '[' rule): insert implicit array index field if
6251 exp is a pascal string type.
6252
6253 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6254
6255 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6256 frame info. Use frame_info's saved_regs instead of matching member
6257 in extra_frame_info throughout.
6258 (v850_frame_init_saved_regs): New function.
6259 (v850_init_extra_frame_info): Move most functionality into
6260 v850_frame_init_saved_regs().
6261 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6262 (v850_frame_find_saved_regs): Remove declaration.
6263 (FRAME_FIND_SAVED_REGS): Remove definition.
6264 (v850_frame_init_saved_regs): Add declaration.
6265 (FRAME_INIT_SAVED_REGS): Add definition.
6266
6267 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6268
6269 * v850-tdep.c: Begin multi-arch'ing v850.
6270 (v850_target_architecture_hook): Remove function.
6271 (v850_gdbarch_init): New function. Add code previously in
6272 v850_target_architecture_hook().
6273 (_initialize_v850_tdep): Don't set target_architecture_hook.
6274 Call register_gdbarch_init() instead.
6275
6276 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6277
6278 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6279 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6280 (fixup_class_method_type): Likewise.
6281
6282 2002-05-15 Jim Blandy <jimb@redhat.com>
6283
6284 Add macro structures to GDB's symbol tables. Nobody puts anything
6285 in them yet.
6286 * symtab.h (struct symtab): New member: `macro_table'.
6287 * buildsym.h (pending_macros): New global variable.
6288 * buildsym.c: #include "macrotab.h".
6289 (buildsym_init): Initialize `pending_macros'.
6290 (end_symtab): If we found macro information while reading a CU's
6291 debugging info, do build a symtab structure for it. Make the
6292 symtab point to the macro information, and clear the
6293 `pending_macros' pointer which held it while we were reading the
6294 debug info.
6295 (really_free_pendings): Free any pending macro table.
6296 * objfiles.h (struct objfile): New member: `macro_cache'.
6297 * objfiles.c (allocate_objfile): Set allocate and free functions
6298 for the macro cache's objstack.
6299 (free_objfile): Empty the macro cache's obstack.
6300 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6301 set new allocate and free functions for it.
6302 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6303 free functions for the macro cache's objstack. (Why is this
6304 function building its own objfile?)
6305 * symmisc.c (print_objfile_statistics): Print statistics on the
6306 macro bcache.
6307 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6308
6309 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6310
6311 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6312 (REGISTER_U_ADDR): Delete definition.
6313 (arm_register_u_addr): Delete declaration.
6314
6315 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6316
6317 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6318 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6319
6320 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6321
6322 * regcache.c (register_valid): Revise comments refering to "Not
6323 available" and "unavailable".
6324 * frame.c (frame_register_read): Ditto.
6325 * findvar.c (value_of_register): Ditto.
6326
6327 2002-05-15 Andrew Cagney <cagney@redhat.com>
6328
6329 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6330 (remote-sim.o): Update dependencies.
6331 (d10v-tdep.o): Specify dependencies.
6332 (sim_d10v_h): Define.
6333
6334 2002-05-14 Jim Blandy <jimb@redhat.com>
6335
6336 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6337 * macrotab.c (macro_lookup_inclusion, find_definition,
6338 new_macro_table): Same.
6339
6340 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6341 not `! strcmp ()'. This is a dubious improvement.
6342 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6343
6344 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6345 although it's not necessary, to avoid a warning.
6346
6347 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6348
6349 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6350 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6351 TYPE_INSTANCE_FLAGS.
6352 (struct main_type): New.
6353 (struct type): Move most members to struct main_type. Change
6354 cv_type and as_type to new type_chain member. Add instance_flags.
6355 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6356 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6357 (finish_cv_type): Remove prototype.
6358 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6359 Set TYPE_CHAIN.
6360 (alloc_type_instance): New function.
6361 (smash_type): New function.
6362 (make_pointer_type, make_reference_type, make_function_type)
6363 (smash_to_member_type, smash_to_method_type): Call smash_type.
6364 (make_qualified_type): New function.
6365 (make_type_with_address_space): Call make_qualified_type.
6366 (make_cv_type): Likewise.
6367 (finish_cv_type): Remove unnecessary function.
6368 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6369 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6370 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6371 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6372 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6373 * hpread.c (hpread_read_struct_type): Likewise.
6374 * stabsread.c (read_struct_type): Likewise.
6375
6376 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6377
6378 * configure.tgt: Add a catch all sh* target, for cases like
6379 sh[2,3,4]-elf and sh-hms.
6380
6381 2002-05-14 Keith Seitz <keiths@redhat.com>
6382
6383 * event-loop.c (create_file_handler): Don't do anything but
6384 update data when we are given a fd which we are already
6385 monitoring.
6386
6387 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6388
6389 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6390 (update_context): Use __func__ in warnings.
6391
6392 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6393
6394 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6395 and tcp_close to net_open and net_close.
6396 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6397 using UDP if requested. Don't try to disable Nagle on UDP
6398 sockets.
6399 * remote.c (remote_serial_open): New function. Warn about UDP.
6400 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6401
6402 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6403
6404 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6405
6406 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6407
6408 * configure.tgt: Remove sh-hms target.
6409 * MAINTAINERS: Don't list sh-hms as a separate target.
6410
6411 2002-05-13 Jim Blandy <jimb@redhat.com>
6412
6413 Add first preprocessor macro-expansion files.
6414 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6415 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6416 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6417 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6418 (COMMON_OBS): Add macrotab.o, macroexp.o.
6419 (macroexp.o, macrotab.o): New rules.
6420
6421 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6422
6423 * config/m88k/tm-m88k.h: Update copyright.
6424 (m88k_target_write_pc): Declare
6425 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6426 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6427 (SHIFT_INST_REGS): Update definition.
6428 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6429 using old definition of TARGET_WRITE_PC.
6430 * regcache.c (generic_target_write_pc): Delete code handling
6431 NNPC_REGNUM.
6432 * gdbarch.sh (NNPC_REGNUM): Delete.
6433 * gdbarch.h, gdbarch.c: Regenerate.
6434
6435 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6436
6437 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6438 builtin reg number.
6439
6440 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6441
6442 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6443 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6444 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6445 access macros.
6446 * c-typeprint.c (cp_type_print_method_args): Likewise.
6447 (c_type_print_args): Likewise.
6448 * d10v-tdep.c (d10v_push_arguments): Likewise.
6449 (d10v_extract_return_value): Likewise.
6450 * expprint.c (print_subexp): Likewise.
6451 * gdbtypes.c (lookup_primitive_typename): Likewise.
6452 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6453 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6454 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6455 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6456 (TYPE_VECTOR): Likewise.
6457 * hpread.c (hpread_read_struct_type)
6458 (fix_static_member_physnames, fixup_class_method_type)
6459 (hpread_type_lookup): Likewise.
6460 * mdebugread.c (parse_symbol, parse_type): Likewise.
6461 * p-lang.c (is_pascal_string_type): Likewise.
6462 * valops.c (hand_function_call): Likewise.
6463 * x86-64-tdep.c (classify_argument): Likewise.
6464
6465 * hpread.c (hpread_read_function_type)
6466 (hpread_read_doc_function_type): Call replace_type.
6467 * dstread.c (create_new_type): Delete.
6468 (decode_dst_structure, process_dst_function): Call alloc_type.
6469 Use type access macros.
6470
6471 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6472
6473 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6474 the're not supported by the current architecture.
6475 (i387_fill_fxsave): Likewise.
6476
6477 2002-05-12 Fred Fish <fnf@redhat.com>
6478
6479 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6480 sect_index_xxx members to index the first slot in section_offsets
6481 if all of the section_offsets are zero.
6482
6483 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6484
6485 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6486 checked in with last change.
6487
6488 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6489
6490 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6491 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6492 config.sub.
6493
6494 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6495
6496 * Makefile.in: Update dependencies.
6497
6498 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6499
6500 * language.c (local_hex_string_custom): Simplify. Do not depend
6501 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6502
6503 * memattr.c (mem_info_command): Replace calls to
6504 longest_local_hex_string and longest_local_hex_string_custom.
6505 * buildsym.c (make_blockvector): Ditto.
6506 * solib.c (info_sharedlibrary_command): Ditto.
6507 * tracepoint.c (tracepoints_info): Ditto.
6508 * symtab.c (print_msymbol_info): Ditto.
6509
6510 * language.c (local_hex_string): Delete.
6511 (local_hex_string_custom): Delete.
6512 (longest_local_hex_string): Rename to local_hex_string.
6513 (longest_local_hex_string_custom): Rename to
6514 local_hex_string_custom.
6515 * language.h (local_hex_string): Change parameter type to LONGEST.
6516 (local_hex_string_custom): Ditto.
6517 (longest_local_hex_string): Delete declaration.
6518 (longest_local_hex_string_custom): Ditto.
6519
6520 * solib.c: Update copyright.
6521 * memattr.c: Update copyright.
6522
6523 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6524
6525 * arch-utils.h (legacy_register_to_value): Declare.
6526 (legacy_value_to_register): Declare.
6527 (legacy_convert_register_p): Declare.
6528 * arch-utils.c (legacy_register_to_value): New function.
6529 (legacy_value_to_register): New function.
6530 (legacy_convert_register_p): New function.
6531
6532 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6533 (VALUE_TO_REGISTER): Define.
6534 (CONVERT_REGISTER_P): Define.
6535 * gdbarch.h, gdbarch.c: Regenerate.
6536
6537 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6538 VALUE_TO_REGISTER.
6539 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6540 CONVERT_REGISTER_P.
6541
6542 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6543 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6544
6545 * Makefile.in: Update dependencies for valops.c.
6546 * valops.c: Include "gdb_assert.h".
6547 (typecmp): Skip THIS parameter to methods.
6548 (find_method_list): Remove static_memfuncp argument,
6549 update callers. Check for stub methods.
6550 (find_value_oload_method_list): Don't set *static_memfuncp.
6551 (find_overload_match): Don't check for stub methods. Assert
6552 that methods are not stubbed. Handle static methods.
6553 (value_find_oload_method_list): Remove static_memfuncp argument.
6554 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6555 to the argument list for static stub methods.
6556 * value.h (value_find_oload_method_list): Update prototype.
6557
6558 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6559
6560 * arch-utils.h (generic_register_size): Declare.
6561 (generic_register_raw_size, generic_register_virtual_size): Delete
6562 declarations.
6563 * arch-utils.c (generic_register_raw_size): Delete.
6564 (generic_register_size): New function.
6565 (generic_register_virtual_size): Delete.
6566
6567 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6568 default generic_register_size.
6569 * gdbarch.h, gdbarch.c: Re-generate.
6570
6571 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6572 register_virtual_size.
6573 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6574 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6575
6576 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6577
6578 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6579 * gdbarch.h, gdbarch.c: Regenerate.
6580 * gnu-v3-abi.c: Update copyright.
6581 (vtable_address_point_offset): Update.
6582 (gnuv3_rtti_type): Update.
6583 (gnuv3_baseclass_offset): Update.
6584 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6585 (init_fetch_link_map_offsets): Update.
6586 * remote.c (get_remote_state): Update.
6587
6588 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6589
6590 * TODO: Remove value_headof/value_from_vtable_info comment.
6591 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6592 * values.c (value_headof, value_from_vtable_info): Delete.
6593 * value.h (value_from_vtable_info): Delete prototype.
6594
6595 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6596
6597 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6598 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6599 $(gdb_regex_h).
6600 (gdb_assert_h): Define.
6601 (gdb_wait_h): Define.
6602 (gdb_regex_h): Define.
6603
6604 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6605
6606 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6607 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6608
6609 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6610
6611 * nbsd-tdep.c: Fix comment.
6612
6613 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6614
6615 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6616 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6617 (nbsd-tdep.o): New dependency list.
6618 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6619 nbsd-tdep.h.
6620 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6621 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6622 * nbsd-tdep.c: New file.
6623 * nbsd-tdep.h: New file.
6624 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6625 nbsd-tdep.h.
6626 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6627 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6628 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6629 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6630
6631 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6632
6633 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6634 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6635 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6636 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6637 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6638 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6639
6640 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6641
6642 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6643 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6644 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6645 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6646 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6647 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6648 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6649
6650 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6651
6652 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6653 fetch_elfcore_registers to...
6654 * i386nbsd-tdep.c: ...here.
6655 (i386nbsd_use_struct_convention): Rename to...
6656 (i386nbsd_aout_use_struct_convention): ...this.
6657 (i386nbsd_supply_reg): New function.
6658 (i386nbsd_fill_reg): New function.
6659 (fetch_core_registers): Use i386nbsd_supply_reg.
6660 (fetch_elfcore_registers): Likewise.
6661 (_initialize_i386nbsd_tdep): New function.
6662 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6663 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6664 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6665 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6666 (i386nbsd_aout_use_struct_convention): ...this.
6667
6668 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6669
6670 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6671 (store_inferior_registers): Use shnbsd_fill_reg.
6672 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6673 sh_nbsd_supply_register): Collapse into...
6674 (shnbsd_supply_reg): ...this.
6675 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6676 (shnbsd_fill_reg): ...this.
6677 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6678 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6679 (fetch_core_registers): Use shnbsd_supply_reg.
6680 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6681 (sh_nbsd_core_fns): Rename to...
6682 (shnbsd_core_fns): ...this.
6683 (sh_nbsd_elfcore_fns): Rename to...
6684 (shnbsd_elfcore_fns): ...this.
6685 (sh_nbsd_init_abi): Rename to...
6686 (shnbsd_init_abi): ...this.
6687 (_initialize_sh_nbsd_tdep): Rename to...
6688 (_initialize_shnbsd_tdep): ...this.
6689 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6690 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6691 sh_nbsd_fill_register): Remove prototypes.
6692 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6693
6694 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6695
6696 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6697 (i387-nat.o): Delete dependency list.
6698 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6699 (x86-64-linux-nat.o): Likewise.
6700 * i387-nat.c: Delete file, moving contents to...
6701 * i387-tdep.c: ...here.
6702 * i387-nat.h: Rename...
6703 * i387-tdep.h: ...to this.
6704 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6705 * i386-linux-nat.c: Likewise.
6706 * i386bsd-nat.c: Likewise.
6707 * i386gnu-nat.c: Likewise.
6708 * i386nbsd-nat.c: Likewise.
6709 * i386v4-nat.c: Likewise.
6710 * x86-64-linux-nat.c: Likewise.
6711 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6712 * config/i386/go32.mh (NATDEPFILES): Likewise.
6713 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6714 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6715 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6716 * config/i386/linux.mh (NATDEPFILES): Likewise.
6717 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6718 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6719 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6720 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6721
6722 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6723
6724 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6725 (alphanbsd-nat.o): Remove dependency list.
6726 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6727 * alphanbsd-nat.c: Delete. Contents moved to...
6728 * alphanbsd-tdep.c: ...here.
6729 (_initialize_alphanbsd_tdep): Register core functions.
6730 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6731
6732 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6733
6734 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6735 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6736 (alphanbsd-nat.o): Likewise.
6737 (alphabsd-tdep.o): New dependency list.
6738 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6739 (fill_gregset): Use alphabsd_fill_reg.
6740 (supply_fpregset): Use alphabsd_supply_fpreg.
6741 (fill_fpregset): Use alphabsd_fill_fpreg.
6742 (fetch_inferior_registers): Use struct reg and struct fpreg
6743 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6744 and alphabsd_supply_fpreg.
6745 (store_inferior_registers): Use struct reg and struct fpreg
6746 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6747 and alphabsd_fill_fpreg.
6748 * alphabsd-tdep.c: New file.
6749 * alphabsd-tdep.h: New file.
6750 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6751 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6752 alphabsd_supply_fpreg.
6753 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6754 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6755
6756 2002-05-11 Eric Christopher <echristo@redhat.com>
6757
6758 * mips-tdep.c (mips_double_register_type): Fix thinko.
6759 (mips_single_register_type): Ditto.
6760 * MAINTAINERS: Add self.
6761
6762 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6763
6764 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6765 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6766 right thing on architectures with different endianness and/or
6767 integer sizes.
6768
6769 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6770
6771 From Christian Limpach <chris@Pin.LU>
6772 * configure.in: Change sed expression which comments out
6773 NATDEPFILES to also comment out continuation lines.
6774 * configure: Regenerate.
6775
6776 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6777
6778 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6779 big patch.
6780
6781 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6782
6783 * sh-tdep.c: Include correct file.
6784
6785 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6786
6787 New support for sh64-elf (sh5) target.
6788
6789 * configure.tgt: For sh64-elf target, default to sh-elf.
6790
6791 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6792 (struct gdbarch_tdep): Add new fields for new registers and ABI
6793 info.
6794
6795 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6796 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6797 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6798 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6799 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6800 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6801 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6802 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6803 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6804 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6805 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6806 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6807 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6808 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6809 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6810 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6811 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6812 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6813 sign_extend, sh64_nofp_frame_init_saved_regs,
6814 sh64_init_extra_frame_info, sh64_get_saved_register,
6815 sh64_extract_struct_value_address, sh64_pop_frame,
6816 sh64_push_arguments, sh64_extract_return_value,
6817 sh64_store_return_value, sh64_show_media_regs,
6818 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6819 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6820 sh_sh64_register_virtual_type,
6821 sh_sh64_register_convert_to_virtual,
6822 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6823 sh64_register_read, sh64_pseudo_register_write,
6824 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6825 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6826 sh64_do_pseudo_register, sh_compact_do_registers_info,
6827 sh64_do_registers_info, sh_gdbarch_init): New functions.
6828
6829 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6830
6831 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6832
6833 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6834
6835 * linespec.c (decode_line_1): Check for a double quote after
6836 a filename correctly.
6837
6838 2002-05-10 Jim Blandy <jimb@redhat.com>
6839
6840 Properly track the size of the current objfile's .debug_line section.
6841 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6842 (DWARF_LINE_SIZE): New macro.
6843 (dwarf2_build_psymtabs_hard): Record the line section's size in
6844 the partial symbol table.
6845 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6846 symbol table.
6847
6848 2002-05-10 Petr Sorfa <petrs@caldera.com>
6849
6850 * ia64-tdep.c: Handle breakpoints on L instruction type
6851 in MLX instruction bundle by moving the breakpoint to
6852 the third slot (X instruction type) as L holds only data.
6853
6854 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6855
6856 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6857 (process_one_symbol): Complain about discarding local symbols
6858 due to a misplaced N_LBRAC entry.
6859
6860 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6861
6862 From Daniel Berlin <dan@cgsoftware.com>
6863 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6864 decrease the depth we are at, in the case of templates.
6865
6866 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6867
6868 * mips-tdep.c (mips_float_register_type): New function.
6869 (mips_double_register_type): New function.
6870 (mips_print_register): Use them.
6871 (do_fp_register_row): Likewise.
6872
6873 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6874
6875 * signals/signals.c (signals): Remove conditional compilation around
6876 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6877 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6878
6879 2002-05-09 Michael Snyder <msnyder@redhat.com>
6880
6881 * remote-rdp.c (remote_rdp_can_run): Remove.
6882
6883 2002-05-09 Tom Tromey <tromey@redhat.com>
6884
6885 * jv-valprint.c (java_val_print): Handle `char' as a special case
6886 of TYPE_CODE_INT.
6887
6888 2002-05-09 Michael Snyder <msnyder@redhat.com>
6889
6890 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6891 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6892 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6893 str r(0123),[sp,#nn].
6894 (arm_skip_prologue): Ditto. Also make disassembly
6895 order-independent by placing it in a loop.
6896
6897 2002-05-06 Michael Snyder <msnyder@redhat.com>
6898
6899 * stabsread.c (read_type): Add recognition for new attribute:
6900 "@V;" means that an array type is actually a vector.
6901 This is analogous to the vector flag that's been added to dwarf2.
6902
6903 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6904
6905 * i386-tdep.h (i386_abi): New enum.
6906 (struct gdbarch_tdep): Replace os_ident member with abi.
6907 (i386_gdbarch_register_os_abi): New prototype.
6908 * i386-tdep.c (i386_abi_names): New array.
6909 (process_note_abi_tag_sections): Removed.
6910 (process_note_sections): New function.
6911 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6912 (struct i386_abi_handler): New struct.
6913 (i386_abi_handler_list): New variable.
6914 (i386_gdbarch_register_os_abi): New function.
6915 (i386_gdbarch_init): Adapt for the changes given above.
6916
6917 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6918
6919 * gregset.h: Say "GNU/Linux".
6920
6921 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6922
6923 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6924 (build_gdbtypes): Build builtin_type_v2_float.
6925 (_initialize_gdbtypes): Register new builtin type.
6926
6927 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6928
6929 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6930 (clear_gdbarch_swap): New function.
6931 (initialize_non_multiarch): Call.
6932 (gdbarch_update_p): Before calling init(), swap out and clear the
6933 existing architecture.
6934 * gdbarch.c: Regenerate.
6935
6936 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6937
6938 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6939 alphanbsd-tdep.c.
6940
6941 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6942
6943 * sh-nbsd-nat.c: Rename to...
6944 * shnbsd-nat.c: ...this.
6945 * sh-nbsd-tdep.c: Rename to...
6946 * shnbsd-tdep.c: ...this.
6947 * sh-nbsd-tdep.h: Rename to...
6948 * shnbsd-tdep.h: ...this.
6949 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6950 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6951
6952 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6953
6954 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6955 concatenation for command help messages.
6956
6957 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6958
6959 * NEWS: Note new sh*-*-netbsdelf* configuration.
6960 * configure.host: Set gdb_host_cpu to sh for all sh*.
6961 (sh*-*-netbsdelf*): New host.
6962 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6963 (sh*-*-netbsdelf*): New target.
6964 * sh-nbsd-nat.c: New file.
6965 * sh-nbsd-tdep.c: New file.
6966 * sh-nbsd-tdep.h: New file.
6967 * config/sh/nbsd.mh: New file.
6968 * config/sh/nbsd.mt: New file.
6969 * config/sh/nm-nbsd.h: New file.
6970 * config/sh/tm-nbsd.h: New file.
6971
6972 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6973
6974 * sh-tdep.c (sh_osabi_names): Declare.
6975 (process_note_abi_tag_sections): New function.
6976 (get_elfosabi): Ditto.
6977 (sh_gdbarch_register_os_abi): Ditto.
6978 (sh_dump_tdep): Ditto.
6979 _initialize_sh_tdep): Use gdbarch_register to register
6980 sh_gdbarch_init and sh_dump_tdep.
6981 * config/sh/tm-sh.h (sh_osabi): Declare.
6982 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6983
6984 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6985
6986 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6987 (thumb_scan_prologue): Ditto.
6988 (arm_find_callers_reg): Ditto.
6989 (arm_frame_chain): Ditto.
6990 (arm_init_extra_frame_info): Ditto.
6991 (arm_frame_saved_pc): Ditto.
6992 (arm_pop_frame): Ditto.
6993 (arm_push_return_address): New function.
6994 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6995 call_dummy_location, call_dummy_breakpoint_offset_p,
6996 call_dummy_breakpoint_offset, call_dummy_p,
6997 call_dummy_stack_adjust_p, call_dummy_words,
6998 sizeof_call_dummy_words, call_dummy_start_offset,
6999 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7000 call_dummy_address, push_return_address and push_dummy_frame for
7001 generic dummy frames.
7002
7003 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7004
7005 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7006 size computation for alloca.
7007 (sh_fp_frame_init_saved_regs): Likewise.
7008
7009 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7010
7011 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7012 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7013 * arm-tdep.c (arm_store_return_value): Use them.
7014 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7015 * remote-rdp.c (remote_rdp_fetch_register): Use
7016 ARM_MAX_REGISTER_RAW_SIZE.
7017 (remote_rdp_store_register): Likewise.
7018
7019 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7020
7021 * dwarf2cfi.c: Code cleanup, removed unused variables,
7022 added default labels to switch {} statements.
7023 * x86-64-tdep.c: Ditto.
7024 * x86-64-linux-nat.c: Ditto.
7025
7026 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7027
7028 * solib.h: Protect against multiple inclusion.
7029
7030 2002-05-06 Jim Blandy <jimb@redhat.com>
7031
7032 Add first preprocessor macro-expansion files.
7033 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7034 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7035 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7036 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7037 (COMMON_OBS): Add macrotab.o, macroexp.o.
7038 (macroexp.o, macrotab.o): New rules.
7039
7040 Separate the job of reading the line number info statement program
7041 header (...expialidocious) out into its own function.
7042 * dwarf2read.c (struct line_head, struct filenames, struct
7043 directories): Replace with...
7044 (struct line_header): New structure, containing the full
7045 contents of the statement program header, including the
7046 include directory and file name tables.
7047 (read_file_scope): If we have line number info, instead of just
7048 calling dwarf_decode_lines to do all the work, call
7049 dwarf_decode_line_header first to get a `struct line_header'
7050 containing the data in the statement program header, and then
7051 pass that to dwarf_decode_lines, which will pick up where that
7052 left off. Be sure to clean up the `struct line_header' object.
7053 (dwarf_decode_line_header, free_line_header, add_include_dir,
7054 add_file_name): New functions.
7055 (dwarf_decode_lines): Move all the code to read the statement
7056 program header into dwarf_decode_line_header. Take the line
7057 header it built as the first argument, instead of the offset to
7058 the compilation unit's line number info. Use the new `struct
7059 line_header' type instead of the old structures. No need to do
7060 cleanups here now, since we don't allocate anything.
7061 (dwarf2_statement_list_fits_in_line_number_section,
7062 dwarf2_line_header_too_long): New complaints.
7063
7064 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7065
7066 * gdbtypes.c (init_vector_type): New function.
7067 (build_builtin_type_vec128): Simplify the representation of SIMD
7068 registers.
7069 (build_gdbtypes): Initialize new builtin vector types.
7070 (_initialize_gdbtypes): Register new vector types with gdbarch.
7071 (builtin_type_v4_float, builtin_type_v4_int32,
7072 builtin_type_v8_int16, builtin_type_v16_int8,
7073 builtin_type_v2_int32, builtin_type_v4_int16,
7074 builtin_type_v8_int8): New (renamed) SIMD types.
7075
7076 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7077
7078 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7079 (i387_fill_fxsave): Likewise.
7080
7081 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7082
7083 * alpha-tdep.c (alpha_extract_return_value): Don't use
7084 non-constant array size in prototype.
7085
7086 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7087
7088 From Brian Taylor <briant at model dot com>:
7089 * ui-out.c (ui_out_field_core_addr): Use the function
7090 longest_local_hex_string_custom'to format addresses > 32 bits
7091 wide.
7092
7093 * ui-out.c (ui_out_field_core_addr): Update comment.
7094
7095 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7096
7097 * stack.c (select_and_print_frame): Make static. Delete the
7098 parameter `level'.
7099 (func_command): Update call.
7100 (select_frame_command): Delete code computing the frame level.
7101 * frame.h (select_and_print_frame): Delete declaration.
7102
7103 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7104
7105 * sparc-tdep.c (sparc_get_saved_register): Comment why
7106 get_prev_frame call is safe.
7107
7108 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7109
7110 * frame.h (select_frame): Delete level parameter.
7111 * stack.c (select_frame): Update. Use frame_relative_level to
7112 obtain the frame's level.
7113 (select_and_print_frame): Update call.
7114 (select_frame_command): Ditto.
7115 (up_silently_base): Ditto.
7116 (down_silently_base): Ditto.
7117 * ocd.c (ocd_start_remote): Ditto.
7118 * remote-rdp.c (remote_rdp_open): Ditto.
7119 * remote-mips.c (mips_initialize): Ditto.
7120 (common_open): Ditto.
7121 * remote-e7000.c (e7000_start_remote): Ditto.
7122 * m3-nat.c (select_thread): Ditto.
7123 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7124 (child_get_current_exception_event): Ditto.
7125 * varobj.c (varobj_create): Ditto.
7126 (varobj_update): Ditto.
7127 (c_value_of_root): Ditto.
7128 * tracepoint.c (finish_tfind_command): Ditto.
7129 * corelow.c (core_open): Ditto.
7130 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7131 * thread.c (info_threads_command): Ditto.
7132 (switch_to_thread): Ditto.
7133 * infrun.c (normal_stop): Ditto.
7134 (restore_selected_frame): Ditto.
7135 (restore_inferior_status): Ditto.
7136 * breakpoint.c (insert_breakpoints): Ditto.
7137 (watchpoint_check): Ditto.
7138 (bpstat_stop_status): Ditto.
7139 (do_enable_breakpoint): Ditto.
7140 * blockframe.c (flush_cached_frames): Ditto.
7141 (reinit_frame_cache): Ditto.
7142
7143 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7144
7145 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7146 maintainer.
7147
7148 2002-05-04 Jim Blandy <jimb@redhat.com>
7149
7150 * gdbtypes.c (replace_type): Doc fix.
7151
7152 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7153
7154 * valprint.c (strcat_longest): Delete commented out function.
7155 Update copyright.
7156
7157 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7158
7159 * MAINTAINERS: Mark a29k as deleted.
7160 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7161 Move new configurations to the top.
7162 * configure.tgt: Remove a29k.
7163 * config/a29k/tm-vx29k.h: Delete.
7164 * config/a29k/vx29k.mt: Delete.
7165 * config/a29k/tm-a29k.h: Delete.
7166 * config/a29k/a29k-udi.mt: Delete.
7167 * config/a29k/a29k.mt: Delete.
7168 * a29k-tdep.c: Delete.
7169 * remote-udi.c: Delete.
7170 * remote-mm.c: Delete.
7171 * remote-eb.c: Delete.
7172 * remote-adapt.c: Delete.
7173 * Makefile.in: Remove obsolete code.
7174 * config/s390/s390x.mt: Ditto.
7175 * config/s390/s390.mt: Ditto.
7176 * config/sparc/sparclynx.mh: Ditto.
7177 * config/sparc/linux.mh: Ditto.
7178 * config/pa/hppaosf.mh: Ditto.
7179 * config/pa/hppabsd.mh: Ditto.
7180 * config/ns32k/nbsd.mt: Ditto.
7181 * config/mips/vr5000.mt: Ditto.
7182 * config/m68k/sun3os4.mh: Ditto.
7183 * config/m68k/nbsd.mt: Ditto.
7184 * config/m68k/m68klynx.mh: Ditto.
7185 * config/m32r/m32r.mt: Ditto.
7186 * config/i386/x86-64linux.mt: Ditto.
7187 * config/i386/nbsdelf.mt: Ditto.
7188 * config/i386/nbsd.mt: Ditto.
7189 * config/i386/i386lynx.mh: Ditto.
7190
7191 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7192
7193 * target.c (debug_print_register): New function. Handle oversize
7194 registers.
7195 (debug_to_fetch_registers): Call.
7196 (debug_to_store_registers): Call.
7197
7198 2002-05-03 Jim Blandy <jimb@redhat.com>
7199
7200 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7201 (read_type): Doc fix.
7202 * gdbtypes.c (replace_type): Doc fix.
7203
7204 * stabsread.c (multiply_defined_struct): New complaint.
7205 (read_struct_type): If the type we were passed isn't empty, or
7206 incomplete, don't read the new struct type into it; complain,
7207 and return the original type unchanged. Take a new `type_code'
7208 argument, which is the type code for the new type.
7209 (read_type): Rather than storing the type's type code here, pass
7210 it as an argument to read_struct_type, and let that take care of
7211 storing it. That way, we don't overwrite the original type code,
7212 so read_struct_type can use it to decide whether we're overwriting
7213 something we shouldn't.
7214 (complain_about_struct_wipeout): New function.
7215
7216 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7217
7218 * gdbarch.sh: Assert that gdbarch is non-NULL.
7219 * gdbarch.c: Regenerate.
7220
7221 2002-05-03 Jason Merrill <jason@redhat.com>
7222
7223 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7224 and return NULL.
7225
7226 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7227
7228 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7229 (x86_64_dwarf2gdb_regno_map_length),
7230 (x86_64_dwarf2_reg_to_regnum): Added.
7231 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7232 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7233 (_initialize_x86_64_tdep): Synced with the change above.
7234 (x86_64_skip_prologue): Reformulated message.
7235
7236 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7237
7238 * f-exp.y: Also use new prev_lexptr variable
7239 to improve error reporting. Based on Michael Snyder
7240 2002-04-24 dated patch to c-exp.y.
7241 * jv-exp.y: Likewise.
7242 * m2-exp.y: Likewise.
7243
7244 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7245
7246 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7247 we are dealing with vectors.
7248
7249 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7250
7251 * config/m68k/tm-nbsd.h: Obvious fix,
7252 correct machine name.
7253
7254 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7255
7256 * p-typeprint.c (pascal_type_print_base): Add support
7257 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7258
7259 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7260
7261 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7262 for fondamental pascal 'char' type.
7263
7264 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7265
7266 * p-lang.h (is_pascal_string_type): Declaration changed,
7267 new sixth argument of type char ** added.
7268 * p-lang.c (is_pascal_string_type): Implementation
7269 changed. Args length_pos, length_size, string_pos, char_size
7270 can now be NULL. New argument arrayname set to the field
7271 name of the char array. Return value set to char array
7272 field index plus one.
7273 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7274 is_pascal_string_type function.
7275
7276 2002-05-02 Andrew Cagney <cagney@redhat.com>
7277
7278 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7279 <cagney@redhat.com> change.
7280 * gdbarch.c: Regenerate.
7281
7282 2002-05-02 Andrew Cagney <cagney@redhat.com>
7283
7284 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7285 before probing for a new one. Detect errorenous gdbarch_init
7286 functions.
7287 * gdbarch.c: Regenerate.
7288
7289 2002-05-01 Andrew Cagney <cagney@redhat.com>
7290
7291 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7292 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7293 * config/v850/tm-v850.h: Ditto. Update copyright.
7294
7295 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7296
7297 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7298 current_gdbarch.
7299
7300 2002-04-30 Michael Snyder <msnyder@redhat.com>
7301
7302 * arm-tdep.c: Whitespace clean-ups.
7303 (arm_skip_prologue): Fix thinko; two lines
7304 should have been removed as part of 4/24 change.
7305
7306 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7307
7308 * rs6000-tdep.c: Added comment describing how fpscr register
7309 numbers were chosen.
7310
7311 2002-04-30 Michael Snyder <msnyder@redhat.com>
7312
7313 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7314
7315 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7316
7317 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7318 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7319 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7320
7321 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7322
7323 From Louis Hamilton <hamilton@redhat.com>:
7324 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7325 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7326 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7327 not bfd-private xcoff data, to determine wordsize.
7328 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7329
7330 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7331
7332 GDB 5.2 released from 5.2 branch.
7333
7334 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7335
7336 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7337 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7338 (x86_64_register_info_table): Added comments with register numbers.
7339
7340 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7341
7342 * rs6000-tdep.c (rs6000_extract_return_value,
7343 rs6000_store_return_value): Handle returning vectors.
7344 (rs6000_gdbarch_init): Use
7345 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7346 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7347 New function.
7348 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7349 vectors.
7350 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7351 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7352
7353 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7354
7355 * hpread.c (hpread_psymtab_to_symtab_1,
7356 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7357 with fprintf_unfiltered (gdb_stderr,...).
7358
7359 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7360
7361 * remote-array.c (printf_monitor, write_monitor,
7362 array_insert_breakpoint, array_remove_breakpoint ):
7363 Replace fprintf (stderr,...
7364 with fprintf_unfiltered (gdb_stderr,....
7365 * remote-es.c: Likewise.
7366 * remote-os9k.c: Likewise.
7367 * remote-st.c: Likewise.
7368
7369 2002-04-28 Andreas Schwab <schwab@suse.de>
7370
7371 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7372 linux-proc.o and gcore.o.
7373
7374 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7375
7376 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7377 code without frame pointers.
7378
7379 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7380
7381 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7382 ON_STACK is needed.
7383
7384 2002-04-26 Ben Elliston <bje@redhat.com>
7385
7386 * target.c (do_xfer_memory): Correct reference to the new option
7387 "trust-readonly-sections".
7388
7389 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7390
7391 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7392 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7393 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7394 vectors.
7395 (read_array_type): Record the fact that this array type is really a
7396 vector (i.e. are passed in by value).
7397
7398 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7399
7400 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7401 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7402 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7403 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7404 * alpha-linux-tdep.c: Include frame.h.
7405 (alpha_linux_sigcontext_addr): New function.
7406 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7407 alpha_linux_sigcontext_addr.
7408 * alpha-osf1-tdep.c: Include gdbcore.h.
7409 (alpha_osf1_sigcontext_addr): New function.
7410 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7411 alpha_osf1_sigcontext_addr.
7412 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7413 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7414
7415 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7416
7417 * stack.c (selected_frame_level):
7418 (select_frame): Do not set selected_frame_level.
7419 * frame.h (selected_frame_level): Delete declaration.
7420
7421 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7422
7423 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7424 convert_from_func_ptr-addr when AIX / PowerOpen.
7425
7426 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7427
7428 * valops.c (hand_function_call): Call
7429 generic_save_call_dummy_addr.
7430 * frame.h (generic_save_call_dummy_addr): Declare.
7431 * blockframe.c (struct dummy_frame): Add fields call_lo and
7432 call_hi.
7433 (generic_find_dummy_frame): Check for PC in range call_lo to
7434 call_hi instead of entry_point_address.
7435 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7436 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7437 (generic_save_call_dummy_addr): New function.
7438
7439 2002-04-24 David S. Miller <davem@redhat.com>
7440
7441 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7442 sparc_skip_prologue.
7443 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7444 information to find prologue when possible.
7445 (sparc_prologue_frameless_p): Call examine_prologue directly.
7446 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7447 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7448 second argument.
7449 (SKIP_PROLOGUE): Likewise.
7450
7451 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7452
7453 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7454 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7455 indicate that the condition it was testing is always true.
7456 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7457 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7458 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7459
7460 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7461
7462 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7463 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7464 tdep->jb_pc and tdep->jb_elt_size.
7465 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7466 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7467 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7468 * alpha-nat.c (get_longjmp_target): Remove.
7469 (JB_ELEMENT_SIZE): Ditto.
7470 (JB_PC): Ditto.
7471 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7472 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7473 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7474 to alpha_get_longjmp_target.
7475 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7476 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7477 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7478
7479 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7480
7481 * README: Update to GDB 5.2.
7482
7483 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7484
7485 * gdbarch.sh (LC_ALL): Set to `c'.
7486
7487 2002-04-25 Theodore A. Roth <troth@verinet.com>
7488
7489 * avr-tdep.c: Ran through gdb_indent.sh.
7490
7491 2002-04-25 Theodore A. Roth <troth@verinet.com>
7492
7493 * MAINTAINERS: Add myself as AVR maintainer.
7494 * NEWS: Note new target avr.
7495
7496 2002-04-25 Theodore A. Roth <troth@verinet.com>
7497
7498 * Makefile.in: Add support for AVR target.
7499 * configure.tgt: Add support for AVR target.
7500 * avr-tdep.c: New file
7501 * config/avr/avr.mt: New file.
7502
7503 2002-04-25 Theodore A. Roth <troth@verinet.com>
7504
7505 * MAINTAINERS: Add myself to write-after-approval.
7506
7507 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7508
7509 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7510 with fprintf_unfiltered (gdb_stderr,....
7511
7512 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7513
7514 Fix PR gdb/508.
7515 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7516
7517 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7518
7519 * p-exp.y: Also use new prev_lexptr variable
7520 to improve error reporting. Based on Michael Snyder
7521 2002-04-24 dated patch to c-exp.y.
7522
7523 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7526 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7527 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7528 to 0.
7529 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7530 and struct value.
7531 (FUNCTION_START_OFFSET): Remove.
7532 (BREAKPOINT): Ditto.
7533
7534 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7535
7536 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7537 * NEWS: Ditto.
7538
7539 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7540
7541 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7542 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7543 alpha_linux_pc_in_sigtramp.
7544 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7545 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7546 alpha_osf1_pc_in_sigtramp.
7547 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7548 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7549 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7550 alphafbsd_pc_in_sigtramp.
7551 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7552 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7553 alphanbsd_pc_in_sigtramp.
7554 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7555 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7556
7557 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7558
7559 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7560
7561 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7562
7563 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7564 alphanbsd-tdep.c.
7565 (alphanbsd-nat.o): New dependency list.
7566 (alphanbsd-tdep.o): Ditto.
7567 * NEWS: Note new native NetBSD/alpha configuration.
7568 * alphanbsd-nat.c: New file.
7569 * alphanbsd-tdep.c: Ditto.
7570 * configure.host (alpha*-*-netbsd*): New host.
7571 * configure.tgt (alpha*-*-netbsd*): New target.
7572 * config/alpha/nbsd.mh: New file.
7573 * config/alpha/nbsd.mt: Ditto.
7574 * config/alpha/nm-nbsd.h: Ditto.
7575 * config/alpha/tm-nbsd.h: Ditto.
7576
7577 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7578
7579 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7580 (alpha-osf1-tdep.o): New dependency list.
7581 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7582 and skip_sigtramp_frame members.
7583 * alpha-linux-tdep.c: Include gdbcore.h.
7584 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7585 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7586 * alpha-osf1-tdep.c: New file.
7587 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7588 alpha-osf1-dep.c.
7589 (alpha_frame_past_sigtramp_frame): New function.
7590 (alpha_dynamic_sigtramp_offset): Ditto.
7591 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7592 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7593 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7594 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7595 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7596 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7597 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7598 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7599 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7600 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7601 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7602 to find_solib_trampoline_target.
7603 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7604 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7605 (SKIP_TRAMPOLINE_CODE): Remove.
7606 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7607 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7608 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7609 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7610 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7611 (PROC_SIGTRAMP_MAGIC): Ditto.
7612 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7613 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7614 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7615 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7616 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7617
7618 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7619
7620 * NEWS: Note that Alpha targets are now multi-arch.
7621
7622 2002-04-24 Michael Snyder <msnyder@redhat.com>
7623
7624 * parser-defs.h (prev_lexptr): New external variable.
7625 * parse.c (parse_exp_1): Set prev_lexptr to null before
7626 calling the language-specific parser.
7627 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7628 (yyerror): Use prev_lexptr in error reporting.
7629
7630 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7631
7632 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7633 * gregset.h: If FILL_FPXREGSET is defined, provide
7634 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7635 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7636 is defined, call fill_fpxregset.
7637
7638 2002-04-24 Roland McGrath <roland@frob.com>
7639
7640 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7641 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7642 (supply_gregset, supply_fpregset): New functions.
7643
7644 * gnu-nat.c (gnu_find_memory_regions): New function.
7645 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7646 (gnu_xfer_memory): Add a cast.
7647
7648 2002-04-24 Michael Snyder <msnyder@redhat.com>
7649
7650 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7651 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7652 of argument regs ("str r(0123), [r11, #-nn"]).
7653 (arm_skip_prologue): Better handling for frameless functions.
7654 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7655 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7656
7657 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7658
7659 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7660 NUM_PSEUDO_REGS can be used.
7661
7662 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7663
7664 * arch-utils.h: Update copyright.
7665
7666 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7667 * gdbarch.h, gdbarch.c: Re-generate.
7668
7669 * inferior.h (IN_SIGTRAMP): Delete definition.
7670 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7671 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7672
7673 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7674 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7675 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7676 (find_proc_framesize): Ditto.
7677 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7678 (alpha_init_extra_frame_info): Ditto.
7679 * infrun.c (handle_inferior_event): Ditto.
7680 (handle_inferior_event): Ditto.
7681 (check_sigtramp2): Ditto.
7682 * blockframe.c (create_new_frame): Ditto.
7683 (get_prev_frame): Ditto.
7684 * ppc-linux-tdep.c: Update comments.
7685 * i386-linux-tdep.c: Update comments.
7686 * breakpoint.c (bpstat_what): Update comment.
7687
7688 2002-04-24 David S. Miller <davem@redhat.com>
7689
7690 * i960-tdep.c (register_in_window_p): New function.
7691 (i960_find_saved_register): Use it instead of
7692 REGISTER_IN_WINDOW_P.
7693 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7694
7695 * symtab.h (find_stab_function_addr): Kill extern.
7696 * minsyms.c (find_stab_function_addr): Remove from here...
7697 * dbxread.c: ... to here, and mark it static.
7698
7699 2002-04-20 David S. Miller <davem@redhat.com>
7700
7701 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7702 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7703
7704 2002-04-21 David S. Miller <davem@redhat.com>
7705
7706 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7707 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7708 (vx_write_register): Likewise.
7709
7710 2002-04-23 J. Brobecker <brobecker@gnat.com>
7711
7712 * source.c (is_regular_file): New function.
7713 (openp): Check wether file to open is a regular file
7714 to avoid opening directories.
7715
7716 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7717
7718 * findvar.c (extract_signed_integer): Cast printf argument
7719 to suppress format warning.
7720 (extract_unsigned_integer): Likewise.
7721 * infcmd.c (registers_info): Likewise.
7722 * top.c (get_prompt_1): Likewise.
7723 * valops.c (value_assign): Likewise.
7724 * valprint.c (print_decimal): Likewise.
7725
7726 2002-04-22 H.J. Lu (hjl@gnu.org)
7727
7728 * c-exp.y (typebase): Support
7729
7730 [long|long long|short] [signed|unsigned] [int|]
7731
7732 and
7733
7734 signed [long|long long|short] int
7735
7736 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7737
7738 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7739 and vax-tdep.h.
7740 * vax-tdep.h: New file.
7741 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7742 Make several routines static.
7743 (vax_get_saved_register): New function.
7744 (vax_gdbarch_init): New function.
7745 (_initialize_vax_tdep): Register vax_gdbarch_init.
7746 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7747 Remove macros now under the control of gdbarch.
7748
7749 2002-04-22 Michael Snyder <msnyder@redhat.com>
7750
7751 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7752 Some whitespace and coding standards tweaks.
7753
7754 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7755
7756 * vax-tdep.c: Include regcache.h.
7757 (vax_call_dummy_words): New.
7758 (sizeof_vax_call_dummy_words): New.
7759 (vax_fix_call_dummy): New function.
7760 (vax_saved_pc_after_call): Ditto.
7761 * config/vax/tm-vax.h: Don't include regcache.h.
7762 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7763 (CALL_DUMMY): Remove.
7764 (CALL_DUMMY_WORDS): Define.
7765 (SIZEOF_CALL_DUMMY_WORDS): Define.
7766 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7767
7768 2002-04-18 Michael Snyder <msnyder@redhat.com>
7769
7770 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7771
7772 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7773
7774 * vax-tdep.c (vax_frame_chain): New function.
7775 (vax_push_dummy_frame): Ditto.
7776 (vax_pop_frame): Ditto.
7777 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7778 (FRAMELESS_FUNCTION_INVOCATION): Use
7779 generic_frameless_function_invocation_not.
7780 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7781 (POP_FRAME): Use vax_pop_frame.
7782
7783 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7784
7785 * vax-tdep.c (vax_store_struct_return): New function.
7786 (vax_extract_return_value): Ditto.
7787 (vax_store_return_value): Ditto.
7788 (vax_extract_struct_value_address): Ditto.
7789 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7790 vax_store_struct_return.
7791 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7792 (STORE_RETURN_VALUE): Use vax_store_return_value.
7793 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7794
7795 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7796
7797 * vax-tdep.c (vax_frame_saved_pc): New function.
7798 (vax_frame_args_address_correct): Ditto.
7799 (vax_frame_args_address): Ditto.
7800 (vax_frame_locals_address): Ditto.
7801 (vax_frame_num_args): Move code to be in proximity to
7802 other frame-related functions.
7803 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7804 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7805 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7806 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7807 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7808
7809 2002-04-22 H.J. Lu (hjl@gnu.org)
7810
7811 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7812 includedir.
7813
7814 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7815
7816 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7817 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7818 (FRAME_INIT_SAVED_REGS): New macro.
7819
7820 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7821
7822 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7823
7824 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7825
7826 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7827 where needed.
7828 (fetch_osf_core_registers): Likewise.
7829 (supply_gregset): Likewise.
7830
7831 2002-04-22 J. Brobecker <brobecker@gnat.com>
7832
7833 * symfile.h (get_section_index): Define.
7834 * symfile.c (get_section_index): New function.
7835 * mdebugread.c (SC_IS_SBSS): New macro.
7836 (SC_IS_BSS): Return true for the scBss storage class only, as
7837 the scSBss storage class refers to the .sbss section.
7838 (parse_partial_symbols): Discard the symbols which associated
7839 section does not exist.
7840 Make sure to use the .sbss section index for symbols which
7841 storage class is scBss, rather than using the .bss section index.
7842
7843 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7844
7845 * vax-tdep.c: Update copyright years.
7846 (vax_register_name): New function.
7847 (vax_register_byte): Ditto.
7848 (vax_register_raw_size): Ditto.
7849 (vax_register_virtual_size): Ditto.
7850 (vax_register_virtual_type): Ditto.
7851 * config/vax/tm-vax.h: Update copyright years.
7852 (REGISTER_NAMES): Remove.
7853 (REGISTER_NAME): Define.
7854 (REGISTER_BYTE): Use vax_register_byte.
7855 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7856 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7857 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7858
7859 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7860
7861 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7862 declaration
7863 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7864
7865 2002-04-21 David S. Miller <davem@redhat.com>
7866
7867 * arch-utils.c (generic_prologue_frameless_p): Kill
7868 SKIP_PROLOGUE_FRAMELESS_P code.
7869 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7870 references.
7871 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7872 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7873 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7874 references.
7875 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7876 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7877 (sparc_gdbarch_init): Pass it to
7878 set_gdbarch_prologue_frameless_p.
7879
7880 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7881
7882 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7883 (alphabsd-nat.o): New dependency list.
7884
7885 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7886
7887 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7888 alphafbsd-tdep.c.
7889 (alpha-linux-tdep.o): New dependency list.
7890 (alphafbsd-tdep.o): Likewise.
7891
7892 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7893
7894 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7895 to here...
7896 * alpha-tdep.c: ...from here.
7897 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7898
7899 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7900
7901 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7902 prototype from here...
7903 * alpha-tdep.h: ...to here.
7904
7905 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7906
7907 * frame.h (selected_frame_level): Document as deprecated.
7908 (frame_relative_level): Declare.
7909 * stack.c (frame_relative_level): New function.
7910 (selected_frame_level): Document as deprecated.
7911 (select_frame): Do not set the selected_frame_level.
7912
7913 * stack.c (frame_info, record_selected_frame): Update.
7914 (frame_command, current_frame_command): Update.
7915 (up_silently_base, up_command, down_silently_base): Update.
7916 (down_command): Update.
7917 * inflow.c (kill_command): Update.
7918 * tracepoint.c (finish_tfind_command): Update.
7919 * corelow.c (core_open): Update.
7920 * thread.c (info_threads_command): Update.
7921 (do_captured_thread_select): Update.
7922 * infcmd.c (finish_command): Update.
7923 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7924
7925 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7926
7927 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7928
7929 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7930
7931 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7932 type const.
7933
7934 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7935
7936 * alphafbsd-tdep.c: Update copyright years. Include
7937 alpha-tdep.h.
7938 (alphafbsd_use_struct_convention): Make static.
7939 (alphafbsd_init_abi): New function.
7940 (_initialize_alphafbsd_tdep): New function.
7941 * config/alpha/tm-fbsd.h: Update copyright years.
7942 (USE_STRUCT_CONVENTION): Remove.
7943
7944 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7945
7946 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7947 an Alpha ABI variant.
7948 (alpha_abi_handler_list): Declare.
7949 (alpha_gdbarch_register_os_abi): New function.
7950 (alpha_gdbarch_init): Give registered ABI variant handlers a
7951 chance to tweak the gdbarch once we have set up defaults.
7952 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7953
7954 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7955
7956 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7957 to standard_coerce_float_to_double.
7958 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7959
7960 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7961
7962 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7963 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7964 from gdbarch_tdep rather than a constant.
7965 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7966 the default text address for all Alpha Unix ABIs.
7967 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7968 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7969
7970 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7971
7972 * alpha-tdep.h: New file. Includes several Alpha target constants
7973 taken from...
7974 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7975 let gdbarch deal with.
7976 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7977 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7978 to dependency list.
7979 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7980 Alpha target register names.
7981 * alphabsd-nat.c: Likewise.
7982 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7983 Alpha target register names. Make serveral routines static.
7984 (alpha_get_saved_register): New function.
7985 (alpha_abi_names): New.
7986 (process_note_abi_tag_sections): New function.
7987 (get_elfosabi): New function.
7988 (alpha_gdbarch_init): New function.
7989 (alpha_dump_tdep): New function.
7990 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7991
7992 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7993
7994 * frame.c (find_saved_register): Delete #ifdef
7995 HAVE_REGISTER_WINDOWS code.
7996 * config/sparc/tm-sparc.h: Update comments.
7997 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7998
7999 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8000
8001 * i960-tdep.c (i960_find_saved_register): New function.
8002 (i960_get_saved_register): New function.
8003 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8004 (i960_get_saved_register): Declare.
8005 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8006
8007 2002-04-20 David S. Miller <davem@redhat.com>
8008
8009 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8010
8011 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8012
8013 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8014 instead of NUM_PSEUDO_REGS.
8015
8016 2002-04-20 David S. Miller <davem@redhat.com>
8017
8018 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8019 GDB_MULTI_ARCH_PARTIAL
8020 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8021 define, let tm-sp64.h do it.
8022
8023 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8024
8025 * frame.c (find_saved_register): Avoid a NULL pointer
8026 dereference and actually walk the frame list.
8027
8028 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8029
8030 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8031 sorted in most most-recent-used order. Document.
8032 * gdbarch.h, gdbarch.c: Regenerate.
8033
8034 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8035
8036 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8037 instead of ->prev.
8038 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8039 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8040 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8041 instead of ->prev.
8042
8043 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8044
8045 Fix PR gdb/471.
8046 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8047 (build_builtin_type_vec128): Ditto.
8048 (append_composite_type_field): Fix calculation of type length in
8049 union case.
8050
8051 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8052
8053 * config/djgpp/README: Update.
8054
8055 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8056 compiler warnings.
8057
8058 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8059
8060 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8061 (alpha_setup_arbitrary_frame): ...to this.
8062 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8063 for alpha_setup_arbitrary_frame.
8064
8065 2002-04-18 Andrew Cagney <cagney@redhat.com>
8066
8067 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8068 * gdbarch.h, gdbarch.c: Regenerate.
8069
8070 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8071 * target.h (memory_breakpoint_from_pc): Update declaration.
8072 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8073
8074 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8075 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8076 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8077 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8078 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8079 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8080 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8081 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8082 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8083 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8084 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8085 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8086
8087 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8088 const pointer.
8089 * monitor.c (monitor_insert_breakpoint): Ditto.
8090 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8091
8092 * config/mcore/tm-mcore.h: Update copyright.
8093 * mem-break.c: Ditto.
8094 * xstormy16-tdep.c: Ditto.
8095
8096 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8097
8098 * p-exp.y: Add precedence rule for '^' token.
8099 This removes the shift/reduce conflicts.
8100 Remove the comment concerning these shift/reduce conflicts.
8101
8102 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8103
8104 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8105 (registers_powerpc_nofp): New register set for processors
8106 without floating point unit.
8107
8108 2002-04-18 David S. Miller <davem@redhat.com>
8109
8110 * MAINTAINERS: Add myself to write-after-approval.
8111
8112 2002-04-17 Michael Snyder <msnyder@redhat.com>
8113
8114 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8115
8116 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8117
8118 * rs6000-tdep.c (frame_initial_stack_address): Use
8119 frame_register_read to read the alloca_reg.
8120
8121 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8122
8123 * frame.c (find_saved_register): Find saved registers in the next
8124 not prev frame.
8125 Fix PR gdb/365.
8126
8127 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8128
8129 * gdbarch.sh (LANG): Set to ``c''.
8130
8131 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8132
8133 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8134
8135 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8136
8137 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8138 Update copyright.
8139
8140 * hpread.c (hpread_get_lntt): Add declaration.
8141 Also fix PR gdb/391.
8142
8143 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8144
8145 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8146 * aclocal.m4, configure: Re-generate.
8147 Fix PR gdb/391.
8148
8149 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8150
8151 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8152 instead of tm_print_insn.
8153
8154 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8155
8156 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8157
8158 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8159
8160 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8161 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8162 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8163
8164 2002-04-12 Don Howard <dhoward@redhat.com>
8165
8166 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8167 max_user_call_depth.
8168 (init_cmd_lists): Initialize the new value;
8169 * cli/cli-script.c (execute_user_command): Limit the call depth of
8170 user defined commands. This avoids a core-dump when user commands
8171 are infinitly recursive.
8172
8173 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8174
8175 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8176 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8177 from tdep struct instead of DEFAULT_LR_SAVE.
8178 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8179 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8180 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8181
8182 2002-04-12 Michael Snyder <msnyder@redhat.com>
8183
8184 * Remote.c: Spelling fix.
8185 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8186 If no symbol found for "sbrk", try "_sbrk".
8187 (make_output_phdrs): Use bfd_section_name.
8188 (gcore_copy_callback): Use bfd_section_name.
8189 * eval.c: Indentation fix-ups.
8190 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8191 in case it gets applied to an address that is already
8192 in the instruction space.
8193 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8194 * symfile.c: Fix indentation, long lines.
8195 * source.c: White space fix-up.
8196
8197 2002-04-12 Andrew Cagney <cagney@redhat.com>
8198
8199 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8200 * frame.c (frame_register_read): New function. Return non-zero on
8201 success.
8202 (read_relative_register_raw_bytes_for_frame): Delete.
8203 (read_relative_register_raw_bytes): Delete.
8204 * frame.h (frame_register_read): Declare.
8205 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8206 * sh-tdep.c: Ditto.
8207 * infcmd.c (do_registers_info): Ditto.
8208 * hppa-tdep.c: Ditto.
8209 * rs6000-tdep.c: Ditto.
8210 * h8500-tdep.c: Ditto.
8211 * mips-tdep.c: Ditto.
8212 * h8300-tdep.c: Ditto.
8213 * z8k-tdep.c: Ditto.
8214
8215 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8216
8217 From Jimi X <jimix@watson.ibm.com>:
8218 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8219 64-bit SysV ABI.
8220
8221 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8222
8223 From Jimi X <jimix@watson.ibm.com>:
8224 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8225 bfd info.
8226
8227 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8228
8229 From Jimi X <jimix@watson.ibm.com>:
8230 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8231 register sets for these processor variants.
8232
8233 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8234
8235 * regformats/reg-ppc.dat: Support FPSCR.
8236
8237 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8238
8239 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8240 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8241 Add fpscr as an invalid/unfetchable register.
8242 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8243 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8244 (fill_fpregset): Add support for register fpscr.
8245 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8246 (fill_gregset): Account for the fact that register ``mq'' might
8247 not exist.
8248 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8249 (registers_power): Add fpscr to register set at slot 71.
8250 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8251 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8252
8253 2002-04-11 Michael Snyder <msnyder@redhat.com>
8254
8255 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8256 * configure: Regenerate.
8257 * config.in: Regenerate.
8258 * acconfig.h: Add define for _SYSCALL32.
8259 * core-sol2.c: Remove #define _SYSCALL32.
8260 * solib-legacy.c: Remove #define _SYSCALL32.
8261
8262 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8263
8264 * stack.c (select_frame): Cleanup internal error message, do not
8265 use %p.
8266
8267 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8268
8269 * stack.c (select_frame): Check that selected_frame and the
8270 specified level are as expected.
8271 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8272 Update copyright.
8273 * frame.h (struct frame_info): Add field `level'. Update
8274 copyright.
8275 Work-in-progress PR gdb/464.
8276
8277 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8278
8279 * maint.c (maint_print_section_info): Rename print_section_info.
8280 (print_bfd_section_info, print_objfile_section_info): Update.
8281 * inferior.h (struct gdbarch): Add opaque declaration.
8282 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8283 * gdbarch.h: Regenerate.
8284
8285 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8286
8287 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8288 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8289 (kernel_u_size): Added.
8290 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8291 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8292
8293 2002-04-04 Jim Ingham <jingham@apple.com>
8294
8295 * valarith.c (find_size_for_pointer_math): New function, either returns
8296 the size for a pointer's target, returns 1 for void *, or errors for
8297 incomplete types.
8298 (value_add, value_sub): use find_size_for_pointer_math.
8299
8300 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8301
8302 * linux-low.c (linux_look_up_symbols): New hook.
8303 (linux_target_ops): Add linux_look_up_symbols.
8304 * remote-utils.c (decode_address): New function.
8305 (look_up_one_symbol): New function.
8306 * server.c (handle_query): Call target look_up_symbols hook.
8307 * server.h (look_up_one_symbol): Add prototype.
8308 * target.h (struct target_ops): Add look_up_symbols hook.
8309
8310 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8311
8312 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8313 override FP_REGNUM with frame->fp. Update copyright.
8314 * parse.c (num_std_regs, std_regs): Delete.
8315 (target_map_name_to_register): Do not search std_regs. Update
8316 function description.
8317 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8318 declarations. Update copyright.
8319 Fix PR gdb/251.
8320
8321 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8322
8323 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8324 after the last symbol in a block.
8325
8326 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8327
8328 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8329 is non zero as a found symbol.
8330
8331 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8332
8333 * findvar.c: Include "builtin-regs.h".
8334 (value_of_register): Call value_of_builtin_reg when applicable.
8335 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8336 (target_map_name_to_register): Call
8337 builtin_reg_map_name_to_regnum.
8338 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8339 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8340 (builtin_regs_h): Define.
8341 (builtin-regs.o): New target.
8342 (findvar.o): Add $(builtin_regs_h).
8343 * builtin-regs.c, builtin-regs.h: New files.
8344 * std-regs.c: New file.
8345 Partial fix for PR gdb/251.
8346
8347 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8348
8349 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8350 it's no longer required.
8351
8352 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8353
8354 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8355
8356 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8357
8358 From Jimi X <jimix@watson.ibm.com>:
8359 * rs6000-tdep.c (rs6000_software_single_step): Use
8360 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8361 and size. Use target_insert_breakpoint() and
8362 target_remove_breakpoint() to insert and remove breakpoints
8363 instead of explicit memory reads and writes.
8364
8365 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8366
8367 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8368 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8369 ELF_OBJECT_FORMAT ifdef.
8370
8371 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8372
8373 From Jimi X <jimix@watson.ibm.com>:
8374 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8375
8376 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8377
8378 From Jimi X <jimix@watson.ibm.com>:
8379 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8380 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8381
8382 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8383
8384 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8385 s/asprintf/xasprintf/.
8386 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8387
8388 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8389
8390 I believe Jeff Law denies responsability for this one:
8391 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8392 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8393 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8394 Work-around for PR gdb/366.
8395
8396 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8397
8398 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8399 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8400 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8401
8402 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8403
8404 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8405 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8406 information.
8407
8408 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8409
8410 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8411 maintainer.
8412
8413 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8414
8415 * README (Reporting Bugs in GDB): Document the bug web page as the
8416 prefered way of submitting bugs.
8417 Fix PR gdb/402.
8418
8419 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8420
8421 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8422 -1. Update comment.
8423 * gdbarch.h, gdbarch.c: Re-generate.
8424
8425 2002-04-07 Andreas Schwab <schwab@suse.de>
8426
8427 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8428 buffer to regcache_collect.
8429
8430 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8431
8432 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8433 * gdbarch.c, gdbarch.h: Re-generate.
8434
8435 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8436
8437 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8438 declaration. Fix -Werror.
8439
8440 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8441
8442 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8443 * gdbarch.c: Regenerate.
8444
8445 2002-04-05 Michael Snyder <msnyder@redhat.com>
8446
8447 * breakpoint.c (clear_command): Rewrite middle section to
8448 combine two loops with identical control conditions.
8449 Add a cleanup to eliminate a memory leak.
8450 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8451
8452 2002-04-05 H.J. Lu (hjl@gnu.org)
8453
8454 * solib-svr4.c (bkpt_names): Add "__start".
8455
8456 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8457
8458 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8459 as test for 64 bit target.
8460
8461 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8462
8463 * h8500-tdep.c (h8500_write_fp): Delete function.
8464 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8465 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8466 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8467 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8468 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8469 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8470 (s390_write_fp):
8471 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8472 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8473 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8474 (d10v_write_fp): Delete function.
8475 * inferior.h (write_fp, generic_target_write_fp): Delete
8476 declarations.
8477 * regcache.c (generic_target_write_fp): Delete function.
8478 (write_fp): Delete function.
8479 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8480 * gdbarch.h, gdbarch.c: Regenerate.
8481 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8482 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8483 (sparc64_write_fp): Delete declaration.
8484 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8485 (h8500_write_fp): Delete declaration.
8486
8487 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8488
8489 * sparc-tdep.c (sparc64_write_fp): Delete.
8490 (sparc_push_dummy_frame): Replace write_fp call with code to store
8491 the FP directly.
8492 (sparc_gdbarch_init): Do not initialize write_fp.
8493
8494 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8495
8496 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8497 clause.
8498
8499 2002-03-29 Jim Blandy <jimb@redhat.com>
8500
8501 * stack.c (get_selected_block): Add new argument `addr_in_block',
8502 used to return the exact code address we used to select the block,
8503 not just the block.
8504 * blockframe.c (get_frame_block, get_current_block): Same.
8505 * frame.h (get_frame_block, get_current_block,
8506 get_selected_block): Update declarations.
8507 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8508 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8509
8510 2002-04-05 Michael Snyder <msnyder@redhat.com>
8511
8512 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8513 warning message.
8514
8515 2002-04-05 J. Brobecker <brobecker@gnat.com>
8516
8517 * utils.c (xfullpath): New function.
8518 * defs.h (xfullpath): Add declaration.
8519 * source.c (openp): Use xfullpath in place of gdb_realpath to
8520 avoid resolving the basename part of filenames when the
8521 associated file is a symbolic link. This fixes a potential
8522 inconsistency between the filenames known to GDB and the
8523 filenames it prints in the annotations.
8524 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8525 to be able to match a filename with either the real filename, or
8526 the name of any symbolic link to this file.
8527 (lookup_partial_symtab): Ditto.
8528
8529 2002-04-04 Michael Snyder <msnyder@redhat.com>
8530
8531 * breakpoint.c: Add support for hardware breakpoints in overlays.
8532 (overlay_events_enabled): New state variable.
8533 (insert_breakpoints): Use overlay_events_enabled to decide
8534 whether to attempt to set a breakpoint at the overlay load addr.
8535 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8536 (remove_breakpoint): Use overlay_events_enabled to decide
8537 whether breakpoints need to be removed from overlay load addr.
8538 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8539 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8540 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8541 disable_overlay_breakpoints): Update overlay_events_enabled.
8542
8543 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * dwarf2read.c (struct function_range): New.
8546 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8547 (check_cu_functions): New.
8548 (read_file_scope): Initialize global function lists.
8549 Call dwarf_decode_line after processing children.
8550 (read_func_scope): Add to global function list.
8551 (dwarf_decode_lines): Call check_cu_functions everywhere
8552 record_line is called. Call record_line with a linenumber
8553 of 0 to mark sequence ends.
8554
8555 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8556
8557 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8558 change sync with glibc.
8559
8560 2002-04-03 Jim Blandy <jimb@redhat.com>
8561
8562 * configure.in: Call AC_C_INLINE.
8563 * configure: Regenerated.
8564
8565 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8566
8567 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8568 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8569
8570 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8571
8572 * NEWS: Mention gcore support on FreeBSD/i386.
8573
8574 * fbsd-proc.c: New file.
8575 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8576 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8577
8578 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8579 while statement.
8580
8581 2002-03-29 Jim Blandy <jimb@redhat.com>
8582
8583 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8584 unescaped newlines in string literals, but newer ones don't. So
8585 escape them.
8586
8587 2002-03-26 Michael Snyder <msnyder@redhat.com>
8588 Andrew Cagney <cagney@redhat.com>
8589
8590 * cli/cli-dump.c: New file. Dump memory to file,
8591 restore file to memory.
8592 * cli/cli-dump.h: New file.
8593 * Makefile.in: Add rules, dependencies for cli-dump.o.
8594 * NEWS: Mention new commands.
8595
8596 2002-03-28 Michael Snyder <msnyder@redhat.com>
8597
8598 * symfile.c (symbol_file_add): Move test for null symbols to later.
8599
8600 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8601
8602 From veksler at il.ibm.com:
8603 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8604 the xstrduped original path.
8605 Fix PR gdb/417.
8606
8607 2002-03-27 Michael Snyder <msnyder@redhat.com>
8608
8609 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8610 * infcmd.c (_initialize_infcmd): Ditto.
8611 * language.c (_initialize_language): Ditto.
8612 * symfile.c (_initialize_symfile): Ditto.
8613 * top.c (_init_main): Ditto.
8614 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8615
8616 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8617
8618 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8619 vector registers handling.
8620 (skip_prologue): Handle new AltiVec instructions. Fill in new
8621 fields of frame data.
8622 (frame_get_saved_regs): Fill in information for AltiVec registers.
8623
8624 2002-03-27 Jim Blandy <jimb@redhat.com>
8625
8626 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8627 a function; leave this macro here to invoke that function.
8628 (symbol_init_mangled_name): Declaration for that function.
8629 * symtab.c (symbol_init_mangled_name): New function.
8630
8631 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8632
8633 * valarith.c: Replace strerror with safe_strerror.
8634 * tracepoint.c: Ditto.
8635 * lin-lwp.c: Ditto.
8636 * go32-nat.c: Ditto.
8637 * inflow.c: Ditto.
8638 * gnu-nat.c: Ditto.
8639
8640 2002-03-27 Andreas Schwab <schwab@suse.de>
8641
8642 * event-top.c (command_line_handler): Remove useless if.
8643
8644 2002-03-27 Andreas Jaeger <aj@suse.de>
8645
8646 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8647 comment.
8648
8649 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8650
8651 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8652 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8653 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8654 (x86_64_linux_dr_get_status, supply_gregset),
8655 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8656 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8657 (x86_64_register_info_table): Add.
8658 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8659 (x86_64_register_raw_size, x86_64_register_virtual_type),
8660 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8661 general x86_64_register_info_table.
8662 (i386_gdbarch_init): gdbarch_register_bytes is now set
8663 dynamicaly during initialization.
8664 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8665 * gdbserver/linux-x86-64-low.c: Ditto.
8666
8667 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8668
8669 * gdbserver/server.c (main): Call target_signal_to_host_p
8670 and target_signal_to_host on signals received from the remote.
8671 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8672 target_signal_from_host on signals sent to the remote.
8673 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8674 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8675
8676 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8677
8678 * signals/signals.c: Include "server.h" in gdbserver build.
8679 (target_signal_from_name): Don't use STREQ.
8680 (_initialize_signals): Likewise. Don't include function in
8681 gdbserver build.
8682
8683 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8684
8685 * signals.c: Moved to...
8686 * signals/signals.c: Here.
8687 * Makefile (signals.o): Update.
8688
8689 2002-03-26 Jeff Law (law@redhat.com)
8690
8691 * somread.c (som_symtab_read): Remove some commented out code and
8692 updated related comments. Do not set the minimal symbol table to
8693 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8694 in a dynamic executable.
8695 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8696 where we are unable to find the minimal symbol for the given
8697 PC value.
8698
8699 2002-03-25 Jeff Law (law@redhat.com)
8700
8701 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8702
8703 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8704
8705 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8706
8707 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8708
8709 * command.h: Update copyright.
8710 (struct cmd_list_element): Replace definition with opaque
8711 declaration.
8712 (enum cmd_types): Document that it will eventually be moved to
8713 cli/cli-decode.h
8714 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8715 (MALLOCED_REPLACEMENT): Delete macro.
8716 * Makefile.in (cli_decode_h): Add $(command_h).
8717 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8718 * top.c: Include "cli/cli-decode.h".
8719 * completer.c: Include "cli/cli-decode.h".
8720 * maint.c: Include "cli/cli-decode.h".
8721 * cli/cli-decode.h: Include "command.h".
8722 (enum command_class): Delete.
8723 (enum cmd_types): Comment out.
8724 (enum cmd_auto_boolean): Delete.
8725 (enum var_types): Delete.
8726
8727 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8728
8729 * cli/cli-decode.c: Include "gdb_assert.h".
8730 (add_set_or_show_cmd): New static function.
8731 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8732 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8733 all fields, such as func, from the set command.
8734
8735 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8736
8737 * MAINTAINERS (sh-elf): Change warning flag to -w.
8738
8739 2002-03-23 Andrew Cagney <cagney@redhat.com>
8740
8741 * defs.h (error): Add printf format attribute.
8742 * thread-db.c (thread_from_lwp): Fix error format string.
8743 * stack.c (parse_frame_specification): Ditto.
8744 * cli/cli-decode.c (undef_cmd_error): Ditto.
8745 * scm-lang.c (scm_lookup_name): Ditto.
8746 * tracepoint.c (trace_error): Ditto.
8747 * remote-utils.c (usage): Ditto.
8748 * remote.c (compare_sections_command): Ditto.
8749 Fix PR gdb/328.
8750
8751 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8752
8753 * gdbtypes.c (append_composite_type_field): New function.
8754 (init_composite_type): New function.
8755 * gdbtypes.h (append_composite_type_field): Declare.
8756 (init_composite_type): Ditto.
8757
8758 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8759
8760 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8761 function.
8762 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8763 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8764 structure returning convention for SYSV ABI case, but not
8765 for GNU/Linux, FreeBSD, or NetBSD.
8766
8767 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8768
8769 * symtab.h (lookup_block_symbol): Add mangled_name argument
8770 to prototype.
8771
8772 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8773 with new mangled_name argument.
8774 * linespec.c (decode_line_1): Likewise.
8775 * valops (value_of_this): Likewise.
8776 * symtab.c (lookup_transparent_type): Likewise.
8777 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8778 (lookup_symbol): If we are given a mangled name, pass it down
8779 to lookup_symbol_aux.
8780 (lookup_block_symbol): If we are given a mangled name to check
8781 against, only return symbols which match it.
8782
8783 2002-03-22 Christopher Faylor <cgf@redhat.com>
8784
8785 * win32-nat.c (child_create_inferior): Check for proper shell to use
8786 here, in case the user changes it on the fly.
8787 (_initialize_inftarg): Remove shell path considerations.
8788
8789 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8790
8791 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8792 for gdbarch_max_register_raw_size and max_register_virtual_size.
8793 Adjust copyright year.
8794
8795 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8796
8797 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8798 in a function to cover the entire beginning of the function
8799 as well if it does not already.
8800
8801 2002-03-21 Tom Rix <trix@redhat.com>
8802
8803 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8804 (rs6000_ptrace64): Renamed from ptrace64.
8805
8806 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8807
8808 * gdbserver/remote-utils.c (remote_open): Don't call
8809 getprotobyname, we're all using TCP here so just use
8810 IPPROTO_TCP.
8811 * gdbserver/gdbreplay.c (remote_open): Ditto.
8812
8813 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8814
8815 * regcache.c (_initialize_regcache): No need to call
8816 build_regcache() at this time; it gets called whenever
8817 the gdbarch changes.
8818
8819 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8820
8821 * sparc-nat.c: Include sys/param.h where possible.
8822
8823 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8824
8825 Fix PR gdb/422.
8826 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8827 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8828 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8829 complex types.
8830 * stabsread.c (rs6000_builtin_type): Likewise.
8831 (read_sun_floating_type): Likewise.
8832
8833 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8834
8835 * stabsread.c (read_member_functions): Remove skip code for duplicate
8836 constructor/destructor methods. Use standard parsing for these
8837 methods and just do not chain them to the list of methods after
8838 parsing.
8839
8840 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8841
8842 * coffread.c: Remove redundant static declarations. Replace
8843 occurrences of `PTR' with `void *'.
8844 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8845 * top.h (quit_cover): Likewise.
8846 * defs.h (catch_errors): Likewise.
8847
8848 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8849
8850 * defs.h (XMALLOC): Define.
8851 * gdb-events.sh (XMALLOC): Delete macro.
8852 * gdb-events.c, gdb-events.h: Regenerate.
8853 * gdbarch.sh (XMALLOC): Delete macro.
8854 * gdbarch.c: Regenerate.
8855 * serial.c (XMALLOC): Delete macro.
8856 * ui-file.c (XMALLOC): Ditto.
8857 * ser-unix.h (XMALLOC): Ditto.
8858 * sh-tdep.c (XMALLOC): Ditto.
8859 * ui-out.c (XMALLOC): Ditto.
8860 * utils.c (XMALLOC): Ditto.
8861 * i386-tdep.c (XMALLOC): Ditto.
8862 * gdb-events.c (XMALLOC): Ditto.
8863 * d10v-tdep.c (XMALLOC): Ditto.
8864 * cli-out.c (XMALLOC): Ditto.
8865
8866 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8867 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8868 * ui-file.c, ui-out.c: Ditto.
8869
8870 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8871
8872 * command.h (struct cmd_list_element): Add field context.
8873 (set_cmd_context, get_cmd_context): Declare.
8874 * cli/cli-decode.h: Ditto.
8875 * cli/cli-decode.c (get_cmd_context): New function.
8876 (set_cmd_context): New function.
8877 (add_cmd): Initialize context.
8878 Part of fixing PR gdb/145 and PR gdb/146.
8879
8880 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8881
8882 * cli/cli-decode.c (cmd_type): New function.
8883 * command.h (cmd_type): Declare.
8884 * infrun.c (set_schedlock_func): Call function cmd_type.
8885 * kod.c (kod_set_os): Call cmd_type.
8886 * cris-tdep.c (cris_version_update): Use function cmd_type.
8887 (cris_mode_update, cris_abi_update): Ditto.
8888
8889 * command.h: (execute_cmd_post_hook): Declare.
8890 (execute_cmd_pre_hook): Declare.
8891 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8892 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8893 functions. Execute pre/post hook while ensuring that afterwords
8894 hook_in is cleared.
8895 * top.c (execute_command): Use execute_cmd_post_hook, and
8896 execute_cmd_pre_hook to execute pre/post commands.
8897 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8898 hook_stop_stub.
8899 (hook_stop_stub): Call execute_cmd_pre_hook.
8900
8901 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8902
8903 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8904 set'' and this leads to a core dump. Move xstrdup of
8905 operating_system to after check that it is not NULL.
8906
8907 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8908
8909 * kod.c (kod_set_os): Remove unnecessary check that
8910 ``command->type'' is set_cmd.
8911
8912 * valprint.c (set_input_radix): Use input_radix.
8913 (set_output_radix): Use output_radix.
8914 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8915 isn't reverted.
8916
8917 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8918
8919 * value.h (struct value): Delete field ``substring_addr''. Change
8920 aligner fields to force_doublest_align, force_longest_align,
8921 force_core_addr_align and force_pointer_aligh.
8922
8923 * value.h (struct value): Fix typo in above change.
8924
8925 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8926
8927 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8928 to fix internal_error from ``maintenance print architecture''.
8929
8930 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8931
8932 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8933 for gcc versions after gcc-2.8.1.
8934
8935 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8936
8937 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8938 for method resolution. Restore adjustment of ``this'' pointer after
8939 calling value_struct_elt, which was accidentally removed during the
8940 HP merge.
8941
8942 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8943
8944 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8945 value_of_register.
8946 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8947 get_saved_register.
8948 * value.h (value_of_register): Update.
8949
8950 2002-03-14 Richard Henderson <rth@redhat.com>
8951
8952 * configure.in: Detect declaration for canonicalize_file_name.
8953 * utils.c (canonicalize_file_name): Declare, if needed.
8954 (gdb_realpath): Prefer realpath if available and usable.
8955 * config.in, configure: Rebuild.
8956
8957 2002-03-14 Richard Henderson <rth@redhat.com>
8958
8959 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8960 a constant array bound.
8961
8962 * MAINTAINERS: Add myself to write-after-approval.
8963
8964 2002-03-14 Michael Snyder <msnyder@redhat.com>
8965
8966 * symfile.c (syms_from_objfile): Return immediately if no syms.
8967 (symbol_file_add): Return immediately if no syms.
8968 (find_sym_fns): Return immediately if no syms.
8969
8970 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8971
8972 * gdbserver/remote-util.c (remote_open): Print remote-side's
8973 IP address when remote debugging over the network.
8974
8975 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8976
8977 * config/sparc/fbsd.mh: Fix copyright.
8978 * config/sparc/fbsd.mt: Likewise.
8979
8980 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8981
8982 * MAINTAINERS: Fix typo in name of gdb warnings option.
8983 (x86-64): Fix formating so that this can be parsed by awk.
8984
8985 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8988 * defs.h: Include "gdb/signals.h".
8989 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8990
8991 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8992
8993 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8994 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8995 from x86-64-tdep.h
8996
8997 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8998 Don Howard <dhoward@redhat.com>
8999
9000 * mips-tdep.c (ST0_FR): Define.
9001 (mips2_fp_compat): New function, temporarily disabled.
9002 (mips_read_fp_register_single): New function.
9003 (mips_read_fp_register_double): New function.
9004 (mips_print_register): Use them.
9005 (do_fp_register_row): Likewise.
9006
9007 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9008
9009 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9010 approval''.
9011
9012 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9013
9014 * stabsread.c (read_member_functions): Fix is_stub test for
9015 static member functions, improve comment.
9016
9017 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9018
9019 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9020 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9021 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9022 commands that set boolean values.
9023 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9024 (arm_rdi_resume): Always initialize PC.
9025 (arm_rdi_open): Don't use rslt as a boolean.
9026 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9027 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9028 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9029 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9030
9031 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9032
9033 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9034 * configure: Rebuilt.
9035
9036 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9037
9038 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9039 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9040
9041 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9042
9043 * cli/cli-decode.c (set_cmd_completer): New function.
9044 * command.h (set_cmd_completer): Declare.
9045 * cli/cli-decode.h (set_cmd_completer): Ditto.
9046
9047 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9048 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9049 * win32-nat.c (_initialize_inftarg): Ditto.
9050 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9051 * proc-api.c (_initialize_proc_api): Ditto.
9052 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9053 * source.c (_initialize_source): Ditto.
9054 * exec.c (_initialize_exec): Ditto.
9055 * solib.c (_initialize_solib): Ditto.
9056 * top.c (init_main): Ditto.
9057 * tracepoint.c (_initialize_tracepoint): Ditto.
9058 * symfile.c (_initialize_symfile): Ditto.
9059 * printcmd.c (_initialize_printcmd): Ditto.
9060 * infcmd.c (_initialize_infcmd): Ditto.
9061 * corefile.c (_initialize_core): Ditto.
9062
9063 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9064
9065 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9066
9067 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9068
9069 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9070
9071 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9072
9073 * NEWS: Update headings, 5.2 has branched.
9074
9075 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9076
9077 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9078 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9079 (register_addr, REGISTER_RAW_SIZE): Likewise.
9080 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9081 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9082
9083 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9084
9085 * MAINTAINERS (x86-64): Add myself.
9086 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9087 changed value_ptr -> struct value *
9088
9089 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9090
9091 * configure.host (sparc64-*-freebsd): Add.
9092 * configure.tgt: Likewise.
9093 * config/sparc/fbsd.mh: New file.
9094 * config/sparc/fbsd.mt: Likewise.
9095 * config/sparc/nm-fbsd.h: Likewise.
9096 * config/sparc/tm-fbsd.h: Likewise.
9097
9098 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9101 regformats/reg-s390x.dat.
9102
9103 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9104
9105 * utils.c: Add FIXME explaining true/false problem.
9106
9107 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9108
9109 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9110
9111 2002-02-28 Michael Chastain <mec@shout.net>
9112
9113 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9114
9115 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * gdbserver/linux-s390-low.c: New file.
9118 * regformats/reg-s390.dat: New file.
9119 * regformats/reg-s390x.dat: New file.
9120 * gdbserver/configure.srv: Add S/390.
9121 * gdbserver/Makefile.in: Add S/390.
9122 * configure.tgt: Enable gdbserver for S/390.
9123
9124 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9125
9126 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9127 first line of the doc string for "info dos", except at the end of
9128 the sentence, since the short help stops at the first period.
9129
9130 2002-02-28 Jason Merrill <jason@redhat.com>
9131
9132 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9133
9134 2002-02-27 Fred Fish <fnf@redhat.com>
9135
9136 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9137 comment (dumy -> dummy).
9138
9139 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9140
9141 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9142
9143 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9144
9145 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9146
9147 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9148
9149 * gdbserver/acconfig.h: New file.
9150 * gdbserver/i387-fp.c: New file.
9151 * gdbserver/i387-fp.h: New file.
9152 * gdbserver/linux-x86-64.c: New file.
9153 * regformats/reg-x86-64.dat: New file.
9154 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9155 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9156 * gdbserver/configure.in: Add support for regsets.
9157 * gdbserver/config.in: Regenerate.
9158 * gdbserver/configure: Regenerate.
9159 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9160 * gdbserver/linux-low.h: New file.
9161 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9162 for regsets.
9163 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9164 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9165 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9166 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9167 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9168 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9169 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9170 "i387-fp.h". Add PTRACE_GETREGS and friends.
9171 * gdbserver/regcache.c (supply_register): New function.
9172 (supply_register_by_name): New function.
9173 (collect_register): New function.
9174 (collect_register_by_name): New function.
9175
9176 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9177
9178 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9179 (config.status): Add configure.srv dependency.
9180 (server_h): Add config.h dependency.
9181
9182 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9183
9184 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9185 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9186 * gdbserver/configure.srv: Change i386-*-linux* to use
9187 reg-i386-linux.o.
9188
9189 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9190
9191 * x86-64-tdep.c: Re-indent. Update copyright date.
9192
9193 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9194
9195 From Michal Ludvig <mludvig@suse.cz>:
9196 * x86-64-tdep.c (value.h): Delete.
9197 (gdb_assert.h): Include.
9198 (x86_64_register_convert_to_virtual,
9199 x86_64_register_convert_to_raw ): Add check which lets only
9200 floating-point values to be converted.
9201 (value_push): Delete.
9202 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9203 (i386_gdbarch_init): Number of register_bytes fixed.
9204
9205 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9206
9207 * MAINTAINERS: Add x86-64 target.
9208
9209 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9210
9211 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9212 * osfsolib.c (solib_map_sections): Ditto.
9213 * irix5-nat.c (solib_map_sections): Ditto.
9214 * corelow.c (gdb_check_format): Ditto.
9215 * symfile.c (symfile_bfd_open): Ditto.
9216 * solib.c (solib_map_sections): Ditto.
9217 Fix PR gdb/354.
9218
9219 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9220
9221 * remote.c (_initialize_remote): By default, disable ``e'' and
9222 ``E'' step out-of-range packets.
9223
9224 2002-02-26 Andreas Schwab <schwab@suse.de>
9225
9226 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9227 m68k_linux_frame_saved_pc.
9228 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9229 in_sigtramp.
9230 (SIGCONTEXT_PC_OFFSET): Remove.
9231 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9232 m68k_linux_sigtramp_saved_pc): New functions.
9233 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9234 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9235 (UCONTEXT_PC_OFFSET): Define.
9236 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9237 non-RT and RT signal trampolines.
9238
9239 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9240
9241 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9242 (TARGET_NBPG, STACK_END_ADDR): Delete
9243 (VARIABLES_INSIDE_BLOCK): Delete.
9244
9245 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9246
9247 * utils.c (perror_with_name): Make string parameter constant.
9248 (print_sys_errmsg): Ditto.
9249 (query): Ditto.
9250 * defs.h (perror_with_name): Update.
9251 (print_sys_errmsg): Update.
9252 (query): Update.
9253
9254 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9255
9256 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9257 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9258
9259 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9260
9261 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9262 if it already matches the current architecture from the exec file.
9263 Include arch-utils.h for gdbarch_info_init prototype.
9264 * Makefile.in (rs6000-nat.o): Update dependencies.
9265
9266 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9267
9268 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9269 list of exported variables.
9270
9271 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9272
9273 * gdbserver/configure.srv: New file.
9274 * gdbserver/configure.in: Use configure.srv instead
9275 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9276 from it.
9277 * gdbserver/configure: Regenerated.
9278 * gdbserver/terminal.h: New file.
9279 * gdbserver/Makefile.in: Update for configure changes. Remove
9280 more unneeded include paths.
9281
9282 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9283
9284 From wiz at danbala:
9285 * config/sparc/tm-sp64.h: Fix grammar and typos.
9286 Fix PR gdb/287.
9287
9288 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9289
9290 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9291 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9292 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9293 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9294 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9295 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9296 * s390-tdep.c: Ditto.
9297 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9298 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9299 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9300 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9301 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9302 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9303 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9304 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9305 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9306 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9307 Fix PR gdb/378.
9308
9309 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9310
9311 * lin-thread.c: Delete file.
9312 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9313 to gdb_proc_service.h.
9314 * configure: Re-generate.
9315
9316 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9317 * serial.c (serial_open): Delete check for "ocd".
9318 Fix PR gdb/349.
9319
9320 * Makefile.in (linux-thread.o): Delete target.
9321 * linux-thread.c: Delete file.
9322
9323 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9324 renamed SH files to be consistent.
9325
9326 * symtab.c (sort_search_symbols): Use xfree.
9327
9328 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9329
9330 * arm-linux-tdep.c (arm_linux_init_abi): Register
9331 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9332 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9333 definition with undef, since we don't want the sysvr4 definition.
9334 (SKIP_TRAMPOLINE_CODE): Likewise.
9335
9336 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9337
9338 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9339
9340 * configure.in: (AC_CHECK_FUNCS) Added test for
9341 canonicalize_file_name Regenerated.
9342 * config.in, configure: Regenerated.
9343 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9344 defined use canonicalize_file_name.
9345
9346 2002-02-23 Michael Chastain <mec@shout.net>
9347
9348 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9349
9350 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9351
9352 * README: Remove references to cygnus.com.
9353 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9354 dot com'' form. Remove references to cygnus.com and sourceware.
9355
9356 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9357
9358 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9359 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9360 1003.1-2001 no longer allows "head -1".
9361 * gdb/Makefile.in (version.c): Likewise.
9362 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9363 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9364 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9365
9366 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9367
9368 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9369 * command.h (cmd_cfunc_eq): Declare.
9370 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9371
9372 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9373 ``struct cmd_list_element *''.
9374 * cli/cli-cmds.c (is_complete_command): Update. Use
9375 cmd_cfunc_eq.
9376 * top.c (execute_command): Pass the command to
9377 is_complete_command.
9378 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9379
9380 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9381
9382 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9383 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9384 architecture defines.
9385 * s390-tdep.c (s390_gdbarch_init): Likewise.
9386
9387 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9388
9389 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9390 (arm_linux_push_arguments): Likewise.
9391 (arm_linux_init_abi): Register them. Also register linux-specific
9392 call_dummy_words.
9393 (find_minsym_and_objfile): Use strcmp, not STREQ.
9394 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9395 (arm_linux_call_dummy_words): Delete declaration.
9396 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9397 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9398 declarations.
9399 (LOWEST_PC): Delete.
9400
9401 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9402
9403 * maint.c (print_section_info): Do not prepend `0x' to filepos
9404 output, it will be handled by local_hex_string_custom.
9405
9406 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9407
9408 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9409 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9410 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9411
9412 2002-02-22 Jim Blandy <jimb@redhat.com>
9413
9414 Indicate that the bcache functions don't change the strings
9415 they're passed.
9416 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9417 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9418
9419 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9420
9421 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9422
9423 2002-02-21 Christopher Faylor <cgf@redhat.com>
9424
9425 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9426 find the complete path to a loaded DLL.
9427
9428 2002-02-21 Fred Fish <fnf@redhat.com>
9429
9430 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9431 that marks the end of the range of a function, enter a line number
9432 entry that has a line number of zero and a PC offset that matches
9433 the end of the function. This starts a range of PC's for which no
9434 line number information is known.
9435 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9436 PC's for which no line number info is found (line number is zero)
9437 then we didn't find any valid line information.
9438 * symtab.h: Document use of zero line number entry.
9439
9440 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9441
9442 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9443 (have_ptrace_getvrregs): Define for run time checks.
9444 (gdb_vrregset_t): New type for Altivec register handling.
9445 (fetch_register, store_register): Fetch/store altivec register
9446 when needed.
9447 (fetch_altivec_register, store_altivec_register): New functions.
9448 (supply_vrregset, fill_vrregset): New functions.
9449 (fetch_altivec_registers, store_altivec_registers): New functions.
9450 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9451 registers as well.
9452
9453 2002-02-21 Jiri Smid <smid@suse.cz>
9454
9455 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9456
9457 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9458
9459 * Makefile.in (armnbsd-nat.o): Update dependencies.
9460 * armnbsd-nat.c (supply_gregset): New function. Common code to
9461 supply the integer register set.
9462 (supply_fparegset): New function. Similar for FPA registers.
9463 (fetch_regs, fetch_fp_regs): Use them.
9464 (fetch_core_registers): Likewise.
9465 (fetch_elfcore_registers): New function.
9466 (arm_netbsd_elfcore_fns): New core-file type specification.
9467 (_initialize_arm_netbsd_nat): Register it.
9468
9469 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9470
9471 * armnbsd-nat.c: Include gdbcore.h.
9472 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9473 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9474 'void' to declaration, to shut up ARI.
9475 (fetch_core_registers): Make static. Rewrite using supply_register.
9476 (arm_netbsd_core_fns): New core-file type specification.
9477 (_initialize_arm_netbsd_nat): New function.
9478
9479 2002-02-21 Christopher Faylor <cgf@redhat.com>
9480
9481 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9482 value.
9483
9484 2002-02-20 Christopher Faylor <cgf@redhat.com>
9485
9486 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9487 fails.
9488
9489 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9490
9491 * jv-exp.y (parse_number): Change type of implicit longs
9492 to builtin_type_uint64.
9493
9494 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9495
9496 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9497 to be an integer instead of a `union wait'.
9498
9499 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9500
9501 * mips-linux-nat.c: Call the operating system GNU/Linux.
9502 * mips-linux-tdep.c: Likewise.
9503 * mips-tdep.c: Likewise.
9504
9505 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9506
9507 Fix PR gdb/265.
9508 * jv-exp.y (parse_number): Handle 64-bit integers.
9509
9510 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9513 AC_STDC_HEADERS to AC_HEADER_STDC.
9514 * gdbserver/configure: Regenerated.
9515
9516 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9517
9518 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9519 is defined.
9520 * sparc-tdep.c (get_longjmp_target): Likewise.
9521
9522 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9523
9524 * News: Add news about ARM and Multi-arch. Mention the new target
9525 arm*-*-netbsd*.
9526
9527 2002-02-19 Jim Blandy <jimb@redhat.com>
9528
9529 * stabsread.c (error_type_complaint): Improve error message.
9530
9531 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9532
9533 * gdbserver/README: Update documentation.
9534 * gdbserver/configure.in: Update configury to match documentation.
9535 * gdbserver/Makefile.in: Likewise.
9536 * gdbserver/configure: Regenerated.
9537 * gdbserver/aclocal.m4: New file, generated by aclocal.
9538 * gdbserver/config.in: New file, generated by autoheader.
9539
9540 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9541
9542 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9543 armnbsd-nat.c.
9544
9545 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9546
9547 * arm-tdep.h (enum arm_float_model): New enum.
9548 (struct gdbarch_tdep): Add fp_model.
9549 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9550 up floating-point conversions until we know the floating-point model
9551 in use by the inferior. Don't complain about being unable to
9552 determine the ABI of the inferior when we don't have one.
9553 (arm_extract_return_value): Support different floating-point models.
9554 (arm_store_return_value): Likewise.
9555 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9556 ARM_FLOAT_SOFT.
9557 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9558
9559 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9560
9561 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9562 of ``current_gdbarch''.
9563
9564 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9565
9566 * armnbsd-nat.c : ANSIfy all function declarations.
9567 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9568 (fetch_inferior_registers): Re-implement in terms of above.
9569 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9570 (store_inferior_registers): Re-implement in terms of above.
9571
9572 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9573
9574 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9575 kernel.
9576 * arm-linux-tdep.c: Likewise.
9577 * config/arm/tm-linux.h: Likewise.
9578
9579 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9580
9581 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9582 * config/arm/nbsd.mt (TM_FILE): Delete.
9583 * config/arm/tm-nbsd.h: Delete.
9584
9585 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9586
9587 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9588 Initialize CALL_DUMMY_LENGTH.
9589
9590 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9591
9592 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9593 function.
9594 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9595 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9596 defines one thing and that is incorrect for this port.
9597 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9598
9599 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9600
9601 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9602
9603 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9604
9605 * win32-nat.c (display_selector): New function. Displays information
9606 about the information returned by GetThreadSelectorEntry API function.
9607 (display_selectors): New function. Displays the infomation of
9608 the selector given as argument, or of CS, DS ans FS selectors
9609 if no argument is given.
9610 ( _initialize_inftarg): Add "w32" as info prefix command.
9611 Add "info w32 selector" as command calling display_selectors.
9612
9613 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9614
9615 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9616 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9617 if not defined.
9618
9619 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9620
9621 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9622
9623 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9624
9625 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9626 (arm_fix_call_dummy): Call it.
9627 (arm_call_dummy_breakpoint_offset): Delete.
9628 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9629 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9630
9631 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9634 Default to func_frame_chain_valid.
9635 * gdbarch.h, gdbarch.c: Re-generate.
9636 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9637
9638 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9639
9640 * ppc-linux-nat.c: Update copyright.
9641 (fetch_register, store_register): Add tid parameter, don't compute
9642 tid here.
9643 (fetch_ppc_registers, store_ppc_registers): Add tid
9644 parameter. Pass it along to callees.
9645 (fetch_inferior_registers, store_inferior_registers): Compute tid
9646 here, and pass it to calleed functions.
9647 (fill_gregset, supply_fpregset): Clean up formatting.
9648
9649 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9650
9651 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9652 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9653
9654 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9655
9656 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9657 * gdbarch.c gdbarch.h: Regenerate.
9658 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9659 function.
9660 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9661 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9662 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9663
9664 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9665 * arm-tdep.c (arm_get_longjmp_target): New function.
9666 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9667 this to a positive value register arm_get_longjmp_target as the
9668 longjmp handler.
9669 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9670 (arm_linux_init_abi): Set up longjmp description in tdep.
9671 * armnbsd-nat.c (get_longjmp_target): Delete.
9672 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9673 description in tdep.
9674 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9675 (get_longjmp_target): Delete declaration.
9676 (GET_LONGJMP_TARGET): Delete.
9677 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9678 (GET_LONGJMP_TARGET): Delete.
9679
9680 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9681
9682 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9683 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9684 of ``current_gdbarch''.
9685
9686 2002-02-17 Tom Tromey <tromey@redhat.com>
9687
9688 * cli/cli-cmds.c (compare_strings): New function.
9689 (complete_command): Only print each unique item once.
9690 * completer.h (complete_line): Declare.
9691 * completer.c (complete_line): New function.
9692 (line_completion_function): Use it.
9693
9694 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9695
9696 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9697 * gdbarch.h, gdbarch.c: Re-generate.
9698
9699 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9702
9703 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9704
9705 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9706 * valops.c (value_arg_coerce): Don't take the address of a reference
9707 to convert an argument to a reference.
9708
9709 2002-02-15 Christopher Faylor <cgf@redhat.com>
9710
9711 * win32-nat.c (get_image_name): New function.
9712 (handle_load_dll): Use get_image_name function.
9713 (get_child_debug_event): Avoid registering debug events until possibly
9714 execed process is started.
9715 (child_create_inferior): Allow invocation via shell so that command
9716 line redirection, etc. works ok.
9717 (_initialize_inftarg): Add new command: "set shell" to control whether
9718 a shell is used to start a process.
9719
9720 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9721
9722 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9723 instead of find_register_by_number.
9724 (cannot_store_register): Likewise.
9725
9726 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9727
9728 * dwarf2read.c: Replace fprintf (stderr, ...) by
9729 fprintf_unfiltered (gdb_stderr, ...).
9730
9731 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9732
9733 * gdbserver/gdbserver.1: Document --attach.
9734
9735 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9736
9737 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9738 descriptions.
9739 * arm-tdep.c (arm_default_arm_le_breakpoint)
9740 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9741 (arm_default_thumb_be_breakpoint): New. Initialize them from
9742 traditional breakpoint defines.
9743 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9744 (arm_gdbarch_init): Initialize new breakpoint variables.
9745 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9746 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9747 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9748 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9749 code out to ...
9750 (arm_netbsd_init_abi_common): ... here; new function.
9751 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9752 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9753 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9754 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9755
9756 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9757
9758 * arm-tdep.h (enum arm_abi): New enum.
9759 (struct gdbarch_tdep): New structure.
9760 (LOWEST_PC): Provide a default.
9761 (arm_gdbarch_register_os_abi): Declare new function.
9762 * arm-tdep.c (arm_abi_names): New array.
9763 (process_note_abi_tag_sections): New function.
9764 (get_elfosabi): New function.
9765 (arm_gdbarch_register_os_abi): New function.
9766 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9767 support for that ABI has been built in, then call the appropriate
9768 configuration routine. Use gdbarch_num_regs() to get the number
9769 of registers.
9770 (arm_dump_tdep): New function.
9771 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9772 place-holder functions.
9773 (_initialize_arm_tdep): Register them.
9774 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9775
9776 * armnbsd-tdep.c: New file.
9777 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9778 * config/arm/nbsd.mt (TDEPFILES): Add it.
9779 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9780
9781 * armnbsd-nat.c: Include regcache.h.
9782 * Makefile.in (armnbsd-nat.o): Update dependency list.
9783
9784 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9785
9786 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9787
9788 * gdbserver/Makefile.in: Fix typos in target rules.
9789
9790 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9791
9792 Fix part of PR gdb/267.
9793 * linespec.c (find_methods): Handle constructors specially for now.
9794
9795 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9796
9797 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9798 handling.
9799 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9800 standard_coerce_float_to_double().
9801
9802 2002-02-14 Christopher Faylor <cgf@redhat.com>
9803
9804 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9805 GDBINIT_FILENAME.
9806
9807 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9808
9809 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9810 find_variant_by_name, because it confuses the multiarch
9811 framework. Return NULL if there isn't an architecture with the
9812 user supplied name, instead of forcing a different one without
9813 recording the change with the multiarch machinery.
9814 (find_variant_by_name): Delete.
9815
9816 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9817
9818 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9819 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9820
9821 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9822
9823 * stack.c (print_frame_info_base): When calling
9824 print_frame_info_listing_hook, set current_source_symtab.
9825
9826 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9827
9828 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9829 and remove unused $(INCLUDE_DIR).
9830 Add regcache.c to OBS.
9831 Add generated register protocol files to clean target.
9832 Update dependencies for new objects, obsolete old target code.
9833
9834 * gdbserver/linux-low.c: Remove all platform-specific code to
9835 new files. Remove various dead code. Update to use regcache
9836 functionality.
9837 * gdbserver/remote-utils.c (fromhex): Add return statement
9838 to quiet warning.
9839 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9840 constant.
9841 (input_interrupt): Add integer parameter to match prototype
9842 of a signal handler.
9843 (outreg): Use register_data ().
9844 (prepare_resume_reply): Use gdbserver_expedite_regs.
9845 * gdbserver/server.c (main): Dynamically allocate own_buf because
9846 PBUFSIZ is no longer constant. Use registers_to_string () and
9847 registers_from_string ().
9848 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9849 for error (), fatal (), and warning (). Update definition of
9850 PBUFSIZ to use regcache functionality. Add include guard.
9851 * gdbserver/utils.c (fatal): Add missing ``const''.
9852 (warning): New function.
9853
9854 * regformats/regdat.sh: Include "regcache.h" in generated files.
9855 Provide init_registers () function.
9856 * regformats/regdef.h: Add prototype for set_register_cache ().
9857 Add include guard.
9858
9859 * gdbserver/linux-arm-low.c: New file.
9860 * gdbserver/linux-i386-low.c: New file.
9861 * gdbserver/linux-ia64-low.c: New file.
9862 * gdbserver/linux-m68k-low.c: New file.
9863 * gdbserver/linux-mips-low.c: New file.
9864 * gdbserver/linux-ppc-low.c: New file.
9865 * gdbserver/linux-sh-low.c: New file.
9866
9867 * gdbserver/regcache.c: New file.
9868 * gdbserver/regcache.h: New file.
9869
9870 * gdbserver/low-linux.c: Removed obsolete file.
9871
9872 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9873
9874 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9875 * config/i386/linux.mt: Likewise.
9876 * config/ia64/linux.mt: Likewise.
9877 * config/m68k/linux.mh: Likewise.
9878 * config/powerpc/linux.mh: Likewise.
9879 * config/mips/linux.mt: Likewise.
9880
9881 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9882
9883 * config/i386/i386lynx.mh: Mark gdbserver variables
9884 as (currently) obsolete for this target.
9885 * config/i386/nbsd.mt: Likewise.
9886 * config/i386/nbsdelf.mt: Likewise.
9887 * config/m32r/m32r.mt: Likewise.
9888 * config/m68k/m68klynx.mh: Likewise.
9889 * config/m68k/nbsd.mt: Likewise.
9890 * config/m68k/sun3os4.mh: Likewise.
9891 * config/mips/vr5000.mt: Likewise.
9892 * config/ns32k/nbsd.mt: Likewise.
9893 * config/pa/hppabsd.mh: Likewise.
9894 * config/pa/hppaosf.mh: Likewise.
9895 * config/powerpc/nbsd.mt: Likewise.
9896 * config/rs6000/rs6000lynx.mh: Likewise.
9897 * config/s390/s390.mt: Likewise.
9898 * config/s390/s390x.mt: Likewise.
9899 * config/sparc/sparclynx.mh: Likewise.
9900 * config/sparc/sun4os4.mh: Likewise.
9901 * config/i386/x86-64linux.mt: Likewise.
9902 * config/sparc/linux.mh: Likewise.
9903
9904 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * configure.tgt: Configure gdbserver only for known working
9907 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9908 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9909 SUBDIRS if it is configured. Update comment for ${nativefile}.
9910 * configure: Regenerated.
9911
9912 2002-02-13 Michael Snyder <msnyder@redhat.com>
9913
9914 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9915
9916 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9917 (default_gcore_mach): Just return 0, work around a problem in bfd.
9918 (default_gcore_target): OK to return NULL if exec_bfd is null.
9919 (make_mem_sec): Use a cast, avoid a warning.
9920
9921 * procfs.c (find_memory_regions_callback): Use a cast instead of
9922 calling host_pointer_to_address (which complains if
9923 sizeof (host pointer) != sizeof (target pointer)).
9924 (procfs_make_note_section): Avoid overflow in psargs string.
9925
9926 * procfs.c (procfs_make_note_section): Make the default
9927 implementation return an error.
9928
9929 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9930
9931 * procfs.c (procfs_make_note_section): Provide a default definition
9932 (for alpha-dec-osf4.0f). Fix typos.
9933
9934 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9935
9936 * linux-proc.c: Add include of regcache.h.
9937 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9938
9939 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9940
9941 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9942 * memattr.c (create_mem_region): Disallow useless empty region.
9943 Regions are half-open intervals, so allow [A..B) [B..C) as
9944 non-overlapping.
9945
9946 2002-02-13 Michael Chastain <mec@shout.net>
9947
9948 * defs.h: Kill CONST_PTR.
9949 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9950 * c-lang.c (c_builtin_types): Likewise.
9951 * ch-lang.c (ch_builtin_types): Likewise.
9952 * f-lang.c (f_builtin_types): Likewise.
9953 * language.c (unknown_builtin_types): Likewise.
9954 * m2-lang.c (m2_builtin_types): Likewise.
9955 * p-lang.c (pascal_builtin_types): Likewise.
9956 * scm-lang.c (c_builtin_types): Likewise.
9957
9958 2002-02-13 Keith Seitz <keiths@redhat.com>
9959
9960 * arm-tdep.h (arm_get_next_pc): Add declaration.
9961
9962 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9963
9964 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9965 with other related struct-returning functions.
9966 (arm_extract_struct_value_address): New function.
9967 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9968 initialize float_format, double_format and long_double_format as
9969 appropriate to the endianness of the target.
9970 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9971 (arm_use_struct_convention): Delete declaration.
9972 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9973
9974 2002-02-13 Keith Seitz <keiths@redhat.com>
9975
9976 * defs.h (core_addr_to_string_nz): New function.
9977
9978 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9979
9980 Apply missing bits of 2002-01-15 patch.
9981 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9982 (fill_fpregset): Use i387_fill_fsave.
9983
9984 2002-02-12 Keith Seitz <keiths@redhat.com>
9985
9986 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9987 (core_addr_to_string_nz): New function.
9988
9989 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9990
9991 * arm-linux-nat.c: Really include arm-tdep.h.
9992 * config/arm/tm-linux.h (struct type, struct value): Declare.
9993
9994 2002-02-11 Michael Snyder <msnyder@redhat.com>
9995
9996 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9997 (gcore section): Ifdef for Solaris and Unixware only.
9998 (procfs_do_thread_registers): Unixware needs one lwpstatus
9999 per thread (not one prstatus or pstatus).
10000 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10001 not over all gdb threads. For unixware, call elfcore_write_pstatus
10002 once before iterating over threads.
10003
10004 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10005
10006 * arm-tdep.h: New file.
10007 * arm-tdep.c: Include arm-tdep.h.
10008 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10009 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10010 (arm_print_float_info, arm_register_type, convert_to_extended)
10011 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10012 (arm_extract_return_value, arm_register_name): Make static.
10013 (arm_software_single_step): Similarly. Fix types in declaration.
10014 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10015 (arm_store_return_value, arm_store_struct_return): New functions.
10016 (arm_gdbarch_init): Register the above functions. Also register
10017 call_dummy_start_offset, sizeof_call_dummy_words,
10018 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10019 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10020 max_register_virtual_size, register_size. Set up
10021 prologue_cache.saved_regs here, rather than ...
10022 (_initialize_arm_tdep): ... here.
10023 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10024 declarations.
10025 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10026 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10027 (arm_print_float_info, arm_register_type, convert_to_extended)
10028 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10029 (arm_extract_return_value, arm_register_name): Delete declarations.
10030 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10031 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10032 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10033 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10034 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10035 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10036 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10037 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10038 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10039 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10040 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10041 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10042 interface.
10043 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10044 * remote-rdi.c remote-rdp.c: Likewise.
10045 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10046 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10047 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10048 definition.
10049
10050 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10051 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10052 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10053 from non-ARM_ prefixed definitions.
10054 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10055 all uses of above.
10056 * remote-rdi.c remote-rdp.c: Likewise.
10057 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10058
10059 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10060
10061 * arm-tdep.c (arm_frameless_function_invocation)
10062 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10063 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10064 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10065 (arm_pop_frame, arm_get_next_pc): Make static.
10066 (arm_gdbarch_init): Register above in gdbarch structure.
10067 (arm_read_fp): Renamed from arm_target_read_fp.
10068 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10069 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10070 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10071 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10072 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10073 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10074 (arm_pc_is_thumb_dummy): Delete declarations.
10075 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10076 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10077 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10078 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10079
10080 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10081
10082 * symtab.c (compare_search_syms): New function.
10083 (sort_search_symbols): New function.
10084 (search_symbols): Sort symbols after searching rather than
10085 before.
10086
10087 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10088
10089 * NEWS: Linux -> GNU/Linux.
10090
10091 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10092
10093 * gdbarch.sh: For for level one methods, disallow a definition
10094 when partially multi-arched. Add comments explaining rationale.
10095 * gdbarch.h: Re-generate.
10096
10097 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10098
10099 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10100 multi-arch partial.
10101
10102 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10103
10104 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10105 field. Use diff -u.
10106 * gdbarch.c: Re-generate.
10107
10108 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10109
10110 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10111 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10112 partial.
10113
10114 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10115
10116 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10117 multi-arch partial.
10118 (PUSH_ARGUMENTS): Switch to using predefault.
10119 * gdbarch.c: Regenerate.
10120
10121 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10122
10123 * valops.c (PUSH_ARGUMENTS): Delete definition.
10124 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10125 partial. Default to default_push_arguments.
10126 * gdbarch.h, gdbarch.c: Regenerate.
10127
10128 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10129
10130 * defs.h (throw_exception): Rename return_to_top_level. Update
10131 comments.
10132 * utils.c (error_stream, internal_verror, quit): Ditto.
10133 * top.c (throw_exception, catcher): Ditto.
10134 * sparclet-rom.c (sparclet_load): Ditto.
10135 * remote.c (interrupt_query, minitelnet): Ditto.
10136 * remote-sds.c (interrupt_query): Ditto.
10137 * remote-mips.c (mips_error, mips_kill): Ditto.
10138 * ocd.c (interrupt_query): Ditto.
10139 * monitor.c (monitor_interrupt_query): Ditto.
10140 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10141 * target.h: Update comment.
10142
10143 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10144
10145 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10148 default_double_format.
10149 * gdbarch.h, gdbarch.c: Re-generate.
10150 * findvar.c (floatformat_unknown): Delete variable definition.
10151 * doublest.h (floatformat_unknown): Delete variable declaration.
10152
10153 2002-02-09 Jim Blandy <jimb@redhat.com>
10154
10155 * stabsread.c (read_type): Add code to parse Sun's syntax for
10156 prototyped function types.
10157
10158 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10159
10160 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10161 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10162
10163 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10164
10165 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10166 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10167 now _initialize_xcoffsolib gets called again and overrides the
10168 commands from solib.c in a native configuration.
10169
10170 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10171
10172 * doublest.c (store_typed_floating): Don't try to return a value.
10173 Fixes PR gdb/290.
10174
10175 2002-02-08 Jim Blandy <jimb@redhat.com>
10176
10177 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10178 is prototyped and has no arguments, print its argument list as
10179 `(void)'.
10180
10181 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10182
10183 * MAINTAINERS (write-after-approval): Add myself.
10184 (paper-trail): I've escaped!
10185
10186 2002-02-08 Christopher Faylor <cgf@redhat.com>
10187
10188 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10189 changes.
10190 (_initialize_check_for_gdb_ini): Ditto.
10191
10192 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10193
10194 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10195 xaprintf -> xasprintf.
10196
10197 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10198
10199 * win32-nat.c: Remove use of printf and sprintf functions.
10200
10201 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10202
10203 * arm-tdep.c (arm_frame_chain_valid): Make static.
10204 (arm_push_arguments): Likewise.
10205 (arm_gdbarch_init): New function.
10206 (_initialize_arm_tdep): Call it.
10207 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10208 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10209 (FRAME_CHAIN_VALID): Delete.
10210 (arm_frame_chain_valid): Delete declaration.
10211 (PUSH_ARGUMENTS): Delete.
10212 (arm_push_arguments): Delete declaration.
10213 (CALL_DUMMY_P): Delete.
10214
10215 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10216 Corinna Vinschen <vinschen@redhat.com>
10217
10218 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10219 on builtin float types.
10220
10221 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10222
10223 * utils.c: Include <curses.h> before "bfd.h".
10224 * tui/tui-hooks.c: Likewise.
10225 * tui/tui.c: Likewise.
10226 * tui/tuiCommand.c: Likewise.
10227 * tui/tuiData.c: Likewise.
10228 * tui/tuiDataWin.c: Likewise.
10229 * tui/tuiDisassem.c: Likewise.
10230 * tui/tuiGeneralWin.c: Likewise.
10231 * tui/tuiIO.c: Likewise.
10232 * tui/tuiLayout.c: Likewise.
10233 * tui/tuiRegs.c: Likewise.
10234 * tui/tuiSource.c: Likewise.
10235 * tui/tuiSourceWin.c: Likewise.
10236 * tui/tuiStack.c: Likewise.
10237 * tui/tuiWin.c: Likewise.
10238
10239 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10240
10241 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10242 to include space for pseudoregs as well. Update loops accordingly.
10243 (sh_fp_frame_init_saved_regs): Ditto.
10244 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10245
10246 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10247
10248 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10249 Add Richard Earnshaw to Arm maintainers.
10250
10251 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10252
10253 * defs.h (warning_begin): Delete declaration.
10254
10255 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10256 Delete macro.
10257
10258 2002-02-07 Michael Snyder <msnyder@redhat.com>
10259
10260 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10261 Logic bug, remove misplaced else.
10262
10263 2002-02-07 Klee Dienes <klee@apple.com>
10264
10265 * fork-inferior.c (fork_inferior): Add '!' to the list of
10266 characters that need to be quoted when building a string for the
10267 shell. Quote '!' specifically with a backslash, since CSH chokes
10268 when trying to evaluate "str!str".
10269
10270 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10271
10272 * rdi-share/host.h: Only provide a typedef for bool if it is not
10273 defined.
10274
10275 2002-02-04 Michael Snyder <msnyder@redhat.com>
10276
10277 * breakpoint.h (enum bptype): Add new overlay event bp type.
10278 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10279
10280 * breakpoint.c (create_internal_breakpoint): New function.
10281 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10282 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10283 (create_thread_event_breakpoint): Ditto.
10284 (create_solib_event_breakpoint): Ditto.
10285 (create_overlay_event_breakpoint): New function.
10286 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10287 (update_breakpoints_after_exec): Delete and re-initialize
10288 overlay event breakpoints after an exec. Add FIXME comment
10289 about longjmp breakpoint.
10290 (print_it_typical): Ignore overlay event breakpoints.
10291 (print_one_breakpoint): Ditto.
10292 (mention): Ditto.
10293 (bpstat_what): Do not stop for overlay event breakpoints.
10294 (delete_breakpoint): Don't delete overlay event breakpoints.
10295 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10296 (breakpoint_re_set): Re-create overlay event breakpoint.
10297
10298 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10299 (overlay_manual_command): Disable overlay breakpoints.
10300 (overlay_off_command): Disable overlay breakpoints.
10301
10302 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10303
10304 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10305 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10306 to here from config/tm-arm.h.
10307 (coff_sym_is_thumb): Make static.
10308 (arm_elf_make_msymbol_special): New function.
10309 (arm_coff_make_msymbol_special): New function.
10310 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10311 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10312 (coff_sym_is_thumb): Delete declaration.
10313 (arm_elf_make_msymbol_special): Declare.
10314 (arm_coff_make_msymbol_special): Declare.
10315 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10316 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10317
10318 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10319
10320 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10321
10322 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10323
10324 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10325 * gdbarch.c gdbarch.h: Regenerate.
10326 * arch-utils.c (default_print_float_info): New function.
10327 * arch-utils.h (default_print_float_info): Prototype it.
10328 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10329 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10330 (PRINT_FLOAT_INFO): Document it.
10331
10332 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10333 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10334 (PRINT_FLOAT_INFO): Define.
10335
10336 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10337
10338 * win32-nat.c (_initialize_check_for_gdb_ini):
10339 Add typecast to sprintf argument to suppress a warning.
10340
10341 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10342
10343 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10344 to allow easier handling of pass state.
10345 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10346 that gives exception name and address.
10347 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10348 and set last_sig value to ourstatus->value.sig. Some missing
10349 exceptions added.
10350 (child_continue): Correctly report continue_status.
10351 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10352 TARGET_SIGNAL_0 (new default value).
10353 (child_resume): consider sig argument passed to decide if
10354 the exception should be passed to debuggee or not.
10355
10356 2002-02-05 Michael Snyder <msnyder@redhat.com>
10357
10358 * regcache.c (fetch_register): Call target_fetch_register
10359 only if we don't call FETCH_PSEUDO_REGISTER.
10360 (store_register): Call target_store_register only if we
10361 don't call STORE_PSEUDO_REGISTER.
10362
10363 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10364
10365 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10366 ELF_MAKE_MSYMBOL_SPECIAL.
10367 * gdbarch.c, gdbarch.h: Regenerate.
10368 * arch-utils.c (default_make_msymbol_special): New function.
10369 * arch-utils.h (default_make_msymbol_special): Export.
10370 * elfread.c (elf_symtab_read): Compile use of
10371 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10372 multiarched.
10373 * coffread.c (coff_symtab_read): Ditto, for
10374 COFF_MAKE_MSYMBOL_SPECIAL.
10375
10376 2002-02-05 Jim Blandy <jimb@redhat.com>
10377
10378 * solib-svr4.c (svr4_truncate_ptr): New function.
10379 (svr4_relocate_section_addresses): Do the address arithmetic with
10380 the appropriate truncation for target addresses, even when
10381 CORE_ADDR is larger than a target address.
10382
10383 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10384
10385 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10386 to (int *).
10387
10388 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10389
10390 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10391 code.
10392
10393 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10394
10395 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10396
10397 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10398
10399 * gdbserver/linux-low.c: Remove unused include files.
10400
10401 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10404 (read_inferior_memory): Use it.
10405 (write_inferior_memory): Likewise.
10406
10407 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10408
10409 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10410 grubbing through sys_errlist.
10411
10412 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10415
10416 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10417 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10418
10419 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10420
10421 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10422 (do_sfunc, set_cmd_sfunc): New functions.
10423
10424 * command.h (struct cmd_list_element): Add field func.
10425 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10426 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10427 * cli/cli-decode.h: Ditto.
10428
10429 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10430 (help_all, help_cmd_list): Ditto.
10431 (find_cmd, complete_on_cmdlist): Ditto.
10432 * top.c (execute_command): Ditto.
10433
10434 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10435 function.sfunc.
10436
10437 * infcmd.c (notice_args_read): Fix function signature.
10438
10439 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10440 * cli/cli-decode.c (add_set_cmd): Ditto.
10441 * utils.c (initialize_utils): Ditto.
10442 * maint.c (_initialize_maint_cmds): Ditto.
10443 * infrun.c (_initialize_infrun): Ditto.
10444 * demangle.c (_initialize_demangler): Ditto.
10445 * remote.c (add_packet_config_cmd): Ditto.
10446 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10447 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10448 * proc-api.c (_initialize_proc_api): Ditto.
10449 * kod.c (_initialize_kod): Ditto.
10450 * valprint.c (_initialize_valprint): Ditto.
10451 * top.c (init_main): Ditto.
10452 * infcmd.c (_initialize_infcmd): Ditto.
10453 * corefile.c (_initialize_core): Ditto.
10454 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10455 * arch-utils.c (initialize_current_architecture): Ditto.
10456 (_initialize_gdbarch_utils): Ditto.
10457 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10458
10459 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10460 * wince.c (_initialize_inftarg): Ditto.
10461 * symfile.c (_initialize_symfile): Ditto.
10462 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10463 * language.c (_initialize_language): Ditto.
10464 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10465
10466 2002-02-04 Michael Snyder <msnyder@redhat.com>
10467
10468 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10469
10470 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10471
10472 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10473 Add rules for building the register data files.
10474
10475 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10476
10477 * regformats/regdat.sh: Add braces to the definition of
10478 expedite_regs_${arch}.
10479
10480 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10481
10482 * regformats/regdef.h (struct reg): Add comment describing the
10483 requirements for offset and size fields.
10484
10485 2002-02-04 Andreas Schwab <schwab@suse.de>
10486
10487 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10488 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10489
10490 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10491
10492 * gdbarch.sh (copyright): Update years in generated header.
10493 (SMASH_TEXT_ADDRESS): Add rule.
10494 * gdbarch.h, gdbarch.c: Re-generate.
10495 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10496 * dbxread.c: Likewise.
10497 * dwarfread.c: Likewise.
10498 * elfread.c: Likewise.
10499 * somread.c: Likewise.
10500
10501 * arm-tdep.c (arm_smash_text_address): New function.
10502 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10503
10504 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10505
10506 Add support for hardware watchpoints on win32 native.
10507 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10508 CONTEXT_DEBUG_REGISTERS.
10509 (dr variable): New variable. Static array containing a local copy
10510 of debug registers.
10511 (debug_registers_changed): New variable. Reflects when debug registers
10512 are changed and need to be written to inferior.
10513 (debug_registers_used): New variable. Reflects when any debug register
10514 was set, used when new threads are created.
10515 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10516 i386-nat code.
10517 (thread_rec): Set dr array if id is the thread of current_event .
10518 (child_continue, child_resume): Change the debug registers for all
10519 threads if debug_registers_changed.
10520 (child_add_thread): Change the debug registers if debug_registers_used.
10521 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10522 Link nm.h to new nm-cygwin.h file.
10523 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10524 of hardware registers.
10525
10526 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10527
10528 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10529 Restore behavour broken by 2002-01-20 Andrew Cagney
10530 <ac131313@redhat.com> IEEE_FLOAT removal.
10531
10532 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10533
10534 * c-valprint.c (c_val_print): Pass a proper valaddr to
10535 cp_print_class_method.
10536 * valops.c (search_struct_method): If there is only one method
10537 and args is NULL, return that method.
10538
10539 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10540
10541 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10542 accessing tag_name directly.
10543
10544 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10545
10546 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10547 of accessing tag_name directly.
10548
10549 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10550
10551 PR gdb/280
10552 * gdbtypes.c (replace_type): New function.
10553 * gdbtypes.h (replace_type): Add prototype.
10554 * stabsread.c (read_type): Use replace_type.
10555
10556 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10557
10558 * Makefile.in (memattr.o): Add missing dependencies rule.
10559
10560 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10561
10562 * breakpoint.c (break_at_finish_command): Really export.
10563 (break_at_finish_at_depth_command): Ditto.
10564 (tbreak_at_finish_command): Ditto.
10565 * hppa-tdep.c: Include completer.h.
10566 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10567 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10568
10569 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10570
10571 * utils.c (do_write): New function.
10572 (error_stream): Rewrite combining the code from error_begin and
10573 verror.
10574 (verror): Rewrite using error_stream.
10575 (error_begin): Delete function.
10576
10577 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10578
10579 * utils.c (error_begin): Make static.
10580 * defs.h (error_begin): Delete declaration.
10581
10582 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10583 (decode_line_1): Use cplusplus_error instead of error_begin,
10584 cplusplus_hint and return_to_top_level.
10585 * coffread.c (coff_symfile_read): Use error instead of error_begin
10586 and return_to_top_level.
10587 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10588
10589 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10590
10591 * language.h (type_error, range_error): Make string parameter
10592 constant.
10593 * language.c (warning_pre_print): Delete extern declaration.
10594 * dwarfread.c (warning_pre_print): Ditto.
10595 * language.c (type_error, range_error): Rewrite to use verror and
10596 vwarning instead of warning_begin.
10597
10598 2002-02-01 Michael Snyder <msnyder@redhat.com>
10599
10600 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10601 (set_ignore_count): Move misplaced comment back where it belongs.
10602
10603 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10604
10605 * command.h (NO_FUNCTION): Delete macro.
10606 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10607 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10608 * tracepoint.c (_initialize_tracepoint): Ditto.
10609 * cli/cli-decode.c (add_set_cmd): Ditto.
10610 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10611
10612 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10613
10614 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10615 Update ``this'' pointer when calling virtual functions.
10616
10617 2002-02-01 Michael Snyder <msnyder@redhat.com>
10618
10619 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10620 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10621
10622 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10623
10624 * regformats/reg-arm.dat: New file.
10625 * regformats/reg-i386.dat: New file.
10626 * regformats/reg-ia64.dat: New file.
10627 * regformats/reg-m68k.dat: New file.
10628 * regformats/reg-mips.dat: New file.
10629 * regformats/reg-ppc.dat: New file.
10630 * regformats/reg-sh.dat: New file.
10631 * regformats/regdef.h: New file.
10632 * regformats/regdat.sh: New file.
10633
10634 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10635
10636 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10637 (arm_frame_args_address, arm_frame_locals_address): New functions.
10638 (arm_frame_num_args): New function.
10639 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10640 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10641 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10642
10643 2002-01-31 Michael Snyder <msnyder@redhat.com>
10644
10645 * breakpoint.c (break_at_finish_command): Export.
10646 (break_at_finish_at_depth_command): Export.
10647 (tbreak_at_finish_command): Export.
10648 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10649 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10650 "txbreak" commands, which are HPPA specific.
10651
10652 * printcmd.c (disassemble_command): Remove an ancient
10653 artifact of an old merge.
10654
10655 * symfile.h (enum overlay_debugging_state):
10656 Define enum constant values for overlay mode.
10657 * symfile.c (overlay_debugging): Use enums instead of literals.
10658 (overlay_is_mapped, overlay_auto_command,
10659 overlay_manual_command): Ditto.
10660
10661 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10662 breakpoint_here_p, breakpoint_inserted_here_p,
10663 breakpoint_thread_match, bpstat_stop_status,
10664 describe_other_breakpoints, check_duplicates, clear_command):
10665 Coding standard fixes.
10666
10667 * target.c (target_xfer_memory): Add spaces, coding standard.
10668 (do_xfer_memory): Add missing line to trust-readonly
10669 code: check bfd SEC_READONLY flag for section.
10670
10671 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10672
10673 * PROBLEMS: Fix typo, 5.1->5.1.1.
10674
10675 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10676
10677 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10678 data symbols, since we search based on textlow and texthigh.
10679 (find_pc_sect_symtab): Likewise.
10680
10681 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10682
10683 * defs.h (vwarning): Declare.
10684 * utils.c (vwarning): New function.
10685 (warning): Call vwarning.
10686 (warning_begin): Delete function.
10687
10688 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10689 the warning message.
10690 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10691 warning_begin.
10692
10693 2002-01-30 Michael Snyder <msnyder@redhat.com>
10694
10695 * NEWS: Mention "set trust-readonly-sections" command.
10696 Mention generate-core-file command.
10697
10698 2002-01-15 Michael Snyder <msnyder@redhat.com>
10699
10700 * target.c: New command, "set trust-readonly-sections on".
10701 (do_xfer_memory): Honor the suggestion to trust readonly sections
10702 by reading them from the object file instead of from the target.
10703 (initialize_targets): Register command "set trust-readonly-sections".
10704
10705 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10706
10707 * parse.c (target_map_name_to_register): Simplify, search regs and
10708 pseudo-regs using a single loop.
10709
10710 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10711
10712 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10713
10714 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10715
10716 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10717 * config/i386/i386v42mp.mh: Add i387-nat.o .
10718 * i386v4-nat.c: Include i387-nat.h.
10719 (supply_fpregset): Use i387_supply_fsave.
10720 (fill_fpregset): Use i387_fill_fsave.
10721
10722 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10723
10724 * arm-tdep.c (arm_call_dummy_words): Define.
10725 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10726 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10727 (CALL_DUMMY_WORDS): Define.
10728 (arm_call_dummy_words): Declare.
10729 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10730 (arm_linux_call_dummy_words): Declare.
10731
10732 2002-01-30 Andreas Schwab <schwab@suse.de>
10733
10734 * m68klinux-nat.c: Fix last change to use regcache_collect
10735 instead of referencing registers[] directly.
10736
10737 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10738
10739 * parse.c (target_map_name_to_register): Delete code wrapped in
10740 #ifdef REGISTER_NAME_ALIAS_HOOK.
10741
10742 2002-01-28 Michael Snyder <msnyder@redhat.com>
10743
10744 * regcache.c (legacy_read_register_gen): Need to be able to
10745 read pseudo-register as well as real register.
10746 (legacy_write_register_gen): Ditto.
10747
10748 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10749
10750 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10751 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10752 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10753 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10754 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10755 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10756 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10757 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10758 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10759 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10760 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10761 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10762 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10763 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10764 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10765 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10766 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10767 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10768 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10769 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10770
10771 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10772
10773 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10774 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10775 (initialize_current_architecture): Update target_byte_order using
10776 information from BFD.
10777 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10778 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10779
10780 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10781
10782 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10783 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10784
10785 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10786 #ifdef INVALID_FLOAT.
10787 * infcmd.c (do_registers_info): Ditto.
10788 * values.c (unpack_double): Ditto. Add comment.
10789
10790 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10791 already commented out.
10792
10793 2002-01-26 Andreas Schwab <schwab@suse.de>
10794
10795 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10796 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10797 registers and add support for PTRACE_GETREGS.
10798
10799 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10800
10801 GDB 5.1.1 released from 5.1 branch.
10802 * NEWS: Add 5.1.1 news.
10803 * README: Sync with 5.1 branch.
10804
10805 2002-01-23 Fred Fish <fnf@redhat.com>
10806
10807 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10808 stabstring on initial malloc. Reallocing will copy it for us,
10809 if necessary.
10810
10811 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10812
10813 * Makefile.in (hpread_h): Delete.
10814 (HFILES_NO_SRCDIR): Remove hpread.h.
10815 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10816 (hpread.o): Update dependencies.
10817 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10818
10819 * hp-psymtab-read.c: Remove file.
10820 * hp-symtab-read.c: Remove file.
10821 * hpread.h: Remove file.
10822
10823 * hpread.c: Merge all contents of hp-psymtab-read.c,
10824 hp-symtab-read.c and hpread.h into this file, as it was prior to
10825 January 1999.
10826
10827 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10828 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10829 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10830 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10831
10832 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10833
10834 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10835 fill_gregset): Call gdbarch_tdep() just once, assign result to
10836 variable and use that, instead of calling the function several
10837 times.
10838
10839 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10840
10841 * configure.host: Accept sparcv9 as alias for sparc64.
10842 * configure.tgt: Likewise.
10843
10844 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10845
10846 * solib-aix5.c (build_so_list_from_mapfile)
10847 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10848 arguments is not reversed.
10849 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10850 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10851
10852 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10853
10854 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10855 modified version of obsolete sh_fetch_pseudo_register.
10856 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10857 (sh4_register_read): New function.
10858 (sh_pseudo_register_write): New function. Renamed and modified
10859 version of obsolete sh_store_pseudo_register.
10860 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10861 (sh4_register_write): New function.
10862 (sh_gdbarch_init): Remove setting of gdbarch function
10863 fetch_pseudo_register and store_pseudo_register. Remove setting of
10864 register_convert_to_raw, register_convert_to_virtual,
10865 register_convertible.
10866 (sh_sh4_register_convertible): Delete. No longer needed. All is
10867 taken care by architecture specific functions
10868 register_read/register_write.
10869 (sh_sh4_register_convert_to_virtual): Make static.
10870 (sh_sh4_register_convert_to_raw): Ditto.
10871
10872 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10873
10874 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10875 (floatformat_is_nan, floatformat_mantissa): Ditto.
10876
10877 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10878 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10879 builtin_type_ieee_double_little,
10880 builtin_type_ieee_double_littlebyte_bigword,
10881 builtin_type_m68881_ext, builtin_type_i960_ext,
10882 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10883 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10884 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10885 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10886
10887 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10888
10889 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10890 parameter. Set frameless flag if it exists and depended of
10891 whether the scanned function is frameless or not.
10892 (xstormy16_skip_prologue): If function is frameless, return
10893 result of xstormy16_scan_prologue().
10894 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10895 call.
10896
10897 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10898
10899 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10900 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10901 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10902 sh_sh4_register_byte, sh_sh4_register_raw_size,
10903 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10904 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10905 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10906 sh_store_pseudo_register, sh_do_pseudo_register): Call
10907 gdbarch_tdep() just once, assign result to variable and use that,
10908 instead of calling the function several times.
10909
10910 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10911
10912 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10913 macros instead of LAST_FPU_CTRL_REGNUM.
10914 (store_register): Likewise.
10915
10916 2002-01-21 Jim Blandy <jimb@redhat.com>
10917
10918 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10919 is up-to-date before running the program, not just when a program
10920 exits.
10921
10922 2002-01-21 Fred Fish <fnf@redhat.com>
10923
10924 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10925 when we have found all instructions we are looking for.
10926
10927 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10928
10929 * arm-tdep.c (arm_register_name): New function.
10930 (arm_registers_names): Make static.
10931 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10932 (arm_register_name): Declare.
10933 (REGISTER_NAME): Use it.
10934
10935 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10936 Kevin Buettner <kevinb@redhat.com>
10937
10938 Convert arm targets to new FRAME interface.
10939 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10940 (arm_frame_find_save_regs): Delete.
10941 (arm_frame_init_saved_regs): New.
10942 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10943 Allocate extra_info as required. Convert all uses of fsr.regs
10944 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10945 to use extra_info.
10946 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10947 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10948 (check_prologue_cache, save_prologue_cache): Likewise.
10949 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10950 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10951 (FRAME_FIND_SAVED_REGS): Delete.
10952 (arm_frame_find_saved_regs): Delete prototype.
10953 (arm_frame_init_saved_regs): New prototype.
10954 (FRAME_INIT_SAVED_REGS): Define.
10955
10956 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10957
10958 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10959
10960 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10961
10962 From Jeff Law <law@redhat.com>:
10963 * infttrace.c: Include <sys/pstat.h>.
10964 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10965 exec file if the ttrace equivalent fails.
10966
10967 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10968
10969 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10970 (closeLogFile): Ditto.
10971
10972 2002-01-20 Michael Chastain <mec@shout.net>
10973
10974 * top.c (print_gdb_version): Bump copyright year to 2002.
10975
10976 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10977
10978 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10979 Zannoni and Eli Zaretskii.
10980
10981 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10982
10983 * buildsym.c: Update copyright years.
10984 * c-typeprint.c: Likewise.
10985 * dwarf2read.c: Likewise.
10986 * f-typeprint.c: Likewise.
10987 * gdbtypes.c: Likewise.
10988 * gdbtypes.h: Likewise.
10989 * hp-symtab-read.c: Likewise.
10990 * hpread.c: Likewise.
10991 * mdebugread.c: Likewise.
10992 * p-typeprint.c: Likewise.
10993
10994 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10995
10996 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10997 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10998 byte-order selectable.
10999 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11000 * arch-utils.c: Ditto.
11001 (set_endian): Ditto.
11002 (set_endian_from_file): Ditto.
11003 * gdbserver/low-sim.c (create_inferior): Ditto.
11004 * gdbarch.sh: Ditto.
11005 * gdbarch.h: Re-generate.
11006 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11007 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11008 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11009 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11010 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11011 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11012 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11013 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11014 macro definition.
11015 * config/mips/tm-wince.h: Remove #undef of macro
11016 TARGET_BYTE_ORDER_SELECTABLE.
11017 * config/sh/tm-wince.h: Ditto.
11018
11019 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11020
11021 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11022 member function fields. Add accessor macro
11023 TYPE_FN_FIELD_ARTIFICIAL.
11024 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11025 * c-typeprint.c (c_type_print_base): Skip artificial member
11026 functions.
11027
11028 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * f-typeprint.c: Delete unused function f_type_print_args.
11031 * p-typeprint.c: Delete unused function pascal_type_print_args.
11032
11033 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11034
11035 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11036 comment. Add ``artificial'' to ``union field_location''.
11037
11038 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11039
11040 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11041 * mdebugread.c (parse_symbol): Likewise.
11042 * stabsread.c (define_symbol): Likewise.
11043 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11044 initializing TYPE_FIELD_BITPOS to n (obsolete).
11045 (hpread_doc_function_type): Likewise.
11046 * hpread.c (hpread_function_type): Likewise.
11047
11048 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11049
11050 * configure.in (host_makefile_frag): Only require a host makefile
11051 fragment when a native build.
11052 * configure: Re-generate.
11053
11054 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11055
11056 * doublest.h (floatformat_from_type): Declare.
11057 * doublest.c (floatformat_from_type): New function.
11058 (convert_typed_floating): Use.
11059
11060 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11061 call to function floatformat_from_type.
11062
11063 * gdbarch.sh (IEEE_FLOAT): Delete.
11064 * gdbarch.h, gdbarch.c: Re-generate.
11065 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11066 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11067 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11068 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11069 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11070 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11071 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11072 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11073 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11074 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11075 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11076 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11077
11078 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11079 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11080 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11081 * sh-tdep.c (sh_gdbarch_init): Ditto.
11082 * mips-tdep.c (mips_gdbarch_init): Ditto.
11083 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11084 * cris-tdep.c (cris_gdbarch_init): Ditto.
11085
11086 2002-01-20 Jiri Smid <smid@suse.cz>
11087
11088 * configure.host, configure.tgt: Support x86-64.
11089 * NEWS: Note new target x86-64.
11090
11091 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11092 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11093 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11094 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11095 x86-64-linux-nat.o): Fix dependencies.
11096
11097 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11098
11099 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11100 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11101 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11102 * config/sparc/xm-sun4os4.h: Delete file.
11103 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11104
11105 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11106
11107 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11108 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11109 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11110 * config/i386/i386lynx.mh (XM_FILE): Delete.
11111 * config/rs6000/xm-rs6000ly.h: Delete file.
11112 * config/sparc/xm-sparclynx.h: Delete file.
11113 * config/m68k/xm-m68klynx.h: Delete file.
11114 * config/i386/xm-i386lynx.h: Delete file.
11115 * config/xm-lynx.h: Delete file.
11116 * config/djgpp/fnchange.lst: Update.
11117
11118 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11119
11120 * alpha-tdep.c (alpha_register_byte): New function.
11121 (alpha_register_raw_size): Ditto.
11122 (alpha_register_virtual_size): Ditto.
11123 (alpha_skip_prologue_internal): Renamed from
11124 alpha_skip_prologue.
11125 (alpha_skip_prologue): New version that calls
11126 alpha_skip_prologue_internal.
11127 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11128 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11129 second argument from alpha_skip_prologue.
11130 (REGISTER_BYTE): Use alpha_register_byte.
11131 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11132 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11133 (FRAMELESS_FUNCTION_INVOCATION): Use
11134 generic_frameless_function_invocation_not.
11135 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11136 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11137
11138 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11139
11140 * config/mips/xm-news-mips.h: Delete file.
11141 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11142
11143 * config/m88k/xm-m88k.h: Delete file.
11144 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11145 * config/m88k/xm-delta88v4.h: Ditto.
11146 * config/m88k/xm-delta88.h: Ditto.
11147
11148 * config/alpha/xm-fbsd.h: Delete file.
11149 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11150
11151 * config/sparc/xm-sparc.h: Delete file.
11152 * Makefile.in (xm-sun4os4.h): Delete dependency.
11153 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11154 * config/sparc/xm-sun4os4.h: Ditto.
11155 * config/sparc/xm-linux.h: Ditto.
11156
11157 * config/i386/xm-windows.h: Delete file.
11158
11159 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11160
11161 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11162 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11163
11164 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11165
11166 * alpha-tdep.c (alpha_call_dummy_words): New.
11167 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11168 (CALL_DUMMY_P): Define.
11169 (CALL_DUMMY_WORDS): Define.
11170 (SIZEOF_CALL_DUMMY_WORDS): Define.
11171
11172 2002-01-19 Per Bothner <per@bothner.com>
11173
11174 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11175 isn't NULL, which can happen with some gcj-3.x-produced code.
11176
11177 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11178
11179 * alpha-tdep.c (alpha_register_virtual_type): New function.
11180 (alpha_init_frame_pc_first): Ditto.
11181 (alpha_fix_call_dummy): Ditto.
11182 (alpha_store_struct_return): Ditto.
11183 (alpha_extract_struct_value_address): Ditto.
11184 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11185 alpha_register_virtual_type.
11186 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11187 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11188 alpha_extract_struct_value_address.
11189 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11190 (INIT_FRAME_PC): Use init_frame_pc_noop.
11191 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11192
11193 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11194
11195 * i386gnu-nat.c: Include "i386-tdep.h".
11196 (fetch_fpregs): Simplify code dealing with uninitialized floating
11197 point states such that it doesn't require FP7_REGNUM.
11198
11199 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11200
11201 * alpha-tdep.c (frame_extra_info): New.
11202 (alpha_find_saved_regs): Make static. Use
11203 frame->extra_info.
11204 (alpha_frame_init_saved_regs): New function.
11205 (alpha_frame_saved_pc): Use frame->extra_info.
11206 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11207 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11208 (init_extra_frame_info): Rename to...
11209 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11210 (alpha_print_extra_frame_info): New function.
11211 (alpha_frame_locals_address): Ditto.
11212 (alpha_frame_args_address): Ditto.
11213 (alpha_pop_frame): Use frame->extra_info.
11214 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11215 alpha_frame_args_address.
11216 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11217 (alpha_find_saved_regs): Remove prototype.
11218 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11219 (EXTRA_FRAME_INFO): Remove.
11220 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11221 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11222
11223 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11224
11225 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11226 (alpha_cannot_fetch_register): Ditto.
11227 (alpha_cannot_store_register): Ditto.
11228 (alpha_register_convertible): Ditto.
11229 (alpha_use_struct_convention): Ditto.
11230 * config/alpha/tm-alpha.h: Update copyright years.
11231 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11232 (INNER_THAN): Use core_addr_lessthan.
11233 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11234 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11235 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11236 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11237 (FRAME_CHAIN): Remove unnecessary cast.
11238
11239 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11240
11241 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11242 obsolete.
11243
11244 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11245
11246 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11247 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11248 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11249 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11250 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11251 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11252 * x86-64-linux-nat.c: Ditto.
11253
11254 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11255
11256 * alpha-tdep.c (alpha_register_name): New function.
11257 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11258 (REGISTER_NAME): Define.
11259
11260 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11261
11262 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11263
11264 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11265
11266 * alpha-tdep.c: Update copyright years.
11267 (alpha_next_pc): New function.
11268 (alpha_software_single_step): Ditto.
11269 * config/alpha/tm-alpha.h: Add prototype for
11270 alpha_software_single_step.
11271
11272 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11273
11274 * alphabsd-nat.c: Update copyright years.
11275 (fill_gregset): Use regcache_collect.
11276 (fill_fpregset): Likewise.
11277 (fetch_inferior_registers): Only fetch integer registers
11278 if requested to do so.
11279 (store_inferior_registers): Only store integer registers
11280 if requested to do so.
11281
11282 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11283
11284 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11285 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11286 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11287 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11288 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11289 * config/arm/linux.mh (XDEPFILES): Delete.
11290 * config/arm/nbsd.mh (XDEPFILES): Delete.
11291 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11292 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11293 * config/i386/i386m3.mh (XDEPFILES): Delete.
11294 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11295 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11296 * config/i386/fbsd.mh (XDEPFILES): Delete.
11297 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11298 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11299 * config/i386/i386v4.mh (XDEPFILES): Delete.
11300 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11301 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11302 * config/i386/i386aix.mh (XDEPFILES): Delete.
11303 * config/i386/go32.mh (XDEPFILES): Delete.
11304 * config/i386/cygwin.mh (XDEPFILES): Delete.
11305 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11306 * config/i386/i386mach.mh (XDEPFILES): Delete.
11307 * config/i386/i386v32.mh (XDEPFILES): Delete.
11308 * config/i386/linux.mh (XDEPFILES): Delete.
11309 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11310 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11311 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11312 * config/i386/i386sco.mh (XDEPFILES): Delete.
11313 * config/i386/i386v.mh (XDEPFILES): Delete.
11314 * config/i386/nbsd.mh (XDEPFILES): Delete.
11315 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11316 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11317 * config/i386/symmetry.mh (XDEPFILES): Delete.
11318 * config/i386/obsd.mh (XDEPFILES): Delete.
11319 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11320 * config/ia64/linux.mh (XDEPFILES): Delete.
11321 * config/ia64/aix.mh (XDEPFILES): Delete.
11322 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11323 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11324 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11325 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11326 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11327 * config/m68k/linux.mh (XDEPFILES): Delete.
11328 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11329 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11330 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11331 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11332 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11333 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11334 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11335 * config/m88k/delta88.mh (XDEPFILES): Delete.
11336 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11337 * config/m88k/m88k.mh (XDEPFILES): Delete.
11338 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11339 * config/mips/linux.mh (XDEPFILES): Delete.
11340 * config/mips/irix6.mh (XDEPFILES): Delete.
11341 * config/mips/irix5.mh (XDEPFILES): Delete.
11342 * config/mips/irix4.mh (XDEPFILES): Delete.
11343 * config/mips/irix3.mh (XDEPFILES): Delete.
11344 * config/mips/decstation.mh (XDEPFILES): Delete.
11345 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11346 (NATDEPFILES): Move core-aout.o to here.
11347 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11348 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11349 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11350 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11351 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11352 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11353 * config/pa/hpux11.mh (XDEPFILES): Delete.
11354 * config/powerpc/aix.mh (XDEPFILES): Delete.
11355 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11356 * config/powerpc/linux.mh (XDEPFILES): Delete.
11357 * config/romp/rtbsd.mh: Rename XDEPFILES.
11358 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11359 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11360 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11361 * config/s390/s390.mh (XDEPFILES): Delete.
11362 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11363 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11364 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11365 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11366 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11367 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11368 * config/sparc/linux.mh (XDEPFILES): Delete.
11369 * config/vax/vaxult.mh (XDEPFILES): Delete.
11370 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11371 * Makefile.in (DEPFILES): Remove XDEPFILES.
11372
11373 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11374
11375 * utils.c (internal_verror): Fix comments, default is yes not no.
11376 Update queries to match. Default to quit and dump core.
11377
11378 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11379
11380 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11381 copyright.
11382 * defs.h, event-top.c, gdbcmd.h: Ditto.
11383 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11384 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11385 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11386 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11387 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11388 * mi/mi-main.c:Ditto.
11389
11390 * stack.c, symfile.c: Update copyright.
11391
11392 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11393
11394 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11395 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11396 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11397 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11398
11399 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11400
11401 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11402 * gdbserver/low-lynx.c (myattach): Likewise.
11403 * gdbserver/low-nbsd.c (myattach): Likewise.
11404 * gdbserver/low-sim.c (myattach): Likewise.
11405 * gdbserver/low-sparc.c (myattach): Likewise.
11406 * gdbserver/low-sun3.c (myattach): Likewise.
11407
11408 * gdbserver/low-linux.c (myattach): New function.
11409
11410 * gdbserver/server.c (attach_inferior): New function.
11411 (main): Handle "--attach".
11412
11413 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11414
11415 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11416 maintainer.
11417
11418 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11419
11420 * c-typeprint.c (is_type_conversion_operator): Add additional
11421 check for non-conversion operators.
11422
11423 2002-01-15 Michael Snyder <msnyder@redhat.com>
11424
11425 * linux-proc.c: Add "info proc" command, a la procfs.c.
11426 (read_mapping): New function, abstract and re-use code.
11427 (linux_find_memory_regions): Use new func read_mapping.
11428 (linux_info_proc_cmd): New function, implement "info proc".
11429 (_initialize_linux_proc): Add new command "info proc".
11430
11431 2002-01-15 Michael Snyder <msnyder@redhat.com>
11432
11433 * symfile.c (generic_load): Use bfd_map_over_sections method
11434 instead of manipulating bfd structure members directly.
11435 (add_section_size_callback): New function, bfd sections callback
11436 used by generic_load.
11437 (load_sections_callback): New function, bfd sections callback
11438 used by generic_load.
11439
11440 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11441
11442 [Based on work by Jim Blandy]
11443 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11444 (builtin_type_vec128): Export.
11445 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11446 types.
11447 (builtin_type_vec128): New builtin type for 128 bit vector
11448 registers.
11449 (build_gdbtypes): Initialize builtin_type_v16qi and
11450 builtin_type_v8hi. Create the vec128 register builtin type
11451 structure.
11452 (build_builtin_type_vec128): New function.
11453 (_initialize_gdbtypes): Register builtin_type_v16qi and
11454 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11455 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11456 AltiVec register to new builtin type.
11457
11458 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11459
11460 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11461 to make_cv_type.
11462
11463 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11464
11465 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11466 CLEAN_UP_REGISTER_VALUE.
11467 * regcache.c (supply_register): Update only call.
11468
11469 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11470
11471 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11472 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11473 a29k-*-vxworks* targets as obsolete.
11474
11475 2002-01-14 Michael Snyder <msnyder@redhat.com>
11476
11477 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11478 until we can resolve portability issues.
11479 * gregset.h: Remove references to fpxregs.
11480 * gcore.c (gcore_command): Initialize note_sec to NULL.
11481
11482 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11483
11484 * signals.c (target_signal_to_name): Rewrite. Only use
11485 signals[].name when in bounds and non-NULL.
11486
11487 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11488
11489 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11490 * signals.c (target_signal_to_name): Verify that SIG is within the
11491 bounds of the signals array.
11492
11493 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11494
11495 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11496
11497 2002-01-13 Keith Seitz <keiths@redhat.com>
11498
11499 * stack.c (print_frame_info_base): Print the frame's pc
11500 only if when print_frame_info_listing_hook is not defined.
11501
11502 2002-01-13 Keith Seitz <keiths@redhat.com>
11503
11504 * varobj.c (varobj_set_value): Make sure that there were no
11505 errors evaluating the object before attempting to set its
11506 value.
11507 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11508 so this offset adjustment is no longer necessary.
11509 (create_child): Don't set the error flag if the child is
11510 a CPLUS_FAKE_CHILD.
11511 (value_of_child): If value_fetch_lazy fails, return NULL
11512 so that callers will be notified that an error occurred.
11513 (c_value_of_variable): Delay check of variable's validity
11514 until later. We actually want all structs and unions to have
11515 the value "{...}".
11516 Do not return "???" for variables which could not be evaluated.
11517 This error condition must be returned to the caller so that it
11518 can get the error condition from gdb.
11519 (cplus_name_of_child): Adjust index for vptr before figuring
11520 out the name of the child.
11521 (cplus_value_of_child): If a child's (real) parent is not valid,
11522 don't even bother trying to give a value for it. Just return
11523 an error. Change all instances in this function.
11524 (cplus_type_of_child): If our parent is one of the "fake"
11525 parents, we need to get at the type of the real parent, and
11526 derive the child's true type using this information.
11527
11528 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11529
11530 From 2002-01-09 John Marshall <johnm@falch.net>:
11531 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11532 sources.redhat.com, and tweak some related URLs which had
11533 suffered from linkrot.
11534
11535 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11536
11537 From Jeff law:
11538 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11539 structures passed in registers.
11540
11541 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11542
11543 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11544 white space which prevented compilation. Reported by DSK
11545 <dsk@student.unsw.edu.au>.
11546
11547 2002-01-11 Michael Snyder <msnyder@redhat.com>
11548
11549 * symfile.c (build_section_addr_info_from_section_tab):
11550 Use bfd access method instead of manipulating bfd directly.
11551 (syms_from_objfile): Ditto.
11552 (simple_overlay_update_1): Ditto.
11553 (simple_overlay_update): Ditto.
11554 (generic_load): Ditto.
11555 (overlay_unmapped_address): FIXME comment, bfd access methods.
11556 (sections_overlap): FIXME comment, bfd access methods.
11557 (pc_in_mapped_range): FIXME comment, bfd access methods.
11558 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11559 (section_is_mapped): FIXME comment, bfd access methods.
11560 (section_is_overlay): FIXME comment, bfd access methods.
11561
11562 * symfile.c (generic_load): Whitespace and long line cleanups.
11563 Remove duplicate variable, change several local variables to
11564 more appropriate data types.
11565 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11566
11567 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11568
11569 From Peter Schauer:
11570 * language.c (longest_local_hex_string_custom): Use phex_nz to
11571 convert NUM to a hex string.
11572
11573 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11574
11575 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11576 the function.
11577 Update Copyright year.
11578
11579 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11580
11581 * language.c (longest_raw_hex_string): Delete unused function.
11582
11583 2002-01-11 Petr Sorfa <petrs@caldera.com>
11584
11585 * MAINTAINERS (write-after-approval): Add myself.
11586 * dwarf2read.c (read_tag_string_type): Handling of
11587 DW_AT_byte_size.
11588 (read_tag_string_type): FORTRAN fix to prevent propagation of
11589 first string size.
11590 (set_cu_language): Handling of DW_LANG_Fortran95
11591
11592 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11593
11594 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11595 GETPID(inferior_ptid).
11596 (store_inferior_registers): Likewise.
11597
11598 2002-01-10 Jason Merrill <jason@redhat.com>
11599
11600 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11601 Fix DW_OP_minus.
11602
11603 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11604
11605 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11606 and bfd/elf32-sh-nbsd.c.
11607
11608 2002-01-10 Michael Snyder <msnyder@redhat.com>
11609
11610 * NEWS: Mention --pid and corefile/proc-id behavior change.
11611
11612 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11613 * gcore.c: Include cli/cli-decode.h instead of command.h.
11614
11615 * main.c (captured_main): Add new command line option "--pid".
11616 If the second command line argument (following the symbol-file)
11617 begins with a digit, try to attach to it before trying to open
11618 it as a corefile.
11619 (print_gdb_help): Document the "--pid" argument.
11620
11621 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11622
11623 * completer.c (command_completer): New function.
11624
11625 * completer.h <command_completer>: Add prototype.
11626
11627 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11628 completer for the "help" command.
11629
11630 2002-01-09 Jason Merrill <jason@redhat.com>
11631
11632 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11633
11634 2002-01-09 Michael Snyder <msnyder@redhat.com>
11635
11636 * i386-linux-nat.c (fill_fpxregset): Make global.
11637 (store_fpxregset): Ditto.
11638
11639 * gregset.h (gdb_fpxregset_t): Define.
11640 (supply_fpxregset): Prototype.
11641 (fill_fpxregset): Prototype.
11642
11643 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11644
11645 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11646
11647 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11648 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11649 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11650
11651 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11652
11653 * MAINTAINERS: Update target maintainer rules so that any
11654 Maintainer can approve a tested patch for a maintenance-only
11655 target.
11656
11657 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11658
11659 * MAINTAINERS (write-after-approval): Add myself.
11660
11661 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11662 IN_SIGTRAMP.
11663
11664 2002-01-08 Michael Snyder <msnyder@redhat.com>
11665
11666 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11667 real name of the executable, rather than the /proc name.
11668
11669 2002-01-03 Michael Snyder <msnyder@redhat.com>
11670
11671 Implement a "generate-core-file" command in gdb, save target state.
11672 * gcore.c: New file. Implement new command 'generate-core-file'.
11673 Save a corefile image of the current state of the inferior.
11674 * linux-proc.c: Add linux-specific code for saving corefiles.
11675 * target.h (struct target_ops): Add new target vectors for saving
11676 corefiles; to_find_memory_regions and to_make_corefile_notes.
11677 (target_find_memory_regions): New macro.
11678 (target_make_corefile_notes): New macro.
11679 * target.c (update_current_target): Inherit new target methods.
11680 (dummy_find_memory_regions): New place-holder method.
11681 (dummy_make_corefile_notes): New place-holder method.
11682 (init_dummy_target): Initialize new dummy target vectors.
11683 * exec.c (exec_set_find_memory_regions): New function.
11684 Allow the exec_ops vector for memory regions to be taken over.
11685 (exec_make_note_section): New function, target vector method.
11686 * defs.h (exec_set_find_memory_regions): Export prototype.
11687 * procfs.c (proc_find_memory_regions): New function, corefile method.
11688 (procfs_make_note_section): New function, corefile method.
11689 (init_procfs_ops): Set new target vector pointers.
11690 (find_memory_regions_callback): New function.
11691 (procfs_do_thread_registers): New function.
11692 (procfs_corefile_thread_callback): New function.
11693 * sol-thread.c (sol_find_memory_regions): New function.
11694 (sol_make_note_section): New function.
11695 (init_sol_thread_ops): Initialize new target vectors.
11696 * inftarg.c (inftarg_set_find_memory_regions): New function.
11697 Allow to_find_memory_regions vector to be taken over.
11698 (inftarg_set_make_corefile_notes): New function.
11699 Allow to_make_corefile_notes vector to be taken over.
11700 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11701 interface layer if not target_has_execution (may be a corefile).
11702 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11703 * config/sparc/sun4sol2.mh: Ditto.
11704 * config/alpha/alpha-linux.mh: Ditto.
11705 * config/arm/linux.mh: Ditto.
11706 * config/i386/x86-64linux.mh: Ditto.
11707 * config/ia64/linux.mh: Ditto.
11708 * config/m68k/linux.mh: Ditto.
11709 * config/mips/linux.mh: Ditto.
11710 * config/powerpc/linux.mh: Ditto.
11711 * config/sparc/linux.mh: Ditto.
11712
11713 2002-01-07 Michael Snyder <msnyder@redhat.com>
11714
11715 * arm-linux-nat.c: Remove references to regcache.c internal data
11716 (registers[] and register_valid[]).
11717
11718 2002-01-07 Michael Snyder <msnyder@redhat.com>
11719
11720 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11721 so that attaching to a pid will automatically read the process's
11722 symbol file and shlibs.
11723 * Makefile.in: Add rule for linux-proc.o.
11724 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11725 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11726 * config/arm/linux.mh: Ditto.
11727 * config/i386/linux.mh: Ditto.
11728 * config/i386/x86-64linux.mh: Ditto.
11729 * config/ia64/linux.mh: Ditto.
11730 * config/m68k/linux.mh: Ditto.
11731 * config/mips/linux.mh: Ditto.
11732 * config/powerpc/linux.mh: Ditto.
11733 * config/sparc/linux.mh: Ditto.
11734
11735 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11736
11737 * win32-nat.c: Add i386-tdep.h dependency.
11738
11739 2002-01-07 Michael Snyder <msnyder@redhat.com>
11740
11741 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11742 instead of bfd_get_arch_size. Don't bail out just because
11743 there's no exec_bfd.
11744
11745 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11746 * p-valprint.c (pascal_object_print_value): Ditto.
11747 * somread.c (som_symtab_read): Ditto.
11748 * symfile.c (simple_free_overlay_region_table): Ditto.
11749 * valops.c (value_assign): Ditto.
11750
11751 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11752 use tilde_expand and strerror for opening save-tracepoints file.
11753
11754 * thread-db.c (thread_db_new_objfile): Indendation fix.
11755
11756 * infptrace.c (GDB_MAX_ALLOCA): New define.
11757 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11758 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11759 can be overridden with whatever value is appropriate to the host).
11760 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11761 alloca to allocate potentially large buffer.
11762 * rs6000-nat.c (child_xfer_memory): Ditto.
11763 * symm-nat.c (child_xfer_memory): Ditto.
11764 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11765
11766 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11767
11768 From Nick Clifton <nickc@redhat.com>
11769 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11770
11771 2002-01-07 Michael Snyder <msnyder@redhat.com>
11772
11773 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11774 Don't use exec_bfd if it's NULL.
11775
11776 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11777
11778 * valops.c (value_arg_coerce): Fix formatting.
11779
11780 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11781
11782 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11783 * gnu-nat.c: Ditto.
11784
11785 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11786
11787 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11788 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11789 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11790 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11791 z8k-coff have not been multi-arched. Update z8k-coff build
11792 status.
11793
11794 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11795
11796 * MAINTAINERS: Mark a29k target as obsolete.
11797 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11798 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11799 comments.
11800 * NEWS: Note that a29k targets are obsolete.
11801 * a29k-tdep.c: Mark as obsolete.
11802 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11803 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11804 a29k-*-vxworks* targets as obsolete.
11805 * remote-adapt.c: Obsolete.
11806 * remote-eb.c: Obsolete.
11807 * remote-mm.c: Obsolete.
11808 * remote-udi.c: Obsolete.
11809 * config/a29k/a29k-udi.mt: Obsolete.
11810 * config/a29k/a29k.mt: Obsolete.
11811 * config/a29k/tm-a29k.h: Obsolete.
11812 * config/a29k/tm-vx29k.h: Obsolete.
11813 * config/a29k/vx29k.mt: Obsolete.
11814
11815 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11816
11817 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11818 with BFD_ENDIAN_BIG.
11819
11820 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11821
11822 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11823 * configure, config.in: Re-generate.
11824 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11825 * defs.h: Do not include <endian.h>.
11826
11827 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11828
11829 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11830 * config.in: Regenerate.
11831 * configure.in: Update copyright years.
11832 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11833 * configure: Regenerate.
11834 * i386bsd-nat.c: Update copyright years.
11835 (fill_gregset): Use regcache_collect.
11836 (fetch_inferior_registers): Only fetch integer registers
11837 if requested to do so. Add support for XMM registers
11838 using PT_GETXMMREGS.
11839 (store_inferior_registers): Only store integer registers
11840 if requested to do so. Add support for XMM registers
11841 using PT_SETXMMREGS.
11842 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11843 (store_inferior_registers): Remove.
11844 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11845 (fetch_elfcore_registers): New function.
11846 (i386nbsd_elfcore_fns): New.
11847 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11848 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11849 i386bsd-nat.o.
11850 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11851 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11852 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11853 * config/i386/tm-nbsd.h: Update copyright years.
11854 (HAVE_SSE_REGS): Define.
11855 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11856 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11857 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11858 (SIGCONTEXT_PC_OFFSET): Remove.
11859 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11860
11861 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11862
11863 * configure.tgt: Remove powerpc-*-macos* target.
11864 * config/m68k/xm-mpw.h: Delete file.
11865 * config/xm-mpw.h: Delete file.
11866 * ser-mac.c: Delete file.
11867 * mpw-make.sed: Delete file.
11868 * mpw-config.in: Delete file.
11869 * mac-xdep.c: Delete file.
11870 * mac-gdb.r: Delete file.
11871 * mac-defs.h: Delete file.
11872 * mac-nat.c: Delete file.
11873 * config/powerpc/macos.mh: Delete file.
11874 * config/powerpc/macos.mt: Delete file.
11875 * config/powerpc/nm-macos.h: Delete file.
11876 * config/powerpc/tm-macos.h: Delete file.
11877 * source.c (openp, open_source_file): Remove obsolete code.
11878 * top.c (gdb_readline): Ditto.
11879 * utils.c (query): Ditto.
11880 * event-top.c (display_gdb_prompt): Ditto.
11881 * Makefile.in (ser-mac.o): Delete obsolete target.
11882 * NEWS: Update.
11883
11884 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11885
11886 * defs.h (BIG_ENDIAN): Delete macro definition.
11887 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11888 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11889 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11890 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11891 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11892 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11893 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11894 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11895 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11896 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11897 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11898 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11899 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11900 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11901 * gdbarch.c: Re-generate.
11902
11903 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11904
11905 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11906 for core files.
11907
11908 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11909
11910 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11911
11912 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11913
11914 * value.h (value_ptr): Delete typedef.
11915
11916 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11917
11918 * i386nbsd-nat.c: Update copyright years.
11919 Include i386-tdep.h.
11920
11921 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11922
11923 * stabsread.c: Update copyright years.
11924
11925 From Debashis Mahata <debashis.mahata@wipro.com>:
11926 (read_struct_fields): Deal with Sun C compiler erroneous stab
11927 output for structs and unions.
11928 Fix PR gdb/269.
11929
11930 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11931
11932 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11933 prototype.
11934
11935 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11936
11937 * cp-abi.c: Fix whitespace.
11938 (baseclass_offset): New wrapper function.
11939 * cp-abi.h (baseclass_offset): Add prototype.
11940 (struct cp_abi_ops): Add baseclass_offset pointer.
11941
11942 * valops.c (vb_match): Move to...
11943 * gnu-v2-abi.c (vb_match): here.
11944 * valops.c (baseclass_offset): Move to...
11945 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11946
11947 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11948
11949 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11950 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11951 * hpacc-abi.c (init_hpacc_ops): Likewise.
11952
11953 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11954
11955 * valops.c (find_overload_match): Accept obj as a
11956 reference parameter. Update it before returning.
11957 * value.h (find_overload_match): Update prototype.
11958 * eval.c (evaluate_subexp_standard): Pass object to
11959 find_overload_match by reference.
11960
11961 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11962
11963 * valarith.c: Replace value_ptr with struct value pointer. Remove
11964 register attribute from value declarations.
11965 * valops.c: Ditto.
11966 * value.h: Ditto.
11967 * scm-lang.c (scm_lookup_name): Ditto.
11968
11969 2002-01-03 Michael Snyder <msnyder@redhat.com>
11970
11971 Abstract the functionality of iterating over mapped memory
11972 regions into a general purpose iterator function.
11973 * procfs.c (iterate_over_mappings): New function, general purpose
11974 iterator for memory sections.
11975 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11976 (solib_mappings_callback): New function, callback for above.
11977 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11978 (info_mappings_callback): New function, callback for above.
11979
11980 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11981
11982 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11983
11984 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11985 * i386-tdep.c: Include "elf-bfd.h".
11986 (process_note_abi_tag_sections): New function.
11987 (i386_gdbarch_init): Add code to recognize various OS/ABI
11988 combinations.
11989
11990 * maint.c (_initialize_maint_cmds): Add missing \ in
11991 string-literal.
11992
11993 For older changes see ChangeLog-2001
11994 \f
11995 Local Variables:
11996 mode: change-log
11997 left-margin: 8
11998 fill-column: 74
11999 version-control: never
12000 End:
This page took 0.292712 seconds and 4 git commands to generate.