4 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
5 Suggested by Joshua Neuheisel.
9 * gdbarch.sh (instruction_nullified): Delete.
10 * gdbarch.c: Regenerate.
11 * gdbarch.h: Regenerate.
12 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
14 (hppa_unwind_pc): Likewise.
15 (hppa_instruction_nullified): Delete.
16 (hppa_gdbarch_init): Don't set instruction_nullified method.
17 * infrun.c (infwait_states): Remove infwait_nullified_state.
18 (handle_inferior_event): Remove handling of infwait_nullified_state.
19 Remove handling of nullified instructions.
23 * inf-ttrace.c: Include <sys/mman.h>.
24 (struct inf_ttrace_page): New.
25 (struct inf_ttrace_page_dict): New.
26 (inf_ttrace_num_threads_in_syscall)
27 (inf_ttrace_reenable_page_protections): New variables.
28 (inf_ttrace_enable_syscall_events)
29 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
30 (inf_ttrace_add_page, inf_ttrace_insert_page)
31 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
32 (inf_ttrace_enable_page_protections)
33 (inf_ttrace_disable_page_protections)
34 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
35 (inf_ttrace_can_use_hw_breakpoint)
36 (inf_ttrace_region_size_ok_for_hw_watchpoint)
37 (inf_ttrace_stopped_by_watchpoint): New functions.
38 (inf_ttrace_him): Remove unsused varaible `tts'.
39 (inf_ttrace_create_inferior): Add assertionts.
40 (inf_ttrace_mourn_inferior): Clear page dictionary.
41 (inf_ttrace_attach): Set initial event mask.
42 (inf_ttrace_detach): Reset number of threads in system call.
43 (inf_ttrace_wait): Deal with system call events.
44 (inf_ttrace_target): Initialize "hardware" watchpoint-related
45 parts of the target vector.
46 (_initialize_inf_ttrace): New prototype and function.
48 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
49 type of `gp' variable.
53 * README: Remove config.if from directory listing.
57 * alpha-tdep.c (alpha_register_name): Add comment.
58 (alpha_cannot_fetch_register): Exclude registers numbers which
59 are no longer used from the list of registers that can be fetched.
60 (alpha_cannot_store_register): Exclude registers numbers which
61 are no longer used from the list of registers that can be stored.
62 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
63 core_reg_mapping array.
67 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
68 the register value from the correct frame.
72 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
73 (hppa_linux_in_dyncall): Check that we are inside the range of
74 $$dyncall, not necessarily at the first insn.
75 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
76 even if the pc does not point to the first insn of the trampoline.
80 * breakpoint.c (break_at_finish_command): Delete.
81 (break_at_finish_command_1): Delete.
82 (break_at_finish_at_depth_command): Delete.
83 (break_at_finish_at_depth_command_1): Delete.
84 (tbreak_at_finish_command): Delete.
85 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
90 * config/nm-gnu.h: Delete file.
91 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
93 * config/nm-sysv4.h: Delete file.
94 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
95 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
96 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
97 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
98 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
102 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
103 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
104 as can-commit architecture developers.
108 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
109 (sparc32_skip_prologue): Skip instructions that store arguments in
110 registers into their corresponding stack slots.
112 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
114 * config/m68k/obsd.mh (NAT_FILE): Likewise.
116 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
117 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
118 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
119 sparc32nbsd_elf_init_abi. Remove duplicate code.
121 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
122 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
123 * config/sparc/nm-nbsd.h: Remove file.
124 * config/sparc/nm-nbsdaout.h: Remove file.
126 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
127 (sparc_xfer_partial): New function.
128 (sparc_target): Save value of to_xfer_partial from ptrace vector.
131 * fork-child.c (fork_inferior): Fork instead of vfork if
132 PRE_TRACE_FUN is non-null.
136 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
137 compiler generated function calls made as part of a prologue.
141 * inf-ttrace.c: New file.
142 * inf-ttrace.h: New file.
143 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
144 Include "inf-ttrace.h".
145 (ss_mpsfu_high): Define to ss_tlsp if necessary.
146 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
147 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
149 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
150 instead of inf_ptrace_target.
151 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
152 * Makefile.in (inf_ttrace_h): New variable.
153 (hppa-hpux-nat.o): Update dependency.
154 (inf-ttrace.o): New dependency.
155 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
159 * arch-utils.c (generic_instruction_nullified): New.
160 * arch-utils.h (generic_instruction_nullified): New.
161 * gdbarch.sh (instruction_nullified): New method.
162 * gdbarch.c: Regenerate.
163 * gdbarch.h: Regenerate.
164 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
165 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
167 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
168 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
169 static. Rewrite to work directly off the passed regcache.
170 (hppa_gdbarch_init): Set instruction_nullified method.
174 * sparc-tdep.c (sparc_is_unimp_insn): New function.
175 (sparc32_frame_cache): For functions where there is no debugging
176 information to help us determine whether it's a struct-return
177 function or not, fallback on checking whether the instruction
178 at the return address is an "unimp" instruction or not.
182 * MAINTAINERS: Add myself to write after approval section.
184 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
185 hpux-thread.c to suppress children from running.
186 (hppa_hpux_child_can_run): New function.
187 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
188 * hpux-thread.c: Include string.h and hppa-tdep.h.
189 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
190 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
191 (hpux_thread_store_registers): Replace deprecated_registers with
192 calls to regcache_raw_read.
193 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
197 * sparc64fbsd-nat.c: Update copyright year.
198 (_initialize_sparc64fbsd_nat): Construct and add target vector.
199 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
204 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
208 * linux-nat.c (my_waitpid): New function.
209 (linux_test_for_tracefork): Make more robust and verbose. Take
210 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
211 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
212 argument. Update calls to linux_test_for_tracefork.
213 (linux_enable_event_reporting, child_follow_fork)
214 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
215 (child_insert_exec_catchpoint): Update calls to
216 linux_supports_tracefork and linux_supports_tracevforkdone.
220 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
221 (value_subscripted_rvalue): Likewise.
222 * valops.c (search_struct_field, value_slice): Likewise.
226 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
227 Reorder includes a bit. Fix comment.
228 * Makefile.in (inf-ptrace.o): Update dependencies.
232 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
233 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
234 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
235 to glibc_skip_solib_resolver.
236 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
238 * Makefile.in (m68klinux-tdep.o): Update dependencies.
242 * infttrace.h (ttrace_write_reg_64): Add prototype.
243 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
245 (store_inferior_registers): Correct formatting. Replace uses of
246 deprecated_registers with calls to regcache_raw_read,
247 regcache_raw_write_part and regcache_raw_read_part.
251 * config/pa/hppahpux.mh: Remove file.
252 * config/pa/hpux1020.mh: Remove file.
256 * configure.host: Set host floatformat for m68k.
260 * config/djgpp/fnchange.lst: Resolve file-name clash between
261 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
265 * hppa-hpux-nat.c: New file.
266 * config/pa/hpux.mh (NATDEPFILES): New file.
267 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
268 (hppa-hpux-nat.o): New dependency.
269 * configure.host: Remove hppa*-*-hpux10.20.
270 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
272 * inf-ptrace.c: Fix coding style.
274 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
275 * infptrace.c (call_ptrace): Simply call ptrace with four
278 * dbxread.c (process_one_symbol): Fix a few coding standard
279 issues. Improve code formatting.
281 * dbxread.c: Include "gdb_string.h".
282 (record_minimal_symbol, read_ofile_symtab): Replace
283 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
284 * Makefile.in (dbxread.o): Update dependencies.
286 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
287 of bytes read for aligned LEB128 encodings.
291 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
292 parse_and_eval_address to u_long before converting it to a pointer
294 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
295 ps_strings from int to u_long.
296 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
297 u_long instead of CORE_ADDR.
301 * dbxread.c (process_one_symbol): Do not adjust address of first
302 N_SLINE stab for a function for code generated by non-GCC
307 * solib-null.c: New file.
311 * MAINTAINERS: Drop MIPS and remote.
315 * findvar.c (value_of_register): Set the frame ID.
316 * value.c (value_primitive_field): Copy the frame ID.
317 * valops.c (value_assign): Simplify lval_register case, there's
322 * Makefile.in (mips-linux-tdep.o): Update dependencies.
323 * mips-linux-tdep.c: Include "regcache.h".
324 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
328 * Makefile.in (linux-thread-db.o): Fix typo in last change.
332 * linux-thread-db.c: New file, renamed from thread-db.c.
333 * thread-db.c: Remove.
334 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
335 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
336 to linux-thread-db.o.
337 * config/arm/linux.mh (NATDEPFILES): Likewise.
338 * config/i386/linux.mh (NATDEPFILES): Likewise.
339 * config/i386/linux64.mh (NATDEPFILES): Likewise.
340 * config/ia64/linux.mh (NATDEPFILES): Likewise.
341 * config/m32r/linux.mh (NATDEPFILES): Likewise.
342 * config/m68k/linux.mh (NATDEPFILES): Likewise.
343 * config/mips/linux.mh (NATDEPFILES): Likewise.
344 * config/pa/linux.mh (NATDEPFILES): Likewise.
345 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
346 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
347 * config/s390/s390.mh (NATDEPFILES): Likewise.
348 * config/sparc/linux.mh (NATDEPFILES): Likewise.
349 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
353 * config/i386/i386lynx.mh: Delete file.
354 * config/i386/i386lynx.mt: Delete file.
355 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
356 * i386ly-tdep.c: Delete.
358 * config/tm-lynx.h: Delete, inline contents ...
359 * config/rs6000/tm-rs6000ly.h: ... here.
361 * config/tm-sysv4.h: Delete file, inlining contents.
362 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
363 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
364 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
366 * regcache.h (deprecated_register_valid): Delete.
367 (deprecated_registers): Delete.
368 * regcache.c (deprecated_register_valid): Delete.
369 (deprecated_registers): Delete.
370 (deprecated_read_register_byte, _initialize_regcache)
371 (deprecated_write_register_bytes, build_regcache): Update.
372 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
374 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
375 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
377 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
378 v850-*-* under removed.
379 * configure.host: Delete ns32k-*-netbsd*.
380 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
381 ns32k-*-netbsd*, and v850*-*-*.
382 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
384 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
385 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
386 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
387 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
388 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
389 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
390 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
391 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
392 * v850-tdep.c: Delete.
396 * irix5-nat.c (fetch_core_registers): Replace use of
397 deprecated_registers by equivalent code.
401 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
402 with equivalent code.
403 (fill_fpregset): Likewise.
407 * MAINTAINERS: Do not list "Deleted" architectures.
409 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
410 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
412 * NEWS: Mention that vxworks was deleted.
413 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
414 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
415 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
416 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
417 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
418 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
419 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
420 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
421 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
422 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
423 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
424 * remote-vxmips.c, remote-vx.c: Delete.
425 * remote-vx68.c: Delete.
426 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
427 * config/m68k/os68k.mt, ada-lang.h: Ditto.
428 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
429 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
433 * config/i386/xm-go32.h: Don't include fopen-bin.h.
434 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
436 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
437 branch that doesn't define CRLF_SOURCE_FILES; always use
439 (print_source_lines_base, forward_search_command)
440 (reverse_search_command): Enable the code that accepts DOS-style
441 CRLF line endings on all platforms (this removes the need for
444 * defs.h: Fix wording of the comment before FOPEN_RB.
445 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
447 * config/djgpp/fnchange.lst: Group renames for opcode directory
450 * config/djgpp/djconfig.sh: Replace file names that don't exist
451 anymore with existing files, for checking the unpacked
454 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
455 Export pre-cooked values in configure-* targets that begin with
456 "@test -f stage_last".
460 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
461 * value.h (struct value): Update comment.
462 * valops.c (value_assign): Fold lval_reg_fame_relative into
464 * findvar.c (value_from_register, locate_var_value): Ditto.
468 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
469 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
470 (write_exp_msymbol): Remove conditional check for symbols starting
471 with $. Update comments.
475 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
476 so_lib_thread_start_addr.
477 * pa64solib.h (so_list): Forward declare.
478 (pa64_solib_thread_start_addr): Prototype.
479 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
480 (no_shared_libraries): Remove.
481 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
482 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
483 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
484 the elf solib handler to find the start address.
486 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
487 files to the target makefile.
488 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
489 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
490 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
492 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
493 files for symbol reading and shared library handling here.
494 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
495 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
496 without bringing in 64-bit support.
500 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
501 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
502 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
503 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
504 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
505 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
506 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
508 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
509 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
510 (VALUE_REGNUM): Define.
511 (struct value): Delete location.regnum, rename "regno" to
513 * value.c, valops.c, valarith.c, findvar.c: Update.
515 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
516 (VALUE_BITPOS): Delete.
517 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
518 * value.c (value_type, value_offset, value_bitpos)
519 (value_bitsize): New functions. Update references.
520 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
521 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
522 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
523 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
524 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
525 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
526 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
527 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
528 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
532 * cris-tdep.c (cris_register_offset): Delete, never called.
533 (cris_spec_reg_applicable): Delete cris_ver_sim.
534 * MAINTAINERS: List d10v as OBSOLETE.
535 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
536 FOPEN_WB et.al., defined by "fopen-bin.h".
540 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
541 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
542 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
543 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
547 * tui/tui-io.c: Don't include "terminal.h".
548 * Makefile.in (tui-io.o): Update dependencies.
552 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
553 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
554 set_gdbarch_regset_from_core_section for core file support.
555 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
560 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
561 stop_after_branch parameter and use it to determine if we should look
562 at the delay slot of the first branch insn to find prologue insns.
563 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
564 (hppa_frame_cache): Likewise.
568 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
569 register so that it can be unwound from anywhere in the prologue.
573 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
574 must invalidate lr_reg (so we don't try to save it again).
575 Ditto for cr_offset and cr_reg.
579 Committed by Andrew Cagney.
580 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
581 when an unexpected packet is received, as the target stubs
582 continually retransmit the same packet until ACKed.
586 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
591 * blockframe.c (inside_entry_func): Move to .....
592 * frame.c (inside_entry_func): ... here, and make static.
593 (backtrace_past_entry): New flag.
594 (get_prev_frame): Stop backtrace at the entry function if enabled
595 by flag. Update comments.
596 (_initialize_frame): Add command to set backtrace_past_entry flag.
597 * defs.h (inside_entry_func): Remove prototype.
601 * dwarf2read.c: Fix formatting.
605 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
606 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
607 macros with function declarations.
608 * value.c (coerce_ref, coerce_array, coerce_number)
609 (coerce_enum): New functions.
610 (value_as_long, value_as_address): Update.
611 * ada-lang.c (ada_coerce_ref, ada_value_binop)
612 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
613 * jv-lang.c (evaluate_subexp_java): Update.
614 * valarith.c (value_less, value_neg, value_complement)
615 (value_binop, value_add, value_subscript, value_x_binop)
616 (value_logical_not, value_sub): Update.
617 * valops.c (check_field, value_struct_elt, value_ind)
618 (value_find_oload_method_list, value_cast, value_assign): Update.
619 * eval.c (evaluate_subexp_standard): Update.
623 * mips-tdep.c (mips32_relative_offset): Change return type to
624 LONGEST, change argument type to ULONGEST. Fix sign-extension.
628 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
629 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
630 (hppa_fetch_pointer_argument): Likewise.
631 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
632 deprecated_read_memory_nobpt.
633 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
634 add_set_cmd sequence with add_setshow_boolean_cmd.
638 GDB 6.3 released from GDB 6.3 branch.
642 * values.c: Rename to ...
643 * value.c: ..., new file.
644 * Makefile.in: Update.
648 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
655 * value.h (struct value): Delete field bfd_section.
656 (VALUE_BFD_SECTION): Delete macro.
657 (COERCE_REF): Update.
658 (value_at, value_at_lazy): Delete asection parameter.
659 * printcmd.c (print_formatted, x_command): Update.
660 (do_examine): Delete asection parameter.
661 (next_section): Delete variable.
662 * valops.c (value_cast, value_at, value_at_lazy)
663 (value_coerce_function, value_addr, value_ind, value_string)
664 (find_rt_vbase_offset, value_full_object): Update.
665 * hpacc-abi.c (hpacc_virtual_fn_field)
666 (hpacc_value_rtti_type): Update.
667 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
668 (gnuv3_baseclass_offset): Update.
669 * f-valprint.c (f_val_print): Update.
670 * c-valprint.c (c_val_print): Update.
671 * p-valprint.c (pascal_val_print): Update.
672 * jv-valprint.c (java_value_print): Update.
673 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
674 * ada-lang.c (ada_value_primitive_packed_val)
675 (ada_evaluate_subexp): Update.
676 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
677 * expprint.c (print_subexp_standard): Update.
678 * infcall.c (call_function_by_hand): Update.
679 * valarith.c (value_add): Update.
680 * eval.c (evaluate_subexp_standard): Update.
681 * values.c (allocate_value, value_copy, value_static_field): Update.
682 * findvar.c (read_var_value, locate_var_value): Update.
686 * i386-linux-tdep.c: Include "dwarf2-frame.h".
687 * Makefile.in: Update all dependencies.
691 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
692 (sentinel_frame_unwinder): Add the prev_pc method.
693 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
694 available. Do not handle the sentinel-frame case.
695 * frame-unwind.h (frame_prev_register_ftype): Define.
696 (struct frame_unwind): Add prev_pc;
700 * configure.in: Check for ncurses/term.h.
701 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
702 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
703 * tui/tui.c: Don't include term.h.
704 * configure, config.in: Rebuilt.
708 * m68kbsd-nat.c: Include "inf-ptrace.h".
709 (_initialize_m68kbsd_nat): Fix pasto.
710 * Makefile.in (m68kbsd-nat.o): Update dependencies.
714 * infrun.c (debug_infrun): New variable.
715 (resume, proceed, wait_for_inferior): Annotate with debug messages.
716 (handle_inferior_event, keep_going): Likewise.
717 (_initialize_infrun): Register "set debug infrun" command.
721 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
722 PTRACE_EVENT_VFORKDONE.
723 (child_follow_fork): Adjust.
727 * README: Refer to 6.3, not 6.2, update directory listing droppng
728 references to intl/ and mmalloc/.
729 * PROBLEMS: Refer to 6.3 not 6.2.
731 * PROBLEMS: Delete no-longer applicable problems.
737 * Makefile.in (symfile-mem.o): Update dependencies.
738 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
739 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
740 * inf-ptrace.c (inf_ptrace_attach): Call
741 observer_notify_inferior_created.
742 * inftarg.c (child_attach): Likewise.
743 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
744 (symbol_file_add_from_memory): Take NAME argument. Use it for
745 the new BFD's filename.
746 (add_symbol_file_from_memory_command): Update call to
747 symbol_file_add_from_memory.
748 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
749 (symbol_file_add_from_memory_wrapper): New.
750 (_initialize_symfile_mem): Register add_vsyscall_page as an
751 inferior_created observer.
755 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
756 fetch_inferior_registers. Make static.
757 (m68kbsd_store_inferior_registers): Rename from
758 store_inferior_registers. Make static.
759 (_initialize_m68kbsd_nat): Construct and add target vector.
760 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
761 inftarg.o. Add inf-ptrace.o.
762 (NAT_FILE): Set to tm-solib.h.
763 (LOADLIBES): New variable.
764 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
765 inftarg.o. Add inf-ptrace.o.
766 (NAT_FILE): Delete variable.
767 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
768 inftarg.o. Add inf-ptrace.o.
769 (NAT_FILE): Set to tm-solib.h.
770 * config/m68k/nm-nbsdaout.h: Remove file.
774 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
775 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
776 (dwarf2_signal_frame_unwind): New.
777 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
778 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
782 * Makefile.in (mips64obsd-tdep.o): Fix typo.
784 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
785 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
786 to only include the structure members we actually need.
787 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
788 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
789 only include the structure members we actually need.
790 (mipsnbsd_init_abi): Update.
792 * mips64obsd-nat.c: Include "mips-tdep.h".
793 (MIPS64OBSD_NUM_REGS): Remove define.
794 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
795 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
796 floating-point registers correctly.
797 * Makefile.in (mips64obsd-nat.o): Update dependencies.
799 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
801 (mips64obsd_sigframe_init): New function.
802 (mips64obsd_sigframe): New variable.
803 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
805 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
809 * alpha-mdebug-tdep.c: #include mdebugread.h.
810 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
811 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
815 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
816 CFI and the init_reg method leave the register unspecified.
817 Include the register name in the "Incomplete CFI data" complaint.
818 Supress leading zeros in the address.
822 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
823 skipping a personality routine in a CIE augmentation.
827 * defs.h (fatal, vfatal): New function prototypes.
828 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
830 (backtrace_command): Change to call backtrace_command_stub via
831 catch_errors instead of calling backtrace_command_1 directly.
832 (backtrace_full_command): Ditto.
833 * utils.c (error_stream_1): New static function.
834 (verror): Change to call error_stream_1 instead of error_stream.
835 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
836 (vfatal, fatal): New functions.
840 * stack.c (parse_frame_specification_1): Clear selected_frame_p
841 when not using selected frame.
845 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
846 personality routine in a CIE augmentation.
850 * stack.c (set_current_sal_from_frame): New function.
851 (print_args_stub): Use it.
852 (print_frame_info): Don't set sal here.
856 * dwarf2-frame.c (read_encoded_value): Change type of third
857 argument to `unsigned char *'. Add support for LEB128 encodings.
861 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
862 prevent cross-objfile references.
863 (make_cv_type): Doc fix. Don't create cross-objfile references,
865 (replace_type): Add assertion to prevent cross-objfile references.
866 (check_typedef): Never resolve a stub type by copying over a type
871 * Makefile.in (m32r-tdep.o): Update dependencies.
872 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
873 ABI-specific overrides.
877 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
878 unnecessary parallel execution bit.
879 (m32r_memory_remove_breakpoint): Ditto.
880 (m32r_breakpoint_from_pc): Update.
884 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
885 frame_func_unwind to locate the unwind entry.
886 (hppa_frame_this_id): Likewise.
890 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
891 packet, obsolete configurations, end-of-life deprecated_registers.
895 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
896 encodings as well as unsigned encodings.
900 * value.h (COERCE_VARYING_ARRAY): Delete.
901 * valops.c (value_cast, value_slice): Delete use.
902 * valarith.c (value_subscript, value_concat): Delete use.
906 * NEWS: GDB understands GNAT Ada.
910 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
911 (amd64-sol2-tdep.o): Add dependencies.
912 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
913 config/i386/sol2-64.mt: New files.
914 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
915 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
916 (supply_gregset): Correct order of arguments to
917 amd64_supply_native_gregset.
918 (fill_gregset): Correct order of arguments to
919 amd64_collect_native_gregset.
920 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
921 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
922 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
923 for definition of NEW_PROC_API.
924 * configure: Regenerate.
928 * MAINTAINERS (Write After Approval): Add myself.
932 * configure.tgt: Mark d10v-*-* as obsolete.
933 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
937 * values.c (modify_field): Correct handling of bit-fields that
938 don't fit in 32 bits. Use unsigned operations throughout and
939 simplify the code a bit. Document preconditions.
943 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
944 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
945 (in_plt_section): Delete.
947 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
948 (mips_gdbarch_init): Do not set same.
950 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
951 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
953 * gdbarch.sh (in_solib_call_trampoline): Delete.
954 * gdbarch.h, gdbarch.c: Re-generate.
956 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
957 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
958 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
959 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
960 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
964 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
965 (mipsnbsd_fetch_inferior_registers): Rename from
966 fetch_inferior_registers. Make static.
967 (mipsnbsd_store_inferior_registers): Rename from
968 store_inferior_registers. Make static.
969 (_initialize_mipsnbsd_nat): New function and prototype.
970 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
971 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
972 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
977 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
978 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
979 delete corresponding unused function.
980 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
981 in_solib_call_trampoline.
982 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
983 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
984 * config/mips/tm-nbsd.h: Ditto.
985 * config/arm/tm-linux.h: Ditto.
986 * config/mips/tm-linux.h: Ditto.
988 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
989 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
990 in_solib_call_trampoline, delete corresponding unused function.
991 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
992 (vaxnbsd_aout_init_abi): Ditto.
993 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
994 (sparc32nbsd_aout_init_abi): Ditto.
995 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
996 (ppc_linux_init_abi): Ditto.
997 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
998 (ns32knbsd_init_abi_aout): Ditto.
999 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1000 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1001 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1002 (m68kbsd_aout_init_abi): Ditto.
1003 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1004 (i386_cygwin_init_abi): Ditto.
1005 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1006 (i386bsd_init_abi): Ditto.
1008 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1009 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1010 isn't used by this architecture.
1011 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1012 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1013 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1014 * s390-tdep.c (s390_gdbarch_init): Ditto.
1015 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1016 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1017 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1018 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1019 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1020 * amd64-tdep.c (amd64_init_abi): Ditto.
1022 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1023 in_solib_call_trampoline to its default value of
1024 generic_in_solib_call_trampoline.
1025 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1026 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1027 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1028 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1029 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1030 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1032 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1034 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1036 * config/mips/tm-mips.h: Delete file.
1037 * remote-mips.c: Delete tm-mips.h from comment.
1038 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1039 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1040 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1041 * config/mips/tm-linux.h: Don't include tm-mips.h.
1042 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1043 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1044 * config/mips/tm-wince.h: Don't include.
1046 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1047 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1048 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1049 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1051 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1052 * mdebugread.c (ecoff_relocate_efi): Delete function.
1053 * objfiles.c (objfile_relocate): Delete #ifdef
1054 MDEBUG_EFI_SYMBOL_NAME code.
1059 * gdbarch.sh (single_step_through_delay): Add.
1060 * gdbarch.h, gdbarch.c: Re-generate.
1061 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1062 (mips_step_skips_delay): Delete.
1063 * mips-tdep.c (mips_single_step_through_delay): Replace
1064 mips_step_skips_delay.
1065 (mips_gdbarch_init): Set single_step_through_delay.
1066 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1070 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1071 from TRAMP_FRAME frame type.
1075 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1077 * mips-tdep.c (mips_ignore_helper): Delete.
1078 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1079 * infrun.c (handle_inferior_event): Delete #ifdef
1080 DEPRECATED_IGNORE_HELPER_CALL code.
1082 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1086 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1087 (fill_fpregset): Do not compile for 64-bit systems.
1088 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1089 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1090 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1094 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1095 (struct mdebug_extra_func_info): Define.
1096 * config/alpha/tm-alpha.h: Delete same.
1097 * config/mips/tm-mips.h: Delete same.
1098 * mdebugread.c: Delete same.
1099 * Makefile.in: Update dependencies.
1100 * mips-mdebug-tdep.c: Include "mdebugread.h".
1102 * objfiles.c: Include "mdebugread.h".
1103 * mdebugread.c: Include "mdebugread.h".
1104 (ecoff_relocate_cfi): Delete.
1105 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1106 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1107 * mdebugread.h (ecoff_relocate_efi): New file.
1108 * Makefile.in: Update dependencies.
1110 * mips-tdep.c (struct frame_extra_info): Delete.
1111 (temp_proc_desc): Delete.
1113 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1114 MIPS_EFI_SYMBOL_NAME.
1115 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1116 (struct mdebug_extra_func_info): Replace struct
1117 alpha_extra_func_info and alpha_extra_func_info_t.
1118 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1119 MIPS_EFI_SYMBOL_NAME.
1120 (struct mdebug_extra_func_info): Replace struct
1121 alpha_extra_func_info and alpha_extra_func_info_t.
1122 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1123 * mdebugread.c, alpha-mdebug-tdep.c:
1125 Suggested by Mark Kettenis.
1126 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1127 fields frame_adjust and high_addr.
1128 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1129 (non_heuristic_proc_desc): Delete references.
1131 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1132 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1133 * mips-tdep.c: Update.
1135 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1136 (MIPS_LAST_EMBED_REGNUM): Add.
1137 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1138 (LAST_EMBED_REGNUM): Delete.
1139 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1141 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1142 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1143 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1144 * mips-linux-nat.c: Update.
1146 * mips-tdep.h: Add comments on registers.
1147 (MIPS_UNUSED_REGNUM): Define.
1148 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1149 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1150 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1151 * mips-linux-nat.c, remote-mips.c: Update.
1153 * config/mips/tm-mips.h (t_insn): Delete.
1154 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1155 Replace t_insn with ULONGEST.
1159 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1160 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1161 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1162 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1163 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1164 (mipsnbsd_core_osabi_sniffer): New function.
1165 (mipsnbsd_init_abi): Set regset_from_core_section.
1166 (_initialize_mipsnbsd_tdep): Remove calls to
1167 deprecated_add_core_fns.
1168 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1169 (mipsnbsd_regset_from_core_section): New functions.
1170 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1171 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1173 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1174 Remove optimization for DEPRECATED_FP_REGNUM.
1178 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1179 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1180 (alpha_setup_arbitrary_frame): Delete.
1181 * mips-tdep.c (setup_arbitrary_frame): Delete.
1182 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1183 (setup_arbitrary_frame): Delete.
1184 * stack.c (parse_frame_specification_1): When specified, call
1185 create_new_frame with two parameters. Delete #ifdef
1186 SETUP_ARBITRARY_FRAME.
1188 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1189 (MIPS_INSTLEN): Delete.
1190 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1191 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1192 * remote-mips.c, mips-tdep.c: Update.
1194 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1195 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1196 * mips-tdep.c (mips_mdebug_frame_cache)
1197 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1198 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1199 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1200 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1201 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1202 (mips_gdbarch_init): Do not append mdebug sniffers.
1203 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1204 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1205 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1206 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1207 * Makefile.in: Update dependencies.
1209 * mips-tdep.h (mips_abi_regsize): Declare.
1210 * mips-tdep.c (mips_abi_regsize): Make non-static.
1212 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1213 (make_mips16_addr): Delete.
1217 * i386-sol2-nat.c: New file.
1218 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1220 (i386-sol2-nat.o): Update dependencies.
1221 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1226 Total breakage identified by Joel Brobecker.
1227 * mips-tdep.c (after_prologue): Delete.
1228 (mips_skip_prologue): Use skip_prologue_using_sal.
1229 (heuristic_proc_desc): Delete, unused.
1233 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1234 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1235 Cleanup coding style.
1239 * mips-tdep.h (mips_pc_is_mips16): Declare.
1240 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1241 non-static. Update calls.
1243 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1244 * command.h (add_setshow_enum_cmd): Declare.
1245 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1247 * mips-tdep.c (_initialize_mips_tdep): Use
1248 add_setshow_zinteger_cmd.
1250 * mips-tdep.c (mips_eabi_extract_return_value)
1251 (mips_o64_extract_return_value, mips_o64_store_return_value)
1252 (return_value_location, mips_eabi_reg_struct_has_addr)
1253 (mips_eabi_use_struct_convention)
1254 (mips_eabi_store_return_value): Delete.
1255 (mips_eabi_store_return_value): New function.
1256 (mips_eabi_return_value): New function.
1257 (mips_gdbarch_init): For O64 and EABI, delete
1258 extract_return_value, store_return_value, use_struct_convention
1259 and reg_struct_has_addr, add return_value.
1261 * mips-tdep.c (read_signed_register): Use
1262 regcache_cooked_read_signed.
1266 * mipsread.c: Cleanup coding style.
1267 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1268 (mipscoff_symfile_finish): Remove prototypes.
1272 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1273 (mips_mdebug_frame_cache, mips16_scan_prologue)
1274 (mips32_scan_prologue, mips_stub_frame_cache)
1275 (heuristic_proc_start, heuristic_proc_desc)
1276 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1277 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1278 (mips_o32_return_value, mips_o64_push_dummy_call)
1279 (mips_step_skips_delay, mips_skip_trampoline_code)
1280 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1281 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1282 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1283 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1284 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1285 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1286 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1287 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1288 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1289 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1291 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1292 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1294 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1296 * mipsnbsd-nat.c: Include "mips-tdep.h".
1297 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1298 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1302 * stack.c (parse_frame_specification_1): New function based on
1303 parse_frame_specification. Add message and selected_frame_p
1304 paramters. Truely always return non-NULL.
1305 (parse_frame_specification): Call parse_frame_specification_1.
1306 (frame_info): Update. Eliminate target_has_stack check.
1307 (select_frame_command): Update.
1311 * frame.h (get_selected_frame): Add message parameter.
1312 * frame.c (get_selected_frame): Add and use message parameter.
1313 * stack.c (current_frame_command, return_command, locals_info)
1314 (catch_info, args_info, up_silently_base, down_silently_base): Use
1315 get_selected_frame with an explicit message.
1316 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1317 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1318 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1319 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1320 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1321 * breakpoint.c: Update.
1325 * trad-frame.c (trad_frame_get_prev_register): Use
1326 frame_unwind_register instead of frame_register_unwind, do not
1327 recurse the register's location.
1328 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1329 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1330 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1331 * sh-tdep.c (sh_frame_prev_register): Ditto.
1332 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1333 * i386-tdep.c (i386_frame_prev_register): Ditto.
1334 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1335 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1339 * proc-events.c: Fix several coding-style issues. Consistently
1340 use #ifdef instead of #if defined().
1341 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1343 (_initialize_proc_events): New prototype.
1345 * proc-why.c: Fix several coding-style issues.
1346 (proc_prettyfprint_why): Use ARRAY_SIZE.
1350 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1351 manner independent of the host byte order.
1355 * mips-tdep.c (id_delayed): Remove prototype.
1359 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1360 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1361 to enum with register numbers.
1362 (enum mips_insn_size): New enum.
1366 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1367 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1368 (mips_gdbarch_init): Update.
1369 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1371 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1372 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1373 IN_SOLIB_RETURN_TRAMPOLINE.
1374 * mips-tdep.c (mips_dump_tdep): Do not print
1375 IN_SOLIB_RETURN_TRAMPOLINE.
1376 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1377 (mips_gdbarch_init): Update.
1379 * mips-tdep.h (mips_software_single_step): Move to here ...
1380 * config/mips/tm-mips.h: ... from here.
1381 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1382 (SOFTWARE_SINGLE_STEP): Delete.
1383 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1387 * NEWS: Add Changes since GDB 6.3 section.
1391 * ada-lang.c (grow_vect): Return the new array instead of
1392 expecting pointer to pointer to avoid violation of aliasing rules.
1393 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1397 * s390-tdep.c (enum pv_boolean): Remove.
1398 (pv_is_array_ref): Remove.
1399 (s390_on_stack): Remove.
1400 (S390_NUM_SPILL_SLOTS): Remove.
1401 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1402 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1403 (s390_store): Track all stores of orginal incoming registers to the
1404 stack constant offsets relative to the CFA, instead of only tracking
1405 stores into specific spill slots.
1406 (s390_load): Likewise.
1407 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1408 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1409 defined as call-saved by the ABI.
1410 (s390_push_dummy_call): Use bottom of dummy call argument save area
1411 as return value, not the top. Do not store to the called function's
1413 (s390_unwind_dummy_id): Adapt accordingly.
1417 * objfiles.h (struct objfile): Rename obj_private to
1418 deprecated_obj_private, sym_private to deprecated_sym_private, and
1419 sym_stab_info to deprecated_sym_stab_info.
1420 * gdb-stabs.h: Update.
1421 * elfread.c: Update.
1422 * dbxread.c: Update.
1423 * coffread.c: Update.
1424 * xcoffread.c: Update.
1425 * symfile.c: Update.
1426 * somread.c: Update.
1427 * nlmread.c: Update.
1428 * mdebugread.c: Update.
1430 * coffread.c: Update.
1434 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1435 * configure.host: Add mips64*-*-openbsd*.
1436 * configure.tgt: Add mips64*-*-openbsd*.
1437 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1439 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1440 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1444 * symtab.c (symbol_search_name): Minor reformatting.
1448 * symtab.h: Fix typo in comment.
1452 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1453 (dwarf_decode_line_header): Likewise.
1457 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1461 GDB 6.3 branch created.
1462 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1466 * dwarf2read.c (set_cu_language): Set language to Ada for
1467 DW_LANG_Ada83 and DW_LANG_Ada95.
1472 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1473 for xmalloc and xrealloc.
1477 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1478 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1479 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1480 Update dependencies.
1484 * ada-lang.c (ada_lookup_symbol): Correct comment.
1485 (ada_evaluate_subexp): Change error message for
1486 OP_FUNCALL case so as not to indicate an internal error.
1490 Committed by Paul Hilfinger.
1491 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1492 type sizes in XVE/XVU types, and emit a warning when that happens,
1493 instead of rounding up the size of the resulting type.
1494 Some minor reformatting.
1495 (ada_is_aligner_type): Do not consider a type as an aligner type
1496 if there is a corresponding XVS type as well.
1497 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1498 have several levels of pointer indirection to the array.
1502 Committed by Paul Hilfinger.
1503 * ada-lang.c (check_size): New function.
1504 (coerce_unspec_val_to_type): call check_size to make sure
1505 that the object size is reasonable.
1506 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1507 Implements the case when we get a reference when we evaluate
1508 the expression of one of the bounds of the slice.
1509 (ada_value_struct_elt): when a packed array field is
1510 a reference, use ada_coerce_ref to dereference it; use
1511 ada_value_ind only if it is a pointer.
1515 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1516 a bit to avoid the necessity of an advance declaration. Remove
1518 (set_reg_offset): Move implemenation up.
1519 (mips16_get_imm): Likewise.
1520 (mips16_scan_prologue): Likewise.
1521 (reset_saved_regs): Likewise.
1522 (mips32_scan_prologue): Likewise.
1526 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1527 Remove sp as a parameter, compute it internally instead. Move
1528 prologue scanning limit from heuristic_proc_desc to here.
1529 (mips16_scan_prologue): Likewise.
1530 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1531 by call to mips16_scan_prologue.
1532 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1533 by call to mips32_scan_prologue.
1534 (heuristic_proc_desc): Remove code that's no longer necessary.
1535 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1536 (mips_skip_prologue): Update calls to mips16_scan_prologue
1537 and mips32_scan_prologue.
1541 * mips-tdep.c (mips16_scan_prologue): Merge code from
1542 mips16_skip_prologue. Now return the address of the first
1543 instruction past the function prologue.
1544 (mips16_skip_prologue): Remove, no longer necessary.
1545 (mips_skip_prologue): Replace call to mips16_skip_prologue
1546 by call to mips16_scan_prologue.
1550 * mips-tdep.c (mips32_scan_prologue): Merge code from
1551 mips32_skip_prologue. Now return the address of the first
1552 instruction past the function prologue.
1553 (mips32_skip_prologue): Remove. No longer necessary.
1554 (mips16_skip_prologue): Add parameter end_pc instead of
1556 (mips_skip_prologue): Compute the upper limit for the
1557 prologue scanning. Update call to mips16_skip_prologue.
1558 Replace call to mips32_skip_prologue by call to
1559 mips32_scan_prologue.
1563 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1564 NetBSD system call stubs that store %rp in the ERP slot of the
1567 * source.c: Always define O_BINARY to 0 if not defined already.
1568 (openp): Unconditionally use O_BINARY.
1570 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1571 * event-top.c (gdb_readline2): Likewise.
1575 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1576 deprecated_add_core_fns which was removed by mistake.
1580 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1581 references to deprecated_registers[] with equivalent code.
1585 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1586 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1587 instead of explicit test and print statement.
1591 * sparc-nat.c: Include "inf-ptrace.h".
1592 (sparc_target): New function.
1593 * sparc-nat.h: Update copyright year.
1594 (sparc_target): New prototype.
1595 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1596 (_initialize_sparcnbsd_nat): Construct and add target vector.
1597 * sparc64nbsd-nat.c: Include "target.h".
1598 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1599 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1600 Update dependencies.
1601 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1602 inftarg.o, add inf-ptrace.o.
1603 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1604 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1605 (NAT_FILE): Set to nm-bsd.h.
1606 (LOADLIBES): New variable.
1607 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1608 infarg.o, add inf-ptrace.o.
1609 * config/sparc/nm-nbsdaout.h: Remove file.
1610 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1611 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1612 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1614 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1615 "fopen-same.h". Update comment.
1619 * i386gnu-nat.c: Include "gdb_string.h".
1620 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1621 registers when the floating-point state isn't initialized.
1622 * Makefile.in (i386gnu-nat.o): Update dependencies.
1626 * regcache.c (regcache_raw_read): Comment was missing "to".
1627 Extraneous ' removed.
1628 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1629 comment now describes use.
1633 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1634 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1635 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1636 (cris_sigtramp_frame_sniffer): New functions.
1637 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1638 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1639 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1640 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1641 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1643 (cris_version_update): Remove, replace with ...
1644 (set_cris_version): New function.
1645 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1646 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1647 (_initialize_cris_tdep): Remove CRIS mode command.
1648 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1649 cris-fpless-backtrace command.
1650 (cris_scan_prologue): Fix prologue scanning limit.
1651 (cris_register_type): Update to reflect actual registers.
1652 (cris_register_bytes_ok) Remove.
1653 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1654 Remove set_gdbarch_deprecated_register_size,
1655 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1659 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1664 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1668 * mips-tdep.c (mips16_scan_prologue): Renames
1669 mips16_heuristic_proc_desc. Update comment.
1670 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1671 (heuristic_proc_desc): Update calls to the 2 functions above.
1675 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1676 Update comments. Also immediately return empty cache when the start
1677 address of our function could not be found.
1678 (mips_insn32_frame_cache): Likewise.
1682 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1683 (mips_insn16_frame_cache): Pass frame cache in call to
1684 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1685 Remove code that became redundant as a consequence.
1686 (mips32_heuristic_proc_desc): No longer compute a fake
1687 procedure descriptor. Compute the full frame cache instead.
1688 Some minor comment reformatting.
1692 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1693 reader, tracing bytecode stuff): Remove self.
1697 * sparc64-linux-tdep.c: Update copyright year. Don't include
1699 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1700 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1701 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1703 * sparc-linux-tdep.c: Update copyright year.
1704 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1705 to struct frame_info *. Use safe_frame_unwind_memory instead of
1706 deprecated_read_memory_nobpt.
1707 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1708 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1709 changed signature of sparc_linux_sigtramp_start.
1710 (sparc32_linux_pc_in_sigtramp): Remove function.
1711 (sparc32_linux_sigtramp_p): New function.
1712 (sparc32_linux_sigtramp_frame_sniffer): Use
1713 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1715 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1717 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1719 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1720 (decode_packed_array_type, value_subscript_packed)
1721 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1722 argument in call to lim_warning.
1724 * configure.in: Really disable the TUI if an enhanced curses
1725 library isn't found.
1726 * configure: Regenerate.
1730 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1731 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1732 * config/i386/nm-nbsdaout.h: Remove file.
1733 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1734 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1735 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1736 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1737 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1738 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1739 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1740 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1741 (ldd, ld_un, ld_2): Remove defines.
1742 * config/i386/nm-obsd.h: Likewise.
1746 * ada-lex.l: Remove useless rule whose right-context clause
1747 causes unreferenced static function warning for yyrealloc.
1748 (ada_flex_use): Remove the artificial reference to yyrealloc.
1752 * target.h (struct target_ops): Rename to_xfer_memory to
1753 deprecated_xfer_memory.
1755 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1757 * win32-nat.c: Update.
1758 * v850ice.c: Update.
1759 * uw-thread.c: Update.
1760 * thread-db.c: Update.
1761 * sol-thread.c: Update.
1763 * remote-vx.c: Update.
1764 * remote-st.c: Update.
1765 * remote-sim.c: Update.
1766 * remote-sds.c: Update.
1767 * remote-rdp.c: Update.
1768 * remote-rdi.c: Update.
1769 * remote-mips.c: Update.
1770 * remote-m32r-sdi.c: Update.
1771 * remote-e7000.c: Update.
1773 * ppc-bdm.c: Update.
1774 * nto-procfs.c: Update.
1775 * monitor.c: Update.
1776 * linux-nat.c: Update.
1777 * inftarg.c: Update.
1778 * hpux-thread.c: Update.
1779 * go32-nat.c: Update.
1780 * gnu-nat.c: Update.
1782 * corelow.c: Update.
1783 * bsd-kvm.c: Update.
1784 * aix-thread.c: Update.
1788 * target.c (debug_target): Move to near start of file.
1789 (target_stopped_data_address_p): Re-org logic, add casts.
1793 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1794 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1795 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1796 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1801 * target.h (to_stopped_data_address): Change prototype to
1802 take a CORE_ADDR pointer and return an int.
1803 * target.c (update_current_target): Change to_stopped_data_address
1804 to match new prototype.
1805 (debug_to_stopped_data_address): Change appropriately.
1806 * breakpoint.c (bpstat_stop_status): Change call to
1807 target_stopped_data_address to use new prototype.
1808 * frv-tdep.c (frv_have_stopped_data_address): New function.
1809 (frv_stopped_data_address): Change to new prototype and
1811 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1812 prototype and functionality.
1813 (ia64_stopped_by_watchpoint): New function.
1814 * i386-nat.c (i386_stopped_data_address): Change to new
1815 prototype and functionality.
1816 (i386_stopped_by_watchpoint): New function.
1817 * remote.c (remote_stopped_data_address): Change to new prototype
1819 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1820 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1821 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1822 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1823 new i386_stopped_by_watchpoint function.
1824 (i386_stopped_by_watchpoint): New prototype.
1825 (i386_stoppped_data_address): Change to new prototype.
1826 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1827 new ia64_stopped_by_watchpoint function.
1828 (ia64_stopped_by_watchpoint): New prototype.
1829 (ia64_stopped_data_address): Ditto.
1833 * ada-typeprint.c (ada_print_type): Use int_string for printing
1834 modulus of modular type.
1835 * ada-lang.h (ada_modulus): Change return type to unsigned.
1836 * ada-lang.c (ada_language_arch_info): Correct type of
1838 (ada_modulus): Return unsigned result.
1839 (ada_lookup_symbol): Remove user disambiguation and modify comment
1844 Committed by Paul Hilfinger.
1845 * ada-lang.c (decode_packed_array): On big-endian targets,
1846 left-justify the value if it comes with a modular type.
1850 Committed by Paul Hilfinger.
1851 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1852 (is_name_suffix): Add support for "___JM" suffixes.
1853 (ada_check_typedef): Renames ada_completed_type.
1854 Update all users of CHECK_TYPEDEF, check_typedef, and
1855 ada_complete_type to call ada_check_typedef.
1856 * ada-typeprint.c: Likewise.
1857 * ada-valprint.c: Likewise.
1861 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1865 * MAINTAINERS: Update e-mail address.
1870 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1871 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1875 * m32r-tdep.c (decode_prologue): Support functions written
1876 in assembler language. Recognize trap instructions as the
1878 (m32r_frame_unwind_cache): Ditto.
1879 (m32r_skip_prologue): Extend search limit. Quit analyzing
1880 prologue if pc's location is not readable.
1884 * Makefile.in (.l.c): Do conversions of names of alloc and free
1885 functions that are done for .y.c files, plus special one
1886 for yy_flex_realloc. Also, correct missing-file tests here.
1887 * ada-lex.l (malloc, free): Remove macros.
1888 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1890 (ada_flex_use): Dummy definition to remove warnings about unused
1892 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1893 to suppress warning.
1897 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1899 (sh_return_value_fpu): Ditto for CPUs with FPU.
1900 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1901 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1902 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1903 RETURN_VALUE functions.
1907 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1908 (sh_pseudo_register_write): Ditto.
1912 * sh-tdep.c (IS_MACL_STS): New define.
1914 (IS_MACL_LDS): Ditto.
1915 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1916 instructions in prologue.
1917 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1918 instructions in epilogue.
1922 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1923 (sh_sh_register_name): Add eight empty register names.
1924 (sh_sh3_register_name): Ditto.
1925 (sh_sh3e_register_name): Ditto.
1926 (sh_sh2e_register_name): Ditto.
1927 (sh_sh2a_register_name): New function, defining SH2A register set.
1928 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1930 (sh_sh_dsp_register_name): Add eight empty register names.
1931 (sh_sh3_dsp_register_name): Ditto.
1932 (sh_sh4_register_name): Ditto.
1933 (sh_sh4_nofpu_register_name): Ditto.
1934 (sh_sh4al_dsp_register_name): Ditto.
1935 (sh2a_show_regs): New function.
1936 (sh2a_nofpu_show_regs): New function.
1937 (sh_sh2a_register_type): New function.
1938 (do_bank_register_info): New function.
1939 (sh_print_pseudo_register): Call do_bank_register_info.
1940 Call sh_print_pseudo_register for valid "bank" register.
1941 (sh_sh2a_register_sim_regno): New function.
1942 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1943 Increment pseudo register count by one for all sh variants with
1944 pseudo registers to accomodate pseudo bank register.
1945 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1946 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1947 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1948 Increment pseudo register numbers.
1952 * dwarf2read.c (read_subroutine_type): Call make_function_type
1953 instead of lookup_function_type.
1957 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1958 (Previous change missed some uses.)
1962 * target.h (deprecated_child_ops): Rename child_ops.
1963 * wince.c: Update copyright. Rename child_ops.
1964 * win32-nat.c: Rename child_ops.
1965 * target.c: Rename child_ops.
1966 * rs6000-nat.c: Rename child_ops.
1967 * linux-nat.c: Rename child_ops.
1968 * infttrace.c: Rename child_ops.
1969 * inftarg.c: Rename child_ops.
1970 * infptrace.c: Rename child_ops.
1971 * hppah-nat.c: Update copyright. Rename child_ops.
1972 * hpux-thread.c: Update copyright. Rename child_ops.
1976 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1980 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1984 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1985 (die_ref_table): Remove.
1986 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1987 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1988 the usage of this type.
1989 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1990 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1991 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1992 (dwarf2_create_include_psymtab): Update comment.
1993 (find_partial_die): Remove third argument. Remove unreachable call
1995 (dwarf2_find_containing_comp_unit): Update comments. Change one
1996 assertion to an error. Remove an unreachable error.
1997 (dwarf2_find_comp_unit): Update comments.
1998 (type_at_offset): Remove dead code.
1999 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2000 (store_in_ref_table): Add CU argument.
2001 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2002 inter-compilation-unit references.
2003 (load_full_comp_unit, process_full_comp_unit): New functions, based
2004 on psymtab_to_symtab_1.
2005 (psymtab_to_symtab_1): Use them.
2006 (dwarf2_add_dependence): New function.
2007 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2008 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2009 (partial_die_parent_scope, guess_structure_name): Update for changes
2010 to find_partial_die.
2011 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2012 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2013 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2014 (read_die_and_children): Update call to store_in_ref_table.
2015 (do_free_die_list_cleanup): Remove.
2016 (fixup_partial_die): Update for changes to find_partial_die.
2017 (read_full_die): Handle queueing absolute references.
2018 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2019 (dwarf2_attr, die_specification, die_type)
2020 (die_containing_type, dwarf2_extension): Update calls to
2022 (dump_die): Update DW_FORM_ref* handling.
2023 (dwarf2_get_ref_die_offset): Likewise.
2024 (free_one_comp_unit): Release the dies list.
2025 (dwarf2_mark_helper): New function.
2026 (dwarf2_mark): Use it.
2030 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2031 when writing to memory.
2035 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2036 (m32r_extract_struct_value_address): Delete function.
2037 (m32r_return_value): New function.
2038 (m32r_gdbarch_init): Instead of store_return_value,
2039 extract_return_value, deprecated_extract_struct_value_address
2040 and deprecated_use_struct_convention, set return_value.
2044 * dwarf2read.c (read_subrange_type): Add comment for variable
2049 * Makefile.in (.l.c): Modify rule for compatibility with recent
2050 versions of flex, and remove most command-line options.
2051 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2056 Turn on initial Ada support (mainly expression evaluation).
2058 * Makefile.in (SFILES): Remove ada-tasks.c.
2059 (HFILES_NO_SRCDIR): Add ada-lang.h.
2060 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2061 (YYOBJ): Add ada-exp.o.
2062 (rule .l.c): Generalize to not mention ada.
2063 * symtab.c: Include ada-lang.h.
2064 (symbol_natural_name, symbol_demangled_name)
2065 (symbol_search_name): Add Ada case.
2069 * Makefile.in (COMMON_OBS): Add inf-child.o.
2070 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2071 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2072 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2073 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2074 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2075 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2076 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2077 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2078 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2079 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2080 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2081 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2082 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2084 * target.c (xfer_using_stratum): Change return type to LONGEST.
2085 On each iteration offset, readbuf and writebuf.
2086 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2087 partial_length, and read/modify/write predicate, update comments.
2088 Pass buffer.word to ptrace write.
2092 * symfile.c (init_filename_language_table): Add extensions for
2094 * defs.h (enum language): Add language_ada.
2095 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2096 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2097 (add_symbols_from_enclosing_procs): Make a no-op for now.
2098 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2099 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2100 (find_line_in_linetable, find_next_line_in_linetable)
2101 (read_all_symtabs, is_plausible_func_for_line)
2102 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2103 (is_runtime_sym_defined, check_size): Remove declaration.
2104 (function_name_from_pc, ada_translate_error_message)
2105 (ada_lookup_minimal_symbol): Remove definition.
2106 (ada_add_block_symbols): Remove useless label.
2107 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2108 useless declaration.
2109 (ada_is_exception_sym): Likewise.
2113 Add m32r-linux support.
2114 * configure.tgt: Add m32r*-*-linux*.
2115 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2116 and m32r-linux-tdep.c.
2117 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2118 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2119 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2121 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2122 config/m32r/linux.mh, config/m32r/linux.mt,
2123 config/m32r/nm-linux.h: New files.
2127 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2128 (mips32_fetch_instruction): Remove, unused.
2132 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2133 conditions that will always be true.
2137 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2138 (vaxbsd_fetch_inferior_registers): Rename from
2139 fetch_inferior_registers. Make static.
2140 (vaxbsd_store_inferior_registers): Rename from
2141 store_inferior_registers. Make static.
2142 (_initialize_vaxbsd_nat): Construct and add target vector.
2143 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2144 inftarg.o. Add inf-child.o and inf-ptrace.o.
2145 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2146 inftarg.o. Add inf-child.o and inf-ptrace.o.
2148 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2149 inftarg.o. Add inf-child.o and inf-ptrace.o.
2151 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2153 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2154 (m88kbsd_fetch_inferior_registers): Rename from
2155 fetch_inferior_registers. Make static.
2156 (m88kbsd_store_inferior_registers): Rename from
2157 store_inferior_registers. Make static.
2158 (_initialize_m88kbsd_nat): New prototype and function.
2159 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2160 inftarg.o. Add inf-child.o and inf-ptrace.o.
2162 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2166 * target.c (target_xfer_partial): New function.
2167 (target_read_memory_partial, target_write_memory_partial)
2168 (default_xfer_partial, target_read_partial, target_write_partial)
2169 (xfer_using_stratum): Use.
2170 (debug_to_xfer_partial): Delete function.
2171 (setup_target_debug): Do not override to_xfer_partial.
2175 * fork-child.c: Update copyright year. Fix coding style.
2179 * defs.h (msavestring, mstrsave): Remove prototypes.
2180 * utils.c (msavestring, mstrsave): Remove functions.
2181 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2182 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2184 * source.c (find_and_open_source): Use xstrdup instead of
2189 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2190 (inf_ptrace_xfer_memory): Delete.
2191 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2192 (target_read_memory, target_write_memory): Use xfer_using_stratum
2193 when target_xfer_partial_p.
2194 (debug_target): Move to start of file.
2195 (target_read_memory_partial, target_write_memory_partial): Use
2196 to_xfer_partial when target_xfer_partial_p.
2198 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2199 inf_ptrace_xfer_memory with equivalent code.
2200 * inftarg.c (child_xfer_partial): When performing a write, pass
2201 writebuf to child_xfer_memory.
2203 * target.c (target_read_string): Use target_read_memory instead of
2208 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2209 the address of status.
2211 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2212 (kill_inferior): Inline ptrace_wait call.
2213 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2214 * inftarg.c (child_wait): Inline ptrace_wait call.
2216 * target.h (struct target_ops): Delete field to_post_wait.
2217 (target_post_wait): Delete macro.
2218 (child_post_wait): Delete declaration.
2219 * target.c (update_current_target, update_current_target)
2220 (debug_to_post_wait, setup_target_debug): Delete functions and
2222 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2223 * inftarg.c (child_post_wait): Delete.
2224 (init_child_ops): Do not set to_post_wait.
2225 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2226 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2227 * inf-child.c (inf_child_post_wait): Delete.
2228 (inf_child_target): Do not set to_post_wait.
2229 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2230 (inf_ptrace_target): Do not set to_post_wait.
2232 * wince.c (child_ops): Delete.
2233 * win32-nat.c (child_ops): Delete.
2235 * inftarg.c (inftarg_set_find_memory_regions)
2236 (inftarg_set_make_corefile_notes): Delete functions.
2237 (_initialize_linux_nat): Inline calls.
2239 * target.h (child_ops): Declare.
2240 * inftarg.c (child_ops): Move from here ...
2241 * target.c (child_ops): ... to here.
2242 * wince.c (child_ops): Delete extern declaration.
2243 * win32-nat.c (child_ops): Delete extern declaration.
2244 * linux-nat.c (child_ops): Delete extern declaration.
2245 * hpux-thread.c (child_ops): Delete extern declaration.
2249 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2253 * configure.in: Only set host_makefile_frag when building a native
2255 * configure: Regenerate.
2257 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2262 Problem identified by Paul Hilfinger.
2263 * Makefile.in (ada_lex_c): Define.
2264 (ada-lex.o): Delete rule.
2266 * linux-proc.c: Delete file.
2267 * Makefile.in: Update.
2268 * config/sparc/linux64.mh (NATDEPFILES):
2269 * config/sparc/linux.mh (NATDEPFILES): Update.
2270 * config/s390/s390.mh (NATDEPFILES): Update.
2271 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2272 * config/powerpc/linux.mh (NATDEPFILES): Update.
2273 * config/pa/linux.mh (NATDEPFILES): Update.
2274 * config/mips/linux.mh (NATDEPFILES): Update.
2275 * config/m68k/linux.mh (NATDEPFILES): Update.
2276 * config/ia64/linux.mh (NATDEPFILES): Update.
2277 * config/i386/linux64.mh (NATDEPFILES): Update.
2278 * config/i386/linux.mh (NATDEPFILES): Update.
2279 * config/arm/linux.mh (NATDEPFILES): Update.
2280 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2281 * linux-nat.c: Update copyright. Include <sys/param.h>,
2282 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2283 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2284 (O_LARGEFILE): Possibly define.
2285 (_initialize_linux_nat, linux_proc_pending_signals)
2286 (add_line_to_sigset, linux_proc_xfer_memory)
2287 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2288 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2289 (struct linux_corefile_thread_data)
2290 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2291 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2295 * lin-lwp.c: Delete file.
2296 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2297 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2298 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2299 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2300 (linux_nat_attach, detach_callback, linux_nat_detach)
2301 (resume_callback, resume_clear_callback, linux_nat_resume)
2302 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2303 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2304 (status_callback, running_callback, count_events_callback)
2305 (select_singlestep_lwp_callback, select_event_lwp_callback)
2306 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2307 (child_wait, stop_and_resume_callback, linux_nat_wait)
2308 (kill_callback, kill_wait_callback, linux_nat_kill)
2309 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2310 (linux_nat_xfer_memory, linux_nat_thread_alive)
2311 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2312 (_initialize_linux_nat): New functions.
2313 * Makefile.in: Update all dependencies.
2314 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2315 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2316 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2317 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2318 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2319 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2320 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2321 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2322 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2323 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2324 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2325 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2326 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2330 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2331 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2333 * configure.in: Don't comment out NATDEPFILES in the generated
2334 Makefile if NAT_FILE is unset.
2335 * configure: Regenerate.
2339 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2340 (insert_step_resume_breakpoint): Delete.
2341 (insert_step_resume_breakpoint_at_frame): New function.
2342 (insert_step_resume_breakpoint_at_sal): New function.
2343 (handle_inferior_event, step_into_function)
2344 (insert_step_resume_breakpoint): Simplify by using same.
2346 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2350 * fbsd-proc.c: Remove file.
2351 * Makefile.in (fbsd-proc.o): Remove dependency.
2353 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2356 * config/i386/nm-fbsd64.h: Remove file.
2357 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2361 * amd64-nat.h: Update copyright year.
2362 (amd64bsd_target): New prototype.
2363 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2364 (amd64bsd_target): New function.
2365 (amd64bsd_fetch_inferior_registers): Rename from
2366 fetch_inferior_registers. Make static.
2367 (amd64bsd_store_inferior_registers): Rename from
2368 store_inferior_registers. Make static.
2369 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2370 (_initialize_amd64fbsd_nat): Construct and add target vector.
2371 * amd64nbsd-nat.o: Include "target.h".
2372 (_initialize_amd64nbsd_nat): Construct and add target vector.
2373 * amd64obsd-nat.c: Include "target.h".
2374 (_initialize_amd64obsd_nat): Construct and add target vector.
2375 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2376 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2377 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2379 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2380 Remove infptrace.o and inftarg.o. Add inf-child.o and
2382 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2383 (amd64obsd-nat.o): Update dependencies.
2387 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2388 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2389 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2390 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2391 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2393 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2395 (inf_ptrace_detach): Inline detach call.
2397 * configure.in: Check for waddstr instead of mvwaddstr when
2398 searching for curses library. Check for wborder.
2399 * configure, config.in: Regenerate.
2400 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2403 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2407 Committed by Andrew Cagney.
2408 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2409 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2411 (fetch_register_using_p): Implement 'p' packet. Based on code by
2413 (remote_fetch_registers): Call fetch_register_using_p.
2414 (init_all_packet_configs, show_remote_cmd)
2415 (_initialize_remote): Add p-packet.
2419 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2420 instead of call_ptrace. Call wait directly instead of
2422 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2423 (inf_ptrace_wait): Inline ptrace_wait call.
2427 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2428 rolled back instead.
2432 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2433 the new argument order.
2437 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2438 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2439 (struct gdbarch_tdep): Remove.
2440 (struct xstormy16_frame_cache): New frame cache structure.
2441 (xstormy16_register_byte, xstormy16_register_raw_size)
2442 (xstormy16_reg_virtual_type, xstormy16_register_type)
2443 (xstormy16_push_arguments, xstormy16_push_return_address)
2444 (xstormy16_pop_frame, xstormy16_store_struct_return)
2445 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2446 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2447 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2448 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2449 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2450 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2451 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2452 (xstormy16_extract_return_value, xstormy16_store_return_value):
2453 Regcachify. Drop useless struct convention handling.
2454 (xstormy16_register_type, xstormy16_return_value)
2455 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2456 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2457 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2458 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2459 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2460 (xstormy16_unwind_dummy_id) : New functions.
2461 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2462 of xstormy16_scan_prologue.
2463 (xstormy16_frame_unwind): New frame_unwind structure.
2464 (xstormy16_frame_base): New frame_base structure.
2465 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2466 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2470 * language.c (language_gdbarch_post_init): Fix off-by one error.
2474 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2475 (struct dwarf2_offset_and_type): New.
2476 (set_die_type, reset_die_and_siblings_types, get_die_type)
2477 (offset_and_type_hash, offset_and_type_eq): New functions.
2478 (read_structure_type, read_enumeration_type, read_array_type)
2479 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2480 (read_tag_reference_type, read_tag_const_type)
2481 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2482 (read_typedef, read_base_type, read_subrange_type): Use
2487 * Makefile.in (dwarf2read.o): Update dependencies.
2488 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2489 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2491 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2492 mark, and has_form_ref_addr.
2493 (struct dwarf2_per_cu_data): New.
2494 (dwarf2_max_cache_age): New.
2495 (dwarf2_build_psymtabs_hard): Free cached compilation units
2496 after loading. Create and manage the list of compilation units.
2497 Remove unnecessary NULL initialization. Fix indentation.
2498 (psymtab_to_symtab_1): Initialize all of CU.
2499 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2500 (find_partial_die): Use dwarf2_find_containing_comp_unit
2502 (free_stack_comp_unit): Update comments. Clear the per-cu
2503 pointer. Handle aging.
2504 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2505 (age_cached_comp_units, free_one_cached_comp_unit)
2506 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2507 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2508 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2509 (show_dwarf2_cmd): New.
2510 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2511 and "maint show dwarf2 max-cache-age".
2512 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2514 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2519 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2520 and dwarf2_cu struct pointer as arguments. Change function to use
2521 obstack if provided and use dwarf2_cu to determine language-specific
2523 (partial_die_parent_scope): Change comment to include java. Use
2524 new version of typename_concat instead of obconcat.
2525 (partial_die_full_name): Use typename_concat.
2526 (read_namespace): Ditto.
2527 (read_enumeration_type): Use typename_concat instead of obconcat.
2528 (new_symbol): Ditto.
2529 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2530 (guess_structure_name): Ditto.
2531 (read_subroutine_type): Ditto.
2532 (read_structure_type): Ditto.
2533 (is_vtable_name): Add Java support.
2534 (determine_class_name): Switch to new typename_concat call.
2535 (determine_prefix): Switch to new typename_concat call.
2536 * jv-exp.y (FuncStart): New pattern.
2537 (MethodInvocation): Add support for simple function calls. Change
2538 warning message for other forms of inferior call currently not
2540 * valarith.c (value_subscript): Treat an array with upper-bound
2541 of -1 as unknown size.
2545 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2546 (lookup_partial_symtab): Use symtab_to_fullname.
2550 * minsyms.c (lookup_minimal_symbol): Doc fix.
2554 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2556 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2557 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2559 * infptrace.c: Update.
2563 * symtab.c (output_source_filename): Mark first argument as const.
2564 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2565 for "info sources" output.
2569 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2570 <machine/vmparam.h>.
2571 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2572 (register_u_addr): Remove prototype.
2576 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2577 (i386bsd_fetch_inferior_registers): Rename from
2578 fetch_inferior_registers. Make static.
2579 (i386bsd_store_inferior_registers): Rename from
2580 store_inferior_registers. Make static.
2581 (i386bsd_target): New function.
2582 * i386bsd-nat.h: New file.
2583 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2585 (i386fbsd_resume): Rename from child_resume. Make static.
2586 (_initialize_i386fbsd_nat): Construct and add target vector.
2587 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2588 (_initialize_i386nbsd_nat): Construct and add target vector.
2589 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2591 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2592 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2593 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2594 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2595 (LOADLIBES): New variable.
2596 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2597 inf-ptrace.o. Remove inftarg.o.
2598 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2599 inf-ptrace.o. Remove inftarg.o.
2600 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2601 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2602 (LOADLIBES): New variable.
2603 * Makefile.in (i386bsd_nat_h): New variable.
2604 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2607 * sparc64nbsd-tdep.c: Include "objfiles.h".
2608 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2609 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2610 svr4_lp64_fetch_link_map_offsets.
2611 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2613 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2614 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2615 svr4_lp64_fetch_link_map_offsets.
2616 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2619 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2620 * fbsd-nat.h: New file.
2621 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2622 (fbsd_nat_h): New variable.
2623 (fbsd-nat.o): New dependency.
2625 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2626 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2628 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2633 * ada-exp.y (type_int): New function to add layer of abstraction
2634 around references to expression types.
2636 (type_long_long): Ditto.
2637 (type_float): Ditto.
2638 (type_double): Ditto.
2639 (type_long_double): Ditto.
2641 (type_system_address): Ditto.
2642 (simple_exp): Use type_* functions in place of builtin_*
2645 (write_var_from_name): Ditto.
2646 (write_object_renaming): Ditto.
2647 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2649 (build_ada_types): Remove, replacing with...
2650 (ada_language_arch_info): New function to initialize primitive
2651 type vector in language_arch_info.
2652 (ada_array_length): Remove use of builtin_type_ada_int.
2653 (value_pos_atr): Ditto.
2654 (ada_evaluate_subexp): Ditto.
2655 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2656 builtin_type_ada_long_long, builtin_type_ada_char,
2657 builtin_type_ada_float, builtin_type_ada_double,
2658 builtin_type_ada_long_double, builtin_type_ada_natural,
2659 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2660 (ada_builtin_types): Remove.
2661 (ada_language_defn): Remove entries for la_builtin_type_vector and
2662 string_char_type and use ada_language_arch_info.
2663 (_initialize_ada_language): Do type-vector initialization along
2664 the lines of c-lang.c.
2665 (ada_create_fundamental_type): Break up line.
2666 (ada_dump_symtab): Remove unused function.
2667 (enum ada_primitive_types): Define.
2668 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2669 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2670 builtin_type_ada_float, builtin_type_ada_double,
2671 builtin_type_ada_long_double, builtin_type_ada_natural,
2672 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2673 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2674 (processInt): Ditto.
2675 (processReal): Ditto.
2676 (name_lookup): Ditto.
2677 * ada-typeprint.c (print_range): Use builtin_type_int, not
2678 builtin_type_ada_int.
2682 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2684 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2685 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2686 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2687 * configure.in: Improve checks for curses library by checking for
2688 mvwaddstr instead of initscr. Drop HP curses in favour of
2689 standard curses on HP-UX.
2690 * configure: Regenerated.
2694 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2695 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2696 Minor formatting changes.
2697 (empty_array): Slight rewrite for formatting.
2698 (emit_char,parse,ada_language_defn,build_ada_types,
2699 ada_is_exception_sym, _initialize_ada_language): Move
2701 (ada_dump_symtab): Remove unused definition.
2702 (ada_maybe_exception_partial_symbol): Remove unused definition.
2706 * inf-child.c: Include "gdb_string.h".
2707 (inf_child_core_file_to_sym_file): Delete.
2708 (inf_child_target): Set to_fetch_registers and to_store_registers.
2709 * inf-ptrace.c: Include "gdb_string.h".
2710 * Makefile.in: Update all dependencies.
2712 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2717 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2718 call to heuristic_proc_desc. Remove code that became redundant
2720 (read_next_frame_reg): Remove special case for SP_REGNUM.
2721 (set_reg_offset): Fix small typo.
2722 (reset_saved_regs): New procedure.
2723 (mips32_heuristic_proc_desc): No longer compute a fake
2724 procedure descriptor. Compute the full frame cache instead.
2725 Some minor comment reformatting.
2729 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2732 * thread-db.c (thread_db_new_objfile): Assume that there is a
2737 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2738 so that its storage isn't referenced after its lifetime ends.
2740 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2741 and never assigned to. Delete it, and the 'if (use_buffer)'
2742 clauses. Delete 'raw_buffer', since it is now unused.
2746 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2747 * configure: Re-generate.
2748 * nlm/Makefile.in (TAGS): Update.
2749 * Makefile.in (TAGS): Update.
2750 * config/vax/nbsd.mt (TM_FILE): Update.
2751 * config/sparc/vxworks.mt (TM_FILE): Update.
2752 * config/sparc/sol2.mt (TM_FILE): Update.
2753 * config/sparc/sol2-64.mt (TM_FILE): Update.
2754 * config/sparc/obsd64.mt (TM_FILE): Update.
2755 * config/sparc/obsd.mt (TM_FILE): Update.
2756 * config/sparc/nbsd64.mt (TM_FILE): Update.
2757 * config/sparc/nbsd.mt (TM_FILE): Update.
2758 * config/sparc/linux64.mt (TM_FILE): Update.
2759 * config/sparc/linux.mt (TM_FILE): Update.
2760 * config/sparc/fbsd.mt (TM_FILE): Update.
2761 * config/sh/wince.mt (TM_FILE): Update.
2762 * config/sh/nbsd.mt (TM_FILE): Update.
2763 * config/sh/linux.mt (TM_FILE): Update.
2764 * config/sh/embed.mt (TM_FILE): Update.
2765 * config/s390/s390.mt (TM_FILE): Update.
2766 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2767 * config/rs6000/rs6000.mt (TM_FILE): Update.
2768 * config/rs6000/aix4.mt (TM_FILE): Update.
2769 * config/powerpc/vxworks.mt (TM_FILE): Update.
2770 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2771 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2772 * config/powerpc/obsd.mt (TM_FILE): Update.
2773 * config/powerpc/nbsd.mt (TM_FILE): Update.
2774 * config/powerpc/linux.mt (TM_FILE): Update.
2775 * config/powerpc/aix.mt (TM_FILE): Update.
2776 * config/pa/obsd.mt (TM_FILE): Update.
2777 * config/pa/linux.mt (TM_FILE): Update.
2778 * config/pa/hppahpux.mt (TM_FILE): Update.
2779 * config/pa/hppa64.mt (TM_FILE): Update.
2780 * config/pa/hppa.mt (TM_FILE): Update.
2781 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2782 * config/mips/wince.mt (TM_FILE): Update.
2783 * config/mips/vxmips.mt (TM_FILE): Update.
2784 * config/mips/nbsd.mt (TM_FILE): Update.
2785 * config/mips/linux.mt (TM_FILE): Update.
2786 * config/mips/irix6.mt (TM_FILE): Update.
2787 * config/mips/irix5.mt (TM_FILE): Update.
2788 * config/mips/embed.mt (TM_FILE): Update.
2789 * config/m68k/vxworks68.mt (TM_FILE): Update.
2790 * config/m68k/st2000.mt (TM_FILE): Update.
2791 * config/m68k/os68k.mt (TM_FILE): Update.
2792 * config/m68k/obsd.mt (TM_FILE): Update.
2793 * config/m68k/nbsd.mt (TM_FILE): Update.
2794 * config/m68k/monitor.mt (TM_FILE): Update.
2795 * config/m68k/linux.mt (TM_FILE): Update.
2796 * config/m68k/cisco.mt (TM_FILE): Update.
2797 * config/ia64/linux.mt (TM_FILE): Update.
2798 * config/ia64/aix.mt (TM_FILE): Update.
2799 * config/ia64/ia64.mt (TM_FILE): Update.
2800 * config/i386/vxworks.mt (TM_FILE): Update.
2801 * config/i386/obsd64.mt (TM_FILE): Update.
2802 * config/i386/obsd.mt (TM_FILE): Update.
2803 * config/i386/nto.mt (TM_FILE): Update.
2804 * config/i386/nbsd64.mt (TM_FILE): Update.
2805 * config/i386/nbsd.mt (TM_FILE): Update.
2806 * config/i386/linux64.mt (TM_FILE): Update.
2807 * config/i386/linux.mt (TM_FILE): Update.
2808 * config/i386/i386sol2.mt (TM_FILE): Update.
2809 * config/i386/i386lynx.mt (TM_FILE): Update.
2810 * config/i386/fbsd64.mt (TM_FILE): Update.
2811 * config/i386/fbsd.mt (TM_FILE): Update.
2812 * config/i386/cygwin.mt (TM_FILE): Update.
2813 * config/h8300/h8300.mt (TM_FILE): Update.
2814 * config/frv/frv.mt (TM_FILE): Update.
2815 * config/cris/cris.mt (TM_FILE): Update.
2816 * config/arm/wince.mt (TM_FILE): Update.
2817 * config/arm/nbsd.mt (TM_FILE): Update.
2818 * config/arm/linux.mt (TM_FILE): Update.
2819 * config/arm/embed.mt (TM_FILE): Update.
2820 * config/alpha/nbsd.mt (TM_FILE): Update.
2821 * config/alpha/fbsd.mt (TM_FILE): Update.
2822 * config/alpha/alpha.mt (TM_FILE): Update.
2823 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2824 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2826 Eliminate event_loop_p, always has the value 1.
2827 * defs.h (event_loop_p): Delete macro.
2828 * breakpoint.c (until_break_command): Simplify.
2829 * utils.c (prompt_for_continue): Simplify.
2830 * tracepoint.c (read_actions): Simplify.
2831 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2832 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2833 (set_prompt, init_main): Simplify.
2834 (init_signals, disconnect): Delete, unused.
2835 * remote.c (remote_async_resume)
2836 (extended_remote_async_create_inferior): Simplify.
2837 * mi/mi-interp.c (mi_input): Delete, unused.
2838 (mi_interpreter_resume, mi_command_loop): Simplify.
2839 * interps.c (current_interp_command_loop): Simplify.
2840 * infrun.c (proceed): Simplify.
2841 * infcmd.c (run_command, continue_command, step_1, jump_command)
2842 (until_command, advance_command, finish_command)
2843 (interrupt_target_command): Simplify.
2844 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2846 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2847 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2848 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2849 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2850 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2851 * mips-tdep.c (mips_dump_tdep): Do not print same.
2855 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2857 * Makefile.in (valprint.o): Delete explict rule.
2859 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2860 reported by Dave Anderson.
2862 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2864 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2869 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2870 (mi_cmd_data_list_register_values)
2871 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2872 the register number computation.
2876 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2877 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2878 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2879 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2881 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2882 inf-ptrace.o and inf-child.o.
2883 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2884 * Makefile.in: Update dependencies.
2888 * language.c (hex_string, hex_string_custom): Move from here ...
2889 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2890 (CELLSIZE): Increase to 50.
2891 * language.h (hex_string, hex_string_custom): Move from here ...
2892 * defs.h: ... to here.
2893 * Makefile.in: Update all dependencies.
2897 * language.c (local_hex_format_custom): Remove.
2898 (local_hex_string): Rename to hex_string, use C format, and move to
2900 (local_hex_string_custom): Rename to hex_string_custom and change
2901 interface. Now uses C format. Move to utils.c
2902 (local_octal_format_custom): Remove.
2903 (local_decimal_format_custom): Remove.
2904 (unknown_language_defn): Remove language-specific number
2906 (auto_language_defn): Ditto.
2907 (local_language_defn): Ditto.
2908 * language.h (struct language_format_info): Delete declaration.
2909 (struct language_defn): Remove language_format_info fields
2910 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2911 (local_binary_format): Remove macro.
2912 (local_binary_format_prefix): Remove macro.
2913 (local_binary_format_specifier): Remove macro.
2914 (local_binary_format_suffix): Remove macro.
2915 (local_octal_format): Remove macro.
2916 (local_octal_format_prefix): Remove macro.
2917 (local_octal_format_specifier): Remove macro.
2918 (local_octal_format_suffix): Remove macro.
2919 (local_decimal_format): Remove macro.
2920 (local_decimal_format_prefix): Remove macro.
2921 (local_decimal_format_specifier): Remove macro.
2922 (local_decimal_format_suffix): Remove macro.
2923 (local_hex_format): Remove macro.
2924 (local_hex_format_prefix): Remove macro.
2925 (local_hex_format_specifier): Remove macro.
2926 (local_hex_format_suffix): Remove macro.
2927 (local_decimal_format_custom): Remove.
2928 (local_octal_format_custom): Remove.
2929 (local_hex_format_custom): Remove.
2930 (local_hex_string): Rename to hex_string and move to defs.h.
2931 (local_hex_string_custom): Rename to hex_string_custom, change
2932 interface, and move to defs.h.
2933 * utils.c: (int_string): New function.
2934 (hex_string): New function (from language.c).
2935 (hex_string_custom): New function (from language.c).
2936 (octal2str): New function.
2937 (decimal2str): Add width parameter.
2938 (paddr_u): Use new decimal2str interface.
2940 * defs.h (hex_string): Declare.
2941 (hex_string_custom): Declare.
2942 (int_string): Declare.
2943 * printcmd.c (print_scalar_formatted): Remove localized binary
2945 * valprint.c (print_longest): Use int_string.
2946 (print_floating): Use C hex format.
2947 (print_hex_chars): Ditto.
2948 (print_binary_chars): Remove language-specific formatting.
2949 (print_octal_chars): Use C octal format.
2950 (print_decimal_chars): Delocalize format.
2951 (print_decimal): Remove.
2952 * ada-lang.c (ada_language_defn): Remove language-specific number
2954 * p-lang.c (pascal_language_defn): Ditto.
2955 * c-lang.c (c_language_defn): Ditto.
2956 (cplus_language_defn): Ditto.
2957 (asm_language_defn): Ditto.
2958 (minimal_language_defn): Ditto.
2959 * f-lang.c (f_language_defn): Ditto.
2960 * jv-lang.c (java_language_defn): Ditto.
2961 * m2-lang.c (m2_language_defn): Ditto.
2962 * scm-lang.c (scm_language_defn): Ditto.
2963 * objc-lang.c (objc_language_defn): Ditto.
2964 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2966 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2967 * ui-out.c (ui_out_field_core_addr): Ditto.
2968 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2969 * exec.c (print_section_info): Ditto.
2970 * i387-tdep.c (print_i387_status_word): Ditto.
2971 (print_i387_control_word): Ditto.
2972 (i387_print_float_info): Ditto.
2973 * maint.c (maint_print_section_info): Ditto.
2974 * solib.c (info_sharedlibrary_command): Ditto.
2975 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2976 * symtab.c (print_msymbol_info): Ditto.
2977 * tracepoint.c (tracepoints_info): Ditto.
2978 * solib-frv.c (lm_base): Ditto.
2979 (frv_current_sos): Ditto.
2980 (enable_break2): Ditto.
2981 (enable_break): Ditto.
2982 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2983 (process_one_symbol): Ditto.
2984 * infcmd.c (program_info): Ditto.
2985 * mdebugread.c (parse_partial_symbols): Ditto.
2986 * symfile.c (add_symbol_file_command): Ditto.
2987 * cli/cli-cmds.c (edit_command): Ditto.
2988 (list_command): Ditto.
2989 * infcall.c (call_function_by_hand): Ditto.
2990 * remote-vx.c (vx_run_files_info): Ditto.
2995 * aix-thread.c (pdc_symbol_addrs): Ditto.
2996 (pdc_read_regs): Ditto.
2997 (pdc_write_regs): Ditto.
2998 (pdc_read_data): Ditto.
2999 (pdc_write_data): Ditto.
3000 * d10v-tdep.c (display_trace): Ditto.
3001 * rs6000-nat.c (find_toc_address): Ditto.
3002 * aix-thread.c: Don't include language.h.
3003 * buildsym.c: Ditto.
3005 * mdebugread.c: Ditto.
3006 * rs6000-nat.c: Ditto.
3007 * buildsym.c (make_blockvector): Use renamed hex_string.
3011 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3012 chars after 'if' or 'while' commands in user-defined commands.
3016 Fix bug reported and analyzed by Olivier Crete:
3017 * symfile.c (copy_section_addr_info): New function.
3018 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3019 original set of address arguments, instead of handwritten code
3020 that uses one length to allocate and a different length to
3021 initialize. Use make_cleanup_free_section_addr_info.
3022 * symfile.h (copy_section_addr_info): New declaration.
3023 * utils.c: #include "symfile.h".
3024 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3026 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3027 * Makefile.in (utils.o): Update dependencies.
3031 * thread-db.c (keep_thread_db): Delete.
3032 (thread_db_new_objfile, thread_db_create_inferior)
3033 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3037 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3038 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3039 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3040 (i386_frameless_signal_p): Remove prototype.
3041 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3042 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3044 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3045 instead of FP0_REGNUM.
3046 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3047 of FP0_REGNUM and FPC_REGNUM.
3049 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3050 (sunos_solib_create_inferior_hook): Don't call
3051 sunos_relocate_main_executable.
3053 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3054 solib_svr4_fetch_link_map_offsets to
3055 svr4_ilp32_fetch_link_map_offsets.
3056 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3057 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3058 svr4_ilp32_fetch_link_map_offsets.
3059 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3063 * frame.h (frame_register): Doc fix.
3067 * vx-share/wait.h: Delete #ifdef USG.
3068 * utils.c (request_quit): Ditto.
3069 * tui/tui.c (tui_reset): Ditto.
3071 * remote-sds.c: Ditto.
3072 * remote-rdi.c: Ditto.
3073 * mdebugread.c: Ditto.
3074 * m68klinux-nat.c: Ditto.
3075 * infttrace.c: Ditto.
3076 * infptrace.c: Ditto.
3077 * i386v-nat.c: Ditto.
3080 * core-aout.c: Ditto.
3084 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3085 heuristic_proc_desc.
3086 (mips_insn32_frame_cache): Likewise.
3090 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3091 left behind by error.
3095 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3096 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3100 * config/rs6000/xm-aix4.h: Remove this file.
3101 * config/rs6000/aix4.mh (XM_FILE): Delete.
3105 * config/rs6000/xm-rs6000.h: Remove this file.
3106 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3110 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3111 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3114 * mips-tdep.c (temp_saved_regs): Delete.
3115 (set_reg_offset): Replace saved_regs parameter with this_cache.
3116 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3117 (mips32_heuristic_proc_desc): Add this_cache parameter.
3118 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3119 (after_prologue): Pass a NULL this_cache.
3121 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3122 non-kernel trap prologues.
3124 * mips-tdep.c (find_proc_desc): Delete function.
3125 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3127 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3128 mips_insn32_frame_cache.
3130 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3131 Simplify as NEXT_FRAME is NULL.
3132 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3134 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3136 (mips_skip_prologue): Update.
3138 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3139 "cur_frame" parameter.
3140 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3141 (mips_insn32_frame_cache, find_proc_desc): Update
3143 * config/vax/nm-obsd.h: Delete file.
3144 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3145 * config/vax/nm-nbsd.h: Delete file.
3146 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3147 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3148 * config/sh/nm-nbsd.h: Delete file.
3149 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3150 * config/rs6000/nm-rs6000ly.h: Delete file.
3151 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3152 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3153 * config/powerpc/nm-obsd.h: Delete file.
3154 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3155 * config/powerpc/nm-nbsd.h: Delete file.
3156 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3157 * config/pa/nm-obsd.h: Delete file.
3158 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3159 * config/mips/nm-nbsd.h: Delete file.
3160 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3161 * config/m88k/nm-obsd.h: Delete file.
3162 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3163 * config/m68k/nm-nbsd.h: Delete file.
3164 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3165 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3166 * config/i386/nm-nbsd.h: Delete file.
3167 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3168 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3169 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3170 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3171 * config/i386/nm-i386lynx.h: Delete file.
3172 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3173 * config/arm/nm-nbsd.h: Delete file.
3174 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3175 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3177 * config/i386/tm-fbsd.h: Delete file.
3178 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3179 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3181 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3182 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3183 * config/rs6000/aix4.mt (TM_FILE): Set to
3184 config/rs6000/tm-rs6000.h.
3185 * config/powerpc/tm-ppc-aix.h: Delete file.
3186 * config/powerpc/aix.mt (TM_FILE): Set to
3187 config/rs6000/tm-rs6000.h.
3188 * config/m68k/tm-linux.h: Delete file.
3189 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3190 * config/i386/tm-linux64.h: Delete file.
3191 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3192 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3194 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3195 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3196 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3197 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3198 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3199 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3200 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3201 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3202 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3204 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3209 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3210 Minor reformatting. Some code factoring.
3214 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3215 * config/vax/tm-nbsd.h: Delete file.
3216 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3217 * config/sparc/tm-vxworks.h: Delete file.
3218 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3219 * config/sparc/tm-nbsd.h: Delete file.
3220 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3221 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3222 * config/sparc/tm-linux.h: Delete file.
3223 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3224 * config/s390/tm-linux.h: Delete file.
3225 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3226 * config/pa/tm-bsd.h: Delete file.
3227 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3228 * config/m68k/tm-obsd.h: Delete file.
3229 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3230 * config/m68k/tm-nbsd.h: Delete file.
3231 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3232 * config/i386/tm-vxworks.h: Delete file.
3233 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3234 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3235 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3236 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3237 * config/i386/tm-nbsd.h: Delete file.
3238 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3239 * config/i386/tm-i386lynx.h: Delete file.
3240 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3241 * config/cris/tm-cris.h: Delete file.
3243 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3244 * configure: Re-generate.
3245 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3246 * config/arm/tm-nbsd.h: Delete file.
3248 * config/powerpc/tm-ppcle-sim.h: Delete.
3249 * config/powerpc/tm-ppcle-eabi.h: Delete.
3250 * config/powerpc/tm-nbsd.h: Delete.
3251 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3252 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3255 * config/i386/nto.mh (NAT_FILE): Delete.
3256 * config/i386/nm-nto.h: Delete.
3258 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3259 * config/m68k/tm-os68k.h: Ditto.
3260 * config/m68k/tm-monitor.h: Ditto.
3261 * config/m68k/tm-cisco.h: Ditto.
3262 * config/m68k/st2000.mt (TM_FILE): Delete.
3263 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3264 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3265 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3266 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3268 * config/m68k/tm-st2000.h: Delete.
3269 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3270 * config/sparc/fbsd.mt (TM_FILE): Delete.
3271 * config/sparc/tm-fbsd.h: Delete.
3273 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3274 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3275 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3277 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3278 GDB_TM_FILE and GDB_XM_FILE.
3279 * gdbarch.c: Re-generate.
3280 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3281 quotes in macro definition.
3282 * configure.in: Re-generate.
3284 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3285 validating architecture methods.
3286 * gdbarch.c: Re-generate.
3288 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3289 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3290 GDB_MULTI_ARCH_PARTIAL.
3291 * gdbarch.h: Re-generate.
3293 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3294 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3295 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3296 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3297 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3298 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3299 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3300 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3301 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3302 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3303 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3304 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3308 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3309 and main_func_highpc.
3310 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3311 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3312 * nlmread.c (nlm_symfile_read): Update.
3316 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3317 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3318 (find_proc_desc): Remove dead code.
3322 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3326 * observer.sh: Add struct so_list declaration.
3327 * Makefile.in: Add dependencies on observer.h for solib.c and
3329 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3331 (_initialize_breakpoint): Register
3332 disable_breakpoints_in_unloaded_shlib as an observer of the
3333 "solib unloaded" observation event.
3334 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3335 call decode_line_1 so unfound breakpoint errors are silent.
3336 * solib.c (update_solib_list): When a solib is discovered to have
3337 been unloaded by the program, notify all observers of the
3338 "solib unloaded" observation event.
3342 * frame.c: Include "objfiles.h".
3343 (inside_main_func): New function.
3344 (get_prev_frame): Use new inside_main_func.
3345 * Makefile.in (frame.o): Update dependencies.
3346 * defs.h (inside_main_func): Delete declaration.
3347 * blockframe.c (inside_main_func): Delete function.
3351 * dwarf2read.c (is_vtable_name): New function, based on logic from
3352 read_structure_type, but passing the correct length to strncmp,
3353 and using 'sizeof' instead of 'strlen'.
3354 (read_structure_type): Call it.
3358 * config/powerpc/aix.mh: Add comment.
3362 * MAINTAINERS: Add self to Write-After-Approval.
3366 * MAINTAINERS: Add self to Write-After-Approval.
3370 Fix PR breakpoints/1757.
3371 * infrun.c (struct execution_control_state): Replace
3372 remove_breakpoints_on_following_step with
3373 step_after_step_resume_breakpoint.
3374 (init_execution_control_state): Update.
3375 (handle_inferior_event): For signals, when stepping off a
3376 breakpoint, set step_after_step_resume_breakpoint. When
3377 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3378 (keep_going): Delete code handling
3379 remove_breakpoints_on_following_step.
3384 * language.h (enum array_ordering): New enum.
3385 * language.h (struct language_defn): New la_array_ordering
3387 * language.c (unknown_language_defn, auto_language_defn)
3388 (local_language_defn): Ditto.
3389 * ada-lang.c (ada_language_defn): Ditto.
3390 * c-lang.c (c_language_defn, cplus_language_defn)
3391 (asm_language_defn, minimal_language_defn): Ditto.
3392 * f-lang.c (f_language_defn): Ditto.
3393 * jv-lang.c (java_language_defn): Ditto.
3394 * m2-lang.c (f_language_defn): Ditto.
3395 * objc-lang.c (objc_language_defn): Ditto.
3396 * p-lang.c (pascal_language_defn): Ditto.
3397 * scm-lang.c (scm_language_defn): Ditto.
3398 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3399 oriented large to small in type structure.
3400 * dwarf2read.c (read_array_order): New function.
3401 (read_array_type): Use read_array_order to check row/column
3406 * target.c (target_resize_to_sections): Check
3407 current_target.to_sections for an old value when updating.
3411 * procfs.c (dbx_link_bpt_addr): New static global variable.
3412 (dbx_link_shadow_contents): New static global variable.
3413 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3414 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3416 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3417 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3419 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3420 after the inferior has been forked.
3421 (remove_dbx_link_breakpoint): New function.
3422 (dbx_link_addr): New function.
3423 (insert_dbx_link_bpt_in_file): New function.
3424 (insert_dbx_link_bpt_in_region): New function.
3425 (insert_dbx_link_breakpoint): New function.
3426 (proc_trace_syscalls_1): New function, extracted from
3427 proc_trace_syscalls.
3428 (proc_trace_syscalls): Replace extract code by call to
3429 proc_trace_syscalls_1.
3430 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3435 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3439 * infrun.c (struct execution_control_state): Delete field
3440 "stepping_through_sigtramp".
3441 (init_execution_control_state): Do not set same.
3442 (context_switch): Do not pass same to save_infrun_state and
3444 * gdbthread.h (struct thread_info): Delete field
3445 stepping_through_sigtramp.
3446 (save_infrun_state, load_infrun_state): Delete parameter
3447 stepping_through_sigtramp.
3448 * thread.c (load_infrun_state, save_infrun_state): Update.
3450 * infrun.c: Re-indent. Move expression operators to the beginning
3451 of the line. Remove long disabled #if 0 code.
3455 * doublest.h (floatformat_ieee_quad): Rename
3456 floatformat_ia64_quad.
3457 * doublest.c (floatformat_ieee_quad): Rename
3458 floatformat_ia64_quad.
3459 (_initialize_doublest): Update.
3463 * dwarf2expr.h (struct dwarf_expr_context): New members
3464 'num_pieces' and 'pieces', for returning the result of an
3465 expression that uses DW_OP_piece.
3466 (struct dwarf_expr_piece): New struct type.
3467 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3469 (free_dwarf_expr_context): Free pieces, if any.
3470 (add_piece): New function.
3471 (execute_stack_op): Implement DW_OP_piece.
3472 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3473 expression is a list of pieces, print an error message.
3474 (dwarf2_loc_desc_needs_frame): If the expression yields
3475 pieces, and any piece is in a register, then we need a frame.
3477 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3478 the stack until we've decided what sort of result the evaluation
3479 has produced. Use separate variables, with more specific names.
3483 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3484 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3485 (arm_netbsd_init_abi_common): Register them.
3489 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3491 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3492 safe_frame_unwind_memory instead of target_read_memory.
3494 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3496 (fetch_register, store_register): Remove prototypes.
3497 (child_resume): Reorganize code and comments such that it is
3498 grouped a bit more logically.
3499 (attach): Explicitly compare errno against 0.
3500 (detach): Likewise. Use perror_with_name instead of
3502 * Makefile.in (infptrace.o): Update dependencies.
3504 * ia64-linux-nat.c: Update copyright year.
3505 (fetch_debug_register, store_debug_register)
3506 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3508 * config/ia64/nm-linux.h: Update copyright year.
3509 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3511 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3512 from CORE_ADDR to struct frame_info *. Use
3513 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3514 (amd64_linux_sigtramp_p): Adjust for changed signature of
3515 and64_linux_sigtramp_start
3517 * gdb_ptrace.h: GNU/Linux.
3519 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3522 * infptrace.c: Include "gdb_assert.h".
3523 (PTRACE_XFER_TYPE): Remove define.
3524 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3525 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3527 (fetch_inferior_registers, store_inferior_registers): Remove
3528 redundant culry braces. Tweak comment. s/regno/regnum.
3529 * Makefile.in (infptrace.o): Update dependencies.
3531 * configure.in: Change test for return type of ptrace to default
3532 to `long' instead of `int'.
3533 * configure: Regenerate.
3537 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3539 * configure.in: Check for ttrace function.
3540 * configure, config.in: Regenerate.
3542 * gdb_ptrace.h: New file.
3543 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3545 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3546 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3547 (attach): Don't define PT_ATTACH.
3548 (detach): Don't define PT_DETACH.
3549 * Makefile.in (gdb_ptrace_h): New variable.
3550 (infptrace.o): Update dependencies.
3554 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3555 instead of `int' if not already defined.
3556 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3558 * infptrace.c (call_ptrace): Revert change that replaced
3559 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3563 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3566 * linux-nat.c (kill_inferior): Add missing third and fourth
3567 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3569 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3572 * proc-why.c (proc_prettyfprint_why): Fix format string.
3574 * solib-osf.c (osf_current_sos): Remove unsused label.
3576 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3578 * configure, config.in: Regenerate.
3579 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3580 <ncurses/ncurses.h>.
3582 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3583 * config/nm-nbsd.h: Update copyright year.
3584 (PTRACE_ARG3_TYPE): Remove define.
3586 * sparc-nat.c (fetch_inferior_registers)
3587 (store_inferior_registers, sparc_xfer_wcookie):
3588 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3590 * alphabsd-nat.c (fetch_inferior_registers):
3591 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3593 * amd64bsd-nat.c (fetch_inferior_registers)
3594 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3596 * armnbsd-nat.c: Update copyright year.
3597 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3598 (store_register, store_regs, store_fp_register, store_fp_regs):
3599 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3600 * hppabsd-nat.c (fetch_inferior_registers)
3601 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3603 * i386bsd-nat.c (fetch_inferior_registers)
3604 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3605 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3606 * m68kbsd-nat.c (fetch_inferior_registers)
3607 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3609 * m88kbsd-nat.c (fetch_inferior_registers)
3610 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3612 * mipsnbsd-nat.c: Update copyright year.
3613 (fetch_inferior_registers, store_inferior_registers):
3614 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3615 * ns32knbsd-nat.c: Update copyright year.
3616 (fetch_inferior_registers, store_inferior_registers):
3617 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3618 * ppcnbsd-nat.c (fetch_inferior_registers):
3619 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3621 * ppcobsd-nat.c (fetch_inferior_registers):
3622 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3624 * shnbsd-nat.c: Update copyright year.
3625 (fetch_inferior_registers, store_inferior_registers):
3626 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3627 * vaxbsd-nat.c (fetch_inferior_registers)
3628 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3631 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3633 * infptrace.c (call_ptrace, child_resume, attach, detach)
3634 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3635 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3636 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3641 * defs.h: Remove out-of-date comment.
3642 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3643 [!GETENV_PROVIDED] (getenv): Remove prototype.
3645 * standalone.c: Remove file.
3646 * Makefile.in (standalone.o): Remove dependency.
3648 * i386-linux-nat.c (dummy_sse_values): Remove function and
3650 (i386_linux_dr_get): Fix typo in comment.
3651 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3653 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3655 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3657 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3662 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3663 parenthesis in definition.
3664 * configure: Regenerated.
3668 * PROBLEMS: Mention build/1411.
3672 Committed by Nathanael Nerode.
3673 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3674 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3678 * NEWS: Mention fixes in GDB 6.2.1.
3679 * PROBLEMS: Remove mention of mips-irix.
3683 * config/powerpc/xm-aix.h: Delete.
3684 * config/powerpc/aix.mh (MH_FILE): Remove.
3685 * config/powerpc/aix432.mh (MH_FILE): Remove.
3689 * config/powerpc/aix.mh: Remove obsolete comment.
3690 * config/powerpc/aix432.mh: Likewise.
3694 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3698 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3699 this file is now empty.
3700 * config/xm-aix4.h: Remove, this file is no longer included
3705 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3706 that file is now empty.
3707 (termdef): Remove prototype, function no longer used.
3711 * doc/gdbint.texinfo (Host Definition): Remove documentation
3712 for USE_O_NOCTTY, no longer used.
3713 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3714 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3718 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3719 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3720 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3724 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3725 instead of FIVE_ARG_PTRACE.
3727 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3728 (new_tty): Use O_NOCTTY unconditionally.
3732 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3733 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3738 * xcoff_symfile_finish: Replace last call to xmfree by call
3743 * main.c (captured_main): Delete call to init_malloc.
3744 * defs.h (init_malloc): Delete declaration.
3745 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3746 (init_malloc): Delete functions.
3748 * defs.h (xmfree): Delete.
3749 * utils.c (xmfree): Delete function.
3750 (xfree): Inline calls to xmfree and mfree.
3751 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3752 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3753 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3754 * somread.c (som_symfile_finish): Ditto.
3755 * objfiles.c (allocate_objfile, free_objfile):
3756 * nlmread.c (nlm_symfile_finish): Ditto.
3757 * hpread.c (hpread_symfile_finish): Ditto.
3758 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3759 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3760 * coffread.c (coff_symfile_finish): Ditto.
3762 * defs.h (xmcalloc): Delete declaration.
3763 * utils.c (xmcalloc): Delete.
3764 (xcalloc): Inline calls to xmcalloc and mcalloc.
3765 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3767 * symtab.c (create_demangled_names_hash): Ditto.
3769 * defs.h (xmrealloc): Delete.
3770 * utils.c (xmrealloc): Delete.
3771 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3772 * symmisc.c (extend_psymbol_list): Use xrealloc.
3773 * source.c (find_source_lines): Ditto.
3774 * hpread.c (hpread_lookup_type): Ditto.
3775 * dbxread.c (add_bincl_to_list): Ditto.
3777 * utils.c (xmmalloc): Delete.
3778 (xmalloc): Inline xmmalloc and mmalloc calls.
3779 (msavestring): Use xmalloc.
3780 * defs.h (xmmalloc): Delete declaration.
3781 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3783 * symmisc.c (extend_psymbol_list): Ditto.
3784 * symfile.c (init_psymbol_list): Ditto.
3785 * source.c (find_source_lines): Ditto.
3786 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3787 * elfread.c (elf_symtab_read): Ditto.
3788 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3789 * coffread.c (coff_symfile_init): Ditto.
3793 * MAINTAINERS: Remove David Carlton from c++ testsuite
3798 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3799 print a line feed before the prompt.
3803 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3807 General cleanup of the AIX xm include file:
3808 * config/xm-aix4.h (fd_set): Remove undefine.
3809 Remove include of <sys/select.h>.
3810 (HAVE_TERMIO): Remove define.
3812 (NULL): Remove redefine.
3813 (alloca): Remove #pragma.
3814 (vfork): Remove define.
3816 (SIGWINCH_HANDLER): Remove.
3817 (SIGWINCH_HANDLER_BODY): Remove.
3821 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3822 GDB_OSABI_OPENBSD_ELF.
3826 * bsd-kvm.c: Check for nlist.h before including it.
3830 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3831 sigcontext' offset consistency checks for ancient BSD.
3833 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3835 * configure.in: Check for <sys/types.h>. Check return and
3836 argument types of ptrace.
3837 * configure, config.in: Regenerate.
3841 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3842 rs6000_register_sim_regno): Doc fixes.
3846 * mips-tdep.c: Include "floatformat.h".
3847 (n32n64_floatformat_always_valid): New function.
3848 (floatformat_n32n64_long_double_big): New constant.
3849 (mips_gdbarch_init): Set size and format of long double
3850 for N32 and N64 ABIs.
3851 * Makefile.in (mips-tdep.o): Update dependencies.
3855 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3856 print. Improve script's error messages.
3857 * gdbarch.h: Re-generate.
3859 * gdbarch.sh (pformat): New function.
3860 (float_format, double_format, long_double_format): List with bit
3861 members. Use pformat when printing.
3862 * gdbarch.c, gdbarch.h: Re-generate.
3866 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3867 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3868 (ppcnbsd_supply_pcb): New function.
3869 (_initialize_ppcnbsd_nat): New prototype and function.
3870 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3871 (LOADLIBES): New variable.
3872 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3876 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3877 (builtin_type_ieee_double, builtin_type_ia64_quad)
3878 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3879 BE/LE floating-point types.
3880 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3881 (builtin_type_ieee_double, builtin_type_ia64_quad)
3882 (builtin_type_ia64_spill): Declare.
3883 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3884 (floatformat_ieee_double, floatformat_arm_ext)
3885 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3886 of LE/BE floatformats.
3887 * doublest.h: (struct floatformat, floatformat_ieee_single)
3888 (floatformat_ieee_double, floatformat_arm_ext)
3889 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3893 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3895 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3896 instead of regcache_raw_supply when storing the registers.
3898 * i386gnu-nat.c: Update copyright year.
3899 (gnu_store_registers): Don't use deprecated_registers and
3900 deprecated_registers_valid. Use regcache_valid_p and
3901 regcache_raw_supply instead.
3903 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3906 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3907 variables. Incapitalized "process".
3909 * configure.in: Add cursesX to the list of possible curses libs.
3910 Add cursesX.h to the list of possible curses headers.
3911 * configure, config.in: Regenerate.
3915 * configure.in: Test for struct lwp in <sys/lwp.h>.
3916 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3917 the offset of l_addr in struct lwp.
3921 * bsd-kvm.c: Include "gdbcore.h"
3922 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3926 * gdbtypes.c (build_flt, build_complex): New functions.
3927 (gdbtypes_post_init): Use.
3929 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3931 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3932 through to builtin_type_uint128.
3934 * c-exp.y: Use builtin_type function to obtain builtin types.
3936 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3938 * gdbtypes.c (gdbtypes_post_init): Update.
3939 (build_gdbtypes): Move initialization of builtin_type_int0
3940 through to builtin_type_uint128 from here ...
3941 (_initialize_gdbtypes): ... to here.
3942 * d10v-tdep.c (d10v_register_type): Update.
3944 * doublest.c: Update copyright.
3945 (floatformat_from_length): Call error when floatformat is NULL.
3946 (extract_floating_by_length): Remove NULL fmt check.
3947 (store_floating_by_length): Ditto.
3951 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3952 that the register is valid.
3956 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3957 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3958 struct frame_info *. Use safe_frame_unwind_memory instead of
3959 deprecated_read_memory_nobpt.
3960 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3961 changed signature of i386_linux_sigtramp_start and
3962 i386_linux_rt_sigtramp_start.
3964 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3965 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3966 instead of deprecated_read_memory_nobpt.
3967 (i386nbsd_sigtramp_p): Adjust for changed signature of
3968 i386nbsd_sigtramp_offset.
3970 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3971 safe_frame_unwind_memory instead of target_read_memory.
3973 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3975 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3976 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3977 (_initialize_kernel_u_addr): Remove prototype and function.
3978 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3980 * xcoffread.c: Likewise.
3984 * vax-nat.c: New file.
3985 * vaxbsd-nat.c: Tweak comment.
3986 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3988 (vax-nat.o): New dependency.
3989 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3990 (vax-*-ultrix2*): Remove.
3991 * config/vax/vax.mh: New file.
3992 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3993 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3994 (vax_register_u_addr): New prototype.
3995 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3996 * config/vax/vaxult2.mh: Remove file.
3997 * config/vax/vaxult.mh: Remove file.
3998 * config/vax/vaxbsd.mh: Remove file.
3999 * config/vax/vax.mt (TM_FILE): Remove.
4000 * config/vax/tm-vaxbsd.h: Remove file.
4004 * aix-thread.c (get_signaled_thread): New function.
4005 (iter_trap): Delete, no longer used.
4006 (iter_tid): New function.
4007 (pd_update): Find the thread that received the SIGTRAP signal
4008 by first locating the kernel thread, and then finding its
4013 * lin-lwp.c (child_wait): Continue inferior after processing
4014 PTRACE_EVENT_CLONE event.
4018 * MAINTAINERS: Add self to Write-After-Approval.
4022 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4023 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4027 * config/xm-sysv4.h: Delete file.
4028 * config/mips/xm-irix5.h: Delete file.
4029 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4030 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4031 * config/ia64/xm-aix.h: Delete file.
4032 * config/ia64/aix.mh (XM_FILE): Delete.
4033 * config/pa/xm-hppah.h: Delete file.
4034 * config/pa/hpux11w.mh (XM_FILE): Delete.
4035 * config/pa/hpux11.mh (XM_FILE): Delete.
4036 * config/pa/hpux1020.mh (XM_FILE): Delete.
4037 * config/pa/hppahpux.mh (XM_FILE): Delete.
4039 * config/alpha/xm-alphalinux.h: Delete file.
4040 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4041 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4042 * config/alpha/xm-alphaosf.h: Delete file.
4043 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4044 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4045 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4046 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4048 * config/i386/xm-i386v.h: Delete file.
4049 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4050 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4051 * config/i386/xm-i386sco.h: Delete file.
4052 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4053 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4054 * config/i386/xm-i386v4.h: Delete file.
4055 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4056 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4057 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4058 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4060 * config/vax/xm-vax.h: Delete file.
4061 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4062 * config/vax/xm-vaxult2.h: Delete file.
4063 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4064 * config/vax/vaxult2.mh (XM_FILE): Delete.
4065 * config/vax/xm-vaxult.h: Delete file.
4066 * config/vax/vaxult.mh (XM_FILE): Delete.
4067 * config/vax/xm-vaxbsd.h: Delete file.
4068 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4070 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4071 * gdbarch.h, gdbarch.c: Re-generate.
4072 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4073 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4074 * frame.h: Delete deprecated_read_fp from comments.
4075 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4076 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4080 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4081 trampoline in OpenBSD 3.5-current.
4083 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4086 * Makefile.in: Remove embedded page breaks.
4090 * regcache.c (regcache_raw_read): Assert that, after calling
4091 target_fetch_registers, the register we're reading is cached.
4093 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4094 a call to 'internal_error', with a more helpful error message.
4095 * rs6000-tdep.c (e500_pseudo_register_read,
4096 e500_pseudo_register_write, rs6000_store_return_value): Same.
4100 * Makefile.in: Update dependencies.
4104 Change the layout of the PowerPC E500 raw register cache to allow
4105 the lower 32-bit halves of the GPRS to be their own raw registers,
4106 not pseudoregisters.
4107 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4108 add ppc_ev0_upper_regnum flag.
4109 * rs6000-tdep.c: #include "reggroups.h".
4110 (spe_register_p): Recognize the ev upper half registers as SPE
4112 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4114 (e500_move_ev_register): New function.
4115 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4116 vector registers are the pseudo-registers now, formed by splicing
4117 together the gprs and the upper-half registers.
4118 (e500_register_reggroup_p): New function.
4120 (P8, A4): New macro.
4121 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4122 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4124 (registers_e500): Rearrange register set so that the raw register
4125 set contains 32-bit GPRs and upper-half registers, and the SPE
4126 vector registers become pseudo-registers.
4127 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4128 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4129 register numbers are now the same for the E500 as they are for
4130 other PowerPC variants. Register e500_register_reggroup_p as the
4131 register group function for the E500.
4132 * Makefile.in (rs6000-tdep.o): Update dependencies.
4134 Adapt PPC E500 native support to the new raw regcache layout.
4135 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4136 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4137 (fetch_spe_register, store_spe_register): Handle fetching/storing
4138 all the SPE registers at once, if regno == -1. These now take
4139 over the job of fetch_spe_registers and store_spe_registers.
4140 (fetch_spe_registers, store_spe_registers): Deleted.
4141 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4142 unconditionally; they're always raw. Fetch/store SPE upper half
4143 registers, if present, instead of ev registers.
4144 (fetch_register, store_register): Remove sanity checks: gprs are
4145 never pseudo-registers now, so we never need to even mention any
4146 registers that are ever pseudoregisters.
4148 Use a fixed register numbering when communicating with the PowerPC
4150 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4151 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4152 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4154 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4155 init_sim_regno_table.
4156 * Makefile.in (gdb_sim_ppc_h): New variable.
4157 (rs6000-tdep.o): Update dependencies.
4161 * cris-tdep.c (cris_register_size): Restore function, still used
4164 * gdbarch.sh (deprecated_target_read_fp)
4165 (deprecated_frame_locals_address, deprecated_frame_args_address)
4166 (deprecated_frame_chain_valid, deprecated_frame_chain)
4167 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4168 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4169 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4170 * gdbarch.h, gdbarch.c: Re-generate.
4171 * regcache.c (deprecated_read_fp): Do not call
4172 DEPRECATED_TARGET_READ_FP_P.
4173 * infcmd.c (default_print_registers_info): Do not call
4174 DEPRECATED_DO_REGISTERS_INFO.
4175 * frame-base.c (default_frame_locals_address): Do not call
4176 DEPRECATED_FRAME_LOCALS_ADDRESS.
4177 (default_frame_args_address): Do not call
4178 DEPRECATED_FRAME_ARGS_ADDRESS.
4180 * gdbarch.sh (deprecated_register_raw_size)
4181 (deprecated_register_virtual_size:int): Delete.
4182 * gdbarch.h, gdbarch.c: Re-generate.
4183 * cris-tdep.c (cris_register_size): Delete.
4184 (cris_gdbarch_init): Update.
4185 * alpha-tdep.c (alpha_register_raw_size)
4186 (alpha_register_virtual_size): Delete.
4187 (alpha_gdbarch_init): Update.
4189 * gdbarch.sh (deprecated_register_virtual_type)
4190 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4191 (deprecated_dummy_write_sp): Delete.
4192 * gdbarch.h, gdbarch.c: Re-generate.
4194 * gdbarch.sh (deprecated_register_bytes): Delete.
4195 * gdbarch.h, gdbarch.c: Re-generate.
4196 * regcache.c (deprecated_register_bytes): New function.
4197 * regcache.h (deprecated_register_bytes): Declare.
4198 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4199 * v850-tdep.c (v850_gdbarch_init): Update.
4200 * sh64-tdep.c (sh64_gdbarch_init): Update.
4201 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4202 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4203 * mcore-tdep.c (mcore_gdbarch_init): Update.
4204 * cris-tdep.c (cris_gdbarch_init): Update.
4205 * arm-tdep.c (arm_gdbarch_init): Update.
4206 * remote.c (init_remote_state): Update.
4207 * remote-vx.c (vx_prepare_to_store): Update.
4208 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4209 * irix5-nat.c (fetch_core_registers): Update.
4210 * cris-tdep.c (cris_register_bytes_ok): Update.
4211 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4213 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4214 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4215 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4216 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4217 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4218 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4219 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4220 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4221 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4222 with mips_insn16 and mips_insn32.
4224 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4225 * rs6000-tdep.c (rs6000_push_dummy_call)
4226 (rs6000_extract_return_value): Use register_size.
4227 * xstormy16-tdep.c (xstormy16_get_saved_register)
4228 (xstormy16_extract_return_value): Ditto.
4229 * valops.c (value_assign): Ditto.
4230 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4231 * v850-tdep.c (v850_extract_return_value): Ditto.
4232 * tracepoint.c (collect_symbol): Ditto.
4233 * target.c (debug_print_register): Ditto.
4234 * stack.c (frame_info): Ditto.
4235 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4236 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4237 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4238 (store_register_using_P): Ditto.
4239 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4240 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4241 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4242 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4243 * regcache.c (deprecated_read_register_bytes)
4244 (deprecated_write_register_bytes, read_register)
4245 (write_register): Ditto.
4246 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4247 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4248 * monitor.c (monitor_supply_register, monitor_fetch_register)
4249 (monitor_store_register): Ditto.
4250 * mn10300-tdep.c (mn10300_pop_frame_regular)
4251 (mn10300_print_register): Ditto.
4252 * mipsv4-nat.c (fill_fpregset): Ditto.
4253 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4254 (mips64_fill_fpregset): Ditto.
4255 * mi/mi-main.c (register_changed_p, get_register)
4256 (mi_cmd_data_write_register_values): Ditto.
4257 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4258 * irix5-nat.c (fill_gregset, fetch_core_registers):
4259 * infrun.c (write_inferior_status_register): Ditto.
4260 * infptrace.c (fetch_register, store_register): Ditto.
4261 * infcmd.c (default_print_registers_info): Ditto.
4262 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4263 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4264 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4265 * hpux-thread.c (hpux_thread_fetch_registers)
4266 (hpux_thread_store_registers): Ditto.
4267 * hppah-nat.c (store_inferior_registers, fetch_register):
4268 * findvar.c (value_from_register): Ditto.
4269 * dve3900-rom.c (fetch_bitmapped_register):
4270 * cris-tdep.c (cris_gdbarch_init): Ditto.
4271 * alpha-tdep.h: Ditto.
4272 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4274 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4275 DEPRECATED_REGISTER_RAW_SIZE from comments.
4276 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4277 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4278 DEPRECATED_REGISTER_RAW_SIZE.
4279 * findvar.c (value_of_register): Simplify by assuming that the
4280 registers raw and virtual sizes are identical.
4281 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4283 * arch-utils.c (generic_register_size): Simplify by assuming
4286 * regcache.c (legacy_read_register_gen, real_register)
4287 (legacy_write_register_gen): Delete, not used.
4289 * regcache.c (struct regcache_descr): Delete legacy_p.
4290 (init_legacy_regcache_descr): Delete function.
4291 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4292 Do not use deprecated register functions.
4293 (regcache_raw_read, deprecated_write_register_gen):
4294 (deprecated_read_register_gen, regcache_raw_write): Delete code
4295 predicated on legacy_p.
4296 (register_size): Delete check against register raw size.
4298 * cris-tdep.c (cris_register_type): Replace
4299 cris_register_virtual_type.
4300 (cris_gdbarch_init): Update, set register_type.
4302 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4303 * gdbarch.h, gdbarch.c: Re-generate.
4304 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4305 (arm_gdbarch_init) Do not set frameless function invocation.
4306 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4307 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4308 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4309 (frv_gdbarch_init): Do not set frameless function invocation.
4310 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4311 * sh-tdep.c (sh_gdbarch_init): Ditto.
4312 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4313 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4314 * avr-tdep.c (avr_gdbarch_init): Ditto.
4316 * blockframe.c (legacy_frame_chain_valid): Delete function.
4318 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4319 and pc. Update comments.
4320 (pc_in_dummy_frame): Delete function.
4321 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4323 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4324 call_hi, top and pc, use the id.
4325 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4327 * dummy-frame.c: Include "gdb_string.h".
4328 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4329 (generic_save_dummy_frame_tos): Delete.
4330 (dummy_frame_push): New function, replaces above.
4331 * dummy-frame.h: Update copyright.
4332 (dummy_frame_push): Declare.
4333 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4334 (generic_save_call_dummy_addr): Delete declarations.
4335 * infcall.c: Include "dummy-frame.h".
4336 (call_function_by_hand): Add locals caller_regcache,
4337 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4338 with call to frame_save_as_regcache plus cleanup. Delete calls to
4339 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4340 Move clear_proceed_status to just before the resume, add call to
4341 dummy_frame_push (discard cleanup).
4342 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4343 (dummy-frame.o): Add $(gdb_string_h).
4347 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4348 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4349 * dummy-frame.c (find_dummy_frame): Delete.
4350 (struct dummy_frame_cache, dummy_frame_sniffer)
4351 (dummy_frame_prev_register, dummy_frame_this_id)
4352 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4353 frame unwinder using a dummy_frame_cache.
4357 * frame.h (frame_save_as_regcache): Declare.
4358 * frame.c (frame_save_as_regcache): New function.
4359 (do_frame_read_register): Replace do_frame_unwind_register.
4360 (frame_pop): Use frame_save_as_regcache.
4361 * dummy-frame.c (generic_push_dummy_frame): Use
4362 frame_save_as_regcache.
4366 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4367 file as included until we record the first line in the linetable.
4371 * frame.h (deprecated_pop_dummy_frame)
4372 (deprecated_read_register_dummy)
4373 (deprecated_generic_find_dummy_frame): Delete.
4374 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4375 (deprecated_read_register_dummy)
4376 (deprecated_find_dummy_frame_regcache)
4377 (discard_innermost_dummy)
4378 (deprecated_pop_dummy_frame): Delete.
4379 (dummy_frame_this_id): Simplify.
4380 (struct dummy_frame): Delete "fp" and "sp".
4381 (find_dummy_frame): Simplify.
4382 (generic_push_dummy_frame): Do not set "fp" or "sp".
4383 (fprint_dummy_frames): Do not print "fp" and "sp"
4387 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4388 (struct i386_insn): New structure.
4389 (i386_match_insn): New function.
4390 (i386_frame_setup_skip_insns): New variable.
4391 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4392 array i386_frame_setup_insns of instructions that should be
4393 skipped inside the frame setup sequence.
4397 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4398 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4399 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4400 * stack.c (frame_info): Delete references to
4401 DEPRECATED_FRAME_INIT_SAVED_REGS and
4402 deprecated_get_frame_saved_regs.
4403 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4404 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4405 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4406 (frame_unwind_register_signed)
4407 (frame_unwind_register_unsigned)
4408 (frame_unwind_unsigned_register): Use register_size.
4409 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4410 (deprecated_frame_xmalloc_with_cleanup)
4411 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4412 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4414 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4415 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4416 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4417 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4419 * infcall.c (call_function_by_hand): Do not use
4420 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4421 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4422 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4423 DEPRECATED_STACK_ALIGN.
4427 Committed by Andrew Cagney.
4428 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4432 * mips-tdep.c (mips16_frame_cache)
4433 (mips16_frame_this_id, mips16_frame_prev_register)
4434 (mips16_frame_unwind, mips16_frame_sniffer)
4435 (mips16_frame_base_address, mips16_frame_base)
4436 (mips16_frame_base_sniffer, mips32_frame_cache)
4437 (mips32_frame_this_id, mips32_frame_prev_register)
4438 (mips32_frame_unwind, mips32_frame_sniffer)
4439 (mips32_frame_base_address, mips32_frame_base)
4440 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4441 separate heuristic mips16 and mips32 unwinders.
4442 (mips_stub_frame_cache, mips_stub_frame_this_id)
4443 (mips_stub_frame_prev_register)
4444 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4445 (mips_stub_frame_base_address, mips_stub_frame_base)
4446 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4447 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4448 match true mdebug frames.
4449 (non_heuristic_proc_desc): Add forward declaration.
4453 * config/mips/tm-irix6.h: Delete file.
4454 * config/mips/tm-irix5.h: Delete file.
4455 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4456 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4458 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4459 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4460 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4461 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4462 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4463 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4464 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4465 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4466 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4467 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4468 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4469 (TARGET_SIGNAL_RAW_VALUES): Delete.
4470 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4472 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4473 (TARGET_HW_WATCH_LIMIT): Delete.
4474 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4475 * minimon.h: Delete file.
4477 * trad-frame.c (trad_frame_get_this_base)
4478 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4480 * trad-frame.h (trad_frame_set_this_base)
4481 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4485 * trad-frame.c (trad_frame_get_prev_register): Rename
4486 trad_frame_get_prev_register.
4487 * vax-tdep.c (vax_frame_prev_register): Update.
4488 * trad-frame.h: Update.
4489 * trad-frame.c (trad_frame_get_register): Update.
4490 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4491 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4493 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4494 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4496 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4498 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4500 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4502 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4504 * s390-tdep.c (s390_frame_prev_register)
4505 (s390_stub_frame_prev_register)
4506 (s390_sigtramp_frame_prev_register): Update.
4507 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4508 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4509 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4510 * m88k-tdep.c (m88k_frame_prev_register)
4511 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4512 * m32r-tdep.c (m32r_frame_prev_register): Update.
4513 * hppa-tdep.c (hppa_frame_prev_register_helper)
4514 * frv-tdep.c (frv_frame_prev_register): Update.
4515 * d10v-tdep.c (d10v_frame_prev_register): Update.
4516 * cris-tdep.c (cris_frame_prev_register): Update.
4517 * avr-tdep.c (avr_frame_prev_register): Update.
4518 * arm-tdep.c (arm_prologue_prev_register)
4519 (arm_sigtramp_prev_register): Update.
4523 * frame.h (legacy_saved_regs_unwind)
4524 (legacy_frame_chain_valid, legacy_frame_p)
4525 (enum frame_type): Delete UNKNOWN_FRAME.
4526 * dummy-frame.c (dummy_frame_this_id): Simplify.
4527 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4528 * frame.c (struct frame_info): Delete the field "type".
4529 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4530 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4531 (legacy_saved_regs_unwind, legacy_frame_p)
4532 (frame_type_from_pc): Delete.
4533 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4534 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4538 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4541 * mips-nat.c: Remove file.
4542 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4543 (mips-nat.o): Remove dependency.
4545 * infptrace.c: Update copyright year.
4546 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4547 explicitly setting the buffer to all zeroes.
4549 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4550 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4554 * GDB 6.2 released from gdb_6_2-branch.
4558 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4560 * exec.c (exec_file_attach):
4561 * nto-tdep.c (nto_find_and_open_solib):
4562 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4563 * solib.c (solib_open):
4564 * somsolib.c (som_solib_sizeof_symbol_table):
4565 * source.c (is_regular_file, openp, open_source_file):
4566 * symfile.c (symfile_bfd_open):
4567 * wince.c (upload_to_device): Differentiate between the search for
4568 binary and source files.
4572 * complaints.c (_initialize_complaints): Pass NULL to
4573 add_setshow_zinteger_cmd for help_doc.
4574 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4579 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4580 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4581 $(PACKAGE).pot and update-po.
4582 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4583 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4584 (update-po): New rules.
4585 (localedir): Define using autoconf.
4586 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4587 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4588 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4589 * configure.in: Generate CATALOGS and LINGUAS from contents of
4590 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4591 * configure: Re-generate.
4592 * po/gdbtext: New file
4596 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4601 * dwarf2read.c (read_file_scope): Set producer if attribute
4603 (struct dwarf2_cu): Added new member producer.
4607 * inflow.c (kill_command): release file handles in BFD.
4608 * exec.c (exec_file_attach): Ditto.
4609 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4613 * PROBLEMS (mips-irix): Note that it is broken.
4617 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4618 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4620 * config/xm-nbsd.h: Delete file.
4621 * config/arm/xm-nbsd.h: Delete file.
4622 * config/i386/xm-nbsd.h: Delete file.
4623 * config/ns32k/xm-nbsd.h: Delete file.
4624 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4625 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4626 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4627 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4628 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4630 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4631 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4632 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4633 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4634 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4635 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4637 * config/powerpc/xm-linux.h: Delete empty file.
4638 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4639 * config/powerpc/linux.mh (XM_FILE): Delete.
4640 * config/m68k/xm-linux.h: Delete empty file.
4641 * config/m68k/linux.mh (XM_FILE): Delete.
4642 * config/ia64/xm-linux.h: Delete empty file.
4643 * config/ia64/linux.mh (XM_FILE): Delete.
4644 * config/arm/xm-linux.h: Delete empty file.
4645 * config/arm/linux.mh (XM_FILE): Delete.
4647 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4648 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4649 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4650 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4651 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4652 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4653 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4654 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4656 * config/m68k/xm-m68k.h: Delete file.
4657 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4659 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4660 * config/pa/xm-linux.h: Delete empty file.
4661 * config/pa/linux.mh (XM_FILE): Delete.
4662 * config/i386/xm-i386.h: Delete empty file.
4663 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4665 * config/i386/obsdaout.mh (XM_FILE): Delete.
4666 * config/i386/obsd64.mh (XM_FILE): Delete.
4667 * config/i386/fbsd64.mh (XM_FILE): Delete.
4668 * config/i386/nto.mh (XM_FILE): Delete.
4669 * config/i386/obsd.mh (XM_FILE): Delete.
4670 * config/i386/linux64.mh (XM_FILE): Delete.
4671 * config/i386/linux.mh (XM_FILE): Delete.
4672 * config/i386/i386sol2.mh (XM_FILE): Delete.
4673 * config/i386/i386gnu.mh (XM_FILE): Delete.
4674 * config/i386/fbsd.mh (XM_FILE): Delete.
4675 * config/i386/nbsd64.mh (XM_FILE): Delete.
4679 * config/pa/xm-linux.h: Do not include "floatformat.h".
4680 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4681 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4682 * config/i386/xm-i386.h: Do not include "floatformat.h".
4683 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4684 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4685 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4686 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4687 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4688 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4689 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4690 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4691 * configure, config.in: Regenerate.
4692 * configure.host (gdb_host_float_format, gdb_host_double_format)
4693 (gdb_host_long_double_format): Set according to the host.
4697 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4701 * PROBLEMS: Mention threads/1650.
4702 * NEWS: Mention the NPTL fix.
4706 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4707 (add_setshow_cmd_full): Make static.
4708 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4709 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4710 * cli/cli-decode.c (add_setshow_filename_cmd)
4711 (add_setshow_string_cmd): New functions.
4712 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4713 * mips-tdep.c (_initialize_mips_tdep): Update.
4714 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4715 * cli/cli-logging.c (_initialize_cli_logging): Update.
4716 * complaints.c (_initialize_complaints): Update.
4717 * remote.c (_initialize_remote): Update.
4721 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4722 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4723 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4724 print parameters. Make string parameters constant.
4725 * command.h: Update. Update copyright.
4726 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4727 * observer.c (_initialize_observer): Ditto.
4728 * frame.c (_initialize_frame): Ditto.
4729 * complaints.c (_initialize_complaints): Ditto.
4730 * maint.c (_initialize_maint_cmds): Ditto.
4731 * target.c (initialize_targets): Ditto.
4732 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4733 * infcall.c (_initialize_infcall): Ditto.
4734 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4735 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4736 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4737 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4738 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4742 * gdbtypes.c (lookup_primitive_typename): Delete function.
4743 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4744 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4745 * gdbtypes.c (lookup_typename): Ditto.
4746 * f-exp.y (yylex): Ditto.
4747 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4749 * scm-lang.c (c_builtin_types): Delete extern declaration.
4750 (scm_language_defn): Replace
4751 string_char_type and primitive_type_vector with
4752 la_language_arch_info.
4753 * jv-lang.c (java_language_defn): Replace
4754 string_char_type and primitive_type_vector with
4755 la_language_arch_info.
4756 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4757 c_builtin_types in comment.
4758 * c-lang.h (struct language_arch_info): Declare opaque.
4759 (c_language_arch_info): Declare.
4760 (c_builtin_types): Delete declaration.
4761 * c-lang.c (c_language_arch_info): Set string_char_type to
4762 builtin_char, not builtin_true_char. Make global.
4763 (c_builtin_types): Delete array.
4764 (asm_language_defn, minimal_language_defn): Replace
4765 string_char_type and primitive_type_vector with
4766 la_language_arch_info.
4770 * gdbtypes.h (struct builtin_type): Rename true_char to
4772 * gdbtypes.c (gdbtypes_post_init): Update.
4773 * c-lang.c (arch_info): New function.
4774 (enum c_primitive_types): New enum.
4775 (c_language_defn): Instead of string_char_type and
4776 primitive_type_vector set la_language_arch_info.
4780 * language.h (struct language_arch_info): Fix typo
4781 s/primative/primitive/.
4782 * gdbtypes.c (lookup_primitive_typename): Ditto.
4783 * language.c (language_lookup_primitive_type_by_name)
4784 (unknown_language_arch_info): Ditto.
4788 * defs.h (enum language): Add nr_languages.
4789 * language.h (struct language_arch_info): Define.
4790 (struct language_defn): Add la_language_arch_info.
4791 (language_lookup_primative_type_by_name): Declare.
4792 (language_string_char_type): Declare.
4793 * language.c (_initialize_language, language_gdbarch_post_init)
4794 (struct language_gdbarch, language_gdbarch_data): Implement
4795 per-architecture language information.
4796 (unknown_language_arch_info, language_string_char_type)
4797 (language_lookup_primative_type_by_name): New functions.
4798 (unknown_language_defn, auto_language_defn)
4799 (local_language_defn): Set la_language_arch_info to
4800 unknown_language_arch_info.
4801 (unknown_builtin_types): Delete.
4802 * gdbtypes.c (lookup_primitive_typename): Use
4803 language_lookup_primative_type_by_name.
4804 (create_string_type): Use language_string_char_type.
4805 * values.c (value_from_string): Use language_string_char_type.
4806 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4807 * p-lang.c (pascal_language_defn): Ditto.
4808 * m2-lang.c (m2_language_defn): Ditto.
4809 * jv-lang.c (java_language_defn): Ditto.
4810 * objc-lang.c (objc_language_defn): Ditto.
4811 * f-lang.c (f_language_defn): Ditto.
4812 * c-lang.c (c_language_defn, cplus_language_defn)
4813 (asm_language_defn, minimal_language_defn): Ditto.
4817 * gdbtypes.h (struct builtin_type): Declare.
4818 (builtin_type): Declare.
4819 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4820 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4821 (gdbtypes_post_init): New function.
4822 (builtin_type): New function.
4826 * remote-m32r-sdi.c: Fix breakpoint bug.
4827 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4828 recv_char_data, recv_long_data): New functions to replace communication
4833 Document PR threads/1650.
4834 * PROBLEMS (Threads): Document problem with many threads
4838 * gdb-mi.el: Move from here ...
4839 * mi/gdb-mi.el: ... to here.
4844 * main.c (captured_main): When in batch mode always detach.
4848 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4849 and h8300 as broken.
4850 * NEWS: END-OF-LIFE frame compatibility module.
4851 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4856 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4857 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4858 * wince.c (_initialize_wince): Update.
4859 * win32-nat.c (_initialize_win32_nat): Update.
4860 * varobj.c (_initialize_varobj): Update.
4861 * valops.c (_initialize_valops): Update.
4862 * utils.c (initialize_utils, initialize_utils): Update.
4863 * tui/tui-win.c (_initialize_tui_win): Update.
4864 * top.c (init_main): Update.
4865 * symfile.c (_initialize_symfile): Update.
4866 * source.c (_initialize_source): Update.
4867 * somsolib.c (_initialize_som_solib): Update.
4868 * solib.c (_initialize_solib): Update.
4869 * solib-frv.c (_initialize_frv_solib): Update.
4870 * serial.c (_initialize_serial): Update.
4871 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4872 * remote.c (_initialize_remote, _initialize_remote): Update.
4873 * remote-vx.c (_initialize_vx): Update.
4874 * remote-utils.c (_initialize_sr_support): Update.
4875 * remote-sds.c (_initialize_remote_sds): Update.
4876 * remote-mips.c (_initialize_remote_mips): Update.
4877 * remote-e7000.c (_initialize_remote_e7000): Update.
4878 * proc-api.c (_initialize_proc_api): Update.
4879 * printcmd.c: Update.
4880 * parse.c (_initialize_parse): Update.
4881 * pa64solib.c (_initialize_pa64_solib): Update.
4882 * p-valprint.c (_initialize_pascal_valprint): Update.
4883 * monitor.c (_initialize_remote_monitors): Update.
4884 * mips-tdep.c (_initialize_mips_tdep): Update.
4885 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4886 * maint.c (_initialize_maint_cmds): Update.
4887 * lin-lwp.c (_initialize_lin_lwp): Update.
4888 * language.c (_initialize_language): Update.
4889 * kod.c (_initialize_kod): Update.
4890 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4891 * i386-tdep.c (_initialize_i386_tdep): Update.
4892 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4893 * gdbarch.sh: Update.
4894 * gdbarch.c: Re-generate.
4895 * gdb-events.sh: Update.
4896 * gdb-events.c: Re-generate.
4897 * frame.c (_initialize_frame): Update.
4899 * demangle.c (_initialize_demangler): Update.
4900 * dcache.c (_initialize_dcache): Update.
4901 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4902 * cp-valprint.c (_initialize_cp_valprint): Update.
4903 * corefile.c (_initialize_core): Update.
4904 * command.h: Update.
4905 * cli/cli-decode.h: Update.
4906 * cli/cli-cmds.c (init_cli_cmds): Update.
4907 * charset.c (_initialize_charset): Update.
4908 * breakpoint.c (_initialize_breakpoint): Update.
4909 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4910 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4911 * aix-thread.c (_initialize_aix_thread): Update.
4915 Partial fix for PR backtrace/1718.
4916 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4917 that GCC migrates into the prolugue. Don't handle any
4918 instructions that clobber %ebx.
4922 Use regcache_raw_collect instead of regcache_collect.
4923 * regcache.h (regcache_collect): Delete declaration.
4924 * regcache.c (regcache_colect): Delete function.
4925 * win32-nat.c (do_child_store_inferior_registers): Update.
4926 * sol-thread.c (sol_thread_store_registers): Update.
4927 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4928 * rs6000-nat.c (store_register): Update.
4929 * remote.c (store_register_using_P, remote_store_registers): Update.
4930 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4931 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4932 (fill_vrregset, store_spe_registers, fill_gregset)
4933 (fill_gregset): Update.
4934 * nto-procfs.c (procfs_store_registers): Update.
4935 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4936 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4937 * m68klinux-nat.c (store_register, fill_gregset): Update.
4938 * m68k-tdep.c (fill_gregset): Update.
4939 * infptrace.c (store_register): Update.
4940 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4941 * i386-linux-nat.c (store_register, fill_gregset): Update.
4942 * hppa-linux-nat.c (fill_gregset): Update.
4943 * go32-nat.c (store_register): Update.
4944 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4945 (store_fp_regs): Update.
4946 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4947 (store_nwfpe_extended, store_fpregister, store_fpregs)
4948 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4949 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4950 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4951 (store_regs_user_thread, store_regs_kernel_thread): Update.
4955 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4956 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4958 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4959 member of `struct comp_unit'.
4963 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4964 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4969 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4970 alignment was being added to the offset instead of multiplied.
4974 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4975 changed signal trampoline in OpenBSD 3.5-current.
4977 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4978 <machine/pcb.h> and "bsd-kvm.h".
4979 (sparc64nbsd_supply_pcb): New function.
4980 (_initialize_sparc64nbsd_nat): Renamed from
4981 _initialize_sparcnbsd_nat. Enable libkvm interface.
4982 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4983 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4984 (LOADLIBES): New variable.
4986 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4988 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4992 Use regcache_raw_supply instead of supply_register.
4993 * regcache.h (supply_register): Delete declaration.
4994 * regcache.c (supply_register): Delete function.
4995 * wince.c (do_child_fetch_inferior_registers): Update.
4996 * win32-nat.c (do_child_fetch_inferior_registers)
4997 (fetch_elf_core_registers): Update.
4998 * v850ice.c (v850ice_fetch_registers): Update.
4999 * thread-db.c (thread_db_store_registers): Update.
5000 * sol-thread.c (sol_thread_store_registers): Update.
5001 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5002 * rs6000-nat.c (fetch_register): Update.
5003 * rom68k-rom.c (rom68k_supply_one_register): Update.
5004 * remote.c (remote_wait, remote_async_wait): Update.
5005 * remote-st.c (get_hex_regs): Update.
5006 * remote-sim.c (gdbsim_fetch_register): Update.
5007 * remote-sds.c (sds_fetch_registers): Update.
5008 * remote-rdp.c (remote_rdp_fetch_register): Update.
5009 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5010 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5011 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5012 * remote-hms.c (init_hms_cmds): Update.
5013 * remote-est.c (init_est_cmds): Update.
5014 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5015 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5016 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5017 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5018 (fetch_register, supply_vrregset, supply_vrregset)
5019 (fetch_spe_registers): Update.
5020 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5021 * monitor.c (monitor_supply_register): Update.
5022 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5023 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5024 (mipsnbsd_supply_fpreg): Update.
5025 * mips-nat.c (fetch_inferior_registers)
5026 (fetch_core_registers): Update.
5027 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5028 (supply_fpregset, mips64_supply_gregset)
5029 (mips64_supply_fpregset): Update.
5030 * m68klinux-nat.c (fetch_register, supply_gregset)
5031 (supply_fpregset): Update.
5032 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5033 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5034 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5035 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5036 * infptrace.c (fetch_register): Update.
5037 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5038 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5039 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5040 (gnu_fetch_registers, gnu_store_registers): Update.
5041 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5042 * i386-linux-nat.c (fetch_register, supply_gregset)
5043 (dummy_sse_values): Update.
5044 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5045 * hppah-nat.c (fetch_register): Update.
5046 * hppa-linux-nat.c (fetch_register, supply_gregset)
5047 (supply_fpregset): Update.
5048 * go32-nat.c (fetch_register): Update.
5049 * dve3900-rom.c (fetch_bitmapped_register)
5050 (_initialize_r3900_rom): Update.
5051 * cris-tdep.c (supply_gregset): Update.
5052 * abug-rom.c (init_abug_cmds): Update.
5053 * core-aout.c (fetch_core_registers): Update.
5054 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5055 (fetch_register, fetch_fp_register): Update.
5056 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5057 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5058 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5059 * alphanbsd-tdep.c (fetch_core_registers): Update.
5060 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5061 * alpha-nat.c (fetch_osf_core_registers)
5062 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5063 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5064 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5068 * PROBLEMS: Mention breakpoints/1702.
5069 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5070 that is known to work.
5074 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5075 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5076 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5077 (handle_inferior_event): Wrap call to deprecated
5078 IGNORE_HELPER_CALL in #ifdef.
5079 * config/mips/tm-nbsd.h: Update.
5083 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5084 bfd_mach_ppc has no segment registers.
5086 Include PowerPC SPR numbers for special-purpose registers.
5087 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5088 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5089 new member in initializer.
5090 (S, S4, SN4, S64): New macros for defining special-purpose
5092 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5093 registers_403, registers_403GC, registers_505, registers_860,
5094 registers_601, registers_602, registers_603, registers_604,
5095 registers_750, registers_e500): Use them.
5097 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5098 replace references with expression used to initialize variable.
5102 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5104 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5105 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5106 (s390_sigtramp_frame_sniffer): Update.
5107 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5108 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5109 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5110 (mips32_fetch_instruction): Update.
5111 * mcore-tdep.c (get_insn): Update.
5112 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5113 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5114 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5115 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5116 (i386_linux_rt_sigtramp_start): Update.
5117 * i386-linux-nat.c (child_resume): Update.
5118 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5119 * hppa-linux-tdep.c (insns_match_pattern): Update.
5120 * gdbcore.h: Update.
5121 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5122 * frame.c (safe_frame_unwind_memory): Update.
5123 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5124 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5125 * alpha-tdep.c (alpha_read_insn): Update.
5129 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5130 containing both bytes and mask. Add "frame_type".
5131 * tramp-frame.c (tramp_frame_start): Update.
5132 (tramp_frame_prepend_unwinder): Update.
5133 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5134 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5135 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5136 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5140 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5141 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5142 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5143 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5147 * NEWS, PROBLEMS: Update for 6.2.
5149 * README: Update to 6.2.
5151 * utils.c (xvasprintf): Call xstrvprintf.
5153 * parse.c: Update copyright.
5154 (null_post_parser): Eliminate ARGSUSED.
5156 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5157 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5158 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5160 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5161 * ppc-linux-nat.c: Use "Linux kernel".
5162 * hppa-linux-tdep.c: Use GNU/Linux.
5163 * hppa-linux-nat.c: Use GNU/Linux.
5164 * dwarfread.c: Add [sic] to use of Linux.
5166 * hppa-linux-nat.c: Do not include <string.h>.
5167 (supply_fpregset): Remove "register" attribute.
5169 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5173 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5174 * configure, config.in: Regenerated.
5176 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5178 (vaxbsd_supply_pcb): New function.
5179 (_initialize_vaxbsd_nat): New prototype and function.
5180 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5182 (LOADLIBES): New variable.
5183 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5184 (LOADLIBES): New variable.
5185 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5186 (LOADLIBES): New variable.
5187 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5191 * defs.h (event_loop_p): Replace variable declaration with macro,
5193 * main.c (captured_main): Delete options "-async" and "-noasync".
5194 (event_loop_p): Delete variable.
5195 * NEWS: Mention that "-async" and "-noasync" were removed.
5199 * remote-m32r-sdi.c: Re-indent.
5203 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5204 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5205 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5206 missing MPC823 SPRs.
5207 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5208 incorrect. (This was corrected in GDB's register name tables on
5211 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5212 should be "esasrr" ("ESA Save and Restore Register").
5216 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5217 calls, no longer applicable. Update comments and rename parameter
5218 "step_frame" to "return_frame".
5222 * frame.c (fprint_field): New function.
5223 (fprint_frame_id): Use fprint_field.
5227 * ada-lang.c (ada_language_defn): Remove commented out code.
5231 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5232 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5236 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5238 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5240 * ppc-tdep.h (ppc_num_srs): New enum constant.
5242 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5243 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5244 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5245 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5246 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5247 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5248 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5249 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5250 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5251 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5252 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5253 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5254 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5255 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5256 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5257 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5258 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5259 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5260 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5261 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5262 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5263 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5264 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5265 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5266 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5267 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5268 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5269 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5270 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5271 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5272 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5273 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5274 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5275 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5276 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5277 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5278 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5279 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5280 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5281 special-purpose register numbers.
5283 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5284 manual mentions 'md_twb', but many mention 'm_twb', and at that
5285 point in the register list.)
5289 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5290 instead of "internal-error".
5294 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5295 that was inserted inside a comment.
5299 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5301 (hppa_hpux_push_dummy_code): New function.
5302 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5303 Set find_global_pointer method.
5307 * NEWS: Mention BSD libkvm interface.
5311 * symfile.c (generic_load): Comment typo.
5312 * stack.c (get_selected_block): Ditto.
5313 * regcache.c (regcache_cooked_read): Ditto.
5314 * monitor.c (monitor_debug): Ditto.
5315 * mips-tdep.c (mips_read_pc): Ditto.
5316 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5317 * gdb_mbuild.sh: Ditto.
5318 * gdbarch.sh: Ditto.
5323 * ada-tasks.c: Remove file.
5325 Remove ARI problems:
5327 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5330 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5332 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5333 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5334 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5335 (UMIN_OF_SIZE): Remove.
5336 (max_of_type): New function to replace orphan macro in gdbtypes.h
5337 (min_of_type): Ditto.
5338 (discrete_type_high_bound): Use max_of_type.
5339 (discrete_type_low_bound): Use min_of_type.
5340 (possible_user_operator_p): Move operator to beginning of line.
5341 (ada_is_variant_part): Ditto.
5342 (ensure_lval): Rewrite to avoid deprecated operations.
5343 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5344 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5345 (ada_enum_name): Remove assignments in 'if' statements.
5346 (build_ada_types): Add gdbarch parameter.
5347 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5348 with gdbarch_data_register_post_init.
5349 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5352 * ada-valprint.c (inspect_it): Remove declaration.
5353 (repeat_count_threshold): Remove declaration.
5354 (ada_print_floating): Remove assignments in 'if' statements.
5355 (print_str): Move operator to beginning of line.
5359 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5363 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5367 * language.h (struct_language_defn): Add new function pointer:
5368 la_class_name_from_physname. Also add new prototype for
5369 language_class_name_from_physname.
5370 * language.c (language_class_name_from_physname): New function.
5371 (unk_lang_class_name): Ditto.
5372 (unknown_language_defn, auto_language_defn): Change
5373 to add unk_lang_class_name function pointer for
5374 la_class_name_from_physname.
5375 (local_language_defn): Ditto.
5376 * dwarf2read.c (guess_structure_name): Change to call
5377 language_class_name_from_physname.
5378 (determine_class_name): Ditto.
5379 * cp-support.c (class_name_from_physname): Renamed.
5380 (cp_class_name_from_physname): New name of function.
5381 * cp-support.h: Ditto.
5382 * c-lang.c (c_language_defn): Change to add NULL
5383 for class_name_from_physname function pointer.
5384 (cplus_language_defn): Change to add cp_class_name_from_physname.
5385 * jv-lang.c (java_class_name_physname): New function.
5386 (java_find_last_component): New static routine.
5387 (java_language_defn): Add java_class_name_from_physname pointer.
5388 * ada-lang.c (ada_language_defn): Change to add NULL
5389 for class_name_from_physname function pointer.
5390 * f-lang.c (f_language_defn): Ditto.
5391 * m2-lang.c (m2_language_defn): Ditto.
5392 * objc-lang.c (objc_language_defn): Ditto.
5393 * p-lang.c (pascal_language_defn): Ditto.
5394 * scm-lang.c (scm_language_defn): Ditto.
5398 Patch from Bart Robinson.
5399 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5400 (O_LARGEFILE): Define to 0, if not defined.
5404 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5405 <machine/pcb.h> and "bsd-kvm.h".
5406 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5407 (m68kbsd_supply_pcb): New function.
5408 (_initialize_m68kbsd_nat): New prototype and function.
5409 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5410 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5411 (LOADLIBES): New variable.
5412 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5413 (LOADLIBES): New variable.
5415 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5419 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5421 (bsd_kvm_cmdlist): New variable.
5422 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5423 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5424 command and "kvm proc" command.
5425 * Makefile.in (bsd-kvm.o): Update dependencies.
5429 * osabi.c: Update copyright year.
5430 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5431 notes if EI_OSABI is set to ELFOSABI_HPUX.
5435 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5436 that seems to have gotten whacked out of line.
5440 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5445 * ada-lang.c (decode_packed_array): Minor change to comment.
5446 (ada_value_slice_ptr): New function.
5447 (ada_value_slice): New function.
5448 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5449 test. Don't know why it is there.
5450 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5451 to avoid dereferencing huge arrays from which one is slicing.
5452 (empty_array): Correct to return an array rather than
5454 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5455 on empty arrays (let'em use 'FIRST instead).
5459 Address complaints from gdb_ari.sh:
5461 * ada-exp.y: Include gdb_string.h rather than string.h.
5462 (convert_char_literal): Reformat declaration.
5463 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5464 * ada-lex.l: Change use of free to xfree (the macro would do so
5465 anyway, but this is harmless).
5466 Include gdb_string.h rather than string.h.
5467 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5469 * ada-lang.c (parse): Remove K&Rism in parameter list.
5470 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5474 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5479 * alphabsd-nat.c: Update copyright year.
5480 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5484 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5485 (i386_cygwin_in_solib_call_trampoline): New function.
5486 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5487 and skip_trampoline_code gdbarch methods.
5491 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5492 name actually used in the dependency lists.
5496 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5500 * win32-nat.c (child_pid_to_exec_file): New function.
5501 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5506 * defs.h (xstrvprintf): Declare.
5507 * utils.c (xstrvprintf): New function.
5508 (internal_vproblem, xstrprintf, xasprintf)
5509 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5510 * serial.c (serial_printf): Ditto.
5511 * complaints.c (vcomplaint): Ditto.
5515 * infcmd.c (attach_command): Move call to target_terminal_inferior
5516 behind loading symbol table.
5520 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5521 change - add back extern deprecated_ui_loop_hook declaration.
5525 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5527 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5528 (c_value_of_variable): Ditto.
5529 * utils.c (internal_vproblem): Ditto.
5530 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5531 * remote.c (add_packet_config_cmd): Ditto.
5532 * remote-rdp.c (rdp_set_command_line): Ditto.
5533 * regcache.c (regcache_dump): Ditto.
5534 * frv-tdep.c (new_variant, new_variant): Ditto.
5535 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5536 (fbsd_find_memory_regions): Ditto.
5537 * breakpoint.c (create_thread_event_breakpoint)
5538 (create_breakpoints): Ditto.
5539 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5540 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5544 * ada-lang.c: Re-indent file, with some massaging to help indent
5545 a bit when the result is otherwise really too ugly.
5549 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5550 code_addr_p and special_addr_p to 'unsigned int'.
5554 * i386v4-nat.c: Update copyright year and tweak comment.
5555 (regmap): Remove trailing comma.
5556 (supply_gregset): Rename local variable i to regnum. Call
5557 regcache_raw_supply instead of supply_register.
5558 (fill_gregset): Rename argument regno to regnum. Call
5559 regcache_raw_collect instead of regcache_collect.
5563 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5565 (frame_id_build, frame_id_build_special): Update comments.
5566 (frame_id_build_wild): New prototype.
5567 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5568 struct frame_id fields.
5569 (frame_id_build_wild): New function.
5570 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5574 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5579 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5583 * ada-lang.c: Re-indent file.
5587 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5588 (no_symtab_msg): Likewise.
5592 * source.c: Fix whitespace.
5596 * configure.in: Include <sys/param.h> for td_pcb test.
5597 * configure: Regenerated.
5599 * i386nbsd-nat.c: New file.
5600 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5601 i386obsd-nat.c and i386obsd-tdep.c.
5602 (i386nbsd-nat.o): New dependency.
5603 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5605 (LOADLIBES): New variable.
5606 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5608 (LOADLIBES): New variable.
5610 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5611 (LOADLIBES): New variable.
5613 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5614 fetching from BSD_KVM_PADDR. Correctly lookup address for
5617 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5619 (amd64fbsd_supply_pcb): New funcion.
5620 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5624 Partial fix for PR cli/1056.
5625 * valarith.c: Check for zero in division and remainder
5630 * i387-tdep.c: Remove excessive whitespace.
5634 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5635 * gdb-events.h, gdb-events.c: Re-generate.
5636 * tui/tui-hooks.c (tui_install_hooks): Update.
5637 (tui_remove_hooks): Update.
5638 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5642 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5643 (gregset_t, fpregset_t): Remove typedefs.
5644 (REG_OFFSET): Rename argument.
5645 (amd64bsd_r_reg_offset): Rename from reg_offset.
5646 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5648 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5650 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5652 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5654 * vax-tdep.c: Tweak comment.
5656 Add OpenBSD/hppa support.
5657 * NEWS (New native configurations): Mention OpenBSD/hppa.
5658 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5659 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5661 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5662 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5663 * configure.host: Add hppa*-*-openbsd*.
5664 * configure.tgt: Add hppa*-*-openbsd*.
5668 * defs.h (deprecated_ui_loop_hook): Deprecated.
5669 * wince.c (child_wait): Update.
5670 * win32-nat.c (child_wait): Update.
5671 * v850ice.c (v850ice_wait): Update.
5672 * top.c (deprecated_ui_loop_hook): Update.
5674 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5675 (do_unix_readchar): Update.
5676 * ser-tcp.c (net_open): Update.
5677 * remote-sim.c (gdb_os_poll_quit): Update.
5678 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5682 * defs.h (deprecated_pre_add_symbol_hook)
5683 (deprecated_post_add_symbol_hook): Deprecated.
5684 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5685 (symbol_file_add_with_addrs_or_offsets): Update references.
5689 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5690 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5691 * wince.c (ui_loop_hook): Delete extern declaration.
5692 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5693 * v850ice.c (ui_loop_hook): Delete extern declaration..
5694 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5695 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5696 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5697 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5698 ui_loop_hook declaration.
5702 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5703 entry_func_highpc fields.
5704 * objfiles.c (init_entry_point_info): Do not clear
5705 entry_func_lowpc and entry_func_highpc.
5706 (objfile_relocate): Do not relocate entry_func_lowpc and
5708 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5710 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5712 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5713 entry_func_lowpc and entry_func_highpc with call to
5718 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5719 quad-precision floating point arguments in registers.
5724 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5729 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5731 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5732 untriggered watchpoints to a separate if clause. Update function
5733 comment regarding STOPPED_BY_WATCHPOINT argument.
5737 * gdbarch.sh: Doc fix.
5742 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5743 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5744 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5745 to set_gdbarch_sp_regnum(). Use cooked register number.
5746 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5750 * gdbarch.sh: When the macro field is empty, do not generate a
5751 macro definition. When the macro field is "=", generate the macro
5752 name from the upper-case function name.
5753 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5754 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5755 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5756 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5757 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5758 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5759 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5760 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5761 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5762 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5763 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5764 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5765 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5766 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5767 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5768 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5769 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5770 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5771 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5772 (DEPRECATED_USE_STRUCT_CONVENTION)
5773 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5774 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5775 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5776 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5777 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5778 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5779 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5780 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5781 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5782 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5783 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5784 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5785 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5786 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5787 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5788 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5789 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5790 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5794 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5795 macro name, and the function rather than macro value. Only wrap
5796 macro print statements in #ifdef. Move format logic to where it
5798 * gdbarch.c: Re-generate.
5800 * gdbarch.sh (read): Delete "print_p" and "description", add
5801 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5802 Delete references to print_p.
5803 (TARGET_ARCHITECTURE): Delete print predicate.
5804 * gdbarch.c: Re-generate.
5806 * gdbarch.sh: Check that multi-arch methods do not provide a
5808 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5809 (print_registers_info, print_float_info, print_vector_info)
5810 (adjust_breakpoint_address, remote_translate_xfer_address)
5811 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5812 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5813 name from the multi-arch definition.
5817 * gdbarch.sh: Sort by the function, instead of macro name.
5818 * gdbarch.c: Re-generate.
5822 * gdbarch.sh: Use the function, instead of macro name in
5823 errors and the log file.
5824 (return_value): Remove stray ":" in spec.
5826 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5827 * gdbarch.h, gdbarch.c: Re-generate.
5828 * Makefile.in (arch-utils.o): Update dependencies.
5829 * values.c (using_struct_return): Move code calling
5830 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5831 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5832 to legacy_return_value, simplify.
5833 * infcmd.c (print_return_value): Move code calling
5834 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5835 to legacy_return_value, simplify.
5836 * infcall.c (call_function_by_hand): Move code calling
5837 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5838 * arch-utils.c: Update copyright. Include "gdbcore.h".
5839 (legacy_return_value): New function.
5840 * arch-utils.h: Update copyright.
5841 (legacy_return_value): Declare.
5845 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5846 * gdbarch.h, gdbarch.c: Re-generate.
5847 * values.c (using_struct_return): Update call.
5848 * mcore-tdep.c: Update comment.
5849 * infcall.c (call_function_by_hand): Update comment.
5850 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5851 * arch-utils.h (always_use_struct_convention): Update.
5852 * v850-tdep.c (v850_gdbarch_init): Update.
5853 * sh64-tdep.c (sh64_gdbarch_init): Update.
5854 * sh-tdep.c (sh_gdbarch_init): Update.
5855 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5856 * mips-tdep.c (mips_gdbarch_init): Update.
5857 * mcore-tdep.c (mcore_gdbarch_init): Update.
5858 * m32r-tdep.c (m32r_gdbarch_init): Update.
5859 * ia64-tdep.c (ia64_gdbarch_init): Update.
5860 * h8300-tdep.c (h8300_gdbarch_init): Update.
5861 * frv-tdep.c (frv_gdbarch_init): Update.
5862 * cris-tdep.c (cris_gdbarch_init): Update.
5863 * arm-tdep.c (arm_gdbarch_init): Update.
5864 * alpha-tdep.c (alpha_gdbarch_init): Update.
5868 * PROBLEMS: Add more specific information, and a work-around,
5873 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5874 * gdbarch.h, gdbarch.c: Re-generate.
5875 * ada-lang.c (ada_finish_decode_line_1): Update.
5876 * infrun.c (handle_inferior_event): Update.
5877 * infcall.c (find_function_addr): Update.
5878 * linespec.c (minsym_found): Update.
5879 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5881 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5882 * cli/cli-cmds.c (disassemble_command): Update.
5883 * vax-tdep.c (vax_gdbarch_init): Update.
5887 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5891 GDB 6.1.1 released from the GDB 6.1 branch.
5892 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5898 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5899 operation as a uleb128. Found by Michael Coulter.
5903 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5905 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5906 to ada-lang.h; this is needed to be able to implement the kill command
5909 (task_entry): Ditto.
5911 (ada_build_task_list): Ditto.
5913 * ada-lang.c: Conditionalize routines and data structures related
5914 to breakpoints, exceptions, completion, and symbol caching on
5915 GNAT_GDB, since these are not yet used in the submitted public sources.
5916 (ada_main_name): Editorial: Move definition out of exception-related
5921 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5922 deprecated_pc_in_call_dummy.
5926 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5927 bfd_get_section_size_before_reloc or _raw_size.
5928 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5929 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5930 (dwarf2_read_section): Likewise.
5931 * elfread.c (elf_locate_sections): Likewise.
5932 * gcore.c (derive_heap_segment): Likewise.
5933 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5934 * remote-e7000.c (e7000_load): Likewise.
5935 * remote-m32r-sdi.c (m32r_load): Likewise.
5936 * remote-mips.c (mips_load_srec): Likewise.
5937 (pmon_load_fast): Likewise.
5938 * remote.c (compare_sections_command): Likewise.
5939 * symfile.c (add_section_size_callback): Likewise.
5940 (load_section_callback): Likewise.
5941 (pc_in_unmapped_range): Likewise.
5942 (pc_in_mapped_range): Likewise.
5943 (sections_overlap): Likewise.
5944 (list_overlays_command): Likewise.
5945 (simple_overlay_update_1): Likewise.
5946 (simple_overlay_update): Likewise.
5947 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5948 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5952 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5953 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5955 (hppa_hpux_inferior_created): New function.
5956 (hppa_hpux_init_abi): Register observer.
5957 * symfile.c (hp_cxx_exception_support_initialized)
5958 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5959 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5963 * MAINTAINERS (Write After Approval): Alphabetize my entry
5968 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5969 testsuite maintainer.
5973 * infcmd.c (print_return_value): Fix logic, allow
5974 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5976 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5977 defining any macros.
5978 * gdbarch.h: Re-generate.
5980 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5981 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5982 * gdbarch.h: Re-generate.
5984 * values.c (generic_use_struct_convention): Don't check gcc_p.
5986 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5987 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5988 * gdbarch.h, gdbarch.c: Regenerate.
5989 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5990 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5991 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5992 deprecated_max_register_raw_size and
5993 deprecated_max_register_virtual_size.
5994 * v850-tdep.c (v850_gdbarch_init): Ditto.
5995 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5996 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5997 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5998 * cris-tdep.c (cris_gdbarch_init): Ditto.
6000 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6001 * gdbarch.h, gdbarch.c: Re-generate.
6002 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6003 (m68hc11_use_struct_convention): Delete function.
6004 (m68hc11_extract_struct_value_address): Delete function.
6005 (m68hc11_return_value): New function.
6006 (m68hc11_gdbarch_init): Instead of store_return_value,
6007 extract_return_value, return_value_on_stack,
6008 deprecated_extract_struct_value_address and use_struct_convention,
6010 * values.c (using_struct_return): Do not call
6011 RETURN_VALUE_ON_STACK.
6012 * arch-utils.h (generic_return_value_on_stack_not): Delete
6014 * arch-utils.c (generic_return_value_on_stack_not): Delete
6019 * values.c (register_value_being_returned): Delete function.
6020 * infcmd.c (legacy_return_value): Delete function.
6021 * infcall.c (call_function_by_hand): Inline
6022 "register_value_being_returned", simplify.
6023 * values.c (using_struct_return): Update comment, refer to
6024 print_return_value instead of register_value_being_returned.
6025 * infcmd.c (print_return_value): Inline calls to
6026 register_value_being_returned and legacy_return_value. Simplify.
6030 * somread.c (som_symtab_read): Exclude gcc local symbols.
6034 * infrun.c (handle_inferior_event): Handle the case when a
6035 trampoline ends up in the runtime resolver, and if the trampoline
6036 has no name. Rearrange the code so that all the trampoline
6037 processing happens before other step-out-of-range handling.
6041 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6046 * blockframe.c (legacy_inside_entry_func): Delete.
6047 (legacy_frame_chain_valid): Inline call to
6048 legacy_inside_entry_func, simplify.
6052 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6053 * dwarf2read.c (partial_die_info): Add dirname field.
6054 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6055 (read_partial_die): Save away DW_AT_comp_dir.
6056 * defs.h (symtab_to_filename): Removed.
6057 * source.c (find_and_open_source): Added.
6058 (open_source_file): Just calls find_and_open_source.
6059 (symtab_to_filename): Removed.
6060 (symtab_to_fullname, psymtab_to_fullname): Added.
6061 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6062 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6064 * symtab.h (partial_symtab): Add dirname field.
6065 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6066 (mi_cmd_file_list_exec_source_file): Call new function
6067 symtab_to_fullname to find fullname.
6068 (mi_cmd_file_list_exec_source_files): Added.
6069 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6070 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6074 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6075 to generic_use_struct_convention, the default value.
6077 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6080 * ns32k-tdep.c (ns32k_push_arguments): New function.
6081 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6082 * infcall.c (call_function_by_hand): Call error instead of
6083 legacy_push_arguments.
6084 * value.h (legacy_push_arguments): Delete declaration.
6085 * valops.c (legacy_push_arguments): Delete function.
6086 (value_push): Delete function.
6090 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6091 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6093 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6097 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6098 * gdbarch.h, gdbarch.c: Re-generate.
6099 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6101 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6102 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6103 deprecated_pc_in_call_dummy instead of
6104 DEPRECATED_PC_IN_CALL_DUMMY.
6105 (arm_skip_prologue): Ditto.
6106 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6107 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6108 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6109 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6111 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6112 (sh64_init_extra_frame_info, sh64_get_saved_register)
6113 (sh64_pop_frame): Ditto.
6114 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6115 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6116 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6117 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6118 (h8300_pop_frame): Ditto.
6119 * blockframe.c (legacy_inside_entry_func)
6120 (legacy_frame_chain_valid): Ditto.
6121 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6122 to deprecated_pc_in_call_dummy.
6126 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6127 provide a default value.
6128 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6129 * gdbarch.h, gdbarch.c: Re-generate.
6130 * arch-utils.c (generic_convert_register_p): Rename
6131 legacy_convert_register_p
6132 (legacy_register_to_value, legacy_value_to_register): Delete
6134 * arch-utils.h (generic_convert_register_p): Rename
6135 legacy_convert_register_p.
6136 (legacy_register_to_value, legacy_value_to_register): Delete
6139 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6140 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6141 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6142 * gdbarch.h, gdbarch.c: Re-generate.
6143 * infcmd.c (default_print_registers_info): Simplify.
6144 * findvar.c (value_of_register): Simplify.
6145 * mi/mi-main.c (get_register): Simplify.
6146 * arch-utils.c (legacy_convert_register_p): Always return 0.
6147 (legacy_register_to_value, legacy_value_to_register): Always call
6150 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6151 #ifdef CLEAR_INSN_CACHE code.
6152 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6153 Delete #ifdef CLEAR_DEFERRED_STORES code.
6155 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6157 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6159 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6161 * config/mips/mipsv4.mh: Delete file.
6163 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6165 (hpread_adjust_stack_address): Delete declaration.
6169 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6170 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6171 PTRACE_ATTACH / PTRACE_DETACH available call error.
6172 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6173 * infttrace.c (update_thread_state_after_attach, attach, detach):
6174 Remove #ifdef wrappers.
6175 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6176 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6177 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6178 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6179 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6180 * config/nm-linux.h (ATTACH_DETACH): Delete.
6181 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6182 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6183 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6184 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6185 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6189 * configure.in: Set $configdir to the right OS specific value.
6190 Use value when setting $tcldir and $tkdir.
6191 * configure: Regenerate.
6195 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6200 * ada-lang.c (lookup_symbol_in_language): New function to allow
6201 re-use of another language's symbol lookup code. (Placed here
6202 temporarily while Ada support is being integrated into the public
6204 (restore_language): New auxiliary function for
6205 lookup_symbol_in_language.
6206 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6207 temporarily while Ada support is being integrated into the public
6212 * Makefile.in (check//%): New.
6214 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6215 (mn10300_store_return_value): Rewrite.
6216 (mn10300_type_align): New.
6217 (mn10300_use_struct_convention): Rewrite.
6218 (mn10300_return_value): New, using all of the above.
6219 (mn10300_pop_frame_regular): Add saved_regs_size.
6220 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6222 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6223 regs if PC is on movm.
6227 Add native Linux support for the PowerPC E500.
6228 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6229 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6230 all architectures except the E500.
6231 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6233 (struct gdb_evrregset_t): New type.
6234 (have_ptrace_getsetevrregs): New variable.
6235 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6236 fetch_spe_registers): New functions.
6237 (fetch_register): Call fetch_spe_register as appropriate.
6238 Assert that we're only passed raw register numbers.
6239 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6240 Don't fetch gprs if they're pseudoregisters.
6241 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6242 store_spe_registers): New functions.
6243 (store_register): Call store_spe_register as appropriate.
6244 Assert that we're only passed raw register numbers.
6245 (store_ppc_registers): Call store_spe_registers as appropriate.
6246 Don't store gprs if they're pseudoregisters.
6250 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6251 struct if one exists, even if we are dealing with a zombie thread.
6255 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6256 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6257 Rename PC_REQUIRES_RUN_BEFORE_USE.
6258 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6263 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6264 unwinding after sp has been saved to the stack but before the end
6265 of the prologue, and after the fp has been modified but before it has
6266 been saved to the stack.
6267 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6268 Remove superfluous definitions.
6269 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6273 Committed by Randolph Chung.
6274 * hppa-linux-nat.c: Include the correct version of the header file
6275 depending on the kernel version.
6279 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6280 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6284 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6285 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6286 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6287 * hppa-tdep.c (hppa_symbol_address): New function definition.
6288 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6292 * hppa-tdep.h (struct value): Forward declaration.
6293 (gdbarch_tdep): Define tdep find_global_pointer method.
6294 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6295 associated with the function we are trying to call, and write it
6297 (hppa32_convert_from_funct_ptr_addr): New function.
6298 (hppa_find_global_pointer): New function.
6299 (hppa_gdbarch_init): Set default find_global_pointer method; set
6300 convert_from_func_ptr_addr method.
6301 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6302 (hppa_linux_init_abi): Set find_global_pointer method.
6303 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6307 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6308 to struct value *function.
6309 * gdbarch.c: Regenerate.
6310 * gdbarch.h: Likewise.
6311 * infcall.c (call_function_by_hand): Pass entire function value
6314 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6315 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6316 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6317 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6318 * arm-tdep.c (arm_push_dummy_call): Likewise.
6319 * avr-tdep.c (avr_push_dummy_call): Likewise.
6320 * cris-tdep.c (cris_push_dummy_call): Likewise.
6321 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6322 * frv-tdep.c (frv_push_dummy_call): Likewise.
6323 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6324 * hppa-tdep.c (hppa32_push_dummy_call)
6325 (hppa64_push_dummy_call): Likewise.
6326 * i386-tdep.c (i386_push_dummy_call): Likewise.
6327 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6328 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6329 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6330 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6331 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6332 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6333 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6334 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6335 (ppc64_sysv_abi_push_dummy_call): Likewise.
6336 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6337 (ppc64_sysv_abi_push_dummy_call): Likewise.
6338 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6339 * s390-tdep.c (s390_push_dummy_call): Likewise.
6340 * sh-tdep.c (sh_push_dummy_call_fpu)
6341 (sh_push_dummy_call_nofpu): Likewise.
6342 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6343 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6344 * vax-tdep.c (vax_push_dummy_call): Likewise.
6348 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6349 gdbarch argument to register_size.
6351 * rs6000-tdep.c (rs6000_store_return_value): Use
6352 regcache_cooked_write_part instead of
6353 deprecated_write_register_bytes.
6354 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6355 not gdbarch_deprecated_store_return_value.
6357 * ppc-linux-nat.c (store_register, fetch_register): Remove
6358 incorrect assertions. Simplify and generalize handling of
6359 transfers whose sizes are not multiples of, or less than, sizeof
6364 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6365 as a new thread event.
6366 * thread-db.c (thread_get_info_callback): If the thread is a
6367 zombie, return TD_THR_ZOMBIE.
6368 (thread_from_lwp): If thread_get_info_callback returns
6369 TD_THR_ZOMBIE, check if the thread is still on the thread list
6370 and return a -1 ptid if not found.
6371 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6372 change the status to TARGET_WAITKIND_SPURIOUS.
6376 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6377 double values in little endian mode.
6381 Committed by Andrew Cagney.
6382 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6383 after last enum constant to avoid error from IBM C
6388 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6389 to 'message', and make it local to the lone block that uses it.
6391 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6395 * ada-exp.y: Update copyright notice.
6398 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6399 SPECIAL_VARIABLE and unify the treatment of these cases.
6401 (write_attribute_call0): Remove.
6402 (write_attribute_call1): Remove.
6403 (write_attribute_calln): Remove.
6404 (save_qualifier): Add missing semicolon.
6406 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6407 temporarily disabled to allow compilation with FSF head version.
6409 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6410 use individual operators (OP_*) for all attributes.
6411 (exp syntax): Use write_int.
6412 Handle STRING literals with OP_STRING.
6413 (variable syntax): Add limit parameter to calls to
6414 write_object_renaming.
6416 (temp_parse_space): New definition to hold entities that need
6417 only live until the next call to ada_parse.
6418 (string_to_operator): Rename fields of ada_opname_table entries.
6420 (write_var_from_sym): Record block.
6421 (write_var_from_name): Minor reformatting.
6422 Make sure saved name is properly encoded in the case of multiple
6423 matches, and set its language to Ada.
6425 Modify to indicate unresolved name as symbol in the UNRESOLVED
6426 namespace, allocated in temp_parse_space.
6427 (write_int): New function.
6429 (write_object_renaming): Add max_depth parameter to limit
6430 chains of object renamings.
6431 Handle case where root of renaming expression is itself a renaming.
6432 Use temp_parse_space for temporary name buffer.
6433 Handle renamings to dereferenced pointers (___XEXA suffices).
6435 (ada_parse, yyerror, string_to_operator,
6436 write_var_from_sym, write_var_from_name, write_attribute_call0,
6437 write_attribute_call1, write_attribute_calln,
6438 write_object_renaming): Protoize.
6440 (_initialize_ada_exp): New function.
6442 * ada-lang.c: Update copyright notice.
6443 General terminology change to conform to GNAT compiler usage:
6444 mangle => encode, demangle => decode
6445 Include gdb_obstack.h.
6454 (ADA_RETAIN_DOTS): Make sure this is defined.
6455 (TRUNCATION_TOWARDS_ZERO): Define.
6456 (struct string_vector): Define.
6457 (unresolved_names): Remove definition.
6458 (xnew_string_vector): New function.
6459 (string_vector_append): New function.
6460 (extract_string): Make static.
6461 (ada_unqualified_name): New function.
6462 (add_angle_brackets): New function.
6463 (function_name_from_pc): New function.
6464 (place_on_stack): Rename to ensure_lval.
6466 (ensure_lval): Renamed from place_on_stack.
6467 Make identity on lvals.
6469 (is_nonfunction): New interface.
6470 Only symbols in LOC_CONST class can be enumerals.
6471 (fill_in_ada_prototype): Remove; now independent of language.
6472 (add_defn_to_vec): Add obstack and symtab arguments.
6473 Use obstack to hold collected definitions.
6474 (num_defns_collected): New function.
6475 (defns_collected): New function.
6476 (ada_resolve_subexp): Rename to resolve_subexp.
6477 (resolve_subexp): Renamed from ada_resolve_subexp.
6478 (ada_op_name): Return non-const result.
6479 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6482 (to_fixed_array_type): Add declaration.
6483 (coerce_unspec_val_to_type): Remove offset parameter.
6484 (find_sal_from_funcs_and_line): New interface.
6485 (find_line_in_linetable): Ditto.
6487 (all_sals_for_line): Rename to ada_sals_for_line and make
6489 Add new parameter. When set, do not ask the user to choose the
6490 instance, but use the first one found instead.
6491 Use given line number in returned sals.
6493 Skip the prologue if funfirstline is set.
6494 Correct for memory leak when 0 lines found.
6496 (value_pos_atr): Use pos_atr.
6497 (pos_atr): New function.
6498 (standard_lookup): Add block parameter.
6500 (makeTimeStart): Remove declaration and uses.
6501 (makeTimeStop): Remove declaration and uses.
6503 (ada_completer_word_break_characters): Allow for VMS.
6504 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6505 (raise_sym_name): New constant.
6506 (raise_unhandled_sym_name): New constant.
6507 (raise_assert_sym_name): New constant.
6508 (process_raise_exception_name): New constant.
6509 (longest_exception_template): New constant.
6510 (warning_limit): New variable to limit warnings during expression
6512 (warnings_issued): New variable to keep track of warnings issued.
6513 (known_runtime_file_name_patterns): New constant.
6514 (known_auxiliary_function_name_patterns): New constant.
6515 (symbol_list_obstack): New variable.
6517 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6518 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6519 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6520 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6521 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6522 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6523 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6524 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6527 (ada_get_field_index): New function.
6528 (lim_warning): New function.
6529 (ada_translate_error_message): New function.
6530 (MAX_OF_SIZE): New function.
6531 (MIN_OF_SIZE): New function.
6532 (UMAX_OF_SIZE): New function.
6533 (UMIN_OF_SIZE): New function.
6534 (discrete_type_high_bound): New function.
6535 (discrete_type_low_bound): New function.
6536 (base_type): New function.
6537 (do_command): Remove.
6539 (ada_update_initial_language): Use language_ada, not language_unknown.
6540 (ada_encode): Renamed from ada_mangle.
6541 Obey ADA_RETAIN_DOTS.
6542 (ada_decode): Renamed from ada_demangle.
6543 Update coding conventions.
6544 (decoded_names_store): New hash table.
6545 (ada_decode_symbol): New function.
6546 (ada_la_decode): New function.
6548 (modify_general_field): Correct computations of offset and bit
6550 (desc_base_type): Handle ref types, too.
6551 (ada_is_direct_array_type): New function.
6553 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6554 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6555 (ada_is_bogus_array_descriptor,ada_type_of_array,
6556 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6557 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6558 ada_is_array_descriptor_type.
6560 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6561 (ada_is_packed_array_type): Handle pointers or
6562 references to packed arrays as well.
6563 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6564 (decode_packed_array_type): Search for the packed array type
6565 symbol in the currently selected block and associated
6567 Use lookup_symbol again.
6569 (decode_packed_array): Handle pointers and references.
6570 Update call to coerce_unspec_val_to_type.
6571 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6572 (ada_value_primitive_packed_val): Improve comment.
6574 (ada_index_type): Substitute int type for "undefined".
6575 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6576 ada_array_langth, ada_is_string_type): Use renamed
6577 ada_is_simple_array_type.
6578 (empty_array): New function.
6580 (ada_resolve): Rename to resolve.
6581 (resolve): Make static.
6582 Call renamed resolve_subexp.
6584 (ada_resolve_subexp): Rename to resolve_subexp.
6585 (resolve_subexp): Update comment.
6586 Decomment disabled code.
6587 Add LOC_COMPUTED* cases.
6588 Modify to use temporary struct symbols (marked as being in
6589 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6590 OP_UNRESOLVED_VALUE.
6591 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6594 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6595 Use new ada_lookup_symbol_list interface.
6596 Use new ada_resolve_function interface.
6597 Remove OP_TYPE case.
6599 (ada_args_match): Idiot proof against null actuals.
6600 Use intermediate variables to clarify.
6601 (ada_resolve_function): Update comment and interface.
6602 (mangled_ordered_before): Rename to encoded_ordered_before and
6604 (sort_choices): Update comment and interface.
6605 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6606 (user_select_syms): New interface.
6607 Use new sort_choices interface.
6608 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6609 (possible_user_operator_p): Idiot-proof against null values.
6610 (ada_simple_renamed_entity): Don't make cleanup; rely on
6611 caller to free result string.
6612 Remove const from return type.
6613 (make_array_descriptor): Rename uses of place_on_stack to
6615 Make sure that arrays are on stack.
6617 (HASH_SIZE): Define.
6618 (struct cache_entry): Define.
6619 (cache_space): Define.
6621 (clear_ada_sym_cache): New function.
6622 (find_entry): New function.
6623 (lookup_cached_symbol): New function.
6624 (defn_vector_size): Define.
6625 (cache_symbol): New function.
6626 (defn_symbols): Remove.
6628 (standard_lookup): Use lookup_symbol_in_language to get effect of
6632 (symbol_completion_match): New function.
6633 (symbol_completion_add): New function.
6634 (ada_make_symbol_completion_list): New function.
6636 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6637 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6638 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6639 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6641 (ada_lookup_simple_minsym): New function.
6642 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6644 (add_symbols_from_enclosing_procs): New interface.
6645 Conditionalize more helpfully.
6646 Don't bother if program isn't running.
6647 Use new interface to get_frame_block.
6648 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6650 (remove_extra_symbols): New interface.
6651 (xget_renaming_scope): New function.
6652 (is_package_name): New function.
6653 (renaming_is_visible): New function.
6654 (remove_out_of_scope_renamings): New function.
6656 (ada_lookup_symbol_list): New interface.
6657 Properly reinitialize the symbol list obstack.
6658 Don't call add_symbols_from_enclosing_procs if we start from a
6659 static or global block.
6660 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6661 add_symbols_from_enclosing_procs.
6662 Add symtab data to cached entries.
6663 Handle symbols prefixed with
6664 "standard__" specially; strip prefix and don't look in local symbols.
6665 Do not include out of scope renaming symbols in list of
6667 Add const to block parameter.
6668 Move check for non-local, non-global symbols earlier.
6669 Remove timing stuff.
6670 (ada_lookup_symbol): New interface.
6671 Find symtab as well.
6672 (ada_lookup_symbol_nonlocal): New function.
6674 (is_name_suffix): Enhance suffix detection to recognize
6675 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6676 (is_dot_digits_suffix): New function.
6677 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6679 (ada_add_block_symbols): New interface. Use obstack to return results
6680 in a vector of struct ada_symbol_infos. Add symtab argument.
6681 Use new interface to add_defn_to_vec.
6682 Remove calls to fill_in_ada_prototype.
6683 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6685 (ada_finish_decode_line_1): Add const qualification to local to fix
6687 Start looking in static block for functions to avoid attempts
6688 to search frame chain for up-level variables.
6689 Adapt to new ada_sals_for_line interface.
6690 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6691 Handle quoting of the function name inside the spec string.
6692 Skip prologue when funfirstline is set and update the
6693 function documentation to that effect.
6695 (debug_print_lines, debug_print_block, debug_print_blocks,
6696 debug_print_symtab): Remove.
6698 (ada_main_name): New function.
6699 (ada_exception_breakpoint_type): New function.
6700 (is_known_support_routine): New function.
6701 (ada_find_printable_frame): Renamed from find_printable_frame and made
6703 Remove level parameter.
6704 Use new interface to select_frame.
6706 (begin_command): Remove.
6707 (ada_adjust_exception_stop): New function.
6708 (ada_print_exception_stop): New function.
6709 (exception_name_from_cond): New function.
6710 (ada_report_exception_break): Replace disabled code with
6711 conditionalization on GNAT_GDB.
6712 Get the exception name from the condition string.
6713 Remove and move functionality into new functions
6714 ada_print_exception_breakpoint_task and
6715 ada_print_exception_breakpoint_nontask.
6716 (error_breakpoint_runtime_sym_not_found): New function.
6717 (is_runtime_sym_defined): New function.
6718 (ada_breakpoint_rewrite): Uncomment suppressed code.
6719 Use symbolic error-message and runtime-symbol names.
6720 Surround runtime symbol names in quotes.
6721 Allow non-specific breakpoints on exceptions and assertions before
6724 (ada_is_tagged_type): Add parameter.
6725 (ada_is_tag_type): New function.
6726 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6727 (ada_variant_discrim_type): Ditto.
6728 (value_tag_from_contents_and_address): New function.
6729 (type_from_tag): New function.
6730 (struct tag_args): New structure used to communicate with
6732 (ada_tag_name_1): New function.
6733 (ada_tag_name): New function.
6735 (ada_scan_number): Update comment.
6736 (find_struct_field): New function.
6737 (ada_search_struct_field): Make static.
6738 (ada_value_struct_elt): New version that returns references when
6739 given pointers or references to structs.
6740 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6741 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6743 (ada_value_ind): Use new ada_to_fixed_value interface.
6744 (ada_coerce_ref): Ditto.
6745 (field_offset): Remove.
6747 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6748 (ada_find_renaming_symbol): New function.
6749 (ada_prefer_type): Prefer named types over unnamed ones.
6750 (variant_field_index): New function.
6751 (contains_variant_part): Removed: subsumed by variant_field_index.
6752 (ada_template_to_fixed_record_type): New function, mostly from
6753 template_to_fixed_record_type.
6754 (template_to_fixed_record_type):
6755 Do not scan the type fields beyond the last one; prevents a
6757 Handle case where variant field is listed BEFORE discriminant it
6759 Fix calculation of record length when bit length is
6760 not evenly divisible by char length.
6761 Move code to ada_template_to_fixed_record_type and call it.
6763 (template_to_static_fixed_type): Revise comment.
6764 Modify to work on ordinary record types as well as templates,
6765 so as to handle fields that use ___XVE or ___XVU encodings.
6766 (to_record_with_fixed_variant_part): Fill out comment.
6767 Initialize C++ stuff in right type.
6768 Allow case where DVAL is null.
6769 Handle case where variant field is not last.
6770 Fix typo concerning record length.
6771 (to_fixed_record_type): Decomment disabled code.
6772 (to_fixed_record_type): Use variant_field_index instead of
6773 contains_variant_part.
6774 (to_fixed_variant_branch_type): Ditto.
6775 (to_fixed_array_type): Decomment disabled code.
6776 (ada_to_fixed_type): Convert tagged types to the specific type.
6777 Deactivate the size-check for array types in order to avoid
6778 some false size alarms.
6779 (to_static_fixed_type): Decomment disabled code.
6780 Modify to call template_to_static_fixed_type
6781 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6782 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6783 Remove valaddr argument, as it is never really used.
6784 (ada_to_fixed_value): Change interface to act on single struct value*
6786 (adjust_pc_past_prologue): New function.
6787 (ada_attribute_name): Modify to take enum exp_opcode argument.
6789 (ada_enum_name): Recognize new homonym-distinguishing convention.
6790 Adjust local variable's type to remove compiler warning.
6791 Fix a small problem in the part that unqualifies the enumeration name.
6792 (ada_value_binop): New function.
6793 (ada_value_equal): New function.
6795 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6796 Don't give error message when not doing normal evaluation
6797 and a tagged type doesn't seem to contain a structure member.
6798 Give error message for packed arrays.
6799 For indexing arrays, handle pointers to packed arrays correctly.
6800 Handle case of 'first and 'last attributes of bare integral type
6801 without encoded subtype info.
6802 Remove some unnecessary casts.
6803 Fix uninitialized value of type in computing 'first, 'last, or 'length
6805 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6806 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6808 Attributes are now exp_opcode values.
6809 Correct treatment of 'modulus.
6810 Better error message for taking 'length of wrong kind of type;
6812 Change EVAL_NORMAL to noside for consistency.
6813 Use ada_value_binop for DIV, MOD, REM.
6814 Make special case out of array of length 0, since an argument
6815 of 0 upsets some platforms' malloc.
6816 Use OP_STRING instead of OP_ARRAY.
6817 For slice, add check that we have an array type before extracting
6818 a slice out of it. Avoids a SEGV.
6819 When evaluating an array slice, if the array type is a reference to
6820 an aligner type, then replace the aligner type by the actual type.
6821 Decomment disabled code.
6822 Remove some dead code.
6823 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6824 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6825 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6826 and UNOP_MBR to UNOP_IN_RANGE.
6827 If an array type has a parallel ___XVE type, then use it.
6828 Turn arrays into pointers for lvalue arrays.
6829 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6830 bounds error and handle 0-length slices.
6832 When selecting fields, apply ada_to_fixed_value (because the fields
6833 might have ___XVU or ___XVE encodings even if not dynamic.)
6834 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6835 (ada_is_system_address_type): New function.
6837 (get_var_value): Use new interface to ada_lookup_symbol_list.
6838 (get_int_var_value): New interface.
6839 (to_fixed_range_type): Allow unknown bound, with warning.
6840 (ada_is_modular_type): Decomment disabled code.
6841 (ADA_OPERATORS): New definition.
6842 (ada_operator_length): New function.
6843 (ada_expr_op_name): New function.
6844 (ada_forward_operator_length): New function.
6845 (ada_dump_subexp_body): New function.
6846 (ada_print_subexp): New function.
6847 (ada_exp_descriptor): New constant.
6848 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6849 (ada_language_defn): Add ada_exp_descriptor entry.
6850 Change ada_parse => parse.
6851 Add post-parser entry.
6852 Use ada-specific non-local symbol lookup.
6853 Don't use C-style arrays.
6854 String lower-bound is 1.
6855 Decomment disabled code.
6856 (parse): New function.
6857 New fields ada_translate_error_message, ada_lookup_symbol,
6858 ada_lookup_minimal_symbol.
6860 * ada-lang.h: Update copyright dates.
6861 Replace the mangle/demangle terminology throughout by the
6862 more appropriate encode/decode one.
6863 Include breakpoint.h.
6864 Forward declare struct partial_symbol, struct block.
6865 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6866 (EXTRACT_ADDRESS): Remove.
6867 (EXTRACT_INT): Remove.
6868 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6869 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6870 (MAX_RENAMING_CHAIN_LENGTH): Define.
6871 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6873 (enum task_states): Remove.
6874 ada_task_states: Remove.
6875 (fat_string): Remove.
6876 (struct entry_call): Remove.
6877 (struct task_fields): Remove.
6878 (struct task_entry): Remove.
6880 (struct ada_symbol_info): Define.
6881 (enum ada_attribute): Remove.
6882 (enum ada_operator): Define.
6884 (ada_get_field_index): Declare.
6885 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6886 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6887 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6888 (ada_lookup_symbol_list): New interface.
6889 (ada_decode_symbol): Declare.
6890 (ada_decode): Declare.
6891 (ada_lookup_symbol): New interface.
6892 (ada_update_initial_language): Declare.
6893 (ada_lookup_simple_minsym): Declare.
6894 (user_select_syms): New interface.
6895 (ada_sals_for_line): Declare.
6896 (ada_is_tagged_type): New interface.
6897 (ada_tag_name): Declare.
6898 (ada_lookup_struct_elt_type): Remove declaration.
6899 (ada_search_struct_field): Remove declaration.
6900 (ada_attribute_name): New interface.
6901 (ada_is_system_address_type): Declare.
6902 (ada_to_fixed_value): Remove declaration.
6903 (ada_template_to_fixed_record_type_1): Declare.
6904 (get_int_var_value): New interface.
6905 (ada_find_any_symbol): Declare.
6906 (ada_find_renaming_symbol): Declare.
6907 (ada_mangle): Rename to ada_encode.
6908 (ada_simple_renamed_entity): Remove const.
6909 (ada_main_name): Declare.
6910 (get_current_task): Rename to ada_get_current_task.
6911 (get_entry_number): Remove declaration.
6912 (ada_report_exception_break): Remove declaration.
6913 (ada_print_exception_breakpoint_nontask): Declare.
6914 (ada_print_exception_breakpoint_task): Declare.
6915 (ada_find_printable_frame): Declare.
6917 * ada-lex.l: Update copyright notices.
6918 Use xmalloc and xfree instead of malloc and free.
6919 Use new interface to name_lookup.
6920 Use new interface to
6921 ada_mangle=>ada_encode.
6922 Redo handling of '$...' variable to parallel current treatment
6924 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6925 digit_to_int, strtoulst, processInt, processReal, processId,
6926 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6929 (processInt): Use cast to remove harmless warning.
6930 (processReal): Modify to get rid of compiler warning on scan formats.
6932 (processId): Replace xmalloc with obstack_alloc for name and remove
6933 call to ada_name_string_cleanup.
6934 Remove obsolete disabled code.
6935 (name_lookup): Ditto.
6937 Use obsavestring on temp_parse_space instead of savestring
6938 on name, and remove call to ada_name_string_cleanup.
6939 Free string returned from ada_simple_renamed_entity.
6940 Use new interface to ada_lookup_symbol_list.
6941 Decomment disabled code.
6942 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6944 When a type name lookup succeeds as a result of
6945 lookup_primitive_typename, check for regular type entry that has not
6947 Limit length of chain of renamed symbols we are willing to follow.
6948 Do not break names beginning with "standard__" into segments.
6949 (block_lookup): Use new interface to ada_lookup_symbol_list.
6951 * ada-typeprint.c: Update copyright notice.
6952 (demangled_type_name): Rename to decoded_type_name.
6953 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6954 (print_range_bound): Correct handling of negative
6955 bounds that make the index type looked unsigned under STABS.
6956 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6957 (print_range_type_named): Use the builtin int type if no type
6958 corresponding to the given type name could be found.
6959 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6960 Add some bullet-proofing.
6961 (print_variant_clauses): Allow for variant branches with ___XVU
6962 encodings that are not dynamic fields.
6963 Use new interface to ada_is_tagged_type.
6964 (print_record_type): Allow for fields with ___XVE encodings that
6965 are not dynamic fields.
6966 Use new interface to ada_is_tagged_type.
6967 (ada_print_type): ada_is_array_descriptor =>
6968 ada_is_array_descriptor_type.
6970 * ada-valprint.c: Update copyright notice.
6971 Include gdb_string.h
6973 (ui_memcpy): New function.
6974 (ada_print_floating): New function.
6975 (ada_print_str): Order arguments correctly.
6976 Correct handling of empty arrays and arrays of 0-length items.
6977 ada_is_array_descriptor => ada_is_array_descriptor_type
6978 Print values of type System.Address in hexadecimal format.
6979 Use ada_print_floating to print floating-point numbers in Ada format.
6980 Print class tag values with type names.
6981 No longer print the address of reference values. Avoids
6982 a potential confusion.
6983 (ada_value_print): Stop printing the object type for reference
6984 values, but preserve that behavior for access types. Avoids
6985 a potential confusion.
6986 Simplify one conditional expression, as the first part is now
6988 ada_is_array_descriptor => ada_is_array_descriptor_type
6989 Add check for arrays for null records, and print them by hand.
6993 * ppc-tdep.h: Delete unused 'regoff' member.
6994 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6999 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7000 (hpread_read_struct_type): Likewise.
7004 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7005 instead of xasprintf.
7006 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7007 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7008 (mi_cmd_data_list_register_names)
7009 (mi_cmd_data_list_changed_registers)
7010 (mi_cmd_data_list_register_values)
7011 (get_register, mi_cmd_data_write_register_values)
7012 (mi_cmd_data_write_register_values)
7013 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7014 (mi_cmd_target_download, mi_cmd_target_select)
7015 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7016 (mi_execute_cli_command, mi_execute_async_cli_command)
7017 (mi_execute_async_cli_command): Ditto.
7018 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7019 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7021 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7022 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7023 error_last_message instead of mi_error_last_message.
7024 * mi/mi-main.c (mi_error_last_message): Delete function.
7026 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7027 "invalid number of columns" error. Delete redundant "out of
7032 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7033 (gregset_t, fpregset_t): Remove typedefs.
7034 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7035 (REG_OFFSET): Rename argument.
7036 (i386bsd_r_reg_offset): Rename from reg_offset.
7037 (REG_ADDR): Remove macro.
7038 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7040 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7041 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7042 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7043 instead of supply_gregset.
7044 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7045 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7046 instead of fill_gregset.
7047 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7049 * i386bsd-nat.c: Don't include "gregset.h".
7050 (supply_gregset, fill_gregset): Make static.
7051 (supply_fpregset, fill_fpregset): Remove.
7052 * Makefile.in (i386bsd-nat.o): Update dependencies.
7056 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7057 "gdb_assert.h". Con't include "gregset.h".
7058 (fbsd_make_corefile_notes): Use regset-based core file support
7059 instead off fill_gregset and fill_fpregset.
7060 * Makefile.in (fbsd-proc.o): Update dependencies.
7062 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7064 (m88k_frame_prev_register): Simplify code a bit.
7066 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7067 (amd64_collect_fpregset): New function.
7068 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7070 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7072 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7073 (i386_collect_gregset): New function.
7074 (i386_supply_fpregset): Adjust comment.
7075 (i386_collect_fpregset): New function.
7076 (i386_regset_from_core_section): Use i386_collect_gregset and
7077 i386_collect_fpregset.
7079 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7080 handle VALUEP being null.
7082 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7086 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7088 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7089 assembler in OpenBSD 3.5-current.
7090 (amd64obsd_sigcontext_addr): Likewise.
7094 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7095 register set, so our regcache isn't declared "legacy" and our E500
7096 pseudoregister read and write functions aren't ignored.
7097 (rs6000_register_byte, rs6000_register_raw_size,
7098 rs6000_register_virtual_type, rs6000_register_convertible,
7099 rs6000_register_convert_to_virtual,
7100 rs6000_register_convert_to_raw): Deleted.
7101 (rs6000_register_type, rs6000_convert_register_p,
7102 rs6000_register_to_value, rs6000_value_to_register): New
7104 (rs6000_gdbarch_init): Don't register
7105 gdbarch_deprecated_register_size,
7106 gdbarch_deprecated_register_bytes,
7107 gdbarch_deprecated_register_byte,
7108 gdbarch_deprecated_register_raw_size,
7109 gdbarch_deprecated_register_virtual_type,
7110 gdbarch_deprecated_register_convertible,
7111 gdbarch_deprecated_register_convert_to_virtual, or
7112 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7113 register gdbarch_register_type, gdbarch_convert_register_p,
7114 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7118 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7119 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7120 functions, updated to match the register numberings used in GCC.
7121 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7122 rs6000_dwarf2_reg_to_regnum as register number conversions
7123 functions for STABS and Dwarf2.
7127 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7132 * NEWS: Document new "start" command.
7136 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7141 * hppa-hpux-tdep.c (offsetof): Define.
7142 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7143 (hppa32_hpux_frame_base_before_sigtramp)
7144 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7145 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7146 (hppa64_hpux_frame_base_before_sigtramp)
7147 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7149 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7150 (hppa_hpux_sigtramp_frame_unwind_cache)
7151 (hppa_hpux_sigtramp_frame_this_id)
7152 (hppa_hpux_sigtramp_frame_prev_register)
7153 (hppa_hpux_sigtramp_frame_unwind)
7154 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7155 (hppa_hpux_init_abi): Register sigtramp unwinder.
7156 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7160 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7161 and multiple stack unwinds.
7162 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7166 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7167 * symfile-mem.h: Delete file.
7168 * symfile-mem.c: Do not include "symfile-mem.h".
7169 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7170 "struct bfd_section". When an error do not bother returning NULL.
7171 (add_symbol_file_from_memory_command): Use "struct bfd" and
7172 "struct bfd_section".
7173 * Makefile.in (symfile_mem_h): Delete.
7174 (symfile-mem.o): Update dependencies.
7178 * gdb-mi.el: New file.
7182 * inftarg.c: Include "observer.h".
7183 (child_attach, child_create_inferior): Notify inferior_created.
7184 * corelow.c: Include "observer.h".
7185 (core_open): Notify inferior_created.
7186 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7190 * target.h (struct target_ops): Add from_tty to
7192 (target_create_inferior, find_default_create_inferior): Update.
7193 * infcmd.c (run_command): Update.
7194 * wince.c (child_create_inferior): Update.
7195 * win32-nat.c (child_create_inferior): Update.
7196 * uw-thread.c (uw_thread_create_inferior): Update.
7197 * thread-db.c (thread_db_create_inferior): Update.
7198 * target.c (debug_to_create_inferior)
7199 (find_default_create_inferior): Update.
7200 (maybe_kill_then_create_inferior): Update.
7201 * sol-thread.c (sol_thread_create_inferior): Update.
7202 * remote.c (extended_remote_async_create_inferior)
7203 (extended_remote_create_inferior): Update.
7204 * remote-vx.c (vx_create_inferior): Update.
7205 * remote-st.c (st2000_create_inferior): Update.
7206 * remote-sim.c (gdbsim_create_inferior): Update.
7207 * remote-sds.c (sds_create_inferior): Update.
7208 * remote-rdp.c (remote_rdp_create_inferior): Update.
7209 * remote-rdi.c (arm_rdi_create_inferior): Update.
7210 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7211 * remote-e7000.c (e7000_create_inferior): Update.
7212 * procfs.c (procfs_create_inferior): Update.
7213 * ocd.c (ocd_create_inferior): Update.
7214 * ocd.h (ocd_create_inferior): Update.
7215 * nto-procfs.c (procfs_create_inferior): Update.
7216 * monitor.c (monitor_create_inferior): Update.
7217 * lin-lwp.c (lin_lwp_create_inferior): Update.
7218 * inftarg.c (child_create_inferior): Update.
7219 * hpux-thread.c (hpux_thread_create_inferior): Update.
7220 * gnu-nat.c (gnu_create_inferior): Update.
7224 * MAINTAINERS: Update e-mail address.
7228 * thread.c (info_threads_command, thread_apply_all_command)
7229 (thread_apply_command, thread_command, do_captured_thread_select):
7230 Remove HPUXHPPA-specific code.
7234 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7236 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7241 * infcmd.c (kill_if_already_running): New function, extracted
7243 (run_command): Replace extracted code by call to
7244 kill_if_already_running().
7245 (start_command): New function.
7246 (_initialize_infcmd): Add "start" command.
7250 Add OpenBSD/m88k support.
7251 * NEWS (New native configurations): Mention OpenBSD/m88k.
7252 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7253 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7254 * Makefile.in (m88k_tdep_h): New variable.
7255 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7256 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7257 * configure.host: Add m88*-*-openbsd*.
7258 * configure.tgt: Add m88*-*-openbsd*.
7262 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7267 * symtab.c (fixup_section): Search section table when lookup by
7272 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7277 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7278 register number in regcache_raw_collect call.
7279 (m68kbsd_collect_fpregset): Likewise.
7280 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7282 * regset.h (struct regset): Add back `regset' member.
7286 * configure.in: Check for td_pcb in `struct thread'.
7287 * configure, config.in: Regenerated.
7289 * dpx2-nat.c: Remove file.
7290 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7291 (dpx2-nat.o): Remove dependencies.
7293 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7294 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7295 (amd64obsd_supply_pcb): New function.
7296 (_initialize_amd64obsd_nat): Enable libkvm interface.
7297 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7298 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7299 (LOADLIBES): New variable.
7301 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7302 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7303 (sparc32nbsd_supply_pcb): New function.
7304 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7305 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7306 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7307 (LOADLIBES): New variable.
7311 * bsd-kvm.c, bsd-kvm.h: New files.
7312 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7314 (i386fbsd_supply_pcb): New function.
7315 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7316 (i386fbsd-nat.o): Update dependencies.
7317 (bsd_kvm_h): New variable.
7318 (bsd-kvm.o): New dependency.
7319 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7320 (LOADLIBES): New variable.
7322 * regset.c: Tweak comment.
7323 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7325 * regset.h: Update copyright year.
7326 (struct regset): Remove `descr' member, add `gdbarch' member.
7327 (regset_alloc): Adjust prototype and comment.
7328 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7329 (i386_supply_fpregset): Likewise.
7330 (i386_regset_from_core_section): Update call to regset_alloc.
7331 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7333 (i386obsd_aout_regset_from_core_section): Update call to
7335 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7337 (i386nbsd_aout_regset_from_core_section): Update call to
7339 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7341 (amd64_regset_from_core_section): Update call to regset_alloc.
7342 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7344 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7345 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7346 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7347 (sparc32nbsd_init_abi): Update call to regset_alloc.
7348 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7349 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7350 (sparc64obsd_init_abi): Update call to regset_alloc.
7351 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7352 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7353 (sparc64nbsd_init_abi): Update call to regset_alloc.
7354 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7355 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7356 (sparc64fbsd_init_abi): Update call to regset_alloc.
7360 * ppc-tdep.h (spe_register_p): New declaration.
7361 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7363 * rs6000-tdep.c (spe_register_p): New function.
7364 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7366 (rs6000_gdbarch_init): Initialize the new members of the tdep
7371 * ppc-linux-nat.c (fetch_register): Move code back to be next
7372 to the comment that describes it. (Moved code, instead of
7373 comment, for symmetry with store_register.)
7375 Allocate regset structures in the gdbarch's obstack, not using
7377 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7378 Add 'arch' argument. Allocate the regset on arch's obstack, not
7380 * regset.h (regset_alloc): Update declaration.
7381 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7383 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7384 * i386-tdep.c (i386_regset_from_core_section): Same.
7385 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7386 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7387 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7388 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7389 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7390 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7394 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7398 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7399 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7403 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7407 * regset.h: Make prototype const-correct.
7408 * regset.c (regset_xmalloc): Make const-correct.
7412 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7413 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7414 (symbol_search_name): Declare.
7416 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7417 (iter_name_next_hashed): Ditto.
7418 (iter_name_next_linear): Ditto.
7419 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7421 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7422 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7423 (symbol_search_name): New function.
7425 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7427 * minsyms.c (build_minimal_symbol_hash_tables): Change
7428 test for adding to demangled hash table to check for difference
7429 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7433 Use a constructor function to create regset structures.
7434 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7435 (struct regset): Use supply_regset_ftype. Add new
7436 'collect_regset' member.
7437 (regset_xmalloc): New declaration.
7438 * regset.c: New file.
7439 * am64-tdep.c (amd64_regset_from_core_section): Use
7440 regset_xmalloc to construct regset structures.
7441 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7442 * i386-tdep.c (i386_regset_from_core_section): Same.
7443 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7444 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7445 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7446 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7447 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7448 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7449 * Makefile.in (COMMON_OBS): Add regset.o.
7450 (regset.o): New rule.
7454 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7455 and pthread_cond_wait.c.
7459 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7460 before the mach-specific switch, and then let the individual cases
7461 override the defaults, rather than leaving them uninitialized
7462 until the switch and then setting them in each case.
7466 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7467 millicode functions.
7471 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7472 references to dld_flags_buffer consistent.
7476 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7477 it for unwinding the stack.
7481 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7482 Undefine these so we can overide them using gdbarch.
7486 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7487 handling for 64-bit HPUX (elf).
7491 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7493 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7494 * ia64-tdep.c (examine_prologue): Likewise.
7495 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7496 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7500 * vax-tdep.c (vax_return_value): Implement
7501 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7505 * vax-tdep.c (vax_return_value): Fix typo.
7509 * MAINTAINERS: Mark Salter was also responsible for
7512 * NEWS: Mention signal fixes.
7516 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7517 check to see if we are unwinding an export stub. Export stubs clobber
7518 the %rp in the call path and stores the original rp in a stack slot.
7522 * MAINTAINERS: Update address for J.T. Conklin.
7526 * hppa-tdep.c: Remove superfluous #include's.
7527 * Makefile.in (hppa-tdep.o): Update dependencies.
7531 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7532 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7533 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7534 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7535 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7536 Remove static function declarations.
7540 * alphabsd-nat.c: Update copyright year.
7541 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7543 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7546 * m68k-tdep.c (m68k_svr4_return_value): Implement
7547 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7551 * sol-thread.c Update copyright year. Fix various coding
7552 standards violations. Tweak a few comments.
7553 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7558 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7559 as pointer instead of array reference since HPUX compiler does
7560 not accept unsized array arguments.
7561 * somsolib.c (dld_flags_buffer): Use constant array size.
7565 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7566 offset with decimal offset.
7567 (amd64obsd_sigcontext_addr): Return correct address for entire
7570 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7571 instead of get_frame_base.
7573 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7574 (fill_gregset): Use regcache_raw_collect.
7576 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7579 * config/sparc/tm-nbsd64.h: Remove file.
7580 * config/tm-sunos.h: Remove file.
7584 * rs6000-tdep.c (store_param_on_stack_p): New function,
7585 an improved version of some code extracted from skip_prologue().
7586 (skip_prologue): Use store_param_on_stack_p() to detect
7587 instructions saving a parameter on the stack. Detect when r0
7588 is used to save a parameter.
7589 Do not mark "li rx, SIMM" instructions as part of the prologue,
7590 unless the following instruction is also part of the prologue.
7594 * infrun.c (handle_inferior_event): Simplify
7595 STEP_OVER_UNDEBUGGABLE.
7597 * infrun.c (handle_step_into_function): Delete function.
7598 (handle_inferior_event): Inline calls to
7599 handle_step_into_function.
7603 * rs6000-nat.c: Fix a comment.
7608 * regcache.c (struct regcache_descr): fix comment spelling.
7612 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7613 Fixes a link link failure.
7617 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7618 error that was causing the build to fail.
7622 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7623 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7627 * infrun.c (handle_inferior_event): Check for
7628 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7629 calls. Update comments.
7633 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7634 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7635 (store_regs_user_thread, store_regs_kernel_thread): Use
7636 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7637 * ppc-linux-nat.c (fill_gregset): Same.
7638 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7639 (ppc_linux_sigtramp_cache): Same.
7640 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7641 (ppcnbsd_sigtramp_cache_init): Same.
7642 * rs6000-nat.c (fetch_core_registers): Same.
7643 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7644 (rs6000_frame_cache): Same.
7646 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7647 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7648 of assuming that the gprs are numbered starting with zero.
7649 * ppc-linux-nat.c (fill_gregset): Same.
7650 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7651 * ppcnbsd-nat.c (getregs_supplies): Same.
7652 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7653 * rs6000-nat.c (fetch_core_registers): Same.
7654 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7658 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7659 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7663 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7667 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7668 base_address for shared libraries.
7672 * MAINTAINERS (write after approval): Add myself.
7676 * breakpoint.c (bpstat_stop_status): Add new argument
7677 STOPPED_BY_WATCHPOINT. Use it instead of testing
7678 target_stopped_data_address agaist 0 to check whether
7679 or not we stopped due to a hardware watchpoint.
7680 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7681 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7686 * configure.in: When checking whether we should use the -bbigtoc
7687 option, don't forget to restore the original value of LDFLAGS.
7688 * configure: Regenerated.
7692 * thread.c (load_infrun_state): Delete step_sp.
7693 * infrun.c (context_switch): Ditto.
7694 * inferior.h (step_sp): Ditto.
7695 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7696 * gdbthread.h (struct thread_info, save_infrun_state)
7697 (restore_infrun_state): Ditto.
7701 * MAINTAINERS (write after approval): Add myself.
7705 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7706 eliminate reference to step_sp.
7707 (struct execution_control_state, init_execution_control_state)
7708 (handle_inferior_event, keep_going): Delete update_step_sp and
7710 * infcmd.c (step_sp): Note that variable is unused.
7714 * infrun.c (step_over_function): Delete function.
7715 (handle_step_into_function): Use insert_step_resume_breakpoint.
7716 (insert_step_resume_breakpoint): Fix assertion.
7720 * utils.c (defaulted_query): Just use the normal query input type
7721 when printing the annotations.
7725 * infrun.c (handle_inferior_event): Simplify code handling
7726 step-into or return-from a signal trampoline.
7730 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7731 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7735 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7736 with a call to internal_error.
7738 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7739 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7740 processor variant lacks those registers.
7741 (ppc_floating_point_unit_p): Change description to make it clear
7742 that this returns info about the ISA, not the ABI.
7743 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7744 return true or false by checking tdep->ppc_fp0_regnum and
7745 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7746 arch/mach switching done in rs6000_gdbarch_init; it's better to
7747 keep that logic there, and just check the results here.
7748 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7749 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7750 floating-point registers.
7751 (ppc_supply_fpregset, ppc_collect_fpregset)
7752 (rs6000_push_dummy_call, rs6000_extract_return_value)
7753 (rs6000_store_return_value): Assert that we have floating-point
7755 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7756 (rs6000_frame_cache): Don't note the locations at which
7757 floating-point registers were saved if we have no fprs.
7758 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7760 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7761 (store_regs_user_thread, store_regs_kernel_thread): Only call
7762 supply_fprs / fill_fprs if we actually have floating-point
7764 (special_register_p): Check ppc_fpscr_regnum before matching
7766 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7767 supply / collect fpscr if we don't have it.
7768 * ppc-bdm.c: #include "gdb_assert.h".
7769 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7770 have floating-point registers, since I can't test this code on
7771 FP-free systems to adapt it.
7772 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7773 fpscr and floating point register numbers if they don't exist.
7774 (fetch_register): Assert that we have floating-point registers
7775 before we reach the code that handles them.
7776 (store_register): Same. And use tdep instead of calling
7778 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7780 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7781 fprs and fpscr if we don't have them.
7782 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7784 * ppcnbsd-nat.c: #include "gdb_assert.h".
7785 (getfpregs_supplies): Assert that we have floating-point registers.
7786 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7787 * ppcobsd-tdep.c: #include "gdb_assert.h".
7788 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7789 have floating-point registers.
7790 * rs6000-nat.c (regmap): Don't match against the fpscr and
7791 floating point register numbers if they don't exist.
7792 (fetch_inferior_registers, store_inferior_registers,
7793 fetch_core_registers): Only fetch / store / supply the
7794 floating-point registers and the fpscr if we have them.
7795 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7796 (ppcobsd-tdep.o): Update dependencies.
7800 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7801 (context_switch): Do not switch through_sigtramp_breakpoint.
7802 * gdbthread.h (save_infrun_state, load_infrun_state)
7803 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7804 and structure member.
7805 * thread.c (load_infrun_state, save_infrun_state): Update.
7809 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7813 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7815 * aclocal.m4: Regenerate.
7819 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7823 * infrun.c (check_sigtramp2): Delete function.
7824 (handle_inferior_event): When single stepping, and taking a
7825 signal, set a breakpoint at the signal return address. Delete
7826 redundant calls to check_sigtramp2.
7827 (insert_step_resume_breakpoint): New function.
7828 (through_sigtramp_breakpoint, handle_inferior_event)
7829 (follow_exec, wait_for_inferior, fetch_inferior_event)
7830 (currently_stepping, keep_going): Delete most uses of
7831 through_sigtramp_breakpoint, not that it should be deleted.
7832 (delete_breakpoint_current_contents): Delete function.
7836 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7838 * config/pa/tm-linux.h: New file.
7842 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7843 of prefixes. Don't print the prefix twice in the CLI.
7847 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7848 collect all the gprs.
7850 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7851 loop collecting gprs.
7855 * remote-vx.c (net_step): Delete step-range code.
7856 * remote.c (remote_resume, init_all_packet_configs)
7857 (set_remote_protocol_E_packet_cmd)
7858 (show_remote_protocol_E_packet_cmd)
7859 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7860 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7861 (show_remote_protocol_e_packet_cmd): Ditto.
7865 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7867 * hppa-tdep.h: Update copyright year.
7868 (struct trad_frame_saved_reg): Add opaque declaration.
7870 * amd64-tdep.c (amd64_return_value): Implement
7871 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7873 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7874 (m68k_value_to_register): New functions.
7875 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7878 * defs.h (enum return_value_convention): Add
7879 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7880 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7881 * infcmd.c (legacy_return_value): New function.
7882 (print_return_value): Rwerite to implement
7883 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7884 * values.c (using_struct_return): Check for inequality to
7885 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7886 RETURN_VALUE_STRUCT_CONVENTION.
7887 * i386-tdep.c (i386_return_value): Implement
7888 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7890 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7891 include "symtab.h", "opcode/vax.h" and "inferior.h".
7892 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7893 to read_memory_unsigned_integer.
7894 (vax_gdbarch_init): Reorder.
7895 (_initialize_vax_tdep): Spell out prototype.
7896 * Makefile.in (vax-tdep.o): Update dependencies.
7900 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7901 * target.c (target_detach, target_disconnect): Ditto.
7903 * infcall.c (call_function_by_hand): When no
7904 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7905 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7906 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7907 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7908 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7910 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7911 * gdbarch.h, gdbarch.c: Re-generate.
7912 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7913 deprecated_fix_call_dummy.
7914 * v850-tdep.c (v850_gdbarch_init): Ditto.
7915 * infcall.c (call_function_by_hand): Do not call
7916 DEPRECATED_FIX_CALL_DUMMY.
7918 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7919 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7920 * gdbarch.h, gdbarch.c: Re-generate.
7921 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7922 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7923 deprecated_sizeof_call_dummy_words.
7924 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7925 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7926 * v850-tdep.c (v850_gdbarch_init): Ditto.
7927 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7928 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7929 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7930 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7931 * arch-utils.h (legacy_call_dummy_words)
7932 (legacy_sizeof_call_dummy_words): Delete declarations.
7933 * arch-utils.c (legacy_call_dummy_words)
7934 (legacy_sizeof_call_dummy_words): Delete variables.
7936 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7937 * gdbarch.h, gdbarch.c: Re-generate.
7938 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7939 * infcall.c (call_function_by_hand): Eliminate call to
7940 DEPRECATED_PUSH_DUMMY_FRAME.
7941 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7943 (ns32k_push_dummy_frame): Delete function.
7945 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7946 deprecated_call_dummy_breakpoint_offset or
7947 deprecated_call_dummy_start_offset.
7948 * dummy-frame.c, arm-tdep.c: Update comments.
7949 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7950 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7951 * gdbarch.h, gdbarch.c: Re-generate.
7953 * infcall.c (legacy_push_dummy_code): Delete function.
7954 (push_dummy_code): Delete call.
7956 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7957 * gdbarch.h, gdbarch.c: Re-generate.
7958 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7959 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7960 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7961 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7963 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7964 (struct frame_info): Delete opaque declaration.
7965 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7966 * frame.c (get_frame_type): Delete call.
7968 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7970 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7971 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7975 * alphanbsd-tdep.c: Include "gdb_string.h".
7976 * armnbsd-tdep.c: Update copyright year.
7977 Include "gdb_string.h".
7978 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7981 * delta68-nat.c: Remove file.
7982 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7983 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7984 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7985 (delta68-nat.o): Remove dependency.
7987 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7989 (m68k_gdbarch_init): Don't set
7990 deprecated_frameless_function_invocation.
7994 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7995 read_memory_nobpt for code reading when doing frame unwinding.
7996 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8000 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8001 instead of sp, handle sigaltstack case.
8002 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8003 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8004 signal handler and not that of the caller.
8005 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8006 hppa_linux_sigtramp_find_sigcontext.
8010 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8012 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8013 * hppa-linux-nat.c (fetch_register, store_register): Define.
8014 (fetch_inferior_registers, store_inferior_registers): Define.
8015 (supply_gregset): Add comment and clean up some unneeded code.
8016 (fill_gregset): Add comment and fix so that it saves registers in
8017 the right place in the gregset.
8018 (fill_fpregset): Fix buffer overrun problem.
8019 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8023 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8024 do common handling of the pcoqt register.
8025 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8026 to use helper function.
8027 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8028 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8029 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8030 generic fallback unwinder when all else fails.
8031 (hppa_gdbarch_init): Add fallback sniffer.
8032 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8033 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8034 to use helper function.
8038 * config/djgpp/fnchange.lst: Add translation rules for
8039 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8043 * frame.c (get_prev_frame_1): Work around GCC bug.
8044 * frame.h: Add comment about GCC bug.
8048 * observer.c: Include "commands.h" and "gdbcmd.h".
8049 (observer_debug, _initialize_observer): Add the
8050 command "set/show debug observer".
8051 * observer.sh: When observer debugging, log notify calls.
8052 * Makefile.in (observer.o): Update dependencies.
8056 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8060 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8061 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8062 to recognize gpr regnums, instead of assuming that
8063 tdep->ppc_fp0_regnum marks the end of the general-purpose
8066 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8067 the given architecture has floating-point registers.
8071 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8073 * gdbarch.h, gdbarch.c: Re-generate.
8074 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8075 deprecated_use_generic_dummy_frames.
8079 * NEWS: Mention Cygwin DWARF 2 support.
8083 * objfiles.h (struct entry_info): Delete unused fields
8084 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8085 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8086 * mipsread.c (mipscoff_symfile_read): Update.
8087 * mdebugread.c (parse_partial_symbols): Update.
8088 * dwarfread.c (read_file_scope): Update.
8089 * dwarf2read.c (read_file_scope): Update.
8090 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8091 * coffread.c (complete_symtab): Update.
8095 * infcall.c (_initialize_infcall): Fix typo.
8099 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8100 * command.h (add_setshow_zinteger_cmd): Declare.
8104 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8105 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8106 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8107 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8108 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8109 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8110 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8112 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8113 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8114 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8115 (hppa64_hpux_frame_find_saved_regs_in_sig)
8116 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8117 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8118 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8119 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8120 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8121 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8122 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8123 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8124 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8125 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8126 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8127 (hppa32_register_type, hppa_cannot_store_register)
8128 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8129 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8130 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8131 * pa64solib.c (pa64_solib_have_load_event)
8132 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8133 (pa64_solib_unloaded_library_pathname): Likewise.
8134 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8135 (som_solib_library_pathname): Likewise.
8139 * breakpoint.c (create_breakpoints): Copy the ignore count and
8140 thread id over from the pended breakpoint to the actual
8145 * gdbarch.sh (PARM_BOUNDARY): Delete.
8146 gdbarch.h, gdbarch.c: Re-generate.
8147 * valops.c (PARM_BOUNDARY): Delete macro.
8148 (value_push): Delete PARM_BOUNDARY code.
8149 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8153 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8154 Don't assume that the gprs, fprs, and UISA sprs are
8155 contiguous, start at register number zero, and end with fpscr.
8156 Instead, use the numbers from the tdep structure.
8158 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8159 should no longer be used in code specific to the RS6000 and its
8161 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8162 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8163 tdep->ppc_fp0_regnum.
8164 (ppc_supply_fpregset, ppc_collect_fpregset)
8165 (rs6000_push_dummy_call, rs6000_extract_return_value)
8166 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8167 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8169 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8170 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8172 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8173 bdm_ppc_store_registers): Same.
8174 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8175 (store_register, fill_fpregset): Same.
8176 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8177 (ppc_linux_supply_fpregset): Same.
8178 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8179 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8181 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8182 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8183 ppc64_sysv_abi_return_value): Same.
8184 * rs6000-nat.c (regmap, fetch_inferior_registers)
8185 (store_inferior_registers, fetch_core_registers): Same.
8189 * m68knbsd-nat.c: Remove file.
8190 * m68knbsd-tdep.c: Remove file.
8191 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8193 * configure.host: Add m68k-*-netbsdelf*.
8194 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8195 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8196 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8198 * config/m68k/nbsdelf.mh: New file.
8199 * config/m68k/nbsd.mt: New file.
8200 * config/m68k/nbsdaout.mt: Remove file.
8201 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8202 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8203 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8204 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8205 (use_struct_convention): Remove prototype.
8206 (USE_STRUCT_CONVENTION): Remove define.
8207 * config/m68k/xm-nbsd.h: Remove file.
8211 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8212 reg_struct_return method (as gcc usually does for cross targets).
8216 Committed by Andrew Cagney.
8217 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8218 alignment padding when accessing ucontext struct members.
8222 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8223 'ppc_gplast_regnum' member.
8224 (ppc_num_gprs): New enum constant.
8225 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8226 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8227 * rs6000-nat.c (regmap, fetch_inferior_registers,
8228 store_inferior_registers): Same.
8229 * rs6000-tdep.c (e500_pseudo_register_read)
8230 (e500_pseudo_register_write): Same.
8231 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8233 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8234 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8235 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8236 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8238 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8240 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8241 * rs6000-nat.c (regmap, fetch_inferior_registers)
8242 (store_inferior_registers): Same.
8244 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8249 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8250 failure detected by recent versions of GCC.
8251 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8252 to be consistent with the usage in dwarf2_create_include_psymtab.
8256 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8257 (heuristic_proc_start): Whitespace cleanup.
8261 * sun3-nat.c: Remove file.
8262 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8264 (ALLDEPFILES): Remove sun3-nat.c.
8265 (sun3-nat.o): Remove dependencies.
8267 * i386-interix-nat.c, i386-interix-tdep.c,
8268 config/i386/nm-interix.h, config/i386/interix.mh,
8269 config/i386/interix.mt: Remove files.
8270 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8275 * m68k-tdep.h (struct gdbarch_tdep): Add member
8276 struct_value_regnum.
8277 (m68k_svr4_init_abi): New prototype.
8278 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8279 different calling conventions.
8280 (m68k_extract_return_value): Remove code dealing with single-field
8282 (m68k_store_return_value): Remove code dealing with single-field
8283 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8284 (m68k_extract_struct_value_address): Remove function.
8285 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8286 (m68k_reg_struct_return_p, m68k_return_value)
8287 (m68k_svr4_return_value): New functions.
8288 (m68k_use_struct_convention): Remove function.
8289 (m68k_push_dummy_call): Use new struct_value_regnum member of
8290 `struct gdbarch_tdep' instead of hardcoded register number to
8292 (m68k_svr4_init_abi): New function.
8293 (m68k_gdbarch_init): Don't set extract_return_value,
8294 store_return_values, deprecated_extract_struct_value_address and
8295 use_struct_convention. Set return_value instead. Initialize new
8296 struct_value_regnum member of `struct gdbarch_tdep'.
8297 * m68klinux-tdep.c: Update copyright year.
8298 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8299 (m68k_linux_extract_struct_value_address): Remove function.
8300 (m68k_linux_init_abi): Don't set extract_return_value,
8301 store_return_values, deprecated_extract_struct_value_address and
8302 use_struct_convention. Call m68k_svr4_init_abi but override the
8303 new struct_value_regnum member of `struct gdbarch_tdep'.
8304 * Makefile.in (m68k-tdep.o): Update dependencies.
8308 * dwarf2read.c (line_header): Add new included_p field in
8310 (partial_die_info): New field has_stmt_list. New field line_offset.
8311 (dwarf2_create_include_psymtab): New function.
8312 (dwarf2_build_include_psymtabs): New function.
8313 (add_file_name): Add forward declaration. Initialize new field.
8314 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8315 to be able to determine the list of files included by the
8316 given unit, and build their associated psymtabs.
8317 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8319 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8320 (read_file_scope): Update call to dwarf_decode_lines.
8321 (read_partial_die): Handle DW_AT_stmt_list attributes.
8326 * configure.in: Revert special case for osf5.*.
8327 * configure: Regenerate.
8331 Move the symbol-file-from-memory functions into their own file.
8332 * symfile-mem.c, symfile-mem.h: New files.
8333 * symfile.c (symbol_file_add_from_bfd): New function.
8334 (symbol_file_add): Call symbol_file_add_from_bfd.
8335 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8336 Moved to symfile-mem.c.
8337 (_initialize_symfile): Move definition of
8338 add-symbol-file-from-memory command to symfile-mem.c.
8339 * symfile.h (symbol_file_add_from_bfd): New declaration.
8340 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8341 * config/powerpc/linux.mt (TDEPFILES): Same.
8342 * Makefile.in (SFILES): Add symfile-mem.c.
8343 (symfile_mem_h): New variable.
8344 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8345 (symfile-mem.o): New rule.
8349 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8350 frame_find_by_id instead of frame_relative_level.
8351 (do_enable_breakpoint): Ditto.
8352 * thread.c: Update copyright.
8353 (info_threads_command): Ditto, simplify.
8355 * frame.c (deprecated_generic_get_saved_register): Delete
8356 function, moved to "xstormy16-tdep.c".
8357 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8358 deprecated_generic_get_saved_register from "frame.c".
8359 (xstormy16_frame_saved_register): Call
8360 xstormy16_get_saved_register.
8361 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8363 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8364 * frame.h (deprecated_generic_get_saved_register): Delete.
8368 * dwarfread.c: Update documentation on the state of dwarf-1.
8372 * stack.c (select_frame_command): Delete call to
8373 frame_relative_level.
8374 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8376 (frame_info): Do not print FRAMELESS.
8377 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8378 (catch_info): Delete #if0 code.
8380 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8381 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8382 of frame_relative_level.
8383 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8385 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8386 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8387 frame_relative_level.
8389 * frame.h (deprecated_set_frame_type): Delete declaration.
8390 * frame.c (deprecated_set_frame_type): Delete function, update
8393 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8394 * gdbarch.h, gdbarch.c: Re-generate.
8395 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8396 (shnbsd_pc_in_sigtramp): Delete.
8397 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8399 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8401 * frame.h: Update comments.
8402 * ppc-linux-tdep.c: Update comments.
8403 * breakpoint.c (bpstat_what): Update comments.
8405 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8406 m68klinux-tdep.o's dependencies, were previously added to
8409 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8410 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8411 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8412 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8413 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8415 * Makefile.in (m68klinux-nat.o): Update dependencies.
8416 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8417 (m68k_linux_sigtramp_frame_cache)
8418 (m68k_linux_sigtramp_frame_this_id)
8419 (m68k_linux_sigtramp_frame_prev_register)
8420 (m68k_linux_sigtramp_frame_unwind)
8421 (m68k_linux_sigtramp_frame_sniffer)
8422 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8423 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8424 names, use trad-frame.h.
8425 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8426 (struct m68k_sigtramp_info): Delete.
8427 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8428 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8429 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8430 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8433 * infrun.c (check_sigtramp2): Delete check for
8434 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8438 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8442 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8443 (frv_linux_sigtramp_frame_cache)
8444 (frv_linux_sigtramp_frame_this_id)
8445 (frv_linux_sigtramp_frame_prev_register)
8446 (frv_linux_sigtramp_frame_unwind)
8447 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8448 include "linux" in function and variable names, directly call
8449 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8450 the latest trad-frame code.
8451 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8452 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8453 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8454 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8455 * frv-tdep.c (frv_sigtramp_frame_cache)
8456 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8457 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8459 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8460 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8461 (frv_set_sigcontext_reg_addr): Delete function.
8463 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8464 (DEPRECATED_SIGTRAMP_END): Delete.
8465 * gdbarch.h, gdbarch.c: Re-generate.
8466 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8467 * config/vax/tm-vaxbsd.h: Update copyright.
8468 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8469 (DEPRECATED_IN_SIGTRAMP): Define.
8470 * config/m68k/tm-nbsd.h: Update copyright.
8471 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8472 (DEPRECATED_IN_SIGTRAMP): Define.
8476 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8477 encondings. Fixes PR gdb/1628.
8479 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8480 DW_CFA_restore state without a matching DW_CFA_remember_state
8481 instead of aborting. Fixes PR backtrace/1589.
8485 * MAINTAINERS: Add self as AIX maintainer.
8486 Update my e-mail address in write-after-approval section.
8490 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8491 (legacy_get_prev_frame): Ditto.
8493 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8494 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8495 * mipsread.c (sigtramp_address): Delete extern variable.
8496 (mipscoff_new_init): Delete reference.
8497 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8498 (fixup_sigtramp): Delete function.
8499 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8500 (fixup_sigtramp): Delete declarations.
8502 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8503 deprecated_pc_in_sigtramp.
8504 (ppcnbsd_pc_in_sigtramp): Delete function.
8508 * config/m68k/nm-nbsd.h: Tweak comments.
8509 * config/m68k/nm-nbsdaout.h: Likewise.
8513 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8514 legacy_pc_in_sigtramp.
8515 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8519 Add OpenBSD/m68k support.
8520 * NEWS (New native configurations): Mention OpenBSD/m68k.
8521 * m68kbsd-tdep.c: New file.
8522 * m68kbsd-nat.c: New file.
8523 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8524 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8525 * configure.host: Add m68k-*-openbsd.
8526 * configure.tgt: Add m68k-*-openbsd.
8527 * config/m68k/tm-obsd.h: New file.
8528 * config/m68k/obsd.mt: New file.
8529 * config/m68k/obsd.mh: New file.
8530 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8535 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8536 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8540 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8541 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8545 Revert 2004-04-16 change.
8546 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8547 (i386_coff_init_abi): Remove.
8548 * i386-tdep.h (i386_coff_init_abi): Remove.
8549 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8553 * blockframe.c (find_pc_partial_function): Delete use of
8554 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8555 DEPRECATED_SIGTRAMP_END.
8557 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8558 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8559 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8560 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8561 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8563 * defs.h (deprecated_inside_entry_file): Delete declaration.
8564 * blockframe.c (deprecated_inside_entry_file): Delete function.
8565 (legacy_frame_chain_valid): Delete call.
8566 * sh64-tdep.c (sh64_frame_chain): Delete call.
8567 * objfiles.h: Update comments.
8568 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8570 * frame.c (get_prev_frame): Delete call, update comments.
8574 * MAINTAINERS (Write After Approval): Add myself.
8578 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8579 * gdbarch.h, gdbarch.c: Re-generate.
8580 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8585 * gdb-events.sh (selected_thread_changed)
8586 (selected_frame_level_changed, target_changed): Delete.
8587 * gdb-events.h, gdb-events.c: Re-generate.
8588 * valops.c (value_assign): Update.
8589 * stack.c (select_frame_command, up_silently_base)
8590 (down_silently_base): Update.
8594 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8595 registers correctly.
8596 (print_gp_register_row, mips32_heuristic_proc_desc)
8597 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8598 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8599 references to mips_isa_regsize.
8603 * mips-tdep.c (struct gdbarch_tdep): Delete
8604 mips_fp_register_double.
8605 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8607 (mips_gdbarch_init): Do not set mips_fp_register_double.
8608 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8612 Committed by Andrew Cagney.
8613 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8618 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8619 gdbarch, use mips_abi, update callers.
8620 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8621 mips_abi_regsize, update callers.
8622 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8623 mips_default_abi_regsize.
8624 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8625 mips_default_abi_regsize.
8629 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8630 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8631 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8632 mips_default_abi_regsize.
8633 (mips_isa_regsize): Rename mips_regisze.
8634 * mipsnbsd-tdep.c: Update.
8635 * mips-linux-tdep.c: Update.
8636 * irix5-nat.c: Update.
8637 * mips-tdep.h (mips_isa_regsize): Update.
8639 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8640 Delete all disabled code.
8641 * gdb-events.h, gdb-events.c: Re-generate.
8646 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8647 the function begins with a branch instruction.
8651 * i386-tdep.c: Fix spelling mistakes.
8656 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8658 * acconfig.h: Provide default _KMEMUSER value.
8659 * config.in, configure: Re-generate.
8660 * NEWS: Mention fix.
8664 * configure.host (hppa*-*-linux*): New target.
8665 * configure.tgt (hppa*-*-linux*): Likewise.
8666 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8667 gdbarch_init_osabi() call earlier so that osabi-specific frame
8668 unwinders can be registered first.
8669 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8671 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8672 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8673 * config/pa/linux.mh: New file.
8674 * config/pa/linux.mt: New file.
8675 * config/pa/nm-linux.h: New file.
8676 * config/pa/xm-linux.h: New file.
8677 * hppa-linux-nat.c: New file.
8678 * hppa-linux-tdep.c: New file.
8682 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8684 (hppa32_push_dummy_call): Fix small struct and floating point argument
8685 passing, and make sure the stack frame is properly aligned.
8689 * stack.c (print_stack_frame): Fix description.
8691 * NEWS: Mention gdb/gdbserver/configure execute permission
8692 changed. PR server/519.
8696 * stack.c (print_stack_frame_stub): Delete declaration.
8697 (struct print_stack_frame_args, print_stack_frame)
8698 (print_frame_info, print_frame): Replace "source" with print what.
8699 Replace "print" with "print_level". Replace "args" with
8701 * frame.h (show_and_print_stack_frame, print_stack_frame)
8702 (print_frame_info): Update declarations.
8703 * stack.c (select_and_print_frame, frame_command)
8704 (current_frame_command, up_command, down_command): Update calls -
8705 use get_selected_frame, pass "enum print_what" for source, do not
8706 call frame_relative_level.
8707 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8708 * remote-rdp.c (remote_rdp_open): Ditto.
8709 * remote-mips.c (common_open): Ditto.
8710 * remote-e7000.c (e7000_start_remote): Ditto.
8711 * ocd.c (ocd_start_remote): Ditto.
8712 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8713 * infrun.c (normal_stop): Ditto.
8714 * inflow.c (kill_command): Ditto.
8715 * infcmd.c (finish_command): Ditto.
8716 * corelow.c (core_open): Ditto.
8717 * tracepoint.c (finish_tfind_command): Ditto.
8718 * thread.c (info_threads_command, info_threads_command)
8719 (restore_current_thread, do_captured_thread_select): Ditto.
8720 * ada-tasks.c (task_command): Ditto.
8724 * frame.c: Include "observer.h".
8725 (frame_observer_target_changed): New function.
8726 (_initialize_frame): Attach target_changed observer.
8727 * regcache.c: Include "observer.h".
8728 (regcache_observer_target_changed): New function.
8729 (_initialize_regcache): Attach target_changed observer.
8730 * valops.c: Include "observer.h".
8731 (value_assign): Notify target_changed event when modifying register.
8732 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8737 * breakpoint.c (free_valchain): New function.
8738 (insert_bp_location, delete_breakpoint): Use free_valchain.
8739 (remove_breakpoint): Do not remove the valchain.
8740 (bpstat_stop_status): If not stopped by watchpoint, skip
8741 watchpoints when generating stop status list.
8742 * infrun.c (handle_inferior_event): Make
8743 stepped_after_stopped_by_watchpoint a global variable.
8744 * remote.c (remote_stopped_data_address): Return watch data
8745 address rather than zero if stepped_after_stopped_by_watchpoint is
8751 * configure.in: Check for curses after termcap.
8752 On osf5.*, do not check for ncurses.
8753 * configure: Regenerate.
8757 * ppcobsd-nat.c: Include "ppc-tdep.h".
8758 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8760 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8761 Fixes PR tdep/1623 and PR tdep/1624.
8765 * xmodem.h, xmodem.c: Remove files.
8766 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8770 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8771 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8772 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8773 for handling stackless frames.
8774 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8778 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8779 starts at a pc before the frame is created.
8783 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8787 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8788 use convert_typed_floating to get the appropriate format.
8792 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8793 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8794 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8795 (hppa_sign_extend): Add prototype.
8796 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8797 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8798 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8799 hppa targets will also use these functions.
8800 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8801 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8802 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8803 (hppa_gdbarch_init): Remove gdbarch setting of
8804 skip_trampoline_code, in_solib_call_trampoline and
8805 in_solib_return_trampoline.
8806 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8807 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8808 hppa_in_solib_call_trampoline.
8809 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8810 Moved from hppa-tdep.c.
8811 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8812 in_solib_call_trampoline and in_solib_return_trampoline.
8816 * hppa-tdep.c (hppa_debug): New variable.
8817 (find_unwind_entry, hppa_frame_cache): Add debug output.
8818 (_initialize_hppa_tdep): Add command to set debug flag.
8822 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8824 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8825 signal trampoline unwinder.
8826 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8830 Add OpenBSD/powerpc support.
8831 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8832 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8833 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8834 (ppc_collect_fpregset): New prototypes.
8835 * ppcobsd-nat.c: New file.
8836 * ppcobsd-tdep.c: New file.
8837 * ppcobsd-tdep.h: New file.
8838 * rs6000-tdep.c: Include "regset.h".
8839 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8840 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8842 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8843 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8844 (rs6000-tdep.o): Update dependencies.
8845 * configure.host: Add powerpc-*-openbsd.
8846 * configure.tgt: Add powerpc-*-openbsd.
8847 * config/powerpc/obsd.mh: New file.
8848 * config/powerpc/nm-obsd.h: New file.
8849 * config/powerpc/obsd.mt: New file.
8853 * frame.h (show_frame_info): Delete declaration.
8855 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8856 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8857 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8858 * frv-tdep.c (frv_frame_this_id): Ditto.
8859 * avr-tdep.c (avr_frame_this_id): Ditto.
8863 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8867 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8868 register number zero.
8872 * mips-tdep.c (heuristic_proc_start):
8873 Warning() already prefixes "Warning: ".
8877 * annotate.h (deprecated_annotate_starting_hook)
8878 (deprecated_annotate_stopped_hook)
8879 (deprecated_annotate_exited_hook)
8880 (deprecated_annotate_signal_hook)
8881 (deprecated_annotate_signalled_hook): Deprecate.
8882 * tracepoint.h (deprecated_create_tracepoint_hook)
8883 (deprecated_delete_tracepoint_hook)
8884 (deprecated_modify_tracepoint_hook)
8885 (deprecated_trace_find_hook)
8886 (deprecated_trace_start_stop_hook): Deprecate.
8887 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8888 * remote.h (deprecated_target_resume_hook)
8889 (deprecated_target_wait_loop_hook): Deprecate.
8890 * gdbcore.h (deprecated_exec_file_display_hook)
8891 (deprecated_file_changed_hook): Deprecate.
8892 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8893 * defs.h (deprecated_modify_breakpoint_hook)
8894 (deprecated_command_loop_hook, deprecated_show_load_progress)
8895 (deprecated_print_frame_info_listing_hook)
8896 (deprecated_query_hook, deprecated_warning_hook)
8897 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8898 (deprecated_delete_breakpoint_hook)
8899 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8900 (deprecated_readline_begin_hook, deprecated_readline_hook)
8901 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8902 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8903 (deprecated_context_hook, deprecated_target_wait_hook)
8904 (deprecated_attach_hook, deprecated_detach_hook)
8905 (deprecated_call_command_hook, deprecated_set_hook)
8906 (deprecated_error_hook, deprecated_error_begin_hook)
8907 (deprecated_ui_load_progress_hook): Deprecate.
8908 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8909 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8910 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8911 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8912 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8913 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8914 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8915 * annotate.c, aix-thread.c: Update.
8919 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8920 * vaxnbsd-tdep.c: Include "gdb_string.h".
8922 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8923 (add_symbol_file_from_memory_command): #if 0 function body, call
8928 * gdbcore.h: Update copyright.
8929 (deprecated_add_core_fns): Rename add_core_fns.
8930 * win32-nat.c (_initialize_core_win32): Update.
8931 * sun3-nat.c (_initialize_core_sun3): Update.
8932 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8933 * rs6000-nat.c (_initialize_core_rs6000): Update.
8934 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8935 * nto-tdep.c (_initialize_nto_tdep): Update.
8936 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8937 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8938 * mips-nat.c (_initialize_core_mips): Update.
8939 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8940 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8941 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8942 * lynx-nat.c (_initialize_core_lynx): Update.
8943 * irix5-nat.c (_initialize_core_irix5): Update.
8944 * i386-interix-nat.c (_initialize_core_interix): Update.
8945 * cris-tdep.c (_initialize_cris_tdep): Update.
8946 * corelow.c (deprecated_add_core_fns): Update.
8947 * core-regset.c (_initialize_core_regset): Update.
8948 * core-aout.c (_initialize_core_aout): Update.
8949 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8950 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8951 * alpha-nat.c (_initialize_core_alpha): Update.
8955 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8959 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8961 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8962 (read_attribute_value): Update calls to dwarf_alloc_block.
8963 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8965 (psymtab_to_symtab_1): Likewise. Clean up using
8966 free_stack_comp_unit.
8967 (add_to_cu_func_list): Use the comp_unit_obstack.
8971 * dwarf2read.c (dwarf2_flag_true_p): New function.
8972 (die_is_declaration): Use the function above. Add some comments.
8976 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8977 architecture when registering sparcnbsd_core_osabi_sniffer.
8982 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8986 * i386-tdep.c: Correct register numbering scheme comments
8988 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8989 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8990 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8991 (i386_gdb_arch_init): Likewise.
8993 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8994 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8997 * m68k-tdep.h: Tweak comments.
8998 * m68k-tdep.c: Tweak comment.
9002 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9003 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9004 (hppa_hpux_som_init_abi): Set is_elf to 0.
9005 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9006 * hppa-tdep.c (low_text_segment_address): Remove global.
9007 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9008 section offset to calculate segment address.
9009 (internalize_unwinds): Define low_text_segment_address as local and
9010 pass to record_text_segment_lowaddr for ELF targets.
9011 (hppa_gdbarch_init): Zero fill tdep structure.
9012 (hppa_dump_tdep): Print tdep structure.
9013 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9017 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9018 (hppa_gdbarch_init): Set pseudo_register_read.
9019 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9020 * regcache.c (supply_register): Remove check for
9021 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9025 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9026 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9027 (hpread_adjust_stack_address): Move to hpread.c.
9028 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9029 obj_private_struct): Move from tm-hppa.h.
9030 * hpread.c (hppa-tdep.h): Include.
9031 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9032 (hpread_read_function_type, hpread_read_doc_function_type)
9033 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9035 * pa64solib.c (hppa-tdep.h): Include.
9036 * somsolib.c (hppa-tdep.h): Include.
9037 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9038 inferior_status): Remove unused forward declarations.
9039 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9040 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9041 obj_private_struct): Move to hppa-tdep.h.
9042 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9046 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9047 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9048 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9049 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9050 Remove forward declaration and make static.
9051 (hppa_reg_struct_has_addr): Remove.
9055 * observer.sh: Move comments in sed command to first column.
9059 * frame.c: Minor typeo corrections in comments.
9063 * observer.c (observer_test_first_notification_function): Update
9065 (observer_test_second_notification_function): Likewise.
9066 (observer_test_third_notification_function): Likewise.
9071 * i386-tdep.c (i386_coff_init_abi): New function.
9072 * i386-tdep.h (i386_coff_init_abi): New prototype.
9073 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9074 register number translation functions for DWARF and DWARF 2.
9078 * dwarf2read.c: Back out my previous change, it was incorrect.
9082 * dwarf2read.c: Include "hashtab.h".
9083 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9085 (struct partial_die_info): Add comments. Use bitfields to reduce
9086 memory footprint. Add scope, scope_set, has_specification,
9087 spec_offset, die_parent, die_child, and die_sibling.
9088 (peek_die_abbrev): Add prototype.
9089 (partial_read_comp_unit_head): New function, broken out from
9090 dwarf2_build_psymtabs_hard.
9091 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9092 Use partial_read_comp_unit_head. Initialize the CU and
9093 comp_unit_obstack. Update calls to read_partial_die and
9094 scan_partial_symbols. Use free_stack_comp_unit and
9096 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9097 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9098 Update calls to helper functions. Remove NAMESPACE argument.
9100 (partial_die_parent_scope, partial_die_full_name): New functions.
9101 (add_partial_symbol): Remove namespace argument. Update call to
9102 pdi_needs_namespace. Use partial_die_full_name. Handle
9103 DW_TAG_namespace. Check has_namespace_info flag.
9104 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9105 tag. Handle namespaces.
9106 (add_partial_namespace, add_partial_enumeration): Simplify.
9107 (guess_structure_name): New function, derived from
9108 add_partial_structure.
9109 (add_partial_structure): Remove.
9110 (determine_class_name): Update comment.
9111 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9112 (is_type_tag_for_partial, load_partial_dies): New functions.
9113 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9114 Record specifications instead of following them immediately.
9115 (find_partial_die_in_comp_unit, find_partial_die)
9116 (fixup_partial_die, free_stack_comp_unit)
9117 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9118 (partial_die_hash, partial_die_eq): New functions.
9119 * Makefile.in (hashtab_h): Define.
9120 (dwarf2read.o): Update dependencies.
9121 (observer_inc, observer_h): Move to the correct section.
9125 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9126 (die_is_declaration): Use the function above. Add comment.
9130 * dwarf2read.c (read_structure_scope): Identify stub types
9131 using die_is_declaration() only.
9135 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9136 argument instead of NAME.
9137 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9138 in call to symbol_file_add_with_addrs_or_offsets.
9139 (build_addr_info): New function, helper for ...
9140 (symbol_file_add_from_memory): New function.
9141 (add_symbol_file_from_memory_command): New function using that.
9142 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9143 (pre_add_symbol_hook): Add const to argument type.
9144 * symfile.h (symbol_file_add_from_memory): Declare it.
9148 * NEWS (New native configurations): Mention OpenBSD/vax.
9149 * configure.host: Add vax-*-openbsd*.
9150 * config/vax/obsd.mh: New file.
9151 * config/vax/nm-obsd.h: New file.
9153 * vax-tdep.c: Include "regset.h".
9154 (vax_supply_gregset): New function.
9155 (vax_gregset): New variable.
9156 (vax_regset_from_core_section): New function.
9157 (vax_gdbarch_init): Set regset_from_core_section.
9158 * Makefile.in (vax-tdep.o): Update dependencies.
9162 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9163 (observer_normal_stop_notification_stub)
9164 (observer_attach_normal_stop, observer_detach_normal_stop):
9165 Delete, replaced by #include "observer.inc".
9166 * infrun.c (normal_stop): Pass "stop_bpstat" to
9167 observer_notify_normal_stop.
9168 * Makefile.in (observer_inc): Define.
9169 (observer.o): Update dependencies.
9170 (observer.h, observer.inc): New rules.
9171 * observer.h: Delete file.
9172 * observer.sh: New file.
9176 * vax-tdep.c (vax_frame_cache): Fix typo.
9180 * NEWS (New native configurations): Mention NetBSD/vax.
9181 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9182 * config/vax/nbsdelf.mh: New file.
9183 * config/vax/nbsdaout.mh: New file.
9184 * config/vax/nm-nbsd.h: New file.
9185 * config/vax/nm-nbsdaout.h: New file.
9187 * vaxnbsd-tdep.c: New file.
9188 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9189 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9190 * config/vax/nbsd.mt: New file.
9191 * config/vax/tm-nbsd.h: New file.
9193 * Makefile.in (vaxbsd-nat.o): New dependency.
9195 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9196 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9197 struct_addr arguments. Don't push return value address.
9198 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9199 arguments to vax_store_arguments. Store return value address in
9201 (vax_store_struct_return, vax_extract_return_value)
9202 (vax_store_return_value): Remove functions.
9203 (vax_return_value): New function.
9204 (vax_gdbarch_init): Set return value. Don't set
9205 deprecated_store_struct_return, deprecated_extract_struct_return
9206 and deprecated_store_return_value.
9210 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9212 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9216 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9217 (vax_unwind_dummy_id): New functions.
9218 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9219 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9221 (vax_fix_call_dummy): Remove function.
9222 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9223 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9224 call_dummy_location, deprecated_call_dummy_words,
9225 deprecated_sizeof_call_dummy_words,
9226 deprecated_call_dummy_breakpoint_offset,
9227 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9228 and deprecated_dummy_write_sp.
9232 * MAINTAINERS: Move myself to "paper trail" section.
9236 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9238 (vax_frame_init_saved_regs): Remove function.
9239 (vax_sigtramp_saved_pc): Remove function.
9240 (vax_frame_saved_pc): Remove function.
9241 (vax_frame_args_address): Remove function.
9242 (vax_frame_num_args): Rewrite.
9243 (vax_frame_chain): Remove function.
9244 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9246 (vax_pop_frame): Likewise.
9247 (vax_saved_pc_after_call): Remove function.
9248 (struct vax_frame_cache): New structure.
9249 (vax_frame_cache): New function.
9250 (vax_frame_this_id): New function.
9251 (vax_frame_prev_register): New function.
9252 (vax_frame_unwind): New variable.
9253 (vax_frame_sniffer): New function.
9254 (vax_frame_base_address): New function.
9255 (vax_frame_args_address): New function.
9256 (vax_frame_base): New variable.
9257 (vax_unwind_pc): New function.
9258 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9259 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9260 deprecated_frame_chain, deprecated_frame_saved_pc,
9261 deprecated_frame_args_address and
9262 deprecated_frame_init_saved_regs.
9263 * Makefile.in (vax-tdep.o): Update dependencies.
9265 * vaxbsd-nat.c: New file.
9267 * vax-tdep.h: Update copyright year. Adjust comments.
9268 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9269 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9270 (vax_regnum): New enum. Replacing...
9271 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9272 (VAX_PS_REGNUM): ... these removed macros.
9273 * vax-tdep.c (vax_register_name): Remove prototype.
9274 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9275 (vax_register_byte, vax_register_raw_size,
9276 vax_register_virtual_size, vax_register_virtual_type): Remove
9278 (vax_register_type): New function.
9279 (vax_breakpoint_from_pc): Reorganize.
9280 (vax_gdbarch_init): Set register_type. Don't set
9281 deprecated_register_size, deprecated_register_bytes,
9282 deprecated_register_byte, deprecated_register_raw_size,
9283 deprecated_max_register_raw_size,
9284 deprecated_register_virtual_size,
9285 deprecated_max_register_virtual_size and
9286 deprecated_register_virtual_type. Add comment on stack direction.
9290 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9291 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9292 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9296 * MAINTAINERS (write after approval): Add myself.
9300 * hppa-tdep.c (hppa_inner_than): Remove.
9301 (is_pa_2): Remove unused static variable.
9302 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9306 * language.h (language_defn): Add new la_post_parser field.
9307 * parser-defs.h (null_post_parser): New declaration (default for
9310 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9311 insert call to that function.
9312 (parse_exp_in_context): New function, including code formerly in
9313 parse_exp_1. Calls language-dependent post-parser after
9315 (parse_expression_in_context): New exported function.
9316 (null_post_parser): New definition.
9317 * expression.h (parse_expression_in_context): Add declaration.
9319 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9320 * c-lang.c (c_language_defn): Ditto.
9321 (cplus_language_defn): Ditto.
9322 (asm_language_defn): Ditto.
9323 (minimal_language_defn): Ditto.
9324 * f-lang.c (f_language_defn): Ditto.
9325 * jv-lang.c (java_language_defn): Ditto.
9326 * language.c (unknown_language_defn): Ditto.
9327 (auto_language_defn): Ditto.
9328 (local_language_defn): Ditto.
9329 * m2-lang.c (m2_language_defn): Ditto.
9330 * scm-lang.c (scm_language_defn): Ditto.
9331 * obj-lang.c (objc_language_defn): Ditto.
9335 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9336 (amd64nbsd_mcontext_addr): New function.
9337 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9338 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9339 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9341 * corelow.c (core_xfer_partial): Fix coding standards violation.
9342 Add support for TARGET_OBJECT_WCOOKIE.
9344 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9345 deprecated_pc_in_sigtramp.
9346 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9347 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9348 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9349 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9350 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9351 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9352 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9354 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9355 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9358 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9359 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9360 (amd64_collect_fxsave): Likewise.
9362 * i386-sol2-tdep.c: Include "gdb_string.h".
9363 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9365 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9369 * i386-sol2-tdep.c: Include "solib-svr4.h".
9370 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9371 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9372 * config/i386/tm-i386sol2.h: Include :solib.h".
9373 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9374 solib-svr4.o and solib-legacy.o.
9375 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9380 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9381 whether a register is supplied by PTRACE_GETFPREGS.
9382 (store_inferior_registers): Likewise.
9383 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9384 whether a register is supplied by PT_GETFPREGS.
9385 (store_inferior_registers): Likewise.
9387 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9388 * config/i386/linux64.mt (TDEPFILES): Likewise.
9390 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9392 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9393 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9394 the program counter is in the range specified by `struct
9396 * amd64-linux-tdep.c: Include "symtab.h".
9397 (amd64_linux_pc_in_sigtramp): Remove function.
9398 (amd64_linux_sigtramp_p): New function.
9399 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9400 deprecated_pc_in_sigtramp.
9401 * amd64nbsd-tdep.c: Include "symtab.h".
9402 (amd64nbsd_sigtramp_p): New function.
9403 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9404 deprecated_pc_in_sigtramp.
9405 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9407 (amd64obsd_pc_in_sigtramp): Remove function.
9408 (amd64obsd_sigtramp_p): New function.
9409 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9410 deprecated_pc_in_sigtramp.
9411 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9412 (i386bsd_pc_ins_sigtramp): Remove prototype.
9413 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9414 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9415 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9416 the program counter is in the range specified by `struct
9418 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9419 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9420 (i386_go32_pc_in_sigtramp): Remove function.
9421 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9422 Initialize TDEP->sigtramp_p.
9423 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9424 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9425 deprecated_pc_in_sigtramp.
9426 * i386-linux-tdep.c: Adjust comments.
9427 (i386_linux_pc_in_sigtramp): Remove function.
9428 (i386_linux_sigtramp_p): New function.
9429 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9430 deprecated_pc_in_sigtramp.
9431 * i386-nto-tdep.c: Update copyright year.
9432 (i386nto_pc_in_sigtramp): Remove function.
9433 (i386nto_sigtramp_p): New function.
9434 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9436 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9437 deprecated_pc_in_sigtramp.
9438 * i386-sol2-tdep.c: Update copyright year.
9439 (i386_sol2_pc_in_sigtramp): Remove function.
9440 (i386_sol2_sigtramp_p): New function.
9441 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9442 deprecated_pc_in_sigtramp.
9443 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9444 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9445 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9446 deprecated_sigtramp_start and deprecated_sigtramp_end.
9447 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9448 (i386nbsd_pc_in_sigtramp): Remove function.
9449 (i386nbsd_sigtramp_p): New function.
9450 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9451 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9452 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9453 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9454 (i386obsd_pc_in_sigtramp): Remove function.
9455 (i386obsd_sigtramp_p): New function.
9456 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9458 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9459 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9461 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9462 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9465 * config/i386/i386aout.mt: Remove file.
9467 * configure.tgt: Remove i[34567]86-*-go32*,
9468 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9469 and i[34567]86-*-isc*. Set gdb_target to i386 for
9470 i[34567]86-*-netware* and i[34567]86-*-*.
9471 * config/i386/i386.mt: New file.
9472 * config/i386/embed.mt: Remove file.
9473 * config/i386/go32.mt: Remove file.
9474 * config/i386/i386nw.mt: Remove file.
9475 * config/i386/i386v.mt: Remove file.
9476 * config/i386/tm-go32.h: Remove file.
9478 * tui/tui-hooks.c: Include "readline/readline.h" after
9479 "gdb_curses.h" instead of before.
9480 * tui/tui-io.c: Likewise.
9482 * tui/tui.c: Fix typo in comment.
9484 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9488 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9489 (deprecated_exception_support_initialized): Declare.
9490 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9491 (initialize_hp_cxx_exception_support)
9492 (child_enable_exception_callback): Update.
9493 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9494 (deprecated_exception_support_initialized): Rename
9495 deprecated_exception_catchpoints_are_fragile and
9496 deprecated_exception_support_initialized.
9497 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9499 * symtab.c (deprecated_hp_som_som_object_present): Rename
9500 hp_som_som_object_present.
9501 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9502 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9503 Update. Delete extern declaration.
9504 * valops.c (hp_som_som_object_present): Ditto.
9505 * parse.c (deprecated_hp_som_som_object_present)
9506 (parse_nested_classes_for_hpacc): Ditto.
9507 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9508 * hppa-hpux-tdep.c (hp_som_som_object_present)
9509 (initialize_hp_cxx_exception_support): Ditto.
9510 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9511 * cp-valprint.c (hp_som_som_object_present)
9512 (cp_print_class_method): Ditto.
9513 * c-typeprint.c (hp_som_som_object_present):
9514 (c_type_print_base): Ditto.
9515 * c-exp.y (hp_som_som_object_present): Ditto.
9519 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9520 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9521 (frame_unwind_find_by_frame): Re-implement the unwind code so
9522 that it can both prepend and append sniffers. Replace
9523 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9524 * tramp-frame.c (tramp_frame_append): Use
9525 frame_unwind_prepend_unwinder.
9526 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9527 frame_unwind_register_unwinder.
9528 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9530 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9531 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9532 (mips_linux_init_abi): Update.
9536 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9537 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9542 * ia64-tdep.c (elf.h): Don't include.
9543 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9547 * frame.h: Typeo corrections in comments.
9551 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9556 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9557 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9558 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9559 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9561 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9563 * config/sparc/tm-sol2.h: Update copyright year. Include
9566 * sparc-sol2-tdep.c: Update copyright year. Include
9568 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9569 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9570 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9571 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9576 * infttrace.c: Include "infttrace.h".
9577 * infttrace.h: Include "target.h".
9578 * Makefile.in (infttrace_h): Update.
9579 (infttrace.o): Update.
9583 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9584 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9585 move extern declarations from here ...
9586 * infttrace.h: ... to here.
9587 * Makefile.in (hppah-nat.o): Update dependencies.
9589 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9590 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9591 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9592 (hppa_breakpoint_from_pc): Delete.
9594 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9598 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9599 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9604 Committed by Andrew Cagney (mechanical change).
9605 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9606 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9607 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9608 child_enable_exception_callback, current_ex_event,
9609 null_symtab_and_line, child_get_current_exception_event,
9610 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9611 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9612 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9613 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9614 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9615 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9616 Move hpux-specific definitions ...
9617 * hppa-hpux-tdep.c: ... to here.
9621 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9622 skip_prologue_using_sal.
9626 * config/i386/tm-i386.h: Delete file.
9627 * config/i386/tm-vxworks.h: Update copyright, do not include
9629 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9630 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9631 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9632 * config/i386/ncr3000.mt (TM_FILE): Delete.
9633 * config/i386/interix.mt (TM_FILE): Delete.
9634 * config/i386/i386v.mt (TM_FILE): Delete.
9635 * config/i386/i386nw.mt (TM_FILE): Delete.
9636 * config/i386/i386gnu.mt (TM_FILE): Delete.
9637 * config/i386/i386aout.mt (TM_FILE): Delete.
9638 * config/i386/embed.mt (TM_FILE): Delete.
9642 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9643 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9644 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9645 (accg7_regnum): New constants.
9646 (last_spr_regnum, last_pseudo_regnum): Update.
9647 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9648 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9649 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9651 (frv_register_sim_regno): Update spr_map[].
9655 * config/mips/xm-riscos.h: Delete.
9656 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9657 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9658 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9659 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9660 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9661 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9662 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9663 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9664 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9665 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9666 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9667 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9668 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9669 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9670 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9671 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9672 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9673 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9674 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9675 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9676 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9677 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9678 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9679 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9680 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9681 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9683 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9684 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9685 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9686 * configure.host: Remove m680[01]0-sun-sunos3*,
9687 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9688 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9689 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9690 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9692 * NEWS: Mention removed systems.
9696 GDB 6.1 release created from 6.1 branch.
9700 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9701 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9702 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9704 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9705 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9706 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9710 * MAINTAINERS: Chris Faylor has changed employers; add him to
9711 "paper trail" section, and update his E-mail address.
9715 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9716 generic dummy frames.
9717 * dummy-frame.c: Update copyright.
9718 (dummy_frame_sniffer): Delete check for generic dummy frames.
9720 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9721 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9722 (REG_PARM_STACK_SPACE): Delete.
9723 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9724 Inline reference to REG_PARM_STACK_SPACE.
9726 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9727 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9728 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9729 (FRAME_BASE_BEFORE_SIGTRAMP)
9730 (hppa32_hpux_frame_base_before_sigtramp)
9731 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9732 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9733 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9734 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9735 (FRAME_BASE_BEFORE_SIGTRAMP)
9736 (hppa64_hpux_frame_base_before_sigtramp)
9737 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9741 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9745 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9746 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9747 * dummy-frame.h: Delete out-of-date comments.
9748 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9749 * gdbarch.h, gdbarch.c: Re-generate.
9754 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9755 into account an instruction saving a register if we have already
9756 seen an earlier instruction saving that same register.
9760 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9761 * gdbarch.h, gdbarch.c: Re-generate.
9762 * frame.c (legacy_get_prev_frame): Delete references to
9763 DEPRECATED_INIT_FRAME_PC_FIRST.
9765 * infrun.c (pc_in_sigtramp): Delete function.
9766 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9771 * infrun.c (handle_step_into_function): Delete code conditional on
9773 (handle_inferior_event, step_over_function): Ditto.
9777 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9778 "previous frame inner to this frame" test.
9782 * frame.c (safe_frame_unwind_memory): New function.
9783 * frame.h (safe_frame_unwind_memory): Declare. Update description
9785 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9786 "next_frame". Use safe_frame_unwind_memory.
9787 (tramp_frame_sniffer): Update call to tramp_frame_start.
9791 * dwarf2read.c (dwarf2_objfile_data_key): New.
9792 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9793 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9794 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9795 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9796 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9797 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9798 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9800 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9801 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9802 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9803 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9804 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9805 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9807 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9809 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9810 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9811 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9812 (read_partial_die, read_full_die, read_indirect_string)
9813 (dwarf_decode_line_header, dwarf_decode_macros)
9814 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9815 Update uses of removed variables.
9816 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9818 (_initialize_dwarf2_read): New function.
9819 * symfile.h (dwarf2_has_info): Update prototype.
9820 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9821 * elfread.c (elf_symfile_read): Likewise.
9825 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9826 function for register numbers on all the rs6000-derived targets.
9827 (rs6000_gdbarch_init): Don't register a separate
9828 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9829 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9832 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9837 * valarith.c: Update copyright notice.
9838 (value_add): Handle range types.
9840 (value_equal): Ditto.
9841 (value_less): Ditto.
9843 (value_complement): Ditto.
9844 (value_binop): Simplify slightly by using is_integral_type and
9845 eliminiating unnecessary COERCE_ENUMs.
9849 * frame.h (frame_unwind_id): Declare.
9850 * frame.c (frame_unwind_id): New function.
9851 (get_prev_frame_1): New function.
9852 (frame_debug_got_null_frame): New function.
9853 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9854 code proper to prev_frame, update description.
9855 * infrun.c (step_over_function): Use frame_unwind_id.
9859 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9860 (hppa64_push_dummy_call): Likewise.
9864 From Ulrich Weigand:
9865 * utils.c (query): Do not use a va_list variable multiple times.
9869 * Makefile.in (linux_nat_h): Update dependencies.
9870 * configure.in: Check for <gnu/libc-version.h>.
9871 * configure: Regenerate.
9872 * config.in: Regenerate.
9873 * linux-nat.h: Include "target.h". Add waitstatus field to
9875 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9876 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9878 (lin_lwp_handle_extended): New function. Handle clone events.
9879 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9881 (child_wait): Handle clone events.
9882 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9883 * linux-nat.c (linux_enable_event_reporting): Turn on
9884 PTRACE_O_TRACECLONE.
9885 (linux_handle_extended_wait): Handle clone events.
9886 * thread-db.c: Include <gnu/libc-version.h>.
9887 (struct private_thread_info): Add dying flag.
9888 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9890 (attach_thread): Update comments. Handle dying threads.
9891 (detach_thread): Set the dying flag.
9892 (check_event): Always call attach_thread.
9896 * mips-tdep.c (mips_pdr_data): New.
9897 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9898 (_initialize_mips_tdep): Initialize mips_pdr_data.
9902 * minsyms.c (install_minimal_symbols): Move dropping leading
9903 char from linkage name from here...
9904 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9905 test for "__gnu_compiled*" symbols.
9909 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9910 registers to temp register r0 and byte stores as prologue
9915 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9920 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9921 and switch the layout to force a display of register window.
9925 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9926 of the INTEGER class.
9930 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9931 bytes long on PPC GNU/Linux.
9935 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9939 * PROBLEMS: Add general section titles, remove references to
9944 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9946 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9947 FP_REGISTER_VIRTUAL_SIZE.
9948 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9949 of DEPRECATED_REGISTER_RAW_SIZE.
9950 (arm_register_type): Add gdbarch argument.
9951 (arm_register_raw_size, arm_register_virtual_size): Delete.
9952 (arm_register_byte, arm_extract_return_value)
9953 (arm_store_return_value, arm_get_longjmp_target): Update references
9954 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9955 (arm_gdbarch_init): Likewise. Don't set
9956 deprecated_register_raw_size, deprecated_register_virtual_size,
9957 deprecated_max_register_raw_size,
9958 deprecated_max_register_virtual_size, or
9959 deprecated_max_register_virtual_type. Do set register_type.
9960 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9961 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9962 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9963 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9964 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9965 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9967 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9968 (remote_rdp_store_register): Likewise.
9972 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9973 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9974 to after osabi initialization.
9975 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9976 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9978 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9979 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9981 (mips_linux_init_abi): Append signal trampoline unwinders.
9985 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9986 * tramp-frame.c: Include "gdb_assert.h".
9987 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9989 (tramp_frame_append): Validate the tramp frame's instructions.
9990 * Makefile.in (tramp-frame.o): Update dependencies.
9994 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9998 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9999 Nasser as past testsuite/lib/ (and other) maintainers.
10003 * infcmd.c (attach_command): Reread symbols if we already have
10008 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10012 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10013 * gdbarch.h, gdbarch.c: Re-generate.
10014 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10015 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10016 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10017 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10018 (DEPRECATED_SIGTRAMP_START): Update.
10019 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10020 (DEPRECATED_SIGTRAMP_START): Update.
10021 * blockframe.c (find_pc_sect_partial_function): Update.
10022 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10026 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10031 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10032 predicate, deprecate.
10033 * gdbarch.h, gdbarch.c: Re-generate.
10034 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10035 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10036 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10037 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10038 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10039 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10040 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10041 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10042 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10043 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10044 * blockframe.c (find_pc_partial_function): Update.
10045 * breakpoint.c (bpstat_what): Update.
10046 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10047 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10048 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10049 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10050 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10051 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10052 * i386-nto-tdep.c (i386nto_init_abi): Update.
10053 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10054 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10055 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10056 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10057 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10058 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10059 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10060 * infrun.c (pc_in_sigtramp): Update.
10061 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10062 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10063 * mips-tdep.c (mips_gdbarch_init): Update.
10064 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10065 * ppc-linux-tdep.c: Update comment.
10066 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10067 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10068 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10069 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10070 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10071 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10072 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10073 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10074 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10075 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10079 * tramp-frame.h, tramp-frame.h: New files.
10080 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10081 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10083 * Makefile.in: Update all dependencies.
10087 * Makefile.in (trad_frame_h): Add $(frame_h).
10088 * trad-frame.h: Update copyright. Include "frame.h".
10089 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10090 (trad_frame_set_id, trad_frame_get_id): Declare.
10091 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10092 * trad-frame.c: Update copyright.
10093 (struct trad_frame_cache): Define.
10094 (trad_frame_cache_zalloc): New function.
10095 (trad_frame_set_id, trad_frame_get_id): New functions.
10096 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10100 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10101 s390_pltstub_unwind_cache.
10102 (s390_stub_frame_unwind_cache): Rename
10103 s390_pltstub_frame_unwind_cache.
10104 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10105 (s390_stub_frame_prev_register): Rename
10106 s390_pltstub_frame_prev_register.
10107 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10108 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10110 From Ulrich Weigand:
10111 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10112 pointer calls like PLT calls.
10116 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10117 PC rather than the partial function start address. Use the start
10118 address to sanity check the found PDR.
10122 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10123 linux_handle_extended_wait.
10127 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10130 * frame.h (generic_pop_current_frame): Delete declaration.
10131 (deprecate_pop_dummy_frame): Deprecate
10132 generic_pop_dummy_frame.
10133 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10134 (generic_pop_current_frame): Delete function.
10135 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10136 generic_pop_current_frame.
10137 * v850-tdep.c (v850_pop_frame): Update.
10138 * mcore-tdep.c (mcore_pop_frame): Update.
10139 * sh64-tdep.c (sh64_pop_frame): Update.
10140 * h8300-tdep.c (h8300_pop_frame): Update.
10144 * frame.h (deprecated_pc_in_call_dummy): Rename
10145 generic_pc_in_call_dummy.
10146 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10147 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10148 generic_pc_in_call_dummy.
10149 (pc_in_dummy_frame): Make static.
10150 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10151 * gdbarch.h, gdbarch.c: Re-generate.
10152 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10153 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10154 (legacy_get_prev_frame): Ditto.
10155 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10160 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10161 declaration and out-of-date comment.
10162 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10164 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10165 deprecated_pc_in_call_dummy.
10167 * infrun.c (handle_inferior_event): For non legacy frames, use the
10168 frame ID and frame type to identify a signal trampoline. Update
10173 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10174 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10178 * frame-unwind.h: Update copyright.
10179 (struct frame_data): Add opaque declaration.
10180 (frame_sniffer_ftype): Declare.
10181 (struct frame_unwind): Add "unwind_data" and "sniffer".
10182 (frame_unwind_register_unwinder): Declare.
10183 (frame_unwind_find_by_frame): Add parameter "this_cache".
10184 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10185 (legacy_get_prev_frame, legacy_get_prev_frame)
10186 (get_frame_type): Pass the prologue_cache to
10187 frame_unwind_find_by_frame.
10188 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10190 (frame_unwind_register_unwinder): New function.
10191 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10195 * bcache.c (print_percentage): Use floating point to avoid
10196 incorrect results when portion*100 overflows.
10200 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10201 (ppc_linux_init_extra_frame_info)
10202 (ppc_linux_frameless_function_invocation)
10203 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10204 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10205 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10206 (rs6000_frame_chain): Delete declarations.
10207 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10208 (ppc_linux_init_extra_frame_info)
10209 (ppc_linux_frameless_function_invocation)
10210 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10211 (ppc_linux_init_abi): Remove registration of above deleted functions.
10212 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10213 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10214 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10215 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10216 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10217 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10218 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10219 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10220 frame management for all OSABIs.
10226 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10228 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10229 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10230 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10231 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10232 unwinders. #ifdef legacy frame code.
10233 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10235 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10236 (struct rs6000_frame_cache, rs6000_frame_cache)
10237 (rs6000_frame_this_id, rs6000_frame_prev_register)
10238 (rs6000_frame_sniffer, rs6000_frame_unwind)
10239 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10240 (rs6000_frame_base): Implement a traditional frame unwinder.
10241 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10246 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10247 breakpoint address for watchpoints or the catch eventpoints.
10248 Add new paramter ``bptype''. Adjust all callers.
10252 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10254 * PROBLEMS: Delete note that ARM does not use frame code, problem
10259 * stack.c (return_command): Delete code wrapped in #ifdef
10260 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10262 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10266 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10267 DEPRECATED_IN_SIGTRAMP.
10268 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10269 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10270 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10271 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10272 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10273 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10274 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10275 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10276 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10277 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10281 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10282 (struct frame_base_table_entry): Define.
10283 (struct frame_base_table): Re-implement as a linked list.
10284 (frame_base_init): Re-implement.
10285 (frame_base_table): Delete function.
10286 (append_predicate): Delete function.
10287 (frame_base_append_sniffer): Update.
10288 (frame_base_set_default): Update.
10289 (frame_base_find_by_frame): Update.
10290 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10291 * Makefile.in (frame-base.o): Update dependencies.
10295 * frame.c (legacy_get_prev_frame): Pass correct frame to
10296 frame_unwind_find_by_frame.
10300 * NEWS: Mention C++ nested types and namespaces
10304 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10305 and "Regressions since gdb 5.3.". Add known regressions since
10310 * dwarf2read.c (process_structure_scope): Process children even
10311 when we're a declaration.
10315 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10316 * blockframe.c (find_pc_partial_function)
10317 (find_pc_sect_partial_function): Merge into a single
10318 find_pc_partial_function.
10322 * i386bsd-nat.c: s/regno/regnum/g.
10323 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10325 (store_inferior_registers): Likewise.
10329 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10330 of i387_fill_fsave.
10331 (store_inferior_registers): Call i387_collect_fsave and
10332 i387_collect_fxsave instead of i387_fill_fsave and
10337 * Makefile.in (frame-unwind.o): Update dependencies.
10338 * frame-unwind.c: Include "gdb_obstack.h".
10339 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10341 (append_predicate): Delete function.
10342 (struct frame_unwind_table_entry): New structure.
10343 (struct frame_unwind_table): Replace "sniffer" with "head" and
10345 (frame_unwind_append_sniffer): Update.
10346 (frame_unwind_find_by_frame): Update.
10347 (_initialize_frame_unwind): Registe frame_unwind_init using
10348 gdbarch_data_register_pre_init.
10352 * i386bsd-nat.c: Update copyright year.
10353 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10354 define unconditionally.
10358 * i387-tdep.h (i387_collect_fsave): New prototype.
10359 * i387-tdep.c (i387_collect_fsave): New function containing most
10360 of the code from i387_fill_fsave.
10361 (i387_fill_fsave): Call i387_collect_fsave.
10365 * i386-linux-tdep.c: Update copyright year.
10366 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10367 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10368 svr4_ilp32_link_map_offsets instead of
10369 i386_linux_svr4_fetch_link_map_offsets.
10373 Fix for PR c++/1553:
10374 * dwarf2read.c (read_structure_type): Determine type name by
10375 calling determine_class_name.
10376 (determine_class_name): New.
10377 (determine_prefix): Look at TYPE_TAG_NAME and call
10378 determine_class_name when appropriate.
10379 (determine_prefix_aux, class_name): Delete.
10380 (read_namespace): Set die->type.
10384 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10385 unused macro definition. The definition in target.h (or perhaps
10386 elsewhere) takes precedence.
10390 * ppc-tdep.h: Update copyright.
10391 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10392 function signatures to match "regsets.h".
10393 * ppc-linux-tdep.c: Include "regset.h".
10394 (ELF_GREGSET_SIZE): Delete.
10395 (right_supply_register): New function.
10396 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10397 using right_supply_register.
10398 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10400 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10401 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10402 (_initialize_ppc_linux_tdep): Do not register
10403 ppc_linux_regset_core_fns.
10404 (ppc_linux_regset_from_core_section): Replace
10405 fetch_core_registers.
10406 (ppc_linux_regset_core_fns): Delete.
10407 * ppc-linux-nat.c: (right_fill_reg): New function.
10408 (supply_gregset): Update call to ppc_linux_supply_gregset.
10409 (fill_gregset): Clear the register set, use right_fill_reg.
10410 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10411 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10413 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10418 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10419 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10420 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10421 and register_gdbarch_data.
10422 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10423 (struct gdbarch_data): Replace "init" by "pre_init" and
10425 * gdbarch.h, gdbarch.c: Re-generate.
10426 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10427 with"obstack", use OBSTACK_ZALLOC.
10428 (dwarf2_frame_ops): Delete.
10429 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10430 (dwarf2_frame_init_reg): Use gdbarch_data.
10431 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10432 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10433 (_initialize_svr4_solib): Update.
10434 * user-regs.c (_initialize_user_regs): Update.
10435 * reggroups.c (_initialize_reggroup): Update.
10436 * regcache.c (_initialize_regcache): Update.
10437 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10438 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10439 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10440 * frame-unwind.c (_initialize_frame_unwind): Update.
10441 * frame-base.c (_initialize_frame_base): Update.
10442 * user-regs.c (user_reg_add): Update.
10443 * reggroups.c (reggroup_add): Update.
10444 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10445 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10446 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10447 * frame-base.c (frame_base_table): Update.
10448 * remote.c (_initialize_remote): Update.
10449 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10453 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10457 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10458 * frv-linux-tdep.c: New file.
10459 * frv-tdep.c (struct gdbarch_tdep): Add new field
10460 ``sigcontext_reg_addr''.
10461 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10462 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10463 (frv_sigramp_frame_sniffer): New functions.
10464 (frv_sigtramp_frame_unwind): New static global.
10465 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10467 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10468 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10472 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10473 but not via a call to error(), when unable to read memory.
10477 * frv-tdep.c (frv_call_dummy_words): Delete.
10478 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10482 * infrun.c (handle_step_into_function, step_over_function): Only
10483 update and use STEP_FRAME_ID when the system is using legacy
10484 frames. Update comments.
10488 * amd64-linux-tdep.h: Remove file.
10489 * amd64-linux-tdep.c: Don't include "inferior.h" and
10490 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10491 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10492 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10493 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10494 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10496 (user_to_gdb_regmap): Remove variable.
10497 (amd64_linux_gregset_reg_offset): New variable.
10498 (amd64_core_fns): Remove variable.
10499 (fetch_core_registers): Remove function.
10500 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10502 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10503 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10504 * Makefile.in (amd64_linux_tdep_h): Remove.
10505 (amd64-linux-nat.o): Update dependencies.
10506 (amd64-linux-tdep.o): Update dependencies.
10508 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10509 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10511 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10513 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10514 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10518 * dwarf2read.c (read_structure_type): Rename from
10519 read_structure_scope. Don't create a symbol or call process_die.
10520 Return immediately if die->type is set. Call read_type_die before
10521 dwarf2_add_member_fn.
10522 (process_structure_scope): New function.
10523 (read_enumeration_type, process_enumeration_scope): New functions,
10524 broken out from read_enumeration. Don't create the enumeration
10525 type if it has already been created.
10526 (read_enumeration): Removed.
10527 (process_die): Call read_structure_type, process_structure_scope,
10528 read_enumeration_type, and process_enumeration_scope. Just call
10529 new_symbol for base and subrange types. Add a comment about other
10531 (read_type_die): Call read_enumeration_type.
10532 (add_partial_structure, new_symbol): Update comments.
10536 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10540 * tui/tui-win.h (tui_get_cmd_list): Declare.
10541 * tui/tui-win.c (tui_command): New function.
10542 (tui_get_cmd_list): New function.
10543 (_initialize_tui_win): Moved initialization of tui command in
10546 * tui/tui-data.c (init_content_element): Setup new data members.
10547 (init_win_info): Likewise.
10548 (free_content_elements): Free it.
10549 * tui/tui-data.h (struct tui_data_element): Store the register
10551 (struct tui_data_info): Keep the current register group.
10553 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10555 * tui/tui-regs.h (tui_show_registers): Update prototype.
10556 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10557 (tui_resize_all): No need to calculate anything for register window.
10558 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10559 (tui_set_register_element, tui_set_general_regs_content): Remove.
10560 (tui_set_special_regs_content): Remove.
10561 (tui_set_general_and_special_regs_content): Remove.
10562 (tui_set_float_regs_content): Remove.
10563 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10564 (tui_set_regs_content): Remove.
10565 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10566 (tui_v_show_registers_command_support): Remove.
10567 (tui_show_registers): Use a reggroup to specify the registers to show.
10568 (tui_show_register_group): New function.
10569 (tui_display_registers_from): Compute the layout of register window
10570 and refresh with new API; be sure to delete old register windows.
10571 (tui_check_register_values): Update to use tui_get_register and
10573 (tui_display_register): Just refresh the register window part.
10574 (tui_register_format): Format registers and save in tui_data_element.
10575 (tui_get_register): New to combine tui_reg_value_has_changed and
10576 tui_get_register_raw_value; fix to use the new gdb API.
10577 (tui_show_float_command): Renamed tui_reg_float_command.
10578 (tui_show_general_command): Renamed tui_reg_general_command.
10579 (tui_show_special_command): Renamed tui_reg_system_command.
10580 (_initialize_tui_regs): Remove unused commands.
10584 * NEWS (New native configurations): Mention OpenBSD/amd64.
10586 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10587 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10589 * config/i386/nm-fbsd64.h: Likewise.
10590 * config/i386/nm-obsd.h: Likewise.
10591 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10592 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10596 * frv-tdep.c (set_variant_scratch_registers): New function.
10597 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10601 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10605 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10606 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10607 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10608 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10609 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10610 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10611 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10612 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10613 definitions from frv-tdep.c to frv-tdep.h.
10617 Add shared library support for FR-V FDPIC ABI:
10618 * Makefile.in (solib-frv.o): Add dependencies.
10619 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10621 (frv_push_dummy_call): Add support for FDPIC ABI.
10622 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10624 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10625 (frv_fdpic_find_canonical_descriptor): Declare.
10626 * solib-frv.c: New file.
10627 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10628 * config/frv/tm-frv.h (solib.h): Include.
10632 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10633 (frv-tdep.o): Update dependencies.
10634 * frv-tdep.h: New file.
10635 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10636 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10638 (struct gdbarch_tdep): Add new member ``frv_abi''.
10639 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10641 (new_variant): Set ``frv_abi'' field.
10642 (gdb_arch_init): Detect FDPIC executables.
10646 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10651 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10655 * solist.h (master_so_list): New function.
10656 * solib.c (master_so_list): Likewise.
10657 * solib-svr4.c (enable_break): Iterate over so_list entries
10658 obtained from master list instead of entries obtained directly
10659 via svr4_current_sos().
10663 * MAINTAINERS: Update my mail address.
10667 * remote-m32r-sdi.c: Support hardware watchpoint.
10671 * user-regs.c: Update copyright years.
10672 (struct user_regs): Rename to gdb_user_regs.
10673 (append_user_reg, builtin_user_regs, user_regs_init)
10674 (user_reg_add, user_reg_map_name_to_regnum)
10675 (usernum_to_user_reg): Update.
10679 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10680 (skip_children): New functions.
10681 (locate_pdi_sibling): Call skip_children.
10685 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10686 * gdbtypes.c (check_typedef): Update comments.
10690 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10691 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10692 pointer. Update comment about comp_unit_head.
10693 (struct abbrev_info): Shorten two int flags.
10694 (dwarf_alloc_abbrev): Take a CU argument.
10695 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10696 each time through the loop. Update cleanup argument.
10697 (psymtab_to_symtab_1): Update cleanup call.
10698 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10700 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10701 Just call obstack_free and clear the pointer.
10705 * infrun.c (handle_inferior_event): Remove short-circuit code for
10706 events in a different thread.
10710 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10711 print the whole transfer.
10712 (initialize_targets): Update description of "set debug target".
10716 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10720 * MAINTAINERS (write after approval): Add myself.
10724 * sh-tdep.c (sh_print_registers_info): Use for loop.
10725 Don't skip multiple registers when a float register is encountered.
10730 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10731 to official SH documentation.
10735 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10740 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10741 (arm_get_next_pc): Handle BX and BLX.
10745 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10746 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10748 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10749 (hppa_target_read_fp): Delete.
10750 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10751 register_virtual_size, max_register_raw_size,
10752 max_register_virtual_size, register_byte, register_size,
10753 target_read_fp, fp_regnum, and register_bytes. Set register_type
10754 instead of register_virtual_type.
10755 (hppa32_register_type, hppa64_register_type): Replace
10756 hppa32_register_virtual_type and hppa64_register_virtual_type.
10757 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10758 (HPPA_FP_REGNUM): Define.
10760 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10762 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10763 (pa_do_registers_info): Delete.
10764 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10765 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10766 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10768 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10769 GDB_TARGET_IS_HPPA code.
10770 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10771 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10772 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10773 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10774 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10775 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10776 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10777 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10778 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10779 (hppa_frameless_function_invocation, hppa64_store_return_value)
10780 (hppa_store_struct_return, hppa64_extract_return_value)
10781 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10782 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10783 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10784 (find_proc_framesize, deposit_21, restore_pc_queue)
10785 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10786 (rp_saved, pc_in_linker_stub): Delete.
10788 Unconditionally enable 64-bit frame and ABI code.
10789 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10790 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10791 push_dummy_frame, fix_call_dummy, push_arguments,
10792 call_dummy_location, extract_return_value, use_struct_convention,
10793 store_return_value, store_struct_return, saved_pc_after_call,
10794 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10795 frame_chain, frame_chain_valid, frameless_function_invocation,
10796 frame_saved_pc, and pop_frame.
10798 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10799 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10800 (hppa_gdbarch_init): Do not set PC_REGNUM.
10804 * config/alpha/tm-fbsd.h: Remove file.
10805 * config/alpha/fbsd.mt: Tweak comment.
10806 (TM_FILE): Set to tm-alpha.h.
10810 * infrun.c (step_over_function): When non-legacy code, and no
10811 step_frame_id, use the unwinder to get the caller's frame ID.
10815 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10816 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10817 bfd_arch_unknown. Adjust comment.
10819 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10820 * i386obsd-tdep.c: Correct spelling in comment.
10821 * i386nbsd-tdep.c: Correct spelling in comment.
10822 * sparc-tdep.c: Correct spelling in comments.
10826 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10831 * sparc-tdep.c: Fix typo in comment.
10835 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10839 * dwarf2read.c: Add comment describing memory lifetimes.
10840 (struct dwarf2_pinfo): Update comment.
10841 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10842 (read_enumeration, new_symbol): Don't use obsavestring.
10846 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10847 instead of amd64_fill_fxsave.
10848 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10849 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10851 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10852 Reorganize code a bit.
10856 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10857 when the frame pointer is pushed. Don't set the frame pointer's
10858 address on the stack unless it's actually located there.
10859 Set the SRP's address on the stack correctly when the PC is still in
10861 (cris_return_value): New function.
10862 (cris_gdbarch_init): Clear deprecated store_return_value,
10863 extract_return_value.
10867 * stabsread.c (reg_value_complaint): The maximum register number
10868 is one less than the number of registers.
10872 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10873 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10874 trailing comma and redundant assignment of I386_ST0_REGNUM.
10875 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10876 32-bit segment registers.
10880 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10881 use frame_relative_level and get_next_frame.
10885 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10886 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10887 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10892 * inflow.c (terminal_inferior): Don't give up the terminal if we
10893 previously couldn't get the inferior's terminal state.
10897 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10902 * NEWS: Refer to GDB 6.1.
10903 * README: Refer to GDB 6.1.
10904 * PROBLEMS: Refer to GDB 6.1.
10908 * thread-db.c (disable_thread_signals): Remove unused function.
10912 * amd64-nat.c: Include "gdb_string.h".
10913 (amd64_collect_native_gregset): Zero-extend the 32-bit
10914 general-purpose registers and %eip.
10916 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10917 * amd64-tdep.c (amd64_collect_fxsave): New function.
10918 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10920 * i387-tdep.h: Update copyright year.
10921 (i387_collect_fxsave): New prototype.
10922 * i387-tdep.c: Update copyright year.
10923 (i387_collect_fxsave): New function containing most of the code
10924 from i387_fill_fxsave.
10925 (i387_fill_fxsave): Call i387_collect_fxsave.
10929 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10930 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10934 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10938 * utils.c: Use "", instead of <>, to include readline.
10939 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10940 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10941 * source.c, solib.c, exec.c, event-top.c: Ditto.
10942 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10943 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10944 * Makefile.in: Update all dependencies.
10945 (readline_tilde_h, readline_history_h): Define.
10946 (readline_headers): Delete.
10950 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10951 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10952 "config/i386/tm-lx64.h".
10954 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10955 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10956 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10960 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10962 * breakpoint.c (_initialize_breakpoint): Use
10963 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10964 Add help to show command.
10968 * i386-nat.c: Reformat to be closer to coding standards.
10969 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10970 `retval'. Make variables `align' and `size' local to while-loop.
10971 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10972 (_initialize_i386_nat): New prototype.
10974 * tui/tui.c: Include <readline/readline.h> instead of
10975 "readline/readline.h". Include it after <term.h> and
10980 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10981 the new frame unwind code.
10982 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10983 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10986 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10987 "return_value" and "push_dummy_call".
10988 (hppa32_use_struct_convention): Delete unused function.
10989 (hppa32_store_return_value): Delete unused function.
10990 (hppa32_extract_return_value): Delete unused function.
10991 (hppa32_stack_align): Delete function.
10995 * coffread.c (enter_linenos): Don't let rawptr reference memory
10996 outside linetab[]'s limits.
11000 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11001 inferior stack space - the stack needs to grow upwards.
11002 (hppa32_frame_align): New function.
11003 (hppa64_frame_align): Replace hppa_frame_align.
11004 (hppa_gdbarch_init): Update.
11008 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11009 (dwarf2-frame.h): Include.
11010 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11011 Remove static variables related to ABI setting.
11012 (struct gdbarch_tdep): Remove cris_abi member.
11013 (struct frame_extra_info): Remove.
11014 (cris_unwind_cache, stack_item): New structs.
11015 (cris_frame_unwind, cris_frame_base): New variables.
11016 (push_stack_item, pop_stack_item)
11017 (cris_frame_unwind_cache, cris_frame_this_id)
11018 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11019 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11020 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11021 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11022 (cris_reg_struct_has_addr): New functions.
11023 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11024 (cris_frame_saved_pc, cris_saved_pc_after_call,
11025 (cris_store_struct_return, cris_frameless_function_invocation)
11026 (cris_pop_frame, cris_skip_prologue_main)
11027 (cris_abi_original_store_return_value)
11028 (cris_abi_v2_store_return_value)
11029 (cris_abi_original_extract_return_value)
11030 (cris_abi_v2_extract_return_value)
11031 (cris_abi_original_reg_struct_has_addr)
11032 (cris_abi_v2_reg_struct_has_addr)
11033 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11034 (cris_push_return_address, cris_abi_update): Remove.
11035 (_initialize_cris_tdep): Remove ABI command.
11036 (cris_dump_tdep): Ditto.
11037 (cris_gdbarch_init): Remove ABI command.
11038 Set store_return_value, extract_return_value, push_dummy_code,
11039 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11040 frame_unwind_append_sniffer, frame_base_set_default.
11041 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11042 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11043 sizeof_call_dummy_words, get_saved_register, push_return_address,
11044 pop_frame, store_struct_return, frame_init_saved_regs,
11045 init_extra_frame_info, frameless_function_invocation, frame_chain,
11046 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11051 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11052 * valprint.c (print_hex_chars): Change from static to external.
11053 (print_char_chars): New function.
11054 * printcmd.c (print_scalar_formatted): For integer and enum types
11055 that are longer than LONGEST, perform processing via appropriate
11056 print_*_chars routines.
11060 * Makefile.in: Update dependencies.
11061 Changes from Ulrich Weigand,
11062 * s390-tdep.c: Include "dwarf2-frame.h".
11063 (s390_dwarf2_frame_init_reg): New function.
11064 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11065 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11069 * breakpoint.c (pending_break_support): New setting variable.
11070 (break_command_1): Account for pending_break_support setting
11071 when creating pending breakpoints.
11072 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11073 (_initialize_breakpoint): Add "set breakpoint pending" and
11074 "show breakpoint pending" commands.
11079 * charset.c (backslashable, backslashed, represented): Remove 'e'
11080 from list of escaped characters, not part of ISO-C.
11085 * tui/tui.c: Move system header includes after local includes.
11086 Fixes a build failure on solaris systems.
11090 * configure.in: Refine the previous change.
11091 * configure: Regenerate.
11095 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11096 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11097 "amd64-tdep.h" instead of "x86-64-tdep.h".
11098 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11099 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11100 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11101 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11102 and "x86-64-tdep.c".
11103 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11104 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11105 and "x86-64-tdep.c".
11106 * amd64bsd-nat.c: Update copyright year.
11107 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11108 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11110 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11112 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11114 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11116 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11118 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11120 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11121 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11122 * Makefile.in (amd64_linux_tdep_h): Renamed from
11123 x86_64_linux_tdep_h.
11124 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11125 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11126 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11127 (amd64obsd-tdep.o): Update dependencies.
11128 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11130 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11132 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11133 amd64-linux-nat.c amd64-linux-tdep.c.
11134 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11135 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11136 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11137 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11138 amd64-tdep.o and amd64-linux-tdep.o.
11139 (TM_FILE): Set to tm-linux64.h.
11140 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11141 (NAT_FILE): Set to nm-linux64.h.
11142 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11143 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11145 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11147 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11152 * remote.c (remote_protocol_qPart_auxv): New variable.
11153 (init_all_packet_configs): Initialize it.
11154 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11155 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11156 (show_remote_cmd): Call it.
11157 (_initialize_remote): Initialize commands.
11158 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11159 service TARGET_OBJECT_AUXV requests.
11163 * configure.in: Make sure that the wborder function is available.
11164 Otherwise, search for it in the cur_colr library.
11165 * configure: Regenerate.
11169 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11173 * config/i386/tm-x86-64linux.h: Tweak comments.
11177 * MAINTAINERS: Add self to write-after-approval list.
11181 PR cli/1566. Problem found, and fix suggested by David Allan.
11182 * cli/cli-script.c (execute_control_command): Unconditionally
11183 install a cleanup. Default "ret" to "invalid_control". Use
11184 "break" instead of "return" to escape from the switch.
11188 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11189 with the lines macro defined in term.h on AiX.
11190 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11191 a collision with the label_width macro defined in term.h on AiX.
11197 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11198 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11199 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11200 instead of ia64_write_pc().
11201 * ia64-linux-tdep.c (regcache.h): Include.
11202 (ia64_linux_write_pc): New function.
11206 * auxv.c (info_auxv_command): Fix typos in error messages.
11210 * x86-64-tdep.h: Tweak comment.
11211 (enum amd64_regnum): New.
11212 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11213 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11214 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11215 (X86_64_XMM1_REGNUM): Removed.
11216 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11217 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11218 prototypes for renamed functions.
11219 * x86-64-tdep.c: Fix typo.
11220 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11222 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11223 Use constants from `enum amd64_regnum' for register numbers.
11224 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11225 (amd64_analyze_prologue, amd64_frame_cache,
11226 amd64_sigtramp_frame_cache): Use constants from `enum
11227 amd64_regnum' for register numbers.
11228 (amd64_supply_fpregset): Adjust for renamed functions.
11229 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11230 `enum amd64_regnum' for register numbers.
11231 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11232 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11233 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11234 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11235 (amd64_linux_fill_gregset): Adjust for renamed macros.
11236 (fetch_core_registers): Adjust for renamed functions.
11237 (amd64_linux_init_abi): Adjust for renamed functions.
11238 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11240 * amd64-nat.c: Adjust for renamed macros.
11241 * amd64bsd-nat.c (fetch_inferior_registers)
11242 (store_inferior_registers): Use constants from `enum amd64_regnum'
11243 for register numbers. Adjust for renamed variables.
11244 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11246 (_initialize_amd64fbsd_nat): Use constants from `enum
11247 amd64_regnum' for register numbers.
11248 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11249 `enum amd64_regnum' for register numbers.
11250 (amd64fbsd_init_abi): Adjust for renamed functions.
11251 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11252 `enum amd64_regnum' for register numbers.
11253 (amd64nbsd_init_abi): Adjust for renamed functions.
11254 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11255 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11256 `enum amd64_regnum' for register numbers.
11257 (amd64obsd_init_abi): Adjust for renamed functions.
11258 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11262 * breakpoint.c (print_one_breakpoint): Do not output spaces
11263 after printing <PENDING> for a pending breakpoint.
11267 * printcmd.c (print_scalar_formatted): Initialize val_long
11268 to remove compiler warning message.
11272 * defs.h (nquery, yquery): New prototypes.
11273 * breakpoint.c (break_command_1): Use new nquery interface.
11274 * utils.c (defaulted_query, nquery, yquery): New functions.
11278 * hppa-tdep.c (hppa_frame_align): New function.
11279 (hppa32_push_dummy_call): New function.
11280 (hppa64_push_dummy_call): New function.
11281 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11284 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11285 FIX_CALL_DUMMY when push_dummy_call is available.
11286 (call_function_by_hand, push_dummy_code): Ditto.
11290 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11291 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11292 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11293 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11294 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11295 call_dummy_location to ON_STACK.
11299 * x86-64-linux-tdep.c: Tweak comment.
11300 (amd64_linux_supply_gregset): Renamed from
11301 x86_64_linux_supply_gresget.
11302 (amd64_linux_fill_gregset): Renamed from
11303 x86_64_linux_fill_gregset.
11304 (fetch_core_registers): Adjust for renamed functions.
11305 (amd64_core_fns): Renamed from x86_64_core_fns.
11306 (amd64_linux_sigtramp_start): Renamed from
11307 x86_64_linux_sigtramp_start.
11308 (amd64_linux_pc_in_sigtramp): Renamed from
11309 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11310 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11311 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11312 (amd64_linux_sigcontext_addr): Renamed from
11313 x86_64_linux_sigcontext_addr.
11314 (amd64_linux_sc_reg_offset): Renamed from
11315 x86_64_linux_sc_reg_offset.
11316 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11317 Adjust for renamed functions and variables.
11318 (_initialize_amd64_linux_tdep): Renamed from
11319 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11321 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11322 Adjust for renamed functions.
11324 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11325 from x86_64_linux_gregset64_reg_offset.
11326 (amd64_linux_gregset32_reg_offset): Rename from
11327 x86_64_linux_gregset64_reg_offset.
11328 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11329 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11330 (amd64_linux_dr_set_control): Renamed from
11331 x86_64_linux_dr_set_control. Adjust for renamed functions.
11332 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11333 Adjust for renamed functions.
11334 (amd64_linux_dr_reset_addr): Renamed from
11335 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11336 (amd64_linux_dr_get_status): Renamed from
11337 x86_64_linux_dr_get_status. Adjust for renamed functions.
11338 (_initialize_amd64_linux_nat): Renamed from
11339 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11341 * config/i386/nm-x86-64linux.h: Update copyright year.
11342 Adjust for renamed functions.
11344 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11345 amd64fbsd_sigtramp_start.
11346 (amd64fbsd_sigtramp_end_addr): Renamed from
11347 amd64fbsd_sigtramp_end.
11348 (amd64fbsd_init_abi): Adjust for renamed variables.
11349 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11351 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11352 amd64fbsd_sigtramp_start.
11353 (amd64fbsd_sigtramp_end_addr): Renamed from
11354 amd64fbsd_sigtramp_end.
11358 * hppa-tdep.c (hppa32_return_value): New function.
11359 (hppa64_return_value): New function.
11360 (hppa_gdbarch_init): Set return_value; keep disabled.
11362 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11363 struct-return and inferior function call methods.
11365 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11367 (struct hppa_frame_cache): Define.
11368 (hppa_frame_cache, hppa_frame_this_id): New functions.
11369 (hppa_frame_prev_register): New function.
11370 (hppa_frame_unwind, hppa_frame_base): New variables.
11371 (hppa_frame_unwind_sniffer): New function.
11372 (hppa_frame_base_address, hppa_unwind_pc): New function.
11373 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11374 sniffer, and frame base sniffer; keep disabled.
11375 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11376 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11378 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11379 to predicates for "seriously old code".
11381 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11384 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11386 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11388 * config/pa/tm-hppa.h: Update copyright.
11389 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11390 (deprecated_init_frame_pc_default): Delete declaration.
11391 (hppa_frame_init_saved_regs): Delete declaration.
11392 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11393 * hppa-tdep.c: Include "arch-utils.h".
11394 (hppa_gdbarch_init): Set deprecated init_frame_pc
11395 and deprecated frame_init_saved_regs.
11396 (hppa_frame_init_saved_regs): Make static.
11400 Remove old 386BSD support.
11401 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11402 * configure.host: Remove i[34567]86-*-bsd*.
11403 * configure.tgt: Remove i[34567]86-*-bsd*.
11404 * i386b-nat.c: Removed.
11405 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11406 (i386b-nat.o): Remove dependencies.
11408 * config/i386/i386bsd.mh: Removed.
11409 * config/i386/i386bsd.mt: Removed.
11410 * config/i386/nm-i386bsd.h: Removed.
11411 * config/i386/tm-i386bsd.h: Removed.
11412 * config/i386/xm-i386bsd.h: Removed.
11414 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11416 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11417 (amd64fbsd_init_abi): Set link map offsets.
11418 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11419 (amd64nbsd_init_abi): Set link map offsets.
11420 * amd64obsd-tdep.c: Include "solib-svr4.h".
11421 (amd64obsd_init_abi): Set link map offsets.
11422 * i386fbsd-tdep.c: Include "solib-svr4.h".
11423 (i386fbsd_init_abi): Set link map offsets.
11424 * i386nbsd-tdep.c: Include "solib-svr4.h".
11425 (i386nbsdelf_init_abi): Set link map offsets.
11426 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11427 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11428 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11429 solib-legacy.o and core-aout.o. Reformat.
11430 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11431 solib-svr4.o, solib-legacy.o. Reformat.
11432 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11433 * config/i386/nbsdelf.mh: Reformat.
11434 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11435 solib-svr4.o, solib-legacy.o and corelow.o.
11436 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11437 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11438 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11439 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11440 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11441 (TM_FILE): Set to tm-fbsd.h.
11442 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11443 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11445 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11447 (TM_FILE): Set to nm-nbsd.h.
11448 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11449 Simplify shared library support. Don't include "elf/common.h".
11450 (SVR4_SHARED_LIBS): Don't define.
11451 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11453 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11454 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11455 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11456 Don't include "i386/tm-i386.h". Include "solib.h".
11457 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11458 Don't include "i386/tm-i386.h".
11459 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11460 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11461 Include "i386/xm-i386.h".
11462 (HOST_LONG_DOUBLE_FORMAT): Remove.
11464 Fix OpenBSD/i386 sigtramp recognition.
11465 * i386-tdep.h: Update copyright year.
11466 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11467 (i386bsd_sigtramp_end): New prototypes.
11468 (i386fbsd_sigtramp_start_addr): Renamed from
11469 i386fbsd_sigtramp_start.
11470 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11471 (i386obsd_sigtramp_start_addr): Renamed from
11472 i386obsd_sigtramp_start.
11473 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11474 * i386bsd-tdep.c: Update copyright year.
11475 (i386bsd_pc_in_sigtramp): Make public.
11476 * i386fbsd-nat.c: Update copyright year.
11477 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11478 * i386fbsd-tdep.c: Update copyright year.
11479 (i386fbsd_sigtramp_start_addr): Renamed from
11480 i386fbsd_sigtramp_start.
11481 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11482 (i386fbsdaout_init_abi): Adjust for renamed variables.
11483 * i386obsd-nat.c: Update copyright year.
11484 (_initialize_i386obsd_nat): Adjust for renamed variables.
11485 * i386obsd-tdep.c: Include "target.h".
11486 (i386obsd_page_size): New variable.
11487 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11488 (i386obsd_sigtramp_end): New functions.
11489 (i386obsd_sigtramp_start_addr): Renamed from
11490 i386obsd_sigtramp_start.
11491 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11492 (i386obsd_init_abi): Adjust for renamed variables. Set
11493 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11494 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11496 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11497 trampoline change in OpenBSD kernel.
11499 * amd64-nat.c: Update copyright year.
11500 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11501 architecture from REGCACHE.
11503 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11504 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11508 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11509 i[34567]86-*-openbsd3.[0-3].
11510 * config/i386/obsdaout.mh: New file.
11512 * config/i386/obsd.mh (MH_FLAGS): Remove.
11515 * i386obsd-tdep.c: Update copyright years. Include
11517 (i386obsd_init_abi): Don't set regset_from_core_section here.
11518 (i386obsd_aout_init_abi): New function. Set
11519 regset_from_core_section here.
11520 (i386obsd_elf_init_abi): New function.
11521 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11522 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11523 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11524 (TM_FILE): Set to tm-nbsd.h.
11526 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11529 * solib-svr4.h: Update copyright year.
11530 (svr4_ilp32_fetch_link_map_offsets)
11531 (svr4_lp64_fetch_link_map_offsets): New prototype.
11532 * solib-svr4.c: Update copyright year.
11533 (svr4_ilp32_fetch_link_map_offsets)
11534 (svr4_lp64_fetch_link_map_offsets): New function.
11538 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11539 to the partial symbol table.
11543 * PROBLEMS: Add description of problem documented under gdb/1560.
11547 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11549 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11551 (amd64obsd_init_abi): Reorder initializations. Use
11552 amd64obsd_r_reg_offset to initialize the general-purpose register
11553 set details. Set regset_from_core_section.
11554 (_initialize_amd64obsd_tdep): Rename from
11555 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11556 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11557 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11559 * NEWS (New native configurations): Mention OpenBSD/alpha.
11560 * configure.tgt: Add alpha*-*-openbsd*.
11561 * configure.host: Add alpha*-*-openbsd*.
11562 * alphanbsd-tdep.c: Update copyright year.
11563 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11568 * configure.tgt: Delete target "none-*-*".
11569 * configure.host: Delete host "none-*-*".
11570 * config/none/none.mh: Delete file.
11571 * config/none/none.mt: Delete file.
11572 * config/none/xm-none.h: Delete file.
11573 * config/none/tm-none.h: Delete file.
11574 * config/none/nm-none.h: Delete file.
11578 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11579 cache->uses_fp prior to setting it.
11583 Fix for PR breakpoint/1558.
11584 * sh-tdep.c (IS_JSR): New macro.
11585 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11589 * findvar.c (value_from_register): Doc fix.
11593 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11594 type being greater than sizeof of host's LONGEST. Always use
11595 unpack_long() unless format 'f' chosen.
11601 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11602 contains a symbol wich is the best, non-exact match for the given
11603 pc. Update comments.
11607 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11608 macro, which was part of the now removed Mach 3 port.
11609 * utils.c (request_quit): Ditto.
11613 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11614 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11620 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11625 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11626 CONFIG_INSTALL and CONFIG_UNINSTALL.
11627 * configure: Re-generate.
11628 * interps.h (INTERP_TUI): Define.
11629 * Makefile.in: Update dependencies.
11631 (tui-main.o): Specify dependencies.
11632 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11633 * tui/tui-main.c: New file.
11637 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11638 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11640 * configure.host: Add x86_64-*-openbsd*.
11641 * configure.tgt: Add x86_64-*-openbsd*.
11642 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11644 * tui/tui.c: Don't include <malloc.h>.
11646 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11647 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11650 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11651 static. Remove extraneous whitespace.
11652 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11657 * findvar.c (value_from_register): Doc fix.
11663 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11664 CORE_ADDR as type for selectors. Correct types for GNU run time
11665 message lookup function to use double indirection.
11666 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11667 * objc-lang.h (lookup_child_selector): Adapt prototype.
11669 * s390-nat.c (SUBOFF): New macro.
11670 (supply_gregset, fill_gregset): Use it to handle debugging
11671 of 32-bit exectuables running under a 64-bit kernel.
11672 * s390-tdep.c: Include "solib-svr4.h".
11673 (s390_svr4_fetch_link_map_offset): New function.
11674 (s390x_svr_fetch_link_map_offset): Likewise.
11675 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11676 * Makefile.in (s390-tdep.o): Update dependencies.
11678 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11680 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11681 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11682 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11683 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11684 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11685 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11686 S390_SIGNAL_FRAMESIZE,
11687 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11688 (struct frame_extra_info): Remove.
11689 (s390_memset_extra_info): Remove.
11690 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11691 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11692 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11693 (is_rse): Renamed to ...
11694 (is_rsy): ... this. Support long displacements.
11695 (is_rxe): Renamed to ...
11696 (is_rxy): ... this. Support long displacements.
11697 (compute_x_addr): Support long displacements.
11698 (struct s390_prologue_data): New data type.
11699 (s390_on_stack): Change API to use struct s390_prologue_data.
11700 (s390_store): Reimplement.
11701 (s390_load): New function.
11702 (s390_get_signal_frame_info): Remove.
11703 (s390_get_frame_info): Remove, replace by ...
11704 (s390_analyze_prolog): ... this new function.
11705 (s390_check_function_end): Remove.
11706 (s390_function_start): Remove.
11707 (s390_frameless_function_invokation): Remove.
11708 (s390_is_sigreturn): Remove.
11709 (s390_init_frame_pc_first): Remove.
11710 (s390_init_frame_extra_info): Remove.
11711 (s390_frame_init_saved_regs): Remove.
11712 (s390_frame_saved_pc_nofix): Remove.
11713 (s390_frame_saved_pc): Remove.
11714 (s390_frame_chain): Remove.
11715 (s390_fp_regnum, s390_read_fp): Remove.
11716 (s390_pop_frame_regular, s390_pop_frame): Remove.
11717 (s390_saved_pc_after_call): Remove.
11718 (s390_skip_prologue): Reimplement.
11719 (s390_in_function_epilogue_p): Support long displacements.
11720 (struct s390_unwind_cache): New data structure.
11721 (s390_frame_unwind_cache): New function.
11722 (s390_prologue_frame_unwind_cache): Likewise.
11723 (s390_backchain_frame_unwind_cache): Likewise.
11724 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11725 (s390_frame_unwind): Define.
11726 (s390_frame_sniffer): New function.
11727 (struct s390_pltstub_unwind_cache): New data structure.
11728 (s390_pltstub_frame_unwind_cache): New function.
11729 (s390_pltstub_frame_this_id): Likewise.
11730 (s390_pltstub_frame_prev_register): Likewise.
11731 (s390_pltstub_frame_unwind): Define.
11732 (s390_pltstub_frame_sniffer): New function.
11733 (struct s390_sigtramp_unwind_cache): New data structure.
11734 (s390_sigtramp_frame_unwind_cache): New function.
11735 (s390_sigtramp_frame_this_id): Likewise.
11736 (s390_sigtramp_frame_prev_register): Likewise.
11737 (s390_sigtramp_frame_unwind): Define.
11738 (s390_sigtramp_frame_sniffer): New function.
11739 (s390_frame_base_address, s390_local_base_address): New functions.
11740 (s390_frame_base): Define.
11741 (s390_unwind_pc, s390_unwind_sp): New function.
11742 (s390_push_dummy_call): Use new frame base location.
11743 (s390_unwind_dummy_id): Likewise.
11744 (s390_gdbarch_init): Remove calls to:
11745 set_gdbarch_frameless_function_invocation,
11746 set_gdbarch_deprecated_init_frame_pc,
11747 set_gdbarch_deprecated_frame_chain,
11748 set_gdbarch_deprecated_frame_init_saved_regs,
11749 set_gdbarch_deprecated_pop_frame,
11750 set_gdbarch_deprecated_init_extra_frame_info,
11751 set_gdbarch_deprecated_init_frame_pc_first,
11752 set_gdbarch_deprecated_target_read_fp,
11753 set_gdbarch_deprecated_frame_saved_pc,
11754 set_gdbarch_deprecated_saved_pc_after_call,
11755 set_gdbarch_deprecated_fp_regnum.
11757 set_gdbarch_in_solib_call_trampoline,
11758 frame_unwind_append_sniffer,
11759 frame_base_set_default,
11760 set_gdbarch_unwind_pc,
11761 set_gdbarch_unwind_sp.
11762 * Makefile.in (s390-tdep.o): Update dependencies.
11764 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11765 (S390_STACK_FRAME_OVERHEAD): Remove.
11766 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11767 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11768 (s390_promote_integer_argument): Remove.
11769 (s390_cannot_extract_struct_value_address): Remove.
11770 (s390_use_struct_convention, s390_store_struct_return): Remove.
11771 (s390_extract_return_value, s390_store_return_value): Remove.
11772 (s390_return_value_convention, s390_return_value): New functions.
11773 (is_float_singleton): Handle typedefs.
11774 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11775 Remove, replace by ...
11776 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11777 s390_function_arg_integer): ... these new functions.
11778 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11779 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11780 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11783 set_gdbarch_deprecated_store_struct_return,
11784 set_gdbarch_deprecated_extract_return_value,
11785 set_gdbarch_deprecated_store_return_value,
11786 set_gdbarch_use_struct_convention,
11787 set_gdbarch_extract_struct_value_address,
11788 set_gdbarch_deprecated_pc_in_call_dummy,
11789 set_gdbarch_deprecated_push_arguments,
11790 set_gdbarch_deprecated_save_dummy_frame_tos,
11791 set_gdbarch_deprecated_push_return_address,
11792 set_gdbarch_deprecated_sizeof_call_dummy_words,
11793 set_gdbarch_deprecated_call_dummy_words,
11794 set_gdbarch_deprecated_dummy_write_sp.
11796 set_gdbarch_push_dummy_call,
11797 set_gdbarch_unwind_dummy_id,
11798 set_gdbarch_return_value.
11800 * config/s390/nm-linux.h: Update comments.
11801 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11802 (STOPPED_BY_WATCHPOINT): Redefine.
11803 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11804 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11805 (s390_stopped_by_watchpoint): Likewise.
11806 (watch_area_cnt): Remove.
11807 * s390-nat.c: Update comments.
11808 (watch_area): Remove typedef.
11809 Global replace watch_area by struct watch_area.
11810 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11811 (s390_stopped_by_watchpoint): Remove pid argument,
11812 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11813 (s390_fix_watch_points): Remove pid argument,
11814 use s390_inferior_tid. Recompute area spanned by watchpoints.
11815 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11816 argument. Reimplement.
11818 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11819 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11820 (FETCH_INFERIOR_REGISTERS): Define.
11821 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11823 * config/s390/s390x.mt: Remove.
11824 * config/s390/tm-s390.h: Remove.
11825 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11826 (TARGET_ELF64): Remove.
11827 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11828 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11829 s390*-*-* case; always set gdb_target to s390.
11830 * regformats/reg-s390.dat: Remove control registers.
11831 * regformats/reg-s390x.dat: Likewise.
11832 * s390-tdep.h: New file.
11833 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11834 Include "inferior.h" and "s390-tdep.h".
11835 Remove private definition of offsetof.
11836 (s390_register_u_addr): Remove.
11837 (regmap_gregset, regmap_fpregset): Define.
11838 (supply_gregset, fill_gregset): Reimplement.
11839 (supply_fpregset, fill_fpregset): Likewise.
11840 (s390_inferior_tid): New function.
11841 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11842 (fetch_inferior_registers, store_inferior_registers): Likewise.
11843 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11844 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11845 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11846 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11847 (struct gdbarch_tdep): Define.
11848 (struct s390_register_info): Define.
11849 (s390_register_info): New variable.
11850 (s390_register_name): Reimplement.
11851 (s390_register_type): New function.
11852 (s390_register_raw_size, s390x_register_raw_size): Remove.
11853 (s390_cannot_fetch_register): Remove.
11854 (s390_register_byte): Remove.
11855 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11856 (s390_dwarf_regmap): New variable.
11857 (s390_dwarf_reg_to_regnum): New function.
11858 (s390_stab_reg_to_regnum): Remove.
11859 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11860 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11861 (s390_convert_register_p): Likewise.
11862 (s390_register_to_value, s390_value_to_register): Likewise.
11863 (s390_register_reggroup_p): Likewise.
11864 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11865 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11866 (s390_supply_regset, s390_regset_from_core_section): New functions.
11867 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11868 (S390_FPR_SIZE): Likewise.
11869 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11870 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11871 (S390_NUM_GPRS): Move here from tm-s390.h.
11872 (S390_NUM_FPRS): Likewise.
11873 (s390_in_function_epilogue_p): New function.
11874 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11875 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11876 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11877 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11878 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11880 set_gdbarch_deprecated_max_register_raw_size,
11881 set_gdbarch_deprecated_max_register_virtual_size,
11882 set_gdbarch_deprecated_register_byte,
11883 set_gdbarch_cannot_fetch_register,
11884 set_gdbarch_cannot_store_register,
11885 set_gdbarch_deprecated_register_size,
11886 set_gdbarch_deprecated_register_raw_size,
11887 set_gdbarch_deprecated_register_virtual_size,
11888 set_gdbarch_deprecated_register_virtual_type,
11889 set_gdbarch_deprecated_register_bytes.
11891 set_gdbarch_num_pseudo_regs,
11892 set_gdbarch_register_type,
11893 set_gdbarch_convert_register_p,
11894 set_gdbarch_register_to_value,
11895 set_gdbarch_value_to_register,
11896 set_gdbarch_register_reggroup_p,
11897 set_gdbarch_regset_from_core_section,
11898 set_gdbarch_pseudo_register_read,
11899 set_gdbarch_pseudo_register_write,
11900 set_gdbarch_in_function_epilogue_p.
11901 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11902 (s390_tdep_h): New variable.
11906 * findvar.c (value_from_register): If the type has no length, just
11907 return an acceptable value --- don't report an internal error.
11909 * stabsread.c (read_type): If we find any type numbers that are
11910 forward references, complain if the references aren't resolved by
11911 the time we're finished reading.
11912 (cleanup_undefined_types): Make error message more appropriate for
11917 * Makefile.in (defs_h): Remove dependency on progress_h.
11918 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11920 * main.c (captured_main): Delete use of START_PROGRESS and
11925 * objfiles.c (terminate_minimal_symbol_table): Add back
11926 initialization of MSYMBOL_TYPE.
11930 Committed by Andrew Cagney.
11931 * Makefile.in (ia64_tdep_h): New macro.
11932 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11933 (ia64-tdep.o): Likewise.
11934 * ia64-tdep.h: New file.
11935 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11936 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11937 (ia64_aix_sigcontext_register_address): Likewise.
11938 (ia64_linux_getunwind_table): Delete declaration.
11939 * ia64-linux-tdep.c: Likewise.
11943 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11944 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11945 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11949 * symtab.c (skip_prologue_using_sal): New function.
11950 * symtab.h (skip_prologue_using_sal): Declare.
11951 * frv-tdep.c: Include "symtab.h".
11952 (skip_prologue_using_sal): Delete function.
11953 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11954 * rs6000-tdep.c (refine_prologue_limit): Mention
11955 skip_prologue_using_sal.
11956 * ia64-tdep.c (refine_prologue_limit): Ditto.
11957 * Makefile.in: Update dependencies.
11961 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11962 START_INFERIOR_TRAPS_EXPECTED.
11963 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11964 START_INFERIOR_TRAPS_EXPECTED.
11965 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11967 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11968 macro, moved to "nm-osf.h". Update copyright.
11969 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11972 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11973 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11974 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11975 frameless_look_for_prologue.
11976 * frame.h (legacy_frameless_look_for_prologue): Rename
11977 frameless_look_for_prologue.
11978 * gdbarch.h, gdbarch.c: Re-generate.
11979 * sh64-tdep.c (sh64_gdbarch_init): Update.
11980 * sh-tdep.c (sh_gdbarch_init): Update.
11981 * s390-tdep.c (s390_gdbarch_init): Update.
11982 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11983 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11984 * m68k-tdep.c (m68k_gdbarch_init): Update.
11985 (delta68_frame_args_address): Update.
11986 * m32r-tdep.c (m32r_gdbarch_init): Update.
11987 * hppa-tdep.c (hppa_gdbarch_init): Update.
11988 * h8300-tdep.c (h8300_gdbarch_init): Update.
11989 * frv-tdep.c (frv_gdbarch_init): Update.
11990 (frv_frameless_function_invocation): Update.
11991 * cris-tdep.c (cris_gdbarch_init): Update.
11992 (cris_frameless_function_invocation): Update.
11993 * avr-tdep.c (avr_gdbarch_init): Update.
11994 * arm-tdep.c (arm_gdbarch_init): Update.
11995 * stack.c (frame_info): Update, call predicate.
11996 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11997 * frame.c (legacy_get_prev_frame): Update, call predicate..
11998 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11999 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12000 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12002 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12003 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12004 * vax-tdep.c (vax_gdbarch_init): Ditto.
12006 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12011 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12016 * tui/tui-windata.c: Include "gdb_string.h".
12017 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12018 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12019 * Makefile.in: Update dependencies.
12023 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12024 * infrun.c: Include "gdb_assert.h".
12025 (singlestep_ptid, saved_singlestep_ptid)
12026 (stepping_past_singlestep_breakpoint): New variables.
12027 (resume): Set singlestep_ptid. Check for singlestep thread
12029 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12030 (handle_inferior_event): Handle singlestep thread hop.
12034 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12035 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12036 (dwarf2_frame_init_reg): Ditto.
12038 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12039 suggested by Joshua Neuheisel
12041 * configure.in: Always check for curses, including pdcurses.
12042 Warn, instead of error, when no curses are found. Enable TUI when
12043 curses is available.
12044 * configure: Re-generate.
12048 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12049 sh_sh4_register_convert_to_virtual.
12050 (sh_register_convert_to_raw): Rename from
12051 sh_sh4_register_convert_to_raw.
12052 (sh_pseudo_register_read): Accomodate above name change.
12053 (sh_pseudo_register_write): Ditto.
12057 * sh-tdep.c (sh_generic_register_name): Remove.
12058 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12062 * configure.in (build_warnings): Add -Wunused-function.
12063 * configure: Re-generate.
12065 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12066 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12068 * procfs.c (procfs_init_inferior): Assume that
12069 START_INFERIOR_TRAPS_EXPECTED is defined.
12070 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12071 * config/ns32k/tm-nbsd.h: Delete file,
12072 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12074 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12075 * config/vax/tm-vax.h: Delete file.
12077 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12078 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12079 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12080 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12081 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12082 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12083 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12087 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12088 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12089 (struct dwarf2_frame_ops): New.
12090 (dwarf2_frame_default_init_reg): New function, based on
12091 dwarf2_frame_init_reg.
12092 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12093 (dwarf2_frame_init_reg): Call architecture-specific function.
12094 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12095 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12096 instead of dwarf2_frame_data.
12097 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12098 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12102 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12103 register_gdbarch_swap.
12104 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12105 * f-lang.c (_initialize_f_language): Update, use
12106 DEPRECATED_REGISTER_GDBARCH_SWAP.
12107 * remote.c (_initialize_remote): Ditto.
12108 * regcache.c (_initialize_regcache): Ditto.
12109 * parse.c (_initialize_parse): Ditto.
12110 * infrun.c (_initialize_infrun): Ditto.
12111 * mi/mi-main.c (_initialize_mi_main): Ditto.
12112 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12114 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12115 poking .cacheable directly.
12116 * symfile.c (symfile_bfd_open): Ditto.
12118 * Makefile.in: Update all dependencies.
12120 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12121 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12122 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12123 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12124 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12128 * arch-utils.c (legacy_convert_register_p): Check
12129 DEPRECATED_REGISTER_CONVERTIBLE_P.
12130 * findvar.c (value_of_register): Ditto.
12132 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12133 * gdbarch.h, gdbarch.c: Re-generate.
12134 * arch-utils.c (deprecated_register_convertible_not): Delete.
12135 * arch-utils.h (deprecated_register_convertible_not): Delete.
12136 * mi/mi-main.c (get_register): Update. Update copyright.
12137 * infcmd.c (default_print_registers_info): Update.
12139 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12140 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12141 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12142 * gdbarch.h, gdbarch.c: Re-generate.
12143 * frame.c (deprecated_get_next_frame_hack): Delete function.
12144 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12145 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12147 * infcall.c (call_function_by_hand): Update.
12151 * symfile.c (init_entry_point_info, entry_point_address): Move
12153 * objfiles.c (init_entry_point_info, entry_point_address):..to
12155 * symfile.h (init_entry_point_info, entry_point_address): Remove
12157 * objfiles.h (init_entry_point_info, entry_point_address):Add
12159 * cris-tdep.c: Remove include of symfile.h. Add include of
12161 * infcall.c: Ditto.
12162 * mcore-tdep.c: Ditto.
12163 * mn10300-tdep.c: Ditto.
12164 * sh64-tdep.c: Ditto.
12165 * v850-tdep.c: Ditto.
12166 * arm-tdep.c: Remove include of symfile.h.
12167 * blockframe.c: Ditto.
12168 * coffread.c: Ditto.
12169 * dbxread.c: Ditto.
12170 * dwarf2read.c: Ditto.
12171 * dwarfread.c: Ditto.
12172 * frv-tdep.c: Ditto.
12173 * ia64-tdep.c: Ditto.
12174 * mdebugread.c: Ditto.
12175 * mipsread.c: Ditto.
12176 * rs6000-tdep.c: Ditto.
12177 * s390-tdep.c: Ditto.
12178 * sh-tdep.c: Ditto.
12179 * xstormy16-tdep.c: Ditto.
12180 * gdbarch.sh: Remove include of symfile.h.
12181 * gdbarch.c: Regenerate.
12182 * solib-irix.c (enable_break): Use entry_point_address().
12183 Add comment about include file.
12184 * xcoffread.c: Add comment about include file.
12185 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12186 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12187 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12188 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12189 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12193 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12194 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12196 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12200 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12201 set_gdbarch_store_return_value.
12205 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12206 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12207 (interrupt_query): Ditto.
12208 (ofunc): Delete unused variable.
12209 * cris-tdep.c (cris_abi): Delete unused function.
12210 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12211 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12212 (cris_get_asr_quick_shift_steps): Ditto.
12213 (cris_skip_prologue_frameless_p): Ditto.
12214 * arm-tdep.c (arm_push_return_address): Delete unused function.
12215 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12216 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12217 * s390-tdep.c (s390_function_start): Delete unused function.
12221 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12222 gdbarch.h, gdbarch.c: Re-generate.
12223 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12224 to generic_prologue_frameless_p.
12225 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12226 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12230 * mips-linux-tdep.c: Include "frame.h".
12231 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12232 (mips_linux_skip_resolver): New functions.
12233 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12234 and set_gdbarch_in_solib_call_trampoline.
12235 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12236 to after set_gdbarch_in_solib_return_trampoline. Only set the
12237 solib hooks to mips16 functions if the OS ABI is unknown.
12238 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12239 including "config/tm-linux.h".
12240 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12241 * Makefile.in (mips-linux-tdep.o): Update.
12245 * linespec.c (decode_compound): Only look for a class symbol when
12246 considering all but the rightmost component.
12250 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12251 abi code are are separatly grouped.
12255 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12256 * gdbarch.h, gdbarch.c: Re-generate.
12257 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12258 * v850-tdep.c (v850_gdbarch_init): Update.
12259 * sh64-tdep.c (sh64_gdbarch_init): Update.
12260 * sh-tdep.c (sh_gdbarch_init): Update.
12261 * s390-tdep.c (s390_gdbarch_init): Update.
12262 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12263 * mips-tdep.c (mips_gdbarch_init): Update.
12264 * mcore-tdep.c (mcore_gdbarch_init): Update.
12265 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12266 * m32r-tdep.c (m32r_gdbarch_init): Update.
12267 * ia64-tdep.c (ia64_gdbarch_init): Update.
12268 * hppa-tdep.c (hppa_gdbarch_init): Update.
12269 * h8300-tdep.c (h8300_gdbarch_init): Update.
12270 * frv-tdep.c (frv_gdbarch_init): Update.
12271 * d10v-tdep.c (d10v_gdbarch_init): Update.
12272 * cris-tdep.c (cris_gdbarch_init): Update.
12273 * avr-tdep.c (avr_gdbarch_init): Update.
12274 * arm-tdep.c (arm_gdbarch_init): Update.
12275 * alpha-tdep.c (alpha_gdbarch_init): Update.
12279 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12281 (sh_sh4al_dsp_register_name): Ditto.
12285 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12286 (mips_init_frame_pc_first): Delete function.
12287 (mips_frame_saved_pc): Delete function.
12288 (mips_frame_chain): Delete function.
12289 (mips_init_extra_frame_info): Delete function.
12290 (mips_xfer_register): Delete unused variable "reg".
12291 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12292 (mips_n32n64_return_value): Delete unused variable "reg".
12293 (mips_n32n64_return_value): Delete unused variable "pos".
12294 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12295 (mips_o32_return_value): Delete unused variable "pos".
12296 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12297 (mips_print_fp_register): Delete unused variable "namelen"
12298 (mips_print_fp_register): Delete unused variable "flt2"
12299 (get_frame_pointer): Delete function.
12300 (cached_proc_desc): Delete static variable.
12301 (mips_pop_frame): Delete function.
12302 (mips_find_saved_regs): Delete function.
12303 (mips_get_saved_register): Delete function.
12304 (mips_saved_pc_after_call): Delete function.
12305 (SIGFRAME_BASE): Delete macro.
12306 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12307 (SIGFRAME_PC_OFF): Delete macro.
12308 (SIGFRAME_REGSAVE_OFF): Delete macro.
12309 (mips_dump_tdep): Do not print deleted macro definitions.
12313 * Makefile.in (SFILES): Remove explictly listed tui files.
12314 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12318 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12319 to use paddr functions to format ia64 addresses and long values.
12320 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12321 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12322 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12323 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12324 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12328 * defs.h: Do not include "tui.h".
12329 * gdb_curses.h: New file.
12330 * tui/tui-hooks.h: New file.
12331 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12332 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12333 (tui_initialize_io): Delete declaration.
12334 (tui_initialize_readline: Delete redundant declaration.
12335 (struct tui_point): Delete definition.
12336 * tui/tui-data.h (struct tui_point): Define.
12337 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12338 * utils.c: Include "tui/tui.h".
12339 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12340 * printcmd.c [TUI]: Include "tui/tui.h".
12341 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12342 * tui/tui-command.c: Include "gdb_curses.h".
12343 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12344 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12345 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12346 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12347 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12348 * Makefile.in: Update all dependencies.
12349 (tui_hooks_h, gdb_curses_h): Define.
12350 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12354 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12355 auxf2. Add comments about some other rarely used fields.
12359 * Makefile.in (init.c): Fix script removing duplicates. Problem
12360 reported by Peter Schauer.
12364 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12365 obstack_specify_allocation.
12366 * objfiles.c (allocate_objfile): Ditto.
12367 * solib-sunos.c (solib_add_common_symbols)
12368 (allocate_rt_common_objfile): Ditto.
12369 * symfile.c (reread_symbols): Ditto.
12370 * gdb_obstack.h: Add comment.
12374 * linespec.c (decode_line_1, locate_first_half)
12375 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12376 commented out code.
12380 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12385 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12386 fails, try find_pc_section. Fix PR c++/1267.
12387 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12388 instead of find_pc_mapped_section.
12389 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12390 not default to the section containing PC. Fix PR symtab/1519.
12394 * Makefile.in (mips-tdep.o): Update dependencies.
12395 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12397 (mips_unwind_pc): Return the pseudo PC register.
12398 (mips_unwind_dummy_id): New function.
12399 (mips16_fetch_instruction): New function.
12400 (mips32_fetch_instruction): New function.
12401 (struct mips_frame_cache): Define.
12402 (mips_mdebug_frame_cache): New function.
12403 (mips_mdebug_frame_this_id): New function.
12404 (mips_mdebug_frame_prev_register): New function.
12405 (mips_mdebug_frame_unwind): Define.
12406 (mips_mdebug_frame_sniffer): New function.
12407 (mips_mdebug_frame_base_address): New function.
12408 (mips_mdebug_frame_base): Define.
12409 (mips_mdebug_frame_base_sniffer): New function.
12410 (mips_gdbarch_init): Append unwind and base sniffers. Set
12415 * frame.c: Print both the register number and name.
12417 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12418 and a sed into a single sed. Make .c and .o patterns more robust.
12420 (INIT_FILES): Replace OBS with COMMON_OBS.
12421 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12425 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12426 the PT_WCOOKIE request.
12430 * mips-tdep.c (mips_unwind_pc): New function.
12431 (mips_gdbarch_init): Set mips_unwind_pc.
12433 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12434 (get_frame_id): Allow the UNKNOWN_FRAME.
12435 (frame_register_unwind, get_frame_type): Ditto.
12437 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12438 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12439 unwind_dummy_id indicates a legacy frame.
12441 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12442 * configure: Re-generate.
12444 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12449 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12451 * configure: Re-generate.
12452 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12453 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12454 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12455 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12456 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12457 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12458 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12459 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12460 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12461 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12465 * Makefile.in: Update all dependencies.
12467 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12468 * configure: Re-generate.
12469 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12470 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12471 (COMMON_OBS): Add "main.o" and "annotate.o".
12472 (ANNOTATE_OBS): Delete.
12473 (OBS): Remove ANNOTATE_OBS.
12474 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12476 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12477 against CONFIG_OBS and "main.o".
12478 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12479 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12481 * tui/tui-command.c: Include "gdb_string.h", delete register
12482 attribute, use ISO-C function signatures.
12483 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12484 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12485 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12486 * tui/tui.c: Ditto.
12488 * tui/tui-command.c: Change variable and function names to lower
12490 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12491 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12492 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12493 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12494 * tui/tui-winsource.c, tui/tui.c: Ditto.
12498 * buildsym.c (free_pending_blocks, finish_block)
12499 (record_pending_block, make_blockvector, end_symtab): Replace
12500 symbol_obstack with objfile_obstack.
12501 * coffread.c (process_coff_symbol, coff_read_struct_type)
12502 (coff_read_enum_type): Ditto.
12503 * cp-namespace.c (initialize_namespace_symtab)
12504 (check_one_possible_namespace_symbol): Ditto.
12505 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12506 (dwarf2_symbol_mark_computed): Ditto.
12507 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12508 * elfread.c (elf_symtab_read): Ditto.
12509 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12510 (hpread_read_enum_type, hpread_read_function_type)
12511 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12513 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12514 (java_link_class_type): Ditto.
12515 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12516 (new_symbol): Ditto.
12517 * minsyms.c (install_minimal_symbols): Ditto.
12518 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12519 (terminate_minimal_symbol_table): Replace symbol_obstack with
12521 (free_objfile): Remove freeing of symbol_obstack.
12522 * objfiles.h: Remove symbol_obstack field.
12523 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12525 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12527 (solib_add_common_symbols): Replace symbol_obstack with
12529 * somsolib.c (som_solib_add): Ditto.
12530 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12531 (common_block_start, common_block_end): Ditto.
12532 * symfile.c (reread_symbols): Remove freeing and init of
12534 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12535 * symfile.h: Update comment.
12536 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12538 * symtab.c (symbol_set_names): Replace symbol_obstack with
12540 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12542 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12543 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12548 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12549 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12550 fields and variables.
12551 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12552 (m_beInvisible): Delete macro.
12553 * tui/tui-data.h: Fix case case fields and variables.
12554 (m_genWinPtrIsNull): Delete macro.
12555 (tui_win_list): Rename winList.
12556 (TUI_SRC_WIN): Rename srcWin.
12557 (TUI_DISASM_WIN): Rename disassemWin.
12558 (TUI_DATA_WIN): Rename dataWin.
12559 (TUI_CMD_WIN): Rename cmdWin.
12560 (m_genWinPtrNotNull): Delete macro.
12561 (m_winPtrIsNull): Delete macro.
12562 (m_winPtrNotNull): Delete macro.
12563 (tui_win_is_source_type): Replace m_winIsSourceType
12564 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12565 (tui_win_has_locator): Replace m_hasLocator.
12566 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12567 m_setWinHighlightOff.
12568 * tui/tui-data.c: Update references.
12569 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12570 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12571 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12572 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12573 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12574 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12575 * tui/tui-winsource.c, tui/tui.c: Ditto.
12579 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12580 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12583 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12584 variable `i6' to `i7'.
12585 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12589 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12590 (TuiPoint, TuiPointPtr): Ditto.
12591 (TuiStatus, TuiStatusPtr): Ditto.
12592 (TuiWinType, TuiWinTypePtr): Ditto.
12593 (struct tui_point): Rename _TuiPoint.
12594 (tui_get_low_disassembly_address): Rename
12595 tuiGetLowDisassemblyAddress.
12596 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12597 (tuiFree): Delete declaration.
12598 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12599 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12600 * tui/tui.c (tuiFree): Delete function.
12601 * cli/cli-cmds.c (disassemble_command): Update references.
12602 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12603 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12604 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12605 * tui/tui-winsource.c: Ditto.
12609 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12610 coffstab_build_psymtabs, elfstab_build_psymtabs)
12611 (stabsect_build_psymtabs): Replace psymbol_obstack with
12613 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12614 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12616 * dwarfread.c (scan_compilation_units): Ditto.
12617 * elfread.c (elfstab_offset_sections): Ditto.
12618 * hppa-tdep.c (read_unwind_info): Ditto.
12619 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12620 (hpread_end_psymtab): Ditto.
12621 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12622 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12624 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12625 * objfiles.c (add_to_objfile_sections)
12626 (build_objfile_section_table): Ditto.
12627 (allocate_objfile): Remove init of psymbol_obstack.
12628 (free_objfile): Remove freeing of psymbol_obstack.
12629 * objfiles.h (struct objfile): Remove field
12630 psymbol_obstack. Update comments.
12631 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12632 psymbol_obstack with objfile_obstack.
12633 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12635 * somread.c (som_symfile_offsets, init_import_symbols)
12636 (init_export_symbols): Replace psymbol_obstack with
12638 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12639 * symfile.c (default_symfile_offsets, syms_from_objfile)
12640 (reread_symbols): Remove freeing and init of psymbol_obstack.
12641 (cashier_psymtab): Update comment.
12642 * symmisc.c (print_objfile_statistics): Don't report stats for
12644 * symtab.h (struct general_symbol_info, struct partial_symtab):
12646 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12647 (xcoff_symfile_offsets): Replace psymbol_obstack with
12652 * objfiles.h (struct objfile): Add objfile_obstack field.
12653 Remove type_obstack field.
12655 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12656 read_structure_scope read_enumeration, new_symbol): Replace
12657 type_obstack with objfile_obstack.
12658 * dwarfread.c (struct_type, enum_type): Ditto.
12659 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12660 (lookup_fundamental_type): Ditto.
12661 * gdbtypes.h (TYPE_ALLOC): Ditto.
12662 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12663 (hpread_read_doc_function_type, hpread_read_struct_type)
12664 (fix_static_member_physnames, hpread_read_array_type)
12665 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12666 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12667 (java_link_class_type): Ditto.
12668 * mdebugread.c (parse_type): Ditto.
12669 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12670 * solib-sunos.c (solib_add_common_symbols): Ditto.
12671 * stabsread.c (define_symbol, read_type, read_member_functions,
12672 read_cpp_abbrev, read_one_struct_field): Ditto.
12673 * symfile.c (reread_symbols): Ditto.
12674 * symmisc.c (print_objfile_statistics): Ditto.
12678 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12679 (tui_exec_info_content): Rename TuiExecInfoContent.
12680 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12681 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12682 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12683 (TuiList, TuiListPtr): Ditto.
12684 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12685 (TuiDataType, TuiDataTypePtr): Ditto.
12686 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12687 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12688 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12689 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12690 (TuiDataElement, TuiDataElementPtr): Ditto.
12691 (TuiWinElement, TuiWinElementPtr): Ditto.
12692 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12693 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12694 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12695 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12696 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12697 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12698 * tui/tui-command.c, tui/tui-data.c: Update references.
12699 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12700 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12701 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12702 * tui/tui-winsource.c, tui/tui.c: Ditto.
12706 * dwarf2-frame.h: Update copyright.
12707 (enum dwarf2_frame_reg_rule): New.
12708 (struct dwarf2_frame_state_reg): New.
12709 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12710 * dwarf2-frame.c: Update copyright.
12711 (enum dwarf2_reg_rule): Remove.
12712 (struct dwarf2_frame_state): Remove defenition of `struct
12713 dwarf2_frame_state_reg'.
12714 (read_reg): Call get_frame_arch to get the architecture instead of
12715 using CURRENT_GDBARCH.
12716 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12718 (dwarf2_frame_init_reg): New function.
12719 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12720 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12721 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12722 tags with DWARF2_FRAME_.
12723 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12724 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12725 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12729 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12730 (enum tui_data_type): Rename _TuiDataType.
12731 (struct tui_layout_def): Rename _TuiLayoutDef.
12732 (struct tui_source_element): Rename _TuiSourceElement.
12733 (struct tui_data_element): Rename _TuiDataElement.
12734 (struct tui_command_element): Rename _TuiCommandElement.
12735 (struct tui_locator_element): Rename _TuiLocatorElement.
12736 (union tui_which_element): Define.
12737 (struct tui_win_element): Rename _TuiWinElement.
12738 (struct tui_data_info): Rename _TuiDataInfo.
12739 (struct tui_source_info): Rename _TuiSourceInfo.
12740 (struct tui_command_info): Rename _TuiCommandInfo.
12741 (tui_initialize_static_data): Rename initializeStaticData.
12742 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12743 (tui_alloc_win_info): Rename allocWinInfo.
12744 (tui_init_generic_part): Rename initGenericPart.
12745 (tui_init_win_info): Rename initWinInfo.
12746 (tui_alloc_content): Rename allocContent.
12747 (tui_add_content_elements): Rename addContentElements.
12748 (tui_init_content_element): Rename initContentElement.
12749 (tui_free_window): Rename freeWindow.
12750 (tui_free_win_content): Rename freeWinContent.
12751 (tui_free_data_content): Rename freeDataContent.
12752 (tui_free_all_source_wins_content): Rename
12753 freeAllSourceWinsContent.
12754 (tui_del_window): Rename tuiDelWindow.
12755 (tui_del_data_windows): Rename tuiDelDataWindows.
12756 (tui_partial_win_by_name): Rename partialWinByName.
12757 (tui_win_name): Rename winName.
12758 (tui_current_layout): Rename currentLayout.
12759 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12760 (tui_term_height): Rename termHeight.
12761 (tui_set_term_height_to): Rename setTermHeightTo.
12762 (tui_term_width): Rename termWidth.
12763 (tui_set_term_width_to): Rename setTermWidthTo.
12764 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12765 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12766 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12767 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12768 (tui_source_windows): Rename sourceWindows.
12769 (tui_clear_source_windows): Rename clearSourceWindows.
12770 (tui_clear_source_windows_detail): Rename
12771 clearSourceWindowsDetail.
12772 (tui_clear_win_detail): Rename clearWinDetail.
12773 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12774 (tui_default_tab_len): Rename tuiDefaultTabLen.
12775 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12776 (tui_win_with_focus): Rename tuiWinWithFocus.
12777 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12778 (tui_layout_def): Rename tuiLayoutDef.
12779 (tui_win_resized): Rename tuiWinResized.
12780 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12781 (tui_next_win): Rename tuiNextWin.
12782 (tui_prev_win): Rename tuiPrevWin.
12783 (tui_add_to_source_windows): Rename addToSourceWindows.
12784 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12785 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12786 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12787 * tui/tui.c, tui/tui-data.c: Ditto.
12788 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12789 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12791 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12792 (struct symtab): Declare.
12793 (tui_set_source_content): Rename tuiSetSourceContent.
12794 (tui_show_symtab_source): Rename tuiShowSource.
12795 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12796 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12797 * tui/tui-source.c: Update copyright. Update references.
12798 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12799 * tui/tui-stack.c: Update references.
12801 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12802 (struct tui_win_info): Declare.
12803 (tui_scroll_forward): Rename tuiScrollForward.
12804 (tui_scroll_backward): Rename tuiScrollBackward.
12805 (tui_scroll_left): Rename tuiScrollLeft.
12806 (tui_scroll_right): Rename tuiScrollRight.
12807 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12808 (tui_resize_all): Rename tuiResizeAll.
12809 (tui_refresh_all_win): Rename tuiRefreshAll.
12810 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12811 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12812 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12813 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12815 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12816 (tui_erase_data_content): Rename tuiEraseDataContent.
12817 (tui_display_all_data): Rename tuiDisplayAllData.
12818 (tui_check_data_values): Rename tuiCheckDataValues.
12819 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12820 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12821 (tui_first_data_element_no_in_line): Rename
12822 tuiFirstDataElementNoInLine.
12823 (tui_delete_data_content_windows): Rename
12824 tuiDeleteDataContentWindows.
12825 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12826 (tui_display_data_from): Rename tuiDisplayDataFrom.
12827 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12828 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12829 * tui/tui-win.c, tui/tui-regs.c: Update references.
12830 * tui/tui-layout.c, tui/tui.c: Update references.
12832 * tui/tui-wingeneral.h: Update copyright.
12833 (m_allBeVisible): Delete macro.
12834 (m_allBeInvisible): Delete macro.
12835 (struct tui_gen_win_info): Declare.
12836 (struct tui_win_info): Declare.
12837 (tui_unhighlight_win): Rename unhighlightWin.
12838 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12839 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12840 (tui_make_window): Rename makeWindow.
12841 (tui_copy_win): Rename copyWin.
12842 (tui_box_win): Rename boxWin.
12843 (tui_highlight_win): Rename highlightWin.
12844 (tui_check_and_display_highlight_if_needed): Rename
12845 checkAndDisplayHighlightIfNeeded.
12846 (tui_refresh_all): Rename refreshAll.
12847 (tui_delete_win): Rename tuiDelwin.
12848 (tui_refresh_win): Rename tuiRefreshWin.
12849 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12850 (tui_make_visible, tui_make_invisible): New functions.
12851 (tui_make_all_visible, tui_make_all_invisible): New functions.
12852 (make_all_visible): Rename makeAllVisible.
12853 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12854 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12855 * tui/tui-windata.c, tui/tui-win.c: Update references.
12856 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12857 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12861 * proc-api.c (write_with_trace): Initialize local variable to
12862 silence compiler warning.
12866 * tui/tui-source.h: Do not include "defs.h".
12867 (struct tui_win_info): Declare.
12868 (tui_set_source_content_nil): Declare.
12869 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12870 (union tui_line_or_address): Rename _TuiLineOrAddress.
12871 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12872 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12873 (tui_update_source_window_as_is): Rename
12874 tuiUpdateSourceWindowAsIs.
12875 (tui_update_source_windows_with_addr): Rename
12876 tuiUpdateSourceWindowsWithAddr.
12877 (tui_update_source_windows_with_line): Rename
12878 tuiUpdateSourceWindowsWithLine.
12879 (tui_clear_source_content): Rename tuiClearSourceContent.
12880 (tui_erase_source_content): Rename tuiEraseSourceContent.
12881 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12882 (tui_show_source_content): Rename tuiShowSourceContent.
12883 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12884 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12885 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12886 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12887 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12888 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12889 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12890 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12891 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12892 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12893 (struct tui_win_info): Declare.
12894 * tui/tui-stack.c: Update references.
12895 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12896 * tui/tui-win.c, tui/tui-source.c: Ditto.
12897 * tui/tui.c, tui/tui-disasm.c: Ditto.
12901 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12902 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12906 * infrun.c (handle_inferior_event): Allow for breakpoint
12907 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12908 and SIGEMT. Update comments.
12909 * NEWS (Revised SPARC target): Mention support for non-executable
12914 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12915 * inftarg.c: Update copyright year.
12916 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12917 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12918 (sparc_xfer_wcookie): New function.
12919 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12920 * Makefile.in (sparc-nat.o): Update dependencies.
12921 * config/sparc/nm-nbsd.h: Include "target.h".
12922 (NATIVE_XFER_WCOOKIE): New define.
12923 (sparc_xfer_wcookie): New prototype.
12927 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12928 SYSCALL_TRAP function.
12929 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12934 * objfiles.h: Delete comments refering to inside_entry_func and
12935 DEPRECATED_FRAME_CHAIN_VALID.
12936 * defs.h (inside_entry_func): Update prototype..
12937 * blockframe.c (inside_entry_func): Rename to
12938 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12939 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12943 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12944 outside of #ifdef SOLIB_ADD region.
12945 (do_restore_lang_radix_cleanup): Ditto.
12946 (resolve_pending_breakpoint): Ditto.
12950 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12951 (process_note_abi_tag_sections): Delete unused function.
12952 (ia64_read_fp): Delete unused function.
12953 (gdbarch_extract_struct_value_address): Delete declaration.
12957 * vax-tdep.c (vax_frame_chain): Delete call to
12958 deprecated_inside_entry_file.
12959 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12963 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12964 column that's "empty" or "same value" when eliminating REG_RA
12969 * NEWS: Add information about new pending breakpoint support.
12973 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12974 and pending fields for pending breakpoint support.
12975 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12976 (condition_command): Only parse condition if not a pending
12978 (print_one_breakpoint): Add support for pending breakpoints.
12979 (describe_other_breakpoints): Add checks to verify we are not
12980 dealing with pending breakpoints.
12981 (check_duplicates): Don't check pending breakpoints.
12982 (set_raw_breakpoint): Initialize pending flag.
12983 (do_restore_lang_radix_cleanup): New cleanup routine.
12984 (resolve_pending_breakpoint): New function.
12985 (re_enable_breakpoints_in_shlibs): Try and resolve any
12986 pending breakpoints via resolve_pending_breakpoint.
12987 (mention): Add pending breakpoint support.
12988 (parse_breakpoint_sals): Add new parameter to pass to
12989 decode_line_1 to indicate silent errors when files or functions
12990 are not found. Change all callers.
12991 (do_captured_parse_breakpoint): New function.
12992 (break_command_1): Change prototype to return an rc value and to
12993 take an optional pending breakpoint pointer. Support creating
12994 a pending breakpoint if a "not found" form of error occurs when
12995 parsing the breakpoint. Also support resolving an existing pending
12996 breakpoint and be silent if the resolution fails.
12997 (create_breakpoints): Change prototype to take pending breakpoint
12998 pointer. When resolving a pending breakpoint, use the new pointer
12999 to provide a conditional or commands added by the end-user.
13000 (delete_breakpoint): Add appropriate check for pending.
13001 (breakpoint_re_set_one): Ditto.
13002 (do_enable_breakpoint): Ditto.
13006 * valops.c (enum oload_classification): New.
13007 (find_overload_match): Break implementation into separate
13008 functions; delete #if 0'd code; look for symbols within
13010 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13011 (find_oload_champ,oload_method_static,classify_oload_match): New.
13012 * cp-support.h: Add declaration for cp_func_name; update
13013 declaration for make_symbol_overload_list.
13014 * cp-support.c (cp_func_name): New.
13015 (overload_list_add_symbol): Fix comment, use
13016 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13017 (make_symbol_overload_list): Take a function name and a namespace
13018 instead of a symbol; change implementation.
13019 (make_symbol_overload_list_using): New.
13020 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13024 * main.c (gdb_stdtarg): Move definition to group with other
13025 gdb_stdtarg definitions and update copyright years.
13026 * remote-sim.c (gdb_os_write_stderr): Write output to
13027 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13028 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13029 gdb_stderr stream and update copyright years.
13033 * Makefile.in (mips-linux-nat.o): Update dependencies.
13034 * mips-linux-nat.c: Include mips-tdep.h.
13038 * sol-thread.c (sol_thread_xfer_partial): New function.
13039 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13040 (init_sol_core_ops): Likewise.
13042 * procfs.c (procfs_xfer_partial): New function.
13043 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13044 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13046 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13047 procfs_xfer_auxv function.
13049 * procfs.c (procfs_make_note_section): If we can read
13050 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13051 * linux-proc.c (linux_make_note_section): Likewise.
13053 * auxv.h: New file.
13054 * auxv.c: New file.
13055 * Makefile.in (auxv_h): New variable.
13056 (COMMON_OBS): Add auxv.o here.
13057 (auxv.o): New target.
13059 * corelow.c (core_xfer_partial): New function.
13060 (init_core_ops): Use it for core_ops.to_xfer_partial.
13062 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13063 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13064 macro if that is defined.
13068 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13069 and check the specified thread for each breakpoint.
13070 * breakpoint.h (bpstat_stop_status): Update prototype.
13071 * infrun.c (handle_inferior_event): Update calls to
13072 bpstat_stop_status.
13076 * Makefile.in (cli-cmds.o): Add $(readline_h).
13080 * cli/cli-cmds.c: Include readline.h.
13081 (complete_command): Pass the start of the last word to
13086 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13087 argument, and change first argument to a CORE_ADDR.
13088 * breakpoint.h (bpstat_stop_status): Update prototype.
13089 * infrun.c (adjust_pc_after_break): Add a new comment.
13090 (handle_inferior_event): Update calls to bpstat_stop_status.
13094 * breakpoint.h: Update copyright years.
13098 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13099 (bpstat_stop_status): Don't decrement PC.
13100 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13102 * infrun.c (adjust_pc_after_break): New function.
13103 (handle_inferior_event): Call it, early. Remove later references
13104 to DECR_PC_AFTER_BREAK.
13105 (normal_stop): Add commentary.
13109 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13110 2004-01-27 double-free fix.
13114 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13115 (sparc32_frame_prev_register): Handle StackGhost.
13116 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13120 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13121 * configure: Regenerated.
13123 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13124 * Makefile.in (procfs.o): Add dep.
13128 * tui/tui-stack.h: Update copyright.
13129 (struct frame_info): Add opaque declaration.
13130 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13131 (tui_show_locator_content): Rename tuiShowLocatorContent.
13132 (tui_show_frame_info): Rename tuiShowFrameInfo.
13133 * tui/tui-stack.c: Update copyright. Update references.
13134 * tui/tui-winsource.c: Update references.
13135 * tui/tui-win.c: Update references.
13136 * tui/tui-layout.c: Update references.
13137 * tui/tui-hooks.c: Update copyright, update references.
13138 * tui/tui.c: Update copyright, update references.
13139 * tui/tui-disasm.c: Update references.
13143 * dwarf2read.c (add_partial_structure): Use demangled name if
13144 namespace equals "".
13148 Clean up misapplied patch:
13149 * dwarf2read.c (determine_prefix): Change one of the two forward
13150 declarations for 'determine_prefix_aux' to a declaration for this.
13151 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13152 argument to 'die_specification'.
13154 * dwarf2read.c (read_func_scope): Re-indent comment.
13158 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13159 b->exp to NULL after freeing so that error during re-parsing or
13160 evaluation of expressions associated with breakpoint don't
13161 eventually lead to re-freeing of storage.
13162 Committed by Andrew Cagney.
13166 * source.c (ambiguous_line_spec): Delete undefined declaration.
13167 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13168 (m32r_set_server_address, m32r_set_download_path): Ditto.
13169 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13173 * dwarf2read.c: Update calls to changed and renamed functions, and
13174 references to moved variables.
13176 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13177 language, language_defn, list_in_scope, and ftypes members.
13178 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13179 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13180 (baseaddr): Remove globals.
13182 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13183 (set_cu_language, die_is_declaration, die_specification)
13184 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13185 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13186 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13187 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13189 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13190 cu.list_in_scope. Don't initialize cu_header_offset.
13191 (add_partial_symbol): Add local baseaddr.
13192 (psymtab_to_symtab_1): Add local baseaddr. Use
13193 objfile->section_offsets for consistency. Don't initialize
13194 cu_header_offset; do initialize cu.header.offset and
13196 (read_file_scope, read_func_scope, read_lexical_block_scope)
13197 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13201 * PROBLEMS: Add gdb/1516.
13205 Patch committed by Andrw Cagney.
13206 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13207 * configure.tgt: Match knetbsd*-gnu.
13211 * breakpoint.c (catch_command_1): Delete #ifdef code.
13212 (catch_fork_command_1): Delete #ifdef wrapper.
13213 (catch_exec_command_1): Ditto.
13214 (catch_load_command_1): Ditto.
13215 (catch_unload_command_1): Ditto.
13217 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13218 (catch_breakpoint): Delete #if0ed function.
13219 (disable_catch_breakpoint): Ditto.
13220 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13221 (disable_catch, enable_catch, delete_catch): Ditto.
13225 * remote.c (echo_check, quit_flag): Delete variables.
13226 (cisco_kernel_mode): Delete variable.
13227 (minitelnet_return, tty_input, escape_count): Delete variables.
13228 (remote_cisco_mode): Delete variable.
13229 (remote_cisco_open, remote_cisco_close): Delete function.
13230 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13231 (init_remote_cisco_ops): Delete function.
13232 (_initialize_remote): Do not install "remote cisco" code.
13233 (read_frame): Delete cisco specific code.
13234 (remote_info_process): Delete function.
13235 (remote_wait): Delete cisco specific code.
13236 (remote_cisco_section_offsets): Delete function.
13237 (remote_cisco_objfile_relocate): Delete function.
13238 (remote_async_wait): Delete cisco specific code.
13239 (minitelnet, readtty, readsocket): Delete function.
13243 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13244 comments mentioning extract_returned_value_address.
13245 * infcmd.c (print_return_value): Update. Add comments on
13246 extract_returned_value_address.
13247 * stack.c (return_command): Add comments on
13248 extract_returned_value_address.
13249 * values.c: Update comment.
13250 * m32r-tdep.c: Update comment.
13251 * sparc-tdep.c: Update comment.
13252 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13253 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13254 * sh64-tdep.c (sh64_gdbarch_init): Update.
13255 * sh-tdep.c (sh_gdbarch_init): Update.
13256 * s390-tdep.c (s390_gdbarch_init): Update.
13257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13258 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13259 * m68k-tdep.c (m68k_gdbarch_init): Update.
13260 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13261 * m32r-tdep.c (m32r_gdbarch_init): Update.
13262 * ia64-tdep.c (ia64_gdbarch_init): Update.
13263 * h8300-tdep.c (h8300_gdbarch_init): Update.
13264 * frv-tdep.c (frv_gdbarch_init): Update.
13265 * arm-tdep.c (arm_gdbarch_init): Update.
13266 * alpha-tdep.c (alpha_gdbarch_init): Update.
13270 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13271 SYMBOL_LOCATION_FUNCS
13272 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13273 "struct symbol_ops".
13274 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13275 type to "struct symbol_ops".
13276 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13277 (struct symbol): Replace ".aux_value.loc.funcs" and
13278 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13279 (SYMBOL_OBJFILE): Delete macro.
13280 (SYMBOL_LOCATION_FUNCS): Delete macro.
13281 (SYMBOL_LOCATION_BATON): Update.
13282 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13283 intead of SYMBOL_LOCATION_FUNCS.
13284 * ax-gdb.c (gen_var_ref): Ditto.
13285 * printcmd.c (address_info): Ditto.
13286 * findvar.c (read_var_value): Ditto.
13287 (symbol_read_needs_frame): Ditto.
13291 * dwarf2read.c (read_func_scope): Document frame-base hack.
13295 * infcmd.c (print_return_value): Plug memory leak; delete
13296 ui_stream object. Rename argument `structure_return' to
13301 * infcmd.c (print_return_value): Wrap long lines.
13302 (finish_command_continuation, finish_command): Remove unused
13303 variable `funcaddr'. Fix some coding-standards problems.
13305 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13306 SECT_SIZE is large enough, not whether it's exactly the right size.
13307 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13308 TDEP->fpregset to zero.
13310 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13311 floating-point registers for traditional NetBSD core files.
13312 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13313 TDEP->sizeof_fpregset here.
13317 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13318 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13319 function with code split out from
13320 sparc32nbsd_sigcontext_frame_cache.
13321 (sparc32nbsd_sigcontext_frame_cache): Use
13322 sparc32nbsd_sigcontext_saved_regs.
13323 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13325 * sparcobsd-tdep.c: New file.
13326 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13327 (sparcobsd-tdep.o): New dependency.
13328 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13329 * config/sparc/obsd.mt: New file.
13331 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13332 TDEP->fpregset to be initialized to enable core file register
13337 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13338 Add opaque declarations.
13339 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13340 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13341 function with code split out from
13342 sparc64nbsd_sigcontext_frame_cache.
13343 (sparc64nbsd_sigcontext_frame_cache): Use
13344 sparc64nbsd_sigcontext_saved_regs.
13345 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13347 * sparc64obsd-tdep.c: New file.
13348 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13349 (sparc64obsd-tdep.o): New dependency.
13350 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13351 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13352 * config/sparc/obsd64.mt: New file.
13354 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13355 read the instruction at PC.
13357 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13358 value of GDB_OSABI_DEFAULT.
13359 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13360 instead of GDB_OSABI_NETBSD_AOUT.
13364 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13369 * printcmd.c (display_command): Replace tui_set_display call with
13370 tui_set_layout_for_display_command.
13371 * tui/tui.h (enum tui_win_type): Define.
13372 (tui_set_layout): Delete declaration.
13373 (tui_set_layout_for_display_command): Rename set_tui_layout.
13374 * tui/tui-data.h (enum tui_layout_type): Define.
13375 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13377 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13378 (tui_default_win_height): Rename tuiDefaultWinHeight.
13379 (tui_default_win_viewport_height): Rename
13380 tuiDefaultWinViewportHeight.
13381 (tui_set_layout): RenametuiSetLayout.
13382 * tui/tui-layout.c: Update references.
13383 * tui/tui.c: Update references.
13384 * tui/tui-disasm.c: Update references.
13388 Partial workaround for PR c++/1511:
13389 * cp-namespace.c: Include frame.h.
13390 (cp_lookup_transparent_type): New
13391 (cp_lookup_transparent_type_loop): New.
13392 * cp-support.h: Declare cp_lookup_transparent_type.
13393 * symtab.c (basic_lookup_transparent_type): Renamed from
13394 lookup_transparent_type.
13395 (lookup_transparent_type): Replace old body by a call to
13396 current_language->la_lookup_transparent_type.
13397 * symtab.h: Update copyright. Declare
13398 basic_lookup_transparent_type.
13399 * language.h: Update copyright.
13400 (struct language_defn): Add la_lookup_transparent_type.
13401 * language.c: Update copyright.
13402 (unknown_language_defn): Add basic_lookup_transparent_type.
13403 (auto_language_defn): Add basic_lookup_transparent_type.
13404 (local_language_defn): Add basic_lookup_transparent_type.
13405 * ada-lang.c: Update copyright.
13406 (ada_language_defn): Add basic_lookup_transparent_type.
13407 * c-lang.c: Update copyright.
13408 (c_language_defn): Add basic_lookup_transparent_type.
13409 (cplus_language_defn): Add basic_lookup_transparent_type.
13410 (asm_language_defn): Add basic_lookup_transparent_type.
13411 (minimal_language_defn): Add basic_lookup_transparent_type.
13412 * f-lang.c: Update copyright.
13413 (f_language_defn): Add basic_lookup_transparent_type.
13414 * jv-lang.c: Update copyright.
13415 (java_language_defn): Add basic_lookup_transparent_type.
13416 * m2-lang.c: Update copyright.
13417 (m2_language_defn): Add basic_lookup_transparent_type.
13418 * objc-lang.c: Update copyright.
13419 (objc_language_defn): Add basic_lookup_transparent_type.
13420 * p-lang.c: Update copyright.
13421 (p_language_defn): Add basic_lookup_transparent_type.
13422 * scm-lang.c: Update copyright.
13423 (scm_language_defn): Add basic_lookup_transparent_type.
13424 * Makefile.in (cp-namespace.o): Depend on frame.h.
13428 Patch for PR c++/1520:
13429 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13430 properly if we have a specification die.
13431 (determine_prefix_aux): Rename from determine_prefix.
13432 (determine_prefix): Like the old determine_prefix, but never
13437 * avr-tdep.c: Update copyright.
13438 (avr_iaddr_p): Delete unused function.
13439 (avr_saddr_p): Delete unused function.
13443 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13444 Fix for PR symtab/1534.
13448 * NEWS (New native configurations): Mention OpenBSD/sparc and
13450 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13451 * configure.host: Likewise.
13452 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13453 handler for OpenBSD.
13454 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13458 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13459 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13461 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13462 * cli/cli-cmds.c (shell_escape): Likewise.
13464 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13465 OpenBSD .note.openbsd.ident sections.
13469 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13470 get_scope_pc_bounds.
13471 (read_file_scope): Ditto.
13472 (get_scope_pc_bounds): New function, produced by extracting code
13473 from the above two functions, consolidating it, and adding support
13474 for DW_TAG_namespace.
13478 * osabi.c (MAX_NOTESZ): New define.
13479 (check_note): New function.
13480 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13485 * MAINTAINERS (write after approval): Add myself.
13489 * utils.c (init_page_info): Move declarations of `rows' and
13490 `cols' before the __GO32__-specific code. Move the closing brace
13491 outside the #ifdef __GO32__..#endif block.
13492 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13496 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13497 BPSTAT_WHAT_CHECK_SHLIBS.
13501 * MAINTAINERS: Add myself to write-after-approval.
13505 * ax-gdb.c (print_axs_value): Delete unused function.
13506 * jv-lang.c (java_lookup_type): Delete unused function.
13507 * cli/cli-dump.c (dump_filetype): Delete unused function.
13508 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13509 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13510 (mips_getstring): Delete unused function.
13511 (pmon_insert_breakpoint): Delete #if0ed function.
13512 (PMON_MAX_BP): Delete #if0ed MACRO.
13513 (mips_pmon_bp_info): Delete #if0ed variable.
13514 (pmon_remove_breakpoint): Delete #if0ed function.
13515 * monitor.c (monitor_write_even_block): Delete unused function.
13516 (monitor_write_memory_block): Delete #if0ed code.
13517 * dink32-rom.c (dink32_load): Delete unused function.
13518 (_initialize_dink32_rom): Delete #if0ed code.
13519 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13521 * tui/tui-command.c: Update references.
13522 * tui/tui-io.c: Update references.
13523 * tui/tui-command.h: Update copyright.
13524 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13526 * source.c (ambiguous_line_spec): Delete never-defined function.
13527 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13528 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13529 * cli/cli-cmds.c (validate_comname): Ditto.
13531 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13533 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13534 (tui_show_disassem): Rename tuiShowDisassem.
13535 (tui_show_disassem_and_update_source): Rename
13536 tuiVerticalDisassemScroll.
13537 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13538 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13539 * tui/tui.h: Update copyright.
13540 (enum tui_status): Define.
13541 * tui/tui-data.h (enum tui_scroll_direction): Define.
13542 * tui/tui-disasm.c: Update copyright. Update references.
13543 * tui/tui-winsource.c: Update copyright. Update references.
13544 * tui/tui-win.c: Update references.
13545 * tui/tui-layout.c: Update references.
13549 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13550 sym2 to start of block.
13554 * MAINTAINERS: Delete mmalloc.
13555 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13556 * NEWS: Mention removal of --with-malloc.
13557 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13558 * config.in: Regenerate.
13559 * configure: Regenerate.
13560 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13561 USE_MMALLOC, MMCHECK_FORCE.
13562 * gdbinit.in: Remove mmalloc.
13563 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13564 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13565 * config/i386/go32.mh: Likewise.
13566 * config/i386/interix.mh: Likewise.
13567 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13571 * linespec.c (decode_variable, symtab_from_filename): Call
13572 error_silent with error message instead of throwing an exception
13574 * defs.h (error_silent, error_output_message): Add prototypes.
13575 (catch_exceptions_with_msg): Ditto.
13576 * utils.c (error_silent, error_output_message): New functions.
13577 * top.c (catch_exceptions_with_msg): New function.
13581 * mi/mi-cmds.h (enum print_values): Add definition.
13583 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13584 type and value for simple data types and just the name and type
13585 for complex ones, if required.
13587 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13588 children, if required.
13592 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13593 unused declarations.
13597 * top.h (mapped_symbol_files): Delete declaration.
13598 * main.c (captured_main): Delete option "m" and "mapped".
13599 * objfiles.c (mapped_symbol_files): Delete variable.
13600 * symfile.c (symbol_file_command): Delete mmap code.
13601 (symbol_file_add_with_addrs_or_offsets): Ditto.
13602 (add_symbol_file_command, reread_separate_symbols): Ditto.
13603 * objfiles.h (OBJF_MAPPED): Delete.
13604 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13605 (free_objfile) [USE_MMALLOC]: Ditto.
13606 (open_existing_mapped_file): Delete function.
13607 (open_mapped_file): Delete function.
13608 (map_to_file): Delete function.
13612 * infrun.c (step_into_function): Account for possible breakpoint
13613 adjustment when computing ``stop_func_start''.
13617 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13618 the region size against the size of a pointer, not the size of
13619 a register as given by DEPRECATED_REGISTER_SIZE.
13623 * tui/tui-regs.h: Include "tui-data.h".
13624 (tuiFirstRegElementNoInLine): Delete declaration.
13625 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13626 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13627 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13628 (tui_calculate_regs_column_count): Rename
13629 tuiCalculateRegsColumnCount.
13630 (tui_check_register_values): Rename tuiCheckRegisterValues.
13631 (tui_show_registers): Rename tuiShowRegisters.
13632 (tui_display_registers_from_line): Rename
13633 tuiDisplayRegistersFromLine.
13634 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13635 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13636 (tui_first_reg_element_no_inline): Rename
13637 tuiFirstRegElementNoInLine.
13638 * tui/tui-data.h: Update copyright.
13639 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13640 * tui/tui-windata.c: Update copyright, update references.
13641 * tui/tui-regs.c: Update copyright, update references.
13642 * tui/tui-win.c: Update copyright, update references.
13643 * tui/tui-layout.c: Update copyright, update references.
13647 * tui/tui-io.c: Update copyright.
13648 (key_is_end_sequence, key_is_backspace): New functions.
13649 (key_is_command_char, key_is_start_sequence): New function.
13650 (tui_getc): Update references.
13651 * tui/tui-io.h: Update copyright.
13652 (m_tuiStartNewLine): Delete macro.
13653 (m_isBackspace, m_isDeleteChar): Delete macros.
13654 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13655 (m_isNextPage, m_isPrevPage): Delete macros.
13656 (m_isLeftArrow, m_isRightArrow): Delete macros.
13657 (m_isXdbStyleCommandChar): Delete macro.
13658 (key_is_start_sequence): Declare, replace m_isStartSequence.
13659 (key_is_end_sequence): Declare, replace m_isEndSequence.
13660 (key_is_backspace): Declare ,replace m_isBackspace.
13661 (key_is_command_char): Declare, replace m_isCommandChar.
13662 * tui/tui-command.c: Update copyright.
13663 (tuiDispatchCtrlChar): Update references.
13665 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13668 * tui/tui-command.c: Rename tui/tuiCommand.c.
13669 * tui/tui-command.h: Rename tui/tuiCommand.h.
13670 * tui/tui-data.c: Rename tui/tuiData.c.
13671 * tui/tui-data.h: Rename tui/tuiData.h.
13672 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13673 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13674 * tui/tui-io.c: Rename tui/tuiIO.c.
13675 * tui/tui-io.h: Rename tui/tuiIO.h.
13676 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13677 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13678 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13679 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13680 * tui/tui-source.c: Rename tui/tuiSource.c.
13681 * tui/tui-source.h: Rename tui/tuiSource.h.
13682 * tui/tui-stack.c: Rename tui/tuiStack.c.
13683 * tui/tui-stack.h: Rename tui/tuiStack.h.
13684 * tui/tui-win.c: Rename tui/tuiWin.c.
13685 * tui/tui-win.h: Rename tui/tuiWin.h.
13686 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13687 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13688 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13689 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13690 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13691 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13692 * tui/tui-file.c: Update includes.
13693 * tui/tui-hooks.c: Update includes.
13694 * tui/tui-interp.c: Update includes.
13695 * tui/tui.c: Update includes.
13696 * Makefile.in: Update all tui/ dependencies.
13697 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13699 * Makefile.in: Update copyright. Update dependencies.
13701 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13706 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13707 instead of register_gdbarch_init.
13709 * remote-sds.c (tohex): Delete unused function. Update copyright.
13710 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13711 * v850-tdep.c (v850_register_virtual_size): Ditto.
13712 * target.c (normal_target_post_startup_inferior): Ditto.
13713 * source.c (ambiguous_line_spec): Ditto.
13714 * remote.c (adapt_remote_get_threadinfo): Ditto.
13715 * mi/mi-out.c (out_field_fmt): Ditto.
13716 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13717 (output_control_change_notification): Ditto.
13718 * m68k-tdep.c (m68k_register_byte): Ditto.
13719 (m68k_remote_breakpoint_from_pc): Ditto.
13720 * ui-out.c (init_ui_out_state): Delete unused declaration.
13721 * stabsread.c (search_value): Ditto.
13722 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13723 * maint.c (print_section_table): Ditto.
13724 * infrun.c (set_follow_fork_mode_command): Ditto.
13728 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13729 DW_CFA_def_cfa_exporession. Add support for
13730 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13731 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13735 * ocd.c: Update copyright.
13736 (bdm_read_register_command): Delete unused function.
13737 (_initialize_remote_ocd): Delete commented out reference.
13738 (get_quoted_char, reset_packet): Delete #if0ed function.
13739 (output_packet, put_quoted_char): Delete #if0ed function.
13740 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13741 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13742 (BDM_BREAKPOINT): Delete #if0ed macro.
13743 (remote_timeout): Delete #if0ed variable.
13747 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13748 (core-sol2.o): Remove dependency.
13749 * core-sol2.c: Remove file.
13753 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13754 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13759 * remote.c: Update copyright years.
13763 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13767 * mdebugread.c: Update copyright.
13768 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13769 (parse_type, parse_procedure): Ditto.
13770 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13772 * cris-tdep.c (cris_store_struct_return): Put back accidently
13775 * gdbarch.sh: Update copyright year.
13776 * gdbarch.h, gdbarch.c: Re-generate.
13780 Suggested by George Anzinger.
13781 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13782 correct stack offset. Include unknown opcode numbers in the error
13787 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13788 extract_struct_value_address, i386 does not set it.
13789 * sparc64-tdep.c (sparc64_init_abi): Do not set
13790 extract_struct_value_address, never called.
13791 (sparc64_extract_struct_value_address): Delete function.
13792 * m68hc11-tdep.c: Update copyright.
13793 (m68hc11_gdbarch_init): Delete redundant assignment of
13794 extract_struct_value_address.
13795 * i386-tdep.c: Update copyright.
13796 (i386_gdbarch_init): Do not set extract_struct_value_address,
13798 (i386_extract_struct_value_address): Delete function.
13799 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13800 extract_struct_value_address, never called.
13801 (sparc32_extract_struct_value_address): #if 0 function. Add
13802 comments explaining its future.
13806 * arm-tdep.c (arm_write_pc): New function.
13807 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13811 * breakpoint.c (must_shift_inst_regs): Delete.
13812 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13813 and SHIFT_INST_REGS.
13814 * infcmd.c (step_1, step_1_continuation): Delete references to
13816 * infrun.c (keep_going): Likewise.
13817 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13818 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13822 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13823 * gdbarch.h, gdbarch.c: Re-generate.
13824 * infcmd.c (print_return_value): Delete reference to
13825 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13827 * cris-tdep.c (cris_gdbarch_init): Do not set
13828 deprecated_extract_struct_value_address.
13830 * xstormy16-tdep.c: Update copyright.
13831 (xstormy16_extract_struct_value_address): Update to current
13832 extract struct value address interface.
13833 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13834 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13835 current extract struct value address interface.
13836 (sh64_gdbarch_init): Set extract_struct_value_address.
13838 * cris-tdep.c: Update copyright.
13839 (cris_extract_struct_value_address): Delete function.
13840 (struct_return_address): Delete variable.
13841 (cris_store_struct_return): Do not set struct_return_address.
13843 * mcore-tdep.c: Update copyright.
13844 (mcore_extract_struct_value_address): Delete function. Update
13846 (mcore_gdbarch_init): Update.
13847 * mn10300-tdep.c: Update copyright.
13848 (mn10300_extract_struct_value_address): Delete function.
13849 (mn10300_gdbarch_init): Update.
13850 * v850-tdep.c: Update copyright.
13851 (v850_extract_struct_value_address): Delete.
13852 (v850_gdbarch_init): Update.
13853 * ns32k-tdep.c: Update copyright.
13854 (ns32k_extract_struct_value_address): Delete.
13855 (ns32k_gdbarch_init): Update.
13856 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13857 (hppa_gdbarch_init): Update.
13858 * vax-tdep.c: Update copyright.
13859 (vax_extract_struct_value_address): Delete.
13860 (vax_gdbarch_init): Update.
13862 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13863 * gdbarch.h, gdbarch.c: Re-generate.
13864 * procfs.c (procfs_fetch_registers): Delete reference to
13865 DEPRECATED_NPC_REGNUM.
13866 (procfs_store_registers): Ditto.
13867 * regcache.c (generic_target_write_pc): Simplify.
13868 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13870 * core-sol2.c (fetch_core_registers): Replace
13871 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13873 * hppa-tdep.c: Update copyright year.
13874 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13876 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13878 * mips-tdep.c (mips_write_pc): New function.
13879 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13880 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13881 (mips_find_saved_regs, mips_software_single_step: Ditto.
13882 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13883 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13887 * mips-tdep.c: Re-indent. Group functions by ABI.
13891 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13892 * gdbarch.c: Re-generate.
13893 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13894 DECR_PC_AFTER_BREAK to zero.
13895 * vax-tdep.c (vax_gdbarch_init): Ditto.
13896 * v850-tdep.c (v850_gdbarch_init): Ditto.
13897 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13898 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13899 * sh-tdep.c (sh_gdbarch_init): Ditto.
13900 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13901 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13902 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13903 * mips-tdep.c (mips_gdbarch_init): Ditto.
13904 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13906 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13907 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13908 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13909 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13910 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13911 * frv-tdep.c (frv_gdbarch_init): Ditto.
13912 * cris-tdep.c (cris_gdbarch_init): Ditto.
13913 * avr-tdep.c (avr_gdbarch_init): Ditto.
13914 * arm-tdep.c (arm_gdbarch_init): Ditto.
13915 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13919 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13920 Delete, no longer used.
13921 (read_subrange_type): New function, mostly extracted from
13923 (read_array_type): Replace extracted code by call to
13924 read_subrange_type().
13925 (dwarf2_get_attr_constant_value): New function.
13926 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13927 (add_partial_symbol): Likewise.
13928 (process_die): Likewise.
13929 (new_symbol): Likewise.
13930 (read_type_die): Likewise.
13934 * symfile.c: Update copyright year.
13935 (compare_symbols): Delete unused function.
13936 * stabsread.c: Update copyright year.
13937 (lrs_general_complaint): Delete unused function.
13938 (ref_search_value): Ditto.
13939 (get_substring): Delete declaration.
13940 * sh64-tdep.c: Update copyright year.
13941 (sh64_get_gdb_regnum): Delete unused function.
13942 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13943 Delete unused function.
13947 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13948 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13952 Changes from Peter Schauer.
13953 * rs6000-tdep.c: Update copyright year.
13954 (rs6000_push_dummy_call): Update the stack pointer before
13955 accessing the corresponding stack region.
13956 * rs6000-nat.c: Update copyright year.
13957 (set_host_arch): Set "info.abfd" to "exec_bfd".
13961 * blockframe.c: Update copyright year.
13962 (inside_entry_func): Don't treat a zero PC specially.
13966 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13968 (gcore_create_callback): Ditto. Skip any memory segment that has
13969 no permissions set.
13973 Change symbols for C++ nested types to contain the fully qualified
13974 name, if possible. (At least in the DWARF-2 case.) Partial fix
13975 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13977 * c-exp.y (qualified_type): Handle types nested within classes.
13978 * cp-namespace.c: Update comments.
13979 (cp_set_block_scope): Delete #if 0.
13980 (cp_lookup_nested_type): Handle types nested within classes.
13981 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13983 (add_partial_symbol): Add the name of the enclosing namespace to
13985 (pdi_needs_namespace): New.
13986 (add_partial_namespace): Tweak comment.
13987 (add_partial_structure): New.
13988 (psymtab_to_symtab_1): Initialize processing_current_prefix
13990 (process_die): instead of here.
13991 (read_structure_scope): Try to figure out the name of the class or
13992 namespace that the structure might be defined within.
13993 (read_enumeration): Generate fully-qualified names, if possible.
13994 (read_namespace): Don't set name to NULL.
13995 (die_specification): New.
13996 (new_symbol): Generate fully-qualified names for types.
13997 (read_type_die): Determine appropriate prefix.
13998 (determine_prefix): New.
13999 (typename_concat): New.
14001 * valops.c (value_aggregate_elt): Pass NOSIDE to
14002 value_struct_elt_for_reference.
14003 (value_struct_elt_for_reference): Make static, add NOSIDE
14004 parameter, call value_maybe_namespace_elt as a last resort.
14005 (value_namespace_elt): Break out code into
14006 value_maybe_namespace_elt.
14007 (value_maybe_namespace_elt): New.
14011 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14012 cooked floating-point registers.
14013 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14014 and value_to_register.
14018 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14019 * gdbarch.c: Re-generate.
14020 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14021 FUNCTION_START_OFFSET.
14022 * v850-tdep.c (v850_gdbarch_init): Ditto.
14023 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14024 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14025 * sh-tdep.c (sh_gdbarch_init): Ditto.
14026 * s390-tdep.c (s390_gdbarch_init): Ditto.
14027 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14028 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14029 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14030 * mips-tdep.c (mips_gdbarch_init): Ditto.
14031 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14032 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14033 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14034 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14035 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14036 * i386-tdep.c (i386_gdbarch_init): Ditto.
14037 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14038 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14039 * frv-tdep.c (frv_gdbarch_init): Ditto.
14040 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14041 * cris-tdep.c (cris_gdbarch_init): Ditto.
14042 * avr-tdep.c (avr_gdbarch_init): Ditto.
14043 * arm-tdep.c (arm_gdbarch_init): Ditto.
14044 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14048 * infrun.c (follow_fork_mode_ask): Remove.
14049 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14050 (follow_fork): Simplify and remove internal error for
14051 follow_fork_mode_ask.
14052 (_initialize_infrun): Update "set follow-fork-mode" help text.
14056 * configure.in: Update copyright year.
14057 (build_warnings): Add -Wunused-label.
14058 * configure: Re-generate.
14062 * exec.h (exec_ops): Make "extern".
14064 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14065 the function is void.
14066 (mips_pseudo_register_write): Ditto.
14070 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14071 call. Never defined.
14072 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14073 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14074 (struct sparc_gregset, struct regcache): Ditto.
14075 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14079 * mi/ChangeLog: Delete file. Renamed to ...
14080 * mi/ChangeLog-1999-2003: New file.
14081 * tui/ChangeLog: Delete file. Renamed to ...
14082 * tui/ChangeLog-1998-2003: New file.
14086 * sparc64nbsd-tdep.c: Include "regset.h".
14087 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14089 (fetch_core_registers): Remove function.
14090 (sparc64nbsd_core_fns): Remove variable.
14091 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14093 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14094 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14095 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14097 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14098 sparc_extract_struct_value_address.
14099 (sparc32_gdbarch_init): Set extract_struct_value_address.
14100 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14102 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14103 return_value_on_stack.
14105 * NEWS: Mention that %cs and %ss have been added to the AMD64
14108 * frame.c: Update copyright year.
14109 (get_prev_frame): Improve comment.
14111 * sparc64fbsd-tdep.c: Include "regset.h".
14112 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14114 (fetch_core_registers): Remove function.
14115 (sparc64fbsd_core_fns): Remove variable.
14116 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14118 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14119 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14120 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14122 * sparcnbsd-tdep.c: Include "regset.h".
14123 (fetch_core_registers): Remove function.
14124 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14125 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14127 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14129 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14131 * sparc-tdep.h (struct regset): Provide opaque declaration.
14132 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14133 fpregset and sizeof_fpregset members.
14134 * sparc-tdep.c (struct regset): Provide opaque declaration.
14135 (sparc_regset_from_core_section): New function.
14136 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14137 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14138 Set regset_from_core_section when appropriate.
14142 * x86-64-tdep.c (amd64_non_pod_p): New function.
14143 (amd64_classify_aggregate): Return class memory for non-POD
14144 C++ structure types.
14146 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14147 argument. Use it to reserve a register if necessary.
14148 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14149 amd64_push_arguments.
14151 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14153 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14154 register numbers in comments.
14155 * x86-64-tdep.h: Update copyright year.
14156 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14157 Adjust for addition of %cs and %ss.
14158 * amd64fbsd-nat.c: Update copyright year.
14159 (reg_offset): Add register offsets for %cs and %ss.
14160 * amd64fbsd-tdep.c: Update copyright year.
14161 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14162 (amd64fbsd_sc_reg_offset): Likewise.
14163 * x86-64-linux-nat.c: Update copyright year.
14164 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14166 * amd64nbsd-nat.c: Update copyright year.
14167 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14168 * amd64nbsd-tdep.c: Update copyright year.
14169 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14170 * x86-64-linux-tdep.c: Update copyright year.
14171 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14172 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14173 * regformats/reg-x86-64.dat: Add %cs and %ss.
14175 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14176 variables to prevent long lines. Update comments to reflect
14182 * dwarf2read.c (read_namespace): Pull out name-generating code
14183 into namespace_name. Rename previous_namespace to previous_prefix
14184 and processing_current_namespace to processing_current_prefix..
14185 (namespace_name): New function.
14186 (add_partial_symbol): Substitute uses of pdi->name with
14188 * cp-support.h: Rename processing_current_namespace to
14189 processing_current_prefix.
14190 Update copyright year.
14191 * cp-namespace.c: Rename processing_current_namespace to
14192 processing_current_prefix.
14193 Update copyright year.
14197 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14201 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14203 (process_one_symbol): Deal with N_PATCH stabs.
14207 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14209 Update copyright year.
14213 * config/pa/tm-hppa.h: Update extern declarations for
14214 hppa32_hpux_frame_saved_pc_in_sigtramp,
14215 hppa32_hpux_frame_base_before_sigtramp, and
14216 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14220 * config/pa/tm-hppah.h: Update copyright years.
14224 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14225 (mips_o32_reg_struct_has_addr): Delete function.
14226 (mips_gdbarch_init): Update.
14227 (mips_extract_struct_value_address): Delete function.
14231 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14236 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14237 architecture's elf flags (when available).
14239 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14240 FPU to the start, check the MIPS FPU when looking for an old
14242 (set_mipsfpu_single_command): Update the architecture.
14243 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14245 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14246 (mips_mask_address_p): Add "tdep" parameter.
14247 (show_mask_address, mips_addr_bits_remove): Update.
14248 (mips_dump_tdep): Update.
14249 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14250 (MIPS_STACK_ARGSIZE): Delete macro.
14251 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14252 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14253 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14254 (mips_dump_tdep): Update.
14255 (MIPS_SAVED_REGSIZE): Delete macro.
14256 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14257 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14258 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14259 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14260 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14261 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14262 (mips_pop_frame, return_value_location): Update.
14263 (mips_n32n64_return_value, mips_dump_tdep): Update.
14265 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14268 * mips-tdep.c: Update copyright.
14269 (mips_gdbarch_init): Merge two code blocks handling the register
14270 name and number layout.
14274 * tracepoint.c (validate_actionline): Fix segv at EOF
14278 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14279 properly for static fields.
14284 * disasm.c: Update copyright to include 2004.
14285 (do_mixed_source_and_assembly): For uiout asm list
14286 and tuple cleanups, initialize to null_cleanup instead of
14287 NULL and do so prior to loop. Only reset when we close off
14288 the tuple/list. Move check for whether to close off the
14289 asm tuple/list to after dump_insns call where it will be run
14290 on each loop iteration.
14294 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14295 should be a switch case and not a label.
14296 * mips-tdep.c (mips32_next_pc): Delete unused labels
14297 "greater_equal_branch" and "less_zero_branch".
14298 * jv-valprint.c (java_print_value_fields): Delete unused label
14301 * target.c (unpush_target): Only close a target that is in the
14306 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14307 address from [sp + 64] instead of %o2.
14309 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14310 fixes PR backtrace/1476.
14314 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14315 move to start of file.
14316 * i386-tdep.h (struct regcache): Add opaque declaration.
14317 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14319 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14320 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14321 * win32-nat.c (fake_create_process): Use ISO C style definition.
14322 * stabsread.c (define_symbol): Delete #ifndef
14323 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14324 stabs_argument_has_addr call, macro never defined.
14328 * op50-rom.c: Delete.
14329 * w89k-rom.c: Delete.
14330 * Makefile.in: Remove references.
14334 * x86-64-tdep.c: Update copyright year.
14335 (struct amd64_register_info): Rename from x86_64_register_info.
14336 (amd64_register_info): Rename from x86_64_register_info.
14337 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14338 (amd64_register_name): Rename from x86_64_register_name.
14339 (amd64_register_type): Rename from x86_64_register_type.
14340 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14341 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14342 (amd64_dwarf_reg_to_regnum): Rename from
14343 x86_64_dwarf_reg_to_regnum.
14344 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14345 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14346 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14347 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14348 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14349 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14350 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14351 (amd64_frame_cache): Rename from x86_64_frame_cache.
14352 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14353 (amd64_frame_prev_register): Rename from
14354 x86_64_frame_prev_register.
14355 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14356 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14357 (amd64_sigtramp_frame_cache): Rename from
14358 x86_64_sigtramp_frame_cache.
14359 (amd64_sigtramp_frame_prev_register): Rename from
14360 x86_64_sigtramp_frame_prev_register.
14361 (amd64_sigtramp_frame_unwind): Rename from
14362 x86_64_sigtramp_frame_unwind.
14363 (amd64_sigtramp_frame_sniffer): Rename from
14364 x86_64_sigtramp_frame_sniffer.
14365 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14366 (amd64_frame_base): Rename from x86_64_frame_base.
14367 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14368 (amd64_frame_align): Rename from x86_64_frame_align.
14369 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14370 (amd64_regset_from_core_section): Rename from
14371 x86_64_regset_from_core_section.
14372 (x86_64_init_abi): Update comments.
14376 * MAINTAINERS (write after approval): Add myself.
14380 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14385 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14386 such that it mentions a specific version of GCC that exhibits this
14391 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14392 structure that has a single `float' member, store it in %f1 in
14395 * sparc-sol2-nat.c: Add missing '\'.
14397 * sparc-tdep.c (sparc32_return_value): New function.
14398 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14400 (sparc32_gdbarch_init): Set return_value, don't set
14401 extract_return_value, store_return_value, use_struct_convention
14402 and return_value_on_stack.
14404 * sparc-sol2-nat.c: Add missing ')'.
14408 * infrun.c (handle_step_into_function): New function.
14409 (handle_inferior_event): Extract out some code into the new
14414 * infrun.c (handle_inferior_event): Move the declaration of
14415 real_stop_pc inside the if blocks where it is used.
14419 * sparc64-tdep.c (sparc64_16_byte_align_p)
14420 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14421 Use check_typedef to get subtypes of structures and unions.
14422 (sparc64_store_return_value): Fix calculation of the appropriate
14423 offset into VALBUF when storing a structure or union.
14424 (sparc64_return_value): New function.
14425 (sparc64_use_struct_convention): Remove function.
14426 (sparc64_init_abi): Set return_value, don't set
14427 extract_return_value, store_return_value and
14428 use_struct_convention.
14432 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14433 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14434 gdb/config/alpha/xm-alphaosf.h,
14435 gdb/config/powerpc/tm-ppcle-eabi.h,
14436 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14437 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14438 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14439 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14440 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14441 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14442 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14443 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14444 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14445 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14446 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14447 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14448 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14449 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14450 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14451 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14452 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14453 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14454 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14455 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14456 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14457 Remove lines for .cvsignore files.
14461 * infrun.c: Back out the previous change.
14465 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14466 sparc-*-sunos4* to the list of REMOVED configurations.
14468 * configure.tgt: Add back sparc-*-vxworks*.
14469 * remote-vxsparc.c: Remove all includes except for "defs.h",
14470 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14471 Include "sparc-tdep.h".
14472 (SPARC_R_G1): New define.
14473 (vxsparc_gregset): New variable.
14474 (ext_format_sparc): Remove extern declaration.
14475 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14476 sparc32_supply_fpregset.
14477 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14478 sparc_collect_rwindow and sparc32_collect_fpregset.
14479 * config/sparc/tm-vxworks.h: New file, based on recently removed
14481 * config/sparc/vxworks.mt: New file, based on recently removed
14486 * infrun.c (handle_step_into_function): New function.
14487 (handle_inferior_event): Extract out some code into the new
14492 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14493 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14494 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14495 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14496 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14497 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14498 (sparc_nat_h): New variable.
14499 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14500 (tm-sun4os4.h): Remove dependency.
14501 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14502 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14503 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14504 sparc-tdep.o): Update dependencies.
14505 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14506 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14507 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14509 * configure.host: Remove existing sparc-*-lynxos*,
14510 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14511 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14512 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14513 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14515 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14516 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14517 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14518 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14519 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14520 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14521 sparc64-*-solaris2* and sparc64-*-* triplets.
14522 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14523 "symtab.h" and "objfiles.h".
14524 (BIAS): Remove define.
14525 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14526 (X_DISP19): Remove macros.
14527 (sparc_fetch_instruction): Remove function.
14528 (struct gdbarch_tdep): Remove definition.
14529 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14530 (sparc_breakpoint_from_pc): Remove function.
14531 (struct sparc64_frame_cache): Remove definition.
14532 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14533 sparc64_unwind_pc): Remove functions.
14534 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14535 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14536 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14537 (sparc64_frame_cache): Change return type to `struct
14538 sparc_frame_cache *'. Simply call sparc_frame_cache.
14539 (sparc64_frame_this_id, sparc64_frame_prev_register,
14540 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14541 instead of `struct sparc64_frame_cache.
14542 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14543 sparc_analyze_control_transfer, sparc_software_single_step,
14544 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14545 _initialize_sparc64_tdep): Remove functions.
14546 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14547 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14549 (sparc64_supply_gregset, sparc64_collect_gregset,
14550 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14551 (sparc64_init_abi): New function.
14552 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14553 inclusion guard. Include "sparc-tdep.h".
14555 (r_tstate_offset, r_fprs_offset): New defines.
14556 (enum sparc_regnum): Remove defenition.
14557 (enum sparc64_regnum): Reformat.
14558 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14559 (sparc64_init_abi, sparc64_supply_gregset,
14560 sparc64_collect_gregset, sparc64_supply_fpregset,
14561 sparc64_collect_fpregset): New prototypes.
14562 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14563 Add extern declarations.
14564 (sparc64_sol2_init_abi): New prototype.
14565 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14566 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14568 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14570 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14572 (_initialize_sparc64fbsd_nat): Remove initialization of
14573 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14574 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14575 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14576 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14577 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14578 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14579 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14580 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14581 (sparc64fbsd_r_y_offset): Remove variables.
14582 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14583 Make static and const.
14584 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14585 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14587 (sparc64fbsd_gregset): New variable.
14588 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14589 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14590 and sparc64_supply_fpregset.
14591 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14592 (sparc64fbsd_sigtramp_frame_this_id)
14593 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14594 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14595 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14596 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14597 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14598 * sparcnbsd-tdep.c: Update copyright year. Include
14599 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14600 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14601 "value.h" and "sparcnbsd-tdep.h".
14602 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14603 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14604 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14605 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14607 (sparcnbsd_gregset): New variable.
14608 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14609 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14610 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14611 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14612 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14614 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14615 (sparc32nbsd_sigcontext_frame_this_id)
14616 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14617 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14618 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14619 (sparcnbsd_get_longjmp_target_32,
14620 sparcnbsd_get_longjmp_target_64): Remove functions.
14621 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14622 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14623 sparcnbsd_init_elf): Remove.
14624 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14625 (sparcnbsd_elf_init_abi): New functions.
14626 (_initialize_sparcnbsd_tdep): New prototype.
14627 (_initialize_sparnbsd_tdep): Update.
14628 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14629 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14630 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14631 * config/sparc/linux.mh: Update comment.
14632 (XM_FILE, HOST_IPC): Remove variables.
14633 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14635 * config/sparc/linux.mt: Update comment.
14636 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14637 * config/sparc/nbsd.mt: Reformat.
14638 * config/sparc/nbsd64.mh: Update comment.
14639 (NATDEPFILES): Add sparc-nat.o.
14640 * config/sparc/nbsd64.mt: Update comment.
14641 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14642 (TM_FILE): Set to tm-nbsd.h.
14643 * config/sparc/nbsdelf.mh: Update comment.
14644 (NATDEPFILES): Add sparc-nat.o.
14646 * config/sparc/nbsdaout.mh: Update comment.
14647 (NATDEPFILES): Add sparc-nat.o
14649 * config/sparc/nm-linux.h: Update copyright year. Don't include
14650 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14652 (KERNEL_U_SIZE): Remove define.
14653 (kernel_u_size): Remove prototype.
14654 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14655 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14657 (CHILD_PREPARE_TO_STORE): Remove define.
14658 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14659 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14660 sparcnbsd-nat.c: Rewrite files.
14661 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14662 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14663 sparcnbsd-tdep.h: Remove files.
14664 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14665 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14666 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14667 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14668 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14669 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14670 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14671 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14672 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14673 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14674 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14675 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14676 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14677 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14678 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14679 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14680 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14681 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14682 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14686 From 2003-12-18 Kazuhiro Inaoka:
14687 * configure.host: Add m32r-linux target.
14691 * top.c (print_gdb_version): Update year to 2004.
14695 * MAINTAINERS: Add myself to the write-after-approval category.
14700 * configure.tgt: Add uClinux target.
14704 * utils.c (do_my_cleanups): Make static, add forward declaration.
14705 * defs.h (do_my_cleanups): Delete declaration.
14709 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14710 bfd/ChangeLog-0203.
14714 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14715 in <machine/reg.h>.
14716 * configure, config.in: Regenerate.
14718 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14719 tui/ChangeLog-1998-2003.
14725 version-control: never