1 2002-11-08 David Carlton <carlton@math.stanford.edu>
3 * linespec.c (symbol_found): New function.
4 (minsym_found): New function.
5 (decode_line_1): Separate out some code into separate functions.
7 2002-11-08 Joel Brobecker <brobecker@gnat.com>
9 * i386-tdep.c (i386_frameless_signal_p): Make non static for
10 the benefit of the interix target.
11 * i386-tdep.h (i386_frameless_signal_p): Declare.
13 2002-11-08 Andrew Cagney <ac131313@redhat.com>
15 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
16 declaration that snuck in from change below.
18 2002-11-06 Andrew Cagney <cagney@redhat.com>
20 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
22 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
23 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
24 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
25 (i386_mxcsr_regnum_p): new function. Use instead of
27 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
28 (i386_sse_regnum_p): Declare.
29 (i386_mxcsr_regnum_p): Declare.
30 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
31 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
32 (IS_FP_REGNUM): Update definition.
33 (IS_FPU_CTRL_REGNUM): Update definition..
34 (IS_SSE_REGNUM): Update definition..
35 * i386v-nat.c (register_u_addr): Update.
36 * go32-nat.c (fetch_register): Update.
37 (store_register): Update.
39 2002-11-07 Joel Brobecker <brobecker@gnat.com>
41 Preparation work to convert the hppa targets to multiarch partial.
43 * hppa-tdep.c: Add new functions replacing macro bodies from
44 config/pa/tm-hppa.h. These function will be used to initialize
45 the gdbarch structure. Import some comments from tm-hppa.h,
46 and place them where appropriate, to avoid loosing them when
48 (hppa_reg_struct_has_addr): New function.
49 (hppa_inner_than): New function.
50 (hppa_stack_align): New function.
51 (hppa_pc_requires_run_before_use): New function.
52 (hppa_instruction_nullified): New function.
53 (hppa_register_byte): New function.
54 (hppa_register_virtual_type): New function.
55 (hppa_store_struct_return): New function.
56 (hppa_cannot_store_register): New function.
57 (hppa_frame_args_address): New function.
58 (hppa_frame_locals_address): New function.
59 (hppa_smash_text_address): New function.
60 (hppa_coerce_float_to_double): New function. Requires the inclusion
63 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
65 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
66 gdbarch-eligible macro to a call to the new associated function
67 created in hppa-tdep.c.
68 (INNER_THAN): Likewise.
69 (STACK_ALIGN): Likewise.
70 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
71 (INSTRUCTION_NULLIFIED): Likewise.
72 (REGISTER_BYTE): Likewise.
73 (REGISTER_VIRTUAL_TYPE): Likewise.
74 (STORE_STRUCT_RETURN): Likewise.
75 (CANNOT_STORE_REGISTER): Likewise.
76 (FRAME_ARGS_ADDRESS): Likewise.
77 (FRAME_LOCALS_ADDRESS): Likewise.
78 (SMASH_TEXT_ADDRESS): Likewise.
79 (COERCE_FLOAT_TO_DOUBLE): Likewise.
80 (ABOUT_TO_RETURN): Delete, as no longer used.
82 2002-11-07 Fernando Nasser <fnasser@redhat.com>
84 * printcmd.c (disassemble_command): Remove obsolete function.
85 (_initialize_printcmd): Do not create disassemble command here.
86 * cli/cli-cmds.c (disassemble_command): New function. Implements
88 (init_cli_cmds): Create disassemble command here instead.
90 2002-11-07 Andrew Cagney <ac131313@redhat.com>
92 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
94 2002-11-07 Andrew Cagney <ac131313@redhat.com>
96 * regcache.h (regcache_cooked_read_using_offset_hack)
97 (regcache_cooked_write_using_offset_hack): Delete declarations.
98 (register_changed): Delete declaration.
99 * regcache.c (regcache_cooked_read_using_offset_hack)
100 (regcache_cooked_write_using_offset_hack): Delete functions.
101 (cooked_xfer_using_offset_hack): Delete function.
102 (register_changed): Delete function.
104 2002-11-07 Jim Blandy <jimb@redhat.com>
106 * macroscope.c: #include "complaints.h".
107 (sal_macro_scope): Cope with filenames that appear in the symtabs,
108 but not in the macro table.
109 * Makefile.in (macroscope.o): Record dependency.
111 2002-11-07 Joel Brobecker <brobecker@gnat.com>
113 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
115 2002-11-07 Andrew Cagney <ac131313@redhat.com>
117 * regcache.c (deprecated_registers_fetched): Update.
118 * regcache.h (deprecated_registers_fetched): Rename
120 * remote-vxsparc.c (vx_read_register): Update.
121 * remote-vxmips.c (vx_read_register): Update.
122 * remote-vx68.c (vx_read_register): Update.
123 * irix5-nat.c (fetch_core_registers): Update.
124 * mipsm3-nat.c (fetch_inferior_registers): Update.
125 * sun3-nat.c (fetch_inferior_registers): Update.
126 * symm-nat.c (fetch_inferior_registers): Update.
127 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
128 (fetch_core_registers): Update.
129 (fetch_kcore_registers): Update.
130 * mips-nat.c (fetch_inferior_registers): Update.
131 * corelow.c (get_core_registers): Update.
132 * a68v-nat.c (fetch_inferior_registers): Update.
134 2002-11-06 Joel Brobecker <brobecker@gnat.com>
136 Put in place the framework necessary for multiarching the hppa targets.
137 * hppa-tdep.c (hppa_gdbarch_init): New function.
138 (hppa_dump_tdep): New function.
139 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
140 tdep structure dumper.
141 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
142 until the multi-arching conversion has partially been completed.
144 2002-11-06 Andrew Cagney <ac131313@redhat.com>
146 * valops.c (value_assign): Merge lval_register case into
147 lval_reg_frame_relative. Use frame_register and
148 regcache_cooked_write instead of get_saved_register and
149 write_register_bytes. After flushing the register cache, try to
150 re-select the selected frame.
152 2002-11-06 Andrew Cagney <ac131313@redhat.com>
154 * regcache.h (deprecated_register_valid): Rename register_valid.
155 * regcache.c: Update.
156 * ia64-aix-nat.c: Update.
157 * i386gnu-nat.c: Update.
158 * alpha-nat.c: Update.
159 * sparc-nat.c: Update.
160 * lynx-nat.c: Update.
161 * remote-mips.c: Update.
163 2002-11-06 Joel Brobecker <brobecker@gnat.com>
165 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
166 to end of file, to be more consistent with the pratice followed
169 2002-11-06 Andrew Cagney <ac131313@redhat.com>
171 * infcmd.c: Include "reggroups.h" and <ctype.h>.
172 (print_float_info): Print registers in float_reggroup.
173 (print_vector_info): Print registers in vector_reggroup.
174 (default_print_registers_info): When all, print registers in
175 all_reggroup. Otherwize, print registers in general_reggroup.
176 (registers_info): Rewrite. Add support for register groups.
179 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
181 * symtab.c (methods_info): Delete. It has been ifdeffed out for
183 (symtab_symbol_info): Remove eons old ifdeffed out code.
184 (_initialize_symtab): Remove prehistoric disabled 'info methods'
187 2002-11-06 Theodore A. Roth <troth@openavr.org>
189 * c-exp.y: Add missing semi-colons.
190 * f-exp.y: Add missing semi-colons.
191 * m2-exp.y: Add missing semi-colons.
192 * p-exp.y: Add missing semi-colons.
193 Add empty action to start rule to avoid a type clash error when
194 building with bison >= 1.50.
196 2002-11-06 Jim Blandy <jimb@redhat.com>
198 * macrotab.h (struct macro_source_file): Doc fix.
200 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
202 * varobj.c (child_exists, cplus_number_of_children): Change
203 STREQ macro references to strcmp.
204 (cplus_name_of_child): Change code to handle the fact that
205 fields are not necessarily contiguous with regards to their
206 access control. This is a fix for PR gdb/792.
208 2002-11-05 Andrew Cagney <ac131313@redhat.com>
210 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
211 * gdbarch.h, gdbarch.c: Regnerate.
212 * frame.h (frame_register): Declare.
213 * frame.c (frame_register): New function.
214 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
215 GET_SAVED_REGISTER, otherwize call
216 generic_unwind_get_saved_register.
217 (frame_register_read): Use frame_register instead of
220 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
222 From Jim Ingham <jingham@apple.com>:
223 * event-top.c (gdb_disable_readline): New function.
224 (_initialize_event_loop): Move comment.
226 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
228 * event-loop.c (start_event_loop): Add comment.
231 2002-11-05 Andrew Cagney <ac131313@redhat.com>
233 * infcmd.c (default_print_registers_info): Do not call
236 2002-11-05 Andrew Cagney <ac131313@redhat.com>
238 * sparc-tdep.c (sparc_print_register_hook): Make static.
239 (sparc_print_registers_info): New function.
240 (sparc_do_registers_info): New function.
241 (sparclet_print_registers_info): New function.
242 (sparclet_do_registers_info): New function.
243 (do_sparc_print_registers_info): New function.
244 (sparc_print_registers): New static function, clone of infcmd.c's
245 default_print_registers_info.
246 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
247 (sparclet_do_registers_info): Declare.
248 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
249 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
251 (sparc_do_registers_info): Declare.
252 (PRINT_REGISTER_HOOK): Delete macro.
253 (sparc_print_register_hook): Delete declaration.
255 2002-11-05 David Carlton <carlton@math.stanford.edu>
257 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
259 (lookup_symbol_aux_local): New function.
260 (lookup_symbol_aux_symtabs): New function.
261 (lookup_symbol_aux_psymtabs): New function.
263 2002-11-05 David Carlton <carlton@math.stanford.edu>
265 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
266 previous values of 'objfile' and 'block'.
268 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
270 * values.c (value_change_enclosing_type): Set
271 enclosing_type field correctly also for the case where
272 more memory needs to be allocated.
274 2002-11-03 Mark Kettenis <kettenis@gnu.org>
276 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
279 * i387-tdep.c (i387_print_float_info): Replace calls to
280 register_read and deprecated_read_register_gen with calls to
281 frame_register_read, and make the necessary adjustments to the
284 2002-11-02 Andrew Cagney <ac131313@redhat.com>
286 * gdbarch.sh (register_reggroup_p): Allow default value.
287 * gdbarch.h, gdbarch.c: Regenerate.
289 2002-11-02 Andrew Cagney <ac131313@redhat.com>
291 * regcache.h: Add coment indicating replacements for deprecated
294 2002-11-02 Andrew Cagney <cagney@redhat.com>
296 * reggroups.h, reggroups.c: New files.
297 * regcache.c: Include "reggroups.h".
298 (enum regcache_dump_what): Add `regcache_dump_groups'.
299 (regcache_dump): Contract size of the "Type" column. When
300 specified, dump the register's groups.
301 (maintenance_print_register_groups): New function.
302 (_initialize_regcache): Add command `maint print register-groups'.
303 * Makefile.in (COMMON_OBS): Add reggroups.o
304 (SFILES): Add reggroups.c.
305 (reggroups_h): Define.
306 (regcache.o, gdbarch.o): Update dependencies.
307 (reggroups.o): Specify dependencies.
308 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
309 Add opaque declaration for `struct reggroup' in generated .h file.
310 Include "reggroups.h" in generated .c file.
311 gdbarch.h, gdbarch.c: Re-generate.
313 2002-11-02 Andrew Cagney <cagney@redhat.com>
315 * regcache.h (deprecated_read_register_gen): Rename
317 (deprecated_write_register_gen): Rename write_register_gen.
318 * i387-tdep.c: Update.
319 * x86-64-linux-nat.c: Update
321 * thread-db.c: Update.
322 * win32-nat.c: Update.
323 * mips-tdep.c: Update.
324 * d10v-tdep.c: Update.
325 * cris-tdep.c: Update.
326 * remote-sim.c: Update.
327 * remote-rdi.c: Update.
328 * remote-rdp.c: Update.
331 * blockframe.c: Update.
332 * x86-64-tdep.c: Update.
333 * xstormy16-tdep.c: Update.
335 * s390-tdep.c: Update.
336 * rs6000-tdep.c: Update.
337 * sparc-tdep.c: Update.
338 * i386-tdep.c: Update.
339 * dwarf2cfi.c: Update.
340 * regcache.c: Update.
342 2002-11-01 Joel Brobecker <brobecker@gnat.com>
344 New interix-specific files:
345 * config/i386/nm-interix.h: New file.
346 * config/i386/interix.mh: New file.
347 * config/i386/interix.mt: New file.
348 * i386-interix-nat.c: New file.
349 * i386-interix-tdep.c: New file.
351 2002-11-01 Andrew Cagney <cagney@redhat.com>
353 * frame.h (deprecated_generic_get_saved_register): Rename
354 generic_get_saved_register.
355 * blockframe.c (deprecated_generic_get_saved_register): Update.
356 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
357 (xstormy16_frame_saved_register): Update.
358 * sh-tdep.c (sh_gdbarch_init): Update.
359 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
360 * ia64-tdep.c (ia64_get_saved_register): Update.
361 * cris-tdep.c (cris_gdbarch_init): Update.
362 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
363 * arm-tdep.c (arm_gdbarch_init): Update.
365 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
367 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
369 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
371 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
372 trampolines in sigaction.
374 2002-10-31 Andrew Cagney <cagney@redhat.com>
376 * h8300-tdep.c: Include "gdb_assert.h".
377 (h8300_print_register): Add gdbarch, file and frame parameters.
378 Use frame_read_unsigned_register to read the register's value.
379 Use fprintf_filtered to display output.
380 (h8300_print_registers_info): Replace h8300_do_registers_info.
381 (h8300_gdbarch_init): Set print_registers_info.
383 2002-10-31 Andrew Cagney <cagney@redhat.com>
385 * frame.c (frame_read_unsigned_register): New function.
386 (frame_read_signed_register): New function.
387 * frame.h (frame_read_unsigned_register): Declare.
388 (frame_read_signed_register): Declare.
390 2002-10-31 Andrew Cagney <cagney@redhat.com>
392 * h8500-tdep.c (h8500_print_registers_info): New static function,
393 clone of infcmd.c's default_print_registers_info.
394 (h8500_do_registers_info): New funtion.
395 (h8500_print_register_hook): Rename print_register_hook, make
398 * config/h8500/tm-h8500.h: Update copyright.
399 (DEPRECATED_DO_REGISTERS_INFO): Define.
400 (h8500_do_registers_info: Declare.
401 (PRINT_REGISTER_HOOK): Delete macro.
402 (print_register_hook): Delete function.
404 2002-10-31 Andrew Cagney <cagney@redhat.com>
406 * z8k-tdep.c (z8k_print_register_hook): Make static.
407 (z8k_print_registers_info): New static function, clone of
408 infcmd.c's default_print_registers_info.
409 (z8k_do_registers_info): New function. Wrap
410 z8k_print_registers_info.
411 * config/z8k/tm-z8k.h: Update copyright.
412 (PRINT_REGISTER_HOOK): Delete macro.
413 (z8k_print_register_hook): Delete declaration.
414 (DEPRECATED_DO_REGISTERS_INFO): Define.
415 (z8k_do_registers_info): Declare.
417 2002-10-30 Joel Brobecker <brobecker@gnat.com>
419 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
420 as this is already provided by value.h, and was actually causing
421 a compilation error because of a conflict in parameter type
422 declaration due to a missing const keyword.
423 (low_text_segment_addres): Fix a compilation warning.
425 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
427 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
428 registers without a name.
429 (mips_linux_cannot_store_register): Don't store registers without
432 2002-10-28 David Carlton <carlton@math.stanford.edu>
434 * symtab.c (find_addr_symbol): Delete. (It was already commented
436 * symtab.h: Delete prototype for find_addr_symbol.
438 2002-10-26 Andrew Cagney <cagney@redhat.com>
440 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
442 gdbarch.h, gdbarch.c: Re-generate.
443 * infcmd.c (default_print_registers_info): Update reference.
444 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
445 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
446 * sh-tdep.c (sh_gdbarch_init): Ditto.
447 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
448 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
450 2002-10-26 Mark Kettenis <kettenis@gnu.org>
452 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
453 cfi_init_extra_frame_info.
454 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
455 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
457 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
458 target where necessary. Add more comments and remove the ones
459 that don't provide any useful information.
461 * i386-tdep.c (i386_frame_saved_pc): Replace call to
462 deprecated_read_register_dummy with
463 frame_unwind_unsigned_register.
465 * i386-tdep.c (i386_extract_struct_value_address): Use
466 regcache_raw_read_unsigned instead of
467 regcache_cooked_read_unsigned since we know that the register
468 we're reading isn't a pseudo register. Rename variable 'val' into
469 the more descriptive 'addr'.
471 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
472 (x86_64_push_return_address): Add comment.
473 (x86_64_pop_frame): Make static.
474 (examine_argument): Clarify comment.
475 (x86_64_skip_prologue): Make prolog_expact variable static.
477 * dwarf2cfi.c: Fix some formatting problems.
478 (context_cpy, read_encoded_pointer): Clarify comments.
480 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
481 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
482 i386 target back into x86_64_gdbarch_init. Add some comments and
483 remove meaningless ones.
485 2002-10-25 Andrew Cagney <cagney@redhat.com>
487 * complaints.h (struct deprecated_complaint): Rename `struct
489 * complaints.c (complain): Update.
490 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
491 incorrect comment indicating that "symfile.h" was being included
492 for the `struct complaint' definition.
493 * remote-vx.c: Update.
494 * objc-lang.c: Update.
495 * xcoffread.c: Update.
497 * mdebugread.c: Update.
498 * stabsread.c: Update.
499 * dwarf2read.c: Update.
500 * dwarfread.c: Update.
502 * coffread.c: Update.
503 * stabsread.h: Update.
505 * buildsym.c: Update.
506 * gdbtypes.c: Update.
507 * macrotab.c: Update.
509 2002-10-25 Mark Kettenis <kettenis@gnu.org>
511 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
512 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
513 (x86_64_init_abi): ...new function.
515 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
516 * i386v-nat.c: Include "i386-tdep.h".
518 2002-10-25 Andrew Cagney <cagney@redhat.com>
520 * gdbtypes.c (address_space_name_to_int): Update.
521 (address_space_int_to_name): Update.
522 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
523 multi-arch predicate.
524 (address_class_name_to_type_flags): Ditto.
525 * gdbarch.h, gdbarch.c: Re-generate.
527 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
529 2002-10-24 Martin M. Hunt <hunt@redhat.com>
531 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
533 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
535 * symtab.h (INIT_SAL): Delete macro.
537 * symtab.c (init_sal): New function.
539 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
540 to init_sal function call.
541 (find_sal_from_funcs_and_line): Ditto.
542 (all_sals_for_line): Ditto.
543 * breakpoint.c (create_internal_breakpoint): Ditto.
544 (create_fork_vfork_event_catchpoint): Ditto.
545 (create_exec_event_catchpoint): Ditto.
546 (parse_breakpoint_sals): Ditto.
547 (watch_command_1): Ditto.
548 (handle_gnu_4_16_catch_command): Ditto.
549 (clear_command): Ditto.
550 * hppa-tdep.c (child_enable_exception_callback): Ditto.
551 * infcmd.c (run_stack_dummy): Ditto.
552 * infrun.c (process_event_stop_test): Ditto.
553 (check_sigtramp2): Ditto.
554 (step_over_function): Ditto.
555 * linespec.c (decode_line_2): Ditto.
556 (decode_line_1): Ditto.
557 * source.c (line_info): Ditto.
558 * symtab.c (find_pc_sect_line): Ditto.
560 2002-10-24 Michal Ludvig <mludvig@suse.cz>
562 * dwarf2cfi.c (struct context)
563 (struct context_reg): Moved to dwarf2cfi.h
564 (context_alloc, frame_state_alloc, context_cpy):
565 Made extern instead of static, removed prototypes.
566 * dwarf2cfi.h (struct context)
567 (struct context_reg): New, moved from dwarf2cfi.c
568 (context_alloc, frame_state_alloc, context_cpy):
570 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
571 Changed from static to extern.
572 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
573 (LINUX_SIGCONTEXT_FP_OFFSET)
574 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
575 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
576 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
577 * x86-64-tdep.c (x86_64_gdbarch_init): Several
578 set_gdbarch_*() calls now use x86-64 specific functions
579 instead of DWARF2 CFI ones.
580 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
581 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
582 (x86_64_init_extra_frame_info): New prototypes.
584 2002-10-23 David Carlton <carlton@math.stanford.edu>
586 * linespec.c: #include "parser-defs.h".
587 Delete prototype for find_template_name_end.
588 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
590 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
592 * NEWS: add recent mi fixes.
593 * varobj.c (struct varobj): Add new "updated" flag.
594 (new_variable): Default "updated" flag to 0.
595 (varobj_set_value): Set "updated" flag to 1 if value
597 (varobj_update): Check varobj "updated" flag before
598 comparing old and refreshed values. Fix for
601 2002-10-23 David Carlton <carlton@math.stanford.edu>
603 * parse.c (parse_exp_1): Use BLOCK_START.
604 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
606 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
608 2002-10-23 David Carlton <carlton@math.stanford.edu>
610 * symtab.c: Delete cplusplus_hint.
611 Delete prototype for find_template_name_end.
613 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
615 * symtab.h: Update comment.
617 2002-10-23 Michael Snyder <msnyder@redhat.com>
619 * printcmd.c (address_info): Restore quotes in output.
620 * valops.c (value_of_local): Restore quotes in error message.
622 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
624 * symtab.c (symbol_demangled_name): New function.
625 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
626 turning most of it into a function.
627 (symbol_demangled_name): Export.
629 2002-10-23 Michael Snyder <msnyder@redhat.com>
631 * valops.c (value_of_local): Restore quotes in error message.
633 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
635 * symtab.c (symbol_init_language_specific): New function.
636 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
637 turning most of it into a function.
638 (symbol_init_language_specific): Export.
640 2002-10-23 David Carlton <carlton@math.stanford.edu>
642 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
643 (dwarf_attr_name): Ditto.
644 (dwarf_type_encoding_name): Ditto.
645 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
646 (process_die): Handle DW_TAG_namespace,
647 DW_TAG_imported_declaration, DW_TAG_imported_module.
648 (read_namespace): New function.
650 2002-10-22 Joel Brobecker <brobecker@gnat.com>
652 * configure.in: Define NEW_PROC_API on Interix too.
653 * configure: Regenerate.
655 2002-10-21 Joel Brobecker <brobecker@gnat.com>
657 * configure: Regenerate using the proper version of autoconf.
659 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
661 * findvar.c (read_var_value): Temporarily disable TLS code, until
662 complete TLS support is added.
664 2002-10-21 Jim Blandy <jimb@redhat.com>
665 Elena Zannoni <ezannoni@redhat.com>
667 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
668 for thread local storage locations.
669 (struct symbol): Add objfile field.
670 (SYMBOL_OBJFILE): Define.
671 * dwarf2read.c (is_thread_local): New static variable.
672 (new_symbol): If variable is in thread local fill in address class
673 and objfile appropriately.
674 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
676 * printcmd.c (address_info): Print the information for thread
677 local storage variable.
678 * findvar.c (read_var_value): In case of thread local variable,
679 defer to the target vector code to compute address.
681 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
683 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
684 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
686 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
688 * symtab.h (address_class): Rename
689 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
690 * hpread.c (hpread_process_one_debug_symbol): Ditto.
691 * printcmd.c (address_info): Ditto.
692 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
694 2002-10-20 Mark Kettenis <kettenis@gnu.org>
696 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
697 DBREG_DRX macro to acces debug registers.
699 * Makefile.in (i386obsd-tdep.o): New target.
701 * solib-sunos.c: Include "bcache.h" and "regcache.h".
702 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
704 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
705 * config/i386/obsd.mt: New file.
706 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
707 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
708 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
709 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
710 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
711 * i386obsd-tdep.c: New file.
713 2002-10-19 Adam Fedor <fedor@gnu.org>
715 * objc-exp.y (name_not_typename): Fix invalid comment.
717 2002-10-20 Mark Kettenis <kettenis@gnu.org>
719 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
720 to allocate partial syms and macro byte caches.
722 2002-10-18 David Carlton <carlton@math.stanford.edu>
724 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
726 2002-10-18 Adam Fedor <fedor@gnu.org>
728 * stabsread.c (find_name_end): New function.
729 (define_symbol): Use it.
731 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
733 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
734 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
735 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
736 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
738 2002-10-17 David Carlton <carlton@math.stanford.edu>
740 * symfile.h: Add opaque declaration for struct obstack.
741 Declare obsavestring to take a const char *.
742 * symfile.c (obsavestring): Make first argument a const char *.
744 2002-10-16 Adam Fedor <fedor@gnu.org>
746 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
747 names when matching breakpoints in current file.
749 2002-10-16 Kevin Buettner <kevinb@redhat.com>
751 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
752 (read_tag_pointer_type): Add address class support.
753 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
754 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
756 * gdbarch.h, gdbarch.c: Regenerate.
757 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
758 (make_type_with_address_space, recursive_type_dump): Add address
760 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
761 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
762 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
764 2002-10-16 Klee Dienes <kdienes@apple.com>
766 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
767 to get the last character of a char[] buffer, not
768 name[sizeof(vptr_name)-1].
770 2002-10-14 Adam Fedor <fedor@gnu.org>
772 * symtab.h: New objc_specific struct.
773 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
774 (SYMBOL_DEMANGLED_NAME): Likewise.
776 2002-10-14 Adam Fedor <fedor@gnu.org>
778 * symfile.c (init_filename_language_table): Add ObjC file extension.
780 2002-10-14 Adam Fedor <fedor@gnu.org>
782 * utils.c (puts_filtered_tabular): New function.
783 (fprintf_symbol_filtered): Get ObjC demangled name.
784 * defs.h (puts_filtered_tabular): Declared.
786 2002-10-14 Kevin Buettner <kevinb@redhat.com>
788 * c-lang.h (c_type_print_varspec_prefix): Delete.
789 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
790 ``need_post_space'' parameter. Adjust all callers.
792 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
794 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
795 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
796 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
797 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
799 2002-10-13 Adam Fedor <fedor@gnu.org>
801 * source.c (print_source_lines): Update comments.
803 2002-10-13 Adam Fedor <fedor@gnu.org>
805 * valops.c (value_of_local): New function.
806 (value_of_this): Use it.
807 * value.h (value_of_local): Declared.
809 2002-10-13 Adam Fedor <fedor@gnu.org>
811 * parse.c: (length_of_subexp, prefixify_subexp): Handle
812 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
814 2002-10-12 Adam Fedor <fedor@gnu.org>
816 * language.c (binop_result_type): Add language_objc to case.
817 (integral_type): Likewise.
818 (character_type): Likewise.
819 (string_type): Likewise.
820 (boolean_type): Likewise.
821 (structured_type): Likewise.
822 (binop_type_check): Likewise.
824 2002-10-11 Adam Fedor <fedor@gnu.org>
826 * printcmd.c (address_info): Print 'self' for ObjC.
828 2002-10-11 Adam Fedor <fedor@gnu.org>
830 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
833 2002-10-11 Adam Fedor <fedor@gnu.org>
835 * language.h (CAST_IS_CONVERSION): Add language_objc.
837 2002-10-11 Adam Fedor <fedor@gnu.org>
839 * defs.h (enum language): Add language_objc.
841 2002-10-11 Klee Dienes <kdienes@apple.com>
843 * corefile.c (read_memory_typed_address): New function.
844 * gdbcore.h (read_memory_typed_address): Add prototype.
845 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
846 to read a value destined for a CORE_ADDR, not read_memory_integer.
847 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
848 (f77_get_dynamic_lowerbound): Ditto.
850 2002-10-11 Martin M. Hunt <hunt@redhat.com>
852 * utils.c (string_to_core_addr): After turning string into
853 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
854 which will do necessary sign-extension, etc.
856 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
858 * c-exp.y (THIS): Delete token and grammar rule.
859 (yylex): Don't return THIS.
860 * cp-valprint.c (vtbl_ptr_name_old): Delete.
861 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
862 * demangle.c (cplus_markers): Update comment. Put '$'
863 first. Remove CPLUS_MARKER.
864 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
865 * jv-exp.y (THIS): Delete token and grammar rule.
866 (yylex): Don't return THIS.
867 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
868 * objc-exp.y (THIS): Delete token and grammar rule.
869 (yylex): Don't return THIS.
870 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
871 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
872 (read_member_functions): Likewise for opname.
873 (read_tilde_fields): Use is_cplus_marker.
875 * defs.h (CPLUS_MARKER): Don't define.
876 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
877 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
878 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
879 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
880 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
882 * config/i386/tm-i386v4.h: Delete file.
883 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
884 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
885 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
886 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
887 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
888 * config/i386/i386sco5.mt (TM_FILE): Likewise.
889 * config/i386/i386v4.mt (TM_FILE): Likewise.
890 * config/i386/ncr3000.mt (TM_FILE): Likewise.
892 2002-10-10 Marko Mlinar <markom@opencores.org>
894 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
895 accidentially not commited 2002-10-09
896 * gdbarch.h, gdbarch.c: Re-generate.
898 2002-10-09 Marko Mlinar <markom@opencores.org>
900 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
901 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
902 * gdbarch.h, gdbarch.c: Re-generate.
904 2002-10-08 Petr Sorfa <petrs@caldera.com>
906 Revised and re-submitted by John Wolfe <jlw@caldera.com>
908 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
909 so we can work on more than one compilation unit at a time. This
910 helps prepare GDB to handle inter-CU die references.
911 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
912 the code to be defined before struct comp_unit_head.
913 (comp_unit_head): Added new members - offset, cu_head,
914 begin_die, next and dwarf2_abbrevs.
915 (dwarf2_abbrevs): Removed single static var; now member of
916 struct comp_unit_head.
917 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
919 (psymtab_to_symtab_1): Changed to work with the new
920 struct comp_unit_head.
921 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
922 constructs the dwarf2_abbrevs[] inside the cu_header.
923 (dwarf2_empty_abbrev_table): Now expects a ptr to a
924 dwarf2_abbrev table to clean up.
925 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
926 handling of dwarf2_abbrevs inside the cu_header.
927 (read_partial_die): Now supports the call to the new
928 dwarf2_lookup_abbrev.
929 (read_full_die): Now supports the call to the new
930 dwarf2_lookup_abbrev.
932 2002-10-06 Christopher Faylor <cgf@redhat.com>
934 * Makefile.in (install-gdbtk): Add missing continuation backslash to
935 insure that shell variables, such as "transformed_name" are propagated
936 to later shell statements in rule.
938 2002-10-06 Mark Kettenis <kettenis@gnu.org>
940 * config/i386/nm-i386sco.h: Add protection against
941 multiple-inclusion. Include "i386/nm-i386v.h".
942 (REGISTER_U_ADDR): Remove define.
943 (i386_register_u_addr): Remove prototype.
945 2002-10-04 Michael Snyder <msnyder@redhat.com>
947 * m32r-stub.c (handle_exception): Make sure exception is "trap"
948 before treating it as a single-step event.
950 2002-10-03 Adam Fedor <fedor@gnu.org>
952 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
953 (objc_demangle): Remove assignment in if statements, Replace
955 (add_msglist): Likewise.
956 (end_msglist): Likewise.
957 (complare_selectors): Likewise.
958 (selectors_info): Likewise.
959 (compare_classes): Likewise.
960 (classes_info): Likewise.
961 (print_object_command): Likewise.
962 (find_objc_msgcall_submethod): Replace PTR with void *.
963 * objc-lang.h: Remove check for __STDC__.
965 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
967 * ui-out.h (ui_out_field_fmt_int): New prototype.
968 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
969 of field width and alignment.
970 * stack.c (print_frame_info_base): When printing frame level, use
971 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
974 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
976 * MAINTAINERS: Add self to Write After Approval list.
978 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
980 * infcmd.c (interrupt_target_command_wrapper): Delete.
981 (interrupt_target_command): Make non static.
982 (nofp_registers_info): Make static.
983 * stack.c (return_command_wrapper): Delete.
984 (return_command): Make non static.
986 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
988 * event-top.c (gdb_setup_readline): New function. Code moved from
989 _initialize_event_loop().
990 (_initialize_event_loop): Call gdb_setup_readline().
992 2002-10-02 Andrew Cagney <ac131313@redhat.com>
994 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
995 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
996 * gdbarch.h, gdbarch.c: Re-generate.
998 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1001 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1003 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1004 of fill_in_vptr_fieldno.
1006 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1008 * inferior.h (registers_info, stepi_command, nexti_command,
1009 continue_command, interrupt_target_command): Export from infcmd.c.
1010 * frame.h (args_info, selected_frame_level_changed_hook,
1011 return_command): Export from stack.c.
1012 * v850ice.c (stepi_command, nexti_command, continue_command): use
1013 prototypes from inferior.h.
1014 * tracepoint.c (registers_info, args_info, locals_info): Use
1015 prototypes from frame.h and inferior.h.
1016 * Makefile.in (mi-main.o): Add dependency on frame.h.
1018 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1020 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1021 value in register 3 adjusted by ppc_gp0_regnum.
1023 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1025 2002-10-02 Marko Mlinar <markom@opencores.org>
1027 * MAINTAINERS: Add myself to the Write After Approval list.
1029 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1031 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1032 of the section for the N64 ABI, fixed.
1034 * config/mips/tm-irix6.h: Include solib.h.
1036 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1038 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1041 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1043 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1044 and that "mi0" syntax has been removed.
1046 2002-09-30 David Carlton <carlton@math.stanford.edu>
1048 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1049 * ppc-sysv-tdep.c: #include "gdb_string.h".
1050 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1053 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1055 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1056 "vrsave"'s register number.
1058 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1060 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1061 use frame_unwind_signed_register to obtain the PC.
1062 (mips_frame_chain): Handle a generic dummy frame.
1063 (mips_init_extra_frame_info): When a generic dummy frame, don't
1064 re-compute the frame base.
1065 (mips_pop_frame): Handle generic dummy frames.
1066 (mips_gdbarch_init): When generic dummy frames, set
1067 use_generic_dummy_frames, push_dummy_frame to
1068 generic_push_dummy_frame, pc_in_call_dummy to
1069 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1070 generic_save_dummy_frame_tos.
1072 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1074 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1075 against TOP when TOP was explictly set.
1076 (generic_push_dummy_frame): Set TOP to zero.
1078 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1080 * event-loop.c (start_event_loop): Rename variable 'result' to
1081 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1083 2002-09-30 Keith Seitz <keiths@redhat.com>
1085 * gdb-events.sh (selected_thread_changed): New event.
1086 * gdb-events.c: Regenerated.
1087 * gdb-events.h: Regenerated.
1089 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1091 * MAINTAINERS: Add self to Write After Approval list.
1093 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1095 * disasm.c: New file.
1096 * disasm.h: New file.
1097 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1098 (compare_lines): Ditto.
1099 (dump_insns): Ditto.
1100 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1102 (do_assembly_only): Ditto.
1103 (do_disassembly): Renamed to gdb_disassembly and moved to
1104 disasm.c. Sdded uiout argument.
1105 * Makefile.in: Add new files. Reorder SFILES list. Update
1106 dependencies. Include libgdb.a later in the insight executable.
1108 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1110 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1111 bfd/elf64-alpha-fbsd.c.
1113 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1115 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1118 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1120 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1122 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1124 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1125 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1126 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1127 (S_msg_sig_post_reply): Ditto.
1129 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1131 * sh-tdep.c (sh_use_struct_convention): Use definition according
1133 (sh_push_arguments): Store in register with correct endianess.
1134 (sh_default_store_return_value): Ditto.
1135 (sh_gdbarch_init): Set sizeof long double to 8.
1137 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1139 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1140 Fix some whitespace problems.
1142 2002-09-27 David Carlton <carlton@math.stanford.edu>
1144 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1145 (mcore-tdep.o): Ditto.
1146 (ns32k-tdep.o): Ditto.
1147 (ns32knbsd-tdep.o): Ditto.
1149 (vax-tdep.o): Ditto.
1150 * cris-tdep.c: #include "gdb_string.h"
1151 * mcore-tdep.c: Ditto.
1152 * ns32k-tdep.c: Ditto.
1153 * ns32knbsd-tdep.c: Ditto.
1155 * vax-tdep.c: Ditto.
1157 2002-09-27 David Carlton <carlton@math.stanford.edu>
1159 * config/djgpp/fnchange.lst: Add entries for
1160 gdb/testsuite/gdb.c++/m-static files.
1162 2002-09-27 Jim Wilson <wilson@redhat.com>
1164 * MAINTAINERS: Add myself to the Write After Approval list.
1166 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1168 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1171 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1173 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1176 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1178 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1179 (rs6000_struct_return_address): Delete variable.
1180 (rs6000_store_struct_return): Update.
1181 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1182 deprecated_extract_struct_value_address.
1183 (rs6000_frame_align): New function.
1184 (rs6000_gdbarch_init): Set frame_align.
1186 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1188 From Grace Sainsbury <graces@redhat.com>:
1189 * Makefile.in (gdbtk-main.o): New target.
1190 (gdb.o): New target.
1192 (main.o): Update dependencies.
1193 (gdb$(EXEEXT)): Add gdb.o.
1194 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1195 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1196 (SUBDIR_GDBTK_CLEAN): Set.
1197 (install-gdbtk): Install the insight binary.
1198 (uninstall-gdbtk): New target.
1199 (all-gdbtk, clean-gdbtk): New rule.
1200 * top.c (use_windows): Default to zero.
1201 * main.c: Include "main.h".
1203 (struct captured_main_args): Delete.
1204 (gdb_main): New function.
1208 2002-09-25 Andrew Cagney <cagney@redhat.com>
1210 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1211 (frame_map_regnum_to_name): New function.
1212 (frame_map_name_to_regnum): New function.
1213 * frame.h (frame_map_name_to_regnum): Declare.
1214 (frame_map_regnum_to_name): Declare.
1215 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1216 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1217 * parse.c: Do not include "builtin-regs.h".
1218 (target_map_name_to_register): Delete function.
1219 (write_dollar_variable): Use frame_map_name_to_regnum.
1220 * parser-defs.h (target_map_name_to_register): Delete declaration.
1221 * expprint.c: Include "frame.h".
1222 (print_subexp): Use frame_map_regnum_to_name.
1223 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1224 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1226 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1228 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1229 wasn't saved, and the next innermost frame is a dummy, return the
1230 dummy frame's link register.
1232 2002-09-24 Jim Blandy <jimb@redhat.com>
1234 Fix from Paul Breed:
1235 * main.c (captured_main): Add a `break' after the case for 'b'.
1237 2002-09-24 Keith Seitz <keiths@redhat.com>
1239 * varobj.c (c_type_of_child): Use get_target_type instead
1240 of TYPE_TARGET_TYPE.
1242 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1244 * source.c (get_current_or_default_source_symtab_and_line): Remove
1246 (set_default_source_symtab_and_line): New function. Attempts to
1247 determine a source file to list lines from if one is not currently
1249 (get_current_source_symtab_and_line): Initialize sal.pc and
1251 (set_current_source_symtab_and_line): Mark argument as const.
1252 * source.h: Update declarations and comments.
1253 * linespec.c (decode_line_1): Replace call to removed routine above.
1254 * stack.c (print_frame_info_base): Ditto.
1255 * cli/cli-cmds.c (edit_command): Ditto.
1256 (list_command): Ditto.
1258 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1260 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1261 sal.pc and sal.end fields.
1262 (get_current_or_default_source_symtab_and_line): Ditto.
1263 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1264 so we do not cause a new source symtab to be searched for (reverting an
1265 unintentional change from the 2002-09-20 patch).
1266 * scm-lang.c (scm_unpac): Ditto.
1268 2002-09-21 Andrew Cagney <cagney@redhat.com>
1270 * complaints.c (symfile_explanations): Remove new-line from
1271 ``isolated_message''.
1272 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1273 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1275 2002-09-20 Nick Clifton <nickc@redhat.com>
1277 * NEWS: Announce that V850EA ISA is no longer supported.
1278 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1280 2002-09-20 David Carlton <carlton@math.stanford.edu>
1282 * Makefile.in (c-lang.o): Correct dependencies.
1283 (utils.o): Gather dependencies.
1285 * c-lang.c: #include "gdb_string.h"
1287 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1289 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1290 * cli/cli-cmds.c (list_command): New function. Implements the new
1292 (_init_cli_cmds): Add new command definition.
1293 * gdb.1: Document edit command.
1294 * doc/gdb.texinfo: Document edit command.
1296 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1298 * source.c: Make global variables current_source_symtab and
1299 current_source_line static.
1300 (list_command): Moved to cli/cli-cmds.c.
1301 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1302 (get_first_line_listed): New accessor function.
1303 (get_lines_to_list): New accessor function.
1304 (get_current_source_symtab_and_line): New function. Retrieves the
1305 position in the source code that we consider current.
1306 (get_current_or_default_source_symtab_and_line): New function.
1307 Like the above but attempts to determine a default position if one
1308 is not currently defined.
1309 (set_current_source_symtab_and_line): New function. Sets the source
1310 code position considered current and returns the previously set one.
1311 (clear_current_source_symtab_and_line): Reset stored information about
1312 a current source line.
1313 (_initialize_source): Remove registration for the "list" command and
1315 * source.h: Add declarations for the new functions above.
1316 * symtab.h: Remove declarations for the global variables mentioned
1318 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1319 obtain current source line.
1320 * linespec.c (decode_line_1): Ditto.
1321 * macroscope.c (default_macro_scope): Ditto.
1322 * scm-lang.c (scm_unpac): Ditto.
1323 * stack.c (print_frame_info_base): Ditto.
1324 * symfile.c (clear_symtab_users): Ditto.
1325 * symtab.c (decode_line_spec): Ditto.
1326 * cli/cli-cmds.c (list_command): Moved here from source.c.
1327 (ambiguous_line_spec): Moved here from source.c.
1328 (_init_cli_cmds): Add definition for "list" and its alias.
1329 * Makefile.in: Update dependencies.
1331 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1333 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1334 with what gcc thinks is correct.
1336 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1338 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1339 multiple register push instruction.
1341 2002-09-19 Jim Blandy <jimb@redhat.com>
1343 Add support for distinct host and target character sets.
1344 * charset.c, charset.h: New files.
1345 * c-exp.y: #include "charset.h".
1346 (yylex): Convert character and string literals to the target
1347 character set, before returning them as the semantic value of the
1349 * c-lang.c: #include "charset.h".
1350 (c_emit_char): Use charset-specific methods to recognize
1351 characters with backslash escape forms, to decide which characters
1352 to print literally and which to print using numeric escape
1353 sequences, and to convert target characters to host characters
1355 * utils.c: #include "charset.h".
1356 (no_control_char_error): New function.
1357 (parse_escape): Use charset-specific methods to recognize
1358 backslash escapes, parse `control character' notation, and convert
1359 characters from the host character set to the target character set.
1360 * configure.in: Set the default host character set.
1361 Check where to find iconv, and what its argument types might be.
1362 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1363 * Makefile.in (SFILES): List charset.c.
1364 (COMMON_OBS): List charset.o.
1365 (charset.o): New rule.
1366 (charset_h): New header dependency variable.
1367 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1368 (LIBICONV): New variable, set by configure.
1369 (CLIBS): Include $(LIBICONV) here.
1370 * aclocal.m4, config.in, configure: Regenerated.
1372 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1374 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1377 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1379 * gdb_mbuild.sh: New file.
1381 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1383 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1385 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1387 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1388 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1389 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1390 valops.c, value.h: Revert previous change.
1392 2002-09-18 Michael Snyder <msnyder@redhat.com>
1394 Preliminary support for Objective-C:
1395 * defs.h (language_objc): New enum value.
1396 (puts_filtered_tabular): Declaration only, exported from utils.c.
1397 (skip_quoted): Delete, declared in completer.h.
1398 * c-exp.y: Include completer.h.
1401 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1402 New operator enum values.
1403 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1404 * language.c (binop_result_type): Handle language_objc case.
1405 (integral_type, character_type, string_type, boolean_type,
1406 structured_type, binop_type_check): Ditto.
1407 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1408 (struct objc_specific): Add to general_symbol_info.
1409 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1410 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1411 * parser-defs.h (struct objc_class_str): New struct type.
1412 (start_msglist, end_msglist, add_msglist): Declaration only,
1413 exported from objc-lang.c.
1414 * value.h (value_of_local, value_nsstring,
1415 call_function_by_hand_expecting_type): Exported from valops.c.
1416 * valops.c (find_function_addr): Export.
1417 (call_function_by_hand_expecting_type): New function.
1418 (value_of_local): New function.
1419 * symfile.c (init_filename_language_table): Add ".m" extension
1421 * utils.c (puts_filtered_tabular): New function.
1422 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1423 (set/show demangle): Extend help-string to refer to ObjC.
1424 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1425 * stabsread.c (symbol_reference_defined): Objective-C symbols
1426 may contain colons: make allowances when scanning stabs strings
1428 (objc_find_colon): New function.
1429 * printcmd.c (address_info): If language == objc then print
1430 "self" instead of "this".
1431 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1432 OP_NSSTRING, and OP_SELF.
1433 (prefixify_subexp): Ditto.
1434 * source.c (print_source_lines): Mention objc in comment.
1435 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1438 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1440 * complaints.h: Update copyright.
1441 (struct complaints): Declare.
1442 (struct complaint): Make `message' constant.
1443 (internal_complaint): Declare.
1444 (complaint): Declare.
1445 (complaint_root): Delete declaration.
1446 (symfile_complaints): Delete declaration.
1447 (struct complaints): Add opaque declaration.
1448 (clear_complaints): Add a complaints parameter.
1449 * complaints.c: Update copyright.
1450 (enum complaint_series): Define.
1451 (complaint_root): Delete.
1452 (struct complaints): Define.
1453 (complaint_sentinel, symfile_complaint_book): New variables.
1454 (symfile_explanations, symfile_complaints): New variables.
1456 (get_complaints): New function.
1457 (vcomplaint): New function.
1458 (complaint): New function.
1459 (internal_complaint): New function.
1460 (complain): Call vcomplain with symfile_complaint.
1461 (clear_complaints): Rewrite.
1462 (_initialize_complaints): Use add_setshow_command.
1463 * Makefile.in (complaints.o): Update dependencies.
1464 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1465 to call to clear_complaints.
1466 (new_symfile_objfile, reread_symbols): Ditto.
1467 (oldsyms_complaint): Delete.
1468 (empty_symtab_complaint, unknown_option_complaint): Delete.
1469 (free_named_symtabs): Use complaint instead of complain.
1471 2002-09-18 Michael Snyder <msnyder@redhat.com>
1473 Contributed by Apple Computer, Inc. Merged with current sources
1474 by Adam Fedor <fedor@doc.com> [cagney].
1476 * objc-lang.c: First clean-up round: comments, indentation.
1477 * objc-lang.h: Ditto.
1478 * objc-lang.y: Ditto.
1480 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1482 * maint.c (maintenance_internal_error): Print the parameter as the
1484 (maintenance_internal_warning): New function.
1485 (_initialize_maint_cmds): Add command `maint internal-warning'.
1487 * defs.h (internal_warning, internal_vwarning): Declare.
1488 * utils.c (struct internal_problem): Define.
1489 (internal_vproblem): New function.
1490 (internal_warning): New function.
1491 (internal_vwarning): New function.
1492 (internal_warning_problem, internal_error_problem): New variables.
1493 (internal_verror): Just call internal_vproblem.
1495 2002-09-18 Michael Snyder <msnyder@redhat.com>
1497 * objc-lang.c: New file, support for Objective-C.
1498 Preliminary check-in, not yet integrated into gdb.
1499 * objc-lang.h: New file.
1500 * objc-exp.y: New file.
1502 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1504 * infrun.c (signal_stop_update): Convert definition to ISO C.
1505 (signal_print_update): Ditto.
1506 (signal_pass_update): Ditto.
1507 * inflow.c (terminal_save_ours): Ditto.
1509 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1512 * config/djgpp/fnchange.lst: Handle name clashes between
1513 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1516 * i386-linux-tdep.h: Fix tipo.
1518 2002-09-18 Adam Fedor <fedor@gnu.org>
1520 * MAINTAINERS: Add myself to the Write After Approval list.
1522 2002-09-18 Jim Blandy <jimb@redhat.com>
1524 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1525 texthigh and textlow to reader-specific structs caused
1526 objfile_relocate to miss them. This is fixable, but the work that
1527 the change was supposed to prepare GDB for never got done anyway.
1529 2002-09-18 David Carlton <carlton@math.stanford.edu>
1531 * MAINTAINERS: Alphabetize Write After Approval list.
1533 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1536 * values.c (value_static_field): Call read_var_value.
1538 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1540 * valops.c (hand_function_call): Align the initial stack pointer
1541 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1542 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1544 * mips-tdep.c (mips_frame_align): New function.
1545 (mips_gdbarch_init): Set frame_align.
1546 * gdbarch.sh (FRAME_ALIGN): New method.
1547 * gdbarch.h, gdbarch.c: Re-generate.
1549 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1551 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1554 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1556 * NEWS: Mention that MIPS $fp behavior changed.
1557 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1558 reference to FP_REGNUM.
1559 (mipsnbsd_cannot_store_register): Ditto.
1560 * mips-linux-nat.c: Update copyright.
1561 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1562 (mips_linux_cannot_store_register): Ditto.
1563 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1564 * config/mips/tm-mips.h: Update copyright.
1565 (FP_REGNUM): Delete macro.
1566 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1567 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1568 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1569 (mips_r3041_reg_names, mips_r3051_reg_names)
1570 (mips_r3081_reg_names): Replace "fp" with "".
1573 2002-09-17 Theodore A. Roth <troth@verinet.com>
1575 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1576 generic_read_register_dummy() (PR gdb/703).
1577 (avr_push_return_address): #if 0 out unused vars.
1578 (avr_gdbarch_init): Enable use of avr_push_return_address().
1580 2002-09-17 Michael Snyder <msnyder@redhat.com>
1582 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1583 RTE will take care of it.
1585 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1587 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1588 invalid, return SP_REGNUM.
1590 2002-09-17 Michael Snyder <msnyder@redhat.com>
1592 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1593 point registers without sign extension.
1595 2002-09-17 Andrew Cagney <cagney@redhat.com>
1597 * blockframe.c (deprecated_read_register_dummy): Rename
1598 generic_read_register_dummy.
1599 * frame.c (frame_unwind_signed_register): New function.
1600 (frame_unwind_unsigned_register): New function.
1601 * frame.h (frame_unwind_signed_register): Declare.
1602 (frame_unwind_unsigned_register): Declare.
1603 (deprecated_read_register_dummy): Rename
1604 generic_read_register_dummy.
1606 * h8300-tdep.c (h8300_frame_chain): Update.
1607 (h8300_frame_saved_pc): Update.
1608 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1609 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1610 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1611 (s390_frame_chain): Update.
1612 * v850-tdep.c (v850_find_callers_reg): Update.
1613 (v850_frame_saved_pc): Update.
1614 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1615 (m32r_find_callers_reg): Update.
1616 (m32r_frame_saved_pc): Update.
1617 * sh-tdep.c (sh_find_callers_reg): Update.
1618 (sh64_get_saved_pr): Update.
1619 (sh_init_extra_frame_info): Update.
1620 (sh_init_extra_frame_info): Update.
1621 (sh64_init_extra_frame_info): Update.
1622 (sh64_init_extra_frame_info): Update.
1623 * mcore-tdep.c (mcore_find_callers_reg): Update.
1624 (mcore_frame_saved_pc): Update.
1625 (mcore_init_extra_frame_info): Update.
1626 * i386-tdep.c (i386_frame_saved_pc): Update.
1627 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1628 (ia64_init_extra_frame_info): Update.
1629 (ia64_init_extra_frame_info): Update.
1630 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1631 * cris-tdep.c (cris_init_extra_frame_info): Update.
1632 * avr-tdep.c (avr_frame_chain): Update.
1633 (avr_init_extra_frame_info): Update.
1634 (avr_frame_saved_pc): Update.
1635 * arm-tdep.c (arm_find_callers_reg): Update.
1636 (arm_init_extra_frame_info): Update.
1637 (arm_frame_saved_pc): Update.
1639 2002-09-17 Tom Tromey <tromey@redhat.com>
1641 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1644 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1646 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1647 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1649 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1652 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1654 * osfsolib.c: Remove file, replaced by solib-osf.c.
1655 * Makefile.in: Remove compilation rules for osfsolib.c.
1657 2002-09-16 David Carlton <carlton@math.stanford.edu>
1659 * cp-valprint.c (cp_print_class_method): Correct args to
1660 check_stub_method_group.
1662 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1664 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1665 `set architecture'. Unify naming convention of functions.
1666 (h8300_skip_prologue): Improve prologue analysis.
1667 (h8300_push_arguments): Rewritten to more closely match GCC's
1668 bizarre argument-passing behavior, along with the comment describing
1670 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1671 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1672 sim, remote-e7000.c, remote-hms.c and remote.c
1674 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1676 * i386-tdep.c (gdb_print_insn_i386): Removed.
1677 (i386_print_insn): New function.
1678 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1679 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1682 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1684 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1687 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1689 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1690 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1691 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1693 2002-09-13 Christopher Faylor <cgf@redhat.com>
1695 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1697 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1699 * gdbtypes.c (check_stub_method): Make static.
1700 (check_stub_method_group): New function.
1701 * gdbtypes.h: Update prototypes.
1702 * cp-support.c: New file.
1703 * cp-support.h: New file.
1705 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1706 (update_method_name_from_physname): New function.
1707 (read_member_functions): Correct method names for operators
1708 and v3 constructors/destructors. Separate v2 constructors and
1710 * Makefile.in (stabsread.o): Update dependencies.
1711 (SFILES): Add cp-support.c.
1712 (COMMON_OBS): Add cp-support.o.
1713 (cp_support_h, cp-support.o): Add.
1715 * cp-valprint.c (cp_print_class_method): Call
1716 check_stub_method_group instead of check_stub_method. Remove
1718 * p-valprint.c (pascal_object_print_class_method): Likewise.
1719 * valops.c (search_struct_method): Likewise.
1720 (find_method_list, value_struct_elt_for_reference): Likewise.
1722 2002-09-13 Andrew Cagney <cagney@redhat.com>
1724 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1725 * gdbarch.h, gdbarch.c: Regenerate.
1727 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1729 * frame.c (find_saved_register): Delete function.
1730 * frame.h (find_saved_register): Delete declaration.
1733 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1735 * mips-tdep.c (read_next_frame_reg): Re-hack using
1736 frame_register_unwind.
1738 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1740 * mips-tdep.c (mips_get_saved_register): Re-hack using
1741 frame_register_unwind.
1743 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1745 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1746 vector. Will be useful for Interix.
1747 * gdbarch.h, gdbarch.c: Regenerate.
1749 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1750 name of the malloc function by NAME_OF_MALLOC.
1752 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1754 * value.h (find_function_in_inferior): Add const keyword to
1755 one of the parameters. Allows us to invoke this function with
1757 * valops.c (find_function_in_inferior): Likewise.
1759 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1761 * exec.c (xfer_memory): Fix compilation warning with old versions
1763 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1765 2002-09-12 David Carlton <carlton@math.stanford.edu>
1767 * symtab.h: Run through gdb_indent.h.
1768 Add 2002 to Copyright year list.
1770 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1772 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1774 * MAINTAINERS: Add myself to write after approval list.
1776 2002-09-11 J. Brobecker <brobecker@gnat.com>
1778 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1780 2002-09-11 J. Brobecker <brobecker@gnat.com>
1782 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1785 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1787 * procfs.c (do_detach): Clear current signal, not just fault.
1788 Corrects problem with breakpoint trap signal leaking to detached
1791 2002-09-10 Michael Snyder <msnyder@redhat.com>
1793 * buildsym.c (finish_block): Protect against null pointer.
1795 2002-09-10 Andrew Cagney <cagney@redhat.com>
1797 * infcmd.c (default_print_registers_info): Send all output to
1798 ``file'' instead of ``gdb_stdout''.
1800 2002-09-10 Michael Snyder <msnyder@redhat.com>
1802 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1803 LONGEST, and use signed register read (addresses are sign-
1806 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1808 * event-loop.c (gdb_do_one_event): Make public.
1809 * event-loop.h (gdb_do_one_event): Declare.
1811 2002-09-10 Jeff Law <law@redhat.com>
1813 * infttrace.c (child_resume): Simplify and rework to avoid
1816 2002-09-09 Fred Fish <fnf@intrinsity.com>
1818 * printcmd.c (print_scalar_formatted): "len" is the number of
1819 target bytes, NOT the number of target bits.
1821 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1823 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1824 * top.c (init_main): Set rl_terminal_name.
1826 2002-09-08 Aidan Skinner <aidan@velvet.net>
1828 * ada-lang.c (ada_array_bound, ada_type_match,
1829 _initialize_ada_language): Fix K&R definitions.
1830 * ada-tasks.c (get_current_task): Fix K&R definitions.
1831 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1833 2002-09-07 Christopher Faylor <cgf@redhat.com>
1835 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1838 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1840 * i386-tdep.c (i386_register_virtual_type,
1841 i386_register_convertible, i386_register_convert_to_virtual,
1842 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1843 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1844 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1845 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1846 Don't set push_arguments twice.
1848 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1849 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1850 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1851 sigtramp_end to NULL.
1852 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1854 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1856 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1859 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1860 * gdbarch.h, gdbarch.c: Re-generate.
1861 * blockframe.c (find_pc_sect_partial_function): Convert to use
1862 SIGTRAMP_START_P predicate.
1864 2002-09-05 Michael Snyder <msnyder@redhat.com>
1866 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1867 generic_dummy_frame method and old method. Also distinguish
1868 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1869 (arm_extract_return_value): Use new regcache method.
1871 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1872 adjustment that doesn't conform to the ABI.
1873 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1874 saved regcache, not from current regcache.
1876 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1878 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1881 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1883 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1884 if arm_apcs_32 is false.
1886 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1888 GDB 5.3 branch created.
1890 2002-09-03 Theodore A. Roth <troth@verinet.com>
1892 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1893 generic_unwind_get_saved_register.
1895 2002-09-03 David Carlton <carlton@math.stanford.edu>
1897 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1898 argument (PR gdb/653). Update call to smash_to_method_type.
1899 (read_structure_scope): Update call to dwarf2_add_member_fn.
1901 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1903 * x86-64-linux-tdep.c: Include gdb_string.h
1904 * x86-64-linux-nat.c: Ditto.
1906 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1908 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1909 when YYDEBUG is set to 1.
1910 * c-exp.y: Likewise.
1911 * f-exp.y: Likewise.
1912 * jv-exp.y: Likewise.
1913 * m2-exp.y: Likewise.
1914 * p-exp.y: Likewise.
1916 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1918 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1920 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1921 solib_svr4_fetch_link_map_offsets to
1922 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1923 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1924 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1925 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1926 solib-svr4.o, and solib-legacy.o.
1927 * config/i386/tm-nbsd.h: Include solib.h.
1929 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1931 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1932 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1933 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1934 comment noting that this needs its own target configuration.
1935 * config/i386/nbsd.mt: New file.
1936 * config/i386/nbsdaout.mt: Remove.
1937 * config/i386/nbsdelf.mt: Ditto.
1938 * config/i386/tm-nbsdaout.h: Ditto.
1940 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1942 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1943 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1944 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1946 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1947 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1948 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1950 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1952 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1953 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1954 * i386-tdep.h (i386bsd_init_abi): New prototype.
1955 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1956 function declaration.
1957 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1958 for NetBSD-a.out or NetBSD-ELF.
1959 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1960 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1961 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1962 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1964 (i386nbsd_pc_in_sigtramp): New function.
1965 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1966 i386nbsd_pc_in_sigtramp.
1967 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1968 and i386nbsdelf_init_abi OS ABI handlers.
1969 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1970 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1972 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1974 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1975 registers if the target really has them.
1977 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1979 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1982 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1984 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1986 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1987 (alphanbsd_skip_sigtramp_frame): New functions.
1988 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1989 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1990 to alphanbsd_sigcontext_addr.
1992 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1994 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1996 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1997 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1998 nbsd_pc_in_sigtramp.
1999 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2000 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2001 * nbsd-tdep.c: Include gdb_string.h.
2002 (nbsd_pc_in_sigtramp): New function.
2003 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2004 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2005 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2006 ppcnbsd_pc_in_sigtramp.
2007 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2008 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2009 shnbsd_pc_in_sigtramp.
2010 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2011 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2012 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2014 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2016 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2017 watchpoints to NULL.
2018 (insert_breakpoints): set val field of watchpoints if NULL.
2021 2002-08-29 Jim Blandy <jimb@redhat.com>
2023 * symtab.c (lookup_symbol_aux): In the cases where we find a
2024 minimal symbol of an appropriate name and use its address to
2025 select a symtab to read and search, use `name' (as passed to us)
2026 as the demangled name when searching the symtab's global and
2027 static blocks, not the minsym's name.
2029 2002-08-29 Keith Seitz <keiths@redhat.com>
2031 * stack.c (print_frame_info_base): Always set current_source_symtab
2032 and current_source_line.
2034 2002-08-29 Donn Terry <donnte@microsoft.com>
2036 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2038 2002-08-28 Keith Seitz <keiths@redhat.com>
2040 * stack.c (select_frame): Add FIXME concerning selected-frame
2042 (select_frame_command): Send selected-frame-level-changed
2043 event notification, but only if the level actually changed.
2044 (up_silently_base): Add selected-frame-level-changed event
2046 (down_silently_base): Likewise.
2048 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2050 * Makefile.in: Update dependencies for all gdb/*.c files.
2052 2002-08-27 Tom Tromey <tromey@redhat.com>
2054 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2055 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2056 Update dependencies.
2057 * i387-tdep.c: Include gdb_string.h.
2058 * osabi.c: Likewise.
2059 * i386-linux-nat.c: Likewise.
2060 * lin-lwp.c: Likewise.
2061 * ax-gdb.c: Likewise.
2062 * signals/signals.c: Likewise.
2063 * jv-valprint.c: Likewise.
2064 * p-lang.c: Likewise.
2065 * c-valprint.c: Likewise.
2066 * cp-abi.c: Likewise.
2068 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2070 * cli/cli-script.h (copy_command_lines): Export.
2071 * breakpoint.c: Include cli/cli-script.h.
2072 * Makefile.in (breakpoint.o): Update dependencies.
2074 2002-08-26 Michael Snyder <msnyder@redhat.com>
2076 * breakpoint.c (insert_breakpoints): Protect all references
2077 to 'process_warning'. Shorten long lines.
2079 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2081 * cli/cli-script.c (copy_command_lines): New function.
2082 * defs.h (copy_command_lines): Export.
2083 * testsuite/gdb.base/commands.exp: New tests for commands
2084 attached to a temporary breakpoint, and for commands that
2085 delete the breakpoint they are attached to.
2087 2002-08-26 Michael Snyder <msnyder@redhat.com>
2089 * breakpoint.c (bpstat_stop_status): Instead of copying the
2090 pointer to the breakpoint commands struct, make a new copy
2091 of the struct and point to that.
2092 (bpstat_clear): Free the commands struct.
2093 (bpstat_clear_actions): Free the commands struct.
2094 (bpstat_do_actions): Free the command actions. Also execute
2095 the local cleanups, instead of deleting them.
2096 (delete_breakpoint): Leave the commands field of the bpstat
2097 chain alone -- it will be freed later.
2099 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2101 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2102 deleted in 2002-08-20 commit. This function is still used by
2105 2002-08-26 Keith Seitz <keiths@redhat.com>
2107 * gdb-events.sh: Add selected-frame-level-changed event.
2108 * gdb-events.c: Regenerated.
2109 * gdb-events.h: Regenerated.
2111 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2114 * inflow.c (terminal_save_ours): New function to save terminal
2116 * inferior.h (terminal_save_ours): Declare.
2117 * target.c (debug_to_terminal_save_ours): New function.
2118 (cleanup_target): Defaults to_terminal_save_ours.
2119 (update_current_target): Inherit to_terminal_save_ours.
2120 (setup_target_debug): Set to_terminal_save_ours.
2121 * target.h (target_terminal_save_ours): New to save terminal settings.
2122 (target_ops): New member to_terminal_save_ours.
2123 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2124 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2125 * inftarg.c (init_child_ops): Likewise.
2126 * m3-nat.c (init_m3_ops): Likewise.
2127 * procfs.c (init_procfs_ops): Likewise.
2128 * wince.c (init_child_ops): Likewise.
2129 * win32-nat.c (init_child_ops): Likewise.
2130 * sol-thread.c (init_sol_thread_ops): Likewise.
2132 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2134 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2135 use regcache_* functions.
2136 (i386_gdbarch_init): Set store_return_value instead of
2137 deprecated_store_return_value.
2139 * regcache.c (regcache_raw_write_signed,
2140 regcache_raw_write_unsigned): New functions.
2141 * regcache.h (regcache_raw_write_signed,
2142 regcache_raw_write_unsigned): New prototypes.
2144 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2146 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2147 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2148 source file dependencies. Cleanup corresponding generator rules.
2150 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2152 * regcache.h (register_offset_hack): Declare.
2153 (regcache_cooked_read_using_offset_hack): Declare.
2154 (regcache_cooked_write_using_offset_hack): Declare.
2156 * regcache.c (register_offset_hack): New function.
2157 (regcache_cooked_read_using_offset_hack): New function.
2158 (regcache_cooked_write_using_offset_hack): New function.
2159 (regcache_dump): Check that the registers, according to their
2160 offset, are packed hard against each other.
2161 (cooked_xfer_using_offset_hack): New function.
2163 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2165 * regcache.c (struct regcache_descr): Add field register_type.
2166 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2168 (init_regcache_descr): Initialize register_type. Pass the descr
2169 to init_legacy_regcache_descr. Use register_type instead of
2170 REGISTER_VIRTUAL_TYPE.
2171 (register_type): New function.
2172 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2173 * regcache.h (register_type): Declare.
2175 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2177 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2178 instead of deprecated_store_return_value. Fix fallout from
2179 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2181 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2183 * regcache.c (max_register_size): New function.
2184 (init_legacy_regcache_descr): Ensure that max_register_size is
2185 large enough for REGISTER_VIRTUAL_SIZE.
2186 * regcache.h (max_register_size): Declare.
2188 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2190 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2192 (e500_extract_return_value): Change type of valbuf pointer to
2195 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2197 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2200 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2201 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2202 long long) to prevent compiler warning on 64-bit systems.
2204 2002-08-23 Andrew Cagney <cagney@redhat.com>
2206 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2207 (DEPRECATED_STORE_RETURN_VALUE): New method.
2208 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2209 * gdbarch.h, gdbarch.c: Re-generate.
2211 * values.c (set_return_value): Pass current_regcache to
2213 * arch-utils.h (legacy_store_return_value): Declare.
2214 * arch-utils.c (legacy_store_return_value): New function.
2215 (legacy_extract_return_value): Update parameters.
2217 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2219 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2220 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2221 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2222 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2223 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2224 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2225 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2226 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2227 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2228 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2230 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2231 * i386-tdep.c (i386_extract_return_value): Update.
2232 * arch-utils.c (legacy_extract_return_value): Update.
2233 * frv-tdep.c (frv_gdbarch_init): Update.
2234 * cris-tdep.c (cris_gdbarch_init): Update.
2235 * d10v-tdep.c (d10v_gdbarch_init): Update.
2236 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2237 * m68k-tdep.c (m68k_gdbarch_init): Update.
2238 * mcore-tdep.c (mcore_gdbarch_init): Update.
2239 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2240 * s390-tdep.c (s390_gdbarch_init): Update.
2241 * sparc-tdep.c (sparc_gdbarch_init): Update.
2242 * sh-tdep.c (sh_gdbarch_init): Update.
2243 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2244 * v850-tdep.c (v850_gdbarch_init): Update.
2245 * avr-tdep.c (avr_gdbarch_init): Update.
2246 * ia64-tdep.c (ia64_gdbarch_init): Update.
2247 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2248 * vax-tdep.c (vax_gdbarch_init): Update.
2249 * alpha-tdep.c (alpha_gdbarch_init): Update.
2250 * arm-tdep.c (arm_gdbarch_init): Update.
2251 * mips-tdep.c (mips_gdbarch_init): Update.
2252 * i386-tdep.c (i386_gdbarch_init): Update.
2254 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2256 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2257 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2259 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2261 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2264 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2266 * infrun.c (handle_inferior_event): Move a comment outside of a
2267 function call, in order to avoid indent reformatting this part
2268 of the code in an unreadable way.
2270 2002-08-23 Grace Sainsbury <graces@redhat.com>
2272 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2273 when breakpoints fail. Move general breakpoint error messages to
2275 * breakpoint.c (insert_breakpoints): Change warnings when
2276 breakpoints are nto inserted to specify the type. Remove call to
2277 memory_error when hardware breakpoints can't be inserted. Remove
2278 multiple calls to warning so all messages are sent to the user at
2280 (delete_breakpoints): Make insert error messsages more explicit.
2282 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2284 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2285 gdbserver/ChangeLog.
2287 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2289 * i386-tdep.c: Include "objfiles.h".
2290 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2291 skip_trampoline_code.
2292 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2293 (CPLUS_MARKER): Define to '.'.
2295 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2297 (linux_corefile_thread_callback): Increase args->num_notes.
2298 (linux_make_note_section): Initialize thread_args.num_notes, and
2299 use it to determine whether notes for any threads were created.
2301 2002-08-23 Donn Terry <donnte@microsoft.com>
2303 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2304 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2306 (write_with_trace): Conditionalize out the switch branch handling
2307 PCSHOLD if the corresponding macro is not defined. Likewise for
2308 PRSABORT and PRSTOP.
2309 This change will be needed by the Interix port.
2311 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2313 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2314 write_register wherever possible instead of manipulating the
2315 register bytes directly.
2316 Assign VALUE_CONTENTS to a variable and use that.
2317 The GPR numbers are now dependent on the architecture.
2319 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2321 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2323 (skip_prologue): Add support for BookE/e500 instructions.
2324 (e500_extract_return_value): New function.
2325 (frame_get_saved_regs): Add support for saving ev registers and
2327 (e500_store_return_value): New function.
2328 (rs6000_gdbarch_init): Move up default intializations of
2329 deprecated_extract_return_value and store_return_value. Overwrite
2330 init of store_return_value with e500 specific version.
2331 Set extract_return_value for e500.
2333 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2335 * blockframe.c (generic_call_dummy_register_unwind): Use
2336 regcache_cooked_read to catch cases in which the variable is
2337 stored in a pseudo register.
2339 2002-08-22 Andrew Cagney <cagney@redhat.com>
2341 * NEWS: Mention that the i960 has been made obsolete.
2342 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2344 (remote-nrom.o): Obsolete target.
2345 (remote-nindy.o, i960-tdep.o): Ditto.
2346 * remote-nrom.c: Make file obsolete.
2347 * remote-nindy.c, remote-vx960.c: Ditto.
2348 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2349 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2350 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2351 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2352 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2353 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2354 i960-*-vxworks* obsolete.
2355 * MAINTAINERS: Note that the i960 is obsolete.
2357 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2359 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2360 detach to allow reinitialization.
2362 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2364 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2367 2002-08-22 Jim Blandy <jimb@redhat.com>
2369 * coffread.c (coff_symfile_read): Don't try to read the line
2370 number table from disk if the image file doesn't have a symbol
2371 table; we'll never actually look at the info anyway, and Windows
2372 ships DLL's with bogus file offsets for the line number data.
2374 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2376 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2379 2002-08-21 Michael Snyder <msnyder@redhat.com>
2381 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2382 (MSYMBOL_SIZE): Replace macro with function.
2383 (DEFAULT_MIPS_TYPE): Delete unused macro.
2384 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2385 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2387 2002-08-21 Jim Blandy <jimb@redhat.com>
2389 * valops.c (value_cast): Simplify and correct logic for doing a
2390 static cast from a pointer to a base class to a pointer to a
2393 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2395 * infcmd.c (default_print_registers_info): Replace
2397 (registers_info): Use gdbarch_print_registers_info instead of
2399 * inferior.h (default_print_registers_info): Replace
2401 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2402 (DO_REGISTERS_INFO): Change to a predicate function.
2403 * gdbarch.h, gdbarch.c: Regenerate.
2405 2002-08-21 Keith Seitz <keiths@redhat.com>
2407 * gdb-events.sh: Add target-changed event.
2408 * gdb-events.c: Regenerated.
2409 * gdb-events.c: Regenerated.
2410 * valops.c (value_assign): Add target-changed event notification
2411 to inlval_register, lval_memory, and lval_reg_frame_relative.
2413 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2415 * NEWS: Add an entry regarding the improvement of the next/step
2416 operation on Alpha Tru64 multi-processor machines.
2418 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2420 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2422 * Makefile.in: Update all _h macro definitions.
2423 * Makefile.in (install-gdbtk): Move to install section.
2424 (rdi-share/libangsd.a): Move to end of file.
2426 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2428 * frame.c (frame_register_unwind): When a register, set addrp to
2429 the register's byte.
2431 2002-08-20 Michael Snyder <msnyder@redhat.com>
2433 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2434 used locally, so move them from the target machine header to here.
2435 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2436 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2438 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2440 2002-08-20 Andrew Cagney <cagney@redhat.com>
2442 * NEWS: Mention that the Apollo line was made obsolete.
2443 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2444 m68*-hp-hpux* obsolete.
2445 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2446 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2447 * buildsym.c (make_blockvector): Make static.
2448 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2449 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2450 (ALLDEPFILES): Remove dstread.c.
2451 (dstread.o): Obsolete make rule.
2452 * dstread.c: Makefile obsolete.
2454 * config/m68k/hp300hpux.mt: Ditto.
2455 * config/m68k/hp300hpux.mh: Ditto.
2456 * config/m68k/hp300bsd.mt: Ditto.
2457 * config/m68k/hp300bsd.mh: Ditto.
2458 * config/m68k/apollo68b.mt: Ditto.
2459 * config/m68k/apollo68v.mh: Ditto.
2460 * config/m68k/apollo68b.mh: Ditto.
2462 2002-08-20 Michael Snyder <msnyder@redhat.com>
2464 * mips-tdep.c (mips_in_return_stub): Make static.
2465 (mips_gdbarch_init): Set in_solib_return_trampoline.
2466 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2468 2002-08-20 Michael Snyder <msnyder@redhat.com>
2470 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2471 * gdbarch.c, gdbarch.h: Regenerate.
2472 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2474 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2476 2002-08-20 Michael Snyder <msnyder@redhat.com>
2478 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2479 (mips_gdbarch_init): Set skip_trampoline_code,
2480 in_solib_call_trampoline.
2481 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2482 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2484 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2486 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2488 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2489 vector type for ev registers.
2490 (e500_pseudo_register_read): New function.
2491 (e500_pseudo_register_write): New function.
2492 (e500_dwarf2_reg_to_regnum): New function.
2493 (PPC_UISA_NOFP_SPRS): New macro.
2494 (PPC_EV_REGS): New macro.
2495 (PPC_GPRS_PSEUDO_REGS): New macro.
2496 (registers_e500): New register set for e500.
2497 (variants): Add e500 variant.
2498 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2499 before setting architectural dependent variations. Initialize ev
2500 registers numbers. Add case for e500 architecture. Set the
2501 number of pseudo registers.
2503 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2505 * rs6000-tdep.c: Clean up comments.
2507 2002-08-20 Andrew Cagney <cagney@redhat.com>
2509 * h8300-tdep.c: Re-indent file.
2511 2002-08-20 Jim Blandy <jimb@redhat.com>
2513 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2516 2002-08-20 Keith Seitz <keiths@redhat.com>
2518 * breakpoints.c (watch_command_1): Use internal breakpoint
2519 when setting a watchpoint_scope breakpoint.
2521 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2523 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2524 (build_builtin_type_vec64i): Ditto.
2525 (build_builtin_type_vec128): Ditto.
2526 (build_builtin_type_vec128i): Ditto.
2528 2002-08-19 Michael Snyder <msnyder@redhat.com>
2530 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2531 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2532 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2533 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2534 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2535 CALL_DUMMY_ADDRESS): Delete.
2536 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2537 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2538 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2539 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2540 push_return_address.
2541 (mips_register_raw_size, mips_eabi_use_struct_convention,
2542 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2543 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2544 mips_init_extra_frame_info, mips_eabi_push_arguments,
2545 mips_n32n64_push_arguments, mips_push_return_address,
2546 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2547 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2549 2002-08-19 Michael Snyder <msnyder@redhat.com>
2551 * mips-tdep.c (mips_frame_num_args): New function.
2552 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2553 frame_saved_pc, frame_args_address, frame_locals_address,
2554 frame_num_args, and frame_args_skip.
2555 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2556 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2557 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2558 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2560 2002-08-20 Michael Snyder <msnyder@redhat.com>
2562 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2563 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2564 * mips-tdep.c (mips_store_struct_return): New function.
2565 (mips_extract_struct_value_address): New function.
2566 (mips_gdbarch_init): Set store_struct_return and
2567 extract_struct_value_address.
2569 2002-08-20 David Carlton <carlton@math.stanford.edu>
2571 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2572 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2573 (read_file_scope): Check that line_header is nonzero before
2574 decoding macro information.
2576 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2578 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2579 flag the general-purpose registers as floating-point on targets
2580 that don't support the floating-point registers.
2582 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2584 * rs6000-tdep.c (altivec_register_p): Delete.
2585 (rs6000_do_altivec_registers): Delete.
2586 (rs6000_altivec_registers_info): Delete.
2587 (rs6000_do_registers_info): Delete.
2588 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2589 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2591 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2593 * infcmd.c (do_registers_info): Print vector registers in hex
2595 (print_vector_info): Check that printing registers
2597 (print_float_info): Ditto.
2599 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2601 * mips-tdep.c (mips_gdbarch_init): Update.
2602 (mips_o32_extract_return_value): Rewrite.
2603 (mips_o32_store_return_value): Rewrite.
2604 (mips_o32_xfer_return_value): New function.
2605 (mips_xfer_register): Tweak debug print message. Allow for
2606 buf_offset when dumping the value transfered.
2608 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2610 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2611 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2612 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2613 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2614 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2616 2002-08-14 Michael Snyder <msnyder@redhat.com>
2618 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2620 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2622 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2624 (P): New macro to define a register as a pseudo register.
2625 (R, R4, R8, R16, FR32, R64, R0): Updated.
2626 (struct variant): Add new fields for number of pseudo registers
2627 and number of total registers.
2628 (tot_num_registers): New macro replacing....
2629 (num_registers): ...deleted macro.
2630 (num_registers): New function.
2631 (num_pseudo_registers): New function.
2632 (variants): Update all variants to intialize new fields correctly.
2633 Postpone initialization of number of pseudo regs and real regs.
2634 (init_variants): New function.
2635 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2638 2002-08-19 David Carlton <carlton@math.stanford.edu>
2640 * valops.c (search_struct_field): Change error message to treat
2641 return value of 0 from value_static_field as meaning that field is
2643 (value_struct_elt_for_reference): Ditto.
2644 * values.c (value_static_field): Treat an unresolved location the
2645 same as a nonexistent symbol. Fix PR gdb/635.
2646 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2647 enclosed. Fix PR gdb/574.
2648 * MAINTAINERS: Add self to Write After Approval list.
2650 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2652 * mips-tdep.c (mips_xfer_register): New function.
2653 (mips_n32n64_extract_return_value): Rewrite.
2654 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2655 instead of deprecated_extract_return_value.
2657 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2659 * rs6000-tdep.c (TDEP): Delete macro.
2660 (branch_dest): Replace use of TDEP macro with its body.
2661 (rs6000_pop_frame): Ditto.
2662 (rs6000_push_arguments): Ditto.
2663 (rs6000_skip_trampoline_code): Ditto.
2664 (rs6000_frame_saved_pc): Ditto.
2665 (rs6000_frame_chain): Ditto.
2666 (rs6000_register_name): Ditto.
2667 (rs6000_register_byte): Ditto.
2668 (rs6000_register_raw_size): Ditto.
2669 (rs6000_register_virtual_type): Ditto.
2670 (rs6000_register_convertible): Ditto.
2671 (rs6000_convert_from_func_ptr_addr): Ditto.
2673 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2675 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2677 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2678 MIPS_LINUX_JB_ELEMENT_SIZE.
2679 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2680 for MAX_REGISTER_RAW_SIZE arrays.
2681 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2682 MIPS_LINUX_JB_ELEMENT_SIZE.
2684 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2686 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2688 2002-08-19 Aidan Skinner <aidan@velvet.net>
2690 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2691 ada-valprint.c ada-tasks.c.
2692 (YYFILES): Add ada-exp.y.
2693 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2694 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2695 (ada-exp.tab.o): New target.
2697 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2699 * regcache.c (regcache_xfer_part): New function.
2700 (regcache_raw_read_part): New function.
2701 (regcache_raw_write_part): New function.
2702 (regcache_cooked_read_part): New function.
2703 (regcache_cooked_write_part): New function.
2704 * regcache.h (regcache_raw_read_part): Declare.
2705 (regcache_raw_write_part): Declare.
2706 (regcache_cooked_read_part): Declare.
2707 (regcache_cooked_write_part): Declare.
2709 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2711 * remote.c (remote_open_1): Add async_p.
2712 (remote_async_open_1): Delete.
2713 (open_remote_target): Delete.
2714 (remote_open, extended_remote_open): Update calls to remote_open_1.
2715 (remote_async_open, extended_remote_async_open): Call
2716 remote_open_1 instead of remote_async_open_1.
2718 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2720 * blockframe.c: Fix a few coding standard violations.
2722 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2724 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2726 * config/i386/tm-i386sco5.h: ... here. File removed.
2727 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2729 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2730 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2731 (TM_FILE): Set to tm-i386.h.
2732 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2733 * config/i386/tm-i386v.h: Remove file.
2734 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2735 instead of "i386/tm-i386v.h".
2736 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2737 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2739 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2740 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2743 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2745 * config/i386/nm-i386v.h: Add protection against
2747 (i386_register_u_addr): Remove prototype.
2748 (register_u_addr): New prototype.
2749 (REGISTER_U_ADDR): Redefine accordingly.
2750 * i386v-nat.c: Improve several comments.
2751 (i386_register_u_addr): Change signature and rename to
2752 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2755 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2757 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2758 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2759 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2760 deprecated_extract_return_value.
2761 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2762 rename mips_o32o64_push_arguments.
2763 (mips_gdbarch_init): Update.
2764 (mips_extract_return_value): Delete.
2765 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2766 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2767 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2768 (mips_n32n64_extract_return_value): Clone
2769 mips_extract_return_value.
2770 (mips_store_return_value): Delete.
2771 (mips_o32_store_return_value): Clone mips_store_return_value.
2772 (mips_o64_store_return_value): Clone mips_store_return_value.
2773 (mips_eabi_store_return_value): Clone mips_store_return_value.
2774 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2776 2002-08-18 Aidan Skinner <aidan@velvet.net>
2778 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2779 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2781 2002-08-18 Aidan Skinner <aidan@velvet.net>
2783 * ada-lang.c: Run through gdb_indent.sh.
2784 * ada-lang.h: Run through gdb_indent.sh.
2785 * ada-tasks.c: Run through gdb_indent.sh.
2786 * ada-typeprint.c: Run through gdb_indent.sh.
2787 * ada-valprint.c: Run through gdb_indent.sh.
2789 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2791 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2794 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2796 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2798 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2799 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2801 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2802 write_register_gen instead of write_register_bytes.
2804 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2805 i[3456]-*-osf1mk* configurations have been made obsolete.
2806 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2807 i[3456]86-*-osf1mk* hosts obsolete.
2808 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2810 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2811 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2812 config/i386/i386m3.mt, config/i386/nm-m3.h,
2813 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2814 config/i386/i386mk.mh, config/i386/i386mk.mt,
2815 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2817 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2818 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2819 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2821 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2823 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2824 (hppa_value_returned_from_stack): Declare.
2825 (hppa_extract_return_value): Declare.
2826 * config/pa/hppa.mt: New file.
2827 * configure.tgt: Recognize hppa*-*-*.
2828 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2830 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2832 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2835 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2837 * top.c (gdb_rl_operate_and_get_next): Make sure
2838 operate-and-get-next functions correctly even when the history
2839 list is completely filled.
2841 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2843 * MAINTAINERS (Target Instruction Set Architectures): Rename
2844 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2845 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2846 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2847 already listed under Host/Native.
2849 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2850 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2853 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2855 * config/ia64/ia64.mt: New file.
2856 * config/alpha/alpha.mt: New file.
2857 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2858 ia64-linux-gnu. Mention that ia64-elf is broken.
2859 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2861 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2863 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2864 generic_func_frame_valid instead of func_frame_valid.
2866 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2868 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2869 procfs appears to be broken when debugging on multi-processor
2870 machines. So enable software single stepping in order to avoid
2871 using the procfs interface to do next/step operations, using
2872 internal breakpoints instead.
2874 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2875 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2876 make this pc address equal to the value it would have if the
2877 system stepping capability was used. Also set a new flag used
2878 to ensure that we don't readjust the PC one more time later.
2880 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2881 address by DECR_PC_AFTER_BREAK when software single step is
2882 in use for this architecture, as this has already been taken
2883 care of in handle_inferior_event().
2885 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2887 * infrun.c (handle_inferior_event): Minor reformatting, to make
2888 a rather long condition expression easier to read.
2890 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2892 * Makefile.in (gdbtk.o): Move to end of file.
2893 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2894 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2895 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2896 (gdbtk-wrapper.o, gdbres.o): Ditto.
2898 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2900 * Makefile.in (copying.o): Separate out compile rule.
2901 (hpux-thread.o, procfs.o, signals.o): Ditto.
2902 (v850ice.o, z8k-tdep.o): Ditto.
2903 (tui-file.o): Move to TUI section.
2904 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2905 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2907 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2909 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2910 skip_trampoline_code, for better namespace-proofing.
2912 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2914 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2916 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2918 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2920 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2921 signal, check whether we hit a breakpoint before checking for a
2922 single step breakpoint. Otherwise, GDB fails to notice that a
2923 breakpoint has been hit when stepping onto a breakpoint.
2925 2002-08-16 Keith Seitz <keiths@redhat.com>
2927 * gdb-events.sh (clear_gdb_event_hooks): New function.
2928 * gdb-events.c: Regenerate.
2929 * gdb-events.h: Regenerate.
2931 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2933 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2934 not_a_sw_breakpoint.
2935 * breakpoint.h (bpstat_stop_status): Add parameter names.
2937 2002-08-16 Grace Sainsbury <graces@redhat.com>
2939 * remote.c (remote_insert_hw_breakpoint)
2940 (remote_remove_hw_breakpoint): Fix calculation of length field
2943 2002-08-15 Michael Snyder <msnyder@redhat.com>
2945 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2946 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2947 (supply_fpregset): Ditto.
2949 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2950 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2951 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2952 (TARGET_READ_SP): Delete.
2953 (DO_REGISTERS_INFO): Delete.
2954 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2956 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2957 from macros to functions.
2959 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2960 (mips_register_convertible, mips_register_convert_to_virtual,
2961 mips_register_convert_to_raw): Make static.
2962 (mips_read_sp): New function.
2963 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2964 (mips_do_registers_info): Make static.
2965 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2966 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2967 (mips_register_convert_from_type, mips_register_convert_to_type):
2969 (mips_gdbarch_init): Set up function_start_offset,
2970 register_virtual_size, pc_in_sigtramp.
2972 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2974 * infcmd.c (vector_info): New function.
2975 (_initialize_infcmd): Add command "info vector".
2976 (print_vector_info): New function.
2978 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2979 * gdbarch.h, gdbarch.c: Regenerate.
2981 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2983 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2984 ``print_all''. Only print vector registers when ``print_all''.
2986 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2988 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2989 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2991 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2992 Add `args' parameter.
2993 * gdbarch.h, gdbarch.c: Regenerate.
2995 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2997 * infcmd.c (float_info): Call print_float_info.
2998 (print_float_info): New function. By default, print the
2999 floating-point registers.
3001 * arch-utils.h (default_print_float_info): Delete declaration.
3002 * arch-utils.c (default_print_float_info): Delete function.
3004 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3006 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3009 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3012 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3013 * configure.host: Make i[3456]86-*-aix host obsolete.
3014 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3015 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3016 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3017 config/i386/xm-i386aix.h: Make files obsolete.
3018 * i386aix-nat.c: Make file obsolete.
3019 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3020 (i386aix-nat.o): Make target obsolete.
3022 * config/i386/nm-gnu.h: Removed.
3023 * config/i386/nm-i386gnu.h: New file.
3024 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3025 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3027 * config/i386/tm-i386gnu.h: ... here. Removed.
3028 * config/i386/xm-i386gnu.h: Removed.
3029 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3030 (NAT_FILE): Set to nm-i386gnu.h.
3031 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3032 * i386-tdep.c: New file.
3033 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3034 (i386gnu-tdep.o): Specify dependencies.
3036 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3038 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3039 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3040 Adjust a few comments to reflect reality a bit closer.
3041 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3042 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3043 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3044 target_insert_watchpoint, target_remove_watchpoint):
3046 * config/i386/nm-i386sco5.h: ... here.
3047 (kernel_u_size): Add prototype. Improve a few comments and add
3048 protection against multiple inclusion.
3050 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3053 * uw-thread.c (SP_ARG0): Define if not already defined.
3054 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3056 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3058 * config/i386/tm-i386.h: Don't include "regcache.h".
3060 * i387-tdep.h (i387_print_float_info): New prototype.
3061 * i387-tdep.c (print_i387_value, print_i387_ext,
3062 print_i387_status_word, print_i387_control_word): Add `struct
3063 ui_file *' argument and use it for output.
3064 (i387_print_float_info): Renamed from i387_float_info. Add
3065 `struct gdbarch *' and `struct ui_file *' arguments and use the
3067 * i386-tdep.c: Include "i387-tdep.h".
3068 (i386_gdbarch_init): Set print_float_info.
3069 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3070 (FLOAT_INFO): Remove define.
3072 2002-08-13 Michael Snyder <msnyder@redhat.com>
3074 * mips-tdep.c (mips_push_arguments): Rename to
3075 mips_eabi_push_arguments, and tune for EABI.
3076 (MIPS_REGS_HAVE_HOME_P): Delete.
3077 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3078 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3079 Delete references to mips_regs_have_home_p.
3081 2002-08-14 Keith Seitz <keiths@redhat.com>
3083 * Makefile.in (install-gdbtk): Create insight plugin directory.
3084 Install plugins.tcl file.
3086 2002-08-14 Keith Seitz <keiths@redhat.com>
3088 * configure.in: Move SUBDIRS to near top of the file so that
3089 --enable options may add things to it.
3090 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3091 * configure: Regenerate.
3093 2002-08-13 Michael Snyder <msnyder@redhat.com>
3095 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3096 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3097 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3099 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3101 * vax-tdep.c (vax_get_saved_register): Delete function.
3102 (vax_gdbarch_init): Update.
3103 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3104 (ns32k_gdbarch_init): Update.
3105 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3106 (alpha_gdbarch_init): Update.
3108 2002-08-13 Andrew Cagney <cagney@redhat.com>
3110 * regcache.c (init_regcache_descr): Overallocate the
3111 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3112 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3114 (set_register_cached): Add range checking assertions. Use
3117 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3119 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3120 numbers for MMX registers.
3122 2002-08-13 Andrew Cagney <cagney@redhat.com>
3124 * i386-tdep.c (i386_gdbarch_init): Use
3125 generic_unwind_get_saved_register.
3127 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3129 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3130 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3132 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3133 Delete. Add comment regarding this now-deleted target method.
3135 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3137 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3138 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3139 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3140 real PC and the page number (if it's within the memory bank window).
3141 (m68hc11_pseudo_register_write): Likewise when saving.
3142 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3143 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3144 (m68hc11_register_raw_size): And use 32-bit for it.
3145 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3146 16K memory bank is used by the prog; also use the virtual pc.
3148 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3150 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3151 (m68hc11_gdbarch_init): Install it in gdbarch.
3152 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3153 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3154 (MSYMBOL_SIZE): New for documentation.
3155 (insn_return_kind): Enum to specify how a function returns.
3156 (frame_extra_info): Cleanup and record the return mode.
3157 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3158 register in address computation.
3159 (m68hc11_get_return_insn): New to obtain the return instruction used
3161 (m68hc11_frame_init_saved_regs): Take into account the return
3162 instruction used by the function for far and interrupt functions.
3163 (m68hc11_init_extra_frame_info): Take into account page register.
3164 (m68hc11_frame_args_address): Adjust according to the return mode.
3165 (show_regs): Print page register only when it's used.
3167 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3169 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3170 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3171 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3173 (m68hc11_register_raw_size): Likewise.
3175 2002-08-13 Andrew Cagney <cagney@redhat.com>
3177 * i386-tdep.c (i386_register_name): Handle mmx registers.
3178 (mmx_regnum_p): New function.
3179 (i386_mmx_names): New array.
3180 (mmx_num_regs): New variable.
3181 (i386_pseudo_register_read): New function.
3182 (i386_pseudo_register_write): New function.
3183 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3185 * regcache.c (regcache_raw_read_unsigned): New function.
3186 (regcache_raw_read_signed): New function.
3187 * regcache.h (regcache_raw_read_unsigned): Declare.
3188 (regcache_raw_read_signed): Declare.
3190 2002-08-13 Andrew Cagney <cagney@redhat.com>
3192 * regcache.c (regcache_raw_read_as_address): Delete function.
3193 (regcache_cooked_read_signed): New function.
3194 (regcache_cooked_read_unsigned): New function.
3195 * regcache.h (regcache_cooked_read_signed): Declare.
3196 (regcache_cooked_read_unsigned): Declare.
3197 (regcache_raw_read_as_address): Delete declaration.
3199 * blockframe.c (generic_read_register_dummy): Use
3200 regcache_cooked_read_unsigned.
3201 * i386-tdep.c (i386_extract_struct_value_address): Use
3202 regcache_cooked_read_unsigned.
3204 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3206 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3207 double sizes according to ELF ABI flags.
3208 (gdbarch_tdep): Record elf_flags.
3210 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3212 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3213 (m6812_prolog): They can appear in 68HC12 function prologue.
3214 (m68hc11_frame_chain): Cleanup.
3216 2002-08-12 Andrew Cagney <cagney@redhat.com>
3218 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3220 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3221 (i386_linux_register_raw_size): Delete function.
3222 (i386_linux_init_abi): Update.
3223 * i386-tdep.c (i386_register_raw_size): Delete function.
3224 (i386_register_byte): Delete function.
3225 (i386_gdbarch_init): Update.
3226 (i386_register_size): Delete array.
3227 (i386_register_offset): Delete array.
3229 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3230 (REGISTER_RAW_SIZE): Delete macro.
3231 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3232 (REGISTER_BYTE): Delete macro.
3234 2002-08-11 Aidan Skinner <aidan@velvet.net>
3236 * ada-lang.c (ada_lookup_partial_symbol)
3237 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3238 prototype names so that grep ^func works properly.
3240 * ada-lang.c (ada_array_element_type)
3241 (ada_lookup_partial_symbol): Fix typos in parameter list.
3243 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3244 Fix prototype names so that grep ^func works properly.
3246 2002-08-10 Andrew Cagney <cagney@redhat.com>
3247 Elena Zannoni <ezannoni@redhat.com>
3248 Martin M. Hunt <hunt@redhat.com>
3250 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3251 (build_builtin_type_vec128i): Set the vector bit.
3252 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3253 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3254 (build_builtin_type_vec64): New function.
3255 (build_builtin_type_vec64i): New function.
3256 (build_gdbtypes): Initialize builtin_type_vec64 and
3257 builtin_type_vec64i.
3259 2002-08-09 Andrew Cagney <cagney@redhat.com>
3261 * regcache.c (regcache_dump): Compare the register offset
3263 * arch-utils.c (generic_register_byte): New function.
3264 * arch-utils.h (generic_register_byte): Declare.
3265 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3266 * gdbarch.h, gdbarch.c: Regenerate.
3268 2002-08-09 Andrew Cagney <cagney@redhat.com>
3270 * regcache.c: Include "gdbcmd.h"
3271 (_initialize_regcache): Add commands "maintenance print
3272 registers", "maintenance print raw-registers" and "maintenance
3273 print cooked-registers".
3274 (enum regcache_dump_what): Define.
3275 (dump_endian_bytes): New function.
3276 (regcache_dump): New function.
3277 (regcache_print): New function.
3278 (maintenance_print_registers): New function.
3279 (maintenance_print_raw_registers): New function.
3280 (maintenance_print_cooked_registers): New function.
3281 * Makefile.in (regcache.o): Update dependencies.
3283 2002-08-09 Michael Snyder <msnyder@redhat.com>
3285 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3286 (mips_push_arguments): Correct some comments. Use paddr_nz
3287 for printing addresses in debug output. Replace static
3288 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3289 (mips_n32n64_push_arguments): New function, cloned from
3290 mips_push_arguments and tuned for the n32/n64 ABI.
3291 (mips_push_register): Buffer needs dynamic allocation.
3292 (mips_print_register): Ditto.
3293 (do_gp_register_row): Ditto.
3294 (mips_store_return_value): Ditto.
3295 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3297 2002-08-09 Don Howard <dhoward@redhat.com>
3299 * memattr.c (mem_info_command): Print special case of upper bound
3300 as max CORE_ADDR + 1.
3302 2002-08-08 Michael Snyder <msnyder@redhat.com>
3304 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3305 returns structs by ref if they're too big to fit in two registers.
3307 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3309 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3311 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3312 mips_find_saved_regs().
3313 (mips_pop_frame): Likewise.
3315 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3317 * blockframe.c (frame_saved_regs_register_unwind): Revise
3318 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3321 2002-08-09 Grace Sainsbury <graces@redhat.com>
3323 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3324 T-packets; the 'a' is not taken as a register number.
3325 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3326 (remote_stopped_data_address): New functions; add to target
3328 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3329 prototypes to match other implementations of this
3330 function. replace integer argument with pointer -- the length
3331 field in the Z-packet is the length of what is pointed to or 1 if
3332 pointer is null. Add to target vector.
3333 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3337 * remote.c (remote_wait): Add support to extract optional
3338 watchpoint information from T-packet. Ignore unrecognized
3339 optional info in T-packet.
3340 (remote_async_wait): Ditto.
3342 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3344 * cli/cli-dump.c: Change fopen modes to use binary open modes
3345 as defined in include/fopen-bin.h throughout.
3347 2002-08-08 Michael Snyder <msnyder@redhat.com>
3349 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3351 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3353 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3354 assertion failure by returning early after a warning.
3356 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3358 * mips-tdep.c (mips_find_saved_regs): Make static.
3359 (mips_frame_init_saved_regs): New function.
3360 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3361 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3362 (mips_find_saved_regs): Delete declaration.
3364 2002-08-08 Grace Sainsbury <graces@redhat.com>
3366 * remote.c (remote_wait, remote_async_wait): Change
3367 thread_num from int to ULONGEST.
3368 (unpack_varlen_hex): Change result parameter from
3369 int * to ULONGEST *.
3371 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3373 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3374 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3376 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3378 2002-08-08 Andrew Cagney <cagney@redhat.com>
3380 * gcore.c (override_derive_stack_segment): Delete variable.
3381 (preempt_derive_stack_segment): Delete function.
3382 (derive_stack_segment): Delete function.
3383 (default_derive_stack_segment): Renamed to derive_stack_segment.
3384 (override_derive_heap_segment): Delete variable.
3385 (preempt_derive_heap_segment): Delete function.
3386 (derive_heap_segment): Delete function.
3387 (default_derive_heap_segment): Rename to derive_heap_segment.
3389 2002-08-06 Michael Snyder <msnyder@redhat.com>
3391 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3392 * mips-tdep.c (mips_EABI_use_struct_convention,
3393 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3394 New functions. (mips_use_struct_convention): Delete.
3395 (mips_gdbarch_init): set use_gdbarch_convention.
3397 2002-08-06 Michael Snyder <msnyder@redhat.com>
3399 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3400 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3401 mips_o32_reg_struct_has_addr): New functions.
3402 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3404 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3406 * regcache.c (pseudo_register): Delete function.
3407 (fetch_register): Delete function.
3408 (store_register): Delete function.
3409 (regcache_raw_read, legacy_read_register_gen): Use
3410 target_fetch_registers instead of fetch_register.
3411 (legacy_write_register_gen, regcache_raw_write): Use
3412 target_store_register instead of store_register.
3413 (write_register_bytes): Ditto.
3415 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3416 (STORE_PSEUDO_REGISTER): Delete.
3417 * gdbarch.h, gdbarch.c: Regenerate.
3419 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3421 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3422 write dump file binary.
3424 2002-08-05 Michael Snyder <msnyder@redhat.com>
3426 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3427 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3428 (mips_gdbarch_init): Set N32 target to be mips64.
3430 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3432 * frame.c (find_saved_register): Break out of loop once saved
3433 register address is found. Don't mention sparc in loop comment
3436 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3438 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3439 mips_default_saved_regsize to 8.
3441 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3443 * gcore.c: Do not include <sys/procfs.h>.
3444 * Makefile.in (gcore.o): Update dependencies.
3446 2002-08-06 Andrew Cagney <cagney@redhat.com>
3448 * configure.tgt: Make arc-*-* obsolete.
3449 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3450 * MAINTAINERS: Make arc-elf obsolete.
3451 * arc-tdep.c: Make file obsolete.
3452 * config/arc/arc.mt: Ditto.
3453 * config/arc/tm-arc.h: Ditto.
3455 2002-08-05 Theodore A. Roth <troth@verinet.com>
3457 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3459 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3461 * mcore-tdep.c (mcore_gdbarch_init): Use
3462 generic_unwind_get_saved_register instead of
3463 generic_get_saved_register.
3464 * v850-tdep.c (v850_gdbarch_init): Ditto.
3465 * frv-tdep.c (frv_gdbarch_init): Ditto.
3466 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3467 * s390-tdep.c (s390_gdbarch_init): Ditto.
3468 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3469 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3470 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3472 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3474 * objfiles.h: Add missing #include "symfile.h"
3476 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3478 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3480 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3481 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3484 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3486 * NEWS: Cleanup and nitpick.
3488 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3490 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3492 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3494 * Makefile.in (gdbtk-bp.o): Update dependencies.
3495 (gdbtk-register.o): Ditto.
3496 (gdbtk-varobj.o): Ditto.
3498 2002-08-03 Andrew Cagney <cagney@redhat.com>
3500 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3501 m68hc11_fetch_pseudo_register.
3502 (m68hc11_pseudo_register_write): Replace
3503 m68hc11_store_pseudo_register.
3504 (m68hc11_gdbarch_init): Update.
3506 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3508 * gdbarch.sh: Include "gdb_string.h".
3509 * gdbarch.c: Regenerate.
3511 * regcache.c: Include "gdb_string.h".
3512 * ax-general.c: Ditto.
3514 * std-regs.c: Ditto.
3515 * fbsd-proc.c: Ditto.
3518 * Makefile.in (regcache.o): Update dependencies.
3519 (thread.o, gdbarch.o): Ditto.
3520 (ax-general.o, gdbarch.o): Ditto.
3521 (varobj.o, std-regs.o): Ditto.
3522 (fbsd-proc.o): Specify dependencies.
3524 2002-08-02 Andrew Cagney <cagney@redhat.com>
3526 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3528 (regcache_cooked_write): Ditto.
3530 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3532 * regcache.c (regcache_cooked_read): New function.
3533 (regcache_cooked_write): New function.
3534 (read_register_gen): Rewrite using regcache_cooked_read.
3535 (write_register_gen): Rewrite using regcache_cooked_write.
3537 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3540 2002-08-02 Andrew Cagney <cagney@redhat.com>
3542 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3543 Replace the architecture methods register_read and register_write.
3544 * gdbarch.h, gdbarch.c: Regenerate.
3545 * regcache.c (init_regcache_descr): Update.
3546 (read_register_gen): Update.
3547 (write_register_gen): Update.
3548 (supply_register): Update comment.
3550 * sh-tdep.c (sh_gdbarch_init): Update.
3551 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3552 `regcache' and `gdbarch' parameters. Make `buffer' a void
3553 pointer. Update code.
3554 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3555 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3556 void pointer. Update code.
3557 (sh64_register_write): Delete.
3558 (sh4_register_read): Delete.
3559 (sh64_register_read): Delete.
3560 (sh4_register_write): Delete.
3561 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3562 void pointer, `to' parameter a void pointer.
3563 (sh_sh64_register_convert_to_raw): Ditto.
3565 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3567 * mips-tdep.c (mips_register_virtual_type): Use architecture
3568 invariant return values.
3570 2002-08-01 Andrew Cagney <cagney@redhat.com>
3572 * linux-proc.c: Include "gdb_string.h".
3573 * Makefile.in (linux-proc.o): Update dependency list.
3575 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3577 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3580 2002-08-01 Grace Sainsbury <graces@redhat.com>
3582 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3583 to_insert_watchpoint, to_remove_watchpoint,
3584 to_stopped_by_watchpoint, to_stopped_data_address,
3585 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3586 target vecctor. Define their corresponding macros so they call
3589 * target.c: Add default and debug versions of for
3590 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3591 to_insert_watchpoint, to_remove_watchpoint,
3592 to_stopped_by_watchpoint, to_stopped_data_address,
3593 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3595 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3597 * mips-tdep.c (mips_register_virtual_type): New function.
3598 (mips_gdbarch_init): Register mips_register_virtual_type()
3599 with gdbarch machinery.
3600 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3601 this file instead of tm-bigmips.h.
3602 (MIPS_REGSIZE): Delete this macro.
3603 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3604 multiarch version in mips-tdep.c will be found.
3606 2002-08-01 Andrew Cagney <cagney@redhat.com>
3608 * NEWS: Menion that CHILL has been made obsolete.
3610 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3611 * stabsread.c (read_range_type): Ditto.
3612 * gdbtypes.h: Ditto.
3613 * language.c (binop_type_check): Ditto.
3614 (binop_result_type): Ditto.
3615 (integral_type): Ditto.
3616 (character_type): Ditto.
3617 (string_type): Ditto.
3618 (boolean_type): Ditto.
3619 (structured_type): Ditto.
3620 (lang_bool_type): Ditto.
3621 (binop_type_check): Ditto.
3622 * language.h (_LANG_chill): Ditto.
3623 * dwarfread.c (set_cu_language): Ditto.
3624 * dwarfread.c (CHILL_PRODUCER): Ditto.
3625 * dwarfread.c (handle_producer): Ditto.
3626 * expression.h (enum exp_opcode): Ditto.
3627 * eval.c: Ditto for comments.
3628 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3629 * expprint.c (print_subexp): Ditto.
3630 (print_subexp): Ditto.
3631 * valops.c (value_cast): Ditto.
3632 (search_struct_field): Ditto.
3633 * value.h (COERCE_VARYING_ARRAY): Ditto.
3634 * symfile.c (init_filename_language_table): Ditto.
3635 (add_psymbol_with_dem_name_to_list): Ditto.
3636 * valarith.c (value_binop): Ditto.
3638 * valops.c (value_slice): Ditto.
3639 * symtab.h (union language_specific): Ditto.
3640 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3641 (SYMBOL_DEMANGLED_NAME): Ditto.
3642 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3643 * defs.h (enum language): Ditto.
3644 * symtab.c (got_symtab): Ditto.
3645 * utils.c (fprintf_symbol_filtered): Ditto.
3647 * ch-typeprint.c: Make file obsolete.
3648 * ch-valprint.c: Make file obsolete.
3649 * ch-lang.h: Make file obsolete.
3650 * ch-exp.c: Make file obsolete.
3651 * ch-lang.c: Make file obsolete.
3653 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3655 (TARGET_FLAGS_TO_PASS): Ditto.
3656 (CHILLFLAGS): Obsolete.
3658 (CHILL_FOR_TARGET): Obsolete.
3659 (CHILL_LIB): Obsolete.
3660 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3662 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3663 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3665 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3668 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3670 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3671 This does not change anything at the moment, but will be helpful
3672 later when full Ada support is integrated.
3674 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3676 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3679 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3681 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3682 and save it in a local variable. Use variable in later test.
3684 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3686 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3687 test. (Thanks to Daniel Jacobowitz.)
3689 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3691 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3692 (mips_abi_strings): Add "n64".
3693 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3695 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3697 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3698 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3700 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3702 * utils.c (host_pointer_to_address, address_to_host_pointer):
3703 Use gdb_assert() instead of explicit call to internal_error().
3705 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3707 * Makefile.in (rs6000-nat.o): Update dependencies.
3709 From Nicholas Duffek:
3710 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3711 (aix-thread.o): New rule.
3712 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3713 * config/powerpc/aix432.mh: New file.
3715 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3717 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3718 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3719 (fetch_core_registers, ppc_linux_supply_gregset)
3720 (ppc_linux_supply_fpregset): New functions.
3721 (ppc_linux_regset_core_fns): New.
3722 (_initialize_ppc_linux_tdep): Call add_core_fns.
3723 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3724 and ppc_linux_supply_gregset.
3725 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3726 (supply_fpregset): Call ppc_linux_supply_fpregset.
3727 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3729 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3731 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3733 * symtab.c (lookup_symbol): Demangle before lowercasing.
3735 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3737 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3739 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3740 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3741 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3742 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3744 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3745 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3746 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3747 (avr-tdep.o, mon960-rom.o): Ditto.
3748 (aout_stabs_gnu_h): Define.
3749 (symtab_h): Remove $(gdb_obstack_h).
3751 2002-07-30 Jim Blandy <jimb@redhat.com>
3753 Patch from David Carlton <carlton@math.stanford.edu>:
3754 * gdbinit.in: Move the `dir' commands that add GDB's own source
3755 directory to the search path to the end, so that the `gdb' source
3756 directory will be searched first.
3758 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3760 * gdb_obstack.h: New file.
3761 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3762 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3763 * objfiles.h: Include "gdb_obstack.h".
3764 * Makefile.in (gdb_obstack_h): Define.
3765 (symtab_h): Add $(gdb_obstack_h).
3766 (objfiles_h): Add $(gdb_obstack_h).
3768 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3769 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3770 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3771 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3772 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3773 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3774 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3775 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3777 * Makefile.in (bcache.o): Update dependencies.
3778 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3779 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3780 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3781 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3782 (stabsread.o, symfile.o, symmisc.o): Ditto.
3783 (symtab.o, typeprint.o, macroexp.o): Ditto.
3784 (macrotab.o, mdebugread.o): Ditto.
3785 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3786 (coff_ecoff_h, aout_aout64_h): Define.
3787 (aout_stabs_gnu_h, libaout_h): Define.
3789 2002-07-29 Andrew Cagney <cagney@redhat.com>
3791 * regcache.c (struct regcache_descr): Rename nr_registers to
3792 nr_cooked_registers. Revise comments describing the structure
3794 (init_regcache_descr): Update.
3795 (init_legacy_regcache_descr): Update.
3796 (read_register_gen, write_register_gen): When a cooked register in
3797 the raw register range, directly access the value from the raw
3800 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3802 * z8k-tdep.c: Do not include "obstack.h".
3803 * h8300-tdep.c, h8500-tdep.c: Ditto.
3804 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3805 * valprint.c, v850-tdep.c: Ditto.
3806 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3807 * mn10200-tdep.c: Ditto.
3809 * Makefile.in (z8k-tdep.o): Update dependencies.
3810 (m68hc11-tdep.o, valprint.o): Ditto.
3811 (v850-tdep.o, d10v-tdep.o): Ditto.
3812 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3813 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3814 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3815 (sh_opc_h, gdb_sim_sh_h): Define.
3816 (elf_sh_h, elf_bfd_h): Define.
3817 (opcode_m68hc11_h): Define.
3818 (OPCODES_SRC, OPCODES_DIR): define.
3819 (OPCODES): Use $(OPCODES_DIR).
3820 (gdb_sim_d10v_h): Rename sim_d10v_h.
3821 (gdb_sim_arm_h): Rename sim_arm_h.
3823 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3825 * utils.c (host_pointer_to_address, address_to_host_pointer):
3826 Change internal_error() message to indicate function responsible
3829 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3831 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3832 calls to local_hex_string_custom().
3834 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3836 * irix5-nat.c: Move IRIX shared library support from here...
3837 * solib-irix.c: ...to here. Revised substantially to work with
3838 generic solib framework.
3840 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3841 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3842 * mips-irix-tdep.c: New file.
3844 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3845 (mips-irix-tdep.o, solib-irix.o): New rules.
3846 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3848 * config/mips/irix6.mt (TDEPFILES): Likewise.
3849 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3851 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3853 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3854 disabled (via ``#if 0'') includes.
3856 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3858 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3859 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3860 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3861 Add support for the fpscr register.
3862 * rs6000-nat.c (regmap, fetch_inferior_registers)
3863 (store_inferior_registers, fetch_core_registers): Likewise.
3865 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3867 * rs6000-nat.c (language.h): Include.
3868 (special_regs): Delete this array.
3869 (regmap): New function.
3870 (fetch_register, store_register): Use regmap() to map gdb
3871 register numbers to ptrace register numbers. Also, use
3872 outputs from regmap() to make decisions regarding type of
3873 ptrace() call to make. In particular, don't compare against
3874 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3875 (fetch_inferior_registers, store_inferior_registers): Where
3876 possible, obtain register numbers from tdep struct. Don't
3877 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3878 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3879 (LAST_UISA_SP_REGNUM): Delete.
3881 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3883 * rs6000-nat.c (ppc-tdep.h): Include.
3884 (fetch_registers, store_register, fetch_core_registers): Don't
3885 access registers[] directly. Instead, use supply_register() or
3886 regcache_collect() as appropriate.
3887 (find_toc_address): Format hex address with local_hex_string().
3889 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3891 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3894 2002-07-24 Tom Tromey <tromey@redhat.com>
3896 * jv-exp.y: Marked all strings with _().
3897 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3899 (MethodInvocation, CastExpression, parse_number, yyerror,
3900 java_type_from_name, push_expression_name, yylex): Typo fixes.
3902 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3904 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3905 (tee_file_flush, tee_file_write, tee_file_fputs)
3906 (tee_file_isatty): New.
3907 * ui-file.h (tee_file_new): Add prototype.
3909 2002-07-24 Aidan Skinner <aidan@velvet.net>
3911 * ada-lang.c: Change k&r style function definitions to prototyped
3913 * ada-typeprint.c: Change k&r style function definitions to prototyped
3915 * ada-valprint.c: Change k&r style function definitions to prototyped
3918 2002-07-24 Andrew Cagney <cagney@redhat.com>
3920 * README: Remove reference to remote-bug.
3921 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3923 (m88k-nat.o): Delete rule.
3924 (m88k-tdep.o): Delete rule.
3925 (remote-bug.o): Delete rule.
3926 * MAINTAINERS: Mark as obsolete.
3927 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3928 * m88k-tdep.c: Make file obsolete.
3929 * config/m88k/m88k.mh: Ditto.
3930 * config/m88k/delta88v4.mh: Ditto.
3931 * config/m88k/delta88v4.mt: Ditto.
3932 * config/m88k/delta88.mt: Ditto.
3933 * config/m88k/delta88.mh: Ditto.
3934 * remote-bug.c: Ditto.
3935 * config/m88k/tm-delta88.h: Ditto.
3936 * config/m88k/nm-delta88v4.h: Ditto.
3937 * config/m88k/xm-delta88.h: Ditto.
3938 * config/m88k/xm-dgux.h: Ditto.
3939 * config/m88k/tm-m88k.h: Ditto.
3940 * config/m88k/nm-m88k.h: Ditto.
3941 * config/m88k/tm-delta88v4.h: Ditto.
3942 * m88k-nat.c: Ditto.
3943 * cxux-nat.c: Ditto.
3944 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3945 and m88*-*-* obsolete.
3946 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3949 2002-07-24 Andrew Cagney <cagney@redhat.com>
3951 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3952 constant. Same for local pointer variables.
3953 (extract_signed_integer): Ditto.
3954 * defs.h (extract_unsigned_integer): Update.
3955 (extract_signed_integer): Update.
3957 2002-07-24 Andrew Cagney <cagney@redhat.com>
3959 * regcache.c (regcache_raw_write): Change buf parameter to a
3960 constant void pointer.
3961 (regcache_raw_read): Change buf parameter to a void pointer.
3962 (legacy_write_register_gen): Change myaddr parameter a constant
3964 (supply_register): Change val parameter to a const void pointer.
3965 * regcache.h (regcache_raw_write): Update declaration.
3966 (regcache_raw_read): Update declaration.
3967 (supply_register): Update declaration.
3969 2002-07-24 Tom Tromey <tromey@redhat.com>
3971 * defs.h (gdb_readline_wrapper): Declare.
3972 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3973 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3974 * top.c (gdb_readline_wrapper): New function.
3975 (command_line_input): Use it.
3977 2002-07-24 Andrew Cagney <cagney@redhat.com>
3979 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3980 regcache_read and regcache_write.
3981 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3982 * regcache.c: Update.
3983 * sh-tdep.c (sh64_push_arguments): Update comment.
3984 (sh_pseudo_register_read): Update.
3985 (sh_pseudo_register_write): Update.
3986 (sh4_register_read): Update.
3987 (sh4_register_write): Update.
3988 (sh64_pseudo_register_read): Update.
3989 (sh64_pseudo_register_write): Update.
3990 (sh64_register_read): Update.
3991 (sh64_register_write): Update.
3992 * i386-tdep.c (i386_extract_return_value): Update.
3993 (i386_extract_struct_value_address): Update.
3994 (i386_extract_return_value): Update.
3995 * blockframe.c (generic_read_register_dummy): Update.
3996 (generic_call_dummy_register_unwind): Update
3997 * infrun.c (write_inferior_status_register): Update.
3999 2002-07-23 Jim Blandy <jimb@redhat.com>
4001 * parser-defs.h (expression_context_pc): Make this extern.
4002 (Thanks to Michael Snyder.)
4004 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4006 GDB 5.2.1 released from 5.2 branch.
4007 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4008 * README: Update to mention 5.2.1.
4010 2002-07-23 Mark Salter <msalter@redhat.com>
4012 * remote.c (remote_read_bytes): Fix check for error.
4014 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4016 * aix-thread.c (language.h): Include.
4017 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4018 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4019 Print newlines at end of debug messages.
4020 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4021 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4023 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4025 * aix-thread.c (ppc-tdep.h): Include.
4026 (special_register_p): New function.
4027 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4028 (store_regs_user_thread): Use register number information from
4029 gdbarch_tdep struct instead of hardcoded offsets relative to
4030 FIRST_UISA_SP_REGNUM.
4031 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4032 special_register_p() instead of using FPLAST_REGNUM and
4033 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4034 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4035 will be MQ's register number.
4037 2002-07-22 Michael Snyder <msnyder@redhat.com>
4039 * aix-thread.c (ops): Rename to aix_thread_ops.
4040 (base_ops): Rename to base_target.
4041 (ops_attach): Rename to aix_thread_attach.
4042 (ops_detach): Rename to aix_thread_detach.
4043 (ops_resume): Rename to aix_thread_detach.
4044 (ops_wait): Rename to aix_thread_wait.
4045 (ops_kill): Rename to aix_thread_kill.
4046 (init_ops): Rename to init_aix_thread_ops.
4047 (ops_fetch_register): Rename to aix_thread_fetch_register.
4048 (ops_store_register): Rename to aix_thread_store_register.
4049 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4050 (ops_thread_alive): Rename to aix_thread_thread_alive.
4051 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4052 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4053 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4054 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4055 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4056 (store_regs_lib): Rename to store_regs_user_thread.
4057 (store_regs_kern): Rename to store_regs_kernel_thread.
4059 2002-07-22 Michael Snyder <msnyder@redhat.com>
4061 * aix-thread.c (ops_prepare_to_store): Eliminate.
4062 (init_ops): Don't initialize ops.prepare_to_store.
4063 (store_regs_kern): Pre-fetch register buffers from child,
4064 because some registers may not be in the cache. Copy
4065 regs from register cache only if they are cached.
4066 (store_regs_lib): Copy regs from register cache only
4068 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4069 fill_gprs64): Ditto.
4071 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4073 * aix-thread.c (gdb_assert.h): Include.
4074 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4075 register sizes (from register cache) match size of buffer holding
4077 (fill_sprs32): Change parameter types to match those in the ptrace()
4079 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4080 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4082 2002-07-22 Michael Snyder <msnyder@redhat.com>
4084 * aix-thread.c (supply_sprs64): Cosmetic change.
4085 (supply_sprs32): Cosmetic change.
4086 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4087 (fill_sprs64): Use regcache_collect instead of read_register.
4088 (store_regs_lib): Use regcache_collect instead of
4089 read_register. Use fill_sprs32 instead of fill_sprs64,
4090 if debugging a 32-bit architecture.
4091 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4092 out of the register cache, instead of passing a pointer into
4093 the register cache directly to ptrace. Use regcache_collect
4094 insteaad of read_register.
4095 (ops_prepare_to_store): Use target_read_registers instead
4096 of read_register_bytes.
4098 2002-07-20 Aidan Skinner <aidan@velvet.net>
4100 * MAINTAINERS: Add self under write after approval.
4102 2002-07-20 Aidan Skinner <aidan@velvet.net>
4104 * ada-tasks.c: Change k&r style function definitions to prototyped
4107 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4109 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4110 * x86-64-tdep.c: Include "objfiles.h".
4111 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4112 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4114 2002-07-17 Michal Ludvig <michal@suse.cz>
4116 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4117 (update_context): Initialise cfa variable.
4119 2002-07-17 Michael Snyder <msnyder@redhat.com>
4121 * aix-thread.c: Shorten some long lines.
4122 Bring comments into line with code spec.
4124 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4126 * infrun.c: Re-indent using gdb_indent.sh.
4128 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4130 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4131 Leave the indentation temporarily untouched, to minimize the diffs.
4133 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4135 * stabsread.c: Make os9k sections of the code obsolete,
4137 * stabsread.h: Make os9k sections of the code obsolete.
4139 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4141 * linux-low.c (regsets_store_inferior_registers): Add free()
4142 at the end of a loop to prevent memory leak.
4143 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4144 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4145 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4147 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4149 2002-07-17 Jim Blandy <jimb@redhat.com>
4151 * macrocmd.c (info_macro_command): Remove newline from error
4154 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4156 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4157 (sh_gdbarch_init): Use it for sh-dsp.
4159 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4161 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4162 64-bit DWARF2 format.
4164 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4166 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4167 <sys/proc.h> when not available.
4169 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4171 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4172 * stabsread.c: Make os9k sections of the code obsolete.
4173 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4174 * config/i386/i386os9k.mt: Make file obsolete.
4175 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4176 (COMMON_OBS): Remove os9kread.o
4177 (SFILES): Remove os9kread.c.
4178 (os9kread.o, remote-os9k.o): Make target obsolete.
4179 * remote-os9k.c: Make file obsolete.
4180 * os9kread.c: Make file obsolete.
4183 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4185 * NEWS: Mention that the FR30 has been made obsolete.
4186 * fr30-tdep.c: Make file obsolete.
4187 * config/fr30/tm-fr30.h: Ditto.
4188 * config/fr30/fr30.mt: Ditto.
4189 * configure.tgt: Make fr30-*-elf obsolete.
4190 * MAINTAINERS: Make fr30-elf obsolete.
4192 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4194 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4195 found is not inside a section.
4197 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4199 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4201 (pdc_realloc): Use xrealloc() instead of realloc().
4203 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4205 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4206 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4207 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4210 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4212 * aix-thread.c (ptrace_check): Eliminate goto.
4213 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4216 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4218 * aix-thread.c (gdbcmd.h): Include.
4219 (DEBUG, DBG, DBG2, dbg): Eliminate.
4220 (debug_aix_thread): New static global.
4221 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4222 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4223 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4224 invocations to DBG and DBG2 macros to test against
4225 ``debug_aix_thread'' and call fprintf_unfiltered().
4226 (_initialize_aix_thread): Add new command "set debug aix-thread".
4228 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4230 From Gerhard Tonn <TON@de.ibm.com>:
4231 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4232 instead of supply_register.
4234 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4236 * dwarf2cfi.c: Include "gdb_assert.h".
4237 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4239 (update_context): Do not use __func__. Add missing ``break''.
4240 (update_context): Do not use __func__.
4242 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4244 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4245 and its setting. Set gdbarch instruction printing functions
4246 directly. For non-rs6000 case use new function
4247 gdb_print_insn_powerpc.
4248 (gdb_print_insn_powerpc): New function.
4250 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4252 * NEWS: Mention that the d30v has been marked obsolete.
4253 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4254 * configure.tgt: Mark d30v-*-* as obsolete.
4255 * d30v-tdep.c: Mark file as obsolete.
4256 * config/d30v/d30v.mt: Ditto.
4257 * config/d30v/tm-d30v.h: Ditto.
4259 2002-07-13 Aidan Skinner <aidan@velvet.net>
4261 * ada-tasks.c (add_task_entry): replace calls to
4262 malloc() with xmalloc
4263 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4265 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4266 ada_finish_decode_line_1, all_sals_for_line
4267 ada_breakpoint_rewrite): replace calls to free() with xfree()
4269 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4271 From Nicholas Duffek (with minor changes by Martin Hunt,
4272 Louis Hamilton, and Kevin Buettner):
4273 * aix-thread.c: New file.
4275 2002-07-12 Petr Sorfa <petrs@caldera.com>
4277 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4278 complaint for invalid attribute class or form.
4279 (read_func_scope): DW_AT_frame_base
4280 better handling of DW_AT_block*.
4281 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4282 better handling of DW_AT_block*.
4283 (read_common_block): DW_AT_location
4284 better handling of DW_AT_block*.
4285 (read_partial_die): DW_AT_location better handling
4287 (new_symbol): DW_AT_external better handling of
4288 DW_AT_block*. Proper initialization of variable
4290 (attr_form_is_block): New function that returns true
4291 if the attribute's form is of DW_FORM_block*.
4293 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4295 * valops.c (find_method_list): Remove comment about
4296 removed STATIC_MEMFUNCP argument.
4297 (value_find_oload_method_list): Likewise.
4299 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4301 From Nicholas Duffek:
4302 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4303 target_new_objfile_hook.
4305 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4307 From Nicholas Duffek:
4308 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4311 2002-07-12 Andrew Cagney <cagney@redhat.com>
4313 * MAINTAINERS: Mention --enable-sim-build-warnings.
4314 (m68hc11-elf): Disable sim build warnings.
4315 (m32r-elf): Mark as broken obsolete candidate.
4316 (x86_64-linux-gnu): Mark as buildable with -Werror.
4317 (arm-elf): Change -w to ``,'' which enables warnings but not
4320 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4322 * bcache.h: Update copyright.
4323 (struct bstring, struct bcache): Move definition to "bcache.c".
4324 Replaced by opaque declaration.
4325 (bcache_xfree): Replace free_bcache.
4326 (bcache_xmalloc, bcache_memory_used): Declare.
4328 * bcache.c: Update copyright.
4329 (struct bstring, struct bcache): Moved to here from "bcache.h".
4331 (bcache_xmalloc, bcache_memory_used): New functions.
4332 (bcache_xfree): Replace function free_bcache.
4334 * Makefile.in (objfiles.o): Add $(bcache_h).
4335 (objfiles_h): Remove $(bcache_h).
4336 (symfile.o): Add $(bcache_h).
4338 * symmisc.c: Update copyright.
4339 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4340 (print_objfile_statistics): Use bcache_memory_used.
4342 * symfile.c: Include "bcache.h".
4343 (reread_symbols): Use bcache_xfree.
4344 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4345 (add_psymbol_to_list): Pass psymbol_cache by value.
4346 (add_psymbol_with_dem_name_to_list): Ditto.
4348 * objfiles.h: Update copyright.
4349 (struct bcache): Declare opaque. Do not include "bcache.h".
4350 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4352 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4354 * objfiles.c: Include "bcache.h". Update copyright.
4355 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4357 (free_objfile): Use bcache_xfree.
4359 2002-07-11 Grace Sainsbury <graces@redhat.com>
4361 * monitor.c (monitor_fetch_register): Make name a constant.
4362 (monitor_store_register): Same.
4364 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4366 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4367 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4368 (finish_block) For non-function blocks, hash the symbol table. For
4369 function blocks, mark the symbol table as unhashed.
4370 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4371 (msymbol_hash_iw): Likewise.
4372 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4374 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4375 (lookup_minimal_symbol): Likewise for both.
4376 * symtab.h (struct block): Add `hashtable' flag. Comment the
4378 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4379 (ALL_BLOCK_SYMBOLS): Update.
4380 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4381 (struct symbol): Add `hash_next' pointer.
4382 * symtab.c (lookup_block_symbol): Search using the hash table when
4384 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4385 (search_symbols, find_addr_symbol): Likewise.
4387 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4388 (read_dst_symtab): Likewise.
4389 * jv-lang.c (get_java_class_symtab): Likewise.
4390 * mdebugread.c: Include "gdb_assert.h".
4391 (shrink_block): Assert that the block being modified is not hashed.
4392 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4393 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4395 (dump_symtab): Recognize hashed blocks.
4396 * printcmd.c (print_frame_args): Assert that function blocks do not
4397 have hashed symbol tables.
4398 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4399 (fill_in_ada_prototype, debug_print_block): Likewise.
4400 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4402 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4404 * stack.c (print_frame): Use result of frame_address_in_block()
4405 instead of fi->pc when evaluating symbols.
4406 (backtrace_command_1): Ditto.
4408 2002-07-11 Andrew Cagney <cagney@redhat.com>
4410 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4413 * arm-tdep.c (arm_register_name): Make return type constant.
4415 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4417 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4419 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4420 * s390-tdep.c (s390_fp_regnum): Ditto.
4421 (s390_read_fp): Ditto.
4422 (s390_pop_frame): Ditto.
4423 (_initialize_s390_tdep): Ditto.
4424 * remote.c (get_remote_state): Ditto.
4425 * procfs.c (mappingflags): Ditto.
4426 * memattr.c (_initialize_mem): Ditto.
4427 * mcore-tdep.c (mcore_pop_frame): Ditto.
4428 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4429 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4430 * language.c (set_case_str): Ditto.
4431 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4432 * frv-tdep.c (new_variant): Ditto.
4433 (frv_stopped_data_address): Ditto.
4434 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4435 (context_alloc): Ditto.
4436 (frame_state_alloc): Ditto.
4437 (unwind_tmp_obstack_init): Ditto.
4438 (unwind_tmp_obstack_free): Ditto.
4439 (cfi_read_fp): Ditto.
4440 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4441 (cris_pop_frame): Ditto.
4442 * c-lang.c (scanning_macro_expansion): Ditto.
4443 (finished_macro_expansion): Ditto.
4444 (c_preprocess_and_parse): Ditto.
4445 * gdbarch.sh: Ditto.
4446 * gdbarch.h, gdbarch.c: Regenerate.
4447 * config/mn10200/tm-mn10200.h: Adjust indentation.
4448 * target.c: Adjust indentation.
4449 * symtab.h: Adjust indentation.
4450 * stabsread.h: Adjust indentation.
4451 * remote-es.c: Adjust indentation.
4452 * os9kread.c: Adjust indentation.
4454 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4456 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4457 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4459 2002-07-10 Grace Sainsbury <graces@redhat.com>
4461 * NEWS: Mention m68k, mcore multi-arching.
4462 * MAINTAINERS: Change status of m68k, mcore to reflect
4465 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4467 * valops.c (find_overload_match): Free oload_syms.
4469 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4471 Define HAVE_SYS_PROC_H if sys/proc.h exists
4472 * configure.in: Add check for sys/proc.h
4473 * config.in: Regenerate.
4474 * configure: Regenerate.
4476 2002-07-09 Grace Sainsbury <graces@redhat.com>
4478 * config/m68k/tm-m68k.h: Remove macros wrapped in
4479 #if !GDB_MULTI_ARCH.
4481 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4483 * config.in, configure: Regenerate.
4485 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4487 * dwarf2cfi.c: Include "gcore.h".
4488 (execute_stack_op): Fix implementation of the
4489 DW_OP_deref and DW_OP_deref_size operators by letting do their
4490 lookup in the target.
4492 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4494 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4495 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4498 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4500 Fix PR gdb/595, gdb/602
4501 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4502 Don't call value_cast, just read the vtable pointer; update comments
4505 2002-07-05 Grace Sainsbury <graces@redhat.com>
4507 * config/mcore/tm-mcore.h: Remove file.
4508 * config/mcore/mcore.mt: Remove definition of TM_FILE
4509 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4511 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4513 * i386bsd-tdep.c: Include "gdb_string.h".
4515 2002-07-04 Grace Sainsbury <graces@redhat.com>
4517 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4518 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4520 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4521 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4522 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4523 (RETVAL_REGNUM): Move macros from tm-mcore.h
4524 (mcore_reg_struct_has_addr): New function.
4525 (mcore_gdbarch_init): Added initializations for the macros removed
4528 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4530 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4531 traditonal string branding within the ELF header.
4533 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4535 * symtab.c (remove_params): New function.
4536 (make_symbol_overload_list): Use it instead of cplus_demangle.
4537 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4539 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4541 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4543 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4545 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4546 and tdep->sigtramp_end.
4547 * i386obsd-nat.c: New file.
4548 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4550 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4551 Don't call get_current_frame().
4553 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4555 * i386-nat.c (child_post_startup_inferior): New function
4556 calling i386_cleanup_dregs if
4557 I386_USE_GENERIC_WATCHPOINTS is defined.
4558 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4559 conditional to acknowledge that i386-nat.c has its
4560 own child_post_startup_inferior function.
4562 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4564 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4565 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4566 instead of MAX_REGISTER_RAW_SIZE.
4567 (i386_extract_return_value, i386_extract_struct_value_address):
4568 Convert to use regcache.
4569 (i386_gdbarch_init): Set max_register_raw_size and
4570 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4571 Set extract_return_value and extract_struct_value_address instead
4572 of their deprecated variants.
4574 Convert i386 target to generic dummy frames.
4575 * i386-tdep.c: Include "symfile.h".
4576 (i386_frameless_signal_p): Consider a function to be frameless if
4577 the pc points at the first instruction of the function.
4578 (i386_frame_chain): Handle (generic) call dummies.
4579 (i386_frame_saved_pc): Likewise.
4580 (i386_frame_init_saved_regs): Remove code dealing with call
4581 dummies on the stack.
4582 (i386_push_dummy_frame): Removed.
4583 (i386_call_dummy_words): Removed.
4584 (i386_fix_call_dummy): Removed.
4585 (i386_push_return_address): New function.
4586 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4587 parameter, and don't call get_current_frame.
4588 (i386_pop_frame): New function.
4589 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4590 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4591 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4592 call_dummy_length to 0, set call_dummy_words to NULL, set
4593 sizeof_call_dummy_words to 0, set fix_call_dummy to
4594 generic_fix_call_dummy, set pc_in_call_dummy to
4595 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4596 generic_push_dummy_frame, set push_return_address to
4597 i386_push_return_address and set frame_chain_valid to
4598 generic_file_frame_chain_valid.
4600 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4602 * gdbarch.sh (struct regcache): Add opaque declaration.
4603 (EXTRACT_RETURN_VALUE): New architecture method.
4604 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4605 * gdbarch.h, gdbarch.c: Regenerate.
4606 * arch-utils.c (legacy_extract_return_value): New function.
4607 * arch-utils.h (legacy_extract_return_value): Declare.
4608 * values.c (value_being_returned): Re-enable code handling
4609 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4610 deprecated_grub_regcache_for_registers call to block handling
4611 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4612 (EXTRACT_RETURN_VALUE): Do not define.
4614 2002-07-03 Grace Sainsbury <graces@redhat.com>
4616 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4617 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4618 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4619 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4620 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4621 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4622 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4623 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4624 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4625 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4626 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4627 argument so the function fits the prototype in the architecture
4629 (mcore_pop_frame): Remove argument so the function fits the
4630 prototype. Use get_current_frame instead of the argument.
4631 (mcore_push_arguments): Change type of struct_return so the
4632 function can be used in the architecture vector.
4633 (mcore_store_struct_return): Add.
4634 (mcore_frame_init_saved_regs): Add.
4635 (mcore_gdbarch_init): Add function calls to replace the macros
4636 removed from tm-mcore.h
4638 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4640 * infcmd.c (print_return_value): Remove compatibility code calling
4641 deprecated_grub_regcache_for_registers.
4643 * values.c: Include "regcache.h".
4644 (value_being_returned): Update. Use
4645 deprecated_grub_regcache_for_registers to extract the register
4647 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4648 ``struct regcache''.
4649 * Makefile.in (values.o): Add dependency on $(regcache_h).
4651 * inferior.h (run_stack_dummy): Change type of second parameter to
4652 a ``struct regcache''.
4653 * valops.c (hand_function_call): Change type of retbuf to ``struct
4654 regcache''. Allocate using regcache_xmalloc, clean using
4655 make_cleanup_regcache_xfree.
4656 * infcmd.c (run_stack_dummy): Update. Use
4657 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4659 * regcache.c (do_regcache_xfree): New function.
4660 (make_cleanup_regcache_xfree): New function.
4661 * regcache.h (make_cleanup_regcache_xfree): Declare.
4663 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4665 * event-top.c (command_line_handler): Don't read past
4666 beginning of buffer.
4668 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4670 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4672 (varobj_create): Store frame_id for root.
4673 (varobj_gen_name): Use xasprintf.
4674 (varobj_update): Save and restore frame using get_frame_id() and
4676 (create_child): Use xasprintf.
4677 (new_root_variable): Initialize frame_id.
4678 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4679 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4680 to prevent memory leak.
4682 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4684 * valops.c (hand_function_call): Move declaration of retbuf to
4685 start of function, allocate using malloc, add a cleanup but before
4686 the inf_status cleanup, cleanup the buffer. Rename local variable
4687 old_chain to inf_status_cleanup.
4689 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4691 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4693 * cli/cli-decode.c (cmd_func_p): New function.
4694 (cmd_func): New function.
4696 * command.h: Add cmd_func() and cmd_func_p().
4698 2002-07-03 Grace Sainsbury <graces@redhat.com>
4700 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4701 (REGISTER_SIZE): Remove.
4702 (MAX_REGISTER_RAW_SIZE): Remove.
4703 (REGISTER_VIRTUAL_TYPE): Remove.
4704 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4705 (REGISTER_NAME): Remove.
4706 (USE_GENERIC_DUMMY_FRAMES): Remove.
4707 (CALL_DUMMY): Remove.
4708 (CALL_DUMMY_START_OFFSET): Remove.
4709 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4710 (CALL_DUMMY_LOCATION): Remove.
4711 (FIX_CALL_DUMMY): Remove.
4712 (CALL_DUMMY_ADDRESS): Remove.
4713 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4714 (SAVE_DUMMY_FRAME_TOS): Remove.
4715 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4716 (mcore_register_virtual_type): New function.
4717 (mcore_register_byte): New function.
4718 (mcore_register_size): New function.
4719 (mcore_register_name): New function.
4720 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4721 macros removed from tm-mcore.h.
4722 (mcore_dump_tdep): Add.
4723 (_initialize_mcore_tdep): Add gdbarch_register call.
4725 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4727 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4728 frameless_look_for_prologue, such that we actually call this
4731 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4733 * frame.h (frame_address_in_block): New function.
4735 * blockframe.c (frame_address_in_block): New function extracted
4736 from get_frame_block().
4737 (get_frame_block): Use frame_address_in_block().
4738 (block_innermost_frame): Use frame_address_in_block() to match
4739 the frame pc address against the block boundaries rather than
4740 the frame pc directly. This prevents a failure when a frame pc
4741 is actually a return-address pointing immediately after the end
4744 2002-07-02 Grace Sainsbury <graces@redhat.com>
4746 * MAINTAINERS: Add self under write after approval.
4748 2002-07-02 Grace Sainsbury <graces@redhat.com>
4750 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4751 used in architecture vector. The default is
4752 m68k_local_breakpoint_from_pc.
4753 (m68k_local_breakpoint_from_pc): Add.
4754 (enum): Add register numbers from tm-m68k.h.
4755 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4757 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4758 GDB_MULTI_ARCH_PARTIAL.
4759 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4760 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4762 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4763 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4764 to enum in m68k-tdep.c
4766 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4768 * solib-osf.c (open_map): Compute the list of shared libraries
4769 loaded by the inferior, rather than the list of libraries loaded
4770 by GDB itself. Otherwise, GDB ends up reading the symbols from
4771 the wrong shared libraries...
4773 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4775 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4776 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4778 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4780 (FRAMELESS_SIGNAL): Remove function.
4781 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4782 i386_linux_saved_pc_after_call): Removed.
4783 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4784 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4785 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4787 * i386-tdep.c (i386_frameless_signal_p): New function.
4788 (i386_frame_chain): Deal with frameless signals.
4789 (i386_sigtramp_saved_sp): New function.
4790 (i386_frame_saved_pc): Deal with frameless signals.
4791 (i386_saved_pc_after_call): Make sure the correct value is
4792 returned just after entry into a sigtramp.
4793 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4794 i386fbsd4_sc_sp_offset): New variables.
4795 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4796 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4797 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4798 similiar to what we already did for sc_pc_offset.
4799 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4802 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4804 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4806 * config/i386/tm-x86-64linux.h: New.
4807 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4809 * config/i386/nm-x86-64.h: Rename to ...
4810 * config/i386/nm-x86-64linux.h: ... this one.
4811 * config/i386/x86-64linux.mh: Reflect the above change.
4813 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4815 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4816 with sigcontext_addr. Add sc_sp_offset.
4817 (i386bsd_sigtramp_saved_pc): Remove prototype.
4818 (i386bsd_sicontext_addr): Add prototype.
4819 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4820 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4821 (i386_svr4_sigtramp_saved_pc): Removed.
4822 (i386_svr4_sigcontext_addr): New function.
4823 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4824 Initialize tdep->sigcontext_addr instead. Initialize
4825 tdep->sc_pc_offset and tdep->sc_sp_offset.
4826 (i386_gdbarch_init): Likewise.
4827 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4829 (i386bsd_sigtramp_saved_pc): Remove function.
4830 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4831 Initialize tdep->sigcontext_addr instead. Initialize
4833 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4834 of tdep->sigtramp_saved_pc.
4835 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4836 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4839 * i386-tdep.c (i386_frameless_function_invocation,
4840 i386_frame_num_args, i386_frame_init_saved_regs,
4841 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4842 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4843 i386_extract_return_value, i386_store_return_value,
4844 i386_extract_struct_value_address, i386_register_virtual_type,
4845 i386_register_convertible, i386_register_convert_to_virtual,
4846 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4847 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4850 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4852 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4854 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4855 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4856 this macro. Include "value.h".
4858 2002-06-30 Aidan Skinner <aidan@velvet.net>
4860 * ada-exp.tab.c: remove as it's a generated file
4861 * ada-lex.c: remove as it's a generated file
4863 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4865 * config/i386/tm-i386.h (struct frame_info, struct
4866 frame_saved_regs, struct value, struct type): Remove forward
4869 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4870 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4871 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4872 (FILL_FPXREGSET): Define.
4874 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4876 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4877 i[3456]86-*-netbsd* case.
4878 * config/i386/tm-obsd.h: Removed.
4879 * config/i386/obsd.mt: Removed.
4880 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4882 (MH_CFLAGS): Add -DYYDEBUG=0.
4884 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4885 i386nbsd_sc_pc_offset on OpenBSD too.
4887 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4888 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4889 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4891 * i386bsd-tdep.c: Include "arch-utils.h".
4892 (i386bsd_aout_in_solib_call_trampoline): New function.
4893 (i386bsd_init_abi): Set in_solib_call_trampoline to
4894 i386bsd_aout_in_solib_call_trampoline.
4895 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4896 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4898 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4900 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4901 (struct obstack, struct bcache): Add opaque declarations.
4902 * Makefile.in (macrotab_h): Update
4904 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4906 * blockframe.c (generic_find_dummy_frame): Change return type to
4907 ``struct regcache''.
4908 (struct dummy_frame): Replace field ``registers'' with regcache, a
4909 struct regcache object.
4910 (generic_find_dummy_frame): Update.
4911 (generic_push_dummy_frame): Update. Use regcache_xfree,
4912 regcache_xmalloc and regcache_cpy.
4913 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4915 (deprecated_generic_find_dummy_frame): Update.
4916 (generic_read_register_dummy): Update. Use
4917 regcache_read_as_address.
4918 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4919 (generic_get_saved_register): Update. Use regcache_read.
4921 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4923 * Makefile.in (objfiles_h): Add $(bcache_h).
4924 * objfiles.h: Include "bcache.h".
4926 * Makefile.in (symtab_h): Remove $(bcache_h).
4927 * symtab.h: Do not include "bcache.h".
4929 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4931 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4932 generic_func_frame_chain_valid.
4934 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4936 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4937 * config/i386/tm-fbsd.h: Likewise.
4939 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4941 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4942 generic_unwind_get_saved_register.
4944 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4946 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4947 * regcache.c (supply_register): Add missing argument to
4948 register_buffer call.
4950 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4952 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4953 Solaris /bin/grep does not not like it. From Peter Schauer.
4955 2002-06-26 Tom Tromey <tromey@redhat.com>
4957 * command.h (add_setshow_cmd): Declare.
4958 (add_setshow_cmd_full): Declare.
4959 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4960 returns void. Use add_setshow_cmd_full.
4961 (add_setshow_cmd_full): New function.
4962 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4963 (add_setshow_boolean_cmd): Likewise.
4965 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4967 * config/vax/tm-vax.h: Protect from multiple inclusion.
4968 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4969 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4970 * config/vax/tm-vaxbsd.h: ...here. New file.
4971 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4973 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4975 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4976 (BELIEVE_PCC_PROMOTION): Remove.
4977 (AP_REGNUM): Move to...
4978 * config/vax/nm-vax.h: ...here.
4979 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4980 (vax_breakpoint_from_pc): New function.
4981 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4982 and gdbarch_believe_pcc_promotion.
4984 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4986 * Makefile.in (vax_tdep_h): Define.
4987 (vax-tdep.o): Use $(vax_tdep_h).
4988 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4989 (vax_dump_tdep): New function.
4990 (_initialize_vax_tdep): Register vax_dump_tdep.
4991 * vax-tdep.h: Include osabi.h.
4992 (struct gdbarch_tdep): New.
4994 2002-06-26 Andrew Cagney <cagney@redhat.com>
4996 * frame.h (deprecated_generic_find_dummy_frame): Rename
4997 generic_find_dummy_frame.
4998 * blockframe.c (generic_find_dummy_frame): Make static.
4999 (deprecated_generic_find_dummy_frame): New function.
5000 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5001 generic_find_dummy_frame with deprecated_find_dummy_frame.
5002 (sh64_nofp_frame_init_saved_regs): Ditto.
5003 (sh_fp_frame_init_saved_regs): Ditto.
5004 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5005 (s390_frame_chain): Ditto.
5006 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5008 2002-06-26 Grace Sainsbury <graces@redhat.com>
5010 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5011 gdbarch vector are at the top.
5013 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5014 (FRAME_ARGS_ADDRESS): Remove.
5015 (FRAME_LOCALS_ADDRESS): Remove.
5016 (FRAME_NUM_ARGS): Remove.
5017 (FRAME_ARGS_SKIP): Remove.
5018 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5019 (m68k_gdbarch_init): Add gdbarch initializations for macros
5020 undefined in tm-m68k.h
5022 2002-06-26 Grace Sainsbury <graces@redhat.com>
5024 * monitor.h: Add the function regname to monitor_ops
5025 structure. This way NUM_REGS does not have to be a constant.
5026 * monitor.c (monitor_fetch_register): Added support for regname
5027 function. The function is called if the array regnames is NULL.
5028 (monitor_store_register): Same.
5029 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5031 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5032 cpu32bug_cmds.regname to point to new function.
5033 * abug-rom.c (abug_regname): Same as above.
5034 (init_abug_cmds): Same.
5035 * dbug-rom.c (dbug_regname): Same as above.
5036 (init_dbug_cmds): Same.
5037 * remote-est.c (est_regname): Same.
5038 (init_est_cmds): Same.
5039 * rom68k-rom.c (rom68k_regname): Same.
5040 (init_rom68k_cmds): Same.
5042 2002-06-25 Tom Tromey <tromey@redhat.com>
5044 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5046 2002-06-25 Andrew Cagney <cagney@redhat.com>
5048 * infrun.c (stop_registers): Change variable's type to ``struct
5050 (xmalloc_inferior_status): Delete function.
5051 (free_inferior_status): Delete function.
5052 (normal_stop): Use regcache_cpy.
5053 (struct inferior_status): Change type of fields ``stop_registers''
5054 and ``registers'' to ``struct regcache''.
5055 (write_inferior_status_register): Use regcache_write.
5056 (save_inferior_status): Instead of calling
5057 xmalloc_inferior_status, allocate the inf_status buffer directly.
5058 Use regcache_dup_no_passthrough and regcache_dup to save the
5060 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5061 Replace the stop_registers regcache instead of overriding it. Use
5062 regcache_xfree. Instead of calling free_inferior_status, xfree
5063 the buffer directly.
5064 (discard_inferior_status): Use regcache_xfree. Instead of calling
5065 free_inferior_status, xfree the buffer directly.
5066 (build_infrun): Use regcache_xmalloc.
5067 (_initialize_infrun): Delete redundant call to build_infrun.
5069 * Makefile.in (infcmd.o): Add $(regcache_h).
5071 * infcmd.c: Include "regcache.h".
5072 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5073 obtain the address of `stop_registers' register buffer.
5074 (print_return_value): Ditto.
5076 * inferior.h (struct regcache): Add opaque declaration.
5077 (stop_registers): Change variable's declared type to ``struct
5080 2002-06-24 Tom Tromey <tromey@redhat.com>
5082 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5083 * target.c (initialize_targets): Fixed typo in
5084 trust-readonly-sections `show' documentation.
5086 * main.c: Marked all strings with _().
5088 2002-06-24 Don Howard <dhoward@redhat.com>
5090 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5091 that means max CORE_ADDR+1.
5092 (lookup_mem_region): Ditto.
5093 (mem_info_command): Ditto.
5095 2002-06-24 Grace Sainsbury <graces@redhat.com>
5097 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5098 (REGISTER_BYTES_OK): Remove.
5099 (REGISTER_BYTES): Remove.
5100 (STORE_STRUCT_RETURN): Remove.
5101 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5102 (STORE_RETURN_VALUE): Remove.
5103 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5104 (FRAME_CHAIN): Remove.
5105 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5106 (FRAME_SAVED_PC): Remove.
5107 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5108 (m68k_store_struct_return): Add.
5109 (m68k_deprecated_extract_return_value): Add.
5110 (m68k_deprecated_extract_struct_value_address): Add.
5111 (m68k_store_return_value): Add.
5112 (m68k_frame_chain): Add.
5113 (m68k_frameless_function_invocation): Add.
5114 (m68k_frame_saved_pc): Add.
5115 (m68k_gdbarch_init): added set_gdbarch calls for new
5116 functions and deleted macros.
5118 2002-06-23 Tom Tromey <tromey@redhat.com>
5120 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5121 (ALLDEPFILES): Likewise.
5122 (udiheaders): Removed.
5123 (udip2soc.o): Likewise.
5124 (udi2go32.o): Likewise.
5126 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5128 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5130 * infrun.c (_initialize_infrun): Delete unnecessary call to
5133 * regcache.h: Update comments describing the regcache_cpy family
5135 (regcache_save, regcache_restore): Delete declaration.
5136 (regcache_save_no_passthrough): Delete declaration.
5137 (regcache_restore_no_passthrough): Delete declaration.
5138 * regcache.c (regcache_save): Delete function.
5139 (regcache_save_no_passthrough): Delete function.
5140 (regcache_restore): Delete function.
5141 (regcache_restore_no_passthrough): Delete function.
5143 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5145 * config/m68k/tm-m68k.h: Fix typo.
5146 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5147 (m68k_frame_init_saved_regs): Declare.
5149 2002-06-21 Jim Blandy <jimb@redhat.com>
5151 Remove some vestiges of Harris 88k support.
5152 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5153 register numbering quirk.
5154 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5155 odd symbols occurring in Harris 88k ELF targets.
5157 2002-06-21 Tom Tromey <tromey@redhat.com>
5159 * gdb_locale.h: New file.
5160 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5161 (defs_h): Added gdb_locale.h.
5162 * configure, config.in: Rebuilt.
5163 * configure.in (PACKAGE): Define.
5164 * defs.h: Include gdb_locale.h.
5165 * main.c (captured_main): Call setlocale, bindtextdomain,
5168 2002-06-21 Dave Brolley <brolley@redhat.com>
5170 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5171 * config/frv/frv.mt: New file.
5172 * config/frv/tm-frv.h: New file.
5173 * configure.tgt: Support frv-*-*.
5174 * Makefile.in (frv-tdep.o): New target.
5175 * frv-tdep.c: New file.
5176 * NEWS: Mention frv.
5178 2002-06-21 Dave Brolley <brolley@redhat.com>
5180 * MAINTAINERS: Add self to "Write After Approval" list.
5182 2002-06-21 Grace Sainsbury <graces@redhat.com>
5184 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5185 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5186 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5187 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5188 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5190 * m68k-tdep.c: Include arch-utils.h
5191 (m68k_register_raw_size): Add.
5192 (m68k_register_virtual_size): Add.
5193 (m68k_register_virtual_type): Add.
5194 (m68k_register_name): Add.
5195 (m68k_stack_align): Add.
5196 (m68k_register_byte): Add.
5197 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5200 2002-06-21 Grace Sainsbury <graces@redhat.com>
5202 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5203 m68k_find_saved_regs.
5204 (m68k_pop_frame): Removed saved_regs structure, and replaced
5205 references to it with frame->saved_regs.
5206 (m68k_gdbarch_init): Added function calls to initialize the
5208 (m68k_fix_call_dummy): Add.
5209 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5210 (CALL_DUMMY): Remove.
5211 (CALL_DUMMY_LENGTH): Remove.
5212 (CALL_DUMMY_START_OFFSET): Remove.
5213 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5214 (FIX_CALL_DUMMY): Remove.
5215 (PUSH_DUMMY_FRAME): Remove.
5216 (POP_FRAME): Remove.
5218 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5220 * parse.c (parse_fprintf): New function used to avoid calls to
5221 fprintf in bison parser generated debug code.
5222 * parser-defs.h: Declaration of new parse_fprintf function.
5223 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5224 Set YYDEBUG to 1 by default.
5225 Set YYFPRINTF as parse_fprintf.
5227 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5229 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5231 (pointer_encoding, enum ptr_encoding): New.
5232 (execute_cfa_program): Take care about pointer encoding.
5233 (dwarf2_build_frame_info): Only call parse_frame_info for
5234 .debug_frame and .eh_frame.
5235 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5236 fixed augmentation handling, added relative addressing,
5237 ignore duplicate FDEs. Added comments.
5238 * dwarf2cfi.c: Reindented.
5240 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5242 * event-top.c (command_handler): Don't use space_at_cmd_start
5243 unless there is sbrk() on the host. Assign time and space data
5244 to union fields of the appropriate length.
5246 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5248 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5249 x86_64_register_name. Return type changed to 'const char *'.
5250 (x86_64_register_name2nr): Rename to x86_64_register_number.
5251 (x86_64_gdbarch_init): Update to reflect the change.
5252 * x86-64-tdep.h: Ditto.
5253 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5254 (supply_fpregset): Ditto.
5256 2002-06-19 Andrew Cagney <cagney@redhat.com>
5258 * regcache.h: Update copyright.
5259 (struct regcache, struct gdbarch): Add opaque declarations.
5260 (current_regcache): Declare global variable.
5261 (regcache_read, regcache_write): Add gdbarch parameter.
5262 (regcache_save, regcache_save_no_passthrough)
5263 (regcache_restore, regcache_restore_no_passthrough)
5264 (regcache_dup, regcache_dup_no_passthrough)
5265 (regcache_cpy, regcache_cpy_no_passthrough)
5266 (deprecated_grub_regcache_for_registers)
5267 (deprecated_grub_regcache_for_register_valid)
5268 (regcache_valid_p): Add function declarations.
5270 * regcache.c: Update copyright.
5271 (regcache_descr_handle): New global variable.
5272 (struct regcache_descr): Define.
5273 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5274 (regcache_descr, xfree_regcache_descr): New functions.
5275 (struct regcache): Define.
5276 (regcache_xmalloc, regcache_xfree): New functions.
5277 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5278 (regcache_dup, regcache_dup_no_passthrough): New functions.
5279 (regcache_valid_p, regcache_read_as_address): New functions.
5280 (deprecated_grub_regcache_for_registers): New function.
5281 (deprecated_grub_regcache_for_register_valid): New function.
5282 (current_regcache): New global variable.
5283 (register_buffer): Add regcache parameter. Update calls.
5284 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5285 (read_register_gen, write_register_gen): Update register_buffer
5286 call. Test for legacy_p instead of gdbarch_register_read_p or
5287 gdbarch_register_write_p.
5288 (regcache_collect): Update register_buffer call.
5289 (build_regcache): Rewrite. Use deprecated grub functions.
5290 (regcache_save, regcache_save_no_passthrough): New functions.
5291 (regcache_restore, regcache_restore_no_passthrough): New
5293 (_initialize_regcache): Create the regcache_data_handle. Swap
5294 current_regcache global variable.
5296 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5297 parameter to regcache_read and regcache_write calls.
5298 (sh4_register_read): Ditto.
5299 (sh64_pseudo_register_read): Ditto.
5300 (sh64_register_read): Ditto.
5301 (sh_pseudo_register_write): Ditto.
5302 (sh4_register_write): Ditto.
5303 (sh64_pseudo_register_write): Ditto.
5304 (sh64_register_write): Ditto.
5306 * defs.h (XCALLOC): Define.
5308 2002-06-19 Grace Sainsbury <graces@redhat.com>
5310 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5311 * m68k-tdep.c (m68k_gdbarch_init): Added.
5312 (m68k_dump_tdep): Added.
5314 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5316 * ada-lang.c (fill_in_ada_prototype): Update comment.
5318 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5320 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5322 (mips_abi_string, mips_abi_strings): New.
5323 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5324 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5325 tdep->mips_abi_string. Honor mips_abi_string. Default to
5326 O32 if no ABI is found.
5327 (mips_dump_tdep): Use mips_abi_strings.
5328 (mips_abi_update): New function.
5329 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5330 ``set mips abi'' and ``show mips abi''. Check the size of
5333 2002-06-19 Andrew Cagney <cagney@redhat.com>
5335 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5338 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5340 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5341 current frame using only the first stack size adjustment. All
5342 subsequent size adjustments are not considered to be part of
5343 the "static" part of the current frame.
5344 Compute the address of the saved registers relative to the
5345 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5346 in use in this frame.
5348 2002-06-18 Don Howard <dhoward@redhat.com>
5350 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5351 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5352 suggesting this solution.
5354 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5356 * config/romp/xm-rtbsd.h: Delete file.
5357 * config/romp/rtbsd.mh: Delete file.
5359 2002-06-18 Keith Seitz <keiths@redhat.com>
5361 * breakpoint.c (condition_command): Post breakpoint_modify
5362 when a condition is added to an existing breakpoint.
5363 (commands_command): Likewise for commands.
5364 (set_ignore_count): Likewise for ignore counts.
5365 If no tty, do not simply return, still need to send event
5367 (ignore_command): Only print a newline if the command came
5369 Don't call breakpoints_changed, since this is now properly
5370 handled by set_ignore_count.
5372 2002-06-18 Andrew Cagney <cagney@redhat.com>
5374 * MAINTAINERS: Note that cris-elf target can be compiled with
5376 * cris-tdep.c (cris_register_name): Make return type constant.
5377 (cris_breakpoint_from_pc): Ditto.
5379 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5381 * frame.h (struct frame_info): Change type of context to
5384 2002-06-17 Andrew Cagney <cagney@redhat.com>
5386 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5388 * gdbarch.h, gdbarch.c: Regenerate.
5389 * config/mips/tm-mips.h (mips_register_name): Update.
5390 * i386-tdep.h (i386_register_name): Update.
5391 * mips-tdep.c (mips_register_name): Update
5392 * alpha-tdep.c (alpha_register_name): Update.
5393 * arch-utils.c (legacy_register_name): Update.
5394 * arch-utils.h (legacy_register_name): Update.
5395 * avr-tdep.c (avr_register_name): Update.
5396 * ia64-tdep.c (ia64_register_name): Update.
5397 * i386-tdep.c (i386_register_name): Update.
5398 * sparc-tdep.c (sparc32_register_name): Update.
5399 (sparc64_register_name): Update.
5400 (sparclite_register_name): Update.
5401 (sparclet_register_name): Update.
5402 * sh-tdep.c (sh_generic_register_name): Update.
5403 (sh_sh_register_name): Update.
5404 (sh_sh3_register_name): Update.
5405 (sh_sh3e_register_name): Update.
5406 (sh_sh_dsp_register_name): Update.
5407 (sh_sh3_dsp_register_name): Update.
5408 (sh_sh4_register_name): Update.
5409 (sh_sh64_register_name): Update.
5410 * s390-tdep.c (s390_register_name): Update.
5411 * rs6000-tdep.c (rs6000_register_name): Update.
5412 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5413 (ns32k_register_name_32382): Update.
5414 * d10v-tdep.c (d10v_ts2_register_name): Update.
5415 (d10v_ts3_register_name): Update.
5416 * xstormy16-tdep.c (xstormy16_register_name): Update.
5417 * vax-tdep.c (vax_register_name): Update.
5418 * v850-tdep.c (v850_register_name): Update.
5419 * m68hc11-tdep.c (m68hc11_register_name): Update.
5420 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5421 (am33_register_name): Update.
5423 2002-06-17 Grace Sainsbury <graces@redhat.com>
5425 * m68k-tdep.c: Reindented.
5427 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5429 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5430 list of predefined types.
5432 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5434 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5435 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5436 REGISTER_CONVERT_TO_RAW): Remove defines.
5437 (i386_register_virtual_type, i386_register_convertible,
5438 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5440 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5441 macros mentioned above.
5443 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5444 (i386lynx_saved_pc_after_call): Remove prototype.
5445 * i386ly-tdep.c: Include "i386-tdep.h".
5446 (i386lynx_saved_pc_after_call): Make static. Use
5447 read_memory_nobpt instead of read_memory. Use
5448 read_memory_unsigned_integer instead of read_memory_integer.
5449 (i386lynx_init_abi): New function.
5450 (i386lynx_coff_osabi_sniffer): New function.
5451 (_initialize_i386bsd_tdep): New function.
5453 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5454 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5455 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5456 (i386_fix_call_dummy): Remove prototype.
5457 * i386-tdep.c (i386_call_dummy_words): New variable.
5458 (i386_gdbarch_init): Adjust for removal of the
5459 macros mentioned above.
5461 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5463 * command.h (add_setshow_auto_boolean_cmd): Replace
5464 add_set_auto_boolean_cmd.
5465 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5466 add_set_auto_boolean_cmd.
5467 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5468 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5469 mask-address'' command.
5470 (show_mask_address): Add cmd parameter.
5471 * remote.c (add_packet_config_cmd): Update. Change type of
5472 set_func and show_func to cmd_sfunc_ftype.
5473 (_initialize_remote): Update `set remote Z-packet'
5474 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5475 (show_remote_protocol_e_packet_cmd): Ditto.
5476 (show_remote_protocol_E_packet_cmd): Ditto.
5477 (show_remote_protocol_P_packet_cmd): Ditto.
5478 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5479 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5480 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5481 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5482 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5483 (show_remote_protocol_Z_packet_cmd): Ditto.
5484 (show_remote_protocol_binary_download_cmd): Ditto.
5485 (show_remote_cmd): Pass NULL to all of above.
5487 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5489 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5490 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5491 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5492 POP_FRAME): Remove defines.
5493 (i386_push_arguments, i386_store_struct_return,
5494 i386_extract_return_value, i386_store_return_value,
5495 i386_extract_struct_value_address, i386_push_dummy_frame,
5496 i386_pop_frame): Renove prototypes.
5497 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5498 macros mentioned above.
5500 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5502 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5503 add_set_boolean_cmd.
5504 (add_setshow_cmd): New function.
5505 * command.h (add_setshow_boolean_cmd): Replace
5506 add_set_boolean_cmd.
5507 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5508 and ``set rdiromatzero''.
5509 * maint.c (_initialize_maint_cmds): Update commented out code.
5510 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5511 * target.c (initialize_targets): Update `set
5512 trust-readonly-sections'.
5513 * remote.c (_initialize_remote): Update `set remotebreak'.
5515 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5517 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5518 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5519 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5520 fit into multi-arch framework.
5521 (i386_breakpoint_from_pc): New function.
5522 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5525 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5526 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5527 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5528 (i386_frameless_function_invocation, i386_frame_num_args,
5529 i386_frame_init_saved_regs): Remove prototypes.
5530 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5531 macros mentioned above.
5533 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5535 * cli/cli-decode.c (set_cmd_cfunc): Update.
5536 (set_cmd_sfunc): Update.
5537 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5538 (set_cmd_sfunc, set_cmd_cfunc): Update.
5539 * cli/cli-decode.h: Update.
5541 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5543 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5544 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5546 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5548 * defs.h (auto_boolean): Declare enum.
5549 * command.h (cmd_auto_boolean): Delete enum.
5550 * mips-tdep.c (mask_address_var): Update.
5551 (mips_mask_address_p): Update.
5552 (show_mask_address): Update.
5553 * remote.c (struct packet_config): Update.
5554 (update_packet_config): Update.
5555 (show_packet_config_cmd): Update.
5556 (packet_ok): Update.
5557 (add_packet_config_cmd): Update.
5558 (_initialize_remote):
5559 * command.h: Update.
5560 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5561 (do_setshow_command): Update.
5562 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5563 * cli/cli-decode.h: Update.
5565 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5567 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5568 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5569 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5570 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5571 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5572 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5574 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5575 list of DJGPP COFF targets.
5577 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5578 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5579 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5580 (FP0_REGNUM): Remove define.
5581 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5582 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5583 (i386_register_virtual_size): Remove protoype.
5584 * i386-tdep.c (i386_register_virtual_size): Removed.
5585 (i386_extract_return_value, i386_store_return_value): Use
5586 FP0_REGNUM instead of NUM_FREGS to determine whether the
5587 floating-point registers are available.
5588 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5589 Adjust for removal of macros mentioned above.
5591 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5593 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5595 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5597 (supply_gregset, fill_gregset): Remove use of register keyword and
5598 remove declaration for regmap. Use I386_NUM_GREGS instead of
5599 NUM_REGS and NUM_FREGS.
5600 (FPREGSET_FSAVE_OFFSET): Remove.
5601 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5602 NUM_FREGS to determine whether the floating-point registers are
5605 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5606 gnu_store_registers): Replace usage of NUM_GREGS with
5609 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5610 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5611 usage of NUM_GREGS with I386_NUM_GREGS.
5613 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5615 * i386bsd-nat.c: Include "i386-tdep.h".
5616 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5619 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5620 and associated comment. They no longer make any sense, since we
5621 don't use this file anymore on Linux.
5623 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5624 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5625 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5626 elements in these arrays.
5627 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5630 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5632 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5633 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5635 2002-06-14 Andrew Cagney <cagney@redhat.com>
5637 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5638 EXTRACT_RETURN_VALUE.
5639 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5640 EXTRACT_STRUCT_VALUE_ADDRESS.
5641 * gdbarch.h, gdbarch.c: Regenerate.
5643 * values.c (value_being_returned): Handle
5644 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5645 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5647 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5648 * arm-tdep.c (arm_gdbarch_init): Update.
5649 * avr-tdep.c (avr_gdbarch_init): Update.
5650 * cris-tdep.c (cris_gdbarch_init): Update.
5651 * d10v-tdep.c (d10v_gdbarch_init): Update.
5652 * ia64-tdep.c (ia64_gdbarch_init): Update.
5653 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5654 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5655 * s390-tdep.c (s390_gdbarch_init): Update.
5656 * sh-tdep.c (sh_gdbarch_init): Update.
5657 * s390-tdep.c (s390_gdbarch_init): Update.
5658 * sparc-tdep.c (sparc_gdbarch_init): Update.
5659 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5660 * v850-tdep.c (v850_gdbarch_init): Update.
5661 * vax-tdep.c (vax_gdbarch_init): Update.
5662 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5665 * config/arc/tm-arc.h: Update.
5666 * config/d30v/tm-d30v.h: Update.
5667 * config/fr30/tm-fr30.h: Update.
5668 * config/h8300/tm-h8300.h: Update.
5669 * config/h8500/tm-h8500.h: Update.
5670 * config/i386/tm-i386.h: Update.
5671 * config/i386/tm-ptx.h: Update.
5672 * config/i386/tm-symmetry.h: Update.
5673 * config/i960/tm-i960.h: Update.
5674 * config/m32r/tm-m32r.h: Update.
5675 * config/m68k/tm-delta68.h: Update.
5676 * config/m68k/tm-linux.h: Update.
5677 * config/m68k/tm-m68k.h: Update.
5678 * config/m88k/tm-m88k.h: Update.
5679 * config/mcore/tm-mcore.h: Update.
5680 * config/mips/tm-mips.h: Update.
5681 * config/mn10200/tm-mn10200.h: Update.
5682 * config/pa/tm-hppa.h: Update.
5683 * config/pa/tm-hppa64.h: Update.
5684 * config/sparc/tm-sp64.h: Update.
5685 * config/sparc/tm-sparc.h: Update.
5686 * config/sparc/tm-sparclet.h: Update.
5687 * config/z8k/tm-z8k.h: Update.
5689 2002-06-14 Andrew Cagney <cagney@redhat.com>
5691 * Makefile.in (i386_linux_tdep_h): Define.
5692 (i386_tdep_h, i387_tdep_h): Define.
5693 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5694 $(i386_tdep_h) and $(i387_tdep_h).
5695 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5697 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5699 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5700 Already covered by the default.
5702 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5703 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5704 (i386_gdbarch_init): Initialize long_double_format and long_double
5707 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5708 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5710 * config/i386/i386sol2.mh: ... here.
5711 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5712 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5713 (SIGCONTEXT_PC_OFFSET): Remove define.
5714 (IN_SIGTRAMP): Remove define.
5715 * i386-sol2-tdep.c: New file.
5717 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5718 * config/i386/tm-i386nw.h: Removed.
5720 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5721 USE_STRUCT_CONVENTION): Remove defines.
5722 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5723 (get_longjmp_target): Remove prototype.
5724 (IN_SIGTRAMP): Remove define.
5725 (i386bsd_in_sigtramp): Remove prototype.
5726 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5727 function. Update comment accordingly
5728 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5729 (FRAME_SAVED_PC): Remove define.
5730 (i386bsd_frame_saved_pc): Remove prototype.
5731 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5732 GET_LONGJMP_TARGET): Remove defines.
5733 (get_longjmp_target): Remove prototype.
5734 (IN_SIGTRAMP): Remove define.
5735 (i386bsd_in_sigtramp): Remove prototype.
5736 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5737 function. Update comment accordingly
5738 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5739 (FRAME_SAVED_PC): Remove define.
5740 (i386bsd_frame_saved_pc): Remove prototype.
5741 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5743 (USE_STRUCT_CONVENTION): Remove prototype.
5744 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5746 (_initialize_i386bsd_nat): Revise logic to determine some
5747 constants at compile time when compiling a native GDB. Warn if
5748 things don't match up with what we expect.
5749 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5751 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5752 to use date stored in `struct gdbarch_tdep'.
5753 (i386bsd_sigcontext_offset): Remove varaible.
5754 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5755 stored in `struct gdbarch_tdep'.
5756 (i386bsd_frame_saved_pc): Make static.
5757 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5758 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5759 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5760 i386fbsd4_sc_pc_offset): New variables.
5761 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5762 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5764 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5766 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5767 Modify the value of i386fbsd_sigtramp_start and
5768 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5769 i386fbsd_sigtramp_end.
5770 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5773 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5774 define to i386-linux-tdep.h.
5775 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5776 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5778 (i386_linux_register_name, i386_linux_register_byte,
5779 i386_linux_register_raw_size): Remove prototypes.
5780 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5781 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5782 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5783 TARGET_WRITE_PC): Remove defines.
5784 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5785 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5786 i386_linux_write_pc): Remove prototypes.
5787 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5788 (get_longjmp_target): Remove prototype.
5789 * i386-linux-tdep.h: New file.
5790 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5791 * i386-linux-tdep.c: Include "i386-tdep.h" and
5792 "i386-linux-tdep.h".
5793 (i386_linux_register_name, i386_linux_register_byte,
5794 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5795 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5797 (i386_linux_init_abi): New function.
5798 (_initialize_i386_linux_tdep): New function.
5800 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5801 (i386_saved_pc_after_call): Remove prototype.
5802 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5803 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5804 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5805 (i386_register_name, i386_stab_reg_to_regnum,
5806 i386_dwarf_reg_to_regnum): Remove prototypes.
5807 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5808 SIZEOF_SSE_REGS): Remove defines.
5809 (REGISTER_BYTES): Remove define.
5810 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5811 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5812 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5813 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5814 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5815 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5816 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5817 (get_longjmp_target): Remove prototype.
5818 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5819 (sigtramp_saved_pc): Remove define.
5820 (i386v4_sigtramp_saved_pc): Remove prototype.
5821 * config/i386/tm-go32.h (FRAME_CHAIN,
5822 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5823 (i386go32_frame_saved_pc): Remove prototype.
5824 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5825 (get_longjmp_target): Remove prototype.
5826 * i386-tdep.h: Include "osabi.h".
5827 (enum i386_abi): Removed.
5828 (enum struct_return): New enum.
5829 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5830 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5831 sc_pc_offset members.
5832 (i386_gdbarch_register_os_abi): Remove prototype.
5833 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5834 I386_SSE_NUM_REGS): New defines.
5835 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5836 I386_SSE_SIZEOF_REGS): New defines.
5837 (i386_register_name, i386_register_byte, i386_register_raw_size):
5839 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5840 (i386bsd_sigtramp_saved_pc): New prototype.
5841 * i386-tdep.c: Don't include "elf-bfd.h".
5842 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5843 i386_frame_chain, i386_saved_pc_after_call): Make static.
5844 (i386_frame_saved_pc): Rewrite to call architecture dependent
5845 function to deal with signal handlers. Make static.
5846 (i386go32_frame_saved_pc): Removed.
5847 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5849 (i386_get_longjmp_target): New function.
5850 (default_struct_convention, pcc_struct_convention,
5851 reg_struct_convention, valid_conventions, struct_convention): New
5853 (i386_use_struct_convention): New function.
5854 (i386v4_sigtramp_saved_pc): Renamed to
5855 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5856 (i386_pc_in_sigtramp): New function.
5857 (i386_abi_names): Removed.
5858 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5859 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5861 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5862 i386_gdbarch_register_os_abi): Removed.
5863 (struct i386_abi_handler): Removed.
5864 (i386_abi_handler_list): Removed.
5865 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5867 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5868 i386_nw_init_abi): New functions.
5869 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5870 Use set_gdbarch_xxx() calls instead of relying on macros for a
5872 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5873 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5874 Register the various architecture variants defined in this file.
5876 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5878 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5879 (struct main_type): Remove arg_types member. Update comments for
5881 (TYPE_ARG_TYPES): Remove.
5882 (TYPE_FN_FIELD_ARGS): Update.
5883 (smash_to_method_type): Update prototype.
5885 * c-typeprint.c (cp_type_print_method_args): Take method type
5886 instead of argument list. Use new argument layout. Simplify.
5887 (c_type_print_args): Use new argument layout. Simplify.
5888 (c_type_print_base): Update call to cp_type_print_method_args.
5889 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5890 argument; use die->type instead. Update call to
5891 smash_to_method_type.
5892 (read_structure_scope): Update call to dwarf2_add_member_fn.
5893 * gdbtypes.c (allocate_stub_method): Update comment.
5894 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5895 Use new argument layout.
5896 (check_stub_method): Use new argument layout. Don't count
5897 void as an argument.
5898 (print_arg_types): Update comments. Use new argument layout.
5899 (recursive_dump_type): Don't print arg_types member.
5900 * hpread.c (hpread_read_struct_type): Use new argument layout.
5901 (fixup_class_method_type): Likewise.
5902 (hpread_type_lookup): Likewise.
5903 * stabsread.c (read_type): Update calls to read_args and
5904 smash_to_method_type.
5905 (read_args): Use new argument layout. Simplify.
5906 * valops.c (typecmp): Use new argument layout. Update parameters
5907 and comments. Simplify.
5908 (hand_function_call): Use new argument layout.
5909 (search_struct_method): Update call to typecmp.
5910 (find_overload_match): Use new argument layout.
5912 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5914 * NEWS: Mention multithreaded debug support for gdbserver.
5916 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5918 * MAINTAINERS: Mention NEWS.
5920 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5922 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5923 (struct mips_objfile_private, compare_pdr_entries): New.
5924 (non_heuristic_proc_desc): Read the ".pdr" section if it
5927 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5929 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5930 (arm_debug): New static variable.
5931 (_initialize_arm_tdep): Add ``set debug arm'' command.
5933 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5935 * Makefile.in (sim_arm_h): Define.
5936 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5937 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5938 (arm_register_sim_regno): New function, map an internal REGNUM
5939 onto a simulator register number.
5940 (arm_gdbarch_init): Set register_sim_regno.
5942 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5944 * MAINTAINERS: Add self.
5946 2002-06-11 Jim Blandy <jimb@redhat.com>
5948 * source.c (source_info): Mention whether the symtab has
5949 information about preprocessor macros.
5951 Call the command `info macro', not `show macro'.
5952 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5954 (_initialize_macrocmd): Register `info_macro_command' in
5955 `infolist', not `showlist'.
5957 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5959 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5960 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5961 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5962 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5963 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5965 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5966 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5967 (_initialize_mips_tdep): Remove dead code.
5968 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5969 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5970 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5971 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5972 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5973 MIPS_LAST_FP_ARG_REGNUM): Remove.
5975 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5977 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5978 (unwind_tmp_obstack_free, parse_frame_info)
5979 (update_context, cfi_read_fp, cfi_write_fp)
5980 (cfi_frame_chain, cfi_init_extra_frame_info)
5981 (cfi_virtual_frame_pointer): Use the above function.
5982 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5984 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5986 * v850-tdep.c (v850_type_is_scalar): New function.
5987 (v850_use_struct_convention): Match current gcc implementation
5988 as close as possible.
5989 (v850_push_arguments): Fix stack_offset handling. Don't write
5990 struct_addr into register. This is done by v850_store_struct_return.
5991 (v850_extract_return_value): Care for structs.
5992 (v850_store_return_value): Ditto.
5993 (v850_store_struct_return): Actually write address.
5995 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5997 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5998 without debug information too.
6000 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6002 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6003 Make multi-arch pure.
6004 * gdbarch.h, gdbarch.c: Re-generate.
6005 * arm-tdep.c (arm_print_float_info): Update.
6006 * arch-utils.h (default_print_float_info): Update.
6007 * arch-utils.c (default_print_float_info): Update.
6008 * infcmd.c (float_info): Update call.
6010 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6012 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6013 the front of the initialize list.
6015 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6017 * infrun.c (struct inferior_status): Replace fields
6018 selected_frame_address and selected_level with field
6020 (save_inferior_status): Update. Use get_frame_id.
6021 (struct restore_selected_frame_args): Delete.
6022 (restore_selected_frame): Update. Use frame_find_by_id.
6023 (restore_inferior_status): Update.
6025 * breakpoint.h (struct breakpoint): Change type of
6026 watchpoint_frame to frame_id.
6027 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6028 call to get_current_frame.
6029 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6031 (watchpoint_check): Use frame_find_by_id.
6033 * frame.h (record_selected_frame): Delete declaration.
6034 * stack.c (record_selected_frame): Delete function.
6036 * frame.h (struct frame_id): Define.
6037 (get_frame_id): Declare.
6038 (frame_find_by_id): Declare.
6039 * frame.c (frame_find_by_id): New function.
6040 (get_frame_id): New function.
6042 2002-06-10 Andrey Volkov <avolkov@transas.com>
6044 * ser-e7kpc.c: Fix duplicated define and call of
6045 _initialize_ser_e7000pc
6047 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6049 * signals/signals.c (target_signal_from_host): Fix #ifdef
6051 (do_target_signal_to_host): Likewise.
6053 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6055 * mips-tdep.c (mips_find_abi_section): New function.
6056 (mips_gdbarch_init): Call it.
6058 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6060 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6061 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6062 after Andrew's 2002-06-08 gdbarch change.
6064 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6066 * i386-linux-nat.c (suppy_gregset): Don't supply
6067 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6069 (fill_gregset): Don't fetch it under the same circumstances.
6071 2002-06-09 Andrew Cagney <cagney@redhat.com>
6073 * Makefile.in (callback_h): Define.
6074 (remote_sim_h): Update path to remote-sim.h.
6075 (remote-rdp.o): Add $(callback_h).
6076 (remote-sim.o): Use $(callback_h).
6077 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6078 * remote-rdp.c: Include "gdb/callback.h".
6080 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6082 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6083 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6085 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6087 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6088 * rdi-share/serpardr.c: Ditto.
6089 * rdi-share/unixcomm.c: Ditto.
6090 * rdi-share/serdrv.c: Ditto.
6091 * rdi-share/hostchan.h: Ditto.
6092 * rdi-share/hostchan.c: Ditto.
6093 * rdi-share/host.h: Ditto.
6094 * rdi-share/devsw.c: Ditto.
6096 * objfiles.h: Change type of obj_private to void pointer.
6097 * pa64solib.c: Update copyright. Don't include "assert.h", use
6098 strcmp instead of STREQ, use LONGEST, do not use PTR
6099 * somsolib.c: Ditto.
6101 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6102 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6103 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6105 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6107 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6108 (default_get_saved_register): Delete function.
6109 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6110 generic_unwind_get_saved_register.
6111 * gdbarch.h, gdbarch.c: Re-generate.
6113 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6115 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6116 generic_func_frame_chain_valid.
6117 * gdbarch.h, gdbarch.c: Re-generate.
6118 * blockframe.c (generic_func_frame_chain_valid): Only check
6119 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6120 passing FP to PC_IN_CALL_DUMMY.
6123 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6125 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6126 (register_gdbarch_data): Initialize init_p.
6127 (gdbarch_data): Initialize data pointer using the init function.
6128 (init_gdbarch_data): Delete function.
6129 (gdbarch_update_p): Update.
6130 (initialize_non_multiarch): Update.
6131 (struct gdbarch): Add field initialized_p.
6132 * gdbarch.h, gdbarch.c: Re-generate.
6134 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6136 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6137 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6138 better do the things actually here.
6139 * x86-64-tdep.c (x86_64_register_name2nr): New.
6140 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6141 (x86_64_gdbarch_init): Respect the above change.
6142 * x86-64-tdep.h (x86_64_register_name2nr)
6143 (x86_64_register_nr2name): Add prototypes.
6144 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6146 2002-06-06 Michael Snyder <msnyder@redhat.com>
6148 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6149 Delete extra braces and re-indent.
6150 (d10v_store_return_value): Char return values
6151 must be shifted over by one byte in R0.
6152 (d10v_extract_return_value): Delete extra braces, re-indent.
6154 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6156 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6157 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6158 (d10v_integer_to_address): Rewrite.
6159 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6160 the d10v specific functions which take care of converting to the
6163 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6165 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6166 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6168 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6170 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6172 * config/tm-linux.h: Ditto.
6173 * config/alpha/tm-alphalinux.h: Ditto.
6174 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6175 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6176 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6177 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6178 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6179 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6180 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6181 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6182 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6183 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6184 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6185 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6186 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6187 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6188 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6189 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6190 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6191 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6192 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6193 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6194 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6195 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6196 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6197 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6198 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6199 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6200 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6201 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6202 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6203 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6204 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6205 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6206 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6207 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6208 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6209 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6210 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6212 2002-05-04 Aidan Skinner <aidan@velvet.net>
6214 * ada-exp.tab.c: New file
6215 * ada-exp.y: New file
6216 * ada-lang.c: New file
6217 * ada-lang.h: New file
6218 * ada-lex.c: New file
6219 * ada-lex.l: New file
6220 * ada-tasks.c: New file
6221 * ada-typeprint.c: New file
6222 * ada-valprint.c: New file
6224 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6226 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6227 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6229 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6231 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6232 insetead of ppc-linux-tdep.o.
6233 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6234 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6236 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6238 2002-05-07 Christian Groessler <chris@groessler.org>
6239 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6240 bit register contents for little endian hosts.
6242 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6244 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6247 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6249 * gdbarch.h: Regenerate.
6251 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6253 * MAINTAINERS: Add everyone to write-after-approval list.
6255 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6257 * stack.c (frame_info): Use frame_register_unwind instead of
6258 saved_regs. Mention when the SP is on the stack or in a register.
6260 * frame.h (frame_register_unwind_ftype): Define. Document.
6261 (struct frame_info): Add field register_unwind and
6262 register_unwind_cache.
6263 (frame_register_unwind): Declare.
6264 (generic_unwind_get_saved_register): Declare.
6266 * frame.c (frame_register_unwind): New function.
6267 (generic_unwind_get_saved_register): New function.
6269 * blockframe.c (generic_call_dummy_register_unwind): New function.
6270 (frame_saved_regs_register_unwind): New function.
6271 (set_unwind_by_pc): New function.
6272 (create_new_frame): New function.
6273 (get_prev_frame): New function.
6275 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6277 * a29k-share/: Delete directory.
6278 * remote-vx29k.c: Delete file.
6280 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6282 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6283 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6285 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6287 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6288 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6291 (sparcnbsd-tdep.o): New dependency lists.
6292 * NEWS: Note new UltraSPARC NetBSD native configuration.
6293 * configure.host (sparc64-*-netbsd*): New host.
6294 * configure.tgt (sparc-*-netbsdelf*)
6295 (sparc-*-netbsd*): Set gdb_target to nbsd.
6296 (sparc64-*-netbsd*): New target.
6297 * sparc64nbsd-nat.c: New file.
6298 * sparcnbsd-nat.c: New file.
6299 * sparcnbsd-tdep.c: New file.
6300 * sparcnbsd-tdep.h: New file.
6301 * config/sparc/nbsd.mt: New file.
6302 * config/sparc/nbsd64.mh: New file.
6303 * config/sparc/nbsd64.mt: New file.
6304 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6305 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6307 * config/sparc/nbsdaout.mt: Remove.
6308 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6309 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6311 * config/sparc/nbsdelf.mt: Remove.
6312 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6313 sparc-nat.c compatiblity defines.
6314 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6315 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6316 * config/sparc/tm-nbsd64.h: New file.
6317 * config/sparc/tm-nbsdaout.h: Remove.
6318 * config/sparc/xm-nbsd.h: Remove.
6320 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6322 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6323 * sparc-tdep.c: Include osabi.h.
6324 (gdbarch_tdep): Add osabi member.
6325 (_initialize_sparc_tdep): Use gdbarch_register.
6326 (sparc_gdbarch_init): Use generic OS ABI framework.
6327 (sparc_dump_tdep): New function.
6329 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6331 * corefile.c (do_captured_read_memory_integer): Return non-zero
6333 (safe_read_memory_integer): Copy result of memory read when
6334 status is non-zero. Also, add comments.
6336 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6338 * Makefile.in (ppc_tdep_h): Define.
6341 (rs6000-tdep.o): Use $(ppc_tdep_h).
6344 (ppcnbsd-tdep.o): New dependency lists.
6345 * ppc-tdep.h: Use generic OS ABI framework.
6346 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6347 (ppc_linux_init_abi): New functions.
6348 (ppc_sysv_abi_broken_use_struct_convention)
6349 (ppc_sysv_abi_use_struct_convention)
6350 (ppc_sysv_abi_push_arguments): Move to...
6351 * ppc-sysv-tdep.c: ...here.
6352 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6353 * rs6000-tdep.c (process_note_abi_tag_sections)
6354 (get_elfosabi): Remove.
6355 (rs6000_gdbarch_init): Use generic OS ABI framework.
6356 (rs6000_dump_tdep): New function.
6357 (_initialize_rs6000_tdep): Use gdbarch_register.
6358 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6359 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6360 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6361 of ppc-linux-tdep.o.
6362 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6363 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6364 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6365 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6366 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6367 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6369 2002-05-29 Jim Blandy <jimb@redhat.com>
6371 * macroscope.c (default_macro_scope): Put `void' in empty argument
6374 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6376 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6377 * arch-utils.c: Include "sim-regno.h".
6378 * gdbarch.sh: Don't include "sim-regno.h".
6379 * gdbarch.h, gdbarch.c: Regenerate.
6380 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6382 * arch-utils.h (legacy_register_sim_regno): To here.
6383 * remote-sim.c (legacy_register_sim_regno): Move function from
6385 * arch-utils.c (legacy_register_sim_regno): To here.
6387 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6389 * sim-regno.h: New file.
6390 * Makefile.in (sim_regno_h): Define.
6391 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6392 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6393 (legacy_register_sim_regno): New function.
6394 (one2one_register_sim_regno): New function.
6395 (gdbsim_fetch_register): Rewrite.
6396 (gdbsim_store_register): Only store a register when
6397 REGISTER_SIM_REGNO is valid.
6398 * d10v-tdep.c: Include "sim-regno.h".
6399 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6400 (d10v_ts3_register_sim_regno): Ditto.
6401 * gdbarch.sh: Include "sim-regno.h".
6402 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6403 * gdbarch.h, gdbarch.c: Regenerate.
6404 * arch-utils.h (default_register_sim_regno): Delete declaration.
6405 * arch-utils.c (default_register_sim_regno): Delete function.
6407 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6409 * ppcnbsd-nat.c: Rewrite.
6410 * ppcnbsd-tdep.c: New file.
6411 * ppcnbsd-tdep.h: New file.
6412 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6413 solib.o, and solib-svr4.o.
6414 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6415 nbsd-tdep.o, and corelow.o.
6417 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6419 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6420 `tr' and `sed'. Mention that `broken' targets are not expected to
6423 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6425 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6426 Let PC point right after the prologue before looking up symbols.
6428 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6430 * i386-tdep.c (i386_register_virtual_type): Return
6431 builtin_type_vec128i for SSE registers.
6433 * gdbtypes.h (builtin_type_vec128i): Declare.
6435 * gdbtypes.c (build_builtin_type_vec128i): New function.
6436 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6437 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6438 (build_gdbtypes): Initialize new builtin vector types.
6439 (_initialize_gdbtypes): Register new vector types with gdbarch.
6441 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6443 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6444 since it has been multi-arch'd.
6445 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6446 Move Alpha and VAX multi-arch news entries to same section
6447 as other multi-arch news.
6449 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6451 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6452 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6453 static. Rename some register numbers to put them in ns32k-tdep
6455 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6456 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6458 (_initialize_ns32k_tdep): Use gdbarch_register.
6459 * ns32k-tdep.h: New file.
6460 * ns32knbsd-tdep.c: New file.
6461 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6462 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6463 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6464 REGISTER_BYTES, REGISTER_BYTE): Remove.
6465 * config/ns32k/tm-ns32k.h: New file.
6466 * config/ns32k/tm-umax.h: Remove.
6468 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6470 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6471 ns32k_store_struct_return, ns32k_extract_return_value,
6472 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6474 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6475 ns32k_saved_pc_after_call.
6476 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6477 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6478 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6479 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6480 ns32k_extract_struct_value_address.
6482 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6484 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6485 ns32k_fix_call_dummy): New.
6486 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6487 ns32k_call_dummy_words.
6488 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6489 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6490 CALL_DUMMY_NARGS): Remove.
6491 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6493 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6495 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6496 ns32k_frame_saved_pc, ns32k_frame_args_address,
6497 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6498 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6499 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6500 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6501 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6502 (BREAKPOINT): Remove..
6503 (FRAME_CHAIN): Define as ns32k_frame_chain.
6504 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6505 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6506 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6507 (FRAME_FIND_SAVED_REGS): Remove.
6508 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6509 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6510 (POP_FRAME): Define as ns32k_pop_frame.
6512 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6514 * ns32k-tdep.c (ns32k_register_byte_32082,
6515 ns32k_register_byte_32382, ns32k_register_raw_size,
6516 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6518 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6519 ns32k_register_byte_32382.
6520 * config/ns32k/tm-umax.h: Update copyright years.
6521 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6522 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6523 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6524 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6525 (ns32k_get_enter_addr): Fix prototype.
6527 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6529 * ns32k-tdep.c: Update copyright years.
6530 (ns32k_register_name_32082): New function.
6531 (ns32k_register_name_32382): Ditto.
6532 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6533 (REGISTER_NAME): Define as ns32k_register_name_32382.
6534 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6535 (REGISTER_NAME): Define as ns32k_register_name_32082.
6537 2002-05-24 Jim Blandy <jimb@redhat.com>
6539 * dwarf2read.c (free_line_header): Use xfree, not free.
6541 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6543 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6544 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6546 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6548 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6550 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6552 From Ross Alexander at NEC Europe:
6553 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6555 2002-05-23 Michael Snyder <msnyder@redhat.com>
6557 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6558 for input, rather than parse_and_eval_address.
6560 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6562 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6563 * Makefile.in (sim_d10v_h): Update definition.
6565 2002-05-24 Andrew Cagney <cagney@redhat.com>
6567 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6568 change `2002-05-22 Michael Snyder' below.
6569 (d10v_push_arguments): Ditto.
6570 (d10v_extract_return_value): Ditto.
6572 2002-05-23 Jim Blandy <jimb@redhat.com>
6574 * macrotab.c (check_for_redefinition): Don't complain if the new
6575 definition is the same as the previous one. Take more arguments
6576 to allow the comparison.
6577 (macro_define_object, macro_define_function): Pass more arguments
6578 to check_for_redefinition.
6580 2002-05-22 Michael Snyder <msnyder@redhat.com>
6582 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6583 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6584 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6585 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6586 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6587 Add a temp variable to save a call (and a memory read).
6588 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6589 if possible (so that PC_IN_CALL_DUMMY will work).
6591 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6593 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6595 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6597 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6599 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6600 (dwarf2_build_frame_info): Add offset to fde->initial_location
6601 so that frames of shared libraries are mapped correctly.
6602 (execute_stack_op): Change type of 'result' from ULONGEST to
6605 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6607 * config/alpha/tm-nbsd.h: Include solib.h.
6609 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6611 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6612 assumptions about the host's byte order.
6614 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6616 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6618 * alphanbsd-tdep.c: Include solib-svr4.h.
6619 * shnbsd-tdep.c: Ditto.
6621 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6623 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6624 nbsd-tdep.h to dependency list.
6625 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6626 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6627 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6628 nbsdaout.mh and nbsdelf.mh consistently.
6629 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6630 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6631 nbsdaout.mt and nbsdelf.mh consistently.
6632 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6633 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6634 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6635 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6636 a.out shared library stuff from here...
6637 * config/nm-nbsdaout.h: ...to here.
6638 * config/tm-nbsd.h: Remove.
6639 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6640 * config/arm/nbsd.mh: Remove.
6641 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6643 * config/arm/nbsdaout.mh: New file.
6644 * config/arm/nbsdelf.mh: New file.
6645 * config/arm/nm-nbsdaout.h: New file.
6646 * config/i386/nbsd.mh: Remove.
6647 * config/i386/nbsd.mt: Remove.
6648 * config/i386/nbsdaout.mh: New file.
6649 * config/i386/nbsdaout.mt: New file.
6650 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6651 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6652 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6653 i386_register_u_addr): Remove.
6654 * config/i386/nm-nbsdaout.h: New file.
6655 * config/i386/nm-nbsdelf.h: Remove.
6656 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6657 (USE_STRUCT_CONVENTION): Remove.
6658 * config/i386/tm-nbsdaout.h: New file.
6659 * config/i386/tm-nbsdelf.h: Remove.
6660 * config/m68k/nbsd.mh: Remove.
6661 * config/m68k/nbsd.mt: Remove.
6662 * config/m68k/nbsdaout.mh: New file.
6663 * config/m68k/nbsdaout.mt: New file.
6664 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6665 * config/m68k/nm-nbsdaout.h: New file.
6666 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6667 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6668 * config/ns32k/nbsd.mh: Remove.
6669 * config/ns32k/nbsd.mt: Remove.
6670 * config/ns32k/nbsdaout.mh: New file.
6671 * config/ns32k/nbsdaout.mt: New file.
6672 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6673 * config/ns32k/nm-nbsdaout.h: New file.
6674 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6675 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6676 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6677 (SVR4_SHARED_LIBS): Remove.
6678 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6679 * config/sparc/nbsd.mh: Remove.
6680 * config/sparc/nbsd.mt: Remove.
6681 * config/sparc/nbsdaout.mh: New file.
6682 * config/sparc/nbsdaout.mt: New file.
6683 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6684 * config/sparc/nbsdelf.mt: New file.
6685 * config/sparc/nm-nbsdaout.h: New file.
6686 * config/sparc/nm-nbsdelf.h: Remove.
6687 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6688 * config/sparc/tm-nbsdaout.h: New file.
6690 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6692 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6694 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6696 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6698 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6700 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6702 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6704 * NEWS: Note new MIPS NetBSD native configuration.
6705 * configure.host (mips*-*-netbsd*): New host.
6706 * configure.tgt (mips*-*-netbsd*): New target.
6707 * mipsnbsd-nat.c: New file.
6708 * mipsnbsd-tdep.c: New file.
6709 * mipsnbsd-tdep.h: New file.
6710 * config/mips/nbsd.mh: New file.
6711 * config/mips/nbsd.mt: New file.
6712 * config/mips/nm-nbsd.h: New file.
6713 * config/mips/tm-nbsd.h: New file.
6715 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6717 * Makefile.in (SFILES): Add osabi.c.
6718 (COMMON_OBS): Add osabi.o.
6719 (osabi.o): New dependency list.
6720 * osabi.c: New file.
6721 * osabi.h: New file.
6722 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6724 * Makefile.in (alpha_tdep_h): Define and use instead of
6726 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6727 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6729 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6730 * alpha-tdep.h: Include osabi.h.
6731 (alpha_abi): Remove.
6732 (gdbarch_tdep): Use generic OS ABI framework.
6733 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6734 gdbarch_register_osabi.
6735 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6736 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6737 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6739 * Makefile.in (sh_tdep_h): Add osabi.h.
6740 * sh-tdep.h (sh_osabi): Remove.
6741 (gdbarch_tdep): Use generic OS ABI framework.
6742 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6743 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6744 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6745 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6747 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6748 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6749 gdbarch_register_osabi.
6750 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6751 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6752 (get_elfosabi): Rename to...
6753 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6754 ABI framework support routines.
6755 (arm_gdbarch_init): Use generic OS ABI framework.
6756 (arm_dump_tdep): Likewise.
6757 (_initialize_arm_tdep): Likewise.
6758 * arm-tdep.h: Include osabi.h.
6760 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6762 (arm_gdbarch_register_os_abi): Remove prototype.
6763 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6764 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6766 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6767 * mips-tdep.c: Include osabi.h.
6768 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6771 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6773 * h8300-tdep.c: Fix formatting.
6775 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6777 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6778 printing vector registers.
6780 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6782 From Fernando Nasser:
6783 * remote.c (remote_async_open_1): Re-throw the exception when the
6785 (remote_cisco_open): Ditto.
6786 (remote_open_1): Ditto.
6788 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6790 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6791 (remote_start_remote): Add uiout parameter. Pass through to
6792 remote_start_remote_dummy.
6793 (remote_open_1): Use catch_exception instead of catch_errors.
6794 (remote_async_open_1): Ditto.
6795 (remote_cisco_open): Ditto.
6797 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6799 * remote.c (remote_start_remote): Replace PTR with void pointer.
6800 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6803 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6805 * gdb_indent.sh: Allow the script to be run in the sim directory.
6807 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6809 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6810 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6812 * corelow.c (core_open): Only call set_gdbarch_from_file if
6815 2002-05-17 Andrey Volkov <avolkov@transas.com>
6817 * h8300-tdep.c: Add support of EXR register
6818 * config/h8300/tm-h8300.h: Ditto.
6820 2002-05-17 Andrey Volkov <avolkov@transas.com>
6822 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6824 2002-05-17 Andrey Volkov <avolkov@transas.com>
6826 * h8300-tdep.c: Change literal regnums to REGNO.
6828 2002-05-17 Jim Blandy <jimb@redhat.com>
6830 * NEWS: Note addition of macro support.
6832 Expand preprocessor macros in C expressions.
6833 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6834 (scan_macro_expansion, scanning_macro_expansion,
6835 finished_macro_expansion): New function declarations.
6836 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6837 variable declarations.
6838 * parser-defs.h (expression_context_pc): New declaration.
6839 * parse.c (expression_context_pc): New variable.
6840 (parse_exp_1): Set expression_context_pc, as well as
6841 expression_context_block.
6842 * c-exp.y (yylex): If we're not already reading the result of a
6843 macro expansion, try to macro-expand the next token. When we're
6844 done scanning a macro expansion, switch back to the mainline text.
6845 Commas and `if's in a macro's expansion don't terminate the input.
6846 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6847 (macro_original_text, macro_expanded_text,
6848 expression_macro_lookup_func, expression_macro_lookup_baton): New
6850 (scan_macro_expansion, scanning_macro_expansion,
6851 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6852 c_preprocess_and_parse): New functions.
6853 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6854 c_preprocess_and_parse, instead of c_parse.
6855 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6856 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6858 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6860 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6861 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6862 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6864 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6866 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6868 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6870 * Makefile.in (sh_tdep_h): Define and use.
6871 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6872 register enum): Move to...
6873 * * sh-tdep.h: ...here.
6874 * sh-tdep.c: Include sh-tdep.h.
6875 * sh3-rom.c: Likewise.
6876 * shnbsd-tdep.c: Likewise.
6878 2002-05-16 Michael Snyder <msnyder@redhat.com>
6880 * arm-tdep.c: Spelling fix in comment.
6882 2002-05-16 Jim Blandy <jimb@redhat.com>
6884 Add commands for manually expanding macros and showing their
6886 * macrocmd.c, macroscope.c, macroscope.h: New files.
6887 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6888 (macroscope_h): New variable.
6889 (HFILES_NO_SRCDIR): Add macroscope.h.
6890 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6891 (macroscope.o, macrocmd.o): New rules.
6893 Teach the Dwarf 2 reader to read macro information.
6894 * dwarf2read.c: #include "macrotab.h".
6895 (dwarf_macinfo_buffer): New variable.
6896 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6898 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6899 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6900 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6901 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6902 dwarf2_macro_spaces_in_definition): New complaints.
6903 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6904 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6905 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6906 the partial symbol table.
6907 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6908 from what's recorded in the partial symbol table.
6909 (read_file_scope): If the compilation unit has a
6910 `DW_AT_macro_info' attribute, read its macro information.
6911 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6913 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6916 * ser-tcp.c: Don't include <netinet/udp.h>.
6918 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6920 * MAINTAINERS: Update my email address.
6922 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6924 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6925 include file of the same name.
6927 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6929 * configure.tgt: Mark v850 as multi-arched.
6930 * config/v850/tm-v850.h: Remove file.
6931 * config/v850/v850.mt: Eliminate TM_FILE.
6933 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6935 * v850-tdep.c: Full multi-arch.
6936 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6937 Define GDB_MULTI_ARCH to 2.
6939 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6941 * p-exp.y (current_type): New static variable.
6942 Carries the type of the expression at the position that is parsed.
6943 (push_current_type, pop_current_type): Two new functions. Used
6944 to store/restore current_type in expression on specific tokens.
6945 (search_field): New static variable. Set to one after parsing a point
6946 as at that point only a FIELDNAME token should be searched.
6947 (FIELDNAME): New token. After a point only a token belonging to
6948 current_type type definition is allowed.
6949 (all over token rules): reset and change current_type according
6951 (exp '[' rule): insert implicit array index field if
6952 exp is a pascal string type.
6954 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6956 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6957 frame info. Use frame_info's saved_regs instead of matching member
6958 in extra_frame_info throughout.
6959 (v850_frame_init_saved_regs): New function.
6960 (v850_init_extra_frame_info): Move most functionality into
6961 v850_frame_init_saved_regs().
6962 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6963 (v850_frame_find_saved_regs): Remove declaration.
6964 (FRAME_FIND_SAVED_REGS): Remove definition.
6965 (v850_frame_init_saved_regs): Add declaration.
6966 (FRAME_INIT_SAVED_REGS): Add definition.
6968 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6970 * v850-tdep.c: Begin multi-arch'ing v850.
6971 (v850_target_architecture_hook): Remove function.
6972 (v850_gdbarch_init): New function. Add code previously in
6973 v850_target_architecture_hook().
6974 (_initialize_v850_tdep): Don't set target_architecture_hook.
6975 Call register_gdbarch_init() instead.
6977 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6979 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6980 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6981 (fixup_class_method_type): Likewise.
6983 2002-05-15 Jim Blandy <jimb@redhat.com>
6985 Add macro structures to GDB's symbol tables. Nobody puts anything
6987 * symtab.h (struct symtab): New member: `macro_table'.
6988 * buildsym.h (pending_macros): New global variable.
6989 * buildsym.c: #include "macrotab.h".
6990 (buildsym_init): Initialize `pending_macros'.
6991 (end_symtab): If we found macro information while reading a CU's
6992 debugging info, do build a symtab structure for it. Make the
6993 symtab point to the macro information, and clear the
6994 `pending_macros' pointer which held it while we were reading the
6996 (really_free_pendings): Free any pending macro table.
6997 * objfiles.h (struct objfile): New member: `macro_cache'.
6998 * objfiles.c (allocate_objfile): Set allocate and free functions
6999 for the macro cache's objstack.
7000 (free_objfile): Empty the macro cache's obstack.
7001 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7002 set new allocate and free functions for it.
7003 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7004 free functions for the macro cache's objstack. (Why is this
7005 function building its own objfile?)
7006 * symmisc.c (print_objfile_statistics): Print statistics on the
7008 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7010 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7012 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7013 (REGISTER_U_ADDR): Delete definition.
7014 (arm_register_u_addr): Delete declaration.
7016 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7018 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7019 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7021 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7023 * regcache.c (register_valid): Revise comments refering to "Not
7024 available" and "unavailable".
7025 * frame.c (frame_register_read): Ditto.
7026 * findvar.c (value_of_register): Ditto.
7028 2002-05-15 Andrew Cagney <cagney@redhat.com>
7030 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7031 (remote-sim.o): Update dependencies.
7032 (d10v-tdep.o): Specify dependencies.
7033 (sim_d10v_h): Define.
7035 2002-05-14 Jim Blandy <jimb@redhat.com>
7037 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7038 * macrotab.c (macro_lookup_inclusion, find_definition,
7039 new_macro_table): Same.
7041 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7042 not `! strcmp ()'. This is a dubious improvement.
7043 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7045 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7046 although it's not necessary, to avoid a warning.
7048 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7050 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7051 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7052 TYPE_INSTANCE_FLAGS.
7053 (struct main_type): New.
7054 (struct type): Move most members to struct main_type. Change
7055 cv_type and as_type to new type_chain member. Add instance_flags.
7056 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7057 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7058 (finish_cv_type): Remove prototype.
7059 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7061 (alloc_type_instance): New function.
7062 (smash_type): New function.
7063 (make_pointer_type, make_reference_type, make_function_type)
7064 (smash_to_member_type, smash_to_method_type): Call smash_type.
7065 (make_qualified_type): New function.
7066 (make_type_with_address_space): Call make_qualified_type.
7067 (make_cv_type): Likewise.
7068 (finish_cv_type): Remove unnecessary function.
7069 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7070 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7071 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7072 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7073 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7074 * hpread.c (hpread_read_struct_type): Likewise.
7075 * stabsread.c (read_struct_type): Likewise.
7077 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7079 * configure.tgt: Add a catch all sh* target, for cases like
7080 sh[2,3,4]-elf and sh-hms.
7082 2002-05-14 Keith Seitz <keiths@redhat.com>
7084 * event-loop.c (create_file_handler): Don't do anything but
7085 update data when we are given a fd which we are already
7088 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7090 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7091 (update_context): Use __func__ in warnings.
7093 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7095 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7096 and tcp_close to net_open and net_close.
7097 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7098 using UDP if requested. Don't try to disable Nagle on UDP
7100 * remote.c (remote_serial_open): New function. Warn about UDP.
7101 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7103 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7105 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7107 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7109 * configure.tgt: Remove sh-hms target.
7110 * MAINTAINERS: Don't list sh-hms as a separate target.
7112 2002-05-13 Jim Blandy <jimb@redhat.com>
7114 Add first preprocessor macro-expansion files.
7115 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7116 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7117 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7118 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7119 (COMMON_OBS): Add macrotab.o, macroexp.o.
7120 (macroexp.o, macrotab.o): New rules.
7122 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7124 * config/m88k/tm-m88k.h: Update copyright.
7125 (m88k_target_write_pc): Declare
7126 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7127 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7128 (SHIFT_INST_REGS): Update definition.
7129 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7130 using old definition of TARGET_WRITE_PC.
7131 * regcache.c (generic_target_write_pc): Delete code handling
7133 * gdbarch.sh (NNPC_REGNUM): Delete.
7134 * gdbarch.h, gdbarch.c: Regenerate.
7136 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7138 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7141 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7143 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7144 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7145 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7147 * c-typeprint.c (cp_type_print_method_args): Likewise.
7148 (c_type_print_args): Likewise.
7149 * d10v-tdep.c (d10v_push_arguments): Likewise.
7150 (d10v_extract_return_value): Likewise.
7151 * expprint.c (print_subexp): Likewise.
7152 * gdbtypes.c (lookup_primitive_typename): Likewise.
7153 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7154 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7155 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7156 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7157 (TYPE_VECTOR): Likewise.
7158 * hpread.c (hpread_read_struct_type)
7159 (fix_static_member_physnames, fixup_class_method_type)
7160 (hpread_type_lookup): Likewise.
7161 * mdebugread.c (parse_symbol, parse_type): Likewise.
7162 * p-lang.c (is_pascal_string_type): Likewise.
7163 * valops.c (hand_function_call): Likewise.
7164 * x86-64-tdep.c (classify_argument): Likewise.
7166 * hpread.c (hpread_read_function_type)
7167 (hpread_read_doc_function_type): Call replace_type.
7168 * dstread.c (create_new_type): Delete.
7169 (decode_dst_structure, process_dst_function): Call alloc_type.
7170 Use type access macros.
7172 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7174 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7175 the're not supported by the current architecture.
7176 (i387_fill_fxsave): Likewise.
7178 2002-05-12 Fred Fish <fnf@redhat.com>
7180 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7181 sect_index_xxx members to index the first slot in section_offsets
7182 if all of the section_offsets are zero.
7184 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7186 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7187 checked in with last change.
7189 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7191 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7192 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7195 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7197 * Makefile.in: Update dependencies.
7199 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7201 * language.c (local_hex_string_custom): Simplify. Do not depend
7202 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7204 * memattr.c (mem_info_command): Replace calls to
7205 longest_local_hex_string and longest_local_hex_string_custom.
7206 * buildsym.c (make_blockvector): Ditto.
7207 * solib.c (info_sharedlibrary_command): Ditto.
7208 * tracepoint.c (tracepoints_info): Ditto.
7209 * symtab.c (print_msymbol_info): Ditto.
7211 * language.c (local_hex_string): Delete.
7212 (local_hex_string_custom): Delete.
7213 (longest_local_hex_string): Rename to local_hex_string.
7214 (longest_local_hex_string_custom): Rename to
7215 local_hex_string_custom.
7216 * language.h (local_hex_string): Change parameter type to LONGEST.
7217 (local_hex_string_custom): Ditto.
7218 (longest_local_hex_string): Delete declaration.
7219 (longest_local_hex_string_custom): Ditto.
7221 * solib.c: Update copyright.
7222 * memattr.c: Update copyright.
7224 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7226 * arch-utils.h (legacy_register_to_value): Declare.
7227 (legacy_value_to_register): Declare.
7228 (legacy_convert_register_p): Declare.
7229 * arch-utils.c (legacy_register_to_value): New function.
7230 (legacy_value_to_register): New function.
7231 (legacy_convert_register_p): New function.
7233 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7234 (VALUE_TO_REGISTER): Define.
7235 (CONVERT_REGISTER_P): Define.
7236 * gdbarch.h, gdbarch.c: Regenerate.
7238 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7240 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7243 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7244 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7246 * Makefile.in: Update dependencies for valops.c.
7247 * valops.c: Include "gdb_assert.h".
7248 (typecmp): Skip THIS parameter to methods.
7249 (find_method_list): Remove static_memfuncp argument,
7250 update callers. Check for stub methods.
7251 (find_value_oload_method_list): Don't set *static_memfuncp.
7252 (find_overload_match): Don't check for stub methods. Assert
7253 that methods are not stubbed. Handle static methods.
7254 (value_find_oload_method_list): Remove static_memfuncp argument.
7255 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7256 to the argument list for static stub methods.
7257 * value.h (value_find_oload_method_list): Update prototype.
7259 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7261 * arch-utils.h (generic_register_size): Declare.
7262 (generic_register_raw_size, generic_register_virtual_size): Delete
7264 * arch-utils.c (generic_register_raw_size): Delete.
7265 (generic_register_size): New function.
7266 (generic_register_virtual_size): Delete.
7268 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7269 default generic_register_size.
7270 * gdbarch.h, gdbarch.c: Re-generate.
7272 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7273 register_virtual_size.
7274 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7275 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7277 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7279 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7280 * gdbarch.h, gdbarch.c: Regenerate.
7281 * gnu-v3-abi.c: Update copyright.
7282 (vtable_address_point_offset): Update.
7283 (gnuv3_rtti_type): Update.
7284 (gnuv3_baseclass_offset): Update.
7285 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7286 (init_fetch_link_map_offsets): Update.
7287 * remote.c (get_remote_state): Update.
7289 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7291 * TODO: Remove value_headof/value_from_vtable_info comment.
7292 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7293 * values.c (value_headof, value_from_vtable_info): Delete.
7294 * value.h (value_from_vtable_info): Delete prototype.
7296 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7298 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7299 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7301 (gdb_assert_h): Define.
7302 (gdb_wait_h): Define.
7303 (gdb_regex_h): Define.
7305 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7307 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7308 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7310 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7312 * nbsd-tdep.c: Fix comment.
7314 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7316 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7317 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7318 (nbsd-tdep.o): New dependency list.
7319 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7321 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7322 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7323 * nbsd-tdep.c: New file.
7324 * nbsd-tdep.h: New file.
7325 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7327 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7328 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7329 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7330 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7332 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7334 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7335 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7336 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7337 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7338 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7339 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7341 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7343 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7344 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7345 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7346 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7347 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7348 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7349 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7351 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7353 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7354 fetch_elfcore_registers to...
7355 * i386nbsd-tdep.c: ...here.
7356 (i386nbsd_use_struct_convention): Rename to...
7357 (i386nbsd_aout_use_struct_convention): ...this.
7358 (i386nbsd_supply_reg): New function.
7359 (i386nbsd_fill_reg): New function.
7360 (fetch_core_registers): Use i386nbsd_supply_reg.
7361 (fetch_elfcore_registers): Likewise.
7362 (_initialize_i386nbsd_tdep): New function.
7363 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7364 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7365 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7366 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7367 (i386nbsd_aout_use_struct_convention): ...this.
7369 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7371 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7372 (store_inferior_registers): Use shnbsd_fill_reg.
7373 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7374 sh_nbsd_supply_register): Collapse into...
7375 (shnbsd_supply_reg): ...this.
7376 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7377 (shnbsd_fill_reg): ...this.
7378 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7379 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7380 (fetch_core_registers): Use shnbsd_supply_reg.
7381 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7382 (sh_nbsd_core_fns): Rename to...
7383 (shnbsd_core_fns): ...this.
7384 (sh_nbsd_elfcore_fns): Rename to...
7385 (shnbsd_elfcore_fns): ...this.
7386 (sh_nbsd_init_abi): Rename to...
7387 (shnbsd_init_abi): ...this.
7388 (_initialize_sh_nbsd_tdep): Rename to...
7389 (_initialize_shnbsd_tdep): ...this.
7390 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7391 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7392 sh_nbsd_fill_register): Remove prototypes.
7393 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7395 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7397 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7398 (i387-nat.o): Delete dependency list.
7399 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7400 (x86-64-linux-nat.o): Likewise.
7401 * i387-nat.c: Delete file, moving contents to...
7402 * i387-tdep.c: ...here.
7403 * i387-nat.h: Rename...
7404 * i387-tdep.h: ...to this.
7405 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7406 * i386-linux-nat.c: Likewise.
7407 * i386bsd-nat.c: Likewise.
7408 * i386gnu-nat.c: Likewise.
7409 * i386nbsd-nat.c: Likewise.
7410 * i386v4-nat.c: Likewise.
7411 * x86-64-linux-nat.c: Likewise.
7412 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7413 * config/i386/go32.mh (NATDEPFILES): Likewise.
7414 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7415 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7416 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7417 * config/i386/linux.mh (NATDEPFILES): Likewise.
7418 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7419 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7420 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7421 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7423 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7425 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7426 (alphanbsd-nat.o): Remove dependency list.
7427 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7428 * alphanbsd-nat.c: Delete. Contents moved to...
7429 * alphanbsd-tdep.c: ...here.
7430 (_initialize_alphanbsd_tdep): Register core functions.
7431 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7433 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7435 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7436 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7437 (alphanbsd-nat.o): Likewise.
7438 (alphabsd-tdep.o): New dependency list.
7439 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7440 (fill_gregset): Use alphabsd_fill_reg.
7441 (supply_fpregset): Use alphabsd_supply_fpreg.
7442 (fill_fpregset): Use alphabsd_fill_fpreg.
7443 (fetch_inferior_registers): Use struct reg and struct fpreg
7444 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7445 and alphabsd_supply_fpreg.
7446 (store_inferior_registers): Use struct reg and struct fpreg
7447 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7448 and alphabsd_fill_fpreg.
7449 * alphabsd-tdep.c: New file.
7450 * alphabsd-tdep.h: New file.
7451 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7452 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7453 alphabsd_supply_fpreg.
7454 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7455 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7457 2002-05-11 Eric Christopher <echristo@redhat.com>
7459 * mips-tdep.c (mips_double_register_type): Fix thinko.
7460 (mips_single_register_type): Ditto.
7461 * MAINTAINERS: Add self.
7463 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7465 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7466 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7467 right thing on architectures with different endianness and/or
7470 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7472 From Christian Limpach <chris@Pin.LU>
7473 * configure.in: Change sed expression which comments out
7474 NATDEPFILES to also comment out continuation lines.
7475 * configure: Regenerate.
7477 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7479 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7482 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7484 * sh-tdep.c: Include correct file.
7486 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7488 New support for sh64-elf (sh5) target.
7490 * configure.tgt: For sh64-elf target, default to sh-elf.
7492 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7493 (struct gdbarch_tdep): Add new fields for new registers and ABI
7496 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7497 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7498 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7499 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7500 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7501 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7502 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7503 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7504 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7505 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7506 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7507 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7508 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7509 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7510 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7511 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7512 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7513 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7514 sign_extend, sh64_nofp_frame_init_saved_regs,
7515 sh64_init_extra_frame_info, sh64_get_saved_register,
7516 sh64_extract_struct_value_address, sh64_pop_frame,
7517 sh64_push_arguments, sh64_extract_return_value,
7518 sh64_store_return_value, sh64_show_media_regs,
7519 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7520 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7521 sh_sh64_register_virtual_type,
7522 sh_sh64_register_convert_to_virtual,
7523 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7524 sh64_register_read, sh64_pseudo_register_write,
7525 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7526 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7527 sh64_do_pseudo_register, sh_compact_do_registers_info,
7528 sh64_do_registers_info, sh_gdbarch_init): New functions.
7530 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7532 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7534 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7536 * linespec.c (decode_line_1): Check for a double quote after
7537 a filename correctly.
7539 2002-05-10 Jim Blandy <jimb@redhat.com>
7541 Properly track the size of the current objfile's .debug_line section.
7542 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7543 (DWARF_LINE_SIZE): New macro.
7544 (dwarf2_build_psymtabs_hard): Record the line section's size in
7545 the partial symbol table.
7546 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7549 2002-05-10 Petr Sorfa <petrs@caldera.com>
7551 * ia64-tdep.c: Handle breakpoints on L instruction type
7552 in MLX instruction bundle by moving the breakpoint to
7553 the third slot (X instruction type) as L holds only data.
7555 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7557 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7558 (process_one_symbol): Complain about discarding local symbols
7559 due to a misplaced N_LBRAC entry.
7561 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7563 From Daniel Berlin <dan@cgsoftware.com>
7564 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7565 decrease the depth we are at, in the case of templates.
7567 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7569 * mips-tdep.c (mips_float_register_type): New function.
7570 (mips_double_register_type): New function.
7571 (mips_print_register): Use them.
7572 (do_fp_register_row): Likewise.
7574 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7576 * signals/signals.c (signals): Remove conditional compilation around
7577 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7578 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7580 2002-05-09 Michael Snyder <msnyder@redhat.com>
7582 * remote-rdp.c (remote_rdp_can_run): Remove.
7584 2002-05-09 Tom Tromey <tromey@redhat.com>
7586 * jv-valprint.c (java_val_print): Handle `char' as a special case
7589 2002-05-09 Michael Snyder <msnyder@redhat.com>
7591 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7592 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7593 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7594 str r(0123),[sp,#nn].
7595 (arm_skip_prologue): Ditto. Also make disassembly
7596 order-independent by placing it in a loop.
7598 2002-05-06 Michael Snyder <msnyder@redhat.com>
7600 * stabsread.c (read_type): Add recognition for new attribute:
7601 "@V;" means that an array type is actually a vector.
7602 This is analogous to the vector flag that's been added to dwarf2.
7604 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7606 * i386-tdep.h (i386_abi): New enum.
7607 (struct gdbarch_tdep): Replace os_ident member with abi.
7608 (i386_gdbarch_register_os_abi): New prototype.
7609 * i386-tdep.c (i386_abi_names): New array.
7610 (process_note_abi_tag_sections): Removed.
7611 (process_note_sections): New function.
7612 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7613 (struct i386_abi_handler): New struct.
7614 (i386_abi_handler_list): New variable.
7615 (i386_gdbarch_register_os_abi): New function.
7616 (i386_gdbarch_init): Adapt for the changes given above.
7618 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7620 * gregset.h: Say "GNU/Linux".
7622 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7624 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7625 (build_gdbtypes): Build builtin_type_v2_float.
7626 (_initialize_gdbtypes): Register new builtin type.
7628 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7630 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7631 (clear_gdbarch_swap): New function.
7632 (initialize_non_multiarch): Call.
7633 (gdbarch_update_p): Before calling init(), swap out and clear the
7634 existing architecture.
7635 * gdbarch.c: Regenerate.
7637 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7639 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7642 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7644 * sh-nbsd-nat.c: Rename to...
7645 * shnbsd-nat.c: ...this.
7646 * sh-nbsd-tdep.c: Rename to...
7647 * shnbsd-tdep.c: ...this.
7648 * sh-nbsd-tdep.h: Rename to...
7649 * shnbsd-tdep.h: ...this.
7650 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7651 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7653 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7655 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7656 concatenation for command help messages.
7658 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7660 * NEWS: Note new sh*-*-netbsdelf* configuration.
7661 * configure.host: Set gdb_host_cpu to sh for all sh*.
7662 (sh*-*-netbsdelf*): New host.
7663 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7664 (sh*-*-netbsdelf*): New target.
7665 * sh-nbsd-nat.c: New file.
7666 * sh-nbsd-tdep.c: New file.
7667 * sh-nbsd-tdep.h: New file.
7668 * config/sh/nbsd.mh: New file.
7669 * config/sh/nbsd.mt: New file.
7670 * config/sh/nm-nbsd.h: New file.
7671 * config/sh/tm-nbsd.h: New file.
7673 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7675 * sh-tdep.c (sh_osabi_names): Declare.
7676 (process_note_abi_tag_sections): New function.
7677 (get_elfosabi): Ditto.
7678 (sh_gdbarch_register_os_abi): Ditto.
7679 (sh_dump_tdep): Ditto.
7680 _initialize_sh_tdep): Use gdbarch_register to register
7681 sh_gdbarch_init and sh_dump_tdep.
7682 * config/sh/tm-sh.h (sh_osabi): Declare.
7683 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7685 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7687 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7688 (thumb_scan_prologue): Ditto.
7689 (arm_find_callers_reg): Ditto.
7690 (arm_frame_chain): Ditto.
7691 (arm_init_extra_frame_info): Ditto.
7692 (arm_frame_saved_pc): Ditto.
7693 (arm_pop_frame): Ditto.
7694 (arm_push_return_address): New function.
7695 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7696 call_dummy_location, call_dummy_breakpoint_offset_p,
7697 call_dummy_breakpoint_offset, call_dummy_p,
7698 call_dummy_stack_adjust_p, call_dummy_words,
7699 sizeof_call_dummy_words, call_dummy_start_offset,
7700 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7701 call_dummy_address, push_return_address and push_dummy_frame for
7702 generic dummy frames.
7704 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7706 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7707 size computation for alloca.
7708 (sh_fp_frame_init_saved_regs): Likewise.
7710 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7712 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7713 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7714 * arm-tdep.c (arm_store_return_value): Use them.
7715 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7716 * remote-rdp.c (remote_rdp_fetch_register): Use
7717 ARM_MAX_REGISTER_RAW_SIZE.
7718 (remote_rdp_store_register): Likewise.
7720 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7722 * dwarf2cfi.c: Code cleanup, removed unused variables,
7723 added default labels to switch {} statements.
7724 * x86-64-tdep.c: Ditto.
7725 * x86-64-linux-nat.c: Ditto.
7727 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7729 * solib.h: Protect against multiple inclusion.
7731 2002-05-06 Jim Blandy <jimb@redhat.com>
7733 Add first preprocessor macro-expansion files.
7734 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7735 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7736 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7737 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7738 (COMMON_OBS): Add macrotab.o, macroexp.o.
7739 (macroexp.o, macrotab.o): New rules.
7741 Separate the job of reading the line number info statement program
7742 header (...expialidocious) out into its own function.
7743 * dwarf2read.c (struct line_head, struct filenames, struct
7744 directories): Replace with...
7745 (struct line_header): New structure, containing the full
7746 contents of the statement program header, including the
7747 include directory and file name tables.
7748 (read_file_scope): If we have line number info, instead of just
7749 calling dwarf_decode_lines to do all the work, call
7750 dwarf_decode_line_header first to get a `struct line_header'
7751 containing the data in the statement program header, and then
7752 pass that to dwarf_decode_lines, which will pick up where that
7753 left off. Be sure to clean up the `struct line_header' object.
7754 (dwarf_decode_line_header, free_line_header, add_include_dir,
7755 add_file_name): New functions.
7756 (dwarf_decode_lines): Move all the code to read the statement
7757 program header into dwarf_decode_line_header. Take the line
7758 header it built as the first argument, instead of the offset to
7759 the compilation unit's line number info. Use the new `struct
7760 line_header' type instead of the old structures. No need to do
7761 cleanups here now, since we don't allocate anything.
7762 (dwarf2_statement_list_fits_in_line_number_section,
7763 dwarf2_line_header_too_long): New complaints.
7765 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7767 * gdbtypes.c (init_vector_type): New function.
7768 (build_builtin_type_vec128): Simplify the representation of SIMD
7770 (build_gdbtypes): Initialize new builtin vector types.
7771 (_initialize_gdbtypes): Register new vector types with gdbarch.
7772 (builtin_type_v4_float, builtin_type_v4_int32,
7773 builtin_type_v8_int16, builtin_type_v16_int8,
7774 builtin_type_v2_int32, builtin_type_v4_int16,
7775 builtin_type_v8_int8): New (renamed) SIMD types.
7777 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7779 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7780 (i387_fill_fxsave): Likewise.
7782 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7784 * alpha-tdep.c (alpha_extract_return_value): Don't use
7785 non-constant array size in prototype.
7787 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7789 From Brian Taylor <briant at model dot com>:
7790 * ui-out.c (ui_out_field_core_addr): Use the function
7791 longest_local_hex_string_custom'to format addresses > 32 bits
7794 * ui-out.c (ui_out_field_core_addr): Update comment.
7796 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7798 * stack.c (select_and_print_frame): Make static. Delete the
7800 (func_command): Update call.
7801 (select_frame_command): Delete code computing the frame level.
7802 * frame.h (select_and_print_frame): Delete declaration.
7804 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7806 * sparc-tdep.c (sparc_get_saved_register): Comment why
7807 get_prev_frame call is safe.
7809 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7811 * frame.h (select_frame): Delete level parameter.
7812 * stack.c (select_frame): Update. Use frame_relative_level to
7813 obtain the frame's level.
7814 (select_and_print_frame): Update call.
7815 (select_frame_command): Ditto.
7816 (up_silently_base): Ditto.
7817 (down_silently_base): Ditto.
7818 * ocd.c (ocd_start_remote): Ditto.
7819 * remote-rdp.c (remote_rdp_open): Ditto.
7820 * remote-mips.c (mips_initialize): Ditto.
7821 (common_open): Ditto.
7822 * remote-e7000.c (e7000_start_remote): Ditto.
7823 * m3-nat.c (select_thread): Ditto.
7824 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7825 (child_get_current_exception_event): Ditto.
7826 * varobj.c (varobj_create): Ditto.
7827 (varobj_update): Ditto.
7828 (c_value_of_root): Ditto.
7829 * tracepoint.c (finish_tfind_command): Ditto.
7830 * corelow.c (core_open): Ditto.
7831 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7832 * thread.c (info_threads_command): Ditto.
7833 (switch_to_thread): Ditto.
7834 * infrun.c (normal_stop): Ditto.
7835 (restore_selected_frame): Ditto.
7836 (restore_inferior_status): Ditto.
7837 * breakpoint.c (insert_breakpoints): Ditto.
7838 (watchpoint_check): Ditto.
7839 (bpstat_stop_status): Ditto.
7840 (do_enable_breakpoint): Ditto.
7841 * blockframe.c (flush_cached_frames): Ditto.
7842 (reinit_frame_cache): Ditto.
7844 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7846 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7849 2002-05-04 Jim Blandy <jimb@redhat.com>
7851 * gdbtypes.c (replace_type): Doc fix.
7853 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7855 * valprint.c (strcat_longest): Delete commented out function.
7858 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7860 * MAINTAINERS: Mark a29k as deleted.
7861 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7862 Move new configurations to the top.
7863 * configure.tgt: Remove a29k.
7864 * config/a29k/tm-vx29k.h: Delete.
7865 * config/a29k/vx29k.mt: Delete.
7866 * config/a29k/tm-a29k.h: Delete.
7867 * config/a29k/a29k-udi.mt: Delete.
7868 * config/a29k/a29k.mt: Delete.
7869 * a29k-tdep.c: Delete.
7870 * remote-udi.c: Delete.
7871 * remote-mm.c: Delete.
7872 * remote-eb.c: Delete.
7873 * remote-adapt.c: Delete.
7874 * Makefile.in: Remove obsolete code.
7875 * config/s390/s390x.mt: Ditto.
7876 * config/s390/s390.mt: Ditto.
7877 * config/sparc/sparclynx.mh: Ditto.
7878 * config/sparc/linux.mh: Ditto.
7879 * config/pa/hppaosf.mh: Ditto.
7880 * config/pa/hppabsd.mh: Ditto.
7881 * config/ns32k/nbsd.mt: Ditto.
7882 * config/mips/vr5000.mt: Ditto.
7883 * config/m68k/sun3os4.mh: Ditto.
7884 * config/m68k/nbsd.mt: Ditto.
7885 * config/m68k/m68klynx.mh: Ditto.
7886 * config/m32r/m32r.mt: Ditto.
7887 * config/i386/x86-64linux.mt: Ditto.
7888 * config/i386/nbsdelf.mt: Ditto.
7889 * config/i386/nbsd.mt: Ditto.
7890 * config/i386/i386lynx.mh: Ditto.
7892 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7894 * target.c (debug_print_register): New function. Handle oversize
7896 (debug_to_fetch_registers): Call.
7897 (debug_to_store_registers): Call.
7899 2002-05-03 Jim Blandy <jimb@redhat.com>
7901 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7902 (read_type): Doc fix.
7903 * gdbtypes.c (replace_type): Doc fix.
7905 * stabsread.c (multiply_defined_struct): New complaint.
7906 (read_struct_type): If the type we were passed isn't empty, or
7907 incomplete, don't read the new struct type into it; complain,
7908 and return the original type unchanged. Take a new `type_code'
7909 argument, which is the type code for the new type.
7910 (read_type): Rather than storing the type's type code here, pass
7911 it as an argument to read_struct_type, and let that take care of
7912 storing it. That way, we don't overwrite the original type code,
7913 so read_struct_type can use it to decide whether we're overwriting
7914 something we shouldn't.
7915 (complain_about_struct_wipeout): New function.
7917 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7919 * gdbarch.sh: Assert that gdbarch is non-NULL.
7920 * gdbarch.c: Regenerate.
7922 2002-05-03 Jason Merrill <jason@redhat.com>
7924 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7927 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7929 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7930 (x86_64_dwarf2gdb_regno_map_length),
7931 (x86_64_dwarf2_reg_to_regnum): Added.
7932 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7933 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7934 (_initialize_x86_64_tdep): Synced with the change above.
7935 (x86_64_skip_prologue): Reformulated message.
7937 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7939 * f-exp.y: Also use new prev_lexptr variable
7940 to improve error reporting. Based on Michael Snyder
7941 2002-04-24 dated patch to c-exp.y.
7942 * jv-exp.y: Likewise.
7943 * m2-exp.y: Likewise.
7945 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7947 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7948 we are dealing with vectors.
7950 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7952 * config/m68k/tm-nbsd.h: Obvious fix,
7953 correct machine name.
7955 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7957 * p-typeprint.c (pascal_type_print_base): Add support
7958 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7960 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7962 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7963 for fondamental pascal 'char' type.
7965 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7967 * p-lang.h (is_pascal_string_type): Declaration changed,
7968 new sixth argument of type char ** added.
7969 * p-lang.c (is_pascal_string_type): Implementation
7970 changed. Args length_pos, length_size, string_pos, char_size
7971 can now be NULL. New argument arrayname set to the field
7972 name of the char array. Return value set to char array
7973 field index plus one.
7974 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7975 is_pascal_string_type function.
7977 2002-05-02 Andrew Cagney <cagney@redhat.com>
7979 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7980 <cagney@redhat.com> change.
7981 * gdbarch.c: Regenerate.
7983 2002-05-02 Andrew Cagney <cagney@redhat.com>
7985 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7986 before probing for a new one. Detect errorenous gdbarch_init
7988 * gdbarch.c: Regenerate.
7990 2002-05-01 Andrew Cagney <cagney@redhat.com>
7992 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7993 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7994 * config/v850/tm-v850.h: Ditto. Update copyright.
7996 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7998 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8001 2002-04-30 Michael Snyder <msnyder@redhat.com>
8003 * arm-tdep.c: Whitespace clean-ups.
8004 (arm_skip_prologue): Fix thinko; two lines
8005 should have been removed as part of 4/24 change.
8007 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8009 * rs6000-tdep.c: Added comment describing how fpscr register
8010 numbers were chosen.
8012 2002-04-30 Michael Snyder <msnyder@redhat.com>
8014 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8016 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8018 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8019 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8020 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8022 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8024 From Louis Hamilton <hamilton@redhat.com>:
8025 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8026 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8027 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8028 not bfd-private xcoff data, to determine wordsize.
8029 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8031 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8033 GDB 5.2 released from 5.2 branch.
8035 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8037 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8038 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8039 (x86_64_register_info_table): Added comments with register numbers.
8041 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8043 * rs6000-tdep.c (rs6000_extract_return_value,
8044 rs6000_store_return_value): Handle returning vectors.
8045 (rs6000_gdbarch_init): Use
8046 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8047 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8049 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8051 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8052 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8054 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8056 * hpread.c (hpread_psymtab_to_symtab_1,
8057 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8058 with fprintf_unfiltered (gdb_stderr,...).
8060 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8062 * remote-array.c (printf_monitor, write_monitor,
8063 array_insert_breakpoint, array_remove_breakpoint ):
8064 Replace fprintf (stderr,...
8065 with fprintf_unfiltered (gdb_stderr,....
8066 * remote-es.c: Likewise.
8067 * remote-os9k.c: Likewise.
8068 * remote-st.c: Likewise.
8070 2002-04-28 Andreas Schwab <schwab@suse.de>
8072 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8073 linux-proc.o and gcore.o.
8075 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8077 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8078 code without frame pointers.
8080 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8082 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8085 2002-04-26 Ben Elliston <bje@redhat.com>
8087 * target.c (do_xfer_memory): Correct reference to the new option
8088 "trust-readonly-sections".
8090 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8092 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8093 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8094 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8096 (read_array_type): Record the fact that this array type is really a
8097 vector (i.e. are passed in by value).
8099 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8101 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8102 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8103 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8104 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8105 * alpha-linux-tdep.c: Include frame.h.
8106 (alpha_linux_sigcontext_addr): New function.
8107 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8108 alpha_linux_sigcontext_addr.
8109 * alpha-osf1-tdep.c: Include gdbcore.h.
8110 (alpha_osf1_sigcontext_addr): New function.
8111 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8112 alpha_osf1_sigcontext_addr.
8113 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8114 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8116 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8118 * stack.c (selected_frame_level):
8119 (select_frame): Do not set selected_frame_level.
8120 * frame.h (selected_frame_level): Delete declaration.
8122 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8124 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8125 convert_from_func_ptr-addr when AIX / PowerOpen.
8127 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8129 * valops.c (hand_function_call): Call
8130 generic_save_call_dummy_addr.
8131 * frame.h (generic_save_call_dummy_addr): Declare.
8132 * blockframe.c (struct dummy_frame): Add fields call_lo and
8134 (generic_find_dummy_frame): Check for PC in range call_lo to
8135 call_hi instead of entry_point_address.
8136 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8137 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8138 (generic_save_call_dummy_addr): New function.
8140 2002-04-24 David S. Miller <davem@redhat.com>
8142 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8143 sparc_skip_prologue.
8144 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8145 information to find prologue when possible.
8146 (sparc_prologue_frameless_p): Call examine_prologue directly.
8147 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8148 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8150 (SKIP_PROLOGUE): Likewise.
8152 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8154 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8155 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8156 indicate that the condition it was testing is always true.
8157 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8158 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8159 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8161 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8163 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8164 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8165 tdep->jb_pc and tdep->jb_elt_size.
8166 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8167 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8168 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8169 * alpha-nat.c (get_longjmp_target): Remove.
8170 (JB_ELEMENT_SIZE): Ditto.
8172 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8173 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8174 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8175 to alpha_get_longjmp_target.
8176 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8177 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8178 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8180 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8182 * README: Update to GDB 5.2.
8184 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8186 * gdbarch.sh (LC_ALL): Set to `c'.
8188 2002-04-25 Theodore A. Roth <troth@verinet.com>
8190 * avr-tdep.c: Ran through gdb_indent.sh.
8192 2002-04-25 Theodore A. Roth <troth@verinet.com>
8194 * MAINTAINERS: Add myself as AVR maintainer.
8195 * NEWS: Note new target avr.
8197 2002-04-25 Theodore A. Roth <troth@verinet.com>
8199 * Makefile.in: Add support for AVR target.
8200 * configure.tgt: Add support for AVR target.
8201 * avr-tdep.c: New file
8202 * config/avr/avr.mt: New file.
8204 2002-04-25 Theodore A. Roth <troth@verinet.com>
8206 * MAINTAINERS: Add myself to write-after-approval.
8208 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8210 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8211 with fprintf_unfiltered (gdb_stderr,....
8213 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8216 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8218 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8220 * p-exp.y: Also use new prev_lexptr variable
8221 to improve error reporting. Based on Michael Snyder
8222 2002-04-24 dated patch to c-exp.y.
8224 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8226 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8227 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8228 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8230 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8232 (FUNCTION_START_OFFSET): Remove.
8233 (BREAKPOINT): Ditto.
8235 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8237 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8240 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8242 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8243 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8244 alpha_linux_pc_in_sigtramp.
8245 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8246 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8247 alpha_osf1_pc_in_sigtramp.
8248 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8249 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8250 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8251 alphafbsd_pc_in_sigtramp.
8252 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8253 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8254 alphanbsd_pc_in_sigtramp.
8255 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8256 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8258 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8260 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8262 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8264 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8266 (alphanbsd-nat.o): New dependency list.
8267 (alphanbsd-tdep.o): Ditto.
8268 * NEWS: Note new native NetBSD/alpha configuration.
8269 * alphanbsd-nat.c: New file.
8270 * alphanbsd-tdep.c: Ditto.
8271 * configure.host (alpha*-*-netbsd*): New host.
8272 * configure.tgt (alpha*-*-netbsd*): New target.
8273 * config/alpha/nbsd.mh: New file.
8274 * config/alpha/nbsd.mt: Ditto.
8275 * config/alpha/nm-nbsd.h: Ditto.
8276 * config/alpha/tm-nbsd.h: Ditto.
8278 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8280 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8281 (alpha-osf1-tdep.o): New dependency list.
8282 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8283 and skip_sigtramp_frame members.
8284 * alpha-linux-tdep.c: Include gdbcore.h.
8285 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8286 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8287 * alpha-osf1-tdep.c: New file.
8288 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8290 (alpha_frame_past_sigtramp_frame): New function.
8291 (alpha_dynamic_sigtramp_offset): Ditto.
8292 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8293 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8294 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8295 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8296 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8297 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8298 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8299 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8300 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8301 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8302 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8303 to find_solib_trampoline_target.
8304 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8305 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8306 (SKIP_TRAMPOLINE_CODE): Remove.
8307 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8308 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8309 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8310 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8311 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8312 (PROC_SIGTRAMP_MAGIC): Ditto.
8313 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8314 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8315 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8316 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8317 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8319 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8321 * NEWS: Note that Alpha targets are now multi-arch.
8323 2002-04-24 Michael Snyder <msnyder@redhat.com>
8325 * parser-defs.h (prev_lexptr): New external variable.
8326 * parse.c (parse_exp_1): Set prev_lexptr to null before
8327 calling the language-specific parser.
8328 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8329 (yyerror): Use prev_lexptr in error reporting.
8331 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8333 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8334 * gregset.h: If FILL_FPXREGSET is defined, provide
8335 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8336 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8337 is defined, call fill_fpxregset.
8339 2002-04-24 Roland McGrath <roland@frob.com>
8341 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8342 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8343 (supply_gregset, supply_fpregset): New functions.
8345 * gnu-nat.c (gnu_find_memory_regions): New function.
8346 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8347 (gnu_xfer_memory): Add a cast.
8349 2002-04-24 Michael Snyder <msnyder@redhat.com>
8351 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8352 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8353 of argument regs ("str r(0123), [r11, #-nn"]).
8354 (arm_skip_prologue): Better handling for frameless functions.
8355 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8356 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8358 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8360 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8361 NUM_PSEUDO_REGS can be used.
8363 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8365 * arch-utils.h: Update copyright.
8367 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8368 * gdbarch.h, gdbarch.c: Re-generate.
8370 * inferior.h (IN_SIGTRAMP): Delete definition.
8371 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8372 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8374 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8375 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8376 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8377 (find_proc_framesize): Ditto.
8378 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8379 (alpha_init_extra_frame_info): Ditto.
8380 * infrun.c (handle_inferior_event): Ditto.
8381 (handle_inferior_event): Ditto.
8382 (check_sigtramp2): Ditto.
8383 * blockframe.c (create_new_frame): Ditto.
8384 (get_prev_frame): Ditto.
8385 * ppc-linux-tdep.c: Update comments.
8386 * i386-linux-tdep.c: Update comments.
8387 * breakpoint.c (bpstat_what): Update comment.
8389 2002-04-24 David S. Miller <davem@redhat.com>
8391 * i960-tdep.c (register_in_window_p): New function.
8392 (i960_find_saved_register): Use it instead of
8393 REGISTER_IN_WINDOW_P.
8394 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8396 * symtab.h (find_stab_function_addr): Kill extern.
8397 * minsyms.c (find_stab_function_addr): Remove from here...
8398 * dbxread.c: ... to here, and mark it static.
8400 2002-04-20 David S. Miller <davem@redhat.com>
8402 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8403 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8405 2002-04-21 David S. Miller <davem@redhat.com>
8407 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8408 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8409 (vx_write_register): Likewise.
8411 2002-04-23 J. Brobecker <brobecker@gnat.com>
8413 * source.c (is_regular_file): New function.
8414 (openp): Check wether file to open is a regular file
8415 to avoid opening directories.
8417 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8419 * findvar.c (extract_signed_integer): Cast printf argument
8420 to suppress format warning.
8421 (extract_unsigned_integer): Likewise.
8422 * infcmd.c (registers_info): Likewise.
8423 * top.c (get_prompt_1): Likewise.
8424 * valops.c (value_assign): Likewise.
8425 * valprint.c (print_decimal): Likewise.
8427 2002-04-22 H.J. Lu (hjl@gnu.org)
8429 * c-exp.y (typebase): Support
8431 [long|long long|short] [signed|unsigned] [int|]
8435 signed [long|long long|short] int
8437 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8439 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8441 * vax-tdep.h: New file.
8442 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8443 Make several routines static.
8444 (vax_get_saved_register): New function.
8445 (vax_gdbarch_init): New function.
8446 (_initialize_vax_tdep): Register vax_gdbarch_init.
8447 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8448 Remove macros now under the control of gdbarch.
8450 2002-04-22 Michael Snyder <msnyder@redhat.com>
8452 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8453 Some whitespace and coding standards tweaks.
8455 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8457 * vax-tdep.c: Include regcache.h.
8458 (vax_call_dummy_words): New.
8459 (sizeof_vax_call_dummy_words): New.
8460 (vax_fix_call_dummy): New function.
8461 (vax_saved_pc_after_call): Ditto.
8462 * config/vax/tm-vax.h: Don't include regcache.h.
8463 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8464 (CALL_DUMMY): Remove.
8465 (CALL_DUMMY_WORDS): Define.
8466 (SIZEOF_CALL_DUMMY_WORDS): Define.
8467 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8469 2002-04-18 Michael Snyder <msnyder@redhat.com>
8471 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8473 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8475 * vax-tdep.c (vax_frame_chain): New function.
8476 (vax_push_dummy_frame): Ditto.
8477 (vax_pop_frame): Ditto.
8478 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8479 (FRAMELESS_FUNCTION_INVOCATION): Use
8480 generic_frameless_function_invocation_not.
8481 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8482 (POP_FRAME): Use vax_pop_frame.
8484 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8486 * vax-tdep.c (vax_store_struct_return): New function.
8487 (vax_extract_return_value): Ditto.
8488 (vax_store_return_value): Ditto.
8489 (vax_extract_struct_value_address): Ditto.
8490 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8491 vax_store_struct_return.
8492 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8493 (STORE_RETURN_VALUE): Use vax_store_return_value.
8494 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8496 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8498 * vax-tdep.c (vax_frame_saved_pc): New function.
8499 (vax_frame_args_address_correct): Ditto.
8500 (vax_frame_args_address): Ditto.
8501 (vax_frame_locals_address): Ditto.
8502 (vax_frame_num_args): Move code to be in proximity to
8503 other frame-related functions.
8504 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8505 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8506 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8507 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8508 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8510 2002-04-22 H.J. Lu (hjl@gnu.org)
8512 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8515 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8517 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8518 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8519 (FRAME_INIT_SAVED_REGS): New macro.
8521 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8523 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8525 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8527 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8529 (fetch_osf_core_registers): Likewise.
8530 (supply_gregset): Likewise.
8532 2002-04-22 J. Brobecker <brobecker@gnat.com>
8534 * symfile.h (get_section_index): Define.
8535 * symfile.c (get_section_index): New function.
8536 * mdebugread.c (SC_IS_SBSS): New macro.
8537 (SC_IS_BSS): Return true for the scBss storage class only, as
8538 the scSBss storage class refers to the .sbss section.
8539 (parse_partial_symbols): Discard the symbols which associated
8540 section does not exist.
8541 Make sure to use the .sbss section index for symbols which
8542 storage class is scBss, rather than using the .bss section index.
8544 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8546 * vax-tdep.c: Update copyright years.
8547 (vax_register_name): New function.
8548 (vax_register_byte): Ditto.
8549 (vax_register_raw_size): Ditto.
8550 (vax_register_virtual_size): Ditto.
8551 (vax_register_virtual_type): Ditto.
8552 * config/vax/tm-vax.h: Update copyright years.
8553 (REGISTER_NAMES): Remove.
8554 (REGISTER_NAME): Define.
8555 (REGISTER_BYTE): Use vax_register_byte.
8556 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8557 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8558 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8560 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8562 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8564 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8566 2002-04-21 David S. Miller <davem@redhat.com>
8568 * arch-utils.c (generic_prologue_frameless_p): Kill
8569 SKIP_PROLOGUE_FRAMELESS_P code.
8570 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8572 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8573 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8574 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8576 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8577 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8578 (sparc_gdbarch_init): Pass it to
8579 set_gdbarch_prologue_frameless_p.
8581 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8583 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8584 (alphabsd-nat.o): New dependency list.
8586 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8588 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8590 (alpha-linux-tdep.o): New dependency list.
8591 (alphafbsd-tdep.o): Likewise.
8593 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8595 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8597 * alpha-tdep.c: ...from here.
8598 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8600 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8602 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8603 prototype from here...
8604 * alpha-tdep.h: ...to here.
8606 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8608 * frame.h (selected_frame_level): Document as deprecated.
8609 (frame_relative_level): Declare.
8610 * stack.c (frame_relative_level): New function.
8611 (selected_frame_level): Document as deprecated.
8612 (select_frame): Do not set the selected_frame_level.
8614 * stack.c (frame_info, record_selected_frame): Update.
8615 (frame_command, current_frame_command): Update.
8616 (up_silently_base, up_command, down_silently_base): Update.
8617 (down_command): Update.
8618 * inflow.c (kill_command): Update.
8619 * tracepoint.c (finish_tfind_command): Update.
8620 * corelow.c (core_open): Update.
8621 * thread.c (info_threads_command): Update.
8622 (do_captured_thread_select): Update.
8623 * infcmd.c (finish_command): Update.
8624 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8626 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8628 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8630 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8632 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8635 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8637 * alphafbsd-tdep.c: Update copyright years. Include
8639 (alphafbsd_use_struct_convention): Make static.
8640 (alphafbsd_init_abi): New function.
8641 (_initialize_alphafbsd_tdep): New function.
8642 * config/alpha/tm-fbsd.h: Update copyright years.
8643 (USE_STRUCT_CONVENTION): Remove.
8645 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8647 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8648 an Alpha ABI variant.
8649 (alpha_abi_handler_list): Declare.
8650 (alpha_gdbarch_register_os_abi): New function.
8651 (alpha_gdbarch_init): Give registered ABI variant handlers a
8652 chance to tweak the gdbarch once we have set up defaults.
8653 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8655 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8657 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8658 to standard_coerce_float_to_double.
8659 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8661 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8663 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8664 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8665 from gdbarch_tdep rather than a constant.
8666 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8667 the default text address for all Alpha Unix ABIs.
8668 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8669 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8671 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8673 * alpha-tdep.h: New file. Includes several Alpha target constants
8675 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8676 let gdbarch deal with.
8677 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8678 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8680 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8681 Alpha target register names.
8682 * alphabsd-nat.c: Likewise.
8683 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8684 Alpha target register names. Make serveral routines static.
8685 (alpha_get_saved_register): New function.
8686 (alpha_abi_names): New.
8687 (process_note_abi_tag_sections): New function.
8688 (get_elfosabi): New function.
8689 (alpha_gdbarch_init): New function.
8690 (alpha_dump_tdep): New function.
8691 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8693 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8695 * frame.c (find_saved_register): Delete #ifdef
8696 HAVE_REGISTER_WINDOWS code.
8697 * config/sparc/tm-sparc.h: Update comments.
8698 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8700 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8702 * i960-tdep.c (i960_find_saved_register): New function.
8703 (i960_get_saved_register): New function.
8704 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8705 (i960_get_saved_register): Declare.
8706 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8708 2002-04-20 David S. Miller <davem@redhat.com>
8710 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8712 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8714 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8715 instead of NUM_PSEUDO_REGS.
8717 2002-04-20 David S. Miller <davem@redhat.com>
8719 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8720 GDB_MULTI_ARCH_PARTIAL
8721 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8722 define, let tm-sp64.h do it.
8724 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8726 * frame.c (find_saved_register): Avoid a NULL pointer
8727 dereference and actually walk the frame list.
8729 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8731 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8732 sorted in most most-recent-used order. Document.
8733 * gdbarch.h, gdbarch.c: Regenerate.
8735 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8737 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8739 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8740 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8741 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8744 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8747 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8748 (build_builtin_type_vec128): Ditto.
8749 (append_composite_type_field): Fix calculation of type length in
8752 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8754 * config/djgpp/README: Update.
8756 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8759 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8761 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8762 (alpha_setup_arbitrary_frame): ...to this.
8763 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8764 for alpha_setup_arbitrary_frame.
8766 2002-04-18 Andrew Cagney <cagney@redhat.com>
8768 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8769 * gdbarch.h, gdbarch.c: Regenerate.
8771 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8772 * target.h (memory_breakpoint_from_pc): Update declaration.
8773 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8775 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8776 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8777 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8778 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8779 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8780 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8781 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8782 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8783 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8784 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8785 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8786 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8788 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8790 * monitor.c (monitor_insert_breakpoint): Ditto.
8791 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8793 * config/mcore/tm-mcore.h: Update copyright.
8794 * mem-break.c: Ditto.
8795 * xstormy16-tdep.c: Ditto.
8797 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8799 * p-exp.y: Add precedence rule for '^' token.
8800 This removes the shift/reduce conflicts.
8801 Remove the comment concerning these shift/reduce conflicts.
8803 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8805 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8806 (registers_powerpc_nofp): New register set for processors
8807 without floating point unit.
8809 2002-04-18 David S. Miller <davem@redhat.com>
8811 * MAINTAINERS: Add myself to write-after-approval.
8813 2002-04-17 Michael Snyder <msnyder@redhat.com>
8815 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8817 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8819 * rs6000-tdep.c (frame_initial_stack_address): Use
8820 frame_register_read to read the alloca_reg.
8822 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8824 * frame.c (find_saved_register): Find saved registers in the next
8828 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8830 * gdbarch.sh (LANG): Set to ``c''.
8832 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8834 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8836 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8838 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8841 * hpread.c (hpread_get_lntt): Add declaration.
8842 Also fix PR gdb/391.
8844 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8846 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8847 * aclocal.m4, configure: Re-generate.
8850 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8852 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8853 instead of tm_print_insn.
8855 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8857 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8859 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8861 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8862 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8863 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8865 2002-04-12 Don Howard <dhoward@redhat.com>
8867 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8868 max_user_call_depth.
8869 (init_cmd_lists): Initialize the new value;
8870 * cli/cli-script.c (execute_user_command): Limit the call depth of
8871 user defined commands. This avoids a core-dump when user commands
8872 are infinitly recursive.
8874 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8876 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8877 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8878 from tdep struct instead of DEFAULT_LR_SAVE.
8879 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8880 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8881 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8883 2002-04-12 Michael Snyder <msnyder@redhat.com>
8885 * Remote.c: Spelling fix.
8886 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8887 If no symbol found for "sbrk", try "_sbrk".
8888 (make_output_phdrs): Use bfd_section_name.
8889 (gcore_copy_callback): Use bfd_section_name.
8890 * eval.c: Indentation fix-ups.
8891 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8892 in case it gets applied to an address that is already
8893 in the instruction space.
8894 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8895 * symfile.c: Fix indentation, long lines.
8896 * source.c: White space fix-up.
8898 2002-04-12 Andrew Cagney <cagney@redhat.com>
8900 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8901 * frame.c (frame_register_read): New function. Return non-zero on
8903 (read_relative_register_raw_bytes_for_frame): Delete.
8904 (read_relative_register_raw_bytes): Delete.
8905 * frame.h (frame_register_read): Declare.
8906 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8908 * infcmd.c (do_registers_info): Ditto.
8909 * hppa-tdep.c: Ditto.
8910 * rs6000-tdep.c: Ditto.
8911 * h8500-tdep.c: Ditto.
8912 * mips-tdep.c: Ditto.
8913 * h8300-tdep.c: Ditto.
8914 * z8k-tdep.c: Ditto.
8916 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8918 From Jimi X <jimix@watson.ibm.com>:
8919 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8922 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8924 From Jimi X <jimix@watson.ibm.com>:
8925 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8928 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8930 From Jimi X <jimix@watson.ibm.com>:
8931 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8932 register sets for these processor variants.
8934 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8936 * regformats/reg-ppc.dat: Support FPSCR.
8938 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8940 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8941 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8942 Add fpscr as an invalid/unfetchable register.
8943 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8944 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8945 (fill_fpregset): Add support for register fpscr.
8946 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8947 (fill_gregset): Account for the fact that register ``mq'' might
8949 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8950 (registers_power): Add fpscr to register set at slot 71.
8951 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8952 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8954 2002-04-11 Michael Snyder <msnyder@redhat.com>
8956 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8957 * configure: Regenerate.
8958 * config.in: Regenerate.
8959 * acconfig.h: Add define for _SYSCALL32.
8960 * core-sol2.c: Remove #define _SYSCALL32.
8961 * solib-legacy.c: Remove #define _SYSCALL32.
8963 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8965 * stack.c (select_frame): Cleanup internal error message, do not
8968 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8970 * stack.c (select_frame): Check that selected_frame and the
8971 specified level are as expected.
8972 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8974 * frame.h (struct frame_info): Add field `level'. Update
8976 Work-in-progress PR gdb/464.
8978 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8980 * maint.c (maint_print_section_info): Rename print_section_info.
8981 (print_bfd_section_info, print_objfile_section_info): Update.
8982 * inferior.h (struct gdbarch): Add opaque declaration.
8983 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8984 * gdbarch.h: Regenerate.
8986 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8988 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8989 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8990 (kernel_u_size): Added.
8991 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8992 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8994 2002-04-04 Jim Ingham <jingham@apple.com>
8996 * valarith.c (find_size_for_pointer_math): New function, either returns
8997 the size for a pointer's target, returns 1 for void *, or errors for
8999 (value_add, value_sub): use find_size_for_pointer_math.
9001 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9003 * linux-low.c (linux_look_up_symbols): New hook.
9004 (linux_target_ops): Add linux_look_up_symbols.
9005 * remote-utils.c (decode_address): New function.
9006 (look_up_one_symbol): New function.
9007 * server.c (handle_query): Call target look_up_symbols hook.
9008 * server.h (look_up_one_symbol): Add prototype.
9009 * target.h (struct target_ops): Add look_up_symbols hook.
9011 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9013 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9014 override FP_REGNUM with frame->fp. Update copyright.
9015 * parse.c (num_std_regs, std_regs): Delete.
9016 (target_map_name_to_register): Do not search std_regs. Update
9017 function description.
9018 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9019 declarations. Update copyright.
9022 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9024 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9025 after the last symbol in a block.
9027 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9029 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9030 is non zero as a found symbol.
9032 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9034 * findvar.c: Include "builtin-regs.h".
9035 (value_of_register): Call value_of_builtin_reg when applicable.
9036 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9037 (target_map_name_to_register): Call
9038 builtin_reg_map_name_to_regnum.
9039 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9040 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9041 (builtin_regs_h): Define.
9042 (builtin-regs.o): New target.
9043 (findvar.o): Add $(builtin_regs_h).
9044 * builtin-regs.c, builtin-regs.h: New files.
9045 * std-regs.c: New file.
9046 Partial fix for PR gdb/251.
9048 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9050 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9051 it's no longer required.
9053 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9055 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9057 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9059 From Jimi X <jimix@watson.ibm.com>:
9060 * rs6000-tdep.c (rs6000_software_single_step): Use
9061 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9062 and size. Use target_insert_breakpoint() and
9063 target_remove_breakpoint() to insert and remove breakpoints
9064 instead of explicit memory reads and writes.
9066 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9068 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9069 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9070 ELF_OBJECT_FORMAT ifdef.
9072 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9074 From Jimi X <jimix@watson.ibm.com>:
9075 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9077 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9079 From Jimi X <jimix@watson.ibm.com>:
9080 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9081 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9083 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9085 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9086 s/asprintf/xasprintf/.
9087 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9089 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9091 I believe Jeff Law denies responsability for this one:
9092 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9093 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9094 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9095 Work-around for PR gdb/366.
9097 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9099 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9100 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9101 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9103 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9105 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9106 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9109 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9111 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9114 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9116 * README (Reporting Bugs in GDB): Document the bug web page as the
9117 prefered way of submitting bugs.
9120 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9122 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9124 * gdbarch.h, gdbarch.c: Re-generate.
9126 2002-04-07 Andreas Schwab <schwab@suse.de>
9128 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9129 buffer to regcache_collect.
9131 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9133 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9134 * gdbarch.c, gdbarch.h: Re-generate.
9136 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9138 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9139 declaration. Fix -Werror.
9141 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9143 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9144 * gdbarch.c: Regenerate.
9146 2002-04-05 Michael Snyder <msnyder@redhat.com>
9148 * breakpoint.c (clear_command): Rewrite middle section to
9149 combine two loops with identical control conditions.
9150 Add a cleanup to eliminate a memory leak.
9151 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9153 2002-04-05 H.J. Lu (hjl@gnu.org)
9155 * solib-svr4.c (bkpt_names): Add "__start".
9157 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9159 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9160 as test for 64 bit target.
9162 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9164 * h8500-tdep.c (h8500_write_fp): Delete function.
9165 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9166 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9167 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9168 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9169 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9170 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9172 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9173 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9174 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9175 (d10v_write_fp): Delete function.
9176 * inferior.h (write_fp, generic_target_write_fp): Delete
9178 * regcache.c (generic_target_write_fp): Delete function.
9179 (write_fp): Delete function.
9180 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9181 * gdbarch.h, gdbarch.c: Regenerate.
9182 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9183 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9184 (sparc64_write_fp): Delete declaration.
9185 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9186 (h8500_write_fp): Delete declaration.
9188 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9190 * sparc-tdep.c (sparc64_write_fp): Delete.
9191 (sparc_push_dummy_frame): Replace write_fp call with code to store
9193 (sparc_gdbarch_init): Do not initialize write_fp.
9195 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9197 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9200 2002-03-29 Jim Blandy <jimb@redhat.com>
9202 * stack.c (get_selected_block): Add new argument `addr_in_block',
9203 used to return the exact code address we used to select the block,
9205 * blockframe.c (get_frame_block, get_current_block): Same.
9206 * frame.h (get_frame_block, get_current_block,
9207 get_selected_block): Update declarations.
9208 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9209 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9211 2002-04-05 Michael Snyder <msnyder@redhat.com>
9213 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9216 2002-04-05 J. Brobecker <brobecker@gnat.com>
9218 * utils.c (xfullpath): New function.
9219 * defs.h (xfullpath): Add declaration.
9220 * source.c (openp): Use xfullpath in place of gdb_realpath to
9221 avoid resolving the basename part of filenames when the
9222 associated file is a symbolic link. This fixes a potential
9223 inconsistency between the filenames known to GDB and the
9224 filenames it prints in the annotations.
9225 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9226 to be able to match a filename with either the real filename, or
9227 the name of any symbolic link to this file.
9228 (lookup_partial_symtab): Ditto.
9230 2002-04-04 Michael Snyder <msnyder@redhat.com>
9232 * breakpoint.c: Add support for hardware breakpoints in overlays.
9233 (overlay_events_enabled): New state variable.
9234 (insert_breakpoints): Use overlay_events_enabled to decide
9235 whether to attempt to set a breakpoint at the overlay load addr.
9236 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9237 (remove_breakpoint): Use overlay_events_enabled to decide
9238 whether breakpoints need to be removed from overlay load addr.
9239 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9240 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9241 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9242 disable_overlay_breakpoints): Update overlay_events_enabled.
9244 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9246 * dwarf2read.c (struct function_range): New.
9247 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9248 (check_cu_functions): New.
9249 (read_file_scope): Initialize global function lists.
9250 Call dwarf_decode_line after processing children.
9251 (read_func_scope): Add to global function list.
9252 (dwarf_decode_lines): Call check_cu_functions everywhere
9253 record_line is called. Call record_line with a linenumber
9254 of 0 to mark sequence ends.
9256 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9258 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9259 change sync with glibc.
9261 2002-04-03 Jim Blandy <jimb@redhat.com>
9263 * configure.in: Call AC_C_INLINE.
9264 * configure: Regenerated.
9266 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9268 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9269 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9271 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9273 * NEWS: Mention gcore support on FreeBSD/i386.
9275 * fbsd-proc.c: New file.
9276 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9277 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9279 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9282 2002-03-29 Jim Blandy <jimb@redhat.com>
9284 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9285 unescaped newlines in string literals, but newer ones don't. So
9288 2002-03-26 Michael Snyder <msnyder@redhat.com>
9289 Andrew Cagney <cagney@redhat.com>
9291 * cli/cli-dump.c: New file. Dump memory to file,
9292 restore file to memory.
9293 * cli/cli-dump.h: New file.
9294 * Makefile.in: Add rules, dependencies for cli-dump.o.
9295 * NEWS: Mention new commands.
9297 2002-03-28 Michael Snyder <msnyder@redhat.com>
9299 * symfile.c (symbol_file_add): Move test for null symbols to later.
9301 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9303 From veksler at il.ibm.com:
9304 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9305 the xstrduped original path.
9308 2002-03-27 Michael Snyder <msnyder@redhat.com>
9310 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9311 * infcmd.c (_initialize_infcmd): Ditto.
9312 * language.c (_initialize_language): Ditto.
9313 * symfile.c (_initialize_symfile): Ditto.
9314 * top.c (_init_main): Ditto.
9315 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9317 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9319 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9320 vector registers handling.
9321 (skip_prologue): Handle new AltiVec instructions. Fill in new
9322 fields of frame data.
9323 (frame_get_saved_regs): Fill in information for AltiVec registers.
9325 2002-03-27 Jim Blandy <jimb@redhat.com>
9327 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9328 a function; leave this macro here to invoke that function.
9329 (symbol_init_mangled_name): Declaration for that function.
9330 * symtab.c (symbol_init_mangled_name): New function.
9332 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9334 * valarith.c: Replace strerror with safe_strerror.
9335 * tracepoint.c: Ditto.
9337 * go32-nat.c: Ditto.
9341 2002-03-27 Andreas Schwab <schwab@suse.de>
9343 * event-top.c (command_line_handler): Remove useless if.
9345 2002-03-27 Andreas Jaeger <aj@suse.de>
9347 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9350 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9352 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9353 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9354 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9355 (x86_64_linux_dr_get_status, supply_gregset),
9356 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9357 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9358 (x86_64_register_info_table): Add.
9359 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9360 (x86_64_register_raw_size, x86_64_register_virtual_type),
9361 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9362 general x86_64_register_info_table.
9363 (i386_gdbarch_init): gdbarch_register_bytes is now set
9364 dynamicaly during initialization.
9365 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9366 * gdbserver/linux-x86-64-low.c: Ditto.
9368 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9370 * gdbserver/server.c (main): Call target_signal_to_host_p
9371 and target_signal_to_host on signals received from the remote.
9372 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9373 target_signal_from_host on signals sent to the remote.
9374 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9375 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9377 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9379 * signals/signals.c: Include "server.h" in gdbserver build.
9380 (target_signal_from_name): Don't use STREQ.
9381 (_initialize_signals): Likewise. Don't include function in
9384 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9386 * signals.c: Moved to...
9387 * signals/signals.c: Here.
9388 * Makefile (signals.o): Update.
9390 2002-03-26 Jeff Law (law@redhat.com)
9392 * somread.c (som_symtab_read): Remove some commented out code and
9393 updated related comments. Do not set the minimal symbol table to
9394 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9395 in a dynamic executable.
9396 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9397 where we are unable to find the minimal symbol for the given
9400 2002-03-25 Jeff Law (law@redhat.com)
9402 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9404 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9406 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9408 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9410 * command.h: Update copyright.
9411 (struct cmd_list_element): Replace definition with opaque
9413 (enum cmd_types): Document that it will eventually be moved to
9415 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9416 (MALLOCED_REPLACEMENT): Delete macro.
9417 * Makefile.in (cli_decode_h): Add $(command_h).
9418 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9419 * top.c: Include "cli/cli-decode.h".
9420 * completer.c: Include "cli/cli-decode.h".
9421 * maint.c: Include "cli/cli-decode.h".
9422 * cli/cli-decode.h: Include "command.h".
9423 (enum command_class): Delete.
9424 (enum cmd_types): Comment out.
9425 (enum cmd_auto_boolean): Delete.
9426 (enum var_types): Delete.
9428 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9430 * cli/cli-decode.c: Include "gdb_assert.h".
9431 (add_set_or_show_cmd): New static function.
9432 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9433 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9434 all fields, such as func, from the set command.
9436 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9438 * MAINTAINERS (sh-elf): Change warning flag to -w.
9440 2002-03-23 Andrew Cagney <cagney@redhat.com>
9442 * defs.h (error): Add printf format attribute.
9443 * thread-db.c (thread_from_lwp): Fix error format string.
9444 * stack.c (parse_frame_specification): Ditto.
9445 * cli/cli-decode.c (undef_cmd_error): Ditto.
9446 * scm-lang.c (scm_lookup_name): Ditto.
9447 * tracepoint.c (trace_error): Ditto.
9448 * remote-utils.c (usage): Ditto.
9449 * remote.c (compare_sections_command): Ditto.
9452 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9454 * gdbtypes.c (append_composite_type_field): New function.
9455 (init_composite_type): New function.
9456 * gdbtypes.h (append_composite_type_field): Declare.
9457 (init_composite_type): Ditto.
9459 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9461 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9463 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9464 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9465 structure returning convention for SYSV ABI case, but not
9466 for GNU/Linux, FreeBSD, or NetBSD.
9468 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9470 * symtab.h (lookup_block_symbol): Add mangled_name argument
9473 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9474 with new mangled_name argument.
9475 * linespec.c (decode_line_1): Likewise.
9476 * valops (value_of_this): Likewise.
9477 * symtab.c (lookup_transparent_type): Likewise.
9478 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9479 (lookup_symbol): If we are given a mangled name, pass it down
9480 to lookup_symbol_aux.
9481 (lookup_block_symbol): If we are given a mangled name to check
9482 against, only return symbols which match it.
9484 2002-03-22 Christopher Faylor <cgf@redhat.com>
9486 * win32-nat.c (child_create_inferior): Check for proper shell to use
9487 here, in case the user changes it on the fly.
9488 (_initialize_inftarg): Remove shell path considerations.
9490 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9492 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9493 for gdbarch_max_register_raw_size and max_register_virtual_size.
9494 Adjust copyright year.
9496 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9498 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9499 in a function to cover the entire beginning of the function
9500 as well if it does not already.
9502 2002-03-21 Tom Rix <trix@redhat.com>
9504 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9505 (rs6000_ptrace64): Renamed from ptrace64.
9507 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9509 * gdbserver/remote-utils.c (remote_open): Don't call
9510 getprotobyname, we're all using TCP here so just use
9512 * gdbserver/gdbreplay.c (remote_open): Ditto.
9514 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9516 * regcache.c (_initialize_regcache): No need to call
9517 build_regcache() at this time; it gets called whenever
9518 the gdbarch changes.
9520 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9522 * sparc-nat.c: Include sys/param.h where possible.
9524 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9527 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9528 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9529 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9531 * stabsread.c (rs6000_builtin_type): Likewise.
9532 (read_sun_floating_type): Likewise.
9534 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9536 * stabsread.c (read_member_functions): Remove skip code for duplicate
9537 constructor/destructor methods. Use standard parsing for these
9538 methods and just do not chain them to the list of methods after
9541 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9543 * coffread.c: Remove redundant static declarations. Replace
9544 occurrences of `PTR' with `void *'.
9545 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9546 * top.h (quit_cover): Likewise.
9547 * defs.h (catch_errors): Likewise.
9549 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9551 * defs.h (XMALLOC): Define.
9552 * gdb-events.sh (XMALLOC): Delete macro.
9553 * gdb-events.c, gdb-events.h: Regenerate.
9554 * gdbarch.sh (XMALLOC): Delete macro.
9555 * gdbarch.c: Regenerate.
9556 * serial.c (XMALLOC): Delete macro.
9557 * ui-file.c (XMALLOC): Ditto.
9558 * ser-unix.h (XMALLOC): Ditto.
9559 * sh-tdep.c (XMALLOC): Ditto.
9560 * ui-out.c (XMALLOC): Ditto.
9561 * utils.c (XMALLOC): Ditto.
9562 * i386-tdep.c (XMALLOC): Ditto.
9563 * gdb-events.c (XMALLOC): Ditto.
9564 * d10v-tdep.c (XMALLOC): Ditto.
9565 * cli-out.c (XMALLOC): Ditto.
9567 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9568 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9569 * ui-file.c, ui-out.c: Ditto.
9571 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9573 * command.h (struct cmd_list_element): Add field context.
9574 (set_cmd_context, get_cmd_context): Declare.
9575 * cli/cli-decode.h: Ditto.
9576 * cli/cli-decode.c (get_cmd_context): New function.
9577 (set_cmd_context): New function.
9578 (add_cmd): Initialize context.
9579 Part of fixing PR gdb/145 and PR gdb/146.
9581 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9583 * cli/cli-decode.c (cmd_type): New function.
9584 * command.h (cmd_type): Declare.
9585 * infrun.c (set_schedlock_func): Call function cmd_type.
9586 * kod.c (kod_set_os): Call cmd_type.
9587 * cris-tdep.c (cris_version_update): Use function cmd_type.
9588 (cris_mode_update, cris_abi_update): Ditto.
9590 * command.h: (execute_cmd_post_hook): Declare.
9591 (execute_cmd_pre_hook): Declare.
9592 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9593 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9594 functions. Execute pre/post hook while ensuring that afterwords
9596 * top.c (execute_command): Use execute_cmd_post_hook, and
9597 execute_cmd_pre_hook to execute pre/post commands.
9598 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9600 (hook_stop_stub): Call execute_cmd_pre_hook.
9602 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9604 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9605 set'' and this leads to a core dump. Move xstrdup of
9606 operating_system to after check that it is not NULL.
9608 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9610 * kod.c (kod_set_os): Remove unnecessary check that
9611 ``command->type'' is set_cmd.
9613 * valprint.c (set_input_radix): Use input_radix.
9614 (set_output_radix): Use output_radix.
9615 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9618 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9620 * value.h (struct value): Delete field ``substring_addr''. Change
9621 aligner fields to force_doublest_align, force_longest_align,
9622 force_core_addr_align and force_pointer_aligh.
9624 * value.h (struct value): Fix typo in above change.
9626 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9628 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9629 to fix internal_error from ``maintenance print architecture''.
9631 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9633 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9634 for gcc versions after gcc-2.8.1.
9636 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9638 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9639 for method resolution. Restore adjustment of ``this'' pointer after
9640 calling value_struct_elt, which was accidentally removed during the
9643 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9645 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9647 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9649 * value.h (value_of_register): Update.
9651 2002-03-14 Richard Henderson <rth@redhat.com>
9653 * configure.in: Detect declaration for canonicalize_file_name.
9654 * utils.c (canonicalize_file_name): Declare, if needed.
9655 (gdb_realpath): Prefer realpath if available and usable.
9656 * config.in, configure: Rebuild.
9658 2002-03-14 Richard Henderson <rth@redhat.com>
9660 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9661 a constant array bound.
9663 * MAINTAINERS: Add myself to write-after-approval.
9665 2002-03-14 Michael Snyder <msnyder@redhat.com>
9667 * symfile.c (syms_from_objfile): Return immediately if no syms.
9668 (symbol_file_add): Return immediately if no syms.
9669 (find_sym_fns): Return immediately if no syms.
9671 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9673 * gdbserver/remote-util.c (remote_open): Print remote-side's
9674 IP address when remote debugging over the network.
9676 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9678 * config/sparc/fbsd.mh: Fix copyright.
9679 * config/sparc/fbsd.mt: Likewise.
9681 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9683 * MAINTAINERS: Fix typo in name of gdb warnings option.
9684 (x86-64): Fix formating so that this can be parsed by awk.
9686 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9688 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9689 * defs.h: Include "gdb/signals.h".
9690 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9692 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9694 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9695 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9698 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9699 Don Howard <dhoward@redhat.com>
9701 * mips-tdep.c (ST0_FR): Define.
9702 (mips2_fp_compat): New function, temporarily disabled.
9703 (mips_read_fp_register_single): New function.
9704 (mips_read_fp_register_double): New function.
9705 (mips_print_register): Use them.
9706 (do_fp_register_row): Likewise.
9708 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9710 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9713 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9715 * stabsread.c (read_member_functions): Fix is_stub test for
9716 static member functions, improve comment.
9718 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9720 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9721 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9722 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9723 commands that set boolean values.
9724 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9725 (arm_rdi_resume): Always initialize PC.
9726 (arm_rdi_open): Don't use rslt as a boolean.
9727 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9728 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9729 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9730 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9732 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9734 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9735 * configure: Rebuilt.
9737 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9739 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9740 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9742 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9744 * cli/cli-decode.c (set_cmd_completer): New function.
9745 * command.h (set_cmd_completer): Declare.
9746 * cli/cli-decode.h (set_cmd_completer): Ditto.
9748 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9749 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9750 * win32-nat.c (_initialize_inftarg): Ditto.
9751 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9752 * proc-api.c (_initialize_proc_api): Ditto.
9753 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9754 * source.c (_initialize_source): Ditto.
9755 * exec.c (_initialize_exec): Ditto.
9756 * solib.c (_initialize_solib): Ditto.
9757 * top.c (init_main): Ditto.
9758 * tracepoint.c (_initialize_tracepoint): Ditto.
9759 * symfile.c (_initialize_symfile): Ditto.
9760 * printcmd.c (_initialize_printcmd): Ditto.
9761 * infcmd.c (_initialize_infcmd): Ditto.
9762 * corefile.c (_initialize_core): Ditto.
9764 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9766 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9768 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9770 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9772 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9774 * NEWS: Update headings, 5.2 has branched.
9776 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9778 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9779 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9780 (register_addr, REGISTER_RAW_SIZE): Likewise.
9781 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9782 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9784 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9786 * MAINTAINERS (x86-64): Add myself.
9787 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9788 changed value_ptr -> struct value *
9790 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9792 * configure.host (sparc64-*-freebsd): Add.
9793 * configure.tgt: Likewise.
9794 * config/sparc/fbsd.mh: New file.
9795 * config/sparc/fbsd.mt: Likewise.
9796 * config/sparc/nm-fbsd.h: Likewise.
9797 * config/sparc/tm-fbsd.h: Likewise.
9799 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9801 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9802 regformats/reg-s390x.dat.
9804 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9806 * utils.c: Add FIXME explaining true/false problem.
9808 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9810 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9812 2002-02-28 Michael Chastain <mec@shout.net>
9814 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9816 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9818 * gdbserver/linux-s390-low.c: New file.
9819 * regformats/reg-s390.dat: New file.
9820 * regformats/reg-s390x.dat: New file.
9821 * gdbserver/configure.srv: Add S/390.
9822 * gdbserver/Makefile.in: Add S/390.
9823 * configure.tgt: Enable gdbserver for S/390.
9825 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9827 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9828 first line of the doc string for "info dos", except at the end of
9829 the sentence, since the short help stops at the first period.
9831 2002-02-28 Jason Merrill <jason@redhat.com>
9833 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9835 2002-02-27 Fred Fish <fnf@redhat.com>
9837 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9838 comment (dumy -> dummy).
9840 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9842 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9844 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9846 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9848 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9850 * gdbserver/acconfig.h: New file.
9851 * gdbserver/i387-fp.c: New file.
9852 * gdbserver/i387-fp.h: New file.
9853 * gdbserver/linux-x86-64.c: New file.
9854 * regformats/reg-x86-64.dat: New file.
9855 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9856 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9857 * gdbserver/configure.in: Add support for regsets.
9858 * gdbserver/config.in: Regenerate.
9859 * gdbserver/configure: Regenerate.
9860 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9861 * gdbserver/linux-low.h: New file.
9862 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9864 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9865 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9866 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9867 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9868 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9869 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9870 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9871 "i387-fp.h". Add PTRACE_GETREGS and friends.
9872 * gdbserver/regcache.c (supply_register): New function.
9873 (supply_register_by_name): New function.
9874 (collect_register): New function.
9875 (collect_register_by_name): New function.
9877 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9879 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9880 (config.status): Add configure.srv dependency.
9881 (server_h): Add config.h dependency.
9883 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9885 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9886 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9887 * gdbserver/configure.srv: Change i386-*-linux* to use
9890 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9892 * x86-64-tdep.c: Re-indent. Update copyright date.
9894 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9896 From Michal Ludvig <mludvig@suse.cz>:
9897 * x86-64-tdep.c (value.h): Delete.
9898 (gdb_assert.h): Include.
9899 (x86_64_register_convert_to_virtual,
9900 x86_64_register_convert_to_raw ): Add check which lets only
9901 floating-point values to be converted.
9902 (value_push): Delete.
9903 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9904 (i386_gdbarch_init): Number of register_bytes fixed.
9906 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9908 * MAINTAINERS: Add x86-64 target.
9910 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9912 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9913 * osfsolib.c (solib_map_sections): Ditto.
9914 * irix5-nat.c (solib_map_sections): Ditto.
9915 * corelow.c (gdb_check_format): Ditto.
9916 * symfile.c (symfile_bfd_open): Ditto.
9917 * solib.c (solib_map_sections): Ditto.
9920 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9922 * remote.c (_initialize_remote): By default, disable ``e'' and
9923 ``E'' step out-of-range packets.
9925 2002-02-26 Andreas Schwab <schwab@suse.de>
9927 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9928 m68k_linux_frame_saved_pc.
9929 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9931 (SIGCONTEXT_PC_OFFSET): Remove.
9932 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9933 m68k_linux_sigtramp_saved_pc): New functions.
9934 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9935 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9936 (UCONTEXT_PC_OFFSET): Define.
9937 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9938 non-RT and RT signal trampolines.
9940 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9942 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9943 (TARGET_NBPG, STACK_END_ADDR): Delete
9944 (VARIABLES_INSIDE_BLOCK): Delete.
9946 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9948 * utils.c (perror_with_name): Make string parameter constant.
9949 (print_sys_errmsg): Ditto.
9951 * defs.h (perror_with_name): Update.
9952 (print_sys_errmsg): Update.
9955 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9957 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9958 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9960 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9962 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9963 if it already matches the current architecture from the exec file.
9964 Include arch-utils.h for gdbarch_info_init prototype.
9965 * Makefile.in (rs6000-nat.o): Update dependencies.
9967 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9969 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9970 list of exported variables.
9972 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9974 * gdbserver/configure.srv: New file.
9975 * gdbserver/configure.in: Use configure.srv instead
9976 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9978 * gdbserver/configure: Regenerated.
9979 * gdbserver/terminal.h: New file.
9980 * gdbserver/Makefile.in: Update for configure changes. Remove
9981 more unneeded include paths.
9983 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9985 From wiz at danbala:
9986 * config/sparc/tm-sp64.h: Fix grammar and typos.
9989 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9991 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9992 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9993 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9994 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9995 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9996 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9997 * s390-tdep.c: Ditto.
9998 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9999 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10000 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10001 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10002 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10003 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10004 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10005 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10006 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10007 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10010 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10012 * lin-thread.c: Delete file.
10013 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10014 to gdb_proc_service.h.
10015 * configure: Re-generate.
10017 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10018 * serial.c (serial_open): Delete check for "ocd".
10021 * Makefile.in (linux-thread.o): Delete target.
10022 * linux-thread.c: Delete file.
10024 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10025 renamed SH files to be consistent.
10027 * symtab.c (sort_search_symbols): Use xfree.
10029 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10031 * arm-linux-tdep.c (arm_linux_init_abi): Register
10032 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10033 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10034 definition with undef, since we don't want the sysvr4 definition.
10035 (SKIP_TRAMPOLINE_CODE): Likewise.
10037 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10039 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10041 * configure.in: (AC_CHECK_FUNCS) Added test for
10042 canonicalize_file_name Regenerated.
10043 * config.in, configure: Regenerated.
10044 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10045 defined use canonicalize_file_name.
10047 2002-02-23 Michael Chastain <mec@shout.net>
10049 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10051 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10053 * README: Remove references to cygnus.com.
10054 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10055 dot com'' form. Remove references to cygnus.com and sourceware.
10057 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10059 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10060 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10061 1003.1-2001 no longer allows "head -1".
10062 * gdb/Makefile.in (version.c): Likewise.
10063 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10064 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10065 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10067 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10069 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10070 * command.h (cmd_cfunc_eq): Declare.
10071 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10073 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10074 ``struct cmd_list_element *''.
10075 * cli/cli-cmds.c (is_complete_command): Update. Use
10077 * top.c (execute_command): Pass the command to
10078 is_complete_command.
10079 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10081 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10083 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10084 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10085 architecture defines.
10086 * s390-tdep.c (s390_gdbarch_init): Likewise.
10088 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10090 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10091 (arm_linux_push_arguments): Likewise.
10092 (arm_linux_init_abi): Register them. Also register linux-specific
10094 (find_minsym_and_objfile): Use strcmp, not STREQ.
10095 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10096 (arm_linux_call_dummy_words): Delete declaration.
10097 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10098 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10100 (LOWEST_PC): Delete.
10102 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10104 * maint.c (print_section_info): Do not prepend `0x' to filepos
10105 output, it will be handled by local_hex_string_custom.
10107 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10109 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10110 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10111 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10113 2002-02-22 Jim Blandy <jimb@redhat.com>
10115 Indicate that the bcache functions don't change the strings
10117 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10118 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10120 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10122 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10124 2002-02-21 Christopher Faylor <cgf@redhat.com>
10126 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10127 find the complete path to a loaded DLL.
10129 2002-02-21 Fred Fish <fnf@redhat.com>
10131 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10132 that marks the end of the range of a function, enter a line number
10133 entry that has a line number of zero and a PC offset that matches
10134 the end of the function. This starts a range of PC's for which no
10135 line number information is known.
10136 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10137 PC's for which no line number info is found (line number is zero)
10138 then we didn't find any valid line information.
10139 * symtab.h: Document use of zero line number entry.
10141 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10143 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10144 (have_ptrace_getvrregs): Define for run time checks.
10145 (gdb_vrregset_t): New type for Altivec register handling.
10146 (fetch_register, store_register): Fetch/store altivec register
10148 (fetch_altivec_register, store_altivec_register): New functions.
10149 (supply_vrregset, fill_vrregset): New functions.
10150 (fetch_altivec_registers, store_altivec_registers): New functions.
10151 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10154 2002-02-21 Jiri Smid <smid@suse.cz>
10156 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10158 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10160 * Makefile.in (armnbsd-nat.o): Update dependencies.
10161 * armnbsd-nat.c (supply_gregset): New function. Common code to
10162 supply the integer register set.
10163 (supply_fparegset): New function. Similar for FPA registers.
10164 (fetch_regs, fetch_fp_regs): Use them.
10165 (fetch_core_registers): Likewise.
10166 (fetch_elfcore_registers): New function.
10167 (arm_netbsd_elfcore_fns): New core-file type specification.
10168 (_initialize_arm_netbsd_nat): Register it.
10170 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10172 * armnbsd-nat.c: Include gdbcore.h.
10173 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10174 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10175 'void' to declaration, to shut up ARI.
10176 (fetch_core_registers): Make static. Rewrite using supply_register.
10177 (arm_netbsd_core_fns): New core-file type specification.
10178 (_initialize_arm_netbsd_nat): New function.
10180 2002-02-21 Christopher Faylor <cgf@redhat.com>
10182 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10185 2002-02-20 Christopher Faylor <cgf@redhat.com>
10187 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10190 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10192 * jv-exp.y (parse_number): Change type of implicit longs
10193 to builtin_type_uint64.
10195 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10197 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10198 to be an integer instead of a `union wait'.
10200 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10202 * mips-linux-nat.c: Call the operating system GNU/Linux.
10203 * mips-linux-tdep.c: Likewise.
10204 * mips-tdep.c: Likewise.
10206 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10209 * jv-exp.y (parse_number): Handle 64-bit integers.
10211 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10213 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10214 AC_STDC_HEADERS to AC_HEADER_STDC.
10215 * gdbserver/configure: Regenerated.
10217 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10219 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10221 * sparc-tdep.c (get_longjmp_target): Likewise.
10223 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10225 * News: Add news about ARM and Multi-arch. Mention the new target
10228 2002-02-19 Jim Blandy <jimb@redhat.com>
10230 * stabsread.c (error_type_complaint): Improve error message.
10232 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10234 * gdbserver/README: Update documentation.
10235 * gdbserver/configure.in: Update configury to match documentation.
10236 * gdbserver/Makefile.in: Likewise.
10237 * gdbserver/configure: Regenerated.
10238 * gdbserver/aclocal.m4: New file, generated by aclocal.
10239 * gdbserver/config.in: New file, generated by autoheader.
10241 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10243 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10246 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10248 * arm-tdep.h (enum arm_float_model): New enum.
10249 (struct gdbarch_tdep): Add fp_model.
10250 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10251 up floating-point conversions until we know the floating-point model
10252 in use by the inferior. Don't complain about being unable to
10253 determine the ABI of the inferior when we don't have one.
10254 (arm_extract_return_value): Support different floating-point models.
10255 (arm_store_return_value): Likewise.
10256 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10258 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10260 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10262 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10263 of ``current_gdbarch''.
10265 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10267 * armnbsd-nat.c : ANSIfy all function declarations.
10268 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10269 (fetch_inferior_registers): Re-implement in terms of above.
10270 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10271 (store_inferior_registers): Re-implement in terms of above.
10273 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10275 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10277 * arm-linux-tdep.c: Likewise.
10278 * config/arm/tm-linux.h: Likewise.
10280 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10282 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10283 * config/arm/nbsd.mt (TM_FILE): Delete.
10284 * config/arm/tm-nbsd.h: Delete.
10286 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10288 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10289 Initialize CALL_DUMMY_LENGTH.
10291 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10293 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10295 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10296 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10297 defines one thing and that is incorrect for this port.
10298 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10300 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10302 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10304 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10306 * win32-nat.c (display_selector): New function. Displays information
10307 about the information returned by GetThreadSelectorEntry API function.
10308 (display_selectors): New function. Displays the infomation of
10309 the selector given as argument, or of CS, DS ans FS selectors
10310 if no argument is given.
10311 ( _initialize_inftarg): Add "w32" as info prefix command.
10312 Add "info w32 selector" as command calling display_selectors.
10314 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10316 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10317 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10320 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10322 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10324 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10326 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10327 (arm_fix_call_dummy): Call it.
10328 (arm_call_dummy_breakpoint_offset): Delete.
10329 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10330 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10332 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10334 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10335 Default to func_frame_chain_valid.
10336 * gdbarch.h, gdbarch.c: Re-generate.
10337 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10339 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10341 * ppc-linux-nat.c: Update copyright.
10342 (fetch_register, store_register): Add tid parameter, don't compute
10344 (fetch_ppc_registers, store_ppc_registers): Add tid
10345 parameter. Pass it along to callees.
10346 (fetch_inferior_registers, store_inferior_registers): Compute tid
10347 here, and pass it to calleed functions.
10348 (fill_gregset, supply_fpregset): Clean up formatting.
10350 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10352 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10353 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10355 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10357 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10358 * gdbarch.c gdbarch.h: Regenerate.
10359 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10361 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10362 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10363 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10365 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10366 * arm-tdep.c (arm_get_longjmp_target): New function.
10367 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10368 this to a positive value register arm_get_longjmp_target as the
10370 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10371 (arm_linux_init_abi): Set up longjmp description in tdep.
10372 * armnbsd-nat.c (get_longjmp_target): Delete.
10373 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10374 description in tdep.
10375 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10376 (get_longjmp_target): Delete declaration.
10377 (GET_LONGJMP_TARGET): Delete.
10378 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10379 (GET_LONGJMP_TARGET): Delete.
10381 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10383 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10384 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10385 of ``current_gdbarch''.
10387 2002-02-17 Tom Tromey <tromey@redhat.com>
10389 * cli/cli-cmds.c (compare_strings): New function.
10390 (complete_command): Only print each unique item once.
10391 * completer.h (complete_line): Declare.
10392 * completer.c (complete_line): New function.
10393 (line_completion_function): Use it.
10395 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10397 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10398 * gdbarch.h, gdbarch.c: Re-generate.
10400 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10402 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10404 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10406 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10407 * valops.c (value_arg_coerce): Don't take the address of a reference
10408 to convert an argument to a reference.
10410 2002-02-15 Christopher Faylor <cgf@redhat.com>
10412 * win32-nat.c (get_image_name): New function.
10413 (handle_load_dll): Use get_image_name function.
10414 (get_child_debug_event): Avoid registering debug events until possibly
10415 execed process is started.
10416 (child_create_inferior): Allow invocation via shell so that command
10417 line redirection, etc. works ok.
10418 (_initialize_inftarg): Add new command: "set shell" to control whether
10419 a shell is used to start a process.
10421 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10423 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10424 instead of find_register_by_number.
10425 (cannot_store_register): Likewise.
10427 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10429 * dwarf2read.c: Replace fprintf (stderr, ...) by
10430 fprintf_unfiltered (gdb_stderr, ...).
10432 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10434 * gdbserver/gdbserver.1: Document --attach.
10436 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10438 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10440 * arm-tdep.c (arm_default_arm_le_breakpoint)
10441 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10442 (arm_default_thumb_be_breakpoint): New. Initialize them from
10443 traditional breakpoint defines.
10444 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10445 (arm_gdbarch_init): Initialize new breakpoint variables.
10446 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10447 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10448 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10449 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10451 (arm_netbsd_init_abi_common): ... here; new function.
10452 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10453 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10454 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10455 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10457 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10459 * arm-tdep.h (enum arm_abi): New enum.
10460 (struct gdbarch_tdep): New structure.
10461 (LOWEST_PC): Provide a default.
10462 (arm_gdbarch_register_os_abi): Declare new function.
10463 * arm-tdep.c (arm_abi_names): New array.
10464 (process_note_abi_tag_sections): New function.
10465 (get_elfosabi): New function.
10466 (arm_gdbarch_register_os_abi): New function.
10467 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10468 support for that ABI has been built in, then call the appropriate
10469 configuration routine. Use gdbarch_num_regs() to get the number
10471 (arm_dump_tdep): New function.
10472 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10473 place-holder functions.
10474 (_initialize_arm_tdep): Register them.
10475 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10477 * armnbsd-tdep.c: New file.
10478 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10479 * config/arm/nbsd.mt (TDEPFILES): Add it.
10480 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10482 * armnbsd-nat.c: Include regcache.h.
10483 * Makefile.in (armnbsd-nat.o): Update dependency list.
10485 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10487 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10489 * gdbserver/Makefile.in: Fix typos in target rules.
10491 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10493 Fix part of PR gdb/267.
10494 * linespec.c (find_methods): Handle constructors specially for now.
10496 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10498 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10500 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10501 standard_coerce_float_to_double().
10503 2002-02-14 Christopher Faylor <cgf@redhat.com>
10505 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10508 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10510 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10511 find_variant_by_name, because it confuses the multiarch
10512 framework. Return NULL if there isn't an architecture with the
10513 user supplied name, instead of forcing a different one without
10514 recording the change with the multiarch machinery.
10515 (find_variant_by_name): Delete.
10517 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10519 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10520 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10522 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10524 * stack.c (print_frame_info_base): When calling
10525 print_frame_info_listing_hook, set current_source_symtab.
10527 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10529 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10530 and remove unused $(INCLUDE_DIR).
10531 Add regcache.c to OBS.
10532 Add generated register protocol files to clean target.
10533 Update dependencies for new objects, obsolete old target code.
10535 * gdbserver/linux-low.c: Remove all platform-specific code to
10536 new files. Remove various dead code. Update to use regcache
10538 * gdbserver/remote-utils.c (fromhex): Add return statement
10540 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10542 (input_interrupt): Add integer parameter to match prototype
10543 of a signal handler.
10544 (outreg): Use register_data ().
10545 (prepare_resume_reply): Use gdbserver_expedite_regs.
10546 * gdbserver/server.c (main): Dynamically allocate own_buf because
10547 PBUFSIZ is no longer constant. Use registers_to_string () and
10548 registers_from_string ().
10549 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10550 for error (), fatal (), and warning (). Update definition of
10551 PBUFSIZ to use regcache functionality. Add include guard.
10552 * gdbserver/utils.c (fatal): Add missing ``const''.
10553 (warning): New function.
10555 * regformats/regdat.sh: Include "regcache.h" in generated files.
10556 Provide init_registers () function.
10557 * regformats/regdef.h: Add prototype for set_register_cache ().
10560 * gdbserver/linux-arm-low.c: New file.
10561 * gdbserver/linux-i386-low.c: New file.
10562 * gdbserver/linux-ia64-low.c: New file.
10563 * gdbserver/linux-m68k-low.c: New file.
10564 * gdbserver/linux-mips-low.c: New file.
10565 * gdbserver/linux-ppc-low.c: New file.
10566 * gdbserver/linux-sh-low.c: New file.
10568 * gdbserver/regcache.c: New file.
10569 * gdbserver/regcache.h: New file.
10571 * gdbserver/low-linux.c: Removed obsolete file.
10573 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10575 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10576 * config/i386/linux.mt: Likewise.
10577 * config/ia64/linux.mt: Likewise.
10578 * config/m68k/linux.mh: Likewise.
10579 * config/powerpc/linux.mh: Likewise.
10580 * config/mips/linux.mt: Likewise.
10582 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10584 * config/i386/i386lynx.mh: Mark gdbserver variables
10585 as (currently) obsolete for this target.
10586 * config/i386/nbsd.mt: Likewise.
10587 * config/i386/nbsdelf.mt: Likewise.
10588 * config/m32r/m32r.mt: Likewise.
10589 * config/m68k/m68klynx.mh: Likewise.
10590 * config/m68k/nbsd.mt: Likewise.
10591 * config/m68k/sun3os4.mh: Likewise.
10592 * config/mips/vr5000.mt: Likewise.
10593 * config/ns32k/nbsd.mt: Likewise.
10594 * config/pa/hppabsd.mh: Likewise.
10595 * config/pa/hppaosf.mh: Likewise.
10596 * config/powerpc/nbsd.mt: Likewise.
10597 * config/rs6000/rs6000lynx.mh: Likewise.
10598 * config/s390/s390.mt: Likewise.
10599 * config/s390/s390x.mt: Likewise.
10600 * config/sparc/sparclynx.mh: Likewise.
10601 * config/sparc/sun4os4.mh: Likewise.
10602 * config/i386/x86-64linux.mt: Likewise.
10603 * config/sparc/linux.mh: Likewise.
10605 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10607 * configure.tgt: Configure gdbserver only for known working
10608 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10609 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10610 SUBDIRS if it is configured. Update comment for ${nativefile}.
10611 * configure: Regenerated.
10613 2002-02-13 Michael Snyder <msnyder@redhat.com>
10615 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10617 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10618 (default_gcore_mach): Just return 0, work around a problem in bfd.
10619 (default_gcore_target): OK to return NULL if exec_bfd is null.
10620 (make_mem_sec): Use a cast, avoid a warning.
10622 * procfs.c (find_memory_regions_callback): Use a cast instead of
10623 calling host_pointer_to_address (which complains if
10624 sizeof (host pointer) != sizeof (target pointer)).
10625 (procfs_make_note_section): Avoid overflow in psargs string.
10627 * procfs.c (procfs_make_note_section): Make the default
10628 implementation return an error.
10630 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10632 * procfs.c (procfs_make_note_section): Provide a default definition
10633 (for alpha-dec-osf4.0f). Fix typos.
10635 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10637 * linux-proc.c: Add include of regcache.h.
10638 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10640 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10642 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10643 * memattr.c (create_mem_region): Disallow useless empty region.
10644 Regions are half-open intervals, so allow [A..B) [B..C) as
10647 2002-02-13 Michael Chastain <mec@shout.net>
10649 * defs.h: Kill CONST_PTR.
10650 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10651 * c-lang.c (c_builtin_types): Likewise.
10652 * ch-lang.c (ch_builtin_types): Likewise.
10653 * f-lang.c (f_builtin_types): Likewise.
10654 * language.c (unknown_builtin_types): Likewise.
10655 * m2-lang.c (m2_builtin_types): Likewise.
10656 * p-lang.c (pascal_builtin_types): Likewise.
10657 * scm-lang.c (c_builtin_types): Likewise.
10659 2002-02-13 Keith Seitz <keiths@redhat.com>
10661 * arm-tdep.h (arm_get_next_pc): Add declaration.
10663 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10665 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10666 with other related struct-returning functions.
10667 (arm_extract_struct_value_address): New function.
10668 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10669 initialize float_format, double_format and long_double_format as
10670 appropriate to the endianness of the target.
10671 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10672 (arm_use_struct_convention): Delete declaration.
10673 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10675 2002-02-13 Keith Seitz <keiths@redhat.com>
10677 * defs.h (core_addr_to_string_nz): New function.
10679 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10681 Apply missing bits of 2002-01-15 patch.
10682 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10683 (fill_fpregset): Use i387_fill_fsave.
10685 2002-02-12 Keith Seitz <keiths@redhat.com>
10687 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10688 (core_addr_to_string_nz): New function.
10690 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10692 * arm-linux-nat.c: Really include arm-tdep.h.
10693 * config/arm/tm-linux.h (struct type, struct value): Declare.
10695 2002-02-11 Michael Snyder <msnyder@redhat.com>
10697 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10698 (gcore section): Ifdef for Solaris and Unixware only.
10699 (procfs_do_thread_registers): Unixware needs one lwpstatus
10700 per thread (not one prstatus or pstatus).
10701 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10702 not over all gdb threads. For unixware, call elfcore_write_pstatus
10703 once before iterating over threads.
10705 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10707 * arm-tdep.h: New file.
10708 * arm-tdep.c: Include arm-tdep.h.
10709 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10710 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10711 (arm_print_float_info, arm_register_type, convert_to_extended)
10712 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10713 (arm_extract_return_value, arm_register_name): Make static.
10714 (arm_software_single_step): Similarly. Fix types in declaration.
10715 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10716 (arm_store_return_value, arm_store_struct_return): New functions.
10717 (arm_gdbarch_init): Register the above functions. Also register
10718 call_dummy_start_offset, sizeof_call_dummy_words,
10719 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10720 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10721 max_register_virtual_size, register_size. Set up
10722 prologue_cache.saved_regs here, rather than ...
10723 (_initialize_arm_tdep): ... here.
10724 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10726 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10727 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10728 (arm_print_float_info, arm_register_type, convert_to_extended)
10729 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10730 (arm_extract_return_value, arm_register_name): Delete declarations.
10731 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10732 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10733 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10734 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10735 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10736 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10737 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10738 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10739 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10740 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10741 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10742 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10744 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10745 * remote-rdi.c remote-rdp.c: Likewise.
10746 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10747 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10748 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10751 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10752 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10753 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10754 from non-ARM_ prefixed definitions.
10755 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10757 * remote-rdi.c remote-rdp.c: Likewise.
10758 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10760 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10762 * arm-tdep.c (arm_frameless_function_invocation)
10763 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10764 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10765 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10766 (arm_pop_frame, arm_get_next_pc): Make static.
10767 (arm_gdbarch_init): Register above in gdbarch structure.
10768 (arm_read_fp): Renamed from arm_target_read_fp.
10769 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10770 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10771 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10772 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10773 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10774 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10775 (arm_pc_is_thumb_dummy): Delete declarations.
10776 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10777 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10778 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10779 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10781 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10783 * symtab.c (compare_search_syms): New function.
10784 (sort_search_symbols): New function.
10785 (search_symbols): Sort symbols after searching rather than
10788 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10790 * NEWS: Linux -> GNU/Linux.
10792 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10794 * gdbarch.sh: For for level one methods, disallow a definition
10795 when partially multi-arched. Add comments explaining rationale.
10796 * gdbarch.h: Re-generate.
10798 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10800 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10801 multi-arch partial.
10803 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10805 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10806 field. Use diff -u.
10807 * gdbarch.c: Re-generate.
10809 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10811 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10812 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10815 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10817 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10818 multi-arch partial.
10819 (PUSH_ARGUMENTS): Switch to using predefault.
10820 * gdbarch.c: Regenerate.
10822 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10824 * valops.c (PUSH_ARGUMENTS): Delete definition.
10825 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10826 partial. Default to default_push_arguments.
10827 * gdbarch.h, gdbarch.c: Regenerate.
10829 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10831 * defs.h (throw_exception): Rename return_to_top_level. Update
10833 * utils.c (error_stream, internal_verror, quit): Ditto.
10834 * top.c (throw_exception, catcher): Ditto.
10835 * sparclet-rom.c (sparclet_load): Ditto.
10836 * remote.c (interrupt_query, minitelnet): Ditto.
10837 * remote-sds.c (interrupt_query): Ditto.
10838 * remote-mips.c (mips_error, mips_kill): Ditto.
10839 * ocd.c (interrupt_query): Ditto.
10840 * monitor.c (monitor_interrupt_query): Ditto.
10841 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10842 * target.h: Update comment.
10844 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10846 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10848 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10849 default_double_format.
10850 * gdbarch.h, gdbarch.c: Re-generate.
10851 * findvar.c (floatformat_unknown): Delete variable definition.
10852 * doublest.h (floatformat_unknown): Delete variable declaration.
10854 2002-02-09 Jim Blandy <jimb@redhat.com>
10856 * stabsread.c (read_type): Add code to parse Sun's syntax for
10857 prototyped function types.
10859 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10861 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10862 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10864 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10866 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10867 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10868 now _initialize_xcoffsolib gets called again and overrides the
10869 commands from solib.c in a native configuration.
10871 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10873 * doublest.c (store_typed_floating): Don't try to return a value.
10876 2002-02-08 Jim Blandy <jimb@redhat.com>
10878 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10879 is prototyped and has no arguments, print its argument list as
10882 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10884 * MAINTAINERS (write-after-approval): Add myself.
10885 (paper-trail): I've escaped!
10887 2002-02-08 Christopher Faylor <cgf@redhat.com>
10889 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10891 (_initialize_check_for_gdb_ini): Ditto.
10893 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10895 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10896 xaprintf -> xasprintf.
10898 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10900 * win32-nat.c: Remove use of printf and sprintf functions.
10902 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10904 * arm-tdep.c (arm_frame_chain_valid): Make static.
10905 (arm_push_arguments): Likewise.
10906 (arm_gdbarch_init): New function.
10907 (_initialize_arm_tdep): Call it.
10908 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10909 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10910 (FRAME_CHAIN_VALID): Delete.
10911 (arm_frame_chain_valid): Delete declaration.
10912 (PUSH_ARGUMENTS): Delete.
10913 (arm_push_arguments): Delete declaration.
10914 (CALL_DUMMY_P): Delete.
10916 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10917 Corinna Vinschen <vinschen@redhat.com>
10919 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10920 on builtin float types.
10922 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10924 * utils.c: Include <curses.h> before "bfd.h".
10925 * tui/tui-hooks.c: Likewise.
10926 * tui/tui.c: Likewise.
10927 * tui/tuiCommand.c: Likewise.
10928 * tui/tuiData.c: Likewise.
10929 * tui/tuiDataWin.c: Likewise.
10930 * tui/tuiDisassem.c: Likewise.
10931 * tui/tuiGeneralWin.c: Likewise.
10932 * tui/tuiIO.c: Likewise.
10933 * tui/tuiLayout.c: Likewise.
10934 * tui/tuiRegs.c: Likewise.
10935 * tui/tuiSource.c: Likewise.
10936 * tui/tuiSourceWin.c: Likewise.
10937 * tui/tuiStack.c: Likewise.
10938 * tui/tuiWin.c: Likewise.
10940 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10942 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10943 to include space for pseudoregs as well. Update loops accordingly.
10944 (sh_fp_frame_init_saved_regs): Ditto.
10945 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10947 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10949 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10950 Add Richard Earnshaw to Arm maintainers.
10952 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10954 * defs.h (warning_begin): Delete declaration.
10956 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10959 2002-02-07 Michael Snyder <msnyder@redhat.com>
10961 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10962 Logic bug, remove misplaced else.
10964 2002-02-07 Klee Dienes <klee@apple.com>
10966 * fork-inferior.c (fork_inferior): Add '!' to the list of
10967 characters that need to be quoted when building a string for the
10968 shell. Quote '!' specifically with a backslash, since CSH chokes
10969 when trying to evaluate "str!str".
10971 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10973 * rdi-share/host.h: Only provide a typedef for bool if it is not
10976 2002-02-04 Michael Snyder <msnyder@redhat.com>
10978 * breakpoint.h (enum bptype): Add new overlay event bp type.
10979 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10981 * breakpoint.c (create_internal_breakpoint): New function.
10982 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10983 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10984 (create_thread_event_breakpoint): Ditto.
10985 (create_solib_event_breakpoint): Ditto.
10986 (create_overlay_event_breakpoint): New function.
10987 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10988 (update_breakpoints_after_exec): Delete and re-initialize
10989 overlay event breakpoints after an exec. Add FIXME comment
10990 about longjmp breakpoint.
10991 (print_it_typical): Ignore overlay event breakpoints.
10992 (print_one_breakpoint): Ditto.
10994 (bpstat_what): Do not stop for overlay event breakpoints.
10995 (delete_breakpoint): Don't delete overlay event breakpoints.
10996 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10997 (breakpoint_re_set): Re-create overlay event breakpoint.
10999 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11000 (overlay_manual_command): Disable overlay breakpoints.
11001 (overlay_off_command): Disable overlay breakpoints.
11003 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11005 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11006 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11007 to here from config/tm-arm.h.
11008 (coff_sym_is_thumb): Make static.
11009 (arm_elf_make_msymbol_special): New function.
11010 (arm_coff_make_msymbol_special): New function.
11011 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11012 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11013 (coff_sym_is_thumb): Delete declaration.
11014 (arm_elf_make_msymbol_special): Declare.
11015 (arm_coff_make_msymbol_special): Declare.
11016 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11017 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11019 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11021 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11023 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11025 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11026 * gdbarch.c gdbarch.h: Regenerate.
11027 * arch-utils.c (default_print_float_info): New function.
11028 * arch-utils.h (default_print_float_info): Prototype it.
11029 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11030 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11031 (PRINT_FLOAT_INFO): Document it.
11033 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11034 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11035 (PRINT_FLOAT_INFO): Define.
11037 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11039 * win32-nat.c (_initialize_check_for_gdb_ini):
11040 Add typecast to sprintf argument to suppress a warning.
11042 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11044 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11045 to allow easier handling of pass state.
11046 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11047 that gives exception name and address.
11048 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11049 and set last_sig value to ourstatus->value.sig. Some missing
11051 (child_continue): Correctly report continue_status.
11052 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11053 TARGET_SIGNAL_0 (new default value).
11054 (child_resume): consider sig argument passed to decide if
11055 the exception should be passed to debuggee or not.
11057 2002-02-05 Michael Snyder <msnyder@redhat.com>
11059 * regcache.c (fetch_register): Call target_fetch_register
11060 only if we don't call FETCH_PSEUDO_REGISTER.
11061 (store_register): Call target_store_register only if we
11062 don't call STORE_PSEUDO_REGISTER.
11064 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11066 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11067 ELF_MAKE_MSYMBOL_SPECIAL.
11068 * gdbarch.c, gdbarch.h: Regenerate.
11069 * arch-utils.c (default_make_msymbol_special): New function.
11070 * arch-utils.h (default_make_msymbol_special): Export.
11071 * elfread.c (elf_symtab_read): Compile use of
11072 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11074 * coffread.c (coff_symtab_read): Ditto, for
11075 COFF_MAKE_MSYMBOL_SPECIAL.
11077 2002-02-05 Jim Blandy <jimb@redhat.com>
11079 * solib-svr4.c (svr4_truncate_ptr): New function.
11080 (svr4_relocate_section_addresses): Do the address arithmetic with
11081 the appropriate truncation for target addresses, even when
11082 CORE_ADDR is larger than a target address.
11084 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11086 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11089 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11091 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11094 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11096 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11098 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11100 * gdbserver/linux-low.c: Remove unused include files.
11102 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11104 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11105 (read_inferior_memory): Use it.
11106 (write_inferior_memory): Likewise.
11108 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11110 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11111 grubbing through sys_errlist.
11113 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11115 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11117 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11118 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11120 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11122 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11123 (do_sfunc, set_cmd_sfunc): New functions.
11125 * command.h (struct cmd_list_element): Add field func.
11126 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11127 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11128 * cli/cli-decode.h: Ditto.
11130 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11131 (help_all, help_cmd_list): Ditto.
11132 (find_cmd, complete_on_cmdlist): Ditto.
11133 * top.c (execute_command): Ditto.
11135 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11138 * infcmd.c (notice_args_read): Fix function signature.
11140 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11141 * cli/cli-decode.c (add_set_cmd): Ditto.
11142 * utils.c (initialize_utils): Ditto.
11143 * maint.c (_initialize_maint_cmds): Ditto.
11144 * infrun.c (_initialize_infrun): Ditto.
11145 * demangle.c (_initialize_demangler): Ditto.
11146 * remote.c (add_packet_config_cmd): Ditto.
11147 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11148 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11149 * proc-api.c (_initialize_proc_api): Ditto.
11150 * kod.c (_initialize_kod): Ditto.
11151 * valprint.c (_initialize_valprint): Ditto.
11152 * top.c (init_main): Ditto.
11153 * infcmd.c (_initialize_infcmd): Ditto.
11154 * corefile.c (_initialize_core): Ditto.
11155 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11156 * arch-utils.c (initialize_current_architecture): Ditto.
11157 (_initialize_gdbarch_utils): Ditto.
11158 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11160 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11161 * wince.c (_initialize_inftarg): Ditto.
11162 * symfile.c (_initialize_symfile): Ditto.
11163 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11164 * language.c (_initialize_language): Ditto.
11165 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11167 2002-02-04 Michael Snyder <msnyder@redhat.com>
11169 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11171 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11173 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11174 Add rules for building the register data files.
11176 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11178 * regformats/regdat.sh: Add braces to the definition of
11179 expedite_regs_${arch}.
11181 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11183 * regformats/regdef.h (struct reg): Add comment describing the
11184 requirements for offset and size fields.
11186 2002-02-04 Andreas Schwab <schwab@suse.de>
11188 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11189 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11191 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11193 * gdbarch.sh (copyright): Update years in generated header.
11194 (SMASH_TEXT_ADDRESS): Add rule.
11195 * gdbarch.h, gdbarch.c: Re-generate.
11196 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11197 * dbxread.c: Likewise.
11198 * dwarfread.c: Likewise.
11199 * elfread.c: Likewise.
11200 * somread.c: Likewise.
11202 * arm-tdep.c (arm_smash_text_address): New function.
11203 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11205 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11207 Add support for hardware watchpoints on win32 native.
11208 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11209 CONTEXT_DEBUG_REGISTERS.
11210 (dr variable): New variable. Static array containing a local copy
11211 of debug registers.
11212 (debug_registers_changed): New variable. Reflects when debug registers
11213 are changed and need to be written to inferior.
11214 (debug_registers_used): New variable. Reflects when any debug register
11215 was set, used when new threads are created.
11216 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11218 (thread_rec): Set dr array if id is the thread of current_event .
11219 (child_continue, child_resume): Change the debug registers for all
11220 threads if debug_registers_changed.
11221 (child_add_thread): Change the debug registers if debug_registers_used.
11222 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11223 Link nm.h to new nm-cygwin.h file.
11224 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11225 of hardware registers.
11227 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11229 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11230 Restore behavour broken by 2002-01-20 Andrew Cagney
11231 <ac131313@redhat.com> IEEE_FLOAT removal.
11233 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11235 * c-valprint.c (c_val_print): Pass a proper valaddr to
11236 cp_print_class_method.
11237 * valops.c (search_struct_method): If there is only one method
11238 and args is NULL, return that method.
11240 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11242 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11243 accessing tag_name directly.
11245 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11247 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11248 of accessing tag_name directly.
11250 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11253 * gdbtypes.c (replace_type): New function.
11254 * gdbtypes.h (replace_type): Add prototype.
11255 * stabsread.c (read_type): Use replace_type.
11257 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11259 * Makefile.in (memattr.o): Add missing dependencies rule.
11261 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11263 * breakpoint.c (break_at_finish_command): Really export.
11264 (break_at_finish_at_depth_command): Ditto.
11265 (tbreak_at_finish_command): Ditto.
11266 * hppa-tdep.c: Include completer.h.
11267 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11268 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11270 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11272 * utils.c (do_write): New function.
11273 (error_stream): Rewrite combining the code from error_begin and
11275 (verror): Rewrite using error_stream.
11276 (error_begin): Delete function.
11278 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11280 * utils.c (error_begin): Make static.
11281 * defs.h (error_begin): Delete declaration.
11283 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11284 (decode_line_1): Use cplusplus_error instead of error_begin,
11285 cplusplus_hint and return_to_top_level.
11286 * coffread.c (coff_symfile_read): Use error instead of error_begin
11287 and return_to_top_level.
11288 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11290 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11292 * language.h (type_error, range_error): Make string parameter
11294 * language.c (warning_pre_print): Delete extern declaration.
11295 * dwarfread.c (warning_pre_print): Ditto.
11296 * language.c (type_error, range_error): Rewrite to use verror and
11297 vwarning instead of warning_begin.
11299 2002-02-01 Michael Snyder <msnyder@redhat.com>
11301 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11302 (set_ignore_count): Move misplaced comment back where it belongs.
11304 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11306 * command.h (NO_FUNCTION): Delete macro.
11307 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11308 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11309 * tracepoint.c (_initialize_tracepoint): Ditto.
11310 * cli/cli-decode.c (add_set_cmd): Ditto.
11311 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11313 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11315 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11316 Update ``this'' pointer when calling virtual functions.
11318 2002-02-01 Michael Snyder <msnyder@redhat.com>
11320 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11321 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11323 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11325 * regformats/reg-arm.dat: New file.
11326 * regformats/reg-i386.dat: New file.
11327 * regformats/reg-ia64.dat: New file.
11328 * regformats/reg-m68k.dat: New file.
11329 * regformats/reg-mips.dat: New file.
11330 * regformats/reg-ppc.dat: New file.
11331 * regformats/reg-sh.dat: New file.
11332 * regformats/regdef.h: New file.
11333 * regformats/regdat.sh: New file.
11335 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11337 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11338 (arm_frame_args_address, arm_frame_locals_address): New functions.
11339 (arm_frame_num_args): New function.
11340 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11341 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11342 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11344 2002-01-31 Michael Snyder <msnyder@redhat.com>
11346 * breakpoint.c (break_at_finish_command): Export.
11347 (break_at_finish_at_depth_command): Export.
11348 (tbreak_at_finish_command): Export.
11349 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11350 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11351 "txbreak" commands, which are HPPA specific.
11353 * printcmd.c (disassemble_command): Remove an ancient
11354 artifact of an old merge.
11356 * symfile.h (enum overlay_debugging_state):
11357 Define enum constant values for overlay mode.
11358 * symfile.c (overlay_debugging): Use enums instead of literals.
11359 (overlay_is_mapped, overlay_auto_command,
11360 overlay_manual_command): Ditto.
11362 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11363 breakpoint_here_p, breakpoint_inserted_here_p,
11364 breakpoint_thread_match, bpstat_stop_status,
11365 describe_other_breakpoints, check_duplicates, clear_command):
11366 Coding standard fixes.
11368 * target.c (target_xfer_memory): Add spaces, coding standard.
11369 (do_xfer_memory): Add missing line to trust-readonly
11370 code: check bfd SEC_READONLY flag for section.
11372 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11374 * PROBLEMS: Fix typo, 5.1->5.1.1.
11376 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11378 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11379 data symbols, since we search based on textlow and texthigh.
11380 (find_pc_sect_symtab): Likewise.
11382 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11384 * defs.h (vwarning): Declare.
11385 * utils.c (vwarning): New function.
11386 (warning): Call vwarning.
11387 (warning_begin): Delete function.
11389 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11390 the warning message.
11391 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11394 2002-01-30 Michael Snyder <msnyder@redhat.com>
11396 * NEWS: Mention "set trust-readonly-sections" command.
11397 Mention generate-core-file command.
11399 2002-01-15 Michael Snyder <msnyder@redhat.com>
11401 * target.c: New command, "set trust-readonly-sections on".
11402 (do_xfer_memory): Honor the suggestion to trust readonly sections
11403 by reading them from the object file instead of from the target.
11404 (initialize_targets): Register command "set trust-readonly-sections".
11406 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11408 * parse.c (target_map_name_to_register): Simplify, search regs and
11409 pseudo-regs using a single loop.
11411 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11413 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11415 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11417 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11418 * config/i386/i386v42mp.mh: Add i387-nat.o .
11419 * i386v4-nat.c: Include i387-nat.h.
11420 (supply_fpregset): Use i387_supply_fsave.
11421 (fill_fpregset): Use i387_fill_fsave.
11423 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11425 * arm-tdep.c (arm_call_dummy_words): Define.
11426 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11427 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11428 (CALL_DUMMY_WORDS): Define.
11429 (arm_call_dummy_words): Declare.
11430 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11431 (arm_linux_call_dummy_words): Declare.
11433 2002-01-30 Andreas Schwab <schwab@suse.de>
11435 * m68klinux-nat.c: Fix last change to use regcache_collect
11436 instead of referencing registers[] directly.
11438 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11440 * parse.c (target_map_name_to_register): Delete code wrapped in
11441 #ifdef REGISTER_NAME_ALIAS_HOOK.
11443 2002-01-28 Michael Snyder <msnyder@redhat.com>
11445 * regcache.c (legacy_read_register_gen): Need to be able to
11446 read pseudo-register as well as real register.
11447 (legacy_write_register_gen): Ditto.
11449 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11451 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11452 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11453 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11454 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11455 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11456 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11457 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11458 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11459 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11460 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11461 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11462 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11463 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11464 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11465 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11466 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11467 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11468 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11469 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11470 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11472 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11474 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11475 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11476 (initialize_current_architecture): Update target_byte_order using
11477 information from BFD.
11478 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11479 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11481 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11483 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11484 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11486 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11487 #ifdef INVALID_FLOAT.
11488 * infcmd.c (do_registers_info): Ditto.
11489 * values.c (unpack_double): Ditto. Add comment.
11491 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11492 already commented out.
11494 2002-01-26 Andreas Schwab <schwab@suse.de>
11496 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11497 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11498 registers and add support for PTRACE_GETREGS.
11500 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11502 GDB 5.1.1 released from 5.1 branch.
11503 * NEWS: Add 5.1.1 news.
11504 * README: Sync with 5.1 branch.
11506 2002-01-23 Fred Fish <fnf@redhat.com>
11508 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11509 stabstring on initial malloc. Reallocing will copy it for us,
11512 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11514 * Makefile.in (hpread_h): Delete.
11515 (HFILES_NO_SRCDIR): Remove hpread.h.
11516 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11517 (hpread.o): Update dependencies.
11518 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11520 * hp-psymtab-read.c: Remove file.
11521 * hp-symtab-read.c: Remove file.
11522 * hpread.h: Remove file.
11524 * hpread.c: Merge all contents of hp-psymtab-read.c,
11525 hp-symtab-read.c and hpread.h into this file, as it was prior to
11528 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11529 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11530 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11531 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11533 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11535 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11536 fill_gregset): Call gdbarch_tdep() just once, assign result to
11537 variable and use that, instead of calling the function several
11540 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11542 * configure.host: Accept sparcv9 as alias for sparc64.
11543 * configure.tgt: Likewise.
11545 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11547 * solib-aix5.c (build_so_list_from_mapfile)
11548 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11549 arguments is not reversed.
11550 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11551 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11553 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11555 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11556 modified version of obsolete sh_fetch_pseudo_register.
11557 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11558 (sh4_register_read): New function.
11559 (sh_pseudo_register_write): New function. Renamed and modified
11560 version of obsolete sh_store_pseudo_register.
11561 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11562 (sh4_register_write): New function.
11563 (sh_gdbarch_init): Remove setting of gdbarch function
11564 fetch_pseudo_register and store_pseudo_register. Remove setting of
11565 register_convert_to_raw, register_convert_to_virtual,
11566 register_convertible.
11567 (sh_sh4_register_convertible): Delete. No longer needed. All is
11568 taken care by architecture specific functions
11569 register_read/register_write.
11570 (sh_sh4_register_convert_to_virtual): Make static.
11571 (sh_sh4_register_convert_to_raw): Ditto.
11573 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11575 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11576 (floatformat_is_nan, floatformat_mantissa): Ditto.
11578 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11579 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11580 builtin_type_ieee_double_little,
11581 builtin_type_ieee_double_littlebyte_bigword,
11582 builtin_type_m68881_ext, builtin_type_i960_ext,
11583 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11584 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11585 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11586 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11588 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11590 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11591 parameter. Set frameless flag if it exists and depended of
11592 whether the scanned function is frameless or not.
11593 (xstormy16_skip_prologue): If function is frameless, return
11594 result of xstormy16_scan_prologue().
11595 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11598 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11600 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11601 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11602 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11603 sh_sh4_register_byte, sh_sh4_register_raw_size,
11604 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11605 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11606 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11607 sh_store_pseudo_register, sh_do_pseudo_register): Call
11608 gdbarch_tdep() just once, assign result to variable and use that,
11609 instead of calling the function several times.
11611 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11613 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11614 macros instead of LAST_FPU_CTRL_REGNUM.
11615 (store_register): Likewise.
11617 2002-01-21 Jim Blandy <jimb@redhat.com>
11619 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11620 is up-to-date before running the program, not just when a program
11623 2002-01-21 Fred Fish <fnf@redhat.com>
11625 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11626 when we have found all instructions we are looking for.
11628 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11630 * arm-tdep.c (arm_register_name): New function.
11631 (arm_registers_names): Make static.
11632 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11633 (arm_register_name): Declare.
11634 (REGISTER_NAME): Use it.
11636 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11637 Kevin Buettner <kevinb@redhat.com>
11639 Convert arm targets to new FRAME interface.
11640 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11641 (arm_frame_find_save_regs): Delete.
11642 (arm_frame_init_saved_regs): New.
11643 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11644 Allocate extra_info as required. Convert all uses of fsr.regs
11645 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11647 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11648 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11649 (check_prologue_cache, save_prologue_cache): Likewise.
11650 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11651 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11652 (FRAME_FIND_SAVED_REGS): Delete.
11653 (arm_frame_find_saved_regs): Delete prototype.
11654 (arm_frame_init_saved_regs): New prototype.
11655 (FRAME_INIT_SAVED_REGS): Define.
11657 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11659 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11661 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11663 From Jeff Law <law@redhat.com>:
11664 * infttrace.c: Include <sys/pstat.h>.
11665 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11666 exec file if the ttrace equivalent fails.
11668 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11670 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11671 (closeLogFile): Ditto.
11673 2002-01-20 Michael Chastain <mec@shout.net>
11675 * top.c (print_gdb_version): Bump copyright year to 2002.
11677 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11679 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11680 Zannoni and Eli Zaretskii.
11682 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11684 * buildsym.c: Update copyright years.
11685 * c-typeprint.c: Likewise.
11686 * dwarf2read.c: Likewise.
11687 * f-typeprint.c: Likewise.
11688 * gdbtypes.c: Likewise.
11689 * gdbtypes.h: Likewise.
11690 * hp-symtab-read.c: Likewise.
11691 * hpread.c: Likewise.
11692 * mdebugread.c: Likewise.
11693 * p-typeprint.c: Likewise.
11695 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11697 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11698 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11699 byte-order selectable.
11700 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11701 * arch-utils.c: Ditto.
11702 (set_endian): Ditto.
11703 (set_endian_from_file): Ditto.
11704 * gdbserver/low-sim.c (create_inferior): Ditto.
11705 * gdbarch.sh: Ditto.
11706 * gdbarch.h: Re-generate.
11707 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11708 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11709 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11710 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11711 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11712 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11713 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11714 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11716 * config/mips/tm-wince.h: Remove #undef of macro
11717 TARGET_BYTE_ORDER_SELECTABLE.
11718 * config/sh/tm-wince.h: Ditto.
11720 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11722 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11723 member function fields. Add accessor macro
11724 TYPE_FN_FIELD_ARTIFICIAL.
11725 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11726 * c-typeprint.c (c_type_print_base): Skip artificial member
11729 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11731 * f-typeprint.c: Delete unused function f_type_print_args.
11732 * p-typeprint.c: Delete unused function pascal_type_print_args.
11734 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11736 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11737 comment. Add ``artificial'' to ``union field_location''.
11739 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11741 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11742 * mdebugread.c (parse_symbol): Likewise.
11743 * stabsread.c (define_symbol): Likewise.
11744 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11745 initializing TYPE_FIELD_BITPOS to n (obsolete).
11746 (hpread_doc_function_type): Likewise.
11747 * hpread.c (hpread_function_type): Likewise.
11749 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11751 * configure.in (host_makefile_frag): Only require a host makefile
11752 fragment when a native build.
11753 * configure: Re-generate.
11755 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11757 * doublest.h (floatformat_from_type): Declare.
11758 * doublest.c (floatformat_from_type): New function.
11759 (convert_typed_floating): Use.
11761 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11762 call to function floatformat_from_type.
11764 * gdbarch.sh (IEEE_FLOAT): Delete.
11765 * gdbarch.h, gdbarch.c: Re-generate.
11766 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11767 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11768 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11769 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11770 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11771 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11772 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11773 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11774 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11775 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11776 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11777 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11779 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11780 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11781 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11782 * sh-tdep.c (sh_gdbarch_init): Ditto.
11783 * mips-tdep.c (mips_gdbarch_init): Ditto.
11784 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11785 * cris-tdep.c (cris_gdbarch_init): Ditto.
11787 2002-01-20 Jiri Smid <smid@suse.cz>
11789 * configure.host, configure.tgt: Support x86-64.
11790 * NEWS: Note new target x86-64.
11792 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11793 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11794 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11795 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11796 x86-64-linux-nat.o): Fix dependencies.
11798 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11800 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11801 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11802 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11803 * config/sparc/xm-sun4os4.h: Delete file.
11804 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11806 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11808 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11809 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11810 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11811 * config/i386/i386lynx.mh (XM_FILE): Delete.
11812 * config/rs6000/xm-rs6000ly.h: Delete file.
11813 * config/sparc/xm-sparclynx.h: Delete file.
11814 * config/m68k/xm-m68klynx.h: Delete file.
11815 * config/i386/xm-i386lynx.h: Delete file.
11816 * config/xm-lynx.h: Delete file.
11817 * config/djgpp/fnchange.lst: Update.
11819 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11821 * alpha-tdep.c (alpha_register_byte): New function.
11822 (alpha_register_raw_size): Ditto.
11823 (alpha_register_virtual_size): Ditto.
11824 (alpha_skip_prologue_internal): Renamed from
11825 alpha_skip_prologue.
11826 (alpha_skip_prologue): New version that calls
11827 alpha_skip_prologue_internal.
11828 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11829 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11830 second argument from alpha_skip_prologue.
11831 (REGISTER_BYTE): Use alpha_register_byte.
11832 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11833 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11834 (FRAMELESS_FUNCTION_INVOCATION): Use
11835 generic_frameless_function_invocation_not.
11836 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11837 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11839 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11841 * config/mips/xm-news-mips.h: Delete file.
11842 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11844 * config/m88k/xm-m88k.h: Delete file.
11845 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11846 * config/m88k/xm-delta88v4.h: Ditto.
11847 * config/m88k/xm-delta88.h: Ditto.
11849 * config/alpha/xm-fbsd.h: Delete file.
11850 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11852 * config/sparc/xm-sparc.h: Delete file.
11853 * Makefile.in (xm-sun4os4.h): Delete dependency.
11854 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11855 * config/sparc/xm-sun4os4.h: Ditto.
11856 * config/sparc/xm-linux.h: Ditto.
11858 * config/i386/xm-windows.h: Delete file.
11860 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11862 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11863 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11865 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11867 * alpha-tdep.c (alpha_call_dummy_words): New.
11868 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11869 (CALL_DUMMY_P): Define.
11870 (CALL_DUMMY_WORDS): Define.
11871 (SIZEOF_CALL_DUMMY_WORDS): Define.
11873 2002-01-19 Per Bothner <per@bothner.com>
11875 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11876 isn't NULL, which can happen with some gcj-3.x-produced code.
11878 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11880 * alpha-tdep.c (alpha_register_virtual_type): New function.
11881 (alpha_init_frame_pc_first): Ditto.
11882 (alpha_fix_call_dummy): Ditto.
11883 (alpha_store_struct_return): Ditto.
11884 (alpha_extract_struct_value_address): Ditto.
11885 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11886 alpha_register_virtual_type.
11887 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11888 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11889 alpha_extract_struct_value_address.
11890 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11891 (INIT_FRAME_PC): Use init_frame_pc_noop.
11892 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11894 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11896 * i386gnu-nat.c: Include "i386-tdep.h".
11897 (fetch_fpregs): Simplify code dealing with uninitialized floating
11898 point states such that it doesn't require FP7_REGNUM.
11900 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11902 * alpha-tdep.c (frame_extra_info): New.
11903 (alpha_find_saved_regs): Make static. Use
11905 (alpha_frame_init_saved_regs): New function.
11906 (alpha_frame_saved_pc): Use frame->extra_info.
11907 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11908 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11909 (init_extra_frame_info): Rename to...
11910 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11911 (alpha_print_extra_frame_info): New function.
11912 (alpha_frame_locals_address): Ditto.
11913 (alpha_frame_args_address): Ditto.
11914 (alpha_pop_frame): Use frame->extra_info.
11915 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11916 alpha_frame_args_address.
11917 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11918 (alpha_find_saved_regs): Remove prototype.
11919 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11920 (EXTRA_FRAME_INFO): Remove.
11921 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11922 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11924 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11926 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11927 (alpha_cannot_fetch_register): Ditto.
11928 (alpha_cannot_store_register): Ditto.
11929 (alpha_register_convertible): Ditto.
11930 (alpha_use_struct_convention): Ditto.
11931 * config/alpha/tm-alpha.h: Update copyright years.
11932 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11933 (INNER_THAN): Use core_addr_lessthan.
11934 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11935 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11936 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11937 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11938 (FRAME_CHAIN): Remove unnecessary cast.
11940 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11942 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11945 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11947 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11948 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11949 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11950 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11951 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11952 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11953 * x86-64-linux-nat.c: Ditto.
11955 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11957 * alpha-tdep.c (alpha_register_name): New function.
11958 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11959 (REGISTER_NAME): Define.
11961 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11963 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11965 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11967 * alpha-tdep.c: Update copyright years.
11968 (alpha_next_pc): New function.
11969 (alpha_software_single_step): Ditto.
11970 * config/alpha/tm-alpha.h: Add prototype for
11971 alpha_software_single_step.
11973 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11975 * alphabsd-nat.c: Update copyright years.
11976 (fill_gregset): Use regcache_collect.
11977 (fill_fpregset): Likewise.
11978 (fetch_inferior_registers): Only fetch integer registers
11979 if requested to do so.
11980 (store_inferior_registers): Only store integer registers
11981 if requested to do so.
11983 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11985 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11986 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11987 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11988 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11989 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11990 * config/arm/linux.mh (XDEPFILES): Delete.
11991 * config/arm/nbsd.mh (XDEPFILES): Delete.
11992 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11993 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11994 * config/i386/i386m3.mh (XDEPFILES): Delete.
11995 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11996 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11997 * config/i386/fbsd.mh (XDEPFILES): Delete.
11998 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11999 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12000 * config/i386/i386v4.mh (XDEPFILES): Delete.
12001 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12002 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12003 * config/i386/i386aix.mh (XDEPFILES): Delete.
12004 * config/i386/go32.mh (XDEPFILES): Delete.
12005 * config/i386/cygwin.mh (XDEPFILES): Delete.
12006 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12007 * config/i386/i386mach.mh (XDEPFILES): Delete.
12008 * config/i386/i386v32.mh (XDEPFILES): Delete.
12009 * config/i386/linux.mh (XDEPFILES): Delete.
12010 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12011 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12012 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12013 * config/i386/i386sco.mh (XDEPFILES): Delete.
12014 * config/i386/i386v.mh (XDEPFILES): Delete.
12015 * config/i386/nbsd.mh (XDEPFILES): Delete.
12016 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12017 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12018 * config/i386/symmetry.mh (XDEPFILES): Delete.
12019 * config/i386/obsd.mh (XDEPFILES): Delete.
12020 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12021 * config/ia64/linux.mh (XDEPFILES): Delete.
12022 * config/ia64/aix.mh (XDEPFILES): Delete.
12023 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12024 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12025 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12026 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12027 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12028 * config/m68k/linux.mh (XDEPFILES): Delete.
12029 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12030 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12031 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12032 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12033 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12034 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12035 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12036 * config/m88k/delta88.mh (XDEPFILES): Delete.
12037 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12038 * config/m88k/m88k.mh (XDEPFILES): Delete.
12039 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12040 * config/mips/linux.mh (XDEPFILES): Delete.
12041 * config/mips/irix6.mh (XDEPFILES): Delete.
12042 * config/mips/irix5.mh (XDEPFILES): Delete.
12043 * config/mips/irix4.mh (XDEPFILES): Delete.
12044 * config/mips/irix3.mh (XDEPFILES): Delete.
12045 * config/mips/decstation.mh (XDEPFILES): Delete.
12046 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12047 (NATDEPFILES): Move core-aout.o to here.
12048 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12049 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12050 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12051 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12052 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12053 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12054 * config/pa/hpux11.mh (XDEPFILES): Delete.
12055 * config/powerpc/aix.mh (XDEPFILES): Delete.
12056 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12057 * config/powerpc/linux.mh (XDEPFILES): Delete.
12058 * config/romp/rtbsd.mh: Rename XDEPFILES.
12059 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12060 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12061 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12062 * config/s390/s390.mh (XDEPFILES): Delete.
12063 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12064 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12065 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12066 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12067 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12068 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12069 * config/sparc/linux.mh (XDEPFILES): Delete.
12070 * config/vax/vaxult.mh (XDEPFILES): Delete.
12071 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12072 * Makefile.in (DEPFILES): Remove XDEPFILES.
12074 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12076 * utils.c (internal_verror): Fix comments, default is yes not no.
12077 Update queries to match. Default to quit and dump core.
12079 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12081 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12083 * defs.h, event-top.c, gdbcmd.h: Ditto.
12084 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12085 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12086 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12087 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12088 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12089 * mi/mi-main.c:Ditto.
12091 * stack.c, symfile.c: Update copyright.
12093 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12095 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12096 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12097 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12098 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12100 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12102 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12103 * gdbserver/low-lynx.c (myattach): Likewise.
12104 * gdbserver/low-nbsd.c (myattach): Likewise.
12105 * gdbserver/low-sim.c (myattach): Likewise.
12106 * gdbserver/low-sparc.c (myattach): Likewise.
12107 * gdbserver/low-sun3.c (myattach): Likewise.
12109 * gdbserver/low-linux.c (myattach): New function.
12111 * gdbserver/server.c (attach_inferior): New function.
12112 (main): Handle "--attach".
12114 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12116 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12119 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12121 * c-typeprint.c (is_type_conversion_operator): Add additional
12122 check for non-conversion operators.
12124 2002-01-15 Michael Snyder <msnyder@redhat.com>
12126 * linux-proc.c: Add "info proc" command, a la procfs.c.
12127 (read_mapping): New function, abstract and re-use code.
12128 (linux_find_memory_regions): Use new func read_mapping.
12129 (linux_info_proc_cmd): New function, implement "info proc".
12130 (_initialize_linux_proc): Add new command "info proc".
12132 2002-01-15 Michael Snyder <msnyder@redhat.com>
12134 * symfile.c (generic_load): Use bfd_map_over_sections method
12135 instead of manipulating bfd structure members directly.
12136 (add_section_size_callback): New function, bfd sections callback
12137 used by generic_load.
12138 (load_sections_callback): New function, bfd sections callback
12139 used by generic_load.
12141 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12143 [Based on work by Jim Blandy]
12144 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12145 (builtin_type_vec128): Export.
12146 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12148 (builtin_type_vec128): New builtin type for 128 bit vector
12150 (build_gdbtypes): Initialize builtin_type_v16qi and
12151 builtin_type_v8hi. Create the vec128 register builtin type
12153 (build_builtin_type_vec128): New function.
12154 (_initialize_gdbtypes): Register builtin_type_v16qi and
12155 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12156 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12157 AltiVec register to new builtin type.
12159 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12161 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12164 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12166 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12167 CLEAN_UP_REGISTER_VALUE.
12168 * regcache.c (supply_register): Update only call.
12170 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12172 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12173 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12174 a29k-*-vxworks* targets as obsolete.
12176 2002-01-14 Michael Snyder <msnyder@redhat.com>
12178 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12179 until we can resolve portability issues.
12180 * gregset.h: Remove references to fpxregs.
12181 * gcore.c (gcore_command): Initialize note_sec to NULL.
12183 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12185 * signals.c (target_signal_to_name): Rewrite. Only use
12186 signals[].name when in bounds and non-NULL.
12188 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12190 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12191 * signals.c (target_signal_to_name): Verify that SIG is within the
12192 bounds of the signals array.
12194 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12196 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12198 2002-01-13 Keith Seitz <keiths@redhat.com>
12200 * stack.c (print_frame_info_base): Print the frame's pc
12201 only if when print_frame_info_listing_hook is not defined.
12203 2002-01-13 Keith Seitz <keiths@redhat.com>
12205 * varobj.c (varobj_set_value): Make sure that there were no
12206 errors evaluating the object before attempting to set its
12208 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12209 so this offset adjustment is no longer necessary.
12210 (create_child): Don't set the error flag if the child is
12211 a CPLUS_FAKE_CHILD.
12212 (value_of_child): If value_fetch_lazy fails, return NULL
12213 so that callers will be notified that an error occurred.
12214 (c_value_of_variable): Delay check of variable's validity
12215 until later. We actually want all structs and unions to have
12217 Do not return "???" for variables which could not be evaluated.
12218 This error condition must be returned to the caller so that it
12219 can get the error condition from gdb.
12220 (cplus_name_of_child): Adjust index for vptr before figuring
12221 out the name of the child.
12222 (cplus_value_of_child): If a child's (real) parent is not valid,
12223 don't even bother trying to give a value for it. Just return
12224 an error. Change all instances in this function.
12225 (cplus_type_of_child): If our parent is one of the "fake"
12226 parents, we need to get at the type of the real parent, and
12227 derive the child's true type using this information.
12229 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12231 From 2002-01-09 John Marshall <johnm@falch.net>:
12232 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12233 sources.redhat.com, and tweak some related URLs which had
12234 suffered from linkrot.
12236 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12239 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12240 structures passed in registers.
12242 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12244 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12245 white space which prevented compilation. Reported by DSK
12246 <dsk@student.unsw.edu.au>.
12248 2002-01-11 Michael Snyder <msnyder@redhat.com>
12250 * symfile.c (build_section_addr_info_from_section_tab):
12251 Use bfd access method instead of manipulating bfd directly.
12252 (syms_from_objfile): Ditto.
12253 (simple_overlay_update_1): Ditto.
12254 (simple_overlay_update): Ditto.
12255 (generic_load): Ditto.
12256 (overlay_unmapped_address): FIXME comment, bfd access methods.
12257 (sections_overlap): FIXME comment, bfd access methods.
12258 (pc_in_mapped_range): FIXME comment, bfd access methods.
12259 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12260 (section_is_mapped): FIXME comment, bfd access methods.
12261 (section_is_overlay): FIXME comment, bfd access methods.
12263 * symfile.c (generic_load): Whitespace and long line cleanups.
12264 Remove duplicate variable, change several local variables to
12265 more appropriate data types.
12266 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12268 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12270 From Peter Schauer:
12271 * language.c (longest_local_hex_string_custom): Use phex_nz to
12272 convert NUM to a hex string.
12274 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12276 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12278 Update Copyright year.
12280 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12282 * language.c (longest_raw_hex_string): Delete unused function.
12284 2002-01-11 Petr Sorfa <petrs@caldera.com>
12286 * MAINTAINERS (write-after-approval): Add myself.
12287 * dwarf2read.c (read_tag_string_type): Handling of
12289 (read_tag_string_type): FORTRAN fix to prevent propagation of
12291 (set_cu_language): Handling of DW_LANG_Fortran95
12293 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12295 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12296 GETPID(inferior_ptid).
12297 (store_inferior_registers): Likewise.
12299 2002-01-10 Jason Merrill <jason@redhat.com>
12301 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12304 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12306 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12307 and bfd/elf32-sh-nbsd.c.
12309 2002-01-10 Michael Snyder <msnyder@redhat.com>
12311 * NEWS: Mention --pid and corefile/proc-id behavior change.
12313 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12314 * gcore.c: Include cli/cli-decode.h instead of command.h.
12316 * main.c (captured_main): Add new command line option "--pid".
12317 If the second command line argument (following the symbol-file)
12318 begins with a digit, try to attach to it before trying to open
12320 (print_gdb_help): Document the "--pid" argument.
12322 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12324 * completer.c (command_completer): New function.
12326 * completer.h <command_completer>: Add prototype.
12328 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12329 completer for the "help" command.
12331 2002-01-09 Jason Merrill <jason@redhat.com>
12333 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12335 2002-01-09 Michael Snyder <msnyder@redhat.com>
12337 * i386-linux-nat.c (fill_fpxregset): Make global.
12338 (store_fpxregset): Ditto.
12340 * gregset.h (gdb_fpxregset_t): Define.
12341 (supply_fpxregset): Prototype.
12342 (fill_fpxregset): Prototype.
12344 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12346 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12348 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12349 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12350 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12352 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12354 * MAINTAINERS: Update target maintainer rules so that any
12355 Maintainer can approve a tested patch for a maintenance-only
12358 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12360 * MAINTAINERS (write-after-approval): Add myself.
12362 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12365 2002-01-08 Michael Snyder <msnyder@redhat.com>
12367 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12368 real name of the executable, rather than the /proc name.
12370 2002-01-03 Michael Snyder <msnyder@redhat.com>
12372 Implement a "generate-core-file" command in gdb, save target state.
12373 * gcore.c: New file. Implement new command 'generate-core-file'.
12374 Save a corefile image of the current state of the inferior.
12375 * linux-proc.c: Add linux-specific code for saving corefiles.
12376 * target.h (struct target_ops): Add new target vectors for saving
12377 corefiles; to_find_memory_regions and to_make_corefile_notes.
12378 (target_find_memory_regions): New macro.
12379 (target_make_corefile_notes): New macro.
12380 * target.c (update_current_target): Inherit new target methods.
12381 (dummy_find_memory_regions): New place-holder method.
12382 (dummy_make_corefile_notes): New place-holder method.
12383 (init_dummy_target): Initialize new dummy target vectors.
12384 * exec.c (exec_set_find_memory_regions): New function.
12385 Allow the exec_ops vector for memory regions to be taken over.
12386 (exec_make_note_section): New function, target vector method.
12387 * defs.h (exec_set_find_memory_regions): Export prototype.
12388 * procfs.c (proc_find_memory_regions): New function, corefile method.
12389 (procfs_make_note_section): New function, corefile method.
12390 (init_procfs_ops): Set new target vector pointers.
12391 (find_memory_regions_callback): New function.
12392 (procfs_do_thread_registers): New function.
12393 (procfs_corefile_thread_callback): New function.
12394 * sol-thread.c (sol_find_memory_regions): New function.
12395 (sol_make_note_section): New function.
12396 (init_sol_thread_ops): Initialize new target vectors.
12397 * inftarg.c (inftarg_set_find_memory_regions): New function.
12398 Allow to_find_memory_regions vector to be taken over.
12399 (inftarg_set_make_corefile_notes): New function.
12400 Allow to_make_corefile_notes vector to be taken over.
12401 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12402 interface layer if not target_has_execution (may be a corefile).
12403 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12404 * config/sparc/sun4sol2.mh: Ditto.
12405 * config/alpha/alpha-linux.mh: Ditto.
12406 * config/arm/linux.mh: Ditto.
12407 * config/i386/x86-64linux.mh: Ditto.
12408 * config/ia64/linux.mh: Ditto.
12409 * config/m68k/linux.mh: Ditto.
12410 * config/mips/linux.mh: Ditto.
12411 * config/powerpc/linux.mh: Ditto.
12412 * config/sparc/linux.mh: Ditto.
12414 2002-01-07 Michael Snyder <msnyder@redhat.com>
12416 * arm-linux-nat.c: Remove references to regcache.c internal data
12417 (registers[] and register_valid[]).
12419 2002-01-07 Michael Snyder <msnyder@redhat.com>
12421 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12422 so that attaching to a pid will automatically read the process's
12423 symbol file and shlibs.
12424 * Makefile.in: Add rule for linux-proc.o.
12425 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12426 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12427 * config/arm/linux.mh: Ditto.
12428 * config/i386/linux.mh: Ditto.
12429 * config/i386/x86-64linux.mh: Ditto.
12430 * config/ia64/linux.mh: Ditto.
12431 * config/m68k/linux.mh: Ditto.
12432 * config/mips/linux.mh: Ditto.
12433 * config/powerpc/linux.mh: Ditto.
12434 * config/sparc/linux.mh: Ditto.
12436 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12438 * win32-nat.c: Add i386-tdep.h dependency.
12440 2002-01-07 Michael Snyder <msnyder@redhat.com>
12442 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12443 instead of bfd_get_arch_size. Don't bail out just because
12444 there's no exec_bfd.
12446 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12447 * p-valprint.c (pascal_object_print_value): Ditto.
12448 * somread.c (som_symtab_read): Ditto.
12449 * symfile.c (simple_free_overlay_region_table): Ditto.
12450 * valops.c (value_assign): Ditto.
12452 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12453 use tilde_expand and strerror for opening save-tracepoints file.
12455 * thread-db.c (thread_db_new_objfile): Indendation fix.
12457 * infptrace.c (GDB_MAX_ALLOCA): New define.
12458 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12459 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12460 can be overridden with whatever value is appropriate to the host).
12461 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12462 alloca to allocate potentially large buffer.
12463 * rs6000-nat.c (child_xfer_memory): Ditto.
12464 * symm-nat.c (child_xfer_memory): Ditto.
12465 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12467 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12469 From Nick Clifton <nickc@redhat.com>
12470 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12472 2002-01-07 Michael Snyder <msnyder@redhat.com>
12474 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12475 Don't use exec_bfd if it's NULL.
12477 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12479 * valops.c (value_arg_coerce): Fix formatting.
12481 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12483 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12484 * gnu-nat.c: Ditto.
12486 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12488 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12489 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12490 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12491 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12492 z8k-coff have not been multi-arched. Update z8k-coff build
12495 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12497 * MAINTAINERS: Mark a29k target as obsolete.
12498 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12499 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12501 * NEWS: Note that a29k targets are obsolete.
12502 * a29k-tdep.c: Mark as obsolete.
12503 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12504 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12505 a29k-*-vxworks* targets as obsolete.
12506 * remote-adapt.c: Obsolete.
12507 * remote-eb.c: Obsolete.
12508 * remote-mm.c: Obsolete.
12509 * remote-udi.c: Obsolete.
12510 * config/a29k/a29k-udi.mt: Obsolete.
12511 * config/a29k/a29k.mt: Obsolete.
12512 * config/a29k/tm-a29k.h: Obsolete.
12513 * config/a29k/tm-vx29k.h: Obsolete.
12514 * config/a29k/vx29k.mt: Obsolete.
12516 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12518 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12519 with BFD_ENDIAN_BIG.
12521 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12523 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12524 * configure, config.in: Re-generate.
12525 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12526 * defs.h: Do not include <endian.h>.
12528 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12530 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12531 * config.in: Regenerate.
12532 * configure.in: Update copyright years.
12533 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12534 * configure: Regenerate.
12535 * i386bsd-nat.c: Update copyright years.
12536 (fill_gregset): Use regcache_collect.
12537 (fetch_inferior_registers): Only fetch integer registers
12538 if requested to do so. Add support for XMM registers
12539 using PT_GETXMMREGS.
12540 (store_inferior_registers): Only store integer registers
12541 if requested to do so. Add support for XMM registers
12542 using PT_SETXMMREGS.
12543 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12544 (store_inferior_registers): Remove.
12545 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12546 (fetch_elfcore_registers): New function.
12547 (i386nbsd_elfcore_fns): New.
12548 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12549 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12551 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12552 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12553 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12554 * config/i386/tm-nbsd.h: Update copyright years.
12555 (HAVE_SSE_REGS): Define.
12556 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12557 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12558 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12559 (SIGCONTEXT_PC_OFFSET): Remove.
12560 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12562 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12564 * configure.tgt: Remove powerpc-*-macos* target.
12565 * config/m68k/xm-mpw.h: Delete file.
12566 * config/xm-mpw.h: Delete file.
12567 * ser-mac.c: Delete file.
12568 * mpw-make.sed: Delete file.
12569 * mpw-config.in: Delete file.
12570 * mac-xdep.c: Delete file.
12571 * mac-gdb.r: Delete file.
12572 * mac-defs.h: Delete file.
12573 * mac-nat.c: Delete file.
12574 * config/powerpc/macos.mh: Delete file.
12575 * config/powerpc/macos.mt: Delete file.
12576 * config/powerpc/nm-macos.h: Delete file.
12577 * config/powerpc/tm-macos.h: Delete file.
12578 * source.c (openp, open_source_file): Remove obsolete code.
12579 * top.c (gdb_readline): Ditto.
12580 * utils.c (query): Ditto.
12581 * event-top.c (display_gdb_prompt): Ditto.
12582 * Makefile.in (ser-mac.o): Delete obsolete target.
12585 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12587 * defs.h (BIG_ENDIAN): Delete macro definition.
12588 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12589 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12590 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12591 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12592 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12593 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12594 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12595 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12596 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12597 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12598 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12599 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12600 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12601 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12602 * gdbarch.c: Re-generate.
12604 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12606 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12609 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12611 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12613 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12615 * value.h (value_ptr): Delete typedef.
12617 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12619 * i386nbsd-nat.c: Update copyright years.
12620 Include i386-tdep.h.
12622 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12624 * stabsread.c: Update copyright years.
12626 From Debashis Mahata <debashis.mahata@wipro.com>:
12627 (read_struct_fields): Deal with Sun C compiler erroneous stab
12628 output for structs and unions.
12631 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12633 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12636 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12638 * cp-abi.c: Fix whitespace.
12639 (baseclass_offset): New wrapper function.
12640 * cp-abi.h (baseclass_offset): Add prototype.
12641 (struct cp_abi_ops): Add baseclass_offset pointer.
12643 * valops.c (vb_match): Move to...
12644 * gnu-v2-abi.c (vb_match): here.
12645 * valops.c (baseclass_offset): Move to...
12646 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12648 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12650 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12651 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12652 * hpacc-abi.c (init_hpacc_ops): Likewise.
12654 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12656 * valops.c (find_overload_match): Accept obj as a
12657 reference parameter. Update it before returning.
12658 * value.h (find_overload_match): Update prototype.
12659 * eval.c (evaluate_subexp_standard): Pass object to
12660 find_overload_match by reference.
12662 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12664 * valarith.c: Replace value_ptr with struct value pointer. Remove
12665 register attribute from value declarations.
12668 * scm-lang.c (scm_lookup_name): Ditto.
12670 2002-01-03 Michael Snyder <msnyder@redhat.com>
12672 Abstract the functionality of iterating over mapped memory
12673 regions into a general purpose iterator function.
12674 * procfs.c (iterate_over_mappings): New function, general purpose
12675 iterator for memory sections.
12676 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12677 (solib_mappings_callback): New function, callback for above.
12678 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12679 (info_mappings_callback): New function, callback for above.
12681 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12683 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12685 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12686 * i386-tdep.c: Include "elf-bfd.h".
12687 (process_note_abi_tag_sections): New function.
12688 (i386_gdbarch_init): Add code to recognize various OS/ABI
12691 * maint.c (_initialize_maint_cmds): Add missing \ in
12694 For older changes see ChangeLog-2001
12700 version-control: never