2002-11-06 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-06 Andrew Cagney <ac131313@redhat.com>
2
3 * valops.c (value_assign): Merge lval_register case into
4 lval_reg_frame_relative. Use frame_register and
5 regcache_cooked_write instead of get_saved_register and
6 write_register_bytes. After flushing the register cache, try to
7 re-select the selected frame.
8
9 2002-11-06 Andrew Cagney <ac131313@redhat.com>
10
11 * regcache.h (deprecated_register_valid): Rename register_valid.
12 * regcache.c: Update.
13 * ia64-aix-nat.c: Update.
14 * i386gnu-nat.c: Update.
15 * alpha-nat.c: Update.
16 * sparc-nat.c: Update.
17 * lynx-nat.c: Update.
18 * remote-mips.c: Update.
19
20 2002-11-06 Joel Brobecker <brobecker@gnat.com>
21
22 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
23 to end of file, to be more consistent with the pratice followed
24 by other targets.
25
26 2002-11-06 Andrew Cagney <ac131313@redhat.com>
27
28 * infcmd.c: Include "reggroups.h" and <ctype.h>.
29 (print_float_info): Print registers in float_reggroup.
30 (print_vector_info): Print registers in vector_reggroup.
31 (default_print_registers_info): When all, print registers in
32 all_reggroup. Otherwize, print registers in general_reggroup.
33 (registers_info): Rewrite. Add support for register groups.
34 Eliminate a goto.
35
36 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
37
38 * symtab.c (methods_info): Delete. It has been ifdeffed out for
39 ages.
40 (symtab_symbol_info): Remove eons old ifdeffed out code.
41 (_initialize_symtab): Remove prehistoric disabled 'info methods'
42 command.
43
44 2002-11-06 Theodore A. Roth <troth@openavr.org>
45
46 * c-exp.y: Add missing semi-colons.
47 * f-exp.y: Add missing semi-colons.
48 * m2-exp.y: Add missing semi-colons.
49 * p-exp.y: Add missing semi-colons.
50 Add empty action to start rule to avoid a type clash error when
51 building with bison >= 1.50.
52
53 2002-11-06 Jim Blandy <jimb@redhat.com>
54
55 * macrotab.h (struct macro_source_file): Doc fix.
56
57 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
58
59 * varobj.c (child_exists, cplus_number_of_children): Change
60 STREQ macro references to strcmp.
61 (cplus_name_of_child): Change code to handle the fact that
62 fields are not necessarily contiguous with regards to their
63 access control. This is a fix for PR gdb/792.
64
65 2002-11-05 Andrew Cagney <ac131313@redhat.com>
66
67 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
68 * gdbarch.h, gdbarch.c: Regnerate.
69 * frame.h (frame_register): Declare.
70 * frame.c (frame_register): New function.
71 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
72 GET_SAVED_REGISTER, otherwize call
73 generic_unwind_get_saved_register.
74 (frame_register_read): Use frame_register instead of
75 get_saved_register.
76
77 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
78
79 From Jim Ingham <jingham@apple.com>:
80 * event-top.c (gdb_disable_readline): New function.
81 (_initialize_event_loop): Move comment.
82
83 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
84
85 * event-loop.c (start_event_loop): Add comment.
86 Update copyright.
87
88 2002-11-05 Andrew Cagney <ac131313@redhat.com>
89
90 * infcmd.c (default_print_registers_info): Do not call
91 PRINT_REGISTER_HOOK.
92
93 2002-11-05 Andrew Cagney <ac131313@redhat.com>
94
95 * sparc-tdep.c (sparc_print_register_hook): Make static.
96 (sparc_print_registers_info): New function.
97 (sparc_do_registers_info): New function.
98 (sparclet_print_registers_info): New function.
99 (sparclet_do_registers_info): New function.
100 (do_sparc_print_registers_info): New function.
101 (sparc_print_registers): New static function, clone of infcmd.c's
102 default_print_registers_info.
103 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
104 (sparclet_do_registers_info): Declare.
105 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
106 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
107 Re-define.
108 (sparc_do_registers_info): Declare.
109 (PRINT_REGISTER_HOOK): Delete macro.
110 (sparc_print_register_hook): Delete declaration.
111
112 2002-11-05 David Carlton <carlton@math.stanford.edu>
113
114 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
115 functions.
116 (lookup_symbol_aux_local): New function.
117 (lookup_symbol_aux_symtabs): New function.
118 (lookup_symbol_aux_psymtabs): New function.
119
120 2002-11-05 David Carlton <carlton@math.stanford.edu>
121
122 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
123 previous values of 'objfile' and 'block'.
124
125 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
126
127 * values.c (value_change_enclosing_type): Set
128 enclosing_type field correctly also for the case where
129 more memory needs to be allocated.
130
131 2002-11-03 Mark Kettenis <kettenis@gnu.org>
132
133 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
134 of puts_filtered.
135
136 * i387-tdep.c (i387_print_float_info): Replace calls to
137 register_read and deprecated_read_register_gen with calls to
138 frame_register_read, and make the necessary adjustments to the
139 surrounding code.
140
141 2002-11-02 Andrew Cagney <ac131313@redhat.com>
142
143 * gdbarch.sh (register_reggroup_p): Allow default value.
144 * gdbarch.h, gdbarch.c: Regenerate.
145
146 2002-11-02 Andrew Cagney <ac131313@redhat.com>
147
148 * regcache.h: Add coment indicating replacements for deprecated
149 functions.
150
151 2002-11-02 Andrew Cagney <cagney@redhat.com>
152
153 * reggroups.h, reggroups.c: New files.
154 * regcache.c: Include "reggroups.h".
155 (enum regcache_dump_what): Add `regcache_dump_groups'.
156 (regcache_dump): Contract size of the "Type" column. When
157 specified, dump the register's groups.
158 (maintenance_print_register_groups): New function.
159 (_initialize_regcache): Add command `maint print register-groups'.
160 * Makefile.in (COMMON_OBS): Add reggroups.o
161 (SFILES): Add reggroups.c.
162 (reggroups_h): Define.
163 (regcache.o, gdbarch.o): Update dependencies.
164 (reggroups.o): Specify dependencies.
165 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
166 Add opaque declaration for `struct reggroup' in generated .h file.
167 Include "reggroups.h" in generated .c file.
168 gdbarch.h, gdbarch.c: Re-generate.
169
170 2002-11-02 Andrew Cagney <cagney@redhat.com>
171
172 * regcache.h (deprecated_read_register_gen): Rename
173 read_register_gen.
174 (deprecated_write_register_gen): Rename write_register_gen.
175 * i387-tdep.c: Update.
176 * x86-64-linux-nat.c: Update
177 * wince.c: Update.
178 * thread-db.c: Update.
179 * win32-nat.c: Update.
180 * mips-tdep.c: Update.
181 * d10v-tdep.c: Update.
182 * cris-tdep.c: Update.
183 * remote-sim.c: Update.
184 * remote-rdi.c: Update.
185 * remote-rdp.c: Update.
186 * frame.c: Update.
187 * target.c: Update.
188 * blockframe.c: Update.
189 * x86-64-tdep.c: Update.
190 * xstormy16-tdep.c: Update.
191 * sh-tdep.c: Update.
192 * s390-tdep.c: Update.
193 * rs6000-tdep.c: Update.
194 * sparc-tdep.c: Update.
195 * i386-tdep.c: Update.
196 * dwarf2cfi.c: Update.
197 * regcache.c: Update.
198
199 2002-11-01 Joel Brobecker <brobecker@gnat.com>
200
201 New interix-specific files:
202 * config/i386/nm-interix.h: New file.
203 * config/i386/interix.mh: New file.
204 * config/i386/interix.mt: New file.
205 * i386-interix-nat.c: New file.
206 * i386-interix-tdep.c: New file.
207
208 2002-11-01 Andrew Cagney <cagney@redhat.com>
209
210 * frame.h (deprecated_generic_get_saved_register): Rename
211 generic_get_saved_register.
212 * blockframe.c (deprecated_generic_get_saved_register): Update.
213 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
214 (xstormy16_frame_saved_register): Update.
215 * sh-tdep.c (sh_gdbarch_init): Update.
216 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
217 * ia64-tdep.c (ia64_get_saved_register): Update.
218 * cris-tdep.c (cris_gdbarch_init): Update.
219 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
220 * arm-tdep.c (arm_gdbarch_init): Update.
221
222 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
223
224 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
225
226 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
227
228 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
229 trampolines in sigaction.
230
231 2002-10-31 Andrew Cagney <cagney@redhat.com>
232
233 * h8300-tdep.c: Include "gdb_assert.h".
234 (h8300_print_register): Add gdbarch, file and frame parameters.
235 Use frame_read_unsigned_register to read the register's value.
236 Use fprintf_filtered to display output.
237 (h8300_print_registers_info): Replace h8300_do_registers_info.
238 (h8300_gdbarch_init): Set print_registers_info.
239
240 2002-10-31 Andrew Cagney <cagney@redhat.com>
241
242 * frame.c (frame_read_unsigned_register): New function.
243 (frame_read_signed_register): New function.
244 * frame.h (frame_read_unsigned_register): Declare.
245 (frame_read_signed_register): Declare.
246
247 2002-10-31 Andrew Cagney <cagney@redhat.com>
248
249 * h8500-tdep.c (h8500_print_registers_info): New static function,
250 clone of infcmd.c's default_print_registers_info.
251 (h8500_do_registers_info): New funtion.
252 (h8500_print_register_hook): Rename print_register_hook, make
253 static.
254
255 * config/h8500/tm-h8500.h: Update copyright.
256 (DEPRECATED_DO_REGISTERS_INFO): Define.
257 (h8500_do_registers_info: Declare.
258 (PRINT_REGISTER_HOOK): Delete macro.
259 (print_register_hook): Delete function.
260
261 2002-10-31 Andrew Cagney <cagney@redhat.com>
262
263 * z8k-tdep.c (z8k_print_register_hook): Make static.
264 (z8k_print_registers_info): New static function, clone of
265 infcmd.c's default_print_registers_info.
266 (z8k_do_registers_info): New function. Wrap
267 z8k_print_registers_info.
268 * config/z8k/tm-z8k.h: Update copyright.
269 (PRINT_REGISTER_HOOK): Delete macro.
270 (z8k_print_register_hook): Delete declaration.
271 (DEPRECATED_DO_REGISTERS_INFO): Define.
272 (z8k_do_registers_info): Declare.
273
274 2002-10-30 Joel Brobecker <brobecker@gnat.com>
275
276 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
277 as this is already provided by value.h, and was actually causing
278 a compilation error because of a conflict in parameter type
279 declaration due to a missing const keyword.
280 (low_text_segment_addres): Fix a compilation warning.
281
282 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
283
284 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
285 registers without a name.
286 (mips_linux_cannot_store_register): Don't store registers without
287 a name.
288
289 2002-10-28 David Carlton <carlton@math.stanford.edu>
290
291 * symtab.c (find_addr_symbol): Delete. (It was already commented
292 out.)
293 * symtab.h: Delete prototype for find_addr_symbol.
294
295 2002-10-26 Andrew Cagney <cagney@redhat.com>
296
297 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
298 DO_REGISTERS_INFO.
299 gdbarch.h, gdbarch.c: Re-generate.
300 * infcmd.c (default_print_registers_info): Update reference.
301 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
302 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
303 * sh-tdep.c (sh_gdbarch_init): Ditto.
304 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
305 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
306
307 2002-10-26 Mark Kettenis <kettenis@gnu.org>
308
309 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
310 cfi_init_extra_frame_info.
311 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
312 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
313
314 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
315 target where necessary. Add more comments and remove the ones
316 that don't provide any useful information.
317
318 * i386-tdep.c (i386_frame_saved_pc): Replace call to
319 deprecated_read_register_dummy with
320 frame_unwind_unsigned_register.
321
322 * i386-tdep.c (i386_extract_struct_value_address): Use
323 regcache_raw_read_unsigned instead of
324 regcache_cooked_read_unsigned since we know that the register
325 we're reading isn't a pseudo register. Rename variable 'val' into
326 the more descriptive 'addr'.
327
328 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
329 (x86_64_push_return_address): Add comment.
330 (x86_64_pop_frame): Make static.
331 (examine_argument): Clarify comment.
332 (x86_64_skip_prologue): Make prolog_expact variable static.
333
334 * dwarf2cfi.c: Fix some formatting problems.
335 (context_cpy, read_encoded_pointer): Clarify comments.
336
337 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
338 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
339 i386 target back into x86_64_gdbarch_init. Add some comments and
340 remove meaningless ones.
341
342 2002-10-25 Andrew Cagney <cagney@redhat.com>
343
344 * complaints.h (struct deprecated_complaint): Rename `struct
345 complaint'.
346 * complaints.c (complain): Update.
347 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
348 incorrect comment indicating that "symfile.h" was being included
349 for the `struct complaint' definition.
350 * remote-vx.c: Update.
351 * objc-lang.c: Update.
352 * xcoffread.c: Update.
353 * hpread.c: Update.
354 * mdebugread.c: Update.
355 * stabsread.c: Update.
356 * dwarf2read.c: Update.
357 * dwarfread.c: Update.
358 * elfread.c: Update.
359 * coffread.c: Update.
360 * stabsread.h: Update.
361 * dbxread.c: Update.
362 * buildsym.c: Update.
363 * gdbtypes.c: Update.
364 * macrotab.c: Update.
365
366 2002-10-25 Mark Kettenis <kettenis@gnu.org>
367
368 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
369 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
370 (x86_64_init_abi): ...new function.
371
372 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
373 * i386v-nat.c: Include "i386-tdep.h".
374
375 2002-10-25 Andrew Cagney <cagney@redhat.com>
376
377 * gdbtypes.c (address_space_name_to_int): Update.
378 (address_space_int_to_name): Update.
379 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
380 multi-arch predicate.
381 (address_class_name_to_type_flags): Ditto.
382 * gdbarch.h, gdbarch.c: Re-generate.
383
384 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
385
386 2002-10-24 Martin M. Hunt <hunt@redhat.com>
387
388 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
389
390 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
391
392 * symtab.h (INIT_SAL): Delete macro.
393 (init_sal): Export.
394 * symtab.c (init_sal): New function.
395
396 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
397 to init_sal function call.
398 (find_sal_from_funcs_and_line): Ditto.
399 (all_sals_for_line): Ditto.
400 * breakpoint.c (create_internal_breakpoint): Ditto.
401 (create_fork_vfork_event_catchpoint): Ditto.
402 (create_exec_event_catchpoint): Ditto.
403 (parse_breakpoint_sals): Ditto.
404 (watch_command_1): Ditto.
405 (handle_gnu_4_16_catch_command): Ditto.
406 (clear_command): Ditto.
407 * hppa-tdep.c (child_enable_exception_callback): Ditto.
408 * infcmd.c (run_stack_dummy): Ditto.
409 * infrun.c (process_event_stop_test): Ditto.
410 (check_sigtramp2): Ditto.
411 (step_over_function): Ditto.
412 * linespec.c (decode_line_2): Ditto.
413 (decode_line_1): Ditto.
414 * source.c (line_info): Ditto.
415 * symtab.c (find_pc_sect_line): Ditto.
416
417 2002-10-24 Michal Ludvig <mludvig@suse.cz>
418
419 * dwarf2cfi.c (struct context)
420 (struct context_reg): Moved to dwarf2cfi.h
421 (context_alloc, frame_state_alloc, context_cpy):
422 Made extern instead of static, removed prototypes.
423 * dwarf2cfi.h (struct context)
424 (struct context_reg): New, moved from dwarf2cfi.c
425 (context_alloc, frame_state_alloc, context_cpy):
426 New prototypes.
427 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
428 Changed from static to extern.
429 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
430 (LINUX_SIGCONTEXT_FP_OFFSET)
431 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
432 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
433 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
434 * x86-64-tdep.c (x86_64_gdbarch_init): Several
435 set_gdbarch_*() calls now use x86-64 specific functions
436 instead of DWARF2 CFI ones.
437 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
438 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
439 (x86_64_init_extra_frame_info): New prototypes.
440
441 2002-10-23 David Carlton <carlton@math.stanford.edu>
442
443 * linespec.c: #include "parser-defs.h".
444 Delete prototype for find_template_name_end.
445 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
446
447 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
448
449 * NEWS: add recent mi fixes.
450 * varobj.c (struct varobj): Add new "updated" flag.
451 (new_variable): Default "updated" flag to 0.
452 (varobj_set_value): Set "updated" flag to 1 if value
453 changes.
454 (varobj_update): Check varobj "updated" flag before
455 comparing old and refreshed values. Fix for
456 PR gdb/702.
457
458 2002-10-23 David Carlton <carlton@math.stanford.edu>
459
460 * parse.c (parse_exp_1): Use BLOCK_START.
461 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
462 SYMBOL_BLOCK_VALUE.
463 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
464
465 2002-10-23 David Carlton <carlton@math.stanford.edu>
466
467 * symtab.c: Delete cplusplus_hint.
468 Delete prototype for find_template_name_end.
469
470 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
471
472 * symtab.h: Update comment.
473
474 2002-10-23 Michael Snyder <msnyder@redhat.com>
475
476 * printcmd.c (address_info): Restore quotes in output.
477 * valops.c (value_of_local): Restore quotes in error message.
478
479 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
480
481 * symtab.c (symbol_demangled_name): New function.
482 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
483 turning most of it into a function.
484 (symbol_demangled_name): Export.
485
486 2002-10-23 Michael Snyder <msnyder@redhat.com>
487
488 * valops.c (value_of_local): Restore quotes in error message.
489
490 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
491
492 * symtab.c (symbol_init_language_specific): New function.
493 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
494 turning most of it into a function.
495 (symbol_init_language_specific): Export.
496
497 2002-10-23 David Carlton <carlton@math.stanford.edu>
498
499 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
500 (dwarf_attr_name): Ditto.
501 (dwarf_type_encoding_name): Ditto.
502 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
503 (process_die): Handle DW_TAG_namespace,
504 DW_TAG_imported_declaration, DW_TAG_imported_module.
505 (read_namespace): New function.
506
507 2002-10-22 Joel Brobecker <brobecker@gnat.com>
508
509 * configure.in: Define NEW_PROC_API on Interix too.
510 * configure: Regenerate.
511
512 2002-10-21 Joel Brobecker <brobecker@gnat.com>
513
514 * configure: Regenerate using the proper version of autoconf.
515
516 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
517
518 * findvar.c (read_var_value): Temporarily disable TLS code, until
519 complete TLS support is added.
520
521 2002-10-21 Jim Blandy <jimb@redhat.com>
522 Elena Zannoni <ezannoni@redhat.com>
523
524 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
525 for thread local storage locations.
526 (struct symbol): Add objfile field.
527 (SYMBOL_OBJFILE): Define.
528 * dwarf2read.c (is_thread_local): New static variable.
529 (new_symbol): If variable is in thread local fill in address class
530 and objfile appropriately.
531 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
532 stack operation.
533 * printcmd.c (address_info): Print the information for thread
534 local storage variable.
535 * findvar.c (read_var_value): In case of thread local variable,
536 defer to the target vector code to compute address.
537
538 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
539
540 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
541 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
542
543 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
544
545 * symtab.h (address_class): Rename
546 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
547 * hpread.c (hpread_process_one_debug_symbol): Ditto.
548 * printcmd.c (address_info): Ditto.
549 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
550
551 2002-10-20 Mark Kettenis <kettenis@gnu.org>
552
553 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
554 DBREG_DRX macro to acces debug registers.
555
556 * Makefile.in (i386obsd-tdep.o): New target.
557
558 * solib-sunos.c: Include "bcache.h" and "regcache.h".
559 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
560
561 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
562 * config/i386/obsd.mt: New file.
563 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
564 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
565 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
566 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
567 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
568 * i386obsd-tdep.c: New file.
569
570 2002-10-19 Adam Fedor <fedor@gnu.org>
571
572 * objc-exp.y (name_not_typename): Fix invalid comment.
573
574 2002-10-20 Mark Kettenis <kettenis@gnu.org>
575
576 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
577 to allocate partial syms and macro byte caches.
578
579 2002-10-18 David Carlton <carlton@math.stanford.edu>
580
581 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
582
583 2002-10-18 Adam Fedor <fedor@gnu.org>
584
585 * stabsread.c (find_name_end): New function.
586 (define_symbol): Use it.
587
588 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
589
590 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
591 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
592 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
593 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
594
595 2002-10-17 David Carlton <carlton@math.stanford.edu>
596
597 * symfile.h: Add opaque declaration for struct obstack.
598 Declare obsavestring to take a const char *.
599 * symfile.c (obsavestring): Make first argument a const char *.
600
601 2002-10-16 Adam Fedor <fedor@gnu.org>
602
603 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
604 names when matching breakpoints in current file.
605
606 2002-10-16 Kevin Buettner <kevinb@redhat.com>
607
608 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
609 (read_tag_pointer_type): Add address class support.
610 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
611 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
612 New methods.
613 * gdbarch.h, gdbarch.c: Regenerate.
614 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
615 (make_type_with_address_space, recursive_type_dump): Add address
616 class support.
617 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
618 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
619 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
620
621 2002-10-16 Klee Dienes <kdienes@apple.com>
622
623 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
624 to get the last character of a char[] buffer, not
625 name[sizeof(vptr_name)-1].
626
627 2002-10-14 Adam Fedor <fedor@gnu.org>
628
629 * symtab.h: New objc_specific struct.
630 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
631 (SYMBOL_DEMANGLED_NAME): Likewise.
632
633 2002-10-14 Adam Fedor <fedor@gnu.org>
634
635 * symfile.c (init_filename_language_table): Add ObjC file extension.
636
637 2002-10-14 Adam Fedor <fedor@gnu.org>
638
639 * utils.c (puts_filtered_tabular): New function.
640 (fprintf_symbol_filtered): Get ObjC demangled name.
641 * defs.h (puts_filtered_tabular): Declared.
642
643 2002-10-14 Kevin Buettner <kevinb@redhat.com>
644
645 * c-lang.h (c_type_print_varspec_prefix): Delete.
646 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
647 ``need_post_space'' parameter. Adjust all callers.
648
649 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
650
651 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
652 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
653 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
654 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
655
656 2002-10-13 Adam Fedor <fedor@gnu.org>
657
658 * source.c (print_source_lines): Update comments.
659
660 2002-10-13 Adam Fedor <fedor@gnu.org>
661
662 * valops.c (value_of_local): New function.
663 (value_of_this): Use it.
664 * value.h (value_of_local): Declared.
665
666 2002-10-13 Adam Fedor <fedor@gnu.org>
667
668 * parse.c: (length_of_subexp, prefixify_subexp): Handle
669 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
670
671 2002-10-12 Adam Fedor <fedor@gnu.org>
672
673 * language.c (binop_result_type): Add language_objc to case.
674 (integral_type): Likewise.
675 (character_type): Likewise.
676 (string_type): Likewise.
677 (boolean_type): Likewise.
678 (structured_type): Likewise.
679 (binop_type_check): Likewise.
680
681 2002-10-11 Adam Fedor <fedor@gnu.org>
682
683 * printcmd.c (address_info): Print 'self' for ObjC.
684
685 2002-10-11 Adam Fedor <fedor@gnu.org>
686
687 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
688 OP_SELF.
689
690 2002-10-11 Adam Fedor <fedor@gnu.org>
691
692 * language.h (CAST_IS_CONVERSION): Add language_objc.
693
694 2002-10-11 Adam Fedor <fedor@gnu.org>
695
696 * defs.h (enum language): Add language_objc.
697
698 2002-10-11 Klee Dienes <kdienes@apple.com>
699
700 * corefile.c (read_memory_typed_address): New function.
701 * gdbcore.h (read_memory_typed_address): Add prototype.
702 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
703 to read a value destined for a CORE_ADDR, not read_memory_integer.
704 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
705 (f77_get_dynamic_lowerbound): Ditto.
706
707 2002-10-11 Martin M. Hunt <hunt@redhat.com>
708
709 * utils.c (string_to_core_addr): After turning string into
710 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
711 which will do necessary sign-extension, etc.
712
713 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
714
715 * c-exp.y (THIS): Delete token and grammar rule.
716 (yylex): Don't return THIS.
717 * cp-valprint.c (vtbl_ptr_name_old): Delete.
718 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
719 * demangle.c (cplus_markers): Update comment. Put '$'
720 first. Remove CPLUS_MARKER.
721 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
722 * jv-exp.y (THIS): Delete token and grammar rule.
723 (yylex): Don't return THIS.
724 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
725 * objc-exp.y (THIS): Delete token and grammar rule.
726 (yylex): Don't return THIS.
727 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
728 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
729 (read_member_functions): Likewise for opname.
730 (read_tilde_fields): Use is_cplus_marker.
731
732 * defs.h (CPLUS_MARKER): Don't define.
733 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
734 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
735 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
736 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
737 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
738
739 * config/i386/tm-i386v4.h: Delete file.
740 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
741 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
742 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
743 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
744 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
745 * config/i386/i386sco5.mt (TM_FILE): Likewise.
746 * config/i386/i386v4.mt (TM_FILE): Likewise.
747 * config/i386/ncr3000.mt (TM_FILE): Likewise.
748
749 2002-10-10 Marko Mlinar <markom@opencores.org>
750
751 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
752 accidentially not commited 2002-10-09
753 * gdbarch.h, gdbarch.c: Re-generate.
754
755 2002-10-09 Marko Mlinar <markom@opencores.org>
756
757 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
758 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
759 * gdbarch.h, gdbarch.c: Re-generate.
760
761 2002-10-08 Petr Sorfa <petrs@caldera.com>
762
763 Revised and re-submitted by John Wolfe <jlw@caldera.com>
764
765 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
766 so we can work on more than one compilation unit at a time. This
767 helps prepare GDB to handle inter-CU die references.
768 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
769 the code to be defined before struct comp_unit_head.
770 (comp_unit_head): Added new members - offset, cu_head,
771 begin_die, next and dwarf2_abbrevs.
772 (dwarf2_abbrevs): Removed single static var; now member of
773 struct comp_unit_head.
774 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
775 members.
776 (psymtab_to_symtab_1): Changed to work with the new
777 struct comp_unit_head.
778 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
779 constructs the dwarf2_abbrevs[] inside the cu_header.
780 (dwarf2_empty_abbrev_table): Now expects a ptr to a
781 dwarf2_abbrev table to clean up.
782 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
783 handling of dwarf2_abbrevs inside the cu_header.
784 (read_partial_die): Now supports the call to the new
785 dwarf2_lookup_abbrev.
786 (read_full_die): Now supports the call to the new
787 dwarf2_lookup_abbrev.
788
789 2002-10-06 Christopher Faylor <cgf@redhat.com>
790
791 * Makefile.in (install-gdbtk): Add missing continuation backslash to
792 insure that shell variables, such as "transformed_name" are propagated
793 to later shell statements in rule.
794
795 2002-10-06 Mark Kettenis <kettenis@gnu.org>
796
797 * config/i386/nm-i386sco.h: Add protection against
798 multiple-inclusion. Include "i386/nm-i386v.h".
799 (REGISTER_U_ADDR): Remove define.
800 (i386_register_u_addr): Remove prototype.
801
802 2002-10-04 Michael Snyder <msnyder@redhat.com>
803
804 * m32r-stub.c (handle_exception): Make sure exception is "trap"
805 before treating it as a single-step event.
806
807 2002-10-03 Adam Fedor <fedor@gnu.org>
808
809 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
810 (objc_demangle): Remove assignment in if statements, Replace
811 free with xfree.
812 (add_msglist): Likewise.
813 (end_msglist): Likewise.
814 (complare_selectors): Likewise.
815 (selectors_info): Likewise.
816 (compare_classes): Likewise.
817 (classes_info): Likewise.
818 (print_object_command): Likewise.
819 (find_objc_msgcall_submethod): Replace PTR with void *.
820 * objc-lang.h: Remove check for __STDC__.
821
822 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
823
824 * ui-out.h (ui_out_field_fmt_int): New prototype.
825 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
826 of field width and alignment.
827 * stack.c (print_frame_info_base): When printing frame level, use
828 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
829 PR gdb/192
830
831 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
832
833 * MAINTAINERS: Add self to Write After Approval list.
834
835 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
836
837 * infcmd.c (interrupt_target_command_wrapper): Delete.
838 (interrupt_target_command): Make non static.
839 (nofp_registers_info): Make static.
840 * stack.c (return_command_wrapper): Delete.
841 (return_command): Make non static.
842
843 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
844
845 * event-top.c (gdb_setup_readline): New function. Code moved from
846 _initialize_event_loop().
847 (_initialize_event_loop): Call gdb_setup_readline().
848
849 2002-10-02 Andrew Cagney <ac131313@redhat.com>
850
851 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
852 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
853 * gdbarch.h, gdbarch.c: Re-generate.
854
855 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
856
857 Fix PR gdb/778
858 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
859 before recursing.
860 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
861 of fill_in_vptr_fieldno.
862
863 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
864
865 * inferior.h (registers_info, stepi_command, nexti_command,
866 continue_command, interrupt_target_command): Export from infcmd.c.
867 * frame.h (args_info, selected_frame_level_changed_hook,
868 return_command): Export from stack.c.
869 * v850ice.c (stepi_command, nexti_command, continue_command): use
870 prototypes from inferior.h.
871 * tracepoint.c (registers_info, args_info, locals_info): Use
872 prototypes from frame.h and inferior.h.
873 * Makefile.in (mi-main.o): Add dependency on frame.h.
874
875 2002-10-02 Andrew Cagney <ac131313@redhat.com>
876
877 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
878 value in register 3 adjusted by ppc_gp0_regnum.
879
880 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
881
882 2002-10-02 Marko Mlinar <markom@opencores.org>
883
884 * MAINTAINERS: Add myself to the Write After Approval list.
885
886 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
887
888 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
889 of the section for the N64 ABI, fixed.
890
891 * config/mips/tm-irix6.h: Include solib.h.
892
893 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
894
895 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
896 GNU operators.
897
898 2002-10-01 Andrew Cagney <ac131313@redhat.com>
899
900 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
901 and that "mi0" syntax has been removed.
902
903 2002-09-30 David Carlton <carlton@math.stanford.edu>
904
905 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
906 * ppc-sysv-tdep.c: #include "gdb_string.h".
907 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
908 pacify GCC.
909
910 2002-10-01 Andrew Cagney <ac131313@redhat.com>
911
912 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
913 "vrsave"'s register number.
914
915 2002-09-30 Andrew Cagney <ac131313@redhat.com>
916
917 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
918 use frame_unwind_signed_register to obtain the PC.
919 (mips_frame_chain): Handle a generic dummy frame.
920 (mips_init_extra_frame_info): When a generic dummy frame, don't
921 re-compute the frame base.
922 (mips_pop_frame): Handle generic dummy frames.
923 (mips_gdbarch_init): When generic dummy frames, set
924 use_generic_dummy_frames, push_dummy_frame to
925 generic_push_dummy_frame, pc_in_call_dummy to
926 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
927 generic_save_dummy_frame_tos.
928
929 2002-09-30 Andrew Cagney <ac131313@redhat.com>
930
931 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
932 against TOP when TOP was explictly set.
933 (generic_push_dummy_frame): Set TOP to zero.
934
935 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
936
937 * event-loop.c (start_event_loop): Rename variable 'result' to
938 'gdb_result', to avoid conflicts with upcoming intepreters changes.
939
940 2002-09-30 Keith Seitz <keiths@redhat.com>
941
942 * gdb-events.sh (selected_thread_changed): New event.
943 * gdb-events.c: Regenerated.
944 * gdb-events.h: Regenerated.
945
946 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
947
948 * MAINTAINERS: Add self to Write After Approval list.
949
950 2002-09-30 Fernando Nasser <fnasser@redhat.com>
951
952 * disasm.c: New file.
953 * disasm.h: New file.
954 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
955 (compare_lines): Ditto.
956 (dump_insns): Ditto.
957 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
958 argument.
959 (do_assembly_only): Ditto.
960 (do_disassembly): Renamed to gdb_disassembly and moved to
961 disasm.c. Sdded uiout argument.
962 * Makefile.in: Add new files. Reorder SFILES list. Update
963 dependencies. Include libgdb.a later in the insight executable.
964
965 2002-09-29 Andrew Cagney <ac131313@redhat.com>
966
967 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
968 bfd/elf64-alpha-fbsd.c.
969
970 2002-09-29 Andrew Cagney <ac131313@redhat.com>
971
972 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
973 i386gnu-tdep.c.
974
975 2002-09-29 Andrew Cagney <ac131313@redhat.com>
976
977 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
978 __FUNCTION__.
979 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
980 function name.
981 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
982 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
983 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
984 (S_msg_sig_post_reply): Ditto.
985
986 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
987
988 * sh-tdep.c (sh_use_struct_convention): Use definition according
989 to ABI.
990 (sh_push_arguments): Store in register with correct endianess.
991 (sh_default_store_return_value): Ditto.
992 (sh_gdbarch_init): Set sizeof long double to 8.
993
994 2002-09-27 Mark Kettenis <kettenis@gnu.org>
995
996 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
997 Fix some whitespace problems.
998
999 2002-09-27 David Carlton <carlton@math.stanford.edu>
1000
1001 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1002 (mcore-tdep.o): Ditto.
1003 (ns32k-tdep.o): Ditto.
1004 (ns32knbsd-tdep.o): Ditto.
1005 (sh3-rom.o): Ditto.
1006 (vax-tdep.o): Ditto.
1007 * cris-tdep.c: #include "gdb_string.h"
1008 * mcore-tdep.c: Ditto.
1009 * ns32k-tdep.c: Ditto.
1010 * ns32knbsd-tdep.c: Ditto.
1011 * sh3-rom.c: Ditto.
1012 * vax-tdep.c: Ditto.
1013
1014 2002-09-27 David Carlton <carlton@math.stanford.edu>
1015
1016 * config/djgpp/fnchange.lst: Add entries for
1017 gdb/testsuite/gdb.c++/m-static files.
1018
1019 2002-09-27 Jim Wilson <wilson@redhat.com>
1020
1021 * MAINTAINERS: Add myself to the Write After Approval list.
1022
1023 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1024
1025 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1026
1027
1028 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1029
1030 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1031 frame.
1032
1033 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1034
1035 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1036 (rs6000_struct_return_address): Delete variable.
1037 (rs6000_store_struct_return): Update.
1038 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1039 deprecated_extract_struct_value_address.
1040 (rs6000_frame_align): New function.
1041 (rs6000_gdbarch_init): Set frame_align.
1042
1043 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1044
1045 From Grace Sainsbury <graces@redhat.com>:
1046 * Makefile.in (gdbtk-main.o): New target.
1047 (gdb.o): New target.
1048 (main_h): Define.
1049 (main.o): Update dependencies.
1050 (gdb$(EXEEXT)): Add gdb.o.
1051 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1052 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1053 (SUBDIR_GDBTK_CLEAN): Set.
1054 (install-gdbtk): Install the insight binary.
1055 (uninstall-gdbtk): New target.
1056 (all-gdbtk, clean-gdbtk): New rule.
1057 * top.c (use_windows): Default to zero.
1058 * main.c: Include "main.h".
1059 (main): Delete.
1060 (struct captured_main_args): Delete.
1061 (gdb_main): New function.
1062 * main.h: New file.
1063 * gdb.c: New File.
1064
1065 2002-09-25 Andrew Cagney <cagney@redhat.com>
1066
1067 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1068 (frame_map_regnum_to_name): New function.
1069 (frame_map_name_to_regnum): New function.
1070 * frame.h (frame_map_name_to_regnum): Declare.
1071 (frame_map_regnum_to_name): Declare.
1072 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1073 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1074 * parse.c: Do not include "builtin-regs.h".
1075 (target_map_name_to_register): Delete function.
1076 (write_dollar_variable): Use frame_map_name_to_regnum.
1077 * parser-defs.h (target_map_name_to_register): Delete declaration.
1078 * expprint.c: Include "frame.h".
1079 (print_subexp): Use frame_map_regnum_to_name.
1080 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1081 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1082
1083 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1084
1085 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1086 wasn't saved, and the next innermost frame is a dummy, return the
1087 dummy frame's link register.
1088
1089 2002-09-24 Jim Blandy <jimb@redhat.com>
1090
1091 Fix from Paul Breed:
1092 * main.c (captured_main): Add a `break' after the case for 'b'.
1093
1094 2002-09-24 Keith Seitz <keiths@redhat.com>
1095
1096 * varobj.c (c_type_of_child): Use get_target_type instead
1097 of TYPE_TARGET_TYPE.
1098
1099 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1100
1101 * source.c (get_current_or_default_source_symtab_and_line): Remove
1102 function.
1103 (set_default_source_symtab_and_line): New function. Attempts to
1104 determine a source file to list lines from if one is not currently
1105 defined.
1106 (get_current_source_symtab_and_line): Initialize sal.pc and
1107 sal.end fields.
1108 (set_current_source_symtab_and_line): Mark argument as const.
1109 * source.h: Update declarations and comments.
1110 * linespec.c (decode_line_1): Replace call to removed routine above.
1111 * stack.c (print_frame_info_base): Ditto.
1112 * cli/cli-cmds.c (edit_command): Ditto.
1113 (list_command): Ditto.
1114
1115 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1116
1117 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1118 sal.pc and sal.end fields.
1119 (get_current_or_default_source_symtab_and_line): Ditto.
1120 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1121 so we do not cause a new source symtab to be searched for (reverting an
1122 unintentional change from the 2002-09-20 patch).
1123 * scm-lang.c (scm_unpac): Ditto.
1124
1125 2002-09-21 Andrew Cagney <cagney@redhat.com>
1126
1127 * complaints.c (symfile_explanations): Remove new-line from
1128 ``isolated_message''.
1129 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1130 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1131
1132 2002-09-20 Nick Clifton <nickc@redhat.com>
1133
1134 * NEWS: Announce that V850EA ISA is no longer supported.
1135 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1136
1137 2002-09-20 David Carlton <carlton@math.stanford.edu>
1138
1139 * Makefile.in (c-lang.o): Correct dependencies.
1140 (utils.o): Gather dependencies.
1141 (charset.o): Move.
1142 * c-lang.c: #include "gdb_string.h"
1143
1144 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1145
1146 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1147 * cli/cli-cmds.c (list_command): New function. Implements the new
1148 cli edit command.
1149 (_init_cli_cmds): Add new command definition.
1150 * gdb.1: Document edit command.
1151 * doc/gdb.texinfo: Document edit command.
1152
1153 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1154
1155 * source.c: Make global variables current_source_symtab and
1156 current_source_line static.
1157 (list_command): Moved to cli/cli-cmds.c.
1158 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1159 (get_first_line_listed): New accessor function.
1160 (get_lines_to_list): New accessor function.
1161 (get_current_source_symtab_and_line): New function. Retrieves the
1162 position in the source code that we consider current.
1163 (get_current_or_default_source_symtab_and_line): New function.
1164 Like the above but attempts to determine a default position if one
1165 is not currently defined.
1166 (set_current_source_symtab_and_line): New function. Sets the source
1167 code position considered current and returns the previously set one.
1168 (clear_current_source_symtab_and_line): Reset stored information about
1169 a current source line.
1170 (_initialize_source): Remove registration for the "list" command and
1171 its alias.
1172 * source.h: Add declarations for the new functions above.
1173 * symtab.h: Remove declarations for the global variables mentioned
1174 above.
1175 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1176 obtain current source line.
1177 * linespec.c (decode_line_1): Ditto.
1178 * macroscope.c (default_macro_scope): Ditto.
1179 * scm-lang.c (scm_unpac): Ditto.
1180 * stack.c (print_frame_info_base): Ditto.
1181 * symfile.c (clear_symtab_users): Ditto.
1182 * symtab.c (decode_line_spec): Ditto.
1183 * cli/cli-cmds.c (list_command): Moved here from source.c.
1184 (ambiguous_line_spec): Moved here from source.c.
1185 (_init_cli_cmds): Add definition for "list" and its alias.
1186 * Makefile.in: Update dependencies.
1187
1188 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1189
1190 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1191 with what gcc thinks is correct.
1192
1193 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1194
1195 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1196 multiple register push instruction.
1197
1198 2002-09-19 Jim Blandy <jimb@redhat.com>
1199
1200 Add support for distinct host and target character sets.
1201 * charset.c, charset.h: New files.
1202 * c-exp.y: #include "charset.h".
1203 (yylex): Convert character and string literals to the target
1204 character set, before returning them as the semantic value of the
1205 token.
1206 * c-lang.c: #include "charset.h".
1207 (c_emit_char): Use charset-specific methods to recognize
1208 characters with backslash escape forms, to decide which characters
1209 to print literally and which to print using numeric escape
1210 sequences, and to convert target characters to host characters
1211 before printing.
1212 * utils.c: #include "charset.h".
1213 (no_control_char_error): New function.
1214 (parse_escape): Use charset-specific methods to recognize
1215 backslash escapes, parse `control character' notation, and convert
1216 characters from the host character set to the target character set.
1217 * configure.in: Set the default host character set.
1218 Check where to find iconv, and what its argument types might be.
1219 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1220 * Makefile.in (SFILES): List charset.c.
1221 (COMMON_OBS): List charset.o.
1222 (charset.o): New rule.
1223 (charset_h): New header dependency variable.
1224 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1225 (LIBICONV): New variable, set by configure.
1226 (CLIBS): Include $(LIBICONV) here.
1227 * aclocal.m4, config.in, configure: Regenerated.
1228
1229 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1230
1231 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1232 bison 1.35 warning.
1233
1234 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1235
1236 * gdb_mbuild.sh: New file.
1237
1238 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1239
1240 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1241
1242 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1243
1244 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1245 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1246 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1247 valops.c, value.h: Revert previous change.
1248
1249 2002-09-18 Michael Snyder <msnyder@redhat.com>
1250
1251 Preliminary support for Objective-C:
1252 * defs.h (language_objc): New enum value.
1253 (puts_filtered_tabular): Declaration only, exported from utils.c.
1254 (skip_quoted): Delete, declared in completer.h.
1255 * c-exp.y: Include completer.h.
1256 * p-exp.y: Ditto.
1257 * jv-exp.y: Ditto.
1258 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1259 New operator enum values.
1260 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1261 * language.c (binop_result_type): Handle language_objc case.
1262 (integral_type, character_type, string_type, boolean_type,
1263 structured_type, binop_type_check): Ditto.
1264 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1265 (struct objc_specific): Add to general_symbol_info.
1266 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1267 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1268 * parser-defs.h (struct objc_class_str): New struct type.
1269 (start_msglist, end_msglist, add_msglist): Declaration only,
1270 exported from objc-lang.c.
1271 * value.h (value_of_local, value_nsstring,
1272 call_function_by_hand_expecting_type): Exported from valops.c.
1273 * valops.c (find_function_addr): Export.
1274 (call_function_by_hand_expecting_type): New function.
1275 (value_of_local): New function.
1276 * symfile.c (init_filename_language_table): Add ".m" extension
1277 for Objective-C.
1278 * utils.c (puts_filtered_tabular): New function.
1279 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1280 (set/show demangle): Extend help-string to refer to ObjC.
1281 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1282 * stabsread.c (symbol_reference_defined): Objective-C symbols
1283 may contain colons: make allowances when scanning stabs strings
1284 for colons.
1285 (objc_find_colon): New function.
1286 * printcmd.c (address_info): If language == objc then print
1287 "self" instead of "this".
1288 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1289 OP_NSSTRING, and OP_SELF.
1290 (prefixify_subexp): Ditto.
1291 * source.c (print_source_lines): Mention objc in comment.
1292 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1293 method names.
1294
1295 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1296
1297 * complaints.h: Update copyright.
1298 (struct complaints): Declare.
1299 (struct complaint): Make `message' constant.
1300 (internal_complaint): Declare.
1301 (complaint): Declare.
1302 (complaint_root): Delete declaration.
1303 (symfile_complaints): Delete declaration.
1304 (struct complaints): Add opaque declaration.
1305 (clear_complaints): Add a complaints parameter.
1306 * complaints.c: Update copyright.
1307 (enum complaint_series): Define.
1308 (complaint_root): Delete.
1309 (struct complaints): Define.
1310 (complaint_sentinel, symfile_complaint_book): New variables.
1311 (symfile_explanations, symfile_complaints): New variables.
1312 New variables.
1313 (get_complaints): New function.
1314 (vcomplaint): New function.
1315 (complaint): New function.
1316 (internal_complaint): New function.
1317 (complain): Call vcomplain with symfile_complaint.
1318 (clear_complaints): Rewrite.
1319 (_initialize_complaints): Use add_setshow_command.
1320 * Makefile.in (complaints.o): Update dependencies.
1321 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1322 to call to clear_complaints.
1323 (new_symfile_objfile, reread_symbols): Ditto.
1324 (oldsyms_complaint): Delete.
1325 (empty_symtab_complaint, unknown_option_complaint): Delete.
1326 (free_named_symtabs): Use complaint instead of complain.
1327
1328 2002-09-18 Michael Snyder <msnyder@redhat.com>
1329
1330 Contributed by Apple Computer, Inc. Merged with current sources
1331 by Adam Fedor <fedor@doc.com> [cagney].
1332
1333 * objc-lang.c: First clean-up round: comments, indentation.
1334 * objc-lang.h: Ditto.
1335 * objc-lang.y: Ditto.
1336
1337 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1338
1339 * maint.c (maintenance_internal_error): Print the parameter as the
1340 error message.
1341 (maintenance_internal_warning): New function.
1342 (_initialize_maint_cmds): Add command `maint internal-warning'.
1343
1344 * defs.h (internal_warning, internal_vwarning): Declare.
1345 * utils.c (struct internal_problem): Define.
1346 (internal_vproblem): New function.
1347 (internal_warning): New function.
1348 (internal_vwarning): New function.
1349 (internal_warning_problem, internal_error_problem): New variables.
1350 (internal_verror): Just call internal_vproblem.
1351
1352 2002-09-18 Michael Snyder <msnyder@redhat.com>
1353
1354 * objc-lang.c: New file, support for Objective-C.
1355 Preliminary check-in, not yet integrated into gdb.
1356 * objc-lang.h: New file.
1357 * objc-exp.y: New file.
1358
1359 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1360
1361 * infrun.c (signal_stop_update): Convert definition to ISO C.
1362 (signal_print_update): Ditto.
1363 (signal_pass_update): Ditto.
1364 * inflow.c (terminal_save_ours): Ditto.
1365
1366 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1367 comments.
1368
1369 * config/djgpp/fnchange.lst: Handle name clashes between
1370 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1371 bfd/coff-tic80.c.
1372
1373 * i386-linux-tdep.h: Fix tipo.
1374
1375 2002-09-18 Adam Fedor <fedor@gnu.org>
1376
1377 * MAINTAINERS: Add myself to the Write After Approval list.
1378
1379 2002-09-18 Jim Blandy <jimb@redhat.com>
1380
1381 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1382 texthigh and textlow to reader-specific structs caused
1383 objfile_relocate to miss them. This is fixable, but the work that
1384 the change was supposed to prepare GDB for never got done anyway.
1385
1386 2002-09-18 David Carlton <carlton@math.stanford.edu>
1387
1388 * MAINTAINERS: Alphabetize Write After Approval list.
1389
1390 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1391
1392 Fix PR gdb/709
1393 * values.c (value_static_field): Call read_var_value.
1394
1395 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1396
1397 * valops.c (hand_function_call): Align the initial stack pointer
1398 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1399 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1400 return value.
1401 * mips-tdep.c (mips_frame_align): New function.
1402 (mips_gdbarch_init): Set frame_align.
1403 * gdbarch.sh (FRAME_ALIGN): New method.
1404 * gdbarch.h, gdbarch.c: Re-generate.
1405
1406 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1407
1408 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1409 registers.
1410
1411 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1412
1413 * NEWS: Mention that MIPS $fp behavior changed.
1414 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1415 reference to FP_REGNUM.
1416 (mipsnbsd_cannot_store_register): Ditto.
1417 * mips-linux-nat.c: Update copyright.
1418 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1419 (mips_linux_cannot_store_register): Ditto.
1420 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1421 * config/mips/tm-mips.h: Update copyright.
1422 (FP_REGNUM): Delete macro.
1423 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1424 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1425 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1426 (mips_r3041_reg_names, mips_r3051_reg_names)
1427 (mips_r3081_reg_names): Replace "fp" with "".
1428 Fix PR gdb/480.
1429
1430 2002-09-17 Theodore A. Roth <troth@verinet.com>
1431
1432 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1433 generic_read_register_dummy() (PR gdb/703).
1434 (avr_push_return_address): #if 0 out unused vars.
1435 (avr_gdbarch_init): Enable use of avr_push_return_address().
1436
1437 2002-09-17 Michael Snyder <msnyder@redhat.com>
1438
1439 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1440 RTE will take care of it.
1441
1442 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1443
1444 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1445 invalid, return SP_REGNUM.
1446
1447 2002-09-17 Michael Snyder <msnyder@redhat.com>
1448
1449 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1450 point registers without sign extension.
1451
1452 2002-09-17 Andrew Cagney <cagney@redhat.com>
1453
1454 * blockframe.c (deprecated_read_register_dummy): Rename
1455 generic_read_register_dummy.
1456 * frame.c (frame_unwind_signed_register): New function.
1457 (frame_unwind_unsigned_register): New function.
1458 * frame.h (frame_unwind_signed_register): Declare.
1459 (frame_unwind_unsigned_register): Declare.
1460 (deprecated_read_register_dummy): Rename
1461 generic_read_register_dummy.
1462
1463 * h8300-tdep.c (h8300_frame_chain): Update.
1464 (h8300_frame_saved_pc): Update.
1465 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1466 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1467 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1468 (s390_frame_chain): Update.
1469 * v850-tdep.c (v850_find_callers_reg): Update.
1470 (v850_frame_saved_pc): Update.
1471 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1472 (m32r_find_callers_reg): Update.
1473 (m32r_frame_saved_pc): Update.
1474 * sh-tdep.c (sh_find_callers_reg): Update.
1475 (sh64_get_saved_pr): Update.
1476 (sh_init_extra_frame_info): Update.
1477 (sh_init_extra_frame_info): Update.
1478 (sh64_init_extra_frame_info): Update.
1479 (sh64_init_extra_frame_info): Update.
1480 * mcore-tdep.c (mcore_find_callers_reg): Update.
1481 (mcore_frame_saved_pc): Update.
1482 (mcore_init_extra_frame_info): Update.
1483 * i386-tdep.c (i386_frame_saved_pc): Update.
1484 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1485 (ia64_init_extra_frame_info): Update.
1486 (ia64_init_extra_frame_info): Update.
1487 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1488 * cris-tdep.c (cris_init_extra_frame_info): Update.
1489 * avr-tdep.c (avr_frame_chain): Update.
1490 (avr_init_extra_frame_info): Update.
1491 (avr_frame_saved_pc): Update.
1492 * arm-tdep.c (arm_find_callers_reg): Update.
1493 (arm_init_extra_frame_info): Update.
1494 (arm_frame_saved_pc): Update.
1495
1496 2002-09-17 Tom Tromey <tromey@redhat.com>
1497
1498 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1499 is "'".
1500
1501 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1502
1503 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1504 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1505 NEXT_PROLOGUE_INSN.
1506 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1507 NEXT_PROLOGUE_INSN.
1508
1509 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1510
1511 * osfsolib.c: Remove file, replaced by solib-osf.c.
1512 * Makefile.in: Remove compilation rules for osfsolib.c.
1513
1514 2002-09-16 David Carlton <carlton@math.stanford.edu>
1515
1516 * cp-valprint.c (cp_print_class_method): Correct args to
1517 check_stub_method_group.
1518
1519 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1520
1521 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1522 `set architecture'. Unify naming convention of functions.
1523 (h8300_skip_prologue): Improve prologue analysis.
1524 (h8300_push_arguments): Rewritten to more closely match GCC's
1525 bizarre argument-passing behavior, along with the comment describing
1526 said behavior.
1527 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1528 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1529 sim, remote-e7000.c, remote-hms.c and remote.c
1530
1531 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1532
1533 * i386-tdep.c (gdb_print_insn_i386): Removed.
1534 (i386_print_insn): New function.
1535 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1536 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1537 tm_print_insn_info.
1538
1539 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1540
1541 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1542 zero.
1543
1544 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1545
1546 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1547 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1548 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1549
1550 2002-09-13 Christopher Faylor <cgf@redhat.com>
1551
1552 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1553
1554 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1555
1556 * gdbtypes.c (check_stub_method): Make static.
1557 (check_stub_method_group): New function.
1558 * gdbtypes.h: Update prototypes.
1559 * cp-support.c: New file.
1560 * cp-support.h: New file.
1561
1562 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1563 (update_method_name_from_physname): New function.
1564 (read_member_functions): Correct method names for operators
1565 and v3 constructors/destructors. Separate v2 constructors and
1566 destructors.
1567 * Makefile.in (stabsread.o): Update dependencies.
1568 (SFILES): Add cp-support.c.
1569 (COMMON_OBS): Add cp-support.o.
1570 (cp_support_h, cp-support.o): Add.
1571
1572 * cp-valprint.c (cp_print_class_method): Call
1573 check_stub_method_group instead of check_stub_method. Remove
1574 extraneous QUITs.
1575 * p-valprint.c (pascal_object_print_class_method): Likewise.
1576 * valops.c (search_struct_method): Likewise.
1577 (find_method_list, value_struct_elt_for_reference): Likewise.
1578
1579 2002-09-13 Andrew Cagney <cagney@redhat.com>
1580
1581 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1582 * gdbarch.h, gdbarch.c: Regenerate.
1583
1584 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1585
1586 * frame.c (find_saved_register): Delete function.
1587 * frame.h (find_saved_register): Delete declaration.
1588 Fix PR gdb/631.
1589
1590 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1591
1592 * mips-tdep.c (read_next_frame_reg): Re-hack using
1593 frame_register_unwind.
1594
1595 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1596
1597 * mips-tdep.c (mips_get_saved_register): Re-hack using
1598 frame_register_unwind.
1599
1600 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1601
1602 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1603 vector. Will be useful for Interix.
1604 * gdbarch.h, gdbarch.c: Regenerate.
1605
1606 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1607 name of the malloc function by NAME_OF_MALLOC.
1608
1609 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1610
1611 * value.h (find_function_in_inferior): Add const keyword to
1612 one of the parameters. Allows us to invoke this function with
1613 a const char *.
1614 * valops.c (find_function_in_inferior): Likewise.
1615
1616 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1617
1618 * exec.c (xfer_memory): Fix compilation warning with old versions
1619 of GCC.
1620 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1621
1622 2002-09-12 David Carlton <carlton@math.stanford.edu>
1623
1624 * symtab.h: Run through gdb_indent.h.
1625 Add 2002 to Copyright year list.
1626
1627 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1628
1629 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1630 mach constants.
1631 * MAINTAINERS: Add myself to write after approval list.
1632
1633 2002-09-11 J. Brobecker <brobecker@gnat.com>
1634
1635 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1636
1637 2002-09-11 J. Brobecker <brobecker@gnat.com>
1638
1639 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1640 Interix.
1641
1642 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1643
1644 * procfs.c (do_detach): Clear current signal, not just fault.
1645 Corrects problem with breakpoint trap signal leaking to detached
1646 process on Tru64.
1647
1648 2002-09-10 Michael Snyder <msnyder@redhat.com>
1649
1650 * buildsym.c (finish_block): Protect against null pointer.
1651
1652 2002-09-10 Andrew Cagney <cagney@redhat.com>
1653
1654 * infcmd.c (default_print_registers_info): Send all output to
1655 ``file'' instead of ``gdb_stdout''.
1656
1657 2002-09-10 Michael Snyder <msnyder@redhat.com>
1658
1659 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1660 LONGEST, and use signed register read (addresses are sign-
1661 extended for mips).
1662
1663 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1664
1665 * event-loop.c (gdb_do_one_event): Make public.
1666 * event-loop.h (gdb_do_one_event): Declare.
1667
1668 2002-09-10 Jeff Law <law@redhat.com>
1669
1670 * infttrace.c (child_resume): Simplify and rework to avoid
1671 TT_PROC_CONTINUE.
1672
1673 2002-09-09 Fred Fish <fnf@intrinsity.com>
1674
1675 * printcmd.c (print_scalar_formatted): "len" is the number of
1676 target bytes, NOT the number of target bits.
1677
1678 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1679
1680 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1681 * top.c (init_main): Set rl_terminal_name.
1682
1683 2002-09-08 Aidan Skinner <aidan@velvet.net>
1684
1685 * ada-lang.c (ada_array_bound, ada_type_match,
1686 _initialize_ada_language): Fix K&R definitions.
1687 * ada-tasks.c (get_current_task): Fix K&R definitions.
1688 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1689
1690 2002-09-07 Christopher Faylor <cgf@redhat.com>
1691
1692 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1693 Add XP.
1694
1695 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1696
1697 * i386-tdep.c (i386_register_virtual_type,
1698 i386_register_convertible, i386_register_convert_to_virtual,
1699 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1700 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1701 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1702 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1703 Don't set push_arguments twice.
1704
1705 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1706 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1707 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1708 sigtramp_end to NULL.
1709 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1710 defines.
1711 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1712
1713 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1714 whitespace.
1715
1716 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1717 * gdbarch.h, gdbarch.c: Re-generate.
1718 * blockframe.c (find_pc_sect_partial_function): Convert to use
1719 SIGTRAMP_START_P predicate.
1720
1721 2002-09-05 Michael Snyder <msnyder@redhat.com>
1722
1723 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1724 generic_dummy_frame method and old method. Also distinguish
1725 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1726 (arm_extract_return_value): Use new regcache method.
1727
1728 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1729 adjustment that doesn't conform to the ABI.
1730 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1731 saved regcache, not from current regcache.
1732
1733 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1734
1735 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1736 * README: Update.
1737
1738 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1739
1740 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1741 if arm_apcs_32 is false.
1742
1743 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1744
1745 GDB 5.3 branch created.
1746
1747 2002-09-03 Theodore A. Roth <troth@verinet.com>
1748
1749 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1750 generic_unwind_get_saved_register.
1751
1752 2002-09-03 David Carlton <carlton@math.stanford.edu>
1753
1754 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1755 argument (PR gdb/653). Update call to smash_to_method_type.
1756 (read_structure_scope): Update call to dwarf2_add_member_fn.
1757
1758 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1759
1760 * x86-64-linux-tdep.c: Include gdb_string.h
1761 * x86-64-linux-nat.c: Ditto.
1762
1763 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1764
1765 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1766 when YYDEBUG is set to 1.
1767 * c-exp.y: Likewise.
1768 * f-exp.y: Likewise.
1769 * jv-exp.y: Likewise.
1770 * m2-exp.y: Likewise.
1771 * p-exp.y: Likewise.
1772
1773 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1774
1775 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1776 dependency list.
1777 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1778 solib_svr4_fetch_link_map_offsets to
1779 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1780 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1781 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1782 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1783 solib-svr4.o, and solib-legacy.o.
1784 * config/i386/tm-nbsd.h: Include solib.h.
1785
1786 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1787
1788 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1789 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1790 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1791 comment noting that this needs its own target configuration.
1792 * config/i386/nbsd.mt: New file.
1793 * config/i386/nbsdaout.mt: Remove.
1794 * config/i386/nbsdelf.mt: Ditto.
1795 * config/i386/tm-nbsdaout.h: Ditto.
1796
1797 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1798
1799 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1800 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1801 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1802 tdep->sigtramp_end.
1803 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1804 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1805 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1806
1807 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1808
1809 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1810 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1811 * i386-tdep.h (i386bsd_init_abi): New prototype.
1812 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1813 function declaration.
1814 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1815 for NetBSD-a.out or NetBSD-ELF.
1816 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1817 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1818 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1819 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1820 and nbsd-tdep.h.
1821 (i386nbsd_pc_in_sigtramp): New function.
1822 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1823 i386nbsd_pc_in_sigtramp.
1824 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1825 and i386nbsdelf_init_abi OS ABI handlers.
1826 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1827 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1828
1829 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1830
1831 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1832 registers if the target really has them.
1833
1834 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1835
1836 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1837 than nbsd-tdep.h.
1838
1839 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1840
1841 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1842 list.
1843 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1844 (alphanbsd_skip_sigtramp_frame): New functions.
1845 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1846 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1847 to alphanbsd_sigcontext_addr.
1848
1849 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1850
1851 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1852 list.
1853 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1854 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1855 nbsd_pc_in_sigtramp.
1856 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1857 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1858 * nbsd-tdep.c: Include gdb_string.h.
1859 (nbsd_pc_in_sigtramp): New function.
1860 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1861 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1862 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1863 ppcnbsd_pc_in_sigtramp.
1864 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1865 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1866 shnbsd_pc_in_sigtramp.
1867 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1868 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1869 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1870
1871 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1872
1873 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1874 watchpoints to NULL.
1875 (insert_breakpoints): set val field of watchpoints if NULL.
1876
1877
1878 2002-08-29 Jim Blandy <jimb@redhat.com>
1879
1880 * symtab.c (lookup_symbol_aux): In the cases where we find a
1881 minimal symbol of an appropriate name and use its address to
1882 select a symtab to read and search, use `name' (as passed to us)
1883 as the demangled name when searching the symtab's global and
1884 static blocks, not the minsym's name.
1885
1886 2002-08-29 Keith Seitz <keiths@redhat.com>
1887
1888 * stack.c (print_frame_info_base): Always set current_source_symtab
1889 and current_source_line.
1890
1891 2002-08-29 Donn Terry <donnte@microsoft.com>
1892
1893 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1894
1895 2002-08-28 Keith Seitz <keiths@redhat.com>
1896
1897 * stack.c (select_frame): Add FIXME concerning selected-frame
1898 events.
1899 (select_frame_command): Send selected-frame-level-changed
1900 event notification, but only if the level actually changed.
1901 (up_silently_base): Add selected-frame-level-changed event
1902 notification.
1903 (down_silently_base): Likewise.
1904
1905 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1906
1907 * Makefile.in: Update dependencies for all gdb/*.c files.
1908
1909 2002-08-27 Tom Tromey <tromey@redhat.com>
1910
1911 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1912 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1913 Update dependencies.
1914 * i387-tdep.c: Include gdb_string.h.
1915 * osabi.c: Likewise.
1916 * i386-linux-nat.c: Likewise.
1917 * lin-lwp.c: Likewise.
1918 * ax-gdb.c: Likewise.
1919 * signals/signals.c: Likewise.
1920 * jv-valprint.c: Likewise.
1921 * p-lang.c: Likewise.
1922 * c-valprint.c: Likewise.
1923 * cp-abi.c: Likewise.
1924
1925 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1926
1927 * cli/cli-script.h (copy_command_lines): Export.
1928 * breakpoint.c: Include cli/cli-script.h.
1929 * Makefile.in (breakpoint.o): Update dependencies.
1930
1931 2002-08-26 Michael Snyder <msnyder@redhat.com>
1932
1933 * breakpoint.c (insert_breakpoints): Protect all references
1934 to 'process_warning'. Shorten long lines.
1935
1936 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1937
1938 * cli/cli-script.c (copy_command_lines): New function.
1939 * defs.h (copy_command_lines): Export.
1940 * testsuite/gdb.base/commands.exp: New tests for commands
1941 attached to a temporary breakpoint, and for commands that
1942 delete the breakpoint they are attached to.
1943
1944 2002-08-26 Michael Snyder <msnyder@redhat.com>
1945
1946 * breakpoint.c (bpstat_stop_status): Instead of copying the
1947 pointer to the breakpoint commands struct, make a new copy
1948 of the struct and point to that.
1949 (bpstat_clear): Free the commands struct.
1950 (bpstat_clear_actions): Free the commands struct.
1951 (bpstat_do_actions): Free the command actions. Also execute
1952 the local cleanups, instead of deleting them.
1953 (delete_breakpoint): Leave the commands field of the bpstat
1954 chain alone -- it will be freed later.
1955
1956 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1957
1958 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1959 deleted in 2002-08-20 commit. This function is still used by
1960 ppc-linux-nat.c.
1961
1962 2002-08-26 Keith Seitz <keiths@redhat.com>
1963
1964 * gdb-events.sh: Add selected-frame-level-changed event.
1965 * gdb-events.c: Regenerated.
1966 * gdb-events.h: Regenerated.
1967
1968 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1969
1970 Fix PR gdb/393:
1971 * inflow.c (terminal_save_ours): New function to save terminal
1972 settings.
1973 * inferior.h (terminal_save_ours): Declare.
1974 * target.c (debug_to_terminal_save_ours): New function.
1975 (cleanup_target): Defaults to_terminal_save_ours.
1976 (update_current_target): Inherit to_terminal_save_ours.
1977 (setup_target_debug): Set to_terminal_save_ours.
1978 * target.h (target_terminal_save_ours): New to save terminal settings.
1979 (target_ops): New member to_terminal_save_ours.
1980 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1981 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1982 * inftarg.c (init_child_ops): Likewise.
1983 * m3-nat.c (init_m3_ops): Likewise.
1984 * procfs.c (init_procfs_ops): Likewise.
1985 * wince.c (init_child_ops): Likewise.
1986 * win32-nat.c (init_child_ops): Likewise.
1987 * sol-thread.c (init_sol_thread_ops): Likewise.
1988
1989 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1990
1991 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1992 use regcache_* functions.
1993 (i386_gdbarch_init): Set store_return_value instead of
1994 deprecated_store_return_value.
1995
1996 * regcache.c (regcache_raw_write_signed,
1997 regcache_raw_write_unsigned): New functions.
1998 * regcache.h (regcache_raw_write_signed,
1999 regcache_raw_write_unsigned): New prototypes.
2000
2001 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2002
2003 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2004 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2005 source file dependencies. Cleanup corresponding generator rules.
2006
2007 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2008
2009 * regcache.h (register_offset_hack): Declare.
2010 (regcache_cooked_read_using_offset_hack): Declare.
2011 (regcache_cooked_write_using_offset_hack): Declare.
2012
2013 * regcache.c (register_offset_hack): New function.
2014 (regcache_cooked_read_using_offset_hack): New function.
2015 (regcache_cooked_write_using_offset_hack): New function.
2016 (regcache_dump): Check that the registers, according to their
2017 offset, are packed hard against each other.
2018 (cooked_xfer_using_offset_hack): New function.
2019
2020 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2021
2022 * regcache.c (struct regcache_descr): Add field register_type.
2023 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2024 in as a parameter
2025 (init_regcache_descr): Initialize register_type. Pass the descr
2026 to init_legacy_regcache_descr. Use register_type instead of
2027 REGISTER_VIRTUAL_TYPE.
2028 (register_type): New function.
2029 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2030 * regcache.h (register_type): Declare.
2031
2032 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2033
2034 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2035 instead of deprecated_store_return_value. Fix fallout from
2036 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2037
2038 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2039
2040 * regcache.c (max_register_size): New function.
2041 (init_legacy_regcache_descr): Ensure that max_register_size is
2042 large enough for REGISTER_VIRTUAL_SIZE.
2043 * regcache.h (max_register_size): Declare.
2044
2045 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2046
2047 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2048 store_return_value.
2049 (e500_extract_return_value): Change type of valbuf pointer to
2050 void.
2051
2052 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2053
2054 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2055 workaround.
2056
2057 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2058 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2059 long long) to prevent compiler warning on 64-bit systems.
2060
2061 2002-08-23 Andrew Cagney <cagney@redhat.com>
2062
2063 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2064 (DEPRECATED_STORE_RETURN_VALUE): New method.
2065 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2066 * gdbarch.h, gdbarch.c: Re-generate.
2067
2068 * values.c (set_return_value): Pass current_regcache to
2069 STORE_RETURN_VALUE.
2070 * arch-utils.h (legacy_store_return_value): Declare.
2071 * arch-utils.c (legacy_store_return_value): New function.
2072 (legacy_extract_return_value): Update parameters.
2073
2074 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2075 STORE_RETURN_VALUE.
2076 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2077 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2078 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2079 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2080 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2081 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2082 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2083 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2084 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2085 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2086
2087 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2088 * i386-tdep.c (i386_extract_return_value): Update.
2089 * arch-utils.c (legacy_extract_return_value): Update.
2090 * frv-tdep.c (frv_gdbarch_init): Update.
2091 * cris-tdep.c (cris_gdbarch_init): Update.
2092 * d10v-tdep.c (d10v_gdbarch_init): Update.
2093 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2094 * m68k-tdep.c (m68k_gdbarch_init): Update.
2095 * mcore-tdep.c (mcore_gdbarch_init): Update.
2096 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2097 * s390-tdep.c (s390_gdbarch_init): Update.
2098 * sparc-tdep.c (sparc_gdbarch_init): Update.
2099 * sh-tdep.c (sh_gdbarch_init): Update.
2100 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2101 * v850-tdep.c (v850_gdbarch_init): Update.
2102 * avr-tdep.c (avr_gdbarch_init): Update.
2103 * ia64-tdep.c (ia64_gdbarch_init): Update.
2104 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2105 * vax-tdep.c (vax_gdbarch_init): Update.
2106 * alpha-tdep.c (alpha_gdbarch_init): Update.
2107 * arm-tdep.c (arm_gdbarch_init): Update.
2108 * mips-tdep.c (mips_gdbarch_init): Update.
2109 * i386-tdep.c (i386_gdbarch_init): Update.
2110
2111 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2112
2113 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2114 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2115
2116 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2117
2118 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2119 problems.
2120
2121 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2122
2123 * infrun.c (handle_inferior_event): Move a comment outside of a
2124 function call, in order to avoid indent reformatting this part
2125 of the code in an unreadable way.
2126
2127 2002-08-23 Grace Sainsbury <graces@redhat.com>
2128
2129 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2130 when breakpoints fail. Move general breakpoint error messages to
2131 insert_breakpoints.
2132 * breakpoint.c (insert_breakpoints): Change warnings when
2133 breakpoints are nto inserted to specify the type. Remove call to
2134 memory_error when hardware breakpoints can't be inserted. Remove
2135 multiple calls to warning so all messages are sent to the user at
2136 once.
2137 (delete_breakpoints): Make insert error messsages more explicit.
2138
2139 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2140
2141 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2142 gdbserver/ChangeLog.
2143
2144 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2145
2146 * i386-tdep.c: Include "objfiles.h".
2147 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2148 skip_trampoline_code.
2149 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2150 (CPLUS_MARKER): Define to '.'.
2151
2152 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2153 member.
2154 (linux_corefile_thread_callback): Increase args->num_notes.
2155 (linux_make_note_section): Initialize thread_args.num_notes, and
2156 use it to determine whether notes for any threads were created.
2157
2158 2002-08-23 Donn Terry <donnte@microsoft.com>
2159
2160 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2161 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2162 and PCUNKILL.
2163 (write_with_trace): Conditionalize out the switch branch handling
2164 PCSHOLD if the corresponding macro is not defined. Likewise for
2165 PRSABORT and PRSTOP.
2166 This change will be needed by the Interix port.
2167
2168 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2169
2170 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2171 write_register wherever possible instead of manipulating the
2172 register bytes directly.
2173 Assign VALUE_CONTENTS to a variable and use that.
2174 The GPR numbers are now dependent on the architecture.
2175
2176 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2177
2178 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2179 ev_offset fields.
2180 (skip_prologue): Add support for BookE/e500 instructions.
2181 (e500_extract_return_value): New function.
2182 (frame_get_saved_regs): Add support for saving ev registers and
2183 pseudo gpr's.
2184 (e500_store_return_value): New function.
2185 (rs6000_gdbarch_init): Move up default intializations of
2186 deprecated_extract_return_value and store_return_value. Overwrite
2187 init of store_return_value with e500 specific version.
2188 Set extract_return_value for e500.
2189
2190 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2191
2192 * blockframe.c (generic_call_dummy_register_unwind): Use
2193 regcache_cooked_read to catch cases in which the variable is
2194 stored in a pseudo register.
2195
2196 2002-08-22 Andrew Cagney <cagney@redhat.com>
2197
2198 * NEWS: Mention that the i960 has been made obsolete.
2199 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2200 i960-tdep.c
2201 (remote-nrom.o): Obsolete target.
2202 (remote-nindy.o, i960-tdep.o): Ditto.
2203 * remote-nrom.c: Make file obsolete.
2204 * remote-nindy.c, remote-vx960.c: Ditto.
2205 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2206 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2207 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2208 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2209 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2210 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2211 i960-*-vxworks* obsolete.
2212 * MAINTAINERS: Note that the i960 is obsolete.
2213
2214 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2215
2216 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2217 detach to allow reinitialization.
2218
2219 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2220
2221 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2222 attempt).
2223
2224 2002-08-22 Jim Blandy <jimb@redhat.com>
2225
2226 * coffread.c (coff_symfile_read): Don't try to read the line
2227 number table from disk if the image file doesn't have a symbol
2228 table; we'll never actually look at the info anyway, and Windows
2229 ships DLL's with bogus file offsets for the line number data.
2230
2231 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2232
2233 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2234 an e500 executable.
2235
2236 2002-08-21 Michael Snyder <msnyder@redhat.com>
2237
2238 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2239 (MSYMBOL_SIZE): Replace macro with function.
2240 (DEFAULT_MIPS_TYPE): Delete unused macro.
2241 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2242 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2243
2244 2002-08-21 Jim Blandy <jimb@redhat.com>
2245
2246 * valops.c (value_cast): Simplify and correct logic for doing a
2247 static cast from a pointer to a base class to a pointer to a
2248 derived class.
2249
2250 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2251
2252 * infcmd.c (default_print_registers_info): Replace
2253 do_registers_info.
2254 (registers_info): Use gdbarch_print_registers_info instead of
2255 DO_REGISTERS_INFO.
2256 * inferior.h (default_print_registers_info): Replace
2257 do_registers_info.
2258 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2259 (DO_REGISTERS_INFO): Change to a predicate function.
2260 * gdbarch.h, gdbarch.c: Regenerate.
2261
2262 2002-08-21 Keith Seitz <keiths@redhat.com>
2263
2264 * gdb-events.sh: Add target-changed event.
2265 * gdb-events.c: Regenerated.
2266 * gdb-events.c: Regenerated.
2267 * valops.c (value_assign): Add target-changed event notification
2268 to inlval_register, lval_memory, and lval_reg_frame_relative.
2269
2270 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2271
2272 * NEWS: Add an entry regarding the improvement of the next/step
2273 operation on Alpha Tru64 multi-processor machines.
2274
2275 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2276
2277 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2278 directores.
2279 * Makefile.in: Update all _h macro definitions.
2280 * Makefile.in (install-gdbtk): Move to install section.
2281 (rdi-share/libangsd.a): Move to end of file.
2282
2283 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2284
2285 * frame.c (frame_register_unwind): When a register, set addrp to
2286 the register's byte.
2287
2288 2002-08-20 Michael Snyder <msnyder@redhat.com>
2289
2290 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2291 used locally, so move them from the target machine header to here.
2292 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2293 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2294 Make static.
2295 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2296
2297 2002-08-20 Andrew Cagney <cagney@redhat.com>
2298
2299 * NEWS: Mention that the Apollo line was made obsolete.
2300 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2301 m68*-hp-hpux* obsolete.
2302 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2303 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2304 * buildsym.c (make_blockvector): Make static.
2305 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2306 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2307 (ALLDEPFILES): Remove dstread.c.
2308 (dstread.o): Obsolete make rule.
2309 * dstread.c: Makefile obsolete.
2310 * dst.h: Ditto.
2311 * config/m68k/hp300hpux.mt: Ditto.
2312 * config/m68k/hp300hpux.mh: Ditto.
2313 * config/m68k/hp300bsd.mt: Ditto.
2314 * config/m68k/hp300bsd.mh: Ditto.
2315 * config/m68k/apollo68b.mt: Ditto.
2316 * config/m68k/apollo68v.mh: Ditto.
2317 * config/m68k/apollo68b.mh: Ditto.
2318
2319 2002-08-20 Michael Snyder <msnyder@redhat.com>
2320
2321 * mips-tdep.c (mips_in_return_stub): Make static.
2322 (mips_gdbarch_init): Set in_solib_return_trampoline.
2323 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2324
2325 2002-08-20 Michael Snyder <msnyder@redhat.com>
2326
2327 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2328 * gdbarch.c, gdbarch.h: Regenerate.
2329 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2330 Add.
2331 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2332
2333 2002-08-20 Michael Snyder <msnyder@redhat.com>
2334
2335 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2336 (mips_gdbarch_init): Set skip_trampoline_code,
2337 in_solib_call_trampoline.
2338 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2339 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2340
2341 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2342
2343 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2344
2345 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2346 vector type for ev registers.
2347 (e500_pseudo_register_read): New function.
2348 (e500_pseudo_register_write): New function.
2349 (e500_dwarf2_reg_to_regnum): New function.
2350 (PPC_UISA_NOFP_SPRS): New macro.
2351 (PPC_EV_REGS): New macro.
2352 (PPC_GPRS_PSEUDO_REGS): New macro.
2353 (registers_e500): New register set for e500.
2354 (variants): Add e500 variant.
2355 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2356 before setting architectural dependent variations. Initialize ev
2357 registers numbers. Add case for e500 architecture. Set the
2358 number of pseudo registers.
2359
2360 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2361
2362 * rs6000-tdep.c: Clean up comments.
2363
2364 2002-08-20 Andrew Cagney <cagney@redhat.com>
2365
2366 * h8300-tdep.c: Re-indent file.
2367
2368 2002-08-20 Jim Blandy <jimb@redhat.com>
2369
2370 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2371 default for this.
2372
2373 2002-08-20 Keith Seitz <keiths@redhat.com>
2374
2375 * breakpoints.c (watch_command_1): Use internal breakpoint
2376 when setting a watchpoint_scope breakpoint.
2377
2378 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2379
2380 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2381 (build_builtin_type_vec64i): Ditto.
2382 (build_builtin_type_vec128): Ditto.
2383 (build_builtin_type_vec128i): Ditto.
2384
2385 2002-08-19 Michael Snyder <msnyder@redhat.com>
2386
2387 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2388 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2389 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2390 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2391 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2392 CALL_DUMMY_ADDRESS): Delete.
2393 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2394 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2395 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2396 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2397 push_return_address.
2398 (mips_register_raw_size, mips_eabi_use_struct_convention,
2399 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2400 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2401 mips_init_extra_frame_info, mips_eabi_push_arguments,
2402 mips_n32n64_push_arguments, mips_push_return_address,
2403 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2404 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2405
2406 2002-08-19 Michael Snyder <msnyder@redhat.com>
2407
2408 * mips-tdep.c (mips_frame_num_args): New function.
2409 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2410 frame_saved_pc, frame_args_address, frame_locals_address,
2411 frame_num_args, and frame_args_skip.
2412 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2413 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2414 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2415 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2416
2417 2002-08-20 Michael Snyder <msnyder@redhat.com>
2418
2419 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2420 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2421 * mips-tdep.c (mips_store_struct_return): New function.
2422 (mips_extract_struct_value_address): New function.
2423 (mips_gdbarch_init): Set store_struct_return and
2424 extract_struct_value_address.
2425
2426 2002-08-20 David Carlton <carlton@math.stanford.edu>
2427
2428 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2429 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2430 (read_file_scope): Check that line_header is nonzero before
2431 decoding macro information.
2432
2433 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2434
2435 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2436 flag the general-purpose registers as floating-point on targets
2437 that don't support the floating-point registers.
2438
2439 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2440
2441 * rs6000-tdep.c (altivec_register_p): Delete.
2442 (rs6000_do_altivec_registers): Delete.
2443 (rs6000_altivec_registers_info): Delete.
2444 (rs6000_do_registers_info): Delete.
2445 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2446 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2447
2448 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2449
2450 * infcmd.c (do_registers_info): Print vector registers in hex
2451 format only.
2452 (print_vector_info): Check that printing registers
2453 makes sense.
2454 (print_float_info): Ditto.
2455
2456 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2457
2458 * mips-tdep.c (mips_gdbarch_init): Update.
2459 (mips_o32_extract_return_value): Rewrite.
2460 (mips_o32_store_return_value): Rewrite.
2461 (mips_o32_xfer_return_value): New function.
2462 (mips_xfer_register): Tweak debug print message. Allow for
2463 buf_offset when dumping the value transfered.
2464
2465 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2466
2467 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2468 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2469 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2470 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2471 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2472
2473 2002-08-14 Michael Snyder <msnyder@redhat.com>
2474
2475 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2476
2477 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2478
2479 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2480 register.
2481 (P): New macro to define a register as a pseudo register.
2482 (R, R4, R8, R16, FR32, R64, R0): Updated.
2483 (struct variant): Add new fields for number of pseudo registers
2484 and number of total registers.
2485 (tot_num_registers): New macro replacing....
2486 (num_registers): ...deleted macro.
2487 (num_registers): New function.
2488 (num_pseudo_registers): New function.
2489 (variants): Update all variants to intialize new fields correctly.
2490 Postpone initialization of number of pseudo regs and real regs.
2491 (init_variants): New function.
2492 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2493 registers offsets.
2494
2495 2002-08-19 David Carlton <carlton@math.stanford.edu>
2496
2497 * valops.c (search_struct_field): Change error message to treat
2498 return value of 0 from value_static_field as meaning that field is
2499 optimized out.
2500 (value_struct_elt_for_reference): Ditto.
2501 * values.c (value_static_field): Treat an unresolved location the
2502 same as a nonexistent symbol. Fix PR gdb/635.
2503 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2504 enclosed. Fix PR gdb/574.
2505 * MAINTAINERS: Add self to Write After Approval list.
2506
2507 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2508
2509 * mips-tdep.c (mips_xfer_register): New function.
2510 (mips_n32n64_extract_return_value): Rewrite.
2511 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2512 instead of deprecated_extract_return_value.
2513
2514 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2515
2516 * rs6000-tdep.c (TDEP): Delete macro.
2517 (branch_dest): Replace use of TDEP macro with its body.
2518 (rs6000_pop_frame): Ditto.
2519 (rs6000_push_arguments): Ditto.
2520 (rs6000_skip_trampoline_code): Ditto.
2521 (rs6000_frame_saved_pc): Ditto.
2522 (rs6000_frame_chain): Ditto.
2523 (rs6000_register_name): Ditto.
2524 (rs6000_register_byte): Ditto.
2525 (rs6000_register_raw_size): Ditto.
2526 (rs6000_register_virtual_type): Ditto.
2527 (rs6000_register_convertible): Ditto.
2528 (rs6000_convert_from_func_ptr_addr): Ditto.
2529
2530 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2531
2532 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2533 conditionally.
2534 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2535 MIPS_LINUX_JB_ELEMENT_SIZE.
2536 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2537 for MAX_REGISTER_RAW_SIZE arrays.
2538 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2539 MIPS_LINUX_JB_ELEMENT_SIZE.
2540
2541 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2542
2543 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2544
2545 2002-08-19 Aidan Skinner <aidan@velvet.net>
2546
2547 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2548 ada-valprint.c ada-tasks.c.
2549 (YYFILES): Add ada-exp.y.
2550 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2551 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2552 (ada-exp.tab.o): New target.
2553
2554 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2555
2556 * regcache.c (regcache_xfer_part): New function.
2557 (regcache_raw_read_part): New function.
2558 (regcache_raw_write_part): New function.
2559 (regcache_cooked_read_part): New function.
2560 (regcache_cooked_write_part): New function.
2561 * regcache.h (regcache_raw_read_part): Declare.
2562 (regcache_raw_write_part): Declare.
2563 (regcache_cooked_read_part): Declare.
2564 (regcache_cooked_write_part): Declare.
2565
2566 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * remote.c (remote_open_1): Add async_p.
2569 (remote_async_open_1): Delete.
2570 (open_remote_target): Delete.
2571 (remote_open, extended_remote_open): Update calls to remote_open_1.
2572 (remote_async_open, extended_remote_async_open): Call
2573 remote_open_1 instead of remote_async_open_1.
2574
2575 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2576
2577 * blockframe.c: Fix a few coding standard violations.
2578
2579 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2580
2581 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2582 here from ...
2583 * config/i386/tm-i386sco5.h: ... here. File removed.
2584 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2585
2586 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2587 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2588 (TM_FILE): Set to tm-i386.h.
2589 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2590 * config/i386/tm-i386v.h: Remove file.
2591 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2592 instead of "i386/tm-i386v.h".
2593 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2594 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2595 "i386/tm-i386v.h".
2596 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2597 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2598 "i386/tm-i386.h".
2599
2600 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2601
2602 * config/i386/nm-i386v.h: Add protection against
2603 multiple-inclusion.
2604 (i386_register_u_addr): Remove prototype.
2605 (register_u_addr): New prototype.
2606 (REGISTER_U_ADDR): Redefine accordingly.
2607 * i386v-nat.c: Improve several comments.
2608 (i386_register_u_addr): Change signature and rename to
2609 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2610 ubase variable.
2611
2612 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2613
2614 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2615 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2616 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2617 deprecated_extract_return_value.
2618 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2619 rename mips_o32o64_push_arguments.
2620 (mips_gdbarch_init): Update.
2621 (mips_extract_return_value): Delete.
2622 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2623 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2624 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2625 (mips_n32n64_extract_return_value): Clone
2626 mips_extract_return_value.
2627 (mips_store_return_value): Delete.
2628 (mips_o32_store_return_value): Clone mips_store_return_value.
2629 (mips_o64_store_return_value): Clone mips_store_return_value.
2630 (mips_eabi_store_return_value): Clone mips_store_return_value.
2631 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2632
2633 2002-08-18 Aidan Skinner <aidan@velvet.net>
2634
2635 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2636 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2637
2638 2002-08-18 Aidan Skinner <aidan@velvet.net>
2639
2640 * ada-lang.c: Run through gdb_indent.sh.
2641 * ada-lang.h: Run through gdb_indent.sh.
2642 * ada-tasks.c: Run through gdb_indent.sh.
2643 * ada-typeprint.c: Run through gdb_indent.sh.
2644 * ada-valprint.c: Run through gdb_indent.sh.
2645
2646 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2647
2648 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2649 ABI.
2650
2651 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2652
2653 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2654
2655 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2656 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2657
2658 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2659 write_register_gen instead of write_register_bytes.
2660
2661 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2662 i[3456]-*-osf1mk* configurations have been made obsolete.
2663 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2664 i[3456]86-*-osf1mk* hosts obsolete.
2665 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2666 targets obsolete.
2667 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2668 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2669 config/i386/i386m3.mt, config/i386/nm-m3.h,
2670 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2671 config/i386/i386mk.mh, config/i386/i386mk.mt,
2672 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2673 obsolete.
2674 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2675 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2676 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2677
2678 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2679
2680 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2681 (hppa_value_returned_from_stack): Declare.
2682 (hppa_extract_return_value): Declare.
2683 * config/pa/hppa.mt: New file.
2684 * configure.tgt: Recognize hppa*-*-*.
2685 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2686
2687 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2688
2689 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2690 comment.
2691
2692 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2693
2694 * top.c (gdb_rl_operate_and_get_next): Make sure
2695 operate-and-get-next functions correctly even when the history
2696 list is completely filled.
2697
2698 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2699
2700 * MAINTAINERS (Target Instruction Set Architectures): Rename
2701 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2702 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2703 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2704 already listed under Host/Native.
2705
2706 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2707 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2708 mips*-*-*.
2709
2710 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2711
2712 * config/ia64/ia64.mt: New file.
2713 * config/alpha/alpha.mt: New file.
2714 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2715 ia64-linux-gnu. Mention that ia64-elf is broken.
2716 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2717
2718 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2719
2720 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2721 generic_func_frame_valid instead of func_frame_valid.
2722
2723 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2724
2725 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2726 procfs appears to be broken when debugging on multi-processor
2727 machines. So enable software single stepping in order to avoid
2728 using the procfs interface to do next/step operations, using
2729 internal breakpoints instead.
2730
2731 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2732 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2733 make this pc address equal to the value it would have if the
2734 system stepping capability was used. Also set a new flag used
2735 to ensure that we don't readjust the PC one more time later.
2736
2737 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2738 address by DECR_PC_AFTER_BREAK when software single step is
2739 in use for this architecture, as this has already been taken
2740 care of in handle_inferior_event().
2741
2742 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2743
2744 * infrun.c (handle_inferior_event): Minor reformatting, to make
2745 a rather long condition expression easier to read.
2746
2747 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2748
2749 * Makefile.in (gdbtk.o): Move to end of file.
2750 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2751 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2752 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2753 (gdbtk-wrapper.o, gdbres.o): Ditto.
2754
2755 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2756
2757 * Makefile.in (copying.o): Separate out compile rule.
2758 (hpux-thread.o, procfs.o, signals.o): Ditto.
2759 (v850ice.o, z8k-tdep.o): Ditto.
2760 (tui-file.o): Move to TUI section.
2761 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2762 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2763
2764 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2765
2766 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2767 skip_trampoline_code, for better namespace-proofing.
2768
2769 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2770
2771 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2772
2773 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2774
2775 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2776
2777 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2778 signal, check whether we hit a breakpoint before checking for a
2779 single step breakpoint. Otherwise, GDB fails to notice that a
2780 breakpoint has been hit when stepping onto a breakpoint.
2781
2782 2002-08-16 Keith Seitz <keiths@redhat.com>
2783
2784 * gdb-events.sh (clear_gdb_event_hooks): New function.
2785 * gdb-events.c: Regenerate.
2786 * gdb-events.h: Regenerate.
2787
2788 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2789
2790 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2791 not_a_sw_breakpoint.
2792 * breakpoint.h (bpstat_stop_status): Add parameter names.
2793
2794 2002-08-16 Grace Sainsbury <graces@redhat.com>
2795
2796 * remote.c (remote_insert_hw_breakpoint)
2797 (remote_remove_hw_breakpoint): Fix calculation of length field
2798 for Z-packet.
2799
2800 2002-08-15 Michael Snyder <msnyder@redhat.com>
2801
2802 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2803 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2804 (supply_fpregset): Ditto.
2805
2806 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2807 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2808 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2809 (TARGET_READ_SP): Delete.
2810 (DO_REGISTERS_INFO): Delete.
2811 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2812 Delete.
2813 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2814 from macros to functions.
2815
2816 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2817 (mips_register_convertible, mips_register_convert_to_virtual,
2818 mips_register_convert_to_raw): Make static.
2819 (mips_read_sp): New function.
2820 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2821 (mips_do_registers_info): Make static.
2822 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2823 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2824 (mips_register_convert_from_type, mips_register_convert_to_type):
2825 New functions.
2826 (mips_gdbarch_init): Set up function_start_offset,
2827 register_virtual_size, pc_in_sigtramp.
2828
2829 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2830
2831 * infcmd.c (vector_info): New function.
2832 (_initialize_infcmd): Add command "info vector".
2833 (print_vector_info): New function.
2834
2835 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2836 * gdbarch.h, gdbarch.c: Regenerate.
2837
2838 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2839
2840 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2841 ``print_all''. Only print vector registers when ``print_all''.
2842
2843 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2844
2845 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2846 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2847
2848 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2849 Add `args' parameter.
2850 * gdbarch.h, gdbarch.c: Regenerate.
2851
2852 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2853
2854 * infcmd.c (float_info): Call print_float_info.
2855 (print_float_info): New function. By default, print the
2856 floating-point registers.
2857
2858 * arch-utils.h (default_print_float_info): Delete declaration.
2859 * arch-utils.c (default_print_float_info): Delete function.
2860
2861 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2862
2863 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2864 out define.
2865
2866 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2867 FRAME.
2868
2869 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2870 * configure.host: Make i[3456]86-*-aix host obsolete.
2871 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2872 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2873 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2874 config/i386/xm-i386aix.h: Make files obsolete.
2875 * i386aix-nat.c: Make file obsolete.
2876 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2877 (i386aix-nat.o): Make target obsolete.
2878
2879 * config/i386/nm-gnu.h: Removed.
2880 * config/i386/nm-i386gnu.h: New file.
2881 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2882 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2883 Moved here from ...
2884 * config/i386/tm-i386gnu.h: ... here. Removed.
2885 * config/i386/xm-i386gnu.h: Removed.
2886 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2887 (NAT_FILE): Set to nm-i386gnu.h.
2888 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2889 * i386-tdep.c: New file.
2890 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2891 (i386gnu-tdep.o): Specify dependencies.
2892
2893 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2894
2895 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2896 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2897 Adjust a few comments to reflect reality a bit closer.
2898 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2899 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2900 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2901 target_insert_watchpoint, target_remove_watchpoint):
2902 Move defines to ...
2903 * config/i386/nm-i386sco5.h: ... here.
2904 (kernel_u_size): Add prototype. Improve a few comments and add
2905 protection against multiple inclusion.
2906
2907 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2908 out define.
2909
2910 * uw-thread.c (SP_ARG0): Define if not already defined.
2911 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2912
2913 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2914
2915 * config/i386/tm-i386.h: Don't include "regcache.h".
2916
2917 * i387-tdep.h (i387_print_float_info): New prototype.
2918 * i387-tdep.c (print_i387_value, print_i387_ext,
2919 print_i387_status_word, print_i387_control_word): Add `struct
2920 ui_file *' argument and use it for output.
2921 (i387_print_float_info): Renamed from i387_float_info. Add
2922 `struct gdbarch *' and `struct ui_file *' arguments and use the
2923 latter for output.
2924 * i386-tdep.c: Include "i387-tdep.h".
2925 (i386_gdbarch_init): Set print_float_info.
2926 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2927 (FLOAT_INFO): Remove define.
2928
2929 2002-08-13 Michael Snyder <msnyder@redhat.com>
2930
2931 * mips-tdep.c (mips_push_arguments): Rename to
2932 mips_eabi_push_arguments, and tune for EABI.
2933 (MIPS_REGS_HAVE_HOME_P): Delete.
2934 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2935 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2936 Delete references to mips_regs_have_home_p.
2937
2938 2002-08-14 Keith Seitz <keiths@redhat.com>
2939
2940 * Makefile.in (install-gdbtk): Create insight plugin directory.
2941 Install plugins.tcl file.
2942
2943 2002-08-14 Keith Seitz <keiths@redhat.com>
2944
2945 * configure.in: Move SUBDIRS to near top of the file so that
2946 --enable options may add things to it.
2947 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2948 * configure: Regenerate.
2949
2950 2002-08-13 Michael Snyder <msnyder@redhat.com>
2951
2952 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2953 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2954 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2955
2956 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2957
2958 * vax-tdep.c (vax_get_saved_register): Delete function.
2959 (vax_gdbarch_init): Update.
2960 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2961 (ns32k_gdbarch_init): Update.
2962 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2963 (alpha_gdbarch_init): Update.
2964
2965 2002-08-13 Andrew Cagney <cagney@redhat.com>
2966
2967 * regcache.c (init_regcache_descr): Overallocate the
2968 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2969 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2970 nr_raw_registers.
2971 (set_register_cached): Add range checking assertions. Use
2972 current_regcache.
2973
2974 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2975
2976 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2977 numbers for MMX registers.
2978
2979 2002-08-13 Andrew Cagney <cagney@redhat.com>
2980
2981 * i386-tdep.c (i386_gdbarch_init): Use
2982 generic_unwind_get_saved_register.
2983
2984 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2985
2986 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2987 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2988 target vector.
2989 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2990 Delete. Add comment regarding this now-deleted target method.
2991
2992 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2993
2994 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2995 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2996 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2997 real PC and the page number (if it's within the memory bank window).
2998 (m68hc11_pseudo_register_write): Likewise when saving.
2999 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3000 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3001 (m68hc11_register_raw_size): And use 32-bit for it.
3002 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3003 16K memory bank is used by the prog; also use the virtual pc.
3004
3005 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3006
3007 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3008 (m68hc11_gdbarch_init): Install it in gdbarch.
3009 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3010 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3011 (MSYMBOL_SIZE): New for documentation.
3012 (insn_return_kind): Enum to specify how a function returns.
3013 (frame_extra_info): Cleanup and record the return mode.
3014 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3015 register in address computation.
3016 (m68hc11_get_return_insn): New to obtain the return instruction used
3017 by the function.
3018 (m68hc11_frame_init_saved_regs): Take into account the return
3019 instruction used by the function for far and interrupt functions.
3020 (m68hc11_init_extra_frame_info): Take into account page register.
3021 (m68hc11_frame_args_address): Adjust according to the return mode.
3022 (show_regs): Print page register only when it's used.
3023
3024 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3025
3026 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3027 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3028 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3029 registers.
3030 (m68hc11_register_raw_size): Likewise.
3031
3032 2002-08-13 Andrew Cagney <cagney@redhat.com>
3033
3034 * i386-tdep.c (i386_register_name): Handle mmx registers.
3035 (mmx_regnum_p): New function.
3036 (i386_mmx_names): New array.
3037 (mmx_num_regs): New variable.
3038 (i386_pseudo_register_read): New function.
3039 (i386_pseudo_register_write): New function.
3040 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3041
3042 * regcache.c (regcache_raw_read_unsigned): New function.
3043 (regcache_raw_read_signed): New function.
3044 * regcache.h (regcache_raw_read_unsigned): Declare.
3045 (regcache_raw_read_signed): Declare.
3046
3047 2002-08-13 Andrew Cagney <cagney@redhat.com>
3048
3049 * regcache.c (regcache_raw_read_as_address): Delete function.
3050 (regcache_cooked_read_signed): New function.
3051 (regcache_cooked_read_unsigned): New function.
3052 * regcache.h (regcache_cooked_read_signed): Declare.
3053 (regcache_cooked_read_unsigned): Declare.
3054 (regcache_raw_read_as_address): Delete declaration.
3055
3056 * blockframe.c (generic_read_register_dummy): Use
3057 regcache_cooked_read_unsigned.
3058 * i386-tdep.c (i386_extract_struct_value_address): Use
3059 regcache_cooked_read_unsigned.
3060
3061 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3062
3063 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3064 double sizes according to ELF ABI flags.
3065 (gdbarch_tdep): Record elf_flags.
3066
3067 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3068
3069 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3070 (m6812_prolog): They can appear in 68HC12 function prologue.
3071 (m68hc11_frame_chain): Cleanup.
3072
3073 2002-08-12 Andrew Cagney <cagney@redhat.com>
3074
3075 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3076 declarations.
3077 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3078 (i386_linux_register_raw_size): Delete function.
3079 (i386_linux_init_abi): Update.
3080 * i386-tdep.c (i386_register_raw_size): Delete function.
3081 (i386_register_byte): Delete function.
3082 (i386_gdbarch_init): Update.
3083 (i386_register_size): Delete array.
3084 (i386_register_offset): Delete array.
3085
3086 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3087 (REGISTER_RAW_SIZE): Delete macro.
3088 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3089 (REGISTER_BYTE): Delete macro.
3090
3091 2002-08-11 Aidan Skinner <aidan@velvet.net>
3092
3093 * ada-lang.c (ada_lookup_partial_symbol)
3094 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3095 prototype names so that grep ^func works properly.
3096
3097 * ada-lang.c (ada_array_element_type)
3098 (ada_lookup_partial_symbol): Fix typos in parameter list.
3099
3100 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3101 Fix prototype names so that grep ^func works properly.
3102
3103 2002-08-10 Andrew Cagney <cagney@redhat.com>
3104 Elena Zannoni <ezannoni@redhat.com>
3105 Martin M. Hunt <hunt@redhat.com>
3106
3107 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3108 (build_builtin_type_vec128i): Set the vector bit.
3109 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3110 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3111 (build_builtin_type_vec64): New function.
3112 (build_builtin_type_vec64i): New function.
3113 (build_gdbtypes): Initialize builtin_type_vec64 and
3114 builtin_type_vec64i.
3115
3116 2002-08-09 Andrew Cagney <cagney@redhat.com>
3117
3118 * regcache.c (regcache_dump): Compare the register offset
3119 with REGISTER_BYTE.
3120 * arch-utils.c (generic_register_byte): New function.
3121 * arch-utils.h (generic_register_byte): Declare.
3122 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3123 * gdbarch.h, gdbarch.c: Regenerate.
3124
3125 2002-08-09 Andrew Cagney <cagney@redhat.com>
3126
3127 * regcache.c: Include "gdbcmd.h"
3128 (_initialize_regcache): Add commands "maintenance print
3129 registers", "maintenance print raw-registers" and "maintenance
3130 print cooked-registers".
3131 (enum regcache_dump_what): Define.
3132 (dump_endian_bytes): New function.
3133 (regcache_dump): New function.
3134 (regcache_print): New function.
3135 (maintenance_print_registers): New function.
3136 (maintenance_print_raw_registers): New function.
3137 (maintenance_print_cooked_registers): New function.
3138 * Makefile.in (regcache.o): Update dependencies.
3139
3140 2002-08-09 Michael Snyder <msnyder@redhat.com>
3141
3142 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3143 (mips_push_arguments): Correct some comments. Use paddr_nz
3144 for printing addresses in debug output. Replace static
3145 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3146 (mips_n32n64_push_arguments): New function, cloned from
3147 mips_push_arguments and tuned for the n32/n64 ABI.
3148 (mips_push_register): Buffer needs dynamic allocation.
3149 (mips_print_register): Ditto.
3150 (do_gp_register_row): Ditto.
3151 (mips_store_return_value): Ditto.
3152 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3153
3154 2002-08-09 Don Howard <dhoward@redhat.com>
3155
3156 * memattr.c (mem_info_command): Print special case of upper bound
3157 as max CORE_ADDR + 1.
3158
3159 2002-08-08 Michael Snyder <msnyder@redhat.com>
3160
3161 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3162 returns structs by ref if they're too big to fit in two registers.
3163
3164 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3165
3166 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3167 saved regs value.
3168 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3169 mips_find_saved_regs().
3170 (mips_pop_frame): Likewise.
3171
3172 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3173
3174 * blockframe.c (frame_saved_regs_register_unwind): Revise
3175 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3176 frames are in use.
3177
3178 2002-08-09 Grace Sainsbury <graces@redhat.com>
3179
3180 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3181 T-packets; the 'a' is not taken as a register number.
3182 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3183 (remote_stopped_data_address): New functions; add to target
3184 vector.
3185 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3186 prototypes to match other implementations of this
3187 function. replace integer argument with pointer -- the length
3188 field in the Z-packet is the length of what is pointed to or 1 if
3189 pointer is null. Add to target vector.
3190 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3191 target vector.
3192
3193 From Mark Salter:
3194 * remote.c (remote_wait): Add support to extract optional
3195 watchpoint information from T-packet. Ignore unrecognized
3196 optional info in T-packet.
3197 (remote_async_wait): Ditto.
3198
3199 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3200
3201 * cli/cli-dump.c: Change fopen modes to use binary open modes
3202 as defined in include/fopen-bin.h throughout.
3203
3204 2002-08-08 Michael Snyder <msnyder@redhat.com>
3205
3206 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3207
3208 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3209
3210 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3211 assertion failure by returning early after a warning.
3212
3213 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3214
3215 * mips-tdep.c (mips_find_saved_regs): Make static.
3216 (mips_frame_init_saved_regs): New function.
3217 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3218 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3219 (mips_find_saved_regs): Delete declaration.
3220
3221 2002-08-08 Grace Sainsbury <graces@redhat.com>
3222
3223 * remote.c (remote_wait, remote_async_wait): Change
3224 thread_num from int to ULONGEST.
3225 (unpack_varlen_hex): Change result parameter from
3226 int * to ULONGEST *.
3227
3228 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3229
3230 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3231 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3232 powerpc*-*-*.
3233 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3234
3235 2002-08-08 Andrew Cagney <cagney@redhat.com>
3236
3237 * gcore.c (override_derive_stack_segment): Delete variable.
3238 (preempt_derive_stack_segment): Delete function.
3239 (derive_stack_segment): Delete function.
3240 (default_derive_stack_segment): Renamed to derive_stack_segment.
3241 (override_derive_heap_segment): Delete variable.
3242 (preempt_derive_heap_segment): Delete function.
3243 (derive_heap_segment): Delete function.
3244 (default_derive_heap_segment): Rename to derive_heap_segment.
3245
3246 2002-08-06 Michael Snyder <msnyder@redhat.com>
3247
3248 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3249 * mips-tdep.c (mips_EABI_use_struct_convention,
3250 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3251 New functions. (mips_use_struct_convention): Delete.
3252 (mips_gdbarch_init): set use_gdbarch_convention.
3253
3254 2002-08-06 Michael Snyder <msnyder@redhat.com>
3255
3256 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3257 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3258 mips_o32_reg_struct_has_addr): New functions.
3259 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3260
3261 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3262
3263 * regcache.c (pseudo_register): Delete function.
3264 (fetch_register): Delete function.
3265 (store_register): Delete function.
3266 (regcache_raw_read, legacy_read_register_gen): Use
3267 target_fetch_registers instead of fetch_register.
3268 (legacy_write_register_gen, regcache_raw_write): Use
3269 target_store_register instead of store_register.
3270 (write_register_bytes): Ditto.
3271
3272 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3273 (STORE_PSEUDO_REGISTER): Delete.
3274 * gdbarch.h, gdbarch.c: Regenerate.
3275
3276 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3277
3278 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3279 write dump file binary.
3280
3281 2002-08-05 Michael Snyder <msnyder@redhat.com>
3282
3283 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3284 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3285 (mips_gdbarch_init): Set N32 target to be mips64.
3286
3287 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3288
3289 * frame.c (find_saved_register): Break out of loop once saved
3290 register address is found. Don't mention sparc in loop comment
3291 anymore.
3292
3293 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3294
3295 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3296 mips_default_saved_regsize to 8.
3297
3298 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3299
3300 * gcore.c: Do not include <sys/procfs.h>.
3301 * Makefile.in (gcore.o): Update dependencies.
3302
3303 2002-08-06 Andrew Cagney <cagney@redhat.com>
3304
3305 * configure.tgt: Make arc-*-* obsolete.
3306 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3307 * MAINTAINERS: Make arc-elf obsolete.
3308 * arc-tdep.c: Make file obsolete.
3309 * config/arc/arc.mt: Ditto.
3310 * config/arc/tm-arc.h: Ditto.
3311
3312 2002-08-05 Theodore A. Roth <troth@verinet.com>
3313
3314 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3315
3316 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3317
3318 * mcore-tdep.c (mcore_gdbarch_init): Use
3319 generic_unwind_get_saved_register instead of
3320 generic_get_saved_register.
3321 * v850-tdep.c (v850_gdbarch_init): Ditto.
3322 * frv-tdep.c (frv_gdbarch_init): Ditto.
3323 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3324 * s390-tdep.c (s390_gdbarch_init): Ditto.
3325 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3326 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3327 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3328
3329 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3330
3331 * objfiles.h: Add missing #include "symfile.h"
3332
3333 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3334
3335 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3336
3337 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3338 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3339 of FIELD_BITSIZE.
3340
3341 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3342
3343 * NEWS: Cleanup and nitpick.
3344
3345 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3346
3347 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3348
3349 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3350
3351 * Makefile.in (gdbtk-bp.o): Update dependencies.
3352 (gdbtk-register.o): Ditto.
3353 (gdbtk-varobj.o): Ditto.
3354
3355 2002-08-03 Andrew Cagney <cagney@redhat.com>
3356
3357 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3358 m68hc11_fetch_pseudo_register.
3359 (m68hc11_pseudo_register_write): Replace
3360 m68hc11_store_pseudo_register.
3361 (m68hc11_gdbarch_init): Update.
3362
3363 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3364
3365 * gdbarch.sh: Include "gdb_string.h".
3366 * gdbarch.c: Regenerate.
3367
3368 * regcache.c: Include "gdb_string.h".
3369 * ax-general.c: Ditto.
3370 * varobj.c: Ditto.
3371 * std-regs.c: Ditto.
3372 * fbsd-proc.c: Ditto.
3373 * thread.c: Ditto.
3374
3375 * Makefile.in (regcache.o): Update dependencies.
3376 (thread.o, gdbarch.o): Ditto.
3377 (ax-general.o, gdbarch.o): Ditto.
3378 (varobj.o, std-regs.o): Ditto.
3379 (fbsd-proc.o): Specify dependencies.
3380
3381 2002-08-02 Andrew Cagney <cagney@redhat.com>
3382
3383 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3384 regnum.
3385 (regcache_cooked_write): Ditto.
3386
3387 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3388
3389 * regcache.c (regcache_cooked_read): New function.
3390 (regcache_cooked_write): New function.
3391 (read_register_gen): Rewrite using regcache_cooked_read.
3392 (write_register_gen): Rewrite using regcache_cooked_write.
3393
3394 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3395 Declare.
3396
3397 2002-08-02 Andrew Cagney <cagney@redhat.com>
3398
3399 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3400 Replace the architecture methods register_read and register_write.
3401 * gdbarch.h, gdbarch.c: Regenerate.
3402 * regcache.c (init_regcache_descr): Update.
3403 (read_register_gen): Update.
3404 (write_register_gen): Update.
3405 (supply_register): Update comment.
3406
3407 * sh-tdep.c (sh_gdbarch_init): Update.
3408 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3409 `regcache' and `gdbarch' parameters. Make `buffer' a void
3410 pointer. Update code.
3411 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3412 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3413 void pointer. Update code.
3414 (sh64_register_write): Delete.
3415 (sh4_register_read): Delete.
3416 (sh64_register_read): Delete.
3417 (sh4_register_write): Delete.
3418 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3419 void pointer, `to' parameter a void pointer.
3420 (sh_sh64_register_convert_to_raw): Ditto.
3421
3422 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3423
3424 * mips-tdep.c (mips_register_virtual_type): Use architecture
3425 invariant return values.
3426
3427 2002-08-01 Andrew Cagney <cagney@redhat.com>
3428
3429 * linux-proc.c: Include "gdb_string.h".
3430 * Makefile.in (linux-proc.o): Update dependency list.
3431
3432 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3433
3434 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3435 comment.
3436
3437 2002-08-01 Grace Sainsbury <graces@redhat.com>
3438
3439 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3440 to_insert_watchpoint, to_remove_watchpoint,
3441 to_stopped_by_watchpoint, to_stopped_data_address,
3442 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3443 target vecctor. Define their corresponding macros so they call
3444 them.
3445
3446 * target.c: Add default and debug versions of for
3447 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3448 to_insert_watchpoint, to_remove_watchpoint,
3449 to_stopped_by_watchpoint, to_stopped_data_address,
3450 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3451
3452 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3453
3454 * mips-tdep.c (mips_register_virtual_type): New function.
3455 (mips_gdbarch_init): Register mips_register_virtual_type()
3456 with gdbarch machinery.
3457 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3458 this file instead of tm-bigmips.h.
3459 (MIPS_REGSIZE): Delete this macro.
3460 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3461 multiarch version in mips-tdep.c will be found.
3462
3463 2002-08-01 Andrew Cagney <cagney@redhat.com>
3464
3465 * NEWS: Menion that CHILL has been made obsolete.
3466
3467 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3468 * stabsread.c (read_range_type): Ditto.
3469 * gdbtypes.h: Ditto.
3470 * language.c (binop_type_check): Ditto.
3471 (binop_result_type): Ditto.
3472 (integral_type): Ditto.
3473 (character_type): Ditto.
3474 (string_type): Ditto.
3475 (boolean_type): Ditto.
3476 (structured_type): Ditto.
3477 (lang_bool_type): Ditto.
3478 (binop_type_check): Ditto.
3479 * language.h (_LANG_chill): Ditto.
3480 * dwarfread.c (set_cu_language): Ditto.
3481 * dwarfread.c (CHILL_PRODUCER): Ditto.
3482 * dwarfread.c (handle_producer): Ditto.
3483 * expression.h (enum exp_opcode): Ditto.
3484 * eval.c: Ditto for comments.
3485 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3486 * expprint.c (print_subexp): Ditto.
3487 (print_subexp): Ditto.
3488 * valops.c (value_cast): Ditto.
3489 (search_struct_field): Ditto.
3490 * value.h (COERCE_VARYING_ARRAY): Ditto.
3491 * symfile.c (init_filename_language_table): Ditto.
3492 (add_psymbol_with_dem_name_to_list): Ditto.
3493 * valarith.c (value_binop): Ditto.
3494 (value_neg): Ditto.
3495 * valops.c (value_slice): Ditto.
3496 * symtab.h (union language_specific): Ditto.
3497 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3498 (SYMBOL_DEMANGLED_NAME): Ditto.
3499 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3500 * defs.h (enum language): Ditto.
3501 * symtab.c (got_symtab): Ditto.
3502 * utils.c (fprintf_symbol_filtered): Ditto.
3503
3504 * ch-typeprint.c: Make file obsolete.
3505 * ch-valprint.c: Make file obsolete.
3506 * ch-lang.h: Make file obsolete.
3507 * ch-exp.c: Make file obsolete.
3508 * ch-lang.c: Make file obsolete.
3509
3510 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3511 CHILL_LIB.
3512 (TARGET_FLAGS_TO_PASS): Ditto.
3513 (CHILLFLAGS): Obsolete.
3514 (CHILL): Obsolete.
3515 (CHILL_FOR_TARGET): Obsolete.
3516 (CHILL_LIB): Obsolete.
3517 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3518 ch-valprint.c.
3519 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3520 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3521 ch-lang.o.
3522 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3523 targets.
3524
3525 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3526
3527 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3528 This does not change anything at the moment, but will be helpful
3529 later when full Ada support is integrated.
3530
3531 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3532
3533 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3534 help message.
3535
3536 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3537
3538 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3539 and save it in a local variable. Use variable in later test.
3540
3541 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3542
3543 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3544 test. (Thanks to Daniel Jacobowitz.)
3545
3546 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3547
3548 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3549 (mips_abi_strings): Add "n64".
3550 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3551
3552 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3553
3554 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3555 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3556
3557 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3558
3559 * utils.c (host_pointer_to_address, address_to_host_pointer):
3560 Use gdb_assert() instead of explicit call to internal_error().
3561
3562 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3563
3564 * Makefile.in (rs6000-nat.o): Update dependencies.
3565
3566 From Nicholas Duffek:
3567 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3568 (aix-thread.o): New rule.
3569 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3570 * config/powerpc/aix432.mh: New file.
3571
3572 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3573
3574 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3575 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3576 (fetch_core_registers, ppc_linux_supply_gregset)
3577 (ppc_linux_supply_fpregset): New functions.
3578 (ppc_linux_regset_core_fns): New.
3579 (_initialize_ppc_linux_tdep): Call add_core_fns.
3580 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3581 and ppc_linux_supply_gregset.
3582 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3583 (supply_fpregset): Call ppc_linux_supply_fpregset.
3584 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3585 corelow.o.
3586 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3587
3588 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3589
3590 * symtab.c (lookup_symbol): Demangle before lowercasing.
3591
3592 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3593
3594 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3595 declaration.
3596 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3597 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3598 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3599 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3600 "gdb_string.h".
3601 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3602 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3603 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3604 (avr-tdep.o, mon960-rom.o): Ditto.
3605 (aout_stabs_gnu_h): Define.
3606 (symtab_h): Remove $(gdb_obstack_h).
3607
3608 2002-07-30 Jim Blandy <jimb@redhat.com>
3609
3610 Patch from David Carlton <carlton@math.stanford.edu>:
3611 * gdbinit.in: Move the `dir' commands that add GDB's own source
3612 directory to the search path to the end, so that the `gdb' source
3613 directory will be searched first.
3614
3615 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3616
3617 * gdb_obstack.h: New file.
3618 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3619 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3620 * objfiles.h: Include "gdb_obstack.h".
3621 * Makefile.in (gdb_obstack_h): Define.
3622 (symtab_h): Add $(gdb_obstack_h).
3623 (objfiles_h): Add $(gdb_obstack_h).
3624
3625 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3626 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3627 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3628 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3629 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3630 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3631 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3632 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3633
3634 * Makefile.in (bcache.o): Update dependencies.
3635 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3636 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3637 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3638 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3639 (stabsread.o, symfile.o, symmisc.o): Ditto.
3640 (symtab.o, typeprint.o, macroexp.o): Ditto.
3641 (macrotab.o, mdebugread.o): Ditto.
3642 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3643 (coff_ecoff_h, aout_aout64_h): Define.
3644 (aout_stabs_gnu_h, libaout_h): Define.
3645
3646 2002-07-29 Andrew Cagney <cagney@redhat.com>
3647
3648 * regcache.c (struct regcache_descr): Rename nr_registers to
3649 nr_cooked_registers. Revise comments describing the structure
3650 member fields.
3651 (init_regcache_descr): Update.
3652 (init_legacy_regcache_descr): Update.
3653 (read_register_gen, write_register_gen): When a cooked register in
3654 the raw register range, directly access the value from the raw
3655 register cache.
3656
3657 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3658
3659 * z8k-tdep.c: Do not include "obstack.h".
3660 * h8300-tdep.c, h8500-tdep.c: Ditto.
3661 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3662 * valprint.c, v850-tdep.c: Ditto.
3663 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3664 * mn10200-tdep.c: Ditto.
3665
3666 * Makefile.in (z8k-tdep.o): Update dependencies.
3667 (m68hc11-tdep.o, valprint.o): Ditto.
3668 (v850-tdep.o, d10v-tdep.o): Ditto.
3669 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3670 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3671 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3672 (sh_opc_h, gdb_sim_sh_h): Define.
3673 (elf_sh_h, elf_bfd_h): Define.
3674 (opcode_m68hc11_h): Define.
3675 (OPCODES_SRC, OPCODES_DIR): define.
3676 (OPCODES): Use $(OPCODES_DIR).
3677 (gdb_sim_d10v_h): Rename sim_d10v_h.
3678 (gdb_sim_arm_h): Rename sim_arm_h.
3679
3680 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3681
3682 * utils.c (host_pointer_to_address, address_to_host_pointer):
3683 Change internal_error() message to indicate function responsible
3684 for the error.
3685
3686 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3687
3688 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3689 calls to local_hex_string_custom().
3690
3691 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3692
3693 * irix5-nat.c: Move IRIX shared library support from here...
3694 * solib-irix.c: ...to here. Revised substantially to work with
3695 generic solib framework.
3696
3697 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3698 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3699 * mips-irix-tdep.c: New file.
3700
3701 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3702 (mips-irix-tdep.o, solib-irix.o): New rules.
3703 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3704 solib-irix.o.
3705 * config/mips/irix6.mt (TDEPFILES): Likewise.
3706 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3707
3708 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3709
3710 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3711 disabled (via ``#if 0'') includes.
3712
3713 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3714
3715 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3716 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3717 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3718 Add support for the fpscr register.
3719 * rs6000-nat.c (regmap, fetch_inferior_registers)
3720 (store_inferior_registers, fetch_core_registers): Likewise.
3721
3722 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3723
3724 * rs6000-nat.c (language.h): Include.
3725 (special_regs): Delete this array.
3726 (regmap): New function.
3727 (fetch_register, store_register): Use regmap() to map gdb
3728 register numbers to ptrace register numbers. Also, use
3729 outputs from regmap() to make decisions regarding type of
3730 ptrace() call to make. In particular, don't compare against
3731 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3732 (fetch_inferior_registers, store_inferior_registers): Where
3733 possible, obtain register numbers from tdep struct. Don't
3734 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3735 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3736 (LAST_UISA_SP_REGNUM): Delete.
3737
3738 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3739
3740 * rs6000-nat.c (ppc-tdep.h): Include.
3741 (fetch_registers, store_register, fetch_core_registers): Don't
3742 access registers[] directly. Instead, use supply_register() or
3743 regcache_collect() as appropriate.
3744 (find_toc_address): Format hex address with local_hex_string().
3745
3746 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3747
3748 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3749 bfd/elf32-frv.c.
3750
3751 2002-07-24 Tom Tromey <tromey@redhat.com>
3752
3753 * jv-exp.y: Marked all strings with _().
3754 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3755 internal_error.
3756 (MethodInvocation, CastExpression, parse_number, yyerror,
3757 java_type_from_name, push_expression_name, yylex): Typo fixes.
3758
3759 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3760
3761 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3762 (tee_file_flush, tee_file_write, tee_file_fputs)
3763 (tee_file_isatty): New.
3764 * ui-file.h (tee_file_new): Add prototype.
3765
3766 2002-07-24 Aidan Skinner <aidan@velvet.net>
3767
3768 * ada-lang.c: Change k&r style function definitions to prototyped
3769 form.
3770 * ada-typeprint.c: Change k&r style function definitions to prototyped
3771 form.
3772 * ada-valprint.c: Change k&r style function definitions to prototyped
3773 form.
3774
3775 2002-07-24 Andrew Cagney <cagney@redhat.com>
3776
3777 * README: Remove reference to remote-bug.
3778 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3779 remote-bug.c.
3780 (m88k-nat.o): Delete rule.
3781 (m88k-tdep.o): Delete rule.
3782 (remote-bug.o): Delete rule.
3783 * MAINTAINERS: Mark as obsolete.
3784 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3785 * m88k-tdep.c: Make file obsolete.
3786 * config/m88k/m88k.mh: Ditto.
3787 * config/m88k/delta88v4.mh: Ditto.
3788 * config/m88k/delta88v4.mt: Ditto.
3789 * config/m88k/delta88.mt: Ditto.
3790 * config/m88k/delta88.mh: Ditto.
3791 * remote-bug.c: Ditto.
3792 * config/m88k/tm-delta88.h: Ditto.
3793 * config/m88k/nm-delta88v4.h: Ditto.
3794 * config/m88k/xm-delta88.h: Ditto.
3795 * config/m88k/xm-dgux.h: Ditto.
3796 * config/m88k/tm-m88k.h: Ditto.
3797 * config/m88k/nm-m88k.h: Ditto.
3798 * config/m88k/tm-delta88v4.h: Ditto.
3799 * m88k-nat.c: Ditto.
3800 * cxux-nat.c: Ditto.
3801 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3802 and m88*-*-* obsolete.
3803 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3804 m88*-*-* obsolete.
3805
3806 2002-07-24 Andrew Cagney <cagney@redhat.com>
3807
3808 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3809 constant. Same for local pointer variables.
3810 (extract_signed_integer): Ditto.
3811 * defs.h (extract_unsigned_integer): Update.
3812 (extract_signed_integer): Update.
3813
3814 2002-07-24 Andrew Cagney <cagney@redhat.com>
3815
3816 * regcache.c (regcache_raw_write): Change buf parameter to a
3817 constant void pointer.
3818 (regcache_raw_read): Change buf parameter to a void pointer.
3819 (legacy_write_register_gen): Change myaddr parameter a constant
3820 void pointer.
3821 (supply_register): Change val parameter to a const void pointer.
3822 * regcache.h (regcache_raw_write): Update declaration.
3823 (regcache_raw_read): Update declaration.
3824 (supply_register): Update declaration.
3825
3826 2002-07-24 Tom Tromey <tromey@redhat.com>
3827
3828 * defs.h (gdb_readline_wrapper): Declare.
3829 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3830 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3831 * top.c (gdb_readline_wrapper): New function.
3832 (command_line_input): Use it.
3833
3834 2002-07-24 Andrew Cagney <cagney@redhat.com>
3835
3836 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3837 regcache_read and regcache_write.
3838 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3839 * regcache.c: Update.
3840 * sh-tdep.c (sh64_push_arguments): Update comment.
3841 (sh_pseudo_register_read): Update.
3842 (sh_pseudo_register_write): Update.
3843 (sh4_register_read): Update.
3844 (sh4_register_write): Update.
3845 (sh64_pseudo_register_read): Update.
3846 (sh64_pseudo_register_write): Update.
3847 (sh64_register_read): Update.
3848 (sh64_register_write): Update.
3849 * i386-tdep.c (i386_extract_return_value): Update.
3850 (i386_extract_struct_value_address): Update.
3851 (i386_extract_return_value): Update.
3852 * blockframe.c (generic_read_register_dummy): Update.
3853 (generic_call_dummy_register_unwind): Update
3854 * infrun.c (write_inferior_status_register): Update.
3855
3856 2002-07-23 Jim Blandy <jimb@redhat.com>
3857
3858 * parser-defs.h (expression_context_pc): Make this extern.
3859 (Thanks to Michael Snyder.)
3860
3861 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3862
3863 GDB 5.2.1 released from 5.2 branch.
3864 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3865 * README: Update to mention 5.2.1.
3866
3867 2002-07-23 Mark Salter <msalter@redhat.com>
3868
3869 * remote.c (remote_read_bytes): Fix check for error.
3870
3871 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3872
3873 * aix-thread.c (language.h): Include.
3874 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3875 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3876 Print newlines at end of debug messages.
3877 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3878 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3879
3880 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3881
3882 * aix-thread.c (ppc-tdep.h): Include.
3883 (special_register_p): New function.
3884 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3885 (store_regs_user_thread): Use register number information from
3886 gdbarch_tdep struct instead of hardcoded offsets relative to
3887 FIRST_UISA_SP_REGNUM.
3888 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3889 special_register_p() instead of using FPLAST_REGNUM and
3890 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3891 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3892 will be MQ's register number.
3893
3894 2002-07-22 Michael Snyder <msnyder@redhat.com>
3895
3896 * aix-thread.c (ops): Rename to aix_thread_ops.
3897 (base_ops): Rename to base_target.
3898 (ops_attach): Rename to aix_thread_attach.
3899 (ops_detach): Rename to aix_thread_detach.
3900 (ops_resume): Rename to aix_thread_detach.
3901 (ops_wait): Rename to aix_thread_wait.
3902 (ops_kill): Rename to aix_thread_kill.
3903 (init_ops): Rename to init_aix_thread_ops.
3904 (ops_fetch_register): Rename to aix_thread_fetch_register.
3905 (ops_store_register): Rename to aix_thread_store_register.
3906 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3907 (ops_thread_alive): Rename to aix_thread_thread_alive.
3908 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3909 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3910 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3911 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3912 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3913 (store_regs_lib): Rename to store_regs_user_thread.
3914 (store_regs_kern): Rename to store_regs_kernel_thread.
3915
3916 2002-07-22 Michael Snyder <msnyder@redhat.com>
3917
3918 * aix-thread.c (ops_prepare_to_store): Eliminate.
3919 (init_ops): Don't initialize ops.prepare_to_store.
3920 (store_regs_kern): Pre-fetch register buffers from child,
3921 because some registers may not be in the cache. Copy
3922 regs from register cache only if they are cached.
3923 (store_regs_lib): Copy regs from register cache only
3924 if they are cached.
3925 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3926 fill_gprs64): Ditto.
3927
3928 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3929
3930 * aix-thread.c (gdb_assert.h): Include.
3931 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3932 register sizes (from register cache) match size of buffer holding
3933 register data.
3934 (fill_sprs32): Change parameter types to match those in the ptrace()
3935 buffer.
3936 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3937 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3938
3939 2002-07-22 Michael Snyder <msnyder@redhat.com>
3940
3941 * aix-thread.c (supply_sprs64): Cosmetic change.
3942 (supply_sprs32): Cosmetic change.
3943 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3944 (fill_sprs64): Use regcache_collect instead of read_register.
3945 (store_regs_lib): Use regcache_collect instead of
3946 read_register. Use fill_sprs32 instead of fill_sprs64,
3947 if debugging a 32-bit architecture.
3948 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3949 out of the register cache, instead of passing a pointer into
3950 the register cache directly to ptrace. Use regcache_collect
3951 insteaad of read_register.
3952 (ops_prepare_to_store): Use target_read_registers instead
3953 of read_register_bytes.
3954
3955 2002-07-20 Aidan Skinner <aidan@velvet.net>
3956
3957 * MAINTAINERS: Add self under write after approval.
3958
3959 2002-07-20 Aidan Skinner <aidan@velvet.net>
3960
3961 * ada-tasks.c: Change k&r style function definitions to prototyped
3962 form.
3963
3964 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3965
3966 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3967 * x86-64-tdep.c: Include "objfiles.h".
3968 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3969 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3970
3971 2002-07-17 Michal Ludvig <michal@suse.cz>
3972
3973 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3974 (update_context): Initialise cfa variable.
3975
3976 2002-07-17 Michael Snyder <msnyder@redhat.com>
3977
3978 * aix-thread.c: Shorten some long lines.
3979 Bring comments into line with code spec.
3980
3981 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3982
3983 * infrun.c: Re-indent using gdb_indent.sh.
3984
3985 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3986
3987 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3988 Leave the indentation temporarily untouched, to minimize the diffs.
3989
3990 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3991
3992 * stabsread.c: Make os9k sections of the code obsolete,
3993 for real this time.
3994 * stabsread.h: Make os9k sections of the code obsolete.
3995
3996 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3997
3998 * linux-low.c (regsets_store_inferior_registers): Add free()
3999 at the end of a loop to prevent memory leak.
4000 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4001 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4002 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4003 line a comment.
4004 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4005
4006 2002-07-17 Jim Blandy <jimb@redhat.com>
4007
4008 * macrocmd.c (info_macro_command): Remove newline from error
4009 message.
4010
4011 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4012
4013 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4014 (sh_gdbarch_init): Use it for sh-dsp.
4015
4016 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4017
4018 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4019 64-bit DWARF2 format.
4020
4021 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4022
4023 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4024 <sys/proc.h> when not available.
4025
4026 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4027
4028 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4029 * stabsread.c: Make os9k sections of the code obsolete.
4030 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4031 * config/i386/i386os9k.mt: Make file obsolete.
4032 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4033 (COMMON_OBS): Remove os9kread.o
4034 (SFILES): Remove os9kread.c.
4035 (os9kread.o, remote-os9k.o): Make target obsolete.
4036 * remote-os9k.c: Make file obsolete.
4037 * os9kread.c: Make file obsolete.
4038 * Makefile.in
4039
4040 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4041
4042 * NEWS: Mention that the FR30 has been made obsolete.
4043 * fr30-tdep.c: Make file obsolete.
4044 * config/fr30/tm-fr30.h: Ditto.
4045 * config/fr30/fr30.mt: Ditto.
4046 * configure.tgt: Make fr30-*-elf obsolete.
4047 * MAINTAINERS: Make fr30-elf obsolete.
4048
4049 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4050
4051 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4052 found is not inside a section.
4053
4054 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4055
4056 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4057 strerror().
4058 (pdc_realloc): Use xrealloc() instead of realloc().
4059
4060 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4061
4062 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4063 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4064 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4065 macros.
4066
4067 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4068
4069 * aix-thread.c (ptrace_check): Eliminate goto.
4070 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4071 problem.
4072
4073 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4074
4075 * aix-thread.c (gdbcmd.h): Include.
4076 (DEBUG, DBG, DBG2, dbg): Eliminate.
4077 (debug_aix_thread): New static global.
4078 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4079 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4080 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4081 invocations to DBG and DBG2 macros to test against
4082 ``debug_aix_thread'' and call fprintf_unfiltered().
4083 (_initialize_aix_thread): Add new command "set debug aix-thread".
4084
4085 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4086
4087 From Gerhard Tonn <TON@de.ibm.com>:
4088 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4089 instead of supply_register.
4090
4091 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4092
4093 * dwarf2cfi.c: Include "gdb_assert.h".
4094 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4095 non-NULL.
4096 (update_context): Do not use __func__. Add missing ``break''.
4097 (update_context): Do not use __func__.
4098
4099 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4100
4101 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4102 and its setting. Set gdbarch instruction printing functions
4103 directly. For non-rs6000 case use new function
4104 gdb_print_insn_powerpc.
4105 (gdb_print_insn_powerpc): New function.
4106
4107 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4108
4109 * NEWS: Mention that the d30v has been marked obsolete.
4110 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4111 * configure.tgt: Mark d30v-*-* as obsolete.
4112 * d30v-tdep.c: Mark file as obsolete.
4113 * config/d30v/d30v.mt: Ditto.
4114 * config/d30v/tm-d30v.h: Ditto.
4115
4116 2002-07-13 Aidan Skinner <aidan@velvet.net>
4117
4118 * ada-tasks.c (add_task_entry): replace calls to
4119 malloc() with xmalloc
4120 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4121
4122 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4123 ada_finish_decode_line_1, all_sals_for_line
4124 ada_breakpoint_rewrite): replace calls to free() with xfree()
4125
4126 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4127
4128 From Nicholas Duffek (with minor changes by Martin Hunt,
4129 Louis Hamilton, and Kevin Buettner):
4130 * aix-thread.c: New file.
4131
4132 2002-07-12 Petr Sorfa <petrs@caldera.com>
4133
4134 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4135 complaint for invalid attribute class or form.
4136 (read_func_scope): DW_AT_frame_base
4137 better handling of DW_AT_block*.
4138 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4139 better handling of DW_AT_block*.
4140 (read_common_block): DW_AT_location
4141 better handling of DW_AT_block*.
4142 (read_partial_die): DW_AT_location better handling
4143 of DW_AT_block*.
4144 (new_symbol): DW_AT_external better handling of
4145 DW_AT_block*. Proper initialization of variable
4146 "addr".
4147 (attr_form_is_block): New function that returns true
4148 if the attribute's form is of DW_FORM_block*.
4149
4150 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4151
4152 * valops.c (find_method_list): Remove comment about
4153 removed STATIC_MEMFUNCP argument.
4154 (value_find_oload_method_list): Likewise.
4155
4156 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4157
4158 From Nicholas Duffek:
4159 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4160 target_new_objfile_hook.
4161
4162 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4163
4164 From Nicholas Duffek:
4165 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4166 csect.
4167
4168 2002-07-12 Andrew Cagney <cagney@redhat.com>
4169
4170 * MAINTAINERS: Mention --enable-sim-build-warnings.
4171 (m68hc11-elf): Disable sim build warnings.
4172 (m32r-elf): Mark as broken obsolete candidate.
4173 (x86_64-linux-gnu): Mark as buildable with -Werror.
4174 (arm-elf): Change -w to ``,'' which enables warnings but not
4175 -Werror.
4176
4177 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4178
4179 * bcache.h: Update copyright.
4180 (struct bstring, struct bcache): Move definition to "bcache.c".
4181 Replaced by opaque declaration.
4182 (bcache_xfree): Replace free_bcache.
4183 (bcache_xmalloc, bcache_memory_used): Declare.
4184
4185 * bcache.c: Update copyright.
4186 (struct bstring, struct bcache): Moved to here from "bcache.h".
4187 Update comments.
4188 (bcache_xmalloc, bcache_memory_used): New functions.
4189 (bcache_xfree): Replace function free_bcache.
4190
4191 * Makefile.in (objfiles.o): Add $(bcache_h).
4192 (objfiles_h): Remove $(bcache_h).
4193 (symfile.o): Add $(bcache_h).
4194
4195 * symmisc.c: Update copyright.
4196 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4197 (print_objfile_statistics): Use bcache_memory_used.
4198
4199 * symfile.c: Include "bcache.h".
4200 (reread_symbols): Use bcache_xfree.
4201 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4202 (add_psymbol_to_list): Pass psymbol_cache by value.
4203 (add_psymbol_with_dem_name_to_list): Ditto.
4204
4205 * objfiles.h: Update copyright.
4206 (struct bcache): Declare opaque. Do not include "bcache.h".
4207 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4208 bcache'' pointers.
4209 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4210
4211 * objfiles.c: Include "bcache.h". Update copyright.
4212 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4213 macro_cache.
4214 (free_objfile): Use bcache_xfree.
4215
4216 2002-07-11 Grace Sainsbury <graces@redhat.com>
4217
4218 * monitor.c (monitor_fetch_register): Make name a constant.
4219 (monitor_store_register): Same.
4220
4221 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4222
4223 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4224 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4225 (finish_block) For non-function blocks, hash the symbol table. For
4226 function blocks, mark the symbol table as unhashed.
4227 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4228 (msymbol_hash_iw): Likewise.
4229 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4230 value.
4231 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4232 (lookup_minimal_symbol): Likewise for both.
4233 * symtab.h (struct block): Add `hashtable' flag. Comment the
4234 hashtable.
4235 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4236 (ALL_BLOCK_SYMBOLS): Update.
4237 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4238 (struct symbol): Add `hash_next' pointer.
4239 * symtab.c (lookup_block_symbol): Search using the hash table when
4240 possible.
4241 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4242 (search_symbols, find_addr_symbol): Likewise.
4243
4244 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4245 (read_dst_symtab): Likewise.
4246 * jv-lang.c (get_java_class_symtab): Likewise.
4247 * mdebugread.c: Include "gdb_assert.h".
4248 (shrink_block): Assert that the block being modified is not hashed.
4249 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4250 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4251 symbols.
4252 (dump_symtab): Recognize hashed blocks.
4253 * printcmd.c (print_frame_args): Assert that function blocks do not
4254 have hashed symbol tables.
4255 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4256 (fill_in_ada_prototype, debug_print_block): Likewise.
4257 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4258
4259 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4260
4261 * stack.c (print_frame): Use result of frame_address_in_block()
4262 instead of fi->pc when evaluating symbols.
4263 (backtrace_command_1): Ditto.
4264
4265 2002-07-11 Andrew Cagney <cagney@redhat.com>
4266
4267 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4268 Make static.
4269
4270 * arm-tdep.c (arm_register_name): Make return type constant.
4271
4272 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4273
4274 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4275 prototype.
4276 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4277 * s390-tdep.c (s390_fp_regnum): Ditto.
4278 (s390_read_fp): Ditto.
4279 (s390_pop_frame): Ditto.
4280 (_initialize_s390_tdep): Ditto.
4281 * remote.c (get_remote_state): Ditto.
4282 * procfs.c (mappingflags): Ditto.
4283 * memattr.c (_initialize_mem): Ditto.
4284 * mcore-tdep.c (mcore_pop_frame): Ditto.
4285 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4286 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4287 * language.c (set_case_str): Ditto.
4288 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4289 * frv-tdep.c (new_variant): Ditto.
4290 (frv_stopped_data_address): Ditto.
4291 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4292 (context_alloc): Ditto.
4293 (frame_state_alloc): Ditto.
4294 (unwind_tmp_obstack_init): Ditto.
4295 (unwind_tmp_obstack_free): Ditto.
4296 (cfi_read_fp): Ditto.
4297 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4298 (cris_pop_frame): Ditto.
4299 * c-lang.c (scanning_macro_expansion): Ditto.
4300 (finished_macro_expansion): Ditto.
4301 (c_preprocess_and_parse): Ditto.
4302 * gdbarch.sh: Ditto.
4303 * gdbarch.h, gdbarch.c: Regenerate.
4304 * config/mn10200/tm-mn10200.h: Adjust indentation.
4305 * target.c: Adjust indentation.
4306 * symtab.h: Adjust indentation.
4307 * stabsread.h: Adjust indentation.
4308 * remote-es.c: Adjust indentation.
4309 * os9kread.c: Adjust indentation.
4310
4311 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4312
4313 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4314 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4315
4316 2002-07-10 Grace Sainsbury <graces@redhat.com>
4317
4318 * NEWS: Mention m68k, mcore multi-arching.
4319 * MAINTAINERS: Change status of m68k, mcore to reflect
4320 multi-arching.
4321
4322 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4323
4324 * valops.c (find_overload_match): Free oload_syms.
4325
4326 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4327
4328 Define HAVE_SYS_PROC_H if sys/proc.h exists
4329 * configure.in: Add check for sys/proc.h
4330 * config.in: Regenerate.
4331 * configure: Regenerate.
4332
4333 2002-07-09 Grace Sainsbury <graces@redhat.com>
4334
4335 * config/m68k/tm-m68k.h: Remove macros wrapped in
4336 #if !GDB_MULTI_ARCH.
4337
4338 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4339
4340 * config.in, configure: Regenerate.
4341
4342 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4343
4344 * dwarf2cfi.c: Include "gcore.h".
4345 (execute_stack_op): Fix implementation of the
4346 DW_OP_deref and DW_OP_deref_size operators by letting do their
4347 lookup in the target.
4348
4349 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4350
4351 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4352 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4353 tdep->sc_sp_offset.
4354
4355 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4356
4357 Fix PR gdb/595, gdb/602
4358 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4359 Don't call value_cast, just read the vtable pointer; update comments
4360 to match.
4361
4362 2002-07-05 Grace Sainsbury <graces@redhat.com>
4363
4364 * config/mcore/tm-mcore.h: Remove file.
4365 * config/mcore/mcore.mt: Remove definition of TM_FILE
4366 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4367
4368 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4369
4370 * i386bsd-tdep.c: Include "gdb_string.h".
4371
4372 2002-07-04 Grace Sainsbury <graces@redhat.com>
4373
4374 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4375 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4376 mcore-tdep.
4377 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4378 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4379 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4380 (RETVAL_REGNUM): Move macros from tm-mcore.h
4381 (mcore_reg_struct_has_addr): New function.
4382 (mcore_gdbarch_init): Added initializations for the macros removed
4383 from tm-mcore.h.
4384
4385 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4386
4387 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4388 traditonal string branding within the ELF header.
4389
4390 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4391
4392 * symtab.c (remove_params): New function.
4393 (make_symbol_overload_list): Use it instead of cplus_demangle.
4394 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4395
4396 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4397
4398 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4399
4400 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4401 New variables.
4402 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4403 and tdep->sigtramp_end.
4404 * i386obsd-nat.c: New file.
4405 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4406
4407 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4408 Don't call get_current_frame().
4409
4410 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4411
4412 * i386-nat.c (child_post_startup_inferior): New function
4413 calling i386_cleanup_dregs if
4414 I386_USE_GENERIC_WATCHPOINTS is defined.
4415 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4416 conditional to acknowledge that i386-nat.c has its
4417 own child_post_startup_inferior function.
4418
4419 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4420
4421 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4422 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4423 instead of MAX_REGISTER_RAW_SIZE.
4424 (i386_extract_return_value, i386_extract_struct_value_address):
4425 Convert to use regcache.
4426 (i386_gdbarch_init): Set max_register_raw_size and
4427 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4428 Set extract_return_value and extract_struct_value_address instead
4429 of their deprecated variants.
4430
4431 Convert i386 target to generic dummy frames.
4432 * i386-tdep.c: Include "symfile.h".
4433 (i386_frameless_signal_p): Consider a function to be frameless if
4434 the pc points at the first instruction of the function.
4435 (i386_frame_chain): Handle (generic) call dummies.
4436 (i386_frame_saved_pc): Likewise.
4437 (i386_frame_init_saved_regs): Remove code dealing with call
4438 dummies on the stack.
4439 (i386_push_dummy_frame): Removed.
4440 (i386_call_dummy_words): Removed.
4441 (i386_fix_call_dummy): Removed.
4442 (i386_push_return_address): New function.
4443 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4444 parameter, and don't call get_current_frame.
4445 (i386_pop_frame): New function.
4446 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4447 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4448 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4449 call_dummy_length to 0, set call_dummy_words to NULL, set
4450 sizeof_call_dummy_words to 0, set fix_call_dummy to
4451 generic_fix_call_dummy, set pc_in_call_dummy to
4452 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4453 generic_push_dummy_frame, set push_return_address to
4454 i386_push_return_address and set frame_chain_valid to
4455 generic_file_frame_chain_valid.
4456
4457 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4458
4459 * gdbarch.sh (struct regcache): Add opaque declaration.
4460 (EXTRACT_RETURN_VALUE): New architecture method.
4461 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4462 * gdbarch.h, gdbarch.c: Regenerate.
4463 * arch-utils.c (legacy_extract_return_value): New function.
4464 * arch-utils.h (legacy_extract_return_value): Declare.
4465 * values.c (value_being_returned): Re-enable code handling
4466 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4467 deprecated_grub_regcache_for_registers call to block handling
4468 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4469 (EXTRACT_RETURN_VALUE): Do not define.
4470
4471 2002-07-03 Grace Sainsbury <graces@redhat.com>
4472
4473 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4474 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4475 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4476 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4477 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4478 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4479 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4480 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4481 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4482 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4483 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4484 argument so the function fits the prototype in the architecture
4485 vector.
4486 (mcore_pop_frame): Remove argument so the function fits the
4487 prototype. Use get_current_frame instead of the argument.
4488 (mcore_push_arguments): Change type of struct_return so the
4489 function can be used in the architecture vector.
4490 (mcore_store_struct_return): Add.
4491 (mcore_frame_init_saved_regs): Add.
4492 (mcore_gdbarch_init): Add function calls to replace the macros
4493 removed from tm-mcore.h
4494
4495 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4496
4497 * infcmd.c (print_return_value): Remove compatibility code calling
4498 deprecated_grub_regcache_for_registers.
4499
4500 * values.c: Include "regcache.h".
4501 (value_being_returned): Update. Use
4502 deprecated_grub_regcache_for_registers to extract the register
4503 buffer address.
4504 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4505 ``struct regcache''.
4506 * Makefile.in (values.o): Add dependency on $(regcache_h).
4507
4508 * inferior.h (run_stack_dummy): Change type of second parameter to
4509 a ``struct regcache''.
4510 * valops.c (hand_function_call): Change type of retbuf to ``struct
4511 regcache''. Allocate using regcache_xmalloc, clean using
4512 make_cleanup_regcache_xfree.
4513 * infcmd.c (run_stack_dummy): Update. Use
4514 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4515
4516 * regcache.c (do_regcache_xfree): New function.
4517 (make_cleanup_regcache_xfree): New function.
4518 * regcache.h (make_cleanup_regcache_xfree): Declare.
4519
4520 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4521
4522 * event-top.c (command_line_handler): Don't read past
4523 beginning of buffer.
4524
4525 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4526
4527 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4528 struct frame_id.
4529 (varobj_create): Store frame_id for root.
4530 (varobj_gen_name): Use xasprintf.
4531 (varobj_update): Save and restore frame using get_frame_id() and
4532 frame_find_by_id().
4533 (create_child): Use xasprintf.
4534 (new_root_variable): Initialize frame_id.
4535 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4536 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4537 to prevent memory leak.
4538
4539 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4540
4541 * valops.c (hand_function_call): Move declaration of retbuf to
4542 start of function, allocate using malloc, add a cleanup but before
4543 the inf_status cleanup, cleanup the buffer. Rename local variable
4544 old_chain to inf_status_cleanup.
4545
4546 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4547
4548 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4549
4550 * cli/cli-decode.c (cmd_func_p): New function.
4551 (cmd_func): New function.
4552
4553 * command.h: Add cmd_func() and cmd_func_p().
4554
4555 2002-07-03 Grace Sainsbury <graces@redhat.com>
4556
4557 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4558 (REGISTER_SIZE): Remove.
4559 (MAX_REGISTER_RAW_SIZE): Remove.
4560 (REGISTER_VIRTUAL_TYPE): Remove.
4561 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4562 (REGISTER_NAME): Remove.
4563 (USE_GENERIC_DUMMY_FRAMES): Remove.
4564 (CALL_DUMMY): Remove.
4565 (CALL_DUMMY_START_OFFSET): Remove.
4566 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4567 (CALL_DUMMY_LOCATION): Remove.
4568 (FIX_CALL_DUMMY): Remove.
4569 (CALL_DUMMY_ADDRESS): Remove.
4570 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4571 (SAVE_DUMMY_FRAME_TOS): Remove.
4572 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4573 (mcore_register_virtual_type): New function.
4574 (mcore_register_byte): New function.
4575 (mcore_register_size): New function.
4576 (mcore_register_name): New function.
4577 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4578 macros removed from tm-mcore.h.
4579 (mcore_dump_tdep): Add.
4580 (_initialize_mcore_tdep): Add gdbarch_register call.
4581
4582 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4583
4584 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4585 frameless_look_for_prologue, such that we actually call this
4586 function.
4587
4588 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4589
4590 * frame.h (frame_address_in_block): New function.
4591
4592 * blockframe.c (frame_address_in_block): New function extracted
4593 from get_frame_block().
4594 (get_frame_block): Use frame_address_in_block().
4595 (block_innermost_frame): Use frame_address_in_block() to match
4596 the frame pc address against the block boundaries rather than
4597 the frame pc directly. This prevents a failure when a frame pc
4598 is actually a return-address pointing immediately after the end
4599 of the given block.
4600
4601 2002-07-02 Grace Sainsbury <graces@redhat.com>
4602
4603 * MAINTAINERS: Add self under write after approval.
4604
4605 2002-07-02 Grace Sainsbury <graces@redhat.com>
4606
4607 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4608 used in architecture vector. The default is
4609 m68k_local_breakpoint_from_pc.
4610 (m68k_local_breakpoint_from_pc): Add.
4611 (enum): Add register numbers from tm-m68k.h.
4612 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4613 vector.
4614 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4615 GDB_MULTI_ARCH_PARTIAL.
4616 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4617 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4618 m68k-tdep.c.
4619 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4620 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4621 to enum in m68k-tdep.c
4622
4623 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4624
4625 * solib-osf.c (open_map): Compute the list of shared libraries
4626 loaded by the inferior, rather than the list of libraries loaded
4627 by GDB itself. Otherwise, GDB ends up reading the symbols from
4628 the wrong shared libraries...
4629
4630 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4631
4632 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4633 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4634 macros.
4635 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4636 Remove functions.
4637 (FRAMELESS_SIGNAL): Remove function.
4638 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4639 i386_linux_saved_pc_after_call): Removed.
4640 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4641 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4642 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4643
4644 * i386-tdep.c (i386_frameless_signal_p): New function.
4645 (i386_frame_chain): Deal with frameless signals.
4646 (i386_sigtramp_saved_sp): New function.
4647 (i386_frame_saved_pc): Deal with frameless signals.
4648 (i386_saved_pc_after_call): Make sure the correct value is
4649 returned just after entry into a sigtramp.
4650 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4651 i386fbsd4_sc_sp_offset): New variables.
4652 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4653 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4654 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4655 similiar to what we already did for sc_pc_offset.
4656 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4657 tdep->sc_sp_offset.
4658
4659 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4660
4661 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4662
4663 * config/i386/tm-x86-64linux.h: New.
4664 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4665 definitions.
4666 * config/i386/nm-x86-64.h: Rename to ...
4667 * config/i386/nm-x86-64linux.h: ... this one.
4668 * config/i386/x86-64linux.mh: Reflect the above change.
4669
4670 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4671
4672 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4673 with sigcontext_addr. Add sc_sp_offset.
4674 (i386bsd_sigtramp_saved_pc): Remove prototype.
4675 (i386bsd_sicontext_addr): Add prototype.
4676 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4677 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4678 (i386_svr4_sigtramp_saved_pc): Removed.
4679 (i386_svr4_sigcontext_addr): New function.
4680 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4681 Initialize tdep->sigcontext_addr instead. Initialize
4682 tdep->sc_pc_offset and tdep->sc_sp_offset.
4683 (i386_gdbarch_init): Likewise.
4684 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4685 any more.
4686 (i386bsd_sigtramp_saved_pc): Remove function.
4687 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4688 Initialize tdep->sigcontext_addr instead. Initialize
4689 tdep->sc_pc_offset.
4690 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4691 of tdep->sigtramp_saved_pc.
4692 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4693 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4694 instead.
4695
4696 * i386-tdep.c (i386_frameless_function_invocation,
4697 i386_frame_num_args, i386_frame_init_saved_regs,
4698 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4699 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4700 i386_extract_return_value, i386_store_return_value,
4701 i386_extract_struct_value_address, i386_register_virtual_type,
4702 i386_register_convertible, i386_register_convert_to_virtual,
4703 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4704 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4705 static.
4706
4707 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4708
4709 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4710
4711 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4712 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4713 this macro. Include "value.h".
4714
4715 2002-06-30 Aidan Skinner <aidan@velvet.net>
4716
4717 * ada-exp.tab.c: remove as it's a generated file
4718 * ada-lex.c: remove as it's a generated file
4719
4720 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4721
4722 * config/i386/tm-i386.h (struct frame_info, struct
4723 frame_saved_regs, struct value, struct type): Remove forward
4724 declarations.
4725
4726 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4727 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4728 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4729 (FILL_FPXREGSET): Define.
4730
4731 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4732
4733 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4734 i[3456]86-*-netbsd* case.
4735 * config/i386/tm-obsd.h: Removed.
4736 * config/i386/obsd.mt: Removed.
4737 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4738 core-aout.o.
4739 (MH_CFLAGS): Add -DYYDEBUG=0.
4740
4741 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4742 i386nbsd_sc_pc_offset on OpenBSD too.
4743
4744 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4745 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4746 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4747 define.
4748 * i386bsd-tdep.c: Include "arch-utils.h".
4749 (i386bsd_aout_in_solib_call_trampoline): New function.
4750 (i386bsd_init_abi): Set in_solib_call_trampoline to
4751 i386bsd_aout_in_solib_call_trampoline.
4752 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4753 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4754
4755 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4756
4757 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4758 (struct obstack, struct bcache): Add opaque declarations.
4759 * Makefile.in (macrotab_h): Update
4760
4761 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4762
4763 * blockframe.c (generic_find_dummy_frame): Change return type to
4764 ``struct regcache''.
4765 (struct dummy_frame): Replace field ``registers'' with regcache, a
4766 struct regcache object.
4767 (generic_find_dummy_frame): Update.
4768 (generic_push_dummy_frame): Update. Use regcache_xfree,
4769 regcache_xmalloc and regcache_cpy.
4770 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4771 regcache_xfree.
4772 (deprecated_generic_find_dummy_frame): Update.
4773 (generic_read_register_dummy): Update. Use
4774 regcache_read_as_address.
4775 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4776 (generic_get_saved_register): Update. Use regcache_read.
4777
4778 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4779
4780 * Makefile.in (objfiles_h): Add $(bcache_h).
4781 * objfiles.h: Include "bcache.h".
4782
4783 * Makefile.in (symtab_h): Remove $(bcache_h).
4784 * symtab.h: Do not include "bcache.h".
4785
4786 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4787
4788 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4789 generic_func_frame_chain_valid.
4790
4791 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4792
4793 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4794 * config/i386/tm-fbsd.h: Likewise.
4795
4796 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4797
4798 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4799 generic_unwind_get_saved_register.
4800
4801 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4802
4803 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4804 * regcache.c (supply_register): Add missing argument to
4805 register_buffer call.
4806
4807 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4808
4809 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4810 Solaris /bin/grep does not not like it. From Peter Schauer.
4811
4812 2002-06-26 Tom Tromey <tromey@redhat.com>
4813
4814 * command.h (add_setshow_cmd): Declare.
4815 (add_setshow_cmd_full): Declare.
4816 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4817 returns void. Use add_setshow_cmd_full.
4818 (add_setshow_cmd_full): New function.
4819 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4820 (add_setshow_boolean_cmd): Likewise.
4821
4822 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4823
4824 * config/vax/tm-vax.h: Protect from multiple inclusion.
4825 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4826 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4827 * config/vax/tm-vaxbsd.h: ...here. New file.
4828 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4829
4830 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4831
4832 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4833 (BELIEVE_PCC_PROMOTION): Remove.
4834 (AP_REGNUM): Move to...
4835 * config/vax/nm-vax.h: ...here.
4836 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4837 (vax_breakpoint_from_pc): New function.
4838 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4839 and gdbarch_believe_pcc_promotion.
4840
4841 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4842
4843 * Makefile.in (vax_tdep_h): Define.
4844 (vax-tdep.o): Use $(vax_tdep_h).
4845 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4846 (vax_dump_tdep): New function.
4847 (_initialize_vax_tdep): Register vax_dump_tdep.
4848 * vax-tdep.h: Include osabi.h.
4849 (struct gdbarch_tdep): New.
4850
4851 2002-06-26 Andrew Cagney <cagney@redhat.com>
4852
4853 * frame.h (deprecated_generic_find_dummy_frame): Rename
4854 generic_find_dummy_frame.
4855 * blockframe.c (generic_find_dummy_frame): Make static.
4856 (deprecated_generic_find_dummy_frame): New function.
4857 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4858 generic_find_dummy_frame with deprecated_find_dummy_frame.
4859 (sh64_nofp_frame_init_saved_regs): Ditto.
4860 (sh_fp_frame_init_saved_regs): Ditto.
4861 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4862 (s390_frame_chain): Ditto.
4863 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4864
4865 2002-06-26 Grace Sainsbury <graces@redhat.com>
4866
4867 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4868 gdbarch vector are at the top.
4869 (NUM_REGS): Remove.
4870 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4871 (FRAME_ARGS_ADDRESS): Remove.
4872 (FRAME_LOCALS_ADDRESS): Remove.
4873 (FRAME_NUM_ARGS): Remove.
4874 (FRAME_ARGS_SKIP): Remove.
4875 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4876 (m68k_gdbarch_init): Add gdbarch initializations for macros
4877 undefined in tm-m68k.h
4878
4879 2002-06-26 Grace Sainsbury <graces@redhat.com>
4880
4881 * monitor.h: Add the function regname to monitor_ops
4882 structure. This way NUM_REGS does not have to be a constant.
4883 * monitor.c (monitor_fetch_register): Added support for regname
4884 function. The function is called if the array regnames is NULL.
4885 (monitor_store_register): Same.
4886 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4887 regnames array.
4888 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4889 cpu32bug_cmds.regname to point to new function.
4890 * abug-rom.c (abug_regname): Same as above.
4891 (init_abug_cmds): Same.
4892 * dbug-rom.c (dbug_regname): Same as above.
4893 (init_dbug_cmds): Same.
4894 * remote-est.c (est_regname): Same.
4895 (init_est_cmds): Same.
4896 * rom68k-rom.c (rom68k_regname): Same.
4897 (init_rom68k_cmds): Same.
4898
4899 2002-06-25 Tom Tromey <tromey@redhat.com>
4900
4901 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4902
4903 2002-06-25 Andrew Cagney <cagney@redhat.com>
4904
4905 * infrun.c (stop_registers): Change variable's type to ``struct
4906 regcache'''.
4907 (xmalloc_inferior_status): Delete function.
4908 (free_inferior_status): Delete function.
4909 (normal_stop): Use regcache_cpy.
4910 (struct inferior_status): Change type of fields ``stop_registers''
4911 and ``registers'' to ``struct regcache''.
4912 (write_inferior_status_register): Use regcache_write.
4913 (save_inferior_status): Instead of calling
4914 xmalloc_inferior_status, allocate the inf_status buffer directly.
4915 Use regcache_dup_no_passthrough and regcache_dup to save the
4916 buffers.
4917 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4918 Replace the stop_registers regcache instead of overriding it. Use
4919 regcache_xfree. Instead of calling free_inferior_status, xfree
4920 the buffer directly.
4921 (discard_inferior_status): Use regcache_xfree. Instead of calling
4922 free_inferior_status, xfree the buffer directly.
4923 (build_infrun): Use regcache_xmalloc.
4924 (_initialize_infrun): Delete redundant call to build_infrun.
4925
4926 * Makefile.in (infcmd.o): Add $(regcache_h).
4927
4928 * infcmd.c: Include "regcache.h".
4929 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4930 obtain the address of `stop_registers' register buffer.
4931 (print_return_value): Ditto.
4932
4933 * inferior.h (struct regcache): Add opaque declaration.
4934 (stop_registers): Change variable's declared type to ``struct
4935 regcache''.
4936
4937 2002-06-24 Tom Tromey <tromey@redhat.com>
4938
4939 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4940 * target.c (initialize_targets): Fixed typo in
4941 trust-readonly-sections `show' documentation.
4942
4943 * main.c: Marked all strings with _().
4944
4945 2002-06-24 Don Howard <dhoward@redhat.com>
4946
4947 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4948 that means max CORE_ADDR+1.
4949 (lookup_mem_region): Ditto.
4950 (mem_info_command): Ditto.
4951
4952 2002-06-24 Grace Sainsbury <graces@redhat.com>
4953
4954 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4955 (REGISTER_BYTES_OK): Remove.
4956 (REGISTER_BYTES): Remove.
4957 (STORE_STRUCT_RETURN): Remove.
4958 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4959 (STORE_RETURN_VALUE): Remove.
4960 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4961 (FRAME_CHAIN): Remove.
4962 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4963 (FRAME_SAVED_PC): Remove.
4964 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4965 (m68k_store_struct_return): Add.
4966 (m68k_deprecated_extract_return_value): Add.
4967 (m68k_deprecated_extract_struct_value_address): Add.
4968 (m68k_store_return_value): Add.
4969 (m68k_frame_chain): Add.
4970 (m68k_frameless_function_invocation): Add.
4971 (m68k_frame_saved_pc): Add.
4972 (m68k_gdbarch_init): added set_gdbarch calls for new
4973 functions and deleted macros.
4974
4975 2002-06-23 Tom Tromey <tromey@redhat.com>
4976
4977 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4978 (ALLDEPFILES): Likewise.
4979 (udiheaders): Removed.
4980 (udip2soc.o): Likewise.
4981 (udi2go32.o): Likewise.
4982 (udr.o): Likewise.
4983 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4984
4985 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4986
4987 * infrun.c (_initialize_infrun): Delete unnecessary call to
4988 build_infrun.
4989
4990 * regcache.h: Update comments describing the regcache_cpy family
4991 of functions.
4992 (regcache_save, regcache_restore): Delete declaration.
4993 (regcache_save_no_passthrough): Delete declaration.
4994 (regcache_restore_no_passthrough): Delete declaration.
4995 * regcache.c (regcache_save): Delete function.
4996 (regcache_save_no_passthrough): Delete function.
4997 (regcache_restore): Delete function.
4998 (regcache_restore_no_passthrough): Delete function.
4999
5000 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5001
5002 * config/m68k/tm-m68k.h: Fix typo.
5003 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5004 (m68k_frame_init_saved_regs): Declare.
5005
5006 2002-06-21 Jim Blandy <jimb@redhat.com>
5007
5008 Remove some vestiges of Harris 88k support.
5009 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5010 register numbering quirk.
5011 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5012 odd symbols occurring in Harris 88k ELF targets.
5013
5014 2002-06-21 Tom Tromey <tromey@redhat.com>
5015
5016 * gdb_locale.h: New file.
5017 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5018 (defs_h): Added gdb_locale.h.
5019 * configure, config.in: Rebuilt.
5020 * configure.in (PACKAGE): Define.
5021 * defs.h: Include gdb_locale.h.
5022 * main.c (captured_main): Call setlocale, bindtextdomain,
5023 textdomain.
5024
5025 2002-06-21 Dave Brolley <brolley@redhat.com>
5026
5027 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5028 * config/frv/frv.mt: New file.
5029 * config/frv/tm-frv.h: New file.
5030 * configure.tgt: Support frv-*-*.
5031 * Makefile.in (frv-tdep.o): New target.
5032 * frv-tdep.c: New file.
5033 * NEWS: Mention frv.
5034
5035 2002-06-21 Dave Brolley <brolley@redhat.com>
5036
5037 * MAINTAINERS: Add self to "Write After Approval" list.
5038
5039 2002-06-21 Grace Sainsbury <graces@redhat.com>
5040
5041 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5042 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5043 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5044 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5045 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5046
5047 * m68k-tdep.c: Include arch-utils.h
5048 (m68k_register_raw_size): Add.
5049 (m68k_register_virtual_size): Add.
5050 (m68k_register_virtual_type): Add.
5051 (m68k_register_name): Add.
5052 (m68k_stack_align): Add.
5053 (m68k_register_byte): Add.
5054 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5055 tm-m68k.h.
5056
5057 2002-06-21 Grace Sainsbury <graces@redhat.com>
5058
5059 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5060 m68k_find_saved_regs.
5061 (m68k_pop_frame): Removed saved_regs structure, and replaced
5062 references to it with frame->saved_regs.
5063 (m68k_gdbarch_init): Added function calls to initialize the
5064 gdbarch structure.
5065 (m68k_fix_call_dummy): Add.
5066 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5067 (CALL_DUMMY): Remove.
5068 (CALL_DUMMY_LENGTH): Remove.
5069 (CALL_DUMMY_START_OFFSET): Remove.
5070 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5071 (FIX_CALL_DUMMY): Remove.
5072 (PUSH_DUMMY_FRAME): Remove.
5073 (POP_FRAME): Remove.
5074
5075 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5076
5077 * parse.c (parse_fprintf): New function used to avoid calls to
5078 fprintf in bison parser generated debug code.
5079 * parser-defs.h: Declaration of new parse_fprintf function.
5080 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5081 Set YYDEBUG to 1 by default.
5082 Set YYFPRINTF as parse_fprintf.
5083
5084 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5085
5086 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5087 encoding anymore.
5088 (pointer_encoding, enum ptr_encoding): New.
5089 (execute_cfa_program): Take care about pointer encoding.
5090 (dwarf2_build_frame_info): Only call parse_frame_info for
5091 .debug_frame and .eh_frame.
5092 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5093 fixed augmentation handling, added relative addressing,
5094 ignore duplicate FDEs. Added comments.
5095 * dwarf2cfi.c: Reindented.
5096
5097 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5098
5099 * event-top.c (command_handler): Don't use space_at_cmd_start
5100 unless there is sbrk() on the host. Assign time and space data
5101 to union fields of the appropriate length.
5102
5103 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5104
5105 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5106 x86_64_register_name. Return type changed to 'const char *'.
5107 (x86_64_register_name2nr): Rename to x86_64_register_number.
5108 (x86_64_gdbarch_init): Update to reflect the change.
5109 * x86-64-tdep.h: Ditto.
5110 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5111 (supply_fpregset): Ditto.
5112
5113 2002-06-19 Andrew Cagney <cagney@redhat.com>
5114
5115 * regcache.h: Update copyright.
5116 (struct regcache, struct gdbarch): Add opaque declarations.
5117 (current_regcache): Declare global variable.
5118 (regcache_read, regcache_write): Add gdbarch parameter.
5119 (regcache_save, regcache_save_no_passthrough)
5120 (regcache_restore, regcache_restore_no_passthrough)
5121 (regcache_dup, regcache_dup_no_passthrough)
5122 (regcache_cpy, regcache_cpy_no_passthrough)
5123 (deprecated_grub_regcache_for_registers)
5124 (deprecated_grub_regcache_for_register_valid)
5125 (regcache_valid_p): Add function declarations.
5126
5127 * regcache.c: Update copyright.
5128 (regcache_descr_handle): New global variable.
5129 (struct regcache_descr): Define.
5130 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5131 (regcache_descr, xfree_regcache_descr): New functions.
5132 (struct regcache): Define.
5133 (regcache_xmalloc, regcache_xfree): New functions.
5134 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5135 (regcache_dup, regcache_dup_no_passthrough): New functions.
5136 (regcache_valid_p, regcache_read_as_address): New functions.
5137 (deprecated_grub_regcache_for_registers): New function.
5138 (deprecated_grub_regcache_for_register_valid): New function.
5139 (current_regcache): New global variable.
5140 (register_buffer): Add regcache parameter. Update calls.
5141 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5142 (read_register_gen, write_register_gen): Update register_buffer
5143 call. Test for legacy_p instead of gdbarch_register_read_p or
5144 gdbarch_register_write_p.
5145 (regcache_collect): Update register_buffer call.
5146 (build_regcache): Rewrite. Use deprecated grub functions.
5147 (regcache_save, regcache_save_no_passthrough): New functions.
5148 (regcache_restore, regcache_restore_no_passthrough): New
5149 functions.
5150 (_initialize_regcache): Create the regcache_data_handle. Swap
5151 current_regcache global variable.
5152
5153 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5154 parameter to regcache_read and regcache_write calls.
5155 (sh4_register_read): Ditto.
5156 (sh64_pseudo_register_read): Ditto.
5157 (sh64_register_read): Ditto.
5158 (sh_pseudo_register_write): Ditto.
5159 (sh4_register_write): Ditto.
5160 (sh64_pseudo_register_write): Ditto.
5161 (sh64_register_write): Ditto.
5162
5163 * defs.h (XCALLOC): Define.
5164
5165 2002-06-19 Grace Sainsbury <graces@redhat.com>
5166
5167 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5168 * m68k-tdep.c (m68k_gdbarch_init): Added.
5169 (m68k_dump_tdep): Added.
5170
5171 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5172
5173 * ada-lang.c (fill_in_ada_prototype): Update comment.
5174
5175 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5178 MIPS_ABI_LAST.
5179 (mips_abi_string, mips_abi_strings): New.
5180 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5181 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5182 tdep->mips_abi_string. Honor mips_abi_string. Default to
5183 O32 if no ABI is found.
5184 (mips_dump_tdep): Use mips_abi_strings.
5185 (mips_abi_update): New function.
5186 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5187 ``set mips abi'' and ``show mips abi''. Check the size of
5188 mips_abi_strings.
5189
5190 2002-06-19 Andrew Cagney <cagney@redhat.com>
5191
5192 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5193 constant.
5194
5195 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5196
5197 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5198 current frame using only the first stack size adjustment. All
5199 subsequent size adjustments are not considered to be part of
5200 the "static" part of the current frame.
5201 Compute the address of the saved registers relative to the
5202 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5203 in use in this frame.
5204
5205 2002-06-18 Don Howard <dhoward@redhat.com>
5206
5207 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5208 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5209 suggesting this solution.
5210
5211 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5212
5213 * config/romp/xm-rtbsd.h: Delete file.
5214 * config/romp/rtbsd.mh: Delete file.
5215
5216 2002-06-18 Keith Seitz <keiths@redhat.com>
5217
5218 * breakpoint.c (condition_command): Post breakpoint_modify
5219 when a condition is added to an existing breakpoint.
5220 (commands_command): Likewise for commands.
5221 (set_ignore_count): Likewise for ignore counts.
5222 If no tty, do not simply return, still need to send event
5223 notification.
5224 (ignore_command): Only print a newline if the command came
5225 from a tty.
5226 Don't call breakpoints_changed, since this is now properly
5227 handled by set_ignore_count.
5228
5229 2002-06-18 Andrew Cagney <cagney@redhat.com>
5230
5231 * MAINTAINERS: Note that cris-elf target can be compiled with
5232 -Werror.
5233 * cris-tdep.c (cris_register_name): Make return type constant.
5234 (cris_breakpoint_from_pc): Ditto.
5235
5236 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5237
5238 * frame.h (struct frame_info): Change type of context to
5239 'struct context'.
5240
5241 2002-06-17 Andrew Cagney <cagney@redhat.com>
5242
5243 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5244 pointer.
5245 * gdbarch.h, gdbarch.c: Regenerate.
5246 * config/mips/tm-mips.h (mips_register_name): Update.
5247 * i386-tdep.h (i386_register_name): Update.
5248 * mips-tdep.c (mips_register_name): Update
5249 * alpha-tdep.c (alpha_register_name): Update.
5250 * arch-utils.c (legacy_register_name): Update.
5251 * arch-utils.h (legacy_register_name): Update.
5252 * avr-tdep.c (avr_register_name): Update.
5253 * ia64-tdep.c (ia64_register_name): Update.
5254 * i386-tdep.c (i386_register_name): Update.
5255 * sparc-tdep.c (sparc32_register_name): Update.
5256 (sparc64_register_name): Update.
5257 (sparclite_register_name): Update.
5258 (sparclet_register_name): Update.
5259 * sh-tdep.c (sh_generic_register_name): Update.
5260 (sh_sh_register_name): Update.
5261 (sh_sh3_register_name): Update.
5262 (sh_sh3e_register_name): Update.
5263 (sh_sh_dsp_register_name): Update.
5264 (sh_sh3_dsp_register_name): Update.
5265 (sh_sh4_register_name): Update.
5266 (sh_sh64_register_name): Update.
5267 * s390-tdep.c (s390_register_name): Update.
5268 * rs6000-tdep.c (rs6000_register_name): Update.
5269 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5270 (ns32k_register_name_32382): Update.
5271 * d10v-tdep.c (d10v_ts2_register_name): Update.
5272 (d10v_ts3_register_name): Update.
5273 * xstormy16-tdep.c (xstormy16_register_name): Update.
5274 * vax-tdep.c (vax_register_name): Update.
5275 * v850-tdep.c (v850_register_name): Update.
5276 * m68hc11-tdep.c (m68hc11_register_name): Update.
5277 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5278 (am33_register_name): Update.
5279
5280 2002-06-17 Grace Sainsbury <graces@redhat.com>
5281
5282 * m68k-tdep.c: Reindented.
5283
5284 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5285
5286 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5287 list of predefined types.
5288
5289 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5290
5291 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5292 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5293 REGISTER_CONVERT_TO_RAW): Remove defines.
5294 (i386_register_virtual_type, i386_register_convertible,
5295 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5296 Remove prototypes.
5297 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5298 macros mentioned above.
5299
5300 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5301 (i386lynx_saved_pc_after_call): Remove prototype.
5302 * i386ly-tdep.c: Include "i386-tdep.h".
5303 (i386lynx_saved_pc_after_call): Make static. Use
5304 read_memory_nobpt instead of read_memory. Use
5305 read_memory_unsigned_integer instead of read_memory_integer.
5306 (i386lynx_init_abi): New function.
5307 (i386lynx_coff_osabi_sniffer): New function.
5308 (_initialize_i386bsd_tdep): New function.
5309
5310 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5311 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5312 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5313 (i386_fix_call_dummy): Remove prototype.
5314 * i386-tdep.c (i386_call_dummy_words): New variable.
5315 (i386_gdbarch_init): Adjust for removal of the
5316 macros mentioned above.
5317
5318 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5319
5320 * command.h (add_setshow_auto_boolean_cmd): Replace
5321 add_set_auto_boolean_cmd.
5322 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5323 add_set_auto_boolean_cmd.
5324 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5325 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5326 mask-address'' command.
5327 (show_mask_address): Add cmd parameter.
5328 * remote.c (add_packet_config_cmd): Update. Change type of
5329 set_func and show_func to cmd_sfunc_ftype.
5330 (_initialize_remote): Update `set remote Z-packet'
5331 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5332 (show_remote_protocol_e_packet_cmd): Ditto.
5333 (show_remote_protocol_E_packet_cmd): Ditto.
5334 (show_remote_protocol_P_packet_cmd): Ditto.
5335 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5336 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5337 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5338 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5339 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5340 (show_remote_protocol_Z_packet_cmd): Ditto.
5341 (show_remote_protocol_binary_download_cmd): Ditto.
5342 (show_remote_cmd): Pass NULL to all of above.
5343
5344 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5345
5346 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5347 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5348 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5349 POP_FRAME): Remove defines.
5350 (i386_push_arguments, i386_store_struct_return,
5351 i386_extract_return_value, i386_store_return_value,
5352 i386_extract_struct_value_address, i386_push_dummy_frame,
5353 i386_pop_frame): Renove prototypes.
5354 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5355 macros mentioned above.
5356
5357 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5358
5359 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5360 add_set_boolean_cmd.
5361 (add_setshow_cmd): New function.
5362 * command.h (add_setshow_boolean_cmd): Replace
5363 add_set_boolean_cmd.
5364 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5365 and ``set rdiromatzero''.
5366 * maint.c (_initialize_maint_cmds): Update commented out code.
5367 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5368 * target.c (initialize_targets): Update `set
5369 trust-readonly-sections'.
5370 * remote.c (_initialize_remote): Update `set remotebreak'.
5371
5372 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5373
5374 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5375 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5376 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5377 fit into multi-arch framework.
5378 (i386_breakpoint_from_pc): New function.
5379 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5380 above.
5381
5382 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5383 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5384 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5385 (i386_frameless_function_invocation, i386_frame_num_args,
5386 i386_frame_init_saved_regs): Remove prototypes.
5387 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5388 macros mentioned above.
5389
5390 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5391
5392 * cli/cli-decode.c (set_cmd_cfunc): Update.
5393 (set_cmd_sfunc): Update.
5394 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5395 (set_cmd_sfunc, set_cmd_cfunc): Update.
5396 * cli/cli-decode.h: Update.
5397
5398 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5399
5400 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5401 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5402
5403 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5404
5405 * defs.h (auto_boolean): Declare enum.
5406 * command.h (cmd_auto_boolean): Delete enum.
5407 * mips-tdep.c (mask_address_var): Update.
5408 (mips_mask_address_p): Update.
5409 (show_mask_address): Update.
5410 * remote.c (struct packet_config): Update.
5411 (update_packet_config): Update.
5412 (show_packet_config_cmd): Update.
5413 (packet_ok): Update.
5414 (add_packet_config_cmd): Update.
5415 (_initialize_remote):
5416 * command.h: Update.
5417 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5418 (do_setshow_command): Update.
5419 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5420 * cli/cli-decode.h: Update.
5421
5422 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5423
5424 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5425 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5426 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5427 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5428 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5429 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5430
5431 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5432 list of DJGPP COFF targets.
5433
5434 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5435 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5436 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5437 (FP0_REGNUM): Remove define.
5438 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5439 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5440 (i386_register_virtual_size): Remove protoype.
5441 * i386-tdep.c (i386_register_virtual_size): Removed.
5442 (i386_extract_return_value, i386_store_return_value): Use
5443 FP0_REGNUM instead of NUM_FREGS to determine whether the
5444 floating-point registers are available.
5445 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5446 Adjust for removal of macros mentioned above.
5447
5448 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5449
5450 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5451 comments.
5452 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5453 Remove prototypes.
5454 (supply_gregset, fill_gregset): Remove use of register keyword and
5455 remove declaration for regmap. Use I386_NUM_GREGS instead of
5456 NUM_REGS and NUM_FREGS.
5457 (FPREGSET_FSAVE_OFFSET): Remove.
5458 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5459 NUM_FREGS to determine whether the floating-point registers are
5460 available.
5461
5462 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5463 gnu_store_registers): Replace usage of NUM_GREGS with
5464 I386_NUM_GREGS.
5465
5466 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5467 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5468 usage of NUM_GREGS with I386_NUM_GREGS.
5469
5470 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5471
5472 * i386bsd-nat.c: Include "i386-tdep.h".
5473 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5474 I386_NUM_GREGS.
5475
5476 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5477 and associated comment. They no longer make any sense, since we
5478 don't use this file anymore on Linux.
5479
5480 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5481 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5482 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5483 elements in these arrays.
5484 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5485 MAX_NUM_REGS.
5486
5487 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5488
5489 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5490 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5491
5492 2002-06-14 Andrew Cagney <cagney@redhat.com>
5493
5494 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5495 EXTRACT_RETURN_VALUE.
5496 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5497 EXTRACT_STRUCT_VALUE_ADDRESS.
5498 * gdbarch.h, gdbarch.c: Regenerate.
5499
5500 * values.c (value_being_returned): Handle
5501 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5502 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5503
5504 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5505 * arm-tdep.c (arm_gdbarch_init): Update.
5506 * avr-tdep.c (avr_gdbarch_init): Update.
5507 * cris-tdep.c (cris_gdbarch_init): Update.
5508 * d10v-tdep.c (d10v_gdbarch_init): Update.
5509 * ia64-tdep.c (ia64_gdbarch_init): Update.
5510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5511 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5512 * s390-tdep.c (s390_gdbarch_init): Update.
5513 * sh-tdep.c (sh_gdbarch_init): Update.
5514 * s390-tdep.c (s390_gdbarch_init): Update.
5515 * sparc-tdep.c (sparc_gdbarch_init): Update.
5516 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5517 * v850-tdep.c (v850_gdbarch_init): Update.
5518 * vax-tdep.c (vax_gdbarch_init): Update.
5519 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5520 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5521
5522 * config/arc/tm-arc.h: Update.
5523 * config/d30v/tm-d30v.h: Update.
5524 * config/fr30/tm-fr30.h: Update.
5525 * config/h8300/tm-h8300.h: Update.
5526 * config/h8500/tm-h8500.h: Update.
5527 * config/i386/tm-i386.h: Update.
5528 * config/i386/tm-ptx.h: Update.
5529 * config/i386/tm-symmetry.h: Update.
5530 * config/i960/tm-i960.h: Update.
5531 * config/m32r/tm-m32r.h: Update.
5532 * config/m68k/tm-delta68.h: Update.
5533 * config/m68k/tm-linux.h: Update.
5534 * config/m68k/tm-m68k.h: Update.
5535 * config/m88k/tm-m88k.h: Update.
5536 * config/mcore/tm-mcore.h: Update.
5537 * config/mips/tm-mips.h: Update.
5538 * config/mn10200/tm-mn10200.h: Update.
5539 * config/pa/tm-hppa.h: Update.
5540 * config/pa/tm-hppa64.h: Update.
5541 * config/sparc/tm-sp64.h: Update.
5542 * config/sparc/tm-sparc.h: Update.
5543 * config/sparc/tm-sparclet.h: Update.
5544 * config/z8k/tm-z8k.h: Update.
5545
5546 2002-06-14 Andrew Cagney <cagney@redhat.com>
5547
5548 * Makefile.in (i386_linux_tdep_h): Define.
5549 (i386_tdep_h, i387_tdep_h): Define.
5550 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5551 $(i386_tdep_h) and $(i387_tdep_h).
5552 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5553
5554 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5555
5556 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5557 Already covered by the default.
5558
5559 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5560 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5561 (i386_gdbarch_init): Initialize long_double_format and long_double
5562 bit.
5563
5564 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5565 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5566 Move these to ...
5567 * config/i386/i386sol2.mh: ... here.
5568 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5569 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5570 (SIGCONTEXT_PC_OFFSET): Remove define.
5571 (IN_SIGTRAMP): Remove define.
5572 * i386-sol2-tdep.c: New file.
5573
5574 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5575 * config/i386/tm-i386nw.h: Removed.
5576
5577 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5578 USE_STRUCT_CONVENTION): Remove defines.
5579 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5580 (get_longjmp_target): Remove prototype.
5581 (IN_SIGTRAMP): Remove define.
5582 (i386bsd_in_sigtramp): Remove prototype.
5583 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5584 function. Update comment accordingly
5585 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5586 (FRAME_SAVED_PC): Remove define.
5587 (i386bsd_frame_saved_pc): Remove prototype.
5588 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5589 GET_LONGJMP_TARGET): Remove defines.
5590 (get_longjmp_target): Remove prototype.
5591 (IN_SIGTRAMP): Remove define.
5592 (i386bsd_in_sigtramp): Remove prototype.
5593 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5594 function. Update comment accordingly
5595 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5596 (FRAME_SAVED_PC): Remove define.
5597 (i386bsd_frame_saved_pc): Remove prototype.
5598 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5599 Remove prototype.
5600 (USE_STRUCT_CONVENTION): Remove prototype.
5601 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5602 declaration.
5603 (_initialize_i386bsd_nat): Revise logic to determine some
5604 constants at compile time when compiling a native GDB. Warn if
5605 things don't match up with what we expect.
5606 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5607 Remove variables.
5608 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5609 to use date stored in `struct gdbarch_tdep'.
5610 (i386bsd_sigcontext_offset): Remove varaible.
5611 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5612 stored in `struct gdbarch_tdep'.
5613 (i386bsd_frame_saved_pc): Make static.
5614 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5615 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5616 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5617 i386fbsd4_sc_pc_offset): New variables.
5618 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5619 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5620 functions.
5621 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5622 functions.
5623 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5624 Modify the value of i386fbsd_sigtramp_start and
5625 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5626 i386fbsd_sigtramp_end.
5627 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5628 function.
5629
5630 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5631 define to i386-linux-tdep.h.
5632 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5633 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5634 defines.
5635 (i386_linux_register_name, i386_linux_register_byte,
5636 i386_linux_register_raw_size): Remove prototypes.
5637 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5638 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5639 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5640 TARGET_WRITE_PC): Remove defines.
5641 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5642 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5643 i386_linux_write_pc): Remove prototypes.
5644 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5645 (get_longjmp_target): Remove prototype.
5646 * i386-linux-tdep.h: New file.
5647 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5648 * i386-linux-tdep.c: Include "i386-tdep.h" and
5649 "i386-linux-tdep.h".
5650 (i386_linux_register_name, i386_linux_register_byte,
5651 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5652 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5653 Make static.
5654 (i386_linux_init_abi): New function.
5655 (_initialize_i386_linux_tdep): New function.
5656
5657 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5658 (i386_saved_pc_after_call): Remove prototype.
5659 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5660 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5661 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5662 (i386_register_name, i386_stab_reg_to_regnum,
5663 i386_dwarf_reg_to_regnum): Remove prototypes.
5664 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5665 SIZEOF_SSE_REGS): Remove defines.
5666 (REGISTER_BYTES): Remove define.
5667 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5668 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5669 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5670 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5671 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5672 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5673 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5674 (get_longjmp_target): Remove prototype.
5675 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5676 (sigtramp_saved_pc): Remove define.
5677 (i386v4_sigtramp_saved_pc): Remove prototype.
5678 * config/i386/tm-go32.h (FRAME_CHAIN,
5679 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5680 (i386go32_frame_saved_pc): Remove prototype.
5681 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5682 (get_longjmp_target): Remove prototype.
5683 * i386-tdep.h: Include "osabi.h".
5684 (enum i386_abi): Removed.
5685 (enum struct_return): New enum.
5686 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5687 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5688 sc_pc_offset members.
5689 (i386_gdbarch_register_os_abi): Remove prototype.
5690 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5691 I386_SSE_NUM_REGS): New defines.
5692 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5693 I386_SSE_SIZEOF_REGS): New defines.
5694 (i386_register_name, i386_register_byte, i386_register_raw_size):
5695 New prototypes.
5696 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5697 (i386bsd_sigtramp_saved_pc): New prototype.
5698 * i386-tdep.c: Don't include "elf-bfd.h".
5699 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5700 i386_frame_chain, i386_saved_pc_after_call): Make static.
5701 (i386_frame_saved_pc): Rewrite to call architecture dependent
5702 function to deal with signal handlers. Make static.
5703 (i386go32_frame_saved_pc): Removed.
5704 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5705 Removed.
5706 (i386_get_longjmp_target): New function.
5707 (default_struct_convention, pcc_struct_convention,
5708 reg_struct_convention, valid_conventions, struct_convention): New
5709 variables.
5710 (i386_use_struct_convention): New function.
5711 (i386v4_sigtramp_saved_pc): Renamed to
5712 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5713 (i386_pc_in_sigtramp): New function.
5714 (i386_abi_names): Removed.
5715 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5716 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5717 Removed.
5718 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5719 i386_gdbarch_register_os_abi): Removed.
5720 (struct i386_abi_handler): Removed.
5721 (i386_abi_handler_list): Removed.
5722 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5723 functions.
5724 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5725 i386_nw_init_abi): New functions.
5726 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5727 Use set_gdbarch_xxx() calls instead of relying on macros for a
5728 number of calls.
5729 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5730 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5731 Register the various architecture variants defined in this file.
5732
5733 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5734
5735 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5736 (struct main_type): Remove arg_types member. Update comments for
5737 struct field.
5738 (TYPE_ARG_TYPES): Remove.
5739 (TYPE_FN_FIELD_ARGS): Update.
5740 (smash_to_method_type): Update prototype.
5741
5742 * c-typeprint.c (cp_type_print_method_args): Take method type
5743 instead of argument list. Use new argument layout. Simplify.
5744 (c_type_print_args): Use new argument layout. Simplify.
5745 (c_type_print_base): Update call to cp_type_print_method_args.
5746 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5747 argument; use die->type instead. Update call to
5748 smash_to_method_type.
5749 (read_structure_scope): Update call to dwarf2_add_member_fn.
5750 * gdbtypes.c (allocate_stub_method): Update comment.
5751 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5752 Use new argument layout.
5753 (check_stub_method): Use new argument layout. Don't count
5754 void as an argument.
5755 (print_arg_types): Update comments. Use new argument layout.
5756 (recursive_dump_type): Don't print arg_types member.
5757 * hpread.c (hpread_read_struct_type): Use new argument layout.
5758 (fixup_class_method_type): Likewise.
5759 (hpread_type_lookup): Likewise.
5760 * stabsread.c (read_type): Update calls to read_args and
5761 smash_to_method_type.
5762 (read_args): Use new argument layout. Simplify.
5763 * valops.c (typecmp): Use new argument layout. Update parameters
5764 and comments. Simplify.
5765 (hand_function_call): Use new argument layout.
5766 (search_struct_method): Update call to typecmp.
5767 (find_overload_match): Use new argument layout.
5768
5769 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5770
5771 * NEWS: Mention multithreaded debug support for gdbserver.
5772
5773 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5774
5775 * MAINTAINERS: Mention NEWS.
5776
5777 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5778
5779 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5780 (struct mips_objfile_private, compare_pdr_entries): New.
5781 (non_heuristic_proc_desc): Read the ".pdr" section if it
5782 is present.
5783
5784 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5785
5786 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5787 (arm_debug): New static variable.
5788 (_initialize_arm_tdep): Add ``set debug arm'' command.
5789
5790 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5791
5792 * Makefile.in (sim_arm_h): Define.
5793 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5794 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5795 (arm_register_sim_regno): New function, map an internal REGNUM
5796 onto a simulator register number.
5797 (arm_gdbarch_init): Set register_sim_regno.
5798
5799 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5800
5801 * MAINTAINERS: Add self.
5802
5803 2002-06-11 Jim Blandy <jimb@redhat.com>
5804
5805 * source.c (source_info): Mention whether the symtab has
5806 information about preprocessor macros.
5807
5808 Call the command `info macro', not `show macro'.
5809 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5810 Fix error message.
5811 (_initialize_macrocmd): Register `info_macro_command' in
5812 `infolist', not `showlist'.
5813
5814 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5815
5816 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5817 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5818 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5819 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5820 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5821 unconditionally.
5822 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5823 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5824 (_initialize_mips_tdep): Remove dead code.
5825 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5826 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5827 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5828 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5829 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5830 MIPS_LAST_FP_ARG_REGNUM): Remove.
5831
5832 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5833
5834 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5835 (unwind_tmp_obstack_free, parse_frame_info)
5836 (update_context, cfi_read_fp, cfi_write_fp)
5837 (cfi_frame_chain, cfi_init_extra_frame_info)
5838 (cfi_virtual_frame_pointer): Use the above function.
5839 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5840
5841 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5842
5843 * v850-tdep.c (v850_type_is_scalar): New function.
5844 (v850_use_struct_convention): Match current gcc implementation
5845 as close as possible.
5846 (v850_push_arguments): Fix stack_offset handling. Don't write
5847 struct_addr into register. This is done by v850_store_struct_return.
5848 (v850_extract_return_value): Care for structs.
5849 (v850_store_return_value): Ditto.
5850 (v850_store_struct_return): Actually write address.
5851
5852 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5853
5854 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5855 without debug information too.
5856
5857 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5858
5859 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5860 Make multi-arch pure.
5861 * gdbarch.h, gdbarch.c: Re-generate.
5862 * arm-tdep.c (arm_print_float_info): Update.
5863 * arch-utils.h (default_print_float_info): Update.
5864 * arch-utils.c (default_print_float_info): Update.
5865 * infcmd.c (float_info): Update call.
5866
5867 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5868
5869 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5870 the front of the initialize list.
5871
5872 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5873
5874 * infrun.c (struct inferior_status): Replace fields
5875 selected_frame_address and selected_level with field
5876 selected_frame_id.
5877 (save_inferior_status): Update. Use get_frame_id.
5878 (struct restore_selected_frame_args): Delete.
5879 (restore_selected_frame): Update. Use frame_find_by_id.
5880 (restore_inferior_status): Update.
5881
5882 * breakpoint.h (struct breakpoint): Change type of
5883 watchpoint_frame to frame_id.
5884 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5885 call to get_current_frame.
5886 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5887 get_current_frame.
5888 (watchpoint_check): Use frame_find_by_id.
5889
5890 * frame.h (record_selected_frame): Delete declaration.
5891 * stack.c (record_selected_frame): Delete function.
5892
5893 * frame.h (struct frame_id): Define.
5894 (get_frame_id): Declare.
5895 (frame_find_by_id): Declare.
5896 * frame.c (frame_find_by_id): New function.
5897 (get_frame_id): New function.
5898
5899 2002-06-10 Andrey Volkov <avolkov@transas.com>
5900
5901 * ser-e7kpc.c: Fix duplicated define and call of
5902 _initialize_ser_e7000pc
5903
5904 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5905
5906 * signals/signals.c (target_signal_from_host): Fix #ifdef
5907 SIGRTMIN case.
5908 (do_target_signal_to_host): Likewise.
5909
5910 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5911
5912 * mips-tdep.c (mips_find_abi_section): New function.
5913 (mips_gdbarch_init): Call it.
5914
5915 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5916
5917 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5918 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5919 after Andrew's 2002-06-08 gdbarch change.
5920
5921 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5922
5923 * i386-linux-nat.c (suppy_gregset): Don't supply
5924 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5925 register cache.
5926 (fill_gregset): Don't fetch it under the same circumstances.
5927
5928 2002-06-09 Andrew Cagney <cagney@redhat.com>
5929
5930 * Makefile.in (callback_h): Define.
5931 (remote_sim_h): Update path to remote-sim.h.
5932 (remote-rdp.o): Add $(callback_h).
5933 (remote-sim.o): Use $(callback_h).
5934 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5935 * remote-rdp.c: Include "gdb/callback.h".
5936
5937 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5938
5939 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5940 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5941
5942 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5943
5944 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5945 * rdi-share/serpardr.c: Ditto.
5946 * rdi-share/unixcomm.c: Ditto.
5947 * rdi-share/serdrv.c: Ditto.
5948 * rdi-share/hostchan.h: Ditto.
5949 * rdi-share/hostchan.c: Ditto.
5950 * rdi-share/host.h: Ditto.
5951 * rdi-share/devsw.c: Ditto.
5952
5953 * objfiles.h: Change type of obj_private to void pointer.
5954 * pa64solib.c: Update copyright. Don't include "assert.h", use
5955 strcmp instead of STREQ, use LONGEST, do not use PTR
5956 * somsolib.c: Ditto.
5957
5958 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5959 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5960 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5961
5962 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5963
5964 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5965 (default_get_saved_register): Delete function.
5966 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5967 generic_unwind_get_saved_register.
5968 * gdbarch.h, gdbarch.c: Re-generate.
5969
5970 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5971
5972 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5973 generic_func_frame_chain_valid.
5974 * gdbarch.h, gdbarch.c: Re-generate.
5975 * blockframe.c (generic_func_frame_chain_valid): Only check
5976 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5977 passing FP to PC_IN_CALL_DUMMY.
5978 Fix PR gdb/360.
5979
5980 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5981
5982 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5983 (register_gdbarch_data): Initialize init_p.
5984 (gdbarch_data): Initialize data pointer using the init function.
5985 (init_gdbarch_data): Delete function.
5986 (gdbarch_update_p): Update.
5987 (initialize_non_multiarch): Update.
5988 (struct gdbarch): Add field initialized_p.
5989 * gdbarch.h, gdbarch.c: Re-generate.
5990
5991 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5992
5993 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5994 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5995 better do the things actually here.
5996 * x86-64-tdep.c (x86_64_register_name2nr): New.
5997 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5998 (x86_64_gdbarch_init): Respect the above change.
5999 * x86-64-tdep.h (x86_64_register_name2nr)
6000 (x86_64_register_nr2name): Add prototypes.
6001 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6002
6003 2002-06-06 Michael Snyder <msnyder@redhat.com>
6004
6005 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6006 Delete extra braces and re-indent.
6007 (d10v_store_return_value): Char return values
6008 must be shifted over by one byte in R0.
6009 (d10v_extract_return_value): Delete extra braces, re-indent.
6010
6011 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6012
6013 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6014 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6015 (d10v_integer_to_address): Rewrite.
6016 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6017 the d10v specific functions which take care of converting to the
6018 correct space.
6019
6020 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6021
6022 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6023 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6024
6025 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6026
6027 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6028 includes.
6029 * config/tm-linux.h: Ditto.
6030 * config/alpha/tm-alphalinux.h: Ditto.
6031 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6032 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6033 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6034 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6035 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6036 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6037 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6038 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6039 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6040 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6041 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6042 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6043 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6044 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6045 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6046 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6047 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6048 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6049 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6050 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6051 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6052 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6053 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6054 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6055 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6056 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6057 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6058 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6059 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6060 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6061 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6062 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6063 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6064 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6065 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6066 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6067 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6068
6069 2002-05-04 Aidan Skinner <aidan@velvet.net>
6070
6071 * ada-exp.tab.c: New file
6072 * ada-exp.y: New file
6073 * ada-lang.c: New file
6074 * ada-lang.h: New file
6075 * ada-lex.c: New file
6076 * ada-lex.l: New file
6077 * ada-tasks.c: New file
6078 * ada-typeprint.c: New file
6079 * ada-valprint.c: New file
6080
6081 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6082
6083 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6084 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6085
6086 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6087
6088 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6089 insetead of ppc-linux-tdep.o.
6090 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6091 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6092
6093 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6094
6095 2002-05-07 Christian Groessler <chris@groessler.org>
6096 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6097 bit register contents for little endian hosts.
6098
6099 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6100
6101 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6102 any maintainer.
6103
6104 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6105
6106 * gdbarch.h: Regenerate.
6107
6108 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6109
6110 * MAINTAINERS: Add everyone to write-after-approval list.
6111
6112 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6113
6114 * stack.c (frame_info): Use frame_register_unwind instead of
6115 saved_regs. Mention when the SP is on the stack or in a register.
6116
6117 * frame.h (frame_register_unwind_ftype): Define. Document.
6118 (struct frame_info): Add field register_unwind and
6119 register_unwind_cache.
6120 (frame_register_unwind): Declare.
6121 (generic_unwind_get_saved_register): Declare.
6122
6123 * frame.c (frame_register_unwind): New function.
6124 (generic_unwind_get_saved_register): New function.
6125
6126 * blockframe.c (generic_call_dummy_register_unwind): New function.
6127 (frame_saved_regs_register_unwind): New function.
6128 (set_unwind_by_pc): New function.
6129 (create_new_frame): New function.
6130 (get_prev_frame): New function.
6131
6132 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6133
6134 * a29k-share/: Delete directory.
6135 * remote-vx29k.c: Delete file.
6136
6137 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6138
6139 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6140 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6141
6142 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6143
6144 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6145 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6146 (sparc64nbsd-nat.o)
6147 (sparcnbsd-nat.o)
6148 (sparcnbsd-tdep.o): New dependency lists.
6149 * NEWS: Note new UltraSPARC NetBSD native configuration.
6150 * configure.host (sparc64-*-netbsd*): New host.
6151 * configure.tgt (sparc-*-netbsdelf*)
6152 (sparc-*-netbsd*): Set gdb_target to nbsd.
6153 (sparc64-*-netbsd*): New target.
6154 * sparc64nbsd-nat.c: New file.
6155 * sparcnbsd-nat.c: New file.
6156 * sparcnbsd-tdep.c: New file.
6157 * sparcnbsd-tdep.h: New file.
6158 * config/sparc/nbsd.mt: New file.
6159 * config/sparc/nbsd64.mh: New file.
6160 * config/sparc/nbsd64.mt: New file.
6161 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6162 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6163 (HOST_IPC): Remove.
6164 * config/sparc/nbsdaout.mt: Remove.
6165 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6166 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6167 (HOST_IPC): Remove.
6168 * config/sparc/nbsdelf.mt: Remove.
6169 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6170 sparc-nat.c compatiblity defines.
6171 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6172 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6173 * config/sparc/tm-nbsd64.h: New file.
6174 * config/sparc/tm-nbsdaout.h: Remove.
6175 * config/sparc/xm-nbsd.h: Remove.
6176
6177 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6178
6179 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6180 * sparc-tdep.c: Include osabi.h.
6181 (gdbarch_tdep): Add osabi member.
6182 (_initialize_sparc_tdep): Use gdbarch_register.
6183 (sparc_gdbarch_init): Use generic OS ABI framework.
6184 (sparc_dump_tdep): New function.
6185
6186 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6187
6188 * corefile.c (do_captured_read_memory_integer): Return non-zero
6189 result.
6190 (safe_read_memory_integer): Copy result of memory read when
6191 status is non-zero. Also, add comments.
6192
6193 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6194
6195 * Makefile.in (ppc_tdep_h): Define.
6196 (ppc-linux-nat.o)
6197 (ppc-linux-tdep.o)
6198 (rs6000-tdep.o): Use $(ppc_tdep_h).
6199 (ppc-sysv-tdep.o)
6200 (ppcnbsd-nat.o)
6201 (ppcnbsd-tdep.o): New dependency lists.
6202 * ppc-tdep.h: Use generic OS ABI framework.
6203 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6204 (ppc_linux_init_abi): New functions.
6205 (ppc_sysv_abi_broken_use_struct_convention)
6206 (ppc_sysv_abi_use_struct_convention)
6207 (ppc_sysv_abi_push_arguments): Move to...
6208 * ppc-sysv-tdep.c: ...here.
6209 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6210 * rs6000-tdep.c (process_note_abi_tag_sections)
6211 (get_elfosabi): Remove.
6212 (rs6000_gdbarch_init): Use generic OS ABI framework.
6213 (rs6000_dump_tdep): New function.
6214 (_initialize_rs6000_tdep): Use gdbarch_register.
6215 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6216 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6217 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6218 of ppc-linux-tdep.o.
6219 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6220 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6221 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6222 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6223 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6224 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6225
6226 2002-05-29 Jim Blandy <jimb@redhat.com>
6227
6228 * macroscope.c (default_macro_scope): Put `void' in empty argument
6229 list.
6230
6231 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6232
6233 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6234 * arch-utils.c: Include "sim-regno.h".
6235 * gdbarch.sh: Don't include "sim-regno.h".
6236 * gdbarch.h, gdbarch.c: Regenerate.
6237 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6238 here.
6239 * arch-utils.h (legacy_register_sim_regno): To here.
6240 * remote-sim.c (legacy_register_sim_regno): Move function from
6241 here.
6242 * arch-utils.c (legacy_register_sim_regno): To here.
6243
6244 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6245
6246 * sim-regno.h: New file.
6247 * Makefile.in (sim_regno_h): Define.
6248 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6249 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6250 (legacy_register_sim_regno): New function.
6251 (one2one_register_sim_regno): New function.
6252 (gdbsim_fetch_register): Rewrite.
6253 (gdbsim_store_register): Only store a register when
6254 REGISTER_SIM_REGNO is valid.
6255 * d10v-tdep.c: Include "sim-regno.h".
6256 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6257 (d10v_ts3_register_sim_regno): Ditto.
6258 * gdbarch.sh: Include "sim-regno.h".
6259 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6260 * gdbarch.h, gdbarch.c: Regenerate.
6261 * arch-utils.h (default_register_sim_regno): Delete declaration.
6262 * arch-utils.c (default_register_sim_regno): Delete function.
6263
6264 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6265
6266 * ppcnbsd-nat.c: Rewrite.
6267 * ppcnbsd-tdep.c: New file.
6268 * ppcnbsd-tdep.h: New file.
6269 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6270 solib.o, and solib-svr4.o.
6271 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6272 nbsd-tdep.o, and corelow.o.
6273
6274 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6275
6276 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6277 `tr' and `sed'. Mention that `broken' targets are not expected to
6278 build.
6279
6280 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6281
6282 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6283 Let PC point right after the prologue before looking up symbols.
6284
6285 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6286
6287 * i386-tdep.c (i386_register_virtual_type): Return
6288 builtin_type_vec128i for SSE registers.
6289
6290 * gdbtypes.h (builtin_type_vec128i): Declare.
6291
6292 * gdbtypes.c (build_builtin_type_vec128i): New function.
6293 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6294 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6295 (build_gdbtypes): Initialize new builtin vector types.
6296 (_initialize_gdbtypes): Register new vector types with gdbarch.
6297
6298 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6299
6300 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6301 since it has been multi-arch'd.
6302 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6303 Move Alpha and VAX multi-arch news entries to same section
6304 as other multi-arch news.
6305
6306 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6307
6308 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6309 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6310 static. Rename some register numbers to put them in ns32k-tdep
6311 private namespace.
6312 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6313 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6314 functions.
6315 (_initialize_ns32k_tdep): Use gdbarch_register.
6316 * ns32k-tdep.h: New file.
6317 * ns32knbsd-tdep.c: New file.
6318 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6319 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6320 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6321 REGISTER_BYTES, REGISTER_BYTE): Remove.
6322 * config/ns32k/tm-ns32k.h: New file.
6323 * config/ns32k/tm-umax.h: Remove.
6324
6325 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6326
6327 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6328 ns32k_store_struct_return, ns32k_extract_return_value,
6329 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6330 functions.
6331 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6332 ns32k_saved_pc_after_call.
6333 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6334 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6335 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6336 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6337 ns32k_extract_struct_value_address.
6338
6339 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6340
6341 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6342 ns32k_fix_call_dummy): New.
6343 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6344 ns32k_call_dummy_words.
6345 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6346 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6347 CALL_DUMMY_NARGS): Remove.
6348 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6349
6350 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6351
6352 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6353 ns32k_frame_saved_pc, ns32k_frame_args_address,
6354 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6355 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6356 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6357 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6358 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6359 (BREAKPOINT): Remove..
6360 (FRAME_CHAIN): Define as ns32k_frame_chain.
6361 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6362 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6363 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6364 (FRAME_FIND_SAVED_REGS): Remove.
6365 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6366 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6367 (POP_FRAME): Define as ns32k_pop_frame.
6368
6369 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6370
6371 * ns32k-tdep.c (ns32k_register_byte_32082,
6372 ns32k_register_byte_32382, ns32k_register_raw_size,
6373 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6374 functions.
6375 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6376 ns32k_register_byte_32382.
6377 * config/ns32k/tm-umax.h: Update copyright years.
6378 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6379 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6380 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6381 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6382 (ns32k_get_enter_addr): Fix prototype.
6383
6384 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6385
6386 * ns32k-tdep.c: Update copyright years.
6387 (ns32k_register_name_32082): New function.
6388 (ns32k_register_name_32382): Ditto.
6389 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6390 (REGISTER_NAME): Define as ns32k_register_name_32382.
6391 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6392 (REGISTER_NAME): Define as ns32k_register_name_32082.
6393
6394 2002-05-24 Jim Blandy <jimb@redhat.com>
6395
6396 * dwarf2read.c (free_line_header): Use xfree, not free.
6397
6398 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6401 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6402
6403 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6404
6405 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6406
6407 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6408
6409 From Ross Alexander at NEC Europe:
6410 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6411
6412 2002-05-23 Michael Snyder <msnyder@redhat.com>
6413
6414 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6415 for input, rather than parse_and_eval_address.
6416
6417 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6418
6419 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6420 * Makefile.in (sim_d10v_h): Update definition.
6421
6422 2002-05-24 Andrew Cagney <cagney@redhat.com>
6423
6424 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6425 change `2002-05-22 Michael Snyder' below.
6426 (d10v_push_arguments): Ditto.
6427 (d10v_extract_return_value): Ditto.
6428
6429 2002-05-23 Jim Blandy <jimb@redhat.com>
6430
6431 * macrotab.c (check_for_redefinition): Don't complain if the new
6432 definition is the same as the previous one. Take more arguments
6433 to allow the comparison.
6434 (macro_define_object, macro_define_function): Pass more arguments
6435 to check_for_redefinition.
6436
6437 2002-05-22 Michael Snyder <msnyder@redhat.com>
6438
6439 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6440 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6441 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6442 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6443 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6444 Add a temp variable to save a call (and a memory read).
6445 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6446 if possible (so that PC_IN_CALL_DUMMY will work).
6447
6448 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6449
6450 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6451
6452 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6453
6454 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6455 fde->cie_ptr.
6456 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6457 (dwarf2_build_frame_info): Add offset to fde->initial_location
6458 so that frames of shared libraries are mapped correctly.
6459 (execute_stack_op): Change type of 'result' from ULONGEST to
6460 CORE_ADDR.
6461
6462 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6463
6464 * config/alpha/tm-nbsd.h: Include solib.h.
6465
6466 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6467
6468 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6469 assumptions about the host's byte order.
6470
6471 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6472
6473 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6474 to dependency list.
6475 * alphanbsd-tdep.c: Include solib-svr4.h.
6476 * shnbsd-tdep.c: Ditto.
6477
6478 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6479
6480 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6481 nbsd-tdep.h to dependency list.
6482 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6483 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6484 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6485 nbsdaout.mh and nbsdelf.mh consistently.
6486 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6487 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6488 nbsdaout.mt and nbsdelf.mh consistently.
6489 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6490 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6491 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6492 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6493 a.out shared library stuff from here...
6494 * config/nm-nbsdaout.h: ...to here.
6495 * config/tm-nbsd.h: Remove.
6496 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6497 * config/arm/nbsd.mh: Remove.
6498 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6499 nbsd-tdep.o.
6500 * config/arm/nbsdaout.mh: New file.
6501 * config/arm/nbsdelf.mh: New file.
6502 * config/arm/nm-nbsdaout.h: New file.
6503 * config/i386/nbsd.mh: Remove.
6504 * config/i386/nbsd.mt: Remove.
6505 * config/i386/nbsdaout.mh: New file.
6506 * config/i386/nbsdaout.mt: New file.
6507 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6508 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6509 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6510 i386_register_u_addr): Remove.
6511 * config/i386/nm-nbsdaout.h: New file.
6512 * config/i386/nm-nbsdelf.h: Remove.
6513 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6514 (USE_STRUCT_CONVENTION): Remove.
6515 * config/i386/tm-nbsdaout.h: New file.
6516 * config/i386/tm-nbsdelf.h: Remove.
6517 * config/m68k/nbsd.mh: Remove.
6518 * config/m68k/nbsd.mt: Remove.
6519 * config/m68k/nbsdaout.mh: New file.
6520 * config/m68k/nbsdaout.mt: New file.
6521 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6522 * config/m68k/nm-nbsdaout.h: New file.
6523 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6524 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6525 * config/ns32k/nbsd.mh: Remove.
6526 * config/ns32k/nbsd.mt: Remove.
6527 * config/ns32k/nbsdaout.mh: New file.
6528 * config/ns32k/nbsdaout.mt: New file.
6529 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6530 * config/ns32k/nm-nbsdaout.h: New file.
6531 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6532 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6533 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6534 (SVR4_SHARED_LIBS): Remove.
6535 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6536 * config/sparc/nbsd.mh: Remove.
6537 * config/sparc/nbsd.mt: Remove.
6538 * config/sparc/nbsdaout.mh: New file.
6539 * config/sparc/nbsdaout.mt: New file.
6540 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6541 * config/sparc/nbsdelf.mt: New file.
6542 * config/sparc/nm-nbsdaout.h: New file.
6543 * config/sparc/nm-nbsdelf.h: Remove.
6544 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6545 * config/sparc/tm-nbsdaout.h: New file.
6546
6547 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6548
6549 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6550 mipsnbsd-tdep.c
6551 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6552
6553 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6554
6555 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6556 shnbsd-nat.c.
6557 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6558
6559 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6560
6561 * NEWS: Note new MIPS NetBSD native configuration.
6562 * configure.host (mips*-*-netbsd*): New host.
6563 * configure.tgt (mips*-*-netbsd*): New target.
6564 * mipsnbsd-nat.c: New file.
6565 * mipsnbsd-tdep.c: New file.
6566 * mipsnbsd-tdep.h: New file.
6567 * config/mips/nbsd.mh: New file.
6568 * config/mips/nbsd.mt: New file.
6569 * config/mips/nm-nbsd.h: New file.
6570 * config/mips/tm-nbsd.h: New file.
6571
6572 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6573
6574 * Makefile.in (SFILES): Add osabi.c.
6575 (COMMON_OBS): Add osabi.o.
6576 (osabi.o): New dependency list.
6577 * osabi.c: New file.
6578 * osabi.h: New file.
6579 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6580
6581 * Makefile.in (alpha_tdep_h): Define and use instead of
6582 alpha-tdep.h.
6583 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6584 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6585 Remove.
6586 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6587 * alpha-tdep.h: Include osabi.h.
6588 (alpha_abi): Remove.
6589 (gdbarch_tdep): Use generic OS ABI framework.
6590 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6591 gdbarch_register_osabi.
6592 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6593 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6594 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6595
6596 * Makefile.in (sh_tdep_h): Add osabi.h.
6597 * sh-tdep.h (sh_osabi): Remove.
6598 (gdbarch_tdep): Use generic OS ABI framework.
6599 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6600 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6601 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6602 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6603
6604 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6605 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6606 gdbarch_register_osabi.
6607 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6608 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6609 (get_elfosabi): Rename to...
6610 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6611 ABI framework support routines.
6612 (arm_gdbarch_init): Use generic OS ABI framework.
6613 (arm_dump_tdep): Likewise.
6614 (_initialize_arm_tdep): Likewise.
6615 * arm-tdep.h: Include osabi.h.
6616 (arm_abi): Remove.
6617 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6618 osabi member.
6619 (arm_gdbarch_register_os_abi): Remove prototype.
6620 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6621 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6622
6623 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6624 * mips-tdep.c: Include osabi.h.
6625 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6626 OS ABI framework.
6627
6628 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6629
6630 * h8300-tdep.c: Fix formatting.
6631
6632 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6633
6634 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6635 printing vector registers.
6636
6637 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6638
6639 From Fernando Nasser:
6640 * remote.c (remote_async_open_1): Re-throw the exception when the
6641 connection fails.
6642 (remote_cisco_open): Ditto.
6643 (remote_open_1): Ditto.
6644
6645 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6646
6647 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6648 (remote_start_remote): Add uiout parameter. Pass through to
6649 remote_start_remote_dummy.
6650 (remote_open_1): Use catch_exception instead of catch_errors.
6651 (remote_async_open_1): Ditto.
6652 (remote_cisco_open): Ditto.
6653
6654 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6655
6656 * remote.c (remote_start_remote): Replace PTR with void pointer.
6657 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6658 static.
6659
6660 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6661
6662 * gdb_indent.sh: Allow the script to be run in the sim directory.
6663
6664 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6665
6666 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6667 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6668
6669 * corelow.c (core_open): Only call set_gdbarch_from_file if
6670 exec_bfd is NULL.
6671
6672 2002-05-17 Andrey Volkov <avolkov@transas.com>
6673
6674 * h8300-tdep.c: Add support of EXR register
6675 * config/h8300/tm-h8300.h: Ditto.
6676
6677 2002-05-17 Andrey Volkov <avolkov@transas.com>
6678
6679 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6680
6681 2002-05-17 Andrey Volkov <avolkov@transas.com>
6682
6683 * h8300-tdep.c: Change literal regnums to REGNO.
6684
6685 2002-05-17 Jim Blandy <jimb@redhat.com>
6686
6687 * NEWS: Note addition of macro support.
6688
6689 Expand preprocessor macros in C expressions.
6690 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6691 (scan_macro_expansion, scanning_macro_expansion,
6692 finished_macro_expansion): New function declarations.
6693 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6694 variable declarations.
6695 * parser-defs.h (expression_context_pc): New declaration.
6696 * parse.c (expression_context_pc): New variable.
6697 (parse_exp_1): Set expression_context_pc, as well as
6698 expression_context_block.
6699 * c-exp.y (yylex): If we're not already reading the result of a
6700 macro expansion, try to macro-expand the next token. When we're
6701 done scanning a macro expansion, switch back to the mainline text.
6702 Commas and `if's in a macro's expansion don't terminate the input.
6703 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6704 (macro_original_text, macro_expanded_text,
6705 expression_macro_lookup_func, expression_macro_lookup_baton): New
6706 variables.
6707 (scan_macro_expansion, scanning_macro_expansion,
6708 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6709 c_preprocess_and_parse): New functions.
6710 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6711 c_preprocess_and_parse, instead of c_parse.
6712 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6713 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6714
6715 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6716
6717 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6718 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6719 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6720
6721 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6722
6723 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6724
6725 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6726
6727 * Makefile.in (sh_tdep_h): Define and use.
6728 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6729 register enum): Move to...
6730 * * sh-tdep.h: ...here.
6731 * sh-tdep.c: Include sh-tdep.h.
6732 * sh3-rom.c: Likewise.
6733 * shnbsd-tdep.c: Likewise.
6734
6735 2002-05-16 Michael Snyder <msnyder@redhat.com>
6736
6737 * arm-tdep.c: Spelling fix in comment.
6738
6739 2002-05-16 Jim Blandy <jimb@redhat.com>
6740
6741 Add commands for manually expanding macros and showing their
6742 definitions.
6743 * macrocmd.c, macroscope.c, macroscope.h: New files.
6744 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6745 (macroscope_h): New variable.
6746 (HFILES_NO_SRCDIR): Add macroscope.h.
6747 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6748 (macroscope.o, macrocmd.o): New rules.
6749
6750 Teach the Dwarf 2 reader to read macro information.
6751 * dwarf2read.c: #include "macrotab.h".
6752 (dwarf_macinfo_buffer): New variable.
6753 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6754 dwarf_macinfo_size.
6755 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6756 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6757 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6758 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6759 dwarf2_macro_spaces_in_definition): New complaints.
6760 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6761 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6762 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6763 the partial symbol table.
6764 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6765 from what's recorded in the partial symbol table.
6766 (read_file_scope): If the compilation unit has a
6767 `DW_AT_macro_info' attribute, read its macro information.
6768 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6769
6770 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6771
6772 Fix PR gdb/546
6773 * ser-tcp.c: Don't include <netinet/udp.h>.
6774
6775 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6776
6777 * MAINTAINERS: Update my email address.
6778
6779 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6780
6781 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6782 include file of the same name.
6783
6784 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6785
6786 * configure.tgt: Mark v850 as multi-arched.
6787 * config/v850/tm-v850.h: Remove file.
6788 * config/v850/v850.mt: Eliminate TM_FILE.
6789
6790 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6791
6792 * v850-tdep.c: Full multi-arch.
6793 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6794 Define GDB_MULTI_ARCH to 2.
6795
6796 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6797
6798 * p-exp.y (current_type): New static variable.
6799 Carries the type of the expression at the position that is parsed.
6800 (push_current_type, pop_current_type): Two new functions. Used
6801 to store/restore current_type in expression on specific tokens.
6802 (search_field): New static variable. Set to one after parsing a point
6803 as at that point only a FIELDNAME token should be searched.
6804 (FIELDNAME): New token. After a point only a token belonging to
6805 current_type type definition is allowed.
6806 (all over token rules): reset and change current_type according
6807 to rules.
6808 (exp '[' rule): insert implicit array index field if
6809 exp is a pascal string type.
6810
6811 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6812
6813 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6814 frame info. Use frame_info's saved_regs instead of matching member
6815 in extra_frame_info throughout.
6816 (v850_frame_init_saved_regs): New function.
6817 (v850_init_extra_frame_info): Move most functionality into
6818 v850_frame_init_saved_regs().
6819 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6820 (v850_frame_find_saved_regs): Remove declaration.
6821 (FRAME_FIND_SAVED_REGS): Remove definition.
6822 (v850_frame_init_saved_regs): Add declaration.
6823 (FRAME_INIT_SAVED_REGS): Add definition.
6824
6825 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6826
6827 * v850-tdep.c: Begin multi-arch'ing v850.
6828 (v850_target_architecture_hook): Remove function.
6829 (v850_gdbarch_init): New function. Add code previously in
6830 v850_target_architecture_hook().
6831 (_initialize_v850_tdep): Don't set target_architecture_hook.
6832 Call register_gdbarch_init() instead.
6833
6834 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6837 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6838 (fixup_class_method_type): Likewise.
6839
6840 2002-05-15 Jim Blandy <jimb@redhat.com>
6841
6842 Add macro structures to GDB's symbol tables. Nobody puts anything
6843 in them yet.
6844 * symtab.h (struct symtab): New member: `macro_table'.
6845 * buildsym.h (pending_macros): New global variable.
6846 * buildsym.c: #include "macrotab.h".
6847 (buildsym_init): Initialize `pending_macros'.
6848 (end_symtab): If we found macro information while reading a CU's
6849 debugging info, do build a symtab structure for it. Make the
6850 symtab point to the macro information, and clear the
6851 `pending_macros' pointer which held it while we were reading the
6852 debug info.
6853 (really_free_pendings): Free any pending macro table.
6854 * objfiles.h (struct objfile): New member: `macro_cache'.
6855 * objfiles.c (allocate_objfile): Set allocate and free functions
6856 for the macro cache's objstack.
6857 (free_objfile): Empty the macro cache's obstack.
6858 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6859 set new allocate and free functions for it.
6860 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6861 free functions for the macro cache's objstack. (Why is this
6862 function building its own objfile?)
6863 * symmisc.c (print_objfile_statistics): Print statistics on the
6864 macro bcache.
6865 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6866
6867 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6868
6869 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6870 (REGISTER_U_ADDR): Delete definition.
6871 (arm_register_u_addr): Delete declaration.
6872
6873 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6874
6875 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6876 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6877
6878 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6879
6880 * regcache.c (register_valid): Revise comments refering to "Not
6881 available" and "unavailable".
6882 * frame.c (frame_register_read): Ditto.
6883 * findvar.c (value_of_register): Ditto.
6884
6885 2002-05-15 Andrew Cagney <cagney@redhat.com>
6886
6887 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6888 (remote-sim.o): Update dependencies.
6889 (d10v-tdep.o): Specify dependencies.
6890 (sim_d10v_h): Define.
6891
6892 2002-05-14 Jim Blandy <jimb@redhat.com>
6893
6894 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6895 * macrotab.c (macro_lookup_inclusion, find_definition,
6896 new_macro_table): Same.
6897
6898 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6899 not `! strcmp ()'. This is a dubious improvement.
6900 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6901
6902 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6903 although it's not necessary, to avoid a warning.
6904
6905 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6906
6907 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6908 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6909 TYPE_INSTANCE_FLAGS.
6910 (struct main_type): New.
6911 (struct type): Move most members to struct main_type. Change
6912 cv_type and as_type to new type_chain member. Add instance_flags.
6913 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6914 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6915 (finish_cv_type): Remove prototype.
6916 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6917 Set TYPE_CHAIN.
6918 (alloc_type_instance): New function.
6919 (smash_type): New function.
6920 (make_pointer_type, make_reference_type, make_function_type)
6921 (smash_to_member_type, smash_to_method_type): Call smash_type.
6922 (make_qualified_type): New function.
6923 (make_type_with_address_space): Call make_qualified_type.
6924 (make_cv_type): Likewise.
6925 (finish_cv_type): Remove unnecessary function.
6926 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6927 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6928 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6929 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6930 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6931 * hpread.c (hpread_read_struct_type): Likewise.
6932 * stabsread.c (read_struct_type): Likewise.
6933
6934 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6935
6936 * configure.tgt: Add a catch all sh* target, for cases like
6937 sh[2,3,4]-elf and sh-hms.
6938
6939 2002-05-14 Keith Seitz <keiths@redhat.com>
6940
6941 * event-loop.c (create_file_handler): Don't do anything but
6942 update data when we are given a fd which we are already
6943 monitoring.
6944
6945 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6946
6947 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6948 (update_context): Use __func__ in warnings.
6949
6950 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6951
6952 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6953 and tcp_close to net_open and net_close.
6954 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6955 using UDP if requested. Don't try to disable Nagle on UDP
6956 sockets.
6957 * remote.c (remote_serial_open): New function. Warn about UDP.
6958 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6959
6960 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6961
6962 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6963
6964 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6965
6966 * configure.tgt: Remove sh-hms target.
6967 * MAINTAINERS: Don't list sh-hms as a separate target.
6968
6969 2002-05-13 Jim Blandy <jimb@redhat.com>
6970
6971 Add first preprocessor macro-expansion files.
6972 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6973 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6974 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6975 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6976 (COMMON_OBS): Add macrotab.o, macroexp.o.
6977 (macroexp.o, macrotab.o): New rules.
6978
6979 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6980
6981 * config/m88k/tm-m88k.h: Update copyright.
6982 (m88k_target_write_pc): Declare
6983 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6984 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6985 (SHIFT_INST_REGS): Update definition.
6986 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6987 using old definition of TARGET_WRITE_PC.
6988 * regcache.c (generic_target_write_pc): Delete code handling
6989 NNPC_REGNUM.
6990 * gdbarch.sh (NNPC_REGNUM): Delete.
6991 * gdbarch.h, gdbarch.c: Regenerate.
6992
6993 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6994
6995 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6996 builtin reg number.
6997
6998 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6999
7000 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7001 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7002 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7003 access macros.
7004 * c-typeprint.c (cp_type_print_method_args): Likewise.
7005 (c_type_print_args): Likewise.
7006 * d10v-tdep.c (d10v_push_arguments): Likewise.
7007 (d10v_extract_return_value): Likewise.
7008 * expprint.c (print_subexp): Likewise.
7009 * gdbtypes.c (lookup_primitive_typename): Likewise.
7010 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7011 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7012 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7013 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7014 (TYPE_VECTOR): Likewise.
7015 * hpread.c (hpread_read_struct_type)
7016 (fix_static_member_physnames, fixup_class_method_type)
7017 (hpread_type_lookup): Likewise.
7018 * mdebugread.c (parse_symbol, parse_type): Likewise.
7019 * p-lang.c (is_pascal_string_type): Likewise.
7020 * valops.c (hand_function_call): Likewise.
7021 * x86-64-tdep.c (classify_argument): Likewise.
7022
7023 * hpread.c (hpread_read_function_type)
7024 (hpread_read_doc_function_type): Call replace_type.
7025 * dstread.c (create_new_type): Delete.
7026 (decode_dst_structure, process_dst_function): Call alloc_type.
7027 Use type access macros.
7028
7029 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7030
7031 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7032 the're not supported by the current architecture.
7033 (i387_fill_fxsave): Likewise.
7034
7035 2002-05-12 Fred Fish <fnf@redhat.com>
7036
7037 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7038 sect_index_xxx members to index the first slot in section_offsets
7039 if all of the section_offsets are zero.
7040
7041 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7042
7043 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7044 checked in with last change.
7045
7046 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7047
7048 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7049 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7050 config.sub.
7051
7052 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7053
7054 * Makefile.in: Update dependencies.
7055
7056 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7057
7058 * language.c (local_hex_string_custom): Simplify. Do not depend
7059 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7060
7061 * memattr.c (mem_info_command): Replace calls to
7062 longest_local_hex_string and longest_local_hex_string_custom.
7063 * buildsym.c (make_blockvector): Ditto.
7064 * solib.c (info_sharedlibrary_command): Ditto.
7065 * tracepoint.c (tracepoints_info): Ditto.
7066 * symtab.c (print_msymbol_info): Ditto.
7067
7068 * language.c (local_hex_string): Delete.
7069 (local_hex_string_custom): Delete.
7070 (longest_local_hex_string): Rename to local_hex_string.
7071 (longest_local_hex_string_custom): Rename to
7072 local_hex_string_custom.
7073 * language.h (local_hex_string): Change parameter type to LONGEST.
7074 (local_hex_string_custom): Ditto.
7075 (longest_local_hex_string): Delete declaration.
7076 (longest_local_hex_string_custom): Ditto.
7077
7078 * solib.c: Update copyright.
7079 * memattr.c: Update copyright.
7080
7081 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7082
7083 * arch-utils.h (legacy_register_to_value): Declare.
7084 (legacy_value_to_register): Declare.
7085 (legacy_convert_register_p): Declare.
7086 * arch-utils.c (legacy_register_to_value): New function.
7087 (legacy_value_to_register): New function.
7088 (legacy_convert_register_p): New function.
7089
7090 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7091 (VALUE_TO_REGISTER): Define.
7092 (CONVERT_REGISTER_P): Define.
7093 * gdbarch.h, gdbarch.c: Regenerate.
7094
7095 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7096 VALUE_TO_REGISTER.
7097 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7098 CONVERT_REGISTER_P.
7099
7100 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7101 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7102
7103 * Makefile.in: Update dependencies for valops.c.
7104 * valops.c: Include "gdb_assert.h".
7105 (typecmp): Skip THIS parameter to methods.
7106 (find_method_list): Remove static_memfuncp argument,
7107 update callers. Check for stub methods.
7108 (find_value_oload_method_list): Don't set *static_memfuncp.
7109 (find_overload_match): Don't check for stub methods. Assert
7110 that methods are not stubbed. Handle static methods.
7111 (value_find_oload_method_list): Remove static_memfuncp argument.
7112 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7113 to the argument list for static stub methods.
7114 * value.h (value_find_oload_method_list): Update prototype.
7115
7116 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7117
7118 * arch-utils.h (generic_register_size): Declare.
7119 (generic_register_raw_size, generic_register_virtual_size): Delete
7120 declarations.
7121 * arch-utils.c (generic_register_raw_size): Delete.
7122 (generic_register_size): New function.
7123 (generic_register_virtual_size): Delete.
7124
7125 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7126 default generic_register_size.
7127 * gdbarch.h, gdbarch.c: Re-generate.
7128
7129 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7130 register_virtual_size.
7131 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7132 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7133
7134 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7135
7136 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7137 * gdbarch.h, gdbarch.c: Regenerate.
7138 * gnu-v3-abi.c: Update copyright.
7139 (vtable_address_point_offset): Update.
7140 (gnuv3_rtti_type): Update.
7141 (gnuv3_baseclass_offset): Update.
7142 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7143 (init_fetch_link_map_offsets): Update.
7144 * remote.c (get_remote_state): Update.
7145
7146 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7147
7148 * TODO: Remove value_headof/value_from_vtable_info comment.
7149 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7150 * values.c (value_headof, value_from_vtable_info): Delete.
7151 * value.h (value_from_vtable_info): Delete prototype.
7152
7153 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7154
7155 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7156 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7157 $(gdb_regex_h).
7158 (gdb_assert_h): Define.
7159 (gdb_wait_h): Define.
7160 (gdb_regex_h): Define.
7161
7162 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7163
7164 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7165 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7166
7167 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7168
7169 * nbsd-tdep.c: Fix comment.
7170
7171 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7172
7173 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7174 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7175 (nbsd-tdep.o): New dependency list.
7176 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7177 nbsd-tdep.h.
7178 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7179 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7180 * nbsd-tdep.c: New file.
7181 * nbsd-tdep.h: New file.
7182 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7183 nbsd-tdep.h.
7184 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7185 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7186 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7187 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7188
7189 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7190
7191 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7192 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7193 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7194 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7195 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7196 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7197
7198 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7199
7200 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7201 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7202 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7203 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7204 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7205 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7206 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7207
7208 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7209
7210 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7211 fetch_elfcore_registers to...
7212 * i386nbsd-tdep.c: ...here.
7213 (i386nbsd_use_struct_convention): Rename to...
7214 (i386nbsd_aout_use_struct_convention): ...this.
7215 (i386nbsd_supply_reg): New function.
7216 (i386nbsd_fill_reg): New function.
7217 (fetch_core_registers): Use i386nbsd_supply_reg.
7218 (fetch_elfcore_registers): Likewise.
7219 (_initialize_i386nbsd_tdep): New function.
7220 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7221 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7222 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7223 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7224 (i386nbsd_aout_use_struct_convention): ...this.
7225
7226 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7227
7228 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7229 (store_inferior_registers): Use shnbsd_fill_reg.
7230 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7231 sh_nbsd_supply_register): Collapse into...
7232 (shnbsd_supply_reg): ...this.
7233 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7234 (shnbsd_fill_reg): ...this.
7235 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7236 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7237 (fetch_core_registers): Use shnbsd_supply_reg.
7238 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7239 (sh_nbsd_core_fns): Rename to...
7240 (shnbsd_core_fns): ...this.
7241 (sh_nbsd_elfcore_fns): Rename to...
7242 (shnbsd_elfcore_fns): ...this.
7243 (sh_nbsd_init_abi): Rename to...
7244 (shnbsd_init_abi): ...this.
7245 (_initialize_sh_nbsd_tdep): Rename to...
7246 (_initialize_shnbsd_tdep): ...this.
7247 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7248 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7249 sh_nbsd_fill_register): Remove prototypes.
7250 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7251
7252 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7253
7254 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7255 (i387-nat.o): Delete dependency list.
7256 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7257 (x86-64-linux-nat.o): Likewise.
7258 * i387-nat.c: Delete file, moving contents to...
7259 * i387-tdep.c: ...here.
7260 * i387-nat.h: Rename...
7261 * i387-tdep.h: ...to this.
7262 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7263 * i386-linux-nat.c: Likewise.
7264 * i386bsd-nat.c: Likewise.
7265 * i386gnu-nat.c: Likewise.
7266 * i386nbsd-nat.c: Likewise.
7267 * i386v4-nat.c: Likewise.
7268 * x86-64-linux-nat.c: Likewise.
7269 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7270 * config/i386/go32.mh (NATDEPFILES): Likewise.
7271 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7272 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7273 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7274 * config/i386/linux.mh (NATDEPFILES): Likewise.
7275 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7276 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7277 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7278 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7279
7280 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7281
7282 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7283 (alphanbsd-nat.o): Remove dependency list.
7284 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7285 * alphanbsd-nat.c: Delete. Contents moved to...
7286 * alphanbsd-tdep.c: ...here.
7287 (_initialize_alphanbsd_tdep): Register core functions.
7288 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7289
7290 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7291
7292 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7293 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7294 (alphanbsd-nat.o): Likewise.
7295 (alphabsd-tdep.o): New dependency list.
7296 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7297 (fill_gregset): Use alphabsd_fill_reg.
7298 (supply_fpregset): Use alphabsd_supply_fpreg.
7299 (fill_fpregset): Use alphabsd_fill_fpreg.
7300 (fetch_inferior_registers): Use struct reg and struct fpreg
7301 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7302 and alphabsd_supply_fpreg.
7303 (store_inferior_registers): Use struct reg and struct fpreg
7304 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7305 and alphabsd_fill_fpreg.
7306 * alphabsd-tdep.c: New file.
7307 * alphabsd-tdep.h: New file.
7308 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7309 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7310 alphabsd_supply_fpreg.
7311 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7312 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7313
7314 2002-05-11 Eric Christopher <echristo@redhat.com>
7315
7316 * mips-tdep.c (mips_double_register_type): Fix thinko.
7317 (mips_single_register_type): Ditto.
7318 * MAINTAINERS: Add self.
7319
7320 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7321
7322 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7323 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7324 right thing on architectures with different endianness and/or
7325 integer sizes.
7326
7327 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7328
7329 From Christian Limpach <chris@Pin.LU>
7330 * configure.in: Change sed expression which comments out
7331 NATDEPFILES to also comment out continuation lines.
7332 * configure: Regenerate.
7333
7334 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7335
7336 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7337 big patch.
7338
7339 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7340
7341 * sh-tdep.c: Include correct file.
7342
7343 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7344
7345 New support for sh64-elf (sh5) target.
7346
7347 * configure.tgt: For sh64-elf target, default to sh-elf.
7348
7349 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7350 (struct gdbarch_tdep): Add new fields for new registers and ABI
7351 info.
7352
7353 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7354 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7355 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7356 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7357 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7358 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7359 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7360 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7361 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7362 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7363 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7364 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7365 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7366 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7367 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7368 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7369 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7370 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7371 sign_extend, sh64_nofp_frame_init_saved_regs,
7372 sh64_init_extra_frame_info, sh64_get_saved_register,
7373 sh64_extract_struct_value_address, sh64_pop_frame,
7374 sh64_push_arguments, sh64_extract_return_value,
7375 sh64_store_return_value, sh64_show_media_regs,
7376 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7377 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7378 sh_sh64_register_virtual_type,
7379 sh_sh64_register_convert_to_virtual,
7380 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7381 sh64_register_read, sh64_pseudo_register_write,
7382 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7383 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7384 sh64_do_pseudo_register, sh_compact_do_registers_info,
7385 sh64_do_registers_info, sh_gdbarch_init): New functions.
7386
7387 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7388
7389 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7390
7391 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7392
7393 * linespec.c (decode_line_1): Check for a double quote after
7394 a filename correctly.
7395
7396 2002-05-10 Jim Blandy <jimb@redhat.com>
7397
7398 Properly track the size of the current objfile's .debug_line section.
7399 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7400 (DWARF_LINE_SIZE): New macro.
7401 (dwarf2_build_psymtabs_hard): Record the line section's size in
7402 the partial symbol table.
7403 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7404 symbol table.
7405
7406 2002-05-10 Petr Sorfa <petrs@caldera.com>
7407
7408 * ia64-tdep.c: Handle breakpoints on L instruction type
7409 in MLX instruction bundle by moving the breakpoint to
7410 the third slot (X instruction type) as L holds only data.
7411
7412 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7413
7414 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7415 (process_one_symbol): Complain about discarding local symbols
7416 due to a misplaced N_LBRAC entry.
7417
7418 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7419
7420 From Daniel Berlin <dan@cgsoftware.com>
7421 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7422 decrease the depth we are at, in the case of templates.
7423
7424 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7425
7426 * mips-tdep.c (mips_float_register_type): New function.
7427 (mips_double_register_type): New function.
7428 (mips_print_register): Use them.
7429 (do_fp_register_row): Likewise.
7430
7431 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7432
7433 * signals/signals.c (signals): Remove conditional compilation around
7434 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7435 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7436
7437 2002-05-09 Michael Snyder <msnyder@redhat.com>
7438
7439 * remote-rdp.c (remote_rdp_can_run): Remove.
7440
7441 2002-05-09 Tom Tromey <tromey@redhat.com>
7442
7443 * jv-valprint.c (java_val_print): Handle `char' as a special case
7444 of TYPE_CODE_INT.
7445
7446 2002-05-09 Michael Snyder <msnyder@redhat.com>
7447
7448 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7449 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7450 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7451 str r(0123),[sp,#nn].
7452 (arm_skip_prologue): Ditto. Also make disassembly
7453 order-independent by placing it in a loop.
7454
7455 2002-05-06 Michael Snyder <msnyder@redhat.com>
7456
7457 * stabsread.c (read_type): Add recognition for new attribute:
7458 "@V;" means that an array type is actually a vector.
7459 This is analogous to the vector flag that's been added to dwarf2.
7460
7461 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7462
7463 * i386-tdep.h (i386_abi): New enum.
7464 (struct gdbarch_tdep): Replace os_ident member with abi.
7465 (i386_gdbarch_register_os_abi): New prototype.
7466 * i386-tdep.c (i386_abi_names): New array.
7467 (process_note_abi_tag_sections): Removed.
7468 (process_note_sections): New function.
7469 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7470 (struct i386_abi_handler): New struct.
7471 (i386_abi_handler_list): New variable.
7472 (i386_gdbarch_register_os_abi): New function.
7473 (i386_gdbarch_init): Adapt for the changes given above.
7474
7475 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7476
7477 * gregset.h: Say "GNU/Linux".
7478
7479 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7480
7481 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7482 (build_gdbtypes): Build builtin_type_v2_float.
7483 (_initialize_gdbtypes): Register new builtin type.
7484
7485 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7486
7487 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7488 (clear_gdbarch_swap): New function.
7489 (initialize_non_multiarch): Call.
7490 (gdbarch_update_p): Before calling init(), swap out and clear the
7491 existing architecture.
7492 * gdbarch.c: Regenerate.
7493
7494 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7495
7496 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7497 alphanbsd-tdep.c.
7498
7499 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7500
7501 * sh-nbsd-nat.c: Rename to...
7502 * shnbsd-nat.c: ...this.
7503 * sh-nbsd-tdep.c: Rename to...
7504 * shnbsd-tdep.c: ...this.
7505 * sh-nbsd-tdep.h: Rename to...
7506 * shnbsd-tdep.h: ...this.
7507 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7508 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7509
7510 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7511
7512 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7513 concatenation for command help messages.
7514
7515 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7516
7517 * NEWS: Note new sh*-*-netbsdelf* configuration.
7518 * configure.host: Set gdb_host_cpu to sh for all sh*.
7519 (sh*-*-netbsdelf*): New host.
7520 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7521 (sh*-*-netbsdelf*): New target.
7522 * sh-nbsd-nat.c: New file.
7523 * sh-nbsd-tdep.c: New file.
7524 * sh-nbsd-tdep.h: New file.
7525 * config/sh/nbsd.mh: New file.
7526 * config/sh/nbsd.mt: New file.
7527 * config/sh/nm-nbsd.h: New file.
7528 * config/sh/tm-nbsd.h: New file.
7529
7530 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7531
7532 * sh-tdep.c (sh_osabi_names): Declare.
7533 (process_note_abi_tag_sections): New function.
7534 (get_elfosabi): Ditto.
7535 (sh_gdbarch_register_os_abi): Ditto.
7536 (sh_dump_tdep): Ditto.
7537 _initialize_sh_tdep): Use gdbarch_register to register
7538 sh_gdbarch_init and sh_dump_tdep.
7539 * config/sh/tm-sh.h (sh_osabi): Declare.
7540 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7541
7542 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7543
7544 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7545 (thumb_scan_prologue): Ditto.
7546 (arm_find_callers_reg): Ditto.
7547 (arm_frame_chain): Ditto.
7548 (arm_init_extra_frame_info): Ditto.
7549 (arm_frame_saved_pc): Ditto.
7550 (arm_pop_frame): Ditto.
7551 (arm_push_return_address): New function.
7552 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7553 call_dummy_location, call_dummy_breakpoint_offset_p,
7554 call_dummy_breakpoint_offset, call_dummy_p,
7555 call_dummy_stack_adjust_p, call_dummy_words,
7556 sizeof_call_dummy_words, call_dummy_start_offset,
7557 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7558 call_dummy_address, push_return_address and push_dummy_frame for
7559 generic dummy frames.
7560
7561 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7562
7563 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7564 size computation for alloca.
7565 (sh_fp_frame_init_saved_regs): Likewise.
7566
7567 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7568
7569 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7570 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7571 * arm-tdep.c (arm_store_return_value): Use them.
7572 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7573 * remote-rdp.c (remote_rdp_fetch_register): Use
7574 ARM_MAX_REGISTER_RAW_SIZE.
7575 (remote_rdp_store_register): Likewise.
7576
7577 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7578
7579 * dwarf2cfi.c: Code cleanup, removed unused variables,
7580 added default labels to switch {} statements.
7581 * x86-64-tdep.c: Ditto.
7582 * x86-64-linux-nat.c: Ditto.
7583
7584 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7585
7586 * solib.h: Protect against multiple inclusion.
7587
7588 2002-05-06 Jim Blandy <jimb@redhat.com>
7589
7590 Add first preprocessor macro-expansion files.
7591 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7592 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7593 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7594 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7595 (COMMON_OBS): Add macrotab.o, macroexp.o.
7596 (macroexp.o, macrotab.o): New rules.
7597
7598 Separate the job of reading the line number info statement program
7599 header (...expialidocious) out into its own function.
7600 * dwarf2read.c (struct line_head, struct filenames, struct
7601 directories): Replace with...
7602 (struct line_header): New structure, containing the full
7603 contents of the statement program header, including the
7604 include directory and file name tables.
7605 (read_file_scope): If we have line number info, instead of just
7606 calling dwarf_decode_lines to do all the work, call
7607 dwarf_decode_line_header first to get a `struct line_header'
7608 containing the data in the statement program header, and then
7609 pass that to dwarf_decode_lines, which will pick up where that
7610 left off. Be sure to clean up the `struct line_header' object.
7611 (dwarf_decode_line_header, free_line_header, add_include_dir,
7612 add_file_name): New functions.
7613 (dwarf_decode_lines): Move all the code to read the statement
7614 program header into dwarf_decode_line_header. Take the line
7615 header it built as the first argument, instead of the offset to
7616 the compilation unit's line number info. Use the new `struct
7617 line_header' type instead of the old structures. No need to do
7618 cleanups here now, since we don't allocate anything.
7619 (dwarf2_statement_list_fits_in_line_number_section,
7620 dwarf2_line_header_too_long): New complaints.
7621
7622 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7623
7624 * gdbtypes.c (init_vector_type): New function.
7625 (build_builtin_type_vec128): Simplify the representation of SIMD
7626 registers.
7627 (build_gdbtypes): Initialize new builtin vector types.
7628 (_initialize_gdbtypes): Register new vector types with gdbarch.
7629 (builtin_type_v4_float, builtin_type_v4_int32,
7630 builtin_type_v8_int16, builtin_type_v16_int8,
7631 builtin_type_v2_int32, builtin_type_v4_int16,
7632 builtin_type_v8_int8): New (renamed) SIMD types.
7633
7634 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7635
7636 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7637 (i387_fill_fxsave): Likewise.
7638
7639 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7640
7641 * alpha-tdep.c (alpha_extract_return_value): Don't use
7642 non-constant array size in prototype.
7643
7644 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7645
7646 From Brian Taylor <briant at model dot com>:
7647 * ui-out.c (ui_out_field_core_addr): Use the function
7648 longest_local_hex_string_custom'to format addresses > 32 bits
7649 wide.
7650
7651 * ui-out.c (ui_out_field_core_addr): Update comment.
7652
7653 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7654
7655 * stack.c (select_and_print_frame): Make static. Delete the
7656 parameter `level'.
7657 (func_command): Update call.
7658 (select_frame_command): Delete code computing the frame level.
7659 * frame.h (select_and_print_frame): Delete declaration.
7660
7661 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7662
7663 * sparc-tdep.c (sparc_get_saved_register): Comment why
7664 get_prev_frame call is safe.
7665
7666 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7667
7668 * frame.h (select_frame): Delete level parameter.
7669 * stack.c (select_frame): Update. Use frame_relative_level to
7670 obtain the frame's level.
7671 (select_and_print_frame): Update call.
7672 (select_frame_command): Ditto.
7673 (up_silently_base): Ditto.
7674 (down_silently_base): Ditto.
7675 * ocd.c (ocd_start_remote): Ditto.
7676 * remote-rdp.c (remote_rdp_open): Ditto.
7677 * remote-mips.c (mips_initialize): Ditto.
7678 (common_open): Ditto.
7679 * remote-e7000.c (e7000_start_remote): Ditto.
7680 * m3-nat.c (select_thread): Ditto.
7681 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7682 (child_get_current_exception_event): Ditto.
7683 * varobj.c (varobj_create): Ditto.
7684 (varobj_update): Ditto.
7685 (c_value_of_root): Ditto.
7686 * tracepoint.c (finish_tfind_command): Ditto.
7687 * corelow.c (core_open): Ditto.
7688 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7689 * thread.c (info_threads_command): Ditto.
7690 (switch_to_thread): Ditto.
7691 * infrun.c (normal_stop): Ditto.
7692 (restore_selected_frame): Ditto.
7693 (restore_inferior_status): Ditto.
7694 * breakpoint.c (insert_breakpoints): Ditto.
7695 (watchpoint_check): Ditto.
7696 (bpstat_stop_status): Ditto.
7697 (do_enable_breakpoint): Ditto.
7698 * blockframe.c (flush_cached_frames): Ditto.
7699 (reinit_frame_cache): Ditto.
7700
7701 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7702
7703 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7704 maintainer.
7705
7706 2002-05-04 Jim Blandy <jimb@redhat.com>
7707
7708 * gdbtypes.c (replace_type): Doc fix.
7709
7710 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7711
7712 * valprint.c (strcat_longest): Delete commented out function.
7713 Update copyright.
7714
7715 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7716
7717 * MAINTAINERS: Mark a29k as deleted.
7718 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7719 Move new configurations to the top.
7720 * configure.tgt: Remove a29k.
7721 * config/a29k/tm-vx29k.h: Delete.
7722 * config/a29k/vx29k.mt: Delete.
7723 * config/a29k/tm-a29k.h: Delete.
7724 * config/a29k/a29k-udi.mt: Delete.
7725 * config/a29k/a29k.mt: Delete.
7726 * a29k-tdep.c: Delete.
7727 * remote-udi.c: Delete.
7728 * remote-mm.c: Delete.
7729 * remote-eb.c: Delete.
7730 * remote-adapt.c: Delete.
7731 * Makefile.in: Remove obsolete code.
7732 * config/s390/s390x.mt: Ditto.
7733 * config/s390/s390.mt: Ditto.
7734 * config/sparc/sparclynx.mh: Ditto.
7735 * config/sparc/linux.mh: Ditto.
7736 * config/pa/hppaosf.mh: Ditto.
7737 * config/pa/hppabsd.mh: Ditto.
7738 * config/ns32k/nbsd.mt: Ditto.
7739 * config/mips/vr5000.mt: Ditto.
7740 * config/m68k/sun3os4.mh: Ditto.
7741 * config/m68k/nbsd.mt: Ditto.
7742 * config/m68k/m68klynx.mh: Ditto.
7743 * config/m32r/m32r.mt: Ditto.
7744 * config/i386/x86-64linux.mt: Ditto.
7745 * config/i386/nbsdelf.mt: Ditto.
7746 * config/i386/nbsd.mt: Ditto.
7747 * config/i386/i386lynx.mh: Ditto.
7748
7749 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7750
7751 * target.c (debug_print_register): New function. Handle oversize
7752 registers.
7753 (debug_to_fetch_registers): Call.
7754 (debug_to_store_registers): Call.
7755
7756 2002-05-03 Jim Blandy <jimb@redhat.com>
7757
7758 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7759 (read_type): Doc fix.
7760 * gdbtypes.c (replace_type): Doc fix.
7761
7762 * stabsread.c (multiply_defined_struct): New complaint.
7763 (read_struct_type): If the type we were passed isn't empty, or
7764 incomplete, don't read the new struct type into it; complain,
7765 and return the original type unchanged. Take a new `type_code'
7766 argument, which is the type code for the new type.
7767 (read_type): Rather than storing the type's type code here, pass
7768 it as an argument to read_struct_type, and let that take care of
7769 storing it. That way, we don't overwrite the original type code,
7770 so read_struct_type can use it to decide whether we're overwriting
7771 something we shouldn't.
7772 (complain_about_struct_wipeout): New function.
7773
7774 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7775
7776 * gdbarch.sh: Assert that gdbarch is non-NULL.
7777 * gdbarch.c: Regenerate.
7778
7779 2002-05-03 Jason Merrill <jason@redhat.com>
7780
7781 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7782 and return NULL.
7783
7784 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7785
7786 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7787 (x86_64_dwarf2gdb_regno_map_length),
7788 (x86_64_dwarf2_reg_to_regnum): Added.
7789 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7790 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7791 (_initialize_x86_64_tdep): Synced with the change above.
7792 (x86_64_skip_prologue): Reformulated message.
7793
7794 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7795
7796 * f-exp.y: Also use new prev_lexptr variable
7797 to improve error reporting. Based on Michael Snyder
7798 2002-04-24 dated patch to c-exp.y.
7799 * jv-exp.y: Likewise.
7800 * m2-exp.y: Likewise.
7801
7802 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7803
7804 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7805 we are dealing with vectors.
7806
7807 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7808
7809 * config/m68k/tm-nbsd.h: Obvious fix,
7810 correct machine name.
7811
7812 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7813
7814 * p-typeprint.c (pascal_type_print_base): Add support
7815 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7816
7817 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7818
7819 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7820 for fondamental pascal 'char' type.
7821
7822 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7823
7824 * p-lang.h (is_pascal_string_type): Declaration changed,
7825 new sixth argument of type char ** added.
7826 * p-lang.c (is_pascal_string_type): Implementation
7827 changed. Args length_pos, length_size, string_pos, char_size
7828 can now be NULL. New argument arrayname set to the field
7829 name of the char array. Return value set to char array
7830 field index plus one.
7831 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7832 is_pascal_string_type function.
7833
7834 2002-05-02 Andrew Cagney <cagney@redhat.com>
7835
7836 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7837 <cagney@redhat.com> change.
7838 * gdbarch.c: Regenerate.
7839
7840 2002-05-02 Andrew Cagney <cagney@redhat.com>
7841
7842 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7843 before probing for a new one. Detect errorenous gdbarch_init
7844 functions.
7845 * gdbarch.c: Regenerate.
7846
7847 2002-05-01 Andrew Cagney <cagney@redhat.com>
7848
7849 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7850 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7851 * config/v850/tm-v850.h: Ditto. Update copyright.
7852
7853 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7854
7855 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7856 current_gdbarch.
7857
7858 2002-04-30 Michael Snyder <msnyder@redhat.com>
7859
7860 * arm-tdep.c: Whitespace clean-ups.
7861 (arm_skip_prologue): Fix thinko; two lines
7862 should have been removed as part of 4/24 change.
7863
7864 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7865
7866 * rs6000-tdep.c: Added comment describing how fpscr register
7867 numbers were chosen.
7868
7869 2002-04-30 Michael Snyder <msnyder@redhat.com>
7870
7871 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7872
7873 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7874
7875 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7876 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7877 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7878
7879 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7880
7881 From Louis Hamilton <hamilton@redhat.com>:
7882 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7883 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7884 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7885 not bfd-private xcoff data, to determine wordsize.
7886 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7887
7888 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7889
7890 GDB 5.2 released from 5.2 branch.
7891
7892 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7893
7894 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7895 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7896 (x86_64_register_info_table): Added comments with register numbers.
7897
7898 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7899
7900 * rs6000-tdep.c (rs6000_extract_return_value,
7901 rs6000_store_return_value): Handle returning vectors.
7902 (rs6000_gdbarch_init): Use
7903 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7904 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7905 New function.
7906 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7907 vectors.
7908 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7909 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7910
7911 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7912
7913 * hpread.c (hpread_psymtab_to_symtab_1,
7914 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7915 with fprintf_unfiltered (gdb_stderr,...).
7916
7917 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7918
7919 * remote-array.c (printf_monitor, write_monitor,
7920 array_insert_breakpoint, array_remove_breakpoint ):
7921 Replace fprintf (stderr,...
7922 with fprintf_unfiltered (gdb_stderr,....
7923 * remote-es.c: Likewise.
7924 * remote-os9k.c: Likewise.
7925 * remote-st.c: Likewise.
7926
7927 2002-04-28 Andreas Schwab <schwab@suse.de>
7928
7929 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7930 linux-proc.o and gcore.o.
7931
7932 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7933
7934 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7935 code without frame pointers.
7936
7937 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7938
7939 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7940 ON_STACK is needed.
7941
7942 2002-04-26 Ben Elliston <bje@redhat.com>
7943
7944 * target.c (do_xfer_memory): Correct reference to the new option
7945 "trust-readonly-sections".
7946
7947 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7948
7949 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7950 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7951 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7952 vectors.
7953 (read_array_type): Record the fact that this array type is really a
7954 vector (i.e. are passed in by value).
7955
7956 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7957
7958 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7959 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7960 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7961 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7962 * alpha-linux-tdep.c: Include frame.h.
7963 (alpha_linux_sigcontext_addr): New function.
7964 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7965 alpha_linux_sigcontext_addr.
7966 * alpha-osf1-tdep.c: Include gdbcore.h.
7967 (alpha_osf1_sigcontext_addr): New function.
7968 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7969 alpha_osf1_sigcontext_addr.
7970 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7971 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7972
7973 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7974
7975 * stack.c (selected_frame_level):
7976 (select_frame): Do not set selected_frame_level.
7977 * frame.h (selected_frame_level): Delete declaration.
7978
7979 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7980
7981 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7982 convert_from_func_ptr-addr when AIX / PowerOpen.
7983
7984 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7985
7986 * valops.c (hand_function_call): Call
7987 generic_save_call_dummy_addr.
7988 * frame.h (generic_save_call_dummy_addr): Declare.
7989 * blockframe.c (struct dummy_frame): Add fields call_lo and
7990 call_hi.
7991 (generic_find_dummy_frame): Check for PC in range call_lo to
7992 call_hi instead of entry_point_address.
7993 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7994 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7995 (generic_save_call_dummy_addr): New function.
7996
7997 2002-04-24 David S. Miller <davem@redhat.com>
7998
7999 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8000 sparc_skip_prologue.
8001 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8002 information to find prologue when possible.
8003 (sparc_prologue_frameless_p): Call examine_prologue directly.
8004 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8005 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8006 second argument.
8007 (SKIP_PROLOGUE): Likewise.
8008
8009 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8010
8011 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8012 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8013 indicate that the condition it was testing is always true.
8014 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8015 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8016 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8017
8018 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8019
8020 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8021 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8022 tdep->jb_pc and tdep->jb_elt_size.
8023 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8024 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8025 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8026 * alpha-nat.c (get_longjmp_target): Remove.
8027 (JB_ELEMENT_SIZE): Ditto.
8028 (JB_PC): Ditto.
8029 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8030 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8031 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8032 to alpha_get_longjmp_target.
8033 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8034 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8035 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8036
8037 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8038
8039 * README: Update to GDB 5.2.
8040
8041 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8042
8043 * gdbarch.sh (LC_ALL): Set to `c'.
8044
8045 2002-04-25 Theodore A. Roth <troth@verinet.com>
8046
8047 * avr-tdep.c: Ran through gdb_indent.sh.
8048
8049 2002-04-25 Theodore A. Roth <troth@verinet.com>
8050
8051 * MAINTAINERS: Add myself as AVR maintainer.
8052 * NEWS: Note new target avr.
8053
8054 2002-04-25 Theodore A. Roth <troth@verinet.com>
8055
8056 * Makefile.in: Add support for AVR target.
8057 * configure.tgt: Add support for AVR target.
8058 * avr-tdep.c: New file
8059 * config/avr/avr.mt: New file.
8060
8061 2002-04-25 Theodore A. Roth <troth@verinet.com>
8062
8063 * MAINTAINERS: Add myself to write-after-approval.
8064
8065 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8066
8067 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8068 with fprintf_unfiltered (gdb_stderr,....
8069
8070 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8071
8072 Fix PR gdb/508.
8073 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8074
8075 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8076
8077 * p-exp.y: Also use new prev_lexptr variable
8078 to improve error reporting. Based on Michael Snyder
8079 2002-04-24 dated patch to c-exp.y.
8080
8081 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8084 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8085 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8086 to 0.
8087 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8088 and struct value.
8089 (FUNCTION_START_OFFSET): Remove.
8090 (BREAKPOINT): Ditto.
8091
8092 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8093
8094 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8095 * NEWS: Ditto.
8096
8097 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8098
8099 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8100 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8101 alpha_linux_pc_in_sigtramp.
8102 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8103 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8104 alpha_osf1_pc_in_sigtramp.
8105 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8106 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8107 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8108 alphafbsd_pc_in_sigtramp.
8109 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8110 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8111 alphanbsd_pc_in_sigtramp.
8112 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8113 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8114
8115 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8116
8117 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8118
8119 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8120
8121 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8122 alphanbsd-tdep.c.
8123 (alphanbsd-nat.o): New dependency list.
8124 (alphanbsd-tdep.o): Ditto.
8125 * NEWS: Note new native NetBSD/alpha configuration.
8126 * alphanbsd-nat.c: New file.
8127 * alphanbsd-tdep.c: Ditto.
8128 * configure.host (alpha*-*-netbsd*): New host.
8129 * configure.tgt (alpha*-*-netbsd*): New target.
8130 * config/alpha/nbsd.mh: New file.
8131 * config/alpha/nbsd.mt: Ditto.
8132 * config/alpha/nm-nbsd.h: Ditto.
8133 * config/alpha/tm-nbsd.h: Ditto.
8134
8135 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8136
8137 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8138 (alpha-osf1-tdep.o): New dependency list.
8139 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8140 and skip_sigtramp_frame members.
8141 * alpha-linux-tdep.c: Include gdbcore.h.
8142 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8143 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8144 * alpha-osf1-tdep.c: New file.
8145 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8146 alpha-osf1-dep.c.
8147 (alpha_frame_past_sigtramp_frame): New function.
8148 (alpha_dynamic_sigtramp_offset): Ditto.
8149 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8150 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8151 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8152 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8153 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8154 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8155 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8156 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8157 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8158 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8159 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8160 to find_solib_trampoline_target.
8161 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8162 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8163 (SKIP_TRAMPOLINE_CODE): Remove.
8164 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8165 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8166 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8167 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8168 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8169 (PROC_SIGTRAMP_MAGIC): Ditto.
8170 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8171 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8172 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8173 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8174 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8175
8176 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8177
8178 * NEWS: Note that Alpha targets are now multi-arch.
8179
8180 2002-04-24 Michael Snyder <msnyder@redhat.com>
8181
8182 * parser-defs.h (prev_lexptr): New external variable.
8183 * parse.c (parse_exp_1): Set prev_lexptr to null before
8184 calling the language-specific parser.
8185 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8186 (yyerror): Use prev_lexptr in error reporting.
8187
8188 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8191 * gregset.h: If FILL_FPXREGSET is defined, provide
8192 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8193 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8194 is defined, call fill_fpxregset.
8195
8196 2002-04-24 Roland McGrath <roland@frob.com>
8197
8198 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8199 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8200 (supply_gregset, supply_fpregset): New functions.
8201
8202 * gnu-nat.c (gnu_find_memory_regions): New function.
8203 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8204 (gnu_xfer_memory): Add a cast.
8205
8206 2002-04-24 Michael Snyder <msnyder@redhat.com>
8207
8208 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8209 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8210 of argument regs ("str r(0123), [r11, #-nn"]).
8211 (arm_skip_prologue): Better handling for frameless functions.
8212 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8213 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8214
8215 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8216
8217 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8218 NUM_PSEUDO_REGS can be used.
8219
8220 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8221
8222 * arch-utils.h: Update copyright.
8223
8224 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8225 * gdbarch.h, gdbarch.c: Re-generate.
8226
8227 * inferior.h (IN_SIGTRAMP): Delete definition.
8228 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8229 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8230
8231 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8232 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8233 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8234 (find_proc_framesize): Ditto.
8235 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8236 (alpha_init_extra_frame_info): Ditto.
8237 * infrun.c (handle_inferior_event): Ditto.
8238 (handle_inferior_event): Ditto.
8239 (check_sigtramp2): Ditto.
8240 * blockframe.c (create_new_frame): Ditto.
8241 (get_prev_frame): Ditto.
8242 * ppc-linux-tdep.c: Update comments.
8243 * i386-linux-tdep.c: Update comments.
8244 * breakpoint.c (bpstat_what): Update comment.
8245
8246 2002-04-24 David S. Miller <davem@redhat.com>
8247
8248 * i960-tdep.c (register_in_window_p): New function.
8249 (i960_find_saved_register): Use it instead of
8250 REGISTER_IN_WINDOW_P.
8251 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8252
8253 * symtab.h (find_stab_function_addr): Kill extern.
8254 * minsyms.c (find_stab_function_addr): Remove from here...
8255 * dbxread.c: ... to here, and mark it static.
8256
8257 2002-04-20 David S. Miller <davem@redhat.com>
8258
8259 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8260 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8261
8262 2002-04-21 David S. Miller <davem@redhat.com>
8263
8264 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8265 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8266 (vx_write_register): Likewise.
8267
8268 2002-04-23 J. Brobecker <brobecker@gnat.com>
8269
8270 * source.c (is_regular_file): New function.
8271 (openp): Check wether file to open is a regular file
8272 to avoid opening directories.
8273
8274 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8275
8276 * findvar.c (extract_signed_integer): Cast printf argument
8277 to suppress format warning.
8278 (extract_unsigned_integer): Likewise.
8279 * infcmd.c (registers_info): Likewise.
8280 * top.c (get_prompt_1): Likewise.
8281 * valops.c (value_assign): Likewise.
8282 * valprint.c (print_decimal): Likewise.
8283
8284 2002-04-22 H.J. Lu (hjl@gnu.org)
8285
8286 * c-exp.y (typebase): Support
8287
8288 [long|long long|short] [signed|unsigned] [int|]
8289
8290 and
8291
8292 signed [long|long long|short] int
8293
8294 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8295
8296 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8297 and vax-tdep.h.
8298 * vax-tdep.h: New file.
8299 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8300 Make several routines static.
8301 (vax_get_saved_register): New function.
8302 (vax_gdbarch_init): New function.
8303 (_initialize_vax_tdep): Register vax_gdbarch_init.
8304 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8305 Remove macros now under the control of gdbarch.
8306
8307 2002-04-22 Michael Snyder <msnyder@redhat.com>
8308
8309 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8310 Some whitespace and coding standards tweaks.
8311
8312 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8313
8314 * vax-tdep.c: Include regcache.h.
8315 (vax_call_dummy_words): New.
8316 (sizeof_vax_call_dummy_words): New.
8317 (vax_fix_call_dummy): New function.
8318 (vax_saved_pc_after_call): Ditto.
8319 * config/vax/tm-vax.h: Don't include regcache.h.
8320 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8321 (CALL_DUMMY): Remove.
8322 (CALL_DUMMY_WORDS): Define.
8323 (SIZEOF_CALL_DUMMY_WORDS): Define.
8324 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8325
8326 2002-04-18 Michael Snyder <msnyder@redhat.com>
8327
8328 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8329
8330 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8331
8332 * vax-tdep.c (vax_frame_chain): New function.
8333 (vax_push_dummy_frame): Ditto.
8334 (vax_pop_frame): Ditto.
8335 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8336 (FRAMELESS_FUNCTION_INVOCATION): Use
8337 generic_frameless_function_invocation_not.
8338 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8339 (POP_FRAME): Use vax_pop_frame.
8340
8341 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8342
8343 * vax-tdep.c (vax_store_struct_return): New function.
8344 (vax_extract_return_value): Ditto.
8345 (vax_store_return_value): Ditto.
8346 (vax_extract_struct_value_address): Ditto.
8347 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8348 vax_store_struct_return.
8349 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8350 (STORE_RETURN_VALUE): Use vax_store_return_value.
8351 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8352
8353 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8354
8355 * vax-tdep.c (vax_frame_saved_pc): New function.
8356 (vax_frame_args_address_correct): Ditto.
8357 (vax_frame_args_address): Ditto.
8358 (vax_frame_locals_address): Ditto.
8359 (vax_frame_num_args): Move code to be in proximity to
8360 other frame-related functions.
8361 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8362 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8363 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8364 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8365 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8366
8367 2002-04-22 H.J. Lu (hjl@gnu.org)
8368
8369 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8370 includedir.
8371
8372 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8373
8374 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8375 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8376 (FRAME_INIT_SAVED_REGS): New macro.
8377
8378 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8379
8380 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8381
8382 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8383
8384 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8385 where needed.
8386 (fetch_osf_core_registers): Likewise.
8387 (supply_gregset): Likewise.
8388
8389 2002-04-22 J. Brobecker <brobecker@gnat.com>
8390
8391 * symfile.h (get_section_index): Define.
8392 * symfile.c (get_section_index): New function.
8393 * mdebugread.c (SC_IS_SBSS): New macro.
8394 (SC_IS_BSS): Return true for the scBss storage class only, as
8395 the scSBss storage class refers to the .sbss section.
8396 (parse_partial_symbols): Discard the symbols which associated
8397 section does not exist.
8398 Make sure to use the .sbss section index for symbols which
8399 storage class is scBss, rather than using the .bss section index.
8400
8401 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8402
8403 * vax-tdep.c: Update copyright years.
8404 (vax_register_name): New function.
8405 (vax_register_byte): Ditto.
8406 (vax_register_raw_size): Ditto.
8407 (vax_register_virtual_size): Ditto.
8408 (vax_register_virtual_type): Ditto.
8409 * config/vax/tm-vax.h: Update copyright years.
8410 (REGISTER_NAMES): Remove.
8411 (REGISTER_NAME): Define.
8412 (REGISTER_BYTE): Use vax_register_byte.
8413 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8414 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8415 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8416
8417 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8418
8419 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8420 declaration
8421 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8422
8423 2002-04-21 David S. Miller <davem@redhat.com>
8424
8425 * arch-utils.c (generic_prologue_frameless_p): Kill
8426 SKIP_PROLOGUE_FRAMELESS_P code.
8427 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8428 references.
8429 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8430 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8431 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8432 references.
8433 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8434 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8435 (sparc_gdbarch_init): Pass it to
8436 set_gdbarch_prologue_frameless_p.
8437
8438 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8439
8440 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8441 (alphabsd-nat.o): New dependency list.
8442
8443 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8444
8445 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8446 alphafbsd-tdep.c.
8447 (alpha-linux-tdep.o): New dependency list.
8448 (alphafbsd-tdep.o): Likewise.
8449
8450 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8451
8452 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8453 to here...
8454 * alpha-tdep.c: ...from here.
8455 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8456
8457 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8458
8459 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8460 prototype from here...
8461 * alpha-tdep.h: ...to here.
8462
8463 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8464
8465 * frame.h (selected_frame_level): Document as deprecated.
8466 (frame_relative_level): Declare.
8467 * stack.c (frame_relative_level): New function.
8468 (selected_frame_level): Document as deprecated.
8469 (select_frame): Do not set the selected_frame_level.
8470
8471 * stack.c (frame_info, record_selected_frame): Update.
8472 (frame_command, current_frame_command): Update.
8473 (up_silently_base, up_command, down_silently_base): Update.
8474 (down_command): Update.
8475 * inflow.c (kill_command): Update.
8476 * tracepoint.c (finish_tfind_command): Update.
8477 * corelow.c (core_open): Update.
8478 * thread.c (info_threads_command): Update.
8479 (do_captured_thread_select): Update.
8480 * infcmd.c (finish_command): Update.
8481 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8482
8483 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8484
8485 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8486
8487 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8488
8489 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8490 type const.
8491
8492 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8493
8494 * alphafbsd-tdep.c: Update copyright years. Include
8495 alpha-tdep.h.
8496 (alphafbsd_use_struct_convention): Make static.
8497 (alphafbsd_init_abi): New function.
8498 (_initialize_alphafbsd_tdep): New function.
8499 * config/alpha/tm-fbsd.h: Update copyright years.
8500 (USE_STRUCT_CONVENTION): Remove.
8501
8502 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8503
8504 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8505 an Alpha ABI variant.
8506 (alpha_abi_handler_list): Declare.
8507 (alpha_gdbarch_register_os_abi): New function.
8508 (alpha_gdbarch_init): Give registered ABI variant handlers a
8509 chance to tweak the gdbarch once we have set up defaults.
8510 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8511
8512 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8513
8514 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8515 to standard_coerce_float_to_double.
8516 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8517
8518 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8519
8520 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8521 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8522 from gdbarch_tdep rather than a constant.
8523 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8524 the default text address for all Alpha Unix ABIs.
8525 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8526 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8527
8528 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8529
8530 * alpha-tdep.h: New file. Includes several Alpha target constants
8531 taken from...
8532 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8533 let gdbarch deal with.
8534 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8535 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8536 to dependency list.
8537 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8538 Alpha target register names.
8539 * alphabsd-nat.c: Likewise.
8540 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8541 Alpha target register names. Make serveral routines static.
8542 (alpha_get_saved_register): New function.
8543 (alpha_abi_names): New.
8544 (process_note_abi_tag_sections): New function.
8545 (get_elfosabi): New function.
8546 (alpha_gdbarch_init): New function.
8547 (alpha_dump_tdep): New function.
8548 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8549
8550 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8551
8552 * frame.c (find_saved_register): Delete #ifdef
8553 HAVE_REGISTER_WINDOWS code.
8554 * config/sparc/tm-sparc.h: Update comments.
8555 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8556
8557 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8558
8559 * i960-tdep.c (i960_find_saved_register): New function.
8560 (i960_get_saved_register): New function.
8561 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8562 (i960_get_saved_register): Declare.
8563 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8564
8565 2002-04-20 David S. Miller <davem@redhat.com>
8566
8567 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8568
8569 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8570
8571 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8572 instead of NUM_PSEUDO_REGS.
8573
8574 2002-04-20 David S. Miller <davem@redhat.com>
8575
8576 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8577 GDB_MULTI_ARCH_PARTIAL
8578 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8579 define, let tm-sp64.h do it.
8580
8581 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8582
8583 * frame.c (find_saved_register): Avoid a NULL pointer
8584 dereference and actually walk the frame list.
8585
8586 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8587
8588 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8589 sorted in most most-recent-used order. Document.
8590 * gdbarch.h, gdbarch.c: Regenerate.
8591
8592 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8593
8594 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8595 instead of ->prev.
8596 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8597 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8598 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8599 instead of ->prev.
8600
8601 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8602
8603 Fix PR gdb/471.
8604 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8605 (build_builtin_type_vec128): Ditto.
8606 (append_composite_type_field): Fix calculation of type length in
8607 union case.
8608
8609 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8610
8611 * config/djgpp/README: Update.
8612
8613 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8614 compiler warnings.
8615
8616 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8617
8618 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8619 (alpha_setup_arbitrary_frame): ...to this.
8620 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8621 for alpha_setup_arbitrary_frame.
8622
8623 2002-04-18 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8626 * gdbarch.h, gdbarch.c: Regenerate.
8627
8628 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8629 * target.h (memory_breakpoint_from_pc): Update declaration.
8630 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8631
8632 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8633 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8634 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8635 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8636 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8637 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8638 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8639 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8640 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8641 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8642 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8643 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8644
8645 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8646 const pointer.
8647 * monitor.c (monitor_insert_breakpoint): Ditto.
8648 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8649
8650 * config/mcore/tm-mcore.h: Update copyright.
8651 * mem-break.c: Ditto.
8652 * xstormy16-tdep.c: Ditto.
8653
8654 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8655
8656 * p-exp.y: Add precedence rule for '^' token.
8657 This removes the shift/reduce conflicts.
8658 Remove the comment concerning these shift/reduce conflicts.
8659
8660 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8661
8662 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8663 (registers_powerpc_nofp): New register set for processors
8664 without floating point unit.
8665
8666 2002-04-18 David S. Miller <davem@redhat.com>
8667
8668 * MAINTAINERS: Add myself to write-after-approval.
8669
8670 2002-04-17 Michael Snyder <msnyder@redhat.com>
8671
8672 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8673
8674 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8675
8676 * rs6000-tdep.c (frame_initial_stack_address): Use
8677 frame_register_read to read the alloca_reg.
8678
8679 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8680
8681 * frame.c (find_saved_register): Find saved registers in the next
8682 not prev frame.
8683 Fix PR gdb/365.
8684
8685 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8686
8687 * gdbarch.sh (LANG): Set to ``c''.
8688
8689 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8690
8691 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8692
8693 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8694
8695 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8696 Update copyright.
8697
8698 * hpread.c (hpread_get_lntt): Add declaration.
8699 Also fix PR gdb/391.
8700
8701 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8702
8703 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8704 * aclocal.m4, configure: Re-generate.
8705 Fix PR gdb/391.
8706
8707 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8708
8709 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8710 instead of tm_print_insn.
8711
8712 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8713
8714 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8715
8716 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8717
8718 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8719 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8720 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8721
8722 2002-04-12 Don Howard <dhoward@redhat.com>
8723
8724 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8725 max_user_call_depth.
8726 (init_cmd_lists): Initialize the new value;
8727 * cli/cli-script.c (execute_user_command): Limit the call depth of
8728 user defined commands. This avoids a core-dump when user commands
8729 are infinitly recursive.
8730
8731 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8732
8733 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8734 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8735 from tdep struct instead of DEFAULT_LR_SAVE.
8736 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8737 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8738 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8739
8740 2002-04-12 Michael Snyder <msnyder@redhat.com>
8741
8742 * Remote.c: Spelling fix.
8743 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8744 If no symbol found for "sbrk", try "_sbrk".
8745 (make_output_phdrs): Use bfd_section_name.
8746 (gcore_copy_callback): Use bfd_section_name.
8747 * eval.c: Indentation fix-ups.
8748 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8749 in case it gets applied to an address that is already
8750 in the instruction space.
8751 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8752 * symfile.c: Fix indentation, long lines.
8753 * source.c: White space fix-up.
8754
8755 2002-04-12 Andrew Cagney <cagney@redhat.com>
8756
8757 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8758 * frame.c (frame_register_read): New function. Return non-zero on
8759 success.
8760 (read_relative_register_raw_bytes_for_frame): Delete.
8761 (read_relative_register_raw_bytes): Delete.
8762 * frame.h (frame_register_read): Declare.
8763 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8764 * sh-tdep.c: Ditto.
8765 * infcmd.c (do_registers_info): Ditto.
8766 * hppa-tdep.c: Ditto.
8767 * rs6000-tdep.c: Ditto.
8768 * h8500-tdep.c: Ditto.
8769 * mips-tdep.c: Ditto.
8770 * h8300-tdep.c: Ditto.
8771 * z8k-tdep.c: Ditto.
8772
8773 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8774
8775 From Jimi X <jimix@watson.ibm.com>:
8776 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8777 64-bit SysV ABI.
8778
8779 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8780
8781 From Jimi X <jimix@watson.ibm.com>:
8782 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8783 bfd info.
8784
8785 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8786
8787 From Jimi X <jimix@watson.ibm.com>:
8788 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8789 register sets for these processor variants.
8790
8791 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8792
8793 * regformats/reg-ppc.dat: Support FPSCR.
8794
8795 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8796
8797 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8798 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8799 Add fpscr as an invalid/unfetchable register.
8800 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8801 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8802 (fill_fpregset): Add support for register fpscr.
8803 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8804 (fill_gregset): Account for the fact that register ``mq'' might
8805 not exist.
8806 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8807 (registers_power): Add fpscr to register set at slot 71.
8808 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8809 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8810
8811 2002-04-11 Michael Snyder <msnyder@redhat.com>
8812
8813 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8814 * configure: Regenerate.
8815 * config.in: Regenerate.
8816 * acconfig.h: Add define for _SYSCALL32.
8817 * core-sol2.c: Remove #define _SYSCALL32.
8818 * solib-legacy.c: Remove #define _SYSCALL32.
8819
8820 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8821
8822 * stack.c (select_frame): Cleanup internal error message, do not
8823 use %p.
8824
8825 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8826
8827 * stack.c (select_frame): Check that selected_frame and the
8828 specified level are as expected.
8829 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8830 Update copyright.
8831 * frame.h (struct frame_info): Add field `level'. Update
8832 copyright.
8833 Work-in-progress PR gdb/464.
8834
8835 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8836
8837 * maint.c (maint_print_section_info): Rename print_section_info.
8838 (print_bfd_section_info, print_objfile_section_info): Update.
8839 * inferior.h (struct gdbarch): Add opaque declaration.
8840 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8841 * gdbarch.h: Regenerate.
8842
8843 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8844
8845 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8846 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8847 (kernel_u_size): Added.
8848 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8849 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8850
8851 2002-04-04 Jim Ingham <jingham@apple.com>
8852
8853 * valarith.c (find_size_for_pointer_math): New function, either returns
8854 the size for a pointer's target, returns 1 for void *, or errors for
8855 incomplete types.
8856 (value_add, value_sub): use find_size_for_pointer_math.
8857
8858 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8859
8860 * linux-low.c (linux_look_up_symbols): New hook.
8861 (linux_target_ops): Add linux_look_up_symbols.
8862 * remote-utils.c (decode_address): New function.
8863 (look_up_one_symbol): New function.
8864 * server.c (handle_query): Call target look_up_symbols hook.
8865 * server.h (look_up_one_symbol): Add prototype.
8866 * target.h (struct target_ops): Add look_up_symbols hook.
8867
8868 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8869
8870 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8871 override FP_REGNUM with frame->fp. Update copyright.
8872 * parse.c (num_std_regs, std_regs): Delete.
8873 (target_map_name_to_register): Do not search std_regs. Update
8874 function description.
8875 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8876 declarations. Update copyright.
8877 Fix PR gdb/251.
8878
8879 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8880
8881 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8882 after the last symbol in a block.
8883
8884 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8885
8886 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8887 is non zero as a found symbol.
8888
8889 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8890
8891 * findvar.c: Include "builtin-regs.h".
8892 (value_of_register): Call value_of_builtin_reg when applicable.
8893 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8894 (target_map_name_to_register): Call
8895 builtin_reg_map_name_to_regnum.
8896 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8897 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8898 (builtin_regs_h): Define.
8899 (builtin-regs.o): New target.
8900 (findvar.o): Add $(builtin_regs_h).
8901 * builtin-regs.c, builtin-regs.h: New files.
8902 * std-regs.c: New file.
8903 Partial fix for PR gdb/251.
8904
8905 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8906
8907 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8908 it's no longer required.
8909
8910 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8911
8912 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8913
8914 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8915
8916 From Jimi X <jimix@watson.ibm.com>:
8917 * rs6000-tdep.c (rs6000_software_single_step): Use
8918 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8919 and size. Use target_insert_breakpoint() and
8920 target_remove_breakpoint() to insert and remove breakpoints
8921 instead of explicit memory reads and writes.
8922
8923 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8924
8925 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8926 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8927 ELF_OBJECT_FORMAT ifdef.
8928
8929 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8930
8931 From Jimi X <jimix@watson.ibm.com>:
8932 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8933
8934 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8935
8936 From Jimi X <jimix@watson.ibm.com>:
8937 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8938 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8939
8940 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8941
8942 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8943 s/asprintf/xasprintf/.
8944 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8945
8946 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8947
8948 I believe Jeff Law denies responsability for this one:
8949 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8950 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8951 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8952 Work-around for PR gdb/366.
8953
8954 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8955
8956 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8957 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8958 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8959
8960 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8961
8962 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8963 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8964 information.
8965
8966 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8967
8968 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8969 maintainer.
8970
8971 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8972
8973 * README (Reporting Bugs in GDB): Document the bug web page as the
8974 prefered way of submitting bugs.
8975 Fix PR gdb/402.
8976
8977 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8978
8979 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8980 -1. Update comment.
8981 * gdbarch.h, gdbarch.c: Re-generate.
8982
8983 2002-04-07 Andreas Schwab <schwab@suse.de>
8984
8985 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8986 buffer to regcache_collect.
8987
8988 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8989
8990 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8991 * gdbarch.c, gdbarch.h: Re-generate.
8992
8993 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8994
8995 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8996 declaration. Fix -Werror.
8997
8998 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8999
9000 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9001 * gdbarch.c: Regenerate.
9002
9003 2002-04-05 Michael Snyder <msnyder@redhat.com>
9004
9005 * breakpoint.c (clear_command): Rewrite middle section to
9006 combine two loops with identical control conditions.
9007 Add a cleanup to eliminate a memory leak.
9008 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9009
9010 2002-04-05 H.J. Lu (hjl@gnu.org)
9011
9012 * solib-svr4.c (bkpt_names): Add "__start".
9013
9014 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9015
9016 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9017 as test for 64 bit target.
9018
9019 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9020
9021 * h8500-tdep.c (h8500_write_fp): Delete function.
9022 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9023 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9024 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9025 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9026 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9027 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9028 (s390_write_fp):
9029 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9030 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9031 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9032 (d10v_write_fp): Delete function.
9033 * inferior.h (write_fp, generic_target_write_fp): Delete
9034 declarations.
9035 * regcache.c (generic_target_write_fp): Delete function.
9036 (write_fp): Delete function.
9037 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9038 * gdbarch.h, gdbarch.c: Regenerate.
9039 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9040 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9041 (sparc64_write_fp): Delete declaration.
9042 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9043 (h8500_write_fp): Delete declaration.
9044
9045 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9046
9047 * sparc-tdep.c (sparc64_write_fp): Delete.
9048 (sparc_push_dummy_frame): Replace write_fp call with code to store
9049 the FP directly.
9050 (sparc_gdbarch_init): Do not initialize write_fp.
9051
9052 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9053
9054 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9055 clause.
9056
9057 2002-03-29 Jim Blandy <jimb@redhat.com>
9058
9059 * stack.c (get_selected_block): Add new argument `addr_in_block',
9060 used to return the exact code address we used to select the block,
9061 not just the block.
9062 * blockframe.c (get_frame_block, get_current_block): Same.
9063 * frame.h (get_frame_block, get_current_block,
9064 get_selected_block): Update declarations.
9065 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9066 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9067
9068 2002-04-05 Michael Snyder <msnyder@redhat.com>
9069
9070 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9071 warning message.
9072
9073 2002-04-05 J. Brobecker <brobecker@gnat.com>
9074
9075 * utils.c (xfullpath): New function.
9076 * defs.h (xfullpath): Add declaration.
9077 * source.c (openp): Use xfullpath in place of gdb_realpath to
9078 avoid resolving the basename part of filenames when the
9079 associated file is a symbolic link. This fixes a potential
9080 inconsistency between the filenames known to GDB and the
9081 filenames it prints in the annotations.
9082 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9083 to be able to match a filename with either the real filename, or
9084 the name of any symbolic link to this file.
9085 (lookup_partial_symtab): Ditto.
9086
9087 2002-04-04 Michael Snyder <msnyder@redhat.com>
9088
9089 * breakpoint.c: Add support for hardware breakpoints in overlays.
9090 (overlay_events_enabled): New state variable.
9091 (insert_breakpoints): Use overlay_events_enabled to decide
9092 whether to attempt to set a breakpoint at the overlay load addr.
9093 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9094 (remove_breakpoint): Use overlay_events_enabled to decide
9095 whether breakpoints need to be removed from overlay load addr.
9096 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9097 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9098 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9099 disable_overlay_breakpoints): Update overlay_events_enabled.
9100
9101 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9102
9103 * dwarf2read.c (struct function_range): New.
9104 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9105 (check_cu_functions): New.
9106 (read_file_scope): Initialize global function lists.
9107 Call dwarf_decode_line after processing children.
9108 (read_func_scope): Add to global function list.
9109 (dwarf_decode_lines): Call check_cu_functions everywhere
9110 record_line is called. Call record_line with a linenumber
9111 of 0 to mark sequence ends.
9112
9113 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9114
9115 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9116 change sync with glibc.
9117
9118 2002-04-03 Jim Blandy <jimb@redhat.com>
9119
9120 * configure.in: Call AC_C_INLINE.
9121 * configure: Regenerated.
9122
9123 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9124
9125 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9126 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9127
9128 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9129
9130 * NEWS: Mention gcore support on FreeBSD/i386.
9131
9132 * fbsd-proc.c: New file.
9133 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9134 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9135
9136 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9137 while statement.
9138
9139 2002-03-29 Jim Blandy <jimb@redhat.com>
9140
9141 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9142 unescaped newlines in string literals, but newer ones don't. So
9143 escape them.
9144
9145 2002-03-26 Michael Snyder <msnyder@redhat.com>
9146 Andrew Cagney <cagney@redhat.com>
9147
9148 * cli/cli-dump.c: New file. Dump memory to file,
9149 restore file to memory.
9150 * cli/cli-dump.h: New file.
9151 * Makefile.in: Add rules, dependencies for cli-dump.o.
9152 * NEWS: Mention new commands.
9153
9154 2002-03-28 Michael Snyder <msnyder@redhat.com>
9155
9156 * symfile.c (symbol_file_add): Move test for null symbols to later.
9157
9158 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9159
9160 From veksler at il.ibm.com:
9161 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9162 the xstrduped original path.
9163 Fix PR gdb/417.
9164
9165 2002-03-27 Michael Snyder <msnyder@redhat.com>
9166
9167 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9168 * infcmd.c (_initialize_infcmd): Ditto.
9169 * language.c (_initialize_language): Ditto.
9170 * symfile.c (_initialize_symfile): Ditto.
9171 * top.c (_init_main): Ditto.
9172 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9173
9174 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9175
9176 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9177 vector registers handling.
9178 (skip_prologue): Handle new AltiVec instructions. Fill in new
9179 fields of frame data.
9180 (frame_get_saved_regs): Fill in information for AltiVec registers.
9181
9182 2002-03-27 Jim Blandy <jimb@redhat.com>
9183
9184 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9185 a function; leave this macro here to invoke that function.
9186 (symbol_init_mangled_name): Declaration for that function.
9187 * symtab.c (symbol_init_mangled_name): New function.
9188
9189 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9190
9191 * valarith.c: Replace strerror with safe_strerror.
9192 * tracepoint.c: Ditto.
9193 * lin-lwp.c: Ditto.
9194 * go32-nat.c: Ditto.
9195 * inflow.c: Ditto.
9196 * gnu-nat.c: Ditto.
9197
9198 2002-03-27 Andreas Schwab <schwab@suse.de>
9199
9200 * event-top.c (command_line_handler): Remove useless if.
9201
9202 2002-03-27 Andreas Jaeger <aj@suse.de>
9203
9204 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9205 comment.
9206
9207 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9208
9209 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9210 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9211 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9212 (x86_64_linux_dr_get_status, supply_gregset),
9213 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9214 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9215 (x86_64_register_info_table): Add.
9216 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9217 (x86_64_register_raw_size, x86_64_register_virtual_type),
9218 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9219 general x86_64_register_info_table.
9220 (i386_gdbarch_init): gdbarch_register_bytes is now set
9221 dynamicaly during initialization.
9222 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9223 * gdbserver/linux-x86-64-low.c: Ditto.
9224
9225 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9226
9227 * gdbserver/server.c (main): Call target_signal_to_host_p
9228 and target_signal_to_host on signals received from the remote.
9229 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9230 target_signal_from_host on signals sent to the remote.
9231 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9232 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9233
9234 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9235
9236 * signals/signals.c: Include "server.h" in gdbserver build.
9237 (target_signal_from_name): Don't use STREQ.
9238 (_initialize_signals): Likewise. Don't include function in
9239 gdbserver build.
9240
9241 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9242
9243 * signals.c: Moved to...
9244 * signals/signals.c: Here.
9245 * Makefile (signals.o): Update.
9246
9247 2002-03-26 Jeff Law (law@redhat.com)
9248
9249 * somread.c (som_symtab_read): Remove some commented out code and
9250 updated related comments. Do not set the minimal symbol table to
9251 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9252 in a dynamic executable.
9253 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9254 where we are unable to find the minimal symbol for the given
9255 PC value.
9256
9257 2002-03-25 Jeff Law (law@redhat.com)
9258
9259 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9260
9261 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9262
9263 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9264
9265 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9266
9267 * command.h: Update copyright.
9268 (struct cmd_list_element): Replace definition with opaque
9269 declaration.
9270 (enum cmd_types): Document that it will eventually be moved to
9271 cli/cli-decode.h
9272 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9273 (MALLOCED_REPLACEMENT): Delete macro.
9274 * Makefile.in (cli_decode_h): Add $(command_h).
9275 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9276 * top.c: Include "cli/cli-decode.h".
9277 * completer.c: Include "cli/cli-decode.h".
9278 * maint.c: Include "cli/cli-decode.h".
9279 * cli/cli-decode.h: Include "command.h".
9280 (enum command_class): Delete.
9281 (enum cmd_types): Comment out.
9282 (enum cmd_auto_boolean): Delete.
9283 (enum var_types): Delete.
9284
9285 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9286
9287 * cli/cli-decode.c: Include "gdb_assert.h".
9288 (add_set_or_show_cmd): New static function.
9289 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9290 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9291 all fields, such as func, from the set command.
9292
9293 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9294
9295 * MAINTAINERS (sh-elf): Change warning flag to -w.
9296
9297 2002-03-23 Andrew Cagney <cagney@redhat.com>
9298
9299 * defs.h (error): Add printf format attribute.
9300 * thread-db.c (thread_from_lwp): Fix error format string.
9301 * stack.c (parse_frame_specification): Ditto.
9302 * cli/cli-decode.c (undef_cmd_error): Ditto.
9303 * scm-lang.c (scm_lookup_name): Ditto.
9304 * tracepoint.c (trace_error): Ditto.
9305 * remote-utils.c (usage): Ditto.
9306 * remote.c (compare_sections_command): Ditto.
9307 Fix PR gdb/328.
9308
9309 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9310
9311 * gdbtypes.c (append_composite_type_field): New function.
9312 (init_composite_type): New function.
9313 * gdbtypes.h (append_composite_type_field): Declare.
9314 (init_composite_type): Ditto.
9315
9316 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9317
9318 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9319 function.
9320 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9321 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9322 structure returning convention for SYSV ABI case, but not
9323 for GNU/Linux, FreeBSD, or NetBSD.
9324
9325 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9326
9327 * symtab.h (lookup_block_symbol): Add mangled_name argument
9328 to prototype.
9329
9330 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9331 with new mangled_name argument.
9332 * linespec.c (decode_line_1): Likewise.
9333 * valops (value_of_this): Likewise.
9334 * symtab.c (lookup_transparent_type): Likewise.
9335 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9336 (lookup_symbol): If we are given a mangled name, pass it down
9337 to lookup_symbol_aux.
9338 (lookup_block_symbol): If we are given a mangled name to check
9339 against, only return symbols which match it.
9340
9341 2002-03-22 Christopher Faylor <cgf@redhat.com>
9342
9343 * win32-nat.c (child_create_inferior): Check for proper shell to use
9344 here, in case the user changes it on the fly.
9345 (_initialize_inftarg): Remove shell path considerations.
9346
9347 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9348
9349 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9350 for gdbarch_max_register_raw_size and max_register_virtual_size.
9351 Adjust copyright year.
9352
9353 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9354
9355 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9356 in a function to cover the entire beginning of the function
9357 as well if it does not already.
9358
9359 2002-03-21 Tom Rix <trix@redhat.com>
9360
9361 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9362 (rs6000_ptrace64): Renamed from ptrace64.
9363
9364 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9365
9366 * gdbserver/remote-utils.c (remote_open): Don't call
9367 getprotobyname, we're all using TCP here so just use
9368 IPPROTO_TCP.
9369 * gdbserver/gdbreplay.c (remote_open): Ditto.
9370
9371 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9372
9373 * regcache.c (_initialize_regcache): No need to call
9374 build_regcache() at this time; it gets called whenever
9375 the gdbarch changes.
9376
9377 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9378
9379 * sparc-nat.c: Include sys/param.h where possible.
9380
9381 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9382
9383 Fix PR gdb/422.
9384 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9385 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9386 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9387 complex types.
9388 * stabsread.c (rs6000_builtin_type): Likewise.
9389 (read_sun_floating_type): Likewise.
9390
9391 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9392
9393 * stabsread.c (read_member_functions): Remove skip code for duplicate
9394 constructor/destructor methods. Use standard parsing for these
9395 methods and just do not chain them to the list of methods after
9396 parsing.
9397
9398 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9399
9400 * coffread.c: Remove redundant static declarations. Replace
9401 occurrences of `PTR' with `void *'.
9402 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9403 * top.h (quit_cover): Likewise.
9404 * defs.h (catch_errors): Likewise.
9405
9406 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9407
9408 * defs.h (XMALLOC): Define.
9409 * gdb-events.sh (XMALLOC): Delete macro.
9410 * gdb-events.c, gdb-events.h: Regenerate.
9411 * gdbarch.sh (XMALLOC): Delete macro.
9412 * gdbarch.c: Regenerate.
9413 * serial.c (XMALLOC): Delete macro.
9414 * ui-file.c (XMALLOC): Ditto.
9415 * ser-unix.h (XMALLOC): Ditto.
9416 * sh-tdep.c (XMALLOC): Ditto.
9417 * ui-out.c (XMALLOC): Ditto.
9418 * utils.c (XMALLOC): Ditto.
9419 * i386-tdep.c (XMALLOC): Ditto.
9420 * gdb-events.c (XMALLOC): Ditto.
9421 * d10v-tdep.c (XMALLOC): Ditto.
9422 * cli-out.c (XMALLOC): Ditto.
9423
9424 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9425 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9426 * ui-file.c, ui-out.c: Ditto.
9427
9428 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9429
9430 * command.h (struct cmd_list_element): Add field context.
9431 (set_cmd_context, get_cmd_context): Declare.
9432 * cli/cli-decode.h: Ditto.
9433 * cli/cli-decode.c (get_cmd_context): New function.
9434 (set_cmd_context): New function.
9435 (add_cmd): Initialize context.
9436 Part of fixing PR gdb/145 and PR gdb/146.
9437
9438 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9439
9440 * cli/cli-decode.c (cmd_type): New function.
9441 * command.h (cmd_type): Declare.
9442 * infrun.c (set_schedlock_func): Call function cmd_type.
9443 * kod.c (kod_set_os): Call cmd_type.
9444 * cris-tdep.c (cris_version_update): Use function cmd_type.
9445 (cris_mode_update, cris_abi_update): Ditto.
9446
9447 * command.h: (execute_cmd_post_hook): Declare.
9448 (execute_cmd_pre_hook): Declare.
9449 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9450 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9451 functions. Execute pre/post hook while ensuring that afterwords
9452 hook_in is cleared.
9453 * top.c (execute_command): Use execute_cmd_post_hook, and
9454 execute_cmd_pre_hook to execute pre/post commands.
9455 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9456 hook_stop_stub.
9457 (hook_stop_stub): Call execute_cmd_pre_hook.
9458
9459 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9460
9461 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9462 set'' and this leads to a core dump. Move xstrdup of
9463 operating_system to after check that it is not NULL.
9464
9465 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9466
9467 * kod.c (kod_set_os): Remove unnecessary check that
9468 ``command->type'' is set_cmd.
9469
9470 * valprint.c (set_input_radix): Use input_radix.
9471 (set_output_radix): Use output_radix.
9472 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9473 isn't reverted.
9474
9475 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9476
9477 * value.h (struct value): Delete field ``substring_addr''. Change
9478 aligner fields to force_doublest_align, force_longest_align,
9479 force_core_addr_align and force_pointer_aligh.
9480
9481 * value.h (struct value): Fix typo in above change.
9482
9483 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9484
9485 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9486 to fix internal_error from ``maintenance print architecture''.
9487
9488 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9489
9490 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9491 for gcc versions after gcc-2.8.1.
9492
9493 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9494
9495 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9496 for method resolution. Restore adjustment of ``this'' pointer after
9497 calling value_struct_elt, which was accidentally removed during the
9498 HP merge.
9499
9500 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9501
9502 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9503 value_of_register.
9504 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9505 get_saved_register.
9506 * value.h (value_of_register): Update.
9507
9508 2002-03-14 Richard Henderson <rth@redhat.com>
9509
9510 * configure.in: Detect declaration for canonicalize_file_name.
9511 * utils.c (canonicalize_file_name): Declare, if needed.
9512 (gdb_realpath): Prefer realpath if available and usable.
9513 * config.in, configure: Rebuild.
9514
9515 2002-03-14 Richard Henderson <rth@redhat.com>
9516
9517 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9518 a constant array bound.
9519
9520 * MAINTAINERS: Add myself to write-after-approval.
9521
9522 2002-03-14 Michael Snyder <msnyder@redhat.com>
9523
9524 * symfile.c (syms_from_objfile): Return immediately if no syms.
9525 (symbol_file_add): Return immediately if no syms.
9526 (find_sym_fns): Return immediately if no syms.
9527
9528 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9529
9530 * gdbserver/remote-util.c (remote_open): Print remote-side's
9531 IP address when remote debugging over the network.
9532
9533 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9534
9535 * config/sparc/fbsd.mh: Fix copyright.
9536 * config/sparc/fbsd.mt: Likewise.
9537
9538 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9539
9540 * MAINTAINERS: Fix typo in name of gdb warnings option.
9541 (x86-64): Fix formating so that this can be parsed by awk.
9542
9543 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9544
9545 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9546 * defs.h: Include "gdb/signals.h".
9547 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9548
9549 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9550
9551 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9552 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9553 from x86-64-tdep.h
9554
9555 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9556 Don Howard <dhoward@redhat.com>
9557
9558 * mips-tdep.c (ST0_FR): Define.
9559 (mips2_fp_compat): New function, temporarily disabled.
9560 (mips_read_fp_register_single): New function.
9561 (mips_read_fp_register_double): New function.
9562 (mips_print_register): Use them.
9563 (do_fp_register_row): Likewise.
9564
9565 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9566
9567 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9568 approval''.
9569
9570 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9571
9572 * stabsread.c (read_member_functions): Fix is_stub test for
9573 static member functions, improve comment.
9574
9575 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9576
9577 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9578 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9579 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9580 commands that set boolean values.
9581 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9582 (arm_rdi_resume): Always initialize PC.
9583 (arm_rdi_open): Don't use rslt as a boolean.
9584 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9585 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9586 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9587 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9588
9589 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9590
9591 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9592 * configure: Rebuilt.
9593
9594 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9595
9596 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9597 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9598
9599 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9600
9601 * cli/cli-decode.c (set_cmd_completer): New function.
9602 * command.h (set_cmd_completer): Declare.
9603 * cli/cli-decode.h (set_cmd_completer): Ditto.
9604
9605 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9606 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9607 * win32-nat.c (_initialize_inftarg): Ditto.
9608 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9609 * proc-api.c (_initialize_proc_api): Ditto.
9610 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9611 * source.c (_initialize_source): Ditto.
9612 * exec.c (_initialize_exec): Ditto.
9613 * solib.c (_initialize_solib): Ditto.
9614 * top.c (init_main): Ditto.
9615 * tracepoint.c (_initialize_tracepoint): Ditto.
9616 * symfile.c (_initialize_symfile): Ditto.
9617 * printcmd.c (_initialize_printcmd): Ditto.
9618 * infcmd.c (_initialize_infcmd): Ditto.
9619 * corefile.c (_initialize_core): Ditto.
9620
9621 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9622
9623 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9624
9625 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9626
9627 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9628
9629 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9630
9631 * NEWS: Update headings, 5.2 has branched.
9632
9633 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9634
9635 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9636 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9637 (register_addr, REGISTER_RAW_SIZE): Likewise.
9638 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9639 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9640
9641 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9642
9643 * MAINTAINERS (x86-64): Add myself.
9644 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9645 changed value_ptr -> struct value *
9646
9647 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9648
9649 * configure.host (sparc64-*-freebsd): Add.
9650 * configure.tgt: Likewise.
9651 * config/sparc/fbsd.mh: New file.
9652 * config/sparc/fbsd.mt: Likewise.
9653 * config/sparc/nm-fbsd.h: Likewise.
9654 * config/sparc/tm-fbsd.h: Likewise.
9655
9656 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9657
9658 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9659 regformats/reg-s390x.dat.
9660
9661 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9662
9663 * utils.c: Add FIXME explaining true/false problem.
9664
9665 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9666
9667 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9668
9669 2002-02-28 Michael Chastain <mec@shout.net>
9670
9671 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9672
9673 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9674
9675 * gdbserver/linux-s390-low.c: New file.
9676 * regformats/reg-s390.dat: New file.
9677 * regformats/reg-s390x.dat: New file.
9678 * gdbserver/configure.srv: Add S/390.
9679 * gdbserver/Makefile.in: Add S/390.
9680 * configure.tgt: Enable gdbserver for S/390.
9681
9682 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9683
9684 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9685 first line of the doc string for "info dos", except at the end of
9686 the sentence, since the short help stops at the first period.
9687
9688 2002-02-28 Jason Merrill <jason@redhat.com>
9689
9690 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9691
9692 2002-02-27 Fred Fish <fnf@redhat.com>
9693
9694 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9695 comment (dumy -> dummy).
9696
9697 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9698
9699 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9700
9701 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9702
9703 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9704
9705 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9706
9707 * gdbserver/acconfig.h: New file.
9708 * gdbserver/i387-fp.c: New file.
9709 * gdbserver/i387-fp.h: New file.
9710 * gdbserver/linux-x86-64.c: New file.
9711 * regformats/reg-x86-64.dat: New file.
9712 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9713 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9714 * gdbserver/configure.in: Add support for regsets.
9715 * gdbserver/config.in: Regenerate.
9716 * gdbserver/configure: Regenerate.
9717 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9718 * gdbserver/linux-low.h: New file.
9719 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9720 for regsets.
9721 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9722 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9723 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9724 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9725 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9726 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9727 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9728 "i387-fp.h". Add PTRACE_GETREGS and friends.
9729 * gdbserver/regcache.c (supply_register): New function.
9730 (supply_register_by_name): New function.
9731 (collect_register): New function.
9732 (collect_register_by_name): New function.
9733
9734 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9735
9736 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9737 (config.status): Add configure.srv dependency.
9738 (server_h): Add config.h dependency.
9739
9740 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9741
9742 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9743 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9744 * gdbserver/configure.srv: Change i386-*-linux* to use
9745 reg-i386-linux.o.
9746
9747 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9748
9749 * x86-64-tdep.c: Re-indent. Update copyright date.
9750
9751 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9752
9753 From Michal Ludvig <mludvig@suse.cz>:
9754 * x86-64-tdep.c (value.h): Delete.
9755 (gdb_assert.h): Include.
9756 (x86_64_register_convert_to_virtual,
9757 x86_64_register_convert_to_raw ): Add check which lets only
9758 floating-point values to be converted.
9759 (value_push): Delete.
9760 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9761 (i386_gdbarch_init): Number of register_bytes fixed.
9762
9763 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9764
9765 * MAINTAINERS: Add x86-64 target.
9766
9767 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9768
9769 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9770 * osfsolib.c (solib_map_sections): Ditto.
9771 * irix5-nat.c (solib_map_sections): Ditto.
9772 * corelow.c (gdb_check_format): Ditto.
9773 * symfile.c (symfile_bfd_open): Ditto.
9774 * solib.c (solib_map_sections): Ditto.
9775 Fix PR gdb/354.
9776
9777 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9778
9779 * remote.c (_initialize_remote): By default, disable ``e'' and
9780 ``E'' step out-of-range packets.
9781
9782 2002-02-26 Andreas Schwab <schwab@suse.de>
9783
9784 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9785 m68k_linux_frame_saved_pc.
9786 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9787 in_sigtramp.
9788 (SIGCONTEXT_PC_OFFSET): Remove.
9789 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9790 m68k_linux_sigtramp_saved_pc): New functions.
9791 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9792 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9793 (UCONTEXT_PC_OFFSET): Define.
9794 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9795 non-RT and RT signal trampolines.
9796
9797 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9798
9799 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9800 (TARGET_NBPG, STACK_END_ADDR): Delete
9801 (VARIABLES_INSIDE_BLOCK): Delete.
9802
9803 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9804
9805 * utils.c (perror_with_name): Make string parameter constant.
9806 (print_sys_errmsg): Ditto.
9807 (query): Ditto.
9808 * defs.h (perror_with_name): Update.
9809 (print_sys_errmsg): Update.
9810 (query): Update.
9811
9812 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9813
9814 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9815 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9816
9817 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9818
9819 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9820 if it already matches the current architecture from the exec file.
9821 Include arch-utils.h for gdbarch_info_init prototype.
9822 * Makefile.in (rs6000-nat.o): Update dependencies.
9823
9824 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9825
9826 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9827 list of exported variables.
9828
9829 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9830
9831 * gdbserver/configure.srv: New file.
9832 * gdbserver/configure.in: Use configure.srv instead
9833 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9834 from it.
9835 * gdbserver/configure: Regenerated.
9836 * gdbserver/terminal.h: New file.
9837 * gdbserver/Makefile.in: Update for configure changes. Remove
9838 more unneeded include paths.
9839
9840 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9841
9842 From wiz at danbala:
9843 * config/sparc/tm-sp64.h: Fix grammar and typos.
9844 Fix PR gdb/287.
9845
9846 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9847
9848 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9849 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9850 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9851 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9852 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9853 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9854 * s390-tdep.c: Ditto.
9855 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9856 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9857 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9858 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9859 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9860 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9861 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9862 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9863 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9864 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9865 Fix PR gdb/378.
9866
9867 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9868
9869 * lin-thread.c: Delete file.
9870 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9871 to gdb_proc_service.h.
9872 * configure: Re-generate.
9873
9874 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9875 * serial.c (serial_open): Delete check for "ocd".
9876 Fix PR gdb/349.
9877
9878 * Makefile.in (linux-thread.o): Delete target.
9879 * linux-thread.c: Delete file.
9880
9881 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9882 renamed SH files to be consistent.
9883
9884 * symtab.c (sort_search_symbols): Use xfree.
9885
9886 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9887
9888 * arm-linux-tdep.c (arm_linux_init_abi): Register
9889 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9890 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9891 definition with undef, since we don't want the sysvr4 definition.
9892 (SKIP_TRAMPOLINE_CODE): Likewise.
9893
9894 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9895
9896 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9897
9898 * configure.in: (AC_CHECK_FUNCS) Added test for
9899 canonicalize_file_name Regenerated.
9900 * config.in, configure: Regenerated.
9901 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9902 defined use canonicalize_file_name.
9903
9904 2002-02-23 Michael Chastain <mec@shout.net>
9905
9906 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9907
9908 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9909
9910 * README: Remove references to cygnus.com.
9911 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9912 dot com'' form. Remove references to cygnus.com and sourceware.
9913
9914 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9915
9916 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9917 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9918 1003.1-2001 no longer allows "head -1".
9919 * gdb/Makefile.in (version.c): Likewise.
9920 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9921 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9922 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9923
9924 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9925
9926 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9927 * command.h (cmd_cfunc_eq): Declare.
9928 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9929
9930 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9931 ``struct cmd_list_element *''.
9932 * cli/cli-cmds.c (is_complete_command): Update. Use
9933 cmd_cfunc_eq.
9934 * top.c (execute_command): Pass the command to
9935 is_complete_command.
9936 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9937
9938 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9939
9940 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9941 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9942 architecture defines.
9943 * s390-tdep.c (s390_gdbarch_init): Likewise.
9944
9945 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9946
9947 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9948 (arm_linux_push_arguments): Likewise.
9949 (arm_linux_init_abi): Register them. Also register linux-specific
9950 call_dummy_words.
9951 (find_minsym_and_objfile): Use strcmp, not STREQ.
9952 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9953 (arm_linux_call_dummy_words): Delete declaration.
9954 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9955 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9956 declarations.
9957 (LOWEST_PC): Delete.
9958
9959 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9960
9961 * maint.c (print_section_info): Do not prepend `0x' to filepos
9962 output, it will be handled by local_hex_string_custom.
9963
9964 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9965
9966 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9967 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9968 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9969
9970 2002-02-22 Jim Blandy <jimb@redhat.com>
9971
9972 Indicate that the bcache functions don't change the strings
9973 they're passed.
9974 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9975 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9976
9977 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9978
9979 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9980
9981 2002-02-21 Christopher Faylor <cgf@redhat.com>
9982
9983 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9984 find the complete path to a loaded DLL.
9985
9986 2002-02-21 Fred Fish <fnf@redhat.com>
9987
9988 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9989 that marks the end of the range of a function, enter a line number
9990 entry that has a line number of zero and a PC offset that matches
9991 the end of the function. This starts a range of PC's for which no
9992 line number information is known.
9993 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9994 PC's for which no line number info is found (line number is zero)
9995 then we didn't find any valid line information.
9996 * symtab.h: Document use of zero line number entry.
9997
9998 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9999
10000 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10001 (have_ptrace_getvrregs): Define for run time checks.
10002 (gdb_vrregset_t): New type for Altivec register handling.
10003 (fetch_register, store_register): Fetch/store altivec register
10004 when needed.
10005 (fetch_altivec_register, store_altivec_register): New functions.
10006 (supply_vrregset, fill_vrregset): New functions.
10007 (fetch_altivec_registers, store_altivec_registers): New functions.
10008 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10009 registers as well.
10010
10011 2002-02-21 Jiri Smid <smid@suse.cz>
10012
10013 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10014
10015 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10016
10017 * Makefile.in (armnbsd-nat.o): Update dependencies.
10018 * armnbsd-nat.c (supply_gregset): New function. Common code to
10019 supply the integer register set.
10020 (supply_fparegset): New function. Similar for FPA registers.
10021 (fetch_regs, fetch_fp_regs): Use them.
10022 (fetch_core_registers): Likewise.
10023 (fetch_elfcore_registers): New function.
10024 (arm_netbsd_elfcore_fns): New core-file type specification.
10025 (_initialize_arm_netbsd_nat): Register it.
10026
10027 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10028
10029 * armnbsd-nat.c: Include gdbcore.h.
10030 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10031 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10032 'void' to declaration, to shut up ARI.
10033 (fetch_core_registers): Make static. Rewrite using supply_register.
10034 (arm_netbsd_core_fns): New core-file type specification.
10035 (_initialize_arm_netbsd_nat): New function.
10036
10037 2002-02-21 Christopher Faylor <cgf@redhat.com>
10038
10039 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10040 value.
10041
10042 2002-02-20 Christopher Faylor <cgf@redhat.com>
10043
10044 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10045 fails.
10046
10047 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * jv-exp.y (parse_number): Change type of implicit longs
10050 to builtin_type_uint64.
10051
10052 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10053
10054 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10055 to be an integer instead of a `union wait'.
10056
10057 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10058
10059 * mips-linux-nat.c: Call the operating system GNU/Linux.
10060 * mips-linux-tdep.c: Likewise.
10061 * mips-tdep.c: Likewise.
10062
10063 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10064
10065 Fix PR gdb/265.
10066 * jv-exp.y (parse_number): Handle 64-bit integers.
10067
10068 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10069
10070 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10071 AC_STDC_HEADERS to AC_HEADER_STDC.
10072 * gdbserver/configure: Regenerated.
10073
10074 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10075
10076 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10077 is defined.
10078 * sparc-tdep.c (get_longjmp_target): Likewise.
10079
10080 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10081
10082 * News: Add news about ARM and Multi-arch. Mention the new target
10083 arm*-*-netbsd*.
10084
10085 2002-02-19 Jim Blandy <jimb@redhat.com>
10086
10087 * stabsread.c (error_type_complaint): Improve error message.
10088
10089 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10090
10091 * gdbserver/README: Update documentation.
10092 * gdbserver/configure.in: Update configury to match documentation.
10093 * gdbserver/Makefile.in: Likewise.
10094 * gdbserver/configure: Regenerated.
10095 * gdbserver/aclocal.m4: New file, generated by aclocal.
10096 * gdbserver/config.in: New file, generated by autoheader.
10097
10098 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10099
10100 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10101 armnbsd-nat.c.
10102
10103 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10104
10105 * arm-tdep.h (enum arm_float_model): New enum.
10106 (struct gdbarch_tdep): Add fp_model.
10107 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10108 up floating-point conversions until we know the floating-point model
10109 in use by the inferior. Don't complain about being unable to
10110 determine the ABI of the inferior when we don't have one.
10111 (arm_extract_return_value): Support different floating-point models.
10112 (arm_store_return_value): Likewise.
10113 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10114 ARM_FLOAT_SOFT.
10115 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10116
10117 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10118
10119 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10120 of ``current_gdbarch''.
10121
10122 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10123
10124 * armnbsd-nat.c : ANSIfy all function declarations.
10125 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10126 (fetch_inferior_registers): Re-implement in terms of above.
10127 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10128 (store_inferior_registers): Re-implement in terms of above.
10129
10130 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10131
10132 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10133 kernel.
10134 * arm-linux-tdep.c: Likewise.
10135 * config/arm/tm-linux.h: Likewise.
10136
10137 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10138
10139 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10140 * config/arm/nbsd.mt (TM_FILE): Delete.
10141 * config/arm/tm-nbsd.h: Delete.
10142
10143 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10144
10145 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10146 Initialize CALL_DUMMY_LENGTH.
10147
10148 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10149
10150 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10151 function.
10152 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10153 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10154 defines one thing and that is incorrect for this port.
10155 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10156
10157 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10158
10159 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10160
10161 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10162
10163 * win32-nat.c (display_selector): New function. Displays information
10164 about the information returned by GetThreadSelectorEntry API function.
10165 (display_selectors): New function. Displays the infomation of
10166 the selector given as argument, or of CS, DS ans FS selectors
10167 if no argument is given.
10168 ( _initialize_inftarg): Add "w32" as info prefix command.
10169 Add "info w32 selector" as command calling display_selectors.
10170
10171 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10172
10173 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10174 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10175 if not defined.
10176
10177 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10178
10179 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10180
10181 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10182
10183 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10184 (arm_fix_call_dummy): Call it.
10185 (arm_call_dummy_breakpoint_offset): Delete.
10186 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10187 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10188
10189 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10190
10191 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10192 Default to func_frame_chain_valid.
10193 * gdbarch.h, gdbarch.c: Re-generate.
10194 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10195
10196 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10197
10198 * ppc-linux-nat.c: Update copyright.
10199 (fetch_register, store_register): Add tid parameter, don't compute
10200 tid here.
10201 (fetch_ppc_registers, store_ppc_registers): Add tid
10202 parameter. Pass it along to callees.
10203 (fetch_inferior_registers, store_inferior_registers): Compute tid
10204 here, and pass it to calleed functions.
10205 (fill_gregset, supply_fpregset): Clean up formatting.
10206
10207 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10208
10209 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10210 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10211
10212 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10213
10214 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10215 * gdbarch.c gdbarch.h: Regenerate.
10216 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10217 function.
10218 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10219 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10220 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10221
10222 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10223 * arm-tdep.c (arm_get_longjmp_target): New function.
10224 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10225 this to a positive value register arm_get_longjmp_target as the
10226 longjmp handler.
10227 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10228 (arm_linux_init_abi): Set up longjmp description in tdep.
10229 * armnbsd-nat.c (get_longjmp_target): Delete.
10230 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10231 description in tdep.
10232 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10233 (get_longjmp_target): Delete declaration.
10234 (GET_LONGJMP_TARGET): Delete.
10235 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10236 (GET_LONGJMP_TARGET): Delete.
10237
10238 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10239
10240 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10241 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10242 of ``current_gdbarch''.
10243
10244 2002-02-17 Tom Tromey <tromey@redhat.com>
10245
10246 * cli/cli-cmds.c (compare_strings): New function.
10247 (complete_command): Only print each unique item once.
10248 * completer.h (complete_line): Declare.
10249 * completer.c (complete_line): New function.
10250 (line_completion_function): Use it.
10251
10252 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10253
10254 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10255 * gdbarch.h, gdbarch.c: Re-generate.
10256
10257 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10258
10259 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10260
10261 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10262
10263 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10264 * valops.c (value_arg_coerce): Don't take the address of a reference
10265 to convert an argument to a reference.
10266
10267 2002-02-15 Christopher Faylor <cgf@redhat.com>
10268
10269 * win32-nat.c (get_image_name): New function.
10270 (handle_load_dll): Use get_image_name function.
10271 (get_child_debug_event): Avoid registering debug events until possibly
10272 execed process is started.
10273 (child_create_inferior): Allow invocation via shell so that command
10274 line redirection, etc. works ok.
10275 (_initialize_inftarg): Add new command: "set shell" to control whether
10276 a shell is used to start a process.
10277
10278 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10281 instead of find_register_by_number.
10282 (cannot_store_register): Likewise.
10283
10284 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10285
10286 * dwarf2read.c: Replace fprintf (stderr, ...) by
10287 fprintf_unfiltered (gdb_stderr, ...).
10288
10289 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * gdbserver/gdbserver.1: Document --attach.
10292
10293 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10294
10295 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10296 descriptions.
10297 * arm-tdep.c (arm_default_arm_le_breakpoint)
10298 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10299 (arm_default_thumb_be_breakpoint): New. Initialize them from
10300 traditional breakpoint defines.
10301 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10302 (arm_gdbarch_init): Initialize new breakpoint variables.
10303 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10304 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10305 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10306 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10307 code out to ...
10308 (arm_netbsd_init_abi_common): ... here; new function.
10309 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10310 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10311 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10312 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10313
10314 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10315
10316 * arm-tdep.h (enum arm_abi): New enum.
10317 (struct gdbarch_tdep): New structure.
10318 (LOWEST_PC): Provide a default.
10319 (arm_gdbarch_register_os_abi): Declare new function.
10320 * arm-tdep.c (arm_abi_names): New array.
10321 (process_note_abi_tag_sections): New function.
10322 (get_elfosabi): New function.
10323 (arm_gdbarch_register_os_abi): New function.
10324 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10325 support for that ABI has been built in, then call the appropriate
10326 configuration routine. Use gdbarch_num_regs() to get the number
10327 of registers.
10328 (arm_dump_tdep): New function.
10329 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10330 place-holder functions.
10331 (_initialize_arm_tdep): Register them.
10332 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10333
10334 * armnbsd-tdep.c: New file.
10335 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10336 * config/arm/nbsd.mt (TDEPFILES): Add it.
10337 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10338
10339 * armnbsd-nat.c: Include regcache.h.
10340 * Makefile.in (armnbsd-nat.o): Update dependency list.
10341
10342 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10343
10344 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10345
10346 * gdbserver/Makefile.in: Fix typos in target rules.
10347
10348 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10349
10350 Fix part of PR gdb/267.
10351 * linespec.c (find_methods): Handle constructors specially for now.
10352
10353 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10354
10355 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10356 handling.
10357 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10358 standard_coerce_float_to_double().
10359
10360 2002-02-14 Christopher Faylor <cgf@redhat.com>
10361
10362 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10363 GDBINIT_FILENAME.
10364
10365 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10366
10367 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10368 find_variant_by_name, because it confuses the multiarch
10369 framework. Return NULL if there isn't an architecture with the
10370 user supplied name, instead of forcing a different one without
10371 recording the change with the multiarch machinery.
10372 (find_variant_by_name): Delete.
10373
10374 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10375
10376 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10377 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10378
10379 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10380
10381 * stack.c (print_frame_info_base): When calling
10382 print_frame_info_listing_hook, set current_source_symtab.
10383
10384 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10385
10386 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10387 and remove unused $(INCLUDE_DIR).
10388 Add regcache.c to OBS.
10389 Add generated register protocol files to clean target.
10390 Update dependencies for new objects, obsolete old target code.
10391
10392 * gdbserver/linux-low.c: Remove all platform-specific code to
10393 new files. Remove various dead code. Update to use regcache
10394 functionality.
10395 * gdbserver/remote-utils.c (fromhex): Add return statement
10396 to quiet warning.
10397 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10398 constant.
10399 (input_interrupt): Add integer parameter to match prototype
10400 of a signal handler.
10401 (outreg): Use register_data ().
10402 (prepare_resume_reply): Use gdbserver_expedite_regs.
10403 * gdbserver/server.c (main): Dynamically allocate own_buf because
10404 PBUFSIZ is no longer constant. Use registers_to_string () and
10405 registers_from_string ().
10406 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10407 for error (), fatal (), and warning (). Update definition of
10408 PBUFSIZ to use regcache functionality. Add include guard.
10409 * gdbserver/utils.c (fatal): Add missing ``const''.
10410 (warning): New function.
10411
10412 * regformats/regdat.sh: Include "regcache.h" in generated files.
10413 Provide init_registers () function.
10414 * regformats/regdef.h: Add prototype for set_register_cache ().
10415 Add include guard.
10416
10417 * gdbserver/linux-arm-low.c: New file.
10418 * gdbserver/linux-i386-low.c: New file.
10419 * gdbserver/linux-ia64-low.c: New file.
10420 * gdbserver/linux-m68k-low.c: New file.
10421 * gdbserver/linux-mips-low.c: New file.
10422 * gdbserver/linux-ppc-low.c: New file.
10423 * gdbserver/linux-sh-low.c: New file.
10424
10425 * gdbserver/regcache.c: New file.
10426 * gdbserver/regcache.h: New file.
10427
10428 * gdbserver/low-linux.c: Removed obsolete file.
10429
10430 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10431
10432 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10433 * config/i386/linux.mt: Likewise.
10434 * config/ia64/linux.mt: Likewise.
10435 * config/m68k/linux.mh: Likewise.
10436 * config/powerpc/linux.mh: Likewise.
10437 * config/mips/linux.mt: Likewise.
10438
10439 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10440
10441 * config/i386/i386lynx.mh: Mark gdbserver variables
10442 as (currently) obsolete for this target.
10443 * config/i386/nbsd.mt: Likewise.
10444 * config/i386/nbsdelf.mt: Likewise.
10445 * config/m32r/m32r.mt: Likewise.
10446 * config/m68k/m68klynx.mh: Likewise.
10447 * config/m68k/nbsd.mt: Likewise.
10448 * config/m68k/sun3os4.mh: Likewise.
10449 * config/mips/vr5000.mt: Likewise.
10450 * config/ns32k/nbsd.mt: Likewise.
10451 * config/pa/hppabsd.mh: Likewise.
10452 * config/pa/hppaosf.mh: Likewise.
10453 * config/powerpc/nbsd.mt: Likewise.
10454 * config/rs6000/rs6000lynx.mh: Likewise.
10455 * config/s390/s390.mt: Likewise.
10456 * config/s390/s390x.mt: Likewise.
10457 * config/sparc/sparclynx.mh: Likewise.
10458 * config/sparc/sun4os4.mh: Likewise.
10459 * config/i386/x86-64linux.mt: Likewise.
10460 * config/sparc/linux.mh: Likewise.
10461
10462 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * configure.tgt: Configure gdbserver only for known working
10465 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10466 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10467 SUBDIRS if it is configured. Update comment for ${nativefile}.
10468 * configure: Regenerated.
10469
10470 2002-02-13 Michael Snyder <msnyder@redhat.com>
10471
10472 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10473
10474 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10475 (default_gcore_mach): Just return 0, work around a problem in bfd.
10476 (default_gcore_target): OK to return NULL if exec_bfd is null.
10477 (make_mem_sec): Use a cast, avoid a warning.
10478
10479 * procfs.c (find_memory_regions_callback): Use a cast instead of
10480 calling host_pointer_to_address (which complains if
10481 sizeof (host pointer) != sizeof (target pointer)).
10482 (procfs_make_note_section): Avoid overflow in psargs string.
10483
10484 * procfs.c (procfs_make_note_section): Make the default
10485 implementation return an error.
10486
10487 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10488
10489 * procfs.c (procfs_make_note_section): Provide a default definition
10490 (for alpha-dec-osf4.0f). Fix typos.
10491
10492 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10493
10494 * linux-proc.c: Add include of regcache.h.
10495 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10496
10497 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10498
10499 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10500 * memattr.c (create_mem_region): Disallow useless empty region.
10501 Regions are half-open intervals, so allow [A..B) [B..C) as
10502 non-overlapping.
10503
10504 2002-02-13 Michael Chastain <mec@shout.net>
10505
10506 * defs.h: Kill CONST_PTR.
10507 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10508 * c-lang.c (c_builtin_types): Likewise.
10509 * ch-lang.c (ch_builtin_types): Likewise.
10510 * f-lang.c (f_builtin_types): Likewise.
10511 * language.c (unknown_builtin_types): Likewise.
10512 * m2-lang.c (m2_builtin_types): Likewise.
10513 * p-lang.c (pascal_builtin_types): Likewise.
10514 * scm-lang.c (c_builtin_types): Likewise.
10515
10516 2002-02-13 Keith Seitz <keiths@redhat.com>
10517
10518 * arm-tdep.h (arm_get_next_pc): Add declaration.
10519
10520 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10521
10522 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10523 with other related struct-returning functions.
10524 (arm_extract_struct_value_address): New function.
10525 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10526 initialize float_format, double_format and long_double_format as
10527 appropriate to the endianness of the target.
10528 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10529 (arm_use_struct_convention): Delete declaration.
10530 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10531
10532 2002-02-13 Keith Seitz <keiths@redhat.com>
10533
10534 * defs.h (core_addr_to_string_nz): New function.
10535
10536 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10537
10538 Apply missing bits of 2002-01-15 patch.
10539 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10540 (fill_fpregset): Use i387_fill_fsave.
10541
10542 2002-02-12 Keith Seitz <keiths@redhat.com>
10543
10544 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10545 (core_addr_to_string_nz): New function.
10546
10547 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10548
10549 * arm-linux-nat.c: Really include arm-tdep.h.
10550 * config/arm/tm-linux.h (struct type, struct value): Declare.
10551
10552 2002-02-11 Michael Snyder <msnyder@redhat.com>
10553
10554 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10555 (gcore section): Ifdef for Solaris and Unixware only.
10556 (procfs_do_thread_registers): Unixware needs one lwpstatus
10557 per thread (not one prstatus or pstatus).
10558 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10559 not over all gdb threads. For unixware, call elfcore_write_pstatus
10560 once before iterating over threads.
10561
10562 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10563
10564 * arm-tdep.h: New file.
10565 * arm-tdep.c: Include arm-tdep.h.
10566 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10567 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10568 (arm_print_float_info, arm_register_type, convert_to_extended)
10569 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10570 (arm_extract_return_value, arm_register_name): Make static.
10571 (arm_software_single_step): Similarly. Fix types in declaration.
10572 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10573 (arm_store_return_value, arm_store_struct_return): New functions.
10574 (arm_gdbarch_init): Register the above functions. Also register
10575 call_dummy_start_offset, sizeof_call_dummy_words,
10576 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10577 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10578 max_register_virtual_size, register_size. Set up
10579 prologue_cache.saved_regs here, rather than ...
10580 (_initialize_arm_tdep): ... here.
10581 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10582 declarations.
10583 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10584 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10585 (arm_print_float_info, arm_register_type, convert_to_extended)
10586 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10587 (arm_extract_return_value, arm_register_name): Delete declarations.
10588 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10589 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10590 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10591 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10592 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10593 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10594 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10595 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10596 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10597 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10598 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10599 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10600 interface.
10601 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10602 * remote-rdi.c remote-rdp.c: Likewise.
10603 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10604 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10605 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10606 definition.
10607
10608 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10609 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10610 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10611 from non-ARM_ prefixed definitions.
10612 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10613 all uses of above.
10614 * remote-rdi.c remote-rdp.c: Likewise.
10615 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10616
10617 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10618
10619 * arm-tdep.c (arm_frameless_function_invocation)
10620 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10621 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10622 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10623 (arm_pop_frame, arm_get_next_pc): Make static.
10624 (arm_gdbarch_init): Register above in gdbarch structure.
10625 (arm_read_fp): Renamed from arm_target_read_fp.
10626 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10627 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10628 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10629 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10630 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10631 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10632 (arm_pc_is_thumb_dummy): Delete declarations.
10633 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10634 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10635 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10636 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10637
10638 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10639
10640 * symtab.c (compare_search_syms): New function.
10641 (sort_search_symbols): New function.
10642 (search_symbols): Sort symbols after searching rather than
10643 before.
10644
10645 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10646
10647 * NEWS: Linux -> GNU/Linux.
10648
10649 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdbarch.sh: For for level one methods, disallow a definition
10652 when partially multi-arched. Add comments explaining rationale.
10653 * gdbarch.h: Re-generate.
10654
10655 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10656
10657 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10658 multi-arch partial.
10659
10660 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10661
10662 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10663 field. Use diff -u.
10664 * gdbarch.c: Re-generate.
10665
10666 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10667
10668 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10669 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10670 partial.
10671
10672 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10673
10674 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10675 multi-arch partial.
10676 (PUSH_ARGUMENTS): Switch to using predefault.
10677 * gdbarch.c: Regenerate.
10678
10679 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10680
10681 * valops.c (PUSH_ARGUMENTS): Delete definition.
10682 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10683 partial. Default to default_push_arguments.
10684 * gdbarch.h, gdbarch.c: Regenerate.
10685
10686 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10687
10688 * defs.h (throw_exception): Rename return_to_top_level. Update
10689 comments.
10690 * utils.c (error_stream, internal_verror, quit): Ditto.
10691 * top.c (throw_exception, catcher): Ditto.
10692 * sparclet-rom.c (sparclet_load): Ditto.
10693 * remote.c (interrupt_query, minitelnet): Ditto.
10694 * remote-sds.c (interrupt_query): Ditto.
10695 * remote-mips.c (mips_error, mips_kill): Ditto.
10696 * ocd.c (interrupt_query): Ditto.
10697 * monitor.c (monitor_interrupt_query): Ditto.
10698 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10699 * target.h: Update comment.
10700
10701 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10702
10703 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10704
10705 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10706 default_double_format.
10707 * gdbarch.h, gdbarch.c: Re-generate.
10708 * findvar.c (floatformat_unknown): Delete variable definition.
10709 * doublest.h (floatformat_unknown): Delete variable declaration.
10710
10711 2002-02-09 Jim Blandy <jimb@redhat.com>
10712
10713 * stabsread.c (read_type): Add code to parse Sun's syntax for
10714 prototyped function types.
10715
10716 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10717
10718 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10719 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10720
10721 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10722
10723 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10724 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10725 now _initialize_xcoffsolib gets called again and overrides the
10726 commands from solib.c in a native configuration.
10727
10728 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10729
10730 * doublest.c (store_typed_floating): Don't try to return a value.
10731 Fixes PR gdb/290.
10732
10733 2002-02-08 Jim Blandy <jimb@redhat.com>
10734
10735 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10736 is prototyped and has no arguments, print its argument list as
10737 `(void)'.
10738
10739 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10740
10741 * MAINTAINERS (write-after-approval): Add myself.
10742 (paper-trail): I've escaped!
10743
10744 2002-02-08 Christopher Faylor <cgf@redhat.com>
10745
10746 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10747 changes.
10748 (_initialize_check_for_gdb_ini): Ditto.
10749
10750 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10751
10752 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10753 xaprintf -> xasprintf.
10754
10755 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10756
10757 * win32-nat.c: Remove use of printf and sprintf functions.
10758
10759 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10760
10761 * arm-tdep.c (arm_frame_chain_valid): Make static.
10762 (arm_push_arguments): Likewise.
10763 (arm_gdbarch_init): New function.
10764 (_initialize_arm_tdep): Call it.
10765 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10766 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10767 (FRAME_CHAIN_VALID): Delete.
10768 (arm_frame_chain_valid): Delete declaration.
10769 (PUSH_ARGUMENTS): Delete.
10770 (arm_push_arguments): Delete declaration.
10771 (CALL_DUMMY_P): Delete.
10772
10773 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10774 Corinna Vinschen <vinschen@redhat.com>
10775
10776 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10777 on builtin float types.
10778
10779 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10780
10781 * utils.c: Include <curses.h> before "bfd.h".
10782 * tui/tui-hooks.c: Likewise.
10783 * tui/tui.c: Likewise.
10784 * tui/tuiCommand.c: Likewise.
10785 * tui/tuiData.c: Likewise.
10786 * tui/tuiDataWin.c: Likewise.
10787 * tui/tuiDisassem.c: Likewise.
10788 * tui/tuiGeneralWin.c: Likewise.
10789 * tui/tuiIO.c: Likewise.
10790 * tui/tuiLayout.c: Likewise.
10791 * tui/tuiRegs.c: Likewise.
10792 * tui/tuiSource.c: Likewise.
10793 * tui/tuiSourceWin.c: Likewise.
10794 * tui/tuiStack.c: Likewise.
10795 * tui/tuiWin.c: Likewise.
10796
10797 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10798
10799 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10800 to include space for pseudoregs as well. Update loops accordingly.
10801 (sh_fp_frame_init_saved_regs): Ditto.
10802 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10803
10804 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10805
10806 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10807 Add Richard Earnshaw to Arm maintainers.
10808
10809 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10810
10811 * defs.h (warning_begin): Delete declaration.
10812
10813 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10814 Delete macro.
10815
10816 2002-02-07 Michael Snyder <msnyder@redhat.com>
10817
10818 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10819 Logic bug, remove misplaced else.
10820
10821 2002-02-07 Klee Dienes <klee@apple.com>
10822
10823 * fork-inferior.c (fork_inferior): Add '!' to the list of
10824 characters that need to be quoted when building a string for the
10825 shell. Quote '!' specifically with a backslash, since CSH chokes
10826 when trying to evaluate "str!str".
10827
10828 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10829
10830 * rdi-share/host.h: Only provide a typedef for bool if it is not
10831 defined.
10832
10833 2002-02-04 Michael Snyder <msnyder@redhat.com>
10834
10835 * breakpoint.h (enum bptype): Add new overlay event bp type.
10836 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10837
10838 * breakpoint.c (create_internal_breakpoint): New function.
10839 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10840 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10841 (create_thread_event_breakpoint): Ditto.
10842 (create_solib_event_breakpoint): Ditto.
10843 (create_overlay_event_breakpoint): New function.
10844 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10845 (update_breakpoints_after_exec): Delete and re-initialize
10846 overlay event breakpoints after an exec. Add FIXME comment
10847 about longjmp breakpoint.
10848 (print_it_typical): Ignore overlay event breakpoints.
10849 (print_one_breakpoint): Ditto.
10850 (mention): Ditto.
10851 (bpstat_what): Do not stop for overlay event breakpoints.
10852 (delete_breakpoint): Don't delete overlay event breakpoints.
10853 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10854 (breakpoint_re_set): Re-create overlay event breakpoint.
10855
10856 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10857 (overlay_manual_command): Disable overlay breakpoints.
10858 (overlay_off_command): Disable overlay breakpoints.
10859
10860 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10861
10862 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10863 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10864 to here from config/tm-arm.h.
10865 (coff_sym_is_thumb): Make static.
10866 (arm_elf_make_msymbol_special): New function.
10867 (arm_coff_make_msymbol_special): New function.
10868 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10869 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10870 (coff_sym_is_thumb): Delete declaration.
10871 (arm_elf_make_msymbol_special): Declare.
10872 (arm_coff_make_msymbol_special): Declare.
10873 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10874 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10875
10876 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10877
10878 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10879
10880 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10881
10882 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10883 * gdbarch.c gdbarch.h: Regenerate.
10884 * arch-utils.c (default_print_float_info): New function.
10885 * arch-utils.h (default_print_float_info): Prototype it.
10886 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10887 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10888 (PRINT_FLOAT_INFO): Document it.
10889
10890 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10891 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10892 (PRINT_FLOAT_INFO): Define.
10893
10894 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10895
10896 * win32-nat.c (_initialize_check_for_gdb_ini):
10897 Add typecast to sprintf argument to suppress a warning.
10898
10899 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10900
10901 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10902 to allow easier handling of pass state.
10903 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10904 that gives exception name and address.
10905 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10906 and set last_sig value to ourstatus->value.sig. Some missing
10907 exceptions added.
10908 (child_continue): Correctly report continue_status.
10909 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10910 TARGET_SIGNAL_0 (new default value).
10911 (child_resume): consider sig argument passed to decide if
10912 the exception should be passed to debuggee or not.
10913
10914 2002-02-05 Michael Snyder <msnyder@redhat.com>
10915
10916 * regcache.c (fetch_register): Call target_fetch_register
10917 only if we don't call FETCH_PSEUDO_REGISTER.
10918 (store_register): Call target_store_register only if we
10919 don't call STORE_PSEUDO_REGISTER.
10920
10921 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10922
10923 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10924 ELF_MAKE_MSYMBOL_SPECIAL.
10925 * gdbarch.c, gdbarch.h: Regenerate.
10926 * arch-utils.c (default_make_msymbol_special): New function.
10927 * arch-utils.h (default_make_msymbol_special): Export.
10928 * elfread.c (elf_symtab_read): Compile use of
10929 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10930 multiarched.
10931 * coffread.c (coff_symtab_read): Ditto, for
10932 COFF_MAKE_MSYMBOL_SPECIAL.
10933
10934 2002-02-05 Jim Blandy <jimb@redhat.com>
10935
10936 * solib-svr4.c (svr4_truncate_ptr): New function.
10937 (svr4_relocate_section_addresses): Do the address arithmetic with
10938 the appropriate truncation for target addresses, even when
10939 CORE_ADDR is larger than a target address.
10940
10941 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10942
10943 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10944 to (int *).
10945
10946 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10947
10948 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10949 code.
10950
10951 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10954
10955 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * gdbserver/linux-low.c: Remove unused include files.
10958
10959 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10960
10961 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10962 (read_inferior_memory): Use it.
10963 (write_inferior_memory): Likewise.
10964
10965 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10966
10967 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10968 grubbing through sys_errlist.
10969
10970 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10971
10972 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10973
10974 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10975 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10976
10977 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10978
10979 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10980 (do_sfunc, set_cmd_sfunc): New functions.
10981
10982 * command.h (struct cmd_list_element): Add field func.
10983 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10984 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10985 * cli/cli-decode.h: Ditto.
10986
10987 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10988 (help_all, help_cmd_list): Ditto.
10989 (find_cmd, complete_on_cmdlist): Ditto.
10990 * top.c (execute_command): Ditto.
10991
10992 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10993 function.sfunc.
10994
10995 * infcmd.c (notice_args_read): Fix function signature.
10996
10997 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10998 * cli/cli-decode.c (add_set_cmd): Ditto.
10999 * utils.c (initialize_utils): Ditto.
11000 * maint.c (_initialize_maint_cmds): Ditto.
11001 * infrun.c (_initialize_infrun): Ditto.
11002 * demangle.c (_initialize_demangler): Ditto.
11003 * remote.c (add_packet_config_cmd): Ditto.
11004 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11005 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11006 * proc-api.c (_initialize_proc_api): Ditto.
11007 * kod.c (_initialize_kod): Ditto.
11008 * valprint.c (_initialize_valprint): Ditto.
11009 * top.c (init_main): Ditto.
11010 * infcmd.c (_initialize_infcmd): Ditto.
11011 * corefile.c (_initialize_core): Ditto.
11012 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11013 * arch-utils.c (initialize_current_architecture): Ditto.
11014 (_initialize_gdbarch_utils): Ditto.
11015 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11016
11017 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11018 * wince.c (_initialize_inftarg): Ditto.
11019 * symfile.c (_initialize_symfile): Ditto.
11020 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11021 * language.c (_initialize_language): Ditto.
11022 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11023
11024 2002-02-04 Michael Snyder <msnyder@redhat.com>
11025
11026 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11027
11028 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11031 Add rules for building the register data files.
11032
11033 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11034
11035 * regformats/regdat.sh: Add braces to the definition of
11036 expedite_regs_${arch}.
11037
11038 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11039
11040 * regformats/regdef.h (struct reg): Add comment describing the
11041 requirements for offset and size fields.
11042
11043 2002-02-04 Andreas Schwab <schwab@suse.de>
11044
11045 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11046 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11047
11048 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11049
11050 * gdbarch.sh (copyright): Update years in generated header.
11051 (SMASH_TEXT_ADDRESS): Add rule.
11052 * gdbarch.h, gdbarch.c: Re-generate.
11053 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11054 * dbxread.c: Likewise.
11055 * dwarfread.c: Likewise.
11056 * elfread.c: Likewise.
11057 * somread.c: Likewise.
11058
11059 * arm-tdep.c (arm_smash_text_address): New function.
11060 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11061
11062 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11063
11064 Add support for hardware watchpoints on win32 native.
11065 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11066 CONTEXT_DEBUG_REGISTERS.
11067 (dr variable): New variable. Static array containing a local copy
11068 of debug registers.
11069 (debug_registers_changed): New variable. Reflects when debug registers
11070 are changed and need to be written to inferior.
11071 (debug_registers_used): New variable. Reflects when any debug register
11072 was set, used when new threads are created.
11073 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11074 i386-nat code.
11075 (thread_rec): Set dr array if id is the thread of current_event .
11076 (child_continue, child_resume): Change the debug registers for all
11077 threads if debug_registers_changed.
11078 (child_add_thread): Change the debug registers if debug_registers_used.
11079 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11080 Link nm.h to new nm-cygwin.h file.
11081 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11082 of hardware registers.
11083
11084 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11085
11086 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11087 Restore behavour broken by 2002-01-20 Andrew Cagney
11088 <ac131313@redhat.com> IEEE_FLOAT removal.
11089
11090 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * c-valprint.c (c_val_print): Pass a proper valaddr to
11093 cp_print_class_method.
11094 * valops.c (search_struct_method): If there is only one method
11095 and args is NULL, return that method.
11096
11097 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11098
11099 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11100 accessing tag_name directly.
11101
11102 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11103
11104 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11105 of accessing tag_name directly.
11106
11107 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11108
11109 PR gdb/280
11110 * gdbtypes.c (replace_type): New function.
11111 * gdbtypes.h (replace_type): Add prototype.
11112 * stabsread.c (read_type): Use replace_type.
11113
11114 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11115
11116 * Makefile.in (memattr.o): Add missing dependencies rule.
11117
11118 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11119
11120 * breakpoint.c (break_at_finish_command): Really export.
11121 (break_at_finish_at_depth_command): Ditto.
11122 (tbreak_at_finish_command): Ditto.
11123 * hppa-tdep.c: Include completer.h.
11124 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11125 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11126
11127 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11128
11129 * utils.c (do_write): New function.
11130 (error_stream): Rewrite combining the code from error_begin and
11131 verror.
11132 (verror): Rewrite using error_stream.
11133 (error_begin): Delete function.
11134
11135 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11136
11137 * utils.c (error_begin): Make static.
11138 * defs.h (error_begin): Delete declaration.
11139
11140 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11141 (decode_line_1): Use cplusplus_error instead of error_begin,
11142 cplusplus_hint and return_to_top_level.
11143 * coffread.c (coff_symfile_read): Use error instead of error_begin
11144 and return_to_top_level.
11145 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11146
11147 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11148
11149 * language.h (type_error, range_error): Make string parameter
11150 constant.
11151 * language.c (warning_pre_print): Delete extern declaration.
11152 * dwarfread.c (warning_pre_print): Ditto.
11153 * language.c (type_error, range_error): Rewrite to use verror and
11154 vwarning instead of warning_begin.
11155
11156 2002-02-01 Michael Snyder <msnyder@redhat.com>
11157
11158 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11159 (set_ignore_count): Move misplaced comment back where it belongs.
11160
11161 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11162
11163 * command.h (NO_FUNCTION): Delete macro.
11164 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11165 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11166 * tracepoint.c (_initialize_tracepoint): Ditto.
11167 * cli/cli-decode.c (add_set_cmd): Ditto.
11168 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11169
11170 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11171
11172 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11173 Update ``this'' pointer when calling virtual functions.
11174
11175 2002-02-01 Michael Snyder <msnyder@redhat.com>
11176
11177 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11178 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11179
11180 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11181
11182 * regformats/reg-arm.dat: New file.
11183 * regformats/reg-i386.dat: New file.
11184 * regformats/reg-ia64.dat: New file.
11185 * regformats/reg-m68k.dat: New file.
11186 * regformats/reg-mips.dat: New file.
11187 * regformats/reg-ppc.dat: New file.
11188 * regformats/reg-sh.dat: New file.
11189 * regformats/regdef.h: New file.
11190 * regformats/regdat.sh: New file.
11191
11192 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11193
11194 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11195 (arm_frame_args_address, arm_frame_locals_address): New functions.
11196 (arm_frame_num_args): New function.
11197 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11198 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11199 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11200
11201 2002-01-31 Michael Snyder <msnyder@redhat.com>
11202
11203 * breakpoint.c (break_at_finish_command): Export.
11204 (break_at_finish_at_depth_command): Export.
11205 (tbreak_at_finish_command): Export.
11206 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11207 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11208 "txbreak" commands, which are HPPA specific.
11209
11210 * printcmd.c (disassemble_command): Remove an ancient
11211 artifact of an old merge.
11212
11213 * symfile.h (enum overlay_debugging_state):
11214 Define enum constant values for overlay mode.
11215 * symfile.c (overlay_debugging): Use enums instead of literals.
11216 (overlay_is_mapped, overlay_auto_command,
11217 overlay_manual_command): Ditto.
11218
11219 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11220 breakpoint_here_p, breakpoint_inserted_here_p,
11221 breakpoint_thread_match, bpstat_stop_status,
11222 describe_other_breakpoints, check_duplicates, clear_command):
11223 Coding standard fixes.
11224
11225 * target.c (target_xfer_memory): Add spaces, coding standard.
11226 (do_xfer_memory): Add missing line to trust-readonly
11227 code: check bfd SEC_READONLY flag for section.
11228
11229 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11230
11231 * PROBLEMS: Fix typo, 5.1->5.1.1.
11232
11233 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11234
11235 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11236 data symbols, since we search based on textlow and texthigh.
11237 (find_pc_sect_symtab): Likewise.
11238
11239 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11240
11241 * defs.h (vwarning): Declare.
11242 * utils.c (vwarning): New function.
11243 (warning): Call vwarning.
11244 (warning_begin): Delete function.
11245
11246 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11247 the warning message.
11248 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11249 warning_begin.
11250
11251 2002-01-30 Michael Snyder <msnyder@redhat.com>
11252
11253 * NEWS: Mention "set trust-readonly-sections" command.
11254 Mention generate-core-file command.
11255
11256 2002-01-15 Michael Snyder <msnyder@redhat.com>
11257
11258 * target.c: New command, "set trust-readonly-sections on".
11259 (do_xfer_memory): Honor the suggestion to trust readonly sections
11260 by reading them from the object file instead of from the target.
11261 (initialize_targets): Register command "set trust-readonly-sections".
11262
11263 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11264
11265 * parse.c (target_map_name_to_register): Simplify, search regs and
11266 pseudo-regs using a single loop.
11267
11268 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11269
11270 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11271
11272 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11273
11274 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11275 * config/i386/i386v42mp.mh: Add i387-nat.o .
11276 * i386v4-nat.c: Include i387-nat.h.
11277 (supply_fpregset): Use i387_supply_fsave.
11278 (fill_fpregset): Use i387_fill_fsave.
11279
11280 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11281
11282 * arm-tdep.c (arm_call_dummy_words): Define.
11283 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11284 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11285 (CALL_DUMMY_WORDS): Define.
11286 (arm_call_dummy_words): Declare.
11287 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11288 (arm_linux_call_dummy_words): Declare.
11289
11290 2002-01-30 Andreas Schwab <schwab@suse.de>
11291
11292 * m68klinux-nat.c: Fix last change to use regcache_collect
11293 instead of referencing registers[] directly.
11294
11295 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11296
11297 * parse.c (target_map_name_to_register): Delete code wrapped in
11298 #ifdef REGISTER_NAME_ALIAS_HOOK.
11299
11300 2002-01-28 Michael Snyder <msnyder@redhat.com>
11301
11302 * regcache.c (legacy_read_register_gen): Need to be able to
11303 read pseudo-register as well as real register.
11304 (legacy_write_register_gen): Ditto.
11305
11306 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11307
11308 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11309 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11310 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11311 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11312 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11313 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11314 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11315 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11316 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11317 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11318 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11319 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11320 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11321 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11322 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11323 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11324 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11325 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11326 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11327 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11328
11329 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11330
11331 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11332 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11333 (initialize_current_architecture): Update target_byte_order using
11334 information from BFD.
11335 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11336 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11337
11338 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11339
11340 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11341 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11342
11343 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11344 #ifdef INVALID_FLOAT.
11345 * infcmd.c (do_registers_info): Ditto.
11346 * values.c (unpack_double): Ditto. Add comment.
11347
11348 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11349 already commented out.
11350
11351 2002-01-26 Andreas Schwab <schwab@suse.de>
11352
11353 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11354 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11355 registers and add support for PTRACE_GETREGS.
11356
11357 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11358
11359 GDB 5.1.1 released from 5.1 branch.
11360 * NEWS: Add 5.1.1 news.
11361 * README: Sync with 5.1 branch.
11362
11363 2002-01-23 Fred Fish <fnf@redhat.com>
11364
11365 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11366 stabstring on initial malloc. Reallocing will copy it for us,
11367 if necessary.
11368
11369 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11370
11371 * Makefile.in (hpread_h): Delete.
11372 (HFILES_NO_SRCDIR): Remove hpread.h.
11373 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11374 (hpread.o): Update dependencies.
11375 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11376
11377 * hp-psymtab-read.c: Remove file.
11378 * hp-symtab-read.c: Remove file.
11379 * hpread.h: Remove file.
11380
11381 * hpread.c: Merge all contents of hp-psymtab-read.c,
11382 hp-symtab-read.c and hpread.h into this file, as it was prior to
11383 January 1999.
11384
11385 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11386 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11387 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11388 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11389
11390 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11391
11392 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11393 fill_gregset): Call gdbarch_tdep() just once, assign result to
11394 variable and use that, instead of calling the function several
11395 times.
11396
11397 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11398
11399 * configure.host: Accept sparcv9 as alias for sparc64.
11400 * configure.tgt: Likewise.
11401
11402 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11403
11404 * solib-aix5.c (build_so_list_from_mapfile)
11405 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11406 arguments is not reversed.
11407 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11408 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11409
11410 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11411
11412 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11413 modified version of obsolete sh_fetch_pseudo_register.
11414 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11415 (sh4_register_read): New function.
11416 (sh_pseudo_register_write): New function. Renamed and modified
11417 version of obsolete sh_store_pseudo_register.
11418 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11419 (sh4_register_write): New function.
11420 (sh_gdbarch_init): Remove setting of gdbarch function
11421 fetch_pseudo_register and store_pseudo_register. Remove setting of
11422 register_convert_to_raw, register_convert_to_virtual,
11423 register_convertible.
11424 (sh_sh4_register_convertible): Delete. No longer needed. All is
11425 taken care by architecture specific functions
11426 register_read/register_write.
11427 (sh_sh4_register_convert_to_virtual): Make static.
11428 (sh_sh4_register_convert_to_raw): Ditto.
11429
11430 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11431
11432 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11433 (floatformat_is_nan, floatformat_mantissa): Ditto.
11434
11435 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11436 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11437 builtin_type_ieee_double_little,
11438 builtin_type_ieee_double_littlebyte_bigword,
11439 builtin_type_m68881_ext, builtin_type_i960_ext,
11440 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11441 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11442 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11443 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11444
11445 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11446
11447 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11448 parameter. Set frameless flag if it exists and depended of
11449 whether the scanned function is frameless or not.
11450 (xstormy16_skip_prologue): If function is frameless, return
11451 result of xstormy16_scan_prologue().
11452 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11453 call.
11454
11455 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11456
11457 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11458 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11459 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11460 sh_sh4_register_byte, sh_sh4_register_raw_size,
11461 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11462 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11463 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11464 sh_store_pseudo_register, sh_do_pseudo_register): Call
11465 gdbarch_tdep() just once, assign result to variable and use that,
11466 instead of calling the function several times.
11467
11468 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11469
11470 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11471 macros instead of LAST_FPU_CTRL_REGNUM.
11472 (store_register): Likewise.
11473
11474 2002-01-21 Jim Blandy <jimb@redhat.com>
11475
11476 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11477 is up-to-date before running the program, not just when a program
11478 exits.
11479
11480 2002-01-21 Fred Fish <fnf@redhat.com>
11481
11482 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11483 when we have found all instructions we are looking for.
11484
11485 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11486
11487 * arm-tdep.c (arm_register_name): New function.
11488 (arm_registers_names): Make static.
11489 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11490 (arm_register_name): Declare.
11491 (REGISTER_NAME): Use it.
11492
11493 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11494 Kevin Buettner <kevinb@redhat.com>
11495
11496 Convert arm targets to new FRAME interface.
11497 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11498 (arm_frame_find_save_regs): Delete.
11499 (arm_frame_init_saved_regs): New.
11500 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11501 Allocate extra_info as required. Convert all uses of fsr.regs
11502 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11503 to use extra_info.
11504 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11505 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11506 (check_prologue_cache, save_prologue_cache): Likewise.
11507 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11508 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11509 (FRAME_FIND_SAVED_REGS): Delete.
11510 (arm_frame_find_saved_regs): Delete prototype.
11511 (arm_frame_init_saved_regs): New prototype.
11512 (FRAME_INIT_SAVED_REGS): Define.
11513
11514 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11515
11516 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11517
11518 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11519
11520 From Jeff Law <law@redhat.com>:
11521 * infttrace.c: Include <sys/pstat.h>.
11522 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11523 exec file if the ttrace equivalent fails.
11524
11525 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11526
11527 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11528 (closeLogFile): Ditto.
11529
11530 2002-01-20 Michael Chastain <mec@shout.net>
11531
11532 * top.c (print_gdb_version): Bump copyright year to 2002.
11533
11534 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11535
11536 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11537 Zannoni and Eli Zaretskii.
11538
11539 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11540
11541 * buildsym.c: Update copyright years.
11542 * c-typeprint.c: Likewise.
11543 * dwarf2read.c: Likewise.
11544 * f-typeprint.c: Likewise.
11545 * gdbtypes.c: Likewise.
11546 * gdbtypes.h: Likewise.
11547 * hp-symtab-read.c: Likewise.
11548 * hpread.c: Likewise.
11549 * mdebugread.c: Likewise.
11550 * p-typeprint.c: Likewise.
11551
11552 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11553
11554 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11555 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11556 byte-order selectable.
11557 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11558 * arch-utils.c: Ditto.
11559 (set_endian): Ditto.
11560 (set_endian_from_file): Ditto.
11561 * gdbserver/low-sim.c (create_inferior): Ditto.
11562 * gdbarch.sh: Ditto.
11563 * gdbarch.h: Re-generate.
11564 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11565 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11566 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11567 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11568 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11569 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11570 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11571 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11572 macro definition.
11573 * config/mips/tm-wince.h: Remove #undef of macro
11574 TARGET_BYTE_ORDER_SELECTABLE.
11575 * config/sh/tm-wince.h: Ditto.
11576
11577 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11578
11579 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11580 member function fields. Add accessor macro
11581 TYPE_FN_FIELD_ARTIFICIAL.
11582 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11583 * c-typeprint.c (c_type_print_base): Skip artificial member
11584 functions.
11585
11586 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11587
11588 * f-typeprint.c: Delete unused function f_type_print_args.
11589 * p-typeprint.c: Delete unused function pascal_type_print_args.
11590
11591 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11592
11593 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11594 comment. Add ``artificial'' to ``union field_location''.
11595
11596 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11597
11598 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11599 * mdebugread.c (parse_symbol): Likewise.
11600 * stabsread.c (define_symbol): Likewise.
11601 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11602 initializing TYPE_FIELD_BITPOS to n (obsolete).
11603 (hpread_doc_function_type): Likewise.
11604 * hpread.c (hpread_function_type): Likewise.
11605
11606 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11607
11608 * configure.in (host_makefile_frag): Only require a host makefile
11609 fragment when a native build.
11610 * configure: Re-generate.
11611
11612 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11613
11614 * doublest.h (floatformat_from_type): Declare.
11615 * doublest.c (floatformat_from_type): New function.
11616 (convert_typed_floating): Use.
11617
11618 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11619 call to function floatformat_from_type.
11620
11621 * gdbarch.sh (IEEE_FLOAT): Delete.
11622 * gdbarch.h, gdbarch.c: Re-generate.
11623 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11624 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11625 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11626 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11627 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11628 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11629 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11630 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11631 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11632 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11633 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11634 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11635
11636 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11637 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11638 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11639 * sh-tdep.c (sh_gdbarch_init): Ditto.
11640 * mips-tdep.c (mips_gdbarch_init): Ditto.
11641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11642 * cris-tdep.c (cris_gdbarch_init): Ditto.
11643
11644 2002-01-20 Jiri Smid <smid@suse.cz>
11645
11646 * configure.host, configure.tgt: Support x86-64.
11647 * NEWS: Note new target x86-64.
11648
11649 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11650 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11651 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11652 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11653 x86-64-linux-nat.o): Fix dependencies.
11654
11655 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11656
11657 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11658 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11659 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11660 * config/sparc/xm-sun4os4.h: Delete file.
11661 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11662
11663 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11664
11665 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11666 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11667 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11668 * config/i386/i386lynx.mh (XM_FILE): Delete.
11669 * config/rs6000/xm-rs6000ly.h: Delete file.
11670 * config/sparc/xm-sparclynx.h: Delete file.
11671 * config/m68k/xm-m68klynx.h: Delete file.
11672 * config/i386/xm-i386lynx.h: Delete file.
11673 * config/xm-lynx.h: Delete file.
11674 * config/djgpp/fnchange.lst: Update.
11675
11676 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11677
11678 * alpha-tdep.c (alpha_register_byte): New function.
11679 (alpha_register_raw_size): Ditto.
11680 (alpha_register_virtual_size): Ditto.
11681 (alpha_skip_prologue_internal): Renamed from
11682 alpha_skip_prologue.
11683 (alpha_skip_prologue): New version that calls
11684 alpha_skip_prologue_internal.
11685 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11686 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11687 second argument from alpha_skip_prologue.
11688 (REGISTER_BYTE): Use alpha_register_byte.
11689 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11690 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11691 (FRAMELESS_FUNCTION_INVOCATION): Use
11692 generic_frameless_function_invocation_not.
11693 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11694 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11695
11696 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11697
11698 * config/mips/xm-news-mips.h: Delete file.
11699 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11700
11701 * config/m88k/xm-m88k.h: Delete file.
11702 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11703 * config/m88k/xm-delta88v4.h: Ditto.
11704 * config/m88k/xm-delta88.h: Ditto.
11705
11706 * config/alpha/xm-fbsd.h: Delete file.
11707 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11708
11709 * config/sparc/xm-sparc.h: Delete file.
11710 * Makefile.in (xm-sun4os4.h): Delete dependency.
11711 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11712 * config/sparc/xm-sun4os4.h: Ditto.
11713 * config/sparc/xm-linux.h: Ditto.
11714
11715 * config/i386/xm-windows.h: Delete file.
11716
11717 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11718
11719 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11720 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11721
11722 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11723
11724 * alpha-tdep.c (alpha_call_dummy_words): New.
11725 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11726 (CALL_DUMMY_P): Define.
11727 (CALL_DUMMY_WORDS): Define.
11728 (SIZEOF_CALL_DUMMY_WORDS): Define.
11729
11730 2002-01-19 Per Bothner <per@bothner.com>
11731
11732 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11733 isn't NULL, which can happen with some gcj-3.x-produced code.
11734
11735 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11736
11737 * alpha-tdep.c (alpha_register_virtual_type): New function.
11738 (alpha_init_frame_pc_first): Ditto.
11739 (alpha_fix_call_dummy): Ditto.
11740 (alpha_store_struct_return): Ditto.
11741 (alpha_extract_struct_value_address): Ditto.
11742 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11743 alpha_register_virtual_type.
11744 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11745 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11746 alpha_extract_struct_value_address.
11747 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11748 (INIT_FRAME_PC): Use init_frame_pc_noop.
11749 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11750
11751 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11752
11753 * i386gnu-nat.c: Include "i386-tdep.h".
11754 (fetch_fpregs): Simplify code dealing with uninitialized floating
11755 point states such that it doesn't require FP7_REGNUM.
11756
11757 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11758
11759 * alpha-tdep.c (frame_extra_info): New.
11760 (alpha_find_saved_regs): Make static. Use
11761 frame->extra_info.
11762 (alpha_frame_init_saved_regs): New function.
11763 (alpha_frame_saved_pc): Use frame->extra_info.
11764 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11765 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11766 (init_extra_frame_info): Rename to...
11767 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11768 (alpha_print_extra_frame_info): New function.
11769 (alpha_frame_locals_address): Ditto.
11770 (alpha_frame_args_address): Ditto.
11771 (alpha_pop_frame): Use frame->extra_info.
11772 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11773 alpha_frame_args_address.
11774 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11775 (alpha_find_saved_regs): Remove prototype.
11776 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11777 (EXTRA_FRAME_INFO): Remove.
11778 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11779 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11780
11781 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11782
11783 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11784 (alpha_cannot_fetch_register): Ditto.
11785 (alpha_cannot_store_register): Ditto.
11786 (alpha_register_convertible): Ditto.
11787 (alpha_use_struct_convention): Ditto.
11788 * config/alpha/tm-alpha.h: Update copyright years.
11789 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11790 (INNER_THAN): Use core_addr_lessthan.
11791 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11792 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11793 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11794 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11795 (FRAME_CHAIN): Remove unnecessary cast.
11796
11797 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11798
11799 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11800 obsolete.
11801
11802 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11803
11804 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11805 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11806 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11807 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11808 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11809 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11810 * x86-64-linux-nat.c: Ditto.
11811
11812 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11813
11814 * alpha-tdep.c (alpha_register_name): New function.
11815 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11816 (REGISTER_NAME): Define.
11817
11818 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11819
11820 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11821
11822 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11823
11824 * alpha-tdep.c: Update copyright years.
11825 (alpha_next_pc): New function.
11826 (alpha_software_single_step): Ditto.
11827 * config/alpha/tm-alpha.h: Add prototype for
11828 alpha_software_single_step.
11829
11830 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11831
11832 * alphabsd-nat.c: Update copyright years.
11833 (fill_gregset): Use regcache_collect.
11834 (fill_fpregset): Likewise.
11835 (fetch_inferior_registers): Only fetch integer registers
11836 if requested to do so.
11837 (store_inferior_registers): Only store integer registers
11838 if requested to do so.
11839
11840 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11841
11842 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11843 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11844 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11845 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11846 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11847 * config/arm/linux.mh (XDEPFILES): Delete.
11848 * config/arm/nbsd.mh (XDEPFILES): Delete.
11849 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11850 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11851 * config/i386/i386m3.mh (XDEPFILES): Delete.
11852 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11853 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11854 * config/i386/fbsd.mh (XDEPFILES): Delete.
11855 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11856 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11857 * config/i386/i386v4.mh (XDEPFILES): Delete.
11858 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11859 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11860 * config/i386/i386aix.mh (XDEPFILES): Delete.
11861 * config/i386/go32.mh (XDEPFILES): Delete.
11862 * config/i386/cygwin.mh (XDEPFILES): Delete.
11863 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11864 * config/i386/i386mach.mh (XDEPFILES): Delete.
11865 * config/i386/i386v32.mh (XDEPFILES): Delete.
11866 * config/i386/linux.mh (XDEPFILES): Delete.
11867 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11868 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11869 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11870 * config/i386/i386sco.mh (XDEPFILES): Delete.
11871 * config/i386/i386v.mh (XDEPFILES): Delete.
11872 * config/i386/nbsd.mh (XDEPFILES): Delete.
11873 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11874 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11875 * config/i386/symmetry.mh (XDEPFILES): Delete.
11876 * config/i386/obsd.mh (XDEPFILES): Delete.
11877 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11878 * config/ia64/linux.mh (XDEPFILES): Delete.
11879 * config/ia64/aix.mh (XDEPFILES): Delete.
11880 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11881 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11882 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11883 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11884 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11885 * config/m68k/linux.mh (XDEPFILES): Delete.
11886 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11887 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11888 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11889 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11890 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11891 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11892 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11893 * config/m88k/delta88.mh (XDEPFILES): Delete.
11894 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11895 * config/m88k/m88k.mh (XDEPFILES): Delete.
11896 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11897 * config/mips/linux.mh (XDEPFILES): Delete.
11898 * config/mips/irix6.mh (XDEPFILES): Delete.
11899 * config/mips/irix5.mh (XDEPFILES): Delete.
11900 * config/mips/irix4.mh (XDEPFILES): Delete.
11901 * config/mips/irix3.mh (XDEPFILES): Delete.
11902 * config/mips/decstation.mh (XDEPFILES): Delete.
11903 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11904 (NATDEPFILES): Move core-aout.o to here.
11905 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11906 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11907 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11908 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11909 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11910 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11911 * config/pa/hpux11.mh (XDEPFILES): Delete.
11912 * config/powerpc/aix.mh (XDEPFILES): Delete.
11913 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11914 * config/powerpc/linux.mh (XDEPFILES): Delete.
11915 * config/romp/rtbsd.mh: Rename XDEPFILES.
11916 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11917 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11918 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11919 * config/s390/s390.mh (XDEPFILES): Delete.
11920 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11921 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11922 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11923 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11924 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11925 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11926 * config/sparc/linux.mh (XDEPFILES): Delete.
11927 * config/vax/vaxult.mh (XDEPFILES): Delete.
11928 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11929 * Makefile.in (DEPFILES): Remove XDEPFILES.
11930
11931 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11932
11933 * utils.c (internal_verror): Fix comments, default is yes not no.
11934 Update queries to match. Default to quit and dump core.
11935
11936 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11937
11938 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11939 copyright.
11940 * defs.h, event-top.c, gdbcmd.h: Ditto.
11941 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11942 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11943 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11944 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11945 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11946 * mi/mi-main.c:Ditto.
11947
11948 * stack.c, symfile.c: Update copyright.
11949
11950 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11951
11952 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11953 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11954 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11955 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11956
11957 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11958
11959 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11960 * gdbserver/low-lynx.c (myattach): Likewise.
11961 * gdbserver/low-nbsd.c (myattach): Likewise.
11962 * gdbserver/low-sim.c (myattach): Likewise.
11963 * gdbserver/low-sparc.c (myattach): Likewise.
11964 * gdbserver/low-sun3.c (myattach): Likewise.
11965
11966 * gdbserver/low-linux.c (myattach): New function.
11967
11968 * gdbserver/server.c (attach_inferior): New function.
11969 (main): Handle "--attach".
11970
11971 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11972
11973 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11974 maintainer.
11975
11976 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11977
11978 * c-typeprint.c (is_type_conversion_operator): Add additional
11979 check for non-conversion operators.
11980
11981 2002-01-15 Michael Snyder <msnyder@redhat.com>
11982
11983 * linux-proc.c: Add "info proc" command, a la procfs.c.
11984 (read_mapping): New function, abstract and re-use code.
11985 (linux_find_memory_regions): Use new func read_mapping.
11986 (linux_info_proc_cmd): New function, implement "info proc".
11987 (_initialize_linux_proc): Add new command "info proc".
11988
11989 2002-01-15 Michael Snyder <msnyder@redhat.com>
11990
11991 * symfile.c (generic_load): Use bfd_map_over_sections method
11992 instead of manipulating bfd structure members directly.
11993 (add_section_size_callback): New function, bfd sections callback
11994 used by generic_load.
11995 (load_sections_callback): New function, bfd sections callback
11996 used by generic_load.
11997
11998 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11999
12000 [Based on work by Jim Blandy]
12001 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12002 (builtin_type_vec128): Export.
12003 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12004 types.
12005 (builtin_type_vec128): New builtin type for 128 bit vector
12006 registers.
12007 (build_gdbtypes): Initialize builtin_type_v16qi and
12008 builtin_type_v8hi. Create the vec128 register builtin type
12009 structure.
12010 (build_builtin_type_vec128): New function.
12011 (_initialize_gdbtypes): Register builtin_type_v16qi and
12012 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12013 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12014 AltiVec register to new builtin type.
12015
12016 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12017
12018 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12019 to make_cv_type.
12020
12021 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12022
12023 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12024 CLEAN_UP_REGISTER_VALUE.
12025 * regcache.c (supply_register): Update only call.
12026
12027 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12028
12029 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12030 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12031 a29k-*-vxworks* targets as obsolete.
12032
12033 2002-01-14 Michael Snyder <msnyder@redhat.com>
12034
12035 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12036 until we can resolve portability issues.
12037 * gregset.h: Remove references to fpxregs.
12038 * gcore.c (gcore_command): Initialize note_sec to NULL.
12039
12040 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12041
12042 * signals.c (target_signal_to_name): Rewrite. Only use
12043 signals[].name when in bounds and non-NULL.
12044
12045 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12046
12047 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12048 * signals.c (target_signal_to_name): Verify that SIG is within the
12049 bounds of the signals array.
12050
12051 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12052
12053 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12054
12055 2002-01-13 Keith Seitz <keiths@redhat.com>
12056
12057 * stack.c (print_frame_info_base): Print the frame's pc
12058 only if when print_frame_info_listing_hook is not defined.
12059
12060 2002-01-13 Keith Seitz <keiths@redhat.com>
12061
12062 * varobj.c (varobj_set_value): Make sure that there were no
12063 errors evaluating the object before attempting to set its
12064 value.
12065 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12066 so this offset adjustment is no longer necessary.
12067 (create_child): Don't set the error flag if the child is
12068 a CPLUS_FAKE_CHILD.
12069 (value_of_child): If value_fetch_lazy fails, return NULL
12070 so that callers will be notified that an error occurred.
12071 (c_value_of_variable): Delay check of variable's validity
12072 until later. We actually want all structs and unions to have
12073 the value "{...}".
12074 Do not return "???" for variables which could not be evaluated.
12075 This error condition must be returned to the caller so that it
12076 can get the error condition from gdb.
12077 (cplus_name_of_child): Adjust index for vptr before figuring
12078 out the name of the child.
12079 (cplus_value_of_child): If a child's (real) parent is not valid,
12080 don't even bother trying to give a value for it. Just return
12081 an error. Change all instances in this function.
12082 (cplus_type_of_child): If our parent is one of the "fake"
12083 parents, we need to get at the type of the real parent, and
12084 derive the child's true type using this information.
12085
12086 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12087
12088 From 2002-01-09 John Marshall <johnm@falch.net>:
12089 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12090 sources.redhat.com, and tweak some related URLs which had
12091 suffered from linkrot.
12092
12093 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12094
12095 From Jeff law:
12096 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12097 structures passed in registers.
12098
12099 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12102 white space which prevented compilation. Reported by DSK
12103 <dsk@student.unsw.edu.au>.
12104
12105 2002-01-11 Michael Snyder <msnyder@redhat.com>
12106
12107 * symfile.c (build_section_addr_info_from_section_tab):
12108 Use bfd access method instead of manipulating bfd directly.
12109 (syms_from_objfile): Ditto.
12110 (simple_overlay_update_1): Ditto.
12111 (simple_overlay_update): Ditto.
12112 (generic_load): Ditto.
12113 (overlay_unmapped_address): FIXME comment, bfd access methods.
12114 (sections_overlap): FIXME comment, bfd access methods.
12115 (pc_in_mapped_range): FIXME comment, bfd access methods.
12116 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12117 (section_is_mapped): FIXME comment, bfd access methods.
12118 (section_is_overlay): FIXME comment, bfd access methods.
12119
12120 * symfile.c (generic_load): Whitespace and long line cleanups.
12121 Remove duplicate variable, change several local variables to
12122 more appropriate data types.
12123 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12124
12125 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12126
12127 From Peter Schauer:
12128 * language.c (longest_local_hex_string_custom): Use phex_nz to
12129 convert NUM to a hex string.
12130
12131 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12132
12133 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12134 the function.
12135 Update Copyright year.
12136
12137 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12138
12139 * language.c (longest_raw_hex_string): Delete unused function.
12140
12141 2002-01-11 Petr Sorfa <petrs@caldera.com>
12142
12143 * MAINTAINERS (write-after-approval): Add myself.
12144 * dwarf2read.c (read_tag_string_type): Handling of
12145 DW_AT_byte_size.
12146 (read_tag_string_type): FORTRAN fix to prevent propagation of
12147 first string size.
12148 (set_cu_language): Handling of DW_LANG_Fortran95
12149
12150 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12151
12152 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12153 GETPID(inferior_ptid).
12154 (store_inferior_registers): Likewise.
12155
12156 2002-01-10 Jason Merrill <jason@redhat.com>
12157
12158 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12159 Fix DW_OP_minus.
12160
12161 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12162
12163 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12164 and bfd/elf32-sh-nbsd.c.
12165
12166 2002-01-10 Michael Snyder <msnyder@redhat.com>
12167
12168 * NEWS: Mention --pid and corefile/proc-id behavior change.
12169
12170 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12171 * gcore.c: Include cli/cli-decode.h instead of command.h.
12172
12173 * main.c (captured_main): Add new command line option "--pid".
12174 If the second command line argument (following the symbol-file)
12175 begins with a digit, try to attach to it before trying to open
12176 it as a corefile.
12177 (print_gdb_help): Document the "--pid" argument.
12178
12179 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12180
12181 * completer.c (command_completer): New function.
12182
12183 * completer.h <command_completer>: Add prototype.
12184
12185 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12186 completer for the "help" command.
12187
12188 2002-01-09 Jason Merrill <jason@redhat.com>
12189
12190 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12191
12192 2002-01-09 Michael Snyder <msnyder@redhat.com>
12193
12194 * i386-linux-nat.c (fill_fpxregset): Make global.
12195 (store_fpxregset): Ditto.
12196
12197 * gregset.h (gdb_fpxregset_t): Define.
12198 (supply_fpxregset): Prototype.
12199 (fill_fpxregset): Prototype.
12200
12201 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12202
12203 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12204
12205 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12206 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12207 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12208
12209 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12210
12211 * MAINTAINERS: Update target maintainer rules so that any
12212 Maintainer can approve a tested patch for a maintenance-only
12213 target.
12214
12215 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12216
12217 * MAINTAINERS (write-after-approval): Add myself.
12218
12219 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12220 IN_SIGTRAMP.
12221
12222 2002-01-08 Michael Snyder <msnyder@redhat.com>
12223
12224 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12225 real name of the executable, rather than the /proc name.
12226
12227 2002-01-03 Michael Snyder <msnyder@redhat.com>
12228
12229 Implement a "generate-core-file" command in gdb, save target state.
12230 * gcore.c: New file. Implement new command 'generate-core-file'.
12231 Save a corefile image of the current state of the inferior.
12232 * linux-proc.c: Add linux-specific code for saving corefiles.
12233 * target.h (struct target_ops): Add new target vectors for saving
12234 corefiles; to_find_memory_regions and to_make_corefile_notes.
12235 (target_find_memory_regions): New macro.
12236 (target_make_corefile_notes): New macro.
12237 * target.c (update_current_target): Inherit new target methods.
12238 (dummy_find_memory_regions): New place-holder method.
12239 (dummy_make_corefile_notes): New place-holder method.
12240 (init_dummy_target): Initialize new dummy target vectors.
12241 * exec.c (exec_set_find_memory_regions): New function.
12242 Allow the exec_ops vector for memory regions to be taken over.
12243 (exec_make_note_section): New function, target vector method.
12244 * defs.h (exec_set_find_memory_regions): Export prototype.
12245 * procfs.c (proc_find_memory_regions): New function, corefile method.
12246 (procfs_make_note_section): New function, corefile method.
12247 (init_procfs_ops): Set new target vector pointers.
12248 (find_memory_regions_callback): New function.
12249 (procfs_do_thread_registers): New function.
12250 (procfs_corefile_thread_callback): New function.
12251 * sol-thread.c (sol_find_memory_regions): New function.
12252 (sol_make_note_section): New function.
12253 (init_sol_thread_ops): Initialize new target vectors.
12254 * inftarg.c (inftarg_set_find_memory_regions): New function.
12255 Allow to_find_memory_regions vector to be taken over.
12256 (inftarg_set_make_corefile_notes): New function.
12257 Allow to_make_corefile_notes vector to be taken over.
12258 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12259 interface layer if not target_has_execution (may be a corefile).
12260 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12261 * config/sparc/sun4sol2.mh: Ditto.
12262 * config/alpha/alpha-linux.mh: Ditto.
12263 * config/arm/linux.mh: Ditto.
12264 * config/i386/x86-64linux.mh: Ditto.
12265 * config/ia64/linux.mh: Ditto.
12266 * config/m68k/linux.mh: Ditto.
12267 * config/mips/linux.mh: Ditto.
12268 * config/powerpc/linux.mh: Ditto.
12269 * config/sparc/linux.mh: Ditto.
12270
12271 2002-01-07 Michael Snyder <msnyder@redhat.com>
12272
12273 * arm-linux-nat.c: Remove references to regcache.c internal data
12274 (registers[] and register_valid[]).
12275
12276 2002-01-07 Michael Snyder <msnyder@redhat.com>
12277
12278 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12279 so that attaching to a pid will automatically read the process's
12280 symbol file and shlibs.
12281 * Makefile.in: Add rule for linux-proc.o.
12282 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12283 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12284 * config/arm/linux.mh: Ditto.
12285 * config/i386/linux.mh: Ditto.
12286 * config/i386/x86-64linux.mh: Ditto.
12287 * config/ia64/linux.mh: Ditto.
12288 * config/m68k/linux.mh: Ditto.
12289 * config/mips/linux.mh: Ditto.
12290 * config/powerpc/linux.mh: Ditto.
12291 * config/sparc/linux.mh: Ditto.
12292
12293 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12294
12295 * win32-nat.c: Add i386-tdep.h dependency.
12296
12297 2002-01-07 Michael Snyder <msnyder@redhat.com>
12298
12299 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12300 instead of bfd_get_arch_size. Don't bail out just because
12301 there's no exec_bfd.
12302
12303 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12304 * p-valprint.c (pascal_object_print_value): Ditto.
12305 * somread.c (som_symtab_read): Ditto.
12306 * symfile.c (simple_free_overlay_region_table): Ditto.
12307 * valops.c (value_assign): Ditto.
12308
12309 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12310 use tilde_expand and strerror for opening save-tracepoints file.
12311
12312 * thread-db.c (thread_db_new_objfile): Indendation fix.
12313
12314 * infptrace.c (GDB_MAX_ALLOCA): New define.
12315 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12316 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12317 can be overridden with whatever value is appropriate to the host).
12318 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12319 alloca to allocate potentially large buffer.
12320 * rs6000-nat.c (child_xfer_memory): Ditto.
12321 * symm-nat.c (child_xfer_memory): Ditto.
12322 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12323
12324 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12325
12326 From Nick Clifton <nickc@redhat.com>
12327 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12328
12329 2002-01-07 Michael Snyder <msnyder@redhat.com>
12330
12331 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12332 Don't use exec_bfd if it's NULL.
12333
12334 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12335
12336 * valops.c (value_arg_coerce): Fix formatting.
12337
12338 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12339
12340 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12341 * gnu-nat.c: Ditto.
12342
12343 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12344
12345 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12346 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12347 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12348 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12349 z8k-coff have not been multi-arched. Update z8k-coff build
12350 status.
12351
12352 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12353
12354 * MAINTAINERS: Mark a29k target as obsolete.
12355 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12356 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12357 comments.
12358 * NEWS: Note that a29k targets are obsolete.
12359 * a29k-tdep.c: Mark as obsolete.
12360 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12361 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12362 a29k-*-vxworks* targets as obsolete.
12363 * remote-adapt.c: Obsolete.
12364 * remote-eb.c: Obsolete.
12365 * remote-mm.c: Obsolete.
12366 * remote-udi.c: Obsolete.
12367 * config/a29k/a29k-udi.mt: Obsolete.
12368 * config/a29k/a29k.mt: Obsolete.
12369 * config/a29k/tm-a29k.h: Obsolete.
12370 * config/a29k/tm-vx29k.h: Obsolete.
12371 * config/a29k/vx29k.mt: Obsolete.
12372
12373 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12374
12375 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12376 with BFD_ENDIAN_BIG.
12377
12378 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12379
12380 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12381 * configure, config.in: Re-generate.
12382 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12383 * defs.h: Do not include <endian.h>.
12384
12385 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12386
12387 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12388 * config.in: Regenerate.
12389 * configure.in: Update copyright years.
12390 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12391 * configure: Regenerate.
12392 * i386bsd-nat.c: Update copyright years.
12393 (fill_gregset): Use regcache_collect.
12394 (fetch_inferior_registers): Only fetch integer registers
12395 if requested to do so. Add support for XMM registers
12396 using PT_GETXMMREGS.
12397 (store_inferior_registers): Only store integer registers
12398 if requested to do so. Add support for XMM registers
12399 using PT_SETXMMREGS.
12400 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12401 (store_inferior_registers): Remove.
12402 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12403 (fetch_elfcore_registers): New function.
12404 (i386nbsd_elfcore_fns): New.
12405 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12406 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12407 i386bsd-nat.o.
12408 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12409 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12410 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12411 * config/i386/tm-nbsd.h: Update copyright years.
12412 (HAVE_SSE_REGS): Define.
12413 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12414 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12415 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12416 (SIGCONTEXT_PC_OFFSET): Remove.
12417 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12418
12419 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12420
12421 * configure.tgt: Remove powerpc-*-macos* target.
12422 * config/m68k/xm-mpw.h: Delete file.
12423 * config/xm-mpw.h: Delete file.
12424 * ser-mac.c: Delete file.
12425 * mpw-make.sed: Delete file.
12426 * mpw-config.in: Delete file.
12427 * mac-xdep.c: Delete file.
12428 * mac-gdb.r: Delete file.
12429 * mac-defs.h: Delete file.
12430 * mac-nat.c: Delete file.
12431 * config/powerpc/macos.mh: Delete file.
12432 * config/powerpc/macos.mt: Delete file.
12433 * config/powerpc/nm-macos.h: Delete file.
12434 * config/powerpc/tm-macos.h: Delete file.
12435 * source.c (openp, open_source_file): Remove obsolete code.
12436 * top.c (gdb_readline): Ditto.
12437 * utils.c (query): Ditto.
12438 * event-top.c (display_gdb_prompt): Ditto.
12439 * Makefile.in (ser-mac.o): Delete obsolete target.
12440 * NEWS: Update.
12441
12442 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12443
12444 * defs.h (BIG_ENDIAN): Delete macro definition.
12445 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12446 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12447 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12448 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12449 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12450 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12451 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12452 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12453 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12454 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12455 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12456 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12457 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12458 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12459 * gdbarch.c: Re-generate.
12460
12461 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12462
12463 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12464 for core files.
12465
12466 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12467
12468 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12469
12470 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12471
12472 * value.h (value_ptr): Delete typedef.
12473
12474 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12475
12476 * i386nbsd-nat.c: Update copyright years.
12477 Include i386-tdep.h.
12478
12479 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12480
12481 * stabsread.c: Update copyright years.
12482
12483 From Debashis Mahata <debashis.mahata@wipro.com>:
12484 (read_struct_fields): Deal with Sun C compiler erroneous stab
12485 output for structs and unions.
12486 Fix PR gdb/269.
12487
12488 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12489
12490 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12491 prototype.
12492
12493 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12494
12495 * cp-abi.c: Fix whitespace.
12496 (baseclass_offset): New wrapper function.
12497 * cp-abi.h (baseclass_offset): Add prototype.
12498 (struct cp_abi_ops): Add baseclass_offset pointer.
12499
12500 * valops.c (vb_match): Move to...
12501 * gnu-v2-abi.c (vb_match): here.
12502 * valops.c (baseclass_offset): Move to...
12503 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12504
12505 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12506
12507 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12508 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12509 * hpacc-abi.c (init_hpacc_ops): Likewise.
12510
12511 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12512
12513 * valops.c (find_overload_match): Accept obj as a
12514 reference parameter. Update it before returning.
12515 * value.h (find_overload_match): Update prototype.
12516 * eval.c (evaluate_subexp_standard): Pass object to
12517 find_overload_match by reference.
12518
12519 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12520
12521 * valarith.c: Replace value_ptr with struct value pointer. Remove
12522 register attribute from value declarations.
12523 * valops.c: Ditto.
12524 * value.h: Ditto.
12525 * scm-lang.c (scm_lookup_name): Ditto.
12526
12527 2002-01-03 Michael Snyder <msnyder@redhat.com>
12528
12529 Abstract the functionality of iterating over mapped memory
12530 regions into a general purpose iterator function.
12531 * procfs.c (iterate_over_mappings): New function, general purpose
12532 iterator for memory sections.
12533 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12534 (solib_mappings_callback): New function, callback for above.
12535 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12536 (info_mappings_callback): New function, callback for above.
12537
12538 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12539
12540 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12541
12542 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12543 * i386-tdep.c: Include "elf-bfd.h".
12544 (process_note_abi_tag_sections): New function.
12545 (i386_gdbarch_init): Add code to recognize various OS/ABI
12546 combinations.
12547
12548 * maint.c (_initialize_maint_cmds): Add missing \ in
12549 string-literal.
12550
12551 For older changes see ChangeLog-2001
12552 \f
12553 Local Variables:
12554 mode: change-log
12555 left-margin: 8
12556 fill-column: 74
12557 version-control: never
12558 End: