3 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
5 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
6 Do range checks on register number obtained from debugging info.
7 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
8 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
9 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11 (do_fp_register_row): Fix typo which caused double type to be
12 used when attempting to unpack a float.
16 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
20 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
21 frame. Problem found by Corinna Vinschen.
25 * doublest.c (floatformat_from_length): Accept also
26 the real size of 'long double' type.
31 * breakpoint.c (bpstat_copy): Copy the command lines as well
32 as the old value, to match what is freed in bpstat_clear.
36 * minsyms.c (add_minsym_to_hash_table): Replace
37 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
38 (compare_minimal_symbols, compact_minimal_symbols)
39 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
40 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
41 of DEPRECATED_SYMBOL_MATCHES_NAME.
42 (lookup_minimal_symbol_solib_trampoline): Ditto.
46 * regcache.h (regcache_cooked_read_ftype): Define.
47 (regcache_save, regcache_restore): Add a cooked_read parameter.
48 * regcache.c (regcache_save, regcache_restore): Update.
49 (do_cooked_read): New function.
50 (regcache_cpy): Pass do_cooked_read to regcache_save and
55 * gdbarch.sh (gdbarch_unwind_pc): New method.
56 * gdbarch.h, gdbarch.c: Regenerate.
57 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
58 but use read_pc and FRAME_SAVED_PC as fall backs.
59 (frame_saved_regs_pc_unwind): Delete function.
60 (trad_frame_unwinder): Update.
61 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
62 (struct frame_unwind): Update.
63 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
64 (dummy_frame_unwind): Update.
65 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
66 (sentinel_frame_unwinder): Update.
67 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
68 (d10v_frame_unwind): Update.
69 (d10v_unwind_pc): New function.
70 (d10v_gdbarch_init): Set unwind_pc.
74 * gdbarch.h: Re-generate.
76 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
78 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
83 * gdbarch.sh (save_dummy_frame_tos): Add comment.
87 * cli-out.c: Update copyright.
88 (cli_out_data): Define typedef. Use instead of ui_out_data.
92 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
97 * gdbarch.sh: Don't generate two macro definitions when an
98 undefined macro taking no arguments.
99 * gdbarch.h: Regenerate.
103 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
104 (x86_64_unwind_dummy_id): New functions.
105 (x86_64_init_abi): Register these two new functions.
109 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
110 (x86_64_skip_prologue): Move prologue detection to
112 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
116 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
117 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
118 * frame.c (get_prev_frame): Restructure the frame ID unwind code
119 to use unwind_dummy_id when a dummy frame.
120 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
122 * gdbarch.h, gdbarch.c: Regneerate.
126 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
127 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
128 Do not use d10v_read_sp or d10v_read_fp when obtaining register
133 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
134 (struct d10v_unwind_cache): Delete field "frameless". Replace
135 "next_addr" with "sp_offset". Add "r11_offset".
136 (d10v_frame_unwind_cache): Update.
137 (prologue_find_regs): Update. When "mv r11, sp", save the
138 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
139 RN was saved in r11_offset.
143 * frame.c (deprecated_update_frame_pc_hack): Also update the the
144 cached PC value in the next frame.
148 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
149 "id_unwind_cache" with "id".
150 (frame_id_unwind): Delete declaration.
151 * frame.c (frame_id_unwind): Delete function.
152 (get_prev_frame): Call the frame id unwind method directly. Store
153 the returned next frame's ID value in NEXT_FRAME. Note that there
154 is a problem with the wrong unwind ID being called with the wrong
159 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
164 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
165 (auto_cp_abi): New variable.
166 (current_cp_abi, num_cp_abis): Make static.
167 (CP_ABI_MAX): Define.
168 (cp_abis): Turn into an array.
169 (value_virtual_fn_field): Fix formatting.
170 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
172 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
173 (list_cp_abis, _initialize_cp_abi): New functions.
174 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
175 declarations for cp_abis, num_cp_abis, current_cp_abi, and
176 switch_to_cp_abi. Update prototype for register_cp_abi.
177 * Makefile.in (cp-abi.o): Update dependencies.
178 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
179 instead of switch_to_cp_abi.
180 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
182 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
184 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
188 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
189 * dwarf2loc.c: Include "regcache.h".
190 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
192 * Makefile.in (dwarf2loc.o): Update dependencies.
196 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
197 number of io registers reported by remote target is not a multiple of
202 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
203 (lookup_symbol_aux_psymtabs): Update call to
204 lookup_partial_symbol.
205 (lookup_transparent_type, find_main_psymtab)
206 (make_symbol_overload_list): Ditto.
210 * MAINTAINERS (Write after approval): Update my email address.
214 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
215 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
216 predicate. Replace MAX_REGISTER_RAW_SIZE.
217 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
218 MAX_REGISTER_VIRTUAL_SIZE.
219 * regcache.c (legacy_max_register_raw_size): New function.
220 (legacy_max_register_virtual_size): New function.
221 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
222 (MAX_REGISTER_RAW_SIZE): Define.
223 (legacy_max_register_raw_size): Declare.
224 (legacy_max_register_virtual_size): Declare.
225 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
226 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
227 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
228 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
229 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
230 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
231 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
232 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
233 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
234 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
235 * vax-tdep.c (vax_gdbarch_init): Update.
236 * v850-tdep.c (v850_gdbarch_init): Update.
237 * sparc-tdep.c (sparc_gdbarch_init): Update.
238 * sh-tdep.c (sh_gdbarch_init): Update.
239 * s390-tdep.c (s390_gdbarch_init): Update.
240 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
241 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
242 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
243 * mips-tdep.c (mips_gdbarch_init): Update.
244 * mcore-tdep.c (mcore_gdbarch_init): Update.
245 * m68k-tdep.c (m68k_gdbarch_init): Update.
246 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
247 * ia64-tdep.c (ia64_gdbarch_init): Update.
248 * i386-tdep.c (i386_gdbarch_init): Update.
249 * hppa-tdep.c (hppa_gdbarch_init): Update.
250 * h8300-tdep.c (h8300_gdbarch_init): Update.
251 * frv-tdep.c (frv_gdbarch_init): Update.
252 * cris-tdep.c (cris_gdbarch_init): Update.
253 * avr-tdep.c (avr_gdbarch_init): Update.
254 * arm-tdep.c (arm_gdbarch_init): Update.
255 * alpha-tdep.c (alpha_gdbarch_init): Update.
256 * d10v-tdep.c (d10v_gdbarch_init): Do not set
257 max_register_raw_size or max_register_virtual_size.
261 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
262 SYMBOL_MATCHES_NAME, add comment.
263 (SYMBOL_MATCHES_NATURAL_NAME): New.
264 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
265 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
266 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
267 * symtab.c (lookup_partial_symbol): Use
268 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
270 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
276 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
277 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
278 by regexp matching against SYMBOL_NATURAL_NAME.
282 * linespec.c (find_method): Extract code into collect_methods.
283 (collect_methods): New.
287 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
290 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
291 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
295 * arch-utils.c (generic_register_byte): Fix to use the loop index
296 and not regnum when summing the size of all registers up to regnum.
300 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
301 FRAME_INIT_SAVED_REGS.
302 * gdbarch.h, gdbarch.c: Regenerate.
303 * stack.c (frame_info): Update.
304 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
305 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
306 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
307 * ns32k-tdep.c (ns32k_pop_frame): Update.
308 * mips-tdep.c (mips_pop_frame): Update.
309 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
310 * ia64-tdep.c (ia64_frame_chain): Update.
311 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
312 (ia64_frameless_function_invocation): Update.
313 (ia64_init_extra_frame_info): Update.
314 (ia64_pop_frame_regular): Update.
315 * frame.h (struct frame_info): Update comment.
316 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
317 * frame.c (frame_saved_regs_register_unwind): Update.
318 (frame_saved_regs_register_unwind): Update.
319 (deprecated_generic_get_saved_register): Update.
320 * cris-tdep.c: Update comment.
321 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
323 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
324 * x86-64-tdep.c (x86_64_init_abi): Update.
325 * vax-tdep.c (vax_gdbarch_init): Update.
326 * v850-tdep.c (v850_gdbarch_init): Update.
327 * sparc-tdep.c (sparc_gdbarch_init): Update.
328 * sh-tdep.c (sh_gdbarch_init): Update.
329 * s390-tdep.c (s390_gdbarch_init): Update.
330 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
331 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
332 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
333 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
334 * mips-tdep.c (mips_gdbarch_init): Update.
335 * mcore-tdep.c (mcore_gdbarch_init): Update.
336 * m68k-tdep.c (m68k_gdbarch_init): Update.
337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
338 * ia64-tdep.c (ia64_gdbarch_init): Update.
339 * i386-tdep.c (i386_gdbarch_init): Update.
340 * frv-tdep.c (frv_gdbarch_init): Update.
341 * avr-tdep.c (avr_gdbarch_init): Update.
342 * arm-tdep.c (arm_gdbarch_init): Update.
343 * alpha-tdep.c (alpha_gdbarch_init): Update.
347 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
348 option enum and switch. When no windows, set the interpreter to
353 * main.c (captured_main): Replace magic option characters with an
358 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
359 INIT_EXTRA_FRAME_INFO.
360 * gdbarch.h, gdbarch.c: Regenerate.
361 * arm-tdep.c: Update comments.
362 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
363 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
364 * frame.h, avr-tdep.c: Ditto.
365 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
366 (create_new_frame, legacy_get_prev_frame): Ditto.
367 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
368 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
370 deprecated_init_extra_frame_info instead of init_extra_frame_info.
371 * x86-64-tdep.c (x86_64_init_abi): Ditto.
372 * v850-tdep.c (v850_gdbarch_init): Ditto.
373 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
374 * sh-tdep.c (sh_gdbarch_init): Ditto.
375 * s390-tdep.c (s390_gdbarch_init): Ditto.
376 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
377 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
378 * mips-tdep.c (mips_gdbarch_init): Ditto.
379 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
381 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
382 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
383 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
384 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
385 * frv-tdep.c (frv_gdbarch_init): Ditto.
386 * cris-tdep.c (cris_gdbarch_init): Ditto.
387 * avr-tdep.c (avr_gdbarch_init): Ditto.
388 * arm-tdep.c (arm_gdbarch_init): Ditto.
389 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
390 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
394 * gdbarch.sh (register_type): New function with predicate.
395 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
396 * gdbarch.h, gdbarch.c: Re-generate.
397 * arch-utils.c (generic_register_byte): Use generic_register_size.
398 (generic_register_size): When available, use
399 gdbarch_register_type.
400 * regcache.c (init_regcache_descr): When available, initialize the
401 register type array using gdbarch_register_type. If the
402 architecture supplies gdbarch_register_type, do not use the legacy
404 * d10v-tdep.c (d10v_register_type): Replace
405 d10v_register_virtual_type.
406 (d10v_gdbarch_init): Set register_type instead of
407 register_virtual_type.
411 * Makefile.in (ax-gdb.o): Update dependencies.
412 * ax-gdb.c: Include "regcache.h".
413 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
414 * findvar.c (value_of_register): Ditto.
415 * infcmd.c (default_print_registers_info): Ditto.
419 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
420 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
424 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
429 * Makefile.in (dwarf2loc.o): Update dependencies.
430 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
431 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
432 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
433 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
434 (locexpr_tracepoint_var_ref): New function.
435 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
439 * regcache.c (register_size): New function.
440 * regcache.h (register_size): Declare
441 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
442 max_register_size instead of MAX_REGISTER_RAW_SIZE.
446 * linespec.c (decode_compound): Extract code into find_method.
451 * Makefile.in: Add rules to build and link in observer.o.
455 * observer.c: Minor comments edits.
459 * observer.h, observer.c: New file.
463 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
467 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
468 (M6812_OP_STS_EXT): Likewise.
469 (m6811_prologue): Use the above to recognize prologue.
470 (m6812_prologue): Likewise.
474 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
476 (compare_psymbols): Ditto.
477 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
481 * f-lang.c (build_fortran_types): New function.
482 (_initialize_f_language): Gdbarch-register built-in fortran types.
483 * doublest.c (extract_floating): Fix warning text.
487 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
488 predicate. Replaces PUSH_DUMMY_FRAME.
489 * gdbarch.h, gdbarch.c: Regnerate.
490 * valops.c (hand_function_call): Update. Call
491 generic_push_dummy_frame directly.
492 * vax-tdep.c (vax_gdbarch_init): Update.
493 * sparc-tdep.c (sparc_gdbarch_init): Update.
494 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
495 * m68k-tdep.c (m68k_gdbarch_init): Update.
496 * hppa-tdep.c (hppa_gdbarch_init): Update.
497 * alpha-tdep.c (alpha_gdbarch_init): Update.
498 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
499 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
500 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
501 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
502 push_dummy_frame to generic_push_dummy_frame.
503 * v850-tdep.c (v850_gdbarch_init): Ditto.
504 * sh-tdep.c (sh_gdbarch_init): Ditto.
505 * s390-tdep.c (s390_gdbarch_init): Ditto.
506 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
507 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
508 * mips-tdep.c (mips_gdbarch_init): Ditto.
509 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
511 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
512 * i386-tdep.c (i386_gdbarch_init): Ditto.
513 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
514 * frv-tdep.c (frv_gdbarch_init): Ditto.
515 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
516 * cris-tdep.c (cris_gdbarch_init): Ditto.
517 * avr-tdep.c (avr_gdbarch_init): Ditto.
518 * arm-tdep.c (arm_gdbarch_init): Ditto.
522 * mips-tdep.c (show_mips_abi): New function.
523 (_initialize_mips_tdep): Use show_mips_abi() to implement the
524 command ``show mips abi''.
529 * dbxread.c (process_one_symbol): Only record line 0 if one or
530 more sline entries have been seen for the function.
534 * configure: Regenerate with autoconf 000227.
539 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
541 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
545 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
546 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
550 * configure.in: New variable HAVE_UINTPTR_T.
551 * configure, config.in: Regenerated.
556 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
560 * frame.c (get_prev_frame): Add comment on check for
561 inside_entry_func. Only check for inside_entry_file when not a
562 dummy and not a sentinel. Check that the new frame is not inner
567 * frame.c (frame_debug): New variable.
568 (_initialize_frame): Add "set/show debug frame" command.
569 (get_prev_frame): When frame_debug, print reason why unwind
574 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
575 to avoid uintptr_t definition problems.
579 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
580 (SYMBOL_LINKAGE_NAME): Ditto.
581 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
583 (struct general_symbol_info): Expand comment.
584 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
585 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
586 (SYMBOL_MATCHES_REGEXP): Ditto.
587 * symtab.c (symbol_natural_name): New function.
588 * objfiles.h: Replace all uses of SYMBOL_NAME by
589 DEPRECATED_SYMBOL_NAME.
590 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
591 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
592 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
593 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
594 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
595 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
596 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
597 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
598 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
599 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
601 * ada-exp.y: Update copyright.
602 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
603 * cp-valprint.c: Ditto.
607 * infptrace.c (detach): Do not flag error if ptrace detach fails
608 and errno is set to ESRCH.
612 * infptrace.c (udot_info): Change type of udot_off to long. Use
613 paddr when printing udot_off's value.
617 * symtab.c (make_symbol_overload_list): Only read in partial
618 symtabs containing a matching partial symbol.
622 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
623 do the comparison, not strcmp.
624 * symfile.c (compare_psymbols): Ditto.
625 * defs.h: Declare strcmp_iw_ordered.
626 * utils.c (strcmp_iw_ordered): New function.
630 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
631 support, shared libs): Remove my name from here, to better reflect
636 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
637 (target_ops): Add to_have_continuable_watchpoint.
638 * target.c (update_current_target): Add INHERIT line for
639 to_have_continuable_watchpoint.
640 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
641 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
642 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
643 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
647 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
652 * solib.c (solib_open): Call target defined search function after
653 failing with solib-search-path.
654 * solist.h (target_so_ops): Add find_and_open_solib function hook and
655 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
659 * MAINTAINERS: Add myself to Write After section.
663 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
667 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
668 (m68hc11_add_reggroups): New function.
669 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
670 (m68hc11_gdbarch_init): Install the reggroups.
671 (_initialize_m68hc11_tdep): Initialize them.
675 * MAINTAINERS: Update my email address.
679 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
684 * symtab.h: Add opaque declarations of struct axs_value and
686 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
687 (struct location_funcs): New type.
688 (struct symbol): Add "loc" to aux_value.
689 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
690 * dwarf2read.c: Include "dwarf2expr.h".
691 (dwarf2_symbol_mark_computed): New function.
692 (read_func_scope): Use it.
693 (var_decode_location): New function.
694 (new_symbol): Use it.
695 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
697 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
698 (dwarf2expr_h, dwarf2loc_h): New variables.
699 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
700 (dwarf2expr.o, dwarf2loc.o): New rules.
701 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
702 * buildsym.c (finish_block): Handle LOC_COMPUTED and
704 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
705 * m2-exp.y (yylex): Likewise.
706 * printcmd.c (address_info, print_frame_args): Likewise.
707 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
708 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
709 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
710 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
711 * symtab.c (lookup_block_symbol): Likewise.
715 * symtab.h: Remove objc_specific struct
716 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
717 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
718 Have language_objc use cplus_specific struct.
722 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
723 TYPE_NAME, when printing a String value. PR java/1075.
727 * objc-lang.h (find_methods): Remove declaration.
728 * objc-lang.c (find_methods): Make static.
732 * win32-nat.c (get_image_name): Check return value from
734 (child_xfer_memory): Ditto.
738 * configure.in (TARGET_SYSTEM_ROOT): Set default to
739 ${exec_prefix}/${target_alias}/sys-root. Match explicit
740 '${exec_prefix}' (in addition to the expansion thereof) as
742 * configure: Rebuilt.
746 * symtab.c (search_symbols): Revert the search_symbols part of my
747 2002-12-23 patch. Add comment.
751 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
752 * dbxread.c (elfstab_build_psymtabs): Don't call
753 install_minimal_symbols.
754 (stabsect_build_psymtabs): Likewise.
755 * elfread.c (elf_symfile_read): Call install_minimal_symbols
757 * somread.c (som_symfile_read): Call install_minimal_symbols
758 and do_cleanups earlier.
759 * nlmread.c (nlm_symfile_read): Likewise.
760 * mdebugread.c (elfmdebug_build_psymtabs): Call
761 install_minimal_symbols and make appropriate cleanups.
765 * solib.c (reload_shared_libraries): New function.
766 (_initialize_solib): Add callbacks for ``set solib-search-path''
767 and ``set solib-absolute-prefix''.
771 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
773 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
774 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
775 * ada-typeprint.c (ada_typedef_print): Ditto.
776 * ax-gdb.c (gen_var_ref): Ditto.
777 * breakpoint.c (print_one_breakpoint): Ditto.
778 * buildsym.c (finish_block): Ditto.
779 * c-valprint.c (c_val_print): Ditto.
780 * expprint.c (print_subexp): Ditto.
781 * findvar.c (locate_var_value): Ditto.
782 * infcmd.c (jump_command): Ditto.
783 * linespec.c (decode_line_2, decode_compound): Ditto.
784 * maint.c (maintenance_translate_address): Ditto.
785 * objc-lang.c (compare_selectors, compare_classes): Ditto.
786 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
788 * p-valprint.c (pascal_val_print): Ditto.
789 * stabsread.c (define_symbol): Ditto.
790 * stack.c (print_frame, frame_info, print_block_frame_locals)
791 (print_frame_arg_vars, return_command): Ditto.
792 * symfile.c (compare_symbols, compare_psymbols): Ditto.
793 * symmisc.c (print_symbol): Ditto.
794 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
795 (compare_search_syms, print_symbol_info, print_msymbol_info)
796 (rbreak_command): Ditto.
797 * tracepoint.c (tracepoints_info): Ditto.
798 * typeprint.c (typedef_print): Ditto.
799 * valops.c (value_of_variable, hand_function_call): Ditto.
800 * cli/cli-cmds.c (edit_command, list_command): Ditto.
801 * ada-typeprint.c: Update Copyright.
802 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
803 * tracepoint.c, cli/cli-cmds.c: Ditto.
807 * frame.c (generic_unwind_get_saved_register): Make non-static.
808 * frame.h (generic_unwind_get_saved_register): Declare.
809 * mips-tdep.c (read_next_frame_reg): Fetch register from
810 current regcache when frame is NULL.
811 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
813 (mips_get_saved_register): Call generic_unwind_get_saved_register()
814 instead of frame_register_unwind().
818 * remote-sim.c (gdbsim_insert_breakpoint)
819 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
824 * remote.c (_initialize_remote): Add commands "set/show remote
825 hardware-watchpoint-limit" and "set/show remote
826 hardware-breakpoint-limit".
827 (remote_hw_watchpoint_limit): Initialize to -1.
828 (remote_hw_breakpoint_limit): Ditto.
829 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
833 * coff-pe-read.c: New file - support reading of minimal symbols from a
834 portable executable using the export table.
835 * coff-pe-read.h: New file.
836 * coffread.c: Include coff-pe-read.h.
837 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
838 debugging symbols found.
839 * Makefile.in (SFILES): Add coff-pe-read.o.
840 (coff_pe_read_h): Define.
841 (COMMON_OBS): Add coff-pe-read.o.
842 (coffread.o): Add coff_pe_read_h dependency.
843 (coff-pe-read.o): New target.
847 * Makefile.in (SFILES): Add block.c.
849 (COMMON_OBS): Add block.o.
851 (x86-64-tdep.o): Add $(block_h).
852 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
853 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
854 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
855 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
856 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
857 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
858 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
859 * value.h: Add opaque declaration for struct block.
860 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
862 * x86-64-tdep.c: #include "block.h"
863 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
864 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
865 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
866 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
867 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
868 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
869 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
870 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
871 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
872 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
873 * symtab.c (block_function): Ditto.
874 (contained_in): Ditto.
875 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
876 block.h. Add opaque declaration for struct block.
877 * symtab.h: Move block_function and contained_in declarations to
878 block.h. Add opaque declarations for struct block, struct
880 (struct block): Move to block.h.
881 (struct blockvector): Ditto.
882 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
883 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
884 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
885 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
886 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
893 * avr-tdep.c (avr_extract_return_value): Remove function.
894 (avr_store_return_value): Remove function.
895 (avr_extract_struct_value_address): Remove function.
896 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
900 * rs6000-tdep.c: Include "gdb_assert.h".
901 (registers_e500): Add "acc" and "spefscr".
902 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
903 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
904 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
906 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
910 * Makefile.in: Add gdbtk-interps.c.
914 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
915 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
919 * symtab.h (struct objfile): Add opaque declaration.
924 * dbxread.c (process_one_symbol): Use last_function_start rather
925 than function_start_offset to find the real beginning of the
926 current function. The latter is just the text section offset on
927 some systems, the former is always the real function start.
931 * configure.in: Revert ${target} != ${host}.
935 * configure.in (Makefile): Use the test ${target} != ${host},
936 instead of the absence of the "nm.h" file, to determine of the
937 configuration non-native.
938 * configure: Regenerate.
944 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
945 conditionalize tui_active test.
946 (lookup_cmd_1): Ditto.
950 * configure.in: Add check for _etext.
951 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
953 * config.in, configure: regenerated.
957 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
961 * main.c (tui_version): Delete variable.
962 (captured_main): When --tui, set interpreter_p to "tui" instead of
963 enabling tui_version.
964 * printcmd.c (display_command) [TUI]: Test tui_active instead of
966 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
967 * cli/cli-cmds.c (disassemble_command): Ditto.
968 * defs.h (tui_version): Delete declaration.
969 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
970 (tui-interp.o): Add rules.
971 (SUBDIR_TUI_OBS): Add "tui-interp.o".
975 * win32-nat.c (register_loaded_dll): Correctly set address range for
980 * symmisc.c (print_objfile_statistics): Include information about
981 the number of psymtabs and symtabs in each object file.
985 * main.h (struct captured_main_args): Add interpreter_p.
986 * main.c (captured_main): Initialize interpreter_p from context.
987 * gdb.c (main): Set interpreter_p argument.
988 * Makefile.in (gdb.o): Add dependency for interps.h.
992 * event-top.c (cli_command_loop): Delete declaration.
993 (_initialize_event_loop): Delete function setting event_loop_hook.
994 * event-top.h (cli_command_loop): Declare. Update copyright.
995 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
996 * interps.c (current_interp_command_loop): When event_loop_p, call
1001 * interps.h (interp_command_loop_ftype): Change return type to
1006 * x86-64-tdep.c (x86_64_extract_return_value)
1007 (x86_64_store_return_value): Use regcache instead of regbuf.
1008 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1009 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1013 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1014 * aclocal.m4: Regenerate.
1015 * configure: Regenerate.
1017 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1018 TCL_LD_SEARCH_FLAGS.
1022 * dwarf2cfi.c: Reindented.
1026 * interps.c (clear_interpreter_hooks): Convert function definition
1031 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1035 * gdbtypes.h (struct main_type): Move ``length'' field from here...
1036 (struct type): ...to here.
1037 (TYPE_LENGTH): Adjust to reflect different location of ``length''
1039 * gdbtypes.c (make_qualified_type): Set length on newly created type.
1040 (replace_type): Set length on all type variants for a given type.
1044 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1046 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1050 * Makefile.in (symm-nat.o): Update dependencies.
1051 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1052 (lynx-nat.o, ia64-linux-nat.): Ditto.
1053 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1054 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1055 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1057 * Makefile.in (inflow_h): Define.
1058 (procfs.o, inflow.o, procfs.o): Update dependencies.
1059 * inftarg.c (child_stop): Delete extern declaration of
1060 inferior_process_group. Include "inflow.h".
1061 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
1062 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1063 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
1064 (our_process_group, inferior_process_group): Extern declarations.
1066 * procfs.c: Include "gdb_assert.h".
1068 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1069 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1070 * jv-typeprint.c (java_type_print_base): Ditto.
1071 * typeprint.c (typedef_print): Eliminate STREQ.
1072 * cli/cli-script.c (define_command, define_command): Ditto.
1073 * main.c (captured_main): Ditto.
1074 * values.c (lookup_internalvar): Ditto.
1075 * utils.c (safe_strerror, parse_escape): Eliminate assignment
1076 within `if' conditional.
1077 * linespec.c (decode_line_2): Ditto.
1078 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1079 (bfd_openw_with_cleanup): Ditto.
1083 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1084 legacy_extract_return_value and store_return_value to
1085 legacy_return_value.
1089 * win32-nat.c (get_relocated_section_addrs): New function. Find
1090 section load addresses for symbol handling in relocated DLLs.
1091 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1095 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1097 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1099 (angel_RDI_info): Ditto.
1100 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1102 (threads_continue_all_with_signals): Ditto.
1109 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1110 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1111 (SUBDIR_MI_OBS): Add "mi-interp.o".
1112 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1113 (SFILES): Add "interps.c".
1114 (COMMON_OBS): Add "interps.o".
1115 (interps_h, mi_main_h): Define.
1116 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1117 (mi-main.o, main.o, event-top.o): Update dependencies.
1118 * cli/cli-interp.c: New file.
1119 * interps.h, interps.c: New files.
1120 * top.c: (gdb_init): Don't install the default interpreter, handed
1122 * main.c: Include "interps.h".
1123 (interpreter_p): Note that it should malloc'ed.
1124 (captured_command_loop): Call current_interp_command_loop.
1125 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
1126 xfree and xstrdup when updating interpreter_p. Install the
1127 default interpreter. Add hack to stop mi1's copyright notice
1129 * event-top.h (gdb_setup_readline): Declare.
1130 (gdb_disable_readline): Declare.
1131 * event-top.c: Include "interps.h".
1132 (display_gdb_prompt): Call current_interp_display_prompt_p.
1133 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1134 gdb_stdlog, and gdb_stdtarg.
1135 (_initialize_event_loop): Don't call gdb_setup_readline.
1136 * cli-out.c (cli_out_set_stream): New function.
1137 * cli-out.h (cli_out_set_stream): Declare.
1141 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1142 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
1143 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1144 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1145 config/i386/i386v42mp.mt: Removed.
1149 * configure.tgt (*-*-solaris*): Set gdb_osabi to
1154 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1155 2.12.1 and earlier versions.
1159 Remove orphaned hosts, targets and files.
1160 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1161 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1162 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1163 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1164 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1165 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1166 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1167 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1168 * config/sparc/tm-sp64sim.h: Delete.
1169 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1171 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1172 mips*-dec-mach3* targets.
1176 * NEWS: Fix typo: sepcifying -> specifying.
1180 * dwarfread.c: Add documentation on the state of dwarf-1,
1181 looking towards obsoletion.
1185 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1186 gdb/testsuite/gdb.c++/pr-1023.exp.
1190 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1191 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1193 * utils.c (init_page_info): Delete reference to MPW in comments.
1194 * main.c (captured_main): Delete #ifdef MPW.
1198 * NEWS: Note that the m32r-*-elf* is obsolete.
1199 * monitor.c (monitor_expect): Obsolete reference to m32r.
1200 * configure.tgt: Mark m32r-*-elf* as obsolete.
1201 * MAINTAINERS: Mark m32k as obsolete.
1202 * m32r-rom.c: Obsolete file.
1203 * config/m32r/m32r.mt: Obsolete file.
1204 * config/m32r/tm-m32r.h: Obsolete file.
1205 * m32r-stub.c: Obsolete file.
1206 * m32r-tdep.c: Obsolete file.
1210 * NEWS: Mention that the z8k-zilog-none is obsolete.
1211 * MAINTAINERS: Mark z8k as obsolete.
1212 * configure.tgt: Obsolete the z8k-*-coff* target.
1213 * config/z8k/z8k.mt: Obsolete file.
1214 * config/z8k/tm-z8k.h: Obsolete file.
1215 * z8k-tdep.c: Obsolete file.
1219 * NEWS: Mention that the mn10200-elf is obsolete.
1220 * configure.tgt: Obsolete mn10200-*-* target.
1221 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1222 mention that the mn10200 is obsolete.
1223 * breakpoint.h: Ditto.
1224 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1225 * config/mn10200/mn10200.mt: Obsolete file.
1226 * config/mn10200/tm-mn10200.h: Obsolete file.
1227 * mn10200-tdep.c: Obsolete file.
1231 * MAINTAINERS: Mark h8500 as obsolete.
1232 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1233 * findvar.c (value_from_register): Ditto.
1234 * h8500-tdep.c: Mark file as obsolete.
1235 * config/h8500/h8500.mt: Ditto.
1236 * config/h8500/tm-h8500.h: Ditto.
1237 * NEWS: Mention that h8500 is obsolete.
1241 * objfiles.c (allocate_objfile): Always set name. Add comment at
1243 * jv-lang.c (get_dynamics_objfile): Add comment.
1247 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1248 * printcmd.c (build_address_symbolic): Replace uses of
1249 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1250 SYMBOL_NAME, and asm_demangle.
1255 * linespec.c (decode_compound): Extract code into
1257 (lookup_prefix_sym): New function.
1261 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1262 FLOAT_COERCION_BADNESS.
1263 * gdbtypes.c (rank_one_type): Replace all uses of
1264 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1268 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1269 section, let dwarf_macinfo_section point to it, not
1275 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1276 (ppc_linux_at_sigtramp_return_path): Use it.
1280 * defs.h (streq): Add prototype.
1281 * utils.c (streq): New function.
1283 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1284 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1285 * mdebugread.c (new_symbol): Likewise.
1286 * stabsread.c (define_symbol): Likewise.
1287 * coffread.c (process_coff_symbol): Likewise.
1288 * dwarfread.c (new_symbol): Likewise.
1290 * minsyms.c (prim_record_minimal_symbol_and_info): Use
1291 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
1293 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1294 SYMBOL_INIT_DEMANGLED_NAME.
1295 * objfiles.c: Include "hashtab.h".
1296 (allocate_objfile): Call htab_set_functions_ex for the
1297 demangled_names_hash.
1298 (free_objfile): Call htab_delete for the demangled_names_hash.
1299 * objfiles.h (struct htab): Add declaration.
1300 (struct objfile): Add demangled_names_hash.
1301 * symfile.c: Include "hashtab.h".
1302 (reread_symbols): Call htab_delete for the demangled_names_hash.
1303 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1304 SYMBOL_NAME in the bcache.
1305 * symtab.c: Include "hashtab.h". Update comments.
1306 (create_demangled_names_hash, symbol_set_names): New functions.
1307 (symbol_find_demangled_name): New function, broken out from
1308 symbol_init_demangled_names.
1309 (symbol_init_demangled_names): Use it.
1310 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1311 (SYMBOL_SET_NAMES): New macro.
1312 (symbol_set_names): Add prototype.
1316 Use a single, consistent representation for an empty minimal
1317 symbol table in an objfile.
1318 * objfiles.c (terminate_minimal_symbol_table): New function.
1319 (allocate_objfile): Call it.
1320 * objfiles.h (terminate_minimal_symbol_table): New declaration.
1321 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1323 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1324 objfile has minimal symbols, compare minimal_symbol_count to zero,
1325 instead of comparing msymbols with NULL.
1326 * objfiles.c (have_minimal_symbols): Same.
1327 * solib-sunos.c (solib_add_common_symbols): Call
1328 terminate_minimal_symbol_table.
1329 * symfile.c (reread_symbols): Same.
1333 * s390-tdep.c (s390_address_class_type_flags)
1334 (s390_address_class_type_flags_to_name)
1335 (s390_address_class_name_to_type_flags): New functions.
1336 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1337 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1341 * arm-tdep.c: Fix spell-o in comment.
1345 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1346 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1347 error messages to contain BFD filename.
1351 Fix PR gdb/742 gdb/743 gdb/877
1352 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1353 (do_mixed_source_and_assembly): Use
1354 make_cleanup_ui_out_tuple_begin_end and
1355 make_cleanup_ui_out_tuple_begin_end.
1356 (do_mixed_source_and_assembly): Ditto.
1357 * thread.c (do_captured_list_thread_ids): Ditto.
1358 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1359 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1360 ui_out_tuple_end): Delete prototypes.
1361 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1362 ui_out_list_end, ui_out_tuple_end): Delete.
1365 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1366 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1367 (do_cleanup_table_end): New functions.
1368 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1369 Use cleanups to invoke_ui_out_tuple_end().
1370 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1371 * cli/cli-setshow.c (cmd_show_list): Use
1372 make_cleanup_ui_out_tuple_begin_end.
1376 * frame.c (frame_unwind_register): New function.
1377 (frame_unwind_unsigned_register): Use.
1378 (frame_unwind_signed_register): Use.
1379 (frame_read_register): New function.
1380 * frame.h (frame_unwind_register): Declare.
1381 (frame_read_register): Declare.
1383 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1384 and frame_unwind_register instead of read_memory, write_register
1385 and deprecated_write_register_bytes.
1389 * frame.h: Note that namelen can be negative.
1390 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1393 * NEWS: Mention that the d10v's `regs' command is deprecated.
1394 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1395 (d10v_print_registers_info): New function.
1396 (show_regs): Call d10v_print_registers_info.
1397 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1401 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1402 lost in the previous patch.
1407 * stack.c (print_frame_info_base): Output complete FRAME tuple
1408 for synthesized frames.
1412 * mips-nat.c (zerobuf): Delete.
1413 (fetch_inferior_registers): Alloc local zerobuf.
1414 (fetch_core_registers): Alloc local zerobuf.
1415 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1416 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1417 * thread-db.c (thread_db_store_registers): Ditto.
1418 * sh-tdep.c (sh_do_register): Ditto.
1419 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1420 * remote-sim.c (gdbsim_store_register): Ditto.
1421 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1422 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1423 * monitor.c (monitor_supply_register): Ditto.
1424 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1425 * mips-nat.c (fetch_inferior_registers): Ditto.
1426 * m68klinux-nat.c (fetch_register): Ditto.
1427 * lynx-nat.c (fetch_inferior_registers): Ditto.
1428 (fetch_inferior_registers): Ditto.
1429 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1430 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1431 (hpux_thread_store_registers): Ditto.
1432 * hppah-nat.c (fetch_register): Ditto.
1433 * hppab-nat.c (fetch_register): Ditto.
1434 * hppa-tdep.c (pa_register_look_aside): Ditto.
1435 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1436 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1440 * gdbarch.sh: Explictly specify all method levels. When a
1441 variable with an empty level, provide a non-multi-arch default.
1442 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1443 * gdbarch.h: Re-generate.
1444 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1445 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1449 * defs.h (host_pointer_to_address): Delete declaration.
1450 (address_to_host_pointer): Delete declaration.
1451 * utils.c (host_pointer_to_address): Delete function.
1452 (address_to_host_pointer): Delete function.
1453 * procfs.c (procfs_address_to_host_pointer): New function.
1454 * procfs.c (proc_set_watchpoint): Use.
1455 (procfs_can_use_hw_breakpoint): Update comments.
1456 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1457 (som_solib_add): Use.
1458 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1459 * hppa-tdep.c (unwind_command): Use.
1463 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1466 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1467 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1468 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1469 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1470 (define_symbol): Update.
1471 * symfile.c (generic_load): Remove references to nindy.
1472 * symtab.c: Remove references to nindy.
1476 * infcmd.c (print_float_info): Delete code conditional on
1478 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1479 * config/m68k/nm-apollo68b.h: Ditto.
1480 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1481 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1482 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1486 * config/i386/tm-i386os9k.h: Removed.
1488 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1489 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1490 they're identical to i[3456]86-*-sysv* now.
1491 * config/i386/i386v32.mh: Removed.
1492 * config/i386/xm-i386v32.h: Removed.
1493 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1495 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1497 * config/i386/i386dgux.mh: Removed.
1498 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1500 * configure.in: Fix typo.
1501 * configure: Regenerated.
1505 * dwarf2read.c (dwarf2_locate_sections): Set
1506 dwarf_ranges_section.
1510 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1511 * utils.c: Update comments documenting legitimate uses of PTR.
1513 * utils.c: Re-indent.
1515 * config/djgpp/fnchange.lst: Delete nindy files.
1516 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1517 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1518 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1519 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1520 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1521 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1522 * Makefile.in (init.c): Remove nindy references.
1523 (saber_gdb): Delete rule.
1524 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1525 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1527 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1528 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1529 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1530 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1532 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1533 * saber.suppress: Delete file.
1537 * dbxread.c (stabs_data): New static variable.
1538 (fill_symbuf): Support an in-memory buffer for stabs data.
1539 (stabs_seek): New function.
1540 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1541 (read_ofile_symtab): Use stabs_seek.
1542 (elfstab_build_psymtabs): Take an asection* instead of
1543 an offset and size. Relocate the stabs data if necessary.
1544 Save the section* for dbx_psymtab_to_symtab.
1545 * dwarf2read.c: Add section variables for each debug section.
1546 (dwarf2_locate_sections): Fill them in.
1547 (dwarf2_read_section): Take an asection* argument.
1548 Relocate the section contents if necessary.
1549 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1550 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1551 it to dwarf2_read_section.
1552 (dwarf2_build_frame_info): Update callers.
1553 * elfread.c (elf_symfile_read): Update call to
1554 elfstab_build_psymtabs.
1555 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1556 (DBX_STAB_SECTION): New macro.
1557 * stabsread.h (elfstab_build_psymtabs): Update prototype.
1558 * symfile.c (symfile_dummy_outputs): New function.
1559 (symfile_relocate_debug_section): New function.
1560 * symfile.h (symfile_relocate_debug_section): Add prototype.
1564 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1565 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
1566 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1567 * alpha-tdep.c (alpha_register_name): Add "unique".
1568 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1569 (ALPHA_UNIQUE_REGNUM): New.
1570 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1574 * README: Remove reference to Ericsson 1800 monitor.
1575 * Makefile.in (remote-es.o): Delete rule.
1576 (ALLDEPFILES): Delete remote-es.c.
1577 * remote-es.c: Delete file.
1578 * config/m68k/es1800.mt: Delete file.
1579 * config/djgpp/fnchange.lst: Update.
1580 * configure.tgt: Delete m68*-ericsson-* target.
1584 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
1585 Remove duplicate/shadowing variable of same name.
1589 * symfile.c (find_separate_debug_file): Assert that the objfile's
1590 directory name we compute ends with a slash, and then assume that
1591 that's so everywhere we use it.
1595 * valops.c (value_assign): Flush frame cache after stores to memory
1600 * Makefile.in (mon960-rom.o): Delete rule.
1601 * mon960-rom.c: Delete file.
1605 * d10v-tdep.c: Include "frame-unwind.h".
1606 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
1608 (next_addr, uses_frame): Delete.
1609 (struct d10v_unwind_cache): Define.
1610 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
1611 Use info instead of next_addr and uses_frame globals.
1612 (d10v_frame_init_saved_regs): Delete function.
1613 (d10v_init_extra_frame_info): Delete function.
1614 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
1615 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
1616 init_frame_pc or frame_saved_pc.
1617 (d10v_pop_frame): Delete function.
1618 (do_d10v_pop_frame): Delete function.
1619 (d10v_frame_chain): Delete function.
1620 (d10v_frame_chain_valid): Delete function.
1621 (d10v_frame_pc_unwind): New function.
1622 (d10v_frame_id_unwind): New function.
1623 (saved_regs_unwinder): New function.
1624 (d10v_frame_register_unwind): New function.
1625 (d10v_frame_pop): New function.
1626 (d10v_frame_unwind): New variable.
1627 (d10v_frame_p): New function.
1628 (d10v_frame_saved_pc): Delete function.
1629 * Makefile.in (d10v-tdep.o): Update dependencies.
1633 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1634 causing some regressions due to a change in the default value
1642 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
1644 (RANGES_SECTION): New.
1645 (dwarf_ranges_buffer): New variable.
1646 (struct comp_unit_head): Add member "die".
1647 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1648 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1649 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1650 (dwarf2_locate_sections): Likewise.
1651 (dwarf2_build_psymtabs): Read .debug_ranges.
1652 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1653 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
1654 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1655 Look for DW_AT_ranges and return the bounding box.
1659 * win32-nat.c (cygwin_pid): Removed as unused.
1660 (child_attach): Try fall back to Cygwin pid.
1664 * objfiles.h (struct objfile): Doc fix.
1668 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1669 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1670 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1671 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1672 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1673 (FRAME_SAVED_PC): Change to a function with predicate.
1674 * gdbarch.h, gdbarch.c: Re-generate.
1678 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1680 * complaints.c (complain): Delete function.
1681 * complaints.h (struct deprecated_complaint): Delete definition.
1682 (complain): Delete declaration.
1686 * mips-tdep.c (mips_init_extra_frame_info): Return early for
1691 * sentinel-frame.h, sentinel-frame.c: New files.
1692 * Makefile.in (frame.o): Update dependencies.
1693 (SFILES): Add sentinel-frame.c.
1694 (sentinel_frame_h): Define.
1695 (COMMON_OBS): Add sentinel-frame.o.
1696 (sentinel-frame.o): Specify dependencies.
1697 * frame.c: Include "sentinel-frame.h".
1698 (frame_register_unwind): Rewrite assuming that there is always a a
1700 (frame_register, generic_unwind_get_saved_register): Ditto.
1701 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1702 (create_sentinel_frame, unwind_to_current_frame): New functions.
1703 (get_current_frame): Rewrite using create_sentinel_frame and
1704 unwind_to_current_frame. When possible, always create a frame.
1705 (create_new_frame): Set next to the sentinel frame.
1706 (get_next_frame): Rewrite. Don't go below the level 0 frame.
1707 (deprecated_update_frame_pc_hack): Update the next frame's PC and
1708 ID cache when necessary.
1709 (frame_saved_regs_id_unwind): Use frame_relative_level.
1710 (deprecated_generic_get_saved_register): Use frame_relative_level,
1711 get_frame_saved_regs, get_frame_pc, get_frame_base and
1713 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1718 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1722 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1723 (maintenance_set_profile_cmd): Use error () instead of warning ().
1727 * configure.in: Check that -pg works if using --enable-profiling.
1728 Check for monstartup and _mcleanup regardless of --enable-profiling.
1729 * maint.c: Check for monstartup and _mcleanup before using them.
1730 * config.in: Regenerated.
1731 * configure: Regenerated.
1739 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1740 (sh2e_show_regs): New.
1741 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1742 * config/sh/tm-sh.h: Added sh2e to comments.
1746 * symfile.c (syms_from_objfile): Don't print the "(no debugging
1747 symbols found)" message here; we haven't checked for a separate
1748 debug info file yet, so we don't know yet.
1749 (symbol_file_add_with_addrs_or_offsets): Print it here, after
1750 we've looked everywhere. Also, there's no need to print a special
1751 message when we're loading the separate debug info file: the one
1752 symbol_file_add prints is fine.
1757 Add support for executables whose debug info has been separated
1758 out into a separate file, leaving only a link behind.
1759 * objfiles.h (struct objfile): New fields: separate_debug_objfile
1760 and separate_debug_objfile_backlink.
1761 (put_objfile_before): New declaration.
1762 * symfile.c: #include "filenames.h".
1763 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1764 debug info in a separate file, read that, too. Save the addrs
1765 argument, so we can use it again to read the separated debug info;
1766 syms_from_objfile modifies the table we pass it.
1767 (reread_symbols): After re-reading an objfile, call
1768 reread_separate_symbols to refresh its separate debug info
1769 objfile, if it has one.
1770 (reread_separate_symbols, find_separate_debug_file,
1771 get_debug_link_info, separate_debug_file_exists): New functions.
1772 (debug_file_directory): New global var.
1773 (_initialize_symfile): Initialize debug_file_directory, and
1774 provide the new `set debug-file-directory' command to let the user
1776 * objfiles.c (free_objfile): If this objfile has its debug info in
1777 a separate objfile, free that one too. If this is itself a
1778 separate debug info objfile, clear our parent's backlink.
1779 (put_objfile_before): New function.
1780 * utils.c (gnu_debuglink_crc32): New function.
1781 * defs.h (gnu_debuglink_crc32): New declaration.
1782 * Makefile.in (symfile.o): Note dependency on "filenames.h".
1783 * configure.in: Handle --with-separate-debug-dir config option.
1784 * acinclude.m4 (AC_DEFINE_DIR): New macro.
1785 * acconfig.h (DEBUGDIR): New macro.
1786 * configure, aclocal.m4, config.in: Regenerated.
1790 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1791 like the old symbol_file_add, but taking new arguments: you can
1792 now pass in either a `struct section_addr_info' list to say where
1793 each section is loaded, or a `struct section_offsets' table. Pass
1794 these new arguments through to syms_from_objfile as appropriate.
1795 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
1796 with the appropriate quiescent values for the new arguments.
1798 * symfile.c: #include "gdb_assert.h".
1799 (syms_from_objfile): Add the ability to pass in a section offset
1800 table directly, as an alternative to the section_addr_info table.
1801 Document arguments better.
1802 (symbol_file_add): Pass extra arguments to syms_from_objfile.
1803 * symfile.h (syms_from_objfile): Update declaration.
1804 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1806 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1812 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1813 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1814 * NEWS: Mention profiling.
1815 * configure.in (--enable-gdbtk): Fix typo.
1816 (--enable-profiling): New. Set PROFILE_CFLAGS.
1817 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1819 (profiling_state): New variable.
1820 (mcleanup_wrapper): New function.
1821 (_initialize_maint): Remove NOTYET, fix call to
1822 add_setshow_boolean_cmd for "maint set profile".
1823 * configure: Regenerated.
1827 * Makefile.in (install-gdbtk): Install PNG images too.
1831 * exec.c (text_start): Delete global variable.
1832 (exec_file_attach): Make text_start local to the function.
1833 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1834 * valops.c (hand_function_call): Delete code that handles
1835 BEFORE_TEXT_END and AFTER_TEXT_END.
1836 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1837 of CALL_DUMMY_LOCATION.
1838 * gdbarch.c: Regenerate.
1839 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1840 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1841 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1842 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1843 (text_end): Delete extern declaration.
1847 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1848 * blockframe.c (backtrace_below_main): Move to "frame.c".
1849 (frame_chain_valid): Delete check for backtrace_below_main.
1850 (_initialize_blockframe): Delete initialization, move ``set
1851 backtrace-below-main'' command to "frame.c".
1852 (do_flush_frames_sfunc): Delete function.
1853 * frame.c: Include "command.h" and "gdbcmd.h".
1854 (frame_type_from_pc): New function.
1855 (create_new_frame): Use frame_type_from_pc.
1856 (legacy_get_prev_frame): New function.
1857 (get_prev_frame): Rewrite. When an old style frame, call
1858 legacy_get_prev_frame. Otherwize, unwind the PC first.
1859 (_initialize_frame): Add ``set backtrace-below-main'' command.
1860 * Makefile.in (frame.o): Update dependencies.
1864 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1865 DEPRECATED_REGISTERS_INFO.
1869 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1870 Maintainers'. Update `Various Maintainers'.
1874 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1875 * gdbarch.sh (POP_FRAME): Change to function with predicate.
1876 Suppress actual parameters when `-'.
1877 * gdbarch.h, gdbarch.c: Regenerate.
1881 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1882 code handling dummy frames.
1886 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1887 (struct frame_unwind): Add field pop.
1888 * frame.h (frame_pop): Declare.
1889 * frame.c (frame_saved_regs_pop): New function.
1890 (trad_frame_unwinder): Add frame_saved_regs_pop.
1891 (frame_pop): New function.
1892 * dummy-frame.c (dummy_frame_pop): New function.
1893 (discard_innermost_dummy): New function.
1894 (generic_pop_dummy_frame): Use discard_innermost_dummy.
1895 (dummy_frame_unwind): Add dummy_frame_pop.
1896 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1897 * valops.c (hand_function_call): Ditto.
1898 * stack.c (return_command): Ditto.
1902 * cris-tdep.c: Fix function declaration indentation.
1903 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1904 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1905 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1906 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1907 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1908 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1912 * README (Unpacking and Installation -- quick overview):
1913 Warn against ".../gdb-5.3/gdb/configure".
1917 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1918 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1919 (struct frame_unwind): Declare opaque.
1920 (dummy_frame_p): Declare function.
1921 * dummy-frame.c (dummy_frame_id_unwind): Make static.
1922 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1923 * dummy-frame.c: Include "frame-unwind.h".
1924 (dummy_frame_p): New function.
1925 (dummy_frame_unwind): New variable.
1926 * frame.c: Include "frame-unwind.h".
1927 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1928 to use the new unwind field.
1929 (set_unwind_by_pc): Delete function.
1930 (create_new_frame, get_prev_frame): Set unwind field using
1931 frame_unwind_find_by_pc.
1932 (trad_frame_unwind, trad_frame_unwinder): New variables.
1933 * frame.h (trad_frame_unwind): Declare variable.
1934 (frame_id_unwind_ftype): Delete declaration.
1935 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1936 (struct frame_unwind): Declare opaque.
1937 (struct frame_info): Replace the fields id_unwind, pc_unwind and
1938 register_unwind with a single unwind pointer.
1939 * frame-unwind.h, frame-unwind.c: New files.
1940 * Makefile.in (SFILES): Add frame-unwind.c.
1941 (frame_unwind_h): Define.
1942 (COMMON_OBS): Add frame-unwind.o.
1943 (frame-unwind.o): Specify dependencies.
1944 (frame.o, dummy-frame.o): Update dependencies.
1948 * ada-valprint.c: Eliminate PTR.
1949 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1950 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1951 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1952 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1953 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1954 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1955 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1959 * main.c (captured_main): Don't use PTR.
1960 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1961 * gdbtypes.c (lookup_primitive_typename): Ditto.
1962 (lookup_struct_elt_type): Ditto.
1963 * f-valprint.c (info_common_command): Ditto.
1964 (list_all_visible_commons): Ditto.
1965 * jv-typeprint.c (java_type_print_base): Ditto.
1967 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1968 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1969 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
1970 i386-interix-nat.c and i386-interix-tdep.c. Rename
1971 m68klinux-nat.c and m68klinux-tdep.c. Rename
1972 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
1973 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
1974 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1975 * main.c (captured_main): Use xfree, not free.
1979 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1980 ID back using a parameter.
1981 * frame.c (frame_id_unwind): Update call.
1982 (frame_saved_regs_id_unwind): Update.
1983 * dummy-frame.c (dummy_frame_id_unwind): Update function.
1984 * dummy-frame.h (struct frame_id): Add opaque declaration.
1985 (dummy_frame_id_unwind): Update declaration.
1989 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
1993 * MAINTAINERS (Stephen P. Smith): Updated email address.
1998 * breakpoint.c (until_break_command): Add new argument. Use it to
1999 decide whether to stop only at the current frame or not.
2000 * breakpoint.h (until_break_command): Update prototype.
2001 * infcmd.c (until_command): Add new argument to until_break_command
2003 (advance_command): New function.
2004 (_initialize_infcmd): Update help string for 'until' command.
2005 Add new 'advance' command.
2009 * linespec.c (decode_line_1): Normalize comments.
2011 (locate_first_half): Ditto.
2012 (decode_compound): Ditto.
2013 (symtab_from_filename): Ditto.
2014 (decode_all_digits): Ditto.
2015 (decode_dollar): Ditto.
2016 (find_methods): Ditto.
2017 (find_toplevel_char): Ditto.
2021 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2022 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2023 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2024 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2025 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2026 * language.c, language.h, m32r-tdep.c: Update copyright.
2027 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2028 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2029 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2030 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2031 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2032 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2036 * stabsread.h (process_later, resolve_cfront_continuation):
2038 Update copyright years.
2039 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2040 Update copyright year.
2041 * dbxread.c(struct cont_elem): Obsolete.
2042 (process_later, process_now): Obsolete functions.
2043 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2044 Update copyright year.
2045 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2046 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2047 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2048 (parse_partial_symbols): Obsolete cfront support.
2050 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2052 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2053 read_cfront_baseclasses, read_cfront_member_functions,
2054 resolve_cfront_continuation,read_cfront_static_fields,
2055 copy_cfront_struct_fields): Obsolete functions.
2056 (define_symbol, read_one_struct_field): Obsolete cfront support.
2057 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2058 Update Copyright year.
2062 * stack.c (print_frame_info, print_stack_frame_base_stub,
2063 print_stack_frame_base, show_and_print_stack_frame_stub,
2064 show_and_print_stack_frame, print_only_stack_frame_stub,
2065 print_only_stack_frame): Delete functions.
2066 (print_stack_frame_stub): Call print_frame_info instead of
2067 print_frame_info_base.
2068 (print_frame_info_base): Rename to print_frame_info.
2069 (backtrace_command_1): Call print_frame_info, instead of
2070 print_frame_info_base.
2071 (current_frame_command): Call print_stack_frame, instead of
2072 print_only_stack_frame.
2073 (frame_command): Call print_stack_frame, instead of
2074 show_and_print_stack_frame.
2075 (up_command): Ditto.
2076 (down_command): Ditto.
2077 * frame.h (print_only_stack_frame): Delete prototype.
2078 * infrun.c (normal_stop): Call print_stack_frame, instead of
2079 show_and_print_stack_frame.
2080 * thread.c (info_threads_command): Call print_stack_frame, instead
2081 of print_only_stack_frame.
2085 * README (Graphical interface to GDB): Update URL. Point at
2088 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
2093 * symtab.c (find_pc_sect_line): Don't consider end-of-function
2098 * thread-db.c (attach_thread): Prototype.
2099 (struct private_thread_info): Remove lwpid. Add thread handle (th),
2100 thread information (ti), and valid flags (th_valid, ti_valid).
2101 (attach_thread): Move target_pid_to_str call to after the thread
2102 is added to GDB's list. Initialize the cache.
2103 (thread_get_info_callback, thread_db_map_id2thr)
2104 (thread_db_get_info): New functions.
2105 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2106 (thread_db_store_registers, thread_db_thread_alive)
2107 (thread_db_get_thread_local_address): Use them.
2108 (thread_db_pid_to_str): Likewise. Return "Missing" instead
2109 of calling error() for threads in unknown state.
2111 (clear_lwpid_callback): New function.
2112 (thread_db_resume): Use it to clear the cache.
2116 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2117 (resume_callback): Remove dead code.
2121 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2123 * gdbarch.h, gdbarch.c: Regenerate.
2124 * stack.c (frame_info): Only initialize the saved registers when
2125 FRAME_INIT_SAVED_REGS_P.
2126 * frame.c (frame_saved_regs_register_unwind): Assert
2127 FRAME_INIT_SAVED_REGS_P.
2128 (deprecated_generic_get_saved_register): Ditto.
2132 * source.c (openp): Squelch warning about "filename".
2136 * source.c (openp): If the file does not exist don't necessarily
2142 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2143 (integer_types_same_name_p): New function.
2144 (rank_one_type): Use it.
2145 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2149 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2151 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2152 * configure.in: Add --with-sysroot.
2153 * configure: Regenerated.
2154 * main.c (gdb_sysroot): New variable.
2155 (captured_main): Initialize gdb_sysroot.
2156 * defs.h (gdb_sysroot): New extern declaration.
2157 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2161 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2165 * top.c (print_gdb_version): Bump copyright year to 2003.
2169 * linespec.c (symtab_from_filename): Rename variable 's' to
2174 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2176 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2180 * d10v-tdep.c: Include "gdb_assert.h".
2181 (d10v_store_return_value): Rewrite to match current interface.
2182 (d10v_extract_struct_value_address): Ditto.
2183 (d10v_extract_return_value): Ditto.
2184 (d10v_gdbarch_init): Set store_restore_value,
2185 extract_struct_value_address and extract_return_value.
2189 * hpread.c (set_namestring): New procedure replacing the
2190 SET_NAMESTRING macro.
2191 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2192 by calls to set_namestring.
2196 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2197 a compilation warning.
2198 (hpread_process_one_debug_symbol): Likewise.
2202 * linespec.c (decode_line_1): Rename variable 's' to
2204 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2205 (decode_dollar): Ditto.
2206 (decode_variable): Ditto.
2207 (symbol_found): Ditto.
2211 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2215 * win32-nat.c (set_process_privilege): New function.
2216 (child_attach): Call set_process_privilege() to enable the
2217 SE_DEBUG_NAME user privilege if available in process token.
2221 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2222 compilation error in the previous revision.
2226 * linespec.c: Update copyright.
2230 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2232 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2236 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2238 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2239 (frame_saved_regs_zalloc): Update.
2240 (frame_saved_regs_register_unwind): Update.
2241 (create_new_frame): Update.
2242 (get_prev_frame): Update.
2243 (frame_extra_info_zalloc): Update.
2244 (deprecated_get_frame_saved_regs): Update.
2245 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2246 * cris-tdep.c: Update comment.
2248 * somsolib.h: Fix function indentation.
2249 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2250 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2251 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2252 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2253 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2255 * infrun.c (follow_fork): Use ISO C definition.
2256 * expprint.c (print_subexp): Use xfree instead of free.
2257 * charset.c: Include "gdb_string.h" instead of <string.h>.
2258 (register_iconv_charsets): Use ISO C definition.
2259 (host_charset, target_charset): Ditto.
2260 * Makefile.in (charset.o): Update dependencies.
2261 (mi-cmd-env.o): Update dependencies.
2265 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2270 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2271 build directories. Save edited gdb output in Mbuild.log. If a
2272 build fails, remove any final GDB executable.
2276 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2277 replacing hex constants with function names and stripping leading
2278 file name directory prefixes.
2282 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2287 * linespec.c (decode_line_1): Move code into decode_variable.
2288 (decode_variable): New function.
2292 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2296 * cris-tdep.c (cris_frame_init_saved_regs): Use
2297 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2299 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2300 (sh64_nofp_frame_init_saved_regs): Ditto.
2301 (sh_fp_frame_init_saved_regs): Ditto.
2302 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2303 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2304 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2305 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2309 * minsyms.c (lookup_minimal_symbol): Update comment.
2310 (lookup_minimal_symbol_text): Update comment. Use the hash table.
2311 (lookup_minimal_symbol_solib_trampoline): Likewise.
2315 * d10v-tdep.c (d10v_init_extra_frame_info): Use
2316 frame_relative_level.
2318 * alpha-tdep.c: Use get_frame_extra_info.
2319 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2320 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2321 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2322 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2324 * alpha-tdep.c: Use get_next_frame.
2325 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2326 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2327 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2328 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2329 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2330 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2331 * xstormy16-tdep.c: Ditto.
2335 * alpha-tdep.c: Use get_frame_base.
2336 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2337 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2338 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2339 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2340 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2341 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2342 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2343 * config/sparc/tm-sparc.h: Ditto.
2347 * frame.c (deprecated_get_frame_context): New function.
2348 (deprecated_set_frame_context): New function.
2349 * frame.h (deprecated_get_frame_context): Declare.
2350 (deprecated_set_frame_context): Declare.
2351 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2352 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2356 * frame.c (deprecated_set_frame_next_hack): New function.
2357 (deprecated_set_frame_prev_hack): New function.
2358 * frame.h (deprecated_set_frame_next_hack): Declare.
2359 (deprecated_set_frame_prev_hack): Declare.
2360 * mcore-tdep.c (analyze_dummy_frame): Use
2361 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2362 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2366 * linespec.c (decode_line_1): Move code into decode_dollar.
2367 (decode_dollar): New function.
2371 * arm-tdep.c (arm_init_extra_frame_info): Use
2372 deprecated_update_frame_base_hack.
2373 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2374 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2375 (fix_frame_pointer): Ditto.
2376 (mn10300_analyze_prologue): Ditto.
2380 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2381 extra_info using frame_extra_info_zalloc.
2382 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2383 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2384 (sh64_init_extra_frame_info): Ditto.
2385 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2386 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2387 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2388 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2389 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2390 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2391 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2392 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2393 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2394 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2395 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2396 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2398 * mn10300-tdep.c (analyze_dummy_frame): Use
2399 deprecated_set_frame_extra_info_hack.
2400 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2404 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2405 class is not scText. These do not define "real" procedures.
2406 (parse_partial_symbols): Likewise.
2410 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2414 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2415 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2416 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2417 deprecated_frame_xmalloc_with_cleanup.
2418 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2419 deprecated_frame_xmalloc.
2420 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2421 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2425 * x86-64-linux-tdep.c: Include "osabi.h".
2426 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2428 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2432 * MAINTAINERS (Target Instruction Set Architectures): Update
2433 arm-elf. Can be built with -Werror, has been multiarched.
2435 * value.h (unpack_long): Make buffer parameter constant.
2436 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2437 * scm-lang.h (scm_parse): Ditto.
2438 * defs.h (extract_typed_address, extract_address): Ditto.
2439 (extract_long_unsigned_integer): Ditto.
2440 * inferior.h (unsigned_pointer_to_address): Ditto.
2441 (signed_pointer_to_address): Ditto.
2442 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2443 * gdbarch.h, gdbarch.c: Regenerate.
2444 * findvar.c (extract_long_unsigned_integer): Update.
2445 (extract_address): Update.
2446 (extract_typed_address): Update.
2447 (unsigned_pointer_to_address): Update.
2448 * values.c (unpack_long): Update.
2449 (unpack_double): Update.
2450 (unpack_pointer): Update.
2451 (unpack_field_as_long): Update.
2452 * d10v-tdep.c (d10v_pointer_to_address): Update.
2453 * avr-tdep.c (avr_pointer_to_address): Update.
2454 * scm-lang.c (scm_unpack): Update.
2455 * findvar.c (signed_pointer_to_address): Update.
2459 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2460 since it is in i386-tdep.c.
2464 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2465 failure introduced in the previous change.
2469 * README: Remove references to deleted remote-*.c files:
2470 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2471 remote-nrom.c, remote-os9k.c, remote-udi.c.
2475 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2476 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2477 i386_get_longjmp_target.
2481 * arm-tdep.c (prologue_cache): Change to a pointer.
2482 (_initialize_arm_tdep): Allocate prologue_cache.
2483 (check_prologue_cache): Update.
2484 (save_prologue_cache): Update.
2485 (arm_gdbarch_init): Update.
2489 * stabsread.c (update_method_name_from_physname): Call complaint()
2494 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2495 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2496 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2498 * blockframe.c: Include "gdbcmd.h" and "command.h".
2499 (backtrace_below_main): New variable.
2500 (file_frame_chain_valid, func_frame_chain_valid)
2501 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2502 (generic_func_frame_chain_valid): Remove functions.
2503 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2504 (_initialize_blockframe): New function.
2505 * Makefile.in (blockframe.o): Update dependencies.
2506 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2507 comment. Call frame_chain_valid ().
2508 * frame.h: Remove old prototypes. Add prototype for
2509 frame_chain_valid and update comments to match.
2510 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2512 * gdbarch.h: Regenerated.
2513 * gdbarch.c: Regenerated.
2515 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2516 set_gdbarch_frame_chain_valid.
2517 * avr-tdep.c (avr_gdbarch_init): Likewise.
2518 * cris-tdep.c (cris_gdbarch_init): Likewise.
2519 * frv-tdep.c (frv_gdbarch_init): Likewise.
2520 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2521 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2522 (i386_nw_init_abi): Likewise.
2523 (i386_gdbarch_init): Likewise.
2524 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2526 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2527 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2528 * mips-tdep.c (mips_gdbarch_init): Likewise.
2529 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2530 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2531 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2532 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2533 * s390-tdep.c (s390_gdbarch_init): Likewise.
2534 * sh-tdep.c (sh_gdbarch_init): Likewise.
2535 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2536 * v850-tdep.c (v850_gdbarch_init): Likewise.
2537 * vax-tdep.c (vax_gdbarch_init): Likewise.
2538 * x86-64-tdep.c (x86_64_init_abi): Likewise.
2540 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2541 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2542 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2543 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2544 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2545 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2546 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2547 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2551 * Makefile.in (acconfig_h): Remove incorrect macro.
2553 (osabi.o): Update dependencies.
2554 * configure.tgt: Set gdb_osabi based on target triplet.
2555 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2556 * configure: Regenerated.
2557 * config.in: Regenerated.
2558 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2559 (GDB_OSABI_DEFAULT): Define if not already defined.
2560 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2561 (set_osabi_string): New variables.
2562 (gdbarch_register_osabi): Add new OS ABI to
2563 gdb_osabi_available_names.
2564 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2565 (set_osabi, show_osabi): New functions.
2566 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2570 * arch-utils.c (gdbarch_info_init): Set osabi to
2571 GDB_OSABI_UNINITIALIZED.
2572 * gdbarch.sh: Add osabi to struct gdbarch and to struct
2573 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
2574 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
2575 * gdbarch.c: Regenerated.
2576 * gdbarch.h: Regenerated.
2577 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
2579 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
2580 * osabi.h (enum gdb_osabi): Move to defs.h.
2581 (gdbarch_init_osabi): Update prototype.
2582 * defs.h (enum gdb_osabi): Moved here.
2583 * Makefile.in: Update dependencies.
2585 * alpha-tdep.h: Don't include "osabi.h".
2586 (struct gdbarch_tdep): Remove osabi member.
2587 * alpha-tdep.c: Include "osabi.h".
2588 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2589 iterate over arches. Update call to gdbarch_init_osabi.
2590 (alpha_dump_tdep): Don't dump osabi.
2591 * alpha-linux-tdep.c: Include "osabi.h".
2592 * alpha-osf1-tdep.c: Include "osabi.h".
2593 * alphafbsd-tdep.c: Include "osabi.h".
2594 * alphanbsd-tdep.c: Include "osabi.h".
2596 * arm-tdep.h: Don't include "osabi.h".
2597 (struct gdbarch_tdep): Remove osabi member.
2598 * arm-tdep.c: Include "osabi.h".
2599 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2600 iterate over arches. Update call to gdbarch_init_osabi.
2601 (arm_dump_tdep): Don't dump osabi.
2602 * arm-linux-tdep.c: Include "osabi.h".
2603 * armnbsd-tdep.c: Include "osabi.h".
2605 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
2606 Update call to gdbarch_init_osabi.
2608 * i386-tdep.h: Don't include "osabi.h".
2609 (struct gdbarch_tdep): Remove osabi member.
2610 * i386-tdep.c: Include "osabi.h".
2611 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2612 iterate over arches. Update call to gdbarch_init_osabi.
2613 (i386_dump_tdep): Don't dump osabi.
2614 * i386-linux-tdep.c: Include "osabi.h".
2615 * i386-sol2-tdep.c: Include "osabi.h".
2616 * i386bsd-tdep.c: Include "osabi.h".
2617 * i386gnu-tdep.c: Include "osabi.h".
2618 * i386ly-tdep.c: Include "osabi.h".
2619 * i386nbsd-tdep.c: Include "osabi.h".
2620 * i386obsd-tdep.c: Include "osabi.h".
2622 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
2623 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2624 check osabi when iterating over arches. Update call to
2626 (mips_dump_tdep): Don't dump osabi.
2628 * ns32k-tdep.h: Don't include "osabi.h".
2629 (struct gdbarch_tdep): Remove.
2630 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
2631 gdbarch_lookup_osabi. Don't iterate over arches. Don't
2632 allocate tdep. Update call to gdbarch_init_osabi.
2633 (ns32k_dump_tdep): Remove.
2634 (_initialize_ns32k_tdep): Update call to gdbarch_register.
2635 * ns32knbsd-tdep.c: Include "osabi.h".
2637 * ppc-tdep.h: Don't include "osabi.h".
2638 (struct gdbarch_tdep): Remove osabi member.
2639 * rs6000-tdep.c: Include "osabi.h".
2640 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
2641 osabi when iterating over arches. Update call to
2643 (rs6000_dump_tdep): Don't dump osabi.
2644 * ppc-linux-tdep.c: Include "osabi.h".
2645 * ppcnbsd-tdep.c: Include "osabi.h".
2647 * sh-tdep.h: Don't include "osabi.h".
2648 (struct gdbarch_tdep): Remove osabi member.
2649 * sh-tdep.c: Include "osabi.h".
2650 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2651 iterate over arches. Update call to gdbarch_init_osabi.
2652 (sh_dump_tdep): Don't dump osabi.
2653 * shnbsd-tdep.c: Include "osabi.h".
2655 * sparc-tdep.c: Include "osabi.h".
2656 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2657 iterate over arches. Update call to gdbarch_init_osabi.
2658 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
2661 * vax-tdep.h: Don't include "osabi.h".
2662 (struct gdbarch_tdep): Remove.
2663 * vax-tdep.c: Include "osabi.h".
2664 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2665 iterate over arches. Don't allocate tdep. Update call
2666 to gdbarch_init_osabi.
2667 (vax_dump_tdep): Remove.
2668 (_initialize_vax_tdep): Update call to gdbarch_register.
2672 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2674 (breakpoint_re_set_one): Don't fetch the value for a disabled
2679 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2680 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2681 (COERCE_FLOAT_TO_DOUBLE): Remove.
2682 * gdbarch.c: Regenerate.
2683 * gdbarch.h: Regenerate.
2684 * Makefile.in: Remove value_h from gdbarch_h.
2685 * valops.c (coerce_float_to_double): New variable.
2686 (default_coerce_float_to_double): Remove.
2687 (standard_coerce_float_to_double): Remove.
2688 (value_arg_coerce): Use coerce_float_to_double.
2689 (_initialize_valops): Add "set coerce-float-to-double".
2690 * value.h (default_coerce_float_to_double): Remove prototype.
2691 (standard_coerce_float_to_double): Remove prototype.
2693 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2695 * mdebugread.c (parse_symbol): Likewise.
2696 * stabsread.c (define_symbol): Mark all functions as prototyped.
2698 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2699 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2700 set_gdbarch_coerce_float_to_double.
2701 * arm-tdep.c (arm_gdbarch_init): Likewise.
2702 * frv-tdep.c (frv_gdbarch_init): Likewise.
2703 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2704 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2705 * mips-tdep.c (mips_gdbarch_init): Likewise.
2706 (mips_coerce_float_to_double): Remove.
2707 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2708 (rs6000_coerce_float_to_double): Remove.
2709 * s390-tdep.c (s390_gdbarch_init): Likewise.
2710 * sh-tdep.c (sh_gdbarch_init): Likewise.
2711 (sh_coerce_float_to_double): Remove.
2712 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2713 (sparc_coerce_float_to_double): Remove.
2714 * v850-tdep.c (v850_gdbarch_init): Likewise.
2715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2716 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2717 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2718 (hppa_coerce_float_to_double): Remove prototype.
2719 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2723 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2728 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2729 in recursive calls. Handle TYPE_CODE_TYPEDEF.
2730 (c_type_print_varspec_suffix): Likewise.
2734 * configure.in: Don't set and AC_SUBST SUBDIRS.
2735 * configure: Regenerated.
2737 * configure.in: Remove code dealing with shared libraries.
2738 * Makefile.in: Remove HLDFLAGS and HLDENV.
2739 * configure: Regenerated.
2743 * frame.c (deprecated_frame_xmalloc): New function.
2744 (deprecated_set_frame_saved_regs_hack): New function.
2745 (deprecated_set_frame_extra_info_hack): New function.
2746 * frame.h (deprecated_frame_xmalloc): Declare.
2747 (deprecated_set_frame_saved_regs_hack): Declare.
2748 (deprecated_set_frame_extra_info_hack): Declare.
2752 * configure.in: Move code that provides the --enable-gdbtk option
2753 right after the code that handles the --enable-tui option, and
2755 * configure: Regenerated.
2757 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
2758 AC_CHECK_FUNCS and remove the old check for pread64.
2759 * acinclude.m4 (AC_GNU_SOURCE): New macro.
2760 * acconfig.h (_GNU_SOURCE): Add.
2761 (HAVE_PREAD64): Remove.
2762 * configure, aclocal.m4, config.in: Regenerated.
2766 * alpha-tdep.c: Use get_frame_saved_regs.
2767 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2768 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2769 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2770 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2771 * vax-tdep.c, xstormy16-tdep.c: Ditto.
2775 * configure.in: Remove all use of the SUBDIRS variable; add
2776 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
2777 code providing the --enable-multi-ice option, and move it right in
2778 front of the code that checks whether gdbserver is supported.
2780 * configure: Regenerated.
2781 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2786 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2787 * avr-tdep.c, cris-tdep.c: Ditto.
2788 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2789 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2793 * configure.in: Remove --enable-netrom option.
2794 * configure: Regenerated.
2798 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2799 declaration for `struct re_pattern_buffer' instead.
2800 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2804 * mdebugread.c (parse_symbol): Count until the stEnd matching
2809 * configure.in: Remove --with-cpu option.
2810 subscripts. Remove evil changequotes here.
2811 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2812 * config.in, configure: Regenerated.
2814 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2815 * configure.in: Cleanup section that sources GDB and BFD configure
2816 subscripts. Remove evil changequotes here.
2817 * config.in, configure: Regenerated.
2821 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2822 frame accessor methods.
2823 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2824 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2825 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2826 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2827 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2828 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2829 * z8k-tdep.c: Ditto.
2833 * configure.in: Remove UI_OUT configuration code.
2834 * ada-lang.c: Update assuming UI_OUT is always true.
2835 * Makefile.in (UIOUT_CFLAGS): Remove.
2836 * configure: Regenerated.
2837 * TODO: Remove blurb about elimination of -DUI_OUT.
2839 * configure.in: Move code that provides the --enable-gdbcli,
2840 --enable-gdbmi options right before the code that handles the
2841 --enable-tui option. Polish a bit.
2842 * configure: Regenerated.
2844 * configure.in: Rewrite check for GNU regex and the
2845 --without-included regex option, and move it into the "Checks for
2846 library functions" section. This makes us use the system regex
2847 again by default on systems with version 2 of the GNU C library.
2848 This was apparently broken.
2849 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2850 * acconfig.h (USE_INCLUDED_REGEX): Remove.
2851 * config.in, configure: Regenerated.
2853 * configure.in: Move code that provides the --enable-tui option
2854 before the "Checks for libraries" section. Polish the code
2855 somewhat and set need_curses to yes if we build the TUI. Rewrite
2856 code that looks for a library providing termcap functionality to
2857 match more closely what's done in the Readline library, and move
2858 it into to the "Checks for libraries" section.
2859 * configure: Regenerated.
2860 * Makefile.in (TERMCAP): Remove variable.
2861 * config/i386/go32.mh (TERMCAP): Remove variable.
2865 * MAINTAINERS: Mention gdb_mbuild.sh.
2866 * gdb_mbuild.sh: Rewrite.
2870 * configure.in: Fix typo in last change.
2871 * config.in, configure: Regenerated.
2875 * valarith.c (value_binop): Delete obsolete code and comments.
2876 * configure.host: Ditto.
2877 * buildsym.h (make_blockvector): Ditto.
2878 * buildsym.c (make_blockvector): Ditto.
2879 * defs.h (enum language): Ditto.
2880 (chill_demangle): Ditto.
2881 * elfread.c (elf_symtab_read): Ditto.
2882 * dwarfread.c (CHILL_PRODUCER): Ditto.
2883 (set_cu_language): Ditto.
2884 (handle_producer): Ditto.
2885 * expprint.c (print_subexp): Ditto.
2886 * gdbtypes.c (chill_varying_type): Ditto.
2887 * gdbtypes.h (builtin_type_chill_bool): Ditto.
2888 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2889 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2890 (chill_varying_type): Ditto.
2891 * language.h (_LANG_chill): Ditto.
2892 * language.c (binop_result_type, integral_type): Ditto.
2893 (character_type, string_type, structured_type): Ditto.
2894 (lang_bool_type, binop_type_check): Ditto.
2895 * stabsread.h (os9k_stabs): Ditto.
2896 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2897 (define_symbol, read_type, read_struct_fields): Ditto.
2898 (read_array_type, read_enum_type, read_huge_number): Ditto.
2899 (read_range_type, start_stabs): Ditto.
2900 * symfile.c (init_filename_language_table): Ditto.
2901 (add_psymbol_with_dem_name_to_list): Ditto.
2902 * symtab.c (symbol_init_language_specific): Ditto.
2903 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2904 * symtab.h (struct general_symbol_info): Ditto.
2905 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2906 * typeprint.c (typedef_print): Ditto.
2907 * utils.c (fprintf_symbol_filtered): Ditto.
2908 * valops.c (value_cast, search_struct_field, value_slice): Delete
2910 (varying_to_slice): Delete function.
2911 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2912 (varying_to_slice): Delete declaration.
2913 * MAINTAINERS: Update.
2917 * configure.in: Reorganize "Checks for library functions section"
2918 a bit. Remove check for `btowc' and `isascii' functions.
2919 * configure: Regenerated.
2921 * acconfig.h (_MSE_INT_H): Remove.
2922 * configure.in: Create "Checks for header files" section, and move
2923 appropriate tests there. Don't check for objlist.h, wchar.h,
2924 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
2925 misdetection fix. Also add "Checks for types", "Checks for
2926 compiler characteristics" and "Checks for library functions"
2928 * config.in, configure: Regenerated.
2930 * configure.in: Create "Checks for programs" section, and move
2931 appropriate tests there.
2935 * configure.in: Create "Checks for libraries" section, and move
2936 appropriate tests there. Cleanup check for wctype in libw. Use
2937 AC_SEARCH_LIBS to see whether we need libsocket.
2938 * configure: Regenerated.
2940 For older changes see ChangeLog-2002
2946 version-control: never