2002-11-06 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-06 Andrew Cagney <ac131313@redhat.com>
2
3 * regcache.h (deprecated_register_valid): Rename register_valid.
4 * regcache.c: Update.
5 * ia64-aix-nat.c: Update.
6 * i386gnu-nat.c: Update.
7 * alpha-nat.c: Update.
8 * sparc-nat.c: Update.
9 * lynx-nat.c: Update.
10 * remote-mips.c: Update.
11
12 2002-11-06 Joel Brobecker <brobecker@gnat.com>
13
14 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
15 to end of file, to be more consistent with the pratice followed
16 by other targets.
17
18 2002-11-06 Andrew Cagney <ac131313@redhat.com>
19
20 * infcmd.c: Include "reggroups.h" and <ctype.h>.
21 (print_float_info): Print registers in float_reggroup.
22 (print_vector_info): Print registers in vector_reggroup.
23 (default_print_registers_info): When all, print registers in
24 all_reggroup. Otherwize, print registers in general_reggroup.
25 (registers_info): Rewrite. Add support for register groups.
26 Eliminate a goto.
27
28 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
29
30 * symtab.c (methods_info): Delete. It has been ifdeffed out for
31 ages.
32 (symtab_symbol_info): Remove eons old ifdeffed out code.
33 (_initialize_symtab): Remove prehistoric disabled 'info methods'
34 command.
35
36 2002-11-06 Theodore A. Roth <troth@openavr.org>
37
38 * c-exp.y: Add missing semi-colons.
39 * f-exp.y: Add missing semi-colons.
40 * m2-exp.y: Add missing semi-colons.
41 * p-exp.y: Add missing semi-colons.
42 Add empty action to start rule to avoid a type clash error when
43 building with bison >= 1.50.
44
45 2002-11-06 Jim Blandy <jimb@redhat.com>
46
47 * macrotab.h (struct macro_source_file): Doc fix.
48
49 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
50
51 * varobj.c (child_exists, cplus_number_of_children): Change
52 STREQ macro references to strcmp.
53 (cplus_name_of_child): Change code to handle the fact that
54 fields are not necessarily contiguous with regards to their
55 access control. This is a fix for PR gdb/792.
56
57 2002-11-05 Andrew Cagney <ac131313@redhat.com>
58
59 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
60 * gdbarch.h, gdbarch.c: Regnerate.
61 * frame.h (frame_register): Declare.
62 * frame.c (frame_register): New function.
63 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
64 GET_SAVED_REGISTER, otherwize call
65 generic_unwind_get_saved_register.
66 (frame_register_read): Use frame_register instead of
67 get_saved_register.
68
69 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
70
71 From Jim Ingham <jingham@apple.com>:
72 * event-top.c (gdb_disable_readline): New function.
73 (_initialize_event_loop): Move comment.
74
75 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
76
77 * event-loop.c (start_event_loop): Add comment.
78 Update copyright.
79
80 2002-11-05 Andrew Cagney <ac131313@redhat.com>
81
82 * infcmd.c (default_print_registers_info): Do not call
83 PRINT_REGISTER_HOOK.
84
85 2002-11-05 Andrew Cagney <ac131313@redhat.com>
86
87 * sparc-tdep.c (sparc_print_register_hook): Make static.
88 (sparc_print_registers_info): New function.
89 (sparc_do_registers_info): New function.
90 (sparclet_print_registers_info): New function.
91 (sparclet_do_registers_info): New function.
92 (do_sparc_print_registers_info): New function.
93 (sparc_print_registers): New static function, clone of infcmd.c's
94 default_print_registers_info.
95 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
96 (sparclet_do_registers_info): Declare.
97 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
98 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
99 Re-define.
100 (sparc_do_registers_info): Declare.
101 (PRINT_REGISTER_HOOK): Delete macro.
102 (sparc_print_register_hook): Delete declaration.
103
104 2002-11-05 David Carlton <carlton@math.stanford.edu>
105
106 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
107 functions.
108 (lookup_symbol_aux_local): New function.
109 (lookup_symbol_aux_symtabs): New function.
110 (lookup_symbol_aux_psymtabs): New function.
111
112 2002-11-05 David Carlton <carlton@math.stanford.edu>
113
114 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
115 previous values of 'objfile' and 'block'.
116
117 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
118
119 * values.c (value_change_enclosing_type): Set
120 enclosing_type field correctly also for the case where
121 more memory needs to be allocated.
122
123 2002-11-03 Mark Kettenis <kettenis@gnu.org>
124
125 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
126 of puts_filtered.
127
128 * i387-tdep.c (i387_print_float_info): Replace calls to
129 register_read and deprecated_read_register_gen with calls to
130 frame_register_read, and make the necessary adjustments to the
131 surrounding code.
132
133 2002-11-02 Andrew Cagney <ac131313@redhat.com>
134
135 * gdbarch.sh (register_reggroup_p): Allow default value.
136 * gdbarch.h, gdbarch.c: Regenerate.
137
138 2002-11-02 Andrew Cagney <ac131313@redhat.com>
139
140 * regcache.h: Add coment indicating replacements for deprecated
141 functions.
142
143 2002-11-02 Andrew Cagney <cagney@redhat.com>
144
145 * reggroups.h, reggroups.c: New files.
146 * regcache.c: Include "reggroups.h".
147 (enum regcache_dump_what): Add `regcache_dump_groups'.
148 (regcache_dump): Contract size of the "Type" column. When
149 specified, dump the register's groups.
150 (maintenance_print_register_groups): New function.
151 (_initialize_regcache): Add command `maint print register-groups'.
152 * Makefile.in (COMMON_OBS): Add reggroups.o
153 (SFILES): Add reggroups.c.
154 (reggroups_h): Define.
155 (regcache.o, gdbarch.o): Update dependencies.
156 (reggroups.o): Specify dependencies.
157 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
158 Add opaque declaration for `struct reggroup' in generated .h file.
159 Include "reggroups.h" in generated .c file.
160 gdbarch.h, gdbarch.c: Re-generate.
161
162 2002-11-02 Andrew Cagney <cagney@redhat.com>
163
164 * regcache.h (deprecated_read_register_gen): Rename
165 read_register_gen.
166 (deprecated_write_register_gen): Rename write_register_gen.
167 * i387-tdep.c: Update.
168 * x86-64-linux-nat.c: Update
169 * wince.c: Update.
170 * thread-db.c: Update.
171 * win32-nat.c: Update.
172 * mips-tdep.c: Update.
173 * d10v-tdep.c: Update.
174 * cris-tdep.c: Update.
175 * remote-sim.c: Update.
176 * remote-rdi.c: Update.
177 * remote-rdp.c: Update.
178 * frame.c: Update.
179 * target.c: Update.
180 * blockframe.c: Update.
181 * x86-64-tdep.c: Update.
182 * xstormy16-tdep.c: Update.
183 * sh-tdep.c: Update.
184 * s390-tdep.c: Update.
185 * rs6000-tdep.c: Update.
186 * sparc-tdep.c: Update.
187 * i386-tdep.c: Update.
188 * dwarf2cfi.c: Update.
189 * regcache.c: Update.
190
191 2002-11-01 Joel Brobecker <brobecker@gnat.com>
192
193 New interix-specific files:
194 * config/i386/nm-interix.h: New file.
195 * config/i386/interix.mh: New file.
196 * config/i386/interix.mt: New file.
197 * i386-interix-nat.c: New file.
198 * i386-interix-tdep.c: New file.
199
200 2002-11-01 Andrew Cagney <cagney@redhat.com>
201
202 * frame.h (deprecated_generic_get_saved_register): Rename
203 generic_get_saved_register.
204 * blockframe.c (deprecated_generic_get_saved_register): Update.
205 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
206 (xstormy16_frame_saved_register): Update.
207 * sh-tdep.c (sh_gdbarch_init): Update.
208 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
209 * ia64-tdep.c (ia64_get_saved_register): Update.
210 * cris-tdep.c (cris_gdbarch_init): Update.
211 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
212 * arm-tdep.c (arm_gdbarch_init): Update.
213
214 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
215
216 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
217
218 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
219
220 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
221 trampolines in sigaction.
222
223 2002-10-31 Andrew Cagney <cagney@redhat.com>
224
225 * h8300-tdep.c: Include "gdb_assert.h".
226 (h8300_print_register): Add gdbarch, file and frame parameters.
227 Use frame_read_unsigned_register to read the register's value.
228 Use fprintf_filtered to display output.
229 (h8300_print_registers_info): Replace h8300_do_registers_info.
230 (h8300_gdbarch_init): Set print_registers_info.
231
232 2002-10-31 Andrew Cagney <cagney@redhat.com>
233
234 * frame.c (frame_read_unsigned_register): New function.
235 (frame_read_signed_register): New function.
236 * frame.h (frame_read_unsigned_register): Declare.
237 (frame_read_signed_register): Declare.
238
239 2002-10-31 Andrew Cagney <cagney@redhat.com>
240
241 * h8500-tdep.c (h8500_print_registers_info): New static function,
242 clone of infcmd.c's default_print_registers_info.
243 (h8500_do_registers_info): New funtion.
244 (h8500_print_register_hook): Rename print_register_hook, make
245 static.
246
247 * config/h8500/tm-h8500.h: Update copyright.
248 (DEPRECATED_DO_REGISTERS_INFO): Define.
249 (h8500_do_registers_info: Declare.
250 (PRINT_REGISTER_HOOK): Delete macro.
251 (print_register_hook): Delete function.
252
253 2002-10-31 Andrew Cagney <cagney@redhat.com>
254
255 * z8k-tdep.c (z8k_print_register_hook): Make static.
256 (z8k_print_registers_info): New static function, clone of
257 infcmd.c's default_print_registers_info.
258 (z8k_do_registers_info): New function. Wrap
259 z8k_print_registers_info.
260 * config/z8k/tm-z8k.h: Update copyright.
261 (PRINT_REGISTER_HOOK): Delete macro.
262 (z8k_print_register_hook): Delete declaration.
263 (DEPRECATED_DO_REGISTERS_INFO): Define.
264 (z8k_do_registers_info): Declare.
265
266 2002-10-30 Joel Brobecker <brobecker@gnat.com>
267
268 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
269 as this is already provided by value.h, and was actually causing
270 a compilation error because of a conflict in parameter type
271 declaration due to a missing const keyword.
272 (low_text_segment_addres): Fix a compilation warning.
273
274 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
275
276 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
277 registers without a name.
278 (mips_linux_cannot_store_register): Don't store registers without
279 a name.
280
281 2002-10-28 David Carlton <carlton@math.stanford.edu>
282
283 * symtab.c (find_addr_symbol): Delete. (It was already commented
284 out.)
285 * symtab.h: Delete prototype for find_addr_symbol.
286
287 2002-10-26 Andrew Cagney <cagney@redhat.com>
288
289 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
290 DO_REGISTERS_INFO.
291 gdbarch.h, gdbarch.c: Re-generate.
292 * infcmd.c (default_print_registers_info): Update reference.
293 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
294 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
295 * sh-tdep.c (sh_gdbarch_init): Ditto.
296 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
297 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
298
299 2002-10-26 Mark Kettenis <kettenis@gnu.org>
300
301 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
302 cfi_init_extra_frame_info.
303 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
304 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
305
306 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
307 target where necessary. Add more comments and remove the ones
308 that don't provide any useful information.
309
310 * i386-tdep.c (i386_frame_saved_pc): Replace call to
311 deprecated_read_register_dummy with
312 frame_unwind_unsigned_register.
313
314 * i386-tdep.c (i386_extract_struct_value_address): Use
315 regcache_raw_read_unsigned instead of
316 regcache_cooked_read_unsigned since we know that the register
317 we're reading isn't a pseudo register. Rename variable 'val' into
318 the more descriptive 'addr'.
319
320 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
321 (x86_64_push_return_address): Add comment.
322 (x86_64_pop_frame): Make static.
323 (examine_argument): Clarify comment.
324 (x86_64_skip_prologue): Make prolog_expact variable static.
325
326 * dwarf2cfi.c: Fix some formatting problems.
327 (context_cpy, read_encoded_pointer): Clarify comments.
328
329 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
330 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
331 i386 target back into x86_64_gdbarch_init. Add some comments and
332 remove meaningless ones.
333
334 2002-10-25 Andrew Cagney <cagney@redhat.com>
335
336 * complaints.h (struct deprecated_complaint): Rename `struct
337 complaint'.
338 * complaints.c (complain): Update.
339 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
340 incorrect comment indicating that "symfile.h" was being included
341 for the `struct complaint' definition.
342 * remote-vx.c: Update.
343 * objc-lang.c: Update.
344 * xcoffread.c: Update.
345 * hpread.c: Update.
346 * mdebugread.c: Update.
347 * stabsread.c: Update.
348 * dwarf2read.c: Update.
349 * dwarfread.c: Update.
350 * elfread.c: Update.
351 * coffread.c: Update.
352 * stabsread.h: Update.
353 * dbxread.c: Update.
354 * buildsym.c: Update.
355 * gdbtypes.c: Update.
356 * macrotab.c: Update.
357
358 2002-10-25 Mark Kettenis <kettenis@gnu.org>
359
360 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
361 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
362 (x86_64_init_abi): ...new function.
363
364 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
365 * i386v-nat.c: Include "i386-tdep.h".
366
367 2002-10-25 Andrew Cagney <cagney@redhat.com>
368
369 * gdbtypes.c (address_space_name_to_int): Update.
370 (address_space_int_to_name): Update.
371 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
372 multi-arch predicate.
373 (address_class_name_to_type_flags): Ditto.
374 * gdbarch.h, gdbarch.c: Re-generate.
375
376 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
377
378 2002-10-24 Martin M. Hunt <hunt@redhat.com>
379
380 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
381
382 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
383
384 * symtab.h (INIT_SAL): Delete macro.
385 (init_sal): Export.
386 * symtab.c (init_sal): New function.
387
388 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
389 to init_sal function call.
390 (find_sal_from_funcs_and_line): Ditto.
391 (all_sals_for_line): Ditto.
392 * breakpoint.c (create_internal_breakpoint): Ditto.
393 (create_fork_vfork_event_catchpoint): Ditto.
394 (create_exec_event_catchpoint): Ditto.
395 (parse_breakpoint_sals): Ditto.
396 (watch_command_1): Ditto.
397 (handle_gnu_4_16_catch_command): Ditto.
398 (clear_command): Ditto.
399 * hppa-tdep.c (child_enable_exception_callback): Ditto.
400 * infcmd.c (run_stack_dummy): Ditto.
401 * infrun.c (process_event_stop_test): Ditto.
402 (check_sigtramp2): Ditto.
403 (step_over_function): Ditto.
404 * linespec.c (decode_line_2): Ditto.
405 (decode_line_1): Ditto.
406 * source.c (line_info): Ditto.
407 * symtab.c (find_pc_sect_line): Ditto.
408
409 2002-10-24 Michal Ludvig <mludvig@suse.cz>
410
411 * dwarf2cfi.c (struct context)
412 (struct context_reg): Moved to dwarf2cfi.h
413 (context_alloc, frame_state_alloc, context_cpy):
414 Made extern instead of static, removed prototypes.
415 * dwarf2cfi.h (struct context)
416 (struct context_reg): New, moved from dwarf2cfi.c
417 (context_alloc, frame_state_alloc, context_cpy):
418 New prototypes.
419 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
420 Changed from static to extern.
421 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
422 (LINUX_SIGCONTEXT_FP_OFFSET)
423 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
424 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
425 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
426 * x86-64-tdep.c (x86_64_gdbarch_init): Several
427 set_gdbarch_*() calls now use x86-64 specific functions
428 instead of DWARF2 CFI ones.
429 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
430 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
431 (x86_64_init_extra_frame_info): New prototypes.
432
433 2002-10-23 David Carlton <carlton@math.stanford.edu>
434
435 * linespec.c: #include "parser-defs.h".
436 Delete prototype for find_template_name_end.
437 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
438
439 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
440
441 * NEWS: add recent mi fixes.
442 * varobj.c (struct varobj): Add new "updated" flag.
443 (new_variable): Default "updated" flag to 0.
444 (varobj_set_value): Set "updated" flag to 1 if value
445 changes.
446 (varobj_update): Check varobj "updated" flag before
447 comparing old and refreshed values. Fix for
448 PR gdb/702.
449
450 2002-10-23 David Carlton <carlton@math.stanford.edu>
451
452 * parse.c (parse_exp_1): Use BLOCK_START.
453 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
454 SYMBOL_BLOCK_VALUE.
455 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
456
457 2002-10-23 David Carlton <carlton@math.stanford.edu>
458
459 * symtab.c: Delete cplusplus_hint.
460 Delete prototype for find_template_name_end.
461
462 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
463
464 * symtab.h: Update comment.
465
466 2002-10-23 Michael Snyder <msnyder@redhat.com>
467
468 * printcmd.c (address_info): Restore quotes in output.
469 * valops.c (value_of_local): Restore quotes in error message.
470
471 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
472
473 * symtab.c (symbol_demangled_name): New function.
474 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
475 turning most of it into a function.
476 (symbol_demangled_name): Export.
477
478 2002-10-23 Michael Snyder <msnyder@redhat.com>
479
480 * valops.c (value_of_local): Restore quotes in error message.
481
482 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
483
484 * symtab.c (symbol_init_language_specific): New function.
485 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
486 turning most of it into a function.
487 (symbol_init_language_specific): Export.
488
489 2002-10-23 David Carlton <carlton@math.stanford.edu>
490
491 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
492 (dwarf_attr_name): Ditto.
493 (dwarf_type_encoding_name): Ditto.
494 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
495 (process_die): Handle DW_TAG_namespace,
496 DW_TAG_imported_declaration, DW_TAG_imported_module.
497 (read_namespace): New function.
498
499 2002-10-22 Joel Brobecker <brobecker@gnat.com>
500
501 * configure.in: Define NEW_PROC_API on Interix too.
502 * configure: Regenerate.
503
504 2002-10-21 Joel Brobecker <brobecker@gnat.com>
505
506 * configure: Regenerate using the proper version of autoconf.
507
508 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
509
510 * findvar.c (read_var_value): Temporarily disable TLS code, until
511 complete TLS support is added.
512
513 2002-10-21 Jim Blandy <jimb@redhat.com>
514 Elena Zannoni <ezannoni@redhat.com>
515
516 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
517 for thread local storage locations.
518 (struct symbol): Add objfile field.
519 (SYMBOL_OBJFILE): Define.
520 * dwarf2read.c (is_thread_local): New static variable.
521 (new_symbol): If variable is in thread local fill in address class
522 and objfile appropriately.
523 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
524 stack operation.
525 * printcmd.c (address_info): Print the information for thread
526 local storage variable.
527 * findvar.c (read_var_value): In case of thread local variable,
528 defer to the target vector code to compute address.
529
530 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
531
532 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
533 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
534
535 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
536
537 * symtab.h (address_class): Rename
538 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
539 * hpread.c (hpread_process_one_debug_symbol): Ditto.
540 * printcmd.c (address_info): Ditto.
541 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
542
543 2002-10-20 Mark Kettenis <kettenis@gnu.org>
544
545 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
546 DBREG_DRX macro to acces debug registers.
547
548 * Makefile.in (i386obsd-tdep.o): New target.
549
550 * solib-sunos.c: Include "bcache.h" and "regcache.h".
551 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
552
553 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
554 * config/i386/obsd.mt: New file.
555 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
556 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
557 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
558 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
559 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
560 * i386obsd-tdep.c: New file.
561
562 2002-10-19 Adam Fedor <fedor@gnu.org>
563
564 * objc-exp.y (name_not_typename): Fix invalid comment.
565
566 2002-10-20 Mark Kettenis <kettenis@gnu.org>
567
568 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
569 to allocate partial syms and macro byte caches.
570
571 2002-10-18 David Carlton <carlton@math.stanford.edu>
572
573 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
574
575 2002-10-18 Adam Fedor <fedor@gnu.org>
576
577 * stabsread.c (find_name_end): New function.
578 (define_symbol): Use it.
579
580 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
581
582 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
583 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
584 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
585 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
586
587 2002-10-17 David Carlton <carlton@math.stanford.edu>
588
589 * symfile.h: Add opaque declaration for struct obstack.
590 Declare obsavestring to take a const char *.
591 * symfile.c (obsavestring): Make first argument a const char *.
592
593 2002-10-16 Adam Fedor <fedor@gnu.org>
594
595 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
596 names when matching breakpoints in current file.
597
598 2002-10-16 Kevin Buettner <kevinb@redhat.com>
599
600 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
601 (read_tag_pointer_type): Add address class support.
602 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
603 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
604 New methods.
605 * gdbarch.h, gdbarch.c: Regenerate.
606 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
607 (make_type_with_address_space, recursive_type_dump): Add address
608 class support.
609 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
610 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
611 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
612
613 2002-10-16 Klee Dienes <kdienes@apple.com>
614
615 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
616 to get the last character of a char[] buffer, not
617 name[sizeof(vptr_name)-1].
618
619 2002-10-14 Adam Fedor <fedor@gnu.org>
620
621 * symtab.h: New objc_specific struct.
622 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
623 (SYMBOL_DEMANGLED_NAME): Likewise.
624
625 2002-10-14 Adam Fedor <fedor@gnu.org>
626
627 * symfile.c (init_filename_language_table): Add ObjC file extension.
628
629 2002-10-14 Adam Fedor <fedor@gnu.org>
630
631 * utils.c (puts_filtered_tabular): New function.
632 (fprintf_symbol_filtered): Get ObjC demangled name.
633 * defs.h (puts_filtered_tabular): Declared.
634
635 2002-10-14 Kevin Buettner <kevinb@redhat.com>
636
637 * c-lang.h (c_type_print_varspec_prefix): Delete.
638 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
639 ``need_post_space'' parameter. Adjust all callers.
640
641 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
642
643 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
644 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
645 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
646 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
647
648 2002-10-13 Adam Fedor <fedor@gnu.org>
649
650 * source.c (print_source_lines): Update comments.
651
652 2002-10-13 Adam Fedor <fedor@gnu.org>
653
654 * valops.c (value_of_local): New function.
655 (value_of_this): Use it.
656 * value.h (value_of_local): Declared.
657
658 2002-10-13 Adam Fedor <fedor@gnu.org>
659
660 * parse.c: (length_of_subexp, prefixify_subexp): Handle
661 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
662
663 2002-10-12 Adam Fedor <fedor@gnu.org>
664
665 * language.c (binop_result_type): Add language_objc to case.
666 (integral_type): Likewise.
667 (character_type): Likewise.
668 (string_type): Likewise.
669 (boolean_type): Likewise.
670 (structured_type): Likewise.
671 (binop_type_check): Likewise.
672
673 2002-10-11 Adam Fedor <fedor@gnu.org>
674
675 * printcmd.c (address_info): Print 'self' for ObjC.
676
677 2002-10-11 Adam Fedor <fedor@gnu.org>
678
679 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
680 OP_SELF.
681
682 2002-10-11 Adam Fedor <fedor@gnu.org>
683
684 * language.h (CAST_IS_CONVERSION): Add language_objc.
685
686 2002-10-11 Adam Fedor <fedor@gnu.org>
687
688 * defs.h (enum language): Add language_objc.
689
690 2002-10-11 Klee Dienes <kdienes@apple.com>
691
692 * corefile.c (read_memory_typed_address): New function.
693 * gdbcore.h (read_memory_typed_address): Add prototype.
694 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
695 to read a value destined for a CORE_ADDR, not read_memory_integer.
696 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
697 (f77_get_dynamic_lowerbound): Ditto.
698
699 2002-10-11 Martin M. Hunt <hunt@redhat.com>
700
701 * utils.c (string_to_core_addr): After turning string into
702 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
703 which will do necessary sign-extension, etc.
704
705 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
706
707 * c-exp.y (THIS): Delete token and grammar rule.
708 (yylex): Don't return THIS.
709 * cp-valprint.c (vtbl_ptr_name_old): Delete.
710 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
711 * demangle.c (cplus_markers): Update comment. Put '$'
712 first. Remove CPLUS_MARKER.
713 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
714 * jv-exp.y (THIS): Delete token and grammar rule.
715 (yylex): Don't return THIS.
716 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
717 * objc-exp.y (THIS): Delete token and grammar rule.
718 (yylex): Don't return THIS.
719 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
720 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
721 (read_member_functions): Likewise for opname.
722 (read_tilde_fields): Use is_cplus_marker.
723
724 * defs.h (CPLUS_MARKER): Don't define.
725 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
726 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
727 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
728 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
729 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
730
731 * config/i386/tm-i386v4.h: Delete file.
732 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
733 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
734 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
735 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
736 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
737 * config/i386/i386sco5.mt (TM_FILE): Likewise.
738 * config/i386/i386v4.mt (TM_FILE): Likewise.
739 * config/i386/ncr3000.mt (TM_FILE): Likewise.
740
741 2002-10-10 Marko Mlinar <markom@opencores.org>
742
743 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
744 accidentially not commited 2002-10-09
745 * gdbarch.h, gdbarch.c: Re-generate.
746
747 2002-10-09 Marko Mlinar <markom@opencores.org>
748
749 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
750 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
751 * gdbarch.h, gdbarch.c: Re-generate.
752
753 2002-10-08 Petr Sorfa <petrs@caldera.com>
754
755 Revised and re-submitted by John Wolfe <jlw@caldera.com>
756
757 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
758 so we can work on more than one compilation unit at a time. This
759 helps prepare GDB to handle inter-CU die references.
760 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
761 the code to be defined before struct comp_unit_head.
762 (comp_unit_head): Added new members - offset, cu_head,
763 begin_die, next and dwarf2_abbrevs.
764 (dwarf2_abbrevs): Removed single static var; now member of
765 struct comp_unit_head.
766 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
767 members.
768 (psymtab_to_symtab_1): Changed to work with the new
769 struct comp_unit_head.
770 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
771 constructs the dwarf2_abbrevs[] inside the cu_header.
772 (dwarf2_empty_abbrev_table): Now expects a ptr to a
773 dwarf2_abbrev table to clean up.
774 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
775 handling of dwarf2_abbrevs inside the cu_header.
776 (read_partial_die): Now supports the call to the new
777 dwarf2_lookup_abbrev.
778 (read_full_die): Now supports the call to the new
779 dwarf2_lookup_abbrev.
780
781 2002-10-06 Christopher Faylor <cgf@redhat.com>
782
783 * Makefile.in (install-gdbtk): Add missing continuation backslash to
784 insure that shell variables, such as "transformed_name" are propagated
785 to later shell statements in rule.
786
787 2002-10-06 Mark Kettenis <kettenis@gnu.org>
788
789 * config/i386/nm-i386sco.h: Add protection against
790 multiple-inclusion. Include "i386/nm-i386v.h".
791 (REGISTER_U_ADDR): Remove define.
792 (i386_register_u_addr): Remove prototype.
793
794 2002-10-04 Michael Snyder <msnyder@redhat.com>
795
796 * m32r-stub.c (handle_exception): Make sure exception is "trap"
797 before treating it as a single-step event.
798
799 2002-10-03 Adam Fedor <fedor@gnu.org>
800
801 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
802 (objc_demangle): Remove assignment in if statements, Replace
803 free with xfree.
804 (add_msglist): Likewise.
805 (end_msglist): Likewise.
806 (complare_selectors): Likewise.
807 (selectors_info): Likewise.
808 (compare_classes): Likewise.
809 (classes_info): Likewise.
810 (print_object_command): Likewise.
811 (find_objc_msgcall_submethod): Replace PTR with void *.
812 * objc-lang.h: Remove check for __STDC__.
813
814 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
815
816 * ui-out.h (ui_out_field_fmt_int): New prototype.
817 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
818 of field width and alignment.
819 * stack.c (print_frame_info_base): When printing frame level, use
820 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
821 PR gdb/192
822
823 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
824
825 * MAINTAINERS: Add self to Write After Approval list.
826
827 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
828
829 * infcmd.c (interrupt_target_command_wrapper): Delete.
830 (interrupt_target_command): Make non static.
831 (nofp_registers_info): Make static.
832 * stack.c (return_command_wrapper): Delete.
833 (return_command): Make non static.
834
835 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
836
837 * event-top.c (gdb_setup_readline): New function. Code moved from
838 _initialize_event_loop().
839 (_initialize_event_loop): Call gdb_setup_readline().
840
841 2002-10-02 Andrew Cagney <ac131313@redhat.com>
842
843 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
844 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
845 * gdbarch.h, gdbarch.c: Re-generate.
846
847 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
848
849 Fix PR gdb/778
850 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
851 before recursing.
852 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
853 of fill_in_vptr_fieldno.
854
855 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
856
857 * inferior.h (registers_info, stepi_command, nexti_command,
858 continue_command, interrupt_target_command): Export from infcmd.c.
859 * frame.h (args_info, selected_frame_level_changed_hook,
860 return_command): Export from stack.c.
861 * v850ice.c (stepi_command, nexti_command, continue_command): use
862 prototypes from inferior.h.
863 * tracepoint.c (registers_info, args_info, locals_info): Use
864 prototypes from frame.h and inferior.h.
865 * Makefile.in (mi-main.o): Add dependency on frame.h.
866
867 2002-10-02 Andrew Cagney <ac131313@redhat.com>
868
869 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
870 value in register 3 adjusted by ppc_gp0_regnum.
871
872 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
873
874 2002-10-02 Marko Mlinar <markom@opencores.org>
875
876 * MAINTAINERS: Add myself to the Write After Approval list.
877
878 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
879
880 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
881 of the section for the N64 ABI, fixed.
882
883 * config/mips/tm-irix6.h: Include solib.h.
884
885 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
886
887 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
888 GNU operators.
889
890 2002-10-01 Andrew Cagney <ac131313@redhat.com>
891
892 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
893 and that "mi0" syntax has been removed.
894
895 2002-09-30 David Carlton <carlton@math.stanford.edu>
896
897 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
898 * ppc-sysv-tdep.c: #include "gdb_string.h".
899 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
900 pacify GCC.
901
902 2002-10-01 Andrew Cagney <ac131313@redhat.com>
903
904 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
905 "vrsave"'s register number.
906
907 2002-09-30 Andrew Cagney <ac131313@redhat.com>
908
909 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
910 use frame_unwind_signed_register to obtain the PC.
911 (mips_frame_chain): Handle a generic dummy frame.
912 (mips_init_extra_frame_info): When a generic dummy frame, don't
913 re-compute the frame base.
914 (mips_pop_frame): Handle generic dummy frames.
915 (mips_gdbarch_init): When generic dummy frames, set
916 use_generic_dummy_frames, push_dummy_frame to
917 generic_push_dummy_frame, pc_in_call_dummy to
918 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
919 generic_save_dummy_frame_tos.
920
921 2002-09-30 Andrew Cagney <ac131313@redhat.com>
922
923 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
924 against TOP when TOP was explictly set.
925 (generic_push_dummy_frame): Set TOP to zero.
926
927 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
928
929 * event-loop.c (start_event_loop): Rename variable 'result' to
930 'gdb_result', to avoid conflicts with upcoming intepreters changes.
931
932 2002-09-30 Keith Seitz <keiths@redhat.com>
933
934 * gdb-events.sh (selected_thread_changed): New event.
935 * gdb-events.c: Regenerated.
936 * gdb-events.h: Regenerated.
937
938 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
939
940 * MAINTAINERS: Add self to Write After Approval list.
941
942 2002-09-30 Fernando Nasser <fnasser@redhat.com>
943
944 * disasm.c: New file.
945 * disasm.h: New file.
946 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
947 (compare_lines): Ditto.
948 (dump_insns): Ditto.
949 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
950 argument.
951 (do_assembly_only): Ditto.
952 (do_disassembly): Renamed to gdb_disassembly and moved to
953 disasm.c. Sdded uiout argument.
954 * Makefile.in: Add new files. Reorder SFILES list. Update
955 dependencies. Include libgdb.a later in the insight executable.
956
957 2002-09-29 Andrew Cagney <ac131313@redhat.com>
958
959 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
960 bfd/elf64-alpha-fbsd.c.
961
962 2002-09-29 Andrew Cagney <ac131313@redhat.com>
963
964 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
965 i386gnu-tdep.c.
966
967 2002-09-29 Andrew Cagney <ac131313@redhat.com>
968
969 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
970 __FUNCTION__.
971 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
972 function name.
973 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
974 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
975 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
976 (S_msg_sig_post_reply): Ditto.
977
978 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
979
980 * sh-tdep.c (sh_use_struct_convention): Use definition according
981 to ABI.
982 (sh_push_arguments): Store in register with correct endianess.
983 (sh_default_store_return_value): Ditto.
984 (sh_gdbarch_init): Set sizeof long double to 8.
985
986 2002-09-27 Mark Kettenis <kettenis@gnu.org>
987
988 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
989 Fix some whitespace problems.
990
991 2002-09-27 David Carlton <carlton@math.stanford.edu>
992
993 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
994 (mcore-tdep.o): Ditto.
995 (ns32k-tdep.o): Ditto.
996 (ns32knbsd-tdep.o): Ditto.
997 (sh3-rom.o): Ditto.
998 (vax-tdep.o): Ditto.
999 * cris-tdep.c: #include "gdb_string.h"
1000 * mcore-tdep.c: Ditto.
1001 * ns32k-tdep.c: Ditto.
1002 * ns32knbsd-tdep.c: Ditto.
1003 * sh3-rom.c: Ditto.
1004 * vax-tdep.c: Ditto.
1005
1006 2002-09-27 David Carlton <carlton@math.stanford.edu>
1007
1008 * config/djgpp/fnchange.lst: Add entries for
1009 gdb/testsuite/gdb.c++/m-static files.
1010
1011 2002-09-27 Jim Wilson <wilson@redhat.com>
1012
1013 * MAINTAINERS: Add myself to the Write After Approval list.
1014
1015 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1016
1017 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1018
1019
1020 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1021
1022 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1023 frame.
1024
1025 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1026
1027 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1028 (rs6000_struct_return_address): Delete variable.
1029 (rs6000_store_struct_return): Update.
1030 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1031 deprecated_extract_struct_value_address.
1032 (rs6000_frame_align): New function.
1033 (rs6000_gdbarch_init): Set frame_align.
1034
1035 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1036
1037 From Grace Sainsbury <graces@redhat.com>:
1038 * Makefile.in (gdbtk-main.o): New target.
1039 (gdb.o): New target.
1040 (main_h): Define.
1041 (main.o): Update dependencies.
1042 (gdb$(EXEEXT)): Add gdb.o.
1043 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1044 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1045 (SUBDIR_GDBTK_CLEAN): Set.
1046 (install-gdbtk): Install the insight binary.
1047 (uninstall-gdbtk): New target.
1048 (all-gdbtk, clean-gdbtk): New rule.
1049 * top.c (use_windows): Default to zero.
1050 * main.c: Include "main.h".
1051 (main): Delete.
1052 (struct captured_main_args): Delete.
1053 (gdb_main): New function.
1054 * main.h: New file.
1055 * gdb.c: New File.
1056
1057 2002-09-25 Andrew Cagney <cagney@redhat.com>
1058
1059 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1060 (frame_map_regnum_to_name): New function.
1061 (frame_map_name_to_regnum): New function.
1062 * frame.h (frame_map_name_to_regnum): Declare.
1063 (frame_map_regnum_to_name): Declare.
1064 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1065 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1066 * parse.c: Do not include "builtin-regs.h".
1067 (target_map_name_to_register): Delete function.
1068 (write_dollar_variable): Use frame_map_name_to_regnum.
1069 * parser-defs.h (target_map_name_to_register): Delete declaration.
1070 * expprint.c: Include "frame.h".
1071 (print_subexp): Use frame_map_regnum_to_name.
1072 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1073 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1074
1075 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1076
1077 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1078 wasn't saved, and the next innermost frame is a dummy, return the
1079 dummy frame's link register.
1080
1081 2002-09-24 Jim Blandy <jimb@redhat.com>
1082
1083 Fix from Paul Breed:
1084 * main.c (captured_main): Add a `break' after the case for 'b'.
1085
1086 2002-09-24 Keith Seitz <keiths@redhat.com>
1087
1088 * varobj.c (c_type_of_child): Use get_target_type instead
1089 of TYPE_TARGET_TYPE.
1090
1091 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1092
1093 * source.c (get_current_or_default_source_symtab_and_line): Remove
1094 function.
1095 (set_default_source_symtab_and_line): New function. Attempts to
1096 determine a source file to list lines from if one is not currently
1097 defined.
1098 (get_current_source_symtab_and_line): Initialize sal.pc and
1099 sal.end fields.
1100 (set_current_source_symtab_and_line): Mark argument as const.
1101 * source.h: Update declarations and comments.
1102 * linespec.c (decode_line_1): Replace call to removed routine above.
1103 * stack.c (print_frame_info_base): Ditto.
1104 * cli/cli-cmds.c (edit_command): Ditto.
1105 (list_command): Ditto.
1106
1107 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1108
1109 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1110 sal.pc and sal.end fields.
1111 (get_current_or_default_source_symtab_and_line): Ditto.
1112 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1113 so we do not cause a new source symtab to be searched for (reverting an
1114 unintentional change from the 2002-09-20 patch).
1115 * scm-lang.c (scm_unpac): Ditto.
1116
1117 2002-09-21 Andrew Cagney <cagney@redhat.com>
1118
1119 * complaints.c (symfile_explanations): Remove new-line from
1120 ``isolated_message''.
1121 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1122 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1123
1124 2002-09-20 Nick Clifton <nickc@redhat.com>
1125
1126 * NEWS: Announce that V850EA ISA is no longer supported.
1127 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1128
1129 2002-09-20 David Carlton <carlton@math.stanford.edu>
1130
1131 * Makefile.in (c-lang.o): Correct dependencies.
1132 (utils.o): Gather dependencies.
1133 (charset.o): Move.
1134 * c-lang.c: #include "gdb_string.h"
1135
1136 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1137
1138 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1139 * cli/cli-cmds.c (list_command): New function. Implements the new
1140 cli edit command.
1141 (_init_cli_cmds): Add new command definition.
1142 * gdb.1: Document edit command.
1143 * doc/gdb.texinfo: Document edit command.
1144
1145 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1146
1147 * source.c: Make global variables current_source_symtab and
1148 current_source_line static.
1149 (list_command): Moved to cli/cli-cmds.c.
1150 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1151 (get_first_line_listed): New accessor function.
1152 (get_lines_to_list): New accessor function.
1153 (get_current_source_symtab_and_line): New function. Retrieves the
1154 position in the source code that we consider current.
1155 (get_current_or_default_source_symtab_and_line): New function.
1156 Like the above but attempts to determine a default position if one
1157 is not currently defined.
1158 (set_current_source_symtab_and_line): New function. Sets the source
1159 code position considered current and returns the previously set one.
1160 (clear_current_source_symtab_and_line): Reset stored information about
1161 a current source line.
1162 (_initialize_source): Remove registration for the "list" command and
1163 its alias.
1164 * source.h: Add declarations for the new functions above.
1165 * symtab.h: Remove declarations for the global variables mentioned
1166 above.
1167 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1168 obtain current source line.
1169 * linespec.c (decode_line_1): Ditto.
1170 * macroscope.c (default_macro_scope): Ditto.
1171 * scm-lang.c (scm_unpac): Ditto.
1172 * stack.c (print_frame_info_base): Ditto.
1173 * symfile.c (clear_symtab_users): Ditto.
1174 * symtab.c (decode_line_spec): Ditto.
1175 * cli/cli-cmds.c (list_command): Moved here from source.c.
1176 (ambiguous_line_spec): Moved here from source.c.
1177 (_init_cli_cmds): Add definition for "list" and its alias.
1178 * Makefile.in: Update dependencies.
1179
1180 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1181
1182 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1183 with what gcc thinks is correct.
1184
1185 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1186
1187 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1188 multiple register push instruction.
1189
1190 2002-09-19 Jim Blandy <jimb@redhat.com>
1191
1192 Add support for distinct host and target character sets.
1193 * charset.c, charset.h: New files.
1194 * c-exp.y: #include "charset.h".
1195 (yylex): Convert character and string literals to the target
1196 character set, before returning them as the semantic value of the
1197 token.
1198 * c-lang.c: #include "charset.h".
1199 (c_emit_char): Use charset-specific methods to recognize
1200 characters with backslash escape forms, to decide which characters
1201 to print literally and which to print using numeric escape
1202 sequences, and to convert target characters to host characters
1203 before printing.
1204 * utils.c: #include "charset.h".
1205 (no_control_char_error): New function.
1206 (parse_escape): Use charset-specific methods to recognize
1207 backslash escapes, parse `control character' notation, and convert
1208 characters from the host character set to the target character set.
1209 * configure.in: Set the default host character set.
1210 Check where to find iconv, and what its argument types might be.
1211 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1212 * Makefile.in (SFILES): List charset.c.
1213 (COMMON_OBS): List charset.o.
1214 (charset.o): New rule.
1215 (charset_h): New header dependency variable.
1216 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1217 (LIBICONV): New variable, set by configure.
1218 (CLIBS): Include $(LIBICONV) here.
1219 * aclocal.m4, config.in, configure: Regenerated.
1220
1221 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1222
1223 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1224 bison 1.35 warning.
1225
1226 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1227
1228 * gdb_mbuild.sh: New file.
1229
1230 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1231
1232 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1233
1234 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1235
1236 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1237 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1238 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1239 valops.c, value.h: Revert previous change.
1240
1241 2002-09-18 Michael Snyder <msnyder@redhat.com>
1242
1243 Preliminary support for Objective-C:
1244 * defs.h (language_objc): New enum value.
1245 (puts_filtered_tabular): Declaration only, exported from utils.c.
1246 (skip_quoted): Delete, declared in completer.h.
1247 * c-exp.y: Include completer.h.
1248 * p-exp.y: Ditto.
1249 * jv-exp.y: Ditto.
1250 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1251 New operator enum values.
1252 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1253 * language.c (binop_result_type): Handle language_objc case.
1254 (integral_type, character_type, string_type, boolean_type,
1255 structured_type, binop_type_check): Ditto.
1256 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1257 (struct objc_specific): Add to general_symbol_info.
1258 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1259 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1260 * parser-defs.h (struct objc_class_str): New struct type.
1261 (start_msglist, end_msglist, add_msglist): Declaration only,
1262 exported from objc-lang.c.
1263 * value.h (value_of_local, value_nsstring,
1264 call_function_by_hand_expecting_type): Exported from valops.c.
1265 * valops.c (find_function_addr): Export.
1266 (call_function_by_hand_expecting_type): New function.
1267 (value_of_local): New function.
1268 * symfile.c (init_filename_language_table): Add ".m" extension
1269 for Objective-C.
1270 * utils.c (puts_filtered_tabular): New function.
1271 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1272 (set/show demangle): Extend help-string to refer to ObjC.
1273 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1274 * stabsread.c (symbol_reference_defined): Objective-C symbols
1275 may contain colons: make allowances when scanning stabs strings
1276 for colons.
1277 (objc_find_colon): New function.
1278 * printcmd.c (address_info): If language == objc then print
1279 "self" instead of "this".
1280 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1281 OP_NSSTRING, and OP_SELF.
1282 (prefixify_subexp): Ditto.
1283 * source.c (print_source_lines): Mention objc in comment.
1284 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1285 method names.
1286
1287 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1288
1289 * complaints.h: Update copyright.
1290 (struct complaints): Declare.
1291 (struct complaint): Make `message' constant.
1292 (internal_complaint): Declare.
1293 (complaint): Declare.
1294 (complaint_root): Delete declaration.
1295 (symfile_complaints): Delete declaration.
1296 (struct complaints): Add opaque declaration.
1297 (clear_complaints): Add a complaints parameter.
1298 * complaints.c: Update copyright.
1299 (enum complaint_series): Define.
1300 (complaint_root): Delete.
1301 (struct complaints): Define.
1302 (complaint_sentinel, symfile_complaint_book): New variables.
1303 (symfile_explanations, symfile_complaints): New variables.
1304 New variables.
1305 (get_complaints): New function.
1306 (vcomplaint): New function.
1307 (complaint): New function.
1308 (internal_complaint): New function.
1309 (complain): Call vcomplain with symfile_complaint.
1310 (clear_complaints): Rewrite.
1311 (_initialize_complaints): Use add_setshow_command.
1312 * Makefile.in (complaints.o): Update dependencies.
1313 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1314 to call to clear_complaints.
1315 (new_symfile_objfile, reread_symbols): Ditto.
1316 (oldsyms_complaint): Delete.
1317 (empty_symtab_complaint, unknown_option_complaint): Delete.
1318 (free_named_symtabs): Use complaint instead of complain.
1319
1320 2002-09-18 Michael Snyder <msnyder@redhat.com>
1321
1322 Contributed by Apple Computer, Inc. Merged with current sources
1323 by Adam Fedor <fedor@doc.com> [cagney].
1324
1325 * objc-lang.c: First clean-up round: comments, indentation.
1326 * objc-lang.h: Ditto.
1327 * objc-lang.y: Ditto.
1328
1329 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1330
1331 * maint.c (maintenance_internal_error): Print the parameter as the
1332 error message.
1333 (maintenance_internal_warning): New function.
1334 (_initialize_maint_cmds): Add command `maint internal-warning'.
1335
1336 * defs.h (internal_warning, internal_vwarning): Declare.
1337 * utils.c (struct internal_problem): Define.
1338 (internal_vproblem): New function.
1339 (internal_warning): New function.
1340 (internal_vwarning): New function.
1341 (internal_warning_problem, internal_error_problem): New variables.
1342 (internal_verror): Just call internal_vproblem.
1343
1344 2002-09-18 Michael Snyder <msnyder@redhat.com>
1345
1346 * objc-lang.c: New file, support for Objective-C.
1347 Preliminary check-in, not yet integrated into gdb.
1348 * objc-lang.h: New file.
1349 * objc-exp.y: New file.
1350
1351 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1352
1353 * infrun.c (signal_stop_update): Convert definition to ISO C.
1354 (signal_print_update): Ditto.
1355 (signal_pass_update): Ditto.
1356 * inflow.c (terminal_save_ours): Ditto.
1357
1358 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1359 comments.
1360
1361 * config/djgpp/fnchange.lst: Handle name clashes between
1362 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1363 bfd/coff-tic80.c.
1364
1365 * i386-linux-tdep.h: Fix tipo.
1366
1367 2002-09-18 Adam Fedor <fedor@gnu.org>
1368
1369 * MAINTAINERS: Add myself to the Write After Approval list.
1370
1371 2002-09-18 Jim Blandy <jimb@redhat.com>
1372
1373 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1374 texthigh and textlow to reader-specific structs caused
1375 objfile_relocate to miss them. This is fixable, but the work that
1376 the change was supposed to prepare GDB for never got done anyway.
1377
1378 2002-09-18 David Carlton <carlton@math.stanford.edu>
1379
1380 * MAINTAINERS: Alphabetize Write After Approval list.
1381
1382 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1383
1384 Fix PR gdb/709
1385 * values.c (value_static_field): Call read_var_value.
1386
1387 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1388
1389 * valops.c (hand_function_call): Align the initial stack pointer
1390 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1391 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1392 return value.
1393 * mips-tdep.c (mips_frame_align): New function.
1394 (mips_gdbarch_init): Set frame_align.
1395 * gdbarch.sh (FRAME_ALIGN): New method.
1396 * gdbarch.h, gdbarch.c: Re-generate.
1397
1398 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1399
1400 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1401 registers.
1402
1403 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1404
1405 * NEWS: Mention that MIPS $fp behavior changed.
1406 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1407 reference to FP_REGNUM.
1408 (mipsnbsd_cannot_store_register): Ditto.
1409 * mips-linux-nat.c: Update copyright.
1410 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1411 (mips_linux_cannot_store_register): Ditto.
1412 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1413 * config/mips/tm-mips.h: Update copyright.
1414 (FP_REGNUM): Delete macro.
1415 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1416 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1417 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1418 (mips_r3041_reg_names, mips_r3051_reg_names)
1419 (mips_r3081_reg_names): Replace "fp" with "".
1420 Fix PR gdb/480.
1421
1422 2002-09-17 Theodore A. Roth <troth@verinet.com>
1423
1424 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1425 generic_read_register_dummy() (PR gdb/703).
1426 (avr_push_return_address): #if 0 out unused vars.
1427 (avr_gdbarch_init): Enable use of avr_push_return_address().
1428
1429 2002-09-17 Michael Snyder <msnyder@redhat.com>
1430
1431 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1432 RTE will take care of it.
1433
1434 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1435
1436 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1437 invalid, return SP_REGNUM.
1438
1439 2002-09-17 Michael Snyder <msnyder@redhat.com>
1440
1441 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1442 point registers without sign extension.
1443
1444 2002-09-17 Andrew Cagney <cagney@redhat.com>
1445
1446 * blockframe.c (deprecated_read_register_dummy): Rename
1447 generic_read_register_dummy.
1448 * frame.c (frame_unwind_signed_register): New function.
1449 (frame_unwind_unsigned_register): New function.
1450 * frame.h (frame_unwind_signed_register): Declare.
1451 (frame_unwind_unsigned_register): Declare.
1452 (deprecated_read_register_dummy): Rename
1453 generic_read_register_dummy.
1454
1455 * h8300-tdep.c (h8300_frame_chain): Update.
1456 (h8300_frame_saved_pc): Update.
1457 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1458 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1459 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1460 (s390_frame_chain): Update.
1461 * v850-tdep.c (v850_find_callers_reg): Update.
1462 (v850_frame_saved_pc): Update.
1463 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1464 (m32r_find_callers_reg): Update.
1465 (m32r_frame_saved_pc): Update.
1466 * sh-tdep.c (sh_find_callers_reg): Update.
1467 (sh64_get_saved_pr): Update.
1468 (sh_init_extra_frame_info): Update.
1469 (sh_init_extra_frame_info): Update.
1470 (sh64_init_extra_frame_info): Update.
1471 (sh64_init_extra_frame_info): Update.
1472 * mcore-tdep.c (mcore_find_callers_reg): Update.
1473 (mcore_frame_saved_pc): Update.
1474 (mcore_init_extra_frame_info): Update.
1475 * i386-tdep.c (i386_frame_saved_pc): Update.
1476 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1477 (ia64_init_extra_frame_info): Update.
1478 (ia64_init_extra_frame_info): Update.
1479 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1480 * cris-tdep.c (cris_init_extra_frame_info): Update.
1481 * avr-tdep.c (avr_frame_chain): Update.
1482 (avr_init_extra_frame_info): Update.
1483 (avr_frame_saved_pc): Update.
1484 * arm-tdep.c (arm_find_callers_reg): Update.
1485 (arm_init_extra_frame_info): Update.
1486 (arm_frame_saved_pc): Update.
1487
1488 2002-09-17 Tom Tromey <tromey@redhat.com>
1489
1490 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1491 is "'".
1492
1493 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1494
1495 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1496 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1497 NEXT_PROLOGUE_INSN.
1498 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1499 NEXT_PROLOGUE_INSN.
1500
1501 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1502
1503 * osfsolib.c: Remove file, replaced by solib-osf.c.
1504 * Makefile.in: Remove compilation rules for osfsolib.c.
1505
1506 2002-09-16 David Carlton <carlton@math.stanford.edu>
1507
1508 * cp-valprint.c (cp_print_class_method): Correct args to
1509 check_stub_method_group.
1510
1511 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1512
1513 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1514 `set architecture'. Unify naming convention of functions.
1515 (h8300_skip_prologue): Improve prologue analysis.
1516 (h8300_push_arguments): Rewritten to more closely match GCC's
1517 bizarre argument-passing behavior, along with the comment describing
1518 said behavior.
1519 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1520 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1521 sim, remote-e7000.c, remote-hms.c and remote.c
1522
1523 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1524
1525 * i386-tdep.c (gdb_print_insn_i386): Removed.
1526 (i386_print_insn): New function.
1527 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1528 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1529 tm_print_insn_info.
1530
1531 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1532
1533 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1534 zero.
1535
1536 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1537
1538 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1539 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1540 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1541
1542 2002-09-13 Christopher Faylor <cgf@redhat.com>
1543
1544 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1545
1546 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1547
1548 * gdbtypes.c (check_stub_method): Make static.
1549 (check_stub_method_group): New function.
1550 * gdbtypes.h: Update prototypes.
1551 * cp-support.c: New file.
1552 * cp-support.h: New file.
1553
1554 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1555 (update_method_name_from_physname): New function.
1556 (read_member_functions): Correct method names for operators
1557 and v3 constructors/destructors. Separate v2 constructors and
1558 destructors.
1559 * Makefile.in (stabsread.o): Update dependencies.
1560 (SFILES): Add cp-support.c.
1561 (COMMON_OBS): Add cp-support.o.
1562 (cp_support_h, cp-support.o): Add.
1563
1564 * cp-valprint.c (cp_print_class_method): Call
1565 check_stub_method_group instead of check_stub_method. Remove
1566 extraneous QUITs.
1567 * p-valprint.c (pascal_object_print_class_method): Likewise.
1568 * valops.c (search_struct_method): Likewise.
1569 (find_method_list, value_struct_elt_for_reference): Likewise.
1570
1571 2002-09-13 Andrew Cagney <cagney@redhat.com>
1572
1573 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1574 * gdbarch.h, gdbarch.c: Regenerate.
1575
1576 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1577
1578 * frame.c (find_saved_register): Delete function.
1579 * frame.h (find_saved_register): Delete declaration.
1580 Fix PR gdb/631.
1581
1582 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1583
1584 * mips-tdep.c (read_next_frame_reg): Re-hack using
1585 frame_register_unwind.
1586
1587 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1588
1589 * mips-tdep.c (mips_get_saved_register): Re-hack using
1590 frame_register_unwind.
1591
1592 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1593
1594 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1595 vector. Will be useful for Interix.
1596 * gdbarch.h, gdbarch.c: Regenerate.
1597
1598 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1599 name of the malloc function by NAME_OF_MALLOC.
1600
1601 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1602
1603 * value.h (find_function_in_inferior): Add const keyword to
1604 one of the parameters. Allows us to invoke this function with
1605 a const char *.
1606 * valops.c (find_function_in_inferior): Likewise.
1607
1608 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1609
1610 * exec.c (xfer_memory): Fix compilation warning with old versions
1611 of GCC.
1612 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1613
1614 2002-09-12 David Carlton <carlton@math.stanford.edu>
1615
1616 * symtab.h: Run through gdb_indent.h.
1617 Add 2002 to Copyright year list.
1618
1619 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1620
1621 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1622 mach constants.
1623 * MAINTAINERS: Add myself to write after approval list.
1624
1625 2002-09-11 J. Brobecker <brobecker@gnat.com>
1626
1627 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1628
1629 2002-09-11 J. Brobecker <brobecker@gnat.com>
1630
1631 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1632 Interix.
1633
1634 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1635
1636 * procfs.c (do_detach): Clear current signal, not just fault.
1637 Corrects problem with breakpoint trap signal leaking to detached
1638 process on Tru64.
1639
1640 2002-09-10 Michael Snyder <msnyder@redhat.com>
1641
1642 * buildsym.c (finish_block): Protect against null pointer.
1643
1644 2002-09-10 Andrew Cagney <cagney@redhat.com>
1645
1646 * infcmd.c (default_print_registers_info): Send all output to
1647 ``file'' instead of ``gdb_stdout''.
1648
1649 2002-09-10 Michael Snyder <msnyder@redhat.com>
1650
1651 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1652 LONGEST, and use signed register read (addresses are sign-
1653 extended for mips).
1654
1655 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1656
1657 * event-loop.c (gdb_do_one_event): Make public.
1658 * event-loop.h (gdb_do_one_event): Declare.
1659
1660 2002-09-10 Jeff Law <law@redhat.com>
1661
1662 * infttrace.c (child_resume): Simplify and rework to avoid
1663 TT_PROC_CONTINUE.
1664
1665 2002-09-09 Fred Fish <fnf@intrinsity.com>
1666
1667 * printcmd.c (print_scalar_formatted): "len" is the number of
1668 target bytes, NOT the number of target bits.
1669
1670 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1671
1672 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1673 * top.c (init_main): Set rl_terminal_name.
1674
1675 2002-09-08 Aidan Skinner <aidan@velvet.net>
1676
1677 * ada-lang.c (ada_array_bound, ada_type_match,
1678 _initialize_ada_language): Fix K&R definitions.
1679 * ada-tasks.c (get_current_task): Fix K&R definitions.
1680 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1681
1682 2002-09-07 Christopher Faylor <cgf@redhat.com>
1683
1684 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1685 Add XP.
1686
1687 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1688
1689 * i386-tdep.c (i386_register_virtual_type,
1690 i386_register_convertible, i386_register_convert_to_virtual,
1691 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1692 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1693 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1694 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1695 Don't set push_arguments twice.
1696
1697 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1698 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1699 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1700 sigtramp_end to NULL.
1701 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1702 defines.
1703 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1704
1705 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1706 whitespace.
1707
1708 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1709 * gdbarch.h, gdbarch.c: Re-generate.
1710 * blockframe.c (find_pc_sect_partial_function): Convert to use
1711 SIGTRAMP_START_P predicate.
1712
1713 2002-09-05 Michael Snyder <msnyder@redhat.com>
1714
1715 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1716 generic_dummy_frame method and old method. Also distinguish
1717 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1718 (arm_extract_return_value): Use new regcache method.
1719
1720 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1721 adjustment that doesn't conform to the ABI.
1722 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1723 saved regcache, not from current regcache.
1724
1725 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1726
1727 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1728 * README: Update.
1729
1730 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1731
1732 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1733 if arm_apcs_32 is false.
1734
1735 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1736
1737 GDB 5.3 branch created.
1738
1739 2002-09-03 Theodore A. Roth <troth@verinet.com>
1740
1741 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1742 generic_unwind_get_saved_register.
1743
1744 2002-09-03 David Carlton <carlton@math.stanford.edu>
1745
1746 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1747 argument (PR gdb/653). Update call to smash_to_method_type.
1748 (read_structure_scope): Update call to dwarf2_add_member_fn.
1749
1750 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1751
1752 * x86-64-linux-tdep.c: Include gdb_string.h
1753 * x86-64-linux-nat.c: Ditto.
1754
1755 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1756
1757 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1758 when YYDEBUG is set to 1.
1759 * c-exp.y: Likewise.
1760 * f-exp.y: Likewise.
1761 * jv-exp.y: Likewise.
1762 * m2-exp.y: Likewise.
1763 * p-exp.y: Likewise.
1764
1765 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1766
1767 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1768 dependency list.
1769 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1770 solib_svr4_fetch_link_map_offsets to
1771 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1772 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1773 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1774 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1775 solib-svr4.o, and solib-legacy.o.
1776 * config/i386/tm-nbsd.h: Include solib.h.
1777
1778 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1779
1780 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1781 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1782 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1783 comment noting that this needs its own target configuration.
1784 * config/i386/nbsd.mt: New file.
1785 * config/i386/nbsdaout.mt: Remove.
1786 * config/i386/nbsdelf.mt: Ditto.
1787 * config/i386/tm-nbsdaout.h: Ditto.
1788
1789 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1790
1791 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1792 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1793 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1794 tdep->sigtramp_end.
1795 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1796 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1797 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1798
1799 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1800
1801 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1802 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1803 * i386-tdep.h (i386bsd_init_abi): New prototype.
1804 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1805 function declaration.
1806 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1807 for NetBSD-a.out or NetBSD-ELF.
1808 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1809 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1810 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1811 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1812 and nbsd-tdep.h.
1813 (i386nbsd_pc_in_sigtramp): New function.
1814 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1815 i386nbsd_pc_in_sigtramp.
1816 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1817 and i386nbsdelf_init_abi OS ABI handlers.
1818 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1819 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1820
1821 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1822
1823 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1824 registers if the target really has them.
1825
1826 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1827
1828 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1829 than nbsd-tdep.h.
1830
1831 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1832
1833 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1834 list.
1835 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1836 (alphanbsd_skip_sigtramp_frame): New functions.
1837 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1838 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1839 to alphanbsd_sigcontext_addr.
1840
1841 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1842
1843 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1844 list.
1845 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1846 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1847 nbsd_pc_in_sigtramp.
1848 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1849 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1850 * nbsd-tdep.c: Include gdb_string.h.
1851 (nbsd_pc_in_sigtramp): New function.
1852 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1853 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1854 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1855 ppcnbsd_pc_in_sigtramp.
1856 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1857 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1858 shnbsd_pc_in_sigtramp.
1859 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1860 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1861 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1862
1863 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1864
1865 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1866 watchpoints to NULL.
1867 (insert_breakpoints): set val field of watchpoints if NULL.
1868
1869
1870 2002-08-29 Jim Blandy <jimb@redhat.com>
1871
1872 * symtab.c (lookup_symbol_aux): In the cases where we find a
1873 minimal symbol of an appropriate name and use its address to
1874 select a symtab to read and search, use `name' (as passed to us)
1875 as the demangled name when searching the symtab's global and
1876 static blocks, not the minsym's name.
1877
1878 2002-08-29 Keith Seitz <keiths@redhat.com>
1879
1880 * stack.c (print_frame_info_base): Always set current_source_symtab
1881 and current_source_line.
1882
1883 2002-08-29 Donn Terry <donnte@microsoft.com>
1884
1885 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1886
1887 2002-08-28 Keith Seitz <keiths@redhat.com>
1888
1889 * stack.c (select_frame): Add FIXME concerning selected-frame
1890 events.
1891 (select_frame_command): Send selected-frame-level-changed
1892 event notification, but only if the level actually changed.
1893 (up_silently_base): Add selected-frame-level-changed event
1894 notification.
1895 (down_silently_base): Likewise.
1896
1897 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1898
1899 * Makefile.in: Update dependencies for all gdb/*.c files.
1900
1901 2002-08-27 Tom Tromey <tromey@redhat.com>
1902
1903 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1904 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1905 Update dependencies.
1906 * i387-tdep.c: Include gdb_string.h.
1907 * osabi.c: Likewise.
1908 * i386-linux-nat.c: Likewise.
1909 * lin-lwp.c: Likewise.
1910 * ax-gdb.c: Likewise.
1911 * signals/signals.c: Likewise.
1912 * jv-valprint.c: Likewise.
1913 * p-lang.c: Likewise.
1914 * c-valprint.c: Likewise.
1915 * cp-abi.c: Likewise.
1916
1917 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1918
1919 * cli/cli-script.h (copy_command_lines): Export.
1920 * breakpoint.c: Include cli/cli-script.h.
1921 * Makefile.in (breakpoint.o): Update dependencies.
1922
1923 2002-08-26 Michael Snyder <msnyder@redhat.com>
1924
1925 * breakpoint.c (insert_breakpoints): Protect all references
1926 to 'process_warning'. Shorten long lines.
1927
1928 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1929
1930 * cli/cli-script.c (copy_command_lines): New function.
1931 * defs.h (copy_command_lines): Export.
1932 * testsuite/gdb.base/commands.exp: New tests for commands
1933 attached to a temporary breakpoint, and for commands that
1934 delete the breakpoint they are attached to.
1935
1936 2002-08-26 Michael Snyder <msnyder@redhat.com>
1937
1938 * breakpoint.c (bpstat_stop_status): Instead of copying the
1939 pointer to the breakpoint commands struct, make a new copy
1940 of the struct and point to that.
1941 (bpstat_clear): Free the commands struct.
1942 (bpstat_clear_actions): Free the commands struct.
1943 (bpstat_do_actions): Free the command actions. Also execute
1944 the local cleanups, instead of deleting them.
1945 (delete_breakpoint): Leave the commands field of the bpstat
1946 chain alone -- it will be freed later.
1947
1948 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1949
1950 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1951 deleted in 2002-08-20 commit. This function is still used by
1952 ppc-linux-nat.c.
1953
1954 2002-08-26 Keith Seitz <keiths@redhat.com>
1955
1956 * gdb-events.sh: Add selected-frame-level-changed event.
1957 * gdb-events.c: Regenerated.
1958 * gdb-events.h: Regenerated.
1959
1960 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1961
1962 Fix PR gdb/393:
1963 * inflow.c (terminal_save_ours): New function to save terminal
1964 settings.
1965 * inferior.h (terminal_save_ours): Declare.
1966 * target.c (debug_to_terminal_save_ours): New function.
1967 (cleanup_target): Defaults to_terminal_save_ours.
1968 (update_current_target): Inherit to_terminal_save_ours.
1969 (setup_target_debug): Set to_terminal_save_ours.
1970 * target.h (target_terminal_save_ours): New to save terminal settings.
1971 (target_ops): New member to_terminal_save_ours.
1972 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1973 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1974 * inftarg.c (init_child_ops): Likewise.
1975 * m3-nat.c (init_m3_ops): Likewise.
1976 * procfs.c (init_procfs_ops): Likewise.
1977 * wince.c (init_child_ops): Likewise.
1978 * win32-nat.c (init_child_ops): Likewise.
1979 * sol-thread.c (init_sol_thread_ops): Likewise.
1980
1981 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1982
1983 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1984 use regcache_* functions.
1985 (i386_gdbarch_init): Set store_return_value instead of
1986 deprecated_store_return_value.
1987
1988 * regcache.c (regcache_raw_write_signed,
1989 regcache_raw_write_unsigned): New functions.
1990 * regcache.h (regcache_raw_write_signed,
1991 regcache_raw_write_unsigned): New prototypes.
1992
1993 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1994
1995 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1996 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1997 source file dependencies. Cleanup corresponding generator rules.
1998
1999 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2000
2001 * regcache.h (register_offset_hack): Declare.
2002 (regcache_cooked_read_using_offset_hack): Declare.
2003 (regcache_cooked_write_using_offset_hack): Declare.
2004
2005 * regcache.c (register_offset_hack): New function.
2006 (regcache_cooked_read_using_offset_hack): New function.
2007 (regcache_cooked_write_using_offset_hack): New function.
2008 (regcache_dump): Check that the registers, according to their
2009 offset, are packed hard against each other.
2010 (cooked_xfer_using_offset_hack): New function.
2011
2012 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2013
2014 * regcache.c (struct regcache_descr): Add field register_type.
2015 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2016 in as a parameter
2017 (init_regcache_descr): Initialize register_type. Pass the descr
2018 to init_legacy_regcache_descr. Use register_type instead of
2019 REGISTER_VIRTUAL_TYPE.
2020 (register_type): New function.
2021 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2022 * regcache.h (register_type): Declare.
2023
2024 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2025
2026 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2027 instead of deprecated_store_return_value. Fix fallout from
2028 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2029
2030 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2031
2032 * regcache.c (max_register_size): New function.
2033 (init_legacy_regcache_descr): Ensure that max_register_size is
2034 large enough for REGISTER_VIRTUAL_SIZE.
2035 * regcache.h (max_register_size): Declare.
2036
2037 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2038
2039 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2040 store_return_value.
2041 (e500_extract_return_value): Change type of valbuf pointer to
2042 void.
2043
2044 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2045
2046 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2047 workaround.
2048
2049 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2050 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2051 long long) to prevent compiler warning on 64-bit systems.
2052
2053 2002-08-23 Andrew Cagney <cagney@redhat.com>
2054
2055 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2056 (DEPRECATED_STORE_RETURN_VALUE): New method.
2057 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2058 * gdbarch.h, gdbarch.c: Re-generate.
2059
2060 * values.c (set_return_value): Pass current_regcache to
2061 STORE_RETURN_VALUE.
2062 * arch-utils.h (legacy_store_return_value): Declare.
2063 * arch-utils.c (legacy_store_return_value): New function.
2064 (legacy_extract_return_value): Update parameters.
2065
2066 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2067 STORE_RETURN_VALUE.
2068 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2069 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2070 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2071 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2072 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2073 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2074 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2075 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2076 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2077 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2078
2079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2080 * i386-tdep.c (i386_extract_return_value): Update.
2081 * arch-utils.c (legacy_extract_return_value): Update.
2082 * frv-tdep.c (frv_gdbarch_init): Update.
2083 * cris-tdep.c (cris_gdbarch_init): Update.
2084 * d10v-tdep.c (d10v_gdbarch_init): Update.
2085 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2086 * m68k-tdep.c (m68k_gdbarch_init): Update.
2087 * mcore-tdep.c (mcore_gdbarch_init): Update.
2088 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2089 * s390-tdep.c (s390_gdbarch_init): Update.
2090 * sparc-tdep.c (sparc_gdbarch_init): Update.
2091 * sh-tdep.c (sh_gdbarch_init): Update.
2092 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2093 * v850-tdep.c (v850_gdbarch_init): Update.
2094 * avr-tdep.c (avr_gdbarch_init): Update.
2095 * ia64-tdep.c (ia64_gdbarch_init): Update.
2096 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2097 * vax-tdep.c (vax_gdbarch_init): Update.
2098 * alpha-tdep.c (alpha_gdbarch_init): Update.
2099 * arm-tdep.c (arm_gdbarch_init): Update.
2100 * mips-tdep.c (mips_gdbarch_init): Update.
2101 * i386-tdep.c (i386_gdbarch_init): Update.
2102
2103 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2104
2105 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2106 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2107
2108 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2109
2110 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2111 problems.
2112
2113 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2114
2115 * infrun.c (handle_inferior_event): Move a comment outside of a
2116 function call, in order to avoid indent reformatting this part
2117 of the code in an unreadable way.
2118
2119 2002-08-23 Grace Sainsbury <graces@redhat.com>
2120
2121 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2122 when breakpoints fail. Move general breakpoint error messages to
2123 insert_breakpoints.
2124 * breakpoint.c (insert_breakpoints): Change warnings when
2125 breakpoints are nto inserted to specify the type. Remove call to
2126 memory_error when hardware breakpoints can't be inserted. Remove
2127 multiple calls to warning so all messages are sent to the user at
2128 once.
2129 (delete_breakpoints): Make insert error messsages more explicit.
2130
2131 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2132
2133 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2134 gdbserver/ChangeLog.
2135
2136 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2137
2138 * i386-tdep.c: Include "objfiles.h".
2139 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2140 skip_trampoline_code.
2141 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2142 (CPLUS_MARKER): Define to '.'.
2143
2144 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2145 member.
2146 (linux_corefile_thread_callback): Increase args->num_notes.
2147 (linux_make_note_section): Initialize thread_args.num_notes, and
2148 use it to determine whether notes for any threads were created.
2149
2150 2002-08-23 Donn Terry <donnte@microsoft.com>
2151
2152 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2153 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2154 and PCUNKILL.
2155 (write_with_trace): Conditionalize out the switch branch handling
2156 PCSHOLD if the corresponding macro is not defined. Likewise for
2157 PRSABORT and PRSTOP.
2158 This change will be needed by the Interix port.
2159
2160 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2161
2162 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2163 write_register wherever possible instead of manipulating the
2164 register bytes directly.
2165 Assign VALUE_CONTENTS to a variable and use that.
2166 The GPR numbers are now dependent on the architecture.
2167
2168 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2169
2170 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2171 ev_offset fields.
2172 (skip_prologue): Add support for BookE/e500 instructions.
2173 (e500_extract_return_value): New function.
2174 (frame_get_saved_regs): Add support for saving ev registers and
2175 pseudo gpr's.
2176 (e500_store_return_value): New function.
2177 (rs6000_gdbarch_init): Move up default intializations of
2178 deprecated_extract_return_value and store_return_value. Overwrite
2179 init of store_return_value with e500 specific version.
2180 Set extract_return_value for e500.
2181
2182 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2183
2184 * blockframe.c (generic_call_dummy_register_unwind): Use
2185 regcache_cooked_read to catch cases in which the variable is
2186 stored in a pseudo register.
2187
2188 2002-08-22 Andrew Cagney <cagney@redhat.com>
2189
2190 * NEWS: Mention that the i960 has been made obsolete.
2191 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2192 i960-tdep.c
2193 (remote-nrom.o): Obsolete target.
2194 (remote-nindy.o, i960-tdep.o): Ditto.
2195 * remote-nrom.c: Make file obsolete.
2196 * remote-nindy.c, remote-vx960.c: Ditto.
2197 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2198 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2199 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2200 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2201 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2202 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2203 i960-*-vxworks* obsolete.
2204 * MAINTAINERS: Note that the i960 is obsolete.
2205
2206 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2207
2208 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2209 detach to allow reinitialization.
2210
2211 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2212
2213 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2214 attempt).
2215
2216 2002-08-22 Jim Blandy <jimb@redhat.com>
2217
2218 * coffread.c (coff_symfile_read): Don't try to read the line
2219 number table from disk if the image file doesn't have a symbol
2220 table; we'll never actually look at the info anyway, and Windows
2221 ships DLL's with bogus file offsets for the line number data.
2222
2223 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2224
2225 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2226 an e500 executable.
2227
2228 2002-08-21 Michael Snyder <msnyder@redhat.com>
2229
2230 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2231 (MSYMBOL_SIZE): Replace macro with function.
2232 (DEFAULT_MIPS_TYPE): Delete unused macro.
2233 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2234 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2235
2236 2002-08-21 Jim Blandy <jimb@redhat.com>
2237
2238 * valops.c (value_cast): Simplify and correct logic for doing a
2239 static cast from a pointer to a base class to a pointer to a
2240 derived class.
2241
2242 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2243
2244 * infcmd.c (default_print_registers_info): Replace
2245 do_registers_info.
2246 (registers_info): Use gdbarch_print_registers_info instead of
2247 DO_REGISTERS_INFO.
2248 * inferior.h (default_print_registers_info): Replace
2249 do_registers_info.
2250 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2251 (DO_REGISTERS_INFO): Change to a predicate function.
2252 * gdbarch.h, gdbarch.c: Regenerate.
2253
2254 2002-08-21 Keith Seitz <keiths@redhat.com>
2255
2256 * gdb-events.sh: Add target-changed event.
2257 * gdb-events.c: Regenerated.
2258 * gdb-events.c: Regenerated.
2259 * valops.c (value_assign): Add target-changed event notification
2260 to inlval_register, lval_memory, and lval_reg_frame_relative.
2261
2262 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2263
2264 * NEWS: Add an entry regarding the improvement of the next/step
2265 operation on Alpha Tru64 multi-processor machines.
2266
2267 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2268
2269 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2270 directores.
2271 * Makefile.in: Update all _h macro definitions.
2272 * Makefile.in (install-gdbtk): Move to install section.
2273 (rdi-share/libangsd.a): Move to end of file.
2274
2275 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2276
2277 * frame.c (frame_register_unwind): When a register, set addrp to
2278 the register's byte.
2279
2280 2002-08-20 Michael Snyder <msnyder@redhat.com>
2281
2282 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2283 used locally, so move them from the target machine header to here.
2284 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2285 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2286 Make static.
2287 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2288
2289 2002-08-20 Andrew Cagney <cagney@redhat.com>
2290
2291 * NEWS: Mention that the Apollo line was made obsolete.
2292 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2293 m68*-hp-hpux* obsolete.
2294 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2295 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2296 * buildsym.c (make_blockvector): Make static.
2297 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2298 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2299 (ALLDEPFILES): Remove dstread.c.
2300 (dstread.o): Obsolete make rule.
2301 * dstread.c: Makefile obsolete.
2302 * dst.h: Ditto.
2303 * config/m68k/hp300hpux.mt: Ditto.
2304 * config/m68k/hp300hpux.mh: Ditto.
2305 * config/m68k/hp300bsd.mt: Ditto.
2306 * config/m68k/hp300bsd.mh: Ditto.
2307 * config/m68k/apollo68b.mt: Ditto.
2308 * config/m68k/apollo68v.mh: Ditto.
2309 * config/m68k/apollo68b.mh: Ditto.
2310
2311 2002-08-20 Michael Snyder <msnyder@redhat.com>
2312
2313 * mips-tdep.c (mips_in_return_stub): Make static.
2314 (mips_gdbarch_init): Set in_solib_return_trampoline.
2315 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2316
2317 2002-08-20 Michael Snyder <msnyder@redhat.com>
2318
2319 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2320 * gdbarch.c, gdbarch.h: Regenerate.
2321 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2322 Add.
2323 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2324
2325 2002-08-20 Michael Snyder <msnyder@redhat.com>
2326
2327 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2328 (mips_gdbarch_init): Set skip_trampoline_code,
2329 in_solib_call_trampoline.
2330 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2331 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2332
2333 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2334
2335 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2336
2337 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2338 vector type for ev registers.
2339 (e500_pseudo_register_read): New function.
2340 (e500_pseudo_register_write): New function.
2341 (e500_dwarf2_reg_to_regnum): New function.
2342 (PPC_UISA_NOFP_SPRS): New macro.
2343 (PPC_EV_REGS): New macro.
2344 (PPC_GPRS_PSEUDO_REGS): New macro.
2345 (registers_e500): New register set for e500.
2346 (variants): Add e500 variant.
2347 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2348 before setting architectural dependent variations. Initialize ev
2349 registers numbers. Add case for e500 architecture. Set the
2350 number of pseudo registers.
2351
2352 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2353
2354 * rs6000-tdep.c: Clean up comments.
2355
2356 2002-08-20 Andrew Cagney <cagney@redhat.com>
2357
2358 * h8300-tdep.c: Re-indent file.
2359
2360 2002-08-20 Jim Blandy <jimb@redhat.com>
2361
2362 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2363 default for this.
2364
2365 2002-08-20 Keith Seitz <keiths@redhat.com>
2366
2367 * breakpoints.c (watch_command_1): Use internal breakpoint
2368 when setting a watchpoint_scope breakpoint.
2369
2370 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2371
2372 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2373 (build_builtin_type_vec64i): Ditto.
2374 (build_builtin_type_vec128): Ditto.
2375 (build_builtin_type_vec128i): Ditto.
2376
2377 2002-08-19 Michael Snyder <msnyder@redhat.com>
2378
2379 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2380 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2381 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2382 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2383 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2384 CALL_DUMMY_ADDRESS): Delete.
2385 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2386 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2387 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2388 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2389 push_return_address.
2390 (mips_register_raw_size, mips_eabi_use_struct_convention,
2391 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2392 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2393 mips_init_extra_frame_info, mips_eabi_push_arguments,
2394 mips_n32n64_push_arguments, mips_push_return_address,
2395 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2396 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2397
2398 2002-08-19 Michael Snyder <msnyder@redhat.com>
2399
2400 * mips-tdep.c (mips_frame_num_args): New function.
2401 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2402 frame_saved_pc, frame_args_address, frame_locals_address,
2403 frame_num_args, and frame_args_skip.
2404 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2405 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2406 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2407 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2408
2409 2002-08-20 Michael Snyder <msnyder@redhat.com>
2410
2411 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2412 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2413 * mips-tdep.c (mips_store_struct_return): New function.
2414 (mips_extract_struct_value_address): New function.
2415 (mips_gdbarch_init): Set store_struct_return and
2416 extract_struct_value_address.
2417
2418 2002-08-20 David Carlton <carlton@math.stanford.edu>
2419
2420 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2421 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2422 (read_file_scope): Check that line_header is nonzero before
2423 decoding macro information.
2424
2425 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2426
2427 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2428 flag the general-purpose registers as floating-point on targets
2429 that don't support the floating-point registers.
2430
2431 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2432
2433 * rs6000-tdep.c (altivec_register_p): Delete.
2434 (rs6000_do_altivec_registers): Delete.
2435 (rs6000_altivec_registers_info): Delete.
2436 (rs6000_do_registers_info): Delete.
2437 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2438 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2439
2440 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2441
2442 * infcmd.c (do_registers_info): Print vector registers in hex
2443 format only.
2444 (print_vector_info): Check that printing registers
2445 makes sense.
2446 (print_float_info): Ditto.
2447
2448 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2449
2450 * mips-tdep.c (mips_gdbarch_init): Update.
2451 (mips_o32_extract_return_value): Rewrite.
2452 (mips_o32_store_return_value): Rewrite.
2453 (mips_o32_xfer_return_value): New function.
2454 (mips_xfer_register): Tweak debug print message. Allow for
2455 buf_offset when dumping the value transfered.
2456
2457 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2458
2459 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2460 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2461 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2462 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2463 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2464
2465 2002-08-14 Michael Snyder <msnyder@redhat.com>
2466
2467 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2468
2469 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2470
2471 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2472 register.
2473 (P): New macro to define a register as a pseudo register.
2474 (R, R4, R8, R16, FR32, R64, R0): Updated.
2475 (struct variant): Add new fields for number of pseudo registers
2476 and number of total registers.
2477 (tot_num_registers): New macro replacing....
2478 (num_registers): ...deleted macro.
2479 (num_registers): New function.
2480 (num_pseudo_registers): New function.
2481 (variants): Update all variants to intialize new fields correctly.
2482 Postpone initialization of number of pseudo regs and real regs.
2483 (init_variants): New function.
2484 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2485 registers offsets.
2486
2487 2002-08-19 David Carlton <carlton@math.stanford.edu>
2488
2489 * valops.c (search_struct_field): Change error message to treat
2490 return value of 0 from value_static_field as meaning that field is
2491 optimized out.
2492 (value_struct_elt_for_reference): Ditto.
2493 * values.c (value_static_field): Treat an unresolved location the
2494 same as a nonexistent symbol. Fix PR gdb/635.
2495 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2496 enclosed. Fix PR gdb/574.
2497 * MAINTAINERS: Add self to Write After Approval list.
2498
2499 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2500
2501 * mips-tdep.c (mips_xfer_register): New function.
2502 (mips_n32n64_extract_return_value): Rewrite.
2503 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2504 instead of deprecated_extract_return_value.
2505
2506 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2507
2508 * rs6000-tdep.c (TDEP): Delete macro.
2509 (branch_dest): Replace use of TDEP macro with its body.
2510 (rs6000_pop_frame): Ditto.
2511 (rs6000_push_arguments): Ditto.
2512 (rs6000_skip_trampoline_code): Ditto.
2513 (rs6000_frame_saved_pc): Ditto.
2514 (rs6000_frame_chain): Ditto.
2515 (rs6000_register_name): Ditto.
2516 (rs6000_register_byte): Ditto.
2517 (rs6000_register_raw_size): Ditto.
2518 (rs6000_register_virtual_type): Ditto.
2519 (rs6000_register_convertible): Ditto.
2520 (rs6000_convert_from_func_ptr_addr): Ditto.
2521
2522 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2523
2524 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2525 conditionally.
2526 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2527 MIPS_LINUX_JB_ELEMENT_SIZE.
2528 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2529 for MAX_REGISTER_RAW_SIZE arrays.
2530 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2531 MIPS_LINUX_JB_ELEMENT_SIZE.
2532
2533 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2534
2535 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2536
2537 2002-08-19 Aidan Skinner <aidan@velvet.net>
2538
2539 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2540 ada-valprint.c ada-tasks.c.
2541 (YYFILES): Add ada-exp.y.
2542 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2543 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2544 (ada-exp.tab.o): New target.
2545
2546 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2547
2548 * regcache.c (regcache_xfer_part): New function.
2549 (regcache_raw_read_part): New function.
2550 (regcache_raw_write_part): New function.
2551 (regcache_cooked_read_part): New function.
2552 (regcache_cooked_write_part): New function.
2553 * regcache.h (regcache_raw_read_part): Declare.
2554 (regcache_raw_write_part): Declare.
2555 (regcache_cooked_read_part): Declare.
2556 (regcache_cooked_write_part): Declare.
2557
2558 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2559
2560 * remote.c (remote_open_1): Add async_p.
2561 (remote_async_open_1): Delete.
2562 (open_remote_target): Delete.
2563 (remote_open, extended_remote_open): Update calls to remote_open_1.
2564 (remote_async_open, extended_remote_async_open): Call
2565 remote_open_1 instead of remote_async_open_1.
2566
2567 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2568
2569 * blockframe.c: Fix a few coding standard violations.
2570
2571 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2572
2573 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2574 here from ...
2575 * config/i386/tm-i386sco5.h: ... here. File removed.
2576 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2577
2578 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2579 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2580 (TM_FILE): Set to tm-i386.h.
2581 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2582 * config/i386/tm-i386v.h: Remove file.
2583 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2584 instead of "i386/tm-i386v.h".
2585 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2586 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2587 "i386/tm-i386v.h".
2588 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2589 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2590 "i386/tm-i386.h".
2591
2592 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2593
2594 * config/i386/nm-i386v.h: Add protection against
2595 multiple-inclusion.
2596 (i386_register_u_addr): Remove prototype.
2597 (register_u_addr): New prototype.
2598 (REGISTER_U_ADDR): Redefine accordingly.
2599 * i386v-nat.c: Improve several comments.
2600 (i386_register_u_addr): Change signature and rename to
2601 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2602 ubase variable.
2603
2604 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2605
2606 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2607 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2608 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2609 deprecated_extract_return_value.
2610 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2611 rename mips_o32o64_push_arguments.
2612 (mips_gdbarch_init): Update.
2613 (mips_extract_return_value): Delete.
2614 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2615 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2616 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2617 (mips_n32n64_extract_return_value): Clone
2618 mips_extract_return_value.
2619 (mips_store_return_value): Delete.
2620 (mips_o32_store_return_value): Clone mips_store_return_value.
2621 (mips_o64_store_return_value): Clone mips_store_return_value.
2622 (mips_eabi_store_return_value): Clone mips_store_return_value.
2623 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2624
2625 2002-08-18 Aidan Skinner <aidan@velvet.net>
2626
2627 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2628 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2629
2630 2002-08-18 Aidan Skinner <aidan@velvet.net>
2631
2632 * ada-lang.c: Run through gdb_indent.sh.
2633 * ada-lang.h: Run through gdb_indent.sh.
2634 * ada-tasks.c: Run through gdb_indent.sh.
2635 * ada-typeprint.c: Run through gdb_indent.sh.
2636 * ada-valprint.c: Run through gdb_indent.sh.
2637
2638 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2639
2640 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2641 ABI.
2642
2643 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2644
2645 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2646
2647 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2648 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2649
2650 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2651 write_register_gen instead of write_register_bytes.
2652
2653 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2654 i[3456]-*-osf1mk* configurations have been made obsolete.
2655 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2656 i[3456]86-*-osf1mk* hosts obsolete.
2657 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2658 targets obsolete.
2659 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2660 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2661 config/i386/i386m3.mt, config/i386/nm-m3.h,
2662 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2663 config/i386/i386mk.mh, config/i386/i386mk.mt,
2664 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2665 obsolete.
2666 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2667 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2668 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2669
2670 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2671
2672 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2673 (hppa_value_returned_from_stack): Declare.
2674 (hppa_extract_return_value): Declare.
2675 * config/pa/hppa.mt: New file.
2676 * configure.tgt: Recognize hppa*-*-*.
2677 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2678
2679 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2680
2681 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2682 comment.
2683
2684 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2685
2686 * top.c (gdb_rl_operate_and_get_next): Make sure
2687 operate-and-get-next functions correctly even when the history
2688 list is completely filled.
2689
2690 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2691
2692 * MAINTAINERS (Target Instruction Set Architectures): Rename
2693 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2694 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2695 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2696 already listed under Host/Native.
2697
2698 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2699 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2700 mips*-*-*.
2701
2702 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2703
2704 * config/ia64/ia64.mt: New file.
2705 * config/alpha/alpha.mt: New file.
2706 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2707 ia64-linux-gnu. Mention that ia64-elf is broken.
2708 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2709
2710 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2711
2712 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2713 generic_func_frame_valid instead of func_frame_valid.
2714
2715 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2716
2717 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2718 procfs appears to be broken when debugging on multi-processor
2719 machines. So enable software single stepping in order to avoid
2720 using the procfs interface to do next/step operations, using
2721 internal breakpoints instead.
2722
2723 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2724 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2725 make this pc address equal to the value it would have if the
2726 system stepping capability was used. Also set a new flag used
2727 to ensure that we don't readjust the PC one more time later.
2728
2729 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2730 address by DECR_PC_AFTER_BREAK when software single step is
2731 in use for this architecture, as this has already been taken
2732 care of in handle_inferior_event().
2733
2734 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2735
2736 * infrun.c (handle_inferior_event): Minor reformatting, to make
2737 a rather long condition expression easier to read.
2738
2739 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2740
2741 * Makefile.in (gdbtk.o): Move to end of file.
2742 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2743 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2744 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2745 (gdbtk-wrapper.o, gdbres.o): Ditto.
2746
2747 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2748
2749 * Makefile.in (copying.o): Separate out compile rule.
2750 (hpux-thread.o, procfs.o, signals.o): Ditto.
2751 (v850ice.o, z8k-tdep.o): Ditto.
2752 (tui-file.o): Move to TUI section.
2753 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2754 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2755
2756 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2757
2758 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2759 skip_trampoline_code, for better namespace-proofing.
2760
2761 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2762
2763 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2764
2765 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2766
2767 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2768
2769 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2770 signal, check whether we hit a breakpoint before checking for a
2771 single step breakpoint. Otherwise, GDB fails to notice that a
2772 breakpoint has been hit when stepping onto a breakpoint.
2773
2774 2002-08-16 Keith Seitz <keiths@redhat.com>
2775
2776 * gdb-events.sh (clear_gdb_event_hooks): New function.
2777 * gdb-events.c: Regenerate.
2778 * gdb-events.h: Regenerate.
2779
2780 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2781
2782 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2783 not_a_sw_breakpoint.
2784 * breakpoint.h (bpstat_stop_status): Add parameter names.
2785
2786 2002-08-16 Grace Sainsbury <graces@redhat.com>
2787
2788 * remote.c (remote_insert_hw_breakpoint)
2789 (remote_remove_hw_breakpoint): Fix calculation of length field
2790 for Z-packet.
2791
2792 2002-08-15 Michael Snyder <msnyder@redhat.com>
2793
2794 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2795 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2796 (supply_fpregset): Ditto.
2797
2798 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2799 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2800 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2801 (TARGET_READ_SP): Delete.
2802 (DO_REGISTERS_INFO): Delete.
2803 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2804 Delete.
2805 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2806 from macros to functions.
2807
2808 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2809 (mips_register_convertible, mips_register_convert_to_virtual,
2810 mips_register_convert_to_raw): Make static.
2811 (mips_read_sp): New function.
2812 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2813 (mips_do_registers_info): Make static.
2814 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2815 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2816 (mips_register_convert_from_type, mips_register_convert_to_type):
2817 New functions.
2818 (mips_gdbarch_init): Set up function_start_offset,
2819 register_virtual_size, pc_in_sigtramp.
2820
2821 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2822
2823 * infcmd.c (vector_info): New function.
2824 (_initialize_infcmd): Add command "info vector".
2825 (print_vector_info): New function.
2826
2827 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2828 * gdbarch.h, gdbarch.c: Regenerate.
2829
2830 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2831
2832 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2833 ``print_all''. Only print vector registers when ``print_all''.
2834
2835 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2836
2837 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2838 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2839
2840 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2841 Add `args' parameter.
2842 * gdbarch.h, gdbarch.c: Regenerate.
2843
2844 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2845
2846 * infcmd.c (float_info): Call print_float_info.
2847 (print_float_info): New function. By default, print the
2848 floating-point registers.
2849
2850 * arch-utils.h (default_print_float_info): Delete declaration.
2851 * arch-utils.c (default_print_float_info): Delete function.
2852
2853 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2854
2855 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2856 out define.
2857
2858 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2859 FRAME.
2860
2861 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2862 * configure.host: Make i[3456]86-*-aix host obsolete.
2863 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2864 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2865 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2866 config/i386/xm-i386aix.h: Make files obsolete.
2867 * i386aix-nat.c: Make file obsolete.
2868 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2869 (i386aix-nat.o): Make target obsolete.
2870
2871 * config/i386/nm-gnu.h: Removed.
2872 * config/i386/nm-i386gnu.h: New file.
2873 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2874 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2875 Moved here from ...
2876 * config/i386/tm-i386gnu.h: ... here. Removed.
2877 * config/i386/xm-i386gnu.h: Removed.
2878 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2879 (NAT_FILE): Set to nm-i386gnu.h.
2880 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2881 * i386-tdep.c: New file.
2882 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2883 (i386gnu-tdep.o): Specify dependencies.
2884
2885 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2886
2887 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2888 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2889 Adjust a few comments to reflect reality a bit closer.
2890 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2891 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2892 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2893 target_insert_watchpoint, target_remove_watchpoint):
2894 Move defines to ...
2895 * config/i386/nm-i386sco5.h: ... here.
2896 (kernel_u_size): Add prototype. Improve a few comments and add
2897 protection against multiple inclusion.
2898
2899 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2900 out define.
2901
2902 * uw-thread.c (SP_ARG0): Define if not already defined.
2903 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2904
2905 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2906
2907 * config/i386/tm-i386.h: Don't include "regcache.h".
2908
2909 * i387-tdep.h (i387_print_float_info): New prototype.
2910 * i387-tdep.c (print_i387_value, print_i387_ext,
2911 print_i387_status_word, print_i387_control_word): Add `struct
2912 ui_file *' argument and use it for output.
2913 (i387_print_float_info): Renamed from i387_float_info. Add
2914 `struct gdbarch *' and `struct ui_file *' arguments and use the
2915 latter for output.
2916 * i386-tdep.c: Include "i387-tdep.h".
2917 (i386_gdbarch_init): Set print_float_info.
2918 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2919 (FLOAT_INFO): Remove define.
2920
2921 2002-08-13 Michael Snyder <msnyder@redhat.com>
2922
2923 * mips-tdep.c (mips_push_arguments): Rename to
2924 mips_eabi_push_arguments, and tune for EABI.
2925 (MIPS_REGS_HAVE_HOME_P): Delete.
2926 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2927 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2928 Delete references to mips_regs_have_home_p.
2929
2930 2002-08-14 Keith Seitz <keiths@redhat.com>
2931
2932 * Makefile.in (install-gdbtk): Create insight plugin directory.
2933 Install plugins.tcl file.
2934
2935 2002-08-14 Keith Seitz <keiths@redhat.com>
2936
2937 * configure.in: Move SUBDIRS to near top of the file so that
2938 --enable options may add things to it.
2939 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2940 * configure: Regenerate.
2941
2942 2002-08-13 Michael Snyder <msnyder@redhat.com>
2943
2944 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2945 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2946 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2947
2948 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2949
2950 * vax-tdep.c (vax_get_saved_register): Delete function.
2951 (vax_gdbarch_init): Update.
2952 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2953 (ns32k_gdbarch_init): Update.
2954 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2955 (alpha_gdbarch_init): Update.
2956
2957 2002-08-13 Andrew Cagney <cagney@redhat.com>
2958
2959 * regcache.c (init_regcache_descr): Overallocate the
2960 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2961 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2962 nr_raw_registers.
2963 (set_register_cached): Add range checking assertions. Use
2964 current_regcache.
2965
2966 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2967
2968 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2969 numbers for MMX registers.
2970
2971 2002-08-13 Andrew Cagney <cagney@redhat.com>
2972
2973 * i386-tdep.c (i386_gdbarch_init): Use
2974 generic_unwind_get_saved_register.
2975
2976 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2977
2978 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2979 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2980 target vector.
2981 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2982 Delete. Add comment regarding this now-deleted target method.
2983
2984 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2985
2986 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2987 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2988 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2989 real PC and the page number (if it's within the memory bank window).
2990 (m68hc11_pseudo_register_write): Likewise when saving.
2991 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2992 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2993 (m68hc11_register_raw_size): And use 32-bit for it.
2994 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2995 16K memory bank is used by the prog; also use the virtual pc.
2996
2997 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2998
2999 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3000 (m68hc11_gdbarch_init): Install it in gdbarch.
3001 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3002 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3003 (MSYMBOL_SIZE): New for documentation.
3004 (insn_return_kind): Enum to specify how a function returns.
3005 (frame_extra_info): Cleanup and record the return mode.
3006 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3007 register in address computation.
3008 (m68hc11_get_return_insn): New to obtain the return instruction used
3009 by the function.
3010 (m68hc11_frame_init_saved_regs): Take into account the return
3011 instruction used by the function for far and interrupt functions.
3012 (m68hc11_init_extra_frame_info): Take into account page register.
3013 (m68hc11_frame_args_address): Adjust according to the return mode.
3014 (show_regs): Print page register only when it's used.
3015
3016 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3017
3018 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3019 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3020 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3021 registers.
3022 (m68hc11_register_raw_size): Likewise.
3023
3024 2002-08-13 Andrew Cagney <cagney@redhat.com>
3025
3026 * i386-tdep.c (i386_register_name): Handle mmx registers.
3027 (mmx_regnum_p): New function.
3028 (i386_mmx_names): New array.
3029 (mmx_num_regs): New variable.
3030 (i386_pseudo_register_read): New function.
3031 (i386_pseudo_register_write): New function.
3032 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3033
3034 * regcache.c (regcache_raw_read_unsigned): New function.
3035 (regcache_raw_read_signed): New function.
3036 * regcache.h (regcache_raw_read_unsigned): Declare.
3037 (regcache_raw_read_signed): Declare.
3038
3039 2002-08-13 Andrew Cagney <cagney@redhat.com>
3040
3041 * regcache.c (regcache_raw_read_as_address): Delete function.
3042 (regcache_cooked_read_signed): New function.
3043 (regcache_cooked_read_unsigned): New function.
3044 * regcache.h (regcache_cooked_read_signed): Declare.
3045 (regcache_cooked_read_unsigned): Declare.
3046 (regcache_raw_read_as_address): Delete declaration.
3047
3048 * blockframe.c (generic_read_register_dummy): Use
3049 regcache_cooked_read_unsigned.
3050 * i386-tdep.c (i386_extract_struct_value_address): Use
3051 regcache_cooked_read_unsigned.
3052
3053 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3054
3055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3056 double sizes according to ELF ABI flags.
3057 (gdbarch_tdep): Record elf_flags.
3058
3059 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3060
3061 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3062 (m6812_prolog): They can appear in 68HC12 function prologue.
3063 (m68hc11_frame_chain): Cleanup.
3064
3065 2002-08-12 Andrew Cagney <cagney@redhat.com>
3066
3067 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3068 declarations.
3069 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3070 (i386_linux_register_raw_size): Delete function.
3071 (i386_linux_init_abi): Update.
3072 * i386-tdep.c (i386_register_raw_size): Delete function.
3073 (i386_register_byte): Delete function.
3074 (i386_gdbarch_init): Update.
3075 (i386_register_size): Delete array.
3076 (i386_register_offset): Delete array.
3077
3078 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3079 (REGISTER_RAW_SIZE): Delete macro.
3080 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3081 (REGISTER_BYTE): Delete macro.
3082
3083 2002-08-11 Aidan Skinner <aidan@velvet.net>
3084
3085 * ada-lang.c (ada_lookup_partial_symbol)
3086 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3087 prototype names so that grep ^func works properly.
3088
3089 * ada-lang.c (ada_array_element_type)
3090 (ada_lookup_partial_symbol): Fix typos in parameter list.
3091
3092 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3093 Fix prototype names so that grep ^func works properly.
3094
3095 2002-08-10 Andrew Cagney <cagney@redhat.com>
3096 Elena Zannoni <ezannoni@redhat.com>
3097 Martin M. Hunt <hunt@redhat.com>
3098
3099 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3100 (build_builtin_type_vec128i): Set the vector bit.
3101 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3102 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3103 (build_builtin_type_vec64): New function.
3104 (build_builtin_type_vec64i): New function.
3105 (build_gdbtypes): Initialize builtin_type_vec64 and
3106 builtin_type_vec64i.
3107
3108 2002-08-09 Andrew Cagney <cagney@redhat.com>
3109
3110 * regcache.c (regcache_dump): Compare the register offset
3111 with REGISTER_BYTE.
3112 * arch-utils.c (generic_register_byte): New function.
3113 * arch-utils.h (generic_register_byte): Declare.
3114 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3115 * gdbarch.h, gdbarch.c: Regenerate.
3116
3117 2002-08-09 Andrew Cagney <cagney@redhat.com>
3118
3119 * regcache.c: Include "gdbcmd.h"
3120 (_initialize_regcache): Add commands "maintenance print
3121 registers", "maintenance print raw-registers" and "maintenance
3122 print cooked-registers".
3123 (enum regcache_dump_what): Define.
3124 (dump_endian_bytes): New function.
3125 (regcache_dump): New function.
3126 (regcache_print): New function.
3127 (maintenance_print_registers): New function.
3128 (maintenance_print_raw_registers): New function.
3129 (maintenance_print_cooked_registers): New function.
3130 * Makefile.in (regcache.o): Update dependencies.
3131
3132 2002-08-09 Michael Snyder <msnyder@redhat.com>
3133
3134 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3135 (mips_push_arguments): Correct some comments. Use paddr_nz
3136 for printing addresses in debug output. Replace static
3137 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3138 (mips_n32n64_push_arguments): New function, cloned from
3139 mips_push_arguments and tuned for the n32/n64 ABI.
3140 (mips_push_register): Buffer needs dynamic allocation.
3141 (mips_print_register): Ditto.
3142 (do_gp_register_row): Ditto.
3143 (mips_store_return_value): Ditto.
3144 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3145
3146 2002-08-09 Don Howard <dhoward@redhat.com>
3147
3148 * memattr.c (mem_info_command): Print special case of upper bound
3149 as max CORE_ADDR + 1.
3150
3151 2002-08-08 Michael Snyder <msnyder@redhat.com>
3152
3153 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3154 returns structs by ref if they're too big to fit in two registers.
3155
3156 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3157
3158 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3159 saved regs value.
3160 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3161 mips_find_saved_regs().
3162 (mips_pop_frame): Likewise.
3163
3164 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3165
3166 * blockframe.c (frame_saved_regs_register_unwind): Revise
3167 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3168 frames are in use.
3169
3170 2002-08-09 Grace Sainsbury <graces@redhat.com>
3171
3172 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3173 T-packets; the 'a' is not taken as a register number.
3174 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3175 (remote_stopped_data_address): New functions; add to target
3176 vector.
3177 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3178 prototypes to match other implementations of this
3179 function. replace integer argument with pointer -- the length
3180 field in the Z-packet is the length of what is pointed to or 1 if
3181 pointer is null. Add to target vector.
3182 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3183 target vector.
3184
3185 From Mark Salter:
3186 * remote.c (remote_wait): Add support to extract optional
3187 watchpoint information from T-packet. Ignore unrecognized
3188 optional info in T-packet.
3189 (remote_async_wait): Ditto.
3190
3191 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3192
3193 * cli/cli-dump.c: Change fopen modes to use binary open modes
3194 as defined in include/fopen-bin.h throughout.
3195
3196 2002-08-08 Michael Snyder <msnyder@redhat.com>
3197
3198 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3199
3200 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3201
3202 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3203 assertion failure by returning early after a warning.
3204
3205 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3206
3207 * mips-tdep.c (mips_find_saved_regs): Make static.
3208 (mips_frame_init_saved_regs): New function.
3209 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3210 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3211 (mips_find_saved_regs): Delete declaration.
3212
3213 2002-08-08 Grace Sainsbury <graces@redhat.com>
3214
3215 * remote.c (remote_wait, remote_async_wait): Change
3216 thread_num from int to ULONGEST.
3217 (unpack_varlen_hex): Change result parameter from
3218 int * to ULONGEST *.
3219
3220 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3221
3222 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3223 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3224 powerpc*-*-*.
3225 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3226
3227 2002-08-08 Andrew Cagney <cagney@redhat.com>
3228
3229 * gcore.c (override_derive_stack_segment): Delete variable.
3230 (preempt_derive_stack_segment): Delete function.
3231 (derive_stack_segment): Delete function.
3232 (default_derive_stack_segment): Renamed to derive_stack_segment.
3233 (override_derive_heap_segment): Delete variable.
3234 (preempt_derive_heap_segment): Delete function.
3235 (derive_heap_segment): Delete function.
3236 (default_derive_heap_segment): Rename to derive_heap_segment.
3237
3238 2002-08-06 Michael Snyder <msnyder@redhat.com>
3239
3240 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3241 * mips-tdep.c (mips_EABI_use_struct_convention,
3242 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3243 New functions. (mips_use_struct_convention): Delete.
3244 (mips_gdbarch_init): set use_gdbarch_convention.
3245
3246 2002-08-06 Michael Snyder <msnyder@redhat.com>
3247
3248 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3249 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3250 mips_o32_reg_struct_has_addr): New functions.
3251 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3252
3253 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3254
3255 * regcache.c (pseudo_register): Delete function.
3256 (fetch_register): Delete function.
3257 (store_register): Delete function.
3258 (regcache_raw_read, legacy_read_register_gen): Use
3259 target_fetch_registers instead of fetch_register.
3260 (legacy_write_register_gen, regcache_raw_write): Use
3261 target_store_register instead of store_register.
3262 (write_register_bytes): Ditto.
3263
3264 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3265 (STORE_PSEUDO_REGISTER): Delete.
3266 * gdbarch.h, gdbarch.c: Regenerate.
3267
3268 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3269
3270 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3271 write dump file binary.
3272
3273 2002-08-05 Michael Snyder <msnyder@redhat.com>
3274
3275 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3276 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3277 (mips_gdbarch_init): Set N32 target to be mips64.
3278
3279 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3280
3281 * frame.c (find_saved_register): Break out of loop once saved
3282 register address is found. Don't mention sparc in loop comment
3283 anymore.
3284
3285 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3286
3287 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3288 mips_default_saved_regsize to 8.
3289
3290 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3291
3292 * gcore.c: Do not include <sys/procfs.h>.
3293 * Makefile.in (gcore.o): Update dependencies.
3294
3295 2002-08-06 Andrew Cagney <cagney@redhat.com>
3296
3297 * configure.tgt: Make arc-*-* obsolete.
3298 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3299 * MAINTAINERS: Make arc-elf obsolete.
3300 * arc-tdep.c: Make file obsolete.
3301 * config/arc/arc.mt: Ditto.
3302 * config/arc/tm-arc.h: Ditto.
3303
3304 2002-08-05 Theodore A. Roth <troth@verinet.com>
3305
3306 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3307
3308 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3309
3310 * mcore-tdep.c (mcore_gdbarch_init): Use
3311 generic_unwind_get_saved_register instead of
3312 generic_get_saved_register.
3313 * v850-tdep.c (v850_gdbarch_init): Ditto.
3314 * frv-tdep.c (frv_gdbarch_init): Ditto.
3315 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3316 * s390-tdep.c (s390_gdbarch_init): Ditto.
3317 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3318 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3319 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3320
3321 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3322
3323 * objfiles.h: Add missing #include "symfile.h"
3324
3325 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3326
3327 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3328
3329 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3330 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3331 of FIELD_BITSIZE.
3332
3333 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3334
3335 * NEWS: Cleanup and nitpick.
3336
3337 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3338
3339 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3340
3341 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3342
3343 * Makefile.in (gdbtk-bp.o): Update dependencies.
3344 (gdbtk-register.o): Ditto.
3345 (gdbtk-varobj.o): Ditto.
3346
3347 2002-08-03 Andrew Cagney <cagney@redhat.com>
3348
3349 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3350 m68hc11_fetch_pseudo_register.
3351 (m68hc11_pseudo_register_write): Replace
3352 m68hc11_store_pseudo_register.
3353 (m68hc11_gdbarch_init): Update.
3354
3355 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3356
3357 * gdbarch.sh: Include "gdb_string.h".
3358 * gdbarch.c: Regenerate.
3359
3360 * regcache.c: Include "gdb_string.h".
3361 * ax-general.c: Ditto.
3362 * varobj.c: Ditto.
3363 * std-regs.c: Ditto.
3364 * fbsd-proc.c: Ditto.
3365 * thread.c: Ditto.
3366
3367 * Makefile.in (regcache.o): Update dependencies.
3368 (thread.o, gdbarch.o): Ditto.
3369 (ax-general.o, gdbarch.o): Ditto.
3370 (varobj.o, std-regs.o): Ditto.
3371 (fbsd-proc.o): Specify dependencies.
3372
3373 2002-08-02 Andrew Cagney <cagney@redhat.com>
3374
3375 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3376 regnum.
3377 (regcache_cooked_write): Ditto.
3378
3379 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3380
3381 * regcache.c (regcache_cooked_read): New function.
3382 (regcache_cooked_write): New function.
3383 (read_register_gen): Rewrite using regcache_cooked_read.
3384 (write_register_gen): Rewrite using regcache_cooked_write.
3385
3386 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3387 Declare.
3388
3389 2002-08-02 Andrew Cagney <cagney@redhat.com>
3390
3391 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3392 Replace the architecture methods register_read and register_write.
3393 * gdbarch.h, gdbarch.c: Regenerate.
3394 * regcache.c (init_regcache_descr): Update.
3395 (read_register_gen): Update.
3396 (write_register_gen): Update.
3397 (supply_register): Update comment.
3398
3399 * sh-tdep.c (sh_gdbarch_init): Update.
3400 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3401 `regcache' and `gdbarch' parameters. Make `buffer' a void
3402 pointer. Update code.
3403 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3404 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3405 void pointer. Update code.
3406 (sh64_register_write): Delete.
3407 (sh4_register_read): Delete.
3408 (sh64_register_read): Delete.
3409 (sh4_register_write): Delete.
3410 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3411 void pointer, `to' parameter a void pointer.
3412 (sh_sh64_register_convert_to_raw): Ditto.
3413
3414 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3415
3416 * mips-tdep.c (mips_register_virtual_type): Use architecture
3417 invariant return values.
3418
3419 2002-08-01 Andrew Cagney <cagney@redhat.com>
3420
3421 * linux-proc.c: Include "gdb_string.h".
3422 * Makefile.in (linux-proc.o): Update dependency list.
3423
3424 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3425
3426 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3427 comment.
3428
3429 2002-08-01 Grace Sainsbury <graces@redhat.com>
3430
3431 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3432 to_insert_watchpoint, to_remove_watchpoint,
3433 to_stopped_by_watchpoint, to_stopped_data_address,
3434 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3435 target vecctor. Define their corresponding macros so they call
3436 them.
3437
3438 * target.c: Add default and debug versions of for
3439 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.
3443
3444 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3445
3446 * mips-tdep.c (mips_register_virtual_type): New function.
3447 (mips_gdbarch_init): Register mips_register_virtual_type()
3448 with gdbarch machinery.
3449 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3450 this file instead of tm-bigmips.h.
3451 (MIPS_REGSIZE): Delete this macro.
3452 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3453 multiarch version in mips-tdep.c will be found.
3454
3455 2002-08-01 Andrew Cagney <cagney@redhat.com>
3456
3457 * NEWS: Menion that CHILL has been made obsolete.
3458
3459 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3460 * stabsread.c (read_range_type): Ditto.
3461 * gdbtypes.h: Ditto.
3462 * language.c (binop_type_check): Ditto.
3463 (binop_result_type): Ditto.
3464 (integral_type): Ditto.
3465 (character_type): Ditto.
3466 (string_type): Ditto.
3467 (boolean_type): Ditto.
3468 (structured_type): Ditto.
3469 (lang_bool_type): Ditto.
3470 (binop_type_check): Ditto.
3471 * language.h (_LANG_chill): Ditto.
3472 * dwarfread.c (set_cu_language): Ditto.
3473 * dwarfread.c (CHILL_PRODUCER): Ditto.
3474 * dwarfread.c (handle_producer): Ditto.
3475 * expression.h (enum exp_opcode): Ditto.
3476 * eval.c: Ditto for comments.
3477 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3478 * expprint.c (print_subexp): Ditto.
3479 (print_subexp): Ditto.
3480 * valops.c (value_cast): Ditto.
3481 (search_struct_field): Ditto.
3482 * value.h (COERCE_VARYING_ARRAY): Ditto.
3483 * symfile.c (init_filename_language_table): Ditto.
3484 (add_psymbol_with_dem_name_to_list): Ditto.
3485 * valarith.c (value_binop): Ditto.
3486 (value_neg): Ditto.
3487 * valops.c (value_slice): Ditto.
3488 * symtab.h (union language_specific): Ditto.
3489 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3490 (SYMBOL_DEMANGLED_NAME): Ditto.
3491 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3492 * defs.h (enum language): Ditto.
3493 * symtab.c (got_symtab): Ditto.
3494 * utils.c (fprintf_symbol_filtered): Ditto.
3495
3496 * ch-typeprint.c: Make file obsolete.
3497 * ch-valprint.c: Make file obsolete.
3498 * ch-lang.h: Make file obsolete.
3499 * ch-exp.c: Make file obsolete.
3500 * ch-lang.c: Make file obsolete.
3501
3502 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3503 CHILL_LIB.
3504 (TARGET_FLAGS_TO_PASS): Ditto.
3505 (CHILLFLAGS): Obsolete.
3506 (CHILL): Obsolete.
3507 (CHILL_FOR_TARGET): Obsolete.
3508 (CHILL_LIB): Obsolete.
3509 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3510 ch-valprint.c.
3511 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3512 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3513 ch-lang.o.
3514 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3515 targets.
3516
3517 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3518
3519 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3520 This does not change anything at the moment, but will be helpful
3521 later when full Ada support is integrated.
3522
3523 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3524
3525 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3526 help message.
3527
3528 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3529
3530 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3531 and save it in a local variable. Use variable in later test.
3532
3533 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3534
3535 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3536 test. (Thanks to Daniel Jacobowitz.)
3537
3538 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3539
3540 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3541 (mips_abi_strings): Add "n64".
3542 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3543
3544 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3545
3546 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3547 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3548
3549 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3550
3551 * utils.c (host_pointer_to_address, address_to_host_pointer):
3552 Use gdb_assert() instead of explicit call to internal_error().
3553
3554 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3555
3556 * Makefile.in (rs6000-nat.o): Update dependencies.
3557
3558 From Nicholas Duffek:
3559 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3560 (aix-thread.o): New rule.
3561 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3562 * config/powerpc/aix432.mh: New file.
3563
3564 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3565
3566 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3567 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3568 (fetch_core_registers, ppc_linux_supply_gregset)
3569 (ppc_linux_supply_fpregset): New functions.
3570 (ppc_linux_regset_core_fns): New.
3571 (_initialize_ppc_linux_tdep): Call add_core_fns.
3572 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3573 and ppc_linux_supply_gregset.
3574 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3575 (supply_fpregset): Call ppc_linux_supply_fpregset.
3576 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3577 corelow.o.
3578 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3579
3580 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * symtab.c (lookup_symbol): Demangle before lowercasing.
3583
3584 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3585
3586 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3587 declaration.
3588 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3589 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3590 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3591 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3592 "gdb_string.h".
3593 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3594 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3595 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3596 (avr-tdep.o, mon960-rom.o): Ditto.
3597 (aout_stabs_gnu_h): Define.
3598 (symtab_h): Remove $(gdb_obstack_h).
3599
3600 2002-07-30 Jim Blandy <jimb@redhat.com>
3601
3602 Patch from David Carlton <carlton@math.stanford.edu>:
3603 * gdbinit.in: Move the `dir' commands that add GDB's own source
3604 directory to the search path to the end, so that the `gdb' source
3605 directory will be searched first.
3606
3607 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3608
3609 * gdb_obstack.h: New file.
3610 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3611 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3612 * objfiles.h: Include "gdb_obstack.h".
3613 * Makefile.in (gdb_obstack_h): Define.
3614 (symtab_h): Add $(gdb_obstack_h).
3615 (objfiles_h): Add $(gdb_obstack_h).
3616
3617 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3618 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3619 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3620 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3621 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3622 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3623 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3624 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3625
3626 * Makefile.in (bcache.o): Update dependencies.
3627 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3628 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3629 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3630 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3631 (stabsread.o, symfile.o, symmisc.o): Ditto.
3632 (symtab.o, typeprint.o, macroexp.o): Ditto.
3633 (macrotab.o, mdebugread.o): Ditto.
3634 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3635 (coff_ecoff_h, aout_aout64_h): Define.
3636 (aout_stabs_gnu_h, libaout_h): Define.
3637
3638 2002-07-29 Andrew Cagney <cagney@redhat.com>
3639
3640 * regcache.c (struct regcache_descr): Rename nr_registers to
3641 nr_cooked_registers. Revise comments describing the structure
3642 member fields.
3643 (init_regcache_descr): Update.
3644 (init_legacy_regcache_descr): Update.
3645 (read_register_gen, write_register_gen): When a cooked register in
3646 the raw register range, directly access the value from the raw
3647 register cache.
3648
3649 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3650
3651 * z8k-tdep.c: Do not include "obstack.h".
3652 * h8300-tdep.c, h8500-tdep.c: Ditto.
3653 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3654 * valprint.c, v850-tdep.c: Ditto.
3655 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3656 * mn10200-tdep.c: Ditto.
3657
3658 * Makefile.in (z8k-tdep.o): Update dependencies.
3659 (m68hc11-tdep.o, valprint.o): Ditto.
3660 (v850-tdep.o, d10v-tdep.o): Ditto.
3661 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3662 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3663 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3664 (sh_opc_h, gdb_sim_sh_h): Define.
3665 (elf_sh_h, elf_bfd_h): Define.
3666 (opcode_m68hc11_h): Define.
3667 (OPCODES_SRC, OPCODES_DIR): define.
3668 (OPCODES): Use $(OPCODES_DIR).
3669 (gdb_sim_d10v_h): Rename sim_d10v_h.
3670 (gdb_sim_arm_h): Rename sim_arm_h.
3671
3672 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3673
3674 * utils.c (host_pointer_to_address, address_to_host_pointer):
3675 Change internal_error() message to indicate function responsible
3676 for the error.
3677
3678 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3679
3680 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3681 calls to local_hex_string_custom().
3682
3683 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3684
3685 * irix5-nat.c: Move IRIX shared library support from here...
3686 * solib-irix.c: ...to here. Revised substantially to work with
3687 generic solib framework.
3688
3689 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3690 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3691 * mips-irix-tdep.c: New file.
3692
3693 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3694 (mips-irix-tdep.o, solib-irix.o): New rules.
3695 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3696 solib-irix.o.
3697 * config/mips/irix6.mt (TDEPFILES): Likewise.
3698 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3699
3700 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3701
3702 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3703 disabled (via ``#if 0'') includes.
3704
3705 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3706
3707 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3708 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3709 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3710 Add support for the fpscr register.
3711 * rs6000-nat.c (regmap, fetch_inferior_registers)
3712 (store_inferior_registers, fetch_core_registers): Likewise.
3713
3714 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3715
3716 * rs6000-nat.c (language.h): Include.
3717 (special_regs): Delete this array.
3718 (regmap): New function.
3719 (fetch_register, store_register): Use regmap() to map gdb
3720 register numbers to ptrace register numbers. Also, use
3721 outputs from regmap() to make decisions regarding type of
3722 ptrace() call to make. In particular, don't compare against
3723 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3724 (fetch_inferior_registers, store_inferior_registers): Where
3725 possible, obtain register numbers from tdep struct. Don't
3726 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3727 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3728 (LAST_UISA_SP_REGNUM): Delete.
3729
3730 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3731
3732 * rs6000-nat.c (ppc-tdep.h): Include.
3733 (fetch_registers, store_register, fetch_core_registers): Don't
3734 access registers[] directly. Instead, use supply_register() or
3735 regcache_collect() as appropriate.
3736 (find_toc_address): Format hex address with local_hex_string().
3737
3738 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3739
3740 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3741 bfd/elf32-frv.c.
3742
3743 2002-07-24 Tom Tromey <tromey@redhat.com>
3744
3745 * jv-exp.y: Marked all strings with _().
3746 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3747 internal_error.
3748 (MethodInvocation, CastExpression, parse_number, yyerror,
3749 java_type_from_name, push_expression_name, yylex): Typo fixes.
3750
3751 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3752
3753 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3754 (tee_file_flush, tee_file_write, tee_file_fputs)
3755 (tee_file_isatty): New.
3756 * ui-file.h (tee_file_new): Add prototype.
3757
3758 2002-07-24 Aidan Skinner <aidan@velvet.net>
3759
3760 * ada-lang.c: Change k&r style function definitions to prototyped
3761 form.
3762 * ada-typeprint.c: Change k&r style function definitions to prototyped
3763 form.
3764 * ada-valprint.c: Change k&r style function definitions to prototyped
3765 form.
3766
3767 2002-07-24 Andrew Cagney <cagney@redhat.com>
3768
3769 * README: Remove reference to remote-bug.
3770 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3771 remote-bug.c.
3772 (m88k-nat.o): Delete rule.
3773 (m88k-tdep.o): Delete rule.
3774 (remote-bug.o): Delete rule.
3775 * MAINTAINERS: Mark as obsolete.
3776 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3777 * m88k-tdep.c: Make file obsolete.
3778 * config/m88k/m88k.mh: Ditto.
3779 * config/m88k/delta88v4.mh: Ditto.
3780 * config/m88k/delta88v4.mt: Ditto.
3781 * config/m88k/delta88.mt: Ditto.
3782 * config/m88k/delta88.mh: Ditto.
3783 * remote-bug.c: Ditto.
3784 * config/m88k/tm-delta88.h: Ditto.
3785 * config/m88k/nm-delta88v4.h: Ditto.
3786 * config/m88k/xm-delta88.h: Ditto.
3787 * config/m88k/xm-dgux.h: Ditto.
3788 * config/m88k/tm-m88k.h: Ditto.
3789 * config/m88k/nm-m88k.h: Ditto.
3790 * config/m88k/tm-delta88v4.h: Ditto.
3791 * m88k-nat.c: Ditto.
3792 * cxux-nat.c: Ditto.
3793 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3794 and m88*-*-* obsolete.
3795 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3796 m88*-*-* obsolete.
3797
3798 2002-07-24 Andrew Cagney <cagney@redhat.com>
3799
3800 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3801 constant. Same for local pointer variables.
3802 (extract_signed_integer): Ditto.
3803 * defs.h (extract_unsigned_integer): Update.
3804 (extract_signed_integer): Update.
3805
3806 2002-07-24 Andrew Cagney <cagney@redhat.com>
3807
3808 * regcache.c (regcache_raw_write): Change buf parameter to a
3809 constant void pointer.
3810 (regcache_raw_read): Change buf parameter to a void pointer.
3811 (legacy_write_register_gen): Change myaddr parameter a constant
3812 void pointer.
3813 (supply_register): Change val parameter to a const void pointer.
3814 * regcache.h (regcache_raw_write): Update declaration.
3815 (regcache_raw_read): Update declaration.
3816 (supply_register): Update declaration.
3817
3818 2002-07-24 Tom Tromey <tromey@redhat.com>
3819
3820 * defs.h (gdb_readline_wrapper): Declare.
3821 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3822 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3823 * top.c (gdb_readline_wrapper): New function.
3824 (command_line_input): Use it.
3825
3826 2002-07-24 Andrew Cagney <cagney@redhat.com>
3827
3828 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3829 regcache_read and regcache_write.
3830 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3831 * regcache.c: Update.
3832 * sh-tdep.c (sh64_push_arguments): Update comment.
3833 (sh_pseudo_register_read): Update.
3834 (sh_pseudo_register_write): Update.
3835 (sh4_register_read): Update.
3836 (sh4_register_write): Update.
3837 (sh64_pseudo_register_read): Update.
3838 (sh64_pseudo_register_write): Update.
3839 (sh64_register_read): Update.
3840 (sh64_register_write): Update.
3841 * i386-tdep.c (i386_extract_return_value): Update.
3842 (i386_extract_struct_value_address): Update.
3843 (i386_extract_return_value): Update.
3844 * blockframe.c (generic_read_register_dummy): Update.
3845 (generic_call_dummy_register_unwind): Update
3846 * infrun.c (write_inferior_status_register): Update.
3847
3848 2002-07-23 Jim Blandy <jimb@redhat.com>
3849
3850 * parser-defs.h (expression_context_pc): Make this extern.
3851 (Thanks to Michael Snyder.)
3852
3853 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3854
3855 GDB 5.2.1 released from 5.2 branch.
3856 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3857 * README: Update to mention 5.2.1.
3858
3859 2002-07-23 Mark Salter <msalter@redhat.com>
3860
3861 * remote.c (remote_read_bytes): Fix check for error.
3862
3863 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3864
3865 * aix-thread.c (language.h): Include.
3866 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3867 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3868 Print newlines at end of debug messages.
3869 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3870 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3871
3872 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3873
3874 * aix-thread.c (ppc-tdep.h): Include.
3875 (special_register_p): New function.
3876 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3877 (store_regs_user_thread): Use register number information from
3878 gdbarch_tdep struct instead of hardcoded offsets relative to
3879 FIRST_UISA_SP_REGNUM.
3880 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3881 special_register_p() instead of using FPLAST_REGNUM and
3882 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3883 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3884 will be MQ's register number.
3885
3886 2002-07-22 Michael Snyder <msnyder@redhat.com>
3887
3888 * aix-thread.c (ops): Rename to aix_thread_ops.
3889 (base_ops): Rename to base_target.
3890 (ops_attach): Rename to aix_thread_attach.
3891 (ops_detach): Rename to aix_thread_detach.
3892 (ops_resume): Rename to aix_thread_detach.
3893 (ops_wait): Rename to aix_thread_wait.
3894 (ops_kill): Rename to aix_thread_kill.
3895 (init_ops): Rename to init_aix_thread_ops.
3896 (ops_fetch_register): Rename to aix_thread_fetch_register.
3897 (ops_store_register): Rename to aix_thread_store_register.
3898 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3899 (ops_thread_alive): Rename to aix_thread_thread_alive.
3900 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3901 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3902 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3903 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3904 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3905 (store_regs_lib): Rename to store_regs_user_thread.
3906 (store_regs_kern): Rename to store_regs_kernel_thread.
3907
3908 2002-07-22 Michael Snyder <msnyder@redhat.com>
3909
3910 * aix-thread.c (ops_prepare_to_store): Eliminate.
3911 (init_ops): Don't initialize ops.prepare_to_store.
3912 (store_regs_kern): Pre-fetch register buffers from child,
3913 because some registers may not be in the cache. Copy
3914 regs from register cache only if they are cached.
3915 (store_regs_lib): Copy regs from register cache only
3916 if they are cached.
3917 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3918 fill_gprs64): Ditto.
3919
3920 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3921
3922 * aix-thread.c (gdb_assert.h): Include.
3923 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3924 register sizes (from register cache) match size of buffer holding
3925 register data.
3926 (fill_sprs32): Change parameter types to match those in the ptrace()
3927 buffer.
3928 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3929 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3930
3931 2002-07-22 Michael Snyder <msnyder@redhat.com>
3932
3933 * aix-thread.c (supply_sprs64): Cosmetic change.
3934 (supply_sprs32): Cosmetic change.
3935 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3936 (fill_sprs64): Use regcache_collect instead of read_register.
3937 (store_regs_lib): Use regcache_collect instead of
3938 read_register. Use fill_sprs32 instead of fill_sprs64,
3939 if debugging a 32-bit architecture.
3940 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3941 out of the register cache, instead of passing a pointer into
3942 the register cache directly to ptrace. Use regcache_collect
3943 insteaad of read_register.
3944 (ops_prepare_to_store): Use target_read_registers instead
3945 of read_register_bytes.
3946
3947 2002-07-20 Aidan Skinner <aidan@velvet.net>
3948
3949 * MAINTAINERS: Add self under write after approval.
3950
3951 2002-07-20 Aidan Skinner <aidan@velvet.net>
3952
3953 * ada-tasks.c: Change k&r style function definitions to prototyped
3954 form.
3955
3956 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3957
3958 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3959 * x86-64-tdep.c: Include "objfiles.h".
3960 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3961 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3962
3963 2002-07-17 Michal Ludvig <michal@suse.cz>
3964
3965 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3966 (update_context): Initialise cfa variable.
3967
3968 2002-07-17 Michael Snyder <msnyder@redhat.com>
3969
3970 * aix-thread.c: Shorten some long lines.
3971 Bring comments into line with code spec.
3972
3973 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3974
3975 * infrun.c: Re-indent using gdb_indent.sh.
3976
3977 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3978
3979 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3980 Leave the indentation temporarily untouched, to minimize the diffs.
3981
3982 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3983
3984 * stabsread.c: Make os9k sections of the code obsolete,
3985 for real this time.
3986 * stabsread.h: Make os9k sections of the code obsolete.
3987
3988 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3989
3990 * linux-low.c (regsets_store_inferior_registers): Add free()
3991 at the end of a loop to prevent memory leak.
3992 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3993 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3994 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3995 line a comment.
3996 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3997
3998 2002-07-17 Jim Blandy <jimb@redhat.com>
3999
4000 * macrocmd.c (info_macro_command): Remove newline from error
4001 message.
4002
4003 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4004
4005 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4006 (sh_gdbarch_init): Use it for sh-dsp.
4007
4008 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4009
4010 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4011 64-bit DWARF2 format.
4012
4013 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4014
4015 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4016 <sys/proc.h> when not available.
4017
4018 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4019
4020 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4021 * stabsread.c: Make os9k sections of the code obsolete.
4022 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4023 * config/i386/i386os9k.mt: Make file obsolete.
4024 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4025 (COMMON_OBS): Remove os9kread.o
4026 (SFILES): Remove os9kread.c.
4027 (os9kread.o, remote-os9k.o): Make target obsolete.
4028 * remote-os9k.c: Make file obsolete.
4029 * os9kread.c: Make file obsolete.
4030 * Makefile.in
4031
4032 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4033
4034 * NEWS: Mention that the FR30 has been made obsolete.
4035 * fr30-tdep.c: Make file obsolete.
4036 * config/fr30/tm-fr30.h: Ditto.
4037 * config/fr30/fr30.mt: Ditto.
4038 * configure.tgt: Make fr30-*-elf obsolete.
4039 * MAINTAINERS: Make fr30-elf obsolete.
4040
4041 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4042
4043 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4044 found is not inside a section.
4045
4046 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4047
4048 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4049 strerror().
4050 (pdc_realloc): Use xrealloc() instead of realloc().
4051
4052 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4053
4054 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4055 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4056 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4057 macros.
4058
4059 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4060
4061 * aix-thread.c (ptrace_check): Eliminate goto.
4062 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4063 problem.
4064
4065 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4066
4067 * aix-thread.c (gdbcmd.h): Include.
4068 (DEBUG, DBG, DBG2, dbg): Eliminate.
4069 (debug_aix_thread): New static global.
4070 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4071 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4072 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4073 invocations to DBG and DBG2 macros to test against
4074 ``debug_aix_thread'' and call fprintf_unfiltered().
4075 (_initialize_aix_thread): Add new command "set debug aix-thread".
4076
4077 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4078
4079 From Gerhard Tonn <TON@de.ibm.com>:
4080 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4081 instead of supply_register.
4082
4083 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4084
4085 * dwarf2cfi.c: Include "gdb_assert.h".
4086 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4087 non-NULL.
4088 (update_context): Do not use __func__. Add missing ``break''.
4089 (update_context): Do not use __func__.
4090
4091 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4092
4093 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4094 and its setting. Set gdbarch instruction printing functions
4095 directly. For non-rs6000 case use new function
4096 gdb_print_insn_powerpc.
4097 (gdb_print_insn_powerpc): New function.
4098
4099 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4100
4101 * NEWS: Mention that the d30v has been marked obsolete.
4102 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4103 * configure.tgt: Mark d30v-*-* as obsolete.
4104 * d30v-tdep.c: Mark file as obsolete.
4105 * config/d30v/d30v.mt: Ditto.
4106 * config/d30v/tm-d30v.h: Ditto.
4107
4108 2002-07-13 Aidan Skinner <aidan@velvet.net>
4109
4110 * ada-tasks.c (add_task_entry): replace calls to
4111 malloc() with xmalloc
4112 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4113
4114 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4115 ada_finish_decode_line_1, all_sals_for_line
4116 ada_breakpoint_rewrite): replace calls to free() with xfree()
4117
4118 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4119
4120 From Nicholas Duffek (with minor changes by Martin Hunt,
4121 Louis Hamilton, and Kevin Buettner):
4122 * aix-thread.c: New file.
4123
4124 2002-07-12 Petr Sorfa <petrs@caldera.com>
4125
4126 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4127 complaint for invalid attribute class or form.
4128 (read_func_scope): DW_AT_frame_base
4129 better handling of DW_AT_block*.
4130 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4131 better handling of DW_AT_block*.
4132 (read_common_block): DW_AT_location
4133 better handling of DW_AT_block*.
4134 (read_partial_die): DW_AT_location better handling
4135 of DW_AT_block*.
4136 (new_symbol): DW_AT_external better handling of
4137 DW_AT_block*. Proper initialization of variable
4138 "addr".
4139 (attr_form_is_block): New function that returns true
4140 if the attribute's form is of DW_FORM_block*.
4141
4142 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4143
4144 * valops.c (find_method_list): Remove comment about
4145 removed STATIC_MEMFUNCP argument.
4146 (value_find_oload_method_list): Likewise.
4147
4148 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4149
4150 From Nicholas Duffek:
4151 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4152 target_new_objfile_hook.
4153
4154 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4155
4156 From Nicholas Duffek:
4157 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4158 csect.
4159
4160 2002-07-12 Andrew Cagney <cagney@redhat.com>
4161
4162 * MAINTAINERS: Mention --enable-sim-build-warnings.
4163 (m68hc11-elf): Disable sim build warnings.
4164 (m32r-elf): Mark as broken obsolete candidate.
4165 (x86_64-linux-gnu): Mark as buildable with -Werror.
4166 (arm-elf): Change -w to ``,'' which enables warnings but not
4167 -Werror.
4168
4169 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4170
4171 * bcache.h: Update copyright.
4172 (struct bstring, struct bcache): Move definition to "bcache.c".
4173 Replaced by opaque declaration.
4174 (bcache_xfree): Replace free_bcache.
4175 (bcache_xmalloc, bcache_memory_used): Declare.
4176
4177 * bcache.c: Update copyright.
4178 (struct bstring, struct bcache): Moved to here from "bcache.h".
4179 Update comments.
4180 (bcache_xmalloc, bcache_memory_used): New functions.
4181 (bcache_xfree): Replace function free_bcache.
4182
4183 * Makefile.in (objfiles.o): Add $(bcache_h).
4184 (objfiles_h): Remove $(bcache_h).
4185 (symfile.o): Add $(bcache_h).
4186
4187 * symmisc.c: Update copyright.
4188 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4189 (print_objfile_statistics): Use bcache_memory_used.
4190
4191 * symfile.c: Include "bcache.h".
4192 (reread_symbols): Use bcache_xfree.
4193 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4194 (add_psymbol_to_list): Pass psymbol_cache by value.
4195 (add_psymbol_with_dem_name_to_list): Ditto.
4196
4197 * objfiles.h: Update copyright.
4198 (struct bcache): Declare opaque. Do not include "bcache.h".
4199 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4200 bcache'' pointers.
4201 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4202
4203 * objfiles.c: Include "bcache.h". Update copyright.
4204 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4205 macro_cache.
4206 (free_objfile): Use bcache_xfree.
4207
4208 2002-07-11 Grace Sainsbury <graces@redhat.com>
4209
4210 * monitor.c (monitor_fetch_register): Make name a constant.
4211 (monitor_store_register): Same.
4212
4213 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4214
4215 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4216 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4217 (finish_block) For non-function blocks, hash the symbol table. For
4218 function blocks, mark the symbol table as unhashed.
4219 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4220 (msymbol_hash_iw): Likewise.
4221 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4222 value.
4223 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4224 (lookup_minimal_symbol): Likewise for both.
4225 * symtab.h (struct block): Add `hashtable' flag. Comment the
4226 hashtable.
4227 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4228 (ALL_BLOCK_SYMBOLS): Update.
4229 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4230 (struct symbol): Add `hash_next' pointer.
4231 * symtab.c (lookup_block_symbol): Search using the hash table when
4232 possible.
4233 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4234 (search_symbols, find_addr_symbol): Likewise.
4235
4236 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4237 (read_dst_symtab): Likewise.
4238 * jv-lang.c (get_java_class_symtab): Likewise.
4239 * mdebugread.c: Include "gdb_assert.h".
4240 (shrink_block): Assert that the block being modified is not hashed.
4241 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4242 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4243 symbols.
4244 (dump_symtab): Recognize hashed blocks.
4245 * printcmd.c (print_frame_args): Assert that function blocks do not
4246 have hashed symbol tables.
4247 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4248 (fill_in_ada_prototype, debug_print_block): Likewise.
4249 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4250
4251 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4252
4253 * stack.c (print_frame): Use result of frame_address_in_block()
4254 instead of fi->pc when evaluating symbols.
4255 (backtrace_command_1): Ditto.
4256
4257 2002-07-11 Andrew Cagney <cagney@redhat.com>
4258
4259 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4260 Make static.
4261
4262 * arm-tdep.c (arm_register_name): Make return type constant.
4263
4264 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4265
4266 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4267 prototype.
4268 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4269 * s390-tdep.c (s390_fp_regnum): Ditto.
4270 (s390_read_fp): Ditto.
4271 (s390_pop_frame): Ditto.
4272 (_initialize_s390_tdep): Ditto.
4273 * remote.c (get_remote_state): Ditto.
4274 * procfs.c (mappingflags): Ditto.
4275 * memattr.c (_initialize_mem): Ditto.
4276 * mcore-tdep.c (mcore_pop_frame): Ditto.
4277 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4278 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4279 * language.c (set_case_str): Ditto.
4280 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4281 * frv-tdep.c (new_variant): Ditto.
4282 (frv_stopped_data_address): Ditto.
4283 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4284 (context_alloc): Ditto.
4285 (frame_state_alloc): Ditto.
4286 (unwind_tmp_obstack_init): Ditto.
4287 (unwind_tmp_obstack_free): Ditto.
4288 (cfi_read_fp): Ditto.
4289 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4290 (cris_pop_frame): Ditto.
4291 * c-lang.c (scanning_macro_expansion): Ditto.
4292 (finished_macro_expansion): Ditto.
4293 (c_preprocess_and_parse): Ditto.
4294 * gdbarch.sh: Ditto.
4295 * gdbarch.h, gdbarch.c: Regenerate.
4296 * config/mn10200/tm-mn10200.h: Adjust indentation.
4297 * target.c: Adjust indentation.
4298 * symtab.h: Adjust indentation.
4299 * stabsread.h: Adjust indentation.
4300 * remote-es.c: Adjust indentation.
4301 * os9kread.c: Adjust indentation.
4302
4303 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4304
4305 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4306 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4307
4308 2002-07-10 Grace Sainsbury <graces@redhat.com>
4309
4310 * NEWS: Mention m68k, mcore multi-arching.
4311 * MAINTAINERS: Change status of m68k, mcore to reflect
4312 multi-arching.
4313
4314 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4315
4316 * valops.c (find_overload_match): Free oload_syms.
4317
4318 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4319
4320 Define HAVE_SYS_PROC_H if sys/proc.h exists
4321 * configure.in: Add check for sys/proc.h
4322 * config.in: Regenerate.
4323 * configure: Regenerate.
4324
4325 2002-07-09 Grace Sainsbury <graces@redhat.com>
4326
4327 * config/m68k/tm-m68k.h: Remove macros wrapped in
4328 #if !GDB_MULTI_ARCH.
4329
4330 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4331
4332 * config.in, configure: Regenerate.
4333
4334 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4335
4336 * dwarf2cfi.c: Include "gcore.h".
4337 (execute_stack_op): Fix implementation of the
4338 DW_OP_deref and DW_OP_deref_size operators by letting do their
4339 lookup in the target.
4340
4341 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4342
4343 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4344 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4345 tdep->sc_sp_offset.
4346
4347 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4348
4349 Fix PR gdb/595, gdb/602
4350 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4351 Don't call value_cast, just read the vtable pointer; update comments
4352 to match.
4353
4354 2002-07-05 Grace Sainsbury <graces@redhat.com>
4355
4356 * config/mcore/tm-mcore.h: Remove file.
4357 * config/mcore/mcore.mt: Remove definition of TM_FILE
4358 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4359
4360 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4361
4362 * i386bsd-tdep.c: Include "gdb_string.h".
4363
4364 2002-07-04 Grace Sainsbury <graces@redhat.com>
4365
4366 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4367 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4368 mcore-tdep.
4369 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4370 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4371 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4372 (RETVAL_REGNUM): Move macros from tm-mcore.h
4373 (mcore_reg_struct_has_addr): New function.
4374 (mcore_gdbarch_init): Added initializations for the macros removed
4375 from tm-mcore.h.
4376
4377 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4378
4379 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4380 traditonal string branding within the ELF header.
4381
4382 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4383
4384 * symtab.c (remove_params): New function.
4385 (make_symbol_overload_list): Use it instead of cplus_demangle.
4386 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4387
4388 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4389
4390 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4391
4392 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4393 New variables.
4394 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4395 and tdep->sigtramp_end.
4396 * i386obsd-nat.c: New file.
4397 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4398
4399 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4400 Don't call get_current_frame().
4401
4402 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4403
4404 * i386-nat.c (child_post_startup_inferior): New function
4405 calling i386_cleanup_dregs if
4406 I386_USE_GENERIC_WATCHPOINTS is defined.
4407 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4408 conditional to acknowledge that i386-nat.c has its
4409 own child_post_startup_inferior function.
4410
4411 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4412
4413 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4414 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4415 instead of MAX_REGISTER_RAW_SIZE.
4416 (i386_extract_return_value, i386_extract_struct_value_address):
4417 Convert to use regcache.
4418 (i386_gdbarch_init): Set max_register_raw_size and
4419 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4420 Set extract_return_value and extract_struct_value_address instead
4421 of their deprecated variants.
4422
4423 Convert i386 target to generic dummy frames.
4424 * i386-tdep.c: Include "symfile.h".
4425 (i386_frameless_signal_p): Consider a function to be frameless if
4426 the pc points at the first instruction of the function.
4427 (i386_frame_chain): Handle (generic) call dummies.
4428 (i386_frame_saved_pc): Likewise.
4429 (i386_frame_init_saved_regs): Remove code dealing with call
4430 dummies on the stack.
4431 (i386_push_dummy_frame): Removed.
4432 (i386_call_dummy_words): Removed.
4433 (i386_fix_call_dummy): Removed.
4434 (i386_push_return_address): New function.
4435 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4436 parameter, and don't call get_current_frame.
4437 (i386_pop_frame): New function.
4438 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4439 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4440 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4441 call_dummy_length to 0, set call_dummy_words to NULL, set
4442 sizeof_call_dummy_words to 0, set fix_call_dummy to
4443 generic_fix_call_dummy, set pc_in_call_dummy to
4444 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4445 generic_push_dummy_frame, set push_return_address to
4446 i386_push_return_address and set frame_chain_valid to
4447 generic_file_frame_chain_valid.
4448
4449 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4450
4451 * gdbarch.sh (struct regcache): Add opaque declaration.
4452 (EXTRACT_RETURN_VALUE): New architecture method.
4453 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4454 * gdbarch.h, gdbarch.c: Regenerate.
4455 * arch-utils.c (legacy_extract_return_value): New function.
4456 * arch-utils.h (legacy_extract_return_value): Declare.
4457 * values.c (value_being_returned): Re-enable code handling
4458 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4459 deprecated_grub_regcache_for_registers call to block handling
4460 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4461 (EXTRACT_RETURN_VALUE): Do not define.
4462
4463 2002-07-03 Grace Sainsbury <graces@redhat.com>
4464
4465 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4466 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4467 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4468 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4469 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4470 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4471 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4472 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4473 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4474 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4475 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4476 argument so the function fits the prototype in the architecture
4477 vector.
4478 (mcore_pop_frame): Remove argument so the function fits the
4479 prototype. Use get_current_frame instead of the argument.
4480 (mcore_push_arguments): Change type of struct_return so the
4481 function can be used in the architecture vector.
4482 (mcore_store_struct_return): Add.
4483 (mcore_frame_init_saved_regs): Add.
4484 (mcore_gdbarch_init): Add function calls to replace the macros
4485 removed from tm-mcore.h
4486
4487 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4488
4489 * infcmd.c (print_return_value): Remove compatibility code calling
4490 deprecated_grub_regcache_for_registers.
4491
4492 * values.c: Include "regcache.h".
4493 (value_being_returned): Update. Use
4494 deprecated_grub_regcache_for_registers to extract the register
4495 buffer address.
4496 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4497 ``struct regcache''.
4498 * Makefile.in (values.o): Add dependency on $(regcache_h).
4499
4500 * inferior.h (run_stack_dummy): Change type of second parameter to
4501 a ``struct regcache''.
4502 * valops.c (hand_function_call): Change type of retbuf to ``struct
4503 regcache''. Allocate using regcache_xmalloc, clean using
4504 make_cleanup_regcache_xfree.
4505 * infcmd.c (run_stack_dummy): Update. Use
4506 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4507
4508 * regcache.c (do_regcache_xfree): New function.
4509 (make_cleanup_regcache_xfree): New function.
4510 * regcache.h (make_cleanup_regcache_xfree): Declare.
4511
4512 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4513
4514 * event-top.c (command_line_handler): Don't read past
4515 beginning of buffer.
4516
4517 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4518
4519 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4520 struct frame_id.
4521 (varobj_create): Store frame_id for root.
4522 (varobj_gen_name): Use xasprintf.
4523 (varobj_update): Save and restore frame using get_frame_id() and
4524 frame_find_by_id().
4525 (create_child): Use xasprintf.
4526 (new_root_variable): Initialize frame_id.
4527 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4528 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4529 to prevent memory leak.
4530
4531 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4532
4533 * valops.c (hand_function_call): Move declaration of retbuf to
4534 start of function, allocate using malloc, add a cleanup but before
4535 the inf_status cleanup, cleanup the buffer. Rename local variable
4536 old_chain to inf_status_cleanup.
4537
4538 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4539
4540 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4541
4542 * cli/cli-decode.c (cmd_func_p): New function.
4543 (cmd_func): New function.
4544
4545 * command.h: Add cmd_func() and cmd_func_p().
4546
4547 2002-07-03 Grace Sainsbury <graces@redhat.com>
4548
4549 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4550 (REGISTER_SIZE): Remove.
4551 (MAX_REGISTER_RAW_SIZE): Remove.
4552 (REGISTER_VIRTUAL_TYPE): Remove.
4553 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4554 (REGISTER_NAME): Remove.
4555 (USE_GENERIC_DUMMY_FRAMES): Remove.
4556 (CALL_DUMMY): Remove.
4557 (CALL_DUMMY_START_OFFSET): Remove.
4558 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4559 (CALL_DUMMY_LOCATION): Remove.
4560 (FIX_CALL_DUMMY): Remove.
4561 (CALL_DUMMY_ADDRESS): Remove.
4562 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4563 (SAVE_DUMMY_FRAME_TOS): Remove.
4564 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4565 (mcore_register_virtual_type): New function.
4566 (mcore_register_byte): New function.
4567 (mcore_register_size): New function.
4568 (mcore_register_name): New function.
4569 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4570 macros removed from tm-mcore.h.
4571 (mcore_dump_tdep): Add.
4572 (_initialize_mcore_tdep): Add gdbarch_register call.
4573
4574 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4575
4576 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4577 frameless_look_for_prologue, such that we actually call this
4578 function.
4579
4580 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4581
4582 * frame.h (frame_address_in_block): New function.
4583
4584 * blockframe.c (frame_address_in_block): New function extracted
4585 from get_frame_block().
4586 (get_frame_block): Use frame_address_in_block().
4587 (block_innermost_frame): Use frame_address_in_block() to match
4588 the frame pc address against the block boundaries rather than
4589 the frame pc directly. This prevents a failure when a frame pc
4590 is actually a return-address pointing immediately after the end
4591 of the given block.
4592
4593 2002-07-02 Grace Sainsbury <graces@redhat.com>
4594
4595 * MAINTAINERS: Add self under write after approval.
4596
4597 2002-07-02 Grace Sainsbury <graces@redhat.com>
4598
4599 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4600 used in architecture vector. The default is
4601 m68k_local_breakpoint_from_pc.
4602 (m68k_local_breakpoint_from_pc): Add.
4603 (enum): Add register numbers from tm-m68k.h.
4604 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4605 vector.
4606 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4607 GDB_MULTI_ARCH_PARTIAL.
4608 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4609 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4610 m68k-tdep.c.
4611 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4612 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4613 to enum in m68k-tdep.c
4614
4615 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4616
4617 * solib-osf.c (open_map): Compute the list of shared libraries
4618 loaded by the inferior, rather than the list of libraries loaded
4619 by GDB itself. Otherwise, GDB ends up reading the symbols from
4620 the wrong shared libraries...
4621
4622 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4623
4624 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4625 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4626 macros.
4627 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4628 Remove functions.
4629 (FRAMELESS_SIGNAL): Remove function.
4630 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4631 i386_linux_saved_pc_after_call): Removed.
4632 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4633 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4634 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4635
4636 * i386-tdep.c (i386_frameless_signal_p): New function.
4637 (i386_frame_chain): Deal with frameless signals.
4638 (i386_sigtramp_saved_sp): New function.
4639 (i386_frame_saved_pc): Deal with frameless signals.
4640 (i386_saved_pc_after_call): Make sure the correct value is
4641 returned just after entry into a sigtramp.
4642 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4643 i386fbsd4_sc_sp_offset): New variables.
4644 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4645 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4646 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4647 similiar to what we already did for sc_pc_offset.
4648 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4649 tdep->sc_sp_offset.
4650
4651 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4652
4653 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4654
4655 * config/i386/tm-x86-64linux.h: New.
4656 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4657 definitions.
4658 * config/i386/nm-x86-64.h: Rename to ...
4659 * config/i386/nm-x86-64linux.h: ... this one.
4660 * config/i386/x86-64linux.mh: Reflect the above change.
4661
4662 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4663
4664 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4665 with sigcontext_addr. Add sc_sp_offset.
4666 (i386bsd_sigtramp_saved_pc): Remove prototype.
4667 (i386bsd_sicontext_addr): Add prototype.
4668 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4669 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4670 (i386_svr4_sigtramp_saved_pc): Removed.
4671 (i386_svr4_sigcontext_addr): New function.
4672 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4673 Initialize tdep->sigcontext_addr instead. Initialize
4674 tdep->sc_pc_offset and tdep->sc_sp_offset.
4675 (i386_gdbarch_init): Likewise.
4676 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4677 any more.
4678 (i386bsd_sigtramp_saved_pc): Remove function.
4679 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4680 Initialize tdep->sigcontext_addr instead. Initialize
4681 tdep->sc_pc_offset.
4682 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4683 of tdep->sigtramp_saved_pc.
4684 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4685 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4686 instead.
4687
4688 * i386-tdep.c (i386_frameless_function_invocation,
4689 i386_frame_num_args, i386_frame_init_saved_regs,
4690 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4691 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4692 i386_extract_return_value, i386_store_return_value,
4693 i386_extract_struct_value_address, i386_register_virtual_type,
4694 i386_register_convertible, i386_register_convert_to_virtual,
4695 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4696 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4697 static.
4698
4699 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4700
4701 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4702
4703 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4704 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4705 this macro. Include "value.h".
4706
4707 2002-06-30 Aidan Skinner <aidan@velvet.net>
4708
4709 * ada-exp.tab.c: remove as it's a generated file
4710 * ada-lex.c: remove as it's a generated file
4711
4712 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4713
4714 * config/i386/tm-i386.h (struct frame_info, struct
4715 frame_saved_regs, struct value, struct type): Remove forward
4716 declarations.
4717
4718 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4719 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4720 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4721 (FILL_FPXREGSET): Define.
4722
4723 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4724
4725 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4726 i[3456]86-*-netbsd* case.
4727 * config/i386/tm-obsd.h: Removed.
4728 * config/i386/obsd.mt: Removed.
4729 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4730 core-aout.o.
4731 (MH_CFLAGS): Add -DYYDEBUG=0.
4732
4733 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4734 i386nbsd_sc_pc_offset on OpenBSD too.
4735
4736 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4737 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4738 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4739 define.
4740 * i386bsd-tdep.c: Include "arch-utils.h".
4741 (i386bsd_aout_in_solib_call_trampoline): New function.
4742 (i386bsd_init_abi): Set in_solib_call_trampoline to
4743 i386bsd_aout_in_solib_call_trampoline.
4744 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4745 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4746
4747 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4748
4749 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4750 (struct obstack, struct bcache): Add opaque declarations.
4751 * Makefile.in (macrotab_h): Update
4752
4753 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4754
4755 * blockframe.c (generic_find_dummy_frame): Change return type to
4756 ``struct regcache''.
4757 (struct dummy_frame): Replace field ``registers'' with regcache, a
4758 struct regcache object.
4759 (generic_find_dummy_frame): Update.
4760 (generic_push_dummy_frame): Update. Use regcache_xfree,
4761 regcache_xmalloc and regcache_cpy.
4762 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4763 regcache_xfree.
4764 (deprecated_generic_find_dummy_frame): Update.
4765 (generic_read_register_dummy): Update. Use
4766 regcache_read_as_address.
4767 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4768 (generic_get_saved_register): Update. Use regcache_read.
4769
4770 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4771
4772 * Makefile.in (objfiles_h): Add $(bcache_h).
4773 * objfiles.h: Include "bcache.h".
4774
4775 * Makefile.in (symtab_h): Remove $(bcache_h).
4776 * symtab.h: Do not include "bcache.h".
4777
4778 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4779
4780 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4781 generic_func_frame_chain_valid.
4782
4783 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4784
4785 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4786 * config/i386/tm-fbsd.h: Likewise.
4787
4788 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4789
4790 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4791 generic_unwind_get_saved_register.
4792
4793 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4794
4795 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4796 * regcache.c (supply_register): Add missing argument to
4797 register_buffer call.
4798
4799 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4800
4801 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4802 Solaris /bin/grep does not not like it. From Peter Schauer.
4803
4804 2002-06-26 Tom Tromey <tromey@redhat.com>
4805
4806 * command.h (add_setshow_cmd): Declare.
4807 (add_setshow_cmd_full): Declare.
4808 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4809 returns void. Use add_setshow_cmd_full.
4810 (add_setshow_cmd_full): New function.
4811 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4812 (add_setshow_boolean_cmd): Likewise.
4813
4814 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4815
4816 * config/vax/tm-vax.h: Protect from multiple inclusion.
4817 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4818 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4819 * config/vax/tm-vaxbsd.h: ...here. New file.
4820 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4821
4822 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4823
4824 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4825 (BELIEVE_PCC_PROMOTION): Remove.
4826 (AP_REGNUM): Move to...
4827 * config/vax/nm-vax.h: ...here.
4828 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4829 (vax_breakpoint_from_pc): New function.
4830 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4831 and gdbarch_believe_pcc_promotion.
4832
4833 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4834
4835 * Makefile.in (vax_tdep_h): Define.
4836 (vax-tdep.o): Use $(vax_tdep_h).
4837 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4838 (vax_dump_tdep): New function.
4839 (_initialize_vax_tdep): Register vax_dump_tdep.
4840 * vax-tdep.h: Include osabi.h.
4841 (struct gdbarch_tdep): New.
4842
4843 2002-06-26 Andrew Cagney <cagney@redhat.com>
4844
4845 * frame.h (deprecated_generic_find_dummy_frame): Rename
4846 generic_find_dummy_frame.
4847 * blockframe.c (generic_find_dummy_frame): Make static.
4848 (deprecated_generic_find_dummy_frame): New function.
4849 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4850 generic_find_dummy_frame with deprecated_find_dummy_frame.
4851 (sh64_nofp_frame_init_saved_regs): Ditto.
4852 (sh_fp_frame_init_saved_regs): Ditto.
4853 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4854 (s390_frame_chain): Ditto.
4855 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4856
4857 2002-06-26 Grace Sainsbury <graces@redhat.com>
4858
4859 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4860 gdbarch vector are at the top.
4861 (NUM_REGS): Remove.
4862 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4863 (FRAME_ARGS_ADDRESS): Remove.
4864 (FRAME_LOCALS_ADDRESS): Remove.
4865 (FRAME_NUM_ARGS): Remove.
4866 (FRAME_ARGS_SKIP): Remove.
4867 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4868 (m68k_gdbarch_init): Add gdbarch initializations for macros
4869 undefined in tm-m68k.h
4870
4871 2002-06-26 Grace Sainsbury <graces@redhat.com>
4872
4873 * monitor.h: Add the function regname to monitor_ops
4874 structure. This way NUM_REGS does not have to be a constant.
4875 * monitor.c (monitor_fetch_register): Added support for regname
4876 function. The function is called if the array regnames is NULL.
4877 (monitor_store_register): Same.
4878 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4879 regnames array.
4880 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4881 cpu32bug_cmds.regname to point to new function.
4882 * abug-rom.c (abug_regname): Same as above.
4883 (init_abug_cmds): Same.
4884 * dbug-rom.c (dbug_regname): Same as above.
4885 (init_dbug_cmds): Same.
4886 * remote-est.c (est_regname): Same.
4887 (init_est_cmds): Same.
4888 * rom68k-rom.c (rom68k_regname): Same.
4889 (init_rom68k_cmds): Same.
4890
4891 2002-06-25 Tom Tromey <tromey@redhat.com>
4892
4893 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4894
4895 2002-06-25 Andrew Cagney <cagney@redhat.com>
4896
4897 * infrun.c (stop_registers): Change variable's type to ``struct
4898 regcache'''.
4899 (xmalloc_inferior_status): Delete function.
4900 (free_inferior_status): Delete function.
4901 (normal_stop): Use regcache_cpy.
4902 (struct inferior_status): Change type of fields ``stop_registers''
4903 and ``registers'' to ``struct regcache''.
4904 (write_inferior_status_register): Use regcache_write.
4905 (save_inferior_status): Instead of calling
4906 xmalloc_inferior_status, allocate the inf_status buffer directly.
4907 Use regcache_dup_no_passthrough and regcache_dup to save the
4908 buffers.
4909 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4910 Replace the stop_registers regcache instead of overriding it. Use
4911 regcache_xfree. Instead of calling free_inferior_status, xfree
4912 the buffer directly.
4913 (discard_inferior_status): Use regcache_xfree. Instead of calling
4914 free_inferior_status, xfree the buffer directly.
4915 (build_infrun): Use regcache_xmalloc.
4916 (_initialize_infrun): Delete redundant call to build_infrun.
4917
4918 * Makefile.in (infcmd.o): Add $(regcache_h).
4919
4920 * infcmd.c: Include "regcache.h".
4921 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4922 obtain the address of `stop_registers' register buffer.
4923 (print_return_value): Ditto.
4924
4925 * inferior.h (struct regcache): Add opaque declaration.
4926 (stop_registers): Change variable's declared type to ``struct
4927 regcache''.
4928
4929 2002-06-24 Tom Tromey <tromey@redhat.com>
4930
4931 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4932 * target.c (initialize_targets): Fixed typo in
4933 trust-readonly-sections `show' documentation.
4934
4935 * main.c: Marked all strings with _().
4936
4937 2002-06-24 Don Howard <dhoward@redhat.com>
4938
4939 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4940 that means max CORE_ADDR+1.
4941 (lookup_mem_region): Ditto.
4942 (mem_info_command): Ditto.
4943
4944 2002-06-24 Grace Sainsbury <graces@redhat.com>
4945
4946 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4947 (REGISTER_BYTES_OK): Remove.
4948 (REGISTER_BYTES): Remove.
4949 (STORE_STRUCT_RETURN): Remove.
4950 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4951 (STORE_RETURN_VALUE): Remove.
4952 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4953 (FRAME_CHAIN): Remove.
4954 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4955 (FRAME_SAVED_PC): Remove.
4956 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4957 (m68k_store_struct_return): Add.
4958 (m68k_deprecated_extract_return_value): Add.
4959 (m68k_deprecated_extract_struct_value_address): Add.
4960 (m68k_store_return_value): Add.
4961 (m68k_frame_chain): Add.
4962 (m68k_frameless_function_invocation): Add.
4963 (m68k_frame_saved_pc): Add.
4964 (m68k_gdbarch_init): added set_gdbarch calls for new
4965 functions and deleted macros.
4966
4967 2002-06-23 Tom Tromey <tromey@redhat.com>
4968
4969 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4970 (ALLDEPFILES): Likewise.
4971 (udiheaders): Removed.
4972 (udip2soc.o): Likewise.
4973 (udi2go32.o): Likewise.
4974 (udr.o): Likewise.
4975 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4976
4977 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4978
4979 * infrun.c (_initialize_infrun): Delete unnecessary call to
4980 build_infrun.
4981
4982 * regcache.h: Update comments describing the regcache_cpy family
4983 of functions.
4984 (regcache_save, regcache_restore): Delete declaration.
4985 (regcache_save_no_passthrough): Delete declaration.
4986 (regcache_restore_no_passthrough): Delete declaration.
4987 * regcache.c (regcache_save): Delete function.
4988 (regcache_save_no_passthrough): Delete function.
4989 (regcache_restore): Delete function.
4990 (regcache_restore_no_passthrough): Delete function.
4991
4992 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4993
4994 * config/m68k/tm-m68k.h: Fix typo.
4995 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4996 (m68k_frame_init_saved_regs): Declare.
4997
4998 2002-06-21 Jim Blandy <jimb@redhat.com>
4999
5000 Remove some vestiges of Harris 88k support.
5001 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5002 register numbering quirk.
5003 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5004 odd symbols occurring in Harris 88k ELF targets.
5005
5006 2002-06-21 Tom Tromey <tromey@redhat.com>
5007
5008 * gdb_locale.h: New file.
5009 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5010 (defs_h): Added gdb_locale.h.
5011 * configure, config.in: Rebuilt.
5012 * configure.in (PACKAGE): Define.
5013 * defs.h: Include gdb_locale.h.
5014 * main.c (captured_main): Call setlocale, bindtextdomain,
5015 textdomain.
5016
5017 2002-06-21 Dave Brolley <brolley@redhat.com>
5018
5019 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5020 * config/frv/frv.mt: New file.
5021 * config/frv/tm-frv.h: New file.
5022 * configure.tgt: Support frv-*-*.
5023 * Makefile.in (frv-tdep.o): New target.
5024 * frv-tdep.c: New file.
5025 * NEWS: Mention frv.
5026
5027 2002-06-21 Dave Brolley <brolley@redhat.com>
5028
5029 * MAINTAINERS: Add self to "Write After Approval" list.
5030
5031 2002-06-21 Grace Sainsbury <graces@redhat.com>
5032
5033 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5034 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5035 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5036 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5037 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5038
5039 * m68k-tdep.c: Include arch-utils.h
5040 (m68k_register_raw_size): Add.
5041 (m68k_register_virtual_size): Add.
5042 (m68k_register_virtual_type): Add.
5043 (m68k_register_name): Add.
5044 (m68k_stack_align): Add.
5045 (m68k_register_byte): Add.
5046 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5047 tm-m68k.h.
5048
5049 2002-06-21 Grace Sainsbury <graces@redhat.com>
5050
5051 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5052 m68k_find_saved_regs.
5053 (m68k_pop_frame): Removed saved_regs structure, and replaced
5054 references to it with frame->saved_regs.
5055 (m68k_gdbarch_init): Added function calls to initialize the
5056 gdbarch structure.
5057 (m68k_fix_call_dummy): Add.
5058 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5059 (CALL_DUMMY): Remove.
5060 (CALL_DUMMY_LENGTH): Remove.
5061 (CALL_DUMMY_START_OFFSET): Remove.
5062 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5063 (FIX_CALL_DUMMY): Remove.
5064 (PUSH_DUMMY_FRAME): Remove.
5065 (POP_FRAME): Remove.
5066
5067 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5068
5069 * parse.c (parse_fprintf): New function used to avoid calls to
5070 fprintf in bison parser generated debug code.
5071 * parser-defs.h: Declaration of new parse_fprintf function.
5072 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5073 Set YYDEBUG to 1 by default.
5074 Set YYFPRINTF as parse_fprintf.
5075
5076 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5077
5078 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5079 encoding anymore.
5080 (pointer_encoding, enum ptr_encoding): New.
5081 (execute_cfa_program): Take care about pointer encoding.
5082 (dwarf2_build_frame_info): Only call parse_frame_info for
5083 .debug_frame and .eh_frame.
5084 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5085 fixed augmentation handling, added relative addressing,
5086 ignore duplicate FDEs. Added comments.
5087 * dwarf2cfi.c: Reindented.
5088
5089 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5090
5091 * event-top.c (command_handler): Don't use space_at_cmd_start
5092 unless there is sbrk() on the host. Assign time and space data
5093 to union fields of the appropriate length.
5094
5095 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5096
5097 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5098 x86_64_register_name. Return type changed to 'const char *'.
5099 (x86_64_register_name2nr): Rename to x86_64_register_number.
5100 (x86_64_gdbarch_init): Update to reflect the change.
5101 * x86-64-tdep.h: Ditto.
5102 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5103 (supply_fpregset): Ditto.
5104
5105 2002-06-19 Andrew Cagney <cagney@redhat.com>
5106
5107 * regcache.h: Update copyright.
5108 (struct regcache, struct gdbarch): Add opaque declarations.
5109 (current_regcache): Declare global variable.
5110 (regcache_read, regcache_write): Add gdbarch parameter.
5111 (regcache_save, regcache_save_no_passthrough)
5112 (regcache_restore, regcache_restore_no_passthrough)
5113 (regcache_dup, regcache_dup_no_passthrough)
5114 (regcache_cpy, regcache_cpy_no_passthrough)
5115 (deprecated_grub_regcache_for_registers)
5116 (deprecated_grub_regcache_for_register_valid)
5117 (regcache_valid_p): Add function declarations.
5118
5119 * regcache.c: Update copyright.
5120 (regcache_descr_handle): New global variable.
5121 (struct regcache_descr): Define.
5122 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5123 (regcache_descr, xfree_regcache_descr): New functions.
5124 (struct regcache): Define.
5125 (regcache_xmalloc, regcache_xfree): New functions.
5126 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5127 (regcache_dup, regcache_dup_no_passthrough): New functions.
5128 (regcache_valid_p, regcache_read_as_address): New functions.
5129 (deprecated_grub_regcache_for_registers): New function.
5130 (deprecated_grub_regcache_for_register_valid): New function.
5131 (current_regcache): New global variable.
5132 (register_buffer): Add regcache parameter. Update calls.
5133 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5134 (read_register_gen, write_register_gen): Update register_buffer
5135 call. Test for legacy_p instead of gdbarch_register_read_p or
5136 gdbarch_register_write_p.
5137 (regcache_collect): Update register_buffer call.
5138 (build_regcache): Rewrite. Use deprecated grub functions.
5139 (regcache_save, regcache_save_no_passthrough): New functions.
5140 (regcache_restore, regcache_restore_no_passthrough): New
5141 functions.
5142 (_initialize_regcache): Create the regcache_data_handle. Swap
5143 current_regcache global variable.
5144
5145 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5146 parameter to regcache_read and regcache_write calls.
5147 (sh4_register_read): Ditto.
5148 (sh64_pseudo_register_read): Ditto.
5149 (sh64_register_read): Ditto.
5150 (sh_pseudo_register_write): Ditto.
5151 (sh4_register_write): Ditto.
5152 (sh64_pseudo_register_write): Ditto.
5153 (sh64_register_write): Ditto.
5154
5155 * defs.h (XCALLOC): Define.
5156
5157 2002-06-19 Grace Sainsbury <graces@redhat.com>
5158
5159 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5160 * m68k-tdep.c (m68k_gdbarch_init): Added.
5161 (m68k_dump_tdep): Added.
5162
5163 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5164
5165 * ada-lang.c (fill_in_ada_prototype): Update comment.
5166
5167 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5168
5169 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5170 MIPS_ABI_LAST.
5171 (mips_abi_string, mips_abi_strings): New.
5172 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5173 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5174 tdep->mips_abi_string. Honor mips_abi_string. Default to
5175 O32 if no ABI is found.
5176 (mips_dump_tdep): Use mips_abi_strings.
5177 (mips_abi_update): New function.
5178 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5179 ``set mips abi'' and ``show mips abi''. Check the size of
5180 mips_abi_strings.
5181
5182 2002-06-19 Andrew Cagney <cagney@redhat.com>
5183
5184 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5185 constant.
5186
5187 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5188
5189 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5190 current frame using only the first stack size adjustment. All
5191 subsequent size adjustments are not considered to be part of
5192 the "static" part of the current frame.
5193 Compute the address of the saved registers relative to the
5194 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5195 in use in this frame.
5196
5197 2002-06-18 Don Howard <dhoward@redhat.com>
5198
5199 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5200 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5201 suggesting this solution.
5202
5203 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5204
5205 * config/romp/xm-rtbsd.h: Delete file.
5206 * config/romp/rtbsd.mh: Delete file.
5207
5208 2002-06-18 Keith Seitz <keiths@redhat.com>
5209
5210 * breakpoint.c (condition_command): Post breakpoint_modify
5211 when a condition is added to an existing breakpoint.
5212 (commands_command): Likewise for commands.
5213 (set_ignore_count): Likewise for ignore counts.
5214 If no tty, do not simply return, still need to send event
5215 notification.
5216 (ignore_command): Only print a newline if the command came
5217 from a tty.
5218 Don't call breakpoints_changed, since this is now properly
5219 handled by set_ignore_count.
5220
5221 2002-06-18 Andrew Cagney <cagney@redhat.com>
5222
5223 * MAINTAINERS: Note that cris-elf target can be compiled with
5224 -Werror.
5225 * cris-tdep.c (cris_register_name): Make return type constant.
5226 (cris_breakpoint_from_pc): Ditto.
5227
5228 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5229
5230 * frame.h (struct frame_info): Change type of context to
5231 'struct context'.
5232
5233 2002-06-17 Andrew Cagney <cagney@redhat.com>
5234
5235 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5236 pointer.
5237 * gdbarch.h, gdbarch.c: Regenerate.
5238 * config/mips/tm-mips.h (mips_register_name): Update.
5239 * i386-tdep.h (i386_register_name): Update.
5240 * mips-tdep.c (mips_register_name): Update
5241 * alpha-tdep.c (alpha_register_name): Update.
5242 * arch-utils.c (legacy_register_name): Update.
5243 * arch-utils.h (legacy_register_name): Update.
5244 * avr-tdep.c (avr_register_name): Update.
5245 * ia64-tdep.c (ia64_register_name): Update.
5246 * i386-tdep.c (i386_register_name): Update.
5247 * sparc-tdep.c (sparc32_register_name): Update.
5248 (sparc64_register_name): Update.
5249 (sparclite_register_name): Update.
5250 (sparclet_register_name): Update.
5251 * sh-tdep.c (sh_generic_register_name): Update.
5252 (sh_sh_register_name): Update.
5253 (sh_sh3_register_name): Update.
5254 (sh_sh3e_register_name): Update.
5255 (sh_sh_dsp_register_name): Update.
5256 (sh_sh3_dsp_register_name): Update.
5257 (sh_sh4_register_name): Update.
5258 (sh_sh64_register_name): Update.
5259 * s390-tdep.c (s390_register_name): Update.
5260 * rs6000-tdep.c (rs6000_register_name): Update.
5261 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5262 (ns32k_register_name_32382): Update.
5263 * d10v-tdep.c (d10v_ts2_register_name): Update.
5264 (d10v_ts3_register_name): Update.
5265 * xstormy16-tdep.c (xstormy16_register_name): Update.
5266 * vax-tdep.c (vax_register_name): Update.
5267 * v850-tdep.c (v850_register_name): Update.
5268 * m68hc11-tdep.c (m68hc11_register_name): Update.
5269 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5270 (am33_register_name): Update.
5271
5272 2002-06-17 Grace Sainsbury <graces@redhat.com>
5273
5274 * m68k-tdep.c: Reindented.
5275
5276 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5277
5278 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5279 list of predefined types.
5280
5281 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5282
5283 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5284 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5285 REGISTER_CONVERT_TO_RAW): Remove defines.
5286 (i386_register_virtual_type, i386_register_convertible,
5287 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5288 Remove prototypes.
5289 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5290 macros mentioned above.
5291
5292 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5293 (i386lynx_saved_pc_after_call): Remove prototype.
5294 * i386ly-tdep.c: Include "i386-tdep.h".
5295 (i386lynx_saved_pc_after_call): Make static. Use
5296 read_memory_nobpt instead of read_memory. Use
5297 read_memory_unsigned_integer instead of read_memory_integer.
5298 (i386lynx_init_abi): New function.
5299 (i386lynx_coff_osabi_sniffer): New function.
5300 (_initialize_i386bsd_tdep): New function.
5301
5302 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5303 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5304 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5305 (i386_fix_call_dummy): Remove prototype.
5306 * i386-tdep.c (i386_call_dummy_words): New variable.
5307 (i386_gdbarch_init): Adjust for removal of the
5308 macros mentioned above.
5309
5310 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5311
5312 * command.h (add_setshow_auto_boolean_cmd): Replace
5313 add_set_auto_boolean_cmd.
5314 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5315 add_set_auto_boolean_cmd.
5316 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5317 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5318 mask-address'' command.
5319 (show_mask_address): Add cmd parameter.
5320 * remote.c (add_packet_config_cmd): Update. Change type of
5321 set_func and show_func to cmd_sfunc_ftype.
5322 (_initialize_remote): Update `set remote Z-packet'
5323 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5324 (show_remote_protocol_e_packet_cmd): Ditto.
5325 (show_remote_protocol_E_packet_cmd): Ditto.
5326 (show_remote_protocol_P_packet_cmd): Ditto.
5327 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5328 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5329 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5330 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5331 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5332 (show_remote_protocol_Z_packet_cmd): Ditto.
5333 (show_remote_protocol_binary_download_cmd): Ditto.
5334 (show_remote_cmd): Pass NULL to all of above.
5335
5336 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5337
5338 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5339 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5340 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5341 POP_FRAME): Remove defines.
5342 (i386_push_arguments, i386_store_struct_return,
5343 i386_extract_return_value, i386_store_return_value,
5344 i386_extract_struct_value_address, i386_push_dummy_frame,
5345 i386_pop_frame): Renove prototypes.
5346 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5347 macros mentioned above.
5348
5349 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5350
5351 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5352 add_set_boolean_cmd.
5353 (add_setshow_cmd): New function.
5354 * command.h (add_setshow_boolean_cmd): Replace
5355 add_set_boolean_cmd.
5356 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5357 and ``set rdiromatzero''.
5358 * maint.c (_initialize_maint_cmds): Update commented out code.
5359 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5360 * target.c (initialize_targets): Update `set
5361 trust-readonly-sections'.
5362 * remote.c (_initialize_remote): Update `set remotebreak'.
5363
5364 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5365
5366 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5367 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5368 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5369 fit into multi-arch framework.
5370 (i386_breakpoint_from_pc): New function.
5371 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5372 above.
5373
5374 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5375 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5376 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5377 (i386_frameless_function_invocation, i386_frame_num_args,
5378 i386_frame_init_saved_regs): Remove prototypes.
5379 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5380 macros mentioned above.
5381
5382 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5383
5384 * cli/cli-decode.c (set_cmd_cfunc): Update.
5385 (set_cmd_sfunc): Update.
5386 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5387 (set_cmd_sfunc, set_cmd_cfunc): Update.
5388 * cli/cli-decode.h: Update.
5389
5390 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5391
5392 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5393 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5394
5395 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5396
5397 * defs.h (auto_boolean): Declare enum.
5398 * command.h (cmd_auto_boolean): Delete enum.
5399 * mips-tdep.c (mask_address_var): Update.
5400 (mips_mask_address_p): Update.
5401 (show_mask_address): Update.
5402 * remote.c (struct packet_config): Update.
5403 (update_packet_config): Update.
5404 (show_packet_config_cmd): Update.
5405 (packet_ok): Update.
5406 (add_packet_config_cmd): Update.
5407 (_initialize_remote):
5408 * command.h: Update.
5409 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5410 (do_setshow_command): Update.
5411 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5412 * cli/cli-decode.h: Update.
5413
5414 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5415
5416 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5417 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5418 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5419 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5420 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5421 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5422
5423 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5424 list of DJGPP COFF targets.
5425
5426 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5427 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5428 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5429 (FP0_REGNUM): Remove define.
5430 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5431 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5432 (i386_register_virtual_size): Remove protoype.
5433 * i386-tdep.c (i386_register_virtual_size): Removed.
5434 (i386_extract_return_value, i386_store_return_value): Use
5435 FP0_REGNUM instead of NUM_FREGS to determine whether the
5436 floating-point registers are available.
5437 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5438 Adjust for removal of macros mentioned above.
5439
5440 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5441
5442 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5443 comments.
5444 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5445 Remove prototypes.
5446 (supply_gregset, fill_gregset): Remove use of register keyword and
5447 remove declaration for regmap. Use I386_NUM_GREGS instead of
5448 NUM_REGS and NUM_FREGS.
5449 (FPREGSET_FSAVE_OFFSET): Remove.
5450 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5451 NUM_FREGS to determine whether the floating-point registers are
5452 available.
5453
5454 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5455 gnu_store_registers): Replace usage of NUM_GREGS with
5456 I386_NUM_GREGS.
5457
5458 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5459 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5460 usage of NUM_GREGS with I386_NUM_GREGS.
5461
5462 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5463
5464 * i386bsd-nat.c: Include "i386-tdep.h".
5465 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5466 I386_NUM_GREGS.
5467
5468 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5469 and associated comment. They no longer make any sense, since we
5470 don't use this file anymore on Linux.
5471
5472 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5473 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5474 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5475 elements in these arrays.
5476 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5477 MAX_NUM_REGS.
5478
5479 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5480
5481 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5482 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5483
5484 2002-06-14 Andrew Cagney <cagney@redhat.com>
5485
5486 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5487 EXTRACT_RETURN_VALUE.
5488 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5489 EXTRACT_STRUCT_VALUE_ADDRESS.
5490 * gdbarch.h, gdbarch.c: Regenerate.
5491
5492 * values.c (value_being_returned): Handle
5493 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5494 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5495
5496 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5497 * arm-tdep.c (arm_gdbarch_init): Update.
5498 * avr-tdep.c (avr_gdbarch_init): Update.
5499 * cris-tdep.c (cris_gdbarch_init): Update.
5500 * d10v-tdep.c (d10v_gdbarch_init): Update.
5501 * ia64-tdep.c (ia64_gdbarch_init): Update.
5502 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5503 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5504 * s390-tdep.c (s390_gdbarch_init): Update.
5505 * sh-tdep.c (sh_gdbarch_init): Update.
5506 * s390-tdep.c (s390_gdbarch_init): Update.
5507 * sparc-tdep.c (sparc_gdbarch_init): Update.
5508 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5509 * v850-tdep.c (v850_gdbarch_init): Update.
5510 * vax-tdep.c (vax_gdbarch_init): Update.
5511 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5512 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5513
5514 * config/arc/tm-arc.h: Update.
5515 * config/d30v/tm-d30v.h: Update.
5516 * config/fr30/tm-fr30.h: Update.
5517 * config/h8300/tm-h8300.h: Update.
5518 * config/h8500/tm-h8500.h: Update.
5519 * config/i386/tm-i386.h: Update.
5520 * config/i386/tm-ptx.h: Update.
5521 * config/i386/tm-symmetry.h: Update.
5522 * config/i960/tm-i960.h: Update.
5523 * config/m32r/tm-m32r.h: Update.
5524 * config/m68k/tm-delta68.h: Update.
5525 * config/m68k/tm-linux.h: Update.
5526 * config/m68k/tm-m68k.h: Update.
5527 * config/m88k/tm-m88k.h: Update.
5528 * config/mcore/tm-mcore.h: Update.
5529 * config/mips/tm-mips.h: Update.
5530 * config/mn10200/tm-mn10200.h: Update.
5531 * config/pa/tm-hppa.h: Update.
5532 * config/pa/tm-hppa64.h: Update.
5533 * config/sparc/tm-sp64.h: Update.
5534 * config/sparc/tm-sparc.h: Update.
5535 * config/sparc/tm-sparclet.h: Update.
5536 * config/z8k/tm-z8k.h: Update.
5537
5538 2002-06-14 Andrew Cagney <cagney@redhat.com>
5539
5540 * Makefile.in (i386_linux_tdep_h): Define.
5541 (i386_tdep_h, i387_tdep_h): Define.
5542 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5543 $(i386_tdep_h) and $(i387_tdep_h).
5544 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5545
5546 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5547
5548 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5549 Already covered by the default.
5550
5551 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5552 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5553 (i386_gdbarch_init): Initialize long_double_format and long_double
5554 bit.
5555
5556 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5557 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5558 Move these to ...
5559 * config/i386/i386sol2.mh: ... here.
5560 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5561 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5562 (SIGCONTEXT_PC_OFFSET): Remove define.
5563 (IN_SIGTRAMP): Remove define.
5564 * i386-sol2-tdep.c: New file.
5565
5566 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5567 * config/i386/tm-i386nw.h: Removed.
5568
5569 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5570 USE_STRUCT_CONVENTION): Remove defines.
5571 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5572 (get_longjmp_target): Remove prototype.
5573 (IN_SIGTRAMP): Remove define.
5574 (i386bsd_in_sigtramp): Remove prototype.
5575 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5576 function. Update comment accordingly
5577 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5578 (FRAME_SAVED_PC): Remove define.
5579 (i386bsd_frame_saved_pc): Remove prototype.
5580 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5581 GET_LONGJMP_TARGET): Remove defines.
5582 (get_longjmp_target): Remove prototype.
5583 (IN_SIGTRAMP): Remove define.
5584 (i386bsd_in_sigtramp): Remove prototype.
5585 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5586 function. Update comment accordingly
5587 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5588 (FRAME_SAVED_PC): Remove define.
5589 (i386bsd_frame_saved_pc): Remove prototype.
5590 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5591 Remove prototype.
5592 (USE_STRUCT_CONVENTION): Remove prototype.
5593 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5594 declaration.
5595 (_initialize_i386bsd_nat): Revise logic to determine some
5596 constants at compile time when compiling a native GDB. Warn if
5597 things don't match up with what we expect.
5598 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5599 Remove variables.
5600 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5601 to use date stored in `struct gdbarch_tdep'.
5602 (i386bsd_sigcontext_offset): Remove varaible.
5603 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5604 stored in `struct gdbarch_tdep'.
5605 (i386bsd_frame_saved_pc): Make static.
5606 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5607 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5608 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5609 i386fbsd4_sc_pc_offset): New variables.
5610 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5611 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5612 functions.
5613 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5614 functions.
5615 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5616 Modify the value of i386fbsd_sigtramp_start and
5617 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5618 i386fbsd_sigtramp_end.
5619 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5620 function.
5621
5622 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5623 define to i386-linux-tdep.h.
5624 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5625 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5626 defines.
5627 (i386_linux_register_name, i386_linux_register_byte,
5628 i386_linux_register_raw_size): Remove prototypes.
5629 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5630 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5631 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5632 TARGET_WRITE_PC): Remove defines.
5633 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5634 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5635 i386_linux_write_pc): Remove prototypes.
5636 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5637 (get_longjmp_target): Remove prototype.
5638 * i386-linux-tdep.h: New file.
5639 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5640 * i386-linux-tdep.c: Include "i386-tdep.h" and
5641 "i386-linux-tdep.h".
5642 (i386_linux_register_name, i386_linux_register_byte,
5643 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5644 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5645 Make static.
5646 (i386_linux_init_abi): New function.
5647 (_initialize_i386_linux_tdep): New function.
5648
5649 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5650 (i386_saved_pc_after_call): Remove prototype.
5651 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5652 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5653 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5654 (i386_register_name, i386_stab_reg_to_regnum,
5655 i386_dwarf_reg_to_regnum): Remove prototypes.
5656 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5657 SIZEOF_SSE_REGS): Remove defines.
5658 (REGISTER_BYTES): Remove define.
5659 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5660 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5661 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5662 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5663 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5664 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5665 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5666 (get_longjmp_target): Remove prototype.
5667 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5668 (sigtramp_saved_pc): Remove define.
5669 (i386v4_sigtramp_saved_pc): Remove prototype.
5670 * config/i386/tm-go32.h (FRAME_CHAIN,
5671 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5672 (i386go32_frame_saved_pc): Remove prototype.
5673 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5674 (get_longjmp_target): Remove prototype.
5675 * i386-tdep.h: Include "osabi.h".
5676 (enum i386_abi): Removed.
5677 (enum struct_return): New enum.
5678 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5679 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5680 sc_pc_offset members.
5681 (i386_gdbarch_register_os_abi): Remove prototype.
5682 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5683 I386_SSE_NUM_REGS): New defines.
5684 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5685 I386_SSE_SIZEOF_REGS): New defines.
5686 (i386_register_name, i386_register_byte, i386_register_raw_size):
5687 New prototypes.
5688 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5689 (i386bsd_sigtramp_saved_pc): New prototype.
5690 * i386-tdep.c: Don't include "elf-bfd.h".
5691 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5692 i386_frame_chain, i386_saved_pc_after_call): Make static.
5693 (i386_frame_saved_pc): Rewrite to call architecture dependent
5694 function to deal with signal handlers. Make static.
5695 (i386go32_frame_saved_pc): Removed.
5696 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5697 Removed.
5698 (i386_get_longjmp_target): New function.
5699 (default_struct_convention, pcc_struct_convention,
5700 reg_struct_convention, valid_conventions, struct_convention): New
5701 variables.
5702 (i386_use_struct_convention): New function.
5703 (i386v4_sigtramp_saved_pc): Renamed to
5704 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5705 (i386_pc_in_sigtramp): New function.
5706 (i386_abi_names): Removed.
5707 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5708 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5709 Removed.
5710 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5711 i386_gdbarch_register_os_abi): Removed.
5712 (struct i386_abi_handler): Removed.
5713 (i386_abi_handler_list): Removed.
5714 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5715 functions.
5716 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5717 i386_nw_init_abi): New functions.
5718 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5719 Use set_gdbarch_xxx() calls instead of relying on macros for a
5720 number of calls.
5721 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5722 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5723 Register the various architecture variants defined in this file.
5724
5725 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5726
5727 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5728 (struct main_type): Remove arg_types member. Update comments for
5729 struct field.
5730 (TYPE_ARG_TYPES): Remove.
5731 (TYPE_FN_FIELD_ARGS): Update.
5732 (smash_to_method_type): Update prototype.
5733
5734 * c-typeprint.c (cp_type_print_method_args): Take method type
5735 instead of argument list. Use new argument layout. Simplify.
5736 (c_type_print_args): Use new argument layout. Simplify.
5737 (c_type_print_base): Update call to cp_type_print_method_args.
5738 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5739 argument; use die->type instead. Update call to
5740 smash_to_method_type.
5741 (read_structure_scope): Update call to dwarf2_add_member_fn.
5742 * gdbtypes.c (allocate_stub_method): Update comment.
5743 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5744 Use new argument layout.
5745 (check_stub_method): Use new argument layout. Don't count
5746 void as an argument.
5747 (print_arg_types): Update comments. Use new argument layout.
5748 (recursive_dump_type): Don't print arg_types member.
5749 * hpread.c (hpread_read_struct_type): Use new argument layout.
5750 (fixup_class_method_type): Likewise.
5751 (hpread_type_lookup): Likewise.
5752 * stabsread.c (read_type): Update calls to read_args and
5753 smash_to_method_type.
5754 (read_args): Use new argument layout. Simplify.
5755 * valops.c (typecmp): Use new argument layout. Update parameters
5756 and comments. Simplify.
5757 (hand_function_call): Use new argument layout.
5758 (search_struct_method): Update call to typecmp.
5759 (find_overload_match): Use new argument layout.
5760
5761 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5762
5763 * NEWS: Mention multithreaded debug support for gdbserver.
5764
5765 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5766
5767 * MAINTAINERS: Mention NEWS.
5768
5769 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5770
5771 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5772 (struct mips_objfile_private, compare_pdr_entries): New.
5773 (non_heuristic_proc_desc): Read the ".pdr" section if it
5774 is present.
5775
5776 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5777
5778 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5779 (arm_debug): New static variable.
5780 (_initialize_arm_tdep): Add ``set debug arm'' command.
5781
5782 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5783
5784 * Makefile.in (sim_arm_h): Define.
5785 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5786 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5787 (arm_register_sim_regno): New function, map an internal REGNUM
5788 onto a simulator register number.
5789 (arm_gdbarch_init): Set register_sim_regno.
5790
5791 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5792
5793 * MAINTAINERS: Add self.
5794
5795 2002-06-11 Jim Blandy <jimb@redhat.com>
5796
5797 * source.c (source_info): Mention whether the symtab has
5798 information about preprocessor macros.
5799
5800 Call the command `info macro', not `show macro'.
5801 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5802 Fix error message.
5803 (_initialize_macrocmd): Register `info_macro_command' in
5804 `infolist', not `showlist'.
5805
5806 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5807
5808 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5809 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5810 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5811 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5812 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5813 unconditionally.
5814 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5815 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5816 (_initialize_mips_tdep): Remove dead code.
5817 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5818 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5819 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5820 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5821 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5822 MIPS_LAST_FP_ARG_REGNUM): Remove.
5823
5824 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5825
5826 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5827 (unwind_tmp_obstack_free, parse_frame_info)
5828 (update_context, cfi_read_fp, cfi_write_fp)
5829 (cfi_frame_chain, cfi_init_extra_frame_info)
5830 (cfi_virtual_frame_pointer): Use the above function.
5831 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5832
5833 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5834
5835 * v850-tdep.c (v850_type_is_scalar): New function.
5836 (v850_use_struct_convention): Match current gcc implementation
5837 as close as possible.
5838 (v850_push_arguments): Fix stack_offset handling. Don't write
5839 struct_addr into register. This is done by v850_store_struct_return.
5840 (v850_extract_return_value): Care for structs.
5841 (v850_store_return_value): Ditto.
5842 (v850_store_struct_return): Actually write address.
5843
5844 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5845
5846 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5847 without debug information too.
5848
5849 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5850
5851 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5852 Make multi-arch pure.
5853 * gdbarch.h, gdbarch.c: Re-generate.
5854 * arm-tdep.c (arm_print_float_info): Update.
5855 * arch-utils.h (default_print_float_info): Update.
5856 * arch-utils.c (default_print_float_info): Update.
5857 * infcmd.c (float_info): Update call.
5858
5859 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5860
5861 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5862 the front of the initialize list.
5863
5864 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5865
5866 * infrun.c (struct inferior_status): Replace fields
5867 selected_frame_address and selected_level with field
5868 selected_frame_id.
5869 (save_inferior_status): Update. Use get_frame_id.
5870 (struct restore_selected_frame_args): Delete.
5871 (restore_selected_frame): Update. Use frame_find_by_id.
5872 (restore_inferior_status): Update.
5873
5874 * breakpoint.h (struct breakpoint): Change type of
5875 watchpoint_frame to frame_id.
5876 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5877 call to get_current_frame.
5878 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5879 get_current_frame.
5880 (watchpoint_check): Use frame_find_by_id.
5881
5882 * frame.h (record_selected_frame): Delete declaration.
5883 * stack.c (record_selected_frame): Delete function.
5884
5885 * frame.h (struct frame_id): Define.
5886 (get_frame_id): Declare.
5887 (frame_find_by_id): Declare.
5888 * frame.c (frame_find_by_id): New function.
5889 (get_frame_id): New function.
5890
5891 2002-06-10 Andrey Volkov <avolkov@transas.com>
5892
5893 * ser-e7kpc.c: Fix duplicated define and call of
5894 _initialize_ser_e7000pc
5895
5896 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5897
5898 * signals/signals.c (target_signal_from_host): Fix #ifdef
5899 SIGRTMIN case.
5900 (do_target_signal_to_host): Likewise.
5901
5902 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5903
5904 * mips-tdep.c (mips_find_abi_section): New function.
5905 (mips_gdbarch_init): Call it.
5906
5907 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5908
5909 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5910 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5911 after Andrew's 2002-06-08 gdbarch change.
5912
5913 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5914
5915 * i386-linux-nat.c (suppy_gregset): Don't supply
5916 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5917 register cache.
5918 (fill_gregset): Don't fetch it under the same circumstances.
5919
5920 2002-06-09 Andrew Cagney <cagney@redhat.com>
5921
5922 * Makefile.in (callback_h): Define.
5923 (remote_sim_h): Update path to remote-sim.h.
5924 (remote-rdp.o): Add $(callback_h).
5925 (remote-sim.o): Use $(callback_h).
5926 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5927 * remote-rdp.c: Include "gdb/callback.h".
5928
5929 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5930
5931 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5932 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5933
5934 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5935
5936 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5937 * rdi-share/serpardr.c: Ditto.
5938 * rdi-share/unixcomm.c: Ditto.
5939 * rdi-share/serdrv.c: Ditto.
5940 * rdi-share/hostchan.h: Ditto.
5941 * rdi-share/hostchan.c: Ditto.
5942 * rdi-share/host.h: Ditto.
5943 * rdi-share/devsw.c: Ditto.
5944
5945 * objfiles.h: Change type of obj_private to void pointer.
5946 * pa64solib.c: Update copyright. Don't include "assert.h", use
5947 strcmp instead of STREQ, use LONGEST, do not use PTR
5948 * somsolib.c: Ditto.
5949
5950 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5951 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5952 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5953
5954 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5955
5956 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5957 (default_get_saved_register): Delete function.
5958 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5959 generic_unwind_get_saved_register.
5960 * gdbarch.h, gdbarch.c: Re-generate.
5961
5962 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5963
5964 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5965 generic_func_frame_chain_valid.
5966 * gdbarch.h, gdbarch.c: Re-generate.
5967 * blockframe.c (generic_func_frame_chain_valid): Only check
5968 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5969 passing FP to PC_IN_CALL_DUMMY.
5970 Fix PR gdb/360.
5971
5972 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5973
5974 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5975 (register_gdbarch_data): Initialize init_p.
5976 (gdbarch_data): Initialize data pointer using the init function.
5977 (init_gdbarch_data): Delete function.
5978 (gdbarch_update_p): Update.
5979 (initialize_non_multiarch): Update.
5980 (struct gdbarch): Add field initialized_p.
5981 * gdbarch.h, gdbarch.c: Re-generate.
5982
5983 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5984
5985 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5986 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5987 better do the things actually here.
5988 * x86-64-tdep.c (x86_64_register_name2nr): New.
5989 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5990 (x86_64_gdbarch_init): Respect the above change.
5991 * x86-64-tdep.h (x86_64_register_name2nr)
5992 (x86_64_register_nr2name): Add prototypes.
5993 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5994
5995 2002-06-06 Michael Snyder <msnyder@redhat.com>
5996
5997 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5998 Delete extra braces and re-indent.
5999 (d10v_store_return_value): Char return values
6000 must be shifted over by one byte in R0.
6001 (d10v_extract_return_value): Delete extra braces, re-indent.
6002
6003 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6004
6005 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6006 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6007 (d10v_integer_to_address): Rewrite.
6008 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6009 the d10v specific functions which take care of converting to the
6010 correct space.
6011
6012 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6013
6014 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6015 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6016
6017 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6018
6019 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6020 includes.
6021 * config/tm-linux.h: Ditto.
6022 * config/alpha/tm-alphalinux.h: Ditto.
6023 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6024 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6025 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6026 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6027 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6028 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6029 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6030 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6031 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6032 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6033 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6034 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6035 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6036 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6037 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6038 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6039 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6040 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6041 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6042 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6043 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6044 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6045 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6046 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6047 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6048 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6049 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6050 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6051 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6052 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6053 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6054 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6055 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6056 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6057 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6058 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6059 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6060
6061 2002-05-04 Aidan Skinner <aidan@velvet.net>
6062
6063 * ada-exp.tab.c: New file
6064 * ada-exp.y: New file
6065 * ada-lang.c: New file
6066 * ada-lang.h: New file
6067 * ada-lex.c: New file
6068 * ada-lex.l: New file
6069 * ada-tasks.c: New file
6070 * ada-typeprint.c: New file
6071 * ada-valprint.c: New file
6072
6073 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6074
6075 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6076 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6077
6078 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6079
6080 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6081 insetead of ppc-linux-tdep.o.
6082 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6083 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6084
6085 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6086
6087 2002-05-07 Christian Groessler <chris@groessler.org>
6088 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6089 bit register contents for little endian hosts.
6090
6091 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6092
6093 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6094 any maintainer.
6095
6096 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6097
6098 * gdbarch.h: Regenerate.
6099
6100 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6101
6102 * MAINTAINERS: Add everyone to write-after-approval list.
6103
6104 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6105
6106 * stack.c (frame_info): Use frame_register_unwind instead of
6107 saved_regs. Mention when the SP is on the stack or in a register.
6108
6109 * frame.h (frame_register_unwind_ftype): Define. Document.
6110 (struct frame_info): Add field register_unwind and
6111 register_unwind_cache.
6112 (frame_register_unwind): Declare.
6113 (generic_unwind_get_saved_register): Declare.
6114
6115 * frame.c (frame_register_unwind): New function.
6116 (generic_unwind_get_saved_register): New function.
6117
6118 * blockframe.c (generic_call_dummy_register_unwind): New function.
6119 (frame_saved_regs_register_unwind): New function.
6120 (set_unwind_by_pc): New function.
6121 (create_new_frame): New function.
6122 (get_prev_frame): New function.
6123
6124 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6125
6126 * a29k-share/: Delete directory.
6127 * remote-vx29k.c: Delete file.
6128
6129 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6130
6131 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6132 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6133
6134 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6135
6136 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6137 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6138 (sparc64nbsd-nat.o)
6139 (sparcnbsd-nat.o)
6140 (sparcnbsd-tdep.o): New dependency lists.
6141 * NEWS: Note new UltraSPARC NetBSD native configuration.
6142 * configure.host (sparc64-*-netbsd*): New host.
6143 * configure.tgt (sparc-*-netbsdelf*)
6144 (sparc-*-netbsd*): Set gdb_target to nbsd.
6145 (sparc64-*-netbsd*): New target.
6146 * sparc64nbsd-nat.c: New file.
6147 * sparcnbsd-nat.c: New file.
6148 * sparcnbsd-tdep.c: New file.
6149 * sparcnbsd-tdep.h: New file.
6150 * config/sparc/nbsd.mt: New file.
6151 * config/sparc/nbsd64.mh: New file.
6152 * config/sparc/nbsd64.mt: New file.
6153 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6154 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6155 (HOST_IPC): Remove.
6156 * config/sparc/nbsdaout.mt: Remove.
6157 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6158 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6159 (HOST_IPC): Remove.
6160 * config/sparc/nbsdelf.mt: Remove.
6161 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6162 sparc-nat.c compatiblity defines.
6163 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6164 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6165 * config/sparc/tm-nbsd64.h: New file.
6166 * config/sparc/tm-nbsdaout.h: Remove.
6167 * config/sparc/xm-nbsd.h: Remove.
6168
6169 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6170
6171 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6172 * sparc-tdep.c: Include osabi.h.
6173 (gdbarch_tdep): Add osabi member.
6174 (_initialize_sparc_tdep): Use gdbarch_register.
6175 (sparc_gdbarch_init): Use generic OS ABI framework.
6176 (sparc_dump_tdep): New function.
6177
6178 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6179
6180 * corefile.c (do_captured_read_memory_integer): Return non-zero
6181 result.
6182 (safe_read_memory_integer): Copy result of memory read when
6183 status is non-zero. Also, add comments.
6184
6185 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6186
6187 * Makefile.in (ppc_tdep_h): Define.
6188 (ppc-linux-nat.o)
6189 (ppc-linux-tdep.o)
6190 (rs6000-tdep.o): Use $(ppc_tdep_h).
6191 (ppc-sysv-tdep.o)
6192 (ppcnbsd-nat.o)
6193 (ppcnbsd-tdep.o): New dependency lists.
6194 * ppc-tdep.h: Use generic OS ABI framework.
6195 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6196 (ppc_linux_init_abi): New functions.
6197 (ppc_sysv_abi_broken_use_struct_convention)
6198 (ppc_sysv_abi_use_struct_convention)
6199 (ppc_sysv_abi_push_arguments): Move to...
6200 * ppc-sysv-tdep.c: ...here.
6201 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6202 * rs6000-tdep.c (process_note_abi_tag_sections)
6203 (get_elfosabi): Remove.
6204 (rs6000_gdbarch_init): Use generic OS ABI framework.
6205 (rs6000_dump_tdep): New function.
6206 (_initialize_rs6000_tdep): Use gdbarch_register.
6207 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6208 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6209 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6210 of ppc-linux-tdep.o.
6211 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6212 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6213 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6214 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6215 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6216 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6217
6218 2002-05-29 Jim Blandy <jimb@redhat.com>
6219
6220 * macroscope.c (default_macro_scope): Put `void' in empty argument
6221 list.
6222
6223 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6224
6225 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6226 * arch-utils.c: Include "sim-regno.h".
6227 * gdbarch.sh: Don't include "sim-regno.h".
6228 * gdbarch.h, gdbarch.c: Regenerate.
6229 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6230 here.
6231 * arch-utils.h (legacy_register_sim_regno): To here.
6232 * remote-sim.c (legacy_register_sim_regno): Move function from
6233 here.
6234 * arch-utils.c (legacy_register_sim_regno): To here.
6235
6236 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6237
6238 * sim-regno.h: New file.
6239 * Makefile.in (sim_regno_h): Define.
6240 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6241 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6242 (legacy_register_sim_regno): New function.
6243 (one2one_register_sim_regno): New function.
6244 (gdbsim_fetch_register): Rewrite.
6245 (gdbsim_store_register): Only store a register when
6246 REGISTER_SIM_REGNO is valid.
6247 * d10v-tdep.c: Include "sim-regno.h".
6248 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6249 (d10v_ts3_register_sim_regno): Ditto.
6250 * gdbarch.sh: Include "sim-regno.h".
6251 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6252 * gdbarch.h, gdbarch.c: Regenerate.
6253 * arch-utils.h (default_register_sim_regno): Delete declaration.
6254 * arch-utils.c (default_register_sim_regno): Delete function.
6255
6256 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6257
6258 * ppcnbsd-nat.c: Rewrite.
6259 * ppcnbsd-tdep.c: New file.
6260 * ppcnbsd-tdep.h: New file.
6261 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6262 solib.o, and solib-svr4.o.
6263 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6264 nbsd-tdep.o, and corelow.o.
6265
6266 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6267
6268 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6269 `tr' and `sed'. Mention that `broken' targets are not expected to
6270 build.
6271
6272 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6273
6274 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6275 Let PC point right after the prologue before looking up symbols.
6276
6277 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6278
6279 * i386-tdep.c (i386_register_virtual_type): Return
6280 builtin_type_vec128i for SSE registers.
6281
6282 * gdbtypes.h (builtin_type_vec128i): Declare.
6283
6284 * gdbtypes.c (build_builtin_type_vec128i): New function.
6285 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6286 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6287 (build_gdbtypes): Initialize new builtin vector types.
6288 (_initialize_gdbtypes): Register new vector types with gdbarch.
6289
6290 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6291
6292 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6293 since it has been multi-arch'd.
6294 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6295 Move Alpha and VAX multi-arch news entries to same section
6296 as other multi-arch news.
6297
6298 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6299
6300 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6301 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6302 static. Rename some register numbers to put them in ns32k-tdep
6303 private namespace.
6304 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6305 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6306 functions.
6307 (_initialize_ns32k_tdep): Use gdbarch_register.
6308 * ns32k-tdep.h: New file.
6309 * ns32knbsd-tdep.c: New file.
6310 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6311 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6312 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6313 REGISTER_BYTES, REGISTER_BYTE): Remove.
6314 * config/ns32k/tm-ns32k.h: New file.
6315 * config/ns32k/tm-umax.h: Remove.
6316
6317 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6318
6319 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6320 ns32k_store_struct_return, ns32k_extract_return_value,
6321 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6322 functions.
6323 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6324 ns32k_saved_pc_after_call.
6325 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6326 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6327 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6328 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6329 ns32k_extract_struct_value_address.
6330
6331 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6332
6333 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6334 ns32k_fix_call_dummy): New.
6335 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6336 ns32k_call_dummy_words.
6337 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6338 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6339 CALL_DUMMY_NARGS): Remove.
6340 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6341
6342 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6343
6344 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6345 ns32k_frame_saved_pc, ns32k_frame_args_address,
6346 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6347 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6348 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6349 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6350 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6351 (BREAKPOINT): Remove..
6352 (FRAME_CHAIN): Define as ns32k_frame_chain.
6353 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6354 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6355 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6356 (FRAME_FIND_SAVED_REGS): Remove.
6357 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6358 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6359 (POP_FRAME): Define as ns32k_pop_frame.
6360
6361 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6362
6363 * ns32k-tdep.c (ns32k_register_byte_32082,
6364 ns32k_register_byte_32382, ns32k_register_raw_size,
6365 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6366 functions.
6367 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6368 ns32k_register_byte_32382.
6369 * config/ns32k/tm-umax.h: Update copyright years.
6370 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6371 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6372 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6373 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6374 (ns32k_get_enter_addr): Fix prototype.
6375
6376 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6377
6378 * ns32k-tdep.c: Update copyright years.
6379 (ns32k_register_name_32082): New function.
6380 (ns32k_register_name_32382): Ditto.
6381 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6382 (REGISTER_NAME): Define as ns32k_register_name_32382.
6383 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6384 (REGISTER_NAME): Define as ns32k_register_name_32082.
6385
6386 2002-05-24 Jim Blandy <jimb@redhat.com>
6387
6388 * dwarf2read.c (free_line_header): Use xfree, not free.
6389
6390 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6391
6392 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6393 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6394
6395 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6396
6397 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6398
6399 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6400
6401 From Ross Alexander at NEC Europe:
6402 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6403
6404 2002-05-23 Michael Snyder <msnyder@redhat.com>
6405
6406 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6407 for input, rather than parse_and_eval_address.
6408
6409 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6410
6411 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6412 * Makefile.in (sim_d10v_h): Update definition.
6413
6414 2002-05-24 Andrew Cagney <cagney@redhat.com>
6415
6416 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6417 change `2002-05-22 Michael Snyder' below.
6418 (d10v_push_arguments): Ditto.
6419 (d10v_extract_return_value): Ditto.
6420
6421 2002-05-23 Jim Blandy <jimb@redhat.com>
6422
6423 * macrotab.c (check_for_redefinition): Don't complain if the new
6424 definition is the same as the previous one. Take more arguments
6425 to allow the comparison.
6426 (macro_define_object, macro_define_function): Pass more arguments
6427 to check_for_redefinition.
6428
6429 2002-05-22 Michael Snyder <msnyder@redhat.com>
6430
6431 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6432 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6433 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6434 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6435 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6436 Add a temp variable to save a call (and a memory read).
6437 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6438 if possible (so that PC_IN_CALL_DUMMY will work).
6439
6440 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6441
6442 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6443
6444 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6445
6446 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6447 fde->cie_ptr.
6448 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6449 (dwarf2_build_frame_info): Add offset to fde->initial_location
6450 so that frames of shared libraries are mapped correctly.
6451 (execute_stack_op): Change type of 'result' from ULONGEST to
6452 CORE_ADDR.
6453
6454 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6455
6456 * config/alpha/tm-nbsd.h: Include solib.h.
6457
6458 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6459
6460 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6461 assumptions about the host's byte order.
6462
6463 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6464
6465 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6466 to dependency list.
6467 * alphanbsd-tdep.c: Include solib-svr4.h.
6468 * shnbsd-tdep.c: Ditto.
6469
6470 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6471
6472 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6473 nbsd-tdep.h to dependency list.
6474 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6475 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6476 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6477 nbsdaout.mh and nbsdelf.mh consistently.
6478 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6479 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6480 nbsdaout.mt and nbsdelf.mh consistently.
6481 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6482 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6483 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6484 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6485 a.out shared library stuff from here...
6486 * config/nm-nbsdaout.h: ...to here.
6487 * config/tm-nbsd.h: Remove.
6488 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6489 * config/arm/nbsd.mh: Remove.
6490 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6491 nbsd-tdep.o.
6492 * config/arm/nbsdaout.mh: New file.
6493 * config/arm/nbsdelf.mh: New file.
6494 * config/arm/nm-nbsdaout.h: New file.
6495 * config/i386/nbsd.mh: Remove.
6496 * config/i386/nbsd.mt: Remove.
6497 * config/i386/nbsdaout.mh: New file.
6498 * config/i386/nbsdaout.mt: New file.
6499 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6500 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6501 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6502 i386_register_u_addr): Remove.
6503 * config/i386/nm-nbsdaout.h: New file.
6504 * config/i386/nm-nbsdelf.h: Remove.
6505 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6506 (USE_STRUCT_CONVENTION): Remove.
6507 * config/i386/tm-nbsdaout.h: New file.
6508 * config/i386/tm-nbsdelf.h: Remove.
6509 * config/m68k/nbsd.mh: Remove.
6510 * config/m68k/nbsd.mt: Remove.
6511 * config/m68k/nbsdaout.mh: New file.
6512 * config/m68k/nbsdaout.mt: New file.
6513 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6514 * config/m68k/nm-nbsdaout.h: New file.
6515 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6516 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6517 * config/ns32k/nbsd.mh: Remove.
6518 * config/ns32k/nbsd.mt: Remove.
6519 * config/ns32k/nbsdaout.mh: New file.
6520 * config/ns32k/nbsdaout.mt: New file.
6521 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6522 * config/ns32k/nm-nbsdaout.h: New file.
6523 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6524 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6525 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6526 (SVR4_SHARED_LIBS): Remove.
6527 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6528 * config/sparc/nbsd.mh: Remove.
6529 * config/sparc/nbsd.mt: Remove.
6530 * config/sparc/nbsdaout.mh: New file.
6531 * config/sparc/nbsdaout.mt: New file.
6532 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6533 * config/sparc/nbsdelf.mt: New file.
6534 * config/sparc/nm-nbsdaout.h: New file.
6535 * config/sparc/nm-nbsdelf.h: Remove.
6536 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6537 * config/sparc/tm-nbsdaout.h: New file.
6538
6539 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6540
6541 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6542 mipsnbsd-tdep.c
6543 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6544
6545 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6546
6547 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6548 shnbsd-nat.c.
6549 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6550
6551 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6552
6553 * NEWS: Note new MIPS NetBSD native configuration.
6554 * configure.host (mips*-*-netbsd*): New host.
6555 * configure.tgt (mips*-*-netbsd*): New target.
6556 * mipsnbsd-nat.c: New file.
6557 * mipsnbsd-tdep.c: New file.
6558 * mipsnbsd-tdep.h: New file.
6559 * config/mips/nbsd.mh: New file.
6560 * config/mips/nbsd.mt: New file.
6561 * config/mips/nm-nbsd.h: New file.
6562 * config/mips/tm-nbsd.h: New file.
6563
6564 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6565
6566 * Makefile.in (SFILES): Add osabi.c.
6567 (COMMON_OBS): Add osabi.o.
6568 (osabi.o): New dependency list.
6569 * osabi.c: New file.
6570 * osabi.h: New file.
6571 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6572
6573 * Makefile.in (alpha_tdep_h): Define and use instead of
6574 alpha-tdep.h.
6575 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6576 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6577 Remove.
6578 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6579 * alpha-tdep.h: Include osabi.h.
6580 (alpha_abi): Remove.
6581 (gdbarch_tdep): Use generic OS ABI framework.
6582 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6583 gdbarch_register_osabi.
6584 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6585 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6586 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6587
6588 * Makefile.in (sh_tdep_h): Add osabi.h.
6589 * sh-tdep.h (sh_osabi): Remove.
6590 (gdbarch_tdep): Use generic OS ABI framework.
6591 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6592 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6593 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6594 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6595
6596 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6597 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6598 gdbarch_register_osabi.
6599 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6600 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6601 (get_elfosabi): Rename to...
6602 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6603 ABI framework support routines.
6604 (arm_gdbarch_init): Use generic OS ABI framework.
6605 (arm_dump_tdep): Likewise.
6606 (_initialize_arm_tdep): Likewise.
6607 * arm-tdep.h: Include osabi.h.
6608 (arm_abi): Remove.
6609 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6610 osabi member.
6611 (arm_gdbarch_register_os_abi): Remove prototype.
6612 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6613 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6614
6615 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6616 * mips-tdep.c: Include osabi.h.
6617 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6618 OS ABI framework.
6619
6620 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6621
6622 * h8300-tdep.c: Fix formatting.
6623
6624 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6625
6626 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6627 printing vector registers.
6628
6629 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6630
6631 From Fernando Nasser:
6632 * remote.c (remote_async_open_1): Re-throw the exception when the
6633 connection fails.
6634 (remote_cisco_open): Ditto.
6635 (remote_open_1): Ditto.
6636
6637 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6638
6639 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6640 (remote_start_remote): Add uiout parameter. Pass through to
6641 remote_start_remote_dummy.
6642 (remote_open_1): Use catch_exception instead of catch_errors.
6643 (remote_async_open_1): Ditto.
6644 (remote_cisco_open): Ditto.
6645
6646 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6647
6648 * remote.c (remote_start_remote): Replace PTR with void pointer.
6649 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6650 static.
6651
6652 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6653
6654 * gdb_indent.sh: Allow the script to be run in the sim directory.
6655
6656 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6657
6658 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6659 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6660
6661 * corelow.c (core_open): Only call set_gdbarch_from_file if
6662 exec_bfd is NULL.
6663
6664 2002-05-17 Andrey Volkov <avolkov@transas.com>
6665
6666 * h8300-tdep.c: Add support of EXR register
6667 * config/h8300/tm-h8300.h: Ditto.
6668
6669 2002-05-17 Andrey Volkov <avolkov@transas.com>
6670
6671 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6672
6673 2002-05-17 Andrey Volkov <avolkov@transas.com>
6674
6675 * h8300-tdep.c: Change literal regnums to REGNO.
6676
6677 2002-05-17 Jim Blandy <jimb@redhat.com>
6678
6679 * NEWS: Note addition of macro support.
6680
6681 Expand preprocessor macros in C expressions.
6682 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6683 (scan_macro_expansion, scanning_macro_expansion,
6684 finished_macro_expansion): New function declarations.
6685 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6686 variable declarations.
6687 * parser-defs.h (expression_context_pc): New declaration.
6688 * parse.c (expression_context_pc): New variable.
6689 (parse_exp_1): Set expression_context_pc, as well as
6690 expression_context_block.
6691 * c-exp.y (yylex): If we're not already reading the result of a
6692 macro expansion, try to macro-expand the next token. When we're
6693 done scanning a macro expansion, switch back to the mainline text.
6694 Commas and `if's in a macro's expansion don't terminate the input.
6695 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6696 (macro_original_text, macro_expanded_text,
6697 expression_macro_lookup_func, expression_macro_lookup_baton): New
6698 variables.
6699 (scan_macro_expansion, scanning_macro_expansion,
6700 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6701 c_preprocess_and_parse): New functions.
6702 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6703 c_preprocess_and_parse, instead of c_parse.
6704 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6705 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6706
6707 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6708
6709 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6710 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6711 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6712
6713 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6714
6715 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6716
6717 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6718
6719 * Makefile.in (sh_tdep_h): Define and use.
6720 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6721 register enum): Move to...
6722 * * sh-tdep.h: ...here.
6723 * sh-tdep.c: Include sh-tdep.h.
6724 * sh3-rom.c: Likewise.
6725 * shnbsd-tdep.c: Likewise.
6726
6727 2002-05-16 Michael Snyder <msnyder@redhat.com>
6728
6729 * arm-tdep.c: Spelling fix in comment.
6730
6731 2002-05-16 Jim Blandy <jimb@redhat.com>
6732
6733 Add commands for manually expanding macros and showing their
6734 definitions.
6735 * macrocmd.c, macroscope.c, macroscope.h: New files.
6736 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6737 (macroscope_h): New variable.
6738 (HFILES_NO_SRCDIR): Add macroscope.h.
6739 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6740 (macroscope.o, macrocmd.o): New rules.
6741
6742 Teach the Dwarf 2 reader to read macro information.
6743 * dwarf2read.c: #include "macrotab.h".
6744 (dwarf_macinfo_buffer): New variable.
6745 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6746 dwarf_macinfo_size.
6747 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6748 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6749 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6750 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6751 dwarf2_macro_spaces_in_definition): New complaints.
6752 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6753 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6754 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6755 the partial symbol table.
6756 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6757 from what's recorded in the partial symbol table.
6758 (read_file_scope): If the compilation unit has a
6759 `DW_AT_macro_info' attribute, read its macro information.
6760 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6761
6762 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6763
6764 Fix PR gdb/546
6765 * ser-tcp.c: Don't include <netinet/udp.h>.
6766
6767 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6768
6769 * MAINTAINERS: Update my email address.
6770
6771 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6772
6773 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6774 include file of the same name.
6775
6776 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6777
6778 * configure.tgt: Mark v850 as multi-arched.
6779 * config/v850/tm-v850.h: Remove file.
6780 * config/v850/v850.mt: Eliminate TM_FILE.
6781
6782 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6783
6784 * v850-tdep.c: Full multi-arch.
6785 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6786 Define GDB_MULTI_ARCH to 2.
6787
6788 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6789
6790 * p-exp.y (current_type): New static variable.
6791 Carries the type of the expression at the position that is parsed.
6792 (push_current_type, pop_current_type): Two new functions. Used
6793 to store/restore current_type in expression on specific tokens.
6794 (search_field): New static variable. Set to one after parsing a point
6795 as at that point only a FIELDNAME token should be searched.
6796 (FIELDNAME): New token. After a point only a token belonging to
6797 current_type type definition is allowed.
6798 (all over token rules): reset and change current_type according
6799 to rules.
6800 (exp '[' rule): insert implicit array index field if
6801 exp is a pascal string type.
6802
6803 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6804
6805 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6806 frame info. Use frame_info's saved_regs instead of matching member
6807 in extra_frame_info throughout.
6808 (v850_frame_init_saved_regs): New function.
6809 (v850_init_extra_frame_info): Move most functionality into
6810 v850_frame_init_saved_regs().
6811 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6812 (v850_frame_find_saved_regs): Remove declaration.
6813 (FRAME_FIND_SAVED_REGS): Remove definition.
6814 (v850_frame_init_saved_regs): Add declaration.
6815 (FRAME_INIT_SAVED_REGS): Add definition.
6816
6817 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6818
6819 * v850-tdep.c: Begin multi-arch'ing v850.
6820 (v850_target_architecture_hook): Remove function.
6821 (v850_gdbarch_init): New function. Add code previously in
6822 v850_target_architecture_hook().
6823 (_initialize_v850_tdep): Don't set target_architecture_hook.
6824 Call register_gdbarch_init() instead.
6825
6826 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6827
6828 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6829 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6830 (fixup_class_method_type): Likewise.
6831
6832 2002-05-15 Jim Blandy <jimb@redhat.com>
6833
6834 Add macro structures to GDB's symbol tables. Nobody puts anything
6835 in them yet.
6836 * symtab.h (struct symtab): New member: `macro_table'.
6837 * buildsym.h (pending_macros): New global variable.
6838 * buildsym.c: #include "macrotab.h".
6839 (buildsym_init): Initialize `pending_macros'.
6840 (end_symtab): If we found macro information while reading a CU's
6841 debugging info, do build a symtab structure for it. Make the
6842 symtab point to the macro information, and clear the
6843 `pending_macros' pointer which held it while we were reading the
6844 debug info.
6845 (really_free_pendings): Free any pending macro table.
6846 * objfiles.h (struct objfile): New member: `macro_cache'.
6847 * objfiles.c (allocate_objfile): Set allocate and free functions
6848 for the macro cache's objstack.
6849 (free_objfile): Empty the macro cache's obstack.
6850 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6851 set new allocate and free functions for it.
6852 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6853 free functions for the macro cache's objstack. (Why is this
6854 function building its own objfile?)
6855 * symmisc.c (print_objfile_statistics): Print statistics on the
6856 macro bcache.
6857 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6858
6859 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6860
6861 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6862 (REGISTER_U_ADDR): Delete definition.
6863 (arm_register_u_addr): Delete declaration.
6864
6865 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6866
6867 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6868 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6869
6870 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6871
6872 * regcache.c (register_valid): Revise comments refering to "Not
6873 available" and "unavailable".
6874 * frame.c (frame_register_read): Ditto.
6875 * findvar.c (value_of_register): Ditto.
6876
6877 2002-05-15 Andrew Cagney <cagney@redhat.com>
6878
6879 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6880 (remote-sim.o): Update dependencies.
6881 (d10v-tdep.o): Specify dependencies.
6882 (sim_d10v_h): Define.
6883
6884 2002-05-14 Jim Blandy <jimb@redhat.com>
6885
6886 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6887 * macrotab.c (macro_lookup_inclusion, find_definition,
6888 new_macro_table): Same.
6889
6890 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6891 not `! strcmp ()'. This is a dubious improvement.
6892 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6893
6894 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6895 although it's not necessary, to avoid a warning.
6896
6897 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6898
6899 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6900 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6901 TYPE_INSTANCE_FLAGS.
6902 (struct main_type): New.
6903 (struct type): Move most members to struct main_type. Change
6904 cv_type and as_type to new type_chain member. Add instance_flags.
6905 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6906 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6907 (finish_cv_type): Remove prototype.
6908 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6909 Set TYPE_CHAIN.
6910 (alloc_type_instance): New function.
6911 (smash_type): New function.
6912 (make_pointer_type, make_reference_type, make_function_type)
6913 (smash_to_member_type, smash_to_method_type): Call smash_type.
6914 (make_qualified_type): New function.
6915 (make_type_with_address_space): Call make_qualified_type.
6916 (make_cv_type): Likewise.
6917 (finish_cv_type): Remove unnecessary function.
6918 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6919 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6920 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6921 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6922 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6923 * hpread.c (hpread_read_struct_type): Likewise.
6924 * stabsread.c (read_struct_type): Likewise.
6925
6926 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6927
6928 * configure.tgt: Add a catch all sh* target, for cases like
6929 sh[2,3,4]-elf and sh-hms.
6930
6931 2002-05-14 Keith Seitz <keiths@redhat.com>
6932
6933 * event-loop.c (create_file_handler): Don't do anything but
6934 update data when we are given a fd which we are already
6935 monitoring.
6936
6937 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6938
6939 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6940 (update_context): Use __func__ in warnings.
6941
6942 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6943
6944 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6945 and tcp_close to net_open and net_close.
6946 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6947 using UDP if requested. Don't try to disable Nagle on UDP
6948 sockets.
6949 * remote.c (remote_serial_open): New function. Warn about UDP.
6950 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6951
6952 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6953
6954 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6955
6956 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6957
6958 * configure.tgt: Remove sh-hms target.
6959 * MAINTAINERS: Don't list sh-hms as a separate target.
6960
6961 2002-05-13 Jim Blandy <jimb@redhat.com>
6962
6963 Add first preprocessor macro-expansion files.
6964 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6965 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6966 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6967 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6968 (COMMON_OBS): Add macrotab.o, macroexp.o.
6969 (macroexp.o, macrotab.o): New rules.
6970
6971 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6972
6973 * config/m88k/tm-m88k.h: Update copyright.
6974 (m88k_target_write_pc): Declare
6975 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6976 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6977 (SHIFT_INST_REGS): Update definition.
6978 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6979 using old definition of TARGET_WRITE_PC.
6980 * regcache.c (generic_target_write_pc): Delete code handling
6981 NNPC_REGNUM.
6982 * gdbarch.sh (NNPC_REGNUM): Delete.
6983 * gdbarch.h, gdbarch.c: Regenerate.
6984
6985 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6986
6987 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6988 builtin reg number.
6989
6990 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6991
6992 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6993 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6994 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6995 access macros.
6996 * c-typeprint.c (cp_type_print_method_args): Likewise.
6997 (c_type_print_args): Likewise.
6998 * d10v-tdep.c (d10v_push_arguments): Likewise.
6999 (d10v_extract_return_value): Likewise.
7000 * expprint.c (print_subexp): Likewise.
7001 * gdbtypes.c (lookup_primitive_typename): Likewise.
7002 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7003 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7004 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7005 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7006 (TYPE_VECTOR): Likewise.
7007 * hpread.c (hpread_read_struct_type)
7008 (fix_static_member_physnames, fixup_class_method_type)
7009 (hpread_type_lookup): Likewise.
7010 * mdebugread.c (parse_symbol, parse_type): Likewise.
7011 * p-lang.c (is_pascal_string_type): Likewise.
7012 * valops.c (hand_function_call): Likewise.
7013 * x86-64-tdep.c (classify_argument): Likewise.
7014
7015 * hpread.c (hpread_read_function_type)
7016 (hpread_read_doc_function_type): Call replace_type.
7017 * dstread.c (create_new_type): Delete.
7018 (decode_dst_structure, process_dst_function): Call alloc_type.
7019 Use type access macros.
7020
7021 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7022
7023 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7024 the're not supported by the current architecture.
7025 (i387_fill_fxsave): Likewise.
7026
7027 2002-05-12 Fred Fish <fnf@redhat.com>
7028
7029 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7030 sect_index_xxx members to index the first slot in section_offsets
7031 if all of the section_offsets are zero.
7032
7033 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7034
7035 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7036 checked in with last change.
7037
7038 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7039
7040 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7041 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7042 config.sub.
7043
7044 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7045
7046 * Makefile.in: Update dependencies.
7047
7048 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7049
7050 * language.c (local_hex_string_custom): Simplify. Do not depend
7051 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7052
7053 * memattr.c (mem_info_command): Replace calls to
7054 longest_local_hex_string and longest_local_hex_string_custom.
7055 * buildsym.c (make_blockvector): Ditto.
7056 * solib.c (info_sharedlibrary_command): Ditto.
7057 * tracepoint.c (tracepoints_info): Ditto.
7058 * symtab.c (print_msymbol_info): Ditto.
7059
7060 * language.c (local_hex_string): Delete.
7061 (local_hex_string_custom): Delete.
7062 (longest_local_hex_string): Rename to local_hex_string.
7063 (longest_local_hex_string_custom): Rename to
7064 local_hex_string_custom.
7065 * language.h (local_hex_string): Change parameter type to LONGEST.
7066 (local_hex_string_custom): Ditto.
7067 (longest_local_hex_string): Delete declaration.
7068 (longest_local_hex_string_custom): Ditto.
7069
7070 * solib.c: Update copyright.
7071 * memattr.c: Update copyright.
7072
7073 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7074
7075 * arch-utils.h (legacy_register_to_value): Declare.
7076 (legacy_value_to_register): Declare.
7077 (legacy_convert_register_p): Declare.
7078 * arch-utils.c (legacy_register_to_value): New function.
7079 (legacy_value_to_register): New function.
7080 (legacy_convert_register_p): New function.
7081
7082 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7083 (VALUE_TO_REGISTER): Define.
7084 (CONVERT_REGISTER_P): Define.
7085 * gdbarch.h, gdbarch.c: Regenerate.
7086
7087 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7088 VALUE_TO_REGISTER.
7089 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7090 CONVERT_REGISTER_P.
7091
7092 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7093 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7094
7095 * Makefile.in: Update dependencies for valops.c.
7096 * valops.c: Include "gdb_assert.h".
7097 (typecmp): Skip THIS parameter to methods.
7098 (find_method_list): Remove static_memfuncp argument,
7099 update callers. Check for stub methods.
7100 (find_value_oload_method_list): Don't set *static_memfuncp.
7101 (find_overload_match): Don't check for stub methods. Assert
7102 that methods are not stubbed. Handle static methods.
7103 (value_find_oload_method_list): Remove static_memfuncp argument.
7104 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7105 to the argument list for static stub methods.
7106 * value.h (value_find_oload_method_list): Update prototype.
7107
7108 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7109
7110 * arch-utils.h (generic_register_size): Declare.
7111 (generic_register_raw_size, generic_register_virtual_size): Delete
7112 declarations.
7113 * arch-utils.c (generic_register_raw_size): Delete.
7114 (generic_register_size): New function.
7115 (generic_register_virtual_size): Delete.
7116
7117 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7118 default generic_register_size.
7119 * gdbarch.h, gdbarch.c: Re-generate.
7120
7121 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7122 register_virtual_size.
7123 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7124 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7125
7126 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7129 * gdbarch.h, gdbarch.c: Regenerate.
7130 * gnu-v3-abi.c: Update copyright.
7131 (vtable_address_point_offset): Update.
7132 (gnuv3_rtti_type): Update.
7133 (gnuv3_baseclass_offset): Update.
7134 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7135 (init_fetch_link_map_offsets): Update.
7136 * remote.c (get_remote_state): Update.
7137
7138 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7139
7140 * TODO: Remove value_headof/value_from_vtable_info comment.
7141 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7142 * values.c (value_headof, value_from_vtable_info): Delete.
7143 * value.h (value_from_vtable_info): Delete prototype.
7144
7145 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7146
7147 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7148 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7149 $(gdb_regex_h).
7150 (gdb_assert_h): Define.
7151 (gdb_wait_h): Define.
7152 (gdb_regex_h): Define.
7153
7154 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7155
7156 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7157 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7158
7159 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7160
7161 * nbsd-tdep.c: Fix comment.
7162
7163 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7164
7165 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7166 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7167 (nbsd-tdep.o): New dependency list.
7168 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7169 nbsd-tdep.h.
7170 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7171 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7172 * nbsd-tdep.c: New file.
7173 * nbsd-tdep.h: New file.
7174 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7175 nbsd-tdep.h.
7176 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7177 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7178 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7179 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7180
7181 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7182
7183 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7184 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7185 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7186 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7187 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7188 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7189
7190 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7191
7192 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7193 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7194 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7195 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7196 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7197 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7198 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7199
7200 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7201
7202 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7203 fetch_elfcore_registers to...
7204 * i386nbsd-tdep.c: ...here.
7205 (i386nbsd_use_struct_convention): Rename to...
7206 (i386nbsd_aout_use_struct_convention): ...this.
7207 (i386nbsd_supply_reg): New function.
7208 (i386nbsd_fill_reg): New function.
7209 (fetch_core_registers): Use i386nbsd_supply_reg.
7210 (fetch_elfcore_registers): Likewise.
7211 (_initialize_i386nbsd_tdep): New function.
7212 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7213 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7214 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7215 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7216 (i386nbsd_aout_use_struct_convention): ...this.
7217
7218 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7219
7220 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7221 (store_inferior_registers): Use shnbsd_fill_reg.
7222 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7223 sh_nbsd_supply_register): Collapse into...
7224 (shnbsd_supply_reg): ...this.
7225 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7226 (shnbsd_fill_reg): ...this.
7227 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7228 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7229 (fetch_core_registers): Use shnbsd_supply_reg.
7230 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7231 (sh_nbsd_core_fns): Rename to...
7232 (shnbsd_core_fns): ...this.
7233 (sh_nbsd_elfcore_fns): Rename to...
7234 (shnbsd_elfcore_fns): ...this.
7235 (sh_nbsd_init_abi): Rename to...
7236 (shnbsd_init_abi): ...this.
7237 (_initialize_sh_nbsd_tdep): Rename to...
7238 (_initialize_shnbsd_tdep): ...this.
7239 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7240 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7241 sh_nbsd_fill_register): Remove prototypes.
7242 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7243
7244 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7245
7246 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7247 (i387-nat.o): Delete dependency list.
7248 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7249 (x86-64-linux-nat.o): Likewise.
7250 * i387-nat.c: Delete file, moving contents to...
7251 * i387-tdep.c: ...here.
7252 * i387-nat.h: Rename...
7253 * i387-tdep.h: ...to this.
7254 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7255 * i386-linux-nat.c: Likewise.
7256 * i386bsd-nat.c: Likewise.
7257 * i386gnu-nat.c: Likewise.
7258 * i386nbsd-nat.c: Likewise.
7259 * i386v4-nat.c: Likewise.
7260 * x86-64-linux-nat.c: Likewise.
7261 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7262 * config/i386/go32.mh (NATDEPFILES): Likewise.
7263 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7264 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7265 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7266 * config/i386/linux.mh (NATDEPFILES): Likewise.
7267 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7268 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7269 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7270 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7271
7272 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7273
7274 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7275 (alphanbsd-nat.o): Remove dependency list.
7276 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7277 * alphanbsd-nat.c: Delete. Contents moved to...
7278 * alphanbsd-tdep.c: ...here.
7279 (_initialize_alphanbsd_tdep): Register core functions.
7280 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7281
7282 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7283
7284 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7285 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7286 (alphanbsd-nat.o): Likewise.
7287 (alphabsd-tdep.o): New dependency list.
7288 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7289 (fill_gregset): Use alphabsd_fill_reg.
7290 (supply_fpregset): Use alphabsd_supply_fpreg.
7291 (fill_fpregset): Use alphabsd_fill_fpreg.
7292 (fetch_inferior_registers): Use struct reg and struct fpreg
7293 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7294 and alphabsd_supply_fpreg.
7295 (store_inferior_registers): Use struct reg and struct fpreg
7296 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7297 and alphabsd_fill_fpreg.
7298 * alphabsd-tdep.c: New file.
7299 * alphabsd-tdep.h: New file.
7300 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7301 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7302 alphabsd_supply_fpreg.
7303 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7304 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7305
7306 2002-05-11 Eric Christopher <echristo@redhat.com>
7307
7308 * mips-tdep.c (mips_double_register_type): Fix thinko.
7309 (mips_single_register_type): Ditto.
7310 * MAINTAINERS: Add self.
7311
7312 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7313
7314 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7315 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7316 right thing on architectures with different endianness and/or
7317 integer sizes.
7318
7319 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7320
7321 From Christian Limpach <chris@Pin.LU>
7322 * configure.in: Change sed expression which comments out
7323 NATDEPFILES to also comment out continuation lines.
7324 * configure: Regenerate.
7325
7326 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7327
7328 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7329 big patch.
7330
7331 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7332
7333 * sh-tdep.c: Include correct file.
7334
7335 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7336
7337 New support for sh64-elf (sh5) target.
7338
7339 * configure.tgt: For sh64-elf target, default to sh-elf.
7340
7341 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7342 (struct gdbarch_tdep): Add new fields for new registers and ABI
7343 info.
7344
7345 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7346 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7347 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7348 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7349 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7350 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7351 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7352 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7353 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7354 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7355 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7356 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7357 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7358 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7359 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7360 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7361 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7362 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7363 sign_extend, sh64_nofp_frame_init_saved_regs,
7364 sh64_init_extra_frame_info, sh64_get_saved_register,
7365 sh64_extract_struct_value_address, sh64_pop_frame,
7366 sh64_push_arguments, sh64_extract_return_value,
7367 sh64_store_return_value, sh64_show_media_regs,
7368 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7369 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7370 sh_sh64_register_virtual_type,
7371 sh_sh64_register_convert_to_virtual,
7372 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7373 sh64_register_read, sh64_pseudo_register_write,
7374 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7375 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7376 sh64_do_pseudo_register, sh_compact_do_registers_info,
7377 sh64_do_registers_info, sh_gdbarch_init): New functions.
7378
7379 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7380
7381 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7382
7383 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7384
7385 * linespec.c (decode_line_1): Check for a double quote after
7386 a filename correctly.
7387
7388 2002-05-10 Jim Blandy <jimb@redhat.com>
7389
7390 Properly track the size of the current objfile's .debug_line section.
7391 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7392 (DWARF_LINE_SIZE): New macro.
7393 (dwarf2_build_psymtabs_hard): Record the line section's size in
7394 the partial symbol table.
7395 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7396 symbol table.
7397
7398 2002-05-10 Petr Sorfa <petrs@caldera.com>
7399
7400 * ia64-tdep.c: Handle breakpoints on L instruction type
7401 in MLX instruction bundle by moving the breakpoint to
7402 the third slot (X instruction type) as L holds only data.
7403
7404 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7405
7406 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7407 (process_one_symbol): Complain about discarding local symbols
7408 due to a misplaced N_LBRAC entry.
7409
7410 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7411
7412 From Daniel Berlin <dan@cgsoftware.com>
7413 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7414 decrease the depth we are at, in the case of templates.
7415
7416 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * mips-tdep.c (mips_float_register_type): New function.
7419 (mips_double_register_type): New function.
7420 (mips_print_register): Use them.
7421 (do_fp_register_row): Likewise.
7422
7423 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7424
7425 * signals/signals.c (signals): Remove conditional compilation around
7426 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7427 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7428
7429 2002-05-09 Michael Snyder <msnyder@redhat.com>
7430
7431 * remote-rdp.c (remote_rdp_can_run): Remove.
7432
7433 2002-05-09 Tom Tromey <tromey@redhat.com>
7434
7435 * jv-valprint.c (java_val_print): Handle `char' as a special case
7436 of TYPE_CODE_INT.
7437
7438 2002-05-09 Michael Snyder <msnyder@redhat.com>
7439
7440 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7441 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7442 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7443 str r(0123),[sp,#nn].
7444 (arm_skip_prologue): Ditto. Also make disassembly
7445 order-independent by placing it in a loop.
7446
7447 2002-05-06 Michael Snyder <msnyder@redhat.com>
7448
7449 * stabsread.c (read_type): Add recognition for new attribute:
7450 "@V;" means that an array type is actually a vector.
7451 This is analogous to the vector flag that's been added to dwarf2.
7452
7453 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7454
7455 * i386-tdep.h (i386_abi): New enum.
7456 (struct gdbarch_tdep): Replace os_ident member with abi.
7457 (i386_gdbarch_register_os_abi): New prototype.
7458 * i386-tdep.c (i386_abi_names): New array.
7459 (process_note_abi_tag_sections): Removed.
7460 (process_note_sections): New function.
7461 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7462 (struct i386_abi_handler): New struct.
7463 (i386_abi_handler_list): New variable.
7464 (i386_gdbarch_register_os_abi): New function.
7465 (i386_gdbarch_init): Adapt for the changes given above.
7466
7467 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7468
7469 * gregset.h: Say "GNU/Linux".
7470
7471 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7472
7473 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7474 (build_gdbtypes): Build builtin_type_v2_float.
7475 (_initialize_gdbtypes): Register new builtin type.
7476
7477 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7478
7479 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7480 (clear_gdbarch_swap): New function.
7481 (initialize_non_multiarch): Call.
7482 (gdbarch_update_p): Before calling init(), swap out and clear the
7483 existing architecture.
7484 * gdbarch.c: Regenerate.
7485
7486 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7487
7488 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7489 alphanbsd-tdep.c.
7490
7491 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7492
7493 * sh-nbsd-nat.c: Rename to...
7494 * shnbsd-nat.c: ...this.
7495 * sh-nbsd-tdep.c: Rename to...
7496 * shnbsd-tdep.c: ...this.
7497 * sh-nbsd-tdep.h: Rename to...
7498 * shnbsd-tdep.h: ...this.
7499 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7500 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7501
7502 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7503
7504 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7505 concatenation for command help messages.
7506
7507 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7508
7509 * NEWS: Note new sh*-*-netbsdelf* configuration.
7510 * configure.host: Set gdb_host_cpu to sh for all sh*.
7511 (sh*-*-netbsdelf*): New host.
7512 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7513 (sh*-*-netbsdelf*): New target.
7514 * sh-nbsd-nat.c: New file.
7515 * sh-nbsd-tdep.c: New file.
7516 * sh-nbsd-tdep.h: New file.
7517 * config/sh/nbsd.mh: New file.
7518 * config/sh/nbsd.mt: New file.
7519 * config/sh/nm-nbsd.h: New file.
7520 * config/sh/tm-nbsd.h: New file.
7521
7522 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7523
7524 * sh-tdep.c (sh_osabi_names): Declare.
7525 (process_note_abi_tag_sections): New function.
7526 (get_elfosabi): Ditto.
7527 (sh_gdbarch_register_os_abi): Ditto.
7528 (sh_dump_tdep): Ditto.
7529 _initialize_sh_tdep): Use gdbarch_register to register
7530 sh_gdbarch_init and sh_dump_tdep.
7531 * config/sh/tm-sh.h (sh_osabi): Declare.
7532 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7533
7534 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7535
7536 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7537 (thumb_scan_prologue): Ditto.
7538 (arm_find_callers_reg): Ditto.
7539 (arm_frame_chain): Ditto.
7540 (arm_init_extra_frame_info): Ditto.
7541 (arm_frame_saved_pc): Ditto.
7542 (arm_pop_frame): Ditto.
7543 (arm_push_return_address): New function.
7544 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7545 call_dummy_location, call_dummy_breakpoint_offset_p,
7546 call_dummy_breakpoint_offset, call_dummy_p,
7547 call_dummy_stack_adjust_p, call_dummy_words,
7548 sizeof_call_dummy_words, call_dummy_start_offset,
7549 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7550 call_dummy_address, push_return_address and push_dummy_frame for
7551 generic dummy frames.
7552
7553 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7554
7555 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7556 size computation for alloca.
7557 (sh_fp_frame_init_saved_regs): Likewise.
7558
7559 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7560
7561 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7562 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7563 * arm-tdep.c (arm_store_return_value): Use them.
7564 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7565 * remote-rdp.c (remote_rdp_fetch_register): Use
7566 ARM_MAX_REGISTER_RAW_SIZE.
7567 (remote_rdp_store_register): Likewise.
7568
7569 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7570
7571 * dwarf2cfi.c: Code cleanup, removed unused variables,
7572 added default labels to switch {} statements.
7573 * x86-64-tdep.c: Ditto.
7574 * x86-64-linux-nat.c: Ditto.
7575
7576 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7577
7578 * solib.h: Protect against multiple inclusion.
7579
7580 2002-05-06 Jim Blandy <jimb@redhat.com>
7581
7582 Add first preprocessor macro-expansion files.
7583 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7584 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7585 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7586 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7587 (COMMON_OBS): Add macrotab.o, macroexp.o.
7588 (macroexp.o, macrotab.o): New rules.
7589
7590 Separate the job of reading the line number info statement program
7591 header (...expialidocious) out into its own function.
7592 * dwarf2read.c (struct line_head, struct filenames, struct
7593 directories): Replace with...
7594 (struct line_header): New structure, containing the full
7595 contents of the statement program header, including the
7596 include directory and file name tables.
7597 (read_file_scope): If we have line number info, instead of just
7598 calling dwarf_decode_lines to do all the work, call
7599 dwarf_decode_line_header first to get a `struct line_header'
7600 containing the data in the statement program header, and then
7601 pass that to dwarf_decode_lines, which will pick up where that
7602 left off. Be sure to clean up the `struct line_header' object.
7603 (dwarf_decode_line_header, free_line_header, add_include_dir,
7604 add_file_name): New functions.
7605 (dwarf_decode_lines): Move all the code to read the statement
7606 program header into dwarf_decode_line_header. Take the line
7607 header it built as the first argument, instead of the offset to
7608 the compilation unit's line number info. Use the new `struct
7609 line_header' type instead of the old structures. No need to do
7610 cleanups here now, since we don't allocate anything.
7611 (dwarf2_statement_list_fits_in_line_number_section,
7612 dwarf2_line_header_too_long): New complaints.
7613
7614 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7615
7616 * gdbtypes.c (init_vector_type): New function.
7617 (build_builtin_type_vec128): Simplify the representation of SIMD
7618 registers.
7619 (build_gdbtypes): Initialize new builtin vector types.
7620 (_initialize_gdbtypes): Register new vector types with gdbarch.
7621 (builtin_type_v4_float, builtin_type_v4_int32,
7622 builtin_type_v8_int16, builtin_type_v16_int8,
7623 builtin_type_v2_int32, builtin_type_v4_int16,
7624 builtin_type_v8_int8): New (renamed) SIMD types.
7625
7626 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7627
7628 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7629 (i387_fill_fxsave): Likewise.
7630
7631 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7632
7633 * alpha-tdep.c (alpha_extract_return_value): Don't use
7634 non-constant array size in prototype.
7635
7636 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7637
7638 From Brian Taylor <briant at model dot com>:
7639 * ui-out.c (ui_out_field_core_addr): Use the function
7640 longest_local_hex_string_custom'to format addresses > 32 bits
7641 wide.
7642
7643 * ui-out.c (ui_out_field_core_addr): Update comment.
7644
7645 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7646
7647 * stack.c (select_and_print_frame): Make static. Delete the
7648 parameter `level'.
7649 (func_command): Update call.
7650 (select_frame_command): Delete code computing the frame level.
7651 * frame.h (select_and_print_frame): Delete declaration.
7652
7653 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7654
7655 * sparc-tdep.c (sparc_get_saved_register): Comment why
7656 get_prev_frame call is safe.
7657
7658 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7659
7660 * frame.h (select_frame): Delete level parameter.
7661 * stack.c (select_frame): Update. Use frame_relative_level to
7662 obtain the frame's level.
7663 (select_and_print_frame): Update call.
7664 (select_frame_command): Ditto.
7665 (up_silently_base): Ditto.
7666 (down_silently_base): Ditto.
7667 * ocd.c (ocd_start_remote): Ditto.
7668 * remote-rdp.c (remote_rdp_open): Ditto.
7669 * remote-mips.c (mips_initialize): Ditto.
7670 (common_open): Ditto.
7671 * remote-e7000.c (e7000_start_remote): Ditto.
7672 * m3-nat.c (select_thread): Ditto.
7673 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7674 (child_get_current_exception_event): Ditto.
7675 * varobj.c (varobj_create): Ditto.
7676 (varobj_update): Ditto.
7677 (c_value_of_root): Ditto.
7678 * tracepoint.c (finish_tfind_command): Ditto.
7679 * corelow.c (core_open): Ditto.
7680 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7681 * thread.c (info_threads_command): Ditto.
7682 (switch_to_thread): Ditto.
7683 * infrun.c (normal_stop): Ditto.
7684 (restore_selected_frame): Ditto.
7685 (restore_inferior_status): Ditto.
7686 * breakpoint.c (insert_breakpoints): Ditto.
7687 (watchpoint_check): Ditto.
7688 (bpstat_stop_status): Ditto.
7689 (do_enable_breakpoint): Ditto.
7690 * blockframe.c (flush_cached_frames): Ditto.
7691 (reinit_frame_cache): Ditto.
7692
7693 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7694
7695 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7696 maintainer.
7697
7698 2002-05-04 Jim Blandy <jimb@redhat.com>
7699
7700 * gdbtypes.c (replace_type): Doc fix.
7701
7702 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7703
7704 * valprint.c (strcat_longest): Delete commented out function.
7705 Update copyright.
7706
7707 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7708
7709 * MAINTAINERS: Mark a29k as deleted.
7710 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7711 Move new configurations to the top.
7712 * configure.tgt: Remove a29k.
7713 * config/a29k/tm-vx29k.h: Delete.
7714 * config/a29k/vx29k.mt: Delete.
7715 * config/a29k/tm-a29k.h: Delete.
7716 * config/a29k/a29k-udi.mt: Delete.
7717 * config/a29k/a29k.mt: Delete.
7718 * a29k-tdep.c: Delete.
7719 * remote-udi.c: Delete.
7720 * remote-mm.c: Delete.
7721 * remote-eb.c: Delete.
7722 * remote-adapt.c: Delete.
7723 * Makefile.in: Remove obsolete code.
7724 * config/s390/s390x.mt: Ditto.
7725 * config/s390/s390.mt: Ditto.
7726 * config/sparc/sparclynx.mh: Ditto.
7727 * config/sparc/linux.mh: Ditto.
7728 * config/pa/hppaosf.mh: Ditto.
7729 * config/pa/hppabsd.mh: Ditto.
7730 * config/ns32k/nbsd.mt: Ditto.
7731 * config/mips/vr5000.mt: Ditto.
7732 * config/m68k/sun3os4.mh: Ditto.
7733 * config/m68k/nbsd.mt: Ditto.
7734 * config/m68k/m68klynx.mh: Ditto.
7735 * config/m32r/m32r.mt: Ditto.
7736 * config/i386/x86-64linux.mt: Ditto.
7737 * config/i386/nbsdelf.mt: Ditto.
7738 * config/i386/nbsd.mt: Ditto.
7739 * config/i386/i386lynx.mh: Ditto.
7740
7741 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7742
7743 * target.c (debug_print_register): New function. Handle oversize
7744 registers.
7745 (debug_to_fetch_registers): Call.
7746 (debug_to_store_registers): Call.
7747
7748 2002-05-03 Jim Blandy <jimb@redhat.com>
7749
7750 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7751 (read_type): Doc fix.
7752 * gdbtypes.c (replace_type): Doc fix.
7753
7754 * stabsread.c (multiply_defined_struct): New complaint.
7755 (read_struct_type): If the type we were passed isn't empty, or
7756 incomplete, don't read the new struct type into it; complain,
7757 and return the original type unchanged. Take a new `type_code'
7758 argument, which is the type code for the new type.
7759 (read_type): Rather than storing the type's type code here, pass
7760 it as an argument to read_struct_type, and let that take care of
7761 storing it. That way, we don't overwrite the original type code,
7762 so read_struct_type can use it to decide whether we're overwriting
7763 something we shouldn't.
7764 (complain_about_struct_wipeout): New function.
7765
7766 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7767
7768 * gdbarch.sh: Assert that gdbarch is non-NULL.
7769 * gdbarch.c: Regenerate.
7770
7771 2002-05-03 Jason Merrill <jason@redhat.com>
7772
7773 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7774 and return NULL.
7775
7776 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7777
7778 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7779 (x86_64_dwarf2gdb_regno_map_length),
7780 (x86_64_dwarf2_reg_to_regnum): Added.
7781 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7782 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7783 (_initialize_x86_64_tdep): Synced with the change above.
7784 (x86_64_skip_prologue): Reformulated message.
7785
7786 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7787
7788 * f-exp.y: Also use new prev_lexptr variable
7789 to improve error reporting. Based on Michael Snyder
7790 2002-04-24 dated patch to c-exp.y.
7791 * jv-exp.y: Likewise.
7792 * m2-exp.y: Likewise.
7793
7794 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7795
7796 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7797 we are dealing with vectors.
7798
7799 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7800
7801 * config/m68k/tm-nbsd.h: Obvious fix,
7802 correct machine name.
7803
7804 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7805
7806 * p-typeprint.c (pascal_type_print_base): Add support
7807 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7808
7809 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7810
7811 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7812 for fondamental pascal 'char' type.
7813
7814 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7815
7816 * p-lang.h (is_pascal_string_type): Declaration changed,
7817 new sixth argument of type char ** added.
7818 * p-lang.c (is_pascal_string_type): Implementation
7819 changed. Args length_pos, length_size, string_pos, char_size
7820 can now be NULL. New argument arrayname set to the field
7821 name of the char array. Return value set to char array
7822 field index plus one.
7823 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7824 is_pascal_string_type function.
7825
7826 2002-05-02 Andrew Cagney <cagney@redhat.com>
7827
7828 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7829 <cagney@redhat.com> change.
7830 * gdbarch.c: Regenerate.
7831
7832 2002-05-02 Andrew Cagney <cagney@redhat.com>
7833
7834 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7835 before probing for a new one. Detect errorenous gdbarch_init
7836 functions.
7837 * gdbarch.c: Regenerate.
7838
7839 2002-05-01 Andrew Cagney <cagney@redhat.com>
7840
7841 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7842 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7843 * config/v850/tm-v850.h: Ditto. Update copyright.
7844
7845 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7846
7847 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7848 current_gdbarch.
7849
7850 2002-04-30 Michael Snyder <msnyder@redhat.com>
7851
7852 * arm-tdep.c: Whitespace clean-ups.
7853 (arm_skip_prologue): Fix thinko; two lines
7854 should have been removed as part of 4/24 change.
7855
7856 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7857
7858 * rs6000-tdep.c: Added comment describing how fpscr register
7859 numbers were chosen.
7860
7861 2002-04-30 Michael Snyder <msnyder@redhat.com>
7862
7863 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7864
7865 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7866
7867 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7868 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7869 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7870
7871 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7872
7873 From Louis Hamilton <hamilton@redhat.com>:
7874 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7875 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7876 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7877 not bfd-private xcoff data, to determine wordsize.
7878 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7879
7880 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7881
7882 GDB 5.2 released from 5.2 branch.
7883
7884 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7885
7886 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7887 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7888 (x86_64_register_info_table): Added comments with register numbers.
7889
7890 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7891
7892 * rs6000-tdep.c (rs6000_extract_return_value,
7893 rs6000_store_return_value): Handle returning vectors.
7894 (rs6000_gdbarch_init): Use
7895 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7896 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7897 New function.
7898 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7899 vectors.
7900 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7901 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7902
7903 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7904
7905 * hpread.c (hpread_psymtab_to_symtab_1,
7906 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7907 with fprintf_unfiltered (gdb_stderr,...).
7908
7909 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7910
7911 * remote-array.c (printf_monitor, write_monitor,
7912 array_insert_breakpoint, array_remove_breakpoint ):
7913 Replace fprintf (stderr,...
7914 with fprintf_unfiltered (gdb_stderr,....
7915 * remote-es.c: Likewise.
7916 * remote-os9k.c: Likewise.
7917 * remote-st.c: Likewise.
7918
7919 2002-04-28 Andreas Schwab <schwab@suse.de>
7920
7921 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7922 linux-proc.o and gcore.o.
7923
7924 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7925
7926 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7927 code without frame pointers.
7928
7929 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7930
7931 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7932 ON_STACK is needed.
7933
7934 2002-04-26 Ben Elliston <bje@redhat.com>
7935
7936 * target.c (do_xfer_memory): Correct reference to the new option
7937 "trust-readonly-sections".
7938
7939 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7940
7941 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7942 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7943 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7944 vectors.
7945 (read_array_type): Record the fact that this array type is really a
7946 vector (i.e. are passed in by value).
7947
7948 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7949
7950 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7951 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7952 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7953 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7954 * alpha-linux-tdep.c: Include frame.h.
7955 (alpha_linux_sigcontext_addr): New function.
7956 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7957 alpha_linux_sigcontext_addr.
7958 * alpha-osf1-tdep.c: Include gdbcore.h.
7959 (alpha_osf1_sigcontext_addr): New function.
7960 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7961 alpha_osf1_sigcontext_addr.
7962 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7963 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7964
7965 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7966
7967 * stack.c (selected_frame_level):
7968 (select_frame): Do not set selected_frame_level.
7969 * frame.h (selected_frame_level): Delete declaration.
7970
7971 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7972
7973 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7974 convert_from_func_ptr-addr when AIX / PowerOpen.
7975
7976 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7977
7978 * valops.c (hand_function_call): Call
7979 generic_save_call_dummy_addr.
7980 * frame.h (generic_save_call_dummy_addr): Declare.
7981 * blockframe.c (struct dummy_frame): Add fields call_lo and
7982 call_hi.
7983 (generic_find_dummy_frame): Check for PC in range call_lo to
7984 call_hi instead of entry_point_address.
7985 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7986 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7987 (generic_save_call_dummy_addr): New function.
7988
7989 2002-04-24 David S. Miller <davem@redhat.com>
7990
7991 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7992 sparc_skip_prologue.
7993 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7994 information to find prologue when possible.
7995 (sparc_prologue_frameless_p): Call examine_prologue directly.
7996 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7997 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7998 second argument.
7999 (SKIP_PROLOGUE): Likewise.
8000
8001 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8002
8003 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8004 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8005 indicate that the condition it was testing is always true.
8006 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8007 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8008 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8009
8010 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8011
8012 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8013 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8014 tdep->jb_pc and tdep->jb_elt_size.
8015 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8016 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8017 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8018 * alpha-nat.c (get_longjmp_target): Remove.
8019 (JB_ELEMENT_SIZE): Ditto.
8020 (JB_PC): Ditto.
8021 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8022 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8023 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8024 to alpha_get_longjmp_target.
8025 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8026 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8027 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8028
8029 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8030
8031 * README: Update to GDB 5.2.
8032
8033 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8034
8035 * gdbarch.sh (LC_ALL): Set to `c'.
8036
8037 2002-04-25 Theodore A. Roth <troth@verinet.com>
8038
8039 * avr-tdep.c: Ran through gdb_indent.sh.
8040
8041 2002-04-25 Theodore A. Roth <troth@verinet.com>
8042
8043 * MAINTAINERS: Add myself as AVR maintainer.
8044 * NEWS: Note new target avr.
8045
8046 2002-04-25 Theodore A. Roth <troth@verinet.com>
8047
8048 * Makefile.in: Add support for AVR target.
8049 * configure.tgt: Add support for AVR target.
8050 * avr-tdep.c: New file
8051 * config/avr/avr.mt: New file.
8052
8053 2002-04-25 Theodore A. Roth <troth@verinet.com>
8054
8055 * MAINTAINERS: Add myself to write-after-approval.
8056
8057 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8058
8059 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8060 with fprintf_unfiltered (gdb_stderr,....
8061
8062 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8063
8064 Fix PR gdb/508.
8065 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8066
8067 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8068
8069 * p-exp.y: Also use new prev_lexptr variable
8070 to improve error reporting. Based on Michael Snyder
8071 2002-04-24 dated patch to c-exp.y.
8072
8073 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8074
8075 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8076 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8077 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8078 to 0.
8079 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8080 and struct value.
8081 (FUNCTION_START_OFFSET): Remove.
8082 (BREAKPOINT): Ditto.
8083
8084 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8085
8086 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8087 * NEWS: Ditto.
8088
8089 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8090
8091 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8092 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8093 alpha_linux_pc_in_sigtramp.
8094 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8095 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8096 alpha_osf1_pc_in_sigtramp.
8097 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8098 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8099 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8100 alphafbsd_pc_in_sigtramp.
8101 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8102 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8103 alphanbsd_pc_in_sigtramp.
8104 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8105 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8106
8107 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8108
8109 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8110
8111 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8112
8113 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8114 alphanbsd-tdep.c.
8115 (alphanbsd-nat.o): New dependency list.
8116 (alphanbsd-tdep.o): Ditto.
8117 * NEWS: Note new native NetBSD/alpha configuration.
8118 * alphanbsd-nat.c: New file.
8119 * alphanbsd-tdep.c: Ditto.
8120 * configure.host (alpha*-*-netbsd*): New host.
8121 * configure.tgt (alpha*-*-netbsd*): New target.
8122 * config/alpha/nbsd.mh: New file.
8123 * config/alpha/nbsd.mt: Ditto.
8124 * config/alpha/nm-nbsd.h: Ditto.
8125 * config/alpha/tm-nbsd.h: Ditto.
8126
8127 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8128
8129 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8130 (alpha-osf1-tdep.o): New dependency list.
8131 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8132 and skip_sigtramp_frame members.
8133 * alpha-linux-tdep.c: Include gdbcore.h.
8134 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8135 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8136 * alpha-osf1-tdep.c: New file.
8137 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8138 alpha-osf1-dep.c.
8139 (alpha_frame_past_sigtramp_frame): New function.
8140 (alpha_dynamic_sigtramp_offset): Ditto.
8141 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8142 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8143 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8144 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8145 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8146 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8147 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8148 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8149 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8150 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8151 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8152 to find_solib_trampoline_target.
8153 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8154 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8155 (SKIP_TRAMPOLINE_CODE): Remove.
8156 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8157 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8158 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8159 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8160 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8161 (PROC_SIGTRAMP_MAGIC): Ditto.
8162 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8163 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8164 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8165 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8166 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8167
8168 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8169
8170 * NEWS: Note that Alpha targets are now multi-arch.
8171
8172 2002-04-24 Michael Snyder <msnyder@redhat.com>
8173
8174 * parser-defs.h (prev_lexptr): New external variable.
8175 * parse.c (parse_exp_1): Set prev_lexptr to null before
8176 calling the language-specific parser.
8177 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8178 (yyerror): Use prev_lexptr in error reporting.
8179
8180 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8181
8182 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8183 * gregset.h: If FILL_FPXREGSET is defined, provide
8184 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8185 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8186 is defined, call fill_fpxregset.
8187
8188 2002-04-24 Roland McGrath <roland@frob.com>
8189
8190 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8191 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8192 (supply_gregset, supply_fpregset): New functions.
8193
8194 * gnu-nat.c (gnu_find_memory_regions): New function.
8195 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8196 (gnu_xfer_memory): Add a cast.
8197
8198 2002-04-24 Michael Snyder <msnyder@redhat.com>
8199
8200 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8201 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8202 of argument regs ("str r(0123), [r11, #-nn"]).
8203 (arm_skip_prologue): Better handling for frameless functions.
8204 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8205 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8206
8207 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8208
8209 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8210 NUM_PSEUDO_REGS can be used.
8211
8212 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8213
8214 * arch-utils.h: Update copyright.
8215
8216 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8217 * gdbarch.h, gdbarch.c: Re-generate.
8218
8219 * inferior.h (IN_SIGTRAMP): Delete definition.
8220 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8221 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8222
8223 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8224 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8225 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8226 (find_proc_framesize): Ditto.
8227 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8228 (alpha_init_extra_frame_info): Ditto.
8229 * infrun.c (handle_inferior_event): Ditto.
8230 (handle_inferior_event): Ditto.
8231 (check_sigtramp2): Ditto.
8232 * blockframe.c (create_new_frame): Ditto.
8233 (get_prev_frame): Ditto.
8234 * ppc-linux-tdep.c: Update comments.
8235 * i386-linux-tdep.c: Update comments.
8236 * breakpoint.c (bpstat_what): Update comment.
8237
8238 2002-04-24 David S. Miller <davem@redhat.com>
8239
8240 * i960-tdep.c (register_in_window_p): New function.
8241 (i960_find_saved_register): Use it instead of
8242 REGISTER_IN_WINDOW_P.
8243 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8244
8245 * symtab.h (find_stab_function_addr): Kill extern.
8246 * minsyms.c (find_stab_function_addr): Remove from here...
8247 * dbxread.c: ... to here, and mark it static.
8248
8249 2002-04-20 David S. Miller <davem@redhat.com>
8250
8251 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8252 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8253
8254 2002-04-21 David S. Miller <davem@redhat.com>
8255
8256 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8257 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8258 (vx_write_register): Likewise.
8259
8260 2002-04-23 J. Brobecker <brobecker@gnat.com>
8261
8262 * source.c (is_regular_file): New function.
8263 (openp): Check wether file to open is a regular file
8264 to avoid opening directories.
8265
8266 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8267
8268 * findvar.c (extract_signed_integer): Cast printf argument
8269 to suppress format warning.
8270 (extract_unsigned_integer): Likewise.
8271 * infcmd.c (registers_info): Likewise.
8272 * top.c (get_prompt_1): Likewise.
8273 * valops.c (value_assign): Likewise.
8274 * valprint.c (print_decimal): Likewise.
8275
8276 2002-04-22 H.J. Lu (hjl@gnu.org)
8277
8278 * c-exp.y (typebase): Support
8279
8280 [long|long long|short] [signed|unsigned] [int|]
8281
8282 and
8283
8284 signed [long|long long|short] int
8285
8286 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8287
8288 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8289 and vax-tdep.h.
8290 * vax-tdep.h: New file.
8291 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8292 Make several routines static.
8293 (vax_get_saved_register): New function.
8294 (vax_gdbarch_init): New function.
8295 (_initialize_vax_tdep): Register vax_gdbarch_init.
8296 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8297 Remove macros now under the control of gdbarch.
8298
8299 2002-04-22 Michael Snyder <msnyder@redhat.com>
8300
8301 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8302 Some whitespace and coding standards tweaks.
8303
8304 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8305
8306 * vax-tdep.c: Include regcache.h.
8307 (vax_call_dummy_words): New.
8308 (sizeof_vax_call_dummy_words): New.
8309 (vax_fix_call_dummy): New function.
8310 (vax_saved_pc_after_call): Ditto.
8311 * config/vax/tm-vax.h: Don't include regcache.h.
8312 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8313 (CALL_DUMMY): Remove.
8314 (CALL_DUMMY_WORDS): Define.
8315 (SIZEOF_CALL_DUMMY_WORDS): Define.
8316 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8317
8318 2002-04-18 Michael Snyder <msnyder@redhat.com>
8319
8320 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8321
8322 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8323
8324 * vax-tdep.c (vax_frame_chain): New function.
8325 (vax_push_dummy_frame): Ditto.
8326 (vax_pop_frame): Ditto.
8327 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8328 (FRAMELESS_FUNCTION_INVOCATION): Use
8329 generic_frameless_function_invocation_not.
8330 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8331 (POP_FRAME): Use vax_pop_frame.
8332
8333 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8334
8335 * vax-tdep.c (vax_store_struct_return): New function.
8336 (vax_extract_return_value): Ditto.
8337 (vax_store_return_value): Ditto.
8338 (vax_extract_struct_value_address): Ditto.
8339 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8340 vax_store_struct_return.
8341 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8342 (STORE_RETURN_VALUE): Use vax_store_return_value.
8343 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8344
8345 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8346
8347 * vax-tdep.c (vax_frame_saved_pc): New function.
8348 (vax_frame_args_address_correct): Ditto.
8349 (vax_frame_args_address): Ditto.
8350 (vax_frame_locals_address): Ditto.
8351 (vax_frame_num_args): Move code to be in proximity to
8352 other frame-related functions.
8353 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8354 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8355 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8356 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8357 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8358
8359 2002-04-22 H.J. Lu (hjl@gnu.org)
8360
8361 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8362 includedir.
8363
8364 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8365
8366 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8367 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8368 (FRAME_INIT_SAVED_REGS): New macro.
8369
8370 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8371
8372 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8373
8374 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8375
8376 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8377 where needed.
8378 (fetch_osf_core_registers): Likewise.
8379 (supply_gregset): Likewise.
8380
8381 2002-04-22 J. Brobecker <brobecker@gnat.com>
8382
8383 * symfile.h (get_section_index): Define.
8384 * symfile.c (get_section_index): New function.
8385 * mdebugread.c (SC_IS_SBSS): New macro.
8386 (SC_IS_BSS): Return true for the scBss storage class only, as
8387 the scSBss storage class refers to the .sbss section.
8388 (parse_partial_symbols): Discard the symbols which associated
8389 section does not exist.
8390 Make sure to use the .sbss section index for symbols which
8391 storage class is scBss, rather than using the .bss section index.
8392
8393 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8394
8395 * vax-tdep.c: Update copyright years.
8396 (vax_register_name): New function.
8397 (vax_register_byte): Ditto.
8398 (vax_register_raw_size): Ditto.
8399 (vax_register_virtual_size): Ditto.
8400 (vax_register_virtual_type): Ditto.
8401 * config/vax/tm-vax.h: Update copyright years.
8402 (REGISTER_NAMES): Remove.
8403 (REGISTER_NAME): Define.
8404 (REGISTER_BYTE): Use vax_register_byte.
8405 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8406 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8407 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8408
8409 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8410
8411 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8412 declaration
8413 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8414
8415 2002-04-21 David S. Miller <davem@redhat.com>
8416
8417 * arch-utils.c (generic_prologue_frameless_p): Kill
8418 SKIP_PROLOGUE_FRAMELESS_P code.
8419 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8420 references.
8421 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8422 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8423 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8424 references.
8425 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8426 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8427 (sparc_gdbarch_init): Pass it to
8428 set_gdbarch_prologue_frameless_p.
8429
8430 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8431
8432 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8433 (alphabsd-nat.o): New dependency list.
8434
8435 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8436
8437 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8438 alphafbsd-tdep.c.
8439 (alpha-linux-tdep.o): New dependency list.
8440 (alphafbsd-tdep.o): Likewise.
8441
8442 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8443
8444 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8445 to here...
8446 * alpha-tdep.c: ...from here.
8447 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8448
8449 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8450
8451 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8452 prototype from here...
8453 * alpha-tdep.h: ...to here.
8454
8455 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8456
8457 * frame.h (selected_frame_level): Document as deprecated.
8458 (frame_relative_level): Declare.
8459 * stack.c (frame_relative_level): New function.
8460 (selected_frame_level): Document as deprecated.
8461 (select_frame): Do not set the selected_frame_level.
8462
8463 * stack.c (frame_info, record_selected_frame): Update.
8464 (frame_command, current_frame_command): Update.
8465 (up_silently_base, up_command, down_silently_base): Update.
8466 (down_command): Update.
8467 * inflow.c (kill_command): Update.
8468 * tracepoint.c (finish_tfind_command): Update.
8469 * corelow.c (core_open): Update.
8470 * thread.c (info_threads_command): Update.
8471 (do_captured_thread_select): Update.
8472 * infcmd.c (finish_command): Update.
8473 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8474
8475 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8476
8477 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8478
8479 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8480
8481 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8482 type const.
8483
8484 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8485
8486 * alphafbsd-tdep.c: Update copyright years. Include
8487 alpha-tdep.h.
8488 (alphafbsd_use_struct_convention): Make static.
8489 (alphafbsd_init_abi): New function.
8490 (_initialize_alphafbsd_tdep): New function.
8491 * config/alpha/tm-fbsd.h: Update copyright years.
8492 (USE_STRUCT_CONVENTION): Remove.
8493
8494 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8495
8496 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8497 an Alpha ABI variant.
8498 (alpha_abi_handler_list): Declare.
8499 (alpha_gdbarch_register_os_abi): New function.
8500 (alpha_gdbarch_init): Give registered ABI variant handlers a
8501 chance to tweak the gdbarch once we have set up defaults.
8502 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8503
8504 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8505
8506 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8507 to standard_coerce_float_to_double.
8508 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8509
8510 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8511
8512 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8513 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8514 from gdbarch_tdep rather than a constant.
8515 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8516 the default text address for all Alpha Unix ABIs.
8517 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8518 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8519
8520 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8521
8522 * alpha-tdep.h: New file. Includes several Alpha target constants
8523 taken from...
8524 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8525 let gdbarch deal with.
8526 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8527 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8528 to dependency list.
8529 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8530 Alpha target register names.
8531 * alphabsd-nat.c: Likewise.
8532 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8533 Alpha target register names. Make serveral routines static.
8534 (alpha_get_saved_register): New function.
8535 (alpha_abi_names): New.
8536 (process_note_abi_tag_sections): New function.
8537 (get_elfosabi): New function.
8538 (alpha_gdbarch_init): New function.
8539 (alpha_dump_tdep): New function.
8540 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8541
8542 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8543
8544 * frame.c (find_saved_register): Delete #ifdef
8545 HAVE_REGISTER_WINDOWS code.
8546 * config/sparc/tm-sparc.h: Update comments.
8547 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8548
8549 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8550
8551 * i960-tdep.c (i960_find_saved_register): New function.
8552 (i960_get_saved_register): New function.
8553 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8554 (i960_get_saved_register): Declare.
8555 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8556
8557 2002-04-20 David S. Miller <davem@redhat.com>
8558
8559 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8560
8561 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8562
8563 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8564 instead of NUM_PSEUDO_REGS.
8565
8566 2002-04-20 David S. Miller <davem@redhat.com>
8567
8568 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8569 GDB_MULTI_ARCH_PARTIAL
8570 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8571 define, let tm-sp64.h do it.
8572
8573 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8574
8575 * frame.c (find_saved_register): Avoid a NULL pointer
8576 dereference and actually walk the frame list.
8577
8578 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8579
8580 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8581 sorted in most most-recent-used order. Document.
8582 * gdbarch.h, gdbarch.c: Regenerate.
8583
8584 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8585
8586 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8587 instead of ->prev.
8588 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8589 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8590 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8591 instead of ->prev.
8592
8593 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8594
8595 Fix PR gdb/471.
8596 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8597 (build_builtin_type_vec128): Ditto.
8598 (append_composite_type_field): Fix calculation of type length in
8599 union case.
8600
8601 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8602
8603 * config/djgpp/README: Update.
8604
8605 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8606 compiler warnings.
8607
8608 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8609
8610 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8611 (alpha_setup_arbitrary_frame): ...to this.
8612 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8613 for alpha_setup_arbitrary_frame.
8614
8615 2002-04-18 Andrew Cagney <cagney@redhat.com>
8616
8617 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8618 * gdbarch.h, gdbarch.c: Regenerate.
8619
8620 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8621 * target.h (memory_breakpoint_from_pc): Update declaration.
8622 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8623
8624 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8625 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8626 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8627 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8628 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8629 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8630 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8631 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8632 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8633 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8634 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8635 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8636
8637 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8638 const pointer.
8639 * monitor.c (monitor_insert_breakpoint): Ditto.
8640 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8641
8642 * config/mcore/tm-mcore.h: Update copyright.
8643 * mem-break.c: Ditto.
8644 * xstormy16-tdep.c: Ditto.
8645
8646 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8647
8648 * p-exp.y: Add precedence rule for '^' token.
8649 This removes the shift/reduce conflicts.
8650 Remove the comment concerning these shift/reduce conflicts.
8651
8652 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8653
8654 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8655 (registers_powerpc_nofp): New register set for processors
8656 without floating point unit.
8657
8658 2002-04-18 David S. Miller <davem@redhat.com>
8659
8660 * MAINTAINERS: Add myself to write-after-approval.
8661
8662 2002-04-17 Michael Snyder <msnyder@redhat.com>
8663
8664 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8665
8666 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8667
8668 * rs6000-tdep.c (frame_initial_stack_address): Use
8669 frame_register_read to read the alloca_reg.
8670
8671 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8672
8673 * frame.c (find_saved_register): Find saved registers in the next
8674 not prev frame.
8675 Fix PR gdb/365.
8676
8677 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8678
8679 * gdbarch.sh (LANG): Set to ``c''.
8680
8681 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8682
8683 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8684
8685 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8686
8687 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8688 Update copyright.
8689
8690 * hpread.c (hpread_get_lntt): Add declaration.
8691 Also fix PR gdb/391.
8692
8693 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8694
8695 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8696 * aclocal.m4, configure: Re-generate.
8697 Fix PR gdb/391.
8698
8699 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8700
8701 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8702 instead of tm_print_insn.
8703
8704 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8705
8706 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8707
8708 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8709
8710 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8711 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8712 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8713
8714 2002-04-12 Don Howard <dhoward@redhat.com>
8715
8716 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8717 max_user_call_depth.
8718 (init_cmd_lists): Initialize the new value;
8719 * cli/cli-script.c (execute_user_command): Limit the call depth of
8720 user defined commands. This avoids a core-dump when user commands
8721 are infinitly recursive.
8722
8723 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8724
8725 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8726 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8727 from tdep struct instead of DEFAULT_LR_SAVE.
8728 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8729 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8730 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8731
8732 2002-04-12 Michael Snyder <msnyder@redhat.com>
8733
8734 * Remote.c: Spelling fix.
8735 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8736 If no symbol found for "sbrk", try "_sbrk".
8737 (make_output_phdrs): Use bfd_section_name.
8738 (gcore_copy_callback): Use bfd_section_name.
8739 * eval.c: Indentation fix-ups.
8740 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8741 in case it gets applied to an address that is already
8742 in the instruction space.
8743 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8744 * symfile.c: Fix indentation, long lines.
8745 * source.c: White space fix-up.
8746
8747 2002-04-12 Andrew Cagney <cagney@redhat.com>
8748
8749 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8750 * frame.c (frame_register_read): New function. Return non-zero on
8751 success.
8752 (read_relative_register_raw_bytes_for_frame): Delete.
8753 (read_relative_register_raw_bytes): Delete.
8754 * frame.h (frame_register_read): Declare.
8755 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8756 * sh-tdep.c: Ditto.
8757 * infcmd.c (do_registers_info): Ditto.
8758 * hppa-tdep.c: Ditto.
8759 * rs6000-tdep.c: Ditto.
8760 * h8500-tdep.c: Ditto.
8761 * mips-tdep.c: Ditto.
8762 * h8300-tdep.c: Ditto.
8763 * z8k-tdep.c: Ditto.
8764
8765 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8766
8767 From Jimi X <jimix@watson.ibm.com>:
8768 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8769 64-bit SysV ABI.
8770
8771 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8772
8773 From Jimi X <jimix@watson.ibm.com>:
8774 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8775 bfd info.
8776
8777 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8778
8779 From Jimi X <jimix@watson.ibm.com>:
8780 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8781 register sets for these processor variants.
8782
8783 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8784
8785 * regformats/reg-ppc.dat: Support FPSCR.
8786
8787 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8788
8789 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8790 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8791 Add fpscr as an invalid/unfetchable register.
8792 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8793 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8794 (fill_fpregset): Add support for register fpscr.
8795 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8796 (fill_gregset): Account for the fact that register ``mq'' might
8797 not exist.
8798 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8799 (registers_power): Add fpscr to register set at slot 71.
8800 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8801 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8802
8803 2002-04-11 Michael Snyder <msnyder@redhat.com>
8804
8805 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8806 * configure: Regenerate.
8807 * config.in: Regenerate.
8808 * acconfig.h: Add define for _SYSCALL32.
8809 * core-sol2.c: Remove #define _SYSCALL32.
8810 * solib-legacy.c: Remove #define _SYSCALL32.
8811
8812 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8813
8814 * stack.c (select_frame): Cleanup internal error message, do not
8815 use %p.
8816
8817 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8818
8819 * stack.c (select_frame): Check that selected_frame and the
8820 specified level are as expected.
8821 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8822 Update copyright.
8823 * frame.h (struct frame_info): Add field `level'. Update
8824 copyright.
8825 Work-in-progress PR gdb/464.
8826
8827 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8828
8829 * maint.c (maint_print_section_info): Rename print_section_info.
8830 (print_bfd_section_info, print_objfile_section_info): Update.
8831 * inferior.h (struct gdbarch): Add opaque declaration.
8832 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8833 * gdbarch.h: Regenerate.
8834
8835 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8836
8837 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8838 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8839 (kernel_u_size): Added.
8840 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8841 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8842
8843 2002-04-04 Jim Ingham <jingham@apple.com>
8844
8845 * valarith.c (find_size_for_pointer_math): New function, either returns
8846 the size for a pointer's target, returns 1 for void *, or errors for
8847 incomplete types.
8848 (value_add, value_sub): use find_size_for_pointer_math.
8849
8850 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8851
8852 * linux-low.c (linux_look_up_symbols): New hook.
8853 (linux_target_ops): Add linux_look_up_symbols.
8854 * remote-utils.c (decode_address): New function.
8855 (look_up_one_symbol): New function.
8856 * server.c (handle_query): Call target look_up_symbols hook.
8857 * server.h (look_up_one_symbol): Add prototype.
8858 * target.h (struct target_ops): Add look_up_symbols hook.
8859
8860 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8861
8862 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8863 override FP_REGNUM with frame->fp. Update copyright.
8864 * parse.c (num_std_regs, std_regs): Delete.
8865 (target_map_name_to_register): Do not search std_regs. Update
8866 function description.
8867 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8868 declarations. Update copyright.
8869 Fix PR gdb/251.
8870
8871 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8872
8873 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8874 after the last symbol in a block.
8875
8876 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8877
8878 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8879 is non zero as a found symbol.
8880
8881 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8882
8883 * findvar.c: Include "builtin-regs.h".
8884 (value_of_register): Call value_of_builtin_reg when applicable.
8885 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8886 (target_map_name_to_register): Call
8887 builtin_reg_map_name_to_regnum.
8888 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8889 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8890 (builtin_regs_h): Define.
8891 (builtin-regs.o): New target.
8892 (findvar.o): Add $(builtin_regs_h).
8893 * builtin-regs.c, builtin-regs.h: New files.
8894 * std-regs.c: New file.
8895 Partial fix for PR gdb/251.
8896
8897 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8898
8899 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8900 it's no longer required.
8901
8902 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8903
8904 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8905
8906 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8907
8908 From Jimi X <jimix@watson.ibm.com>:
8909 * rs6000-tdep.c (rs6000_software_single_step): Use
8910 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8911 and size. Use target_insert_breakpoint() and
8912 target_remove_breakpoint() to insert and remove breakpoints
8913 instead of explicit memory reads and writes.
8914
8915 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8916
8917 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8918 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8919 ELF_OBJECT_FORMAT ifdef.
8920
8921 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8922
8923 From Jimi X <jimix@watson.ibm.com>:
8924 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8925
8926 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8927
8928 From Jimi X <jimix@watson.ibm.com>:
8929 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8930 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8931
8932 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8933
8934 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8935 s/asprintf/xasprintf/.
8936 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8937
8938 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8939
8940 I believe Jeff Law denies responsability for this one:
8941 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8942 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8943 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8944 Work-around for PR gdb/366.
8945
8946 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8947
8948 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8949 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8950 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8951
8952 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8953
8954 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8955 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8956 information.
8957
8958 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8959
8960 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8961 maintainer.
8962
8963 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8964
8965 * README (Reporting Bugs in GDB): Document the bug web page as the
8966 prefered way of submitting bugs.
8967 Fix PR gdb/402.
8968
8969 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8970
8971 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8972 -1. Update comment.
8973 * gdbarch.h, gdbarch.c: Re-generate.
8974
8975 2002-04-07 Andreas Schwab <schwab@suse.de>
8976
8977 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8978 buffer to regcache_collect.
8979
8980 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8981
8982 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8983 * gdbarch.c, gdbarch.h: Re-generate.
8984
8985 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8986
8987 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8988 declaration. Fix -Werror.
8989
8990 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8993 * gdbarch.c: Regenerate.
8994
8995 2002-04-05 Michael Snyder <msnyder@redhat.com>
8996
8997 * breakpoint.c (clear_command): Rewrite middle section to
8998 combine two loops with identical control conditions.
8999 Add a cleanup to eliminate a memory leak.
9000 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9001
9002 2002-04-05 H.J. Lu (hjl@gnu.org)
9003
9004 * solib-svr4.c (bkpt_names): Add "__start".
9005
9006 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9007
9008 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9009 as test for 64 bit target.
9010
9011 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9012
9013 * h8500-tdep.c (h8500_write_fp): Delete function.
9014 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9015 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9016 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9017 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9018 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9019 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9020 (s390_write_fp):
9021 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9022 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9023 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9024 (d10v_write_fp): Delete function.
9025 * inferior.h (write_fp, generic_target_write_fp): Delete
9026 declarations.
9027 * regcache.c (generic_target_write_fp): Delete function.
9028 (write_fp): Delete function.
9029 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9030 * gdbarch.h, gdbarch.c: Regenerate.
9031 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9032 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9033 (sparc64_write_fp): Delete declaration.
9034 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9035 (h8500_write_fp): Delete declaration.
9036
9037 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9038
9039 * sparc-tdep.c (sparc64_write_fp): Delete.
9040 (sparc_push_dummy_frame): Replace write_fp call with code to store
9041 the FP directly.
9042 (sparc_gdbarch_init): Do not initialize write_fp.
9043
9044 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9045
9046 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9047 clause.
9048
9049 2002-03-29 Jim Blandy <jimb@redhat.com>
9050
9051 * stack.c (get_selected_block): Add new argument `addr_in_block',
9052 used to return the exact code address we used to select the block,
9053 not just the block.
9054 * blockframe.c (get_frame_block, get_current_block): Same.
9055 * frame.h (get_frame_block, get_current_block,
9056 get_selected_block): Update declarations.
9057 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9058 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9059
9060 2002-04-05 Michael Snyder <msnyder@redhat.com>
9061
9062 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9063 warning message.
9064
9065 2002-04-05 J. Brobecker <brobecker@gnat.com>
9066
9067 * utils.c (xfullpath): New function.
9068 * defs.h (xfullpath): Add declaration.
9069 * source.c (openp): Use xfullpath in place of gdb_realpath to
9070 avoid resolving the basename part of filenames when the
9071 associated file is a symbolic link. This fixes a potential
9072 inconsistency between the filenames known to GDB and the
9073 filenames it prints in the annotations.
9074 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9075 to be able to match a filename with either the real filename, or
9076 the name of any symbolic link to this file.
9077 (lookup_partial_symtab): Ditto.
9078
9079 2002-04-04 Michael Snyder <msnyder@redhat.com>
9080
9081 * breakpoint.c: Add support for hardware breakpoints in overlays.
9082 (overlay_events_enabled): New state variable.
9083 (insert_breakpoints): Use overlay_events_enabled to decide
9084 whether to attempt to set a breakpoint at the overlay load addr.
9085 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9086 (remove_breakpoint): Use overlay_events_enabled to decide
9087 whether breakpoints need to be removed from overlay load addr.
9088 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9089 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9090 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9091 disable_overlay_breakpoints): Update overlay_events_enabled.
9092
9093 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * dwarf2read.c (struct function_range): New.
9096 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9097 (check_cu_functions): New.
9098 (read_file_scope): Initialize global function lists.
9099 Call dwarf_decode_line after processing children.
9100 (read_func_scope): Add to global function list.
9101 (dwarf_decode_lines): Call check_cu_functions everywhere
9102 record_line is called. Call record_line with a linenumber
9103 of 0 to mark sequence ends.
9104
9105 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9106
9107 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9108 change sync with glibc.
9109
9110 2002-04-03 Jim Blandy <jimb@redhat.com>
9111
9112 * configure.in: Call AC_C_INLINE.
9113 * configure: Regenerated.
9114
9115 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9118 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9119
9120 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9121
9122 * NEWS: Mention gcore support on FreeBSD/i386.
9123
9124 * fbsd-proc.c: New file.
9125 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9126 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9127
9128 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9129 while statement.
9130
9131 2002-03-29 Jim Blandy <jimb@redhat.com>
9132
9133 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9134 unescaped newlines in string literals, but newer ones don't. So
9135 escape them.
9136
9137 2002-03-26 Michael Snyder <msnyder@redhat.com>
9138 Andrew Cagney <cagney@redhat.com>
9139
9140 * cli/cli-dump.c: New file. Dump memory to file,
9141 restore file to memory.
9142 * cli/cli-dump.h: New file.
9143 * Makefile.in: Add rules, dependencies for cli-dump.o.
9144 * NEWS: Mention new commands.
9145
9146 2002-03-28 Michael Snyder <msnyder@redhat.com>
9147
9148 * symfile.c (symbol_file_add): Move test for null symbols to later.
9149
9150 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9151
9152 From veksler at il.ibm.com:
9153 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9154 the xstrduped original path.
9155 Fix PR gdb/417.
9156
9157 2002-03-27 Michael Snyder <msnyder@redhat.com>
9158
9159 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9160 * infcmd.c (_initialize_infcmd): Ditto.
9161 * language.c (_initialize_language): Ditto.
9162 * symfile.c (_initialize_symfile): Ditto.
9163 * top.c (_init_main): Ditto.
9164 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9165
9166 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9167
9168 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9169 vector registers handling.
9170 (skip_prologue): Handle new AltiVec instructions. Fill in new
9171 fields of frame data.
9172 (frame_get_saved_regs): Fill in information for AltiVec registers.
9173
9174 2002-03-27 Jim Blandy <jimb@redhat.com>
9175
9176 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9177 a function; leave this macro here to invoke that function.
9178 (symbol_init_mangled_name): Declaration for that function.
9179 * symtab.c (symbol_init_mangled_name): New function.
9180
9181 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9182
9183 * valarith.c: Replace strerror with safe_strerror.
9184 * tracepoint.c: Ditto.
9185 * lin-lwp.c: Ditto.
9186 * go32-nat.c: Ditto.
9187 * inflow.c: Ditto.
9188 * gnu-nat.c: Ditto.
9189
9190 2002-03-27 Andreas Schwab <schwab@suse.de>
9191
9192 * event-top.c (command_line_handler): Remove useless if.
9193
9194 2002-03-27 Andreas Jaeger <aj@suse.de>
9195
9196 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9197 comment.
9198
9199 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9200
9201 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9202 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9203 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9204 (x86_64_linux_dr_get_status, supply_gregset),
9205 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9206 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9207 (x86_64_register_info_table): Add.
9208 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9209 (x86_64_register_raw_size, x86_64_register_virtual_type),
9210 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9211 general x86_64_register_info_table.
9212 (i386_gdbarch_init): gdbarch_register_bytes is now set
9213 dynamicaly during initialization.
9214 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9215 * gdbserver/linux-x86-64-low.c: Ditto.
9216
9217 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9218
9219 * gdbserver/server.c (main): Call target_signal_to_host_p
9220 and target_signal_to_host on signals received from the remote.
9221 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9222 target_signal_from_host on signals sent to the remote.
9223 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9224 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9225
9226 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9227
9228 * signals/signals.c: Include "server.h" in gdbserver build.
9229 (target_signal_from_name): Don't use STREQ.
9230 (_initialize_signals): Likewise. Don't include function in
9231 gdbserver build.
9232
9233 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9234
9235 * signals.c: Moved to...
9236 * signals/signals.c: Here.
9237 * Makefile (signals.o): Update.
9238
9239 2002-03-26 Jeff Law (law@redhat.com)
9240
9241 * somread.c (som_symtab_read): Remove some commented out code and
9242 updated related comments. Do not set the minimal symbol table to
9243 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9244 in a dynamic executable.
9245 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9246 where we are unable to find the minimal symbol for the given
9247 PC value.
9248
9249 2002-03-25 Jeff Law (law@redhat.com)
9250
9251 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9252
9253 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9254
9255 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9256
9257 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9258
9259 * command.h: Update copyright.
9260 (struct cmd_list_element): Replace definition with opaque
9261 declaration.
9262 (enum cmd_types): Document that it will eventually be moved to
9263 cli/cli-decode.h
9264 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9265 (MALLOCED_REPLACEMENT): Delete macro.
9266 * Makefile.in (cli_decode_h): Add $(command_h).
9267 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9268 * top.c: Include "cli/cli-decode.h".
9269 * completer.c: Include "cli/cli-decode.h".
9270 * maint.c: Include "cli/cli-decode.h".
9271 * cli/cli-decode.h: Include "command.h".
9272 (enum command_class): Delete.
9273 (enum cmd_types): Comment out.
9274 (enum cmd_auto_boolean): Delete.
9275 (enum var_types): Delete.
9276
9277 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9278
9279 * cli/cli-decode.c: Include "gdb_assert.h".
9280 (add_set_or_show_cmd): New static function.
9281 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9282 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9283 all fields, such as func, from the set command.
9284
9285 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9286
9287 * MAINTAINERS (sh-elf): Change warning flag to -w.
9288
9289 2002-03-23 Andrew Cagney <cagney@redhat.com>
9290
9291 * defs.h (error): Add printf format attribute.
9292 * thread-db.c (thread_from_lwp): Fix error format string.
9293 * stack.c (parse_frame_specification): Ditto.
9294 * cli/cli-decode.c (undef_cmd_error): Ditto.
9295 * scm-lang.c (scm_lookup_name): Ditto.
9296 * tracepoint.c (trace_error): Ditto.
9297 * remote-utils.c (usage): Ditto.
9298 * remote.c (compare_sections_command): Ditto.
9299 Fix PR gdb/328.
9300
9301 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbtypes.c (append_composite_type_field): New function.
9304 (init_composite_type): New function.
9305 * gdbtypes.h (append_composite_type_field): Declare.
9306 (init_composite_type): Ditto.
9307
9308 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9309
9310 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9311 function.
9312 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9313 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9314 structure returning convention for SYSV ABI case, but not
9315 for GNU/Linux, FreeBSD, or NetBSD.
9316
9317 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9318
9319 * symtab.h (lookup_block_symbol): Add mangled_name argument
9320 to prototype.
9321
9322 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9323 with new mangled_name argument.
9324 * linespec.c (decode_line_1): Likewise.
9325 * valops (value_of_this): Likewise.
9326 * symtab.c (lookup_transparent_type): Likewise.
9327 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9328 (lookup_symbol): If we are given a mangled name, pass it down
9329 to lookup_symbol_aux.
9330 (lookup_block_symbol): If we are given a mangled name to check
9331 against, only return symbols which match it.
9332
9333 2002-03-22 Christopher Faylor <cgf@redhat.com>
9334
9335 * win32-nat.c (child_create_inferior): Check for proper shell to use
9336 here, in case the user changes it on the fly.
9337 (_initialize_inftarg): Remove shell path considerations.
9338
9339 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9340
9341 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9342 for gdbarch_max_register_raw_size and max_register_virtual_size.
9343 Adjust copyright year.
9344
9345 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9346
9347 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9348 in a function to cover the entire beginning of the function
9349 as well if it does not already.
9350
9351 2002-03-21 Tom Rix <trix@redhat.com>
9352
9353 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9354 (rs6000_ptrace64): Renamed from ptrace64.
9355
9356 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9357
9358 * gdbserver/remote-utils.c (remote_open): Don't call
9359 getprotobyname, we're all using TCP here so just use
9360 IPPROTO_TCP.
9361 * gdbserver/gdbreplay.c (remote_open): Ditto.
9362
9363 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9364
9365 * regcache.c (_initialize_regcache): No need to call
9366 build_regcache() at this time; it gets called whenever
9367 the gdbarch changes.
9368
9369 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9370
9371 * sparc-nat.c: Include sys/param.h where possible.
9372
9373 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9374
9375 Fix PR gdb/422.
9376 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9377 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9378 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9379 complex types.
9380 * stabsread.c (rs6000_builtin_type): Likewise.
9381 (read_sun_floating_type): Likewise.
9382
9383 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9384
9385 * stabsread.c (read_member_functions): Remove skip code for duplicate
9386 constructor/destructor methods. Use standard parsing for these
9387 methods and just do not chain them to the list of methods after
9388 parsing.
9389
9390 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9391
9392 * coffread.c: Remove redundant static declarations. Replace
9393 occurrences of `PTR' with `void *'.
9394 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9395 * top.h (quit_cover): Likewise.
9396 * defs.h (catch_errors): Likewise.
9397
9398 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9399
9400 * defs.h (XMALLOC): Define.
9401 * gdb-events.sh (XMALLOC): Delete macro.
9402 * gdb-events.c, gdb-events.h: Regenerate.
9403 * gdbarch.sh (XMALLOC): Delete macro.
9404 * gdbarch.c: Regenerate.
9405 * serial.c (XMALLOC): Delete macro.
9406 * ui-file.c (XMALLOC): Ditto.
9407 * ser-unix.h (XMALLOC): Ditto.
9408 * sh-tdep.c (XMALLOC): Ditto.
9409 * ui-out.c (XMALLOC): Ditto.
9410 * utils.c (XMALLOC): Ditto.
9411 * i386-tdep.c (XMALLOC): Ditto.
9412 * gdb-events.c (XMALLOC): Ditto.
9413 * d10v-tdep.c (XMALLOC): Ditto.
9414 * cli-out.c (XMALLOC): Ditto.
9415
9416 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9417 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9418 * ui-file.c, ui-out.c: Ditto.
9419
9420 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9421
9422 * command.h (struct cmd_list_element): Add field context.
9423 (set_cmd_context, get_cmd_context): Declare.
9424 * cli/cli-decode.h: Ditto.
9425 * cli/cli-decode.c (get_cmd_context): New function.
9426 (set_cmd_context): New function.
9427 (add_cmd): Initialize context.
9428 Part of fixing PR gdb/145 and PR gdb/146.
9429
9430 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9431
9432 * cli/cli-decode.c (cmd_type): New function.
9433 * command.h (cmd_type): Declare.
9434 * infrun.c (set_schedlock_func): Call function cmd_type.
9435 * kod.c (kod_set_os): Call cmd_type.
9436 * cris-tdep.c (cris_version_update): Use function cmd_type.
9437 (cris_mode_update, cris_abi_update): Ditto.
9438
9439 * command.h: (execute_cmd_post_hook): Declare.
9440 (execute_cmd_pre_hook): Declare.
9441 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9442 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9443 functions. Execute pre/post hook while ensuring that afterwords
9444 hook_in is cleared.
9445 * top.c (execute_command): Use execute_cmd_post_hook, and
9446 execute_cmd_pre_hook to execute pre/post commands.
9447 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9448 hook_stop_stub.
9449 (hook_stop_stub): Call execute_cmd_pre_hook.
9450
9451 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9452
9453 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9454 set'' and this leads to a core dump. Move xstrdup of
9455 operating_system to after check that it is not NULL.
9456
9457 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9458
9459 * kod.c (kod_set_os): Remove unnecessary check that
9460 ``command->type'' is set_cmd.
9461
9462 * valprint.c (set_input_radix): Use input_radix.
9463 (set_output_radix): Use output_radix.
9464 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9465 isn't reverted.
9466
9467 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9468
9469 * value.h (struct value): Delete field ``substring_addr''. Change
9470 aligner fields to force_doublest_align, force_longest_align,
9471 force_core_addr_align and force_pointer_aligh.
9472
9473 * value.h (struct value): Fix typo in above change.
9474
9475 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9476
9477 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9478 to fix internal_error from ``maintenance print architecture''.
9479
9480 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9481
9482 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9483 for gcc versions after gcc-2.8.1.
9484
9485 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9486
9487 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9488 for method resolution. Restore adjustment of ``this'' pointer after
9489 calling value_struct_elt, which was accidentally removed during the
9490 HP merge.
9491
9492 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9493
9494 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9495 value_of_register.
9496 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9497 get_saved_register.
9498 * value.h (value_of_register): Update.
9499
9500 2002-03-14 Richard Henderson <rth@redhat.com>
9501
9502 * configure.in: Detect declaration for canonicalize_file_name.
9503 * utils.c (canonicalize_file_name): Declare, if needed.
9504 (gdb_realpath): Prefer realpath if available and usable.
9505 * config.in, configure: Rebuild.
9506
9507 2002-03-14 Richard Henderson <rth@redhat.com>
9508
9509 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9510 a constant array bound.
9511
9512 * MAINTAINERS: Add myself to write-after-approval.
9513
9514 2002-03-14 Michael Snyder <msnyder@redhat.com>
9515
9516 * symfile.c (syms_from_objfile): Return immediately if no syms.
9517 (symbol_file_add): Return immediately if no syms.
9518 (find_sym_fns): Return immediately if no syms.
9519
9520 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9521
9522 * gdbserver/remote-util.c (remote_open): Print remote-side's
9523 IP address when remote debugging over the network.
9524
9525 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9526
9527 * config/sparc/fbsd.mh: Fix copyright.
9528 * config/sparc/fbsd.mt: Likewise.
9529
9530 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9531
9532 * MAINTAINERS: Fix typo in name of gdb warnings option.
9533 (x86-64): Fix formating so that this can be parsed by awk.
9534
9535 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9536
9537 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9538 * defs.h: Include "gdb/signals.h".
9539 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9540
9541 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9542
9543 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9544 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9545 from x86-64-tdep.h
9546
9547 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9548 Don Howard <dhoward@redhat.com>
9549
9550 * mips-tdep.c (ST0_FR): Define.
9551 (mips2_fp_compat): New function, temporarily disabled.
9552 (mips_read_fp_register_single): New function.
9553 (mips_read_fp_register_double): New function.
9554 (mips_print_register): Use them.
9555 (do_fp_register_row): Likewise.
9556
9557 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9558
9559 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9560 approval''.
9561
9562 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9563
9564 * stabsread.c (read_member_functions): Fix is_stub test for
9565 static member functions, improve comment.
9566
9567 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9568
9569 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9570 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9571 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9572 commands that set boolean values.
9573 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9574 (arm_rdi_resume): Always initialize PC.
9575 (arm_rdi_open): Don't use rslt as a boolean.
9576 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9577 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9578 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9579 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9580
9581 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9582
9583 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9584 * configure: Rebuilt.
9585
9586 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9587
9588 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9589 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9590
9591 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9592
9593 * cli/cli-decode.c (set_cmd_completer): New function.
9594 * command.h (set_cmd_completer): Declare.
9595 * cli/cli-decode.h (set_cmd_completer): Ditto.
9596
9597 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9598 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9599 * win32-nat.c (_initialize_inftarg): Ditto.
9600 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9601 * proc-api.c (_initialize_proc_api): Ditto.
9602 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9603 * source.c (_initialize_source): Ditto.
9604 * exec.c (_initialize_exec): Ditto.
9605 * solib.c (_initialize_solib): Ditto.
9606 * top.c (init_main): Ditto.
9607 * tracepoint.c (_initialize_tracepoint): Ditto.
9608 * symfile.c (_initialize_symfile): Ditto.
9609 * printcmd.c (_initialize_printcmd): Ditto.
9610 * infcmd.c (_initialize_infcmd): Ditto.
9611 * corefile.c (_initialize_core): Ditto.
9612
9613 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9614
9615 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9616
9617 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9618
9619 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9620
9621 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9622
9623 * NEWS: Update headings, 5.2 has branched.
9624
9625 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9626
9627 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9628 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9629 (register_addr, REGISTER_RAW_SIZE): Likewise.
9630 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9631 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9632
9633 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9634
9635 * MAINTAINERS (x86-64): Add myself.
9636 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9637 changed value_ptr -> struct value *
9638
9639 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9640
9641 * configure.host (sparc64-*-freebsd): Add.
9642 * configure.tgt: Likewise.
9643 * config/sparc/fbsd.mh: New file.
9644 * config/sparc/fbsd.mt: Likewise.
9645 * config/sparc/nm-fbsd.h: Likewise.
9646 * config/sparc/tm-fbsd.h: Likewise.
9647
9648 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9651 regformats/reg-s390x.dat.
9652
9653 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9654
9655 * utils.c: Add FIXME explaining true/false problem.
9656
9657 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9658
9659 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9660
9661 2002-02-28 Michael Chastain <mec@shout.net>
9662
9663 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9664
9665 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9666
9667 * gdbserver/linux-s390-low.c: New file.
9668 * regformats/reg-s390.dat: New file.
9669 * regformats/reg-s390x.dat: New file.
9670 * gdbserver/configure.srv: Add S/390.
9671 * gdbserver/Makefile.in: Add S/390.
9672 * configure.tgt: Enable gdbserver for S/390.
9673
9674 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9675
9676 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9677 first line of the doc string for "info dos", except at the end of
9678 the sentence, since the short help stops at the first period.
9679
9680 2002-02-28 Jason Merrill <jason@redhat.com>
9681
9682 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9683
9684 2002-02-27 Fred Fish <fnf@redhat.com>
9685
9686 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9687 comment (dumy -> dummy).
9688
9689 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9690
9691 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9692
9693 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9694
9695 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9696
9697 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9698
9699 * gdbserver/acconfig.h: New file.
9700 * gdbserver/i387-fp.c: New file.
9701 * gdbserver/i387-fp.h: New file.
9702 * gdbserver/linux-x86-64.c: New file.
9703 * regformats/reg-x86-64.dat: New file.
9704 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9705 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9706 * gdbserver/configure.in: Add support for regsets.
9707 * gdbserver/config.in: Regenerate.
9708 * gdbserver/configure: Regenerate.
9709 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9710 * gdbserver/linux-low.h: New file.
9711 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9712 for regsets.
9713 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9714 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9715 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9716 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9717 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9718 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9719 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9720 "i387-fp.h". Add PTRACE_GETREGS and friends.
9721 * gdbserver/regcache.c (supply_register): New function.
9722 (supply_register_by_name): New function.
9723 (collect_register): New function.
9724 (collect_register_by_name): New function.
9725
9726 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9727
9728 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9729 (config.status): Add configure.srv dependency.
9730 (server_h): Add config.h dependency.
9731
9732 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9733
9734 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9735 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9736 * gdbserver/configure.srv: Change i386-*-linux* to use
9737 reg-i386-linux.o.
9738
9739 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9740
9741 * x86-64-tdep.c: Re-indent. Update copyright date.
9742
9743 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9744
9745 From Michal Ludvig <mludvig@suse.cz>:
9746 * x86-64-tdep.c (value.h): Delete.
9747 (gdb_assert.h): Include.
9748 (x86_64_register_convert_to_virtual,
9749 x86_64_register_convert_to_raw ): Add check which lets only
9750 floating-point values to be converted.
9751 (value_push): Delete.
9752 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9753 (i386_gdbarch_init): Number of register_bytes fixed.
9754
9755 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9756
9757 * MAINTAINERS: Add x86-64 target.
9758
9759 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9760
9761 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9762 * osfsolib.c (solib_map_sections): Ditto.
9763 * irix5-nat.c (solib_map_sections): Ditto.
9764 * corelow.c (gdb_check_format): Ditto.
9765 * symfile.c (symfile_bfd_open): Ditto.
9766 * solib.c (solib_map_sections): Ditto.
9767 Fix PR gdb/354.
9768
9769 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9770
9771 * remote.c (_initialize_remote): By default, disable ``e'' and
9772 ``E'' step out-of-range packets.
9773
9774 2002-02-26 Andreas Schwab <schwab@suse.de>
9775
9776 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9777 m68k_linux_frame_saved_pc.
9778 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9779 in_sigtramp.
9780 (SIGCONTEXT_PC_OFFSET): Remove.
9781 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9782 m68k_linux_sigtramp_saved_pc): New functions.
9783 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9784 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9785 (UCONTEXT_PC_OFFSET): Define.
9786 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9787 non-RT and RT signal trampolines.
9788
9789 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9790
9791 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9792 (TARGET_NBPG, STACK_END_ADDR): Delete
9793 (VARIABLES_INSIDE_BLOCK): Delete.
9794
9795 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9796
9797 * utils.c (perror_with_name): Make string parameter constant.
9798 (print_sys_errmsg): Ditto.
9799 (query): Ditto.
9800 * defs.h (perror_with_name): Update.
9801 (print_sys_errmsg): Update.
9802 (query): Update.
9803
9804 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9805
9806 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9807 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9808
9809 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9810
9811 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9812 if it already matches the current architecture from the exec file.
9813 Include arch-utils.h for gdbarch_info_init prototype.
9814 * Makefile.in (rs6000-nat.o): Update dependencies.
9815
9816 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9819 list of exported variables.
9820
9821 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * gdbserver/configure.srv: New file.
9824 * gdbserver/configure.in: Use configure.srv instead
9825 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9826 from it.
9827 * gdbserver/configure: Regenerated.
9828 * gdbserver/terminal.h: New file.
9829 * gdbserver/Makefile.in: Update for configure changes. Remove
9830 more unneeded include paths.
9831
9832 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9833
9834 From wiz at danbala:
9835 * config/sparc/tm-sp64.h: Fix grammar and typos.
9836 Fix PR gdb/287.
9837
9838 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9839
9840 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9841 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9842 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9843 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9844 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9845 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9846 * s390-tdep.c: Ditto.
9847 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9848 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9849 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9850 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9851 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9852 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9853 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9854 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9855 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9856 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9857 Fix PR gdb/378.
9858
9859 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9860
9861 * lin-thread.c: Delete file.
9862 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9863 to gdb_proc_service.h.
9864 * configure: Re-generate.
9865
9866 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9867 * serial.c (serial_open): Delete check for "ocd".
9868 Fix PR gdb/349.
9869
9870 * Makefile.in (linux-thread.o): Delete target.
9871 * linux-thread.c: Delete file.
9872
9873 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9874 renamed SH files to be consistent.
9875
9876 * symtab.c (sort_search_symbols): Use xfree.
9877
9878 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9879
9880 * arm-linux-tdep.c (arm_linux_init_abi): Register
9881 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9882 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9883 definition with undef, since we don't want the sysvr4 definition.
9884 (SKIP_TRAMPOLINE_CODE): Likewise.
9885
9886 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9887
9888 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9889
9890 * configure.in: (AC_CHECK_FUNCS) Added test for
9891 canonicalize_file_name Regenerated.
9892 * config.in, configure: Regenerated.
9893 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9894 defined use canonicalize_file_name.
9895
9896 2002-02-23 Michael Chastain <mec@shout.net>
9897
9898 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9899
9900 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9901
9902 * README: Remove references to cygnus.com.
9903 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9904 dot com'' form. Remove references to cygnus.com and sourceware.
9905
9906 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9907
9908 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9909 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9910 1003.1-2001 no longer allows "head -1".
9911 * gdb/Makefile.in (version.c): Likewise.
9912 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9913 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9914 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9915
9916 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9917
9918 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9919 * command.h (cmd_cfunc_eq): Declare.
9920 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9921
9922 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9923 ``struct cmd_list_element *''.
9924 * cli/cli-cmds.c (is_complete_command): Update. Use
9925 cmd_cfunc_eq.
9926 * top.c (execute_command): Pass the command to
9927 is_complete_command.
9928 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9929
9930 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9931
9932 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9933 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9934 architecture defines.
9935 * s390-tdep.c (s390_gdbarch_init): Likewise.
9936
9937 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9938
9939 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9940 (arm_linux_push_arguments): Likewise.
9941 (arm_linux_init_abi): Register them. Also register linux-specific
9942 call_dummy_words.
9943 (find_minsym_and_objfile): Use strcmp, not STREQ.
9944 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9945 (arm_linux_call_dummy_words): Delete declaration.
9946 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9947 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9948 declarations.
9949 (LOWEST_PC): Delete.
9950
9951 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9952
9953 * maint.c (print_section_info): Do not prepend `0x' to filepos
9954 output, it will be handled by local_hex_string_custom.
9955
9956 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9957
9958 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9959 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9960 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9961
9962 2002-02-22 Jim Blandy <jimb@redhat.com>
9963
9964 Indicate that the bcache functions don't change the strings
9965 they're passed.
9966 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9967 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9968
9969 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9970
9971 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9972
9973 2002-02-21 Christopher Faylor <cgf@redhat.com>
9974
9975 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9976 find the complete path to a loaded DLL.
9977
9978 2002-02-21 Fred Fish <fnf@redhat.com>
9979
9980 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9981 that marks the end of the range of a function, enter a line number
9982 entry that has a line number of zero and a PC offset that matches
9983 the end of the function. This starts a range of PC's for which no
9984 line number information is known.
9985 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9986 PC's for which no line number info is found (line number is zero)
9987 then we didn't find any valid line information.
9988 * symtab.h: Document use of zero line number entry.
9989
9990 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9991
9992 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9993 (have_ptrace_getvrregs): Define for run time checks.
9994 (gdb_vrregset_t): New type for Altivec register handling.
9995 (fetch_register, store_register): Fetch/store altivec register
9996 when needed.
9997 (fetch_altivec_register, store_altivec_register): New functions.
9998 (supply_vrregset, fill_vrregset): New functions.
9999 (fetch_altivec_registers, store_altivec_registers): New functions.
10000 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10001 registers as well.
10002
10003 2002-02-21 Jiri Smid <smid@suse.cz>
10004
10005 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10006
10007 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10008
10009 * Makefile.in (armnbsd-nat.o): Update dependencies.
10010 * armnbsd-nat.c (supply_gregset): New function. Common code to
10011 supply the integer register set.
10012 (supply_fparegset): New function. Similar for FPA registers.
10013 (fetch_regs, fetch_fp_regs): Use them.
10014 (fetch_core_registers): Likewise.
10015 (fetch_elfcore_registers): New function.
10016 (arm_netbsd_elfcore_fns): New core-file type specification.
10017 (_initialize_arm_netbsd_nat): Register it.
10018
10019 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10020
10021 * armnbsd-nat.c: Include gdbcore.h.
10022 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10023 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10024 'void' to declaration, to shut up ARI.
10025 (fetch_core_registers): Make static. Rewrite using supply_register.
10026 (arm_netbsd_core_fns): New core-file type specification.
10027 (_initialize_arm_netbsd_nat): New function.
10028
10029 2002-02-21 Christopher Faylor <cgf@redhat.com>
10030
10031 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10032 value.
10033
10034 2002-02-20 Christopher Faylor <cgf@redhat.com>
10035
10036 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10037 fails.
10038
10039 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10040
10041 * jv-exp.y (parse_number): Change type of implicit longs
10042 to builtin_type_uint64.
10043
10044 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10047 to be an integer instead of a `union wait'.
10048
10049 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10050
10051 * mips-linux-nat.c: Call the operating system GNU/Linux.
10052 * mips-linux-tdep.c: Likewise.
10053 * mips-tdep.c: Likewise.
10054
10055 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10056
10057 Fix PR gdb/265.
10058 * jv-exp.y (parse_number): Handle 64-bit integers.
10059
10060 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10061
10062 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10063 AC_STDC_HEADERS to AC_HEADER_STDC.
10064 * gdbserver/configure: Regenerated.
10065
10066 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10067
10068 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10069 is defined.
10070 * sparc-tdep.c (get_longjmp_target): Likewise.
10071
10072 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10073
10074 * News: Add news about ARM and Multi-arch. Mention the new target
10075 arm*-*-netbsd*.
10076
10077 2002-02-19 Jim Blandy <jimb@redhat.com>
10078
10079 * stabsread.c (error_type_complaint): Improve error message.
10080
10081 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10082
10083 * gdbserver/README: Update documentation.
10084 * gdbserver/configure.in: Update configury to match documentation.
10085 * gdbserver/Makefile.in: Likewise.
10086 * gdbserver/configure: Regenerated.
10087 * gdbserver/aclocal.m4: New file, generated by aclocal.
10088 * gdbserver/config.in: New file, generated by autoheader.
10089
10090 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10091
10092 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10093 armnbsd-nat.c.
10094
10095 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10096
10097 * arm-tdep.h (enum arm_float_model): New enum.
10098 (struct gdbarch_tdep): Add fp_model.
10099 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10100 up floating-point conversions until we know the floating-point model
10101 in use by the inferior. Don't complain about being unable to
10102 determine the ABI of the inferior when we don't have one.
10103 (arm_extract_return_value): Support different floating-point models.
10104 (arm_store_return_value): Likewise.
10105 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10106 ARM_FLOAT_SOFT.
10107 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10108
10109 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10110
10111 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10112 of ``current_gdbarch''.
10113
10114 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10115
10116 * armnbsd-nat.c : ANSIfy all function declarations.
10117 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10118 (fetch_inferior_registers): Re-implement in terms of above.
10119 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10120 (store_inferior_registers): Re-implement in terms of above.
10121
10122 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10123
10124 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10125 kernel.
10126 * arm-linux-tdep.c: Likewise.
10127 * config/arm/tm-linux.h: Likewise.
10128
10129 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10130
10131 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10132 * config/arm/nbsd.mt (TM_FILE): Delete.
10133 * config/arm/tm-nbsd.h: Delete.
10134
10135 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10136
10137 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10138 Initialize CALL_DUMMY_LENGTH.
10139
10140 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10141
10142 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10143 function.
10144 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10145 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10146 defines one thing and that is incorrect for this port.
10147 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10148
10149 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10150
10151 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10152
10153 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10154
10155 * win32-nat.c (display_selector): New function. Displays information
10156 about the information returned by GetThreadSelectorEntry API function.
10157 (display_selectors): New function. Displays the infomation of
10158 the selector given as argument, or of CS, DS ans FS selectors
10159 if no argument is given.
10160 ( _initialize_inftarg): Add "w32" as info prefix command.
10161 Add "info w32 selector" as command calling display_selectors.
10162
10163 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10164
10165 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10166 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10167 if not defined.
10168
10169 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10170
10171 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10172
10173 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10174
10175 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10176 (arm_fix_call_dummy): Call it.
10177 (arm_call_dummy_breakpoint_offset): Delete.
10178 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10179 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10180
10181 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10184 Default to func_frame_chain_valid.
10185 * gdbarch.h, gdbarch.c: Re-generate.
10186 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10187
10188 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10189
10190 * ppc-linux-nat.c: Update copyright.
10191 (fetch_register, store_register): Add tid parameter, don't compute
10192 tid here.
10193 (fetch_ppc_registers, store_ppc_registers): Add tid
10194 parameter. Pass it along to callees.
10195 (fetch_inferior_registers, store_inferior_registers): Compute tid
10196 here, and pass it to calleed functions.
10197 (fill_gregset, supply_fpregset): Clean up formatting.
10198
10199 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10200
10201 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10202 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10203
10204 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10205
10206 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10207 * gdbarch.c gdbarch.h: Regenerate.
10208 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10209 function.
10210 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10211 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10212 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10213
10214 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10215 * arm-tdep.c (arm_get_longjmp_target): New function.
10216 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10217 this to a positive value register arm_get_longjmp_target as the
10218 longjmp handler.
10219 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10220 (arm_linux_init_abi): Set up longjmp description in tdep.
10221 * armnbsd-nat.c (get_longjmp_target): Delete.
10222 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10223 description in tdep.
10224 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10225 (get_longjmp_target): Delete declaration.
10226 (GET_LONGJMP_TARGET): Delete.
10227 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10228 (GET_LONGJMP_TARGET): Delete.
10229
10230 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10231
10232 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10233 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10234 of ``current_gdbarch''.
10235
10236 2002-02-17 Tom Tromey <tromey@redhat.com>
10237
10238 * cli/cli-cmds.c (compare_strings): New function.
10239 (complete_command): Only print each unique item once.
10240 * completer.h (complete_line): Declare.
10241 * completer.c (complete_line): New function.
10242 (line_completion_function): Use it.
10243
10244 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10245
10246 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10247 * gdbarch.h, gdbarch.c: Re-generate.
10248
10249 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10250
10251 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10252
10253 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10254
10255 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10256 * valops.c (value_arg_coerce): Don't take the address of a reference
10257 to convert an argument to a reference.
10258
10259 2002-02-15 Christopher Faylor <cgf@redhat.com>
10260
10261 * win32-nat.c (get_image_name): New function.
10262 (handle_load_dll): Use get_image_name function.
10263 (get_child_debug_event): Avoid registering debug events until possibly
10264 execed process is started.
10265 (child_create_inferior): Allow invocation via shell so that command
10266 line redirection, etc. works ok.
10267 (_initialize_inftarg): Add new command: "set shell" to control whether
10268 a shell is used to start a process.
10269
10270 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10271
10272 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10273 instead of find_register_by_number.
10274 (cannot_store_register): Likewise.
10275
10276 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10277
10278 * dwarf2read.c: Replace fprintf (stderr, ...) by
10279 fprintf_unfiltered (gdb_stderr, ...).
10280
10281 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10282
10283 * gdbserver/gdbserver.1: Document --attach.
10284
10285 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10286
10287 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10288 descriptions.
10289 * arm-tdep.c (arm_default_arm_le_breakpoint)
10290 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10291 (arm_default_thumb_be_breakpoint): New. Initialize them from
10292 traditional breakpoint defines.
10293 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10294 (arm_gdbarch_init): Initialize new breakpoint variables.
10295 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10296 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10297 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10298 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10299 code out to ...
10300 (arm_netbsd_init_abi_common): ... here; new function.
10301 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10302 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10303 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10304 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10305
10306 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10307
10308 * arm-tdep.h (enum arm_abi): New enum.
10309 (struct gdbarch_tdep): New structure.
10310 (LOWEST_PC): Provide a default.
10311 (arm_gdbarch_register_os_abi): Declare new function.
10312 * arm-tdep.c (arm_abi_names): New array.
10313 (process_note_abi_tag_sections): New function.
10314 (get_elfosabi): New function.
10315 (arm_gdbarch_register_os_abi): New function.
10316 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10317 support for that ABI has been built in, then call the appropriate
10318 configuration routine. Use gdbarch_num_regs() to get the number
10319 of registers.
10320 (arm_dump_tdep): New function.
10321 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10322 place-holder functions.
10323 (_initialize_arm_tdep): Register them.
10324 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10325
10326 * armnbsd-tdep.c: New file.
10327 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10328 * config/arm/nbsd.mt (TDEPFILES): Add it.
10329 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10330
10331 * armnbsd-nat.c: Include regcache.h.
10332 * Makefile.in (armnbsd-nat.o): Update dependency list.
10333
10334 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10335
10336 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gdbserver/Makefile.in: Fix typos in target rules.
10339
10340 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10341
10342 Fix part of PR gdb/267.
10343 * linespec.c (find_methods): Handle constructors specially for now.
10344
10345 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10346
10347 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10348 handling.
10349 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10350 standard_coerce_float_to_double().
10351
10352 2002-02-14 Christopher Faylor <cgf@redhat.com>
10353
10354 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10355 GDBINIT_FILENAME.
10356
10357 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10358
10359 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10360 find_variant_by_name, because it confuses the multiarch
10361 framework. Return NULL if there isn't an architecture with the
10362 user supplied name, instead of forcing a different one without
10363 recording the change with the multiarch machinery.
10364 (find_variant_by_name): Delete.
10365
10366 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10367
10368 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10369 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10370
10371 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10372
10373 * stack.c (print_frame_info_base): When calling
10374 print_frame_info_listing_hook, set current_source_symtab.
10375
10376 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10377
10378 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10379 and remove unused $(INCLUDE_DIR).
10380 Add regcache.c to OBS.
10381 Add generated register protocol files to clean target.
10382 Update dependencies for new objects, obsolete old target code.
10383
10384 * gdbserver/linux-low.c: Remove all platform-specific code to
10385 new files. Remove various dead code. Update to use regcache
10386 functionality.
10387 * gdbserver/remote-utils.c (fromhex): Add return statement
10388 to quiet warning.
10389 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10390 constant.
10391 (input_interrupt): Add integer parameter to match prototype
10392 of a signal handler.
10393 (outreg): Use register_data ().
10394 (prepare_resume_reply): Use gdbserver_expedite_regs.
10395 * gdbserver/server.c (main): Dynamically allocate own_buf because
10396 PBUFSIZ is no longer constant. Use registers_to_string () and
10397 registers_from_string ().
10398 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10399 for error (), fatal (), and warning (). Update definition of
10400 PBUFSIZ to use regcache functionality. Add include guard.
10401 * gdbserver/utils.c (fatal): Add missing ``const''.
10402 (warning): New function.
10403
10404 * regformats/regdat.sh: Include "regcache.h" in generated files.
10405 Provide init_registers () function.
10406 * regformats/regdef.h: Add prototype for set_register_cache ().
10407 Add include guard.
10408
10409 * gdbserver/linux-arm-low.c: New file.
10410 * gdbserver/linux-i386-low.c: New file.
10411 * gdbserver/linux-ia64-low.c: New file.
10412 * gdbserver/linux-m68k-low.c: New file.
10413 * gdbserver/linux-mips-low.c: New file.
10414 * gdbserver/linux-ppc-low.c: New file.
10415 * gdbserver/linux-sh-low.c: New file.
10416
10417 * gdbserver/regcache.c: New file.
10418 * gdbserver/regcache.h: New file.
10419
10420 * gdbserver/low-linux.c: Removed obsolete file.
10421
10422 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10423
10424 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10425 * config/i386/linux.mt: Likewise.
10426 * config/ia64/linux.mt: Likewise.
10427 * config/m68k/linux.mh: Likewise.
10428 * config/powerpc/linux.mh: Likewise.
10429 * config/mips/linux.mt: Likewise.
10430
10431 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10432
10433 * config/i386/i386lynx.mh: Mark gdbserver variables
10434 as (currently) obsolete for this target.
10435 * config/i386/nbsd.mt: Likewise.
10436 * config/i386/nbsdelf.mt: Likewise.
10437 * config/m32r/m32r.mt: Likewise.
10438 * config/m68k/m68klynx.mh: Likewise.
10439 * config/m68k/nbsd.mt: Likewise.
10440 * config/m68k/sun3os4.mh: Likewise.
10441 * config/mips/vr5000.mt: Likewise.
10442 * config/ns32k/nbsd.mt: Likewise.
10443 * config/pa/hppabsd.mh: Likewise.
10444 * config/pa/hppaosf.mh: Likewise.
10445 * config/powerpc/nbsd.mt: Likewise.
10446 * config/rs6000/rs6000lynx.mh: Likewise.
10447 * config/s390/s390.mt: Likewise.
10448 * config/s390/s390x.mt: Likewise.
10449 * config/sparc/sparclynx.mh: Likewise.
10450 * config/sparc/sun4os4.mh: Likewise.
10451 * config/i386/x86-64linux.mt: Likewise.
10452 * config/sparc/linux.mh: Likewise.
10453
10454 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * configure.tgt: Configure gdbserver only for known working
10457 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10458 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10459 SUBDIRS if it is configured. Update comment for ${nativefile}.
10460 * configure: Regenerated.
10461
10462 2002-02-13 Michael Snyder <msnyder@redhat.com>
10463
10464 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10465
10466 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10467 (default_gcore_mach): Just return 0, work around a problem in bfd.
10468 (default_gcore_target): OK to return NULL if exec_bfd is null.
10469 (make_mem_sec): Use a cast, avoid a warning.
10470
10471 * procfs.c (find_memory_regions_callback): Use a cast instead of
10472 calling host_pointer_to_address (which complains if
10473 sizeof (host pointer) != sizeof (target pointer)).
10474 (procfs_make_note_section): Avoid overflow in psargs string.
10475
10476 * procfs.c (procfs_make_note_section): Make the default
10477 implementation return an error.
10478
10479 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10480
10481 * procfs.c (procfs_make_note_section): Provide a default definition
10482 (for alpha-dec-osf4.0f). Fix typos.
10483
10484 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10485
10486 * linux-proc.c: Add include of regcache.h.
10487 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10488
10489 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10490
10491 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10492 * memattr.c (create_mem_region): Disallow useless empty region.
10493 Regions are half-open intervals, so allow [A..B) [B..C) as
10494 non-overlapping.
10495
10496 2002-02-13 Michael Chastain <mec@shout.net>
10497
10498 * defs.h: Kill CONST_PTR.
10499 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10500 * c-lang.c (c_builtin_types): Likewise.
10501 * ch-lang.c (ch_builtin_types): Likewise.
10502 * f-lang.c (f_builtin_types): Likewise.
10503 * language.c (unknown_builtin_types): Likewise.
10504 * m2-lang.c (m2_builtin_types): Likewise.
10505 * p-lang.c (pascal_builtin_types): Likewise.
10506 * scm-lang.c (c_builtin_types): Likewise.
10507
10508 2002-02-13 Keith Seitz <keiths@redhat.com>
10509
10510 * arm-tdep.h (arm_get_next_pc): Add declaration.
10511
10512 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10513
10514 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10515 with other related struct-returning functions.
10516 (arm_extract_struct_value_address): New function.
10517 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10518 initialize float_format, double_format and long_double_format as
10519 appropriate to the endianness of the target.
10520 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10521 (arm_use_struct_convention): Delete declaration.
10522 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10523
10524 2002-02-13 Keith Seitz <keiths@redhat.com>
10525
10526 * defs.h (core_addr_to_string_nz): New function.
10527
10528 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10529
10530 Apply missing bits of 2002-01-15 patch.
10531 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10532 (fill_fpregset): Use i387_fill_fsave.
10533
10534 2002-02-12 Keith Seitz <keiths@redhat.com>
10535
10536 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10537 (core_addr_to_string_nz): New function.
10538
10539 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10540
10541 * arm-linux-nat.c: Really include arm-tdep.h.
10542 * config/arm/tm-linux.h (struct type, struct value): Declare.
10543
10544 2002-02-11 Michael Snyder <msnyder@redhat.com>
10545
10546 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10547 (gcore section): Ifdef for Solaris and Unixware only.
10548 (procfs_do_thread_registers): Unixware needs one lwpstatus
10549 per thread (not one prstatus or pstatus).
10550 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10551 not over all gdb threads. For unixware, call elfcore_write_pstatus
10552 once before iterating over threads.
10553
10554 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10555
10556 * arm-tdep.h: New file.
10557 * arm-tdep.c: Include arm-tdep.h.
10558 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10559 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10560 (arm_print_float_info, arm_register_type, convert_to_extended)
10561 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10562 (arm_extract_return_value, arm_register_name): Make static.
10563 (arm_software_single_step): Similarly. Fix types in declaration.
10564 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10565 (arm_store_return_value, arm_store_struct_return): New functions.
10566 (arm_gdbarch_init): Register the above functions. Also register
10567 call_dummy_start_offset, sizeof_call_dummy_words,
10568 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10569 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10570 max_register_virtual_size, register_size. Set up
10571 prologue_cache.saved_regs here, rather than ...
10572 (_initialize_arm_tdep): ... here.
10573 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10574 declarations.
10575 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10576 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10577 (arm_print_float_info, arm_register_type, convert_to_extended)
10578 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10579 (arm_extract_return_value, arm_register_name): Delete declarations.
10580 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10581 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10582 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10583 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10584 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10585 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10586 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10587 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10588 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10589 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10590 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10591 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10592 interface.
10593 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10594 * remote-rdi.c remote-rdp.c: Likewise.
10595 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10596 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10597 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10598 definition.
10599
10600 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10601 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10602 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10603 from non-ARM_ prefixed definitions.
10604 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10605 all uses of above.
10606 * remote-rdi.c remote-rdp.c: Likewise.
10607 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10608
10609 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10610
10611 * arm-tdep.c (arm_frameless_function_invocation)
10612 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10613 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10614 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10615 (arm_pop_frame, arm_get_next_pc): Make static.
10616 (arm_gdbarch_init): Register above in gdbarch structure.
10617 (arm_read_fp): Renamed from arm_target_read_fp.
10618 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10619 * config/arm/tm-arm.h (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_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10623 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10624 (arm_pc_is_thumb_dummy): Delete declarations.
10625 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10626 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10627 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10628 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10629
10630 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10631
10632 * symtab.c (compare_search_syms): New function.
10633 (sort_search_symbols): New function.
10634 (search_symbols): Sort symbols after searching rather than
10635 before.
10636
10637 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10638
10639 * NEWS: Linux -> GNU/Linux.
10640
10641 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10642
10643 * gdbarch.sh: For for level one methods, disallow a definition
10644 when partially multi-arched. Add comments explaining rationale.
10645 * gdbarch.h: Re-generate.
10646
10647 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10648
10649 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10650 multi-arch partial.
10651
10652 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10653
10654 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10655 field. Use diff -u.
10656 * gdbarch.c: Re-generate.
10657
10658 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10659
10660 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10661 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10662 partial.
10663
10664 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10667 multi-arch partial.
10668 (PUSH_ARGUMENTS): Switch to using predefault.
10669 * gdbarch.c: Regenerate.
10670
10671 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10672
10673 * valops.c (PUSH_ARGUMENTS): Delete definition.
10674 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10675 partial. Default to default_push_arguments.
10676 * gdbarch.h, gdbarch.c: Regenerate.
10677
10678 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10679
10680 * defs.h (throw_exception): Rename return_to_top_level. Update
10681 comments.
10682 * utils.c (error_stream, internal_verror, quit): Ditto.
10683 * top.c (throw_exception, catcher): Ditto.
10684 * sparclet-rom.c (sparclet_load): Ditto.
10685 * remote.c (interrupt_query, minitelnet): Ditto.
10686 * remote-sds.c (interrupt_query): Ditto.
10687 * remote-mips.c (mips_error, mips_kill): Ditto.
10688 * ocd.c (interrupt_query): Ditto.
10689 * monitor.c (monitor_interrupt_query): Ditto.
10690 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10691 * target.h: Update comment.
10692
10693 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10694
10695 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10696
10697 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10698 default_double_format.
10699 * gdbarch.h, gdbarch.c: Re-generate.
10700 * findvar.c (floatformat_unknown): Delete variable definition.
10701 * doublest.h (floatformat_unknown): Delete variable declaration.
10702
10703 2002-02-09 Jim Blandy <jimb@redhat.com>
10704
10705 * stabsread.c (read_type): Add code to parse Sun's syntax for
10706 prototyped function types.
10707
10708 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10709
10710 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10711 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10712
10713 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10714
10715 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10716 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10717 now _initialize_xcoffsolib gets called again and overrides the
10718 commands from solib.c in a native configuration.
10719
10720 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10721
10722 * doublest.c (store_typed_floating): Don't try to return a value.
10723 Fixes PR gdb/290.
10724
10725 2002-02-08 Jim Blandy <jimb@redhat.com>
10726
10727 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10728 is prototyped and has no arguments, print its argument list as
10729 `(void)'.
10730
10731 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10732
10733 * MAINTAINERS (write-after-approval): Add myself.
10734 (paper-trail): I've escaped!
10735
10736 2002-02-08 Christopher Faylor <cgf@redhat.com>
10737
10738 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10739 changes.
10740 (_initialize_check_for_gdb_ini): Ditto.
10741
10742 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10743
10744 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10745 xaprintf -> xasprintf.
10746
10747 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10748
10749 * win32-nat.c: Remove use of printf and sprintf functions.
10750
10751 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10752
10753 * arm-tdep.c (arm_frame_chain_valid): Make static.
10754 (arm_push_arguments): Likewise.
10755 (arm_gdbarch_init): New function.
10756 (_initialize_arm_tdep): Call it.
10757 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10758 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10759 (FRAME_CHAIN_VALID): Delete.
10760 (arm_frame_chain_valid): Delete declaration.
10761 (PUSH_ARGUMENTS): Delete.
10762 (arm_push_arguments): Delete declaration.
10763 (CALL_DUMMY_P): Delete.
10764
10765 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10766 Corinna Vinschen <vinschen@redhat.com>
10767
10768 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10769 on builtin float types.
10770
10771 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10772
10773 * utils.c: Include <curses.h> before "bfd.h".
10774 * tui/tui-hooks.c: Likewise.
10775 * tui/tui.c: Likewise.
10776 * tui/tuiCommand.c: Likewise.
10777 * tui/tuiData.c: Likewise.
10778 * tui/tuiDataWin.c: Likewise.
10779 * tui/tuiDisassem.c: Likewise.
10780 * tui/tuiGeneralWin.c: Likewise.
10781 * tui/tuiIO.c: Likewise.
10782 * tui/tuiLayout.c: Likewise.
10783 * tui/tuiRegs.c: Likewise.
10784 * tui/tuiSource.c: Likewise.
10785 * tui/tuiSourceWin.c: Likewise.
10786 * tui/tuiStack.c: Likewise.
10787 * tui/tuiWin.c: Likewise.
10788
10789 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10790
10791 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10792 to include space for pseudoregs as well. Update loops accordingly.
10793 (sh_fp_frame_init_saved_regs): Ditto.
10794 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10795
10796 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10797
10798 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10799 Add Richard Earnshaw to Arm maintainers.
10800
10801 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10802
10803 * defs.h (warning_begin): Delete declaration.
10804
10805 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10806 Delete macro.
10807
10808 2002-02-07 Michael Snyder <msnyder@redhat.com>
10809
10810 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10811 Logic bug, remove misplaced else.
10812
10813 2002-02-07 Klee Dienes <klee@apple.com>
10814
10815 * fork-inferior.c (fork_inferior): Add '!' to the list of
10816 characters that need to be quoted when building a string for the
10817 shell. Quote '!' specifically with a backslash, since CSH chokes
10818 when trying to evaluate "str!str".
10819
10820 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10821
10822 * rdi-share/host.h: Only provide a typedef for bool if it is not
10823 defined.
10824
10825 2002-02-04 Michael Snyder <msnyder@redhat.com>
10826
10827 * breakpoint.h (enum bptype): Add new overlay event bp type.
10828 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10829
10830 * breakpoint.c (create_internal_breakpoint): New function.
10831 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10832 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10833 (create_thread_event_breakpoint): Ditto.
10834 (create_solib_event_breakpoint): Ditto.
10835 (create_overlay_event_breakpoint): New function.
10836 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10837 (update_breakpoints_after_exec): Delete and re-initialize
10838 overlay event breakpoints after an exec. Add FIXME comment
10839 about longjmp breakpoint.
10840 (print_it_typical): Ignore overlay event breakpoints.
10841 (print_one_breakpoint): Ditto.
10842 (mention): Ditto.
10843 (bpstat_what): Do not stop for overlay event breakpoints.
10844 (delete_breakpoint): Don't delete overlay event breakpoints.
10845 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10846 (breakpoint_re_set): Re-create overlay event breakpoint.
10847
10848 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10849 (overlay_manual_command): Disable overlay breakpoints.
10850 (overlay_off_command): Disable overlay breakpoints.
10851
10852 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10853
10854 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10855 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10856 to here from config/tm-arm.h.
10857 (coff_sym_is_thumb): Make static.
10858 (arm_elf_make_msymbol_special): New function.
10859 (arm_coff_make_msymbol_special): New function.
10860 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10861 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10862 (coff_sym_is_thumb): Delete declaration.
10863 (arm_elf_make_msymbol_special): Declare.
10864 (arm_coff_make_msymbol_special): Declare.
10865 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10866 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10867
10868 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10869
10870 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10871
10872 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10873
10874 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10875 * gdbarch.c gdbarch.h: Regenerate.
10876 * arch-utils.c (default_print_float_info): New function.
10877 * arch-utils.h (default_print_float_info): Prototype it.
10878 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10879 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10880 (PRINT_FLOAT_INFO): Document it.
10881
10882 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10883 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10884 (PRINT_FLOAT_INFO): Define.
10885
10886 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10887
10888 * win32-nat.c (_initialize_check_for_gdb_ini):
10889 Add typecast to sprintf argument to suppress a warning.
10890
10891 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10892
10893 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10894 to allow easier handling of pass state.
10895 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10896 that gives exception name and address.
10897 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10898 and set last_sig value to ourstatus->value.sig. Some missing
10899 exceptions added.
10900 (child_continue): Correctly report continue_status.
10901 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10902 TARGET_SIGNAL_0 (new default value).
10903 (child_resume): consider sig argument passed to decide if
10904 the exception should be passed to debuggee or not.
10905
10906 2002-02-05 Michael Snyder <msnyder@redhat.com>
10907
10908 * regcache.c (fetch_register): Call target_fetch_register
10909 only if we don't call FETCH_PSEUDO_REGISTER.
10910 (store_register): Call target_store_register only if we
10911 don't call STORE_PSEUDO_REGISTER.
10912
10913 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10914
10915 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10916 ELF_MAKE_MSYMBOL_SPECIAL.
10917 * gdbarch.c, gdbarch.h: Regenerate.
10918 * arch-utils.c (default_make_msymbol_special): New function.
10919 * arch-utils.h (default_make_msymbol_special): Export.
10920 * elfread.c (elf_symtab_read): Compile use of
10921 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10922 multiarched.
10923 * coffread.c (coff_symtab_read): Ditto, for
10924 COFF_MAKE_MSYMBOL_SPECIAL.
10925
10926 2002-02-05 Jim Blandy <jimb@redhat.com>
10927
10928 * solib-svr4.c (svr4_truncate_ptr): New function.
10929 (svr4_relocate_section_addresses): Do the address arithmetic with
10930 the appropriate truncation for target addresses, even when
10931 CORE_ADDR is larger than a target address.
10932
10933 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10934
10935 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10936 to (int *).
10937
10938 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10939
10940 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10941 code.
10942
10943 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10944
10945 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10946
10947 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10948
10949 * gdbserver/linux-low.c: Remove unused include files.
10950
10951 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10954 (read_inferior_memory): Use it.
10955 (write_inferior_memory): Likewise.
10956
10957 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10958
10959 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10960 grubbing through sys_errlist.
10961
10962 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10963
10964 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10965
10966 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10967 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10968
10969 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10970
10971 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10972 (do_sfunc, set_cmd_sfunc): New functions.
10973
10974 * command.h (struct cmd_list_element): Add field func.
10975 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10976 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10977 * cli/cli-decode.h: Ditto.
10978
10979 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10980 (help_all, help_cmd_list): Ditto.
10981 (find_cmd, complete_on_cmdlist): Ditto.
10982 * top.c (execute_command): Ditto.
10983
10984 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10985 function.sfunc.
10986
10987 * infcmd.c (notice_args_read): Fix function signature.
10988
10989 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10990 * cli/cli-decode.c (add_set_cmd): Ditto.
10991 * utils.c (initialize_utils): Ditto.
10992 * maint.c (_initialize_maint_cmds): Ditto.
10993 * infrun.c (_initialize_infrun): Ditto.
10994 * demangle.c (_initialize_demangler): Ditto.
10995 * remote.c (add_packet_config_cmd): Ditto.
10996 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10997 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10998 * proc-api.c (_initialize_proc_api): Ditto.
10999 * kod.c (_initialize_kod): Ditto.
11000 * valprint.c (_initialize_valprint): Ditto.
11001 * top.c (init_main): Ditto.
11002 * infcmd.c (_initialize_infcmd): Ditto.
11003 * corefile.c (_initialize_core): Ditto.
11004 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11005 * arch-utils.c (initialize_current_architecture): Ditto.
11006 (_initialize_gdbarch_utils): Ditto.
11007 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11008
11009 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11010 * wince.c (_initialize_inftarg): Ditto.
11011 * symfile.c (_initialize_symfile): Ditto.
11012 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11013 * language.c (_initialize_language): Ditto.
11014 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11015
11016 2002-02-04 Michael Snyder <msnyder@redhat.com>
11017
11018 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11019
11020 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11021
11022 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11023 Add rules for building the register data files.
11024
11025 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11026
11027 * regformats/regdat.sh: Add braces to the definition of
11028 expedite_regs_${arch}.
11029
11030 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11031
11032 * regformats/regdef.h (struct reg): Add comment describing the
11033 requirements for offset and size fields.
11034
11035 2002-02-04 Andreas Schwab <schwab@suse.de>
11036
11037 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11038 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11039
11040 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11041
11042 * gdbarch.sh (copyright): Update years in generated header.
11043 (SMASH_TEXT_ADDRESS): Add rule.
11044 * gdbarch.h, gdbarch.c: Re-generate.
11045 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11046 * dbxread.c: Likewise.
11047 * dwarfread.c: Likewise.
11048 * elfread.c: Likewise.
11049 * somread.c: Likewise.
11050
11051 * arm-tdep.c (arm_smash_text_address): New function.
11052 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11053
11054 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11055
11056 Add support for hardware watchpoints on win32 native.
11057 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11058 CONTEXT_DEBUG_REGISTERS.
11059 (dr variable): New variable. Static array containing a local copy
11060 of debug registers.
11061 (debug_registers_changed): New variable. Reflects when debug registers
11062 are changed and need to be written to inferior.
11063 (debug_registers_used): New variable. Reflects when any debug register
11064 was set, used when new threads are created.
11065 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11066 i386-nat code.
11067 (thread_rec): Set dr array if id is the thread of current_event .
11068 (child_continue, child_resume): Change the debug registers for all
11069 threads if debug_registers_changed.
11070 (child_add_thread): Change the debug registers if debug_registers_used.
11071 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11072 Link nm.h to new nm-cygwin.h file.
11073 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11074 of hardware registers.
11075
11076 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11077
11078 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11079 Restore behavour broken by 2002-01-20 Andrew Cagney
11080 <ac131313@redhat.com> IEEE_FLOAT removal.
11081
11082 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11083
11084 * c-valprint.c (c_val_print): Pass a proper valaddr to
11085 cp_print_class_method.
11086 * valops.c (search_struct_method): If there is only one method
11087 and args is NULL, return that method.
11088
11089 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11092 accessing tag_name directly.
11093
11094 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11095
11096 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11097 of accessing tag_name directly.
11098
11099 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11100
11101 PR gdb/280
11102 * gdbtypes.c (replace_type): New function.
11103 * gdbtypes.h (replace_type): Add prototype.
11104 * stabsread.c (read_type): Use replace_type.
11105
11106 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11107
11108 * Makefile.in (memattr.o): Add missing dependencies rule.
11109
11110 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11111
11112 * breakpoint.c (break_at_finish_command): Really export.
11113 (break_at_finish_at_depth_command): Ditto.
11114 (tbreak_at_finish_command): Ditto.
11115 * hppa-tdep.c: Include completer.h.
11116 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11117 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11118
11119 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11120
11121 * utils.c (do_write): New function.
11122 (error_stream): Rewrite combining the code from error_begin and
11123 verror.
11124 (verror): Rewrite using error_stream.
11125 (error_begin): Delete function.
11126
11127 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11128
11129 * utils.c (error_begin): Make static.
11130 * defs.h (error_begin): Delete declaration.
11131
11132 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11133 (decode_line_1): Use cplusplus_error instead of error_begin,
11134 cplusplus_hint and return_to_top_level.
11135 * coffread.c (coff_symfile_read): Use error instead of error_begin
11136 and return_to_top_level.
11137 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11138
11139 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11140
11141 * language.h (type_error, range_error): Make string parameter
11142 constant.
11143 * language.c (warning_pre_print): Delete extern declaration.
11144 * dwarfread.c (warning_pre_print): Ditto.
11145 * language.c (type_error, range_error): Rewrite to use verror and
11146 vwarning instead of warning_begin.
11147
11148 2002-02-01 Michael Snyder <msnyder@redhat.com>
11149
11150 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11151 (set_ignore_count): Move misplaced comment back where it belongs.
11152
11153 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11154
11155 * command.h (NO_FUNCTION): Delete macro.
11156 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11157 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11158 * tracepoint.c (_initialize_tracepoint): Ditto.
11159 * cli/cli-decode.c (add_set_cmd): Ditto.
11160 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11161
11162 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11165 Update ``this'' pointer when calling virtual functions.
11166
11167 2002-02-01 Michael Snyder <msnyder@redhat.com>
11168
11169 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11170 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11171
11172 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11173
11174 * regformats/reg-arm.dat: New file.
11175 * regformats/reg-i386.dat: New file.
11176 * regformats/reg-ia64.dat: New file.
11177 * regformats/reg-m68k.dat: New file.
11178 * regformats/reg-mips.dat: New file.
11179 * regformats/reg-ppc.dat: New file.
11180 * regformats/reg-sh.dat: New file.
11181 * regformats/regdef.h: New file.
11182 * regformats/regdat.sh: New file.
11183
11184 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11185
11186 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11187 (arm_frame_args_address, arm_frame_locals_address): New functions.
11188 (arm_frame_num_args): New function.
11189 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11190 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11191 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11192
11193 2002-01-31 Michael Snyder <msnyder@redhat.com>
11194
11195 * breakpoint.c (break_at_finish_command): Export.
11196 (break_at_finish_at_depth_command): Export.
11197 (tbreak_at_finish_command): Export.
11198 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11199 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11200 "txbreak" commands, which are HPPA specific.
11201
11202 * printcmd.c (disassemble_command): Remove an ancient
11203 artifact of an old merge.
11204
11205 * symfile.h (enum overlay_debugging_state):
11206 Define enum constant values for overlay mode.
11207 * symfile.c (overlay_debugging): Use enums instead of literals.
11208 (overlay_is_mapped, overlay_auto_command,
11209 overlay_manual_command): Ditto.
11210
11211 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11212 breakpoint_here_p, breakpoint_inserted_here_p,
11213 breakpoint_thread_match, bpstat_stop_status,
11214 describe_other_breakpoints, check_duplicates, clear_command):
11215 Coding standard fixes.
11216
11217 * target.c (target_xfer_memory): Add spaces, coding standard.
11218 (do_xfer_memory): Add missing line to trust-readonly
11219 code: check bfd SEC_READONLY flag for section.
11220
11221 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11222
11223 * PROBLEMS: Fix typo, 5.1->5.1.1.
11224
11225 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11226
11227 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11228 data symbols, since we search based on textlow and texthigh.
11229 (find_pc_sect_symtab): Likewise.
11230
11231 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11232
11233 * defs.h (vwarning): Declare.
11234 * utils.c (vwarning): New function.
11235 (warning): Call vwarning.
11236 (warning_begin): Delete function.
11237
11238 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11239 the warning message.
11240 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11241 warning_begin.
11242
11243 2002-01-30 Michael Snyder <msnyder@redhat.com>
11244
11245 * NEWS: Mention "set trust-readonly-sections" command.
11246 Mention generate-core-file command.
11247
11248 2002-01-15 Michael Snyder <msnyder@redhat.com>
11249
11250 * target.c: New command, "set trust-readonly-sections on".
11251 (do_xfer_memory): Honor the suggestion to trust readonly sections
11252 by reading them from the object file instead of from the target.
11253 (initialize_targets): Register command "set trust-readonly-sections".
11254
11255 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11256
11257 * parse.c (target_map_name_to_register): Simplify, search regs and
11258 pseudo-regs using a single loop.
11259
11260 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11261
11262 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11263
11264 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11265
11266 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11267 * config/i386/i386v42mp.mh: Add i387-nat.o .
11268 * i386v4-nat.c: Include i387-nat.h.
11269 (supply_fpregset): Use i387_supply_fsave.
11270 (fill_fpregset): Use i387_fill_fsave.
11271
11272 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11273
11274 * arm-tdep.c (arm_call_dummy_words): Define.
11275 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11276 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11277 (CALL_DUMMY_WORDS): Define.
11278 (arm_call_dummy_words): Declare.
11279 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11280 (arm_linux_call_dummy_words): Declare.
11281
11282 2002-01-30 Andreas Schwab <schwab@suse.de>
11283
11284 * m68klinux-nat.c: Fix last change to use regcache_collect
11285 instead of referencing registers[] directly.
11286
11287 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11288
11289 * parse.c (target_map_name_to_register): Delete code wrapped in
11290 #ifdef REGISTER_NAME_ALIAS_HOOK.
11291
11292 2002-01-28 Michael Snyder <msnyder@redhat.com>
11293
11294 * regcache.c (legacy_read_register_gen): Need to be able to
11295 read pseudo-register as well as real register.
11296 (legacy_write_register_gen): Ditto.
11297
11298 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11299
11300 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11301 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11302 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11303 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11304 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11305 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11306 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11307 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11308 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11309 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11310 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11311 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11312 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11313 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11314 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11315 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11316 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11317 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11318 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11319 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11320
11321 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11322
11323 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11324 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11325 (initialize_current_architecture): Update target_byte_order using
11326 information from BFD.
11327 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11328 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11329
11330 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11331
11332 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11333 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11334
11335 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11336 #ifdef INVALID_FLOAT.
11337 * infcmd.c (do_registers_info): Ditto.
11338 * values.c (unpack_double): Ditto. Add comment.
11339
11340 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11341 already commented out.
11342
11343 2002-01-26 Andreas Schwab <schwab@suse.de>
11344
11345 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11346 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11347 registers and add support for PTRACE_GETREGS.
11348
11349 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11350
11351 GDB 5.1.1 released from 5.1 branch.
11352 * NEWS: Add 5.1.1 news.
11353 * README: Sync with 5.1 branch.
11354
11355 2002-01-23 Fred Fish <fnf@redhat.com>
11356
11357 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11358 stabstring on initial malloc. Reallocing will copy it for us,
11359 if necessary.
11360
11361 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11362
11363 * Makefile.in (hpread_h): Delete.
11364 (HFILES_NO_SRCDIR): Remove hpread.h.
11365 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11366 (hpread.o): Update dependencies.
11367 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11368
11369 * hp-psymtab-read.c: Remove file.
11370 * hp-symtab-read.c: Remove file.
11371 * hpread.h: Remove file.
11372
11373 * hpread.c: Merge all contents of hp-psymtab-read.c,
11374 hp-symtab-read.c and hpread.h into this file, as it was prior to
11375 January 1999.
11376
11377 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11378 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11379 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11380 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11381
11382 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11383
11384 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11385 fill_gregset): Call gdbarch_tdep() just once, assign result to
11386 variable and use that, instead of calling the function several
11387 times.
11388
11389 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11390
11391 * configure.host: Accept sparcv9 as alias for sparc64.
11392 * configure.tgt: Likewise.
11393
11394 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11395
11396 * solib-aix5.c (build_so_list_from_mapfile)
11397 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11398 arguments is not reversed.
11399 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11400 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11401
11402 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11403
11404 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11405 modified version of obsolete sh_fetch_pseudo_register.
11406 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11407 (sh4_register_read): New function.
11408 (sh_pseudo_register_write): New function. Renamed and modified
11409 version of obsolete sh_store_pseudo_register.
11410 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11411 (sh4_register_write): New function.
11412 (sh_gdbarch_init): Remove setting of gdbarch function
11413 fetch_pseudo_register and store_pseudo_register. Remove setting of
11414 register_convert_to_raw, register_convert_to_virtual,
11415 register_convertible.
11416 (sh_sh4_register_convertible): Delete. No longer needed. All is
11417 taken care by architecture specific functions
11418 register_read/register_write.
11419 (sh_sh4_register_convert_to_virtual): Make static.
11420 (sh_sh4_register_convert_to_raw): Ditto.
11421
11422 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11423
11424 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11425 (floatformat_is_nan, floatformat_mantissa): Ditto.
11426
11427 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11428 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11429 builtin_type_ieee_double_little,
11430 builtin_type_ieee_double_littlebyte_bigword,
11431 builtin_type_m68881_ext, builtin_type_i960_ext,
11432 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11433 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11434 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11435 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11436
11437 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11438
11439 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11440 parameter. Set frameless flag if it exists and depended of
11441 whether the scanned function is frameless or not.
11442 (xstormy16_skip_prologue): If function is frameless, return
11443 result of xstormy16_scan_prologue().
11444 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11445 call.
11446
11447 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11448
11449 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11450 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11451 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11452 sh_sh4_register_byte, sh_sh4_register_raw_size,
11453 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11454 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11455 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11456 sh_store_pseudo_register, sh_do_pseudo_register): Call
11457 gdbarch_tdep() just once, assign result to variable and use that,
11458 instead of calling the function several times.
11459
11460 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11461
11462 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11463 macros instead of LAST_FPU_CTRL_REGNUM.
11464 (store_register): Likewise.
11465
11466 2002-01-21 Jim Blandy <jimb@redhat.com>
11467
11468 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11469 is up-to-date before running the program, not just when a program
11470 exits.
11471
11472 2002-01-21 Fred Fish <fnf@redhat.com>
11473
11474 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11475 when we have found all instructions we are looking for.
11476
11477 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11478
11479 * arm-tdep.c (arm_register_name): New function.
11480 (arm_registers_names): Make static.
11481 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11482 (arm_register_name): Declare.
11483 (REGISTER_NAME): Use it.
11484
11485 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11486 Kevin Buettner <kevinb@redhat.com>
11487
11488 Convert arm targets to new FRAME interface.
11489 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11490 (arm_frame_find_save_regs): Delete.
11491 (arm_frame_init_saved_regs): New.
11492 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11493 Allocate extra_info as required. Convert all uses of fsr.regs
11494 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11495 to use extra_info.
11496 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11497 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11498 (check_prologue_cache, save_prologue_cache): Likewise.
11499 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11500 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11501 (FRAME_FIND_SAVED_REGS): Delete.
11502 (arm_frame_find_saved_regs): Delete prototype.
11503 (arm_frame_init_saved_regs): New prototype.
11504 (FRAME_INIT_SAVED_REGS): Define.
11505
11506 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11507
11508 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11509
11510 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11511
11512 From Jeff Law <law@redhat.com>:
11513 * infttrace.c: Include <sys/pstat.h>.
11514 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11515 exec file if the ttrace equivalent fails.
11516
11517 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11518
11519 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11520 (closeLogFile): Ditto.
11521
11522 2002-01-20 Michael Chastain <mec@shout.net>
11523
11524 * top.c (print_gdb_version): Bump copyright year to 2002.
11525
11526 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11527
11528 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11529 Zannoni and Eli Zaretskii.
11530
11531 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11532
11533 * buildsym.c: Update copyright years.
11534 * c-typeprint.c: Likewise.
11535 * dwarf2read.c: Likewise.
11536 * f-typeprint.c: Likewise.
11537 * gdbtypes.c: Likewise.
11538 * gdbtypes.h: Likewise.
11539 * hp-symtab-read.c: Likewise.
11540 * hpread.c: Likewise.
11541 * mdebugread.c: Likewise.
11542 * p-typeprint.c: Likewise.
11543
11544 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11545
11546 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11547 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11548 byte-order selectable.
11549 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11550 * arch-utils.c: Ditto.
11551 (set_endian): Ditto.
11552 (set_endian_from_file): Ditto.
11553 * gdbserver/low-sim.c (create_inferior): Ditto.
11554 * gdbarch.sh: Ditto.
11555 * gdbarch.h: Re-generate.
11556 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11557 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11558 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11559 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11560 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11561 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11562 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11563 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11564 macro definition.
11565 * config/mips/tm-wince.h: Remove #undef of macro
11566 TARGET_BYTE_ORDER_SELECTABLE.
11567 * config/sh/tm-wince.h: Ditto.
11568
11569 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11570
11571 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11572 member function fields. Add accessor macro
11573 TYPE_FN_FIELD_ARTIFICIAL.
11574 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11575 * c-typeprint.c (c_type_print_base): Skip artificial member
11576 functions.
11577
11578 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11579
11580 * f-typeprint.c: Delete unused function f_type_print_args.
11581 * p-typeprint.c: Delete unused function pascal_type_print_args.
11582
11583 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11584
11585 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11586 comment. Add ``artificial'' to ``union field_location''.
11587
11588 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11589
11590 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11591 * mdebugread.c (parse_symbol): Likewise.
11592 * stabsread.c (define_symbol): Likewise.
11593 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11594 initializing TYPE_FIELD_BITPOS to n (obsolete).
11595 (hpread_doc_function_type): Likewise.
11596 * hpread.c (hpread_function_type): Likewise.
11597
11598 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11599
11600 * configure.in (host_makefile_frag): Only require a host makefile
11601 fragment when a native build.
11602 * configure: Re-generate.
11603
11604 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11605
11606 * doublest.h (floatformat_from_type): Declare.
11607 * doublest.c (floatformat_from_type): New function.
11608 (convert_typed_floating): Use.
11609
11610 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11611 call to function floatformat_from_type.
11612
11613 * gdbarch.sh (IEEE_FLOAT): Delete.
11614 * gdbarch.h, gdbarch.c: Re-generate.
11615 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11616 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11617 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11618 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11619 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11620 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11621 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11622 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11623 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11624 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11625 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11626 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11627
11628 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11629 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11630 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11631 * sh-tdep.c (sh_gdbarch_init): Ditto.
11632 * mips-tdep.c (mips_gdbarch_init): Ditto.
11633 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11634 * cris-tdep.c (cris_gdbarch_init): Ditto.
11635
11636 2002-01-20 Jiri Smid <smid@suse.cz>
11637
11638 * configure.host, configure.tgt: Support x86-64.
11639 * NEWS: Note new target x86-64.
11640
11641 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11642 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11643 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11644 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11645 x86-64-linux-nat.o): Fix dependencies.
11646
11647 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11648
11649 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11650 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11651 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11652 * config/sparc/xm-sun4os4.h: Delete file.
11653 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11654
11655 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11656
11657 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11658 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11659 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11660 * config/i386/i386lynx.mh (XM_FILE): Delete.
11661 * config/rs6000/xm-rs6000ly.h: Delete file.
11662 * config/sparc/xm-sparclynx.h: Delete file.
11663 * config/m68k/xm-m68klynx.h: Delete file.
11664 * config/i386/xm-i386lynx.h: Delete file.
11665 * config/xm-lynx.h: Delete file.
11666 * config/djgpp/fnchange.lst: Update.
11667
11668 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11669
11670 * alpha-tdep.c (alpha_register_byte): New function.
11671 (alpha_register_raw_size): Ditto.
11672 (alpha_register_virtual_size): Ditto.
11673 (alpha_skip_prologue_internal): Renamed from
11674 alpha_skip_prologue.
11675 (alpha_skip_prologue): New version that calls
11676 alpha_skip_prologue_internal.
11677 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11678 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11679 second argument from alpha_skip_prologue.
11680 (REGISTER_BYTE): Use alpha_register_byte.
11681 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11682 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11683 (FRAMELESS_FUNCTION_INVOCATION): Use
11684 generic_frameless_function_invocation_not.
11685 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11686 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11687
11688 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11689
11690 * config/mips/xm-news-mips.h: Delete file.
11691 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11692
11693 * config/m88k/xm-m88k.h: Delete file.
11694 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11695 * config/m88k/xm-delta88v4.h: Ditto.
11696 * config/m88k/xm-delta88.h: Ditto.
11697
11698 * config/alpha/xm-fbsd.h: Delete file.
11699 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11700
11701 * config/sparc/xm-sparc.h: Delete file.
11702 * Makefile.in (xm-sun4os4.h): Delete dependency.
11703 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11704 * config/sparc/xm-sun4os4.h: Ditto.
11705 * config/sparc/xm-linux.h: Ditto.
11706
11707 * config/i386/xm-windows.h: Delete file.
11708
11709 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11710
11711 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11712 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11713
11714 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11715
11716 * alpha-tdep.c (alpha_call_dummy_words): New.
11717 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11718 (CALL_DUMMY_P): Define.
11719 (CALL_DUMMY_WORDS): Define.
11720 (SIZEOF_CALL_DUMMY_WORDS): Define.
11721
11722 2002-01-19 Per Bothner <per@bothner.com>
11723
11724 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11725 isn't NULL, which can happen with some gcj-3.x-produced code.
11726
11727 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11728
11729 * alpha-tdep.c (alpha_register_virtual_type): New function.
11730 (alpha_init_frame_pc_first): Ditto.
11731 (alpha_fix_call_dummy): Ditto.
11732 (alpha_store_struct_return): Ditto.
11733 (alpha_extract_struct_value_address): Ditto.
11734 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11735 alpha_register_virtual_type.
11736 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11737 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11738 alpha_extract_struct_value_address.
11739 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11740 (INIT_FRAME_PC): Use init_frame_pc_noop.
11741 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11742
11743 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11744
11745 * i386gnu-nat.c: Include "i386-tdep.h".
11746 (fetch_fpregs): Simplify code dealing with uninitialized floating
11747 point states such that it doesn't require FP7_REGNUM.
11748
11749 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11750
11751 * alpha-tdep.c (frame_extra_info): New.
11752 (alpha_find_saved_regs): Make static. Use
11753 frame->extra_info.
11754 (alpha_frame_init_saved_regs): New function.
11755 (alpha_frame_saved_pc): Use frame->extra_info.
11756 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11757 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11758 (init_extra_frame_info): Rename to...
11759 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11760 (alpha_print_extra_frame_info): New function.
11761 (alpha_frame_locals_address): Ditto.
11762 (alpha_frame_args_address): Ditto.
11763 (alpha_pop_frame): Use frame->extra_info.
11764 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11765 alpha_frame_args_address.
11766 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11767 (alpha_find_saved_regs): Remove prototype.
11768 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11769 (EXTRA_FRAME_INFO): Remove.
11770 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11771 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11772
11773 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11774
11775 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11776 (alpha_cannot_fetch_register): Ditto.
11777 (alpha_cannot_store_register): Ditto.
11778 (alpha_register_convertible): Ditto.
11779 (alpha_use_struct_convention): Ditto.
11780 * config/alpha/tm-alpha.h: Update copyright years.
11781 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11782 (INNER_THAN): Use core_addr_lessthan.
11783 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11784 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11785 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11786 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11787 (FRAME_CHAIN): Remove unnecessary cast.
11788
11789 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11790
11791 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11792 obsolete.
11793
11794 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11795
11796 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11797 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11798 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11799 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11800 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11801 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11802 * x86-64-linux-nat.c: Ditto.
11803
11804 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11805
11806 * alpha-tdep.c (alpha_register_name): New function.
11807 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11808 (REGISTER_NAME): Define.
11809
11810 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11811
11812 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11813
11814 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11815
11816 * alpha-tdep.c: Update copyright years.
11817 (alpha_next_pc): New function.
11818 (alpha_software_single_step): Ditto.
11819 * config/alpha/tm-alpha.h: Add prototype for
11820 alpha_software_single_step.
11821
11822 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11823
11824 * alphabsd-nat.c: Update copyright years.
11825 (fill_gregset): Use regcache_collect.
11826 (fill_fpregset): Likewise.
11827 (fetch_inferior_registers): Only fetch integer registers
11828 if requested to do so.
11829 (store_inferior_registers): Only store integer registers
11830 if requested to do so.
11831
11832 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11833
11834 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11835 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11836 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11837 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11838 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11839 * config/arm/linux.mh (XDEPFILES): Delete.
11840 * config/arm/nbsd.mh (XDEPFILES): Delete.
11841 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11842 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11843 * config/i386/i386m3.mh (XDEPFILES): Delete.
11844 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11845 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11846 * config/i386/fbsd.mh (XDEPFILES): Delete.
11847 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11848 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11849 * config/i386/i386v4.mh (XDEPFILES): Delete.
11850 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11851 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11852 * config/i386/i386aix.mh (XDEPFILES): Delete.
11853 * config/i386/go32.mh (XDEPFILES): Delete.
11854 * config/i386/cygwin.mh (XDEPFILES): Delete.
11855 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11856 * config/i386/i386mach.mh (XDEPFILES): Delete.
11857 * config/i386/i386v32.mh (XDEPFILES): Delete.
11858 * config/i386/linux.mh (XDEPFILES): Delete.
11859 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11860 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11861 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11862 * config/i386/i386sco.mh (XDEPFILES): Delete.
11863 * config/i386/i386v.mh (XDEPFILES): Delete.
11864 * config/i386/nbsd.mh (XDEPFILES): Delete.
11865 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11866 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11867 * config/i386/symmetry.mh (XDEPFILES): Delete.
11868 * config/i386/obsd.mh (XDEPFILES): Delete.
11869 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11870 * config/ia64/linux.mh (XDEPFILES): Delete.
11871 * config/ia64/aix.mh (XDEPFILES): Delete.
11872 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11873 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11874 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11875 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11876 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11877 * config/m68k/linux.mh (XDEPFILES): Delete.
11878 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11879 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11880 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11881 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11882 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11883 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11884 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11885 * config/m88k/delta88.mh (XDEPFILES): Delete.
11886 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11887 * config/m88k/m88k.mh (XDEPFILES): Delete.
11888 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11889 * config/mips/linux.mh (XDEPFILES): Delete.
11890 * config/mips/irix6.mh (XDEPFILES): Delete.
11891 * config/mips/irix5.mh (XDEPFILES): Delete.
11892 * config/mips/irix4.mh (XDEPFILES): Delete.
11893 * config/mips/irix3.mh (XDEPFILES): Delete.
11894 * config/mips/decstation.mh (XDEPFILES): Delete.
11895 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11896 (NATDEPFILES): Move core-aout.o to here.
11897 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11898 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11899 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11900 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11901 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11902 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11903 * config/pa/hpux11.mh (XDEPFILES): Delete.
11904 * config/powerpc/aix.mh (XDEPFILES): Delete.
11905 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11906 * config/powerpc/linux.mh (XDEPFILES): Delete.
11907 * config/romp/rtbsd.mh: Rename XDEPFILES.
11908 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11909 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11910 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11911 * config/s390/s390.mh (XDEPFILES): Delete.
11912 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11913 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11914 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11915 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11916 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11917 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11918 * config/sparc/linux.mh (XDEPFILES): Delete.
11919 * config/vax/vaxult.mh (XDEPFILES): Delete.
11920 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11921 * Makefile.in (DEPFILES): Remove XDEPFILES.
11922
11923 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11924
11925 * utils.c (internal_verror): Fix comments, default is yes not no.
11926 Update queries to match. Default to quit and dump core.
11927
11928 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11929
11930 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11931 copyright.
11932 * defs.h, event-top.c, gdbcmd.h: Ditto.
11933 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11934 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11935 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11936 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11937 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11938 * mi/mi-main.c:Ditto.
11939
11940 * stack.c, symfile.c: Update copyright.
11941
11942 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11943
11944 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11945 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11946 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11947 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11948
11949 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11950
11951 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11952 * gdbserver/low-lynx.c (myattach): Likewise.
11953 * gdbserver/low-nbsd.c (myattach): Likewise.
11954 * gdbserver/low-sim.c (myattach): Likewise.
11955 * gdbserver/low-sparc.c (myattach): Likewise.
11956 * gdbserver/low-sun3.c (myattach): Likewise.
11957
11958 * gdbserver/low-linux.c (myattach): New function.
11959
11960 * gdbserver/server.c (attach_inferior): New function.
11961 (main): Handle "--attach".
11962
11963 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11964
11965 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11966 maintainer.
11967
11968 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11969
11970 * c-typeprint.c (is_type_conversion_operator): Add additional
11971 check for non-conversion operators.
11972
11973 2002-01-15 Michael Snyder <msnyder@redhat.com>
11974
11975 * linux-proc.c: Add "info proc" command, a la procfs.c.
11976 (read_mapping): New function, abstract and re-use code.
11977 (linux_find_memory_regions): Use new func read_mapping.
11978 (linux_info_proc_cmd): New function, implement "info proc".
11979 (_initialize_linux_proc): Add new command "info proc".
11980
11981 2002-01-15 Michael Snyder <msnyder@redhat.com>
11982
11983 * symfile.c (generic_load): Use bfd_map_over_sections method
11984 instead of manipulating bfd structure members directly.
11985 (add_section_size_callback): New function, bfd sections callback
11986 used by generic_load.
11987 (load_sections_callback): New function, bfd sections callback
11988 used by generic_load.
11989
11990 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11991
11992 [Based on work by Jim Blandy]
11993 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11994 (builtin_type_vec128): Export.
11995 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11996 types.
11997 (builtin_type_vec128): New builtin type for 128 bit vector
11998 registers.
11999 (build_gdbtypes): Initialize builtin_type_v16qi and
12000 builtin_type_v8hi. Create the vec128 register builtin type
12001 structure.
12002 (build_builtin_type_vec128): New function.
12003 (_initialize_gdbtypes): Register builtin_type_v16qi and
12004 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12005 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12006 AltiVec register to new builtin type.
12007
12008 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12009
12010 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12011 to make_cv_type.
12012
12013 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12014
12015 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12016 CLEAN_UP_REGISTER_VALUE.
12017 * regcache.c (supply_register): Update only call.
12018
12019 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12020
12021 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12022 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12023 a29k-*-vxworks* targets as obsolete.
12024
12025 2002-01-14 Michael Snyder <msnyder@redhat.com>
12026
12027 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12028 until we can resolve portability issues.
12029 * gregset.h: Remove references to fpxregs.
12030 * gcore.c (gcore_command): Initialize note_sec to NULL.
12031
12032 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12033
12034 * signals.c (target_signal_to_name): Rewrite. Only use
12035 signals[].name when in bounds and non-NULL.
12036
12037 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12038
12039 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12040 * signals.c (target_signal_to_name): Verify that SIG is within the
12041 bounds of the signals array.
12042
12043 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12044
12045 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12046
12047 2002-01-13 Keith Seitz <keiths@redhat.com>
12048
12049 * stack.c (print_frame_info_base): Print the frame's pc
12050 only if when print_frame_info_listing_hook is not defined.
12051
12052 2002-01-13 Keith Seitz <keiths@redhat.com>
12053
12054 * varobj.c (varobj_set_value): Make sure that there were no
12055 errors evaluating the object before attempting to set its
12056 value.
12057 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12058 so this offset adjustment is no longer necessary.
12059 (create_child): Don't set the error flag if the child is
12060 a CPLUS_FAKE_CHILD.
12061 (value_of_child): If value_fetch_lazy fails, return NULL
12062 so that callers will be notified that an error occurred.
12063 (c_value_of_variable): Delay check of variable's validity
12064 until later. We actually want all structs and unions to have
12065 the value "{...}".
12066 Do not return "???" for variables which could not be evaluated.
12067 This error condition must be returned to the caller so that it
12068 can get the error condition from gdb.
12069 (cplus_name_of_child): Adjust index for vptr before figuring
12070 out the name of the child.
12071 (cplus_value_of_child): If a child's (real) parent is not valid,
12072 don't even bother trying to give a value for it. Just return
12073 an error. Change all instances in this function.
12074 (cplus_type_of_child): If our parent is one of the "fake"
12075 parents, we need to get at the type of the real parent, and
12076 derive the child's true type using this information.
12077
12078 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12079
12080 From 2002-01-09 John Marshall <johnm@falch.net>:
12081 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12082 sources.redhat.com, and tweak some related URLs which had
12083 suffered from linkrot.
12084
12085 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12086
12087 From Jeff law:
12088 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12089 structures passed in registers.
12090
12091 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12092
12093 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12094 white space which prevented compilation. Reported by DSK
12095 <dsk@student.unsw.edu.au>.
12096
12097 2002-01-11 Michael Snyder <msnyder@redhat.com>
12098
12099 * symfile.c (build_section_addr_info_from_section_tab):
12100 Use bfd access method instead of manipulating bfd directly.
12101 (syms_from_objfile): Ditto.
12102 (simple_overlay_update_1): Ditto.
12103 (simple_overlay_update): Ditto.
12104 (generic_load): Ditto.
12105 (overlay_unmapped_address): FIXME comment, bfd access methods.
12106 (sections_overlap): FIXME comment, bfd access methods.
12107 (pc_in_mapped_range): FIXME comment, bfd access methods.
12108 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12109 (section_is_mapped): FIXME comment, bfd access methods.
12110 (section_is_overlay): FIXME comment, bfd access methods.
12111
12112 * symfile.c (generic_load): Whitespace and long line cleanups.
12113 Remove duplicate variable, change several local variables to
12114 more appropriate data types.
12115 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12116
12117 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12118
12119 From Peter Schauer:
12120 * language.c (longest_local_hex_string_custom): Use phex_nz to
12121 convert NUM to a hex string.
12122
12123 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12124
12125 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12126 the function.
12127 Update Copyright year.
12128
12129 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12130
12131 * language.c (longest_raw_hex_string): Delete unused function.
12132
12133 2002-01-11 Petr Sorfa <petrs@caldera.com>
12134
12135 * MAINTAINERS (write-after-approval): Add myself.
12136 * dwarf2read.c (read_tag_string_type): Handling of
12137 DW_AT_byte_size.
12138 (read_tag_string_type): FORTRAN fix to prevent propagation of
12139 first string size.
12140 (set_cu_language): Handling of DW_LANG_Fortran95
12141
12142 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12143
12144 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12145 GETPID(inferior_ptid).
12146 (store_inferior_registers): Likewise.
12147
12148 2002-01-10 Jason Merrill <jason@redhat.com>
12149
12150 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12151 Fix DW_OP_minus.
12152
12153 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12154
12155 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12156 and bfd/elf32-sh-nbsd.c.
12157
12158 2002-01-10 Michael Snyder <msnyder@redhat.com>
12159
12160 * NEWS: Mention --pid and corefile/proc-id behavior change.
12161
12162 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12163 * gcore.c: Include cli/cli-decode.h instead of command.h.
12164
12165 * main.c (captured_main): Add new command line option "--pid".
12166 If the second command line argument (following the symbol-file)
12167 begins with a digit, try to attach to it before trying to open
12168 it as a corefile.
12169 (print_gdb_help): Document the "--pid" argument.
12170
12171 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12172
12173 * completer.c (command_completer): New function.
12174
12175 * completer.h <command_completer>: Add prototype.
12176
12177 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12178 completer for the "help" command.
12179
12180 2002-01-09 Jason Merrill <jason@redhat.com>
12181
12182 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12183
12184 2002-01-09 Michael Snyder <msnyder@redhat.com>
12185
12186 * i386-linux-nat.c (fill_fpxregset): Make global.
12187 (store_fpxregset): Ditto.
12188
12189 * gregset.h (gdb_fpxregset_t): Define.
12190 (supply_fpxregset): Prototype.
12191 (fill_fpxregset): Prototype.
12192
12193 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12194
12195 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12196
12197 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12198 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12199 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12200
12201 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12202
12203 * MAINTAINERS: Update target maintainer rules so that any
12204 Maintainer can approve a tested patch for a maintenance-only
12205 target.
12206
12207 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12208
12209 * MAINTAINERS (write-after-approval): Add myself.
12210
12211 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12212 IN_SIGTRAMP.
12213
12214 2002-01-08 Michael Snyder <msnyder@redhat.com>
12215
12216 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12217 real name of the executable, rather than the /proc name.
12218
12219 2002-01-03 Michael Snyder <msnyder@redhat.com>
12220
12221 Implement a "generate-core-file" command in gdb, save target state.
12222 * gcore.c: New file. Implement new command 'generate-core-file'.
12223 Save a corefile image of the current state of the inferior.
12224 * linux-proc.c: Add linux-specific code for saving corefiles.
12225 * target.h (struct target_ops): Add new target vectors for saving
12226 corefiles; to_find_memory_regions and to_make_corefile_notes.
12227 (target_find_memory_regions): New macro.
12228 (target_make_corefile_notes): New macro.
12229 * target.c (update_current_target): Inherit new target methods.
12230 (dummy_find_memory_regions): New place-holder method.
12231 (dummy_make_corefile_notes): New place-holder method.
12232 (init_dummy_target): Initialize new dummy target vectors.
12233 * exec.c (exec_set_find_memory_regions): New function.
12234 Allow the exec_ops vector for memory regions to be taken over.
12235 (exec_make_note_section): New function, target vector method.
12236 * defs.h (exec_set_find_memory_regions): Export prototype.
12237 * procfs.c (proc_find_memory_regions): New function, corefile method.
12238 (procfs_make_note_section): New function, corefile method.
12239 (init_procfs_ops): Set new target vector pointers.
12240 (find_memory_regions_callback): New function.
12241 (procfs_do_thread_registers): New function.
12242 (procfs_corefile_thread_callback): New function.
12243 * sol-thread.c (sol_find_memory_regions): New function.
12244 (sol_make_note_section): New function.
12245 (init_sol_thread_ops): Initialize new target vectors.
12246 * inftarg.c (inftarg_set_find_memory_regions): New function.
12247 Allow to_find_memory_regions vector to be taken over.
12248 (inftarg_set_make_corefile_notes): New function.
12249 Allow to_make_corefile_notes vector to be taken over.
12250 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12251 interface layer if not target_has_execution (may be a corefile).
12252 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12253 * config/sparc/sun4sol2.mh: Ditto.
12254 * config/alpha/alpha-linux.mh: Ditto.
12255 * config/arm/linux.mh: Ditto.
12256 * config/i386/x86-64linux.mh: Ditto.
12257 * config/ia64/linux.mh: Ditto.
12258 * config/m68k/linux.mh: Ditto.
12259 * config/mips/linux.mh: Ditto.
12260 * config/powerpc/linux.mh: Ditto.
12261 * config/sparc/linux.mh: Ditto.
12262
12263 2002-01-07 Michael Snyder <msnyder@redhat.com>
12264
12265 * arm-linux-nat.c: Remove references to regcache.c internal data
12266 (registers[] and register_valid[]).
12267
12268 2002-01-07 Michael Snyder <msnyder@redhat.com>
12269
12270 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12271 so that attaching to a pid will automatically read the process's
12272 symbol file and shlibs.
12273 * Makefile.in: Add rule for linux-proc.o.
12274 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12275 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12276 * config/arm/linux.mh: Ditto.
12277 * config/i386/linux.mh: Ditto.
12278 * config/i386/x86-64linux.mh: Ditto.
12279 * config/ia64/linux.mh: Ditto.
12280 * config/m68k/linux.mh: Ditto.
12281 * config/mips/linux.mh: Ditto.
12282 * config/powerpc/linux.mh: Ditto.
12283 * config/sparc/linux.mh: Ditto.
12284
12285 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12286
12287 * win32-nat.c: Add i386-tdep.h dependency.
12288
12289 2002-01-07 Michael Snyder <msnyder@redhat.com>
12290
12291 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12292 instead of bfd_get_arch_size. Don't bail out just because
12293 there's no exec_bfd.
12294
12295 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12296 * p-valprint.c (pascal_object_print_value): Ditto.
12297 * somread.c (som_symtab_read): Ditto.
12298 * symfile.c (simple_free_overlay_region_table): Ditto.
12299 * valops.c (value_assign): Ditto.
12300
12301 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12302 use tilde_expand and strerror for opening save-tracepoints file.
12303
12304 * thread-db.c (thread_db_new_objfile): Indendation fix.
12305
12306 * infptrace.c (GDB_MAX_ALLOCA): New define.
12307 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12308 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12309 can be overridden with whatever value is appropriate to the host).
12310 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12311 alloca to allocate potentially large buffer.
12312 * rs6000-nat.c (child_xfer_memory): Ditto.
12313 * symm-nat.c (child_xfer_memory): Ditto.
12314 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12315
12316 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12317
12318 From Nick Clifton <nickc@redhat.com>
12319 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12320
12321 2002-01-07 Michael Snyder <msnyder@redhat.com>
12322
12323 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12324 Don't use exec_bfd if it's NULL.
12325
12326 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12327
12328 * valops.c (value_arg_coerce): Fix formatting.
12329
12330 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12331
12332 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12333 * gnu-nat.c: Ditto.
12334
12335 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12336
12337 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12338 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12339 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12340 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12341 z8k-coff have not been multi-arched. Update z8k-coff build
12342 status.
12343
12344 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12345
12346 * MAINTAINERS: Mark a29k target as obsolete.
12347 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12348 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12349 comments.
12350 * NEWS: Note that a29k targets are obsolete.
12351 * a29k-tdep.c: Mark as obsolete.
12352 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12353 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12354 a29k-*-vxworks* targets as obsolete.
12355 * remote-adapt.c: Obsolete.
12356 * remote-eb.c: Obsolete.
12357 * remote-mm.c: Obsolete.
12358 * remote-udi.c: Obsolete.
12359 * config/a29k/a29k-udi.mt: Obsolete.
12360 * config/a29k/a29k.mt: Obsolete.
12361 * config/a29k/tm-a29k.h: Obsolete.
12362 * config/a29k/tm-vx29k.h: Obsolete.
12363 * config/a29k/vx29k.mt: Obsolete.
12364
12365 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12366
12367 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12368 with BFD_ENDIAN_BIG.
12369
12370 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12371
12372 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12373 * configure, config.in: Re-generate.
12374 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12375 * defs.h: Do not include <endian.h>.
12376
12377 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12378
12379 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12380 * config.in: Regenerate.
12381 * configure.in: Update copyright years.
12382 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12383 * configure: Regenerate.
12384 * i386bsd-nat.c: Update copyright years.
12385 (fill_gregset): Use regcache_collect.
12386 (fetch_inferior_registers): Only fetch integer registers
12387 if requested to do so. Add support for XMM registers
12388 using PT_GETXMMREGS.
12389 (store_inferior_registers): Only store integer registers
12390 if requested to do so. Add support for XMM registers
12391 using PT_SETXMMREGS.
12392 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12393 (store_inferior_registers): Remove.
12394 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12395 (fetch_elfcore_registers): New function.
12396 (i386nbsd_elfcore_fns): New.
12397 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12398 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12399 i386bsd-nat.o.
12400 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12401 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12402 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12403 * config/i386/tm-nbsd.h: Update copyright years.
12404 (HAVE_SSE_REGS): Define.
12405 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12406 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12407 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12408 (SIGCONTEXT_PC_OFFSET): Remove.
12409 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12410
12411 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12412
12413 * configure.tgt: Remove powerpc-*-macos* target.
12414 * config/m68k/xm-mpw.h: Delete file.
12415 * config/xm-mpw.h: Delete file.
12416 * ser-mac.c: Delete file.
12417 * mpw-make.sed: Delete file.
12418 * mpw-config.in: Delete file.
12419 * mac-xdep.c: Delete file.
12420 * mac-gdb.r: Delete file.
12421 * mac-defs.h: Delete file.
12422 * mac-nat.c: Delete file.
12423 * config/powerpc/macos.mh: Delete file.
12424 * config/powerpc/macos.mt: Delete file.
12425 * config/powerpc/nm-macos.h: Delete file.
12426 * config/powerpc/tm-macos.h: Delete file.
12427 * source.c (openp, open_source_file): Remove obsolete code.
12428 * top.c (gdb_readline): Ditto.
12429 * utils.c (query): Ditto.
12430 * event-top.c (display_gdb_prompt): Ditto.
12431 * Makefile.in (ser-mac.o): Delete obsolete target.
12432 * NEWS: Update.
12433
12434 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12435
12436 * defs.h (BIG_ENDIAN): Delete macro definition.
12437 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12438 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12439 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12440 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12441 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12442 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12443 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12444 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12445 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12446 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12447 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12448 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12449 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12450 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12451 * gdbarch.c: Re-generate.
12452
12453 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12454
12455 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12456 for core files.
12457
12458 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12459
12460 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12461
12462 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12463
12464 * value.h (value_ptr): Delete typedef.
12465
12466 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12467
12468 * i386nbsd-nat.c: Update copyright years.
12469 Include i386-tdep.h.
12470
12471 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12472
12473 * stabsread.c: Update copyright years.
12474
12475 From Debashis Mahata <debashis.mahata@wipro.com>:
12476 (read_struct_fields): Deal with Sun C compiler erroneous stab
12477 output for structs and unions.
12478 Fix PR gdb/269.
12479
12480 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12481
12482 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12483 prototype.
12484
12485 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12486
12487 * cp-abi.c: Fix whitespace.
12488 (baseclass_offset): New wrapper function.
12489 * cp-abi.h (baseclass_offset): Add prototype.
12490 (struct cp_abi_ops): Add baseclass_offset pointer.
12491
12492 * valops.c (vb_match): Move to...
12493 * gnu-v2-abi.c (vb_match): here.
12494 * valops.c (baseclass_offset): Move to...
12495 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12496
12497 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12498
12499 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12500 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12501 * hpacc-abi.c (init_hpacc_ops): Likewise.
12502
12503 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12504
12505 * valops.c (find_overload_match): Accept obj as a
12506 reference parameter. Update it before returning.
12507 * value.h (find_overload_match): Update prototype.
12508 * eval.c (evaluate_subexp_standard): Pass object to
12509 find_overload_match by reference.
12510
12511 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12512
12513 * valarith.c: Replace value_ptr with struct value pointer. Remove
12514 register attribute from value declarations.
12515 * valops.c: Ditto.
12516 * value.h: Ditto.
12517 * scm-lang.c (scm_lookup_name): Ditto.
12518
12519 2002-01-03 Michael Snyder <msnyder@redhat.com>
12520
12521 Abstract the functionality of iterating over mapped memory
12522 regions into a general purpose iterator function.
12523 * procfs.c (iterate_over_mappings): New function, general purpose
12524 iterator for memory sections.
12525 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12526 (solib_mappings_callback): New function, callback for above.
12527 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12528 (info_mappings_callback): New function, callback for above.
12529
12530 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12531
12532 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12533
12534 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12535 * i386-tdep.c: Include "elf-bfd.h".
12536 (process_note_abi_tag_sections): New function.
12537 (i386_gdbarch_init): Add code to recognize various OS/ABI
12538 combinations.
12539
12540 * maint.c (_initialize_maint_cmds): Add missing \ in
12541 string-literal.
12542
12543 For older changes see ChangeLog-2001
12544 \f
12545 Local Variables:
12546 mode: change-log
12547 left-margin: 8
12548 fill-column: 74
12549 version-control: never
12550 End: