2002-11-08 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2
3 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
4 declaration that snuck in from change below.
5
6 2002-11-06 Andrew Cagney <cagney@redhat.com>
7
8 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
9 all callers.
10 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
11 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
12 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
13 (i386_mxcsr_regnum_p): new function. Use instead of
14 MXCSR_REGNUM_P.
15 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
16 (i386_sse_regnum_p): Declare.
17 (i386_mxcsr_regnum_p): Declare.
18 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
19 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
20 (IS_FP_REGNUM): Update definition.
21 (IS_FPU_CTRL_REGNUM): Update definition..
22 (IS_SSE_REGNUM): Update definition..
23 * i386v-nat.c (register_u_addr): Update.
24 * go32-nat.c (fetch_register): Update.
25 (store_register): Update.
26
27 2002-11-07 Joel Brobecker <brobecker@gnat.com>
28
29 Preparation work to convert the hppa targets to multiarch partial.
30
31 * hppa-tdep.c: Add new functions replacing macro bodies from
32 config/pa/tm-hppa.h. These function will be used to initialize
33 the gdbarch structure. Import some comments from tm-hppa.h,
34 and place them where appropriate, to avoid loosing them when
35 we cleanup this file.
36 (hppa_reg_struct_has_addr): New function.
37 (hppa_inner_than): New function.
38 (hppa_stack_align): New function.
39 (hppa_pc_requires_run_before_use): New function.
40 (hppa_instruction_nullified): New function.
41 (hppa_register_byte): New function.
42 (hppa_register_virtual_type): New function.
43 (hppa_store_struct_return): New function.
44 (hppa_cannot_store_register): New function.
45 (hppa_frame_args_address): New function.
46 (hppa_frame_locals_address): New function.
47 (hppa_smash_text_address): New function.
48 (hppa_coerce_float_to_double): New function. Requires the inclusion
49 of "language.h".
50
51 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
52
53 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
54 gdbarch-eligible macro to a call to the new associated function
55 created in hppa-tdep.c.
56 (INNER_THAN): Likewise.
57 (STACK_ALIGN): Likewise.
58 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
59 (INSTRUCTION_NULLIFIED): Likewise.
60 (REGISTER_BYTE): Likewise.
61 (REGISTER_VIRTUAL_TYPE): Likewise.
62 (STORE_STRUCT_RETURN): Likewise.
63 (CANNOT_STORE_REGISTER): Likewise.
64 (FRAME_ARGS_ADDRESS): Likewise.
65 (FRAME_LOCALS_ADDRESS): Likewise.
66 (SMASH_TEXT_ADDRESS): Likewise.
67 (COERCE_FLOAT_TO_DOUBLE): Likewise.
68 (ABOUT_TO_RETURN): Delete, as no longer used.
69
70 2002-11-07 Fernando Nasser <fnasser@redhat.com>
71
72 * printcmd.c (disassemble_command): Remove obsolete function.
73 (_initialize_printcmd): Do not create disassemble command here.
74 * cli/cli-cmds.c (disassemble_command): New function. Implements
75 disassemble command.
76 (init_cli_cmds): Create disassemble command here instead.
77
78 2002-11-07 Andrew Cagney <ac131313@redhat.com>
79
80 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
81
82 2002-11-07 Andrew Cagney <ac131313@redhat.com>
83
84 * regcache.h (regcache_cooked_read_using_offset_hack)
85 (regcache_cooked_write_using_offset_hack): Delete declarations.
86 (register_changed): Delete declaration.
87 * regcache.c (regcache_cooked_read_using_offset_hack)
88 (regcache_cooked_write_using_offset_hack): Delete functions.
89 (cooked_xfer_using_offset_hack): Delete function.
90 (register_changed): Delete function.
91
92 2002-11-07 Jim Blandy <jimb@redhat.com>
93
94 * macroscope.c: #include "complaints.h".
95 (sal_macro_scope): Cope with filenames that appear in the symtabs,
96 but not in the macro table.
97 * Makefile.in (macroscope.o): Record dependency.
98
99 2002-11-07 Joel Brobecker <brobecker@gnat.com>
100
101 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
102
103 2002-11-07 Andrew Cagney <ac131313@redhat.com>
104
105 * regcache.c (deprecated_registers_fetched): Update.
106 * regcache.h (deprecated_registers_fetched): Rename
107 registers_fetched.
108 * remote-vxsparc.c (vx_read_register): Update.
109 * remote-vxmips.c (vx_read_register): Update.
110 * remote-vx68.c (vx_read_register): Update.
111 * irix5-nat.c (fetch_core_registers): Update.
112 * mipsm3-nat.c (fetch_inferior_registers): Update.
113 * sun3-nat.c (fetch_inferior_registers): Update.
114 * symm-nat.c (fetch_inferior_registers): Update.
115 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
116 (fetch_core_registers): Update.
117 (fetch_kcore_registers): Update.
118 * mips-nat.c (fetch_inferior_registers): Update.
119 * corelow.c (get_core_registers): Update.
120 * a68v-nat.c (fetch_inferior_registers): Update.
121
122 2002-11-06 Joel Brobecker <brobecker@gnat.com>
123
124 Put in place the framework necessary for multiarching the hppa targets.
125 * hppa-tdep.c (hppa_gdbarch_init): New function.
126 (hppa_dump_tdep): New function.
127 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
128 tdep structure dumper.
129 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
130 until the multi-arching conversion has partially been completed.
131
132 2002-11-06 Andrew Cagney <ac131313@redhat.com>
133
134 * valops.c (value_assign): Merge lval_register case into
135 lval_reg_frame_relative. Use frame_register and
136 regcache_cooked_write instead of get_saved_register and
137 write_register_bytes. After flushing the register cache, try to
138 re-select the selected frame.
139
140 2002-11-06 Andrew Cagney <ac131313@redhat.com>
141
142 * regcache.h (deprecated_register_valid): Rename register_valid.
143 * regcache.c: Update.
144 * ia64-aix-nat.c: Update.
145 * i386gnu-nat.c: Update.
146 * alpha-nat.c: Update.
147 * sparc-nat.c: Update.
148 * lynx-nat.c: Update.
149 * remote-mips.c: Update.
150
151 2002-11-06 Joel Brobecker <brobecker@gnat.com>
152
153 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
154 to end of file, to be more consistent with the pratice followed
155 by other targets.
156
157 2002-11-06 Andrew Cagney <ac131313@redhat.com>
158
159 * infcmd.c: Include "reggroups.h" and <ctype.h>.
160 (print_float_info): Print registers in float_reggroup.
161 (print_vector_info): Print registers in vector_reggroup.
162 (default_print_registers_info): When all, print registers in
163 all_reggroup. Otherwize, print registers in general_reggroup.
164 (registers_info): Rewrite. Add support for register groups.
165 Eliminate a goto.
166
167 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
168
169 * symtab.c (methods_info): Delete. It has been ifdeffed out for
170 ages.
171 (symtab_symbol_info): Remove eons old ifdeffed out code.
172 (_initialize_symtab): Remove prehistoric disabled 'info methods'
173 command.
174
175 2002-11-06 Theodore A. Roth <troth@openavr.org>
176
177 * c-exp.y: Add missing semi-colons.
178 * f-exp.y: Add missing semi-colons.
179 * m2-exp.y: Add missing semi-colons.
180 * p-exp.y: Add missing semi-colons.
181 Add empty action to start rule to avoid a type clash error when
182 building with bison >= 1.50.
183
184 2002-11-06 Jim Blandy <jimb@redhat.com>
185
186 * macrotab.h (struct macro_source_file): Doc fix.
187
188 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
189
190 * varobj.c (child_exists, cplus_number_of_children): Change
191 STREQ macro references to strcmp.
192 (cplus_name_of_child): Change code to handle the fact that
193 fields are not necessarily contiguous with regards to their
194 access control. This is a fix for PR gdb/792.
195
196 2002-11-05 Andrew Cagney <ac131313@redhat.com>
197
198 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
199 * gdbarch.h, gdbarch.c: Regnerate.
200 * frame.h (frame_register): Declare.
201 * frame.c (frame_register): New function.
202 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
203 GET_SAVED_REGISTER, otherwize call
204 generic_unwind_get_saved_register.
205 (frame_register_read): Use frame_register instead of
206 get_saved_register.
207
208 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
209
210 From Jim Ingham <jingham@apple.com>:
211 * event-top.c (gdb_disable_readline): New function.
212 (_initialize_event_loop): Move comment.
213
214 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
215
216 * event-loop.c (start_event_loop): Add comment.
217 Update copyright.
218
219 2002-11-05 Andrew Cagney <ac131313@redhat.com>
220
221 * infcmd.c (default_print_registers_info): Do not call
222 PRINT_REGISTER_HOOK.
223
224 2002-11-05 Andrew Cagney <ac131313@redhat.com>
225
226 * sparc-tdep.c (sparc_print_register_hook): Make static.
227 (sparc_print_registers_info): New function.
228 (sparc_do_registers_info): New function.
229 (sparclet_print_registers_info): New function.
230 (sparclet_do_registers_info): New function.
231 (do_sparc_print_registers_info): New function.
232 (sparc_print_registers): New static function, clone of infcmd.c's
233 default_print_registers_info.
234 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
235 (sparclet_do_registers_info): Declare.
236 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
237 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
238 Re-define.
239 (sparc_do_registers_info): Declare.
240 (PRINT_REGISTER_HOOK): Delete macro.
241 (sparc_print_register_hook): Delete declaration.
242
243 2002-11-05 David Carlton <carlton@math.stanford.edu>
244
245 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
246 functions.
247 (lookup_symbol_aux_local): New function.
248 (lookup_symbol_aux_symtabs): New function.
249 (lookup_symbol_aux_psymtabs): New function.
250
251 2002-11-05 David Carlton <carlton@math.stanford.edu>
252
253 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
254 previous values of 'objfile' and 'block'.
255
256 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
257
258 * values.c (value_change_enclosing_type): Set
259 enclosing_type field correctly also for the case where
260 more memory needs to be allocated.
261
262 2002-11-03 Mark Kettenis <kettenis@gnu.org>
263
264 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
265 of puts_filtered.
266
267 * i387-tdep.c (i387_print_float_info): Replace calls to
268 register_read and deprecated_read_register_gen with calls to
269 frame_register_read, and make the necessary adjustments to the
270 surrounding code.
271
272 2002-11-02 Andrew Cagney <ac131313@redhat.com>
273
274 * gdbarch.sh (register_reggroup_p): Allow default value.
275 * gdbarch.h, gdbarch.c: Regenerate.
276
277 2002-11-02 Andrew Cagney <ac131313@redhat.com>
278
279 * regcache.h: Add coment indicating replacements for deprecated
280 functions.
281
282 2002-11-02 Andrew Cagney <cagney@redhat.com>
283
284 * reggroups.h, reggroups.c: New files.
285 * regcache.c: Include "reggroups.h".
286 (enum regcache_dump_what): Add `regcache_dump_groups'.
287 (regcache_dump): Contract size of the "Type" column. When
288 specified, dump the register's groups.
289 (maintenance_print_register_groups): New function.
290 (_initialize_regcache): Add command `maint print register-groups'.
291 * Makefile.in (COMMON_OBS): Add reggroups.o
292 (SFILES): Add reggroups.c.
293 (reggroups_h): Define.
294 (regcache.o, gdbarch.o): Update dependencies.
295 (reggroups.o): Specify dependencies.
296 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
297 Add opaque declaration for `struct reggroup' in generated .h file.
298 Include "reggroups.h" in generated .c file.
299 gdbarch.h, gdbarch.c: Re-generate.
300
301 2002-11-02 Andrew Cagney <cagney@redhat.com>
302
303 * regcache.h (deprecated_read_register_gen): Rename
304 read_register_gen.
305 (deprecated_write_register_gen): Rename write_register_gen.
306 * i387-tdep.c: Update.
307 * x86-64-linux-nat.c: Update
308 * wince.c: Update.
309 * thread-db.c: Update.
310 * win32-nat.c: Update.
311 * mips-tdep.c: Update.
312 * d10v-tdep.c: Update.
313 * cris-tdep.c: Update.
314 * remote-sim.c: Update.
315 * remote-rdi.c: Update.
316 * remote-rdp.c: Update.
317 * frame.c: Update.
318 * target.c: Update.
319 * blockframe.c: Update.
320 * x86-64-tdep.c: Update.
321 * xstormy16-tdep.c: Update.
322 * sh-tdep.c: Update.
323 * s390-tdep.c: Update.
324 * rs6000-tdep.c: Update.
325 * sparc-tdep.c: Update.
326 * i386-tdep.c: Update.
327 * dwarf2cfi.c: Update.
328 * regcache.c: Update.
329
330 2002-11-01 Joel Brobecker <brobecker@gnat.com>
331
332 New interix-specific files:
333 * config/i386/nm-interix.h: New file.
334 * config/i386/interix.mh: New file.
335 * config/i386/interix.mt: New file.
336 * i386-interix-nat.c: New file.
337 * i386-interix-tdep.c: New file.
338
339 2002-11-01 Andrew Cagney <cagney@redhat.com>
340
341 * frame.h (deprecated_generic_get_saved_register): Rename
342 generic_get_saved_register.
343 * blockframe.c (deprecated_generic_get_saved_register): Update.
344 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
345 (xstormy16_frame_saved_register): Update.
346 * sh-tdep.c (sh_gdbarch_init): Update.
347 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
348 * ia64-tdep.c (ia64_get_saved_register): Update.
349 * cris-tdep.c (cris_gdbarch_init): Update.
350 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
351 * arm-tdep.c (arm_gdbarch_init): Update.
352
353 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
354
355 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
356
357 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
358
359 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
360 trampolines in sigaction.
361
362 2002-10-31 Andrew Cagney <cagney@redhat.com>
363
364 * h8300-tdep.c: Include "gdb_assert.h".
365 (h8300_print_register): Add gdbarch, file and frame parameters.
366 Use frame_read_unsigned_register to read the register's value.
367 Use fprintf_filtered to display output.
368 (h8300_print_registers_info): Replace h8300_do_registers_info.
369 (h8300_gdbarch_init): Set print_registers_info.
370
371 2002-10-31 Andrew Cagney <cagney@redhat.com>
372
373 * frame.c (frame_read_unsigned_register): New function.
374 (frame_read_signed_register): New function.
375 * frame.h (frame_read_unsigned_register): Declare.
376 (frame_read_signed_register): Declare.
377
378 2002-10-31 Andrew Cagney <cagney@redhat.com>
379
380 * h8500-tdep.c (h8500_print_registers_info): New static function,
381 clone of infcmd.c's default_print_registers_info.
382 (h8500_do_registers_info): New funtion.
383 (h8500_print_register_hook): Rename print_register_hook, make
384 static.
385
386 * config/h8500/tm-h8500.h: Update copyright.
387 (DEPRECATED_DO_REGISTERS_INFO): Define.
388 (h8500_do_registers_info: Declare.
389 (PRINT_REGISTER_HOOK): Delete macro.
390 (print_register_hook): Delete function.
391
392 2002-10-31 Andrew Cagney <cagney@redhat.com>
393
394 * z8k-tdep.c (z8k_print_register_hook): Make static.
395 (z8k_print_registers_info): New static function, clone of
396 infcmd.c's default_print_registers_info.
397 (z8k_do_registers_info): New function. Wrap
398 z8k_print_registers_info.
399 * config/z8k/tm-z8k.h: Update copyright.
400 (PRINT_REGISTER_HOOK): Delete macro.
401 (z8k_print_register_hook): Delete declaration.
402 (DEPRECATED_DO_REGISTERS_INFO): Define.
403 (z8k_do_registers_info): Declare.
404
405 2002-10-30 Joel Brobecker <brobecker@gnat.com>
406
407 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
408 as this is already provided by value.h, and was actually causing
409 a compilation error because of a conflict in parameter type
410 declaration due to a missing const keyword.
411 (low_text_segment_addres): Fix a compilation warning.
412
413 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
414
415 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
416 registers without a name.
417 (mips_linux_cannot_store_register): Don't store registers without
418 a name.
419
420 2002-10-28 David Carlton <carlton@math.stanford.edu>
421
422 * symtab.c (find_addr_symbol): Delete. (It was already commented
423 out.)
424 * symtab.h: Delete prototype for find_addr_symbol.
425
426 2002-10-26 Andrew Cagney <cagney@redhat.com>
427
428 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
429 DO_REGISTERS_INFO.
430 gdbarch.h, gdbarch.c: Re-generate.
431 * infcmd.c (default_print_registers_info): Update reference.
432 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
433 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
434 * sh-tdep.c (sh_gdbarch_init): Ditto.
435 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
436 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
437
438 2002-10-26 Mark Kettenis <kettenis@gnu.org>
439
440 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
441 cfi_init_extra_frame_info.
442 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
443 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
444
445 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
446 target where necessary. Add more comments and remove the ones
447 that don't provide any useful information.
448
449 * i386-tdep.c (i386_frame_saved_pc): Replace call to
450 deprecated_read_register_dummy with
451 frame_unwind_unsigned_register.
452
453 * i386-tdep.c (i386_extract_struct_value_address): Use
454 regcache_raw_read_unsigned instead of
455 regcache_cooked_read_unsigned since we know that the register
456 we're reading isn't a pseudo register. Rename variable 'val' into
457 the more descriptive 'addr'.
458
459 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
460 (x86_64_push_return_address): Add comment.
461 (x86_64_pop_frame): Make static.
462 (examine_argument): Clarify comment.
463 (x86_64_skip_prologue): Make prolog_expact variable static.
464
465 * dwarf2cfi.c: Fix some formatting problems.
466 (context_cpy, read_encoded_pointer): Clarify comments.
467
468 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
469 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
470 i386 target back into x86_64_gdbarch_init. Add some comments and
471 remove meaningless ones.
472
473 2002-10-25 Andrew Cagney <cagney@redhat.com>
474
475 * complaints.h (struct deprecated_complaint): Rename `struct
476 complaint'.
477 * complaints.c (complain): Update.
478 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
479 incorrect comment indicating that "symfile.h" was being included
480 for the `struct complaint' definition.
481 * remote-vx.c: Update.
482 * objc-lang.c: Update.
483 * xcoffread.c: Update.
484 * hpread.c: Update.
485 * mdebugread.c: Update.
486 * stabsread.c: Update.
487 * dwarf2read.c: Update.
488 * dwarfread.c: Update.
489 * elfread.c: Update.
490 * coffread.c: Update.
491 * stabsread.h: Update.
492 * dbxread.c: Update.
493 * buildsym.c: Update.
494 * gdbtypes.c: Update.
495 * macrotab.c: Update.
496
497 2002-10-25 Mark Kettenis <kettenis@gnu.org>
498
499 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
500 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
501 (x86_64_init_abi): ...new function.
502
503 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
504 * i386v-nat.c: Include "i386-tdep.h".
505
506 2002-10-25 Andrew Cagney <cagney@redhat.com>
507
508 * gdbtypes.c (address_space_name_to_int): Update.
509 (address_space_int_to_name): Update.
510 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
511 multi-arch predicate.
512 (address_class_name_to_type_flags): Ditto.
513 * gdbarch.h, gdbarch.c: Re-generate.
514
515 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
516
517 2002-10-24 Martin M. Hunt <hunt@redhat.com>
518
519 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
520
521 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
522
523 * symtab.h (INIT_SAL): Delete macro.
524 (init_sal): Export.
525 * symtab.c (init_sal): New function.
526
527 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
528 to init_sal function call.
529 (find_sal_from_funcs_and_line): Ditto.
530 (all_sals_for_line): Ditto.
531 * breakpoint.c (create_internal_breakpoint): Ditto.
532 (create_fork_vfork_event_catchpoint): Ditto.
533 (create_exec_event_catchpoint): Ditto.
534 (parse_breakpoint_sals): Ditto.
535 (watch_command_1): Ditto.
536 (handle_gnu_4_16_catch_command): Ditto.
537 (clear_command): Ditto.
538 * hppa-tdep.c (child_enable_exception_callback): Ditto.
539 * infcmd.c (run_stack_dummy): Ditto.
540 * infrun.c (process_event_stop_test): Ditto.
541 (check_sigtramp2): Ditto.
542 (step_over_function): Ditto.
543 * linespec.c (decode_line_2): Ditto.
544 (decode_line_1): Ditto.
545 * source.c (line_info): Ditto.
546 * symtab.c (find_pc_sect_line): Ditto.
547
548 2002-10-24 Michal Ludvig <mludvig@suse.cz>
549
550 * dwarf2cfi.c (struct context)
551 (struct context_reg): Moved to dwarf2cfi.h
552 (context_alloc, frame_state_alloc, context_cpy):
553 Made extern instead of static, removed prototypes.
554 * dwarf2cfi.h (struct context)
555 (struct context_reg): New, moved from dwarf2cfi.c
556 (context_alloc, frame_state_alloc, context_cpy):
557 New prototypes.
558 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
559 Changed from static to extern.
560 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
561 (LINUX_SIGCONTEXT_FP_OFFSET)
562 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
563 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
564 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
565 * x86-64-tdep.c (x86_64_gdbarch_init): Several
566 set_gdbarch_*() calls now use x86-64 specific functions
567 instead of DWARF2 CFI ones.
568 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
569 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
570 (x86_64_init_extra_frame_info): New prototypes.
571
572 2002-10-23 David Carlton <carlton@math.stanford.edu>
573
574 * linespec.c: #include "parser-defs.h".
575 Delete prototype for find_template_name_end.
576 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
577
578 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
579
580 * NEWS: add recent mi fixes.
581 * varobj.c (struct varobj): Add new "updated" flag.
582 (new_variable): Default "updated" flag to 0.
583 (varobj_set_value): Set "updated" flag to 1 if value
584 changes.
585 (varobj_update): Check varobj "updated" flag before
586 comparing old and refreshed values. Fix for
587 PR gdb/702.
588
589 2002-10-23 David Carlton <carlton@math.stanford.edu>
590
591 * parse.c (parse_exp_1): Use BLOCK_START.
592 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
593 SYMBOL_BLOCK_VALUE.
594 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
595
596 2002-10-23 David Carlton <carlton@math.stanford.edu>
597
598 * symtab.c: Delete cplusplus_hint.
599 Delete prototype for find_template_name_end.
600
601 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
602
603 * symtab.h: Update comment.
604
605 2002-10-23 Michael Snyder <msnyder@redhat.com>
606
607 * printcmd.c (address_info): Restore quotes in output.
608 * valops.c (value_of_local): Restore quotes in error message.
609
610 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
611
612 * symtab.c (symbol_demangled_name): New function.
613 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
614 turning most of it into a function.
615 (symbol_demangled_name): Export.
616
617 2002-10-23 Michael Snyder <msnyder@redhat.com>
618
619 * valops.c (value_of_local): Restore quotes in error message.
620
621 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
622
623 * symtab.c (symbol_init_language_specific): New function.
624 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
625 turning most of it into a function.
626 (symbol_init_language_specific): Export.
627
628 2002-10-23 David Carlton <carlton@math.stanford.edu>
629
630 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
631 (dwarf_attr_name): Ditto.
632 (dwarf_type_encoding_name): Ditto.
633 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
634 (process_die): Handle DW_TAG_namespace,
635 DW_TAG_imported_declaration, DW_TAG_imported_module.
636 (read_namespace): New function.
637
638 2002-10-22 Joel Brobecker <brobecker@gnat.com>
639
640 * configure.in: Define NEW_PROC_API on Interix too.
641 * configure: Regenerate.
642
643 2002-10-21 Joel Brobecker <brobecker@gnat.com>
644
645 * configure: Regenerate using the proper version of autoconf.
646
647 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
648
649 * findvar.c (read_var_value): Temporarily disable TLS code, until
650 complete TLS support is added.
651
652 2002-10-21 Jim Blandy <jimb@redhat.com>
653 Elena Zannoni <ezannoni@redhat.com>
654
655 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
656 for thread local storage locations.
657 (struct symbol): Add objfile field.
658 (SYMBOL_OBJFILE): Define.
659 * dwarf2read.c (is_thread_local): New static variable.
660 (new_symbol): If variable is in thread local fill in address class
661 and objfile appropriately.
662 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
663 stack operation.
664 * printcmd.c (address_info): Print the information for thread
665 local storage variable.
666 * findvar.c (read_var_value): In case of thread local variable,
667 defer to the target vector code to compute address.
668
669 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
670
671 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
672 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
673
674 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
675
676 * symtab.h (address_class): Rename
677 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
678 * hpread.c (hpread_process_one_debug_symbol): Ditto.
679 * printcmd.c (address_info): Ditto.
680 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
681
682 2002-10-20 Mark Kettenis <kettenis@gnu.org>
683
684 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
685 DBREG_DRX macro to acces debug registers.
686
687 * Makefile.in (i386obsd-tdep.o): New target.
688
689 * solib-sunos.c: Include "bcache.h" and "regcache.h".
690 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
691
692 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
693 * config/i386/obsd.mt: New file.
694 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
695 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
696 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
697 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
698 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
699 * i386obsd-tdep.c: New file.
700
701 2002-10-19 Adam Fedor <fedor@gnu.org>
702
703 * objc-exp.y (name_not_typename): Fix invalid comment.
704
705 2002-10-20 Mark Kettenis <kettenis@gnu.org>
706
707 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
708 to allocate partial syms and macro byte caches.
709
710 2002-10-18 David Carlton <carlton@math.stanford.edu>
711
712 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
713
714 2002-10-18 Adam Fedor <fedor@gnu.org>
715
716 * stabsread.c (find_name_end): New function.
717 (define_symbol): Use it.
718
719 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
720
721 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
722 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
723 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
724 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
725
726 2002-10-17 David Carlton <carlton@math.stanford.edu>
727
728 * symfile.h: Add opaque declaration for struct obstack.
729 Declare obsavestring to take a const char *.
730 * symfile.c (obsavestring): Make first argument a const char *.
731
732 2002-10-16 Adam Fedor <fedor@gnu.org>
733
734 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
735 names when matching breakpoints in current file.
736
737 2002-10-16 Kevin Buettner <kevinb@redhat.com>
738
739 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
740 (read_tag_pointer_type): Add address class support.
741 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
742 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
743 New methods.
744 * gdbarch.h, gdbarch.c: Regenerate.
745 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
746 (make_type_with_address_space, recursive_type_dump): Add address
747 class support.
748 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
749 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
750 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
751
752 2002-10-16 Klee Dienes <kdienes@apple.com>
753
754 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
755 to get the last character of a char[] buffer, not
756 name[sizeof(vptr_name)-1].
757
758 2002-10-14 Adam Fedor <fedor@gnu.org>
759
760 * symtab.h: New objc_specific struct.
761 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
762 (SYMBOL_DEMANGLED_NAME): Likewise.
763
764 2002-10-14 Adam Fedor <fedor@gnu.org>
765
766 * symfile.c (init_filename_language_table): Add ObjC file extension.
767
768 2002-10-14 Adam Fedor <fedor@gnu.org>
769
770 * utils.c (puts_filtered_tabular): New function.
771 (fprintf_symbol_filtered): Get ObjC demangled name.
772 * defs.h (puts_filtered_tabular): Declared.
773
774 2002-10-14 Kevin Buettner <kevinb@redhat.com>
775
776 * c-lang.h (c_type_print_varspec_prefix): Delete.
777 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
778 ``need_post_space'' parameter. Adjust all callers.
779
780 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
781
782 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
783 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
784 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
785 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
786
787 2002-10-13 Adam Fedor <fedor@gnu.org>
788
789 * source.c (print_source_lines): Update comments.
790
791 2002-10-13 Adam Fedor <fedor@gnu.org>
792
793 * valops.c (value_of_local): New function.
794 (value_of_this): Use it.
795 * value.h (value_of_local): Declared.
796
797 2002-10-13 Adam Fedor <fedor@gnu.org>
798
799 * parse.c: (length_of_subexp, prefixify_subexp): Handle
800 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
801
802 2002-10-12 Adam Fedor <fedor@gnu.org>
803
804 * language.c (binop_result_type): Add language_objc to case.
805 (integral_type): Likewise.
806 (character_type): Likewise.
807 (string_type): Likewise.
808 (boolean_type): Likewise.
809 (structured_type): Likewise.
810 (binop_type_check): Likewise.
811
812 2002-10-11 Adam Fedor <fedor@gnu.org>
813
814 * printcmd.c (address_info): Print 'self' for ObjC.
815
816 2002-10-11 Adam Fedor <fedor@gnu.org>
817
818 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
819 OP_SELF.
820
821 2002-10-11 Adam Fedor <fedor@gnu.org>
822
823 * language.h (CAST_IS_CONVERSION): Add language_objc.
824
825 2002-10-11 Adam Fedor <fedor@gnu.org>
826
827 * defs.h (enum language): Add language_objc.
828
829 2002-10-11 Klee Dienes <kdienes@apple.com>
830
831 * corefile.c (read_memory_typed_address): New function.
832 * gdbcore.h (read_memory_typed_address): Add prototype.
833 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
834 to read a value destined for a CORE_ADDR, not read_memory_integer.
835 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
836 (f77_get_dynamic_lowerbound): Ditto.
837
838 2002-10-11 Martin M. Hunt <hunt@redhat.com>
839
840 * utils.c (string_to_core_addr): After turning string into
841 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
842 which will do necessary sign-extension, etc.
843
844 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
845
846 * c-exp.y (THIS): Delete token and grammar rule.
847 (yylex): Don't return THIS.
848 * cp-valprint.c (vtbl_ptr_name_old): Delete.
849 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
850 * demangle.c (cplus_markers): Update comment. Put '$'
851 first. Remove CPLUS_MARKER.
852 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
853 * jv-exp.y (THIS): Delete token and grammar rule.
854 (yylex): Don't return THIS.
855 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
856 * objc-exp.y (THIS): Delete token and grammar rule.
857 (yylex): Don't return THIS.
858 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
859 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
860 (read_member_functions): Likewise for opname.
861 (read_tilde_fields): Use is_cplus_marker.
862
863 * defs.h (CPLUS_MARKER): Don't define.
864 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
865 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
866 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
867 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
868 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
869
870 * config/i386/tm-i386v4.h: Delete file.
871 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
872 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
873 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
874 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
875 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
876 * config/i386/i386sco5.mt (TM_FILE): Likewise.
877 * config/i386/i386v4.mt (TM_FILE): Likewise.
878 * config/i386/ncr3000.mt (TM_FILE): Likewise.
879
880 2002-10-10 Marko Mlinar <markom@opencores.org>
881
882 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
883 accidentially not commited 2002-10-09
884 * gdbarch.h, gdbarch.c: Re-generate.
885
886 2002-10-09 Marko Mlinar <markom@opencores.org>
887
888 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
889 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
890 * gdbarch.h, gdbarch.c: Re-generate.
891
892 2002-10-08 Petr Sorfa <petrs@caldera.com>
893
894 Revised and re-submitted by John Wolfe <jlw@caldera.com>
895
896 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
897 so we can work on more than one compilation unit at a time. This
898 helps prepare GDB to handle inter-CU die references.
899 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
900 the code to be defined before struct comp_unit_head.
901 (comp_unit_head): Added new members - offset, cu_head,
902 begin_die, next and dwarf2_abbrevs.
903 (dwarf2_abbrevs): Removed single static var; now member of
904 struct comp_unit_head.
905 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
906 members.
907 (psymtab_to_symtab_1): Changed to work with the new
908 struct comp_unit_head.
909 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
910 constructs the dwarf2_abbrevs[] inside the cu_header.
911 (dwarf2_empty_abbrev_table): Now expects a ptr to a
912 dwarf2_abbrev table to clean up.
913 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
914 handling of dwarf2_abbrevs inside the cu_header.
915 (read_partial_die): Now supports the call to the new
916 dwarf2_lookup_abbrev.
917 (read_full_die): Now supports the call to the new
918 dwarf2_lookup_abbrev.
919
920 2002-10-06 Christopher Faylor <cgf@redhat.com>
921
922 * Makefile.in (install-gdbtk): Add missing continuation backslash to
923 insure that shell variables, such as "transformed_name" are propagated
924 to later shell statements in rule.
925
926 2002-10-06 Mark Kettenis <kettenis@gnu.org>
927
928 * config/i386/nm-i386sco.h: Add protection against
929 multiple-inclusion. Include "i386/nm-i386v.h".
930 (REGISTER_U_ADDR): Remove define.
931 (i386_register_u_addr): Remove prototype.
932
933 2002-10-04 Michael Snyder <msnyder@redhat.com>
934
935 * m32r-stub.c (handle_exception): Make sure exception is "trap"
936 before treating it as a single-step event.
937
938 2002-10-03 Adam Fedor <fedor@gnu.org>
939
940 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
941 (objc_demangle): Remove assignment in if statements, Replace
942 free with xfree.
943 (add_msglist): Likewise.
944 (end_msglist): Likewise.
945 (complare_selectors): Likewise.
946 (selectors_info): Likewise.
947 (compare_classes): Likewise.
948 (classes_info): Likewise.
949 (print_object_command): Likewise.
950 (find_objc_msgcall_submethod): Replace PTR with void *.
951 * objc-lang.h: Remove check for __STDC__.
952
953 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
954
955 * ui-out.h (ui_out_field_fmt_int): New prototype.
956 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
957 of field width and alignment.
958 * stack.c (print_frame_info_base): When printing frame level, use
959 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
960 PR gdb/192
961
962 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
963
964 * MAINTAINERS: Add self to Write After Approval list.
965
966 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
967
968 * infcmd.c (interrupt_target_command_wrapper): Delete.
969 (interrupt_target_command): Make non static.
970 (nofp_registers_info): Make static.
971 * stack.c (return_command_wrapper): Delete.
972 (return_command): Make non static.
973
974 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
975
976 * event-top.c (gdb_setup_readline): New function. Code moved from
977 _initialize_event_loop().
978 (_initialize_event_loop): Call gdb_setup_readline().
979
980 2002-10-02 Andrew Cagney <ac131313@redhat.com>
981
982 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
983 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
984 * gdbarch.h, gdbarch.c: Re-generate.
985
986 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
987
988 Fix PR gdb/778
989 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
990 before recursing.
991 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
992 of fill_in_vptr_fieldno.
993
994 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
995
996 * inferior.h (registers_info, stepi_command, nexti_command,
997 continue_command, interrupt_target_command): Export from infcmd.c.
998 * frame.h (args_info, selected_frame_level_changed_hook,
999 return_command): Export from stack.c.
1000 * v850ice.c (stepi_command, nexti_command, continue_command): use
1001 prototypes from inferior.h.
1002 * tracepoint.c (registers_info, args_info, locals_info): Use
1003 prototypes from frame.h and inferior.h.
1004 * Makefile.in (mi-main.o): Add dependency on frame.h.
1005
1006 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1007
1008 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1009 value in register 3 adjusted by ppc_gp0_regnum.
1010
1011 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1012
1013 2002-10-02 Marko Mlinar <markom@opencores.org>
1014
1015 * MAINTAINERS: Add myself to the Write After Approval list.
1016
1017 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1018
1019 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1020 of the section for the N64 ABI, fixed.
1021
1022 * config/mips/tm-irix6.h: Include solib.h.
1023
1024 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1025
1026 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1027 GNU operators.
1028
1029 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1030
1031 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1032 and that "mi0" syntax has been removed.
1033
1034 2002-09-30 David Carlton <carlton@math.stanford.edu>
1035
1036 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1037 * ppc-sysv-tdep.c: #include "gdb_string.h".
1038 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1039 pacify GCC.
1040
1041 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1042
1043 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1044 "vrsave"'s register number.
1045
1046 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1047
1048 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1049 use frame_unwind_signed_register to obtain the PC.
1050 (mips_frame_chain): Handle a generic dummy frame.
1051 (mips_init_extra_frame_info): When a generic dummy frame, don't
1052 re-compute the frame base.
1053 (mips_pop_frame): Handle generic dummy frames.
1054 (mips_gdbarch_init): When generic dummy frames, set
1055 use_generic_dummy_frames, push_dummy_frame to
1056 generic_push_dummy_frame, pc_in_call_dummy to
1057 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1058 generic_save_dummy_frame_tos.
1059
1060 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1061
1062 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1063 against TOP when TOP was explictly set.
1064 (generic_push_dummy_frame): Set TOP to zero.
1065
1066 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1067
1068 * event-loop.c (start_event_loop): Rename variable 'result' to
1069 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1070
1071 2002-09-30 Keith Seitz <keiths@redhat.com>
1072
1073 * gdb-events.sh (selected_thread_changed): New event.
1074 * gdb-events.c: Regenerated.
1075 * gdb-events.h: Regenerated.
1076
1077 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1078
1079 * MAINTAINERS: Add self to Write After Approval list.
1080
1081 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1082
1083 * disasm.c: New file.
1084 * disasm.h: New file.
1085 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1086 (compare_lines): Ditto.
1087 (dump_insns): Ditto.
1088 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1089 argument.
1090 (do_assembly_only): Ditto.
1091 (do_disassembly): Renamed to gdb_disassembly and moved to
1092 disasm.c. Sdded uiout argument.
1093 * Makefile.in: Add new files. Reorder SFILES list. Update
1094 dependencies. Include libgdb.a later in the insight executable.
1095
1096 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1097
1098 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1099 bfd/elf64-alpha-fbsd.c.
1100
1101 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1102
1103 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1104 i386gnu-tdep.c.
1105
1106 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1107
1108 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1109 __FUNCTION__.
1110 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1111 function name.
1112 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1113 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1114 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1115 (S_msg_sig_post_reply): Ditto.
1116
1117 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1118
1119 * sh-tdep.c (sh_use_struct_convention): Use definition according
1120 to ABI.
1121 (sh_push_arguments): Store in register with correct endianess.
1122 (sh_default_store_return_value): Ditto.
1123 (sh_gdbarch_init): Set sizeof long double to 8.
1124
1125 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1126
1127 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1128 Fix some whitespace problems.
1129
1130 2002-09-27 David Carlton <carlton@math.stanford.edu>
1131
1132 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1133 (mcore-tdep.o): Ditto.
1134 (ns32k-tdep.o): Ditto.
1135 (ns32knbsd-tdep.o): Ditto.
1136 (sh3-rom.o): Ditto.
1137 (vax-tdep.o): Ditto.
1138 * cris-tdep.c: #include "gdb_string.h"
1139 * mcore-tdep.c: Ditto.
1140 * ns32k-tdep.c: Ditto.
1141 * ns32knbsd-tdep.c: Ditto.
1142 * sh3-rom.c: Ditto.
1143 * vax-tdep.c: Ditto.
1144
1145 2002-09-27 David Carlton <carlton@math.stanford.edu>
1146
1147 * config/djgpp/fnchange.lst: Add entries for
1148 gdb/testsuite/gdb.c++/m-static files.
1149
1150 2002-09-27 Jim Wilson <wilson@redhat.com>
1151
1152 * MAINTAINERS: Add myself to the Write After Approval list.
1153
1154 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1155
1156 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1157
1158
1159 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1160
1161 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1162 frame.
1163
1164 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1165
1166 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1167 (rs6000_struct_return_address): Delete variable.
1168 (rs6000_store_struct_return): Update.
1169 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1170 deprecated_extract_struct_value_address.
1171 (rs6000_frame_align): New function.
1172 (rs6000_gdbarch_init): Set frame_align.
1173
1174 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1175
1176 From Grace Sainsbury <graces@redhat.com>:
1177 * Makefile.in (gdbtk-main.o): New target.
1178 (gdb.o): New target.
1179 (main_h): Define.
1180 (main.o): Update dependencies.
1181 (gdb$(EXEEXT)): Add gdb.o.
1182 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1183 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1184 (SUBDIR_GDBTK_CLEAN): Set.
1185 (install-gdbtk): Install the insight binary.
1186 (uninstall-gdbtk): New target.
1187 (all-gdbtk, clean-gdbtk): New rule.
1188 * top.c (use_windows): Default to zero.
1189 * main.c: Include "main.h".
1190 (main): Delete.
1191 (struct captured_main_args): Delete.
1192 (gdb_main): New function.
1193 * main.h: New file.
1194 * gdb.c: New File.
1195
1196 2002-09-25 Andrew Cagney <cagney@redhat.com>
1197
1198 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1199 (frame_map_regnum_to_name): New function.
1200 (frame_map_name_to_regnum): New function.
1201 * frame.h (frame_map_name_to_regnum): Declare.
1202 (frame_map_regnum_to_name): Declare.
1203 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1204 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1205 * parse.c: Do not include "builtin-regs.h".
1206 (target_map_name_to_register): Delete function.
1207 (write_dollar_variable): Use frame_map_name_to_regnum.
1208 * parser-defs.h (target_map_name_to_register): Delete declaration.
1209 * expprint.c: Include "frame.h".
1210 (print_subexp): Use frame_map_regnum_to_name.
1211 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1212 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1213
1214 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1215
1216 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1217 wasn't saved, and the next innermost frame is a dummy, return the
1218 dummy frame's link register.
1219
1220 2002-09-24 Jim Blandy <jimb@redhat.com>
1221
1222 Fix from Paul Breed:
1223 * main.c (captured_main): Add a `break' after the case for 'b'.
1224
1225 2002-09-24 Keith Seitz <keiths@redhat.com>
1226
1227 * varobj.c (c_type_of_child): Use get_target_type instead
1228 of TYPE_TARGET_TYPE.
1229
1230 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1231
1232 * source.c (get_current_or_default_source_symtab_and_line): Remove
1233 function.
1234 (set_default_source_symtab_and_line): New function. Attempts to
1235 determine a source file to list lines from if one is not currently
1236 defined.
1237 (get_current_source_symtab_and_line): Initialize sal.pc and
1238 sal.end fields.
1239 (set_current_source_symtab_and_line): Mark argument as const.
1240 * source.h: Update declarations and comments.
1241 * linespec.c (decode_line_1): Replace call to removed routine above.
1242 * stack.c (print_frame_info_base): Ditto.
1243 * cli/cli-cmds.c (edit_command): Ditto.
1244 (list_command): Ditto.
1245
1246 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1247
1248 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1249 sal.pc and sal.end fields.
1250 (get_current_or_default_source_symtab_and_line): Ditto.
1251 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1252 so we do not cause a new source symtab to be searched for (reverting an
1253 unintentional change from the 2002-09-20 patch).
1254 * scm-lang.c (scm_unpac): Ditto.
1255
1256 2002-09-21 Andrew Cagney <cagney@redhat.com>
1257
1258 * complaints.c (symfile_explanations): Remove new-line from
1259 ``isolated_message''.
1260 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1261 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1262
1263 2002-09-20 Nick Clifton <nickc@redhat.com>
1264
1265 * NEWS: Announce that V850EA ISA is no longer supported.
1266 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1267
1268 2002-09-20 David Carlton <carlton@math.stanford.edu>
1269
1270 * Makefile.in (c-lang.o): Correct dependencies.
1271 (utils.o): Gather dependencies.
1272 (charset.o): Move.
1273 * c-lang.c: #include "gdb_string.h"
1274
1275 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1276
1277 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1278 * cli/cli-cmds.c (list_command): New function. Implements the new
1279 cli edit command.
1280 (_init_cli_cmds): Add new command definition.
1281 * gdb.1: Document edit command.
1282 * doc/gdb.texinfo: Document edit command.
1283
1284 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1285
1286 * source.c: Make global variables current_source_symtab and
1287 current_source_line static.
1288 (list_command): Moved to cli/cli-cmds.c.
1289 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1290 (get_first_line_listed): New accessor function.
1291 (get_lines_to_list): New accessor function.
1292 (get_current_source_symtab_and_line): New function. Retrieves the
1293 position in the source code that we consider current.
1294 (get_current_or_default_source_symtab_and_line): New function.
1295 Like the above but attempts to determine a default position if one
1296 is not currently defined.
1297 (set_current_source_symtab_and_line): New function. Sets the source
1298 code position considered current and returns the previously set one.
1299 (clear_current_source_symtab_and_line): Reset stored information about
1300 a current source line.
1301 (_initialize_source): Remove registration for the "list" command and
1302 its alias.
1303 * source.h: Add declarations for the new functions above.
1304 * symtab.h: Remove declarations for the global variables mentioned
1305 above.
1306 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1307 obtain current source line.
1308 * linespec.c (decode_line_1): Ditto.
1309 * macroscope.c (default_macro_scope): Ditto.
1310 * scm-lang.c (scm_unpac): Ditto.
1311 * stack.c (print_frame_info_base): Ditto.
1312 * symfile.c (clear_symtab_users): Ditto.
1313 * symtab.c (decode_line_spec): Ditto.
1314 * cli/cli-cmds.c (list_command): Moved here from source.c.
1315 (ambiguous_line_spec): Moved here from source.c.
1316 (_init_cli_cmds): Add definition for "list" and its alias.
1317 * Makefile.in: Update dependencies.
1318
1319 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1320
1321 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1322 with what gcc thinks is correct.
1323
1324 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1325
1326 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1327 multiple register push instruction.
1328
1329 2002-09-19 Jim Blandy <jimb@redhat.com>
1330
1331 Add support for distinct host and target character sets.
1332 * charset.c, charset.h: New files.
1333 * c-exp.y: #include "charset.h".
1334 (yylex): Convert character and string literals to the target
1335 character set, before returning them as the semantic value of the
1336 token.
1337 * c-lang.c: #include "charset.h".
1338 (c_emit_char): Use charset-specific methods to recognize
1339 characters with backslash escape forms, to decide which characters
1340 to print literally and which to print using numeric escape
1341 sequences, and to convert target characters to host characters
1342 before printing.
1343 * utils.c: #include "charset.h".
1344 (no_control_char_error): New function.
1345 (parse_escape): Use charset-specific methods to recognize
1346 backslash escapes, parse `control character' notation, and convert
1347 characters from the host character set to the target character set.
1348 * configure.in: Set the default host character set.
1349 Check where to find iconv, and what its argument types might be.
1350 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1351 * Makefile.in (SFILES): List charset.c.
1352 (COMMON_OBS): List charset.o.
1353 (charset.o): New rule.
1354 (charset_h): New header dependency variable.
1355 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1356 (LIBICONV): New variable, set by configure.
1357 (CLIBS): Include $(LIBICONV) here.
1358 * aclocal.m4, config.in, configure: Regenerated.
1359
1360 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1361
1362 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1363 bison 1.35 warning.
1364
1365 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1366
1367 * gdb_mbuild.sh: New file.
1368
1369 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1370
1371 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1372
1373 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1374
1375 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1376 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1377 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1378 valops.c, value.h: Revert previous change.
1379
1380 2002-09-18 Michael Snyder <msnyder@redhat.com>
1381
1382 Preliminary support for Objective-C:
1383 * defs.h (language_objc): New enum value.
1384 (puts_filtered_tabular): Declaration only, exported from utils.c.
1385 (skip_quoted): Delete, declared in completer.h.
1386 * c-exp.y: Include completer.h.
1387 * p-exp.y: Ditto.
1388 * jv-exp.y: Ditto.
1389 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1390 New operator enum values.
1391 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1392 * language.c (binop_result_type): Handle language_objc case.
1393 (integral_type, character_type, string_type, boolean_type,
1394 structured_type, binop_type_check): Ditto.
1395 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1396 (struct objc_specific): Add to general_symbol_info.
1397 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1398 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1399 * parser-defs.h (struct objc_class_str): New struct type.
1400 (start_msglist, end_msglist, add_msglist): Declaration only,
1401 exported from objc-lang.c.
1402 * value.h (value_of_local, value_nsstring,
1403 call_function_by_hand_expecting_type): Exported from valops.c.
1404 * valops.c (find_function_addr): Export.
1405 (call_function_by_hand_expecting_type): New function.
1406 (value_of_local): New function.
1407 * symfile.c (init_filename_language_table): Add ".m" extension
1408 for Objective-C.
1409 * utils.c (puts_filtered_tabular): New function.
1410 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1411 (set/show demangle): Extend help-string to refer to ObjC.
1412 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1413 * stabsread.c (symbol_reference_defined): Objective-C symbols
1414 may contain colons: make allowances when scanning stabs strings
1415 for colons.
1416 (objc_find_colon): New function.
1417 * printcmd.c (address_info): If language == objc then print
1418 "self" instead of "this".
1419 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1420 OP_NSSTRING, and OP_SELF.
1421 (prefixify_subexp): Ditto.
1422 * source.c (print_source_lines): Mention objc in comment.
1423 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1424 method names.
1425
1426 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1427
1428 * complaints.h: Update copyright.
1429 (struct complaints): Declare.
1430 (struct complaint): Make `message' constant.
1431 (internal_complaint): Declare.
1432 (complaint): Declare.
1433 (complaint_root): Delete declaration.
1434 (symfile_complaints): Delete declaration.
1435 (struct complaints): Add opaque declaration.
1436 (clear_complaints): Add a complaints parameter.
1437 * complaints.c: Update copyright.
1438 (enum complaint_series): Define.
1439 (complaint_root): Delete.
1440 (struct complaints): Define.
1441 (complaint_sentinel, symfile_complaint_book): New variables.
1442 (symfile_explanations, symfile_complaints): New variables.
1443 New variables.
1444 (get_complaints): New function.
1445 (vcomplaint): New function.
1446 (complaint): New function.
1447 (internal_complaint): New function.
1448 (complain): Call vcomplain with symfile_complaint.
1449 (clear_complaints): Rewrite.
1450 (_initialize_complaints): Use add_setshow_command.
1451 * Makefile.in (complaints.o): Update dependencies.
1452 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1453 to call to clear_complaints.
1454 (new_symfile_objfile, reread_symbols): Ditto.
1455 (oldsyms_complaint): Delete.
1456 (empty_symtab_complaint, unknown_option_complaint): Delete.
1457 (free_named_symtabs): Use complaint instead of complain.
1458
1459 2002-09-18 Michael Snyder <msnyder@redhat.com>
1460
1461 Contributed by Apple Computer, Inc. Merged with current sources
1462 by Adam Fedor <fedor@doc.com> [cagney].
1463
1464 * objc-lang.c: First clean-up round: comments, indentation.
1465 * objc-lang.h: Ditto.
1466 * objc-lang.y: Ditto.
1467
1468 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1469
1470 * maint.c (maintenance_internal_error): Print the parameter as the
1471 error message.
1472 (maintenance_internal_warning): New function.
1473 (_initialize_maint_cmds): Add command `maint internal-warning'.
1474
1475 * defs.h (internal_warning, internal_vwarning): Declare.
1476 * utils.c (struct internal_problem): Define.
1477 (internal_vproblem): New function.
1478 (internal_warning): New function.
1479 (internal_vwarning): New function.
1480 (internal_warning_problem, internal_error_problem): New variables.
1481 (internal_verror): Just call internal_vproblem.
1482
1483 2002-09-18 Michael Snyder <msnyder@redhat.com>
1484
1485 * objc-lang.c: New file, support for Objective-C.
1486 Preliminary check-in, not yet integrated into gdb.
1487 * objc-lang.h: New file.
1488 * objc-exp.y: New file.
1489
1490 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1491
1492 * infrun.c (signal_stop_update): Convert definition to ISO C.
1493 (signal_print_update): Ditto.
1494 (signal_pass_update): Ditto.
1495 * inflow.c (terminal_save_ours): Ditto.
1496
1497 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1498 comments.
1499
1500 * config/djgpp/fnchange.lst: Handle name clashes between
1501 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1502 bfd/coff-tic80.c.
1503
1504 * i386-linux-tdep.h: Fix tipo.
1505
1506 2002-09-18 Adam Fedor <fedor@gnu.org>
1507
1508 * MAINTAINERS: Add myself to the Write After Approval list.
1509
1510 2002-09-18 Jim Blandy <jimb@redhat.com>
1511
1512 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1513 texthigh and textlow to reader-specific structs caused
1514 objfile_relocate to miss them. This is fixable, but the work that
1515 the change was supposed to prepare GDB for never got done anyway.
1516
1517 2002-09-18 David Carlton <carlton@math.stanford.edu>
1518
1519 * MAINTAINERS: Alphabetize Write After Approval list.
1520
1521 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1522
1523 Fix PR gdb/709
1524 * values.c (value_static_field): Call read_var_value.
1525
1526 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1527
1528 * valops.c (hand_function_call): Align the initial stack pointer
1529 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1530 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1531 return value.
1532 * mips-tdep.c (mips_frame_align): New function.
1533 (mips_gdbarch_init): Set frame_align.
1534 * gdbarch.sh (FRAME_ALIGN): New method.
1535 * gdbarch.h, gdbarch.c: Re-generate.
1536
1537 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1538
1539 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1540 registers.
1541
1542 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1543
1544 * NEWS: Mention that MIPS $fp behavior changed.
1545 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1546 reference to FP_REGNUM.
1547 (mipsnbsd_cannot_store_register): Ditto.
1548 * mips-linux-nat.c: Update copyright.
1549 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1550 (mips_linux_cannot_store_register): Ditto.
1551 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1552 * config/mips/tm-mips.h: Update copyright.
1553 (FP_REGNUM): Delete macro.
1554 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1555 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1556 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1557 (mips_r3041_reg_names, mips_r3051_reg_names)
1558 (mips_r3081_reg_names): Replace "fp" with "".
1559 Fix PR gdb/480.
1560
1561 2002-09-17 Theodore A. Roth <troth@verinet.com>
1562
1563 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1564 generic_read_register_dummy() (PR gdb/703).
1565 (avr_push_return_address): #if 0 out unused vars.
1566 (avr_gdbarch_init): Enable use of avr_push_return_address().
1567
1568 2002-09-17 Michael Snyder <msnyder@redhat.com>
1569
1570 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1571 RTE will take care of it.
1572
1573 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1574
1575 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1576 invalid, return SP_REGNUM.
1577
1578 2002-09-17 Michael Snyder <msnyder@redhat.com>
1579
1580 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1581 point registers without sign extension.
1582
1583 2002-09-17 Andrew Cagney <cagney@redhat.com>
1584
1585 * blockframe.c (deprecated_read_register_dummy): Rename
1586 generic_read_register_dummy.
1587 * frame.c (frame_unwind_signed_register): New function.
1588 (frame_unwind_unsigned_register): New function.
1589 * frame.h (frame_unwind_signed_register): Declare.
1590 (frame_unwind_unsigned_register): Declare.
1591 (deprecated_read_register_dummy): Rename
1592 generic_read_register_dummy.
1593
1594 * h8300-tdep.c (h8300_frame_chain): Update.
1595 (h8300_frame_saved_pc): Update.
1596 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1597 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1598 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1599 (s390_frame_chain): Update.
1600 * v850-tdep.c (v850_find_callers_reg): Update.
1601 (v850_frame_saved_pc): Update.
1602 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1603 (m32r_find_callers_reg): Update.
1604 (m32r_frame_saved_pc): Update.
1605 * sh-tdep.c (sh_find_callers_reg): Update.
1606 (sh64_get_saved_pr): Update.
1607 (sh_init_extra_frame_info): Update.
1608 (sh_init_extra_frame_info): Update.
1609 (sh64_init_extra_frame_info): Update.
1610 (sh64_init_extra_frame_info): Update.
1611 * mcore-tdep.c (mcore_find_callers_reg): Update.
1612 (mcore_frame_saved_pc): Update.
1613 (mcore_init_extra_frame_info): Update.
1614 * i386-tdep.c (i386_frame_saved_pc): Update.
1615 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1616 (ia64_init_extra_frame_info): Update.
1617 (ia64_init_extra_frame_info): Update.
1618 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1619 * cris-tdep.c (cris_init_extra_frame_info): Update.
1620 * avr-tdep.c (avr_frame_chain): Update.
1621 (avr_init_extra_frame_info): Update.
1622 (avr_frame_saved_pc): Update.
1623 * arm-tdep.c (arm_find_callers_reg): Update.
1624 (arm_init_extra_frame_info): Update.
1625 (arm_frame_saved_pc): Update.
1626
1627 2002-09-17 Tom Tromey <tromey@redhat.com>
1628
1629 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1630 is "'".
1631
1632 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1633
1634 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1635 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1636 NEXT_PROLOGUE_INSN.
1637 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1638 NEXT_PROLOGUE_INSN.
1639
1640 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1641
1642 * osfsolib.c: Remove file, replaced by solib-osf.c.
1643 * Makefile.in: Remove compilation rules for osfsolib.c.
1644
1645 2002-09-16 David Carlton <carlton@math.stanford.edu>
1646
1647 * cp-valprint.c (cp_print_class_method): Correct args to
1648 check_stub_method_group.
1649
1650 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1651
1652 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1653 `set architecture'. Unify naming convention of functions.
1654 (h8300_skip_prologue): Improve prologue analysis.
1655 (h8300_push_arguments): Rewritten to more closely match GCC's
1656 bizarre argument-passing behavior, along with the comment describing
1657 said behavior.
1658 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1659 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1660 sim, remote-e7000.c, remote-hms.c and remote.c
1661
1662 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1663
1664 * i386-tdep.c (gdb_print_insn_i386): Removed.
1665 (i386_print_insn): New function.
1666 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1667 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1668 tm_print_insn_info.
1669
1670 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1671
1672 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1673 zero.
1674
1675 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1676
1677 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1678 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1679 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1680
1681 2002-09-13 Christopher Faylor <cgf@redhat.com>
1682
1683 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1684
1685 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1686
1687 * gdbtypes.c (check_stub_method): Make static.
1688 (check_stub_method_group): New function.
1689 * gdbtypes.h: Update prototypes.
1690 * cp-support.c: New file.
1691 * cp-support.h: New file.
1692
1693 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1694 (update_method_name_from_physname): New function.
1695 (read_member_functions): Correct method names for operators
1696 and v3 constructors/destructors. Separate v2 constructors and
1697 destructors.
1698 * Makefile.in (stabsread.o): Update dependencies.
1699 (SFILES): Add cp-support.c.
1700 (COMMON_OBS): Add cp-support.o.
1701 (cp_support_h, cp-support.o): Add.
1702
1703 * cp-valprint.c (cp_print_class_method): Call
1704 check_stub_method_group instead of check_stub_method. Remove
1705 extraneous QUITs.
1706 * p-valprint.c (pascal_object_print_class_method): Likewise.
1707 * valops.c (search_struct_method): Likewise.
1708 (find_method_list, value_struct_elt_for_reference): Likewise.
1709
1710 2002-09-13 Andrew Cagney <cagney@redhat.com>
1711
1712 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1713 * gdbarch.h, gdbarch.c: Regenerate.
1714
1715 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1716
1717 * frame.c (find_saved_register): Delete function.
1718 * frame.h (find_saved_register): Delete declaration.
1719 Fix PR gdb/631.
1720
1721 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1722
1723 * mips-tdep.c (read_next_frame_reg): Re-hack using
1724 frame_register_unwind.
1725
1726 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1727
1728 * mips-tdep.c (mips_get_saved_register): Re-hack using
1729 frame_register_unwind.
1730
1731 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1732
1733 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1734 vector. Will be useful for Interix.
1735 * gdbarch.h, gdbarch.c: Regenerate.
1736
1737 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1738 name of the malloc function by NAME_OF_MALLOC.
1739
1740 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1741
1742 * value.h (find_function_in_inferior): Add const keyword to
1743 one of the parameters. Allows us to invoke this function with
1744 a const char *.
1745 * valops.c (find_function_in_inferior): Likewise.
1746
1747 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1748
1749 * exec.c (xfer_memory): Fix compilation warning with old versions
1750 of GCC.
1751 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1752
1753 2002-09-12 David Carlton <carlton@math.stanford.edu>
1754
1755 * symtab.h: Run through gdb_indent.h.
1756 Add 2002 to Copyright year list.
1757
1758 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1759
1760 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1761 mach constants.
1762 * MAINTAINERS: Add myself to write after approval list.
1763
1764 2002-09-11 J. Brobecker <brobecker@gnat.com>
1765
1766 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1767
1768 2002-09-11 J. Brobecker <brobecker@gnat.com>
1769
1770 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1771 Interix.
1772
1773 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1774
1775 * procfs.c (do_detach): Clear current signal, not just fault.
1776 Corrects problem with breakpoint trap signal leaking to detached
1777 process on Tru64.
1778
1779 2002-09-10 Michael Snyder <msnyder@redhat.com>
1780
1781 * buildsym.c (finish_block): Protect against null pointer.
1782
1783 2002-09-10 Andrew Cagney <cagney@redhat.com>
1784
1785 * infcmd.c (default_print_registers_info): Send all output to
1786 ``file'' instead of ``gdb_stdout''.
1787
1788 2002-09-10 Michael Snyder <msnyder@redhat.com>
1789
1790 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1791 LONGEST, and use signed register read (addresses are sign-
1792 extended for mips).
1793
1794 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1795
1796 * event-loop.c (gdb_do_one_event): Make public.
1797 * event-loop.h (gdb_do_one_event): Declare.
1798
1799 2002-09-10 Jeff Law <law@redhat.com>
1800
1801 * infttrace.c (child_resume): Simplify and rework to avoid
1802 TT_PROC_CONTINUE.
1803
1804 2002-09-09 Fred Fish <fnf@intrinsity.com>
1805
1806 * printcmd.c (print_scalar_formatted): "len" is the number of
1807 target bytes, NOT the number of target bits.
1808
1809 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1810
1811 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1812 * top.c (init_main): Set rl_terminal_name.
1813
1814 2002-09-08 Aidan Skinner <aidan@velvet.net>
1815
1816 * ada-lang.c (ada_array_bound, ada_type_match,
1817 _initialize_ada_language): Fix K&R definitions.
1818 * ada-tasks.c (get_current_task): Fix K&R definitions.
1819 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1820
1821 2002-09-07 Christopher Faylor <cgf@redhat.com>
1822
1823 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1824 Add XP.
1825
1826 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1827
1828 * i386-tdep.c (i386_register_virtual_type,
1829 i386_register_convertible, i386_register_convert_to_virtual,
1830 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1831 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1832 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1833 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1834 Don't set push_arguments twice.
1835
1836 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1837 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1838 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1839 sigtramp_end to NULL.
1840 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1841 defines.
1842 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1843
1844 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1845 whitespace.
1846
1847 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1848 * gdbarch.h, gdbarch.c: Re-generate.
1849 * blockframe.c (find_pc_sect_partial_function): Convert to use
1850 SIGTRAMP_START_P predicate.
1851
1852 2002-09-05 Michael Snyder <msnyder@redhat.com>
1853
1854 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1855 generic_dummy_frame method and old method. Also distinguish
1856 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1857 (arm_extract_return_value): Use new regcache method.
1858
1859 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1860 adjustment that doesn't conform to the ABI.
1861 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1862 saved regcache, not from current regcache.
1863
1864 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1865
1866 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1867 * README: Update.
1868
1869 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1870
1871 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1872 if arm_apcs_32 is false.
1873
1874 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1875
1876 GDB 5.3 branch created.
1877
1878 2002-09-03 Theodore A. Roth <troth@verinet.com>
1879
1880 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1881 generic_unwind_get_saved_register.
1882
1883 2002-09-03 David Carlton <carlton@math.stanford.edu>
1884
1885 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1886 argument (PR gdb/653). Update call to smash_to_method_type.
1887 (read_structure_scope): Update call to dwarf2_add_member_fn.
1888
1889 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1890
1891 * x86-64-linux-tdep.c: Include gdb_string.h
1892 * x86-64-linux-nat.c: Ditto.
1893
1894 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1895
1896 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1897 when YYDEBUG is set to 1.
1898 * c-exp.y: Likewise.
1899 * f-exp.y: Likewise.
1900 * jv-exp.y: Likewise.
1901 * m2-exp.y: Likewise.
1902 * p-exp.y: Likewise.
1903
1904 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1905
1906 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1907 dependency list.
1908 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1909 solib_svr4_fetch_link_map_offsets to
1910 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1911 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1912 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1913 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1914 solib-svr4.o, and solib-legacy.o.
1915 * config/i386/tm-nbsd.h: Include solib.h.
1916
1917 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1918
1919 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1920 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1921 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1922 comment noting that this needs its own target configuration.
1923 * config/i386/nbsd.mt: New file.
1924 * config/i386/nbsdaout.mt: Remove.
1925 * config/i386/nbsdelf.mt: Ditto.
1926 * config/i386/tm-nbsdaout.h: Ditto.
1927
1928 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1929
1930 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1931 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1932 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1933 tdep->sigtramp_end.
1934 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1935 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1936 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1937
1938 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1939
1940 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1941 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1942 * i386-tdep.h (i386bsd_init_abi): New prototype.
1943 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1944 function declaration.
1945 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1946 for NetBSD-a.out or NetBSD-ELF.
1947 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1948 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1949 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1950 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1951 and nbsd-tdep.h.
1952 (i386nbsd_pc_in_sigtramp): New function.
1953 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1954 i386nbsd_pc_in_sigtramp.
1955 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1956 and i386nbsdelf_init_abi OS ABI handlers.
1957 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1958 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1959
1960 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1961
1962 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1963 registers if the target really has them.
1964
1965 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1966
1967 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1968 than nbsd-tdep.h.
1969
1970 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1971
1972 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1973 list.
1974 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1975 (alphanbsd_skip_sigtramp_frame): New functions.
1976 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1977 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1978 to alphanbsd_sigcontext_addr.
1979
1980 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1981
1982 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1983 list.
1984 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1985 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1986 nbsd_pc_in_sigtramp.
1987 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1988 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1989 * nbsd-tdep.c: Include gdb_string.h.
1990 (nbsd_pc_in_sigtramp): New function.
1991 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1992 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1993 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1994 ppcnbsd_pc_in_sigtramp.
1995 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1996 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1997 shnbsd_pc_in_sigtramp.
1998 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1999 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2000 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2001
2002 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2003
2004 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2005 watchpoints to NULL.
2006 (insert_breakpoints): set val field of watchpoints if NULL.
2007
2008
2009 2002-08-29 Jim Blandy <jimb@redhat.com>
2010
2011 * symtab.c (lookup_symbol_aux): In the cases where we find a
2012 minimal symbol of an appropriate name and use its address to
2013 select a symtab to read and search, use `name' (as passed to us)
2014 as the demangled name when searching the symtab's global and
2015 static blocks, not the minsym's name.
2016
2017 2002-08-29 Keith Seitz <keiths@redhat.com>
2018
2019 * stack.c (print_frame_info_base): Always set current_source_symtab
2020 and current_source_line.
2021
2022 2002-08-29 Donn Terry <donnte@microsoft.com>
2023
2024 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2025
2026 2002-08-28 Keith Seitz <keiths@redhat.com>
2027
2028 * stack.c (select_frame): Add FIXME concerning selected-frame
2029 events.
2030 (select_frame_command): Send selected-frame-level-changed
2031 event notification, but only if the level actually changed.
2032 (up_silently_base): Add selected-frame-level-changed event
2033 notification.
2034 (down_silently_base): Likewise.
2035
2036 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2037
2038 * Makefile.in: Update dependencies for all gdb/*.c files.
2039
2040 2002-08-27 Tom Tromey <tromey@redhat.com>
2041
2042 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2043 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2044 Update dependencies.
2045 * i387-tdep.c: Include gdb_string.h.
2046 * osabi.c: Likewise.
2047 * i386-linux-nat.c: Likewise.
2048 * lin-lwp.c: Likewise.
2049 * ax-gdb.c: Likewise.
2050 * signals/signals.c: Likewise.
2051 * jv-valprint.c: Likewise.
2052 * p-lang.c: Likewise.
2053 * c-valprint.c: Likewise.
2054 * cp-abi.c: Likewise.
2055
2056 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2057
2058 * cli/cli-script.h (copy_command_lines): Export.
2059 * breakpoint.c: Include cli/cli-script.h.
2060 * Makefile.in (breakpoint.o): Update dependencies.
2061
2062 2002-08-26 Michael Snyder <msnyder@redhat.com>
2063
2064 * breakpoint.c (insert_breakpoints): Protect all references
2065 to 'process_warning'. Shorten long lines.
2066
2067 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2068
2069 * cli/cli-script.c (copy_command_lines): New function.
2070 * defs.h (copy_command_lines): Export.
2071 * testsuite/gdb.base/commands.exp: New tests for commands
2072 attached to a temporary breakpoint, and for commands that
2073 delete the breakpoint they are attached to.
2074
2075 2002-08-26 Michael Snyder <msnyder@redhat.com>
2076
2077 * breakpoint.c (bpstat_stop_status): Instead of copying the
2078 pointer to the breakpoint commands struct, make a new copy
2079 of the struct and point to that.
2080 (bpstat_clear): Free the commands struct.
2081 (bpstat_clear_actions): Free the commands struct.
2082 (bpstat_do_actions): Free the command actions. Also execute
2083 the local cleanups, instead of deleting them.
2084 (delete_breakpoint): Leave the commands field of the bpstat
2085 chain alone -- it will be freed later.
2086
2087 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2088
2089 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2090 deleted in 2002-08-20 commit. This function is still used by
2091 ppc-linux-nat.c.
2092
2093 2002-08-26 Keith Seitz <keiths@redhat.com>
2094
2095 * gdb-events.sh: Add selected-frame-level-changed event.
2096 * gdb-events.c: Regenerated.
2097 * gdb-events.h: Regenerated.
2098
2099 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2100
2101 Fix PR gdb/393:
2102 * inflow.c (terminal_save_ours): New function to save terminal
2103 settings.
2104 * inferior.h (terminal_save_ours): Declare.
2105 * target.c (debug_to_terminal_save_ours): New function.
2106 (cleanup_target): Defaults to_terminal_save_ours.
2107 (update_current_target): Inherit to_terminal_save_ours.
2108 (setup_target_debug): Set to_terminal_save_ours.
2109 * target.h (target_terminal_save_ours): New to save terminal settings.
2110 (target_ops): New member to_terminal_save_ours.
2111 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2112 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2113 * inftarg.c (init_child_ops): Likewise.
2114 * m3-nat.c (init_m3_ops): Likewise.
2115 * procfs.c (init_procfs_ops): Likewise.
2116 * wince.c (init_child_ops): Likewise.
2117 * win32-nat.c (init_child_ops): Likewise.
2118 * sol-thread.c (init_sol_thread_ops): Likewise.
2119
2120 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2121
2122 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2123 use regcache_* functions.
2124 (i386_gdbarch_init): Set store_return_value instead of
2125 deprecated_store_return_value.
2126
2127 * regcache.c (regcache_raw_write_signed,
2128 regcache_raw_write_unsigned): New functions.
2129 * regcache.h (regcache_raw_write_signed,
2130 regcache_raw_write_unsigned): New prototypes.
2131
2132 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2133
2134 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2135 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2136 source file dependencies. Cleanup corresponding generator rules.
2137
2138 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2139
2140 * regcache.h (register_offset_hack): Declare.
2141 (regcache_cooked_read_using_offset_hack): Declare.
2142 (regcache_cooked_write_using_offset_hack): Declare.
2143
2144 * regcache.c (register_offset_hack): New function.
2145 (regcache_cooked_read_using_offset_hack): New function.
2146 (regcache_cooked_write_using_offset_hack): New function.
2147 (regcache_dump): Check that the registers, according to their
2148 offset, are packed hard against each other.
2149 (cooked_xfer_using_offset_hack): New function.
2150
2151 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2152
2153 * regcache.c (struct regcache_descr): Add field register_type.
2154 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2155 in as a parameter
2156 (init_regcache_descr): Initialize register_type. Pass the descr
2157 to init_legacy_regcache_descr. Use register_type instead of
2158 REGISTER_VIRTUAL_TYPE.
2159 (register_type): New function.
2160 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2161 * regcache.h (register_type): Declare.
2162
2163 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2164
2165 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2166 instead of deprecated_store_return_value. Fix fallout from
2167 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2168
2169 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2170
2171 * regcache.c (max_register_size): New function.
2172 (init_legacy_regcache_descr): Ensure that max_register_size is
2173 large enough for REGISTER_VIRTUAL_SIZE.
2174 * regcache.h (max_register_size): Declare.
2175
2176 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2177
2178 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2179 store_return_value.
2180 (e500_extract_return_value): Change type of valbuf pointer to
2181 void.
2182
2183 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2184
2185 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2186 workaround.
2187
2188 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2189 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2190 long long) to prevent compiler warning on 64-bit systems.
2191
2192 2002-08-23 Andrew Cagney <cagney@redhat.com>
2193
2194 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2195 (DEPRECATED_STORE_RETURN_VALUE): New method.
2196 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2197 * gdbarch.h, gdbarch.c: Re-generate.
2198
2199 * values.c (set_return_value): Pass current_regcache to
2200 STORE_RETURN_VALUE.
2201 * arch-utils.h (legacy_store_return_value): Declare.
2202 * arch-utils.c (legacy_store_return_value): New function.
2203 (legacy_extract_return_value): Update parameters.
2204
2205 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2206 STORE_RETURN_VALUE.
2207 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2208 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2209 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2210 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2211 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2212 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2213 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2214 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2215 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2216 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2217
2218 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2219 * i386-tdep.c (i386_extract_return_value): Update.
2220 * arch-utils.c (legacy_extract_return_value): Update.
2221 * frv-tdep.c (frv_gdbarch_init): Update.
2222 * cris-tdep.c (cris_gdbarch_init): Update.
2223 * d10v-tdep.c (d10v_gdbarch_init): Update.
2224 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2225 * m68k-tdep.c (m68k_gdbarch_init): Update.
2226 * mcore-tdep.c (mcore_gdbarch_init): Update.
2227 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2228 * s390-tdep.c (s390_gdbarch_init): Update.
2229 * sparc-tdep.c (sparc_gdbarch_init): Update.
2230 * sh-tdep.c (sh_gdbarch_init): Update.
2231 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2232 * v850-tdep.c (v850_gdbarch_init): Update.
2233 * avr-tdep.c (avr_gdbarch_init): Update.
2234 * ia64-tdep.c (ia64_gdbarch_init): Update.
2235 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2236 * vax-tdep.c (vax_gdbarch_init): Update.
2237 * alpha-tdep.c (alpha_gdbarch_init): Update.
2238 * arm-tdep.c (arm_gdbarch_init): Update.
2239 * mips-tdep.c (mips_gdbarch_init): Update.
2240 * i386-tdep.c (i386_gdbarch_init): Update.
2241
2242 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2243
2244 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2245 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2246
2247 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2248
2249 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2250 problems.
2251
2252 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2253
2254 * infrun.c (handle_inferior_event): Move a comment outside of a
2255 function call, in order to avoid indent reformatting this part
2256 of the code in an unreadable way.
2257
2258 2002-08-23 Grace Sainsbury <graces@redhat.com>
2259
2260 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2261 when breakpoints fail. Move general breakpoint error messages to
2262 insert_breakpoints.
2263 * breakpoint.c (insert_breakpoints): Change warnings when
2264 breakpoints are nto inserted to specify the type. Remove call to
2265 memory_error when hardware breakpoints can't be inserted. Remove
2266 multiple calls to warning so all messages are sent to the user at
2267 once.
2268 (delete_breakpoints): Make insert error messsages more explicit.
2269
2270 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2271
2272 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2273 gdbserver/ChangeLog.
2274
2275 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2276
2277 * i386-tdep.c: Include "objfiles.h".
2278 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2279 skip_trampoline_code.
2280 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2281 (CPLUS_MARKER): Define to '.'.
2282
2283 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2284 member.
2285 (linux_corefile_thread_callback): Increase args->num_notes.
2286 (linux_make_note_section): Initialize thread_args.num_notes, and
2287 use it to determine whether notes for any threads were created.
2288
2289 2002-08-23 Donn Terry <donnte@microsoft.com>
2290
2291 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2292 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2293 and PCUNKILL.
2294 (write_with_trace): Conditionalize out the switch branch handling
2295 PCSHOLD if the corresponding macro is not defined. Likewise for
2296 PRSABORT and PRSTOP.
2297 This change will be needed by the Interix port.
2298
2299 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2300
2301 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2302 write_register wherever possible instead of manipulating the
2303 register bytes directly.
2304 Assign VALUE_CONTENTS to a variable and use that.
2305 The GPR numbers are now dependent on the architecture.
2306
2307 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2308
2309 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2310 ev_offset fields.
2311 (skip_prologue): Add support for BookE/e500 instructions.
2312 (e500_extract_return_value): New function.
2313 (frame_get_saved_regs): Add support for saving ev registers and
2314 pseudo gpr's.
2315 (e500_store_return_value): New function.
2316 (rs6000_gdbarch_init): Move up default intializations of
2317 deprecated_extract_return_value and store_return_value. Overwrite
2318 init of store_return_value with e500 specific version.
2319 Set extract_return_value for e500.
2320
2321 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2322
2323 * blockframe.c (generic_call_dummy_register_unwind): Use
2324 regcache_cooked_read to catch cases in which the variable is
2325 stored in a pseudo register.
2326
2327 2002-08-22 Andrew Cagney <cagney@redhat.com>
2328
2329 * NEWS: Mention that the i960 has been made obsolete.
2330 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2331 i960-tdep.c
2332 (remote-nrom.o): Obsolete target.
2333 (remote-nindy.o, i960-tdep.o): Ditto.
2334 * remote-nrom.c: Make file obsolete.
2335 * remote-nindy.c, remote-vx960.c: Ditto.
2336 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2337 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2338 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2339 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2340 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2341 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2342 i960-*-vxworks* obsolete.
2343 * MAINTAINERS: Note that the i960 is obsolete.
2344
2345 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2346
2347 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2348 detach to allow reinitialization.
2349
2350 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2351
2352 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2353 attempt).
2354
2355 2002-08-22 Jim Blandy <jimb@redhat.com>
2356
2357 * coffread.c (coff_symfile_read): Don't try to read the line
2358 number table from disk if the image file doesn't have a symbol
2359 table; we'll never actually look at the info anyway, and Windows
2360 ships DLL's with bogus file offsets for the line number data.
2361
2362 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2363
2364 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2365 an e500 executable.
2366
2367 2002-08-21 Michael Snyder <msnyder@redhat.com>
2368
2369 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2370 (MSYMBOL_SIZE): Replace macro with function.
2371 (DEFAULT_MIPS_TYPE): Delete unused macro.
2372 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2373 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2374
2375 2002-08-21 Jim Blandy <jimb@redhat.com>
2376
2377 * valops.c (value_cast): Simplify and correct logic for doing a
2378 static cast from a pointer to a base class to a pointer to a
2379 derived class.
2380
2381 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2382
2383 * infcmd.c (default_print_registers_info): Replace
2384 do_registers_info.
2385 (registers_info): Use gdbarch_print_registers_info instead of
2386 DO_REGISTERS_INFO.
2387 * inferior.h (default_print_registers_info): Replace
2388 do_registers_info.
2389 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2390 (DO_REGISTERS_INFO): Change to a predicate function.
2391 * gdbarch.h, gdbarch.c: Regenerate.
2392
2393 2002-08-21 Keith Seitz <keiths@redhat.com>
2394
2395 * gdb-events.sh: Add target-changed event.
2396 * gdb-events.c: Regenerated.
2397 * gdb-events.c: Regenerated.
2398 * valops.c (value_assign): Add target-changed event notification
2399 to inlval_register, lval_memory, and lval_reg_frame_relative.
2400
2401 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2402
2403 * NEWS: Add an entry regarding the improvement of the next/step
2404 operation on Alpha Tru64 multi-processor machines.
2405
2406 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2407
2408 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2409 directores.
2410 * Makefile.in: Update all _h macro definitions.
2411 * Makefile.in (install-gdbtk): Move to install section.
2412 (rdi-share/libangsd.a): Move to end of file.
2413
2414 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2415
2416 * frame.c (frame_register_unwind): When a register, set addrp to
2417 the register's byte.
2418
2419 2002-08-20 Michael Snyder <msnyder@redhat.com>
2420
2421 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2422 used locally, so move them from the target machine header to here.
2423 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2424 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2425 Make static.
2426 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2427
2428 2002-08-20 Andrew Cagney <cagney@redhat.com>
2429
2430 * NEWS: Mention that the Apollo line was made obsolete.
2431 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2432 m68*-hp-hpux* obsolete.
2433 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2434 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2435 * buildsym.c (make_blockvector): Make static.
2436 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2437 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2438 (ALLDEPFILES): Remove dstread.c.
2439 (dstread.o): Obsolete make rule.
2440 * dstread.c: Makefile obsolete.
2441 * dst.h: Ditto.
2442 * config/m68k/hp300hpux.mt: Ditto.
2443 * config/m68k/hp300hpux.mh: Ditto.
2444 * config/m68k/hp300bsd.mt: Ditto.
2445 * config/m68k/hp300bsd.mh: Ditto.
2446 * config/m68k/apollo68b.mt: Ditto.
2447 * config/m68k/apollo68v.mh: Ditto.
2448 * config/m68k/apollo68b.mh: Ditto.
2449
2450 2002-08-20 Michael Snyder <msnyder@redhat.com>
2451
2452 * mips-tdep.c (mips_in_return_stub): Make static.
2453 (mips_gdbarch_init): Set in_solib_return_trampoline.
2454 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2455
2456 2002-08-20 Michael Snyder <msnyder@redhat.com>
2457
2458 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2459 * gdbarch.c, gdbarch.h: Regenerate.
2460 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2461 Add.
2462 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2463
2464 2002-08-20 Michael Snyder <msnyder@redhat.com>
2465
2466 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2467 (mips_gdbarch_init): Set skip_trampoline_code,
2468 in_solib_call_trampoline.
2469 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2470 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2471
2472 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2473
2474 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2475
2476 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2477 vector type for ev registers.
2478 (e500_pseudo_register_read): New function.
2479 (e500_pseudo_register_write): New function.
2480 (e500_dwarf2_reg_to_regnum): New function.
2481 (PPC_UISA_NOFP_SPRS): New macro.
2482 (PPC_EV_REGS): New macro.
2483 (PPC_GPRS_PSEUDO_REGS): New macro.
2484 (registers_e500): New register set for e500.
2485 (variants): Add e500 variant.
2486 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2487 before setting architectural dependent variations. Initialize ev
2488 registers numbers. Add case for e500 architecture. Set the
2489 number of pseudo registers.
2490
2491 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2492
2493 * rs6000-tdep.c: Clean up comments.
2494
2495 2002-08-20 Andrew Cagney <cagney@redhat.com>
2496
2497 * h8300-tdep.c: Re-indent file.
2498
2499 2002-08-20 Jim Blandy <jimb@redhat.com>
2500
2501 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2502 default for this.
2503
2504 2002-08-20 Keith Seitz <keiths@redhat.com>
2505
2506 * breakpoints.c (watch_command_1): Use internal breakpoint
2507 when setting a watchpoint_scope breakpoint.
2508
2509 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2510
2511 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2512 (build_builtin_type_vec64i): Ditto.
2513 (build_builtin_type_vec128): Ditto.
2514 (build_builtin_type_vec128i): Ditto.
2515
2516 2002-08-19 Michael Snyder <msnyder@redhat.com>
2517
2518 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2519 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2520 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2521 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2522 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2523 CALL_DUMMY_ADDRESS): Delete.
2524 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2525 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2526 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2527 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2528 push_return_address.
2529 (mips_register_raw_size, mips_eabi_use_struct_convention,
2530 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2531 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2532 mips_init_extra_frame_info, mips_eabi_push_arguments,
2533 mips_n32n64_push_arguments, mips_push_return_address,
2534 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2535 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2536
2537 2002-08-19 Michael Snyder <msnyder@redhat.com>
2538
2539 * mips-tdep.c (mips_frame_num_args): New function.
2540 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2541 frame_saved_pc, frame_args_address, frame_locals_address,
2542 frame_num_args, and frame_args_skip.
2543 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2544 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2545 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2546 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2547
2548 2002-08-20 Michael Snyder <msnyder@redhat.com>
2549
2550 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2551 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2552 * mips-tdep.c (mips_store_struct_return): New function.
2553 (mips_extract_struct_value_address): New function.
2554 (mips_gdbarch_init): Set store_struct_return and
2555 extract_struct_value_address.
2556
2557 2002-08-20 David Carlton <carlton@math.stanford.edu>
2558
2559 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2560 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2561 (read_file_scope): Check that line_header is nonzero before
2562 decoding macro information.
2563
2564 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2565
2566 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2567 flag the general-purpose registers as floating-point on targets
2568 that don't support the floating-point registers.
2569
2570 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2571
2572 * rs6000-tdep.c (altivec_register_p): Delete.
2573 (rs6000_do_altivec_registers): Delete.
2574 (rs6000_altivec_registers_info): Delete.
2575 (rs6000_do_registers_info): Delete.
2576 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2577 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2578
2579 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2580
2581 * infcmd.c (do_registers_info): Print vector registers in hex
2582 format only.
2583 (print_vector_info): Check that printing registers
2584 makes sense.
2585 (print_float_info): Ditto.
2586
2587 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2588
2589 * mips-tdep.c (mips_gdbarch_init): Update.
2590 (mips_o32_extract_return_value): Rewrite.
2591 (mips_o32_store_return_value): Rewrite.
2592 (mips_o32_xfer_return_value): New function.
2593 (mips_xfer_register): Tweak debug print message. Allow for
2594 buf_offset when dumping the value transfered.
2595
2596 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2597
2598 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2599 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2600 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2601 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2602 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2603
2604 2002-08-14 Michael Snyder <msnyder@redhat.com>
2605
2606 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2607
2608 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2609
2610 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2611 register.
2612 (P): New macro to define a register as a pseudo register.
2613 (R, R4, R8, R16, FR32, R64, R0): Updated.
2614 (struct variant): Add new fields for number of pseudo registers
2615 and number of total registers.
2616 (tot_num_registers): New macro replacing....
2617 (num_registers): ...deleted macro.
2618 (num_registers): New function.
2619 (num_pseudo_registers): New function.
2620 (variants): Update all variants to intialize new fields correctly.
2621 Postpone initialization of number of pseudo regs and real regs.
2622 (init_variants): New function.
2623 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2624 registers offsets.
2625
2626 2002-08-19 David Carlton <carlton@math.stanford.edu>
2627
2628 * valops.c (search_struct_field): Change error message to treat
2629 return value of 0 from value_static_field as meaning that field is
2630 optimized out.
2631 (value_struct_elt_for_reference): Ditto.
2632 * values.c (value_static_field): Treat an unresolved location the
2633 same as a nonexistent symbol. Fix PR gdb/635.
2634 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2635 enclosed. Fix PR gdb/574.
2636 * MAINTAINERS: Add self to Write After Approval list.
2637
2638 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2639
2640 * mips-tdep.c (mips_xfer_register): New function.
2641 (mips_n32n64_extract_return_value): Rewrite.
2642 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2643 instead of deprecated_extract_return_value.
2644
2645 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * rs6000-tdep.c (TDEP): Delete macro.
2648 (branch_dest): Replace use of TDEP macro with its body.
2649 (rs6000_pop_frame): Ditto.
2650 (rs6000_push_arguments): Ditto.
2651 (rs6000_skip_trampoline_code): Ditto.
2652 (rs6000_frame_saved_pc): Ditto.
2653 (rs6000_frame_chain): Ditto.
2654 (rs6000_register_name): Ditto.
2655 (rs6000_register_byte): Ditto.
2656 (rs6000_register_raw_size): Ditto.
2657 (rs6000_register_virtual_type): Ditto.
2658 (rs6000_register_convertible): Ditto.
2659 (rs6000_convert_from_func_ptr_addr): Ditto.
2660
2661 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2662
2663 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2664 conditionally.
2665 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2666 MIPS_LINUX_JB_ELEMENT_SIZE.
2667 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2668 for MAX_REGISTER_RAW_SIZE arrays.
2669 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2670 MIPS_LINUX_JB_ELEMENT_SIZE.
2671
2672 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2673
2674 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2675
2676 2002-08-19 Aidan Skinner <aidan@velvet.net>
2677
2678 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2679 ada-valprint.c ada-tasks.c.
2680 (YYFILES): Add ada-exp.y.
2681 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2682 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2683 (ada-exp.tab.o): New target.
2684
2685 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2686
2687 * regcache.c (regcache_xfer_part): New function.
2688 (regcache_raw_read_part): New function.
2689 (regcache_raw_write_part): New function.
2690 (regcache_cooked_read_part): New function.
2691 (regcache_cooked_write_part): New function.
2692 * regcache.h (regcache_raw_read_part): Declare.
2693 (regcache_raw_write_part): Declare.
2694 (regcache_cooked_read_part): Declare.
2695 (regcache_cooked_write_part): Declare.
2696
2697 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2698
2699 * remote.c (remote_open_1): Add async_p.
2700 (remote_async_open_1): Delete.
2701 (open_remote_target): Delete.
2702 (remote_open, extended_remote_open): Update calls to remote_open_1.
2703 (remote_async_open, extended_remote_async_open): Call
2704 remote_open_1 instead of remote_async_open_1.
2705
2706 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2707
2708 * blockframe.c: Fix a few coding standard violations.
2709
2710 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2711
2712 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2713 here from ...
2714 * config/i386/tm-i386sco5.h: ... here. File removed.
2715 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2716
2717 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2718 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2719 (TM_FILE): Set to tm-i386.h.
2720 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2721 * config/i386/tm-i386v.h: Remove file.
2722 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2723 instead of "i386/tm-i386v.h".
2724 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2725 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2726 "i386/tm-i386v.h".
2727 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2728 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2729 "i386/tm-i386.h".
2730
2731 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2732
2733 * config/i386/nm-i386v.h: Add protection against
2734 multiple-inclusion.
2735 (i386_register_u_addr): Remove prototype.
2736 (register_u_addr): New prototype.
2737 (REGISTER_U_ADDR): Redefine accordingly.
2738 * i386v-nat.c: Improve several comments.
2739 (i386_register_u_addr): Change signature and rename to
2740 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2741 ubase variable.
2742
2743 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2744
2745 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2746 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2747 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2748 deprecated_extract_return_value.
2749 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2750 rename mips_o32o64_push_arguments.
2751 (mips_gdbarch_init): Update.
2752 (mips_extract_return_value): Delete.
2753 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2754 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2755 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2756 (mips_n32n64_extract_return_value): Clone
2757 mips_extract_return_value.
2758 (mips_store_return_value): Delete.
2759 (mips_o32_store_return_value): Clone mips_store_return_value.
2760 (mips_o64_store_return_value): Clone mips_store_return_value.
2761 (mips_eabi_store_return_value): Clone mips_store_return_value.
2762 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2763
2764 2002-08-18 Aidan Skinner <aidan@velvet.net>
2765
2766 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2767 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2768
2769 2002-08-18 Aidan Skinner <aidan@velvet.net>
2770
2771 * ada-lang.c: Run through gdb_indent.sh.
2772 * ada-lang.h: Run through gdb_indent.sh.
2773 * ada-tasks.c: Run through gdb_indent.sh.
2774 * ada-typeprint.c: Run through gdb_indent.sh.
2775 * ada-valprint.c: Run through gdb_indent.sh.
2776
2777 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2778
2779 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2780 ABI.
2781
2782 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2783
2784 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2785
2786 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2787 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2788
2789 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2790 write_register_gen instead of write_register_bytes.
2791
2792 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2793 i[3456]-*-osf1mk* configurations have been made obsolete.
2794 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2795 i[3456]86-*-osf1mk* hosts obsolete.
2796 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2797 targets obsolete.
2798 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2799 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2800 config/i386/i386m3.mt, config/i386/nm-m3.h,
2801 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2802 config/i386/i386mk.mh, config/i386/i386mk.mt,
2803 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2804 obsolete.
2805 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2806 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2807 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2808
2809 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2810
2811 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2812 (hppa_value_returned_from_stack): Declare.
2813 (hppa_extract_return_value): Declare.
2814 * config/pa/hppa.mt: New file.
2815 * configure.tgt: Recognize hppa*-*-*.
2816 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2817
2818 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2819
2820 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2821 comment.
2822
2823 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2824
2825 * top.c (gdb_rl_operate_and_get_next): Make sure
2826 operate-and-get-next functions correctly even when the history
2827 list is completely filled.
2828
2829 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2830
2831 * MAINTAINERS (Target Instruction Set Architectures): Rename
2832 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2833 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2834 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2835 already listed under Host/Native.
2836
2837 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2838 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2839 mips*-*-*.
2840
2841 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2842
2843 * config/ia64/ia64.mt: New file.
2844 * config/alpha/alpha.mt: New file.
2845 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2846 ia64-linux-gnu. Mention that ia64-elf is broken.
2847 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2848
2849 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2850
2851 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2852 generic_func_frame_valid instead of func_frame_valid.
2853
2854 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2855
2856 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2857 procfs appears to be broken when debugging on multi-processor
2858 machines. So enable software single stepping in order to avoid
2859 using the procfs interface to do next/step operations, using
2860 internal breakpoints instead.
2861
2862 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2863 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2864 make this pc address equal to the value it would have if the
2865 system stepping capability was used. Also set a new flag used
2866 to ensure that we don't readjust the PC one more time later.
2867
2868 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2869 address by DECR_PC_AFTER_BREAK when software single step is
2870 in use for this architecture, as this has already been taken
2871 care of in handle_inferior_event().
2872
2873 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2874
2875 * infrun.c (handle_inferior_event): Minor reformatting, to make
2876 a rather long condition expression easier to read.
2877
2878 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2879
2880 * Makefile.in (gdbtk.o): Move to end of file.
2881 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2882 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2883 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2884 (gdbtk-wrapper.o, gdbres.o): Ditto.
2885
2886 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2887
2888 * Makefile.in (copying.o): Separate out compile rule.
2889 (hpux-thread.o, procfs.o, signals.o): Ditto.
2890 (v850ice.o, z8k-tdep.o): Ditto.
2891 (tui-file.o): Move to TUI section.
2892 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2893 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2894
2895 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2896
2897 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2898 skip_trampoline_code, for better namespace-proofing.
2899
2900 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2901
2902 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2903
2904 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2905
2906 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2907
2908 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2909 signal, check whether we hit a breakpoint before checking for a
2910 single step breakpoint. Otherwise, GDB fails to notice that a
2911 breakpoint has been hit when stepping onto a breakpoint.
2912
2913 2002-08-16 Keith Seitz <keiths@redhat.com>
2914
2915 * gdb-events.sh (clear_gdb_event_hooks): New function.
2916 * gdb-events.c: Regenerate.
2917 * gdb-events.h: Regenerate.
2918
2919 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2920
2921 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2922 not_a_sw_breakpoint.
2923 * breakpoint.h (bpstat_stop_status): Add parameter names.
2924
2925 2002-08-16 Grace Sainsbury <graces@redhat.com>
2926
2927 * remote.c (remote_insert_hw_breakpoint)
2928 (remote_remove_hw_breakpoint): Fix calculation of length field
2929 for Z-packet.
2930
2931 2002-08-15 Michael Snyder <msnyder@redhat.com>
2932
2933 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2934 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2935 (supply_fpregset): Ditto.
2936
2937 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2938 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2939 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2940 (TARGET_READ_SP): Delete.
2941 (DO_REGISTERS_INFO): Delete.
2942 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2943 Delete.
2944 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2945 from macros to functions.
2946
2947 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2948 (mips_register_convertible, mips_register_convert_to_virtual,
2949 mips_register_convert_to_raw): Make static.
2950 (mips_read_sp): New function.
2951 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2952 (mips_do_registers_info): Make static.
2953 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2954 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2955 (mips_register_convert_from_type, mips_register_convert_to_type):
2956 New functions.
2957 (mips_gdbarch_init): Set up function_start_offset,
2958 register_virtual_size, pc_in_sigtramp.
2959
2960 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2961
2962 * infcmd.c (vector_info): New function.
2963 (_initialize_infcmd): Add command "info vector".
2964 (print_vector_info): New function.
2965
2966 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2967 * gdbarch.h, gdbarch.c: Regenerate.
2968
2969 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2970
2971 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2972 ``print_all''. Only print vector registers when ``print_all''.
2973
2974 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2975
2976 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2977 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2978
2979 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2980 Add `args' parameter.
2981 * gdbarch.h, gdbarch.c: Regenerate.
2982
2983 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2984
2985 * infcmd.c (float_info): Call print_float_info.
2986 (print_float_info): New function. By default, print the
2987 floating-point registers.
2988
2989 * arch-utils.h (default_print_float_info): Delete declaration.
2990 * arch-utils.c (default_print_float_info): Delete function.
2991
2992 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2993
2994 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2995 out define.
2996
2997 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2998 FRAME.
2999
3000 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3001 * configure.host: Make i[3456]86-*-aix host obsolete.
3002 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3003 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3004 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3005 config/i386/xm-i386aix.h: Make files obsolete.
3006 * i386aix-nat.c: Make file obsolete.
3007 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3008 (i386aix-nat.o): Make target obsolete.
3009
3010 * config/i386/nm-gnu.h: Removed.
3011 * config/i386/nm-i386gnu.h: New file.
3012 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3013 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3014 Moved here from ...
3015 * config/i386/tm-i386gnu.h: ... here. Removed.
3016 * config/i386/xm-i386gnu.h: Removed.
3017 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3018 (NAT_FILE): Set to nm-i386gnu.h.
3019 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3020 * i386-tdep.c: New file.
3021 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3022 (i386gnu-tdep.o): Specify dependencies.
3023
3024 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3025
3026 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3027 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3028 Adjust a few comments to reflect reality a bit closer.
3029 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3030 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3031 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3032 target_insert_watchpoint, target_remove_watchpoint):
3033 Move defines to ...
3034 * config/i386/nm-i386sco5.h: ... here.
3035 (kernel_u_size): Add prototype. Improve a few comments and add
3036 protection against multiple inclusion.
3037
3038 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3039 out define.
3040
3041 * uw-thread.c (SP_ARG0): Define if not already defined.
3042 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3043
3044 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3045
3046 * config/i386/tm-i386.h: Don't include "regcache.h".
3047
3048 * i387-tdep.h (i387_print_float_info): New prototype.
3049 * i387-tdep.c (print_i387_value, print_i387_ext,
3050 print_i387_status_word, print_i387_control_word): Add `struct
3051 ui_file *' argument and use it for output.
3052 (i387_print_float_info): Renamed from i387_float_info. Add
3053 `struct gdbarch *' and `struct ui_file *' arguments and use the
3054 latter for output.
3055 * i386-tdep.c: Include "i387-tdep.h".
3056 (i386_gdbarch_init): Set print_float_info.
3057 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3058 (FLOAT_INFO): Remove define.
3059
3060 2002-08-13 Michael Snyder <msnyder@redhat.com>
3061
3062 * mips-tdep.c (mips_push_arguments): Rename to
3063 mips_eabi_push_arguments, and tune for EABI.
3064 (MIPS_REGS_HAVE_HOME_P): Delete.
3065 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3066 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3067 Delete references to mips_regs_have_home_p.
3068
3069 2002-08-14 Keith Seitz <keiths@redhat.com>
3070
3071 * Makefile.in (install-gdbtk): Create insight plugin directory.
3072 Install plugins.tcl file.
3073
3074 2002-08-14 Keith Seitz <keiths@redhat.com>
3075
3076 * configure.in: Move SUBDIRS to near top of the file so that
3077 --enable options may add things to it.
3078 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3079 * configure: Regenerate.
3080
3081 2002-08-13 Michael Snyder <msnyder@redhat.com>
3082
3083 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3084 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3085 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3086
3087 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3088
3089 * vax-tdep.c (vax_get_saved_register): Delete function.
3090 (vax_gdbarch_init): Update.
3091 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3092 (ns32k_gdbarch_init): Update.
3093 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3094 (alpha_gdbarch_init): Update.
3095
3096 2002-08-13 Andrew Cagney <cagney@redhat.com>
3097
3098 * regcache.c (init_regcache_descr): Overallocate the
3099 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3100 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3101 nr_raw_registers.
3102 (set_register_cached): Add range checking assertions. Use
3103 current_regcache.
3104
3105 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3106
3107 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3108 numbers for MMX registers.
3109
3110 2002-08-13 Andrew Cagney <cagney@redhat.com>
3111
3112 * i386-tdep.c (i386_gdbarch_init): Use
3113 generic_unwind_get_saved_register.
3114
3115 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3116
3117 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3118 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3119 target vector.
3120 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3121 Delete. Add comment regarding this now-deleted target method.
3122
3123 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3124
3125 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3126 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3127 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3128 real PC and the page number (if it's within the memory bank window).
3129 (m68hc11_pseudo_register_write): Likewise when saving.
3130 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3131 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3132 (m68hc11_register_raw_size): And use 32-bit for it.
3133 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3134 16K memory bank is used by the prog; also use the virtual pc.
3135
3136 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3137
3138 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3139 (m68hc11_gdbarch_init): Install it in gdbarch.
3140 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3141 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3142 (MSYMBOL_SIZE): New for documentation.
3143 (insn_return_kind): Enum to specify how a function returns.
3144 (frame_extra_info): Cleanup and record the return mode.
3145 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3146 register in address computation.
3147 (m68hc11_get_return_insn): New to obtain the return instruction used
3148 by the function.
3149 (m68hc11_frame_init_saved_regs): Take into account the return
3150 instruction used by the function for far and interrupt functions.
3151 (m68hc11_init_extra_frame_info): Take into account page register.
3152 (m68hc11_frame_args_address): Adjust according to the return mode.
3153 (show_regs): Print page register only when it's used.
3154
3155 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3156
3157 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3158 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3159 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3160 registers.
3161 (m68hc11_register_raw_size): Likewise.
3162
3163 2002-08-13 Andrew Cagney <cagney@redhat.com>
3164
3165 * i386-tdep.c (i386_register_name): Handle mmx registers.
3166 (mmx_regnum_p): New function.
3167 (i386_mmx_names): New array.
3168 (mmx_num_regs): New variable.
3169 (i386_pseudo_register_read): New function.
3170 (i386_pseudo_register_write): New function.
3171 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3172
3173 * regcache.c (regcache_raw_read_unsigned): New function.
3174 (regcache_raw_read_signed): New function.
3175 * regcache.h (regcache_raw_read_unsigned): Declare.
3176 (regcache_raw_read_signed): Declare.
3177
3178 2002-08-13 Andrew Cagney <cagney@redhat.com>
3179
3180 * regcache.c (regcache_raw_read_as_address): Delete function.
3181 (regcache_cooked_read_signed): New function.
3182 (regcache_cooked_read_unsigned): New function.
3183 * regcache.h (regcache_cooked_read_signed): Declare.
3184 (regcache_cooked_read_unsigned): Declare.
3185 (regcache_raw_read_as_address): Delete declaration.
3186
3187 * blockframe.c (generic_read_register_dummy): Use
3188 regcache_cooked_read_unsigned.
3189 * i386-tdep.c (i386_extract_struct_value_address): Use
3190 regcache_cooked_read_unsigned.
3191
3192 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3193
3194 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3195 double sizes according to ELF ABI flags.
3196 (gdbarch_tdep): Record elf_flags.
3197
3198 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3199
3200 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3201 (m6812_prolog): They can appear in 68HC12 function prologue.
3202 (m68hc11_frame_chain): Cleanup.
3203
3204 2002-08-12 Andrew Cagney <cagney@redhat.com>
3205
3206 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3207 declarations.
3208 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3209 (i386_linux_register_raw_size): Delete function.
3210 (i386_linux_init_abi): Update.
3211 * i386-tdep.c (i386_register_raw_size): Delete function.
3212 (i386_register_byte): Delete function.
3213 (i386_gdbarch_init): Update.
3214 (i386_register_size): Delete array.
3215 (i386_register_offset): Delete array.
3216
3217 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3218 (REGISTER_RAW_SIZE): Delete macro.
3219 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3220 (REGISTER_BYTE): Delete macro.
3221
3222 2002-08-11 Aidan Skinner <aidan@velvet.net>
3223
3224 * ada-lang.c (ada_lookup_partial_symbol)
3225 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3226 prototype names so that grep ^func works properly.
3227
3228 * ada-lang.c (ada_array_element_type)
3229 (ada_lookup_partial_symbol): Fix typos in parameter list.
3230
3231 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3232 Fix prototype names so that grep ^func works properly.
3233
3234 2002-08-10 Andrew Cagney <cagney@redhat.com>
3235 Elena Zannoni <ezannoni@redhat.com>
3236 Martin M. Hunt <hunt@redhat.com>
3237
3238 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3239 (build_builtin_type_vec128i): Set the vector bit.
3240 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3241 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3242 (build_builtin_type_vec64): New function.
3243 (build_builtin_type_vec64i): New function.
3244 (build_gdbtypes): Initialize builtin_type_vec64 and
3245 builtin_type_vec64i.
3246
3247 2002-08-09 Andrew Cagney <cagney@redhat.com>
3248
3249 * regcache.c (regcache_dump): Compare the register offset
3250 with REGISTER_BYTE.
3251 * arch-utils.c (generic_register_byte): New function.
3252 * arch-utils.h (generic_register_byte): Declare.
3253 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3254 * gdbarch.h, gdbarch.c: Regenerate.
3255
3256 2002-08-09 Andrew Cagney <cagney@redhat.com>
3257
3258 * regcache.c: Include "gdbcmd.h"
3259 (_initialize_regcache): Add commands "maintenance print
3260 registers", "maintenance print raw-registers" and "maintenance
3261 print cooked-registers".
3262 (enum regcache_dump_what): Define.
3263 (dump_endian_bytes): New function.
3264 (regcache_dump): New function.
3265 (regcache_print): New function.
3266 (maintenance_print_registers): New function.
3267 (maintenance_print_raw_registers): New function.
3268 (maintenance_print_cooked_registers): New function.
3269 * Makefile.in (regcache.o): Update dependencies.
3270
3271 2002-08-09 Michael Snyder <msnyder@redhat.com>
3272
3273 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3274 (mips_push_arguments): Correct some comments. Use paddr_nz
3275 for printing addresses in debug output. Replace static
3276 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3277 (mips_n32n64_push_arguments): New function, cloned from
3278 mips_push_arguments and tuned for the n32/n64 ABI.
3279 (mips_push_register): Buffer needs dynamic allocation.
3280 (mips_print_register): Ditto.
3281 (do_gp_register_row): Ditto.
3282 (mips_store_return_value): Ditto.
3283 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3284
3285 2002-08-09 Don Howard <dhoward@redhat.com>
3286
3287 * memattr.c (mem_info_command): Print special case of upper bound
3288 as max CORE_ADDR + 1.
3289
3290 2002-08-08 Michael Snyder <msnyder@redhat.com>
3291
3292 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3293 returns structs by ref if they're too big to fit in two registers.
3294
3295 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3296
3297 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3298 saved regs value.
3299 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3300 mips_find_saved_regs().
3301 (mips_pop_frame): Likewise.
3302
3303 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3304
3305 * blockframe.c (frame_saved_regs_register_unwind): Revise
3306 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3307 frames are in use.
3308
3309 2002-08-09 Grace Sainsbury <graces@redhat.com>
3310
3311 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3312 T-packets; the 'a' is not taken as a register number.
3313 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3314 (remote_stopped_data_address): New functions; add to target
3315 vector.
3316 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3317 prototypes to match other implementations of this
3318 function. replace integer argument with pointer -- the length
3319 field in the Z-packet is the length of what is pointed to or 1 if
3320 pointer is null. Add to target vector.
3321 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3322 target vector.
3323
3324 From Mark Salter:
3325 * remote.c (remote_wait): Add support to extract optional
3326 watchpoint information from T-packet. Ignore unrecognized
3327 optional info in T-packet.
3328 (remote_async_wait): Ditto.
3329
3330 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3331
3332 * cli/cli-dump.c: Change fopen modes to use binary open modes
3333 as defined in include/fopen-bin.h throughout.
3334
3335 2002-08-08 Michael Snyder <msnyder@redhat.com>
3336
3337 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3338
3339 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3340
3341 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3342 assertion failure by returning early after a warning.
3343
3344 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3345
3346 * mips-tdep.c (mips_find_saved_regs): Make static.
3347 (mips_frame_init_saved_regs): New function.
3348 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3349 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3350 (mips_find_saved_regs): Delete declaration.
3351
3352 2002-08-08 Grace Sainsbury <graces@redhat.com>
3353
3354 * remote.c (remote_wait, remote_async_wait): Change
3355 thread_num from int to ULONGEST.
3356 (unpack_varlen_hex): Change result parameter from
3357 int * to ULONGEST *.
3358
3359 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3360
3361 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3362 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3363 powerpc*-*-*.
3364 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3365
3366 2002-08-08 Andrew Cagney <cagney@redhat.com>
3367
3368 * gcore.c (override_derive_stack_segment): Delete variable.
3369 (preempt_derive_stack_segment): Delete function.
3370 (derive_stack_segment): Delete function.
3371 (default_derive_stack_segment): Renamed to derive_stack_segment.
3372 (override_derive_heap_segment): Delete variable.
3373 (preempt_derive_heap_segment): Delete function.
3374 (derive_heap_segment): Delete function.
3375 (default_derive_heap_segment): Rename to derive_heap_segment.
3376
3377 2002-08-06 Michael Snyder <msnyder@redhat.com>
3378
3379 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3380 * mips-tdep.c (mips_EABI_use_struct_convention,
3381 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3382 New functions. (mips_use_struct_convention): Delete.
3383 (mips_gdbarch_init): set use_gdbarch_convention.
3384
3385 2002-08-06 Michael Snyder <msnyder@redhat.com>
3386
3387 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3388 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3389 mips_o32_reg_struct_has_addr): New functions.
3390 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3391
3392 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3393
3394 * regcache.c (pseudo_register): Delete function.
3395 (fetch_register): Delete function.
3396 (store_register): Delete function.
3397 (regcache_raw_read, legacy_read_register_gen): Use
3398 target_fetch_registers instead of fetch_register.
3399 (legacy_write_register_gen, regcache_raw_write): Use
3400 target_store_register instead of store_register.
3401 (write_register_bytes): Ditto.
3402
3403 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3404 (STORE_PSEUDO_REGISTER): Delete.
3405 * gdbarch.h, gdbarch.c: Regenerate.
3406
3407 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3408
3409 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3410 write dump file binary.
3411
3412 2002-08-05 Michael Snyder <msnyder@redhat.com>
3413
3414 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3415 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3416 (mips_gdbarch_init): Set N32 target to be mips64.
3417
3418 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3419
3420 * frame.c (find_saved_register): Break out of loop once saved
3421 register address is found. Don't mention sparc in loop comment
3422 anymore.
3423
3424 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3425
3426 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3427 mips_default_saved_regsize to 8.
3428
3429 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3430
3431 * gcore.c: Do not include <sys/procfs.h>.
3432 * Makefile.in (gcore.o): Update dependencies.
3433
3434 2002-08-06 Andrew Cagney <cagney@redhat.com>
3435
3436 * configure.tgt: Make arc-*-* obsolete.
3437 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3438 * MAINTAINERS: Make arc-elf obsolete.
3439 * arc-tdep.c: Make file obsolete.
3440 * config/arc/arc.mt: Ditto.
3441 * config/arc/tm-arc.h: Ditto.
3442
3443 2002-08-05 Theodore A. Roth <troth@verinet.com>
3444
3445 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3446
3447 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3448
3449 * mcore-tdep.c (mcore_gdbarch_init): Use
3450 generic_unwind_get_saved_register instead of
3451 generic_get_saved_register.
3452 * v850-tdep.c (v850_gdbarch_init): Ditto.
3453 * frv-tdep.c (frv_gdbarch_init): Ditto.
3454 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3455 * s390-tdep.c (s390_gdbarch_init): Ditto.
3456 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3457 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3458 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3459
3460 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3461
3462 * objfiles.h: Add missing #include "symfile.h"
3463
3464 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3465
3466 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3467
3468 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3469 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3470 of FIELD_BITSIZE.
3471
3472 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3473
3474 * NEWS: Cleanup and nitpick.
3475
3476 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3477
3478 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3479
3480 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3481
3482 * Makefile.in (gdbtk-bp.o): Update dependencies.
3483 (gdbtk-register.o): Ditto.
3484 (gdbtk-varobj.o): Ditto.
3485
3486 2002-08-03 Andrew Cagney <cagney@redhat.com>
3487
3488 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3489 m68hc11_fetch_pseudo_register.
3490 (m68hc11_pseudo_register_write): Replace
3491 m68hc11_store_pseudo_register.
3492 (m68hc11_gdbarch_init): Update.
3493
3494 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3495
3496 * gdbarch.sh: Include "gdb_string.h".
3497 * gdbarch.c: Regenerate.
3498
3499 * regcache.c: Include "gdb_string.h".
3500 * ax-general.c: Ditto.
3501 * varobj.c: Ditto.
3502 * std-regs.c: Ditto.
3503 * fbsd-proc.c: Ditto.
3504 * thread.c: Ditto.
3505
3506 * Makefile.in (regcache.o): Update dependencies.
3507 (thread.o, gdbarch.o): Ditto.
3508 (ax-general.o, gdbarch.o): Ditto.
3509 (varobj.o, std-regs.o): Ditto.
3510 (fbsd-proc.o): Specify dependencies.
3511
3512 2002-08-02 Andrew Cagney <cagney@redhat.com>
3513
3514 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3515 regnum.
3516 (regcache_cooked_write): Ditto.
3517
3518 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3519
3520 * regcache.c (regcache_cooked_read): New function.
3521 (regcache_cooked_write): New function.
3522 (read_register_gen): Rewrite using regcache_cooked_read.
3523 (write_register_gen): Rewrite using regcache_cooked_write.
3524
3525 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3526 Declare.
3527
3528 2002-08-02 Andrew Cagney <cagney@redhat.com>
3529
3530 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3531 Replace the architecture methods register_read and register_write.
3532 * gdbarch.h, gdbarch.c: Regenerate.
3533 * regcache.c (init_regcache_descr): Update.
3534 (read_register_gen): Update.
3535 (write_register_gen): Update.
3536 (supply_register): Update comment.
3537
3538 * sh-tdep.c (sh_gdbarch_init): Update.
3539 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3540 `regcache' and `gdbarch' parameters. Make `buffer' a void
3541 pointer. Update code.
3542 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3543 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3544 void pointer. Update code.
3545 (sh64_register_write): Delete.
3546 (sh4_register_read): Delete.
3547 (sh64_register_read): Delete.
3548 (sh4_register_write): Delete.
3549 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3550 void pointer, `to' parameter a void pointer.
3551 (sh_sh64_register_convert_to_raw): Ditto.
3552
3553 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3554
3555 * mips-tdep.c (mips_register_virtual_type): Use architecture
3556 invariant return values.
3557
3558 2002-08-01 Andrew Cagney <cagney@redhat.com>
3559
3560 * linux-proc.c: Include "gdb_string.h".
3561 * Makefile.in (linux-proc.o): Update dependency list.
3562
3563 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3564
3565 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3566 comment.
3567
3568 2002-08-01 Grace Sainsbury <graces@redhat.com>
3569
3570 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3571 to_insert_watchpoint, to_remove_watchpoint,
3572 to_stopped_by_watchpoint, to_stopped_data_address,
3573 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3574 target vecctor. Define their corresponding macros so they call
3575 them.
3576
3577 * target.c: Add default and debug versions of for
3578 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3579 to_insert_watchpoint, to_remove_watchpoint,
3580 to_stopped_by_watchpoint, to_stopped_data_address,
3581 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3582
3583 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3584
3585 * mips-tdep.c (mips_register_virtual_type): New function.
3586 (mips_gdbarch_init): Register mips_register_virtual_type()
3587 with gdbarch machinery.
3588 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3589 this file instead of tm-bigmips.h.
3590 (MIPS_REGSIZE): Delete this macro.
3591 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3592 multiarch version in mips-tdep.c will be found.
3593
3594 2002-08-01 Andrew Cagney <cagney@redhat.com>
3595
3596 * NEWS: Menion that CHILL has been made obsolete.
3597
3598 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3599 * stabsread.c (read_range_type): Ditto.
3600 * gdbtypes.h: Ditto.
3601 * language.c (binop_type_check): Ditto.
3602 (binop_result_type): Ditto.
3603 (integral_type): Ditto.
3604 (character_type): Ditto.
3605 (string_type): Ditto.
3606 (boolean_type): Ditto.
3607 (structured_type): Ditto.
3608 (lang_bool_type): Ditto.
3609 (binop_type_check): Ditto.
3610 * language.h (_LANG_chill): Ditto.
3611 * dwarfread.c (set_cu_language): Ditto.
3612 * dwarfread.c (CHILL_PRODUCER): Ditto.
3613 * dwarfread.c (handle_producer): Ditto.
3614 * expression.h (enum exp_opcode): Ditto.
3615 * eval.c: Ditto for comments.
3616 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3617 * expprint.c (print_subexp): Ditto.
3618 (print_subexp): Ditto.
3619 * valops.c (value_cast): Ditto.
3620 (search_struct_field): Ditto.
3621 * value.h (COERCE_VARYING_ARRAY): Ditto.
3622 * symfile.c (init_filename_language_table): Ditto.
3623 (add_psymbol_with_dem_name_to_list): Ditto.
3624 * valarith.c (value_binop): Ditto.
3625 (value_neg): Ditto.
3626 * valops.c (value_slice): Ditto.
3627 * symtab.h (union language_specific): Ditto.
3628 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3629 (SYMBOL_DEMANGLED_NAME): Ditto.
3630 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3631 * defs.h (enum language): Ditto.
3632 * symtab.c (got_symtab): Ditto.
3633 * utils.c (fprintf_symbol_filtered): Ditto.
3634
3635 * ch-typeprint.c: Make file obsolete.
3636 * ch-valprint.c: Make file obsolete.
3637 * ch-lang.h: Make file obsolete.
3638 * ch-exp.c: Make file obsolete.
3639 * ch-lang.c: Make file obsolete.
3640
3641 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3642 CHILL_LIB.
3643 (TARGET_FLAGS_TO_PASS): Ditto.
3644 (CHILLFLAGS): Obsolete.
3645 (CHILL): Obsolete.
3646 (CHILL_FOR_TARGET): Obsolete.
3647 (CHILL_LIB): Obsolete.
3648 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3649 ch-valprint.c.
3650 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3651 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3652 ch-lang.o.
3653 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3654 targets.
3655
3656 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3657
3658 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3659 This does not change anything at the moment, but will be helpful
3660 later when full Ada support is integrated.
3661
3662 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3663
3664 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3665 help message.
3666
3667 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3668
3669 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3670 and save it in a local variable. Use variable in later test.
3671
3672 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3673
3674 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3675 test. (Thanks to Daniel Jacobowitz.)
3676
3677 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3678
3679 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3680 (mips_abi_strings): Add "n64".
3681 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3682
3683 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3684
3685 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3686 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3687
3688 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3689
3690 * utils.c (host_pointer_to_address, address_to_host_pointer):
3691 Use gdb_assert() instead of explicit call to internal_error().
3692
3693 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3694
3695 * Makefile.in (rs6000-nat.o): Update dependencies.
3696
3697 From Nicholas Duffek:
3698 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3699 (aix-thread.o): New rule.
3700 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3701 * config/powerpc/aix432.mh: New file.
3702
3703 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3704
3705 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3706 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3707 (fetch_core_registers, ppc_linux_supply_gregset)
3708 (ppc_linux_supply_fpregset): New functions.
3709 (ppc_linux_regset_core_fns): New.
3710 (_initialize_ppc_linux_tdep): Call add_core_fns.
3711 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3712 and ppc_linux_supply_gregset.
3713 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3714 (supply_fpregset): Call ppc_linux_supply_fpregset.
3715 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3716 corelow.o.
3717 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3718
3719 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3720
3721 * symtab.c (lookup_symbol): Demangle before lowercasing.
3722
3723 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3724
3725 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3726 declaration.
3727 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3728 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3729 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3730 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3731 "gdb_string.h".
3732 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3733 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3734 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3735 (avr-tdep.o, mon960-rom.o): Ditto.
3736 (aout_stabs_gnu_h): Define.
3737 (symtab_h): Remove $(gdb_obstack_h).
3738
3739 2002-07-30 Jim Blandy <jimb@redhat.com>
3740
3741 Patch from David Carlton <carlton@math.stanford.edu>:
3742 * gdbinit.in: Move the `dir' commands that add GDB's own source
3743 directory to the search path to the end, so that the `gdb' source
3744 directory will be searched first.
3745
3746 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3747
3748 * gdb_obstack.h: New file.
3749 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3750 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3751 * objfiles.h: Include "gdb_obstack.h".
3752 * Makefile.in (gdb_obstack_h): Define.
3753 (symtab_h): Add $(gdb_obstack_h).
3754 (objfiles_h): Add $(gdb_obstack_h).
3755
3756 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3757 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3758 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3759 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3760 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3761 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3762 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3763 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3764
3765 * Makefile.in (bcache.o): Update dependencies.
3766 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3767 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3768 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3769 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3770 (stabsread.o, symfile.o, symmisc.o): Ditto.
3771 (symtab.o, typeprint.o, macroexp.o): Ditto.
3772 (macrotab.o, mdebugread.o): Ditto.
3773 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3774 (coff_ecoff_h, aout_aout64_h): Define.
3775 (aout_stabs_gnu_h, libaout_h): Define.
3776
3777 2002-07-29 Andrew Cagney <cagney@redhat.com>
3778
3779 * regcache.c (struct regcache_descr): Rename nr_registers to
3780 nr_cooked_registers. Revise comments describing the structure
3781 member fields.
3782 (init_regcache_descr): Update.
3783 (init_legacy_regcache_descr): Update.
3784 (read_register_gen, write_register_gen): When a cooked register in
3785 the raw register range, directly access the value from the raw
3786 register cache.
3787
3788 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3789
3790 * z8k-tdep.c: Do not include "obstack.h".
3791 * h8300-tdep.c, h8500-tdep.c: Ditto.
3792 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3793 * valprint.c, v850-tdep.c: Ditto.
3794 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3795 * mn10200-tdep.c: Ditto.
3796
3797 * Makefile.in (z8k-tdep.o): Update dependencies.
3798 (m68hc11-tdep.o, valprint.o): Ditto.
3799 (v850-tdep.o, d10v-tdep.o): Ditto.
3800 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3801 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3802 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3803 (sh_opc_h, gdb_sim_sh_h): Define.
3804 (elf_sh_h, elf_bfd_h): Define.
3805 (opcode_m68hc11_h): Define.
3806 (OPCODES_SRC, OPCODES_DIR): define.
3807 (OPCODES): Use $(OPCODES_DIR).
3808 (gdb_sim_d10v_h): Rename sim_d10v_h.
3809 (gdb_sim_arm_h): Rename sim_arm_h.
3810
3811 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3812
3813 * utils.c (host_pointer_to_address, address_to_host_pointer):
3814 Change internal_error() message to indicate function responsible
3815 for the error.
3816
3817 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3818
3819 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3820 calls to local_hex_string_custom().
3821
3822 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3823
3824 * irix5-nat.c: Move IRIX shared library support from here...
3825 * solib-irix.c: ...to here. Revised substantially to work with
3826 generic solib framework.
3827
3828 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3829 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3830 * mips-irix-tdep.c: New file.
3831
3832 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3833 (mips-irix-tdep.o, solib-irix.o): New rules.
3834 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3835 solib-irix.o.
3836 * config/mips/irix6.mt (TDEPFILES): Likewise.
3837 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3838
3839 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3840
3841 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3842 disabled (via ``#if 0'') includes.
3843
3844 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3845
3846 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3847 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3848 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3849 Add support for the fpscr register.
3850 * rs6000-nat.c (regmap, fetch_inferior_registers)
3851 (store_inferior_registers, fetch_core_registers): Likewise.
3852
3853 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3854
3855 * rs6000-nat.c (language.h): Include.
3856 (special_regs): Delete this array.
3857 (regmap): New function.
3858 (fetch_register, store_register): Use regmap() to map gdb
3859 register numbers to ptrace register numbers. Also, use
3860 outputs from regmap() to make decisions regarding type of
3861 ptrace() call to make. In particular, don't compare against
3862 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3863 (fetch_inferior_registers, store_inferior_registers): Where
3864 possible, obtain register numbers from tdep struct. Don't
3865 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3866 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3867 (LAST_UISA_SP_REGNUM): Delete.
3868
3869 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3870
3871 * rs6000-nat.c (ppc-tdep.h): Include.
3872 (fetch_registers, store_register, fetch_core_registers): Don't
3873 access registers[] directly. Instead, use supply_register() or
3874 regcache_collect() as appropriate.
3875 (find_toc_address): Format hex address with local_hex_string().
3876
3877 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3878
3879 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3880 bfd/elf32-frv.c.
3881
3882 2002-07-24 Tom Tromey <tromey@redhat.com>
3883
3884 * jv-exp.y: Marked all strings with _().
3885 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3886 internal_error.
3887 (MethodInvocation, CastExpression, parse_number, yyerror,
3888 java_type_from_name, push_expression_name, yylex): Typo fixes.
3889
3890 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3891
3892 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3893 (tee_file_flush, tee_file_write, tee_file_fputs)
3894 (tee_file_isatty): New.
3895 * ui-file.h (tee_file_new): Add prototype.
3896
3897 2002-07-24 Aidan Skinner <aidan@velvet.net>
3898
3899 * ada-lang.c: Change k&r style function definitions to prototyped
3900 form.
3901 * ada-typeprint.c: Change k&r style function definitions to prototyped
3902 form.
3903 * ada-valprint.c: Change k&r style function definitions to prototyped
3904 form.
3905
3906 2002-07-24 Andrew Cagney <cagney@redhat.com>
3907
3908 * README: Remove reference to remote-bug.
3909 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3910 remote-bug.c.
3911 (m88k-nat.o): Delete rule.
3912 (m88k-tdep.o): Delete rule.
3913 (remote-bug.o): Delete rule.
3914 * MAINTAINERS: Mark as obsolete.
3915 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3916 * m88k-tdep.c: Make file obsolete.
3917 * config/m88k/m88k.mh: Ditto.
3918 * config/m88k/delta88v4.mh: Ditto.
3919 * config/m88k/delta88v4.mt: Ditto.
3920 * config/m88k/delta88.mt: Ditto.
3921 * config/m88k/delta88.mh: Ditto.
3922 * remote-bug.c: Ditto.
3923 * config/m88k/tm-delta88.h: Ditto.
3924 * config/m88k/nm-delta88v4.h: Ditto.
3925 * config/m88k/xm-delta88.h: Ditto.
3926 * config/m88k/xm-dgux.h: Ditto.
3927 * config/m88k/tm-m88k.h: Ditto.
3928 * config/m88k/nm-m88k.h: Ditto.
3929 * config/m88k/tm-delta88v4.h: Ditto.
3930 * m88k-nat.c: Ditto.
3931 * cxux-nat.c: Ditto.
3932 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3933 and m88*-*-* obsolete.
3934 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3935 m88*-*-* obsolete.
3936
3937 2002-07-24 Andrew Cagney <cagney@redhat.com>
3938
3939 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3940 constant. Same for local pointer variables.
3941 (extract_signed_integer): Ditto.
3942 * defs.h (extract_unsigned_integer): Update.
3943 (extract_signed_integer): Update.
3944
3945 2002-07-24 Andrew Cagney <cagney@redhat.com>
3946
3947 * regcache.c (regcache_raw_write): Change buf parameter to a
3948 constant void pointer.
3949 (regcache_raw_read): Change buf parameter to a void pointer.
3950 (legacy_write_register_gen): Change myaddr parameter a constant
3951 void pointer.
3952 (supply_register): Change val parameter to a const void pointer.
3953 * regcache.h (regcache_raw_write): Update declaration.
3954 (regcache_raw_read): Update declaration.
3955 (supply_register): Update declaration.
3956
3957 2002-07-24 Tom Tromey <tromey@redhat.com>
3958
3959 * defs.h (gdb_readline_wrapper): Declare.
3960 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3961 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3962 * top.c (gdb_readline_wrapper): New function.
3963 (command_line_input): Use it.
3964
3965 2002-07-24 Andrew Cagney <cagney@redhat.com>
3966
3967 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3968 regcache_read and regcache_write.
3969 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3970 * regcache.c: Update.
3971 * sh-tdep.c (sh64_push_arguments): Update comment.
3972 (sh_pseudo_register_read): Update.
3973 (sh_pseudo_register_write): Update.
3974 (sh4_register_read): Update.
3975 (sh4_register_write): Update.
3976 (sh64_pseudo_register_read): Update.
3977 (sh64_pseudo_register_write): Update.
3978 (sh64_register_read): Update.
3979 (sh64_register_write): Update.
3980 * i386-tdep.c (i386_extract_return_value): Update.
3981 (i386_extract_struct_value_address): Update.
3982 (i386_extract_return_value): Update.
3983 * blockframe.c (generic_read_register_dummy): Update.
3984 (generic_call_dummy_register_unwind): Update
3985 * infrun.c (write_inferior_status_register): Update.
3986
3987 2002-07-23 Jim Blandy <jimb@redhat.com>
3988
3989 * parser-defs.h (expression_context_pc): Make this extern.
3990 (Thanks to Michael Snyder.)
3991
3992 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3993
3994 GDB 5.2.1 released from 5.2 branch.
3995 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3996 * README: Update to mention 5.2.1.
3997
3998 2002-07-23 Mark Salter <msalter@redhat.com>
3999
4000 * remote.c (remote_read_bytes): Fix check for error.
4001
4002 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4003
4004 * aix-thread.c (language.h): Include.
4005 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4006 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4007 Print newlines at end of debug messages.
4008 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4009 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4010
4011 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4012
4013 * aix-thread.c (ppc-tdep.h): Include.
4014 (special_register_p): New function.
4015 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4016 (store_regs_user_thread): Use register number information from
4017 gdbarch_tdep struct instead of hardcoded offsets relative to
4018 FIRST_UISA_SP_REGNUM.
4019 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4020 special_register_p() instead of using FPLAST_REGNUM and
4021 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4022 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4023 will be MQ's register number.
4024
4025 2002-07-22 Michael Snyder <msnyder@redhat.com>
4026
4027 * aix-thread.c (ops): Rename to aix_thread_ops.
4028 (base_ops): Rename to base_target.
4029 (ops_attach): Rename to aix_thread_attach.
4030 (ops_detach): Rename to aix_thread_detach.
4031 (ops_resume): Rename to aix_thread_detach.
4032 (ops_wait): Rename to aix_thread_wait.
4033 (ops_kill): Rename to aix_thread_kill.
4034 (init_ops): Rename to init_aix_thread_ops.
4035 (ops_fetch_register): Rename to aix_thread_fetch_register.
4036 (ops_store_register): Rename to aix_thread_store_register.
4037 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4038 (ops_thread_alive): Rename to aix_thread_thread_alive.
4039 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4040 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4041 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4042 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4043 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4044 (store_regs_lib): Rename to store_regs_user_thread.
4045 (store_regs_kern): Rename to store_regs_kernel_thread.
4046
4047 2002-07-22 Michael Snyder <msnyder@redhat.com>
4048
4049 * aix-thread.c (ops_prepare_to_store): Eliminate.
4050 (init_ops): Don't initialize ops.prepare_to_store.
4051 (store_regs_kern): Pre-fetch register buffers from child,
4052 because some registers may not be in the cache. Copy
4053 regs from register cache only if they are cached.
4054 (store_regs_lib): Copy regs from register cache only
4055 if they are cached.
4056 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4057 fill_gprs64): Ditto.
4058
4059 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4060
4061 * aix-thread.c (gdb_assert.h): Include.
4062 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4063 register sizes (from register cache) match size of buffer holding
4064 register data.
4065 (fill_sprs32): Change parameter types to match those in the ptrace()
4066 buffer.
4067 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4068 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4069
4070 2002-07-22 Michael Snyder <msnyder@redhat.com>
4071
4072 * aix-thread.c (supply_sprs64): Cosmetic change.
4073 (supply_sprs32): Cosmetic change.
4074 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4075 (fill_sprs64): Use regcache_collect instead of read_register.
4076 (store_regs_lib): Use regcache_collect instead of
4077 read_register. Use fill_sprs32 instead of fill_sprs64,
4078 if debugging a 32-bit architecture.
4079 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4080 out of the register cache, instead of passing a pointer into
4081 the register cache directly to ptrace. Use regcache_collect
4082 insteaad of read_register.
4083 (ops_prepare_to_store): Use target_read_registers instead
4084 of read_register_bytes.
4085
4086 2002-07-20 Aidan Skinner <aidan@velvet.net>
4087
4088 * MAINTAINERS: Add self under write after approval.
4089
4090 2002-07-20 Aidan Skinner <aidan@velvet.net>
4091
4092 * ada-tasks.c: Change k&r style function definitions to prototyped
4093 form.
4094
4095 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4096
4097 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4098 * x86-64-tdep.c: Include "objfiles.h".
4099 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4100 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4101
4102 2002-07-17 Michal Ludvig <michal@suse.cz>
4103
4104 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4105 (update_context): Initialise cfa variable.
4106
4107 2002-07-17 Michael Snyder <msnyder@redhat.com>
4108
4109 * aix-thread.c: Shorten some long lines.
4110 Bring comments into line with code spec.
4111
4112 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4113
4114 * infrun.c: Re-indent using gdb_indent.sh.
4115
4116 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4117
4118 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4119 Leave the indentation temporarily untouched, to minimize the diffs.
4120
4121 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4122
4123 * stabsread.c: Make os9k sections of the code obsolete,
4124 for real this time.
4125 * stabsread.h: Make os9k sections of the code obsolete.
4126
4127 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4128
4129 * linux-low.c (regsets_store_inferior_registers): Add free()
4130 at the end of a loop to prevent memory leak.
4131 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4132 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4133 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4134 line a comment.
4135 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4136
4137 2002-07-17 Jim Blandy <jimb@redhat.com>
4138
4139 * macrocmd.c (info_macro_command): Remove newline from error
4140 message.
4141
4142 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4143
4144 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4145 (sh_gdbarch_init): Use it for sh-dsp.
4146
4147 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4148
4149 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4150 64-bit DWARF2 format.
4151
4152 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4153
4154 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4155 <sys/proc.h> when not available.
4156
4157 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4158
4159 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4160 * stabsread.c: Make os9k sections of the code obsolete.
4161 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4162 * config/i386/i386os9k.mt: Make file obsolete.
4163 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4164 (COMMON_OBS): Remove os9kread.o
4165 (SFILES): Remove os9kread.c.
4166 (os9kread.o, remote-os9k.o): Make target obsolete.
4167 * remote-os9k.c: Make file obsolete.
4168 * os9kread.c: Make file obsolete.
4169 * Makefile.in
4170
4171 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4172
4173 * NEWS: Mention that the FR30 has been made obsolete.
4174 * fr30-tdep.c: Make file obsolete.
4175 * config/fr30/tm-fr30.h: Ditto.
4176 * config/fr30/fr30.mt: Ditto.
4177 * configure.tgt: Make fr30-*-elf obsolete.
4178 * MAINTAINERS: Make fr30-elf obsolete.
4179
4180 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4181
4182 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4183 found is not inside a section.
4184
4185 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4186
4187 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4188 strerror().
4189 (pdc_realloc): Use xrealloc() instead of realloc().
4190
4191 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4192
4193 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4194 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4195 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4196 macros.
4197
4198 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4199
4200 * aix-thread.c (ptrace_check): Eliminate goto.
4201 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4202 problem.
4203
4204 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4205
4206 * aix-thread.c (gdbcmd.h): Include.
4207 (DEBUG, DBG, DBG2, dbg): Eliminate.
4208 (debug_aix_thread): New static global.
4209 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4210 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4211 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4212 invocations to DBG and DBG2 macros to test against
4213 ``debug_aix_thread'' and call fprintf_unfiltered().
4214 (_initialize_aix_thread): Add new command "set debug aix-thread".
4215
4216 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4217
4218 From Gerhard Tonn <TON@de.ibm.com>:
4219 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4220 instead of supply_register.
4221
4222 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4223
4224 * dwarf2cfi.c: Include "gdb_assert.h".
4225 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4226 non-NULL.
4227 (update_context): Do not use __func__. Add missing ``break''.
4228 (update_context): Do not use __func__.
4229
4230 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4231
4232 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4233 and its setting. Set gdbarch instruction printing functions
4234 directly. For non-rs6000 case use new function
4235 gdb_print_insn_powerpc.
4236 (gdb_print_insn_powerpc): New function.
4237
4238 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4239
4240 * NEWS: Mention that the d30v has been marked obsolete.
4241 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4242 * configure.tgt: Mark d30v-*-* as obsolete.
4243 * d30v-tdep.c: Mark file as obsolete.
4244 * config/d30v/d30v.mt: Ditto.
4245 * config/d30v/tm-d30v.h: Ditto.
4246
4247 2002-07-13 Aidan Skinner <aidan@velvet.net>
4248
4249 * ada-tasks.c (add_task_entry): replace calls to
4250 malloc() with xmalloc
4251 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4252
4253 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4254 ada_finish_decode_line_1, all_sals_for_line
4255 ada_breakpoint_rewrite): replace calls to free() with xfree()
4256
4257 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4258
4259 From Nicholas Duffek (with minor changes by Martin Hunt,
4260 Louis Hamilton, and Kevin Buettner):
4261 * aix-thread.c: New file.
4262
4263 2002-07-12 Petr Sorfa <petrs@caldera.com>
4264
4265 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4266 complaint for invalid attribute class or form.
4267 (read_func_scope): DW_AT_frame_base
4268 better handling of DW_AT_block*.
4269 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4270 better handling of DW_AT_block*.
4271 (read_common_block): DW_AT_location
4272 better handling of DW_AT_block*.
4273 (read_partial_die): DW_AT_location better handling
4274 of DW_AT_block*.
4275 (new_symbol): DW_AT_external better handling of
4276 DW_AT_block*. Proper initialization of variable
4277 "addr".
4278 (attr_form_is_block): New function that returns true
4279 if the attribute's form is of DW_FORM_block*.
4280
4281 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4282
4283 * valops.c (find_method_list): Remove comment about
4284 removed STATIC_MEMFUNCP argument.
4285 (value_find_oload_method_list): Likewise.
4286
4287 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4288
4289 From Nicholas Duffek:
4290 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4291 target_new_objfile_hook.
4292
4293 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4294
4295 From Nicholas Duffek:
4296 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4297 csect.
4298
4299 2002-07-12 Andrew Cagney <cagney@redhat.com>
4300
4301 * MAINTAINERS: Mention --enable-sim-build-warnings.
4302 (m68hc11-elf): Disable sim build warnings.
4303 (m32r-elf): Mark as broken obsolete candidate.
4304 (x86_64-linux-gnu): Mark as buildable with -Werror.
4305 (arm-elf): Change -w to ``,'' which enables warnings but not
4306 -Werror.
4307
4308 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4309
4310 * bcache.h: Update copyright.
4311 (struct bstring, struct bcache): Move definition to "bcache.c".
4312 Replaced by opaque declaration.
4313 (bcache_xfree): Replace free_bcache.
4314 (bcache_xmalloc, bcache_memory_used): Declare.
4315
4316 * bcache.c: Update copyright.
4317 (struct bstring, struct bcache): Moved to here from "bcache.h".
4318 Update comments.
4319 (bcache_xmalloc, bcache_memory_used): New functions.
4320 (bcache_xfree): Replace function free_bcache.
4321
4322 * Makefile.in (objfiles.o): Add $(bcache_h).
4323 (objfiles_h): Remove $(bcache_h).
4324 (symfile.o): Add $(bcache_h).
4325
4326 * symmisc.c: Update copyright.
4327 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4328 (print_objfile_statistics): Use bcache_memory_used.
4329
4330 * symfile.c: Include "bcache.h".
4331 (reread_symbols): Use bcache_xfree.
4332 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4333 (add_psymbol_to_list): Pass psymbol_cache by value.
4334 (add_psymbol_with_dem_name_to_list): Ditto.
4335
4336 * objfiles.h: Update copyright.
4337 (struct bcache): Declare opaque. Do not include "bcache.h".
4338 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4339 bcache'' pointers.
4340 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4341
4342 * objfiles.c: Include "bcache.h". Update copyright.
4343 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4344 macro_cache.
4345 (free_objfile): Use bcache_xfree.
4346
4347 2002-07-11 Grace Sainsbury <graces@redhat.com>
4348
4349 * monitor.c (monitor_fetch_register): Make name a constant.
4350 (monitor_store_register): Same.
4351
4352 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4353
4354 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4355 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4356 (finish_block) For non-function blocks, hash the symbol table. For
4357 function blocks, mark the symbol table as unhashed.
4358 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4359 (msymbol_hash_iw): Likewise.
4360 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4361 value.
4362 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4363 (lookup_minimal_symbol): Likewise for both.
4364 * symtab.h (struct block): Add `hashtable' flag. Comment the
4365 hashtable.
4366 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4367 (ALL_BLOCK_SYMBOLS): Update.
4368 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4369 (struct symbol): Add `hash_next' pointer.
4370 * symtab.c (lookup_block_symbol): Search using the hash table when
4371 possible.
4372 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4373 (search_symbols, find_addr_symbol): Likewise.
4374
4375 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4376 (read_dst_symtab): Likewise.
4377 * jv-lang.c (get_java_class_symtab): Likewise.
4378 * mdebugread.c: Include "gdb_assert.h".
4379 (shrink_block): Assert that the block being modified is not hashed.
4380 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4381 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4382 symbols.
4383 (dump_symtab): Recognize hashed blocks.
4384 * printcmd.c (print_frame_args): Assert that function blocks do not
4385 have hashed symbol tables.
4386 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4387 (fill_in_ada_prototype, debug_print_block): Likewise.
4388 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4389
4390 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4391
4392 * stack.c (print_frame): Use result of frame_address_in_block()
4393 instead of fi->pc when evaluating symbols.
4394 (backtrace_command_1): Ditto.
4395
4396 2002-07-11 Andrew Cagney <cagney@redhat.com>
4397
4398 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4399 Make static.
4400
4401 * arm-tdep.c (arm_register_name): Make return type constant.
4402
4403 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4404
4405 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4406 prototype.
4407 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4408 * s390-tdep.c (s390_fp_regnum): Ditto.
4409 (s390_read_fp): Ditto.
4410 (s390_pop_frame): Ditto.
4411 (_initialize_s390_tdep): Ditto.
4412 * remote.c (get_remote_state): Ditto.
4413 * procfs.c (mappingflags): Ditto.
4414 * memattr.c (_initialize_mem): Ditto.
4415 * mcore-tdep.c (mcore_pop_frame): Ditto.
4416 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4417 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4418 * language.c (set_case_str): Ditto.
4419 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4420 * frv-tdep.c (new_variant): Ditto.
4421 (frv_stopped_data_address): Ditto.
4422 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4423 (context_alloc): Ditto.
4424 (frame_state_alloc): Ditto.
4425 (unwind_tmp_obstack_init): Ditto.
4426 (unwind_tmp_obstack_free): Ditto.
4427 (cfi_read_fp): Ditto.
4428 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4429 (cris_pop_frame): Ditto.
4430 * c-lang.c (scanning_macro_expansion): Ditto.
4431 (finished_macro_expansion): Ditto.
4432 (c_preprocess_and_parse): Ditto.
4433 * gdbarch.sh: Ditto.
4434 * gdbarch.h, gdbarch.c: Regenerate.
4435 * config/mn10200/tm-mn10200.h: Adjust indentation.
4436 * target.c: Adjust indentation.
4437 * symtab.h: Adjust indentation.
4438 * stabsread.h: Adjust indentation.
4439 * remote-es.c: Adjust indentation.
4440 * os9kread.c: Adjust indentation.
4441
4442 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4443
4444 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4445 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4446
4447 2002-07-10 Grace Sainsbury <graces@redhat.com>
4448
4449 * NEWS: Mention m68k, mcore multi-arching.
4450 * MAINTAINERS: Change status of m68k, mcore to reflect
4451 multi-arching.
4452
4453 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4454
4455 * valops.c (find_overload_match): Free oload_syms.
4456
4457 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4458
4459 Define HAVE_SYS_PROC_H if sys/proc.h exists
4460 * configure.in: Add check for sys/proc.h
4461 * config.in: Regenerate.
4462 * configure: Regenerate.
4463
4464 2002-07-09 Grace Sainsbury <graces@redhat.com>
4465
4466 * config/m68k/tm-m68k.h: Remove macros wrapped in
4467 #if !GDB_MULTI_ARCH.
4468
4469 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4470
4471 * config.in, configure: Regenerate.
4472
4473 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4474
4475 * dwarf2cfi.c: Include "gcore.h".
4476 (execute_stack_op): Fix implementation of the
4477 DW_OP_deref and DW_OP_deref_size operators by letting do their
4478 lookup in the target.
4479
4480 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4481
4482 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4483 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4484 tdep->sc_sp_offset.
4485
4486 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4487
4488 Fix PR gdb/595, gdb/602
4489 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4490 Don't call value_cast, just read the vtable pointer; update comments
4491 to match.
4492
4493 2002-07-05 Grace Sainsbury <graces@redhat.com>
4494
4495 * config/mcore/tm-mcore.h: Remove file.
4496 * config/mcore/mcore.mt: Remove definition of TM_FILE
4497 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4498
4499 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4500
4501 * i386bsd-tdep.c: Include "gdb_string.h".
4502
4503 2002-07-04 Grace Sainsbury <graces@redhat.com>
4504
4505 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4506 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4507 mcore-tdep.
4508 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4509 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4510 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4511 (RETVAL_REGNUM): Move macros from tm-mcore.h
4512 (mcore_reg_struct_has_addr): New function.
4513 (mcore_gdbarch_init): Added initializations for the macros removed
4514 from tm-mcore.h.
4515
4516 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4517
4518 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4519 traditonal string branding within the ELF header.
4520
4521 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4522
4523 * symtab.c (remove_params): New function.
4524 (make_symbol_overload_list): Use it instead of cplus_demangle.
4525 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4526
4527 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4528
4529 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4530
4531 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4532 New variables.
4533 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4534 and tdep->sigtramp_end.
4535 * i386obsd-nat.c: New file.
4536 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4537
4538 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4539 Don't call get_current_frame().
4540
4541 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4542
4543 * i386-nat.c (child_post_startup_inferior): New function
4544 calling i386_cleanup_dregs if
4545 I386_USE_GENERIC_WATCHPOINTS is defined.
4546 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4547 conditional to acknowledge that i386-nat.c has its
4548 own child_post_startup_inferior function.
4549
4550 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4551
4552 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4553 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4554 instead of MAX_REGISTER_RAW_SIZE.
4555 (i386_extract_return_value, i386_extract_struct_value_address):
4556 Convert to use regcache.
4557 (i386_gdbarch_init): Set max_register_raw_size and
4558 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4559 Set extract_return_value and extract_struct_value_address instead
4560 of their deprecated variants.
4561
4562 Convert i386 target to generic dummy frames.
4563 * i386-tdep.c: Include "symfile.h".
4564 (i386_frameless_signal_p): Consider a function to be frameless if
4565 the pc points at the first instruction of the function.
4566 (i386_frame_chain): Handle (generic) call dummies.
4567 (i386_frame_saved_pc): Likewise.
4568 (i386_frame_init_saved_regs): Remove code dealing with call
4569 dummies on the stack.
4570 (i386_push_dummy_frame): Removed.
4571 (i386_call_dummy_words): Removed.
4572 (i386_fix_call_dummy): Removed.
4573 (i386_push_return_address): New function.
4574 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4575 parameter, and don't call get_current_frame.
4576 (i386_pop_frame): New function.
4577 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4578 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4579 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4580 call_dummy_length to 0, set call_dummy_words to NULL, set
4581 sizeof_call_dummy_words to 0, set fix_call_dummy to
4582 generic_fix_call_dummy, set pc_in_call_dummy to
4583 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4584 generic_push_dummy_frame, set push_return_address to
4585 i386_push_return_address and set frame_chain_valid to
4586 generic_file_frame_chain_valid.
4587
4588 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4589
4590 * gdbarch.sh (struct regcache): Add opaque declaration.
4591 (EXTRACT_RETURN_VALUE): New architecture method.
4592 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4593 * gdbarch.h, gdbarch.c: Regenerate.
4594 * arch-utils.c (legacy_extract_return_value): New function.
4595 * arch-utils.h (legacy_extract_return_value): Declare.
4596 * values.c (value_being_returned): Re-enable code handling
4597 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4598 deprecated_grub_regcache_for_registers call to block handling
4599 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4600 (EXTRACT_RETURN_VALUE): Do not define.
4601
4602 2002-07-03 Grace Sainsbury <graces@redhat.com>
4603
4604 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4605 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4606 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4607 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4608 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4609 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4610 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4611 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4612 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4613 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4614 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4615 argument so the function fits the prototype in the architecture
4616 vector.
4617 (mcore_pop_frame): Remove argument so the function fits the
4618 prototype. Use get_current_frame instead of the argument.
4619 (mcore_push_arguments): Change type of struct_return so the
4620 function can be used in the architecture vector.
4621 (mcore_store_struct_return): Add.
4622 (mcore_frame_init_saved_regs): Add.
4623 (mcore_gdbarch_init): Add function calls to replace the macros
4624 removed from tm-mcore.h
4625
4626 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4627
4628 * infcmd.c (print_return_value): Remove compatibility code calling
4629 deprecated_grub_regcache_for_registers.
4630
4631 * values.c: Include "regcache.h".
4632 (value_being_returned): Update. Use
4633 deprecated_grub_regcache_for_registers to extract the register
4634 buffer address.
4635 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4636 ``struct regcache''.
4637 * Makefile.in (values.o): Add dependency on $(regcache_h).
4638
4639 * inferior.h (run_stack_dummy): Change type of second parameter to
4640 a ``struct regcache''.
4641 * valops.c (hand_function_call): Change type of retbuf to ``struct
4642 regcache''. Allocate using regcache_xmalloc, clean using
4643 make_cleanup_regcache_xfree.
4644 * infcmd.c (run_stack_dummy): Update. Use
4645 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4646
4647 * regcache.c (do_regcache_xfree): New function.
4648 (make_cleanup_regcache_xfree): New function.
4649 * regcache.h (make_cleanup_regcache_xfree): Declare.
4650
4651 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4652
4653 * event-top.c (command_line_handler): Don't read past
4654 beginning of buffer.
4655
4656 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4657
4658 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4659 struct frame_id.
4660 (varobj_create): Store frame_id for root.
4661 (varobj_gen_name): Use xasprintf.
4662 (varobj_update): Save and restore frame using get_frame_id() and
4663 frame_find_by_id().
4664 (create_child): Use xasprintf.
4665 (new_root_variable): Initialize frame_id.
4666 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4667 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4668 to prevent memory leak.
4669
4670 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4671
4672 * valops.c (hand_function_call): Move declaration of retbuf to
4673 start of function, allocate using malloc, add a cleanup but before
4674 the inf_status cleanup, cleanup the buffer. Rename local variable
4675 old_chain to inf_status_cleanup.
4676
4677 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4678
4679 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4680
4681 * cli/cli-decode.c (cmd_func_p): New function.
4682 (cmd_func): New function.
4683
4684 * command.h: Add cmd_func() and cmd_func_p().
4685
4686 2002-07-03 Grace Sainsbury <graces@redhat.com>
4687
4688 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4689 (REGISTER_SIZE): Remove.
4690 (MAX_REGISTER_RAW_SIZE): Remove.
4691 (REGISTER_VIRTUAL_TYPE): Remove.
4692 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4693 (REGISTER_NAME): Remove.
4694 (USE_GENERIC_DUMMY_FRAMES): Remove.
4695 (CALL_DUMMY): Remove.
4696 (CALL_DUMMY_START_OFFSET): Remove.
4697 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4698 (CALL_DUMMY_LOCATION): Remove.
4699 (FIX_CALL_DUMMY): Remove.
4700 (CALL_DUMMY_ADDRESS): Remove.
4701 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4702 (SAVE_DUMMY_FRAME_TOS): Remove.
4703 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4704 (mcore_register_virtual_type): New function.
4705 (mcore_register_byte): New function.
4706 (mcore_register_size): New function.
4707 (mcore_register_name): New function.
4708 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4709 macros removed from tm-mcore.h.
4710 (mcore_dump_tdep): Add.
4711 (_initialize_mcore_tdep): Add gdbarch_register call.
4712
4713 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4714
4715 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4716 frameless_look_for_prologue, such that we actually call this
4717 function.
4718
4719 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4720
4721 * frame.h (frame_address_in_block): New function.
4722
4723 * blockframe.c (frame_address_in_block): New function extracted
4724 from get_frame_block().
4725 (get_frame_block): Use frame_address_in_block().
4726 (block_innermost_frame): Use frame_address_in_block() to match
4727 the frame pc address against the block boundaries rather than
4728 the frame pc directly. This prevents a failure when a frame pc
4729 is actually a return-address pointing immediately after the end
4730 of the given block.
4731
4732 2002-07-02 Grace Sainsbury <graces@redhat.com>
4733
4734 * MAINTAINERS: Add self under write after approval.
4735
4736 2002-07-02 Grace Sainsbury <graces@redhat.com>
4737
4738 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4739 used in architecture vector. The default is
4740 m68k_local_breakpoint_from_pc.
4741 (m68k_local_breakpoint_from_pc): Add.
4742 (enum): Add register numbers from tm-m68k.h.
4743 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4744 vector.
4745 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4746 GDB_MULTI_ARCH_PARTIAL.
4747 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4748 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4749 m68k-tdep.c.
4750 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4751 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4752 to enum in m68k-tdep.c
4753
4754 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4755
4756 * solib-osf.c (open_map): Compute the list of shared libraries
4757 loaded by the inferior, rather than the list of libraries loaded
4758 by GDB itself. Otherwise, GDB ends up reading the symbols from
4759 the wrong shared libraries...
4760
4761 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4762
4763 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4764 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4765 macros.
4766 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4767 Remove functions.
4768 (FRAMELESS_SIGNAL): Remove function.
4769 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4770 i386_linux_saved_pc_after_call): Removed.
4771 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4772 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4773 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4774
4775 * i386-tdep.c (i386_frameless_signal_p): New function.
4776 (i386_frame_chain): Deal with frameless signals.
4777 (i386_sigtramp_saved_sp): New function.
4778 (i386_frame_saved_pc): Deal with frameless signals.
4779 (i386_saved_pc_after_call): Make sure the correct value is
4780 returned just after entry into a sigtramp.
4781 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4782 i386fbsd4_sc_sp_offset): New variables.
4783 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4784 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4785 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4786 similiar to what we already did for sc_pc_offset.
4787 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4788 tdep->sc_sp_offset.
4789
4790 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4791
4792 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4793
4794 * config/i386/tm-x86-64linux.h: New.
4795 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4796 definitions.
4797 * config/i386/nm-x86-64.h: Rename to ...
4798 * config/i386/nm-x86-64linux.h: ... this one.
4799 * config/i386/x86-64linux.mh: Reflect the above change.
4800
4801 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4802
4803 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4804 with sigcontext_addr. Add sc_sp_offset.
4805 (i386bsd_sigtramp_saved_pc): Remove prototype.
4806 (i386bsd_sicontext_addr): Add prototype.
4807 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4808 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4809 (i386_svr4_sigtramp_saved_pc): Removed.
4810 (i386_svr4_sigcontext_addr): New function.
4811 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4812 Initialize tdep->sigcontext_addr instead. Initialize
4813 tdep->sc_pc_offset and tdep->sc_sp_offset.
4814 (i386_gdbarch_init): Likewise.
4815 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4816 any more.
4817 (i386bsd_sigtramp_saved_pc): Remove function.
4818 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4819 Initialize tdep->sigcontext_addr instead. Initialize
4820 tdep->sc_pc_offset.
4821 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4822 of tdep->sigtramp_saved_pc.
4823 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4824 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4825 instead.
4826
4827 * i386-tdep.c (i386_frameless_function_invocation,
4828 i386_frame_num_args, i386_frame_init_saved_regs,
4829 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4830 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4831 i386_extract_return_value, i386_store_return_value,
4832 i386_extract_struct_value_address, i386_register_virtual_type,
4833 i386_register_convertible, i386_register_convert_to_virtual,
4834 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4835 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4836 static.
4837
4838 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4839
4840 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4841
4842 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4843 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4844 this macro. Include "value.h".
4845
4846 2002-06-30 Aidan Skinner <aidan@velvet.net>
4847
4848 * ada-exp.tab.c: remove as it's a generated file
4849 * ada-lex.c: remove as it's a generated file
4850
4851 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4852
4853 * config/i386/tm-i386.h (struct frame_info, struct
4854 frame_saved_regs, struct value, struct type): Remove forward
4855 declarations.
4856
4857 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4858 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4859 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4860 (FILL_FPXREGSET): Define.
4861
4862 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4863
4864 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4865 i[3456]86-*-netbsd* case.
4866 * config/i386/tm-obsd.h: Removed.
4867 * config/i386/obsd.mt: Removed.
4868 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4869 core-aout.o.
4870 (MH_CFLAGS): Add -DYYDEBUG=0.
4871
4872 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4873 i386nbsd_sc_pc_offset on OpenBSD too.
4874
4875 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4876 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4877 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4878 define.
4879 * i386bsd-tdep.c: Include "arch-utils.h".
4880 (i386bsd_aout_in_solib_call_trampoline): New function.
4881 (i386bsd_init_abi): Set in_solib_call_trampoline to
4882 i386bsd_aout_in_solib_call_trampoline.
4883 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4884 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4885
4886 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4887
4888 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4889 (struct obstack, struct bcache): Add opaque declarations.
4890 * Makefile.in (macrotab_h): Update
4891
4892 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4893
4894 * blockframe.c (generic_find_dummy_frame): Change return type to
4895 ``struct regcache''.
4896 (struct dummy_frame): Replace field ``registers'' with regcache, a
4897 struct regcache object.
4898 (generic_find_dummy_frame): Update.
4899 (generic_push_dummy_frame): Update. Use regcache_xfree,
4900 regcache_xmalloc and regcache_cpy.
4901 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4902 regcache_xfree.
4903 (deprecated_generic_find_dummy_frame): Update.
4904 (generic_read_register_dummy): Update. Use
4905 regcache_read_as_address.
4906 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4907 (generic_get_saved_register): Update. Use regcache_read.
4908
4909 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4910
4911 * Makefile.in (objfiles_h): Add $(bcache_h).
4912 * objfiles.h: Include "bcache.h".
4913
4914 * Makefile.in (symtab_h): Remove $(bcache_h).
4915 * symtab.h: Do not include "bcache.h".
4916
4917 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4918
4919 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4920 generic_func_frame_chain_valid.
4921
4922 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4923
4924 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4925 * config/i386/tm-fbsd.h: Likewise.
4926
4927 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4928
4929 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4930 generic_unwind_get_saved_register.
4931
4932 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4933
4934 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4935 * regcache.c (supply_register): Add missing argument to
4936 register_buffer call.
4937
4938 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4939
4940 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4941 Solaris /bin/grep does not not like it. From Peter Schauer.
4942
4943 2002-06-26 Tom Tromey <tromey@redhat.com>
4944
4945 * command.h (add_setshow_cmd): Declare.
4946 (add_setshow_cmd_full): Declare.
4947 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4948 returns void. Use add_setshow_cmd_full.
4949 (add_setshow_cmd_full): New function.
4950 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4951 (add_setshow_boolean_cmd): Likewise.
4952
4953 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4954
4955 * config/vax/tm-vax.h: Protect from multiple inclusion.
4956 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4957 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4958 * config/vax/tm-vaxbsd.h: ...here. New file.
4959 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4960
4961 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4962
4963 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4964 (BELIEVE_PCC_PROMOTION): Remove.
4965 (AP_REGNUM): Move to...
4966 * config/vax/nm-vax.h: ...here.
4967 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4968 (vax_breakpoint_from_pc): New function.
4969 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4970 and gdbarch_believe_pcc_promotion.
4971
4972 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4973
4974 * Makefile.in (vax_tdep_h): Define.
4975 (vax-tdep.o): Use $(vax_tdep_h).
4976 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4977 (vax_dump_tdep): New function.
4978 (_initialize_vax_tdep): Register vax_dump_tdep.
4979 * vax-tdep.h: Include osabi.h.
4980 (struct gdbarch_tdep): New.
4981
4982 2002-06-26 Andrew Cagney <cagney@redhat.com>
4983
4984 * frame.h (deprecated_generic_find_dummy_frame): Rename
4985 generic_find_dummy_frame.
4986 * blockframe.c (generic_find_dummy_frame): Make static.
4987 (deprecated_generic_find_dummy_frame): New function.
4988 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4989 generic_find_dummy_frame with deprecated_find_dummy_frame.
4990 (sh64_nofp_frame_init_saved_regs): Ditto.
4991 (sh_fp_frame_init_saved_regs): Ditto.
4992 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4993 (s390_frame_chain): Ditto.
4994 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4995
4996 2002-06-26 Grace Sainsbury <graces@redhat.com>
4997
4998 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4999 gdbarch vector are at the top.
5000 (NUM_REGS): Remove.
5001 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5002 (FRAME_ARGS_ADDRESS): Remove.
5003 (FRAME_LOCALS_ADDRESS): Remove.
5004 (FRAME_NUM_ARGS): Remove.
5005 (FRAME_ARGS_SKIP): Remove.
5006 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5007 (m68k_gdbarch_init): Add gdbarch initializations for macros
5008 undefined in tm-m68k.h
5009
5010 2002-06-26 Grace Sainsbury <graces@redhat.com>
5011
5012 * monitor.h: Add the function regname to monitor_ops
5013 structure. This way NUM_REGS does not have to be a constant.
5014 * monitor.c (monitor_fetch_register): Added support for regname
5015 function. The function is called if the array regnames is NULL.
5016 (monitor_store_register): Same.
5017 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5018 regnames array.
5019 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5020 cpu32bug_cmds.regname to point to new function.
5021 * abug-rom.c (abug_regname): Same as above.
5022 (init_abug_cmds): Same.
5023 * dbug-rom.c (dbug_regname): Same as above.
5024 (init_dbug_cmds): Same.
5025 * remote-est.c (est_regname): Same.
5026 (init_est_cmds): Same.
5027 * rom68k-rom.c (rom68k_regname): Same.
5028 (init_rom68k_cmds): Same.
5029
5030 2002-06-25 Tom Tromey <tromey@redhat.com>
5031
5032 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5033
5034 2002-06-25 Andrew Cagney <cagney@redhat.com>
5035
5036 * infrun.c (stop_registers): Change variable's type to ``struct
5037 regcache'''.
5038 (xmalloc_inferior_status): Delete function.
5039 (free_inferior_status): Delete function.
5040 (normal_stop): Use regcache_cpy.
5041 (struct inferior_status): Change type of fields ``stop_registers''
5042 and ``registers'' to ``struct regcache''.
5043 (write_inferior_status_register): Use regcache_write.
5044 (save_inferior_status): Instead of calling
5045 xmalloc_inferior_status, allocate the inf_status buffer directly.
5046 Use regcache_dup_no_passthrough and regcache_dup to save the
5047 buffers.
5048 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5049 Replace the stop_registers regcache instead of overriding it. Use
5050 regcache_xfree. Instead of calling free_inferior_status, xfree
5051 the buffer directly.
5052 (discard_inferior_status): Use regcache_xfree. Instead of calling
5053 free_inferior_status, xfree the buffer directly.
5054 (build_infrun): Use regcache_xmalloc.
5055 (_initialize_infrun): Delete redundant call to build_infrun.
5056
5057 * Makefile.in (infcmd.o): Add $(regcache_h).
5058
5059 * infcmd.c: Include "regcache.h".
5060 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5061 obtain the address of `stop_registers' register buffer.
5062 (print_return_value): Ditto.
5063
5064 * inferior.h (struct regcache): Add opaque declaration.
5065 (stop_registers): Change variable's declared type to ``struct
5066 regcache''.
5067
5068 2002-06-24 Tom Tromey <tromey@redhat.com>
5069
5070 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5071 * target.c (initialize_targets): Fixed typo in
5072 trust-readonly-sections `show' documentation.
5073
5074 * main.c: Marked all strings with _().
5075
5076 2002-06-24 Don Howard <dhoward@redhat.com>
5077
5078 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5079 that means max CORE_ADDR+1.
5080 (lookup_mem_region): Ditto.
5081 (mem_info_command): Ditto.
5082
5083 2002-06-24 Grace Sainsbury <graces@redhat.com>
5084
5085 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5086 (REGISTER_BYTES_OK): Remove.
5087 (REGISTER_BYTES): Remove.
5088 (STORE_STRUCT_RETURN): Remove.
5089 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5090 (STORE_RETURN_VALUE): Remove.
5091 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5092 (FRAME_CHAIN): Remove.
5093 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5094 (FRAME_SAVED_PC): Remove.
5095 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5096 (m68k_store_struct_return): Add.
5097 (m68k_deprecated_extract_return_value): Add.
5098 (m68k_deprecated_extract_struct_value_address): Add.
5099 (m68k_store_return_value): Add.
5100 (m68k_frame_chain): Add.
5101 (m68k_frameless_function_invocation): Add.
5102 (m68k_frame_saved_pc): Add.
5103 (m68k_gdbarch_init): added set_gdbarch calls for new
5104 functions and deleted macros.
5105
5106 2002-06-23 Tom Tromey <tromey@redhat.com>
5107
5108 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5109 (ALLDEPFILES): Likewise.
5110 (udiheaders): Removed.
5111 (udip2soc.o): Likewise.
5112 (udi2go32.o): Likewise.
5113 (udr.o): Likewise.
5114 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5115
5116 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5117
5118 * infrun.c (_initialize_infrun): Delete unnecessary call to
5119 build_infrun.
5120
5121 * regcache.h: Update comments describing the regcache_cpy family
5122 of functions.
5123 (regcache_save, regcache_restore): Delete declaration.
5124 (regcache_save_no_passthrough): Delete declaration.
5125 (regcache_restore_no_passthrough): Delete declaration.
5126 * regcache.c (regcache_save): Delete function.
5127 (regcache_save_no_passthrough): Delete function.
5128 (regcache_restore): Delete function.
5129 (regcache_restore_no_passthrough): Delete function.
5130
5131 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5132
5133 * config/m68k/tm-m68k.h: Fix typo.
5134 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5135 (m68k_frame_init_saved_regs): Declare.
5136
5137 2002-06-21 Jim Blandy <jimb@redhat.com>
5138
5139 Remove some vestiges of Harris 88k support.
5140 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5141 register numbering quirk.
5142 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5143 odd symbols occurring in Harris 88k ELF targets.
5144
5145 2002-06-21 Tom Tromey <tromey@redhat.com>
5146
5147 * gdb_locale.h: New file.
5148 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5149 (defs_h): Added gdb_locale.h.
5150 * configure, config.in: Rebuilt.
5151 * configure.in (PACKAGE): Define.
5152 * defs.h: Include gdb_locale.h.
5153 * main.c (captured_main): Call setlocale, bindtextdomain,
5154 textdomain.
5155
5156 2002-06-21 Dave Brolley <brolley@redhat.com>
5157
5158 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5159 * config/frv/frv.mt: New file.
5160 * config/frv/tm-frv.h: New file.
5161 * configure.tgt: Support frv-*-*.
5162 * Makefile.in (frv-tdep.o): New target.
5163 * frv-tdep.c: New file.
5164 * NEWS: Mention frv.
5165
5166 2002-06-21 Dave Brolley <brolley@redhat.com>
5167
5168 * MAINTAINERS: Add self to "Write After Approval" list.
5169
5170 2002-06-21 Grace Sainsbury <graces@redhat.com>
5171
5172 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5173 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5174 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5175 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5176 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5177
5178 * m68k-tdep.c: Include arch-utils.h
5179 (m68k_register_raw_size): Add.
5180 (m68k_register_virtual_size): Add.
5181 (m68k_register_virtual_type): Add.
5182 (m68k_register_name): Add.
5183 (m68k_stack_align): Add.
5184 (m68k_register_byte): Add.
5185 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5186 tm-m68k.h.
5187
5188 2002-06-21 Grace Sainsbury <graces@redhat.com>
5189
5190 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5191 m68k_find_saved_regs.
5192 (m68k_pop_frame): Removed saved_regs structure, and replaced
5193 references to it with frame->saved_regs.
5194 (m68k_gdbarch_init): Added function calls to initialize the
5195 gdbarch structure.
5196 (m68k_fix_call_dummy): Add.
5197 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5198 (CALL_DUMMY): Remove.
5199 (CALL_DUMMY_LENGTH): Remove.
5200 (CALL_DUMMY_START_OFFSET): Remove.
5201 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5202 (FIX_CALL_DUMMY): Remove.
5203 (PUSH_DUMMY_FRAME): Remove.
5204 (POP_FRAME): Remove.
5205
5206 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5207
5208 * parse.c (parse_fprintf): New function used to avoid calls to
5209 fprintf in bison parser generated debug code.
5210 * parser-defs.h: Declaration of new parse_fprintf function.
5211 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5212 Set YYDEBUG to 1 by default.
5213 Set YYFPRINTF as parse_fprintf.
5214
5215 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5216
5217 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5218 encoding anymore.
5219 (pointer_encoding, enum ptr_encoding): New.
5220 (execute_cfa_program): Take care about pointer encoding.
5221 (dwarf2_build_frame_info): Only call parse_frame_info for
5222 .debug_frame and .eh_frame.
5223 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5224 fixed augmentation handling, added relative addressing,
5225 ignore duplicate FDEs. Added comments.
5226 * dwarf2cfi.c: Reindented.
5227
5228 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5229
5230 * event-top.c (command_handler): Don't use space_at_cmd_start
5231 unless there is sbrk() on the host. Assign time and space data
5232 to union fields of the appropriate length.
5233
5234 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5235
5236 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5237 x86_64_register_name. Return type changed to 'const char *'.
5238 (x86_64_register_name2nr): Rename to x86_64_register_number.
5239 (x86_64_gdbarch_init): Update to reflect the change.
5240 * x86-64-tdep.h: Ditto.
5241 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5242 (supply_fpregset): Ditto.
5243
5244 2002-06-19 Andrew Cagney <cagney@redhat.com>
5245
5246 * regcache.h: Update copyright.
5247 (struct regcache, struct gdbarch): Add opaque declarations.
5248 (current_regcache): Declare global variable.
5249 (regcache_read, regcache_write): Add gdbarch parameter.
5250 (regcache_save, regcache_save_no_passthrough)
5251 (regcache_restore, regcache_restore_no_passthrough)
5252 (regcache_dup, regcache_dup_no_passthrough)
5253 (regcache_cpy, regcache_cpy_no_passthrough)
5254 (deprecated_grub_regcache_for_registers)
5255 (deprecated_grub_regcache_for_register_valid)
5256 (regcache_valid_p): Add function declarations.
5257
5258 * regcache.c: Update copyright.
5259 (regcache_descr_handle): New global variable.
5260 (struct regcache_descr): Define.
5261 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5262 (regcache_descr, xfree_regcache_descr): New functions.
5263 (struct regcache): Define.
5264 (regcache_xmalloc, regcache_xfree): New functions.
5265 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5266 (regcache_dup, regcache_dup_no_passthrough): New functions.
5267 (regcache_valid_p, regcache_read_as_address): New functions.
5268 (deprecated_grub_regcache_for_registers): New function.
5269 (deprecated_grub_regcache_for_register_valid): New function.
5270 (current_regcache): New global variable.
5271 (register_buffer): Add regcache parameter. Update calls.
5272 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5273 (read_register_gen, write_register_gen): Update register_buffer
5274 call. Test for legacy_p instead of gdbarch_register_read_p or
5275 gdbarch_register_write_p.
5276 (regcache_collect): Update register_buffer call.
5277 (build_regcache): Rewrite. Use deprecated grub functions.
5278 (regcache_save, regcache_save_no_passthrough): New functions.
5279 (regcache_restore, regcache_restore_no_passthrough): New
5280 functions.
5281 (_initialize_regcache): Create the regcache_data_handle. Swap
5282 current_regcache global variable.
5283
5284 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5285 parameter to regcache_read and regcache_write calls.
5286 (sh4_register_read): Ditto.
5287 (sh64_pseudo_register_read): Ditto.
5288 (sh64_register_read): Ditto.
5289 (sh_pseudo_register_write): Ditto.
5290 (sh4_register_write): Ditto.
5291 (sh64_pseudo_register_write): Ditto.
5292 (sh64_register_write): Ditto.
5293
5294 * defs.h (XCALLOC): Define.
5295
5296 2002-06-19 Grace Sainsbury <graces@redhat.com>
5297
5298 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5299 * m68k-tdep.c (m68k_gdbarch_init): Added.
5300 (m68k_dump_tdep): Added.
5301
5302 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5303
5304 * ada-lang.c (fill_in_ada_prototype): Update comment.
5305
5306 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5307
5308 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5309 MIPS_ABI_LAST.
5310 (mips_abi_string, mips_abi_strings): New.
5311 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5312 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5313 tdep->mips_abi_string. Honor mips_abi_string. Default to
5314 O32 if no ABI is found.
5315 (mips_dump_tdep): Use mips_abi_strings.
5316 (mips_abi_update): New function.
5317 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5318 ``set mips abi'' and ``show mips abi''. Check the size of
5319 mips_abi_strings.
5320
5321 2002-06-19 Andrew Cagney <cagney@redhat.com>
5322
5323 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5324 constant.
5325
5326 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5327
5328 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5329 current frame using only the first stack size adjustment. All
5330 subsequent size adjustments are not considered to be part of
5331 the "static" part of the current frame.
5332 Compute the address of the saved registers relative to the
5333 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5334 in use in this frame.
5335
5336 2002-06-18 Don Howard <dhoward@redhat.com>
5337
5338 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5339 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5340 suggesting this solution.
5341
5342 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5343
5344 * config/romp/xm-rtbsd.h: Delete file.
5345 * config/romp/rtbsd.mh: Delete file.
5346
5347 2002-06-18 Keith Seitz <keiths@redhat.com>
5348
5349 * breakpoint.c (condition_command): Post breakpoint_modify
5350 when a condition is added to an existing breakpoint.
5351 (commands_command): Likewise for commands.
5352 (set_ignore_count): Likewise for ignore counts.
5353 If no tty, do not simply return, still need to send event
5354 notification.
5355 (ignore_command): Only print a newline if the command came
5356 from a tty.
5357 Don't call breakpoints_changed, since this is now properly
5358 handled by set_ignore_count.
5359
5360 2002-06-18 Andrew Cagney <cagney@redhat.com>
5361
5362 * MAINTAINERS: Note that cris-elf target can be compiled with
5363 -Werror.
5364 * cris-tdep.c (cris_register_name): Make return type constant.
5365 (cris_breakpoint_from_pc): Ditto.
5366
5367 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5368
5369 * frame.h (struct frame_info): Change type of context to
5370 'struct context'.
5371
5372 2002-06-17 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5375 pointer.
5376 * gdbarch.h, gdbarch.c: Regenerate.
5377 * config/mips/tm-mips.h (mips_register_name): Update.
5378 * i386-tdep.h (i386_register_name): Update.
5379 * mips-tdep.c (mips_register_name): Update
5380 * alpha-tdep.c (alpha_register_name): Update.
5381 * arch-utils.c (legacy_register_name): Update.
5382 * arch-utils.h (legacy_register_name): Update.
5383 * avr-tdep.c (avr_register_name): Update.
5384 * ia64-tdep.c (ia64_register_name): Update.
5385 * i386-tdep.c (i386_register_name): Update.
5386 * sparc-tdep.c (sparc32_register_name): Update.
5387 (sparc64_register_name): Update.
5388 (sparclite_register_name): Update.
5389 (sparclet_register_name): Update.
5390 * sh-tdep.c (sh_generic_register_name): Update.
5391 (sh_sh_register_name): Update.
5392 (sh_sh3_register_name): Update.
5393 (sh_sh3e_register_name): Update.
5394 (sh_sh_dsp_register_name): Update.
5395 (sh_sh3_dsp_register_name): Update.
5396 (sh_sh4_register_name): Update.
5397 (sh_sh64_register_name): Update.
5398 * s390-tdep.c (s390_register_name): Update.
5399 * rs6000-tdep.c (rs6000_register_name): Update.
5400 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5401 (ns32k_register_name_32382): Update.
5402 * d10v-tdep.c (d10v_ts2_register_name): Update.
5403 (d10v_ts3_register_name): Update.
5404 * xstormy16-tdep.c (xstormy16_register_name): Update.
5405 * vax-tdep.c (vax_register_name): Update.
5406 * v850-tdep.c (v850_register_name): Update.
5407 * m68hc11-tdep.c (m68hc11_register_name): Update.
5408 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5409 (am33_register_name): Update.
5410
5411 2002-06-17 Grace Sainsbury <graces@redhat.com>
5412
5413 * m68k-tdep.c: Reindented.
5414
5415 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5416
5417 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5418 list of predefined types.
5419
5420 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5421
5422 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5423 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5424 REGISTER_CONVERT_TO_RAW): Remove defines.
5425 (i386_register_virtual_type, i386_register_convertible,
5426 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5427 Remove prototypes.
5428 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5429 macros mentioned above.
5430
5431 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5432 (i386lynx_saved_pc_after_call): Remove prototype.
5433 * i386ly-tdep.c: Include "i386-tdep.h".
5434 (i386lynx_saved_pc_after_call): Make static. Use
5435 read_memory_nobpt instead of read_memory. Use
5436 read_memory_unsigned_integer instead of read_memory_integer.
5437 (i386lynx_init_abi): New function.
5438 (i386lynx_coff_osabi_sniffer): New function.
5439 (_initialize_i386bsd_tdep): New function.
5440
5441 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5442 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5443 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5444 (i386_fix_call_dummy): Remove prototype.
5445 * i386-tdep.c (i386_call_dummy_words): New variable.
5446 (i386_gdbarch_init): Adjust for removal of the
5447 macros mentioned above.
5448
5449 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5450
5451 * command.h (add_setshow_auto_boolean_cmd): Replace
5452 add_set_auto_boolean_cmd.
5453 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5454 add_set_auto_boolean_cmd.
5455 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5456 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5457 mask-address'' command.
5458 (show_mask_address): Add cmd parameter.
5459 * remote.c (add_packet_config_cmd): Update. Change type of
5460 set_func and show_func to cmd_sfunc_ftype.
5461 (_initialize_remote): Update `set remote Z-packet'
5462 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5463 (show_remote_protocol_e_packet_cmd): Ditto.
5464 (show_remote_protocol_E_packet_cmd): Ditto.
5465 (show_remote_protocol_P_packet_cmd): Ditto.
5466 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5467 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5468 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5469 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5470 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5471 (show_remote_protocol_Z_packet_cmd): Ditto.
5472 (show_remote_protocol_binary_download_cmd): Ditto.
5473 (show_remote_cmd): Pass NULL to all of above.
5474
5475 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5476
5477 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5478 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5479 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5480 POP_FRAME): Remove defines.
5481 (i386_push_arguments, i386_store_struct_return,
5482 i386_extract_return_value, i386_store_return_value,
5483 i386_extract_struct_value_address, i386_push_dummy_frame,
5484 i386_pop_frame): Renove prototypes.
5485 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5486 macros mentioned above.
5487
5488 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5489
5490 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5491 add_set_boolean_cmd.
5492 (add_setshow_cmd): New function.
5493 * command.h (add_setshow_boolean_cmd): Replace
5494 add_set_boolean_cmd.
5495 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5496 and ``set rdiromatzero''.
5497 * maint.c (_initialize_maint_cmds): Update commented out code.
5498 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5499 * target.c (initialize_targets): Update `set
5500 trust-readonly-sections'.
5501 * remote.c (_initialize_remote): Update `set remotebreak'.
5502
5503 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5504
5505 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5506 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5507 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5508 fit into multi-arch framework.
5509 (i386_breakpoint_from_pc): New function.
5510 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5511 above.
5512
5513 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5514 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5515 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5516 (i386_frameless_function_invocation, i386_frame_num_args,
5517 i386_frame_init_saved_regs): Remove prototypes.
5518 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5519 macros mentioned above.
5520
5521 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5522
5523 * cli/cli-decode.c (set_cmd_cfunc): Update.
5524 (set_cmd_sfunc): Update.
5525 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5526 (set_cmd_sfunc, set_cmd_cfunc): Update.
5527 * cli/cli-decode.h: Update.
5528
5529 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5530
5531 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5532 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5533
5534 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5535
5536 * defs.h (auto_boolean): Declare enum.
5537 * command.h (cmd_auto_boolean): Delete enum.
5538 * mips-tdep.c (mask_address_var): Update.
5539 (mips_mask_address_p): Update.
5540 (show_mask_address): Update.
5541 * remote.c (struct packet_config): Update.
5542 (update_packet_config): Update.
5543 (show_packet_config_cmd): Update.
5544 (packet_ok): Update.
5545 (add_packet_config_cmd): Update.
5546 (_initialize_remote):
5547 * command.h: Update.
5548 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5549 (do_setshow_command): Update.
5550 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5551 * cli/cli-decode.h: Update.
5552
5553 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5554
5555 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5556 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5557 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5558 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5559 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5560 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5561
5562 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5563 list of DJGPP COFF targets.
5564
5565 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5566 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5567 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5568 (FP0_REGNUM): Remove define.
5569 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5570 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5571 (i386_register_virtual_size): Remove protoype.
5572 * i386-tdep.c (i386_register_virtual_size): Removed.
5573 (i386_extract_return_value, i386_store_return_value): Use
5574 FP0_REGNUM instead of NUM_FREGS to determine whether the
5575 floating-point registers are available.
5576 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5577 Adjust for removal of macros mentioned above.
5578
5579 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5580
5581 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5582 comments.
5583 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5584 Remove prototypes.
5585 (supply_gregset, fill_gregset): Remove use of register keyword and
5586 remove declaration for regmap. Use I386_NUM_GREGS instead of
5587 NUM_REGS and NUM_FREGS.
5588 (FPREGSET_FSAVE_OFFSET): Remove.
5589 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5590 NUM_FREGS to determine whether the floating-point registers are
5591 available.
5592
5593 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5594 gnu_store_registers): Replace usage of NUM_GREGS with
5595 I386_NUM_GREGS.
5596
5597 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5598 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5599 usage of NUM_GREGS with I386_NUM_GREGS.
5600
5601 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5602
5603 * i386bsd-nat.c: Include "i386-tdep.h".
5604 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5605 I386_NUM_GREGS.
5606
5607 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5608 and associated comment. They no longer make any sense, since we
5609 don't use this file anymore on Linux.
5610
5611 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5612 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5613 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5614 elements in these arrays.
5615 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5616 MAX_NUM_REGS.
5617
5618 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5619
5620 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5621 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5622
5623 2002-06-14 Andrew Cagney <cagney@redhat.com>
5624
5625 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5626 EXTRACT_RETURN_VALUE.
5627 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5628 EXTRACT_STRUCT_VALUE_ADDRESS.
5629 * gdbarch.h, gdbarch.c: Regenerate.
5630
5631 * values.c (value_being_returned): Handle
5632 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5633 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5634
5635 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5636 * arm-tdep.c (arm_gdbarch_init): Update.
5637 * avr-tdep.c (avr_gdbarch_init): Update.
5638 * cris-tdep.c (cris_gdbarch_init): Update.
5639 * d10v-tdep.c (d10v_gdbarch_init): Update.
5640 * ia64-tdep.c (ia64_gdbarch_init): Update.
5641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5642 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5643 * s390-tdep.c (s390_gdbarch_init): Update.
5644 * sh-tdep.c (sh_gdbarch_init): Update.
5645 * s390-tdep.c (s390_gdbarch_init): Update.
5646 * sparc-tdep.c (sparc_gdbarch_init): Update.
5647 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5648 * v850-tdep.c (v850_gdbarch_init): Update.
5649 * vax-tdep.c (vax_gdbarch_init): Update.
5650 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5651 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5652
5653 * config/arc/tm-arc.h: Update.
5654 * config/d30v/tm-d30v.h: Update.
5655 * config/fr30/tm-fr30.h: Update.
5656 * config/h8300/tm-h8300.h: Update.
5657 * config/h8500/tm-h8500.h: Update.
5658 * config/i386/tm-i386.h: Update.
5659 * config/i386/tm-ptx.h: Update.
5660 * config/i386/tm-symmetry.h: Update.
5661 * config/i960/tm-i960.h: Update.
5662 * config/m32r/tm-m32r.h: Update.
5663 * config/m68k/tm-delta68.h: Update.
5664 * config/m68k/tm-linux.h: Update.
5665 * config/m68k/tm-m68k.h: Update.
5666 * config/m88k/tm-m88k.h: Update.
5667 * config/mcore/tm-mcore.h: Update.
5668 * config/mips/tm-mips.h: Update.
5669 * config/mn10200/tm-mn10200.h: Update.
5670 * config/pa/tm-hppa.h: Update.
5671 * config/pa/tm-hppa64.h: Update.
5672 * config/sparc/tm-sp64.h: Update.
5673 * config/sparc/tm-sparc.h: Update.
5674 * config/sparc/tm-sparclet.h: Update.
5675 * config/z8k/tm-z8k.h: Update.
5676
5677 2002-06-14 Andrew Cagney <cagney@redhat.com>
5678
5679 * Makefile.in (i386_linux_tdep_h): Define.
5680 (i386_tdep_h, i387_tdep_h): Define.
5681 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5682 $(i386_tdep_h) and $(i387_tdep_h).
5683 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5684
5685 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5686
5687 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5688 Already covered by the default.
5689
5690 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5691 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5692 (i386_gdbarch_init): Initialize long_double_format and long_double
5693 bit.
5694
5695 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5696 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5697 Move these to ...
5698 * config/i386/i386sol2.mh: ... here.
5699 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5700 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5701 (SIGCONTEXT_PC_OFFSET): Remove define.
5702 (IN_SIGTRAMP): Remove define.
5703 * i386-sol2-tdep.c: New file.
5704
5705 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5706 * config/i386/tm-i386nw.h: Removed.
5707
5708 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5709 USE_STRUCT_CONVENTION): Remove defines.
5710 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5711 (get_longjmp_target): Remove prototype.
5712 (IN_SIGTRAMP): Remove define.
5713 (i386bsd_in_sigtramp): Remove prototype.
5714 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5715 function. Update comment accordingly
5716 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5717 (FRAME_SAVED_PC): Remove define.
5718 (i386bsd_frame_saved_pc): Remove prototype.
5719 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5720 GET_LONGJMP_TARGET): Remove defines.
5721 (get_longjmp_target): Remove prototype.
5722 (IN_SIGTRAMP): Remove define.
5723 (i386bsd_in_sigtramp): Remove prototype.
5724 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5725 function. Update comment accordingly
5726 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5727 (FRAME_SAVED_PC): Remove define.
5728 (i386bsd_frame_saved_pc): Remove prototype.
5729 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5730 Remove prototype.
5731 (USE_STRUCT_CONVENTION): Remove prototype.
5732 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5733 declaration.
5734 (_initialize_i386bsd_nat): Revise logic to determine some
5735 constants at compile time when compiling a native GDB. Warn if
5736 things don't match up with what we expect.
5737 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5738 Remove variables.
5739 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5740 to use date stored in `struct gdbarch_tdep'.
5741 (i386bsd_sigcontext_offset): Remove varaible.
5742 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5743 stored in `struct gdbarch_tdep'.
5744 (i386bsd_frame_saved_pc): Make static.
5745 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5746 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5747 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5748 i386fbsd4_sc_pc_offset): New variables.
5749 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5750 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5751 functions.
5752 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5753 functions.
5754 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5755 Modify the value of i386fbsd_sigtramp_start and
5756 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5757 i386fbsd_sigtramp_end.
5758 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5759 function.
5760
5761 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5762 define to i386-linux-tdep.h.
5763 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5764 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5765 defines.
5766 (i386_linux_register_name, i386_linux_register_byte,
5767 i386_linux_register_raw_size): Remove prototypes.
5768 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5769 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5770 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5771 TARGET_WRITE_PC): Remove defines.
5772 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5773 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5774 i386_linux_write_pc): Remove prototypes.
5775 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5776 (get_longjmp_target): Remove prototype.
5777 * i386-linux-tdep.h: New file.
5778 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5779 * i386-linux-tdep.c: Include "i386-tdep.h" and
5780 "i386-linux-tdep.h".
5781 (i386_linux_register_name, i386_linux_register_byte,
5782 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5783 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5784 Make static.
5785 (i386_linux_init_abi): New function.
5786 (_initialize_i386_linux_tdep): New function.
5787
5788 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5789 (i386_saved_pc_after_call): Remove prototype.
5790 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5791 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5792 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5793 (i386_register_name, i386_stab_reg_to_regnum,
5794 i386_dwarf_reg_to_regnum): Remove prototypes.
5795 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5796 SIZEOF_SSE_REGS): Remove defines.
5797 (REGISTER_BYTES): Remove define.
5798 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5799 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5800 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5801 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5802 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5803 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5804 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5805 (get_longjmp_target): Remove prototype.
5806 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5807 (sigtramp_saved_pc): Remove define.
5808 (i386v4_sigtramp_saved_pc): Remove prototype.
5809 * config/i386/tm-go32.h (FRAME_CHAIN,
5810 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5811 (i386go32_frame_saved_pc): Remove prototype.
5812 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5813 (get_longjmp_target): Remove prototype.
5814 * i386-tdep.h: Include "osabi.h".
5815 (enum i386_abi): Removed.
5816 (enum struct_return): New enum.
5817 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5818 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5819 sc_pc_offset members.
5820 (i386_gdbarch_register_os_abi): Remove prototype.
5821 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5822 I386_SSE_NUM_REGS): New defines.
5823 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5824 I386_SSE_SIZEOF_REGS): New defines.
5825 (i386_register_name, i386_register_byte, i386_register_raw_size):
5826 New prototypes.
5827 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5828 (i386bsd_sigtramp_saved_pc): New prototype.
5829 * i386-tdep.c: Don't include "elf-bfd.h".
5830 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5831 i386_frame_chain, i386_saved_pc_after_call): Make static.
5832 (i386_frame_saved_pc): Rewrite to call architecture dependent
5833 function to deal with signal handlers. Make static.
5834 (i386go32_frame_saved_pc): Removed.
5835 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5836 Removed.
5837 (i386_get_longjmp_target): New function.
5838 (default_struct_convention, pcc_struct_convention,
5839 reg_struct_convention, valid_conventions, struct_convention): New
5840 variables.
5841 (i386_use_struct_convention): New function.
5842 (i386v4_sigtramp_saved_pc): Renamed to
5843 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5844 (i386_pc_in_sigtramp): New function.
5845 (i386_abi_names): Removed.
5846 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5847 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5848 Removed.
5849 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5850 i386_gdbarch_register_os_abi): Removed.
5851 (struct i386_abi_handler): Removed.
5852 (i386_abi_handler_list): Removed.
5853 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5854 functions.
5855 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5856 i386_nw_init_abi): New functions.
5857 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5858 Use set_gdbarch_xxx() calls instead of relying on macros for a
5859 number of calls.
5860 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5861 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5862 Register the various architecture variants defined in this file.
5863
5864 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5865
5866 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5867 (struct main_type): Remove arg_types member. Update comments for
5868 struct field.
5869 (TYPE_ARG_TYPES): Remove.
5870 (TYPE_FN_FIELD_ARGS): Update.
5871 (smash_to_method_type): Update prototype.
5872
5873 * c-typeprint.c (cp_type_print_method_args): Take method type
5874 instead of argument list. Use new argument layout. Simplify.
5875 (c_type_print_args): Use new argument layout. Simplify.
5876 (c_type_print_base): Update call to cp_type_print_method_args.
5877 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5878 argument; use die->type instead. Update call to
5879 smash_to_method_type.
5880 (read_structure_scope): Update call to dwarf2_add_member_fn.
5881 * gdbtypes.c (allocate_stub_method): Update comment.
5882 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5883 Use new argument layout.
5884 (check_stub_method): Use new argument layout. Don't count
5885 void as an argument.
5886 (print_arg_types): Update comments. Use new argument layout.
5887 (recursive_dump_type): Don't print arg_types member.
5888 * hpread.c (hpread_read_struct_type): Use new argument layout.
5889 (fixup_class_method_type): Likewise.
5890 (hpread_type_lookup): Likewise.
5891 * stabsread.c (read_type): Update calls to read_args and
5892 smash_to_method_type.
5893 (read_args): Use new argument layout. Simplify.
5894 * valops.c (typecmp): Use new argument layout. Update parameters
5895 and comments. Simplify.
5896 (hand_function_call): Use new argument layout.
5897 (search_struct_method): Update call to typecmp.
5898 (find_overload_match): Use new argument layout.
5899
5900 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5901
5902 * NEWS: Mention multithreaded debug support for gdbserver.
5903
5904 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5905
5906 * MAINTAINERS: Mention NEWS.
5907
5908 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5909
5910 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5911 (struct mips_objfile_private, compare_pdr_entries): New.
5912 (non_heuristic_proc_desc): Read the ".pdr" section if it
5913 is present.
5914
5915 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5916
5917 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5918 (arm_debug): New static variable.
5919 (_initialize_arm_tdep): Add ``set debug arm'' command.
5920
5921 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5922
5923 * Makefile.in (sim_arm_h): Define.
5924 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5925 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5926 (arm_register_sim_regno): New function, map an internal REGNUM
5927 onto a simulator register number.
5928 (arm_gdbarch_init): Set register_sim_regno.
5929
5930 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5931
5932 * MAINTAINERS: Add self.
5933
5934 2002-06-11 Jim Blandy <jimb@redhat.com>
5935
5936 * source.c (source_info): Mention whether the symtab has
5937 information about preprocessor macros.
5938
5939 Call the command `info macro', not `show macro'.
5940 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5941 Fix error message.
5942 (_initialize_macrocmd): Register `info_macro_command' in
5943 `infolist', not `showlist'.
5944
5945 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5946
5947 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5948 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5949 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5950 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5951 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5952 unconditionally.
5953 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5954 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5955 (_initialize_mips_tdep): Remove dead code.
5956 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5957 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5958 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5959 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5960 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5961 MIPS_LAST_FP_ARG_REGNUM): Remove.
5962
5963 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5964
5965 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5966 (unwind_tmp_obstack_free, parse_frame_info)
5967 (update_context, cfi_read_fp, cfi_write_fp)
5968 (cfi_frame_chain, cfi_init_extra_frame_info)
5969 (cfi_virtual_frame_pointer): Use the above function.
5970 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5971
5972 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5973
5974 * v850-tdep.c (v850_type_is_scalar): New function.
5975 (v850_use_struct_convention): Match current gcc implementation
5976 as close as possible.
5977 (v850_push_arguments): Fix stack_offset handling. Don't write
5978 struct_addr into register. This is done by v850_store_struct_return.
5979 (v850_extract_return_value): Care for structs.
5980 (v850_store_return_value): Ditto.
5981 (v850_store_struct_return): Actually write address.
5982
5983 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5984
5985 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5986 without debug information too.
5987
5988 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5989
5990 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5991 Make multi-arch pure.
5992 * gdbarch.h, gdbarch.c: Re-generate.
5993 * arm-tdep.c (arm_print_float_info): Update.
5994 * arch-utils.h (default_print_float_info): Update.
5995 * arch-utils.c (default_print_float_info): Update.
5996 * infcmd.c (float_info): Update call.
5997
5998 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5999
6000 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6001 the front of the initialize list.
6002
6003 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6004
6005 * infrun.c (struct inferior_status): Replace fields
6006 selected_frame_address and selected_level with field
6007 selected_frame_id.
6008 (save_inferior_status): Update. Use get_frame_id.
6009 (struct restore_selected_frame_args): Delete.
6010 (restore_selected_frame): Update. Use frame_find_by_id.
6011 (restore_inferior_status): Update.
6012
6013 * breakpoint.h (struct breakpoint): Change type of
6014 watchpoint_frame to frame_id.
6015 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6016 call to get_current_frame.
6017 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6018 get_current_frame.
6019 (watchpoint_check): Use frame_find_by_id.
6020
6021 * frame.h (record_selected_frame): Delete declaration.
6022 * stack.c (record_selected_frame): Delete function.
6023
6024 * frame.h (struct frame_id): Define.
6025 (get_frame_id): Declare.
6026 (frame_find_by_id): Declare.
6027 * frame.c (frame_find_by_id): New function.
6028 (get_frame_id): New function.
6029
6030 2002-06-10 Andrey Volkov <avolkov@transas.com>
6031
6032 * ser-e7kpc.c: Fix duplicated define and call of
6033 _initialize_ser_e7000pc
6034
6035 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6036
6037 * signals/signals.c (target_signal_from_host): Fix #ifdef
6038 SIGRTMIN case.
6039 (do_target_signal_to_host): Likewise.
6040
6041 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6042
6043 * mips-tdep.c (mips_find_abi_section): New function.
6044 (mips_gdbarch_init): Call it.
6045
6046 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6047
6048 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6049 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6050 after Andrew's 2002-06-08 gdbarch change.
6051
6052 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6053
6054 * i386-linux-nat.c (suppy_gregset): Don't supply
6055 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6056 register cache.
6057 (fill_gregset): Don't fetch it under the same circumstances.
6058
6059 2002-06-09 Andrew Cagney <cagney@redhat.com>
6060
6061 * Makefile.in (callback_h): Define.
6062 (remote_sim_h): Update path to remote-sim.h.
6063 (remote-rdp.o): Add $(callback_h).
6064 (remote-sim.o): Use $(callback_h).
6065 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6066 * remote-rdp.c: Include "gdb/callback.h".
6067
6068 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6069
6070 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6071 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6072
6073 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6074
6075 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6076 * rdi-share/serpardr.c: Ditto.
6077 * rdi-share/unixcomm.c: Ditto.
6078 * rdi-share/serdrv.c: Ditto.
6079 * rdi-share/hostchan.h: Ditto.
6080 * rdi-share/hostchan.c: Ditto.
6081 * rdi-share/host.h: Ditto.
6082 * rdi-share/devsw.c: Ditto.
6083
6084 * objfiles.h: Change type of obj_private to void pointer.
6085 * pa64solib.c: Update copyright. Don't include "assert.h", use
6086 strcmp instead of STREQ, use LONGEST, do not use PTR
6087 * somsolib.c: Ditto.
6088
6089 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6090 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6091 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6092
6093 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6094
6095 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6096 (default_get_saved_register): Delete function.
6097 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6098 generic_unwind_get_saved_register.
6099 * gdbarch.h, gdbarch.c: Re-generate.
6100
6101 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6102
6103 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6104 generic_func_frame_chain_valid.
6105 * gdbarch.h, gdbarch.c: Re-generate.
6106 * blockframe.c (generic_func_frame_chain_valid): Only check
6107 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6108 passing FP to PC_IN_CALL_DUMMY.
6109 Fix PR gdb/360.
6110
6111 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6112
6113 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6114 (register_gdbarch_data): Initialize init_p.
6115 (gdbarch_data): Initialize data pointer using the init function.
6116 (init_gdbarch_data): Delete function.
6117 (gdbarch_update_p): Update.
6118 (initialize_non_multiarch): Update.
6119 (struct gdbarch): Add field initialized_p.
6120 * gdbarch.h, gdbarch.c: Re-generate.
6121
6122 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6123
6124 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6125 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6126 better do the things actually here.
6127 * x86-64-tdep.c (x86_64_register_name2nr): New.
6128 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6129 (x86_64_gdbarch_init): Respect the above change.
6130 * x86-64-tdep.h (x86_64_register_name2nr)
6131 (x86_64_register_nr2name): Add prototypes.
6132 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6133
6134 2002-06-06 Michael Snyder <msnyder@redhat.com>
6135
6136 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6137 Delete extra braces and re-indent.
6138 (d10v_store_return_value): Char return values
6139 must be shifted over by one byte in R0.
6140 (d10v_extract_return_value): Delete extra braces, re-indent.
6141
6142 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6143
6144 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6145 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6146 (d10v_integer_to_address): Rewrite.
6147 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6148 the d10v specific functions which take care of converting to the
6149 correct space.
6150
6151 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6152
6153 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6154 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6155
6156 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6157
6158 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6159 includes.
6160 * config/tm-linux.h: Ditto.
6161 * config/alpha/tm-alphalinux.h: Ditto.
6162 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6163 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6164 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6165 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6166 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6167 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6168 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6169 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6170 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6171 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6172 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6173 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6174 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6175 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6176 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6177 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6178 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6179 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6180 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6181 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6182 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6183 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6184 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6185 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6186 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6187 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6188 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6189 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6190 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6191 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6192 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6193 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6194 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6195 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6196 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6197 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6198 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6199
6200 2002-05-04 Aidan Skinner <aidan@velvet.net>
6201
6202 * ada-exp.tab.c: New file
6203 * ada-exp.y: New file
6204 * ada-lang.c: New file
6205 * ada-lang.h: New file
6206 * ada-lex.c: New file
6207 * ada-lex.l: New file
6208 * ada-tasks.c: New file
6209 * ada-typeprint.c: New file
6210 * ada-valprint.c: New file
6211
6212 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6213
6214 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6215 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6216
6217 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6218
6219 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6220 insetead of ppc-linux-tdep.o.
6221 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6222 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6223
6224 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6225
6226 2002-05-07 Christian Groessler <chris@groessler.org>
6227 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6228 bit register contents for little endian hosts.
6229
6230 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6231
6232 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6233 any maintainer.
6234
6235 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6236
6237 * gdbarch.h: Regenerate.
6238
6239 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6240
6241 * MAINTAINERS: Add everyone to write-after-approval list.
6242
6243 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6244
6245 * stack.c (frame_info): Use frame_register_unwind instead of
6246 saved_regs. Mention when the SP is on the stack or in a register.
6247
6248 * frame.h (frame_register_unwind_ftype): Define. Document.
6249 (struct frame_info): Add field register_unwind and
6250 register_unwind_cache.
6251 (frame_register_unwind): Declare.
6252 (generic_unwind_get_saved_register): Declare.
6253
6254 * frame.c (frame_register_unwind): New function.
6255 (generic_unwind_get_saved_register): New function.
6256
6257 * blockframe.c (generic_call_dummy_register_unwind): New function.
6258 (frame_saved_regs_register_unwind): New function.
6259 (set_unwind_by_pc): New function.
6260 (create_new_frame): New function.
6261 (get_prev_frame): New function.
6262
6263 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6264
6265 * a29k-share/: Delete directory.
6266 * remote-vx29k.c: Delete file.
6267
6268 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6271 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6272
6273 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6274
6275 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6276 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6277 (sparc64nbsd-nat.o)
6278 (sparcnbsd-nat.o)
6279 (sparcnbsd-tdep.o): New dependency lists.
6280 * NEWS: Note new UltraSPARC NetBSD native configuration.
6281 * configure.host (sparc64-*-netbsd*): New host.
6282 * configure.tgt (sparc-*-netbsdelf*)
6283 (sparc-*-netbsd*): Set gdb_target to nbsd.
6284 (sparc64-*-netbsd*): New target.
6285 * sparc64nbsd-nat.c: New file.
6286 * sparcnbsd-nat.c: New file.
6287 * sparcnbsd-tdep.c: New file.
6288 * sparcnbsd-tdep.h: New file.
6289 * config/sparc/nbsd.mt: New file.
6290 * config/sparc/nbsd64.mh: New file.
6291 * config/sparc/nbsd64.mt: New file.
6292 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6293 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6294 (HOST_IPC): Remove.
6295 * config/sparc/nbsdaout.mt: Remove.
6296 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6297 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6298 (HOST_IPC): Remove.
6299 * config/sparc/nbsdelf.mt: Remove.
6300 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6301 sparc-nat.c compatiblity defines.
6302 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6303 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6304 * config/sparc/tm-nbsd64.h: New file.
6305 * config/sparc/tm-nbsdaout.h: Remove.
6306 * config/sparc/xm-nbsd.h: Remove.
6307
6308 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6309
6310 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6311 * sparc-tdep.c: Include osabi.h.
6312 (gdbarch_tdep): Add osabi member.
6313 (_initialize_sparc_tdep): Use gdbarch_register.
6314 (sparc_gdbarch_init): Use generic OS ABI framework.
6315 (sparc_dump_tdep): New function.
6316
6317 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6318
6319 * corefile.c (do_captured_read_memory_integer): Return non-zero
6320 result.
6321 (safe_read_memory_integer): Copy result of memory read when
6322 status is non-zero. Also, add comments.
6323
6324 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6325
6326 * Makefile.in (ppc_tdep_h): Define.
6327 (ppc-linux-nat.o)
6328 (ppc-linux-tdep.o)
6329 (rs6000-tdep.o): Use $(ppc_tdep_h).
6330 (ppc-sysv-tdep.o)
6331 (ppcnbsd-nat.o)
6332 (ppcnbsd-tdep.o): New dependency lists.
6333 * ppc-tdep.h: Use generic OS ABI framework.
6334 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6335 (ppc_linux_init_abi): New functions.
6336 (ppc_sysv_abi_broken_use_struct_convention)
6337 (ppc_sysv_abi_use_struct_convention)
6338 (ppc_sysv_abi_push_arguments): Move to...
6339 * ppc-sysv-tdep.c: ...here.
6340 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6341 * rs6000-tdep.c (process_note_abi_tag_sections)
6342 (get_elfosabi): Remove.
6343 (rs6000_gdbarch_init): Use generic OS ABI framework.
6344 (rs6000_dump_tdep): New function.
6345 (_initialize_rs6000_tdep): Use gdbarch_register.
6346 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6347 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6348 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6349 of ppc-linux-tdep.o.
6350 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6351 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6352 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6353 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6354 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6355 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6356
6357 2002-05-29 Jim Blandy <jimb@redhat.com>
6358
6359 * macroscope.c (default_macro_scope): Put `void' in empty argument
6360 list.
6361
6362 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6363
6364 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6365 * arch-utils.c: Include "sim-regno.h".
6366 * gdbarch.sh: Don't include "sim-regno.h".
6367 * gdbarch.h, gdbarch.c: Regenerate.
6368 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6369 here.
6370 * arch-utils.h (legacy_register_sim_regno): To here.
6371 * remote-sim.c (legacy_register_sim_regno): Move function from
6372 here.
6373 * arch-utils.c (legacy_register_sim_regno): To here.
6374
6375 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6376
6377 * sim-regno.h: New file.
6378 * Makefile.in (sim_regno_h): Define.
6379 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6380 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6381 (legacy_register_sim_regno): New function.
6382 (one2one_register_sim_regno): New function.
6383 (gdbsim_fetch_register): Rewrite.
6384 (gdbsim_store_register): Only store a register when
6385 REGISTER_SIM_REGNO is valid.
6386 * d10v-tdep.c: Include "sim-regno.h".
6387 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6388 (d10v_ts3_register_sim_regno): Ditto.
6389 * gdbarch.sh: Include "sim-regno.h".
6390 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6391 * gdbarch.h, gdbarch.c: Regenerate.
6392 * arch-utils.h (default_register_sim_regno): Delete declaration.
6393 * arch-utils.c (default_register_sim_regno): Delete function.
6394
6395 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6396
6397 * ppcnbsd-nat.c: Rewrite.
6398 * ppcnbsd-tdep.c: New file.
6399 * ppcnbsd-tdep.h: New file.
6400 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6401 solib.o, and solib-svr4.o.
6402 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6403 nbsd-tdep.o, and corelow.o.
6404
6405 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6406
6407 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6408 `tr' and `sed'. Mention that `broken' targets are not expected to
6409 build.
6410
6411 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6412
6413 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6414 Let PC point right after the prologue before looking up symbols.
6415
6416 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6417
6418 * i386-tdep.c (i386_register_virtual_type): Return
6419 builtin_type_vec128i for SSE registers.
6420
6421 * gdbtypes.h (builtin_type_vec128i): Declare.
6422
6423 * gdbtypes.c (build_builtin_type_vec128i): New function.
6424 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6425 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6426 (build_gdbtypes): Initialize new builtin vector types.
6427 (_initialize_gdbtypes): Register new vector types with gdbarch.
6428
6429 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6430
6431 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6432 since it has been multi-arch'd.
6433 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6434 Move Alpha and VAX multi-arch news entries to same section
6435 as other multi-arch news.
6436
6437 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6438
6439 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6440 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6441 static. Rename some register numbers to put them in ns32k-tdep
6442 private namespace.
6443 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6444 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6445 functions.
6446 (_initialize_ns32k_tdep): Use gdbarch_register.
6447 * ns32k-tdep.h: New file.
6448 * ns32knbsd-tdep.c: New file.
6449 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6450 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6451 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6452 REGISTER_BYTES, REGISTER_BYTE): Remove.
6453 * config/ns32k/tm-ns32k.h: New file.
6454 * config/ns32k/tm-umax.h: Remove.
6455
6456 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6457
6458 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6459 ns32k_store_struct_return, ns32k_extract_return_value,
6460 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6461 functions.
6462 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6463 ns32k_saved_pc_after_call.
6464 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6465 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6466 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6467 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6468 ns32k_extract_struct_value_address.
6469
6470 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6471
6472 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6473 ns32k_fix_call_dummy): New.
6474 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6475 ns32k_call_dummy_words.
6476 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6477 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6478 CALL_DUMMY_NARGS): Remove.
6479 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6480
6481 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6482
6483 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6484 ns32k_frame_saved_pc, ns32k_frame_args_address,
6485 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6486 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6487 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6488 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6489 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6490 (BREAKPOINT): Remove..
6491 (FRAME_CHAIN): Define as ns32k_frame_chain.
6492 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6493 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6494 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6495 (FRAME_FIND_SAVED_REGS): Remove.
6496 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6497 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6498 (POP_FRAME): Define as ns32k_pop_frame.
6499
6500 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6501
6502 * ns32k-tdep.c (ns32k_register_byte_32082,
6503 ns32k_register_byte_32382, ns32k_register_raw_size,
6504 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6505 functions.
6506 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6507 ns32k_register_byte_32382.
6508 * config/ns32k/tm-umax.h: Update copyright years.
6509 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6510 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6511 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6512 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6513 (ns32k_get_enter_addr): Fix prototype.
6514
6515 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6516
6517 * ns32k-tdep.c: Update copyright years.
6518 (ns32k_register_name_32082): New function.
6519 (ns32k_register_name_32382): Ditto.
6520 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6521 (REGISTER_NAME): Define as ns32k_register_name_32382.
6522 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6523 (REGISTER_NAME): Define as ns32k_register_name_32082.
6524
6525 2002-05-24 Jim Blandy <jimb@redhat.com>
6526
6527 * dwarf2read.c (free_line_header): Use xfree, not free.
6528
6529 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6530
6531 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6532 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6533
6534 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6535
6536 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6537
6538 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6539
6540 From Ross Alexander at NEC Europe:
6541 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6542
6543 2002-05-23 Michael Snyder <msnyder@redhat.com>
6544
6545 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6546 for input, rather than parse_and_eval_address.
6547
6548 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6549
6550 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6551 * Makefile.in (sim_d10v_h): Update definition.
6552
6553 2002-05-24 Andrew Cagney <cagney@redhat.com>
6554
6555 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6556 change `2002-05-22 Michael Snyder' below.
6557 (d10v_push_arguments): Ditto.
6558 (d10v_extract_return_value): Ditto.
6559
6560 2002-05-23 Jim Blandy <jimb@redhat.com>
6561
6562 * macrotab.c (check_for_redefinition): Don't complain if the new
6563 definition is the same as the previous one. Take more arguments
6564 to allow the comparison.
6565 (macro_define_object, macro_define_function): Pass more arguments
6566 to check_for_redefinition.
6567
6568 2002-05-22 Michael Snyder <msnyder@redhat.com>
6569
6570 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6571 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6572 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6573 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6574 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6575 Add a temp variable to save a call (and a memory read).
6576 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6577 if possible (so that PC_IN_CALL_DUMMY will work).
6578
6579 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6580
6581 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6582
6583 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6584
6585 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6586 fde->cie_ptr.
6587 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6588 (dwarf2_build_frame_info): Add offset to fde->initial_location
6589 so that frames of shared libraries are mapped correctly.
6590 (execute_stack_op): Change type of 'result' from ULONGEST to
6591 CORE_ADDR.
6592
6593 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6594
6595 * config/alpha/tm-nbsd.h: Include solib.h.
6596
6597 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6598
6599 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6600 assumptions about the host's byte order.
6601
6602 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6603
6604 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6605 to dependency list.
6606 * alphanbsd-tdep.c: Include solib-svr4.h.
6607 * shnbsd-tdep.c: Ditto.
6608
6609 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6610
6611 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6612 nbsd-tdep.h to dependency list.
6613 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6614 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6615 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6616 nbsdaout.mh and nbsdelf.mh consistently.
6617 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6618 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6619 nbsdaout.mt and nbsdelf.mh consistently.
6620 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6621 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6622 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6623 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6624 a.out shared library stuff from here...
6625 * config/nm-nbsdaout.h: ...to here.
6626 * config/tm-nbsd.h: Remove.
6627 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6628 * config/arm/nbsd.mh: Remove.
6629 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6630 nbsd-tdep.o.
6631 * config/arm/nbsdaout.mh: New file.
6632 * config/arm/nbsdelf.mh: New file.
6633 * config/arm/nm-nbsdaout.h: New file.
6634 * config/i386/nbsd.mh: Remove.
6635 * config/i386/nbsd.mt: Remove.
6636 * config/i386/nbsdaout.mh: New file.
6637 * config/i386/nbsdaout.mt: New file.
6638 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6639 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6640 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6641 i386_register_u_addr): Remove.
6642 * config/i386/nm-nbsdaout.h: New file.
6643 * config/i386/nm-nbsdelf.h: Remove.
6644 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6645 (USE_STRUCT_CONVENTION): Remove.
6646 * config/i386/tm-nbsdaout.h: New file.
6647 * config/i386/tm-nbsdelf.h: Remove.
6648 * config/m68k/nbsd.mh: Remove.
6649 * config/m68k/nbsd.mt: Remove.
6650 * config/m68k/nbsdaout.mh: New file.
6651 * config/m68k/nbsdaout.mt: New file.
6652 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6653 * config/m68k/nm-nbsdaout.h: New file.
6654 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6655 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6656 * config/ns32k/nbsd.mh: Remove.
6657 * config/ns32k/nbsd.mt: Remove.
6658 * config/ns32k/nbsdaout.mh: New file.
6659 * config/ns32k/nbsdaout.mt: New file.
6660 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6661 * config/ns32k/nm-nbsdaout.h: New file.
6662 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6663 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6664 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6665 (SVR4_SHARED_LIBS): Remove.
6666 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6667 * config/sparc/nbsd.mh: Remove.
6668 * config/sparc/nbsd.mt: Remove.
6669 * config/sparc/nbsdaout.mh: New file.
6670 * config/sparc/nbsdaout.mt: New file.
6671 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6672 * config/sparc/nbsdelf.mt: New file.
6673 * config/sparc/nm-nbsdaout.h: New file.
6674 * config/sparc/nm-nbsdelf.h: Remove.
6675 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6676 * config/sparc/tm-nbsdaout.h: New file.
6677
6678 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6679
6680 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6681 mipsnbsd-tdep.c
6682 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6683
6684 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6685
6686 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6687 shnbsd-nat.c.
6688 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6689
6690 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6691
6692 * NEWS: Note new MIPS NetBSD native configuration.
6693 * configure.host (mips*-*-netbsd*): New host.
6694 * configure.tgt (mips*-*-netbsd*): New target.
6695 * mipsnbsd-nat.c: New file.
6696 * mipsnbsd-tdep.c: New file.
6697 * mipsnbsd-tdep.h: New file.
6698 * config/mips/nbsd.mh: New file.
6699 * config/mips/nbsd.mt: New file.
6700 * config/mips/nm-nbsd.h: New file.
6701 * config/mips/tm-nbsd.h: New file.
6702
6703 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6704
6705 * Makefile.in (SFILES): Add osabi.c.
6706 (COMMON_OBS): Add osabi.o.
6707 (osabi.o): New dependency list.
6708 * osabi.c: New file.
6709 * osabi.h: New file.
6710 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6711
6712 * Makefile.in (alpha_tdep_h): Define and use instead of
6713 alpha-tdep.h.
6714 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6715 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6716 Remove.
6717 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6718 * alpha-tdep.h: Include osabi.h.
6719 (alpha_abi): Remove.
6720 (gdbarch_tdep): Use generic OS ABI framework.
6721 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6722 gdbarch_register_osabi.
6723 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6724 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6725 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6726
6727 * Makefile.in (sh_tdep_h): Add osabi.h.
6728 * sh-tdep.h (sh_osabi): Remove.
6729 (gdbarch_tdep): Use generic OS ABI framework.
6730 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6731 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6732 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6733 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6734
6735 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6736 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6737 gdbarch_register_osabi.
6738 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6739 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6740 (get_elfosabi): Rename to...
6741 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6742 ABI framework support routines.
6743 (arm_gdbarch_init): Use generic OS ABI framework.
6744 (arm_dump_tdep): Likewise.
6745 (_initialize_arm_tdep): Likewise.
6746 * arm-tdep.h: Include osabi.h.
6747 (arm_abi): Remove.
6748 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6749 osabi member.
6750 (arm_gdbarch_register_os_abi): Remove prototype.
6751 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6752 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6753
6754 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6755 * mips-tdep.c: Include osabi.h.
6756 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6757 OS ABI framework.
6758
6759 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6760
6761 * h8300-tdep.c: Fix formatting.
6762
6763 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6764
6765 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6766 printing vector registers.
6767
6768 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6769
6770 From Fernando Nasser:
6771 * remote.c (remote_async_open_1): Re-throw the exception when the
6772 connection fails.
6773 (remote_cisco_open): Ditto.
6774 (remote_open_1): Ditto.
6775
6776 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6777
6778 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6779 (remote_start_remote): Add uiout parameter. Pass through to
6780 remote_start_remote_dummy.
6781 (remote_open_1): Use catch_exception instead of catch_errors.
6782 (remote_async_open_1): Ditto.
6783 (remote_cisco_open): Ditto.
6784
6785 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6786
6787 * remote.c (remote_start_remote): Replace PTR with void pointer.
6788 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6789 static.
6790
6791 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6792
6793 * gdb_indent.sh: Allow the script to be run in the sim directory.
6794
6795 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6796
6797 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6798 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6799
6800 * corelow.c (core_open): Only call set_gdbarch_from_file if
6801 exec_bfd is NULL.
6802
6803 2002-05-17 Andrey Volkov <avolkov@transas.com>
6804
6805 * h8300-tdep.c: Add support of EXR register
6806 * config/h8300/tm-h8300.h: Ditto.
6807
6808 2002-05-17 Andrey Volkov <avolkov@transas.com>
6809
6810 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6811
6812 2002-05-17 Andrey Volkov <avolkov@transas.com>
6813
6814 * h8300-tdep.c: Change literal regnums to REGNO.
6815
6816 2002-05-17 Jim Blandy <jimb@redhat.com>
6817
6818 * NEWS: Note addition of macro support.
6819
6820 Expand preprocessor macros in C expressions.
6821 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6822 (scan_macro_expansion, scanning_macro_expansion,
6823 finished_macro_expansion): New function declarations.
6824 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6825 variable declarations.
6826 * parser-defs.h (expression_context_pc): New declaration.
6827 * parse.c (expression_context_pc): New variable.
6828 (parse_exp_1): Set expression_context_pc, as well as
6829 expression_context_block.
6830 * c-exp.y (yylex): If we're not already reading the result of a
6831 macro expansion, try to macro-expand the next token. When we're
6832 done scanning a macro expansion, switch back to the mainline text.
6833 Commas and `if's in a macro's expansion don't terminate the input.
6834 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6835 (macro_original_text, macro_expanded_text,
6836 expression_macro_lookup_func, expression_macro_lookup_baton): New
6837 variables.
6838 (scan_macro_expansion, scanning_macro_expansion,
6839 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6840 c_preprocess_and_parse): New functions.
6841 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6842 c_preprocess_and_parse, instead of c_parse.
6843 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6844 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6845
6846 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6847
6848 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6849 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6850 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6851
6852 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6853
6854 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6855
6856 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6857
6858 * Makefile.in (sh_tdep_h): Define and use.
6859 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6860 register enum): Move to...
6861 * * sh-tdep.h: ...here.
6862 * sh-tdep.c: Include sh-tdep.h.
6863 * sh3-rom.c: Likewise.
6864 * shnbsd-tdep.c: Likewise.
6865
6866 2002-05-16 Michael Snyder <msnyder@redhat.com>
6867
6868 * arm-tdep.c: Spelling fix in comment.
6869
6870 2002-05-16 Jim Blandy <jimb@redhat.com>
6871
6872 Add commands for manually expanding macros and showing their
6873 definitions.
6874 * macrocmd.c, macroscope.c, macroscope.h: New files.
6875 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6876 (macroscope_h): New variable.
6877 (HFILES_NO_SRCDIR): Add macroscope.h.
6878 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6879 (macroscope.o, macrocmd.o): New rules.
6880
6881 Teach the Dwarf 2 reader to read macro information.
6882 * dwarf2read.c: #include "macrotab.h".
6883 (dwarf_macinfo_buffer): New variable.
6884 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6885 dwarf_macinfo_size.
6886 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6887 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6888 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6889 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6890 dwarf2_macro_spaces_in_definition): New complaints.
6891 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6892 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6893 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6894 the partial symbol table.
6895 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6896 from what's recorded in the partial symbol table.
6897 (read_file_scope): If the compilation unit has a
6898 `DW_AT_macro_info' attribute, read its macro information.
6899 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6900
6901 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6902
6903 Fix PR gdb/546
6904 * ser-tcp.c: Don't include <netinet/udp.h>.
6905
6906 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6907
6908 * MAINTAINERS: Update my email address.
6909
6910 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6911
6912 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6913 include file of the same name.
6914
6915 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6916
6917 * configure.tgt: Mark v850 as multi-arched.
6918 * config/v850/tm-v850.h: Remove file.
6919 * config/v850/v850.mt: Eliminate TM_FILE.
6920
6921 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6922
6923 * v850-tdep.c: Full multi-arch.
6924 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6925 Define GDB_MULTI_ARCH to 2.
6926
6927 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6928
6929 * p-exp.y (current_type): New static variable.
6930 Carries the type of the expression at the position that is parsed.
6931 (push_current_type, pop_current_type): Two new functions. Used
6932 to store/restore current_type in expression on specific tokens.
6933 (search_field): New static variable. Set to one after parsing a point
6934 as at that point only a FIELDNAME token should be searched.
6935 (FIELDNAME): New token. After a point only a token belonging to
6936 current_type type definition is allowed.
6937 (all over token rules): reset and change current_type according
6938 to rules.
6939 (exp '[' rule): insert implicit array index field if
6940 exp is a pascal string type.
6941
6942 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6943
6944 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6945 frame info. Use frame_info's saved_regs instead of matching member
6946 in extra_frame_info throughout.
6947 (v850_frame_init_saved_regs): New function.
6948 (v850_init_extra_frame_info): Move most functionality into
6949 v850_frame_init_saved_regs().
6950 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6951 (v850_frame_find_saved_regs): Remove declaration.
6952 (FRAME_FIND_SAVED_REGS): Remove definition.
6953 (v850_frame_init_saved_regs): Add declaration.
6954 (FRAME_INIT_SAVED_REGS): Add definition.
6955
6956 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6957
6958 * v850-tdep.c: Begin multi-arch'ing v850.
6959 (v850_target_architecture_hook): Remove function.
6960 (v850_gdbarch_init): New function. Add code previously in
6961 v850_target_architecture_hook().
6962 (_initialize_v850_tdep): Don't set target_architecture_hook.
6963 Call register_gdbarch_init() instead.
6964
6965 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6966
6967 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6968 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6969 (fixup_class_method_type): Likewise.
6970
6971 2002-05-15 Jim Blandy <jimb@redhat.com>
6972
6973 Add macro structures to GDB's symbol tables. Nobody puts anything
6974 in them yet.
6975 * symtab.h (struct symtab): New member: `macro_table'.
6976 * buildsym.h (pending_macros): New global variable.
6977 * buildsym.c: #include "macrotab.h".
6978 (buildsym_init): Initialize `pending_macros'.
6979 (end_symtab): If we found macro information while reading a CU's
6980 debugging info, do build a symtab structure for it. Make the
6981 symtab point to the macro information, and clear the
6982 `pending_macros' pointer which held it while we were reading the
6983 debug info.
6984 (really_free_pendings): Free any pending macro table.
6985 * objfiles.h (struct objfile): New member: `macro_cache'.
6986 * objfiles.c (allocate_objfile): Set allocate and free functions
6987 for the macro cache's objstack.
6988 (free_objfile): Empty the macro cache's obstack.
6989 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6990 set new allocate and free functions for it.
6991 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6992 free functions for the macro cache's objstack. (Why is this
6993 function building its own objfile?)
6994 * symmisc.c (print_objfile_statistics): Print statistics on the
6995 macro bcache.
6996 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6997
6998 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6999
7000 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7001 (REGISTER_U_ADDR): Delete definition.
7002 (arm_register_u_addr): Delete declaration.
7003
7004 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7005
7006 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7007 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7008
7009 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7010
7011 * regcache.c (register_valid): Revise comments refering to "Not
7012 available" and "unavailable".
7013 * frame.c (frame_register_read): Ditto.
7014 * findvar.c (value_of_register): Ditto.
7015
7016 2002-05-15 Andrew Cagney <cagney@redhat.com>
7017
7018 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7019 (remote-sim.o): Update dependencies.
7020 (d10v-tdep.o): Specify dependencies.
7021 (sim_d10v_h): Define.
7022
7023 2002-05-14 Jim Blandy <jimb@redhat.com>
7024
7025 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7026 * macrotab.c (macro_lookup_inclusion, find_definition,
7027 new_macro_table): Same.
7028
7029 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7030 not `! strcmp ()'. This is a dubious improvement.
7031 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7032
7033 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7034 although it's not necessary, to avoid a warning.
7035
7036 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7037
7038 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7039 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7040 TYPE_INSTANCE_FLAGS.
7041 (struct main_type): New.
7042 (struct type): Move most members to struct main_type. Change
7043 cv_type and as_type to new type_chain member. Add instance_flags.
7044 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7045 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7046 (finish_cv_type): Remove prototype.
7047 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7048 Set TYPE_CHAIN.
7049 (alloc_type_instance): New function.
7050 (smash_type): New function.
7051 (make_pointer_type, make_reference_type, make_function_type)
7052 (smash_to_member_type, smash_to_method_type): Call smash_type.
7053 (make_qualified_type): New function.
7054 (make_type_with_address_space): Call make_qualified_type.
7055 (make_cv_type): Likewise.
7056 (finish_cv_type): Remove unnecessary function.
7057 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7058 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7059 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7060 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7061 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7062 * hpread.c (hpread_read_struct_type): Likewise.
7063 * stabsread.c (read_struct_type): Likewise.
7064
7065 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7066
7067 * configure.tgt: Add a catch all sh* target, for cases like
7068 sh[2,3,4]-elf and sh-hms.
7069
7070 2002-05-14 Keith Seitz <keiths@redhat.com>
7071
7072 * event-loop.c (create_file_handler): Don't do anything but
7073 update data when we are given a fd which we are already
7074 monitoring.
7075
7076 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7077
7078 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7079 (update_context): Use __func__ in warnings.
7080
7081 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7082
7083 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7084 and tcp_close to net_open and net_close.
7085 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7086 using UDP if requested. Don't try to disable Nagle on UDP
7087 sockets.
7088 * remote.c (remote_serial_open): New function. Warn about UDP.
7089 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7090
7091 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7092
7093 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7094
7095 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7096
7097 * configure.tgt: Remove sh-hms target.
7098 * MAINTAINERS: Don't list sh-hms as a separate target.
7099
7100 2002-05-13 Jim Blandy <jimb@redhat.com>
7101
7102 Add first preprocessor macro-expansion files.
7103 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7104 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7105 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7106 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7107 (COMMON_OBS): Add macrotab.o, macroexp.o.
7108 (macroexp.o, macrotab.o): New rules.
7109
7110 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7111
7112 * config/m88k/tm-m88k.h: Update copyright.
7113 (m88k_target_write_pc): Declare
7114 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7115 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7116 (SHIFT_INST_REGS): Update definition.
7117 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7118 using old definition of TARGET_WRITE_PC.
7119 * regcache.c (generic_target_write_pc): Delete code handling
7120 NNPC_REGNUM.
7121 * gdbarch.sh (NNPC_REGNUM): Delete.
7122 * gdbarch.h, gdbarch.c: Regenerate.
7123
7124 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7125
7126 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7127 builtin reg number.
7128
7129 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7130
7131 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7132 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7133 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7134 access macros.
7135 * c-typeprint.c (cp_type_print_method_args): Likewise.
7136 (c_type_print_args): Likewise.
7137 * d10v-tdep.c (d10v_push_arguments): Likewise.
7138 (d10v_extract_return_value): Likewise.
7139 * expprint.c (print_subexp): Likewise.
7140 * gdbtypes.c (lookup_primitive_typename): Likewise.
7141 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7142 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7143 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7144 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7145 (TYPE_VECTOR): Likewise.
7146 * hpread.c (hpread_read_struct_type)
7147 (fix_static_member_physnames, fixup_class_method_type)
7148 (hpread_type_lookup): Likewise.
7149 * mdebugread.c (parse_symbol, parse_type): Likewise.
7150 * p-lang.c (is_pascal_string_type): Likewise.
7151 * valops.c (hand_function_call): Likewise.
7152 * x86-64-tdep.c (classify_argument): Likewise.
7153
7154 * hpread.c (hpread_read_function_type)
7155 (hpread_read_doc_function_type): Call replace_type.
7156 * dstread.c (create_new_type): Delete.
7157 (decode_dst_structure, process_dst_function): Call alloc_type.
7158 Use type access macros.
7159
7160 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7161
7162 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7163 the're not supported by the current architecture.
7164 (i387_fill_fxsave): Likewise.
7165
7166 2002-05-12 Fred Fish <fnf@redhat.com>
7167
7168 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7169 sect_index_xxx members to index the first slot in section_offsets
7170 if all of the section_offsets are zero.
7171
7172 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7173
7174 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7175 checked in with last change.
7176
7177 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7178
7179 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7180 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7181 config.sub.
7182
7183 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7184
7185 * Makefile.in: Update dependencies.
7186
7187 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7188
7189 * language.c (local_hex_string_custom): Simplify. Do not depend
7190 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7191
7192 * memattr.c (mem_info_command): Replace calls to
7193 longest_local_hex_string and longest_local_hex_string_custom.
7194 * buildsym.c (make_blockvector): Ditto.
7195 * solib.c (info_sharedlibrary_command): Ditto.
7196 * tracepoint.c (tracepoints_info): Ditto.
7197 * symtab.c (print_msymbol_info): Ditto.
7198
7199 * language.c (local_hex_string): Delete.
7200 (local_hex_string_custom): Delete.
7201 (longest_local_hex_string): Rename to local_hex_string.
7202 (longest_local_hex_string_custom): Rename to
7203 local_hex_string_custom.
7204 * language.h (local_hex_string): Change parameter type to LONGEST.
7205 (local_hex_string_custom): Ditto.
7206 (longest_local_hex_string): Delete declaration.
7207 (longest_local_hex_string_custom): Ditto.
7208
7209 * solib.c: Update copyright.
7210 * memattr.c: Update copyright.
7211
7212 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7213
7214 * arch-utils.h (legacy_register_to_value): Declare.
7215 (legacy_value_to_register): Declare.
7216 (legacy_convert_register_p): Declare.
7217 * arch-utils.c (legacy_register_to_value): New function.
7218 (legacy_value_to_register): New function.
7219 (legacy_convert_register_p): New function.
7220
7221 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7222 (VALUE_TO_REGISTER): Define.
7223 (CONVERT_REGISTER_P): Define.
7224 * gdbarch.h, gdbarch.c: Regenerate.
7225
7226 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7227 VALUE_TO_REGISTER.
7228 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7229 CONVERT_REGISTER_P.
7230
7231 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7232 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7233
7234 * Makefile.in: Update dependencies for valops.c.
7235 * valops.c: Include "gdb_assert.h".
7236 (typecmp): Skip THIS parameter to methods.
7237 (find_method_list): Remove static_memfuncp argument,
7238 update callers. Check for stub methods.
7239 (find_value_oload_method_list): Don't set *static_memfuncp.
7240 (find_overload_match): Don't check for stub methods. Assert
7241 that methods are not stubbed. Handle static methods.
7242 (value_find_oload_method_list): Remove static_memfuncp argument.
7243 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7244 to the argument list for static stub methods.
7245 * value.h (value_find_oload_method_list): Update prototype.
7246
7247 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7248
7249 * arch-utils.h (generic_register_size): Declare.
7250 (generic_register_raw_size, generic_register_virtual_size): Delete
7251 declarations.
7252 * arch-utils.c (generic_register_raw_size): Delete.
7253 (generic_register_size): New function.
7254 (generic_register_virtual_size): Delete.
7255
7256 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7257 default generic_register_size.
7258 * gdbarch.h, gdbarch.c: Re-generate.
7259
7260 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7261 register_virtual_size.
7262 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7263 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7264
7265 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7266
7267 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7268 * gdbarch.h, gdbarch.c: Regenerate.
7269 * gnu-v3-abi.c: Update copyright.
7270 (vtable_address_point_offset): Update.
7271 (gnuv3_rtti_type): Update.
7272 (gnuv3_baseclass_offset): Update.
7273 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7274 (init_fetch_link_map_offsets): Update.
7275 * remote.c (get_remote_state): Update.
7276
7277 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7278
7279 * TODO: Remove value_headof/value_from_vtable_info comment.
7280 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7281 * values.c (value_headof, value_from_vtable_info): Delete.
7282 * value.h (value_from_vtable_info): Delete prototype.
7283
7284 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7285
7286 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7287 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7288 $(gdb_regex_h).
7289 (gdb_assert_h): Define.
7290 (gdb_wait_h): Define.
7291 (gdb_regex_h): Define.
7292
7293 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7294
7295 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7296 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7297
7298 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7299
7300 * nbsd-tdep.c: Fix comment.
7301
7302 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7303
7304 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7305 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7306 (nbsd-tdep.o): New dependency list.
7307 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7308 nbsd-tdep.h.
7309 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7310 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7311 * nbsd-tdep.c: New file.
7312 * nbsd-tdep.h: New file.
7313 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7314 nbsd-tdep.h.
7315 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7316 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7317 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7318 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7319
7320 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7321
7322 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7323 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7324 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7325 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7326 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7327 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7328
7329 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7330
7331 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7332 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7333 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7334 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7335 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7336 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7337 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7338
7339 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7340
7341 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7342 fetch_elfcore_registers to...
7343 * i386nbsd-tdep.c: ...here.
7344 (i386nbsd_use_struct_convention): Rename to...
7345 (i386nbsd_aout_use_struct_convention): ...this.
7346 (i386nbsd_supply_reg): New function.
7347 (i386nbsd_fill_reg): New function.
7348 (fetch_core_registers): Use i386nbsd_supply_reg.
7349 (fetch_elfcore_registers): Likewise.
7350 (_initialize_i386nbsd_tdep): New function.
7351 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7352 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7353 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7354 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7355 (i386nbsd_aout_use_struct_convention): ...this.
7356
7357 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7358
7359 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7360 (store_inferior_registers): Use shnbsd_fill_reg.
7361 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7362 sh_nbsd_supply_register): Collapse into...
7363 (shnbsd_supply_reg): ...this.
7364 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7365 (shnbsd_fill_reg): ...this.
7366 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7367 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7368 (fetch_core_registers): Use shnbsd_supply_reg.
7369 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7370 (sh_nbsd_core_fns): Rename to...
7371 (shnbsd_core_fns): ...this.
7372 (sh_nbsd_elfcore_fns): Rename to...
7373 (shnbsd_elfcore_fns): ...this.
7374 (sh_nbsd_init_abi): Rename to...
7375 (shnbsd_init_abi): ...this.
7376 (_initialize_sh_nbsd_tdep): Rename to...
7377 (_initialize_shnbsd_tdep): ...this.
7378 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7379 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7380 sh_nbsd_fill_register): Remove prototypes.
7381 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7382
7383 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7384
7385 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7386 (i387-nat.o): Delete dependency list.
7387 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7388 (x86-64-linux-nat.o): Likewise.
7389 * i387-nat.c: Delete file, moving contents to...
7390 * i387-tdep.c: ...here.
7391 * i387-nat.h: Rename...
7392 * i387-tdep.h: ...to this.
7393 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7394 * i386-linux-nat.c: Likewise.
7395 * i386bsd-nat.c: Likewise.
7396 * i386gnu-nat.c: Likewise.
7397 * i386nbsd-nat.c: Likewise.
7398 * i386v4-nat.c: Likewise.
7399 * x86-64-linux-nat.c: Likewise.
7400 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7401 * config/i386/go32.mh (NATDEPFILES): Likewise.
7402 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7403 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7404 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7405 * config/i386/linux.mh (NATDEPFILES): Likewise.
7406 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7407 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7408 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7409 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7410
7411 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7412
7413 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7414 (alphanbsd-nat.o): Remove dependency list.
7415 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7416 * alphanbsd-nat.c: Delete. Contents moved to...
7417 * alphanbsd-tdep.c: ...here.
7418 (_initialize_alphanbsd_tdep): Register core functions.
7419 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7420
7421 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7422
7423 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7424 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7425 (alphanbsd-nat.o): Likewise.
7426 (alphabsd-tdep.o): New dependency list.
7427 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7428 (fill_gregset): Use alphabsd_fill_reg.
7429 (supply_fpregset): Use alphabsd_supply_fpreg.
7430 (fill_fpregset): Use alphabsd_fill_fpreg.
7431 (fetch_inferior_registers): Use struct reg and struct fpreg
7432 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7433 and alphabsd_supply_fpreg.
7434 (store_inferior_registers): Use struct reg and struct fpreg
7435 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7436 and alphabsd_fill_fpreg.
7437 * alphabsd-tdep.c: New file.
7438 * alphabsd-tdep.h: New file.
7439 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7440 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7441 alphabsd_supply_fpreg.
7442 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7443 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7444
7445 2002-05-11 Eric Christopher <echristo@redhat.com>
7446
7447 * mips-tdep.c (mips_double_register_type): Fix thinko.
7448 (mips_single_register_type): Ditto.
7449 * MAINTAINERS: Add self.
7450
7451 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7452
7453 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7454 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7455 right thing on architectures with different endianness and/or
7456 integer sizes.
7457
7458 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7459
7460 From Christian Limpach <chris@Pin.LU>
7461 * configure.in: Change sed expression which comments out
7462 NATDEPFILES to also comment out continuation lines.
7463 * configure: Regenerate.
7464
7465 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7466
7467 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7468 big patch.
7469
7470 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7471
7472 * sh-tdep.c: Include correct file.
7473
7474 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7475
7476 New support for sh64-elf (sh5) target.
7477
7478 * configure.tgt: For sh64-elf target, default to sh-elf.
7479
7480 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7481 (struct gdbarch_tdep): Add new fields for new registers and ABI
7482 info.
7483
7484 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7485 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7486 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7487 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7488 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7489 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7490 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7491 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7492 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7493 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7494 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7495 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7496 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7497 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7498 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7499 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7500 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7501 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7502 sign_extend, sh64_nofp_frame_init_saved_regs,
7503 sh64_init_extra_frame_info, sh64_get_saved_register,
7504 sh64_extract_struct_value_address, sh64_pop_frame,
7505 sh64_push_arguments, sh64_extract_return_value,
7506 sh64_store_return_value, sh64_show_media_regs,
7507 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7508 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7509 sh_sh64_register_virtual_type,
7510 sh_sh64_register_convert_to_virtual,
7511 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7512 sh64_register_read, sh64_pseudo_register_write,
7513 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7514 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7515 sh64_do_pseudo_register, sh_compact_do_registers_info,
7516 sh64_do_registers_info, sh_gdbarch_init): New functions.
7517
7518 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7519
7520 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7521
7522 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7523
7524 * linespec.c (decode_line_1): Check for a double quote after
7525 a filename correctly.
7526
7527 2002-05-10 Jim Blandy <jimb@redhat.com>
7528
7529 Properly track the size of the current objfile's .debug_line section.
7530 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7531 (DWARF_LINE_SIZE): New macro.
7532 (dwarf2_build_psymtabs_hard): Record the line section's size in
7533 the partial symbol table.
7534 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7535 symbol table.
7536
7537 2002-05-10 Petr Sorfa <petrs@caldera.com>
7538
7539 * ia64-tdep.c: Handle breakpoints on L instruction type
7540 in MLX instruction bundle by moving the breakpoint to
7541 the third slot (X instruction type) as L holds only data.
7542
7543 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7544
7545 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7546 (process_one_symbol): Complain about discarding local symbols
7547 due to a misplaced N_LBRAC entry.
7548
7549 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7550
7551 From Daniel Berlin <dan@cgsoftware.com>
7552 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7553 decrease the depth we are at, in the case of templates.
7554
7555 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7556
7557 * mips-tdep.c (mips_float_register_type): New function.
7558 (mips_double_register_type): New function.
7559 (mips_print_register): Use them.
7560 (do_fp_register_row): Likewise.
7561
7562 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7563
7564 * signals/signals.c (signals): Remove conditional compilation around
7565 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7566 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7567
7568 2002-05-09 Michael Snyder <msnyder@redhat.com>
7569
7570 * remote-rdp.c (remote_rdp_can_run): Remove.
7571
7572 2002-05-09 Tom Tromey <tromey@redhat.com>
7573
7574 * jv-valprint.c (java_val_print): Handle `char' as a special case
7575 of TYPE_CODE_INT.
7576
7577 2002-05-09 Michael Snyder <msnyder@redhat.com>
7578
7579 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7580 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7581 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7582 str r(0123),[sp,#nn].
7583 (arm_skip_prologue): Ditto. Also make disassembly
7584 order-independent by placing it in a loop.
7585
7586 2002-05-06 Michael Snyder <msnyder@redhat.com>
7587
7588 * stabsread.c (read_type): Add recognition for new attribute:
7589 "@V;" means that an array type is actually a vector.
7590 This is analogous to the vector flag that's been added to dwarf2.
7591
7592 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7593
7594 * i386-tdep.h (i386_abi): New enum.
7595 (struct gdbarch_tdep): Replace os_ident member with abi.
7596 (i386_gdbarch_register_os_abi): New prototype.
7597 * i386-tdep.c (i386_abi_names): New array.
7598 (process_note_abi_tag_sections): Removed.
7599 (process_note_sections): New function.
7600 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7601 (struct i386_abi_handler): New struct.
7602 (i386_abi_handler_list): New variable.
7603 (i386_gdbarch_register_os_abi): New function.
7604 (i386_gdbarch_init): Adapt for the changes given above.
7605
7606 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7607
7608 * gregset.h: Say "GNU/Linux".
7609
7610 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7611
7612 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7613 (build_gdbtypes): Build builtin_type_v2_float.
7614 (_initialize_gdbtypes): Register new builtin type.
7615
7616 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7617
7618 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7619 (clear_gdbarch_swap): New function.
7620 (initialize_non_multiarch): Call.
7621 (gdbarch_update_p): Before calling init(), swap out and clear the
7622 existing architecture.
7623 * gdbarch.c: Regenerate.
7624
7625 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7626
7627 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7628 alphanbsd-tdep.c.
7629
7630 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7631
7632 * sh-nbsd-nat.c: Rename to...
7633 * shnbsd-nat.c: ...this.
7634 * sh-nbsd-tdep.c: Rename to...
7635 * shnbsd-tdep.c: ...this.
7636 * sh-nbsd-tdep.h: Rename to...
7637 * shnbsd-tdep.h: ...this.
7638 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7639 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7640
7641 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7642
7643 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7644 concatenation for command help messages.
7645
7646 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7647
7648 * NEWS: Note new sh*-*-netbsdelf* configuration.
7649 * configure.host: Set gdb_host_cpu to sh for all sh*.
7650 (sh*-*-netbsdelf*): New host.
7651 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7652 (sh*-*-netbsdelf*): New target.
7653 * sh-nbsd-nat.c: New file.
7654 * sh-nbsd-tdep.c: New file.
7655 * sh-nbsd-tdep.h: New file.
7656 * config/sh/nbsd.mh: New file.
7657 * config/sh/nbsd.mt: New file.
7658 * config/sh/nm-nbsd.h: New file.
7659 * config/sh/tm-nbsd.h: New file.
7660
7661 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7662
7663 * sh-tdep.c (sh_osabi_names): Declare.
7664 (process_note_abi_tag_sections): New function.
7665 (get_elfosabi): Ditto.
7666 (sh_gdbarch_register_os_abi): Ditto.
7667 (sh_dump_tdep): Ditto.
7668 _initialize_sh_tdep): Use gdbarch_register to register
7669 sh_gdbarch_init and sh_dump_tdep.
7670 * config/sh/tm-sh.h (sh_osabi): Declare.
7671 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7672
7673 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7674
7675 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7676 (thumb_scan_prologue): Ditto.
7677 (arm_find_callers_reg): Ditto.
7678 (arm_frame_chain): Ditto.
7679 (arm_init_extra_frame_info): Ditto.
7680 (arm_frame_saved_pc): Ditto.
7681 (arm_pop_frame): Ditto.
7682 (arm_push_return_address): New function.
7683 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7684 call_dummy_location, call_dummy_breakpoint_offset_p,
7685 call_dummy_breakpoint_offset, call_dummy_p,
7686 call_dummy_stack_adjust_p, call_dummy_words,
7687 sizeof_call_dummy_words, call_dummy_start_offset,
7688 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7689 call_dummy_address, push_return_address and push_dummy_frame for
7690 generic dummy frames.
7691
7692 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7693
7694 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7695 size computation for alloca.
7696 (sh_fp_frame_init_saved_regs): Likewise.
7697
7698 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7699
7700 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7701 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7702 * arm-tdep.c (arm_store_return_value): Use them.
7703 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7704 * remote-rdp.c (remote_rdp_fetch_register): Use
7705 ARM_MAX_REGISTER_RAW_SIZE.
7706 (remote_rdp_store_register): Likewise.
7707
7708 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7709
7710 * dwarf2cfi.c: Code cleanup, removed unused variables,
7711 added default labels to switch {} statements.
7712 * x86-64-tdep.c: Ditto.
7713 * x86-64-linux-nat.c: Ditto.
7714
7715 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7716
7717 * solib.h: Protect against multiple inclusion.
7718
7719 2002-05-06 Jim Blandy <jimb@redhat.com>
7720
7721 Add first preprocessor macro-expansion files.
7722 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7723 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7724 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7725 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7726 (COMMON_OBS): Add macrotab.o, macroexp.o.
7727 (macroexp.o, macrotab.o): New rules.
7728
7729 Separate the job of reading the line number info statement program
7730 header (...expialidocious) out into its own function.
7731 * dwarf2read.c (struct line_head, struct filenames, struct
7732 directories): Replace with...
7733 (struct line_header): New structure, containing the full
7734 contents of the statement program header, including the
7735 include directory and file name tables.
7736 (read_file_scope): If we have line number info, instead of just
7737 calling dwarf_decode_lines to do all the work, call
7738 dwarf_decode_line_header first to get a `struct line_header'
7739 containing the data in the statement program header, and then
7740 pass that to dwarf_decode_lines, which will pick up where that
7741 left off. Be sure to clean up the `struct line_header' object.
7742 (dwarf_decode_line_header, free_line_header, add_include_dir,
7743 add_file_name): New functions.
7744 (dwarf_decode_lines): Move all the code to read the statement
7745 program header into dwarf_decode_line_header. Take the line
7746 header it built as the first argument, instead of the offset to
7747 the compilation unit's line number info. Use the new `struct
7748 line_header' type instead of the old structures. No need to do
7749 cleanups here now, since we don't allocate anything.
7750 (dwarf2_statement_list_fits_in_line_number_section,
7751 dwarf2_line_header_too_long): New complaints.
7752
7753 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7754
7755 * gdbtypes.c (init_vector_type): New function.
7756 (build_builtin_type_vec128): Simplify the representation of SIMD
7757 registers.
7758 (build_gdbtypes): Initialize new builtin vector types.
7759 (_initialize_gdbtypes): Register new vector types with gdbarch.
7760 (builtin_type_v4_float, builtin_type_v4_int32,
7761 builtin_type_v8_int16, builtin_type_v16_int8,
7762 builtin_type_v2_int32, builtin_type_v4_int16,
7763 builtin_type_v8_int8): New (renamed) SIMD types.
7764
7765 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7766
7767 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7768 (i387_fill_fxsave): Likewise.
7769
7770 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7771
7772 * alpha-tdep.c (alpha_extract_return_value): Don't use
7773 non-constant array size in prototype.
7774
7775 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7776
7777 From Brian Taylor <briant at model dot com>:
7778 * ui-out.c (ui_out_field_core_addr): Use the function
7779 longest_local_hex_string_custom'to format addresses > 32 bits
7780 wide.
7781
7782 * ui-out.c (ui_out_field_core_addr): Update comment.
7783
7784 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7785
7786 * stack.c (select_and_print_frame): Make static. Delete the
7787 parameter `level'.
7788 (func_command): Update call.
7789 (select_frame_command): Delete code computing the frame level.
7790 * frame.h (select_and_print_frame): Delete declaration.
7791
7792 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7793
7794 * sparc-tdep.c (sparc_get_saved_register): Comment why
7795 get_prev_frame call is safe.
7796
7797 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7798
7799 * frame.h (select_frame): Delete level parameter.
7800 * stack.c (select_frame): Update. Use frame_relative_level to
7801 obtain the frame's level.
7802 (select_and_print_frame): Update call.
7803 (select_frame_command): Ditto.
7804 (up_silently_base): Ditto.
7805 (down_silently_base): Ditto.
7806 * ocd.c (ocd_start_remote): Ditto.
7807 * remote-rdp.c (remote_rdp_open): Ditto.
7808 * remote-mips.c (mips_initialize): Ditto.
7809 (common_open): Ditto.
7810 * remote-e7000.c (e7000_start_remote): Ditto.
7811 * m3-nat.c (select_thread): Ditto.
7812 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7813 (child_get_current_exception_event): Ditto.
7814 * varobj.c (varobj_create): Ditto.
7815 (varobj_update): Ditto.
7816 (c_value_of_root): Ditto.
7817 * tracepoint.c (finish_tfind_command): Ditto.
7818 * corelow.c (core_open): Ditto.
7819 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7820 * thread.c (info_threads_command): Ditto.
7821 (switch_to_thread): Ditto.
7822 * infrun.c (normal_stop): Ditto.
7823 (restore_selected_frame): Ditto.
7824 (restore_inferior_status): Ditto.
7825 * breakpoint.c (insert_breakpoints): Ditto.
7826 (watchpoint_check): Ditto.
7827 (bpstat_stop_status): Ditto.
7828 (do_enable_breakpoint): Ditto.
7829 * blockframe.c (flush_cached_frames): Ditto.
7830 (reinit_frame_cache): Ditto.
7831
7832 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7833
7834 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7835 maintainer.
7836
7837 2002-05-04 Jim Blandy <jimb@redhat.com>
7838
7839 * gdbtypes.c (replace_type): Doc fix.
7840
7841 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7842
7843 * valprint.c (strcat_longest): Delete commented out function.
7844 Update copyright.
7845
7846 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7847
7848 * MAINTAINERS: Mark a29k as deleted.
7849 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7850 Move new configurations to the top.
7851 * configure.tgt: Remove a29k.
7852 * config/a29k/tm-vx29k.h: Delete.
7853 * config/a29k/vx29k.mt: Delete.
7854 * config/a29k/tm-a29k.h: Delete.
7855 * config/a29k/a29k-udi.mt: Delete.
7856 * config/a29k/a29k.mt: Delete.
7857 * a29k-tdep.c: Delete.
7858 * remote-udi.c: Delete.
7859 * remote-mm.c: Delete.
7860 * remote-eb.c: Delete.
7861 * remote-adapt.c: Delete.
7862 * Makefile.in: Remove obsolete code.
7863 * config/s390/s390x.mt: Ditto.
7864 * config/s390/s390.mt: Ditto.
7865 * config/sparc/sparclynx.mh: Ditto.
7866 * config/sparc/linux.mh: Ditto.
7867 * config/pa/hppaosf.mh: Ditto.
7868 * config/pa/hppabsd.mh: Ditto.
7869 * config/ns32k/nbsd.mt: Ditto.
7870 * config/mips/vr5000.mt: Ditto.
7871 * config/m68k/sun3os4.mh: Ditto.
7872 * config/m68k/nbsd.mt: Ditto.
7873 * config/m68k/m68klynx.mh: Ditto.
7874 * config/m32r/m32r.mt: Ditto.
7875 * config/i386/x86-64linux.mt: Ditto.
7876 * config/i386/nbsdelf.mt: Ditto.
7877 * config/i386/nbsd.mt: Ditto.
7878 * config/i386/i386lynx.mh: Ditto.
7879
7880 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7881
7882 * target.c (debug_print_register): New function. Handle oversize
7883 registers.
7884 (debug_to_fetch_registers): Call.
7885 (debug_to_store_registers): Call.
7886
7887 2002-05-03 Jim Blandy <jimb@redhat.com>
7888
7889 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7890 (read_type): Doc fix.
7891 * gdbtypes.c (replace_type): Doc fix.
7892
7893 * stabsread.c (multiply_defined_struct): New complaint.
7894 (read_struct_type): If the type we were passed isn't empty, or
7895 incomplete, don't read the new struct type into it; complain,
7896 and return the original type unchanged. Take a new `type_code'
7897 argument, which is the type code for the new type.
7898 (read_type): Rather than storing the type's type code here, pass
7899 it as an argument to read_struct_type, and let that take care of
7900 storing it. That way, we don't overwrite the original type code,
7901 so read_struct_type can use it to decide whether we're overwriting
7902 something we shouldn't.
7903 (complain_about_struct_wipeout): New function.
7904
7905 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7906
7907 * gdbarch.sh: Assert that gdbarch is non-NULL.
7908 * gdbarch.c: Regenerate.
7909
7910 2002-05-03 Jason Merrill <jason@redhat.com>
7911
7912 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7913 and return NULL.
7914
7915 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7916
7917 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7918 (x86_64_dwarf2gdb_regno_map_length),
7919 (x86_64_dwarf2_reg_to_regnum): Added.
7920 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7921 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7922 (_initialize_x86_64_tdep): Synced with the change above.
7923 (x86_64_skip_prologue): Reformulated message.
7924
7925 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7926
7927 * f-exp.y: Also use new prev_lexptr variable
7928 to improve error reporting. Based on Michael Snyder
7929 2002-04-24 dated patch to c-exp.y.
7930 * jv-exp.y: Likewise.
7931 * m2-exp.y: Likewise.
7932
7933 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7934
7935 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7936 we are dealing with vectors.
7937
7938 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7939
7940 * config/m68k/tm-nbsd.h: Obvious fix,
7941 correct machine name.
7942
7943 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7944
7945 * p-typeprint.c (pascal_type_print_base): Add support
7946 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7947
7948 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7949
7950 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7951 for fondamental pascal 'char' type.
7952
7953 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7954
7955 * p-lang.h (is_pascal_string_type): Declaration changed,
7956 new sixth argument of type char ** added.
7957 * p-lang.c (is_pascal_string_type): Implementation
7958 changed. Args length_pos, length_size, string_pos, char_size
7959 can now be NULL. New argument arrayname set to the field
7960 name of the char array. Return value set to char array
7961 field index plus one.
7962 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7963 is_pascal_string_type function.
7964
7965 2002-05-02 Andrew Cagney <cagney@redhat.com>
7966
7967 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7968 <cagney@redhat.com> change.
7969 * gdbarch.c: Regenerate.
7970
7971 2002-05-02 Andrew Cagney <cagney@redhat.com>
7972
7973 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7974 before probing for a new one. Detect errorenous gdbarch_init
7975 functions.
7976 * gdbarch.c: Regenerate.
7977
7978 2002-05-01 Andrew Cagney <cagney@redhat.com>
7979
7980 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7981 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7982 * config/v850/tm-v850.h: Ditto. Update copyright.
7983
7984 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7985
7986 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7987 current_gdbarch.
7988
7989 2002-04-30 Michael Snyder <msnyder@redhat.com>
7990
7991 * arm-tdep.c: Whitespace clean-ups.
7992 (arm_skip_prologue): Fix thinko; two lines
7993 should have been removed as part of 4/24 change.
7994
7995 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7996
7997 * rs6000-tdep.c: Added comment describing how fpscr register
7998 numbers were chosen.
7999
8000 2002-04-30 Michael Snyder <msnyder@redhat.com>
8001
8002 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8003
8004 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8005
8006 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8007 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8008 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8009
8010 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8011
8012 From Louis Hamilton <hamilton@redhat.com>:
8013 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8014 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8015 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8016 not bfd-private xcoff data, to determine wordsize.
8017 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8018
8019 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8020
8021 GDB 5.2 released from 5.2 branch.
8022
8023 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8024
8025 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8026 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8027 (x86_64_register_info_table): Added comments with register numbers.
8028
8029 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8030
8031 * rs6000-tdep.c (rs6000_extract_return_value,
8032 rs6000_store_return_value): Handle returning vectors.
8033 (rs6000_gdbarch_init): Use
8034 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8035 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8036 New function.
8037 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8038 vectors.
8039 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8040 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8041
8042 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8043
8044 * hpread.c (hpread_psymtab_to_symtab_1,
8045 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8046 with fprintf_unfiltered (gdb_stderr,...).
8047
8048 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8049
8050 * remote-array.c (printf_monitor, write_monitor,
8051 array_insert_breakpoint, array_remove_breakpoint ):
8052 Replace fprintf (stderr,...
8053 with fprintf_unfiltered (gdb_stderr,....
8054 * remote-es.c: Likewise.
8055 * remote-os9k.c: Likewise.
8056 * remote-st.c: Likewise.
8057
8058 2002-04-28 Andreas Schwab <schwab@suse.de>
8059
8060 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8061 linux-proc.o and gcore.o.
8062
8063 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8064
8065 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8066 code without frame pointers.
8067
8068 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8069
8070 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8071 ON_STACK is needed.
8072
8073 2002-04-26 Ben Elliston <bje@redhat.com>
8074
8075 * target.c (do_xfer_memory): Correct reference to the new option
8076 "trust-readonly-sections".
8077
8078 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8079
8080 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8081 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8082 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8083 vectors.
8084 (read_array_type): Record the fact that this array type is really a
8085 vector (i.e. are passed in by value).
8086
8087 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8088
8089 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8090 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8091 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8092 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8093 * alpha-linux-tdep.c: Include frame.h.
8094 (alpha_linux_sigcontext_addr): New function.
8095 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8096 alpha_linux_sigcontext_addr.
8097 * alpha-osf1-tdep.c: Include gdbcore.h.
8098 (alpha_osf1_sigcontext_addr): New function.
8099 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8100 alpha_osf1_sigcontext_addr.
8101 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8102 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8103
8104 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8105
8106 * stack.c (selected_frame_level):
8107 (select_frame): Do not set selected_frame_level.
8108 * frame.h (selected_frame_level): Delete declaration.
8109
8110 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8111
8112 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8113 convert_from_func_ptr-addr when AIX / PowerOpen.
8114
8115 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8116
8117 * valops.c (hand_function_call): Call
8118 generic_save_call_dummy_addr.
8119 * frame.h (generic_save_call_dummy_addr): Declare.
8120 * blockframe.c (struct dummy_frame): Add fields call_lo and
8121 call_hi.
8122 (generic_find_dummy_frame): Check for PC in range call_lo to
8123 call_hi instead of entry_point_address.
8124 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8125 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8126 (generic_save_call_dummy_addr): New function.
8127
8128 2002-04-24 David S. Miller <davem@redhat.com>
8129
8130 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8131 sparc_skip_prologue.
8132 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8133 information to find prologue when possible.
8134 (sparc_prologue_frameless_p): Call examine_prologue directly.
8135 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8136 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8137 second argument.
8138 (SKIP_PROLOGUE): Likewise.
8139
8140 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8141
8142 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8143 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8144 indicate that the condition it was testing is always true.
8145 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8146 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8147 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8148
8149 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8150
8151 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8152 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8153 tdep->jb_pc and tdep->jb_elt_size.
8154 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8155 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8156 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8157 * alpha-nat.c (get_longjmp_target): Remove.
8158 (JB_ELEMENT_SIZE): Ditto.
8159 (JB_PC): Ditto.
8160 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8161 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8162 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8163 to alpha_get_longjmp_target.
8164 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8165 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8166 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8167
8168 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8169
8170 * README: Update to GDB 5.2.
8171
8172 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8173
8174 * gdbarch.sh (LC_ALL): Set to `c'.
8175
8176 2002-04-25 Theodore A. Roth <troth@verinet.com>
8177
8178 * avr-tdep.c: Ran through gdb_indent.sh.
8179
8180 2002-04-25 Theodore A. Roth <troth@verinet.com>
8181
8182 * MAINTAINERS: Add myself as AVR maintainer.
8183 * NEWS: Note new target avr.
8184
8185 2002-04-25 Theodore A. Roth <troth@verinet.com>
8186
8187 * Makefile.in: Add support for AVR target.
8188 * configure.tgt: Add support for AVR target.
8189 * avr-tdep.c: New file
8190 * config/avr/avr.mt: New file.
8191
8192 2002-04-25 Theodore A. Roth <troth@verinet.com>
8193
8194 * MAINTAINERS: Add myself to write-after-approval.
8195
8196 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8197
8198 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8199 with fprintf_unfiltered (gdb_stderr,....
8200
8201 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8202
8203 Fix PR gdb/508.
8204 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8205
8206 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8207
8208 * p-exp.y: Also use new prev_lexptr variable
8209 to improve error reporting. Based on Michael Snyder
8210 2002-04-24 dated patch to c-exp.y.
8211
8212 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8213
8214 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8215 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8216 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8217 to 0.
8218 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8219 and struct value.
8220 (FUNCTION_START_OFFSET): Remove.
8221 (BREAKPOINT): Ditto.
8222
8223 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8224
8225 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8226 * NEWS: Ditto.
8227
8228 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8229
8230 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8231 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8232 alpha_linux_pc_in_sigtramp.
8233 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8234 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8235 alpha_osf1_pc_in_sigtramp.
8236 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8237 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8238 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8239 alphafbsd_pc_in_sigtramp.
8240 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8241 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8242 alphanbsd_pc_in_sigtramp.
8243 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8244 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8245
8246 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8247
8248 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8249
8250 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8251
8252 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8253 alphanbsd-tdep.c.
8254 (alphanbsd-nat.o): New dependency list.
8255 (alphanbsd-tdep.o): Ditto.
8256 * NEWS: Note new native NetBSD/alpha configuration.
8257 * alphanbsd-nat.c: New file.
8258 * alphanbsd-tdep.c: Ditto.
8259 * configure.host (alpha*-*-netbsd*): New host.
8260 * configure.tgt (alpha*-*-netbsd*): New target.
8261 * config/alpha/nbsd.mh: New file.
8262 * config/alpha/nbsd.mt: Ditto.
8263 * config/alpha/nm-nbsd.h: Ditto.
8264 * config/alpha/tm-nbsd.h: Ditto.
8265
8266 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8267
8268 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8269 (alpha-osf1-tdep.o): New dependency list.
8270 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8271 and skip_sigtramp_frame members.
8272 * alpha-linux-tdep.c: Include gdbcore.h.
8273 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8274 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8275 * alpha-osf1-tdep.c: New file.
8276 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8277 alpha-osf1-dep.c.
8278 (alpha_frame_past_sigtramp_frame): New function.
8279 (alpha_dynamic_sigtramp_offset): Ditto.
8280 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8281 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8282 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8283 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8284 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8285 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8286 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8287 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8288 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8289 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8290 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8291 to find_solib_trampoline_target.
8292 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8293 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8294 (SKIP_TRAMPOLINE_CODE): Remove.
8295 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8296 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8297 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8298 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8299 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8300 (PROC_SIGTRAMP_MAGIC): Ditto.
8301 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8302 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8303 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8304 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8305 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8306
8307 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8308
8309 * NEWS: Note that Alpha targets are now multi-arch.
8310
8311 2002-04-24 Michael Snyder <msnyder@redhat.com>
8312
8313 * parser-defs.h (prev_lexptr): New external variable.
8314 * parse.c (parse_exp_1): Set prev_lexptr to null before
8315 calling the language-specific parser.
8316 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8317 (yyerror): Use prev_lexptr in error reporting.
8318
8319 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8320
8321 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8322 * gregset.h: If FILL_FPXREGSET is defined, provide
8323 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8324 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8325 is defined, call fill_fpxregset.
8326
8327 2002-04-24 Roland McGrath <roland@frob.com>
8328
8329 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8330 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8331 (supply_gregset, supply_fpregset): New functions.
8332
8333 * gnu-nat.c (gnu_find_memory_regions): New function.
8334 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8335 (gnu_xfer_memory): Add a cast.
8336
8337 2002-04-24 Michael Snyder <msnyder@redhat.com>
8338
8339 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8340 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8341 of argument regs ("str r(0123), [r11, #-nn"]).
8342 (arm_skip_prologue): Better handling for frameless functions.
8343 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8344 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8345
8346 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8347
8348 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8349 NUM_PSEUDO_REGS can be used.
8350
8351 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8352
8353 * arch-utils.h: Update copyright.
8354
8355 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8356 * gdbarch.h, gdbarch.c: Re-generate.
8357
8358 * inferior.h (IN_SIGTRAMP): Delete definition.
8359 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8360 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8361
8362 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8363 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8364 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8365 (find_proc_framesize): Ditto.
8366 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8367 (alpha_init_extra_frame_info): Ditto.
8368 * infrun.c (handle_inferior_event): Ditto.
8369 (handle_inferior_event): Ditto.
8370 (check_sigtramp2): Ditto.
8371 * blockframe.c (create_new_frame): Ditto.
8372 (get_prev_frame): Ditto.
8373 * ppc-linux-tdep.c: Update comments.
8374 * i386-linux-tdep.c: Update comments.
8375 * breakpoint.c (bpstat_what): Update comment.
8376
8377 2002-04-24 David S. Miller <davem@redhat.com>
8378
8379 * i960-tdep.c (register_in_window_p): New function.
8380 (i960_find_saved_register): Use it instead of
8381 REGISTER_IN_WINDOW_P.
8382 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8383
8384 * symtab.h (find_stab_function_addr): Kill extern.
8385 * minsyms.c (find_stab_function_addr): Remove from here...
8386 * dbxread.c: ... to here, and mark it static.
8387
8388 2002-04-20 David S. Miller <davem@redhat.com>
8389
8390 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8391 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8392
8393 2002-04-21 David S. Miller <davem@redhat.com>
8394
8395 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8396 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8397 (vx_write_register): Likewise.
8398
8399 2002-04-23 J. Brobecker <brobecker@gnat.com>
8400
8401 * source.c (is_regular_file): New function.
8402 (openp): Check wether file to open is a regular file
8403 to avoid opening directories.
8404
8405 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8406
8407 * findvar.c (extract_signed_integer): Cast printf argument
8408 to suppress format warning.
8409 (extract_unsigned_integer): Likewise.
8410 * infcmd.c (registers_info): Likewise.
8411 * top.c (get_prompt_1): Likewise.
8412 * valops.c (value_assign): Likewise.
8413 * valprint.c (print_decimal): Likewise.
8414
8415 2002-04-22 H.J. Lu (hjl@gnu.org)
8416
8417 * c-exp.y (typebase): Support
8418
8419 [long|long long|short] [signed|unsigned] [int|]
8420
8421 and
8422
8423 signed [long|long long|short] int
8424
8425 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8426
8427 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8428 and vax-tdep.h.
8429 * vax-tdep.h: New file.
8430 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8431 Make several routines static.
8432 (vax_get_saved_register): New function.
8433 (vax_gdbarch_init): New function.
8434 (_initialize_vax_tdep): Register vax_gdbarch_init.
8435 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8436 Remove macros now under the control of gdbarch.
8437
8438 2002-04-22 Michael Snyder <msnyder@redhat.com>
8439
8440 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8441 Some whitespace and coding standards tweaks.
8442
8443 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8444
8445 * vax-tdep.c: Include regcache.h.
8446 (vax_call_dummy_words): New.
8447 (sizeof_vax_call_dummy_words): New.
8448 (vax_fix_call_dummy): New function.
8449 (vax_saved_pc_after_call): Ditto.
8450 * config/vax/tm-vax.h: Don't include regcache.h.
8451 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8452 (CALL_DUMMY): Remove.
8453 (CALL_DUMMY_WORDS): Define.
8454 (SIZEOF_CALL_DUMMY_WORDS): Define.
8455 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8456
8457 2002-04-18 Michael Snyder <msnyder@redhat.com>
8458
8459 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8460
8461 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8462
8463 * vax-tdep.c (vax_frame_chain): New function.
8464 (vax_push_dummy_frame): Ditto.
8465 (vax_pop_frame): Ditto.
8466 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8467 (FRAMELESS_FUNCTION_INVOCATION): Use
8468 generic_frameless_function_invocation_not.
8469 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8470 (POP_FRAME): Use vax_pop_frame.
8471
8472 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8473
8474 * vax-tdep.c (vax_store_struct_return): New function.
8475 (vax_extract_return_value): Ditto.
8476 (vax_store_return_value): Ditto.
8477 (vax_extract_struct_value_address): Ditto.
8478 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8479 vax_store_struct_return.
8480 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8481 (STORE_RETURN_VALUE): Use vax_store_return_value.
8482 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8483
8484 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8485
8486 * vax-tdep.c (vax_frame_saved_pc): New function.
8487 (vax_frame_args_address_correct): Ditto.
8488 (vax_frame_args_address): Ditto.
8489 (vax_frame_locals_address): Ditto.
8490 (vax_frame_num_args): Move code to be in proximity to
8491 other frame-related functions.
8492 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8493 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8494 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8495 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8496 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8497
8498 2002-04-22 H.J. Lu (hjl@gnu.org)
8499
8500 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8501 includedir.
8502
8503 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8504
8505 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8506 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8507 (FRAME_INIT_SAVED_REGS): New macro.
8508
8509 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8510
8511 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8512
8513 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8514
8515 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8516 where needed.
8517 (fetch_osf_core_registers): Likewise.
8518 (supply_gregset): Likewise.
8519
8520 2002-04-22 J. Brobecker <brobecker@gnat.com>
8521
8522 * symfile.h (get_section_index): Define.
8523 * symfile.c (get_section_index): New function.
8524 * mdebugread.c (SC_IS_SBSS): New macro.
8525 (SC_IS_BSS): Return true for the scBss storage class only, as
8526 the scSBss storage class refers to the .sbss section.
8527 (parse_partial_symbols): Discard the symbols which associated
8528 section does not exist.
8529 Make sure to use the .sbss section index for symbols which
8530 storage class is scBss, rather than using the .bss section index.
8531
8532 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8533
8534 * vax-tdep.c: Update copyright years.
8535 (vax_register_name): New function.
8536 (vax_register_byte): Ditto.
8537 (vax_register_raw_size): Ditto.
8538 (vax_register_virtual_size): Ditto.
8539 (vax_register_virtual_type): Ditto.
8540 * config/vax/tm-vax.h: Update copyright years.
8541 (REGISTER_NAMES): Remove.
8542 (REGISTER_NAME): Define.
8543 (REGISTER_BYTE): Use vax_register_byte.
8544 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8545 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8546 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8547
8548 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8549
8550 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8551 declaration
8552 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8553
8554 2002-04-21 David S. Miller <davem@redhat.com>
8555
8556 * arch-utils.c (generic_prologue_frameless_p): Kill
8557 SKIP_PROLOGUE_FRAMELESS_P code.
8558 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8559 references.
8560 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8561 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8562 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8563 references.
8564 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8565 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8566 (sparc_gdbarch_init): Pass it to
8567 set_gdbarch_prologue_frameless_p.
8568
8569 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8570
8571 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8572 (alphabsd-nat.o): New dependency list.
8573
8574 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8575
8576 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8577 alphafbsd-tdep.c.
8578 (alpha-linux-tdep.o): New dependency list.
8579 (alphafbsd-tdep.o): Likewise.
8580
8581 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8582
8583 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8584 to here...
8585 * alpha-tdep.c: ...from here.
8586 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8587
8588 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8589
8590 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8591 prototype from here...
8592 * alpha-tdep.h: ...to here.
8593
8594 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8595
8596 * frame.h (selected_frame_level): Document as deprecated.
8597 (frame_relative_level): Declare.
8598 * stack.c (frame_relative_level): New function.
8599 (selected_frame_level): Document as deprecated.
8600 (select_frame): Do not set the selected_frame_level.
8601
8602 * stack.c (frame_info, record_selected_frame): Update.
8603 (frame_command, current_frame_command): Update.
8604 (up_silently_base, up_command, down_silently_base): Update.
8605 (down_command): Update.
8606 * inflow.c (kill_command): Update.
8607 * tracepoint.c (finish_tfind_command): Update.
8608 * corelow.c (core_open): Update.
8609 * thread.c (info_threads_command): Update.
8610 (do_captured_thread_select): Update.
8611 * infcmd.c (finish_command): Update.
8612 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8613
8614 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8615
8616 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8617
8618 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8619
8620 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8621 type const.
8622
8623 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8624
8625 * alphafbsd-tdep.c: Update copyright years. Include
8626 alpha-tdep.h.
8627 (alphafbsd_use_struct_convention): Make static.
8628 (alphafbsd_init_abi): New function.
8629 (_initialize_alphafbsd_tdep): New function.
8630 * config/alpha/tm-fbsd.h: Update copyright years.
8631 (USE_STRUCT_CONVENTION): Remove.
8632
8633 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8634
8635 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8636 an Alpha ABI variant.
8637 (alpha_abi_handler_list): Declare.
8638 (alpha_gdbarch_register_os_abi): New function.
8639 (alpha_gdbarch_init): Give registered ABI variant handlers a
8640 chance to tweak the gdbarch once we have set up defaults.
8641 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8642
8643 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8644
8645 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8646 to standard_coerce_float_to_double.
8647 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8648
8649 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8650
8651 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8652 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8653 from gdbarch_tdep rather than a constant.
8654 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8655 the default text address for all Alpha Unix ABIs.
8656 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8657 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8658
8659 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8660
8661 * alpha-tdep.h: New file. Includes several Alpha target constants
8662 taken from...
8663 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8664 let gdbarch deal with.
8665 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8666 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8667 to dependency list.
8668 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8669 Alpha target register names.
8670 * alphabsd-nat.c: Likewise.
8671 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8672 Alpha target register names. Make serveral routines static.
8673 (alpha_get_saved_register): New function.
8674 (alpha_abi_names): New.
8675 (process_note_abi_tag_sections): New function.
8676 (get_elfosabi): New function.
8677 (alpha_gdbarch_init): New function.
8678 (alpha_dump_tdep): New function.
8679 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8680
8681 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8682
8683 * frame.c (find_saved_register): Delete #ifdef
8684 HAVE_REGISTER_WINDOWS code.
8685 * config/sparc/tm-sparc.h: Update comments.
8686 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8687
8688 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8689
8690 * i960-tdep.c (i960_find_saved_register): New function.
8691 (i960_get_saved_register): New function.
8692 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8693 (i960_get_saved_register): Declare.
8694 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8695
8696 2002-04-20 David S. Miller <davem@redhat.com>
8697
8698 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8699
8700 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8701
8702 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8703 instead of NUM_PSEUDO_REGS.
8704
8705 2002-04-20 David S. Miller <davem@redhat.com>
8706
8707 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8708 GDB_MULTI_ARCH_PARTIAL
8709 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8710 define, let tm-sp64.h do it.
8711
8712 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8713
8714 * frame.c (find_saved_register): Avoid a NULL pointer
8715 dereference and actually walk the frame list.
8716
8717 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8718
8719 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8720 sorted in most most-recent-used order. Document.
8721 * gdbarch.h, gdbarch.c: Regenerate.
8722
8723 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8724
8725 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8726 instead of ->prev.
8727 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8728 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8729 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8730 instead of ->prev.
8731
8732 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8733
8734 Fix PR gdb/471.
8735 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8736 (build_builtin_type_vec128): Ditto.
8737 (append_composite_type_field): Fix calculation of type length in
8738 union case.
8739
8740 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8741
8742 * config/djgpp/README: Update.
8743
8744 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8745 compiler warnings.
8746
8747 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8748
8749 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8750 (alpha_setup_arbitrary_frame): ...to this.
8751 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8752 for alpha_setup_arbitrary_frame.
8753
8754 2002-04-18 Andrew Cagney <cagney@redhat.com>
8755
8756 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8757 * gdbarch.h, gdbarch.c: Regenerate.
8758
8759 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8760 * target.h (memory_breakpoint_from_pc): Update declaration.
8761 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8762
8763 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8764 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8765 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8766 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8767 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8768 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8769 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8770 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8771 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8772 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8773 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8774 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8775
8776 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8777 const pointer.
8778 * monitor.c (monitor_insert_breakpoint): Ditto.
8779 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8780
8781 * config/mcore/tm-mcore.h: Update copyright.
8782 * mem-break.c: Ditto.
8783 * xstormy16-tdep.c: Ditto.
8784
8785 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8786
8787 * p-exp.y: Add precedence rule for '^' token.
8788 This removes the shift/reduce conflicts.
8789 Remove the comment concerning these shift/reduce conflicts.
8790
8791 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8792
8793 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8794 (registers_powerpc_nofp): New register set for processors
8795 without floating point unit.
8796
8797 2002-04-18 David S. Miller <davem@redhat.com>
8798
8799 * MAINTAINERS: Add myself to write-after-approval.
8800
8801 2002-04-17 Michael Snyder <msnyder@redhat.com>
8802
8803 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8804
8805 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8806
8807 * rs6000-tdep.c (frame_initial_stack_address): Use
8808 frame_register_read to read the alloca_reg.
8809
8810 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8811
8812 * frame.c (find_saved_register): Find saved registers in the next
8813 not prev frame.
8814 Fix PR gdb/365.
8815
8816 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8817
8818 * gdbarch.sh (LANG): Set to ``c''.
8819
8820 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8821
8822 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8823
8824 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8825
8826 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8827 Update copyright.
8828
8829 * hpread.c (hpread_get_lntt): Add declaration.
8830 Also fix PR gdb/391.
8831
8832 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8833
8834 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8835 * aclocal.m4, configure: Re-generate.
8836 Fix PR gdb/391.
8837
8838 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8839
8840 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8841 instead of tm_print_insn.
8842
8843 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8844
8845 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8846
8847 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8848
8849 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8850 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8851 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8852
8853 2002-04-12 Don Howard <dhoward@redhat.com>
8854
8855 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8856 max_user_call_depth.
8857 (init_cmd_lists): Initialize the new value;
8858 * cli/cli-script.c (execute_user_command): Limit the call depth of
8859 user defined commands. This avoids a core-dump when user commands
8860 are infinitly recursive.
8861
8862 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8863
8864 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8865 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8866 from tdep struct instead of DEFAULT_LR_SAVE.
8867 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8868 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8869 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8870
8871 2002-04-12 Michael Snyder <msnyder@redhat.com>
8872
8873 * Remote.c: Spelling fix.
8874 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8875 If no symbol found for "sbrk", try "_sbrk".
8876 (make_output_phdrs): Use bfd_section_name.
8877 (gcore_copy_callback): Use bfd_section_name.
8878 * eval.c: Indentation fix-ups.
8879 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8880 in case it gets applied to an address that is already
8881 in the instruction space.
8882 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8883 * symfile.c: Fix indentation, long lines.
8884 * source.c: White space fix-up.
8885
8886 2002-04-12 Andrew Cagney <cagney@redhat.com>
8887
8888 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8889 * frame.c (frame_register_read): New function. Return non-zero on
8890 success.
8891 (read_relative_register_raw_bytes_for_frame): Delete.
8892 (read_relative_register_raw_bytes): Delete.
8893 * frame.h (frame_register_read): Declare.
8894 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8895 * sh-tdep.c: Ditto.
8896 * infcmd.c (do_registers_info): Ditto.
8897 * hppa-tdep.c: Ditto.
8898 * rs6000-tdep.c: Ditto.
8899 * h8500-tdep.c: Ditto.
8900 * mips-tdep.c: Ditto.
8901 * h8300-tdep.c: Ditto.
8902 * z8k-tdep.c: Ditto.
8903
8904 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8905
8906 From Jimi X <jimix@watson.ibm.com>:
8907 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8908 64-bit SysV ABI.
8909
8910 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8911
8912 From Jimi X <jimix@watson.ibm.com>:
8913 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8914 bfd info.
8915
8916 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8917
8918 From Jimi X <jimix@watson.ibm.com>:
8919 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8920 register sets for these processor variants.
8921
8922 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8923
8924 * regformats/reg-ppc.dat: Support FPSCR.
8925
8926 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8927
8928 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8929 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8930 Add fpscr as an invalid/unfetchable register.
8931 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8932 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8933 (fill_fpregset): Add support for register fpscr.
8934 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8935 (fill_gregset): Account for the fact that register ``mq'' might
8936 not exist.
8937 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8938 (registers_power): Add fpscr to register set at slot 71.
8939 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8940 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8941
8942 2002-04-11 Michael Snyder <msnyder@redhat.com>
8943
8944 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8945 * configure: Regenerate.
8946 * config.in: Regenerate.
8947 * acconfig.h: Add define for _SYSCALL32.
8948 * core-sol2.c: Remove #define _SYSCALL32.
8949 * solib-legacy.c: Remove #define _SYSCALL32.
8950
8951 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8952
8953 * stack.c (select_frame): Cleanup internal error message, do not
8954 use %p.
8955
8956 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8957
8958 * stack.c (select_frame): Check that selected_frame and the
8959 specified level are as expected.
8960 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8961 Update copyright.
8962 * frame.h (struct frame_info): Add field `level'. Update
8963 copyright.
8964 Work-in-progress PR gdb/464.
8965
8966 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8967
8968 * maint.c (maint_print_section_info): Rename print_section_info.
8969 (print_bfd_section_info, print_objfile_section_info): Update.
8970 * inferior.h (struct gdbarch): Add opaque declaration.
8971 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8972 * gdbarch.h: Regenerate.
8973
8974 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8975
8976 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8977 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8978 (kernel_u_size): Added.
8979 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8980 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8981
8982 2002-04-04 Jim Ingham <jingham@apple.com>
8983
8984 * valarith.c (find_size_for_pointer_math): New function, either returns
8985 the size for a pointer's target, returns 1 for void *, or errors for
8986 incomplete types.
8987 (value_add, value_sub): use find_size_for_pointer_math.
8988
8989 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8990
8991 * linux-low.c (linux_look_up_symbols): New hook.
8992 (linux_target_ops): Add linux_look_up_symbols.
8993 * remote-utils.c (decode_address): New function.
8994 (look_up_one_symbol): New function.
8995 * server.c (handle_query): Call target look_up_symbols hook.
8996 * server.h (look_up_one_symbol): Add prototype.
8997 * target.h (struct target_ops): Add look_up_symbols hook.
8998
8999 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9000
9001 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9002 override FP_REGNUM with frame->fp. Update copyright.
9003 * parse.c (num_std_regs, std_regs): Delete.
9004 (target_map_name_to_register): Do not search std_regs. Update
9005 function description.
9006 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9007 declarations. Update copyright.
9008 Fix PR gdb/251.
9009
9010 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9011
9012 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9013 after the last symbol in a block.
9014
9015 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9016
9017 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9018 is non zero as a found symbol.
9019
9020 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9021
9022 * findvar.c: Include "builtin-regs.h".
9023 (value_of_register): Call value_of_builtin_reg when applicable.
9024 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9025 (target_map_name_to_register): Call
9026 builtin_reg_map_name_to_regnum.
9027 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9028 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9029 (builtin_regs_h): Define.
9030 (builtin-regs.o): New target.
9031 (findvar.o): Add $(builtin_regs_h).
9032 * builtin-regs.c, builtin-regs.h: New files.
9033 * std-regs.c: New file.
9034 Partial fix for PR gdb/251.
9035
9036 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9037
9038 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9039 it's no longer required.
9040
9041 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9042
9043 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9044
9045 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9046
9047 From Jimi X <jimix@watson.ibm.com>:
9048 * rs6000-tdep.c (rs6000_software_single_step): Use
9049 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9050 and size. Use target_insert_breakpoint() and
9051 target_remove_breakpoint() to insert and remove breakpoints
9052 instead of explicit memory reads and writes.
9053
9054 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9055
9056 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9057 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9058 ELF_OBJECT_FORMAT ifdef.
9059
9060 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9061
9062 From Jimi X <jimix@watson.ibm.com>:
9063 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9064
9065 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9066
9067 From Jimi X <jimix@watson.ibm.com>:
9068 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9069 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9070
9071 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9072
9073 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9074 s/asprintf/xasprintf/.
9075 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9076
9077 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9078
9079 I believe Jeff Law denies responsability for this one:
9080 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9081 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9082 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9083 Work-around for PR gdb/366.
9084
9085 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9086
9087 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9088 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9089 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9090
9091 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9092
9093 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9094 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9095 information.
9096
9097 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9098
9099 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9100 maintainer.
9101
9102 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9103
9104 * README (Reporting Bugs in GDB): Document the bug web page as the
9105 prefered way of submitting bugs.
9106 Fix PR gdb/402.
9107
9108 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9109
9110 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9111 -1. Update comment.
9112 * gdbarch.h, gdbarch.c: Re-generate.
9113
9114 2002-04-07 Andreas Schwab <schwab@suse.de>
9115
9116 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9117 buffer to regcache_collect.
9118
9119 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9122 * gdbarch.c, gdbarch.h: Re-generate.
9123
9124 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9125
9126 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9127 declaration. Fix -Werror.
9128
9129 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9130
9131 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9132 * gdbarch.c: Regenerate.
9133
9134 2002-04-05 Michael Snyder <msnyder@redhat.com>
9135
9136 * breakpoint.c (clear_command): Rewrite middle section to
9137 combine two loops with identical control conditions.
9138 Add a cleanup to eliminate a memory leak.
9139 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9140
9141 2002-04-05 H.J. Lu (hjl@gnu.org)
9142
9143 * solib-svr4.c (bkpt_names): Add "__start".
9144
9145 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9146
9147 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9148 as test for 64 bit target.
9149
9150 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9151
9152 * h8500-tdep.c (h8500_write_fp): Delete function.
9153 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9154 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9155 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9156 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9157 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9158 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9159 (s390_write_fp):
9160 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9161 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9162 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9163 (d10v_write_fp): Delete function.
9164 * inferior.h (write_fp, generic_target_write_fp): Delete
9165 declarations.
9166 * regcache.c (generic_target_write_fp): Delete function.
9167 (write_fp): Delete function.
9168 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9169 * gdbarch.h, gdbarch.c: Regenerate.
9170 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9171 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9172 (sparc64_write_fp): Delete declaration.
9173 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9174 (h8500_write_fp): Delete declaration.
9175
9176 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9177
9178 * sparc-tdep.c (sparc64_write_fp): Delete.
9179 (sparc_push_dummy_frame): Replace write_fp call with code to store
9180 the FP directly.
9181 (sparc_gdbarch_init): Do not initialize write_fp.
9182
9183 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9184
9185 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9186 clause.
9187
9188 2002-03-29 Jim Blandy <jimb@redhat.com>
9189
9190 * stack.c (get_selected_block): Add new argument `addr_in_block',
9191 used to return the exact code address we used to select the block,
9192 not just the block.
9193 * blockframe.c (get_frame_block, get_current_block): Same.
9194 * frame.h (get_frame_block, get_current_block,
9195 get_selected_block): Update declarations.
9196 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9197 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9198
9199 2002-04-05 Michael Snyder <msnyder@redhat.com>
9200
9201 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9202 warning message.
9203
9204 2002-04-05 J. Brobecker <brobecker@gnat.com>
9205
9206 * utils.c (xfullpath): New function.
9207 * defs.h (xfullpath): Add declaration.
9208 * source.c (openp): Use xfullpath in place of gdb_realpath to
9209 avoid resolving the basename part of filenames when the
9210 associated file is a symbolic link. This fixes a potential
9211 inconsistency between the filenames known to GDB and the
9212 filenames it prints in the annotations.
9213 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9214 to be able to match a filename with either the real filename, or
9215 the name of any symbolic link to this file.
9216 (lookup_partial_symtab): Ditto.
9217
9218 2002-04-04 Michael Snyder <msnyder@redhat.com>
9219
9220 * breakpoint.c: Add support for hardware breakpoints in overlays.
9221 (overlay_events_enabled): New state variable.
9222 (insert_breakpoints): Use overlay_events_enabled to decide
9223 whether to attempt to set a breakpoint at the overlay load addr.
9224 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9225 (remove_breakpoint): Use overlay_events_enabled to decide
9226 whether breakpoints need to be removed from overlay load addr.
9227 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9228 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9229 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9230 disable_overlay_breakpoints): Update overlay_events_enabled.
9231
9232 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9233
9234 * dwarf2read.c (struct function_range): New.
9235 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9236 (check_cu_functions): New.
9237 (read_file_scope): Initialize global function lists.
9238 Call dwarf_decode_line after processing children.
9239 (read_func_scope): Add to global function list.
9240 (dwarf_decode_lines): Call check_cu_functions everywhere
9241 record_line is called. Call record_line with a linenumber
9242 of 0 to mark sequence ends.
9243
9244 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9245
9246 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9247 change sync with glibc.
9248
9249 2002-04-03 Jim Blandy <jimb@redhat.com>
9250
9251 * configure.in: Call AC_C_INLINE.
9252 * configure: Regenerated.
9253
9254 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9255
9256 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9257 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9258
9259 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9260
9261 * NEWS: Mention gcore support on FreeBSD/i386.
9262
9263 * fbsd-proc.c: New file.
9264 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9265 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9266
9267 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9268 while statement.
9269
9270 2002-03-29 Jim Blandy <jimb@redhat.com>
9271
9272 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9273 unescaped newlines in string literals, but newer ones don't. So
9274 escape them.
9275
9276 2002-03-26 Michael Snyder <msnyder@redhat.com>
9277 Andrew Cagney <cagney@redhat.com>
9278
9279 * cli/cli-dump.c: New file. Dump memory to file,
9280 restore file to memory.
9281 * cli/cli-dump.h: New file.
9282 * Makefile.in: Add rules, dependencies for cli-dump.o.
9283 * NEWS: Mention new commands.
9284
9285 2002-03-28 Michael Snyder <msnyder@redhat.com>
9286
9287 * symfile.c (symbol_file_add): Move test for null symbols to later.
9288
9289 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9290
9291 From veksler at il.ibm.com:
9292 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9293 the xstrduped original path.
9294 Fix PR gdb/417.
9295
9296 2002-03-27 Michael Snyder <msnyder@redhat.com>
9297
9298 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9299 * infcmd.c (_initialize_infcmd): Ditto.
9300 * language.c (_initialize_language): Ditto.
9301 * symfile.c (_initialize_symfile): Ditto.
9302 * top.c (_init_main): Ditto.
9303 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9304
9305 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9306
9307 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9308 vector registers handling.
9309 (skip_prologue): Handle new AltiVec instructions. Fill in new
9310 fields of frame data.
9311 (frame_get_saved_regs): Fill in information for AltiVec registers.
9312
9313 2002-03-27 Jim Blandy <jimb@redhat.com>
9314
9315 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9316 a function; leave this macro here to invoke that function.
9317 (symbol_init_mangled_name): Declaration for that function.
9318 * symtab.c (symbol_init_mangled_name): New function.
9319
9320 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9321
9322 * valarith.c: Replace strerror with safe_strerror.
9323 * tracepoint.c: Ditto.
9324 * lin-lwp.c: Ditto.
9325 * go32-nat.c: Ditto.
9326 * inflow.c: Ditto.
9327 * gnu-nat.c: Ditto.
9328
9329 2002-03-27 Andreas Schwab <schwab@suse.de>
9330
9331 * event-top.c (command_line_handler): Remove useless if.
9332
9333 2002-03-27 Andreas Jaeger <aj@suse.de>
9334
9335 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9336 comment.
9337
9338 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9339
9340 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9341 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9342 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9343 (x86_64_linux_dr_get_status, supply_gregset),
9344 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9345 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9346 (x86_64_register_info_table): Add.
9347 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9348 (x86_64_register_raw_size, x86_64_register_virtual_type),
9349 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9350 general x86_64_register_info_table.
9351 (i386_gdbarch_init): gdbarch_register_bytes is now set
9352 dynamicaly during initialization.
9353 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9354 * gdbserver/linux-x86-64-low.c: Ditto.
9355
9356 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9357
9358 * gdbserver/server.c (main): Call target_signal_to_host_p
9359 and target_signal_to_host on signals received from the remote.
9360 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9361 target_signal_from_host on signals sent to the remote.
9362 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9363 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9364
9365 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9366
9367 * signals/signals.c: Include "server.h" in gdbserver build.
9368 (target_signal_from_name): Don't use STREQ.
9369 (_initialize_signals): Likewise. Don't include function in
9370 gdbserver build.
9371
9372 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9373
9374 * signals.c: Moved to...
9375 * signals/signals.c: Here.
9376 * Makefile (signals.o): Update.
9377
9378 2002-03-26 Jeff Law (law@redhat.com)
9379
9380 * somread.c (som_symtab_read): Remove some commented out code and
9381 updated related comments. Do not set the minimal symbol table to
9382 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9383 in a dynamic executable.
9384 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9385 where we are unable to find the minimal symbol for the given
9386 PC value.
9387
9388 2002-03-25 Jeff Law (law@redhat.com)
9389
9390 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9391
9392 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9393
9394 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9395
9396 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9397
9398 * command.h: Update copyright.
9399 (struct cmd_list_element): Replace definition with opaque
9400 declaration.
9401 (enum cmd_types): Document that it will eventually be moved to
9402 cli/cli-decode.h
9403 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9404 (MALLOCED_REPLACEMENT): Delete macro.
9405 * Makefile.in (cli_decode_h): Add $(command_h).
9406 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9407 * top.c: Include "cli/cli-decode.h".
9408 * completer.c: Include "cli/cli-decode.h".
9409 * maint.c: Include "cli/cli-decode.h".
9410 * cli/cli-decode.h: Include "command.h".
9411 (enum command_class): Delete.
9412 (enum cmd_types): Comment out.
9413 (enum cmd_auto_boolean): Delete.
9414 (enum var_types): Delete.
9415
9416 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9417
9418 * cli/cli-decode.c: Include "gdb_assert.h".
9419 (add_set_or_show_cmd): New static function.
9420 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9421 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9422 all fields, such as func, from the set command.
9423
9424 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9425
9426 * MAINTAINERS (sh-elf): Change warning flag to -w.
9427
9428 2002-03-23 Andrew Cagney <cagney@redhat.com>
9429
9430 * defs.h (error): Add printf format attribute.
9431 * thread-db.c (thread_from_lwp): Fix error format string.
9432 * stack.c (parse_frame_specification): Ditto.
9433 * cli/cli-decode.c (undef_cmd_error): Ditto.
9434 * scm-lang.c (scm_lookup_name): Ditto.
9435 * tracepoint.c (trace_error): Ditto.
9436 * remote-utils.c (usage): Ditto.
9437 * remote.c (compare_sections_command): Ditto.
9438 Fix PR gdb/328.
9439
9440 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9441
9442 * gdbtypes.c (append_composite_type_field): New function.
9443 (init_composite_type): New function.
9444 * gdbtypes.h (append_composite_type_field): Declare.
9445 (init_composite_type): Ditto.
9446
9447 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9448
9449 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9450 function.
9451 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9452 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9453 structure returning convention for SYSV ABI case, but not
9454 for GNU/Linux, FreeBSD, or NetBSD.
9455
9456 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9457
9458 * symtab.h (lookup_block_symbol): Add mangled_name argument
9459 to prototype.
9460
9461 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9462 with new mangled_name argument.
9463 * linespec.c (decode_line_1): Likewise.
9464 * valops (value_of_this): Likewise.
9465 * symtab.c (lookup_transparent_type): Likewise.
9466 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9467 (lookup_symbol): If we are given a mangled name, pass it down
9468 to lookup_symbol_aux.
9469 (lookup_block_symbol): If we are given a mangled name to check
9470 against, only return symbols which match it.
9471
9472 2002-03-22 Christopher Faylor <cgf@redhat.com>
9473
9474 * win32-nat.c (child_create_inferior): Check for proper shell to use
9475 here, in case the user changes it on the fly.
9476 (_initialize_inftarg): Remove shell path considerations.
9477
9478 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9479
9480 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9481 for gdbarch_max_register_raw_size and max_register_virtual_size.
9482 Adjust copyright year.
9483
9484 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9485
9486 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9487 in a function to cover the entire beginning of the function
9488 as well if it does not already.
9489
9490 2002-03-21 Tom Rix <trix@redhat.com>
9491
9492 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9493 (rs6000_ptrace64): Renamed from ptrace64.
9494
9495 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9496
9497 * gdbserver/remote-utils.c (remote_open): Don't call
9498 getprotobyname, we're all using TCP here so just use
9499 IPPROTO_TCP.
9500 * gdbserver/gdbreplay.c (remote_open): Ditto.
9501
9502 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9503
9504 * regcache.c (_initialize_regcache): No need to call
9505 build_regcache() at this time; it gets called whenever
9506 the gdbarch changes.
9507
9508 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9509
9510 * sparc-nat.c: Include sys/param.h where possible.
9511
9512 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9513
9514 Fix PR gdb/422.
9515 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9516 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9517 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9518 complex types.
9519 * stabsread.c (rs6000_builtin_type): Likewise.
9520 (read_sun_floating_type): Likewise.
9521
9522 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9523
9524 * stabsread.c (read_member_functions): Remove skip code for duplicate
9525 constructor/destructor methods. Use standard parsing for these
9526 methods and just do not chain them to the list of methods after
9527 parsing.
9528
9529 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9530
9531 * coffread.c: Remove redundant static declarations. Replace
9532 occurrences of `PTR' with `void *'.
9533 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9534 * top.h (quit_cover): Likewise.
9535 * defs.h (catch_errors): Likewise.
9536
9537 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9538
9539 * defs.h (XMALLOC): Define.
9540 * gdb-events.sh (XMALLOC): Delete macro.
9541 * gdb-events.c, gdb-events.h: Regenerate.
9542 * gdbarch.sh (XMALLOC): Delete macro.
9543 * gdbarch.c: Regenerate.
9544 * serial.c (XMALLOC): Delete macro.
9545 * ui-file.c (XMALLOC): Ditto.
9546 * ser-unix.h (XMALLOC): Ditto.
9547 * sh-tdep.c (XMALLOC): Ditto.
9548 * ui-out.c (XMALLOC): Ditto.
9549 * utils.c (XMALLOC): Ditto.
9550 * i386-tdep.c (XMALLOC): Ditto.
9551 * gdb-events.c (XMALLOC): Ditto.
9552 * d10v-tdep.c (XMALLOC): Ditto.
9553 * cli-out.c (XMALLOC): Ditto.
9554
9555 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9556 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9557 * ui-file.c, ui-out.c: Ditto.
9558
9559 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9560
9561 * command.h (struct cmd_list_element): Add field context.
9562 (set_cmd_context, get_cmd_context): Declare.
9563 * cli/cli-decode.h: Ditto.
9564 * cli/cli-decode.c (get_cmd_context): New function.
9565 (set_cmd_context): New function.
9566 (add_cmd): Initialize context.
9567 Part of fixing PR gdb/145 and PR gdb/146.
9568
9569 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9570
9571 * cli/cli-decode.c (cmd_type): New function.
9572 * command.h (cmd_type): Declare.
9573 * infrun.c (set_schedlock_func): Call function cmd_type.
9574 * kod.c (kod_set_os): Call cmd_type.
9575 * cris-tdep.c (cris_version_update): Use function cmd_type.
9576 (cris_mode_update, cris_abi_update): Ditto.
9577
9578 * command.h: (execute_cmd_post_hook): Declare.
9579 (execute_cmd_pre_hook): Declare.
9580 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9581 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9582 functions. Execute pre/post hook while ensuring that afterwords
9583 hook_in is cleared.
9584 * top.c (execute_command): Use execute_cmd_post_hook, and
9585 execute_cmd_pre_hook to execute pre/post commands.
9586 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9587 hook_stop_stub.
9588 (hook_stop_stub): Call execute_cmd_pre_hook.
9589
9590 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9591
9592 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9593 set'' and this leads to a core dump. Move xstrdup of
9594 operating_system to after check that it is not NULL.
9595
9596 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9597
9598 * kod.c (kod_set_os): Remove unnecessary check that
9599 ``command->type'' is set_cmd.
9600
9601 * valprint.c (set_input_radix): Use input_radix.
9602 (set_output_radix): Use output_radix.
9603 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9604 isn't reverted.
9605
9606 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9607
9608 * value.h (struct value): Delete field ``substring_addr''. Change
9609 aligner fields to force_doublest_align, force_longest_align,
9610 force_core_addr_align and force_pointer_aligh.
9611
9612 * value.h (struct value): Fix typo in above change.
9613
9614 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9615
9616 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9617 to fix internal_error from ``maintenance print architecture''.
9618
9619 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9620
9621 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9622 for gcc versions after gcc-2.8.1.
9623
9624 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9625
9626 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9627 for method resolution. Restore adjustment of ``this'' pointer after
9628 calling value_struct_elt, which was accidentally removed during the
9629 HP merge.
9630
9631 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9632
9633 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9634 value_of_register.
9635 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9636 get_saved_register.
9637 * value.h (value_of_register): Update.
9638
9639 2002-03-14 Richard Henderson <rth@redhat.com>
9640
9641 * configure.in: Detect declaration for canonicalize_file_name.
9642 * utils.c (canonicalize_file_name): Declare, if needed.
9643 (gdb_realpath): Prefer realpath if available and usable.
9644 * config.in, configure: Rebuild.
9645
9646 2002-03-14 Richard Henderson <rth@redhat.com>
9647
9648 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9649 a constant array bound.
9650
9651 * MAINTAINERS: Add myself to write-after-approval.
9652
9653 2002-03-14 Michael Snyder <msnyder@redhat.com>
9654
9655 * symfile.c (syms_from_objfile): Return immediately if no syms.
9656 (symbol_file_add): Return immediately if no syms.
9657 (find_sym_fns): Return immediately if no syms.
9658
9659 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9660
9661 * gdbserver/remote-util.c (remote_open): Print remote-side's
9662 IP address when remote debugging over the network.
9663
9664 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9665
9666 * config/sparc/fbsd.mh: Fix copyright.
9667 * config/sparc/fbsd.mt: Likewise.
9668
9669 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9670
9671 * MAINTAINERS: Fix typo in name of gdb warnings option.
9672 (x86-64): Fix formating so that this can be parsed by awk.
9673
9674 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9677 * defs.h: Include "gdb/signals.h".
9678 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9679
9680 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9681
9682 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9683 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9684 from x86-64-tdep.h
9685
9686 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9687 Don Howard <dhoward@redhat.com>
9688
9689 * mips-tdep.c (ST0_FR): Define.
9690 (mips2_fp_compat): New function, temporarily disabled.
9691 (mips_read_fp_register_single): New function.
9692 (mips_read_fp_register_double): New function.
9693 (mips_print_register): Use them.
9694 (do_fp_register_row): Likewise.
9695
9696 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9697
9698 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9699 approval''.
9700
9701 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9702
9703 * stabsread.c (read_member_functions): Fix is_stub test for
9704 static member functions, improve comment.
9705
9706 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9707
9708 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9709 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9710 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9711 commands that set boolean values.
9712 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9713 (arm_rdi_resume): Always initialize PC.
9714 (arm_rdi_open): Don't use rslt as a boolean.
9715 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9716 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9717 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9718 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9719
9720 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9721
9722 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9723 * configure: Rebuilt.
9724
9725 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9726
9727 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9728 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9729
9730 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9731
9732 * cli/cli-decode.c (set_cmd_completer): New function.
9733 * command.h (set_cmd_completer): Declare.
9734 * cli/cli-decode.h (set_cmd_completer): Ditto.
9735
9736 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9737 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9738 * win32-nat.c (_initialize_inftarg): Ditto.
9739 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9740 * proc-api.c (_initialize_proc_api): Ditto.
9741 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9742 * source.c (_initialize_source): Ditto.
9743 * exec.c (_initialize_exec): Ditto.
9744 * solib.c (_initialize_solib): Ditto.
9745 * top.c (init_main): Ditto.
9746 * tracepoint.c (_initialize_tracepoint): Ditto.
9747 * symfile.c (_initialize_symfile): Ditto.
9748 * printcmd.c (_initialize_printcmd): Ditto.
9749 * infcmd.c (_initialize_infcmd): Ditto.
9750 * corefile.c (_initialize_core): Ditto.
9751
9752 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9753
9754 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9755
9756 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9757
9758 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9759
9760 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9761
9762 * NEWS: Update headings, 5.2 has branched.
9763
9764 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9767 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9768 (register_addr, REGISTER_RAW_SIZE): Likewise.
9769 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9770 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9771
9772 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9773
9774 * MAINTAINERS (x86-64): Add myself.
9775 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9776 changed value_ptr -> struct value *
9777
9778 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9779
9780 * configure.host (sparc64-*-freebsd): Add.
9781 * configure.tgt: Likewise.
9782 * config/sparc/fbsd.mh: New file.
9783 * config/sparc/fbsd.mt: Likewise.
9784 * config/sparc/nm-fbsd.h: Likewise.
9785 * config/sparc/tm-fbsd.h: Likewise.
9786
9787 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9788
9789 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9790 regformats/reg-s390x.dat.
9791
9792 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9793
9794 * utils.c: Add FIXME explaining true/false problem.
9795
9796 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9797
9798 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9799
9800 2002-02-28 Michael Chastain <mec@shout.net>
9801
9802 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9803
9804 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9805
9806 * gdbserver/linux-s390-low.c: New file.
9807 * regformats/reg-s390.dat: New file.
9808 * regformats/reg-s390x.dat: New file.
9809 * gdbserver/configure.srv: Add S/390.
9810 * gdbserver/Makefile.in: Add S/390.
9811 * configure.tgt: Enable gdbserver for S/390.
9812
9813 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9814
9815 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9816 first line of the doc string for "info dos", except at the end of
9817 the sentence, since the short help stops at the first period.
9818
9819 2002-02-28 Jason Merrill <jason@redhat.com>
9820
9821 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9822
9823 2002-02-27 Fred Fish <fnf@redhat.com>
9824
9825 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9826 comment (dumy -> dummy).
9827
9828 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9829
9830 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9831
9832 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9833
9834 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9835
9836 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * gdbserver/acconfig.h: New file.
9839 * gdbserver/i387-fp.c: New file.
9840 * gdbserver/i387-fp.h: New file.
9841 * gdbserver/linux-x86-64.c: New file.
9842 * regformats/reg-x86-64.dat: New file.
9843 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9844 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9845 * gdbserver/configure.in: Add support for regsets.
9846 * gdbserver/config.in: Regenerate.
9847 * gdbserver/configure: Regenerate.
9848 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9849 * gdbserver/linux-low.h: New file.
9850 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9851 for regsets.
9852 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9853 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9854 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9855 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9856 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9857 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9858 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9859 "i387-fp.h". Add PTRACE_GETREGS and friends.
9860 * gdbserver/regcache.c (supply_register): New function.
9861 (supply_register_by_name): New function.
9862 (collect_register): New function.
9863 (collect_register_by_name): New function.
9864
9865 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9866
9867 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9868 (config.status): Add configure.srv dependency.
9869 (server_h): Add config.h dependency.
9870
9871 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9872
9873 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9874 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9875 * gdbserver/configure.srv: Change i386-*-linux* to use
9876 reg-i386-linux.o.
9877
9878 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9879
9880 * x86-64-tdep.c: Re-indent. Update copyright date.
9881
9882 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9883
9884 From Michal Ludvig <mludvig@suse.cz>:
9885 * x86-64-tdep.c (value.h): Delete.
9886 (gdb_assert.h): Include.
9887 (x86_64_register_convert_to_virtual,
9888 x86_64_register_convert_to_raw ): Add check which lets only
9889 floating-point values to be converted.
9890 (value_push): Delete.
9891 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9892 (i386_gdbarch_init): Number of register_bytes fixed.
9893
9894 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9895
9896 * MAINTAINERS: Add x86-64 target.
9897
9898 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9899
9900 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9901 * osfsolib.c (solib_map_sections): Ditto.
9902 * irix5-nat.c (solib_map_sections): Ditto.
9903 * corelow.c (gdb_check_format): Ditto.
9904 * symfile.c (symfile_bfd_open): Ditto.
9905 * solib.c (solib_map_sections): Ditto.
9906 Fix PR gdb/354.
9907
9908 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9909
9910 * remote.c (_initialize_remote): By default, disable ``e'' and
9911 ``E'' step out-of-range packets.
9912
9913 2002-02-26 Andreas Schwab <schwab@suse.de>
9914
9915 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9916 m68k_linux_frame_saved_pc.
9917 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9918 in_sigtramp.
9919 (SIGCONTEXT_PC_OFFSET): Remove.
9920 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9921 m68k_linux_sigtramp_saved_pc): New functions.
9922 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9923 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9924 (UCONTEXT_PC_OFFSET): Define.
9925 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9926 non-RT and RT signal trampolines.
9927
9928 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9929
9930 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9931 (TARGET_NBPG, STACK_END_ADDR): Delete
9932 (VARIABLES_INSIDE_BLOCK): Delete.
9933
9934 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9935
9936 * utils.c (perror_with_name): Make string parameter constant.
9937 (print_sys_errmsg): Ditto.
9938 (query): Ditto.
9939 * defs.h (perror_with_name): Update.
9940 (print_sys_errmsg): Update.
9941 (query): Update.
9942
9943 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9944
9945 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9946 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9947
9948 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9949
9950 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9951 if it already matches the current architecture from the exec file.
9952 Include arch-utils.h for gdbarch_info_init prototype.
9953 * Makefile.in (rs6000-nat.o): Update dependencies.
9954
9955 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9956
9957 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9958 list of exported variables.
9959
9960 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9961
9962 * gdbserver/configure.srv: New file.
9963 * gdbserver/configure.in: Use configure.srv instead
9964 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9965 from it.
9966 * gdbserver/configure: Regenerated.
9967 * gdbserver/terminal.h: New file.
9968 * gdbserver/Makefile.in: Update for configure changes. Remove
9969 more unneeded include paths.
9970
9971 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9972
9973 From wiz at danbala:
9974 * config/sparc/tm-sp64.h: Fix grammar and typos.
9975 Fix PR gdb/287.
9976
9977 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9978
9979 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9980 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9981 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9982 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9983 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9984 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9985 * s390-tdep.c: Ditto.
9986 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9987 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9988 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9989 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9990 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9991 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9992 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9993 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9994 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9995 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9996 Fix PR gdb/378.
9997
9998 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9999
10000 * lin-thread.c: Delete file.
10001 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10002 to gdb_proc_service.h.
10003 * configure: Re-generate.
10004
10005 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10006 * serial.c (serial_open): Delete check for "ocd".
10007 Fix PR gdb/349.
10008
10009 * Makefile.in (linux-thread.o): Delete target.
10010 * linux-thread.c: Delete file.
10011
10012 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10013 renamed SH files to be consistent.
10014
10015 * symtab.c (sort_search_symbols): Use xfree.
10016
10017 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10018
10019 * arm-linux-tdep.c (arm_linux_init_abi): Register
10020 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10021 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10022 definition with undef, since we don't want the sysvr4 definition.
10023 (SKIP_TRAMPOLINE_CODE): Likewise.
10024
10025 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10026
10027 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10028
10029 * configure.in: (AC_CHECK_FUNCS) Added test for
10030 canonicalize_file_name Regenerated.
10031 * config.in, configure: Regenerated.
10032 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10033 defined use canonicalize_file_name.
10034
10035 2002-02-23 Michael Chastain <mec@shout.net>
10036
10037 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10038
10039 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10040
10041 * README: Remove references to cygnus.com.
10042 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10043 dot com'' form. Remove references to cygnus.com and sourceware.
10044
10045 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10046
10047 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10048 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10049 1003.1-2001 no longer allows "head -1".
10050 * gdb/Makefile.in (version.c): Likewise.
10051 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10052 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10053 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10054
10055 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10056
10057 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10058 * command.h (cmd_cfunc_eq): Declare.
10059 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10060
10061 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10062 ``struct cmd_list_element *''.
10063 * cli/cli-cmds.c (is_complete_command): Update. Use
10064 cmd_cfunc_eq.
10065 * top.c (execute_command): Pass the command to
10066 is_complete_command.
10067 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10068
10069 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10070
10071 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10072 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10073 architecture defines.
10074 * s390-tdep.c (s390_gdbarch_init): Likewise.
10075
10076 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10077
10078 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10079 (arm_linux_push_arguments): Likewise.
10080 (arm_linux_init_abi): Register them. Also register linux-specific
10081 call_dummy_words.
10082 (find_minsym_and_objfile): Use strcmp, not STREQ.
10083 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10084 (arm_linux_call_dummy_words): Delete declaration.
10085 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10086 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10087 declarations.
10088 (LOWEST_PC): Delete.
10089
10090 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10091
10092 * maint.c (print_section_info): Do not prepend `0x' to filepos
10093 output, it will be handled by local_hex_string_custom.
10094
10095 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10096
10097 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10098 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10099 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10100
10101 2002-02-22 Jim Blandy <jimb@redhat.com>
10102
10103 Indicate that the bcache functions don't change the strings
10104 they're passed.
10105 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10106 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10107
10108 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10109
10110 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10111
10112 2002-02-21 Christopher Faylor <cgf@redhat.com>
10113
10114 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10115 find the complete path to a loaded DLL.
10116
10117 2002-02-21 Fred Fish <fnf@redhat.com>
10118
10119 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10120 that marks the end of the range of a function, enter a line number
10121 entry that has a line number of zero and a PC offset that matches
10122 the end of the function. This starts a range of PC's for which no
10123 line number information is known.
10124 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10125 PC's for which no line number info is found (line number is zero)
10126 then we didn't find any valid line information.
10127 * symtab.h: Document use of zero line number entry.
10128
10129 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10130
10131 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10132 (have_ptrace_getvrregs): Define for run time checks.
10133 (gdb_vrregset_t): New type for Altivec register handling.
10134 (fetch_register, store_register): Fetch/store altivec register
10135 when needed.
10136 (fetch_altivec_register, store_altivec_register): New functions.
10137 (supply_vrregset, fill_vrregset): New functions.
10138 (fetch_altivec_registers, store_altivec_registers): New functions.
10139 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10140 registers as well.
10141
10142 2002-02-21 Jiri Smid <smid@suse.cz>
10143
10144 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10145
10146 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10147
10148 * Makefile.in (armnbsd-nat.o): Update dependencies.
10149 * armnbsd-nat.c (supply_gregset): New function. Common code to
10150 supply the integer register set.
10151 (supply_fparegset): New function. Similar for FPA registers.
10152 (fetch_regs, fetch_fp_regs): Use them.
10153 (fetch_core_registers): Likewise.
10154 (fetch_elfcore_registers): New function.
10155 (arm_netbsd_elfcore_fns): New core-file type specification.
10156 (_initialize_arm_netbsd_nat): Register it.
10157
10158 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10159
10160 * armnbsd-nat.c: Include gdbcore.h.
10161 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10162 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10163 'void' to declaration, to shut up ARI.
10164 (fetch_core_registers): Make static. Rewrite using supply_register.
10165 (arm_netbsd_core_fns): New core-file type specification.
10166 (_initialize_arm_netbsd_nat): New function.
10167
10168 2002-02-21 Christopher Faylor <cgf@redhat.com>
10169
10170 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10171 value.
10172
10173 2002-02-20 Christopher Faylor <cgf@redhat.com>
10174
10175 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10176 fails.
10177
10178 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * jv-exp.y (parse_number): Change type of implicit longs
10181 to builtin_type_uint64.
10182
10183 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10184
10185 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10186 to be an integer instead of a `union wait'.
10187
10188 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * mips-linux-nat.c: Call the operating system GNU/Linux.
10191 * mips-linux-tdep.c: Likewise.
10192 * mips-tdep.c: Likewise.
10193
10194 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10195
10196 Fix PR gdb/265.
10197 * jv-exp.y (parse_number): Handle 64-bit integers.
10198
10199 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10202 AC_STDC_HEADERS to AC_HEADER_STDC.
10203 * gdbserver/configure: Regenerated.
10204
10205 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10206
10207 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10208 is defined.
10209 * sparc-tdep.c (get_longjmp_target): Likewise.
10210
10211 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10212
10213 * News: Add news about ARM and Multi-arch. Mention the new target
10214 arm*-*-netbsd*.
10215
10216 2002-02-19 Jim Blandy <jimb@redhat.com>
10217
10218 * stabsread.c (error_type_complaint): Improve error message.
10219
10220 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10221
10222 * gdbserver/README: Update documentation.
10223 * gdbserver/configure.in: Update configury to match documentation.
10224 * gdbserver/Makefile.in: Likewise.
10225 * gdbserver/configure: Regenerated.
10226 * gdbserver/aclocal.m4: New file, generated by aclocal.
10227 * gdbserver/config.in: New file, generated by autoheader.
10228
10229 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10230
10231 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10232 armnbsd-nat.c.
10233
10234 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10235
10236 * arm-tdep.h (enum arm_float_model): New enum.
10237 (struct gdbarch_tdep): Add fp_model.
10238 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10239 up floating-point conversions until we know the floating-point model
10240 in use by the inferior. Don't complain about being unable to
10241 determine the ABI of the inferior when we don't have one.
10242 (arm_extract_return_value): Support different floating-point models.
10243 (arm_store_return_value): Likewise.
10244 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10245 ARM_FLOAT_SOFT.
10246 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10247
10248 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10249
10250 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10251 of ``current_gdbarch''.
10252
10253 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10254
10255 * armnbsd-nat.c : ANSIfy all function declarations.
10256 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10257 (fetch_inferior_registers): Re-implement in terms of above.
10258 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10259 (store_inferior_registers): Re-implement in terms of above.
10260
10261 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10262
10263 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10264 kernel.
10265 * arm-linux-tdep.c: Likewise.
10266 * config/arm/tm-linux.h: Likewise.
10267
10268 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10269
10270 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10271 * config/arm/nbsd.mt (TM_FILE): Delete.
10272 * config/arm/tm-nbsd.h: Delete.
10273
10274 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10277 Initialize CALL_DUMMY_LENGTH.
10278
10279 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10280
10281 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10282 function.
10283 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10284 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10285 defines one thing and that is incorrect for this port.
10286 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10287
10288 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10289
10290 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10291
10292 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10293
10294 * win32-nat.c (display_selector): New function. Displays information
10295 about the information returned by GetThreadSelectorEntry API function.
10296 (display_selectors): New function. Displays the infomation of
10297 the selector given as argument, or of CS, DS ans FS selectors
10298 if no argument is given.
10299 ( _initialize_inftarg): Add "w32" as info prefix command.
10300 Add "info w32 selector" as command calling display_selectors.
10301
10302 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10303
10304 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10305 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10306 if not defined.
10307
10308 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10309
10310 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10311
10312 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10313
10314 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10315 (arm_fix_call_dummy): Call it.
10316 (arm_call_dummy_breakpoint_offset): Delete.
10317 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10318 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10319
10320 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10321
10322 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10323 Default to func_frame_chain_valid.
10324 * gdbarch.h, gdbarch.c: Re-generate.
10325 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10326
10327 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10328
10329 * ppc-linux-nat.c: Update copyright.
10330 (fetch_register, store_register): Add tid parameter, don't compute
10331 tid here.
10332 (fetch_ppc_registers, store_ppc_registers): Add tid
10333 parameter. Pass it along to callees.
10334 (fetch_inferior_registers, store_inferior_registers): Compute tid
10335 here, and pass it to calleed functions.
10336 (fill_gregset, supply_fpregset): Clean up formatting.
10337
10338 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10339
10340 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10341 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10342
10343 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10344
10345 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10346 * gdbarch.c gdbarch.h: Regenerate.
10347 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10348 function.
10349 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10350 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10351 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10352
10353 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10354 * arm-tdep.c (arm_get_longjmp_target): New function.
10355 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10356 this to a positive value register arm_get_longjmp_target as the
10357 longjmp handler.
10358 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10359 (arm_linux_init_abi): Set up longjmp description in tdep.
10360 * armnbsd-nat.c (get_longjmp_target): Delete.
10361 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10362 description in tdep.
10363 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10364 (get_longjmp_target): Delete declaration.
10365 (GET_LONGJMP_TARGET): Delete.
10366 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10367 (GET_LONGJMP_TARGET): Delete.
10368
10369 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10370
10371 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10372 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10373 of ``current_gdbarch''.
10374
10375 2002-02-17 Tom Tromey <tromey@redhat.com>
10376
10377 * cli/cli-cmds.c (compare_strings): New function.
10378 (complete_command): Only print each unique item once.
10379 * completer.h (complete_line): Declare.
10380 * completer.c (complete_line): New function.
10381 (line_completion_function): Use it.
10382
10383 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10384
10385 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10386 * gdbarch.h, gdbarch.c: Re-generate.
10387
10388 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10389
10390 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10391
10392 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10393
10394 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10395 * valops.c (value_arg_coerce): Don't take the address of a reference
10396 to convert an argument to a reference.
10397
10398 2002-02-15 Christopher Faylor <cgf@redhat.com>
10399
10400 * win32-nat.c (get_image_name): New function.
10401 (handle_load_dll): Use get_image_name function.
10402 (get_child_debug_event): Avoid registering debug events until possibly
10403 execed process is started.
10404 (child_create_inferior): Allow invocation via shell so that command
10405 line redirection, etc. works ok.
10406 (_initialize_inftarg): Add new command: "set shell" to control whether
10407 a shell is used to start a process.
10408
10409 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10412 instead of find_register_by_number.
10413 (cannot_store_register): Likewise.
10414
10415 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10416
10417 * dwarf2read.c: Replace fprintf (stderr, ...) by
10418 fprintf_unfiltered (gdb_stderr, ...).
10419
10420 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * gdbserver/gdbserver.1: Document --attach.
10423
10424 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10425
10426 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10427 descriptions.
10428 * arm-tdep.c (arm_default_arm_le_breakpoint)
10429 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10430 (arm_default_thumb_be_breakpoint): New. Initialize them from
10431 traditional breakpoint defines.
10432 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10433 (arm_gdbarch_init): Initialize new breakpoint variables.
10434 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10435 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10436 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10437 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10438 code out to ...
10439 (arm_netbsd_init_abi_common): ... here; new function.
10440 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10441 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10442 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10443 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10444
10445 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10446
10447 * arm-tdep.h (enum arm_abi): New enum.
10448 (struct gdbarch_tdep): New structure.
10449 (LOWEST_PC): Provide a default.
10450 (arm_gdbarch_register_os_abi): Declare new function.
10451 * arm-tdep.c (arm_abi_names): New array.
10452 (process_note_abi_tag_sections): New function.
10453 (get_elfosabi): New function.
10454 (arm_gdbarch_register_os_abi): New function.
10455 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10456 support for that ABI has been built in, then call the appropriate
10457 configuration routine. Use gdbarch_num_regs() to get the number
10458 of registers.
10459 (arm_dump_tdep): New function.
10460 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10461 place-holder functions.
10462 (_initialize_arm_tdep): Register them.
10463 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10464
10465 * armnbsd-tdep.c: New file.
10466 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10467 * config/arm/nbsd.mt (TDEPFILES): Add it.
10468 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10469
10470 * armnbsd-nat.c: Include regcache.h.
10471 * Makefile.in (armnbsd-nat.o): Update dependency list.
10472
10473 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10474
10475 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10476
10477 * gdbserver/Makefile.in: Fix typos in target rules.
10478
10479 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10480
10481 Fix part of PR gdb/267.
10482 * linespec.c (find_methods): Handle constructors specially for now.
10483
10484 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10485
10486 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10487 handling.
10488 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10489 standard_coerce_float_to_double().
10490
10491 2002-02-14 Christopher Faylor <cgf@redhat.com>
10492
10493 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10494 GDBINIT_FILENAME.
10495
10496 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10497
10498 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10499 find_variant_by_name, because it confuses the multiarch
10500 framework. Return NULL if there isn't an architecture with the
10501 user supplied name, instead of forcing a different one without
10502 recording the change with the multiarch machinery.
10503 (find_variant_by_name): Delete.
10504
10505 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10506
10507 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10508 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10509
10510 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10511
10512 * stack.c (print_frame_info_base): When calling
10513 print_frame_info_listing_hook, set current_source_symtab.
10514
10515 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10518 and remove unused $(INCLUDE_DIR).
10519 Add regcache.c to OBS.
10520 Add generated register protocol files to clean target.
10521 Update dependencies for new objects, obsolete old target code.
10522
10523 * gdbserver/linux-low.c: Remove all platform-specific code to
10524 new files. Remove various dead code. Update to use regcache
10525 functionality.
10526 * gdbserver/remote-utils.c (fromhex): Add return statement
10527 to quiet warning.
10528 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10529 constant.
10530 (input_interrupt): Add integer parameter to match prototype
10531 of a signal handler.
10532 (outreg): Use register_data ().
10533 (prepare_resume_reply): Use gdbserver_expedite_regs.
10534 * gdbserver/server.c (main): Dynamically allocate own_buf because
10535 PBUFSIZ is no longer constant. Use registers_to_string () and
10536 registers_from_string ().
10537 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10538 for error (), fatal (), and warning (). Update definition of
10539 PBUFSIZ to use regcache functionality. Add include guard.
10540 * gdbserver/utils.c (fatal): Add missing ``const''.
10541 (warning): New function.
10542
10543 * regformats/regdat.sh: Include "regcache.h" in generated files.
10544 Provide init_registers () function.
10545 * regformats/regdef.h: Add prototype for set_register_cache ().
10546 Add include guard.
10547
10548 * gdbserver/linux-arm-low.c: New file.
10549 * gdbserver/linux-i386-low.c: New file.
10550 * gdbserver/linux-ia64-low.c: New file.
10551 * gdbserver/linux-m68k-low.c: New file.
10552 * gdbserver/linux-mips-low.c: New file.
10553 * gdbserver/linux-ppc-low.c: New file.
10554 * gdbserver/linux-sh-low.c: New file.
10555
10556 * gdbserver/regcache.c: New file.
10557 * gdbserver/regcache.h: New file.
10558
10559 * gdbserver/low-linux.c: Removed obsolete file.
10560
10561 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10562
10563 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10564 * config/i386/linux.mt: Likewise.
10565 * config/ia64/linux.mt: Likewise.
10566 * config/m68k/linux.mh: Likewise.
10567 * config/powerpc/linux.mh: Likewise.
10568 * config/mips/linux.mt: Likewise.
10569
10570 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10571
10572 * config/i386/i386lynx.mh: Mark gdbserver variables
10573 as (currently) obsolete for this target.
10574 * config/i386/nbsd.mt: Likewise.
10575 * config/i386/nbsdelf.mt: Likewise.
10576 * config/m32r/m32r.mt: Likewise.
10577 * config/m68k/m68klynx.mh: Likewise.
10578 * config/m68k/nbsd.mt: Likewise.
10579 * config/m68k/sun3os4.mh: Likewise.
10580 * config/mips/vr5000.mt: Likewise.
10581 * config/ns32k/nbsd.mt: Likewise.
10582 * config/pa/hppabsd.mh: Likewise.
10583 * config/pa/hppaosf.mh: Likewise.
10584 * config/powerpc/nbsd.mt: Likewise.
10585 * config/rs6000/rs6000lynx.mh: Likewise.
10586 * config/s390/s390.mt: Likewise.
10587 * config/s390/s390x.mt: Likewise.
10588 * config/sparc/sparclynx.mh: Likewise.
10589 * config/sparc/sun4os4.mh: Likewise.
10590 * config/i386/x86-64linux.mt: Likewise.
10591 * config/sparc/linux.mh: Likewise.
10592
10593 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10594
10595 * configure.tgt: Configure gdbserver only for known working
10596 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10597 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10598 SUBDIRS if it is configured. Update comment for ${nativefile}.
10599 * configure: Regenerated.
10600
10601 2002-02-13 Michael Snyder <msnyder@redhat.com>
10602
10603 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10604
10605 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10606 (default_gcore_mach): Just return 0, work around a problem in bfd.
10607 (default_gcore_target): OK to return NULL if exec_bfd is null.
10608 (make_mem_sec): Use a cast, avoid a warning.
10609
10610 * procfs.c (find_memory_regions_callback): Use a cast instead of
10611 calling host_pointer_to_address (which complains if
10612 sizeof (host pointer) != sizeof (target pointer)).
10613 (procfs_make_note_section): Avoid overflow in psargs string.
10614
10615 * procfs.c (procfs_make_note_section): Make the default
10616 implementation return an error.
10617
10618 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10619
10620 * procfs.c (procfs_make_note_section): Provide a default definition
10621 (for alpha-dec-osf4.0f). Fix typos.
10622
10623 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10624
10625 * linux-proc.c: Add include of regcache.h.
10626 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10627
10628 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10629
10630 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10631 * memattr.c (create_mem_region): Disallow useless empty region.
10632 Regions are half-open intervals, so allow [A..B) [B..C) as
10633 non-overlapping.
10634
10635 2002-02-13 Michael Chastain <mec@shout.net>
10636
10637 * defs.h: Kill CONST_PTR.
10638 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10639 * c-lang.c (c_builtin_types): Likewise.
10640 * ch-lang.c (ch_builtin_types): Likewise.
10641 * f-lang.c (f_builtin_types): Likewise.
10642 * language.c (unknown_builtin_types): Likewise.
10643 * m2-lang.c (m2_builtin_types): Likewise.
10644 * p-lang.c (pascal_builtin_types): Likewise.
10645 * scm-lang.c (c_builtin_types): Likewise.
10646
10647 2002-02-13 Keith Seitz <keiths@redhat.com>
10648
10649 * arm-tdep.h (arm_get_next_pc): Add declaration.
10650
10651 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10652
10653 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10654 with other related struct-returning functions.
10655 (arm_extract_struct_value_address): New function.
10656 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10657 initialize float_format, double_format and long_double_format as
10658 appropriate to the endianness of the target.
10659 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10660 (arm_use_struct_convention): Delete declaration.
10661 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10662
10663 2002-02-13 Keith Seitz <keiths@redhat.com>
10664
10665 * defs.h (core_addr_to_string_nz): New function.
10666
10667 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10668
10669 Apply missing bits of 2002-01-15 patch.
10670 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10671 (fill_fpregset): Use i387_fill_fsave.
10672
10673 2002-02-12 Keith Seitz <keiths@redhat.com>
10674
10675 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10676 (core_addr_to_string_nz): New function.
10677
10678 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10679
10680 * arm-linux-nat.c: Really include arm-tdep.h.
10681 * config/arm/tm-linux.h (struct type, struct value): Declare.
10682
10683 2002-02-11 Michael Snyder <msnyder@redhat.com>
10684
10685 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10686 (gcore section): Ifdef for Solaris and Unixware only.
10687 (procfs_do_thread_registers): Unixware needs one lwpstatus
10688 per thread (not one prstatus or pstatus).
10689 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10690 not over all gdb threads. For unixware, call elfcore_write_pstatus
10691 once before iterating over threads.
10692
10693 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10694
10695 * arm-tdep.h: New file.
10696 * arm-tdep.c: Include arm-tdep.h.
10697 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10698 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10699 (arm_print_float_info, arm_register_type, convert_to_extended)
10700 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10701 (arm_extract_return_value, arm_register_name): Make static.
10702 (arm_software_single_step): Similarly. Fix types in declaration.
10703 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10704 (arm_store_return_value, arm_store_struct_return): New functions.
10705 (arm_gdbarch_init): Register the above functions. Also register
10706 call_dummy_start_offset, sizeof_call_dummy_words,
10707 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10708 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10709 max_register_virtual_size, register_size. Set up
10710 prologue_cache.saved_regs here, rather than ...
10711 (_initialize_arm_tdep): ... here.
10712 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10713 declarations.
10714 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10715 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10716 (arm_print_float_info, arm_register_type, convert_to_extended)
10717 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10718 (arm_extract_return_value, arm_register_name): Delete declarations.
10719 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10720 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10721 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10722 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10723 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10724 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10725 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10726 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10727 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10728 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10729 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10730 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10731 interface.
10732 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10733 * remote-rdi.c remote-rdp.c: Likewise.
10734 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10735 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10736 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10737 definition.
10738
10739 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10740 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10741 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10742 from non-ARM_ prefixed definitions.
10743 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10744 all uses of above.
10745 * remote-rdi.c remote-rdp.c: Likewise.
10746 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10747
10748 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10749
10750 * arm-tdep.c (arm_frameless_function_invocation)
10751 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10752 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10753 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10754 (arm_pop_frame, arm_get_next_pc): Make static.
10755 (arm_gdbarch_init): Register above in gdbarch structure.
10756 (arm_read_fp): Renamed from arm_target_read_fp.
10757 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10758 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10759 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10760 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10761 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10762 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10763 (arm_pc_is_thumb_dummy): Delete declarations.
10764 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10765 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10766 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10767 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10768
10769 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10770
10771 * symtab.c (compare_search_syms): New function.
10772 (sort_search_symbols): New function.
10773 (search_symbols): Sort symbols after searching rather than
10774 before.
10775
10776 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10777
10778 * NEWS: Linux -> GNU/Linux.
10779
10780 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10781
10782 * gdbarch.sh: For for level one methods, disallow a definition
10783 when partially multi-arched. Add comments explaining rationale.
10784 * gdbarch.h: Re-generate.
10785
10786 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10787
10788 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10789 multi-arch partial.
10790
10791 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10792
10793 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10794 field. Use diff -u.
10795 * gdbarch.c: Re-generate.
10796
10797 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10798
10799 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10800 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10801 partial.
10802
10803 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10804
10805 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10806 multi-arch partial.
10807 (PUSH_ARGUMENTS): Switch to using predefault.
10808 * gdbarch.c: Regenerate.
10809
10810 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10811
10812 * valops.c (PUSH_ARGUMENTS): Delete definition.
10813 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10814 partial. Default to default_push_arguments.
10815 * gdbarch.h, gdbarch.c: Regenerate.
10816
10817 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10818
10819 * defs.h (throw_exception): Rename return_to_top_level. Update
10820 comments.
10821 * utils.c (error_stream, internal_verror, quit): Ditto.
10822 * top.c (throw_exception, catcher): Ditto.
10823 * sparclet-rom.c (sparclet_load): Ditto.
10824 * remote.c (interrupt_query, minitelnet): Ditto.
10825 * remote-sds.c (interrupt_query): Ditto.
10826 * remote-mips.c (mips_error, mips_kill): Ditto.
10827 * ocd.c (interrupt_query): Ditto.
10828 * monitor.c (monitor_interrupt_query): Ditto.
10829 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10830 * target.h: Update comment.
10831
10832 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10833
10834 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10835
10836 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10837 default_double_format.
10838 * gdbarch.h, gdbarch.c: Re-generate.
10839 * findvar.c (floatformat_unknown): Delete variable definition.
10840 * doublest.h (floatformat_unknown): Delete variable declaration.
10841
10842 2002-02-09 Jim Blandy <jimb@redhat.com>
10843
10844 * stabsread.c (read_type): Add code to parse Sun's syntax for
10845 prototyped function types.
10846
10847 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10848
10849 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10850 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10851
10852 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10853
10854 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10855 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10856 now _initialize_xcoffsolib gets called again and overrides the
10857 commands from solib.c in a native configuration.
10858
10859 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10860
10861 * doublest.c (store_typed_floating): Don't try to return a value.
10862 Fixes PR gdb/290.
10863
10864 2002-02-08 Jim Blandy <jimb@redhat.com>
10865
10866 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10867 is prototyped and has no arguments, print its argument list as
10868 `(void)'.
10869
10870 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10871
10872 * MAINTAINERS (write-after-approval): Add myself.
10873 (paper-trail): I've escaped!
10874
10875 2002-02-08 Christopher Faylor <cgf@redhat.com>
10876
10877 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10878 changes.
10879 (_initialize_check_for_gdb_ini): Ditto.
10880
10881 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10882
10883 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10884 xaprintf -> xasprintf.
10885
10886 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10887
10888 * win32-nat.c: Remove use of printf and sprintf functions.
10889
10890 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10891
10892 * arm-tdep.c (arm_frame_chain_valid): Make static.
10893 (arm_push_arguments): Likewise.
10894 (arm_gdbarch_init): New function.
10895 (_initialize_arm_tdep): Call it.
10896 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10897 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10898 (FRAME_CHAIN_VALID): Delete.
10899 (arm_frame_chain_valid): Delete declaration.
10900 (PUSH_ARGUMENTS): Delete.
10901 (arm_push_arguments): Delete declaration.
10902 (CALL_DUMMY_P): Delete.
10903
10904 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10905 Corinna Vinschen <vinschen@redhat.com>
10906
10907 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10908 on builtin float types.
10909
10910 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10911
10912 * utils.c: Include <curses.h> before "bfd.h".
10913 * tui/tui-hooks.c: Likewise.
10914 * tui/tui.c: Likewise.
10915 * tui/tuiCommand.c: Likewise.
10916 * tui/tuiData.c: Likewise.
10917 * tui/tuiDataWin.c: Likewise.
10918 * tui/tuiDisassem.c: Likewise.
10919 * tui/tuiGeneralWin.c: Likewise.
10920 * tui/tuiIO.c: Likewise.
10921 * tui/tuiLayout.c: Likewise.
10922 * tui/tuiRegs.c: Likewise.
10923 * tui/tuiSource.c: Likewise.
10924 * tui/tuiSourceWin.c: Likewise.
10925 * tui/tuiStack.c: Likewise.
10926 * tui/tuiWin.c: Likewise.
10927
10928 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10929
10930 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10931 to include space for pseudoregs as well. Update loops accordingly.
10932 (sh_fp_frame_init_saved_regs): Ditto.
10933 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10934
10935 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10936
10937 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10938 Add Richard Earnshaw to Arm maintainers.
10939
10940 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10941
10942 * defs.h (warning_begin): Delete declaration.
10943
10944 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10945 Delete macro.
10946
10947 2002-02-07 Michael Snyder <msnyder@redhat.com>
10948
10949 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10950 Logic bug, remove misplaced else.
10951
10952 2002-02-07 Klee Dienes <klee@apple.com>
10953
10954 * fork-inferior.c (fork_inferior): Add '!' to the list of
10955 characters that need to be quoted when building a string for the
10956 shell. Quote '!' specifically with a backslash, since CSH chokes
10957 when trying to evaluate "str!str".
10958
10959 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10960
10961 * rdi-share/host.h: Only provide a typedef for bool if it is not
10962 defined.
10963
10964 2002-02-04 Michael Snyder <msnyder@redhat.com>
10965
10966 * breakpoint.h (enum bptype): Add new overlay event bp type.
10967 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10968
10969 * breakpoint.c (create_internal_breakpoint): New function.
10970 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10971 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10972 (create_thread_event_breakpoint): Ditto.
10973 (create_solib_event_breakpoint): Ditto.
10974 (create_overlay_event_breakpoint): New function.
10975 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10976 (update_breakpoints_after_exec): Delete and re-initialize
10977 overlay event breakpoints after an exec. Add FIXME comment
10978 about longjmp breakpoint.
10979 (print_it_typical): Ignore overlay event breakpoints.
10980 (print_one_breakpoint): Ditto.
10981 (mention): Ditto.
10982 (bpstat_what): Do not stop for overlay event breakpoints.
10983 (delete_breakpoint): Don't delete overlay event breakpoints.
10984 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10985 (breakpoint_re_set): Re-create overlay event breakpoint.
10986
10987 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10988 (overlay_manual_command): Disable overlay breakpoints.
10989 (overlay_off_command): Disable overlay breakpoints.
10990
10991 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10992
10993 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10994 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10995 to here from config/tm-arm.h.
10996 (coff_sym_is_thumb): Make static.
10997 (arm_elf_make_msymbol_special): New function.
10998 (arm_coff_make_msymbol_special): New function.
10999 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11000 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11001 (coff_sym_is_thumb): Delete declaration.
11002 (arm_elf_make_msymbol_special): Declare.
11003 (arm_coff_make_msymbol_special): Declare.
11004 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11005 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11006
11007 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11008
11009 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11010
11011 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11012
11013 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11014 * gdbarch.c gdbarch.h: Regenerate.
11015 * arch-utils.c (default_print_float_info): New function.
11016 * arch-utils.h (default_print_float_info): Prototype it.
11017 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11018 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11019 (PRINT_FLOAT_INFO): Document it.
11020
11021 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11022 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11023 (PRINT_FLOAT_INFO): Define.
11024
11025 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11026
11027 * win32-nat.c (_initialize_check_for_gdb_ini):
11028 Add typecast to sprintf argument to suppress a warning.
11029
11030 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11031
11032 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11033 to allow easier handling of pass state.
11034 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11035 that gives exception name and address.
11036 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11037 and set last_sig value to ourstatus->value.sig. Some missing
11038 exceptions added.
11039 (child_continue): Correctly report continue_status.
11040 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11041 TARGET_SIGNAL_0 (new default value).
11042 (child_resume): consider sig argument passed to decide if
11043 the exception should be passed to debuggee or not.
11044
11045 2002-02-05 Michael Snyder <msnyder@redhat.com>
11046
11047 * regcache.c (fetch_register): Call target_fetch_register
11048 only if we don't call FETCH_PSEUDO_REGISTER.
11049 (store_register): Call target_store_register only if we
11050 don't call STORE_PSEUDO_REGISTER.
11051
11052 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11053
11054 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11055 ELF_MAKE_MSYMBOL_SPECIAL.
11056 * gdbarch.c, gdbarch.h: Regenerate.
11057 * arch-utils.c (default_make_msymbol_special): New function.
11058 * arch-utils.h (default_make_msymbol_special): Export.
11059 * elfread.c (elf_symtab_read): Compile use of
11060 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11061 multiarched.
11062 * coffread.c (coff_symtab_read): Ditto, for
11063 COFF_MAKE_MSYMBOL_SPECIAL.
11064
11065 2002-02-05 Jim Blandy <jimb@redhat.com>
11066
11067 * solib-svr4.c (svr4_truncate_ptr): New function.
11068 (svr4_relocate_section_addresses): Do the address arithmetic with
11069 the appropriate truncation for target addresses, even when
11070 CORE_ADDR is larger than a target address.
11071
11072 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11073
11074 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11075 to (int *).
11076
11077 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11078
11079 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11080 code.
11081
11082 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11083
11084 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11085
11086 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11087
11088 * gdbserver/linux-low.c: Remove unused include files.
11089
11090 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11093 (read_inferior_memory): Use it.
11094 (write_inferior_memory): Likewise.
11095
11096 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11097
11098 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11099 grubbing through sys_errlist.
11100
11101 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11102
11103 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11104
11105 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11106 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11107
11108 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11109
11110 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11111 (do_sfunc, set_cmd_sfunc): New functions.
11112
11113 * command.h (struct cmd_list_element): Add field func.
11114 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11115 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11116 * cli/cli-decode.h: Ditto.
11117
11118 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11119 (help_all, help_cmd_list): Ditto.
11120 (find_cmd, complete_on_cmdlist): Ditto.
11121 * top.c (execute_command): Ditto.
11122
11123 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11124 function.sfunc.
11125
11126 * infcmd.c (notice_args_read): Fix function signature.
11127
11128 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11129 * cli/cli-decode.c (add_set_cmd): Ditto.
11130 * utils.c (initialize_utils): Ditto.
11131 * maint.c (_initialize_maint_cmds): Ditto.
11132 * infrun.c (_initialize_infrun): Ditto.
11133 * demangle.c (_initialize_demangler): Ditto.
11134 * remote.c (add_packet_config_cmd): Ditto.
11135 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11136 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11137 * proc-api.c (_initialize_proc_api): Ditto.
11138 * kod.c (_initialize_kod): Ditto.
11139 * valprint.c (_initialize_valprint): Ditto.
11140 * top.c (init_main): Ditto.
11141 * infcmd.c (_initialize_infcmd): Ditto.
11142 * corefile.c (_initialize_core): Ditto.
11143 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11144 * arch-utils.c (initialize_current_architecture): Ditto.
11145 (_initialize_gdbarch_utils): Ditto.
11146 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11147
11148 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11149 * wince.c (_initialize_inftarg): Ditto.
11150 * symfile.c (_initialize_symfile): Ditto.
11151 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11152 * language.c (_initialize_language): Ditto.
11153 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11154
11155 2002-02-04 Michael Snyder <msnyder@redhat.com>
11156
11157 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11158
11159 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11160
11161 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11162 Add rules for building the register data files.
11163
11164 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11165
11166 * regformats/regdat.sh: Add braces to the definition of
11167 expedite_regs_${arch}.
11168
11169 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11170
11171 * regformats/regdef.h (struct reg): Add comment describing the
11172 requirements for offset and size fields.
11173
11174 2002-02-04 Andreas Schwab <schwab@suse.de>
11175
11176 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11177 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11178
11179 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11180
11181 * gdbarch.sh (copyright): Update years in generated header.
11182 (SMASH_TEXT_ADDRESS): Add rule.
11183 * gdbarch.h, gdbarch.c: Re-generate.
11184 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11185 * dbxread.c: Likewise.
11186 * dwarfread.c: Likewise.
11187 * elfread.c: Likewise.
11188 * somread.c: Likewise.
11189
11190 * arm-tdep.c (arm_smash_text_address): New function.
11191 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11192
11193 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11194
11195 Add support for hardware watchpoints on win32 native.
11196 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11197 CONTEXT_DEBUG_REGISTERS.
11198 (dr variable): New variable. Static array containing a local copy
11199 of debug registers.
11200 (debug_registers_changed): New variable. Reflects when debug registers
11201 are changed and need to be written to inferior.
11202 (debug_registers_used): New variable. Reflects when any debug register
11203 was set, used when new threads are created.
11204 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11205 i386-nat code.
11206 (thread_rec): Set dr array if id is the thread of current_event .
11207 (child_continue, child_resume): Change the debug registers for all
11208 threads if debug_registers_changed.
11209 (child_add_thread): Change the debug registers if debug_registers_used.
11210 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11211 Link nm.h to new nm-cygwin.h file.
11212 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11213 of hardware registers.
11214
11215 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11216
11217 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11218 Restore behavour broken by 2002-01-20 Andrew Cagney
11219 <ac131313@redhat.com> IEEE_FLOAT removal.
11220
11221 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * c-valprint.c (c_val_print): Pass a proper valaddr to
11224 cp_print_class_method.
11225 * valops.c (search_struct_method): If there is only one method
11226 and args is NULL, return that method.
11227
11228 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11229
11230 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11231 accessing tag_name directly.
11232
11233 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11234
11235 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11236 of accessing tag_name directly.
11237
11238 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11239
11240 PR gdb/280
11241 * gdbtypes.c (replace_type): New function.
11242 * gdbtypes.h (replace_type): Add prototype.
11243 * stabsread.c (read_type): Use replace_type.
11244
11245 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11246
11247 * Makefile.in (memattr.o): Add missing dependencies rule.
11248
11249 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11250
11251 * breakpoint.c (break_at_finish_command): Really export.
11252 (break_at_finish_at_depth_command): Ditto.
11253 (tbreak_at_finish_command): Ditto.
11254 * hppa-tdep.c: Include completer.h.
11255 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11256 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11257
11258 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11259
11260 * utils.c (do_write): New function.
11261 (error_stream): Rewrite combining the code from error_begin and
11262 verror.
11263 (verror): Rewrite using error_stream.
11264 (error_begin): Delete function.
11265
11266 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11267
11268 * utils.c (error_begin): Make static.
11269 * defs.h (error_begin): Delete declaration.
11270
11271 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11272 (decode_line_1): Use cplusplus_error instead of error_begin,
11273 cplusplus_hint and return_to_top_level.
11274 * coffread.c (coff_symfile_read): Use error instead of error_begin
11275 and return_to_top_level.
11276 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11277
11278 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11279
11280 * language.h (type_error, range_error): Make string parameter
11281 constant.
11282 * language.c (warning_pre_print): Delete extern declaration.
11283 * dwarfread.c (warning_pre_print): Ditto.
11284 * language.c (type_error, range_error): Rewrite to use verror and
11285 vwarning instead of warning_begin.
11286
11287 2002-02-01 Michael Snyder <msnyder@redhat.com>
11288
11289 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11290 (set_ignore_count): Move misplaced comment back where it belongs.
11291
11292 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11293
11294 * command.h (NO_FUNCTION): Delete macro.
11295 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11296 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11297 * tracepoint.c (_initialize_tracepoint): Ditto.
11298 * cli/cli-decode.c (add_set_cmd): Ditto.
11299 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11300
11301 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11302
11303 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11304 Update ``this'' pointer when calling virtual functions.
11305
11306 2002-02-01 Michael Snyder <msnyder@redhat.com>
11307
11308 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11309 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11310
11311 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11312
11313 * regformats/reg-arm.dat: New file.
11314 * regformats/reg-i386.dat: New file.
11315 * regformats/reg-ia64.dat: New file.
11316 * regformats/reg-m68k.dat: New file.
11317 * regformats/reg-mips.dat: New file.
11318 * regformats/reg-ppc.dat: New file.
11319 * regformats/reg-sh.dat: New file.
11320 * regformats/regdef.h: New file.
11321 * regformats/regdat.sh: New file.
11322
11323 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11324
11325 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11326 (arm_frame_args_address, arm_frame_locals_address): New functions.
11327 (arm_frame_num_args): New function.
11328 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11329 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11330 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11331
11332 2002-01-31 Michael Snyder <msnyder@redhat.com>
11333
11334 * breakpoint.c (break_at_finish_command): Export.
11335 (break_at_finish_at_depth_command): Export.
11336 (tbreak_at_finish_command): Export.
11337 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11338 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11339 "txbreak" commands, which are HPPA specific.
11340
11341 * printcmd.c (disassemble_command): Remove an ancient
11342 artifact of an old merge.
11343
11344 * symfile.h (enum overlay_debugging_state):
11345 Define enum constant values for overlay mode.
11346 * symfile.c (overlay_debugging): Use enums instead of literals.
11347 (overlay_is_mapped, overlay_auto_command,
11348 overlay_manual_command): Ditto.
11349
11350 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11351 breakpoint_here_p, breakpoint_inserted_here_p,
11352 breakpoint_thread_match, bpstat_stop_status,
11353 describe_other_breakpoints, check_duplicates, clear_command):
11354 Coding standard fixes.
11355
11356 * target.c (target_xfer_memory): Add spaces, coding standard.
11357 (do_xfer_memory): Add missing line to trust-readonly
11358 code: check bfd SEC_READONLY flag for section.
11359
11360 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11361
11362 * PROBLEMS: Fix typo, 5.1->5.1.1.
11363
11364 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11365
11366 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11367 data symbols, since we search based on textlow and texthigh.
11368 (find_pc_sect_symtab): Likewise.
11369
11370 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11371
11372 * defs.h (vwarning): Declare.
11373 * utils.c (vwarning): New function.
11374 (warning): Call vwarning.
11375 (warning_begin): Delete function.
11376
11377 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11378 the warning message.
11379 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11380 warning_begin.
11381
11382 2002-01-30 Michael Snyder <msnyder@redhat.com>
11383
11384 * NEWS: Mention "set trust-readonly-sections" command.
11385 Mention generate-core-file command.
11386
11387 2002-01-15 Michael Snyder <msnyder@redhat.com>
11388
11389 * target.c: New command, "set trust-readonly-sections on".
11390 (do_xfer_memory): Honor the suggestion to trust readonly sections
11391 by reading them from the object file instead of from the target.
11392 (initialize_targets): Register command "set trust-readonly-sections".
11393
11394 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11395
11396 * parse.c (target_map_name_to_register): Simplify, search regs and
11397 pseudo-regs using a single loop.
11398
11399 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11400
11401 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11402
11403 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11404
11405 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11406 * config/i386/i386v42mp.mh: Add i387-nat.o .
11407 * i386v4-nat.c: Include i387-nat.h.
11408 (supply_fpregset): Use i387_supply_fsave.
11409 (fill_fpregset): Use i387_fill_fsave.
11410
11411 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11412
11413 * arm-tdep.c (arm_call_dummy_words): Define.
11414 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11415 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11416 (CALL_DUMMY_WORDS): Define.
11417 (arm_call_dummy_words): Declare.
11418 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11419 (arm_linux_call_dummy_words): Declare.
11420
11421 2002-01-30 Andreas Schwab <schwab@suse.de>
11422
11423 * m68klinux-nat.c: Fix last change to use regcache_collect
11424 instead of referencing registers[] directly.
11425
11426 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11427
11428 * parse.c (target_map_name_to_register): Delete code wrapped in
11429 #ifdef REGISTER_NAME_ALIAS_HOOK.
11430
11431 2002-01-28 Michael Snyder <msnyder@redhat.com>
11432
11433 * regcache.c (legacy_read_register_gen): Need to be able to
11434 read pseudo-register as well as real register.
11435 (legacy_write_register_gen): Ditto.
11436
11437 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11438
11439 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11440 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11441 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11442 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11443 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11444 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11445 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11446 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11447 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11448 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11449 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11450 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11451 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11452 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11453 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11454 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11455 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11456 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11457 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11458 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11459
11460 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11461
11462 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11463 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11464 (initialize_current_architecture): Update target_byte_order using
11465 information from BFD.
11466 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11467 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11468
11469 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11470
11471 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11472 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11473
11474 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11475 #ifdef INVALID_FLOAT.
11476 * infcmd.c (do_registers_info): Ditto.
11477 * values.c (unpack_double): Ditto. Add comment.
11478
11479 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11480 already commented out.
11481
11482 2002-01-26 Andreas Schwab <schwab@suse.de>
11483
11484 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11485 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11486 registers and add support for PTRACE_GETREGS.
11487
11488 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11489
11490 GDB 5.1.1 released from 5.1 branch.
11491 * NEWS: Add 5.1.1 news.
11492 * README: Sync with 5.1 branch.
11493
11494 2002-01-23 Fred Fish <fnf@redhat.com>
11495
11496 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11497 stabstring on initial malloc. Reallocing will copy it for us,
11498 if necessary.
11499
11500 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11501
11502 * Makefile.in (hpread_h): Delete.
11503 (HFILES_NO_SRCDIR): Remove hpread.h.
11504 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11505 (hpread.o): Update dependencies.
11506 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11507
11508 * hp-psymtab-read.c: Remove file.
11509 * hp-symtab-read.c: Remove file.
11510 * hpread.h: Remove file.
11511
11512 * hpread.c: Merge all contents of hp-psymtab-read.c,
11513 hp-symtab-read.c and hpread.h into this file, as it was prior to
11514 January 1999.
11515
11516 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11517 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11518 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11519 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11520
11521 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11522
11523 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11524 fill_gregset): Call gdbarch_tdep() just once, assign result to
11525 variable and use that, instead of calling the function several
11526 times.
11527
11528 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11529
11530 * configure.host: Accept sparcv9 as alias for sparc64.
11531 * configure.tgt: Likewise.
11532
11533 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11534
11535 * solib-aix5.c (build_so_list_from_mapfile)
11536 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11537 arguments is not reversed.
11538 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11539 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11540
11541 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11542
11543 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11544 modified version of obsolete sh_fetch_pseudo_register.
11545 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11546 (sh4_register_read): New function.
11547 (sh_pseudo_register_write): New function. Renamed and modified
11548 version of obsolete sh_store_pseudo_register.
11549 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11550 (sh4_register_write): New function.
11551 (sh_gdbarch_init): Remove setting of gdbarch function
11552 fetch_pseudo_register and store_pseudo_register. Remove setting of
11553 register_convert_to_raw, register_convert_to_virtual,
11554 register_convertible.
11555 (sh_sh4_register_convertible): Delete. No longer needed. All is
11556 taken care by architecture specific functions
11557 register_read/register_write.
11558 (sh_sh4_register_convert_to_virtual): Make static.
11559 (sh_sh4_register_convert_to_raw): Ditto.
11560
11561 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11562
11563 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11564 (floatformat_is_nan, floatformat_mantissa): Ditto.
11565
11566 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11567 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11568 builtin_type_ieee_double_little,
11569 builtin_type_ieee_double_littlebyte_bigword,
11570 builtin_type_m68881_ext, builtin_type_i960_ext,
11571 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11572 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11573 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11574 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11575
11576 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11577
11578 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11579 parameter. Set frameless flag if it exists and depended of
11580 whether the scanned function is frameless or not.
11581 (xstormy16_skip_prologue): If function is frameless, return
11582 result of xstormy16_scan_prologue().
11583 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11584 call.
11585
11586 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11587
11588 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11589 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11590 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11591 sh_sh4_register_byte, sh_sh4_register_raw_size,
11592 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11593 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11594 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11595 sh_store_pseudo_register, sh_do_pseudo_register): Call
11596 gdbarch_tdep() just once, assign result to variable and use that,
11597 instead of calling the function several times.
11598
11599 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11600
11601 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11602 macros instead of LAST_FPU_CTRL_REGNUM.
11603 (store_register): Likewise.
11604
11605 2002-01-21 Jim Blandy <jimb@redhat.com>
11606
11607 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11608 is up-to-date before running the program, not just when a program
11609 exits.
11610
11611 2002-01-21 Fred Fish <fnf@redhat.com>
11612
11613 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11614 when we have found all instructions we are looking for.
11615
11616 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11617
11618 * arm-tdep.c (arm_register_name): New function.
11619 (arm_registers_names): Make static.
11620 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11621 (arm_register_name): Declare.
11622 (REGISTER_NAME): Use it.
11623
11624 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11625 Kevin Buettner <kevinb@redhat.com>
11626
11627 Convert arm targets to new FRAME interface.
11628 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11629 (arm_frame_find_save_regs): Delete.
11630 (arm_frame_init_saved_regs): New.
11631 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11632 Allocate extra_info as required. Convert all uses of fsr.regs
11633 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11634 to use extra_info.
11635 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11636 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11637 (check_prologue_cache, save_prologue_cache): Likewise.
11638 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11639 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11640 (FRAME_FIND_SAVED_REGS): Delete.
11641 (arm_frame_find_saved_regs): Delete prototype.
11642 (arm_frame_init_saved_regs): New prototype.
11643 (FRAME_INIT_SAVED_REGS): Define.
11644
11645 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11646
11647 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11648
11649 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11650
11651 From Jeff Law <law@redhat.com>:
11652 * infttrace.c: Include <sys/pstat.h>.
11653 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11654 exec file if the ttrace equivalent fails.
11655
11656 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11657
11658 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11659 (closeLogFile): Ditto.
11660
11661 2002-01-20 Michael Chastain <mec@shout.net>
11662
11663 * top.c (print_gdb_version): Bump copyright year to 2002.
11664
11665 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11666
11667 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11668 Zannoni and Eli Zaretskii.
11669
11670 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11671
11672 * buildsym.c: Update copyright years.
11673 * c-typeprint.c: Likewise.
11674 * dwarf2read.c: Likewise.
11675 * f-typeprint.c: Likewise.
11676 * gdbtypes.c: Likewise.
11677 * gdbtypes.h: Likewise.
11678 * hp-symtab-read.c: Likewise.
11679 * hpread.c: Likewise.
11680 * mdebugread.c: Likewise.
11681 * p-typeprint.c: Likewise.
11682
11683 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11684
11685 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11686 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11687 byte-order selectable.
11688 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11689 * arch-utils.c: Ditto.
11690 (set_endian): Ditto.
11691 (set_endian_from_file): Ditto.
11692 * gdbserver/low-sim.c (create_inferior): Ditto.
11693 * gdbarch.sh: Ditto.
11694 * gdbarch.h: Re-generate.
11695 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11696 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11697 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11698 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11699 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11700 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11701 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11702 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11703 macro definition.
11704 * config/mips/tm-wince.h: Remove #undef of macro
11705 TARGET_BYTE_ORDER_SELECTABLE.
11706 * config/sh/tm-wince.h: Ditto.
11707
11708 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11709
11710 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11711 member function fields. Add accessor macro
11712 TYPE_FN_FIELD_ARTIFICIAL.
11713 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11714 * c-typeprint.c (c_type_print_base): Skip artificial member
11715 functions.
11716
11717 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11718
11719 * f-typeprint.c: Delete unused function f_type_print_args.
11720 * p-typeprint.c: Delete unused function pascal_type_print_args.
11721
11722 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11723
11724 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11725 comment. Add ``artificial'' to ``union field_location''.
11726
11727 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11728
11729 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11730 * mdebugread.c (parse_symbol): Likewise.
11731 * stabsread.c (define_symbol): Likewise.
11732 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11733 initializing TYPE_FIELD_BITPOS to n (obsolete).
11734 (hpread_doc_function_type): Likewise.
11735 * hpread.c (hpread_function_type): Likewise.
11736
11737 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11738
11739 * configure.in (host_makefile_frag): Only require a host makefile
11740 fragment when a native build.
11741 * configure: Re-generate.
11742
11743 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11744
11745 * doublest.h (floatformat_from_type): Declare.
11746 * doublest.c (floatformat_from_type): New function.
11747 (convert_typed_floating): Use.
11748
11749 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11750 call to function floatformat_from_type.
11751
11752 * gdbarch.sh (IEEE_FLOAT): Delete.
11753 * gdbarch.h, gdbarch.c: Re-generate.
11754 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11755 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11756 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11757 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11758 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11759 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11760 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11761 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11762 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11763 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11764 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11765 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11766
11767 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11768 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11769 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11770 * sh-tdep.c (sh_gdbarch_init): Ditto.
11771 * mips-tdep.c (mips_gdbarch_init): Ditto.
11772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11773 * cris-tdep.c (cris_gdbarch_init): Ditto.
11774
11775 2002-01-20 Jiri Smid <smid@suse.cz>
11776
11777 * configure.host, configure.tgt: Support x86-64.
11778 * NEWS: Note new target x86-64.
11779
11780 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11781 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11782 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11783 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11784 x86-64-linux-nat.o): Fix dependencies.
11785
11786 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11787
11788 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11789 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11790 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11791 * config/sparc/xm-sun4os4.h: Delete file.
11792 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11793
11794 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11795
11796 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11797 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11798 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11799 * config/i386/i386lynx.mh (XM_FILE): Delete.
11800 * config/rs6000/xm-rs6000ly.h: Delete file.
11801 * config/sparc/xm-sparclynx.h: Delete file.
11802 * config/m68k/xm-m68klynx.h: Delete file.
11803 * config/i386/xm-i386lynx.h: Delete file.
11804 * config/xm-lynx.h: Delete file.
11805 * config/djgpp/fnchange.lst: Update.
11806
11807 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11808
11809 * alpha-tdep.c (alpha_register_byte): New function.
11810 (alpha_register_raw_size): Ditto.
11811 (alpha_register_virtual_size): Ditto.
11812 (alpha_skip_prologue_internal): Renamed from
11813 alpha_skip_prologue.
11814 (alpha_skip_prologue): New version that calls
11815 alpha_skip_prologue_internal.
11816 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11817 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11818 second argument from alpha_skip_prologue.
11819 (REGISTER_BYTE): Use alpha_register_byte.
11820 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11821 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11822 (FRAMELESS_FUNCTION_INVOCATION): Use
11823 generic_frameless_function_invocation_not.
11824 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11825 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11826
11827 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11828
11829 * config/mips/xm-news-mips.h: Delete file.
11830 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11831
11832 * config/m88k/xm-m88k.h: Delete file.
11833 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11834 * config/m88k/xm-delta88v4.h: Ditto.
11835 * config/m88k/xm-delta88.h: Ditto.
11836
11837 * config/alpha/xm-fbsd.h: Delete file.
11838 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11839
11840 * config/sparc/xm-sparc.h: Delete file.
11841 * Makefile.in (xm-sun4os4.h): Delete dependency.
11842 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11843 * config/sparc/xm-sun4os4.h: Ditto.
11844 * config/sparc/xm-linux.h: Ditto.
11845
11846 * config/i386/xm-windows.h: Delete file.
11847
11848 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11849
11850 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11851 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11852
11853 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11854
11855 * alpha-tdep.c (alpha_call_dummy_words): New.
11856 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11857 (CALL_DUMMY_P): Define.
11858 (CALL_DUMMY_WORDS): Define.
11859 (SIZEOF_CALL_DUMMY_WORDS): Define.
11860
11861 2002-01-19 Per Bothner <per@bothner.com>
11862
11863 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11864 isn't NULL, which can happen with some gcj-3.x-produced code.
11865
11866 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11867
11868 * alpha-tdep.c (alpha_register_virtual_type): New function.
11869 (alpha_init_frame_pc_first): Ditto.
11870 (alpha_fix_call_dummy): Ditto.
11871 (alpha_store_struct_return): Ditto.
11872 (alpha_extract_struct_value_address): Ditto.
11873 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11874 alpha_register_virtual_type.
11875 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11876 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11877 alpha_extract_struct_value_address.
11878 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11879 (INIT_FRAME_PC): Use init_frame_pc_noop.
11880 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11881
11882 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11883
11884 * i386gnu-nat.c: Include "i386-tdep.h".
11885 (fetch_fpregs): Simplify code dealing with uninitialized floating
11886 point states such that it doesn't require FP7_REGNUM.
11887
11888 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11889
11890 * alpha-tdep.c (frame_extra_info): New.
11891 (alpha_find_saved_regs): Make static. Use
11892 frame->extra_info.
11893 (alpha_frame_init_saved_regs): New function.
11894 (alpha_frame_saved_pc): Use frame->extra_info.
11895 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11896 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11897 (init_extra_frame_info): Rename to...
11898 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11899 (alpha_print_extra_frame_info): New function.
11900 (alpha_frame_locals_address): Ditto.
11901 (alpha_frame_args_address): Ditto.
11902 (alpha_pop_frame): Use frame->extra_info.
11903 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11904 alpha_frame_args_address.
11905 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11906 (alpha_find_saved_regs): Remove prototype.
11907 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11908 (EXTRA_FRAME_INFO): Remove.
11909 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11910 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11911
11912 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11913
11914 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11915 (alpha_cannot_fetch_register): Ditto.
11916 (alpha_cannot_store_register): Ditto.
11917 (alpha_register_convertible): Ditto.
11918 (alpha_use_struct_convention): Ditto.
11919 * config/alpha/tm-alpha.h: Update copyright years.
11920 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11921 (INNER_THAN): Use core_addr_lessthan.
11922 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11923 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11924 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11925 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11926 (FRAME_CHAIN): Remove unnecessary cast.
11927
11928 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11929
11930 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11931 obsolete.
11932
11933 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11934
11935 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11936 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11937 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11938 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11939 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11940 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11941 * x86-64-linux-nat.c: Ditto.
11942
11943 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11944
11945 * alpha-tdep.c (alpha_register_name): New function.
11946 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11947 (REGISTER_NAME): Define.
11948
11949 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11950
11951 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11952
11953 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11954
11955 * alpha-tdep.c: Update copyright years.
11956 (alpha_next_pc): New function.
11957 (alpha_software_single_step): Ditto.
11958 * config/alpha/tm-alpha.h: Add prototype for
11959 alpha_software_single_step.
11960
11961 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11962
11963 * alphabsd-nat.c: Update copyright years.
11964 (fill_gregset): Use regcache_collect.
11965 (fill_fpregset): Likewise.
11966 (fetch_inferior_registers): Only fetch integer registers
11967 if requested to do so.
11968 (store_inferior_registers): Only store integer registers
11969 if requested to do so.
11970
11971 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11972
11973 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11974 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11975 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11976 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11977 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11978 * config/arm/linux.mh (XDEPFILES): Delete.
11979 * config/arm/nbsd.mh (XDEPFILES): Delete.
11980 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11981 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11982 * config/i386/i386m3.mh (XDEPFILES): Delete.
11983 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11984 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11985 * config/i386/fbsd.mh (XDEPFILES): Delete.
11986 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11987 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11988 * config/i386/i386v4.mh (XDEPFILES): Delete.
11989 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11990 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11991 * config/i386/i386aix.mh (XDEPFILES): Delete.
11992 * config/i386/go32.mh (XDEPFILES): Delete.
11993 * config/i386/cygwin.mh (XDEPFILES): Delete.
11994 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11995 * config/i386/i386mach.mh (XDEPFILES): Delete.
11996 * config/i386/i386v32.mh (XDEPFILES): Delete.
11997 * config/i386/linux.mh (XDEPFILES): Delete.
11998 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11999 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12000 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12001 * config/i386/i386sco.mh (XDEPFILES): Delete.
12002 * config/i386/i386v.mh (XDEPFILES): Delete.
12003 * config/i386/nbsd.mh (XDEPFILES): Delete.
12004 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12005 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12006 * config/i386/symmetry.mh (XDEPFILES): Delete.
12007 * config/i386/obsd.mh (XDEPFILES): Delete.
12008 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12009 * config/ia64/linux.mh (XDEPFILES): Delete.
12010 * config/ia64/aix.mh (XDEPFILES): Delete.
12011 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12012 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12013 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12014 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12015 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12016 * config/m68k/linux.mh (XDEPFILES): Delete.
12017 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12018 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12019 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12020 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12021 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12022 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12023 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12024 * config/m88k/delta88.mh (XDEPFILES): Delete.
12025 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12026 * config/m88k/m88k.mh (XDEPFILES): Delete.
12027 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12028 * config/mips/linux.mh (XDEPFILES): Delete.
12029 * config/mips/irix6.mh (XDEPFILES): Delete.
12030 * config/mips/irix5.mh (XDEPFILES): Delete.
12031 * config/mips/irix4.mh (XDEPFILES): Delete.
12032 * config/mips/irix3.mh (XDEPFILES): Delete.
12033 * config/mips/decstation.mh (XDEPFILES): Delete.
12034 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12035 (NATDEPFILES): Move core-aout.o to here.
12036 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12037 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12038 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12039 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12040 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12041 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12042 * config/pa/hpux11.mh (XDEPFILES): Delete.
12043 * config/powerpc/aix.mh (XDEPFILES): Delete.
12044 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12045 * config/powerpc/linux.mh (XDEPFILES): Delete.
12046 * config/romp/rtbsd.mh: Rename XDEPFILES.
12047 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12048 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12049 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12050 * config/s390/s390.mh (XDEPFILES): Delete.
12051 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12052 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12053 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12054 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12055 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12056 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12057 * config/sparc/linux.mh (XDEPFILES): Delete.
12058 * config/vax/vaxult.mh (XDEPFILES): Delete.
12059 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12060 * Makefile.in (DEPFILES): Remove XDEPFILES.
12061
12062 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12063
12064 * utils.c (internal_verror): Fix comments, default is yes not no.
12065 Update queries to match. Default to quit and dump core.
12066
12067 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12068
12069 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12070 copyright.
12071 * defs.h, event-top.c, gdbcmd.h: Ditto.
12072 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12073 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12074 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12075 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12076 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12077 * mi/mi-main.c:Ditto.
12078
12079 * stack.c, symfile.c: Update copyright.
12080
12081 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12082
12083 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12084 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12085 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12086 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12087
12088 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12089
12090 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12091 * gdbserver/low-lynx.c (myattach): Likewise.
12092 * gdbserver/low-nbsd.c (myattach): Likewise.
12093 * gdbserver/low-sim.c (myattach): Likewise.
12094 * gdbserver/low-sparc.c (myattach): Likewise.
12095 * gdbserver/low-sun3.c (myattach): Likewise.
12096
12097 * gdbserver/low-linux.c (myattach): New function.
12098
12099 * gdbserver/server.c (attach_inferior): New function.
12100 (main): Handle "--attach".
12101
12102 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12103
12104 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12105 maintainer.
12106
12107 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12108
12109 * c-typeprint.c (is_type_conversion_operator): Add additional
12110 check for non-conversion operators.
12111
12112 2002-01-15 Michael Snyder <msnyder@redhat.com>
12113
12114 * linux-proc.c: Add "info proc" command, a la procfs.c.
12115 (read_mapping): New function, abstract and re-use code.
12116 (linux_find_memory_regions): Use new func read_mapping.
12117 (linux_info_proc_cmd): New function, implement "info proc".
12118 (_initialize_linux_proc): Add new command "info proc".
12119
12120 2002-01-15 Michael Snyder <msnyder@redhat.com>
12121
12122 * symfile.c (generic_load): Use bfd_map_over_sections method
12123 instead of manipulating bfd structure members directly.
12124 (add_section_size_callback): New function, bfd sections callback
12125 used by generic_load.
12126 (load_sections_callback): New function, bfd sections callback
12127 used by generic_load.
12128
12129 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12130
12131 [Based on work by Jim Blandy]
12132 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12133 (builtin_type_vec128): Export.
12134 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12135 types.
12136 (builtin_type_vec128): New builtin type for 128 bit vector
12137 registers.
12138 (build_gdbtypes): Initialize builtin_type_v16qi and
12139 builtin_type_v8hi. Create the vec128 register builtin type
12140 structure.
12141 (build_builtin_type_vec128): New function.
12142 (_initialize_gdbtypes): Register builtin_type_v16qi and
12143 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12144 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12145 AltiVec register to new builtin type.
12146
12147 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12148
12149 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12150 to make_cv_type.
12151
12152 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12153
12154 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12155 CLEAN_UP_REGISTER_VALUE.
12156 * regcache.c (supply_register): Update only call.
12157
12158 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12159
12160 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12161 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12162 a29k-*-vxworks* targets as obsolete.
12163
12164 2002-01-14 Michael Snyder <msnyder@redhat.com>
12165
12166 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12167 until we can resolve portability issues.
12168 * gregset.h: Remove references to fpxregs.
12169 * gcore.c (gcore_command): Initialize note_sec to NULL.
12170
12171 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12172
12173 * signals.c (target_signal_to_name): Rewrite. Only use
12174 signals[].name when in bounds and non-NULL.
12175
12176 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12177
12178 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12179 * signals.c (target_signal_to_name): Verify that SIG is within the
12180 bounds of the signals array.
12181
12182 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12183
12184 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12185
12186 2002-01-13 Keith Seitz <keiths@redhat.com>
12187
12188 * stack.c (print_frame_info_base): Print the frame's pc
12189 only if when print_frame_info_listing_hook is not defined.
12190
12191 2002-01-13 Keith Seitz <keiths@redhat.com>
12192
12193 * varobj.c (varobj_set_value): Make sure that there were no
12194 errors evaluating the object before attempting to set its
12195 value.
12196 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12197 so this offset adjustment is no longer necessary.
12198 (create_child): Don't set the error flag if the child is
12199 a CPLUS_FAKE_CHILD.
12200 (value_of_child): If value_fetch_lazy fails, return NULL
12201 so that callers will be notified that an error occurred.
12202 (c_value_of_variable): Delay check of variable's validity
12203 until later. We actually want all structs and unions to have
12204 the value "{...}".
12205 Do not return "???" for variables which could not be evaluated.
12206 This error condition must be returned to the caller so that it
12207 can get the error condition from gdb.
12208 (cplus_name_of_child): Adjust index for vptr before figuring
12209 out the name of the child.
12210 (cplus_value_of_child): If a child's (real) parent is not valid,
12211 don't even bother trying to give a value for it. Just return
12212 an error. Change all instances in this function.
12213 (cplus_type_of_child): If our parent is one of the "fake"
12214 parents, we need to get at the type of the real parent, and
12215 derive the child's true type using this information.
12216
12217 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12218
12219 From 2002-01-09 John Marshall <johnm@falch.net>:
12220 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12221 sources.redhat.com, and tweak some related URLs which had
12222 suffered from linkrot.
12223
12224 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12225
12226 From Jeff law:
12227 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12228 structures passed in registers.
12229
12230 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12231
12232 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12233 white space which prevented compilation. Reported by DSK
12234 <dsk@student.unsw.edu.au>.
12235
12236 2002-01-11 Michael Snyder <msnyder@redhat.com>
12237
12238 * symfile.c (build_section_addr_info_from_section_tab):
12239 Use bfd access method instead of manipulating bfd directly.
12240 (syms_from_objfile): Ditto.
12241 (simple_overlay_update_1): Ditto.
12242 (simple_overlay_update): Ditto.
12243 (generic_load): Ditto.
12244 (overlay_unmapped_address): FIXME comment, bfd access methods.
12245 (sections_overlap): FIXME comment, bfd access methods.
12246 (pc_in_mapped_range): FIXME comment, bfd access methods.
12247 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12248 (section_is_mapped): FIXME comment, bfd access methods.
12249 (section_is_overlay): FIXME comment, bfd access methods.
12250
12251 * symfile.c (generic_load): Whitespace and long line cleanups.
12252 Remove duplicate variable, change several local variables to
12253 more appropriate data types.
12254 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12255
12256 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12257
12258 From Peter Schauer:
12259 * language.c (longest_local_hex_string_custom): Use phex_nz to
12260 convert NUM to a hex string.
12261
12262 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12263
12264 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12265 the function.
12266 Update Copyright year.
12267
12268 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12269
12270 * language.c (longest_raw_hex_string): Delete unused function.
12271
12272 2002-01-11 Petr Sorfa <petrs@caldera.com>
12273
12274 * MAINTAINERS (write-after-approval): Add myself.
12275 * dwarf2read.c (read_tag_string_type): Handling of
12276 DW_AT_byte_size.
12277 (read_tag_string_type): FORTRAN fix to prevent propagation of
12278 first string size.
12279 (set_cu_language): Handling of DW_LANG_Fortran95
12280
12281 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12282
12283 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12284 GETPID(inferior_ptid).
12285 (store_inferior_registers): Likewise.
12286
12287 2002-01-10 Jason Merrill <jason@redhat.com>
12288
12289 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12290 Fix DW_OP_minus.
12291
12292 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12293
12294 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12295 and bfd/elf32-sh-nbsd.c.
12296
12297 2002-01-10 Michael Snyder <msnyder@redhat.com>
12298
12299 * NEWS: Mention --pid and corefile/proc-id behavior change.
12300
12301 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12302 * gcore.c: Include cli/cli-decode.h instead of command.h.
12303
12304 * main.c (captured_main): Add new command line option "--pid".
12305 If the second command line argument (following the symbol-file)
12306 begins with a digit, try to attach to it before trying to open
12307 it as a corefile.
12308 (print_gdb_help): Document the "--pid" argument.
12309
12310 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12311
12312 * completer.c (command_completer): New function.
12313
12314 * completer.h <command_completer>: Add prototype.
12315
12316 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12317 completer for the "help" command.
12318
12319 2002-01-09 Jason Merrill <jason@redhat.com>
12320
12321 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12322
12323 2002-01-09 Michael Snyder <msnyder@redhat.com>
12324
12325 * i386-linux-nat.c (fill_fpxregset): Make global.
12326 (store_fpxregset): Ditto.
12327
12328 * gregset.h (gdb_fpxregset_t): Define.
12329 (supply_fpxregset): Prototype.
12330 (fill_fpxregset): Prototype.
12331
12332 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12333
12334 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12335
12336 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12337 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12338 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12339
12340 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12341
12342 * MAINTAINERS: Update target maintainer rules so that any
12343 Maintainer can approve a tested patch for a maintenance-only
12344 target.
12345
12346 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12347
12348 * MAINTAINERS (write-after-approval): Add myself.
12349
12350 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12351 IN_SIGTRAMP.
12352
12353 2002-01-08 Michael Snyder <msnyder@redhat.com>
12354
12355 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12356 real name of the executable, rather than the /proc name.
12357
12358 2002-01-03 Michael Snyder <msnyder@redhat.com>
12359
12360 Implement a "generate-core-file" command in gdb, save target state.
12361 * gcore.c: New file. Implement new command 'generate-core-file'.
12362 Save a corefile image of the current state of the inferior.
12363 * linux-proc.c: Add linux-specific code for saving corefiles.
12364 * target.h (struct target_ops): Add new target vectors for saving
12365 corefiles; to_find_memory_regions and to_make_corefile_notes.
12366 (target_find_memory_regions): New macro.
12367 (target_make_corefile_notes): New macro.
12368 * target.c (update_current_target): Inherit new target methods.
12369 (dummy_find_memory_regions): New place-holder method.
12370 (dummy_make_corefile_notes): New place-holder method.
12371 (init_dummy_target): Initialize new dummy target vectors.
12372 * exec.c (exec_set_find_memory_regions): New function.
12373 Allow the exec_ops vector for memory regions to be taken over.
12374 (exec_make_note_section): New function, target vector method.
12375 * defs.h (exec_set_find_memory_regions): Export prototype.
12376 * procfs.c (proc_find_memory_regions): New function, corefile method.
12377 (procfs_make_note_section): New function, corefile method.
12378 (init_procfs_ops): Set new target vector pointers.
12379 (find_memory_regions_callback): New function.
12380 (procfs_do_thread_registers): New function.
12381 (procfs_corefile_thread_callback): New function.
12382 * sol-thread.c (sol_find_memory_regions): New function.
12383 (sol_make_note_section): New function.
12384 (init_sol_thread_ops): Initialize new target vectors.
12385 * inftarg.c (inftarg_set_find_memory_regions): New function.
12386 Allow to_find_memory_regions vector to be taken over.
12387 (inftarg_set_make_corefile_notes): New function.
12388 Allow to_make_corefile_notes vector to be taken over.
12389 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12390 interface layer if not target_has_execution (may be a corefile).
12391 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12392 * config/sparc/sun4sol2.mh: Ditto.
12393 * config/alpha/alpha-linux.mh: Ditto.
12394 * config/arm/linux.mh: Ditto.
12395 * config/i386/x86-64linux.mh: Ditto.
12396 * config/ia64/linux.mh: Ditto.
12397 * config/m68k/linux.mh: Ditto.
12398 * config/mips/linux.mh: Ditto.
12399 * config/powerpc/linux.mh: Ditto.
12400 * config/sparc/linux.mh: Ditto.
12401
12402 2002-01-07 Michael Snyder <msnyder@redhat.com>
12403
12404 * arm-linux-nat.c: Remove references to regcache.c internal data
12405 (registers[] and register_valid[]).
12406
12407 2002-01-07 Michael Snyder <msnyder@redhat.com>
12408
12409 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12410 so that attaching to a pid will automatically read the process's
12411 symbol file and shlibs.
12412 * Makefile.in: Add rule for linux-proc.o.
12413 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12414 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12415 * config/arm/linux.mh: Ditto.
12416 * config/i386/linux.mh: Ditto.
12417 * config/i386/x86-64linux.mh: Ditto.
12418 * config/ia64/linux.mh: Ditto.
12419 * config/m68k/linux.mh: Ditto.
12420 * config/mips/linux.mh: Ditto.
12421 * config/powerpc/linux.mh: Ditto.
12422 * config/sparc/linux.mh: Ditto.
12423
12424 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12425
12426 * win32-nat.c: Add i386-tdep.h dependency.
12427
12428 2002-01-07 Michael Snyder <msnyder@redhat.com>
12429
12430 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12431 instead of bfd_get_arch_size. Don't bail out just because
12432 there's no exec_bfd.
12433
12434 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12435 * p-valprint.c (pascal_object_print_value): Ditto.
12436 * somread.c (som_symtab_read): Ditto.
12437 * symfile.c (simple_free_overlay_region_table): Ditto.
12438 * valops.c (value_assign): Ditto.
12439
12440 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12441 use tilde_expand and strerror for opening save-tracepoints file.
12442
12443 * thread-db.c (thread_db_new_objfile): Indendation fix.
12444
12445 * infptrace.c (GDB_MAX_ALLOCA): New define.
12446 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12447 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12448 can be overridden with whatever value is appropriate to the host).
12449 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12450 alloca to allocate potentially large buffer.
12451 * rs6000-nat.c (child_xfer_memory): Ditto.
12452 * symm-nat.c (child_xfer_memory): Ditto.
12453 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12454
12455 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12456
12457 From Nick Clifton <nickc@redhat.com>
12458 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12459
12460 2002-01-07 Michael Snyder <msnyder@redhat.com>
12461
12462 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12463 Don't use exec_bfd if it's NULL.
12464
12465 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12466
12467 * valops.c (value_arg_coerce): Fix formatting.
12468
12469 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12470
12471 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12472 * gnu-nat.c: Ditto.
12473
12474 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12475
12476 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12477 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12478 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12479 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12480 z8k-coff have not been multi-arched. Update z8k-coff build
12481 status.
12482
12483 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12484
12485 * MAINTAINERS: Mark a29k target as obsolete.
12486 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12487 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12488 comments.
12489 * NEWS: Note that a29k targets are obsolete.
12490 * a29k-tdep.c: Mark as obsolete.
12491 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12492 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12493 a29k-*-vxworks* targets as obsolete.
12494 * remote-adapt.c: Obsolete.
12495 * remote-eb.c: Obsolete.
12496 * remote-mm.c: Obsolete.
12497 * remote-udi.c: Obsolete.
12498 * config/a29k/a29k-udi.mt: Obsolete.
12499 * config/a29k/a29k.mt: Obsolete.
12500 * config/a29k/tm-a29k.h: Obsolete.
12501 * config/a29k/tm-vx29k.h: Obsolete.
12502 * config/a29k/vx29k.mt: Obsolete.
12503
12504 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12505
12506 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12507 with BFD_ENDIAN_BIG.
12508
12509 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12510
12511 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12512 * configure, config.in: Re-generate.
12513 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12514 * defs.h: Do not include <endian.h>.
12515
12516 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12517
12518 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12519 * config.in: Regenerate.
12520 * configure.in: Update copyright years.
12521 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12522 * configure: Regenerate.
12523 * i386bsd-nat.c: Update copyright years.
12524 (fill_gregset): Use regcache_collect.
12525 (fetch_inferior_registers): Only fetch integer registers
12526 if requested to do so. Add support for XMM registers
12527 using PT_GETXMMREGS.
12528 (store_inferior_registers): Only store integer registers
12529 if requested to do so. Add support for XMM registers
12530 using PT_SETXMMREGS.
12531 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12532 (store_inferior_registers): Remove.
12533 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12534 (fetch_elfcore_registers): New function.
12535 (i386nbsd_elfcore_fns): New.
12536 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12537 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12538 i386bsd-nat.o.
12539 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12540 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12541 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12542 * config/i386/tm-nbsd.h: Update copyright years.
12543 (HAVE_SSE_REGS): Define.
12544 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12545 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12546 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12547 (SIGCONTEXT_PC_OFFSET): Remove.
12548 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12549
12550 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12551
12552 * configure.tgt: Remove powerpc-*-macos* target.
12553 * config/m68k/xm-mpw.h: Delete file.
12554 * config/xm-mpw.h: Delete file.
12555 * ser-mac.c: Delete file.
12556 * mpw-make.sed: Delete file.
12557 * mpw-config.in: Delete file.
12558 * mac-xdep.c: Delete file.
12559 * mac-gdb.r: Delete file.
12560 * mac-defs.h: Delete file.
12561 * mac-nat.c: Delete file.
12562 * config/powerpc/macos.mh: Delete file.
12563 * config/powerpc/macos.mt: Delete file.
12564 * config/powerpc/nm-macos.h: Delete file.
12565 * config/powerpc/tm-macos.h: Delete file.
12566 * source.c (openp, open_source_file): Remove obsolete code.
12567 * top.c (gdb_readline): Ditto.
12568 * utils.c (query): Ditto.
12569 * event-top.c (display_gdb_prompt): Ditto.
12570 * Makefile.in (ser-mac.o): Delete obsolete target.
12571 * NEWS: Update.
12572
12573 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12574
12575 * defs.h (BIG_ENDIAN): Delete macro definition.
12576 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12577 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12578 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12579 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12580 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12581 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12582 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12583 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12584 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12585 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12586 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12587 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12588 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12589 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12590 * gdbarch.c: Re-generate.
12591
12592 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12593
12594 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12595 for core files.
12596
12597 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12598
12599 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12600
12601 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12602
12603 * value.h (value_ptr): Delete typedef.
12604
12605 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12606
12607 * i386nbsd-nat.c: Update copyright years.
12608 Include i386-tdep.h.
12609
12610 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12611
12612 * stabsread.c: Update copyright years.
12613
12614 From Debashis Mahata <debashis.mahata@wipro.com>:
12615 (read_struct_fields): Deal with Sun C compiler erroneous stab
12616 output for structs and unions.
12617 Fix PR gdb/269.
12618
12619 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12620
12621 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12622 prototype.
12623
12624 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12625
12626 * cp-abi.c: Fix whitespace.
12627 (baseclass_offset): New wrapper function.
12628 * cp-abi.h (baseclass_offset): Add prototype.
12629 (struct cp_abi_ops): Add baseclass_offset pointer.
12630
12631 * valops.c (vb_match): Move to...
12632 * gnu-v2-abi.c (vb_match): here.
12633 * valops.c (baseclass_offset): Move to...
12634 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12635
12636 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12637
12638 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12639 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12640 * hpacc-abi.c (init_hpacc_ops): Likewise.
12641
12642 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12643
12644 * valops.c (find_overload_match): Accept obj as a
12645 reference parameter. Update it before returning.
12646 * value.h (find_overload_match): Update prototype.
12647 * eval.c (evaluate_subexp_standard): Pass object to
12648 find_overload_match by reference.
12649
12650 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12651
12652 * valarith.c: Replace value_ptr with struct value pointer. Remove
12653 register attribute from value declarations.
12654 * valops.c: Ditto.
12655 * value.h: Ditto.
12656 * scm-lang.c (scm_lookup_name): Ditto.
12657
12658 2002-01-03 Michael Snyder <msnyder@redhat.com>
12659
12660 Abstract the functionality of iterating over mapped memory
12661 regions into a general purpose iterator function.
12662 * procfs.c (iterate_over_mappings): New function, general purpose
12663 iterator for memory sections.
12664 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12665 (solib_mappings_callback): New function, callback for above.
12666 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12667 (info_mappings_callback): New function, callback for above.
12668
12669 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12670
12671 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12672
12673 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12674 * i386-tdep.c: Include "elf-bfd.h".
12675 (process_note_abi_tag_sections): New function.
12676 (i386_gdbarch_init): Add code to recognize various OS/ABI
12677 combinations.
12678
12679 * maint.c (_initialize_maint_cmds): Add missing \ in
12680 string-literal.
12681
12682 For older changes see ChangeLog-2001
12683 \f
12684 Local Variables:
12685 mode: change-log
12686 left-margin: 8
12687 fill-column: 74
12688 version-control: never
12689 End: